@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: TrajanPro-Regular;
	src:url('../fonts/TrajanPro-Regular.eot');
	src:url('../fonts/TrajanPro-Regular.eot') format('embedded-opentype'),
		url('../fonts/TrajanPro-Regular.woff') format('woff'),
		url('../fonts/TrajanPro-Regular.ttf') format('truetype'),
		url('../fonts/TrajanPro-Regular.svg') format('svg');
}
@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: TrajanPro-Bold;
	src:url('../fonts/TrajanPro-Bold.eot');
	src:url('../fonts/TrajanPro-Bold.eot') format('embedded-opentype'),
		url('../fonts/TrajanPro-Bold.woff') format('woff'),
		url('../fonts/TrajanPro-Bold.ttf') format('truetype'),
		url('../fonts/TrajanPro-Bold.svg') format('svg');
}
@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: OpenSans-Regular;
	src:url('../fonts/OpenSans-Regular.eot');
	src:url('../fonts/OpenSans-Regular.eot') format('embedded-opentype'),
		url('../fonts/OpenSans-Regular.woff') format('woff'),
		url('../fonts/OpenSans-Regular.ttf') format('truetype'),
		url('../fonts/OpenSans-Regular.svg') format('svg');
}
@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: MyriadPro-Regular;
	src:url('../fonts/MyriadPro-Regular.eot');
	src:url('../fonts/MyriadPro-Regular.eot') format('embedded-opentype'),
		url('../fonts/MyriadPro-Regular.woff') format('woff'),
		url('../fonts/MyriadPro-Regular.ttf') format('truetype'),
		url('../fonts/MyriadPro-Regular.svg') format('svg');
}
@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: original_Myriad_Pro_Semibold;
	src:url('../fonts/original_Myriad_Pro_Semibold.eot');
	src:url('../fonts/original_Myriad_Pro_Semibold.eot') format('embedded-opentype'),
		url('../fonts/original_Myriad_Pro_Semibold.woff') format('woff'),
		url('../fonts/original_Myriad_Pro_Semibold.ttf') format('truetype'),
		url('../fonts/original_Myriad_Pro_Semibold.svg') format('svg');
}
@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: original_GillSans-SemiBold;
	src:url('../fonts/original_GillSans-SemiBold.eot');
	src:url('../fonts/original_GillSans-SemiBold.eot') format('embedded-opentype'),
		url('../fonts/original_GillSans-SemiBold.woff') format('woff'),
		url('../fonts/original_GillSans-SemiBold.ttf') format('truetype'),
		url('../fonts/original_GillSans-SemiBold.svg') format('svg');
}


@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: original_Myriad_Pro_Semibold;
	src:url('../fonts/original_Myriad_Pro_Semibold.eot');
	src:url('../fonts/original_Myriad_Pro_Semibold.eot') format('embedded-opentype'),
		url('../fonts/original_Myriad_Pro_Semibold.woff') format('woff'),
		url('../fonts/original_Myriad_Pro_Semibold.ttf') format('truetype'),
		url('../fonts/original_Myriad_Pro_Semibold.svg') format('svg');
}


body{
	margin:0;
	padding: 0;
}
a:hover,a:focus,a:active{
	text-decoration: none;
}
img{
	max-width: 100%;
}
h1{
	font-family: TrajanPro-Bold;
}
h2{
	color: #14375a;
	font-family: TrajanPro-Bold;
}
p{
	color:#616161; 
	font-family: OpenSans-Regular;
}

