* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-size: 18px;
	background: #fff url('../imagenes/fondo2.jpg');
	background-size:cover;
	background-attachment: fixed;
}

h1 {
	font-size: 3rem;
	font-weight: bold
}

h2 {
	font-size: 1.3rem;
	font-weight: bold
}

p {
    font-size: 1rem; /*  Igual al tamaño de la fuente base */
    line-height: 1.6; /*  Espaciado entre líneas */
  }
 
@media (max-width: 780px) { /* Pantallas pequeñas */
    h1 {
      font-size: 2.2rem;
    }
	
	h2 {
      font-size: 1.1rem;
    }
	
    p {
      font-size: 0.9rem;
    }
  }

@media (min-width: 1200px) { /* Pantallas grandes */
    h1 {
      font-size: 3rem;
    }
  }

.contenedor {
	margin: auto;
	width: 95%;
	max-width: 1080px;
	display: flex;
	flex-direction:row;
	flex-wrap:wrap;
}

header {
	width: 100%;
	padding: 40px 0;
	display: flex;
	flex-direction:row;
	justify-content:space-between;
	align-items:center;
}

header .menu a {
	font-family: 'Anton', sans-serif;
	color: #fff;
	text-decoration: none;
	margin-right: 30px;
	font-size: 16px;
}

header .menu a:hover {
	text-decoration: underline;
}

.main {
	background: #fff;
	padding: 8px;
	width: 100%;
}

.main article .thumb {
	margin-bottom: 20px;
}

.main article .thumb img {
	width: 100%;
	vertical-align: top;
	max-width: 1080px;
}
.main article .iconos img {
	vertical-align: top;
	max-width: 1080px;
}

.main article h2 {
	margin-bottom: 20px;
	font-weight: normal;
	font-size: 32px;
}

.main article p {
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 27px;
}
.main .trabajos .contenedor-trabajos {
	display: flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:space-between;
}

.main .trabajos .contenedor-trabajos .trabajo{
	width: 23%;
	margin-bottom: 10px;
}

.main .trabajos .contenedor-trabajos .trabajo .thumb {
	width: 100%;
	margin-bottom: 10px;
}

.main .trabajos .contenedor-trabajos .trabajo .thumb img {
	width: 100%;
	vertical-align: top;
	border-radius: 3px;
}

aside {
	width: 30%;
	background: #537dca;
	padding: 20px;
	display: flex;
	flex-direction:column;
	flex-wrap:wrap;
	justify-content:space-between;
}

aside .ad {
	font-size: 30px;
	text-align: center;
	color: #fff;
	padding: 50px 0;
	background: #4264a2;
	/*margin: 20px 0;*/
}

footer {
	margin: 20px 0;
	background: rgba(55,117,191,.60);
	padding: 20px;
	width: 100%;
	color: #fff;
}

footer .redes-sociales a {
	color: #fff;
	text-decoration: underline;
	margin-left: 20px;
}

footer .redes-sociales a:hover {
	text-decoration: none;
}

.footlogo90 {
	background-color: rgba(55,117,111,.100);
	padding: 20px;
    width: 100%;
}

.footer_grilla {
	padding: 20px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 0.5rem;
}

.footer_grilla a {
	text-decoration: none;
	color: inherit;
}

@media screen and (max-width: 980px) {
	.footer_grilla {
		grid-template-columns: 1fr 1fr;
	}
}

@media screen and (max-width: 720px) {
	.footer_grilla {
		grid-template-columns: 1fr;
		text-align: center;
	}
}

@media screen and (max-width: 800px){
	.main {
		width: 100%;
	}

	aside {
		width: 100%;
		flex-direction:row;
	}

	aside .ad {
		width: 40%;
	}
}

