html{ scroll-behavior: smooth; }
a{ text-decoration: none!important;}
.hero{
	background-image:linear-gradient(to right,rgba(0,0,0,0.5),rgba(0,0,0,0.0)),url('../img/bg-hero.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.hero h1{
	font-size: 1.6em;
	font-weight: 300 !important;
}

.logo{ width: 100px; }

.navabs{
	position: absolute !important;
    width: 100% !important;
}

nav li{ font-size: 0.8em; }

.navbar-dark .navbar-nav .nav-link:hover{ color: #ccc !important; }


.navbar-dark .navbar-nav .nav-link{
	color: #fff!important;
}

.form-hero{
	width: 400px;
	border-radius: 15px;
	background-color: #fff;
	padding: 35PX 25px;
	font-size: 12px !important;
	margin-left:auto;
}

.form-hero h4{
	font-size: 14px !important;
}
.form-hero input{
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 1px solid #ccc;
	height: 30px;
	width: 90%;
}

.form-hero select{
	border: 0px !important;
	padding: 10px 5px;
	border-bottom: 1px solid #ccc !important;
	width: 100%;
}

.form-hero label{
	width: 100%;
	margin: 15px 0;
	display: flex;
	align-items: center;
}

.form-hero label label{
	width: auto;
}

.form-hero label i{
	font-size: 18px;
	padding-right: 15px;
	color: #999;
}

.form-hero label p{
	margin-bottom: 0px;
}

.form-hero .radio{
	display: flex;
	justify-content: start;
}

.form-hero .radio input{
	width: 18px !important;
	margin: 0 2px 0 15px;
}

.form-hero .send, .btn-custom{
	font-weight: bold;
	font-size: 14px;
	padding: 15px 45px;
	background-color: #79BAB4;
	transition: all 0.6s ease;
	border-radius: 50px;
	border: 0px;
	color: #fff;
}

.form-hero .send: hover{
	background-color: #3AAFA1;
}

/* quienes somos  */

.qs h1, .turismo h1, .contacto h1{
	font-size: 1.8em;
	color: #606060;

}
.qs p{
	color: #606060;
	font-size: 15px;
	text-align: justify;
	line-height: 30px;
}

.card-custom{
	font-size: 12px;
	min-height: 300px;
	color: #606060;
	border-radius: 10px;
	background-color: #fff;
	-webkit-box-shadow: 1px 1px 6px 1px rgba(0,0,0,0.55); 
	box-shadow: 1px 1px 6px 1px rgba(0,0,0,0.55);
	
}

.card-custom h3{
	font-size: 14px;
	font-weight: 600;
}

.card-custom p{
	font-size: 14px;
	line-height: 22px;
	text-align: left;
}

.card-custom:hover{
	cursor: pointer;
	color: #fff!important;
	background-color: #79BAB4;
}

.card-custom:hover p, .card-custom:hover hr {
	color: #fff!important;

}

/* Tratamientos */

.tratamientos{
	background-image:linear-gradient(to right,rgba(0,0,0,0.2),rgba(0,0,0,0.2)),url('../img/bg-tratamiento.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.tratamientos-container{
	flex-wrap: wrap;
}

.tratamientos .container{
	min-height: 500px;
}

.tratamientos span, .tratamientos .span{
	padding: 15px 25px;
	margin: 20px 10px;
	border: 2px solid #fff;
	border-radius: 8px ;
	color: #fff;
	text-transform: uppercase;
	transition: all 0.6s ease;
}

.tratamientos span:hover, .tratamientos .span:hover{
	background-color: #fff;
	color: #333;
}

/* Tratamientos */

.turismo{
	background-image:linear-gradient(rgba(0,3,40,0.9),rgba(0,3,40,0.8)),url('../img/bg-turismo.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.turismo a:hover{
	color: #fff;
	background-color: #3AAFA1;

}

.turismo p{
	line-height: 35px;
}

/* Profesionales */

.img-prof{
	height: 200px;
	border-radius: 10px 10px 0 0px;
	width: 100%;
	background-color: #79BAB4;
}

.img-prof-1{ background-image: url('../img/profesionales/01.jpeg') !important; background-size: cover; background-position: center; }
.img-prof-2{ background-image: url('../img/profesionales/02.jpeg') !important; background-size: cover; background-position: center; }
.img-prof-3{ background-image: url('../img/profesionales/03.jpeg') !important; background-size: cover; background-position: center; }
.img-prof-4{ background-image: url('../img/profesionales/04.jpeg') !important; background-size: cover; background-position: center; }
.img-prof-5{ background-image: url('../img/profesionales/05.jpeg') !important; background-size: cover; background-position: center; }
.img-prof-6{ background-image: url('../img/profesionales/06.jpeg') !important; background-size: cover; background-position: center; }
.img-prof-7{ background-image: url('../img/profesionales/07.jpeg') !important; background-size: cover; background-position: center; }
.img-prof-8{ background-image: url('../img/profesionales/08.jpeg') !important; background-size: cover; background-position: center; }


.card-prof{
	font-size: 12px;
	min-height: 300px;
	color: #606060;
	border-radius: 10px;
	background-color: #fff;
	-webkit-box-shadow: 1px 1px 6px 1px rgba(0,0,0,0.55); 
	box-shadow: 1px 1px 6px 1px rgba(0,0,0,0.55);
}

.card-prof h3{
	font-size: 14px;
	font-weight: 600;
}

.card-prof p{
	font-size: 14px;
	line-height: 22px;
	text-align: left;
}

.col-column{
		flex-wrap: wrap;
	}


.menu-prof{
	flex-wrap: wrap;
}

.menu-prof span, .menu-prof button{
	border: 1px solid #333 !important;
	color: #333;
	border-radius: 50px !important;
	font-size: 12px !important;
	padding: 5px 10px !important;
	margin: 0 10px !important;
}

.menu-prof span:hover, .menu-prof button:hover{
	border: 1px solid #79BAB4 !important;
	background-color: #79BAB4 !important;
	color: #fff !important;
	cursor: pointer !important;
}

.menu-prof .active{
	border: 1px solid #79BAB4 !important;
	background-color: #79BAB4 !important;
	color: #fff !important;
	cursor: pointer !important;	
}

/* Contacto */
.contacto {
	background-color: #ECECEC;
}

.contacto .contactp{
	color: #606060;
	font-size: 16px;
}

.contacto .form-hero{
	width: 710px!important;
}

footer{
	font-size: 14px;
	background-color: #383956 !important;
}

footer ul{
	list-style: none;
	font-weight: 600;
}


/* Mobile */

@media (max-width: 990px){
	.navbar-collapse {
		background-color: #000;
    	padding: 20px;
    }

    .menu-footer{
    	display: none !important;
    }

    .qs h1, .turismo h1, .contacto h1, .hero h1{
    	font-size: 24px;
    	text-align: center;
    }

}

@media (max-width: 760px){
	.contacto .form-hero{
		width: 100% !important;
		margin: auto;
	}

	.menu-prof span, .menu-prof button{
	
	margin: 0 10px 10px 10px !important;
 }

	.form-hero{
		margin: auto;
	}

	.form-hero {
    	width: 330px;
	}

	.tratamientos-container {
    flex-wrap: wrap;
    flex-direction: column;
	}

	.col-column{
		flex-direction: column;
	}

	.form-hero .radio{
		flex-wrap: wrap;
	}

	.estadisticas .col-md-3{
		flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 35px 0 35px 0;
	}

	footer{
		text-align: center;
	}

	footer div{
		
		flex-direction: column;
	}
}


/*

	Landing cirugía

*/

.hero-cirugia{
	background-image:linear-gradient(to right,rgba(0,0,0,0.5),rgba(0,0,0,0.0)),url('../img/bg-cirugia.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 100vh;
}

.hero-cirugia h1, .hero-flebologia h1, .hero-turismo h1, .hero-nutricion h1, .hero-estetica h1, .hero-dermatologia h1{
	font-size: 24px;
}

@media ( max-width:  776px){
	.hero-cirugia, .hero-nutricion{ background-position: left !important; }
	.hero-flebologia { background-position: right; }
	.nav-pills .nav-item{ margin: auto; margin-bottom: 15px; }
}

.bolder{
	font-weight: 600!important;
}

.bg-rue{
	background-color: #79BAB4;
}

.section{
	height: 550px;
}

@media (max-width: 767px){
	.section{
		flex-direction: column;
		flex-wrap: wrap;
		height: auto;
	}

	.flex-reverse{
		flex-direction: column-reverse !important;
	}

	.section .col-md-6 {
		height: auto;
		min-height: 400px;
		width: 100%;
	}
}

.section ul li::before {
  content: "\2022";  
  color: #79BAB4;
  font-weight: bold; 
  display: inline-block; 
  width: 1em; 
  margin-left: -1em; 
}

.section ul li {
	list-style: none;
	font-size: 14px;
	margin-bottom: 5px;
}

.section h3{
	color: #606060;
	font-size: 22px;
	margin: 0 0 15px 30px;
}

.section p{
	margin: 0 0 15px 30px;
	font-size: 14px;
}

.btn-custom:hover{ color: #fff; }

.facial{
	background-image:url('../img/bg-facial.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.corporal{
	background-image:url('../img/bg-corporal.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.mama{
	background-image:url('../img/bg-mama.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.intima{
	background-image:url('../img/bg-intima.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.lesiones{
	background-image:url('../img/bg-lesiones.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.seccion-6{
	background-image:linear-gradient(rgba(0,3,40,0.9),rgba(0,3,40,0.8)),url('../img/bg-6.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.big-card{
	border-radius: 20px;
	color: #333;
	background-color: #fff;
}

.active-btn{
	background-color: #79BAB4;
	color: #fff;
	border: none !important;
}


/*

	Landing flebologia

*/

.hero-flebologia{
	background-image:linear-gradient(to right,rgba(0,0,0,0.5),rgba(0,0,0,0.0)),url('../img/bg-6.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 100vh;
}

.flebologia{
	background-image: url('../img/bg-flebo.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.bg-greyc{
		background-color: #ECECEC;

}

/*

	Landing turismo

*/

.hero-turismo{
	background-image:linear-gradient(to right,rgba(0,0,0,0.5),rgba(0,0,0,0.0)),url('../img/bg-turismo.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 100vh;
}

.icons img{
	width: 90px;
}

/*

	Landing nutricion

*/

.hero-nutricion{
	background-image:linear-gradient(to right,rgba(0,0,0,0.5),rgba(0,0,0,0.0)),url('../img/bg-nutricion.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 100vh;
}

.nutricion{
	background-image:url('../img/bg-nutricion2.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}


/*

	Landing dermatologia

*/

.hero-dermatologia{
	background-image:linear-gradient(to right,rgba(0,0,0,0.5),rgba(0,0,0,0.0)),url('../img/bg-dermatologia.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 100vh;
}


.dermatosis{
	background-image:url('../img/bg-dermatosis.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.autoinmunes{
	background-image:url('../img/bg-autoinmunes.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.ampollares{
	background-image:url('../img/bg-ampollares.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.patologia{
	background-image:url('../img/bg-patologia.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.pelo{
	background-image:url('../img/bg-pelo.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.infecciones{
	background-image:url('../img/bg-infecciones.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.consultorio{
	background-image:url('../img/bg-consultorio.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.piel{
	background-image:url('../img/bg-piel.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}


/*

	Landing estetica

*/

.hero-estetica{
	background-image:linear-gradient(to right,rgba(0,0,0,0.5),rgba(0,0,0,0.0)),url('../img/bg-estetica.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 100vh;
}

.est-facial{
	background-image:url('../img/bg-est-facial.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.est-corporal{
	background-image:url('../img/bg-est-corporal.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

/*

	Landing QS

*/

.hero-qs{
	background-image:linear-gradient(to right,rgba(0,0,0,0.5),rgba(0,0,0,0.0)),url('../img/bg-qs.jpeg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 70vh;
}

.valores h4{
	font-size: 16px;
	font-weight: bold;
	padding-top: 1rem;
}

.valores p {
	text-align: center;
	line-height: 16px;
}

.valores svg{
	fill: #79BAB4 !important;
}

.estadisticas{
	background-image:linear-gradient(to right,rgba(121,186,180,0.90),rgba(121,186,180,0.90)),url('../img/bg-nutricion2.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 50vh;
}

.estadisticas svg{
	fill: #fff;
}

.estadisticas .text{
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	padding-left: 15px;
}

.estadisticas .text span{
	font-size: 38px;

}

/* fonts */

*{ font-family: 'Montserrat', sans-serif !important; }

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');