/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@200;300;400;500;600;700;800&display=swap');

/* Box sizing rules */
*,
*::before,
*::after {
    box-sizing: border-box;
    font-family: 'Jost', sans-serif;
}

/* Remove default padding */
ul[class],
ol[class] {
    padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0;
}

ul, ol {
    list-style: none;
}

/* Set core body defaults */
html,
body {
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
    font-family: 'Jost', sans-serif;
}


:root {
    --h1: 3rem;
    --h2: 2.75rem;
    --h3: 2.5rem;
    --h4: 2.25rem;
    --h5: 2rem;
    --h6: 1.75rem;
    --destacado: 22px;
    --p: 20px;
    --navbar-item: 18px;
    --black: #050505;
    --white: #ffffff;
    --brown: #794D32;
    --grey: #121212;
}

.kqNLkA {
    background-color: transparent!important
}

.navbar-item {
    font-size: var(--navbar-item);
}

.destacado {
    font-size: var(--destacado);
    font-weight: 300;
}

.text-xs {
    font-size: 14px;
}

.h1 {
    font-size: var(--h1);   
}
.h2 {
    font-size: var(--h2); 
}
.h3 {
    font-size: var(--h3); 
}
.h4 {
    font-size: var(--h4); 
}
.h5 {
    font-size: var(--h5);
}
.h6 {
    font-size: var(--h6);
}
.text-white {
    color: var(--white);
}
.bolder {
    font-weight: 800;
}
.bold {
    font-weight: 700;
}
.semi-bold {
    font-weight: 600;
}
.medium {
    font-weight: 400;
}
.regular {
    font-weight: 400;
}
.light {
    font-weight: 200;
}

.bg-black {
    background-color: var(--black);
}
.bg-grey {
    background-color: var(--grey);
}

a.btn-primary {
    text-decoration: none;
    color: #ffffff;
    padding: 10px 30px;
    border: 1px solid #fff;
    width: 200px;
    text-align: center;
    box-shadow: inset 0 0 0 0 var(--white);
	transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
}

a.btn-primary:hover {
    box-shadow: inset 300px 0 0 0 var(--brown);
  	color: var(--white)!important;
}

/* ESTILOS NAVBAR */

.navbar-brand img {
    padding: 10px 10px 10px 0rem;
}
.navbar-nav .nav-item {
    margin-right: 16px;
}
.navbar-nav .nav-item a {
    position: relative;
    text-decoration: none;
}
.navbar-nav .nav-item a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    border-radius: 4px;
    background-color: var(--brown);
    bottom: 0;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .3s ease-in-out;
}
.navbar-nav .nav-item a:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}
.navbar-collapse {
    align-items: center;
    justify-content: end;
}
.navbar-collapse.mostrar{
    display:flex;
    flex-direction:column;
    }
    
    @media (max-width:991px){
    .collapse.navbar-collapse{
    justify-content:space-betweeen;
    }
    }
    
    @media (max-width:991px){
    
    .collapse {
        transition: height 1.5s ease;
    }
    .navbar-collapse.mostrar{
        transition: ease-in .3s;
        display: flex !important;
        height: 100vh;
        align-items: center;
        justify-content: start;
        padding-top: 2rem;
        text-align: center;
        font-size: 22px;
    }
    .navbar-collapse.mostrar .navbar-nav li{
        background: transparent;
        border: 2px solid #fff;
        padding: 5px 12px;
        margin-top:14px;
        width: 280px;
    }
    .navbar-nav {
        margin-left: 10px!important;
    }
    }

.navbar-toggler {
    color:#ffffff!important;
    background-color: #050505!important;
}


/* Style Construccion */
#hero-section-construccion {
    background-color:#050505;
    height:100vh;
}

.social-media-construccion {
    position: fixed;
    right: 50px;
    top: 40%;
    font-size: 1rem;
    z-index: 999999;
}
.social-media-construccion ul li{
    background-color: transparent;
    border: 1px solid #fff;
    padding: 10px 14px;
    border-radius: 100px;
    margin-top: 10px;
    cursor: pointer;
    box-shadow: inset 0 0 0 0 var(--white);
	transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
}

.social-media-construccion li:hover {
    box-shadow: inset 250px 0 0 0 var(--brown);
  	color: var(--white)!important;
}
.title-hero-2 {
    padding-top: 10rem;
}

.title-hero-2 h1 {
    font-size: 4rem;
    margin-top: 2rem;
    font-weight: 200;
}


