/*Reset de estilos***/

@import url(reset.css);

:root{
    --color-txt-white: rgb(243, 243, 243);
    --color-txt-amarillo: rgb(243 186 12);
    --color-bg-blackFilter: rgba(24, 24, 22, 0.9);
    --color-bg-black:rgb(24, 24, 22);

    
}

html {
    scroll-behavior: smooth;
   
  }
/**** FONTS  ************

.oswald-<uniquifier> {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
  }

  // <uniquifier>: Use a unique and descriptive class name
    // <weight>: Use a value from 100 to 900

    .montserrat-<uniquifier> {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
    }

    // <uniquifier>: Use a unique and descriptive class name
    // <weight>: Use a value from 100 to 900

    .noto-sans-<uniquifier> {
    font-family: "Noto Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
    }

/****NAV*****/
nav{
    width: 100%;
    overflow: hidden;
    background-color: transparent;
    position: absolute;
    z-index: 1800;

   
}

nav.efecto-menu{
    background-color: var(--color-bg-black);
    position:fixed;

}


/*menu responsive*/

.menu-respo{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    display: none;
}

.menu-respo> div:first-child{
    width: 40px;
    height: 30px;
    position: relative;
    cursor: pointer;
    margin: 5px 5% 0;
    z-index: 1000;

}
.menu-respo >div:first-child div:first-child{
    width: 100%;
    height: 3px;
    background-color: var(--color-txt-white);
    transition: all ease .5s;
}

.menu-respo >div:first-child div.e-cruz1:first-child{
    transform: rotate(130deg);
    margin-top: 10px;
}

.menu-respo >div:first-child div:nth-child(2){
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: var(--color-txt-white);
    top: 10px;
    transition: all ease .5s;
}

.menu-respo >div:first-child div.e-cruz2:nth-child(2){
    transform: rotate(45deg);
}

.menu-respo >div:first-child div:last-child{
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: var(--color-txt-white);
    top: 20px;
}

.menu-respo >div:first-child div.e-cruz3:last-child{
    display: none;
}

.menu-respo > div:nth-child(2)  img{
    width: 60px;
    margin: 10px 0;
}

.menu-respo > div:last-child a{
    font-size: 1.2em;
    padding: 5px 10px;
    display: block;
    font-family: "Oswald", sans-serif;
    font-weight: normal;
    background-color: var(--color-txt-amarillo);
    border-radius: 50px;
    color: var(--color-bg-black);
}


nav .menu{
    width: auto;
   
}

nav .menu ul{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
}

nav .menu ul li{
    padding: 30px 0 5px;
}

nav .menu ul li a{
    color: var(--color-txt-white);
    font-family: "Oswald", sans-serif;
    padding: 30px 0 5px;
    text-transform: uppercase;
    font-size: 0.8em;
    letter-spacing: 5px;
}

nav .menu ul li a::before{
    content: " ";
    width: 10px;
    height: 3px;
    background-color: var(--color-txt-white);
    position: absolute;
    top: 50px;
    transition: all ease .5s;
}

nav .menu ul li a:hover::before{
    width: 60px;
}

nav .menu ul li img{
    width: 70px;
    margin-top: -25px;
    
}


.box-menu-respo{
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: var(--color-bg-black);
    top:0;
    transition: all ease 1s;
    left: -2000px;
}

.box-menu-respo>div{
    width: 80%;
    height: 100%;
    top: 0;
    content: "";
    position: absolute;
    background-color: var(--color-txt-amarillo);
    transition: all ease 1s;
    left: -2000px;
}

.efectoMenuRespo
{
    left: 0 !important;
   
    
}

.box-menu-respo> div ul{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 100px 0 0;
}

.box-menu-respo> div ul li{
    margin: 10px 0;
}

.box-menu-respo> div ul li a{
    font-family: "Noto Sans", sans-serif;
    font-size: 1.4em;
    color: var(--color-bg-black);
    letter-spacing: 3px;
    margin: 5px 0;
    font-weight: bold;
}




/****************** INICIO M***************/

