/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600&display=swap');


/* ------------------------ INICIO - CUERPO ------------------------- */

.cuerpo-logo { width: 100%; height: auto; background: #c5b88b;}
.cuerpo-logo-box {width: 320px; height: 135px; margin: auto;}


.cuerpo-menu {
	width:100%;
	height:auto;
	background:#846808;
	display:block;
	padding:0;	
	margin:1px 0px 1px 0px;

}

.cuerpo-slide {
	width:100%;
	height:auto;
	position:relative;
}

.cuerpo-slide-img {
	width: 100%;
	height: auto;
	z-index:1;
	position:relative;
}
.cuerpo-slide-box {
	width: 100%;
	height: 100px;
	z-index:10;
	bottom: 0;
	left:0;
	position:absolute;
	background: url(../img/slide-bg.png) repeat;	
}

.cuerpo-slide-cuerpo {
	width: 100%;
	max-width: 1000px;
	height: auto;
	margin: auto;
}

.cuerpo-slide-txt-01 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size:45px;
	color: #fff;
	
}

.cuerpo-slide-txt-02 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size:30px;
	color: #fff;
	margin-top: -10px;
}

#slider {width:100%; height:auto;}
#slider img {width:100%;}



.cuerpo-principal {
	width: 98%;
	max-width: 1000px;
	height:auto;
	margin:auto;
	padding: 20px 0px 20px 0px;
	display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.cuerpo-slogan {
	width: 100%;
	padding: 20px 0px 20px 0px;
	background: #c5b88b;
	margin: 20px 0px 20px 0px;
}

.cuerpo-slogan-txt-01, .cuerpo-slogan-txt-02 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #5d4800;
	text-align: center;
}

.cuerpo-slogan-txt-01 {font-size:35px;}
.cuerpo-slogan-txt-02 {font-size:20px;}


.cuerpo-base {
	width: 100%;
	padding: 15px 0px 15px 0px;
	background: #c5b88b;
	margin: 20px 0px 0px 0px;
}

.cuerpo-base-txt-01, .cuerpo-base-txt-02 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #5d4800;
	text-align: center;
}

.cuerpo-base-txt-01 {font-size:35px;}
.cuerpo-base-txt-02 {font-size:15px;}


.cuerpo-pie {
	width:100%;
	padding: 5px 0px 5px 0px;
	margin-top:1px;
	margin-bottom:0px;
	background:#846808;
}

/* ------------------------ FIN - CUERPO  --------------------------- */
/* ------------------------------------------------------------------ */

/* ------------------------ INICIO - MENU --------------------------- */
.menu_bar {
	display:none;
}

header {
	width:100%;

}

header nav {
	background:#846808;
	z-index:1000;
	max-width:955px;
	width:100%;
	margin:auto;
}

header nav ul {
	list-style:none;
}

header nav ul li {
	display:inline-block;
	position: relative;
}

header nav ul li:hover {
	background:#c5b88b;
}

header nav ul li a {
	color:#fff;
	display:block;
	text-decoration:none;
	padding:10px 30px 10px 30px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size:22px;
}


header nav ul li:hover .children {
	display:block;
}

header nav ul li .children {
	display: none;
	background:#846808;
	position: absolute;
	width: 200%;
	z-index:1000;
}

header nav ul li .children li {
	display:block;
	overflow: hidden;
	border-bottom: 1px solid rgba(255,255,255,.5);
}

header nav ul li .children li a {
	display: block;
}


header nav ul li .caret {
	position: relative;
	top:3px;
	margin-left:10px;
	margin-right:10px;
}

@media screen and (max-width: 800px) {
	body {
		padding-top:68px;
	}

	.menu_bar {
		display:block;
		width:100%;
		position: fixed;
		top:0;
		background:#846808;
		z-index:1000;
		
	}

	.menu_bar .bt-menu {
		display: block;
		padding: 17px 20px 17px 20px;
		color: #fff;
		overflow: hidden;	
		font-family: 'Open Sans', sans-serif;
		font-weight:400;
		font-size: 25px;
		text-decoration: none;
	}


	header nav {
		width: 100%;
		height: calc(100% - 80px);
		position: fixed;
		right:100%;
		margin: 0;
		overflow: scroll;
		
	}

	header nav ul li {
		display: block;
		border-bottom:1px solid rgba(255, 255, 255, 0.5);
	}

	header nav ul li a {
		display: block;
		
	}

	header nav ul li:hover .children {
		display: none;
	}

	header nav ul li .children {
		width: 100%;
		position: relative;
	}

	header nav ul li .children li a {
		margin-left:20px;
	}

}
/* ------------------------ FIN - MENU  ----------------------------- */
/* ------------------------------------------------------------------ */



