/*-- THEME COLORS --*/
:root {
	/* Colors */
	--rojo: #d53c2e;
	--amarillo: #f5a01a;
	--blanco: #ffffff;
	--cafe: #624e3d;
	--azul: #39384c;
}

@font-face {
	font-family: "lato-regular";
	src: url("/fonts/lato/Lato-Regular.woff2") format("woff2"),
		url("/fonts/lato/Lato-Regular.woff") format("woff");
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "lato-bold";
	src: url("/fonts/lato/Lato-Black.woff2") format("woff2"),
		url("/fonts/lato/Lato-Black.woff") format("woff");
	font-style: italic;
	font-display: swap;
}
/*-- END THEME COLORS --*/

/*-- BASE --*/
* {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "lato-regular";
}

body {
	background-color: #ffffff;
	margin: 0px;
}

::-webkit-scrollbar {
	width: 6px;
	height: 5px;
}

::-webkit-scrollbar-thumb {
	background-color: #d3d3d3;
}

a {
	text-decoration: none;
}

button {
	cursor: pointer;
}

.btn {
	font-size: 18px;
	padding: 8px 40px;
	color: var(--blanco);
	background-color: var(--amarillo);
	border-radius: 10px;
	margin-top: 30px;
	font-family: "lato-bold";
}

.btn-css {
	background-color: #03178c;
	color: #ffffff;
	border-radius: 20px;
	padding: 4px 20px;
	font-size: 20px;
	border: none;
}

input,
textarea,
select {
	outline: none;
}

header {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 999;
}

#header-1 {
	padding: 0px 80px;
	width: 100%;
	height: 30px;
	background-color: var(--rojo);
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 30px;
}

#header-redes {
	display: flex;
	gap: 30px;
}
#header-redes a svg {
	height: 20px;
	fill: #fff;
}

#header-contacto {
	padding: 4px 15px;
	background-color: var(--amarillo);
	color: var(--blanco);

	font-family: "lato-bold";
	font-size: 20px;
	border-radius: 0px 0px 4px 4px;
}

.gtranslate_wrapper select {
	background-color: transparent;
	border: none;
	font-size: 16px;
	font-weight: lighter;
	color: var(--blanco);
	background-color: var(--rojo);
}

#header-2 {
	width: 100%;
	height: 70px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: var(--blanco);
	border-radius: 0px 0px 20px 20px;
	padding: 0px 20px;
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12),
		0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

#header-2 a > img {
	height: 60px;
}

nav {
	display: flex;
	justify-content: center;
	align-items: center;
}

nav ul {
	display: flex;
	justify-content: center;
	align-items: center;
	list-style: none;
	gap: 10px;
}

nav ul li a {
	padding: 0px 15px;
	font-size: 20px;
	color: var(--cafe);

	font-family: "lato-bold";
	transition: ease all 0.6s;
}

nav ul li a:hover {
	color: var(--amarillo);
}

#menu-btn {
	display: none;
}

.principal-title {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 0px;
}

.principal-title h2 {
	font-size: 60px;
	text-align: center;
	font-family: "lato-bold";
	text-transform: uppercase;
	color: var(--azul);
	border-bottom: 4px solid var(--amarillo);
}

.principal-title h2.azul {
	color: var(--azul);
}

.principal-title h2.blanco {
	color: var(--blanco) !important;
}

.line-separator {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 60px 0px;
}

.line-separator span {
	width: 70%;
	height: 2px;
	background-color: #bdbdcd;
}

footer {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 40px 0px;
	background-image: url("/img/fondo-footer.webp");
	background-repeat: no-repeat;
	background-size: cover;
}

#footer-1 {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 50px;
}

#footer-1 > div {
	width: 33.33%;
	display: flex;
	flex-direction: column;
}

#logo-footer {
	justify-content: center;
	align-items: flex-end;
}

#logo-footer a {
	width: 25%;
}

#logo-footer img {
	width: 100%;
}

#location-footer {
	padding: 0px 40px;
	justify-content: flex-start;
	align-items: center;
	display: flex;
	gap: 20px;
	border-left: 1px solid var(--blanco);
	border-right: 1px solid var(--blanco);
}

#location-footer a {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
}

#location-footer a svg {
	fill: var(--blanco);
	height: 25px;
}

#location-footer a span {
	color: var(--blanco);
	font-size: 22px;
}

#redes-footer > div {
	width: 100%;
	gap: 20px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

#redes-footer > span {
	font-size: 18px;
	color: var(--blanco);
}