.inicio{
    width: 100%;
    height: 650px;
    background-color: var(--color-bg-black);
    background-image: url("../img/fondotiza.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.inicio .box-img-inicio div:first-child img{
    position: absolute;
    width: 500px;
    top: 105px;
    right: -2000px;
    transition: all ease .5s;
}
.inicio .box-img-inicio div:first-child img.efImg1{
    right: 0px;
}
.inicio .box-img-inicio div:last-child img{
    position: absolute;
    width: 700px;
    top: 300px;
    left: -2000px;
    transition: all ease .9s;
}

.inicio .box-img-inicio div:last-child img.efImg2{
    left: -150px;
}




.inicio-filtro{
    width: 100%;
    height: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.3617822128851541) 36%);
    position: absolute;
    top:0;
    z-index: 400;
}

.inicio .box-info-inicio{
    display: block;
    width: clamp(200px, 60%, 650px);
    padding: 200px 0 0 10%;
    z-index: 500;
    position: absolute;
}



.inicio .box-info-inicio h1{
    font-family: "Noto Sans", sans-serif;
    font-size: 2.5em;
    color: var(--color-txt-white);
    letter-spacing: 3px;
    line-height: 45px;
    position: relative;
    margin-bottom: 30px ;
    font-weight: lighter;
  
}

.inicio .box-info-inicio h1 span{
    color:var(--color-txt-amarillo);
    font-weight: bold;
    letter-spacing: 0;
    text-transform: uppercase;
}

.inicio .box-info-inicio h2{
    color: var(--color-txt-white);
    font-family: "Noto Sans", sans-serif;
    letter-spacing: 3px;
    line-height: 20px;
    font-weight: lighter;
    margin-bottom: 50px;
    inline-size: 80%;
    margin-left: 0%;
    text-shadow: 4px 1px 1px black;
}

@media screen and (max-width: 1150px){
    .inicio .box-img-inicio div:first-child img{
        width: 400px;
    }
    .inicio .box-img-inicio div:last-child img{
        width: 500px;
    }
}

@media screen and (max-width: 950px){
    .inicio .box-img-inicio div:first-child img{
        width: 300px;
    }
    .inicio .box-img-inicio div:last-child img{
        width: 430px;
    }
}

@media screen and (max-width: 770px){
    nav .menu{
        display: none;
    }
    .menu-respo{
        display: flex;
    }
    .inicio .box-img-inicio div:last-child img{
        display: none;
    }

    .inicio .box-info-inicio{
        width: 90%;
        padding: 200px 5% 0;
        text-align: center;
    }
    .inicio .box-info-inicio h2{
        inline-size: 80%;
        margin-left: 10%;
    }
}


@media screen and (max-width: 630px){
    .inicio .box-img-inicio div:first-child img{
        width: 600px;
    }
    .inicio-filtro{
        background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.4617822128851541) 36%) !important;
    }
}


.inicio .box-info-inicio button{

    font-family: "Oswald", sans-serif;
    background-color: var(--color-txt-amarillo);
    border-radius: 50px;
    border: none;
    padding: 0 15px;
    cursor: pointer;
    transition: all ease .3s;
}

.inicio .box-info-inicio button:hover{
    padding: 0 25px;
}




/***** SOMOS ******/

section.somos{
    width: 100%;
    height: 800px;
    background-color: black;
    position: relative;
    overflow: hidden;
}

.somos .box-info-img{
    position: absolute;
    right: 0;
    top: 100px;
}
.somos .box-info-img img{
    width: 500px;
    margin-top: 200px;
}


.somos .box-info-somos{
    width: 50%;
    padding: 20px 10%;
    overflow: hidden;
    position: relative;
    z-index:800;
}

.somos .box-info-somos h1{
    color: var(--color-txt-amarillo);
    font-family: "Oswald", sans-serif;
    padding: 80px 0 50px;
    text-transform: uppercase;
    font-size: 2em;
    letter-spacing: 5px;
}

.somos .box-info-somos h2{
    color: var(--color-txt-white);
    font-family: "Noto Sans", sans-serif;
    letter-spacing: 3px;
    line-height: 20px;
    font-weight: lighter;
    margin-bottom: 50px;
    inline-size: 80%;
    margin-left: 5%;
}
.somos .box-info-somos h2 span{
    color:var(--color-txt-amarillo);
    font-weight: bold;
    letter-spacing: 0;
    text-transform: uppercase;
}



