/*-- THEME COLORS --*/
:root {
	/* Colors */
	--vino: #800203;
	--negro-claro: #030303;
	--rosa: #F03447;
}

@font-face {
	font-family: "AsapCondensed-Regular";
	src: url("/src/fonts/AsapCondensed-Regular.woff2") format("woff2"),
		url("/src/fonts/AsapCondensed-Regular.woff") format("woff");
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "AsapCondensed-ExtraLight";
	src: url("/src/fonts/AsapCondensed-ExtraLight.woff2") format("woff2"),
		url("/src/fonts/AsapCondensed-ExtraLight.woff") format("woff");
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "AsapCondensed-Light";
	src: url("/src/fonts/AsapCondensed-Light.woff2") format("woff2"),
		url("/src/fonts/AsapCondensed-Light.woff") format("woff");
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "AsapCondensed-Medium";
	src: url("/src/fonts/AsapCondensed-Medium.woff2") format("woff2"),
		url("/src/fonts/AsapCondensed-Medium.woff") format("woff");
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "AsapCondensed-Bold";
	src: url("/src/fonts/AsapCondensed-Bold.woff2") format("woff2"),
		url("/src/fonts/AsapCondensed-Bold.woff") format("woff");
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "MermaidSwashCaps-Bold";
	src: url("/src/fonts/MermaidSwashCaps-Bold.woff2") format("woff2"),
		url("/src/fonts/MermaidSwashCaps-Bold.woff") format("woff");
	font-style: normal;
	font-display: swap;
}

/*-- END THEME COLORS --*/

/*-- BASE --*/
* {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "AsapCondensed-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: 4px 30px;
	color: #fff;
	background-color: var(--rosa);
	border-radius: 20px;
	font-family: "AsapCondensed-Light";
}

input,
textarea,
select {
	outline: none;
}

header {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0px;
    z-index: 9;
}

#header-1 {
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--vino);
}

#header-1>div {
    width: 80%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 25px;
}

#header-1>div a:nth-child(1),
#header-1>div a:nth-child(2) {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

#header-1>div a:nth-child(1) svg,
#header-1>div a:nth-child(2) svg {
    fill: #fff;
    height: 18px;
}

#header-1>div a:nth-child(1) span,
#header-1>div a:nth-child(2) span {
    color: #fff;
    font-size: 14px;
	font-family: "AsapCondensed-ExtraLight";
}

.btn-h-glamping {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    height: 24px;
    border-radius: 0px 0px 6px 6px;
    background-color: #fff;
    height: 38px;
    position: relative;
    top: 0px;
    padding: 4px 10px;

}

.btn-h-glamping img{
    height: 22px;
}

.btn-h-glamping {
    font-size: 14px;
    color: #000;
}

.btn-red-h svg {
    height: 18px;
    fill: #fff;
}

#header-2 {
    width: 100%;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    background-color: var(--negro-claro);
}

#header-2>a img{
    height: 65px;
}

#header-2> nav ul{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

#header-2> nav ul a{
    color: #fff;
	font-family: "AsapCondensed-ExtraLight";
    font-size: 18px;
    padding: 4px 0px;
    transition: ease all 0.6s;
    border-bottom: 2px solid transparent;
}

#header-2> nav ul a:hover{
    border-bottom: 1px solid var(--vino);
}

main {
    margin-top: 120px;
}

footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url(/src/img/18.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

footer >div:first-child{
    width: 70%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 50px 20px;
}

footer >div:first-child>a{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

footer >div:first-child>a>img{
    width: 55%;
}

footer >div:last-child{
    width: 100%;
    background-color: #540004;
    padding: 10px;
}

footer >div:last-child p{
    text-align: center;
    font-size: 14px;
	font-family: "AsapCondensed-ExtraLight";
    color: #fff;
}

#content-nav-f {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

#content-nav-f a{
    color: #fff;
	font-family: "AsapCondensed-ExtraLight";
    font-size: 16px;
    padding: 4px 0px;
    transition: ease all 0.6s;
    border-bottom: 2px solid transparent;
}

#content-info-f {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 15px;
}