#redes-footer > div a svg {
	width: 30px;
	fill: var(--blanco);
}

#footer-2 {
	margin: 40px 0px;
}

#footer-3 {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
}

.line-se-footer {
	height: 40px;
	width: 1px;
	background-color: var(--blanco);
}

#footer-3 a img {
	height: 60px;
}

#btn-whatsapp {
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	bottom: 80px;
	right: 10px;
	z-index: 111111;
	padding: 8px;
	background-color: #32ba46;
	border-radius: 50%;
	transition: ease all 0.4s;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
		0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

#btn-whatsapp:hover {
	box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14),
		0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
	right: 20px;
	transform: scale(1.05, 1.05);
}

.s-img-text {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.s-img-text > div {
	width: 80%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 60px;
}

.s-img-text > div > img {
	width: 40%;
	border-radius: 10px;
}

.info-s {
	width: 60%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	position: sticky;
	top: 120px;
}

.info-s .principal-title {
	justify-content: flex-start;
	padding: 20px 0px;
}

.info-s .principal-title h2 {
	font-size: 40px;
}

.info-s p {
	font-size: 20px;
	color: var(--azul);
}

#s-info-internas {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 100px;
}

#content-img-s-info-internas {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;

	justify-content: center;
	align-items: stretch;
}

#content-img-s-info-internas img {
	width: 100%;
	object-fit: cover;
}

#s-info-internas > p {
	width: 80%;
	text-align: center;
	font-size: 22px;
	color: var(--azul);
	padding-top: 40px;
}

#content-nav-carousel-casa {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
	margin: 30px 0px;
}

#content-nav-carousel-casa .bnn svg {
	fill: #bdbdcd;
	width: 80px;
}
#content-nav-carousel-casa .bnn {
	width: 40px;
	height: 40px;
	cursor: pointer;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	top: calc(50% - 40px);
	border: 1px solid #bdbdcd;
	border-radius: 50%;
}

.que-hacer-villa {
	margin-top: 80px;
}

#content-btn-ws a:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

#content-btn-ws {
	position: fixed;
	right: -127px;
	top: 380px;
	z-index: 1;
	transform: rotate(-90deg);
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

#content-btn-ws a {
	font-size: 16px;
	color: #ffffff;
	padding: 8px 20px;
	border-radius: 10px 10px 0px 0px;
	transition: ease all 0.3s;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
		0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
	background-color: #619d3b;
}

#content-btn-ws a > svg {
	margin-right: 5px;
}

#content-btn-ws a:hover {
	transform: scale(1.05);
}

#content-btn-ws a svg {
	fill: #fff;
	width: 25px;
	transform: rotate(90deg);
}

#content-btn-ws a span {
	padding: 0px 10px;
}

#s-galeria {
	margin-top: 90px;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#content-img-gal,
#content-img-gal-2 {
	width: 80%;
	display: grid;
	grid-template-columns:  1fr 1fr 1fr 1fr;
	justify-content: center;
	align-items: stretch;
	gap: 20px;
}

.py {
	padding: 50px 0px 20px;
}

#content-img-gal img,
#content-img-gal-2 img {
	width: 100%;
	object-fit: cover;
	height: 250px;
	border-radius: 20px;
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}


/*Preload inicio*/
.preloaderComplete {
	background: #624e3dd9;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 99999;
}


.loaderComplete {
	display: block;
	position: fixed;
	left: 50%;
	top: 50%;
	width: 150px;
	height: 150px;
	margin: -75px 0 0 -75px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #ffffff;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}

.loaderComplete:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #ffffff;
	-webkit-animation: spin 3s linear infinite;
	animation: spin 3s linear infinite;
}

.loaderComplete:after {
	content: "";
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #ffffff;
	-webkit-animation: spin 1.5s linear infinite;
	animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

#s-comentarios {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 100px;
}

#content-comentarios {
	width: 80%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 20px;
	margin-top: 40px;
}

.card-comentario {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 20px;
	border-radius: 20px;
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
	position: relative;
	gap: 10px;
}

.card-comentario h3{
	font-size: 25px;
	color: var(--cafe);
}
.card-comentario span{
	font-size: 16px;
	color: var(--rojo);
	font-weight: bold;
}
.card-comentario h4{
	position: absolute;
	right: 20px;
	top: 20px;
	color: var(--amarillo);
	font-weight: bold;
}
.card-comentario p{
	font-size: 18px;
	color: var(--azul);
}