/* ------------------------ INICIO - TEXTO -------------------------- */
h1 {
	width: 100%;
	margin: auto;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size:40px;
	text-align: center;
	color: #5d4800;

}

h2  {
	width: 100%;
	margin: auto;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #5d4800;
	text-align:center;
	font-size:25px;
	text-transform: uppercase;
}



P {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #666666;
	font-size: 20px;
	text-align: justify;
	line-height: 35px;	
	width: 95%;
	margin: auto;

}


.linea {
	width: 100px;
	height: 1px;
	margin: auto;
	margin-bottom: 15px;
}
.br-30 {
	width: 100%;
	height: 30px;
}

.img {
	width: 95%;
	height: auto;	
	margin: auto;
	margin-top: 25px;
	margin-bottom: 25px;
}
.bg-clr {background: #c5b88b;}
.bg-blc {background: #fff;}

/* ------------------------ FIN - TEXTO  ---------------------------- */
/* ------------------------------------------------------------------ */




.social-box {
	width:300px;
	height:32px;
	margin:auto;
	margin-bottom:10px;
}

.social-icn {
	width:32px;
	height:32px;
	float:left;

}

.social-txt-a {
	width:260px;
	height:10px;
	margin:-4px 0px 0px 40px;
	float:left;
	position: absolute;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size:15px;
	color:#666666;
}

.social-txt-b {
	width:260px;
	height:12px;
	margin:-19px 0px 0px 40px;
	float:left;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size:16px;
	color:#666666;
}



.inicio-box {
	width:320px;
	height:200px;
	margin:auto;
	margin-bottom:10px;
	display: flex;
    display: -webkit-flex;   
    flex-direction: column;     
   	-webkit-flex-direction: column;
}

.inicio-titulo {
	width:290px;
	height:40px;
	padding:4px 0px 0px 0px;
	margin:0px 0px 0px 15px;
	background:#846808;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 25px;
	text-align:center;
	color:#fff;
	z-index:2;
}

.inicio-img {
	width:320px;
	height:180px;
	margin-top:-20px;
	z-index:0;
}


.certificado-box {
	width:310px;
	height:110px;
	margin:auto;
	margin-bottom:30px;
	display: flex;
    display: -webkit-flex;   
    flex-direction: column;     
   	-webkit-flex-direction: column;
}

/* ------------------------ INICIO - CABAÑAS ------------------------ */

.cabana-box {
	width:320px;
	height:50px;
	margin:auto;
	margin-bottom:15px;
}

.cabana-bg-01 {
	width:236px;
	height:50px;
	background: #c5b88b;
	float: left;

}

.cabana-bg-txt1 {
	padding: 3px 0px 0px 8px;	
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size:18px;
	color: #5d4800;
	
}

.cabana-bg-txt2 {
	padding: 0px 0px 0px 8px;	
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size:14px;
	color: #5d4800;
}

.cabana-bg-02, .cabana-bg-03 {
	width:40px;
	height:45px;
	background:#846808;
	float:left;
	margin: 0px 0px 0px 2px;
	padding: 5px 0px 0px 0px;
}

/* ------------------------ FIN - CABAÑAS  -------------------------- */
/* ------------------------------------------------------------------ */

#tilde {
	list-style-image: url("../img/tilde.png");
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size:17px;
	line-height: 30px;
	color:#666666;
	margin:0px 0px 0px 40px;
	
}



/* ------------------------ INICIO - CONTACTO ----------------------- */

.contacto-box {
	width:320px;
	height:auto;
	margin:auto;
	display: flex;
    display: -webkit-flex;   
    flex-direction: column;     
   	-webkit-flex-direction: column;
	margin-top:0px;
	margin-bottom:15px;
}

.contacto-titulo, .contacto-txt  {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color:#666666;
	text-align:center;
}

.contacto-titulo {
	font-size:25px;
}

.contacto-txt  {
	font-size: 18px;
	line-height: 24px;
}

.contacto-linea {
	width:80px;
	height:1px;
	background:#cccccc;
	margin:auto;
	margin-top:0px;
	margin-bottom:10px;	

}

/* ------------------------ FIN - CONTACTO  ------------------------- */
/* ------------------------------------------------------------------ */



/* ------------------------ INICIO - FORMULARIO --------------------- */
.form {width:320px; margin:-15px 0px 0px 0px;}
.form span label {	font-family: 'Open Sans', sans-serif;font-weight: 300; font-size:18px;}
.form span label {color:#666666;}


form p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 18px;
	color: #666666;
	text-align: justify;
	line-height: 30px;

}


.form input {
	width:100%;
	height:38px;
	border:0;
	outline: 0;
	padding:0px;
	background:#d9d9d9;
	color:#222222;
	font-size: 14px;
	
}


.form textarea {
	width:100%;
	height: 110px;
	max-height:110px;
	padding:0px;
	background:#d9d9d9;
	border:0;
	font-size: 14px;
}

.form input:hover,
.form input:focus, 
.form textarea:hover, 
.form textarea:focus {
	background:#999999;
	color:#111111;	
}

.ultimo {	
	margin-bottom:0;
    position: relative;    
}

.form button {
	width: auto;
	margin:10px 0px 0px 8px; 
	padding: 10px 35px 10px 35px;
	background: #b2b2b2;	
	color: #333333;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size:14px;
	text-transform: uppercase;
	text-align: left;
	
}

.form button:hover {
	background: #3bb4c1;	
	color: #fff;
}

.hide {
    display: none;
}

.ajaxgif {
    position: absolute;
    left: 150px;
    top: 15px;
}
.msg {
    min-width: 130px;
	right: 0px;
	height: 28px;
	padding: 10px 15px 0px 15px;
	color:#ffffff;	
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	text-align: left;
	font-size:14px;
	text-align:center;
    position: absolute;
	margin-top:-39px;
	
}

.msg_ok {
    background: #589D05;
}
.msg_error {
    background: red;
}

@media screen and (max-width: 800px) {
	.form {width:285px;}
	.form button {width: auto; margin:10px 0px 0px 205px;}	
	.form button:hover { background:#00a9ff;}
}
/* ------------------------ FIN - FORMULARIO  ----------------------- */
/* ------------------------------------------------------------------ */


/* ------------------------ WHATSAPP - INICIO  ----------------------- */



#whatsapp-arg {
	position: fixed;
	width:150px;
	height:70px;
	bottom:140px;
	right: 0px;
	z-index:500;
}

#whatsapp-bsas {
	position: fixed;
	width:150px;
	height:70px;
	bottom:70px;
	right: 0px;
	z-index:500;
}

#whatsapp-uru {
	position: fixed;
	width:150px;
	height:70px;
	bottom:5px;
	right: 0px;
	z-index:500;
}


/* ------------------------ WHATSAPP - FIN  ------------------------- */
/* --------------------------------------------------------------------/

/* ------------------------ INICIO - VOLUMEN VISUAL ----------------- */
.btn-volumen-visual {display:block; text-indent:-9000%; margin:auto;}
.btn-volumen-visual {width:82px; height:39px; background:url(../img/volumen-visual.png);}
.btn-volumen-visual:hover {background-position:-82px;}
/* ------------------------ FIN - VOLUMEN VISUAL  ------------------- */
/* ------------------------------------------------------------------ */



/* ------------------------ INICIO - MOVIL -------------------------- */
@media screen and (max-width: 800px) {

	.cuerpo-slide-box {height:55px; }
	.cuerpo-slide-txt-01 {font-size:25px; margin-left: 10px;}	
	.cuerpo-slide-txt-02 {font-size:20px; margin-left: 10px;}

}

/* ------------------------ FIN - MOVIL ----------------------------- */
/* ------------------------------------------------------------------ */