#content-info-f a:nth-child(1),
#content-info-f a:nth-child(2) {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

#content-info-f a:nth-child(1) svg,
#content-info-f a:nth-child(2) svg {
    fill: #fff;
    height: 18px;
}

#content-info-f a:nth-child(1) span,
#content-info-f a:nth-child(2) span {
    color: #fff;
    font-size: 14px;
	font-family: "AsapCondensed-ExtraLight";
}


.btn-h-glamping-f {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    height: 24px;
    border-radius: 6px;
    background-color: #fff;
    padding: 20px 15px;

}

.btn-h-glamping-f svg{
    height: 20px;
    fill: #000;
}

.btn-h-glamping-f {
    font-size: 14px;
    color: #000;
}

#content-info-f >div {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.btn-red-f svg {
    height: 25px !important;
    fill: #fff;
}

.bnn {
    width: 50px;
    height: 50px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;    
    position: absolute;
    top: calc(50% - 25px);
    border-radius: 50%;
    border: 1px solid #fff;
    z-index: 1;
}

#bnn-der {
    right: 8%;
}

#bnn-izq {
    left: 8%;
}


#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);
}

.principal-title {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0px;
}

.principal-title h2 {
    font-size: 45px;
    color: var(--vino);
	font-family: "MermaidSwashCaps-Bold";
    border-bottom: 2px solid var(--vino);
    text-align: center;
    line-height: 45px;
}

.principal-title.p-interno h2 {
    border-bottom: none;
    text-align: center;
}

.principal-title.blanco h2 {
    color: #fff;
    border-bottom: 2px solid #fff;
}


.principal-title.interno {
    justify-content: flex-start;
}

.principal-title.interno h2{
    text-align: start;
}

.section-text {
    width: 80%;
    text-align: center;
	font-family: "AsapCondensed-Light";
    font-size: 18px;
    padding-bottom: 20px;
    line-height: 30px;
}

.section-text.interno {
    text-align: justify;
}


.popup.showing {
	display: flex;
}

.popup {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	display: none;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}

.popup .popup-container {
	width: 40%;
	max-height: 90%;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.popup .popup-container .btn-close-popup {
	width: 30px;
	height: 30px;
	cursor: pointer;
	border: none;
	position: absolute;
	right: 20px;
	top: 20px;
    z-index: 111;
    background-color: transparent;
}

.popup-content img {
	width: 100%;
    border-radius: 30px;
}

.popup-content {
	width: 100%;
	max-height: 90vh;
	color: #4d4d4d;
	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);
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	z-index: 2;
	border-radius: 20px;
	overflow: auto;
}

#banner-interno {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

#banner-interno img {
    width: 100%;
}

#banner-interno .principal-title {
    position: absolute;
}

#banner-interno .principal-title.interno {
    justify-content: center;
}

#banner-interno .principal-title.interno h2 {
    font-size: 60px;
    text-align: center;
    line-height: 50px;
}


#s-resenas {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px 0px;
}

#content-carousel-resenas {
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#carousel-resenas {
    width: 100%;
}

.card-resena {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    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);
    padding: 15px;
}

.card-resena >div{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.card-resena >div img{
    width: 20% !important;
}

.card-resena >div >div{
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 6px;
}

.card-resena >div >div span{
    font-size: 14px;
	font-family: "AsapCondensed-Bold";
}

.card-resena >div >div >div{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.card-resena >div >div >div svg{
    width: 15px;
    fill: #FCD563;
}

.card-resena >p{
    font-size: 16px;
    color: var(--negro-claro);
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 20px;
	font-family: "AsapCondensed-Light";
    line-height: 25px;
    padding-left: 20px;
    text-align: justify;
}
#carousel-resenas .owl-stage {
    padding: 10px 0px;
}


#s-platos-estrella {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#s-migas {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0px;
}

#s-migas div{
    width: 80%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

#s-migas div span{
    font-size: 20px;
    color: var(--negro-claro);
	font-family: "AsapCondensed-Medium";
    
}

