body{
/*	background-image: url('../img/fondo.png'); */
	font-family: 'Montserrat', serif;
	color: #5dabc3;
}
.bg-celeste{
	background-color: #e6f6f6;
}
.mont-b{
	font-weight: 600;
}
.container-fluid{
	overflow: hidden;
	padding-right: 10px;
    padding-left: 10px;
}
/* FORMULARIO */

.hidden{
	display: none !important;
}

.ml{
	margin-left: 3%;
}
.ml3{
	margin-left: 3.5%;
}

.campo{
	float: left;
	margin-bottom: 10px;
	width: 48.5%;
}
.campo.campo3{
	width: 31%;
}
.campoFull{
	border: 0;
	margin-bottom: 10px;
	width: 100%;
}

label,	
.campo,
.campoFull,
.form-control{
	color: black;
	font-size: 0.9em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
}	
input[type='radio']{
	cursor: pointer;
}
label{
	color: #FFF;
	font-weight: 500;
	font-size: 1.1em;
	margin-bottom: 0;
}	
label.error {
	color: #e42320;
    font-size: 0.85em;
}
#livomLink a{
	color: #FFF;
	font-size: 0.9em;
}

.success.circle{
	color: #00a6ab ;
}
.form-control:focus,
.form-control {
  color: black;
  border: 0;
  border-bottom: 1px solid #00a6ab;
  background-color: transparent;
  padding-left: 1px;
}
.form-control.error {
  border-bottom: 1px solid #e42320;
}


#loading {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: block;
  opacity: 1;
  background-color: #014880;
  z-index: 99;
  text-align: center;
}
#header .logo{
	margin-left: 50px;
	/*height: 72px;*/
}
#header #stickyLogo{
	display: none;
}
#header.sticky #stickyLogo{
	display: block;
}
#header.sticky #headerLogo{
	display: none;
}
#header.sticky .logo{
	/*display: block !important;*/
	padding-top: 0px;
}
#header #footer{
	position: relative;
	z-index: 99;
	transition: .4s;
}
#header.sticky #footer{
	background-color: rgba(255,255,255,0.9);
	position: fixed;
