@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');

:root{
    --main-color: #C0292E;
    --black:#13131a;
    --bg: #010103;
    --border: .1rem solid rgba(255,255,255,.3);
}

@font-face{
    font-family: MUARADEMO;
    src: url(MUARADEMO.ttf);
}

@font-face {
    font-family: BAVISTA;
    src: url(Bavista_Soulare.otf);
}

@font-face {
    font-family: METROPOLIS-ITALIC;
    src: url(metropolis.bold-italic.otf);
}
@font-face {
    font-family: Metropolis-light;
    src: url(metropolis.light.otf);
}
@font-face {
    font-family: METROPOLIS-EXTRA-BOLD;
    src: url(metropolis.extra-bold.otf);
}

*{
    font-family: METROPOLIS-ITALIC;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    border: none;
    text-decoration: none;
    text-transform: capitalize;
    transition: .2s linear;
}

html{
    font-size: 62.5%;
    overflow-x: hidden;
    scroll-padding-top: 9rem;
    scroll-behavior: smooth;
}

html::-webkit-scrollbar{
    width: .8rem;
}

html::-webkit-scrollbar-track {
    background: transparent;
}
html::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 5rem;
}

body{
    background: var(--bg);
}

section{
    padding: 2rem 7%;
}

.heading{
    font-family: BAVISTA;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 3.5rem;
    font-size: 4rem;
}

.heading span{
    font-family: BAVISTA;
    color: #d3ad7f;
    text-transform: uppercase;
}

.btn{
    margin-top: 1rem;
    display: inline-block;
    padding: .9rem 3rem;
    font-size: 1.7rem;
    color: #fff;
    background: var(--main-color);
    cursor: pointer;
    font-family: MUARADEMO;
}

.btn:hover{
    letter-spacing: .2rem;
}


.header{
    background: var(--bg);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .5rem 7%;
    border-bottom: var(--border);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

.header .logo img{
    height: 7rem;
}

.header .navbar a{
    margin:0 1rem;
    font-size: 2.2rem;
    color: #fff;
    font-family: MUARADEMO;
}

.header .navbar a:hover{
    color: var(--main-color);
    border-bottom: .1rem solid var(--main-color);
    padding-bottom: .5rem;
}

.header .icons div{
    color: #fff;
    cursor: pointer;
    font-size: 2.5rem;
    margin-left: 2rem;
}
.header .icons a{
    color: #fff;
    cursor: pointer;
    font-size: 2.5rem;
    margin-left: 2rem;
}
.header .icons a:hover {
    color: var(--main-color);
}

.header .icons h3 {
    font-family: Metropolis-light;
    font-size: 15px;
    color: #fff;
    text-align: left;
}

.header .icons div:hover{
     color: var(--main-color);
}

#menu-btn{
    display: none;
}

.header .contacto{
    position: absolute;
    top: 115%;
    right: 7%;
    background: #fff;
    width: 50rem;
    height: 5rem;
    display: flex;
    align-items: center;
}



@media (max-width:991px){

    html{
        font-size: 55%;
        }

        .header{
            padding: 1.5rem 2rem;
        }

        section {
            padding: 2rem;
        }
}

@media (max-width:870px) {
    #menu-btn {
            display: inline-block;
            
            }

    .header .navbar{
        position: absolute;
        top: 100%;
        right: -100%;
        background: #fff;
        width: 30rem;
        height: calc(100vh - 9.5rem);

    }

    .header .navbar.active{
        right: 0;
    }

    .header .navbar a{
        color: var(--black);
        display: block;
        margin: .8rem;
        padding: 3rem;
        font-size: 2rem;
    }

    .home {
        background-position: left;
        justify-content: center;
        text-align: center;
    }
    
    .home .content h3 {
        font-size: 3.5rem;
    }
    
    .home .content p {
        font-size: 1.5rem;
    }

   
    
}

@media (max-width:400px) {

    html {
        font-size: 50%;
    }
    .headingnosotros{
        font-size: 3rem;
    }
}



.home{
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: url(../images/lostoros.PNG) no-repeat;
    background-position: center ;
}

.home .content{
    max-width: 60rem;
    
}

.home .content h3{
    font-size: 6rem;
    text-transform: uppercase;
    color: #fff;
}

.home .content p {
    font-size: 1.2rem;
    font-weight: lighter;
    line-height: 1.8;
    padding: 1rem 0;
    color: #eee;
}

.especiales .row{
    display: flex;
    align-items: center;
    background: var(--black);
    flex-wrap: wrap;
}

.especiales .row .image{
    flex: 1 1 45rem;
}

.especiales .row .image video {
    width: 100%;
}

.especiales .row .content{
    flex: 1 1 45rem;
    padding: 2rem;
    box-shadow: 0 .5rem 1rem #d3ad7f;
    
}

.especiales .row .content h3{
    font-family: MUARADEMO;;
    font-size: 3rem;
    color: #fff;
}

.especiales .row .content p {
    font-family: METROPOLIS-ITALIC;
    font-size: 1.4rem;
    color: #ccc;
    padding: 1rem 0;
    line-height: 1.8;
    
}