/* ESTILOS SECTION HERO */
#hero-section {
    position: relative;
    height: calc(100vh - 130px);
    overflow: hidden;
}

#video-desktop {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    object-fit: cover;
}

#video-desktop::before {
    position: absolute;
    background-color: #000000;
    opacity: .7;
    content: " ";
    height: 100%;
    width: 100%;
    display: block;
}

.container {
    position: relative;
    z-index: 1;
}

#hero-section {
    background-image: url("../images/background-hero-trufa.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height:calc(100vh - 130px);
}

.title-hero {
    padding-top: 10rem;
}

.title-hero h1 {
    font-size: 4rem;
    font-weight: 600;
}
.title-hero h2 {
    font-size: 3rem;
}

#hero-section a.btn-hero {
    text-decoration: none;
    color: #ffffff;
    padding: 10px 30px;
    border: 1px solid #fff;
    font-weight: 400;
    font-size: 20px;
    box-shadow: inset 0 0 0 0 var(--white);
	transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
}

#hero-section a.btn-hero:hover {
    box-shadow: inset 250px 0 0 0 var(--brown);
  	color: var(--white)!important;
}

.social-media {
    position: fixed;
    right: 50px;
    top: 45%;
    font-size: 1rem;
    z-index: 999999;
}
.social-media ul li{
    background-color: transparent;
    border: 1px solid #fff;
    padding: 10px 14px;
    border-radius: 100px;
    margin-top: 10px;
    cursor: pointer;
    box-shadow: inset 0 0 0 0 var(--white);
	transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
}

.social-media li:hover {
    box-shadow: inset 250px 0 0 0 var(--brown);
  	color: var(--white)!important;
}



/* ESTILOS ROOFTOP RESTO */

#resto-rooftop a.btn-primary {
    text-decoration: none;
    color: #ffffff;
    padding: 10px 30px;
    border: 1px solid #fff;
    width: 250px;
    text-align: center;
}

#resto-rooftop #resto {
    background-image: url("../images/resto-image.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height:auto;
}
#resto-rooftop #rooftop {
    background-image: url("../images/rooftop-image.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height:auto;
}

.btn-menus {
    display: flex;
    width: 250px;
    gap: 8px;
}
.hs-menus {
    display: flex;
    justify-content: space-evenly;
    width: 250px;
    gap: 8px;
    margin-top: .5rem;
}


/* ESTILOS FOOTER */
footer {
    border-top: 2px solid saddlebrown;
    min-height: 400px;
    position: relative;
    padding-bottom: 6rem;
    z-index: 1000000;
}

#social-media ul li {
    background-color: transparent;
    border: 1px solid #fff;
    padding: 8px 12px;
    border-radius: 100px;
    margin-top: 10px;
    cursor: pointer;
}

/* ESTILOS MAPA */

#mapa {
    padding-bottom: 180px;
    overflow: hidden;
}

#mapa .contenido {
    z-index: 6;
}

#mapa .iframe-mapa {
    z-index: 5;
}

.text-content {
    position: relative;
    z-index: 999;
}

.trufa-iso {
    position: absolute;
    top: 10px;
    right: -680px;
    z-index: 3;
    overflow: hidden;
}

img.img-trufa-isologo {
    width: 60%;
    animation: myAnim 15s linear 0s infinite normal forwards;
}

@keyframes myAnim {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(360deg);
	}
}

/* ESTILOS EVENTOS */

#eventos-hero-section {
    background-image: url("../images/background-eventos.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height:500px;
}

.eventos-title-hero h1 {
    padding-top: 6rem;
    font-size: 4rem;
    font-weight: 400;
}
.eventos-title-hero h2 {
    font-size: 2rem;
    font-weight: 200;
    padding-top: 12rem;
}

/*#diferentes-eventos {
    background-image: url("../images/bg-eventos-trufa-trama.png");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    height:auto;
}*/

.contenid-eventos {
    z-index: 10000;
}

#experiencia-unica-bg {
    background-image: url("../images/bg-experiencia-unica-trufa.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    height: 550px;
    z-index: 9999;
    
}

#experiencia-unica {
    overflow-x: clip;
}

#experiencia-unica .title-exp {
    padding-right: 100px;
    z-index: 1000;
}

#cocteles-rooftop {
    background-image: url("../images/bg-coctel-dj-trufarooftop.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 550px;
}

#tipos-eventos a.btn-primary {
    text-decoration: none;
    color: #ffffff;
    padding: 10px 30px;
    border: 1px solid #fff;
    width: auto;
    text-align: center;
}