/********* PORDUCTO ******/

section.producto{
    width: 100%;
    height: auto;
    background-color: var(--color-txt-white);
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 10px 0  500px;
    
}




section.producto .producto-filtro{
    width: 100%;
    height: 140%;
    background: rgb(0,0,0);

    position: absolute;
    top:0;
    z-index: 400;
}

.producto>h1{
    color: var(--color-txt-amarillo);
    font-family: "Oswald", sans-serif;
    left: 10%;
    top: 80px;
    text-transform: uppercase;
    font-size: 2em;
    letter-spacing: 5px;
    position: absolute;
    z-index: 600;
}

.producto >div{
    position: relative;
    z-index: 600;
}

.box-evento1{
    width: 90%;
    padding: 100px 5%;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    align-content: space-around;
    
}
.box-evento1 div:first-child{
    width: 40%;
    padding: 20px 5% 50px;
    background-color: rgb(24 24 24);
    position: absolute;
    top: 300px;
    right: 10%;
    box-shadow: 1px 4px 12px black;
    border-radius: 10px;
}
.box-evento1 div:first-child h2{
    color: rgb(185,185,185);
    font-family: "Noto Sans", sans-serif;
    left: 10%;
    top: 80px;
    text-transform: uppercase;
    font-size: 2em;
    letter-spacing: 5px;
}

.box-evento1 div:first-child p{
    color: rgb(185,185,185);
    font-family: "Noto Sans", sans-serif;
    left: 10%;
    top: 80px;
    text-transform: uppercase;
    font-size: 0.8em;
    letter-spacing: 2px;
    inline-size: 80%;
    margin-left: 5%;
    margin-top: 30px;
}


.box-evento1 div:last-child img{
    width: 500px;
    margin-top: 100px;
    border-radius: 10px;
}


.box-evento2{
    width: 90%;
    padding: 0px 5%;
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    align-content: space-around;
    
}
.box-evento2 div:last-child{
    width: 40%;
    padding: 20px 5% 50px;
    background-color: rgb(24 24 24);
    position: absolute;
    top: 100px;
    left: 10%;
    box-shadow:1px 4px 12px black;
    border-radius: 10px;
}
.box-evento2 div:last-child h2{
    color: rgb(185, 185, 185);
    font-family: "Noto Sans", sans-serif;
    left: 10%;
    top: 80px;
    text-transform: uppercase;
    font-size: 2em;
    letter-spacing: 5px;
}

.box-evento2 div:last-child ul{
    margin-left: 3%;
}

.box-evento2 div:last-child ul li{
    color: rgb(185, 185, 185);
    font-family: "Noto Sans", sans-serif;
    text-transform: uppercase;
    font-size: 0.8em;
    list-style: circle;
    margin-top: 5px;
}

.box-evento2 div:first-child img{
    width: 500px;
    margin-top: -50px;
    border-radius: 10px;
}




.btn-coti{
    margin-top: 20px;
    margin-left: 5%;
    background-color: rgb(243,186,12);
    font-family: "Oswald", sans-serif;
    border-radius: 50px;
    padding: 3px 20px;
    border:solid 1px rgb(185, 185, 185);
    cursor: pointer;
    position: relative;
    transition: all ease .3s;
}

.btn-coti a{
    color:rgb(185, 185, 185);
}
.btn-coti:hover{
    background-color: var(--color-txt-amarillo);
    padding: 3px 35px;
}

/***** CONTACTO ***********/

section.contacto{
    width: 100%;
    height: 100%;
    position: relative;
    background-color: black;
}

section.contacto .box-contacto{
    width: 60%;
    height: auto;
    padding: 50px 2.5%;
    background-color: var(--color-txt-amarillo);
    margin: 0px 15.5%;
    position: relative;
    z-index: 600;
    border-radius: 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
    top: -300px;
}

section.contacto .box-contacto h1{
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    color: var(--color-bg-black);
    letter-spacing: 3px;
    font-size: 1.4em;
    margin-bottom: 50px;
}

