
@font-face {
	font-family: 'OggRoman';
	src: url(../fonts/Ogg-Roman.otf) format("opentype");
  }
@font-face {
	font-family: 'OggItalic';
	src: url(../fonts/Ogg-Italic.otf) format('opentype');
  }
body{
/*	background-image: url('../img/fondo.png'); */
	font-family: 'Montserrat', serif;
	color: #0aa575;
}
.bg-violeta{
	background-color: #0aa575;
}
.mont-b{
	font-weight: 600;
}
.container-fluid{
	overflow: hidden;
	padding-right: 10px;
    padding-left: 10px;
}
#contactate{
	font-size: 1.25rem;
	letter-spacing: 2px;
	border: 2px solid white;
	border-bottom: 2px solid white;
	width: fit-content;
	margin-left: 15px;
    margin-top: 35px;
	transition: .3s;
}
#contactate:hover{
	margin-top: 25px;
}
/* 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: #f6f4f0;
	font-size: 1em;
	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: #0aa575;
	font-size: 0.9em;
}

.success.circle{
	color: #FFF ;
}
.form-control:focus,
.form-control {
  color: #f6f4f0;
  border: 0;
  border-bottom: 1px solid #f6f4f0;
  background-color: transparent;
  padding-left: 1px;
}
.form-control.error {
  border-bottom: 1px solid #e42320;
}

form{
	padding: 40px;
   /* background-color: #beb8af;*/
}
#contactoFooter form{
	padding: 0;
}
#contactoFooter .btnSbmt, #contactoFooter .btnSbmt:hover {
	background-color: #fff;
	border-color: #fff;
	color: #0aa575;
}
#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: 15px;*/
	margin-top: 30px;
}
#header.sticky .logo{
	display: block !important;
	padding-top: 5px;
}
#header #footer{
	transition: .4s;
}
#header.sticky #footer{
	background-color: #0aa575;
	position: fixed;
/*	left: 15px; */
    z-index: 999999999999 !important;
    position: fixed;
    width: 100%;
    padding-top: 10px !important;
}
#header.gracias #headerTitle{
	height: 90vh;
}
#header{
	/*background-image: url('../img/primer-splash.png');
	background-size: cover;*/
/*	padding-bottom: 100px; */
height: 120vh;
}
#awuaInfo{
	background-color: #FFF;
}
#awuaInfo .p13{
	margin-bottom: 3rem;
}
.border-l{
	border-left: 2px solid #0aa575;
	height: 200px;
	width: 100%;
}
.pl-0{
	padding-left: 0 !important;
}
.pr-0{
	padding-right: 0 !important;
}
.disenio .pileta-der{
	width: 100%;
}
#servicios h3{
	color: #f6f4f0;
	font-size: 3.2em;
	font-family: 'OggRoman',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;
	background-color: #FFF;
}
.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: #919191;
	letter-spacing: 2px;
}
.win{
	display: inline-block;
	margin-bottom: 20px;
	margin-top: 20px;
	width: 250px;
}
#background-video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
  }
#header h1,
#header h2,
#header h3{
	color: #FFF;
	margin-bottom: 1.5rem;