.especiales .row .image video {
    border-radius: .5rem;
    box-shadow: 0 .5rem 1rem #d3ad7f;
    height: 100%;
    object-fit: cover;
}

.menu .box-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
    gap: 2.2rem;
}

.menu .box-container .box{
    padding: 2rem;
    text-align: center;
    border: var(--border);
    border-radius: 20px;
    background: #010103;
    margin-left: 3rem;
    margin-right: 3rem;
}

.menu .box-container .box img{
    height: 10rem;
    border-radius: 50px;
}

.menu .box-container .box h3{
    font-family: Metropolis-light;
    color: #fff;
    font-size: 1.5rem;
    padding: 1rem 0;
}

.menu .box-container .box:hover{
    background: #ffff;
    opacity: 1;
}

.menu .box-container .box:hover > *{
    color: var(--black);
    transform: scale(1.2);
    transition: 0.5s;
}


.contact .row{
    display: flex;
    align-items: center;
    background: var(--black);
    flex-wrap: wrap;
    gap: 1rem;
}

.contact .row .map{
    flex:1 1 45rem;
    width: 100!;
    object-fit: cover;
    border-radius: 10px;
}

.contact .row .content {
    flex: 1 1 45rem;
    padding: 2rem;
}

.contact .row .content h3 {
    font-size: 3rem;
    color: #fff;
    text-align: center;
}

.contact .row .content p {
    font-size: 1.6rem;
    color: #ccc;
    padding: .5rem 0;
    line-height: 1.8;
    text-align: center;
}
.container-wa {
    background-color: #2e6329;
    border: 1px solid #FFFFFF;
    position: fixed;
    z-index: 999;
    border-radius: 50%;
    bottom: 20px;
    right: 25px;
    padding: 15px;
    transition: ease 0.3s;
    animation: efectowa 1.2s infinite;

}

.container-wa:hover {
    transform: scale(1.2);
    transition: 0.3s;
}


.boton-wa {
    width: 30px;
    transition: ease 1s;
}

.container-order {
    background: linear-gradient(45deg, #d3ad7f, #c0272d, #90040a, #13131a);
    background-size: 300% 300%;
    border: 1px solid #FFFFFF;
    position: fixed;
    z-index: 999;
    bottom: 95px;
    right: 5px;
    padding: 15px;
    animation: color 3s ease-in-out infinite;
    box-shadow: 0 .5rem 1rem #d3ad7f;

}
.container-order a{
    font-family: METROPOLIS-EXTRA-BOLD;
    font-size: 14px;
    color: #ccc;
}



@keyframes efectowa {
    0% {
        box-shadow: 0 0 0 0 rgba(241, 240, 240, 0.85);
    }

    100% {
        box-shadow: 0 0 0 25px rgba(0, 0, 0, 0);
    }
}

@keyframes color {
    0% {
        background-position: 0 50%;
        
    }

    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0 50%;
    }
}





.header-content {
    margin-top: 200px;
    padding-bottom: 50px;
}

.slider {
    display: flex;
    align-items: center;
    opacity: .9;
    
}

.slider-txt {
    margin-left: 85px;
    width: 50%;
}

.slider-txt h1 {
    font-family: MUARADEMO;
    font-size: 4rem;
    color: #d3ad7f;
    text-align: center;
    text-transform: uppercase;
}

.slider-txt p {
    font-family: Metropolis-light;
    font-size: 18px;
    color: #A7A7A7;
}

.botones {
    margin-top: 20px;
}

.btn-1 {
    font-family: MUARADEMO;
    margin-top: 1rem;
    display: inline-block;
    padding: .9rem 3rem;
    font-size: 1.7rem;
    color: #fff;
    background: var(--main-color);
    cursor: pointer;
    border-radius: 5px;
    margin-left: 43%;
    align-items: center;
}

.btn-1:hover {
    letter-spacing: .2rem;
    background-color: #d3ad7f;
}

.slider-img {
    width: 50%;
}

.slider-img img {
    margin-right: 225px;
    width: 550px;
}

.swiper-button-prev::after {
    font-size: 35px;
}

.swiper-button-next::after {
    font-size: 35px;
}

.swiper-button-next {
    color: var(--main-color);
}

.swiper-button-prev {
    color: var(--main-color);
}

.swiper-pagination-bullet {
    background-color: #D3D2D2;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background-color: var(--main-color);
}


@media(max-width: 1230px){
    .slider {
            flex-direction: column;
        }
    
        .slider-txt {
            margin-left: 0;
            width: 100%;
            text-align: center;
            margin-bottom: 50px;
        }
    
        .slider-txt h1 {
            font-size: 30px;
        }
    
        .slider-txt p {
            font-size: 14px;
        }
    
        .btn-1 {
            padding: 10px 25px;
            font-size: 12px;
            margin-left: 10px;
        }
    
        .slider-img {
            width: 100%;
            text-align: center;
        }
    
        .slider-img img {
            margin-right: 0px;
            width: 300px;
        }
    
        .swiper-horizontal>.swiper-pagination-bullets,
        .swiper-pagination-bullets,
        .swiper-pagination-horizontal,
        .swiper-pagination-fraction {
            bottom: -7px;
        }
}


