/*=============================================
GLOBAL
=============================================*/

*{
	font-family: 'Roboto', sans-serif;
	font-weight:900;
	
}

a, h1, h2, h3, h4, h5, h6, button, select, option, .input-group, input, .input-group-text, textarea, .nav-link{
	font-family: 'Roboto Condensed', sans-serif;
}

ul, ol{
	list-style: none;
}

a:visited, a:link, a:focus, a:hover, a:active{
	list-style: none;
	text-decoration: none;
}

.dropdown-menu{
	min-width:0% !important;
	padding:0 !important;
	font-size:12px !important;
}

.dropdown-item{
	padding:8px 18px !important;
	color:black !important;
	font-weight:500 !important;

}


/*=============================================
HEADER
=============================================*/

header{
	position: fixed;
	z-index: 2;
	width:100%;
	top:0;
	left:0;
	background:rgba(0,0,0,.1);
}


.botonera li{
	cursor:pointer;
}

.botonera li:hover{
	border-bottom:3px solid white;
}

 .menuMovil{
 	display:none;
 }

 .header-area {
	padding: 5px 20px;
}

.header-area {
	box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
	position: fixed;
	width: 100%;
	top: -70px;
	left: 0;
	right: 0;
	z-index: 99;
	transform: translateY(70px);
	transition: transform 500ms ease, background 500ms ease;
	-webkit-transition: transform 500ms ease, background 500ms ease;
	box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
	
}

 /*=============================================
DISEÑO HERO - CINEMAGRAPH
=============================================*/
.vistaVideo{
	position:relative;
	width:100%;
	height:100vh;
	overflow:hidden;
}

.vistaVideoblog{
	position:relative;
	width:100%;
	height:300px;
	overflow:hidden;

}

.filtroVideo{
	position:absolute;
	width:100%;
	height:inherit;
	top:0;
	left:0;
	background: url(../img/filtro.png);
	background-repeat: repeat;
}

.vistaVideo .container{
	transform:translate(0, -120%);
}

.vistaVideo .container h1{
	font-size:50px !important;
	font-family: 'Grand Hotel', cursive;
}

.vistaVideo .container .row div{
	position: relative;
}

.vistaVideo .container i{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, 50%);
	width:80px;
	line-height: 80px;
	text-align: center;
	font-size:40px;
}

/*=============================================
CURSOS
=============================================*/
.cursos .row h3{
	font-weight:bold;
}

.cursos video{
	cursor:pointer;
}

 /*=============================================
BOTONES
=============================================*/

.genric-btn.info {
  color: #fff;
  background: #0095CF;
  border: 1px solid transparent;
}

/* line 261, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_elements.scss */
.genric-btn.info:hover {
  color: #0095CF;
  border: 1px solid #0195D2;
  background: #fff;
}

/* line 267, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_elements.scss */
.genric-btn.info-border {
  color: #0095CF;
  border: 1px solid #0195D2;
  background: #fff;
}

/* line 271, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_elements.scss */
.genric-btn.info-border:hover {
  color: #fff;
  background: #0095CF;
  border: 1px solid transparent;
}

 /*=============================================
SLIDER TEXT
=============================================*/
.slider_text h3 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 70px;
  text-transform: capitalize;
  letter-spacing: 2px;
  font-weight: 300;
}

.slider_text_blog h3 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  text-transform: capitalize;
  letter-spacing: 2px;
  font-weight: 300;
  
  
 
}

/* line 24, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_slider.scss */
.slider_text h3 span {
  font-weight: 700;
}

.slider_text p {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 140px;
    margin-top: 10px;
}


 /*=============================================
SECCION TITULO
=============================================*/

.section_title h3 {
    font-size: 36px;
    font-weight: 500;
    line-height: 48px;
    color: #1F1F1F;
    position: relative;
    z-index: 1;
    padding-bottom: 15px;
}