@media screen and (max-width: 600px) {
	header {
/*		flex-direction:column; */
		padding-bottom: 20px;
	}

	header .menu {
		width: 100%;
		background: rgba(255,255,255,.2);
		text-align: center;
		padding: 20px;
	}

	header .menu a {
		margin: 0 20px;
	}

	footer {
		flex-direction:column;
		text-align: center;
	}

	footer .autor {
		order:2;
	}

	footer .redes-sociales {
		order: 1;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 400px){
	aside {
		display: none;
	}
}
.aanton {
    font-family: 'Anton', sans-serif;
	text-decoration: none;
	font-size: 22px;
}
.aantonpiedepagina {
    font-family: 'Anton', sans-serif;
	text-decoration: none;
	font-size: 22px;
	color: #FFFFFF;
}
.fondodos {
	background: url('../imagenes/fondodos.png');
}
.aaantonwelcome {
    font-family: 'Anton', sans-serif;
	line-height: 36px;
	text-align: center;
	text-decoration: none;
	padding: 40px;
	font-size: 23px;
	color: #000;
}
.aaopensans {
	font-family: 'Open Sans Condensed', sans-serif;
	text-decoration: none;
	font-size: 2,5em;
}
.aaopensansservicios {
	font-family: 'Open Sans Condensed', sans-serif;
	text-decoration: none;
	text-align: center;
	padding: 3px;
}
.oswald {
  	font-family: "Oswald", sans-serif;
  	font-optical-sizing: auto;
  	font-style: normal;
  	font-size: 18px;
	color: #010101;
}
.garrido {
	background: #faee93;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 27px;
}
.bloqueblanco {
  background-color: #fff;
  padding: 5px;
}
.bloquebienvenida {
  max-width: 100%;
  height: auto;
  background-color: #fff;
  padding: 15px;
  text-align: center;
}
.merriweather2 {
  font-family: "Merriweather", serif;
  font-size: 26px;
  padding: 10px 0;
  background-color: #ddd6ff;
  font-weight: bold;
  font-style: normal;
  text-align: center;
}
.merriweatherbienv {
  font-family: "Merriweather", serif;
  font-size: 28px;
  padding: 40px;
  line-height: 1.5;
  background-color: #fff;
  text-align: center;
  color: #837C7C;
}
.merriweatherpie {
  font-family: "Merriweather", serif;
  font-size: 16px;
  }
.merriweatherpie img {
	vertical-align: middle;
	margin-right: 0.7rem;
}
/* <weight>: Use a value from 200 to 700 */
/* <uniquifier>: Use a unique and descriptive class name */

.oswaldgog {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}
/* <weight>: Use a value from 300 to 900 */
/* <uniquifier>: Use a unique and descriptive class name */

.merriweathergog {
  font-family: "Merriweather", serif;
  font-size: 28px;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-variation-settings:"wdth" 100;
  text-align: center;
  padding: 10px 0;
}
.merriweathertitgog {
  font-family: "Merriweather", serif;
  font-optical-sizing: auto;
  font-weight: 800;
}	
.colores {
  font-family: "Merriweather", serif;
  color: #fff;
  font-optical-sizing: auto;
  font-size: 18px;
  text-align: center;
  padding: 100px;
}
.anton-regular {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.opensansgog {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
.robotocondensedgog {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.iconoserviciostit {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  text-align: center;
  font-optical-sizing: auto;
  font-weight: bolder;
  font-style: normal;
}
.iconoserviciossubtit {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  text-align: center;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  padding: 5px;
}
.btn {
  background: #B0C4DE;
  color: #fff;
  font-family: "Merriweather", serif;
  font-size: 28px;
  text-decoration: none;
  padding: 15px 20px;
  text-align: center;
  display: inline-block;
  margin: 0 10px;
}	
.btn:hover {
  opacity: .8;
}
.fondoolas {
  background: url('../imagenes/fondoolas.png');
  padding: 10px;
  font-optical-sizing: auto;
}
.fndlightblue {
  font-family: "Merriweather", serif;
  font-size: 28px;
  background: #B0C4DE;
  color: #fff;
  padding: 20px;
  text-align: center;
}	
.fndblue {
  font-family: "Merriweather", serif;
  font-size: 28px;
  background: #5C7cE1;
  color: #fff;
  padding: 20px;
  text-align: center;
}	
.fndarenatit {
  font-family: "Merriweather", serif;
  font-size: 28px;
  background: #BDB76B;
  color: #fff;
  padding: 20px;
  text-align: center;
}
.fndinformacion {
  font-family: "Merriweather", serif;
  font-size: 28px;
  background: #3E41E0;
  color: #fff;
  padding: 20px;
  text-align: center;
}
.fndinformacionsub {
  font-size: 28px;
  background: #3E91E0;
}
.fndnaranjatit {
  font-family: "Merriweather", serif;
  font-size: 28px;
  background: #F4511E;
  color: #fff;
  padding: 20px;
  text-align: center;
  width: 100%;
}
.fndnaranjasub {
  font-family: "Merriweather", serif;
  font-size: 28px;
  background: #FF9800;
}
.fndvio {
  font-family: "Merriweather", serif;
  font-size: 28px;
  color: #fff;
  background: #715AFF;
  padding: 20px;
  text-align: center;
}
.fndviosec{
  background: #A682FF;
}
.fndspacecadet{
  background: #2E294E;
}
.fndgiantorange{
  background: #F46036;
}
.fndbuenceleste{
  background: #5386E4;
}
.fndenglishviolet{
  background: #4C4B63;
}
.fndblendazul{
  background: linear-gradient(to right,#5386E4 10%,#2E294E);
  color: #fff;
  text-align: center;
}
.fndblendamarillo{
  background: linear-gradient(to right,#F0E68C 30%,#BDB76B);
  color: #fff;
  text-align: center;
}
.fndblendnaranja{
  background: linear-gradient(to right,#F44708 10%,#F1A208);
  color: #fff;
  text-align: center;
}
.imagenrespon{
  max-width: 100%;
  height: auto;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 0px;
}
.responsivemap {
        position: relative;
        padding-bottom: 56.25%; /* 16:9 aspect ratio */
        height: 0;
        overflow: hidden;
    }

    .responsivemap iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }	
@media (max-width: 800px) { /* Pantallas pequeñas */
    iconoserviciostit {
      font-size: 12px;
    }
}
.reservas_form{
	padding: 15px;
	background: linear-gradient(to right,#F44708 5%,#F1A208);
    color: #fff;
    text-align: center;
	width: 100%;
}
.float-wa{
        position:fixed;
        width:60px;
        height:60px;
        bottom:40px;
        right:40px;
        background-color:#25d366;
        color:#FFF;
        border-radius:50px;
        text-align:center;
        font-size:30px;
        z-index:100;
    }
#rooms{
	display:none!important;
}
#ch{
	display:none!important;
}
#ad{
	display:none!important;
}
#hotel_select{
	display:none!important;
}

.inputs{
	height: 45px;
	width: 100%;
	border-radius: 0px;
	border: none;
	box-sizing: border-box;
	font-size: 20px;
	padding: 10px;
	margin-bottom: 10px;
}

.boton_reserva{
	font-size: 18px;
	height: 45px;
	width: 100%;
	color: white;
	border-radius: 0px;
	box-sizing: border-box;
	background-color: #BAAC8F;
	border: none;
}
#spacer {
	margin-top: 100%;
}
@media(min-width: 680px){
	#reservas_form{
		text-align: center;
	}
	.inputs{
		width: 32%!important;
		display: inline-block!important;
		vertical-align: top;
	}
	.boton_reserva{
		width: 32%!important;
		display: block;
		margin: 0 auto;
	}
	#spacer {
		margin-top: 0%;
	}
}