/*	left: 15px; */
    z-index: 999999999999 !important;
    position: fixed;
    width: 100%;
    padding-top: 0px !important;
}
#header{
	/*background-image: url('../img/1splash.jpg');
	background-size: cover;*/
	height: 120vh;
}
#backHeader,
#backHeader div{
	background-size: cover;
	background-position: center;
	position: absolute;
	height: 120vh;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 0;
}
#backHeader #car1{
	/*background-image: url('../img/1splash.jpg');*/
	background-image: url('../img/nasello_home_sin.gif');
}
#backHeader #car2{
	background-image: url('../img/1splashhom.png');
}
#backHeader #car3{
	background-image: url('../img/1splashmuj.png');
}
#consultarBtn{
	border-color: #00a6ab !important;
	background-color: #00a6ab;
	width: fit-content;
	position: absolute;
	top: -15px;
	font-size: 1.2em;
	left: 50%;
	transform: translateX(-50%);
	z-index: 99999;
}
.border-l{
	border-left: 2px solid #5dabc3;
	height: 200px;
	width: 100%;
}
.pl-0{
	padding-left: 0 !important;
}
.pr-0{
	padding-right: 0 !important;
}
.disenio .pileta-der{
	width: 100%;
}
.consultorios span{
	color: #00a6ab !important;
	line-height: 1.1em;
	font-size: .9em;
}
#servicios h3{
	color: #f6f4f0;
	font-size: 3.2em;
	font-family: 'Montserrat',sans-serif;
	letter-spacing: 3px;
	margin-bottom: 3rem;
}
#servicios ul{
	list-style: none;
	padding: 0;
}
#servicios ul li{
	font-size: 1.8em;
	font-weight: 500;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid;
}
#servicios ul li:last-child{
	border-bottom: 0;
}
#servicios{
	color: #FFF;
	background-image: url('../img/servicios.png');
	background-size: cover;
	padding-top: 100px;
	padding-bottom: 100px;
}
.mainContent{
	position: relative;
}
.mainContent p{
	text-align: justify;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	font-size: 1.2em;
	line-height: 1.4em;
	color: black;
	letter-spacing: 3px;
	margin-top: 1.5rem;
}
#header h1{
	color: #04d5da;
	margin-bottom: 1.5rem;
	font-size: 2.3em;
	font-family: 'Montserrat';
	letter-spacing: 3px;
	line-height: 1.3em;
	z-index: 2;
}
#header h2{
	font-size: 1.4em;
	color: white;
	font-weight: 600;
	margin-bottom: 1rem;
}
#header h3{
	font-size: 1.4em;
	color: white;
	font-weight: 400;
	z-index: 2;
}
#header p{
	margin-top: 30px;
	font-weight: 400;
}
#headerTitle img{
	width: 70%;
    margin-bottom: 40px;
}
#headerTitle{
	padding-top: 0 !important;
}
#headerTitle .logoAwua{
	padding-top: 100px !important;
}
#header-nav{
    border-radius: 15px 15px 0 0;
	height: 30%;
}
li .nav-link{
	color: #fff !important;
	padding: 0;
}
li .nav-link,
li .nav-link img{
	width: 50px;
}
#header-nav img.logo{
	width: 183px;
    margin-left: 40px;
    margin-top: -2px;
}
#header-nav ul{
	list-style: none;
	padding: 0;
    margin: auto;
}
#header-nav ul li{
	margin-right: 20px;
}
h2{
	font-family: 'Montserrat', sans-serif;
	font-size: 2em;
}
#contacto{
	background-color: #FFF;
	box-shadow: 3px 3px 5px #ccc;
	position:absolute;
	margin-top: -23%;
}
#contacto > div{
	padding: 10px 20px;
}
.gracias #contacto > div{
	padding: 40px 50px;
}
.gracias #contacto > div h2{
	color: black !important;
	font-size: 2.3em;
}
::placeholder,
select{
	color: black !important;
}
select option{
	color: black !important;
}
select.form-control {
    -webkit-appearance: menulist;
}
.btn-primary,
.btn-primary:hover,
.btnSbmt,
.btnSbmt:hover{
	background-color: #00a6ab;
	border-color: #00a6ab;
	padding-left: 15px !important;
	padding-right: 15px !important;
	width: 100%;
}
#contacto h2{
	font-size: 1.3em;
	color: #00a6ab !important;
	margin-bottom: 20px;
	font-family: 'Montserrat', sans-serif;
}
h2.center,
#contacto h2,
#contacto p{
	color: #f6f4f0;
}
#contacto p{
	font-size: 1.1em;
	margin-top: 0;
}
#enviarContacto{
	background-color: #e83666;
	border: none !important;
	border-radius: 25px;
	color: #eaeaea;
	display: block;
	margin: auto;
	padding: 10px 50px;
	font-size: 1.1em;
    font-weight: 500;
	
	transition: 0.3s;
}
#enviarContacto:hover{
	background-color: #794594;
}
.footer .logo{
	margin-left: 50px;
}
#footer p a,
#footer span{
	font-weight: 600;
	color: #FFF;
}
#footerSocial{
	list-style: none;
	margin-right: 50px;
}
#footerSocial li{
	display: inline-block;
}
footer #footerSocial li a.nav-link img{
	width: 25px;
}
#footerSocial i{
	color: #fff;
	font-size: 30px;
}
#livomLink{
	margin-bottom: 10px;
}
#whatsapp {
	position: fixed;
	bottom: 25px;
	right: 25px;
	width: 70px;
	transition: 0.3s;
	z-index: 9999;
}
#whatsapp:hover{
	bottom: 30px;
}
#whatsapp img{
	width: 100%;
}
.row.galeria > div{
	padding: 0;
}
.carousel-item img{
	width: 100%;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
	width: 7rem;
    height: 7rem;
}
.carousel-control-next-icon {
    background-image: url("../img/flecha-der.svg");
}
.carousel-control-prev-icon {
    background-image: url("../img/flecha-izq.svg");
}
.carousel-control-prev{
	left: -15%;
}
.carousel-control-next{
	right: -15%;
}
.carousel-item img{
	width: 100%;
}