.section_title h3::before {
  position: absolute;
  left: 0;
  background: #0195D2;
  height: 2px;
  width: 50px;
  content: '';
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.section_title h3 a:hover {
  color: #5DB2FF;
}

.section_title span {
    position: relative;
    font-size: 15px;
    font-weight: 900;
    color: #0195D2;
    line-height: 300%;
    margin-bottom: 5px;
    letter-spacing: 1px;
    display: inline-block;
}


/*=============================================
NOSOTROS
=============================================*/
.nosotros{
	background: #f7f8f8;
}

.nosotros i{
	width:140px;
	line-height:140px;
	font-size:50px;
}

.nosotros i.fa-users{
	background: #5d7179;
}

.nosotros i.fa-graduation-cap{
	background: #a17a8c;
}

.nosotros i.fa-laptop{
	background: #c1aa92;
}

.nosotros i.fa-check{
	background: #a1b287;
}

/*=============================================
TESTIMONIOS
=============================================*/
.testimonios figure{
	overflow:hidden;
	cursor:pointer;
}

.testimonios img{
	transform: scale(1, 1);
	transition: .5s all;	
}

.testimonios img:hover{
	transform: scale(1.1, 1.1);
	transition: .5s all;
}

/*=============================================
NOTAS Y BLOG
=============================================*/
.borde_nota{
	background: #fff;
	margin-bottom: 30px;
	-webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.04);
	-moz-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.04);
	box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);

}

.nota_content{
	padding: 22px 30px 24px 30px;
	box-sizing: border-box;
	text-align: left;
	/*background: #fff;*/
}

.titulo_nota {
	font-size: 22px;
	color: #1F1F1F;
	line-height: 33px;
	font-weight: 500;
}



.section_title h3 {
    font-size: 36px;
    font-weight: 500;
    line-height: 48px;
    color: #1F1F1F;
    position: relative;
    z-index: 1;
    padding-bottom: 15px;
}

.section_title h4 {
    font-size: 26px;
    font-weight: 200;
    line-height: 24px;
    text-align: left;
    color: #1F1F1F;
    position: relative;
    z-index: 1;
    padding-bottom: 15px;
}

.section_title h4::before {
  position: absolute;
  left: 0;
  background: #0195D2;
  height: 2px;
  width: 50px;
  content: '';
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.section_title h3::before {
  position: absolute;
  left: 0;
  background: #0195D2;
  height: 2px;
  width: 50px;
  content: '';
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.section_title h3 a:hover {
  color: #5DB2FF;
}

.section_title span {
    position: relative;
    font-size: 15px;
    font-weight: 900;
    color: #0195D2;
    line-height: 300%;
    margin-bottom: 5px;
    letter-spacing: 1px;
    display: inline-block;
}




.tituloCita h4::before {
  position: absolute;
  left: 0;
  background: #0195D2;
  height: 2px;
  width: 90px;
  content: '';
  left: 40%;
  transform: translateX(-50%);
  bottom: 0;
}

a.learn_more {
    color: #5DB2FF;
    font-size: 16px;
}

/*=============================================
PROFESIONALES
=============================================*/

.profesionales{
	
	background: #fff;
	padding-top: 120px;
	padding-bottom: 90px;
}



.profesionales figure{
	overflow:hidden;
	cursor:pointer;
	margin-bottom: 0px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

.profesionales img{
	transform: scale(1, 1);
	transition: .5s all;	
}

.profesionales img:hover{
	transform: scale(1.1, 1.1);
	transition: .5s all;
}

.nota_content_profesional {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #F5FBFF;
  padding-top: 16px;
  padding-bottom: 18px;
}

.nota_content_profesional h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 1px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.nota_content_profesional span {
  color: #919191;
  font-size: 13px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}


.nota_content_profesional:hover {
  background: #5DB2FF;
}

.nota_content_profesional:hover h3 {
  color: #fff;
}

.nota_content_profesional:hover span {
  color: #fff;
}

/*=============================================
PLANES
=============================================*/

.planes{
	background:#5d7179
}

.planes h1{
	font-weight:bold;
}

.planes .decimal{
	position:relative; 
	top:-15px; 
	font-size:20px; 
	font-weight:bold;
}

/*=============================================
FAQ
=============================================*/

.faq ul li{
	cursor:pointer;
}

.faq .tituloFaq{
	background:#b07b8f; 
	border-radius:20px 20px 0px 0px; 
	position:relative;
	cursor:auto;
}

.faq .tituloFaq img{
	position:absolute; 
	top:-19px; 
	left:34px;
}

.faq .row div{
	display:block;
}

/*=============================================
CONTACTENOS
=============================================*/

.contactenos input, .contactenos textarea{
	font-weight:100;
}

.contactenos .visitanos{
	background:#0195D2;
	color: #fff;
	transform:translate(0%,-15%);
}
/*=============================================
SCROLL UP
=============================================*/

#scrollUp{
	bottom: 20px;
	right: 20px;
	width: 50px;
	height: 50px;
	background: url(../img/flecha.jpg);
}

/*=============================================
PRELOAD
=============================================*/
#preload{
	position:fixed;
	z-index:1000;
	width:100%;
	height:100%;
	background:#fff;
}

#porcentajeCarga{
	position:absolute;
	text-align:center;
	width:100%;
	color:#0195D2;
	top:52%;
	font-size:20px;
	font-weight: 100;
	padding-top:20px;
	font-family: 'Grand Hotel', cursive !important;
}

