/* main section */
.main--cont{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: right;
    align-items: center;
}
.bg--main--cont{
    width: 100%;
    height: 100vh;
    background-image: url('../assets/img/covers/cover_main_01.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.5;
}
.title--main--cont{
    position: absolute;
    padding-right: 30px;
    font-size: 50pt;
    text-align: right;
    font-family: var(--DCC_Ash);
}

/* ab us */
.ab_us--cont{
    width: 100%;
    height: 100vh;
    display: flex;
    background-image: url('../assets/img/covers/Nosotros_P1.webp');
    background-position: bottom;
    background-size: cover;
}
.ab_us--cover--cont, .ab_us--desc--cont{
    width: 100%;
    height: 100%;
}
.ab_us--cover--cont{
    background-image: url('../assets/img/persons/AboutCover.webp');
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    background-repeat: no-repeat;
}
.ab_us--desc--cont{
    padding: 30px;
}
.ab--title{
    font-size: 100pt;
    font-family: var(--DCC_Ash);
    text-align: right;
}
.ab--resume{
    font-size: 15pt;
    text-align: right;
}

/* prods--cont */
.prods--cont{
    width: 100%;
    height: 100vh;
    background-color: #000;
}
.extraOptions--cont{
    height: 50%;
    padding: 10px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.extraOption{
    width: 30%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    cursor: pointer;
    overflow: hidden;
}
.fire{
    width: 0;
    height: 100%;
    background-image: url('../assets/img/covers/Fire.webp');
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    transition: width .2s ease-in-out;
}
.extraTitle{
    font-family: var(--DCC_Ash);
    font-size: 35pt;
    padding: 15px 10px;
    position: absolute;
}
.extraOption:hover > .fire{
    width: 100%;
}
.extraOption{
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
}.extraOption:nth-child(1){
    background-image: url('../assets/img/covers/cover_sec_01.webp');
    background-position: right;
}.extraOption:nth-child(2){
    background-image: url('../assets/img/covers/cover_sec_02.webp');
}.extraOption:nth-child(3){
    background-image: url('../assets/img/covers/cover_sec_03.webp');
}

.mainProds--cont{
    height: 50%;
    background-image: url('../assets/img/covers/White_Wall.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
    overflow: hidden;
}
.infoProduct--cont{
    width: 50%;
    padding: 10px;
}
.title--prod{
    font-family: var(--DCC_Ash);
    color: red;
    font-size: 48pt;
    transition: opacity 1s ease-in-out;
}
.redProd--bar{
    width: 30%;
    height: 5px;
    background-color: red;
    position: absolute;
    left: 0;
}
.desc--prod{
    margin-top: 10px;
    font-size: 12pt;
    font-family: var(--Montserrat_Regular);
    transition: opacity 1s ease-in-out;
}
.action--call{
    font-family: var(--RussoOneRegular);
    font-size: 15pt;
}
.action--btn{
    background-color: red;
    width: 22%;
    height: 15%;
    text-align: center;
    border-radius: 20px;
    font-family: var(--RussoOneRegular);
    font-size: 15pt;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 2.3px;
    cursor: pointer;
}

.imgProd--cont{
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('../assets/img/products/Design.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.img--prod{
    width: 50%;
    height: 100%;
    background-image: url('../assets/img/products/res/test_prod_01.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    rotate: 27deg;
    scale: 1.35;
    transition: transform 1s ease-in-out;
}

.navBtn--cont{
    width: 3%;
    height: 50%;
    position: absolute;
    right: 30px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 7px;
}
.btn--slide{
    background-color: gray;
    width: 16px;
    height: 16px;
    border-radius: 20px;
    cursor: pointer;
    transition: background-color .5s ease-in-out;
}
.--active--btn{
    background-color: red;
}

/* chimichurri cont */
.chim--cont{
    width: 100%;
    height: 40vh;
    display: flex;
}
.chim--cover,.chim--desc--cont{
    width: 50%;
    height: 100%;
    background-color: #000;
}
.chim--cover{
    background-image: url('../assets/img/products/Chimichurrii_Wall.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.chim--desc--cont{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 5%;
    padding: 30px;
    text-align: center;
}
.chim--title{
    font-family: var(--RussoOneRegular);
    font-size: 30pt;
}
.chim--resume{
    font-size: 14pt;
}

/* bbcube cont */
.bbcube--cont{
    width: 100%;
    height: 60vh;
    display: flex;
}
.bbcube--cover,.bbcube--desc--cont{
    width: 50%;
    height: 100%;
    background-color: #000;
}
.bbcube--cover{
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.bbcube--cover video{
    width: 110%;
}
.bbcube--desc--cont{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 5%;
    padding: 30px;
    text-align: center;
}
.bbcube--title{
    font-family: var(--RussoOneRegular);
    font-size: 30pt;
}
.bbcube--resume{
    font-size: 14pt;
}

/* suscribe cont */
.suscribe--cont{
    width: 100%;
    height: 70vh;
    display: flex;
    justify-content: center;
    align-items: end;
}
.slogan--cont{
    width: 40%;
    height: 100%;
    padding: 10px;
    padding-right: 8%;
    background-color: red;
    text-align: right;
    font-family: var(--DCC_Ash);
    font-size: 40pt;
    display: flex;
    align-items: center;
}
.form--cont{
    width: 60%;
    height: 100%;
    padding: 10px;
    background-image: url('../assets/img/covers/White_Wall.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 10%;
    align-items: end;
    padding: 30px;
}
.form--title{
    width: 70%;
    font-family: var(--RussoOneRegular);
    font-size: 20pt;
    text-align: center;
    color: #000;
}
form{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    width: 70%;
    color: #000;
    font-family: var(--Montserrat_Regular);
}
input{
    background-color: transparent;
    border: none;
    height: 30px;
    border-bottom: 2px solid #000;
    border-radius: 0;
    color: #000;
    font-size: 15pt;
    width: 60%;
}
input:focus{
    outline: none;
    color: #000;
}
input::placeholder{
    color: #000;
}
form div{
    background-color: red;
    padding: 1% 4%;
    text-align: center;
    border-radius: 20px;
    font-family: var(--RussoOneRegular);
    font-size: 14pt;
    color: #fff;
    letter-spacing: 2.3px;
    cursor: pointer;
}
.person--cont{
    width: 30%;
    height: 70%;
    position: absolute;
    background-image: url('../assets/img/persons/hands-only01.webp');
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
}
.bg-op--cont{
    width: 100vw;
    height: 100vh;
    background-color: #202020;
    position: fixed;
    opacity: 0.5;
    top:0;
    z-index: 5;
    display: flex;
    justify-content:center;
    align-items:center;
    display:none;
    transition: opacity .5s ease-in-out;
}
.spin {
    border: 5px solid hsla(185, 100%, 62%, 0.2);
    border-top-color: red;
    border-radius: 50%;
    width: 7em;
    height: 7em;
    animation: spin 1s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
} 
.success-message{
    width:40%;
    padding:20px;
    background-color: #25D366;
    text-align:center;
    font-size:20pt;
    font-weight:700;
    display:none;
    transform: scale(0);
    transition: transform .3s ease-in-out;
}

@media screen and (max-width:768px) {
    /* ab us */
    .ab_us--cont{
        height: auto;
    }
    .ab_us--desc--cont{
        padding: 50px 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .ab_us--cover--cont{
        display: none;
    }
    .ab--title{
        font-size: 50pt;
        text-align: center;
    }
    .ab--resume{
        font-size: 12pt;
        text-align: center;
    }

    /* ban & prods */
    .prods--cont{
        height: auto;
    }
    .extraOptions--cont{
        height: auto;
        gap: 3vw;
        flex-wrap: wrap;
    }
    .extraOption{
        width: 100%;
        height: 30vh;
    }
    .mainProds--cont{
        flex-direction: column;
        height: 100vh;
    }
    .navBtn--cont{
        width: 100%;
        height: 20%;
        position: relative;
        right: 0;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 4vw;
    }
    .infoProduct--cont{
        width: 100%;
        padding: 10px;
    }
    .redProd--bar{
        width: 100%;
    }
    .action--btn{
        background-color: red;
        width: 30%;
        height: 15%;
        border-radius: 20px;
        font-size: 15pt;
        letter-spacing: 2.3px;
    }
    .imgProd--cont{
        width: 100%;
        height: 100%;
    }
    .img--prod{
        width: 50%;
        height: 100%;
        background-image: url('../assets/img/products/res/test_prod_01.webp');
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        rotate: 27deg;
        scale: 1.35;
        transition: transform 1s ease-in-out;
    }

    /* chim--cont */
    .chim--cont{
        flex-wrap: wrap;
        height: 100vh;
    }
    .chim--cover,.chim--desc--cont{
        width: 100%;
        height: 50%;
    }

    /* bbcube--cont */
    .bbcube--cont{
        flex-wrap: wrap-reverse;
        height: 100vh;
    }
    .bbcube--cover,.bbcube--desc--cont{
        width: 100%;
        height: 50%;
    }

    /* suscribe--cont */
    .suscribe--cont{
        flex-wrap: wrap;
    }
    .slogan--cont,.form--cont{
        width: 100%;
        height: 50%;
    }
    .person--cont{
        display: none;
    }
    .form--cont{
        align-items: center;
    }
    .form--title{
        width: 100%;
        font-size: 15pt;
    }
    form{
        width: 100%;
    }
    input{
        height: 30px;
        font-size: 13pt;
        width: 70%;
    }
    form div{
        background-color: red;
        border-radius: 20px;
        font-size: 12pt;
        letter-spacing: 2.3px;
    }
}