@media(min-width: 980px){
	#reservas_form{
		margin: 0 auto;	
		max-width: 970px;
		padding: 16px 0px 10px 0px;
		border-radius: 0px;
	}
	.inputs, .boton_reserva{
		width: 32%!important;
		vertical-align: middle;
		margin-bottom: 10px;
	}
	.boton_reserva{
		display: inline-block;
		vertical-align: middle;
	}
	#spacer {
		margin-top: 0%;
	}
}
headerz {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2rem;
    background-color: #ececec;
}

.logoz {
    max-width: 5rem;
}

.nav-listz {
	font-family: 'Anton', sans-serif;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	list-style-type: none;
    display: flex;
    gap: 1rem;
}

.nav-listz li a {
    text-decoration: none;
    color: #ffffff;
}

.nav-listz li a:hover {
    background: #8563bb;
}

.abrir-menuz,
.cerrar-menuz {
    display: none;
}

@media screen and (max-width: 810px) {
    .abrir-menuz,
    .cerrar-menuz {
        display: block;
        border: 0;
        font-size: 1.25rem;
        background-color: transparent;
        cursor: pointer;
    }

    .abrir-menuz {
        color: #fff;
    }

    .cerrar-menuz {
        color: #fff;
    }

    .navz {
        opacity: 0;
        visibility: hidden;
        display: flex;
        flex-direction: column;
        align-items: end;
        gap: 1rem;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        background-color: #1c1c1c;
        padding: 2rem;
        box-shadow: 0 0 0 100vmax rgba(0, 0, 0, .5);
    }

    .navz.visible {
        opacity: 1;
        visibility: visible;
		z-index: 2;
    }
    
    .nav-listz {
        flex-direction: column;
        align-items: end;
    }

    .nav-listz li a {
        color: #ececec;
    }
}

#centro {
	width: 100%;
	aspect-ratio: 1060 / 600;
}

/* ----- ----- MEDIA QUERIES ----- ----- */
@media screen and (max-width: 800px) {
	header .menu {
		text-align: center;
	}

	.main .trabajos .contenedor-trabajos .trabajo {
		width: 46%;
	}
}

@media screen and (max-width: 500px) {
	header .contenedor-texto .texto .nombre {
		font-size: 35px;
	}

	header .contenedor-texto .texto .profesion {
		font-size: 18px;
	}

	footer .redes-sociales .contenedor {
		flex-wrap:wrap;
		padding: 20px 0;
	}
}