section.contacto .box-contacto form{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

section.contacto .box-contacto form input{
    width: clamp(150px, 100%, 450px);
    margin: 20px 0;
    font-family: "Noto Sans", sans-serif;
    font-size: 0.8em;
    background-color: var(--color-txt-amarillo);
    color: var(--color-bg-black);
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid var(--color-bg-black);
}

section.contacto .box-contacto form textarea{
    width: clamp(150px, 100%, 450px);
    height: 200px;
    margin: 20px 0;
    font-family: "Noto Sans", sans-serif;
    font-size: 0.8em;
    background-color: var(--color-txt-amarillo);
    color: var(--color-bg-black);
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid var(--color-bg-black);
}

section.contacto .box-contacto form .box-fecha{
    width: clamp(150px, 100%, 450px);
    display: flex;
    justify-content: left;
    align-items: flex-start;
    flex-direction: row;
}
section.contacto .box-contacto form .box-fecha label{
    margin: 0px -79px 0 0;
    font-family: "Noto Sans", sans-serif;
    font-size: 0.8em;
    font-weight: normal;
    
}
section.contacto .box-contacto form .box-fecha input[name="fecha"]{
    width: 200px;
    float: left;
}
section.contacto .box-contacto form  input[name="txtPersonas"]{
    width: 80px !important;
    position: relative;
    margin-left: -58px;
}

section.contacto .box-contacto form input::placeholder,
section.contacto .box-contacto form textarea::placeholder{
    color: var(--color-bg-black);
}


section.contacto .box-contacto form input[name="btn-enviar"]{
    width: 150px;
    border-radius: 50px;
    border: solid 1px var(--color-bg-black);
    background-color: var(--color-bg-black);
    color: var(--color-txt-white);
    padding: 10px 0;
}


@media screen and (max-width: 1150px){
    .inicio .box-img-inicio div:first-child img{
        width: 400px;
    }
    .inicio .box-img-inicio div:last-child img{
        width: 500px;
    }
    .somos .box-info-img img{
        margin-top: 300px;
        width: 400px;
    }
}

@media screen and (max-width: 950px){
    .inicio .box-img-inicio div:first-child img{
        width: 300px;
    }
    .inicio .box-img-inicio div:last-child img{
        width: 430px;
    }
}

@media screen and (max-width: 770px){
    .inicio .box-info-inicio button {
        margin-top: 60px;
    }
    .inicio .box-info-inicio h1{
        font-size: 1.6em;
    }
    nav .menu{
        display: none;
    }
    .menu-respo{
        display: flex;
    }
    .inicio .box-img-inicio div:last-child img{
        display: none;
    }

    .inicio .box-info-inicio{
        width: 90%;
        padding: 200px 5% 0;
        text-align: center;
    }
    

    .inicio .box-info-inicio h2{
        inline-size: 80%;
        margin-left: 10%;
    }
    section.somos{
        height: 850px;
    }
    .somos .box-info-img img{
        margin-top: 520px;
        transform: rotate(33deg);
        margin-right: 140px;
    }
    .somos .box-info-somos{
        width: 80%;
        text-align: center;
        
    }
    .somos .box-info-somos h1{
        padding: 200px 0 50px;
    }
    .somos .box-info-somos h2{
        inline-size: 90%;
        margin: 0 5% ;
    }
    .producto>h1{
        text-align: center;
    }

    .box-evento1{
        width: 90%;
        padding: 100px 5%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-content: center;
        flex-wrap: nowrap;
        align-items: center;
        margin-top: 100px;
        
    }
    .box-evento1 div:first-child {
        width: 90%;
        padding: 20px 5% 50px;
        background-color: rgb(24 24 24);
        position: static;
        right: 10%;
        box-shadow: 1px 4px 12px black;
        border-radius: 0px !important;

    }
    .box-evento1 div:last-child{
        width: 100%;
    }
    .box-evento1 div:last-child img {
        width: 100% !important;
        margin-top: 0px !important;
        border-radius: 0px !important;
    }

    .box-evento2{
        flex-direction: column-reverse;
    }
    .box-evento2 div:first-child img {
        width: 100%;
        margin-top: -50px;
        border-radius: 0px !important;
    }
    .box-evento2 div:last-child {
        width: 90%;
        padding: 20px 5% 70px;
        position:static; 
        border-radius: 0px !important;
        margin-top: -20px;
    }
    
}


@media screen and (max-width: 630px){
    .inicio .box-img-inicio div:first-child img{
        width: 600px;
    }
    .inicio-filtro{
        background-color: rgba(0,0,0,0.2) !important;
    }
    section.contacto .box-contacto{
        width: 90%;
        margin: 0px 2.5%;
    }
    section.producto .producto-filtro{
        height: 135%;
    }
}

@media screen and (max-width: 500px){
    .inicio .box-img-inicio div:first-child img.efImg1 {
        top: 200px;
        right: -54px;
    }

    .info-footer {
        width: 90%;
        height: auto;
        padding: 10px 5%;
        display: flex;
        position: relative;
        z-index: 1100;
        justify-content: center;
        margin-top: -380px!important;
        flex-direction: column;
        align-content: center;
        align-items: center;
    }
    .info-footer>div {
        width: 40%;
        height: auto;
        padding: 5px 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    footer img {
        margin-top: -280px!important;
    }
    
}



/***FOOTER****/

footer{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    background-image: url(img/platohumo.jpg);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
}

.filtro-foo{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,1) 32%, rgba(0,0,0,0.46262254901960786) 100%);
}