#modal-reserva {
    background-image: url("../images/bg-modal-reserva.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
}

.modal-content {
    border-radius: 1.5rem!important;
    border: none!important;
    margin-top: 30%;
}

.modal-header {
    background-color:var(--black)!important;
    border-bottom: none!important;
}
.modal-header .btn-close {
    filter: invert(1)!important;
}

#modal-reserva a.btn-primary {
    text-decoration: none;
    color: #ffffff;
    padding: 10px 30px;
    border: 1px solid #fff;
    width: 270px;
    text-align: center;
}
/*
span.sombra{
    position: absolute;
    font-weight: 800!important;
    font-size: 3.4rem;
    filter: blur(1px);
    top: -10px;
    left: 0;
    right: 0;
    opacity:.1;
    margin: auto;
    transform: scale(1.1);
}
span.sombra-eventos{
    position: absolute;
    font-weight: 800!important;
    font-size: 3.4rem;
    filter: blur(1px);
    top: 0px;
    left: 36px;
    right: 0;
    opacity:.1;
    margin: auto;
    transform: scale(1.1);
}*/

#mapa-location-mobile {
    display: none;
}

span.sombra-reserva{
    position: absolute;
    font-weight: 800!important;
    font-size: 4rem;
    filter: blur(1px);
    top: -12px;
    left: 60px;
    right: 0;
    opacity:.1;
    margin: auto;
    transform: scale(1.1);
}

#experiencia-unica .trufa-iso {
    position: absolute;
    top: -400px;
    z-index: 0;
    overflow: hidden;
}

#experiencia-unica img.img-trufa-isologo {
    width: 60%;
    animation: myAnim 15s linear 0s infinite normal forwards;
}

@keyframes myAnim {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(360deg);
	}
}

/* ESTILOS RESERVAS */

#reserva-hero-section {
    background-image: url("../images/bg-reservas-trufa.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height:auto;
}
#reserva-hero-section .title-hero {
    margin-top: 0;
    padding-top: 3rem;
}

#reserva-online {
    border: 2px solid #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

#reserva-wa {
    border: 2px solid #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
#reserva-wa-item {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

#reserva-hero-section .btn-volver a {
    background-color: var(--brown);
    padding: 10px 14px;
    border-radius: 50px;
    font-weight: 400;
    position: absolute;
    left: -20px;
    font-size: 18px;
}

footer .info a {
    text-decoration: none;
}

footer #social-media ul li{
    background-color: transparent;
    border: 1px solid #fff;
    padding: 10px 14px;
    border-radius: 100px;
    margin-top: 10px;
    cursor: pointer;
    box-shadow: inset 0 0 0 0 var(--white);
	transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
}

footer #social-media li:hover {
    box-shadow: inset 250px 0 0 0 var(--brown);
  	color: var(--white)!important;
}


.electricblaze-hdSv5PglJPRHxlZlmtNb {
    display: none!important;
}
.electricblaze-o1aBnZ7k_q4WuIdM83nS {
    display: none!important;
}

/* RESPONSIVE  */
@media only screen and (max-width: 1200px) {
    #reserva-hero-section .btn-volver a {
        background-color: var(--brown);
        padding: 10px 14px;
        border-radius: 50px;
        font-weight: bolder;
        position: absolute;
        left: 0px;
        font-size: 18px;
    }
    .social-media {
        display: none;
    }
}
@media only screen and (max-width: 992px) {
    .social-media ul {
        display: flex;
        align-items: center;
        justify-content: center!important;
        padding-left: 0!important;
        gap: 16px;
    }
    .social-media {
        top: auto;
        bottom: 20px;
        left: 80px;
    }
    .social-media-construccion ul {
        display: flex;
        align-items: center;
        justify-content: center!important;
        padding-left: 0!important;
        gap: 16px;
    }
    .social-media-construccion {
        top: auto;
        bottom: 20px;
        left: 80px;
    }
    #hero-section {
        background-position: left;
    }
    #cocteles-rooftop {
        display: none;
    }
    
    #reserva-hero-section .btn-volver a {
        background-color: var(--brown);
        padding: 10px 14px;
        border-radius: 50px;
        font-weight: bolder;
        position: absolute;
        left: 0px;
        font-size: 18px;
    }
    hr {
        margin:auto!important;
    }
    
}

@media only screen and (min-width: 1140px) {
    #hero-section {
        height: calc(100vh - 130px);
    }
}

@media only screen and (max-width: 1024px) {
    #hero-section {
        height: 430px;
    }
}