#lineaCarga{
	position:absolute;
	width:50%;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	background: #E72B29;
}

#rellenoCarga{
	width:0%;

}
/*=============================================
PÁGINA INGRESO Y REGISTRO
=============================================*/

.ladoUsuarios{
	overflow-y:hidden;
}

.fotoIngreso, .fotoRegistro{
	position:relative;
	background-size: cover;
	background-position:center top;
	background-attachment:fixed;
	height:100vh;
}

.fotoIngreso{
	background: url(../img/crdiomet_consulta.jpg);
}

.fotoRegistro{
	background: url(../img/038.png);
}

.fotoIngreso::before, .fotoRegistro::before{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	content:"";
	background:rgba(0,0,0,.5);
}

.ladoUsuarios .btnRegresar{
	position:absolute;
	right:2%;
	top:2%;
	padding:5px 20px;
	font-size:15px;	
}

.fotoIngreso .btnRegresar, .fotoIngreso .btnRegresarMovil{
	background:#0095CF;
}

.fotoRegistro .btnRegresar, .fotoRegistro .btnRegresarMovil{
	background:#0095CF;
}

.ladoUsuarios .redesSociales{
	position:absolute;
	right:2%;
	bottom:0;
}

input[type="checkbox"]{
	display:none;
}

label[for="terminos"] span{
	display:inline-block;
	width:25px;
	height:25px;
	background:silver;
	vertical-align:middle;
	border-radius:100%;
}

