﻿@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. Fonts
2. Body and some general stuff
3. Header
4. Menu
5. Home
6. Intro
7. Call to action
8. Boxes
9. Team
10. FAQ
11. Footer
12. Contacto
13. Tecnicas y Tratamientos
A1. CV
A2. Galeria

******************************/

/***********
1. Fonts
***********/

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,900|Allura');

/*********************************
2. Body and some general stuff
*********************************/

*
{
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
body
{
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 400;
	background: #FFFFFF;
	color: #000;
}
div
{
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul
{
	list-style: none;
	margin-bottom: 0px;
}
p
{
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 2.2;
	font-weight: 500;
	color: #6f6f6f;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
    text-align:justify;
    text-justify:inter-word;
}
p a
{
	display: inline;
	position: relative;
	color: inherit;
	border-bottom: solid 1px #ffa07f;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
p:last-of-type
{
	margin-bottom: 0;
}
a
{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
a, a:hover, a:visited, a:active, a:link
{
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a:active
{
	position: relative;
	color: #FF6347;
}
p a:hover
{
	color: #FFFFFF;
	background: #ffa07f;
}
p a:hover::after
{
	opacity: 0.2;
}
/*
::selection
{
	color: #275ea1;
}
p::selection
{
	
}
*/
h1{font-size: 48px;}
h2{font-size: 36px;}
h3{font-size: 24px;}
h4{font-size: 18px;}
h5{font-size: 14px;}
h1, h2, h3, h4, h5, h6
{
	font-family: 'Montserrat', sans-serif;
	line-height: 1.2;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
h1::selection, 
h2::selection, 
h3::selection, 
h4::selection, 
h5::selection, 
h6::selection
{
	
}
.form-control
{
	color: #db5246;
}
section
{
	display: block;
	position: relative;
	box-sizing: border-box;
}
.clear
{
	clear: both;
}
.clearfix::before, .clearfix::after
{
	content: "";
	display: table;
}
.clearfix::after
{
	clear: both;
}
.clearfix
{
	zoom: 1;
}
.float_left
{
	float: left;
}
.float_right
{
	float: right;
}
.trans_200
{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.trans_300
{
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.trans_400
{
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.trans_500
{
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.fill_height
{
	height: 100%;
}
.super_container
{
	width: 100%;
	overflow: hidden;
}
.prlx_parent
{
	overflow: hidden;
}
.prlx
{
	height: 130% !important;
}
.parallax-window
{
    min-height: 400px;
    background: transparent;
}
.parallax_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.background_image
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.nopadding
{
	padding: 0px !important;
}
.button {
	width: 208px;
	height: 46px;
	text-align: center;
	border-radius: 20px;
	background-color: #c1ca36;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.button a
{
	display: block;
	line-height: 46px;
	font-size: 16px;
	font-weight: 600;
	color: #FFFFFF;
}
.button:hover
{
	background: #c1ca36;
}
.button_2
{
	background: #8b7597;
}
.button_link {
	display: inline-block;
	height: 24px;
	padding-left: 11px;
	padding-right: 12px;
	background: #275ea1;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 24px;
	border-radius: 10px;
	margin-top: 10px;
	text-align: center;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.button_link a
{
	display: block;
	line-height: 24px;
	font-size: 12px;
	font-weight: 600;
	color: #FFFFFF;
}
.button_link:hover {
	background: #275ea1;
}
.section_title h1
{
	font-size: 60px;
	color: #373636;
}
.section_title h1 span
{
	color: #275ea1;
}
.section_text
{
	max-width: 660px;
	margin-top: 11px;
}
.section_text p
{
	font-weight: 500;
	color: #aaaaaa;
}

/*********************************
3. Header
*********************************/

.header
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #FFFFFF;
	z-index: 100;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.header_content
{
	height: 124px;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.header.scrolled
{
	box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
}
.header.scrolled .header_content
{
	height: 110px;
}
.logo
{
	font-size: 24px;
	font-weight: 500;
	color: #404040;
	-webkit-transform: translateY(5px);
	-moz-transform: translateY(5px);
	-ms-transform: translateY(5px);
	-o-transform: translateY(5px);
	transform: translateY(5px);
}
.logo span
{
	color: #275ea1;
	font-weight: 700;
}
.main_nav
{
	margin-left: 50px;
	-webkit-transform: translateY(5px);
	-moz-transform: translateY(5px);
	-ms-transform: translateY(5px);
	-o-transform: translateY(5px);
	transform: translateY(5px);
}
.main_nav ul li
{
	position: relative;
}
.main_nav ul li:not(:last-child)
{
	margin-right: 30px;
}
.main_nav ul li::after {
		display: block;
		position: absolute;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
		bottom: -12px;
		width: 100%;
		height: 3px;
		content: '';
		visibility: hidden;
		opacity: 0;
		-webkit-transition: all 400ms ease;
		-moz-transition: all 400ms ease;
		-ms-transition: all 400ms ease;
		-o-transition: all 400ms ease;
		transition: all 400ms ease;
}
.main_nav ul li a
{
	font-size: 16px;
	font-weight: 500;
	color: #404040;
}
.main_nav ul li.active a,
.main_nav ul li:hover a
{
	color: #275ea1;
}
.main_nav ul li.active::after,
.main_nav ul li:hover::after
{
	visibility: visible;
	opacity: 1;
	bottom: -2px;
}
.join_button {
	width: 180px;
	height: 46px;
	background: #275ea1;
	text-align: center;
	border-radius: 20px;
	-webkit-transform: translateY(5px);
	-moz-transform: translateY(5px);
	-ms-transform: translateY(5px);
	-o-transform: translateY(5px);
	transform: translateY(5px);
}
.join_button a
{
	display: block;
	line-height: 46px;
	font-size: 16px;
	font-weight: 600;
	color: #FFFFFF;
}
.header_social
{
	position: absolute;
	top: calc(50% + 5px);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: calc(100% + 29px);
}
.social ul li
{
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: #8b7597;
	text-align: center;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
	.social ul li:hover {
		background: #275ea1;
	}
.social ul li:not(:last-child)
{
	margin-right: 20px;
}
.social ul li a
{
	display: block;
}
.social ul li a i
{
	color: #FFFFFF;
	line-height: 34px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.hamburger
{
	display: none;
	cursor: pointer;
	-webkit-transform: translateY(5px);
	-moz-transform: translateY(5px);
	-ms-transform: translateY(5px);
	-o-transform: translateY(5px);
	transform: translateY(5px);
}
.hamburger i
{
	font-size: 20px;
	color: #404040;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.hamburger:hover i,
.hamburger.active i
{
	color: #275ea1;
}

/*********************************
4. Menu
*********************************/

.menu
{
	position: fixed;
	left: 0;
	top: -100vh;
	width: 100vw;
	height: 100vh;
	background: rgba(0,172,133,0.85);
	z-index: 99;
	-webkit-transition: all 800ms cubic-bezier(.88,.31,.65,.91);
	-moz-transition: all 800ms cubic-bezier(.88,.31,.65,.91);
	-ms-transition: all 800ms cubic-bezier(.88,.31,.65,.91);
	-o-transition: all 800ms cubic-bezier(.88,.31,.65,.91);
	transition: all 800ms cubic-bezier(.88,.31,.65,.91);
}
.menu.active
{
	top: 0;
}
.menu_content
{
	width: 100%;
	height: 100%;
}
.menu_nav_list li
{
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	transform: translateY(-50px);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 800ms ease;
	-moz-transition: all 800ms ease;
	-ms-transition: all 800ms ease;
	-o-transition: all 800ms ease;
	transition: all 800ms ease;
}
.menu_nav_list li:first-child
{
	transition-delay: 400ms;
}
.menu_nav_list li:nth-child(2)
{
	transition-delay: 500ms;
}
.menu_nav_list li:nth-child(3)
{
	transition-delay: 600ms;
}
.menu_nav_list li:nth-child(4)
{
	transition-delay: 700ms;
}
.menu_nav_list li:nth-child(5)
{
	transition-delay: 800ms;
}
.menu_nav_list li:nth-child(6)
{
	transition-delay: 900ms;
}
.menu_nav_list li:nth-child(7)
{
	transition-delay: 1000ms;
}
.menu_nav_list li:nth-child(8)
{
	transition-delay: 1100ms;
}
.menu_nav_list li:nth-child(9)
{
	transition-delay: 1200ms;
}
.menu.active .menu_nav_list li
{
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	visibility: visible;
	opacity: 1;
}
.menu_nav_list li a {
	position: relative;
	font-size: 25px;
	color: #FFFFFF;
	font-weight: 400;
	line-height: 2;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.menu_nav_list li a::after
{
	display: block;
	position: absolute;
	top: 100%;
	left: -15px;
	width: 0%;
	height: 3px;
	background: #FFFFFF;
	content: '';
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.menu_nav_list_ li a:hover
{
	color: #f49dba;
}
.menu_nav_list li a:hover::after
{
	width: calc(100% + 30px);
}
.menu_join
{
	margin-top: 25px;
	text-align: center;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 800ms 1200ms ease;
	-moz-transition: all 800ms 1200ms ease;
	-ms-transition: all 800ms 1200ms ease;
	-o-transition: all 800ms 1200ms ease;
	transition: all 800ms 1200ms ease;
}
.menu.active .menu_join
{
	visibility: visible;
	opacity: 1;
}
.menu_join a
{
	white-space: nowrap;
	line-height: 1.1;
	font-size: 12px;
	font-weight: 400;
	color: #FFFFFF;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.menu_join a:hover
{
	color: #f49dba;
}
.menu_social
{
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 15px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 800ms 1400ms ease;
	-moz-transition: all 800ms 1400ms ease;
	-ms-transition: all 800ms 1400ms ease;
	-o-transition: all 800ms 1400ms ease;
	transition: all 800ms 1400ms ease;
}
.menu_social ul li
{
	background: #FFFFFF;
}
.menu_social ul li:hover
{
	background: rgba(255,255,255,0.75);
}
.menu_social ul li a i
{
	color: #275ea1;
}
.menu_social ul li:hover a i
{
	color: #FFFFFF;
}
.menu.active .menu_social
{
	visibility: visible;
	opacity: 1;
}

/*********************************
5. Home
*********************************/

.home
{
	width: 100%;
	height: 432px;
}
.home_container
{
	position: absolute;
	left: 0;
	bottom: 97px;
	width: 100%;
}
.home_content
{

}
.home_title
{
	font-size: 60px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 0.75;
}
.breadcrumbs
{
	display: inline-block;
	margin-top: 26px;
}
.breadcrumbs ul
{
	height: 27px;
	background: #275ea1;
	padding-left: 13px;
	padding-right: 14px;
	border-radius: 8px;
}
.breadcrumbs ul li:not(:last-child)::after
{
	display: inline-block;
	content: '/';
	margin-left: 5px;
	margin-right: 4px;
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
}
	.breadcrumbs ul li,
	.breadcrumbs ul li a {
		font-size: 14px;
		font-weight: 400;
		color: #FFFFFF;
		line-height: 27px;
		white-space: nowrap;
	}

/*********************************
6. Intro
*********************************/

.intro
{
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	background: #FFFFFF;
}
	.intro ul {
		font-family: 'Montserrat', sans-serif;
		font-size: 14px;
		line-height: 2.2;
		font-weight: 500;
		color: #6f6f6f;
	}

	.intro li {
		margin-left: 50px;
		list-style-type: disc;
	}

.intro_title
{
	font-size: 48px;
	color: #373636;
	line-height: 1.2;
}
.intro_title span
{
	color: #275ea1;
}
.intro_title2 {
	font-size: 32px;
	color: #373636;
	line-height: 1.2;
}
.intro_text
{
	padding-right: 70px;
	margin-top: 32px;
}
.intro_button
{
	width: 208px;
	height: 46px;
	margin-top: 47px;
}
.intro_image
{
	width: 100%;
	height: 100%;
}
.intro_image img
{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 100%;
}

/*********************************
7. Call to action
*********************************/

.cta_2
{
	width: 100%;
	background: transparent;
	padding-top: 119px;
	padding-bottom: 124px;
}
.cta_2_content
{
	
}
.cta_2_title h2
{
	font-size: 36px;
	color: #FFFFFF;
}
.cta_2_text
{
	margin-top: 1px;
}
.cta_2_text p
{
	color: #FFFFFF;
	font-weight: 400;
}
.cta_2_buttons
{
	margin-top: 63px;
}
.cta_2_buttons .button:not(:last-child)
{
	margin-right: 18px;
}

/*********************************
8. Boxes
*********************************/

.boxes
{
	width: 100%;
	background: #FFFFFF;
}
.boxes .container-fluid,
.boxes .container-fluid .row > div[class^='col']
{
	padding-left: 0;
	padding-right: 0;
}
.boxes .container-fluid .row
{
	margin-left: 0;
	margin-right: 0;
}
.box
{
	padding-top: 53px;
	padding-bottom: 54px;
	width: 100%;
	height: 100%;
	padding-left: 30px;
	padding-right: 40px;
}
.box_1 {
	background: #275ea1;
}
.box_2
{
	background: #c1ca36;
}
.box_3
{
	background: #e6852e;
}
.box_icon
{
	width: 82px;
	height: 82px;
}
.box_icon img
{
	max-width: 100%;
}
.box_content
{
	padding-left: 26px;
}
.box_title
{
	font-size: 30px;
	color: #FFFFFF;
	line-height: 1.2;
}
.box_text
{
	margin-top: 10px;
	padding-left: 3px;
}
.box_text p
{
	color: #FFFFFF;
	font-weight: 400;
}

/*********************************
9. Team
*********************************/

.team
{
	width: 100%;
	background: #FFFFFF;
	padding-top: 50px;
	padding-bottom: 50px;
}
.team_row
{
	margin-top: 99px;
}
.team_col
{
	margin-bottom: 26px;
}
.team_image
{
	width: 100%;
}
.team_image img
{
	max-width: 100%;
    display:block;
    margin-left: auto;
    margin-right: auto;
}
.team_content
{
	padding-top: 43px;
	padding-bottom: 43px;
}
.team_name a
{
	font-size: 20px;
	font-weight: 700;
	color: #373636;
}
.team_name a:hover
{
	color: #275ea1;
}
.team_title {
	display: inline-block;
	height: 24px;
	padding-left: 11px;
	padding-right: 12px;
	background: #275ea1;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 24px;
	border-radius: 10px;
	margin-top: 14px;
}
.team_text
{
	margin-top: 32px;
}

/*********************************
10. FAQ
*********************************/

.faq
{
	width: 100%;
	background: #eef5f7;
	padding-top: 106px;
	padding-bottom: 111px;
	border-bottom: solid 3px #275ea1;
}
.faq_title
{
	font-size: 48px;
	font-weight: 500;
	color: #373636;
	line-height: 0.75;
}
.accordions
{
	margin-top: 49px;
}
.accordion
{
	height: 67px;
	width: 100%;
	background: #FFFFFF;
	padding-left: 36px;
	cursor: pointer;
	color: #373636;
	font-size: 20px;
	font-weight: 600;
	border: solid 2px #d4dcde;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.accordion_container:not(:first-child)
{
	margin-top: -2px;
}
.accordion div
{
	max-width: 90%;
	overflow: hidden;
	white-space: nowrap;
}
.accordion.active
{
	background: #275ea1;
	color: #FFFFFF;
	border: solid 2px #275ea1;
}
.accordion_panel
{
	padding-left: 17px;
	padding-right: 8px;
	max-height: 0px;
	overflow: hidden;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.accordion_panel > div
{
	padding-bottom: 25px;
	border-left: solid 3px #275ea1;
	padding-left: 35px;
}
.accordion_panel p
{
	font-size: 14px;
	font-weight: 500;
	padding-top: 29px;
	padding-left: 5px;
	color: #6f6f6f;
	line-height: 2;
}
.offer
{
	width: 100%;
	height: 100%;
}
.offer a
{
	display: block;
	width: 100%;
	height: 100%;
}
.offer_content
{
	width: 100%;
	height: 100%;
	padding-left: 36px;
	padding-right: 36px;
	padding-bottom: 43px;
}
.offer_box
{
	width: 100%;
	padding-top: 19px;
	padding-bottom: 17px;
	background: #275ea1;
}
.offer_box_subtitle
{
	font-size: 24px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1.2;
	padding-right: 72px;
}
.offer_box_title
{
	font-size: 60px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 1.1;
}
.offer_b
{
	position: absolute;
	top: 105px;
	left: 30px;
	font-family: 'Allura', sans-serif;
	font-size: 60px;
	color: #FFFFFF;
	background: #c1ca36;
	padding-left: 13px;
	padding-right: 15px;
	line-height: 1.2;
	transform-origin: top left;
	-webkit-transform: rotate(-12.5deg);
	-moz-transform: rotate(-12.5deg);
	-ms-transform: rotate(-12.5deg);
	-o-transform: rotate(-12.5deg);
	transform: rotate(-12.5deg);
}

/*********************************
11. Footer
*********************************/

.footer
{
	position: relative;
	width: 100%;
	padding-top: 40px;
}
.footer_overlay
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(26,26,26,0.87);
}
.footer_content
{
	padding-bottom: 15px;
}
.footer_logo a
{
	font-size: 48px;
	font-weight: 400;
	color: #FFFFFF;
}
.footer_logo a span
{
	color: #275ea1;
	font-weight: 700;
}
.footer_contact
{
	margin-top: 12px;
    width: 80%;
}
.footer_contact ul li:not(:last-child)
{
	margin-bottom: 15px;
}
.footer_contact_title
{
	font-size: 14px;
	font-weight: 500;
	color: #275ea1;
}
.footer_contact_text
{
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	margin-top: 3px;
}
.footer_social
{
	margin-top: 23px;
}
.footer_nav
{
	margin-top: 44px;
}
.footer_nav ul li:not(:last-child)
{
	margin-right: 38px;
}
.footer_nav ul li a
{
	font-size: 12px;
	font-weight: 500;
	color: #979696;
	white-space: nowrap;
}
.footer_nav ul li a:hover
{
	color: #275ea1;
}
.footer_nav2
{
    width:100%;
    padding-top: 30px;
}
.footer_nav2 div
{
    margin:0px auto;
}
.footer_nav2 div a
{
	font-size: 12px;
	font-weight: 500;
	color: #979696;
}
.footer_nav2 div a:hover
{
	color: #275ea1;
}
.copyright
{
	width: 100%;
	height: 38px;
	font-size: 11px;
	font-weight: 500;
	color: #6d6d6d;
}

/*****************************
12. Contacto
*****************************/
.contact
{
	width: 100%;
	background: #FFFFFF;
	padding-top: 70px;
}
.contact_title
{
	font-size: 30px;
	font-weight: 700;
	color: #373636;
	line-height: 0.75;
}
.contact_form
{
	margin-top: 65px;
}
.contact_input_container
{
	border-bottom: solid 2px #d4dcde;
	margin-bottom: 10px;
}
.contact_input_container::after
{
	display: block;
	position: absolute;
	left: 0;
	bottom: -2px;
	height: 2px;
	background: #275ea1;
	content: '';
}
.contact_input_container_1::after
{
	width: 80px;
}
.contact_input_container_2::after
{
	width: 83px;
}
.contact_input_container_3::after
{
	width: 55px;
}
.contact_input_container_4::after
{
	width: 263px;
}
.contact_input
{
	display: block;
	width: 100%;
	height: 58px;
	border: none;
	outline: none;
	color: #275ea1;
	font-size: 14px;
	font-weight: 500;
}
.contact_textarea
{
	height: 245px;
	padding-top: 15px;
}
.contact_input::-webkit-input-placeholder
{
	font-size: 14px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #6f6f6f !important;
}
.contact_input:-moz-placeholder
{
	font-size: 14px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #6f6f6f !important;
}
.contact_input::-moz-placeholder
{
	font-size: 14px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #6f6f6f !important;
} 
.contact_input:-ms-input-placeholder
{ 
	font-size: 14px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #6f6f6f !important;
}
.contact_input::input-placeholder
{
	font-size: 14px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #6f6f6f !important;
}
.contact_input:focus::-webkit-input-placeholder,
.contact_input:hover::-webkit-input-placeholder
{
	color: #275ea1 !important;
}
.contact_input:focus:-moz-placeholder,
.contact_input:hover:-moz-placeholder
{
	color: #275ea1 !important;
}
.contact_input:focus::-moz-placeholder,
.contact_input:hover::-moz-placeholder
{
	color: #275ea1 !important;
} 
.contact_input:focus:-ms-input-placeholder,
.contact_input:hover:-ms-input-placeholder
{ 
	color: #275ea1 !important;
}
.contact_input:focus::input-placeholder,
.contact_input:hover::input-placeholder
{
	color: #275ea1 !important;
}
.contact_button
{
	border: none;
	outline: none;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
	color: #FFFFFF;
	margin-top: 37px;
}
.contact_info_text_container
{
	margin-top: 78px;
}
.contact_info_list
{
	margin-top: 36px;
}
.contact_info_list ul li:not(:last-child)
{
	margin-bottom: 29px;
}
.contact_info_title
{
	font-size: 14px;
	font-weight: 500;
	color: #275ea1;
}
.contact_info_text
{
	font-size: 14px;
	font-weight: 500;
	color: #373636;
	margin-top: 3px;
}
.contact_info_social
{
	margin-top: 44px;
}
.google_row
{
	margin-top: 30px;
}
.contact_map
{
	/*height: 568px;*/
}
.map
{
	width: 100%;
	height: 100%;
}
.google_map
{
	width: 100%;
	height: 100%;
}
.map_container
{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#map
{
	width: 100%;
	height: 500px;
}

/*********************************
13. Tecnicas y Tratamientos
*********************************/

.classes
{
	width: 100%;
	background: #FFFFFF;
	padding-top: 25px;
	padding-bottom: 27px;
}
.section_title h1
{
	font-size: 60px;
	color: #373636;
}
.section_title h1 span
{
	color: #275ea1;
}
.section_text
{
	max-width: 660px;
	margin-top: 11px;
}
.section_text p
{
	font-weight: 500;
	color: #aaaaaa;
}
.classes_row
{
	margin-top: 50px;
}
.classes_col
{
	margin-bottom: 71px;
}
.classes_title_container {
	/*
	padding-left: 7px;
	*/
}
.classes_icon {
	/*
	width: 60px;
	height: 60px;
	border-radius: 50%;
	*/
}
.classes_icon div
{
/*	
	width: 37px;
	height: 37px;
*/
}
.classes_icon img
{
	max-width: 100%;
}
	.classes_icon::before {
		/*
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	content: '';
	width: 74px;
	height: 74px;
	border-radius: 50%;
	opacity: 0.27;
	*/
}
.classes_title
{
	font-size: 20px;
	font-weight: 600;
	padding-left: 5px;
}
.classes_item_text
{
	margin-top: 18px;
}
.c_item_1 .classes_icon {
	background: #e6852e;
}
	.c_item_1 .classes_icon::before {
		background: #e6852e;
	}
.c_item_1 .classes_title {
	color: #e6852e;
}
.c_item_2 .classes_icon {
	background: #fa0006;
}
	.c_item_2 .classes_icon::before {
		background: #fa0006;
	}
.c_item_2 .classes_title {
	color: #fa0006;
}
.c_item_3 .classes_icon {
	background: #7c41db;
}
	.c_item_3 .classes_icon::before {
		background: #7c41db;
	}
.c_item_3 .classes_title {
	color: #7c41db;
}
.c_item_4 .classes_icon
{
	background: #c1ca36;
}
.c_item_4 .classes_icon::before
{
	background: #c1ca36;
}
.c_item_4 .classes_title
{
	color: #c1ca36;
}
.c_item_5 .classes_icon {
	background: #ed2e8d;
}
	.c_item_5 .classes_icon::before {
		background: #ed2e8d;
	}
.c_item_5 .classes_title {
	color: #ed2e8d;
}
.c_item_6 .classes_icon
{
	background: #65b7cf;
}
.c_item_6 .classes_icon::before
{
	background: #65b7cf;
}
.c_item_6 .classes_title
{
	color: #65b7cf;
}
.c_item_7 .classes_icon {
	background: #f1b807;
}
.c_item_7 .classes_icon::before {
	background: #f1b807;
}
.c_item_7 .classes_title {
	color: #f1b807;
}
.c_item_8 .classes_icon {
	background: #905400;
}
.c_item_8 .classes_icon::before {
		background: #905400;
	}
.c_item_8 .classes_title {
	color: #905400;
}
.c_item_9 .classes_icon {
	background: #150dfe;
}
.c_item_9 .classes_icon::before {
		background: #150dfe;
	}
.c_item_9 .classes_title {
	color: #150dfe;
}



/*****************************
Personales
*****************************/
.img_max {
	max-width: 500px;
	max-height: auto;
}

.responsive {
  width: 100%;
  height: auto;
}

.fondo_1 {
	background: #e6852e;
}
.fondo_2 {
	background: #fa0006;
}
.fondo_3 {
	background: #7c41db;
}
.fondo_4 {
	background: #c1ca36;
}
.fondo_5 {
	background: #ed2e8d;
}
.fondo_6 {
	background: #65b7cf;
}
.fondo_7 {
	background: #f1b807;
}
.fondo_8 {
	background: #905400;
}
.fondo_9 {
	background: #150dfe;
}

.link_trans a, 
.link_trans a:hover,
.link_trans a:visited,
.link_trans a:active,
.link_trans a:link
{
    color:inherit;   
}

.txt_quirokinesis
{
	font-size: 14px;
	font-weight: 500;
	color: #275ea1;
}

.benefit_icon {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #275ea1;
}

.benefit_title {
	padding-left: 32px;
	font-size: 20px;
	font-weight: 700;
	color: #373636;
}

/*********************************
A1. CV
*********************************/
.cv
{
	width: 100%;
	padding-top: 50px;
	background: #FFFFFF;
}
.cv_content {
    padding-bottom: 50px;
}
.cv_title
{
	font-size: 48px;
	color: #373636;
	line-height: 1.2;
}
.cv_title span
{
	color: #275ea1;
}
.cv_text
{
	padding-right: 70px;
	margin-top: 32px;
}

.cv_text ul
{
	list-style: disc;
    margin-bottom: 10px;
    margin-left: 40px;
    color: #6f6f6f;
    font-weight: 500;
    line-height: 2.2;
}

.cv_image
{
	width: 100%;
    height:100%;
}
.cv_image img
{
    margin-top: 50px;
    margin-bottom: 50px;
	max-width: 100%;
    display:block;
    margin-left: auto;
    margin-right: auto;
}

/**************************
    A2. Galeria
***************************/
.img-galeria
{
    display:block;
    max-height: 100%;
    width: auto;
}

.zoomIt img {
    -webkit-transition: -webkit-transform 0.6s ease-out;
    -moz-transition: -moz-transform 0.6s ease-out;
    -o-transition: -o-transform 0.6s ease-out;
    -ms-transition: -ms-transform 0.6s ease-out;
    transition: transform 0.6s ease-out;
}

.zoomIt:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.item-galeria {
    position: relative;
    margin-top: 20px;
    text-align: center;
    color: #000;
    overflow: hidden;
}

    .item-galeria:hover {
        color: #fb9622;
    }


    .item-galeria img {
        max-width: 100%;
    }

img {
  vertical-align: middle;
}

img {
  border: 0;
}

.col-xl-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xl-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xl-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xl-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xl-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xl-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xl-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xl-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xl-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xl-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xl-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xl-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
        float: left;
    }

@media (min-width: 576px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }
}

@media (min-width: 768px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }
}

@media (min-width: 1170px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }
}

@media (min-width: 1170px) {
    .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
        float: left;
    }
}

.ISPaginacion {
    position: relative;
    margin: auto;
}

.pager3, .pager4 {
    padding-left: 0;
    margin: 20px 0 20px 0;
    text-align: center;
    list-style: none;
    font-size: 14px;
}

.pager3 a, .pager4 a {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
    color:#000;
}

	.pager3 a:hover, .pager4 a:hover, .pager3 a:focus, .pager4 a:focus {
		text-decoration: none;
		background-color: #275ea1;
		color: #fff;
	}

.pager3 .active, .pager4 .active {
    color: #fff;
    cursor: default;
    background-color: #275ea1;
}

.pager3 .ellipse, .pager4 .ellipse {
    float: left;
}