.content-puntuaciones {
	width: 100%;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	flex-wrap: wrap;
	gap: 15px;
}
.content-puntuaciones >span{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
}
.content-puntuaciones >span>span{
	font-size: 18px;
	color: var(--amarillo);
}
.content-puntuaciones >span>svg{
	fill: var(--amarillo);
	width: 30px;
}

#btn-gal {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
	padding: 40px 0px;
	margin-bottom: 30px;
}

.bc-section {
	/* background-color: var(--azul); */
	background-image: url(https://madretierrahostels.com/img/galeria/49.jpeg);
	background-repeat: no-repeat;
	background-size: cover;

	background-attachment: fixed;
	background-position: center;
}

/* #btn-gal a{	
	margin-top: 30px;
} */
#btn-gal img{
	height: 55px;
}

#content-btn-habi {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 40px 0px;
}

#content-btn-habi a {
	font-size: 25px;
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12),
		0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

#content-btn-habi a img{
	width: 100%;
}

#content-btn-img {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 40px 0px;
}

#content-btn-img a {
	width: 18%;
	font-size: 25px;
	
}

#content-btn-img a img{
	width: 100%;
}

#conten-h1 {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 0px;
}

#conten-h1 h1 {
	width: 70%;
	text-align: center;
	color: #39384c;
	font-size: 18px;
}


@media screen and (max-width: 1024px) {
	#menu-btn {
		display: flex;
		width: 40px; height: 40px
	}

	nav {
		display: none;
	}

	nav.active {
		padding: 20px;
		display: flex;
		position: absolute;
		top: 100px;
		right: 0px;
		background-color: var(--azul);
		border-radius: 0px 0px 0px 20px;
	}

	nav.active ul {
		flex-direction: column;
	}

	nav.active ul li {
		width: 100%;
	}

	nav.active ul li a {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 5px 0px;
		font-size: 18px;
		color: var(--blanco);
	}
	#header-2 {
		padding: 0px 30px;
	}

	.principal-title h2 {
		font-size: 35px;
	}

	#footer-1 > div {
		width: 100%;
		padding: 0px;
		border: none;
	}

	#logo-footer {
		align-items: center;
	}

	#footer-3 {
		gap: 10px;
		flex-direction: column;
	}

	.line-se-footer {
		display: none;
	}

	#footer-3 a img {
		height: 30px;
	}

	#footer-1 {
		flex-direction: column;
		padding: 20px;
	}

	#location-footer a span {
		/* width: calc(100% - 25px); */
		font-size: 16px;
	}

	#location-footer a {
		justify-content: center;
	}

	#redes-footer > div {
		justify-content: center;
	}

	#redes-footer > span {
		text-align: center;
	}

	#header-1 {
		padding: 0px 10px;
		justify-content: space-between;
		gap: 10px;
	}

	#header-redes {
		gap: 8px;
	}

	#header-contacto {
		padding: 4px 8px;
		font-size: 16px;
		border-radius: 4px;
	}

	#lenguaje {
		font-size: 14px;
	}

	.s-img-text > div {
		flex-direction: column;
		gap: 20px;
	}

	.s-img-text > div > img {
		width: 100%;
	}

	.info-s {
		width: 100%;
	}

	.info-s p {
		font-size: 18px;
	}

	#content-img-s-info-internas {
		grid-template-columns: 1fr 1fr;
	}

	#s-info-internas > p {
		width: 100%;
		padding: 20px;
		font-size: 18px;
		padding-top: 20px;
	}

	.info-s {
		position: unset;
	}

	.info-s .principal-title h2 {
		font-size: 25px;
	}

	.que-hacer-villa {
		margin-top: 80px;
	}

	.que-hacer-villa {
		margin-top: 0px;
	}

	#content-btn-ws {
		right: 0px;
		top: auto;
		bottom: 0px;
		transform: rotate(-0deg);
		width: 100%;
	}

	#content-btn-ws a {
		padding: 5px 10px;
	}

	#content-btn-ws a svg {
		transform: rotate(0deg);
	}

	#content-img-gal,
	#content-img-gal-2 {
		width: 95%;
		grid-template-columns:  1fr 1fr;
	}

	.card-comentario {
		padding: 55px 20px;
	}

	.card-comentario h3 {
		font-size: 20px;
	}

	.card-comentario p {
		font-size: 16px;
		text-align: justify;
	}	

	#btn-gal {
		flex-direction: column;
	}

	#btn-gal a{	
		margin-top: 0px;
	}

	/* #btn-gal a:nth-child(1){	
		margin-top: 30px;
	} */
}