footer img{
    width: 200px;
    position: relative;
    z-index: 1100;
    margin-top: -400px;
}


.info-footer{
    width: 90%;
    height: auto;
    padding: 10px 5%;
    display: flex;
    position: relative;
    z-index: 1100;
    justify-content: space-between;
    margin-top: 50px;
}

.info-footer>div{
    width: 40%;
    height: auto;
    padding: 5px 0;
    display: flex;
    flex-direction: column;

    align-items: center;
}
.info-footer>div div{
    display: flex;
}

.info-footer>div h3{
    font-family: "Oswald", sans-serif;
    font-weight: lighter;
    font-size: 1em;
    color: var(--color-txt-white);
    letter-spacing: 3px;
    margin-bottom: 10px;
}
.info-footer>div div span img{
    width: 15px;
    margin-top: 5px;
    margin-right: 13px;
}

.info-footer>div div{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.info-footer>div div a{
    font-family: "Oswald", sans-serif;
    font-weight: lighter;
    font-size: 1em;
    color: var(--color-txt-amarillo);
}

.info-footer>div:last-child{
    margin-top: 30px;
}

/*************** MODALES **************/

.m-error{
    width: 200px;
    height: auto;
    padding: 20px 0;
    text-align: center;
    position: fixed;
    font-size: 1em;
    font-family: "Oswald", sans-serif;
    bottom: 100px;
    z-index: 1500;
    border-radius: 10px;
    left: -3000px;
    transition: all ease .5s;
    box-shadow: 1px 2px 5px  rgb(90, 59, 0);
    background-color:#ff6c0a;
    color:aliceblue;
    letter-spacing: 3px;
    font-weight: lighter;
}

.e-error{
    left: 30%;
    
}


.m-carga{
    width: 100%;
    height: 130%;
    position: fixed;
    z-index: 3000;
    background-color: var(--color-bg-black);
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.m-carga img{
    width: 150px;
}

.loading{
    display: flex;
    flex-direction: row;
    
}

.loading .text{
    margin-top: 20px;
    margin-left: 10px;
    font-family: "Oswald", sans-serif;
    color: var(--color-txt-white);
    font-weight: lighter;
    letter-spacing: 3px;
}

.bounceball {
    position: relative;
    display: inline-block;
    height: 37px;
    width: 15px;
    &:before {
      position: absolute;
      content: "";
      display: block;
      top: 0;
      width: 15px;;
      height: 15px;;
      border-radius: 50%;
      background-color: #fbae17;
      transform-origin: 50%;
      animation: bounce 500ms alternate infinite ease;
    }
  }
  
  @keyframes bounce {
    0% {
      top: 30px;
      height: 5px;
      border-radius: 60px 60px 20px 20px;
      transform: scaleX(2);
    }
    35% {
      height: 15px;
      border-radius: 50%;
      transform: scaleX(1);
    }
    100% {
      top: 0;
    }
  }
  





