.relative{
	position: relative;
}
h2.center{
	letter-spacing: 3px;
}
.center{
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 999;
}
.img-center{
	width: 12%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 999;
}
.ola-center{
	position: absolute;
    width: 20%;
    top: 7rem;
    z-index: 999;
    transform: translate(123%) !important;
}
.ola-center-center{
	position: absolute;
    width: 20%;
    top: 0;
	left: 50%;
    z-index: 999;
    transform: translate(-50%, -50%) !important;
}
.ola-right{
	position: absolute;
    width: 20%;
    top: 15rem;
    z-index: 999;
    left: 55%;
}
.ola-left{
	position: absolute;
	width: 25%;
	top: 3.3rem;
	z-index: 999;
	transform: translate(-43%) !important;
}
.m-izq{
	margin-left: -5%;
}
.hidden{
	display:none !important;
}
.error{
	border: 1px solid red;
	color: red !important;
}
.error::placeholder{
	color: red !important;
}
.p13{
	font-family: 'Montserrat',sans-serif;
    font-size: 3em;
    margin: auto;
    letter-spacing: 3px;
	font-weight: 300;
	text-align: center;
	padding: 1rem;
}
hr.separador,
.p13 + hr{
	width: 25%;
	height: 1px;
	background-color: #00a6ab;
	margin: auto;
	opacity: 1;
}
hr.separador{
	width: 20%;
	margin-left: -10% !important;
	margin-top: 80px;
	margin-bottom: 80px;
}
.estarbien{
	text-align: center !important;
    font-weight: 600;
    font-size: 2em !important;
    margin-top: 30px;
    margin-bottom: 60px;
}
#contactoFooter{
	background-color: #5dabc3;
	padding-top: 100px;
	padding-bottom: 100px;
}
#contactoFooter{
	color: #FFF;
}
footer{
	background-color: #00a7ac;
}
#contactoFooter h5{
	font-family: 'Montserrat', sans-serif;
}
.contenido h3{
	font-size: 2em;
	font-weight: 300;
}
.contenido h3,
.contenido p,
.contenido form{
	padding-left: 5%;
}
.contenido p,
.contenido form{
	padding-right: 5%;
}
.especialidad{
	margin-top: 2rem;
	text-align: center;
}
.especialidad img{
	display: block;
	margin: auto;
	width: 70%;
	padding: 10%;
}
.especialidad span{
	display: block;
	font-size: 1.3em;
}
#procedimientos{
	margin-top: 100px;
	padding-bottom: 100px;
}
#procedimientos h3{
	margin-top: 40px;
	margin-bottom: 40px;
}
.procedimiento img{
	width: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.procedimiento h4{
	font-size: 1.3em;
	color: #00a7ac;
}
.procedimiento hr{
	background-color: #00a7ac;
	width: 50%;
	opacity: 1;
}
.procedimiento p{
	font-size: 1.2em;
	color: black;
	line-height: 1.5em;
}
.primeraConsulta{
	background-color: #00a7ac;
	color: #FFF;
	font-weight: 300;
	font-size: 1.6em;
	position: absolute;
	padding: 5px 50px;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -165%);
	box-shadow: 2px 2px 5px #bbb;
}
.tarjeta{
	padding-left: 20px;
}
.tarjeta strong,
.tarjeta span{
	color: black;
	display: block;
	font-size: 1.2em;
	margin-bottom: 10px;
}
.tarjeta hr{
	width: 25%;
	opacity: 1;
}
.tarjeta .titulo{
	color: #00a6ab;
}
.tarjeta p{
	font-size: 1.2em;
	letter-spacing: 1px;
}
#centros{
	padding-bottom: 100px;
}
.centro{
	margin-top: 20px;
	float: left;
	width: 20%;
	padding: 0 5px;
}
.centro img{
	width: 100%;
}
.centro span{
	display: block;
	border-top: 1px solid #00a6ab;
	margin-top: 20px;
	padding-top: 5px;
}
#contactoSection{
	padding-bottom: 50px;
}
#procedimientos hr,
#contactoSection hr{
	margin-top: 0;
}
#contactoSection form{
	margin-top: 50px;
}
#contactoSection form h2{
	font-size: 1.5em;
	margin-bottom: 30px;
}
@media (max-width: 545px) {
	#backHeader #car1{
		/*background-image: url('../img/1splash.jpg');*/
		background-image: url('../img/nasello_home_sin_mob.jpg');
	}
	#header.sticky #stickyLogo{
		margin: 0 0 0 15px !important;
	}
	.gracias #contacto > div{
		padding: 0px;
	}
	.gracias #contacto > div h2{
		color: black !important;
		font-size: 1.1em;
	}
	#footerSocial {
		margin-right: 15px;
	}
	#whatsapp{
		right: 10px;
    	width: 60px;
	}
	#header{
		height: 70vh;
		background-position: center;
	}
	#header h2{
		font-size: 1.3em;
		text-align: center;
	}
	#header h1{
		font-size: 1.5em;
		margin-bottom: 30px;
		padding-left: 0;
		text-align: center;
	}
	#header .logo{
		margin: auto !important;
		height: 72px;
	}
	#headerTitle .logoAwua{
		padding-top: 30px !important;
	}
	#header #footerSocial {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	#header h3 {
		font-size: 1em;
		text-align: center;
	}
	#headerTitle img{
		padding-right: 0px;
		height: 50px;
		margin-left: auto;
    	margin-right: auto;
	}
	#headerTitle {
		padding-top: 50px !important;
	}		
	#header-nav{
		display: none;
	}
	#header.sticky #footer{
		width: 102%;
    	padding-top: 0px !important;
	}
	.campo{
		float: none;
		width: 100%;
	}
	.ml{
		margin-left: 0;
	}
	#contacto{
		position: relative;
		margin-top: 0;
	}
	.estarbien{
		font-size: 1.1em !important;
	}
	.procedimiento p{
		text-align: justify;
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
	}
	.procedimiento{
		padding-left: 30px;
		padding-right: 30px;
	}	
	.carousel-control-prev{
		left: 0%;
		opacity: 1;
	}
	.carousel-control-next{
		right: 0%;
		opacity: 1;
	}
	.carousel-control-prev-icon,
	.carousel-control-next-icon{
		background-color: #ffffff73;
    	border-radius: 20px;
		width: 3rem;
	}
	#contacto{
		padding: 30px 20px;
	}		
	#contacto h2{
		font-size: 1.1em;
	}
	#contacto p{
		font-size: 1em;
	}	
	.primeraConsulta{
		font-size: 1em;
		transform: translate(-50%, -125%);
		width: 100%;
	}
	.tarjeta{
		padding-top: 20px;
	}
	.tarjeta strong, .tarjeta span{
		font-size: 1.1em;
	}
	.centro{
		float: none;
		width: 90%;
		margin: auto;
		margin-bottom: 30px;
	}
	.centro span{
		font-size: 1.3em;
	}
	#centros{
		padding-bottom: 50px;
	}
	#footerSocial{
		margin-top: 30px;
		padding: 0;
	}
	.footer .logo {
		margin: auto;
		display: block;
	}
	.navbar-toggler{
		background-color: white;
	}
	.mainContent h4{
		font-size: 2.5em !important;
	}
	.p16{
		font-size: 2.2em !important;
	}
	.p13{
		font-size: 1.8em;
	}
	.mainContent p{
		font-size: 1.2em;
	}
	.mainContent h4.arriesgado{
		right: -40% !important;
	}
	.img-center.arriesgado{
		top: 35%;
	}
	.img-center.choco{
		top: 25%;
	}
	.img-center.golden{
		top: 35% !important;
	}
}
@media (max-width: 1500px) {
	.tarjeta p{
		font-size: 1em;
	}
}
@media (min-width: 1700px) {
	.tarjeta p{
		font-size: 1.39em;
	}
}