.azul{color: #114f7e;}
.gris{color: #525252;}
.blanco{color: #fff;}
.notop{margin-top: 0;}
.nobot{margin-bottom: 0;}
.notopleft{padding-left: 0;}

.logo{
	padding-top: 20px;
}
.logo img{
	width: 300px;

}


ul.menu{
	display: inline-block;
	margin:0;
	padding: 0;
	padding-top: 20px;
	padding-bottom: 20px;
}
ul.menu li {
	list-style: none;
	float: left;
}
ul.menu li a{
	font-family: TrajanPro-Regular;
	padding: 6px 16px;
}

i{
	color: #104874;
	border: 1px solid #104874;
	padding: 2px 2px 2px 2px;
	border-radius: 50%;
}

i:hover{
	color: #FFFFFF;

}

@media(max-width: 400px){
	h1{
		font-size: 25px;
	}
	h3{
		font-size: 17px;
	}
}

/*home -------------------------*/

#home{
	background-color: transparent;
	background-repeat: no-repeat;
	background-image: url('../img/fondo.png') !important;
	background-size: cover; 
	/*background-attachment: fixed;*/
	width: 100%;
	height: 700px; 
	background-position: bottom center;
	vertical-align: middle;
}

.title{
	padding-top: 200px;
	padding-bottom: 200px;

}

.title h1, .title h3{
	font-family: TrajanPro-Regular;
	color: #fff;
}
.title h1{
	text-shadow: 2px 2px 2px rgba(100, 100, 100, 1);	
}
.boton{
	width: 100px;
	margin-top: 60px;
}

/*nosotros*/

#nosotros{
	padding: 50px 0 50px 0;
}

.clinica img{
	width: 350px;
}


/*servicios*/
#servicios .container{
	padding-top: 100px;
	padding-bottom: 100px;
}
#servicios{
	position: relative;
	overflow: hidden;
	height: auto;
	z-index: 3;
	/*background-color: red;*/
}
.servicios{
	background-color: transparent;
	background-repeat: no-repeat;
	background-image: url('../img/fondo-servicios.jpg') !important;
	background-size: cover; 
	width: 100%;
	height: 700px; 
	position: absolute;background-position: center center;
	margin-top: 40px;
}
.shadow-ser{
	position: relative;
	z-index: 2;
	margin-top: -40px;
	width: 100%;
}

#servicios ul li a{
	color: #fff;
}

/* CEDULA */
#cedula p{
	font-size: 11px;
}

/*contacto*/
.datos-contacto{
	background-repeat: no-repeat;
	background-image: url('../img/fondo-contacto.jpg') !important;
	background-size: cover; 
	background-position: center center;	
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;

}
#contacto{
	padding-top: 100px;
	padding-bottom: 100px;
	z-index: 4;
	position: relative;
}
.shadow{
	position: relative;
	z-index: 2;
	margin-top: -200px;
	width: 100%;
}
.logo-fotter{
	/*width: 250px;
	padding-bottom: 20px;
	padding-top: 10px;*/
	width: 237px;
	padding-bottom: 20px;
	padding-top: 50px;
	/*margin-left: 47px;*/
}
.form-contact{
	text-align: center;
	margin-top: -300px;
}
.formulario{
	width: 80%;
	background-color: #fff;
	display: inline-block;
	/*margin-top: -60%;*/
	padding: 50px 30px;
	-webkit-box-shadow: 1px 2px 20px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 2px 20px 0px rgba(0,0,0,0.75);
	box-shadow: 1px 2px 20px 0px rgba(0,0,0,0.75);
}
.formulario h1{
	font-size: 30px;
	font-family: TrajanPro-Regular;
}
.control-label{
	position: absolute;
	left: 25px;
	color: #114f7e;
}
.form-control{
	border:0;
	border-bottom: 1px solid #818180;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none; 
	padding-left: 100px;
}
.form-control:focus {
	border-bottom: 2px solid #114f7e;
    border-color: #114f7e;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.padbot{
	margin-top: 20px;
	margin-bottom: 20px;
}
.btn{
	font-family: MyriadPro-Regular;
	background-color: #1e1d5e;
	color:#fff; 
	border-radius: 0;
	padding: 4px 20px;
	letter-spacing: 2px;
}
.btn:hover{
	background-color: #242375;
	color:#fff;
	
}
.contactanos{
	background: #205c88;
	width: auto;
	display: inline-block;
	padding: 5px 10px;
	transform: rotate(-90deg);
	color: #fff;
	float: right;
	position: fixed;
	right: -33px;
	top: 169px;
	z-index: 9;
	-webkit-box-shadow: 0px 1px 15px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 1px 15px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 1px 15px 0px rgba(0,0,0,0.75);
}