/*	padding-right: 40px; */
}
#header h1{
	font-size: 2.5em;
	font-family: 'OggRoman';
	letter-spacing: 3px;
	line-height: 1.5em;
	margin-bottom: 0;
	margin-left: 15px;
}
#header h2{
	font-size: 1.7em;
}
#header h3{
	font-size: 1.7em;
	letter-spacing: 1px;
	font-family: 'OggRoman';
	display: inline-block;
	width: fit-content;
	padding-bottom: 15px;
	border-bottom: 1px solid #FFF;
	margin-left: 15px;
}
#header p{
	margin-top: 30px;
	font-weight: 400;
}
#headerTitle img{
	width: 80%;
    margin-bottom: 50px;
}
#headerTitle{
	padding-top: 0 !important;
}
#headerTitle .logoAwua{
	padding-top: 20px !important;
}
#headerTitle .logoAwua h2{
	background-color: #5ba8bf;
	line-height: 1.5em;
	letter-spacing: 2px;
	font-weight: 400;
	padding: 10px 15px;
	font-size: 1.65em;
}
#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: 70px;
}
li .nav-link img{
	padding-right: 20px;
    padding-left: 20px;	
}
li .nav-link.der{
	border-left: 1px solid; 
	border-right: 1px solid; 
}
footer li .nav-link.der{
	border-color: #0aa575;
}
#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: 'OggRoman', sans-serif;
	font-size: 3em;
}
#contacto{
/*	background-color: #FFF; */
}
#contacto > div{
	padding: 30px;
}
::placeholder,
select{
	color: #f6f4f0 !important;
}
select option{
	color: #222 !important;
}
select.form-control {
    -webkit-appearance: menulist;
}
.btnSbmt,
.btnSbmt:hover{
	color: #FFF;
	background-color: #0aa575;
	border-color: #0aa575;
	padding-left: 15px !important;
	padding-right: 15px !important;
}
#contacto h2{
	font-size: 1.2em;
	color: #f6f4f0;
	margin-bottom: 25px;
	font-family: 'OggRoman', sans-serif;
	letter-spacing: 3px;
}
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;
}
#footerSocial li{
	display: inline-block;
}
#footerSocial i{
	color: #fff;
	font-size: 30px;
}
#livomLink{
	margin-top: 10px;
	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 {
    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;
}
.construccion{
	display: inline-block;
}
.construccion:before{
    background: none repeat scroll 0 0 #0aa575;
    content: "";
    display: block;
    height: 1px;
	width: 70%;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
}	
.construccion,
.p13{
	font-family: 'OggRoman',sans-serif;
    font-size: 3.2em !important;
    margin: auto;
    letter-spacing: 3px;
	font-weight: 400;
	text-align: center;
	padding: 2rem;
}
.p13{
    margin-bottom: 10rem;
    border-bottom: 1px solid;
}
.recuadro{
	border: 2px solid #0aa575;
	padding: 10px 30px;
	text-align: center;
	margin: auto;
	margin-bottom: 3rem;
	font-family: 'Montserrat', serif;
	font-size: 1.1em;
	width: fit-content;
}
.recuadro p{
	color: #0aa575;
	text-align: center;
	font-family: 'Montserrat', serif;
	letter-spacing: 0px;
    font-size: 1em;
	margin-bottom: 0;
}
#contactoFooter{
	background-color: #0aa575;
	padding-top: 100px;
	padding-bottom: 100px;
}
#contactoFooter{
	color: #FFF;
}
footer{
	border-top: 1px solid #0aa575;
	background-color: #FFF;
}
#contactoFooter h5{
	font-family: 'OggRoman', sans-serif;
}
@media (max-width: 545px) {
	#contactate{
		font-size: .9rem;
        border-width: 1px;
		margin: auto;
    	margin-top: 20px;
	}
	#whatsapp{
		right: 10px;
    	width: 60px;
	}
	#header {
		height: auto;
	}
	#header h2{
		font-size: 1.3em;
	}
	h2{
		font-size: 2.5em;
	}
	#header h1{
		font-size: 1.5em;
		margin-bottom: 0px;
		padding-left: 0;
		margin-left: 0;
		text-align: center;
	}
	#header .logo{
		margin: auto !important;
		margin-bottom: 40px !important;
	}
	#headerTitle .logoAwua{
		padding-top: 50px !important;
	}
	#header #footerSocial {
		margin-top: 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: 0px !important;
	}		
	#header-nav{
		display: none;
	}
	#contacto form {
		padding: 20px;
	}
	#contacto > div {
		padding: 0px;
	}
	.playaSiNo label:first-child{
		display: block;
	}
	.ola-center,	
	.ola-center-center,
	.ola-right{
		width: 45%;
	}
	.ola-left{
		width: 35%;
    	transform: translate(-4%) !important;
	}
	.ola-right{
		left: 73%;
	}
	#servicios{
		background-position: right;
	}
	.construccion{
		font-size: 2.5em !important;
		padding-left: 0;
	}
	.carousel-control-prev{
		left: 0%;
		opacity: 1;
	}
	.carousel-control-next{
		right: 0%;
		opacity: 1;
	}
	.carousel-control-prev-icon,
	.carousel-control-next-icon{
		background-color: #0aa57573;
    	border-radius: 20px;
	}
	#contacto{
		padding: 30px 20px;
		width: 100%;
	}		
	#contacto h2{
		font-size: 1.1em;
	}
	#contacto p{
		font-size: 1em;
	}	
	#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.4em !important;
	}
	.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: 375px) {

}