#s-migas div a{
    font-size: 20px;
    color: var(--negro-claro);
	font-family: "AsapCondensed-Medium";
}
#menu-btn {
    display: none;
}

#menu-btn svg {
    width: 40px;
}

#menu-btn svg path{
    fill: #fff;
}

#p-content-migas {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 0px;
}

#content-migas {
    width: 80%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

#content-migas span,
#content-migas a{
    color: var(--negro-claro);
    font-size: 20px;
	font-family: "AsapCondensed-Bold";
}


#s-nosotros {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#s-nosotros {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.card-nosotros {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0px;
}

#s-nosotros>div:nth-child(even) {
    background-image: url(/src/img/4.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

#s-nosotros>div:nth-child(even) .content-info-nosotros{
    flex-direction: row-reverse;
}

.content-info-nosotros {
    width: 80%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px;
}

.content-info-nosotros >div{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
}

.content-info-nosotros >div p{
    text-align: justify;
    font-family: "AsapCondensed-Light";
    font-size: 18px;
    line-height: 30px;
}

.content-info-nosotros img {
    width: 50%;
}

#content-filtro-blog {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 50px;
    gap: 20px;
}

#content-filtro-blog span,
#content-filtro-blog a{
    color: var(--negro-claro);
    font-size: 20px;
	font-family: "AsapCondensed-ExtraLight";
}

#content-filtro-blog a.active{
	font-family: "AsapCondensed-Bold";
}


@media screen and (max-width: 1024px) {
    #header-1>div {
        width: 100%;
        padding: 0px 6px;
        justify-content: center;
        gap: 10px;
    }

    #header-1>div a:nth-child(1) span, #header-1>div a:nth-child(2) span {
        display: none;
    }

    #menu-btn {
        display: flex;
    }

    nav {
        display: none;
    }

    nav.active {
        width: 100%;
        display: flex;
        position: absolute;
        background-color: var(--negro-claro);
        top: 120px;
        left: 0px;
    }

    #header-2> nav ul {
        flex-direction: column;
    }

    #header-2> nav ul {
        width: 100%;
        padding: 20px;
    }

    #header-2 {
        padding: 0px 15px;
        justify-content: space-between;
    }

    .principal-title h2 {
        font-size: 30px;
        line-height: 22px;
    }

    .section-text {
        width: 100%;
        padding: 20px;
        font-size: 16px;
    }

    .bnn {
        width: 30px;
        height: 30px;
    }

    #bnn-izq {
        left: 3%;
    }

    #bnn-der {
        right: 3%;
    }

    .principal-title {
        padding: 20px 0px;
        margin-top: 30px;
    }

    .principal-title.interno h2 {
        text-align: center;
    }

    #s-resenas {
        padding: 0px;
    }

    footer >div:first-child {
        width: 100%;
        grid-template-columns: 1fr;
        padding: 20px;
    }

    footer >div:first-child>a {
        justify-content: center;
    }

    footer >div:first-child>a>img {
        width: 30%;
    }

    #content-info-f {
        align-items: center;
    }

    #content-info-f >div {
        justify-content: center;
    }

    #banner-interno .principal-title.interno h2 {
        font-size: 35px;
        line-height: 28px;
    }

    #banner-interno .principal-title {
        padding: 0px !important;
    }

    #p-content-migas {
        padding: 20px 0px;
    }

    .content-info-nosotros {
        width: 100%;
        flex-direction: column-reverse;
        gap: 20px;
    }

    .content-info-nosotros >div {
        width: 100%;
        gap: 0px;
    }

    .content-info-nosotros img {
        width: 100%;
    }

    #s-nosotros {
        padding: 0px 20px;
    }

    #s-nosotros>div:nth-child(even) .content-info-nosotros {
        flex-direction: column-reverse;
    }

    .content-info-nosotros .principal-title.interno h2 {
        text-align: start;
    }

    #content-filtro-blog {
        gap: 5px;
        padding-bottom: 15px;
    }

    #content-filtro-blog span, #content-filtro-blog a {
        font-size: 16px;
    }
}