.tabs {

    display: flex;
    flex-wrap: wrap;
    padding: 80px 0px;
    }

.tabs label {
    font-family: MUARADEMO;
    width: 15%;
    order: 1;
    display: block;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    color: #A7A7A7;
    font-weight: 700;
    transition: background ease 0.5s;
    font-size: 20px;
    margin-left: 50px;

}

.tabs .tab {
    order: 99;
    flex-grow: 1;
    width: 100%;
    display: none;
    padding-top: 25px;
}

.tabs input[type="radio"] {
    display: none;
}

.tabs input[type="radio"]:checked+label {
    border-bottom: 2px solid #DB241b;
    color: #FFFFFF;
}

.tabs input[type="radio"]:checked+label+.tab {
    display: block;
}

.ubi .box-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
    gap: 1.5rem;
}

.ubi .box-container .box{
    border: var(--border);
    text-align: center;
    padding: 3rem 2rem;
}

.ubi .box-container .box p{
    font-size: 1.6rem;
    line-height: 1.8;
    color: #ccc;
    padding: 2rem 0;
}

.ubi .box-container .box h3{
    padding: 1rem 0;
    font-size: 2rem;
    color: #fff;
}

.ubi .box-container .box .iconsubi i{
    font-size: 5rem;
    color:#d3ad7f;
}

.ubi .box-container .box .map {
    flex: 1 1 45rem;
    width: 100;
     object-fit: cover;
    
}



.gal{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 60vh;
    background: var(--bg);
    
}

.galeria{
    position: relative;
    width: 200px;
    height: 150px;
    transform-style: preserve-3d;
    animation: animate 30s linear infinite;
    
}

@keyframes animate{
    0%
    {
        transform: perspective(1000px) rotateY(0deg);
    }
    100% {
        transform: perspective(1000px) rotateY(360deg);
    }
}

.galeria span{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-origin: center;
    transform-style: preserve-3d;
    transform: rotateY(calc(var(--i) * 45deg)) translateZ(400px);
    -webkit-box-reflect: below 0px linear-gradient(transparent, transparent, #0004);
}

.galeria span img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.galeria div img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-origin: center;
    transform-style: preserve-3d;
    transform: rotateY(calc(var(--i) * 45deg)) translateZ(400px);
    -webkit-box-reflect: below 0px linear-gradient(transparent, transparent, #0004);
    border-radius: 45%;
}

.headinggal {
    
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 3.5rem;
    font-size: 8rem;
    color: #c0272d;
}

.headinggal span{
    font-family: BAVISTA;
}


.headingnosotros{
    text-align: center;
    font-size: 4rem;
    color: #ccc;
    padding: 1rem;
    margin: 2rem;
    background: var(--main-color);
}

.headingnosotros span{
    color: #d3ad7f;
}

.about .rownosotros{
    display: flex;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
    padding: 2rem 0;
    padding-bottom: 3rem;
}

.about .rownosotros .nosotros-container{
    flex: 1 1 40rem;
    position: relative;
    padding-top: 5%;
}

.about .rownosotros .nosotros-container video{
    width: 100%;
    border: .5rem solid var(--main-color);
    border-radius: .5rem;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1) ;
    height: 100%;
    object-fit: cover;
}

.about .rownosotros .nosotros-container h3{
    font-family: BAVISTA;
    position: absolute;
    top: 85%;
    transform: translateY(-50%);
    font-size: 4rem;
    background: #d3ad7f;
    width: 100%;
    padding: 1rem 2rem;
    text-align: center;
    mix-blend-mode: screen;
    opacity: .8;
}

.about .rownosotros .videocontent{
    flex: 1 1 40rem;
}

.about .rownosotros .videocontent h3{
    font-family: BAVISTA;
        font-size: 3.5rem;
        color: #d3ad7f;
        text-align: center;

}

.about .rownosotros .videocontent p{
    font-family: METROPOLIS-ITALIC;
    text-align: center;
    font-size: 1.6rem;
    color: #ccc;
    padding: 1rem 0;
    line-height: 1.5;

}

.footer2 .footer-container{
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.footer2 .footer-container .box-footer{
    flex: 1 1 28rem;
}

.footer2 .footer-container .box-footer h3{
    color: #d3ad7f;
    font-size: 3rem;
    padding: 1rem 0;
    font-family: BAVISTA;
}

.footer2 .footer-container .box-footer a {
    color: #ccc;
    display: block;
    font-size: 1.5rem;
    padding: 1rem 0;
    
}

.footer2 .footer-container .box-footer a:hover{
    color: var(--main-color);
    text-decoration: underline;
}

.footer2 .credit{
    text-align: center;
    padding: 1rem;
    margin-top: 1.5rem;
    padding-top: 2.5rem;
    font-size: 2rem;
    color: #ccc;
    border-top: .1rem solid var(--main-color);
    
}

.footer2 .credit span{
    color: #d3ad7f;
}