/* FOOTER */
footer{
	padding: 50px 0px 10px 0px;
}

.HAP{
	width: 200px;
	float: right;
	position: absolute;
	right: -135px;
	bottom: 0;
}
@media(max-width: 992px){
	.HAP{
		width: 200px;
		float: none;
		position: relative;
		right: 0;
		bottom: 0;
	}
}

/* Contenedor general contenido */
.hiddencon {
margin: 0;
padding: 0;
width: 30px;
z-index:99999;
position: fixed;
right: 14px;
top: 170px;
opacity: .9;
border: 2px solid #fff;

}
.hiddencon2 {
top: auto;
bottom: 10px;

}
/* Contenido visible al hacer hover */
.hiddencon:hover {
/*right: 0;*/
top: 235px;
}
/* Pestaña para desplegar */
.hiddencon-label {
	background: #205c88;
	width: auto;
	display: inline-block;
	padding: 5px 10px;
	transform: rotate(-90deg);
	color: #fff;
	float: right;
	position: fixed;
	right: -19px;
	top: 169px;
	z-index: 9;
	-webkit-box-shadow: 0px 1px 15px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 1px 15px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 1px 15px 0px rgba(0,0,0,0.75);
	border: 2px solid #fff;
}

.hiddencon, .hiddencon-label {
/* Desplegado suave con transiciones */
-moz-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
/* El contenido incluida variante para listas */
.hiddencon p, .hiddencon ul {
margin: 0;
padding: 0;
border-right: 0;
color: #fff;
background-color: #90c4d7;
text-align:center;
vertical-align: center;
border-radius: 0px ;
}
/* Estilo para listas */
.hiddencon ul {
margin:0;
overflow:auto;
}
.hiddencon li {
display: block;
}
.hiddencon li a {
display: block;
padding: 6px 0px 3px 1px;

color: #ddd;
-moz-transition: all 0.4s linear;
-webkit-transition: all 0.4s linear;
transition: all 0.4s linear;
}
.hiddencon li:last-child a{
border-bottom: 0;
}
.hiddencon li a:hover {

text-decoration: none;
}


@media(max-width: 400px){
	ul.menu li a {
	    padding: 6px 4px;
	}
	.logo img{
		width: 200px;
	}
	#home {
		height: 300px;
		margin-top: 0px;
	}
	.title {
	    padding-top: 20px;
	    padding-bottom: 20px;
	}
	#nosotros {
	    padding: 50px 0 50px 0;
	}
	.servicios {
	    height: 1000px;
	}
	.shadow,.shadow-ser{
		display: none;
	}

}
@media(max-width: 992px){
	.form-contact{
		text-align: center;
		margin-top: 0px;
	}
	.formulario{
		width: 100%;
		padding: 50px 0px;
	}

}

.modal-dialog {
    width: 900px;
	margin: 160px auto;
}
.modal-content {
    min-height: 380px;
}
.content{
	/*padding-top: 100px;
	padding-bottom: 100px;*/
}

.img-pop{
	position: absolute;
	width: 160%;
	max-width: none;
	top: -40px;
}
.modal-body{
	display: inline-block;
	width: 100%;
}
.txt-content{
	padding-top: 30px;
	padding-bottom: 30px;
}
.close-pop{
	position: absolute;
	background: #113b5e;
	padding: 3px 11px 10px 11px;
	border-radius: 50px;
	top: -10px;
	left: -10px;
	z-index: 2;
}
.close{
	color: #fff;
	opacity: 1;
	font-size: 27px;
}
@media(max-width: 992px){
	.img-pop{
		position: relative;
		width: 100%;
		max-width: none;
		top: 0px;
	}
	.modal-dialog {
	    width: 94%;
		margin: 160px auto;
	}
}

/* Underline From Center */
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #114f7e;
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before{
  left: 0;
  right: 0;
}

.carousel-control.left,.carousel-control.right {
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    filter: none;
    background-repeat: repeat-x;
}
#carousel-ser{
	margin-top: 50px;
}