@media only screen and (max-width: 767px) {

    #hero-section, #elige-tu-experiencia, #seguinos-insta, 
    #eventos-hero-section, #diferentes-eventos, #tipos-eventos,#reserva-hero-section {
        padding-left: 1.7rem;
        padding-right: 1.7rem;
    }
    #trufa-pattern {
        display: none;
    }
   
    footer .text-end {
        text-align: left!important;
    }
    footer {
        padding: 2rem;
        padding-bottom: 5rem;
    }
    #tipos-eventos .botones-eventos .col-md{
        flex-direction: column;
        text-align: center;
    }
    #tipos-eventos a.btn-primary {
        text-decoration: none;
        color: #ffffff;
        padding: 10px 30px;
        border: 2px solid #fff;
        width: 100%;
        text-align: center;
        justify-content: center;
    }
    .social-media {
        display: none;
    }
    .navbar-brand img {
        width: 120px;
        padding:10px;
    }
    #eventos-hero-section {
        height:calc(100vh - 200px);
    }
    .eventos-title-hero h1 {
        padding-top: 7rem;
        font-size: 4rem;
        font-weight: 400;
    }
    .eventos-title-hero h2 {
        font-size: 26px;
        font-weight: 400;
        padding-top: 14rem;
    }
    .modal-dialog {
        border-radius: 1.5rem!important;
        width: 320px!important;
        margin: auto!important;
    }
    .modal-content {
        margin-top: 10rem;
        border: none!important;
    }
    span.sombra{
        position: absolute;
        font-weight: 800!important;
        font-size: 1.7rem;
        filter: blur(1px);
        top: -10px;
        left: 0;
        right: 0;
        opacity:.1;
        margin: auto;
        transform: scale(1.1);
    }
    span.sombra-eventos{
        position: absolute;
        font-weight: 800!important;
        font-size: 1.7rem;
        filter: blur(1px);
        top: 18px;
        left: 36px;
        right: 0;
        opacity:.1;
        margin: auto;
        transform: scale(1.1);
    }
    #mapa-location-mobile {
        display: flex;
        width: 100%;
    }
    #mapa-location {
        display: none;;
    }
   
    #reserva-online {
        border: 2px solid #f2f2f2;
        display: flex;
        align-items: center;
        justify-content: space-around;
        flex-direction: column;
        padding: 2rem;
        text-align: center;
    }
    
    #reserva-wa {
        display: flex;
        align-items: center;
        justify-content: space-around;
        flex-direction: column;
        text-align: center;
    }
    #reserva-wa-item {
        display: flex;
        align-items: center;
        justify-content: space-around;
        flex-direction: column;
        padding: 2rem;
        text-align: center;
    }
    
    #reserva-hero-section .btn-volver a {
        background-color: var(--brown);
        padding: 10px 14px;
        border-radius: 50px;
        font-weight: 400;
        position: absolute;
        left: 45%;
        top:-20px;
        font-size: 18px;
    }
    #reserva-hero-section {
        background-image: url("../images/bg-reservas-trufa.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height:auto;
    }
    .title-hero {
        padding-top: 16rem;
    }

    .trufa-iso {
        position: absolute;
        top: 200px;
        right: 0;
        z-index: 2;
        overflow: hidden;
    }
    img.img-trufa-isologo {
        width: 170%;
    }
    #mapa {
        padding-bottom: 100px;
    }
    #hero-section {
        height: 550px;
    }
    #hero-section h1 {
        font-size: 2.25rem;
    }
    .title-hero h2 {
        font-size: 1.8rem;
    }
    #experiencia-unica .title-exp {
        padding-right: 10px;
    }
    #reserva-hero-section .cards-reservas {
        padding: 36px 36px;
    }

    #diferentes-eventos, #tipos-eventos {
        text-align: center;
    }
    #social-media ul,
    #social-media img{
        padding-left: 10px;
    }
    #experiencia-unica .trufa-iso {
        display: none;
    }
    #resto-rooftop h5 {
        text-align: center;
        font-size: 17px;
    }
    #resto-rooftop .row {
        padding-left: 0;
        padding-right: 0;
    }
    #tipos-eventos #coctel-gin {
        display: none;
    }

    footer .info {
        display: flex;
        flex-direction: column;
    }

    footer .info a {
        text-decoration: none;
    }
    
    #video-desktop {
        display: none;
    }
    
}
.PIz4HixPF9mDMQqIRfcD {
    display: none!important;
}