input[type="checkbox"]:checked + label[for="terminos"] span{
	background:url(../img/check.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}






/*=============================================
TABLET HORIZONTAL (LG revisamos en 1024px)
=============================================*/

@media (max-width:1199px) and (min-width:992px){

	header .ingresos button{
	 	margin-top:-33px;
	 	padding-bottom:0px;
	}

	header .ingresos button a{
	 	font-size:10px;
	}

	.vistaVideo{
		height:70vh;
	}

	.vistaVideo .container{
		transform:translate(0,-95%);
	}


	.filtroVideo{
		position:absolute;
		width:100%;
		height:inherit;
		top:0;
		left:0;
		background: url(../img/filtro.png);
		background-repeat: repeat;
	}

}

/*=============================================
TABLET VERTICAL (MD revisamos en 768px)
=============================================*/

@media (max-width:991px) and (min-width:768px){

 	header .ingresos button{
	 	margin-top:-10px;
	 	padding-bottom:0px;
 	}


 	header .ingresos button a{
	 	font-size:18px;
	 	padding-bottom:5px;
 	}

 	.menuMovil{	
	 	position:fixed;
	 	top:0;
	 	left:0;
	 	width:100%;
	 	height:100%;
	 	background:black;
	 	z-index:2;
	}

	.menuMovil .nav-item{
	  	background-color: #0095CF;
	  	border-bottom:1px solid black;
	}

	.menuMovil .nav-item a{
		font-weight: 100;
		font-size:20px;
	}

	.vistaVideo{
		height:90vh;
	}

	.vistaVideo .container{
		transform:translate(0, 8%);
	}

	.filtroVideo{
		background: url(../img/fondo_movil.png);
		background-size:cover;
	}

	.filtroVideo::after{
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		background:rgba(0,0,0,.5);
		content: "";
	}

	.faq .row div{
		display:none;
	}

	.contactenos .visitanos{
		margin-top:20px;
		transform:translate(0%,0%);
	}

	.ladoUsuarios{
		overflow-y:scroll;
	}

	.ladoUsuarios .btnRegresarMovil{
		position:relative;
	}

	.ladoUsuarios .redesSociales{
		left:50%;
		transform:translate(-50%, 0);
		bottom:0;
	}

}

/*=============================================
MÓVIL HORIZONTAL (SM revisamos en 576px)
=============================================*/

@media (max-width:767px) and (min-width:576px){

	header .ingresos button{
	 	margin-top:-10px;
	 	padding-bottom:5px;
	 }


	 header .ingresos button a{
	 	font-size:14px;
	 	padding-bottom:5px;
	 }

	 .menuMovil{		
	 	position:fixed;
	 	top:0;
	 	left:0;
	 	width:100%;
	 	height:100%;
	 	background:black;
	 	z-index:2;
	 }

	.menuMovil .nav-item{
	  	background-color: #0095CF;
	  	border-bottom:1px solid black;
	}

	.menuMovil .nav-item a{
		font-weight: 100;
		font-size:20px;

	}

	.vistaVideo{
		height:950px;
	}

	.vistaVideo .container{
		transform:translate(0, 10%);
	}


	.filtroVideo{
		background: url(../img/fondo_movil.png);
		background-size:cover;
	}

	.filtroVideo::after{
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		background:rgba(0,0,0,.5);
		content: "";
	}

	.faq .row div{
		display:none;
	}

	.contactenos .visitanos{
		margin-top:20px;
		transform:translate(0%,0%);
	}

	.ladoUsuarios{
		overflow-y:scroll;
	}

	.ladoUsuarios .btnRegresarMovil{
		position:relative;
	}

	.ladoUsuarios .redesSociales{
		left:50%;
		transform:translate(-50%, 0);
		bottom:0;
	}


}

/*=============================================
MOVIL VERTICAL (revisamos en 320px)
=============================================*/

@media (max-width:575px){

	header .ingresos button{
	 	margin-top:-10px;
	 	padding-bottom:5px;
	 }


	 header .ingresos button a{
	 	font-size:12px;
	 }

	 .menuMovil{		
	 	position:fixed;
	 	top:0;
	 	left:0;
	 	width:100%;
	 	height:100%;
	 	background:black;
	 	z-index:2;
	 }

	.menuMovil .nav-item{
	  	background-color: #0095CF;
	  	border-bottom:1px solid black;
	}

	.menuMovil .nav-item a{
		font-weight: 100;
		font-size:20px;

	}

	.vistaVideo{
		height:920px;
	}

	.vistaVideo .container{
		transform:translate(0, 8%);
	}

	.vistaVideo .container h3{
		padding-top: 125px;
		font-size:25px !important;
	}

	.slider_text p {
	    font-size: 18px;
	    font-weight: 400;
	    color: #fff;
	    margin-bottom: 10px;
	    margin-top: 10px;
	}

	.filtroVideo{
		background: url(../img/fondo_movil.png);
		background-size:cover;
	}

	.filtroVideo::after{
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		background:rgba(0,0,0,.5);
		content: "";
	}

	.faq .row div{
		display:none;
	}

	.contactenos .visitanos{
		margin-top:20px;
		transform:translate(0%,0%);
	}

	.ladoUsuarios{
		overflow-y:scroll;
	}

	.ladoUsuarios .btnRegresarMovil{
		position:relative;
	}

	.ladoUsuarios .redesSociales{
		left:50%;
		transform:translate(-50%, 0);
		bottom:0;
	}

}