#carousel-ser h4{
	color: #fff;
}
#carousel-ser .btn{
	background:transparent;
	border: 2px solid #90c4d7;
}


/*------------videos---------*/
.espaciologo{
	margin-top: 20px;
	margin-bottom: 30px;
}
.videos{
	width: 100%;
	height: 100%;
}

.separacion{
	margin-left: 10px;
}

/*------------landing---------*/

.banner{
	background-image: url("../img/fondo2.jpg");
    position: relative;
    background-repeat:no-repeat; 
    background-size: cover;
    padding-top: 437px;
    min-width: 100%;
}

#landing{
	background-image: url("../img/fondo1.png");
	position: relative;
	padding-bottom: 205px;
	background-size: cover;
}

.fondo-top{
	position: absolute;
	top: 0;
}

.pad-form{
	position: absolute;
	top: -100px;
	left: 40px;
}

.cell-img{
	padding-top: 75px;
	width: 50%;
}

.p-land{
	padding-top: 30px;
	font-family: OpenSans-Regular;
	color: #fff;
	text-align: justify;
}

.img-land1, .img-land2, .img-land3{
	position: relative;
	padding-top: 50px;
}

.foot-land{
	color: #000;
	font-family: OpenSans-Regular;
	padding-top: 30px;
	padding-bottom: 20px;
}

@media(max-width: 992px){
	.cell-img {
    	width: 40%;
    	padding-top: 90px;
	}

	.pad-form {
	    position: relative !important;
	    margin-top: 230px !important;
	    left: 0 !important;
	    top: 0 !important;
	}
	.pad-media{
		padding-left: 20px;
	}
}

@media(max-width: 768px){

}

@media(max-width: 540px){
	.logos, .logos1{
		display: none;
	}
}


@media(max-width: 540px){
	.pos{
		top: 100px !important;
	}
	.separacionmovil{
		margin-top: 10px;
	}

	.pad-form{
		top: -150px !important;
	}

	.banner{
	    background-repeat:no-repeat;
	    padding-top: 237px;
	    min-width: 50%;
	}
}
/*------------pop up---------*/
.back{
	background-image: url("../img/bano.jpg");
	background-size: cover;
}

.mujer{
	position: relative;
	padding-top: 0px;
}

.index{
	z-index: 50000000000000000;
}

.logos{
	position: absolute;
	left: 83px;
	bottom: 35px;
	width: 25%;
}

.logos1{
	position: absolute;
	right: 153px;
	bottom: 8px;
}

.pos{
	position: absolute;
	top: 180px;
	color: #fff;
	background: rgba(47, 91, 103, 0.66);
	padding-bottom: 20px;
}

.txt-pop{
	color: #fff;
	font-family: MyriadPro-Regular;
	font-size: 17px;
	position: relative;
	padding-bottom: 20px;
}

.bold{
	font-family: original_Myriad_Pro_Semibold;
}

.boton-azul{
	font-family: original_Myriad_Pro_Semibold;
	color: #ffffff;
	position: relative;
	border: none;
	background: rgba(147,206,222,1);
	background: -moz-linear-gradient(top, rgba(147,206,222,1) 0%, rgba(117,189,209,1) 9%, rgba(7,48,88,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(147,206,222,1)), color-stop(9%, rgba(117,189,209,1)), color-stop(100%, rgba(7,48,88,1)));
	background: -webkit-linear-gradient(top, rgba(147,206,222,1) 0%, rgba(117,189,209,1) 9%, rgba(7,48,88,1) 100%);
	background: -o-linear-gradient(top, rgba(147,206,222,1) 0%, rgba(117,189,209,1) 9%, rgba(7,48,88,1) 100%);
	background: -ms-linear-gradient(top, rgba(147,206,222,1) 0%, rgba(117,189,209,1) 9%, rgba(7,48,88,1) 100%);
	background: linear-gradient(to bottom, rgba(147,206,222,1) 0%, rgba(117,189,209,1) 9%, rgba(7,48,88,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93cede', endColorstr='#073058', GradientType=0 );
}

.cerrarazul{
	color: #2f5b67 !important;
}

.modal-dialog{
	width: 800px !important;
}