* {
    box-sizing:border-box;
    padding: 0;
    margin: 0;
    font-family: "Poppins", sans-serif;
}
:root {
    --red: #c01718;
    --beige: #ebd8ba;
    --brown: #4c2915;
    --yellow: #e98500;
    --green: #2caf22;
    font-size: 16px;
}
/*====================================
navmenu 
======================================*/
.index-menubar {
    position: fixed;
    inset: 0 0 0 0;
    z-index: 9999;
}
.menubar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    inset: 10dvh 0 0 0 0;
    padding-inline: 10%;
    padding-top: 10dvh;
    height: 20dvh;
    transition: background-color 0.3s ease-in;
}
.logoHeader {
    font-size: 100px;
    width: clamp(1.5em, 20vw, 3em);
    fill:#c01718;
    transition: fill 0.3s ease-in;
}
.mobile-nav-toggle {
    display: none;
}
.primaryNavigation {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 3rem;
}
.nav__link {
    color:var(--red);
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.3s ease-in;
}
.nav__link:focus-within {
    border: 1px solid #c01718;
}
.secondNavigation {
    display: none;
    flex-direction: column;
    position: absolute;
    background-color: #c01718;
    height: 8rem;
    width: 15rem;
    top: 20dvh;
}
.secondNavigation[data-visible="true"] {
    display: flex;
}
.secondNavigation li {
    height: 4rem;
    display: flex;
    align-items: center;
}
.secondNavigation a {
    color: #c5b190;
}
@media (max-width: 768px) {
    .menubar {
        padding-top: 0;
        justify-content: space-around;
        height: 10dvh;
        }
    .primaryNavigation {
        flex-direction: column;
        align-items: center;
        text-align: center;
        background-color: #c01718;
        position: fixed;
        inset: 0 0 0 0;
        height: 100dvh;
        width: 100%;
        padding: calc(10dvh + 5rem) 0;
        gap:inherit;
        transform: translateY(-120%);
        transition: transform 500ms ease-in-out;
    }
    .logoHeader {
        fill: #c01718;
    }
    .primaryNavigation[data-visible="true"] {
        transform: translateY(0%);
    }
    .primaryNavigation a {
        color:#ebd8ba;
        width: 100%;
        
        
    }
    .primaryNavigation li {
        width: 100%;
        margin-block: 1rem;
    }
    .mobile-nav-toggle {
        display: flex;
        
        stroke: var(--red);
        background-color: transparent;
        border: none;
    }
    .mobile-nav-toggle .mobile-menu-svg {
        transition: rotate 1s;
    }
    .mobile-nav-toggle[aria-expanded="true"] .mobile-menu-svg {
        rotate: .125turn;
        --hamburguer-color: #ebd8ba;
    }
    .mobile-nav-toggle .lines{
        stroke-dasharray: 60 30 60 30 60 1000;
        transition: 500ms;
    }
    .mobile-nav-toggle[aria-expanded="true"] .lines{
        stroke-dasharray: 60 159 0 0 60 1000;
        stroke-dashoffset: -90;
    }
    .secondNavigation {
        display: none;
        position: inherit;
        background-color: #880f0f;
        width: 100%;
        margin-top: 3rem;
    }
    .secondNavigation[data-visible="true"] {
        display: flex;
    }
}
/*===================================
index body
===================================*/

/*====================================
Index start 
=======================================*/
/*first container start */
.index__wrap1 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100dvh;
    width: 100%;
    padding-inline: 15%;
    padding-top: 20dvh;
    background-color: #ebd8ba;
    overflow: hidden;
}
.index_wrap_img {
    clip-path: ellipse(50% 52% at 50% 50%);
}
.index_img { 
    font-size: 100px;
    width: clamp(2.5em, 25vw, 8em);
}
.index_content1 {
    display: flex;
    flex-direction: column;
    padding-inline: 2.5rem;
    gap: 1rem;
}
.index_heading1 {
    color:#c01718;
    font-size: clamp(2rem, 4vw, 8rem);
    font-weight: 800;
}
.pWrapIndex1 {
    display: flex;
    flex-direction: column;
}
.index_p1 {
    color: #4c2915;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.index_btn {
    background-color: #c01718;
    width: fit-content;
    padding: 1.5rem 2.5rem;
    border-radius: 50px;
    border: none;
    box-shadow: 3px 3px 8px 2px #b19e80, -3px -3px 8px 2px #ffffff;
}
.index_btn:active {
    background-color: #aa1515;
    box-shadow: 2px 2px 8px 2px #b19e80, -2px -2px 8px 2px #ffffff;
}
.index_btn a {
    color: #ebd8ba;
    text-decoration: none;
    width: 100%;
}
@media (max-width: 780px) {
    .index__wrap1 {
        flex-direction: column ;
        padding-top: 10dvh;
        padding-inline: 1rem;
    }
    .index_content1 {
        margin-top: 1.5rem;
        gap: 1.5rem;
    }
}

/* index second section*/
.index__section2 {
    height: 100dvh;
    position: relative;
}
video {
    object-fit: cover;
    height: 100dvh;
    width: 100%;
    z-index: -1;
}
.index__content2 {   
    display: flex;
    position: absolute;
    inset-block: 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 10dvh;
    width: 100%;
    padding-inline: 15%;
    color: #fff;
    text-shadow: 0px 0px 7px black;
}
#index__heading2 {
    color:white;
    font-family: 'poppins';
    font-weight: 400;
    font-size: clamp(2rem, 4vw, 8rem);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    line-height: 3.5rem;
}
.char_heading2 {
    transform: translateY(110%);
    transition: transform 0.5s;
}
.index_p2 {
    text-shadow: 0px 0px 10px black;
    margin-block: 0.5rem;
}
.index_btn2 {
    background-color: #ffffff20;
    border: none;
    border-radius: 50px;
    padding: 1rem 2rem;
    margin-block: 1rem;
    width:fit-content;
    box-shadow: 3px 3px 8px 2px #00000050, -3px -3px 8px 2px #ffffff50;
}
.index_btn2 a {
    color: #fff;
    text-decoration: none;
}
.index_btn2:active {
    background-color: #ffffff10;
    box-shadow: 2px 2px 8px 2px #00000030, -2px -2px 8px 2px #ffffff30;
}
/*------>end first container*/
/*------>start third container*/
.index__wrap3 {
    height: 100dvh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(/IMAGENES/Index-cover-1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.index__content3 {
    color: white;
    width: 70%;
    text-shadow: 0px 0px 10px black;
}
#index_heading3 {
    color:white;
    font-weight: 400;
    font-size: clamp(2rem, 4vw, 8rem);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    line-height: 4.5rem;
}
.char_heading3 {
    transform: translateY(110%);
    transition: transform 0.5s;
}
.index_p3 ul{
    padding-left: 1.5rem;
}
.index_btn3 {
    background-color: #ffffff70;
    border: none;
    border-radius: 50px;
    padding: 1rem 2rem;
    margin-block: 1rem;
    width:fit-content;
    box-shadow: 3px 3px 8px 2px #00000050, -3px -3px 8px 2px #ffffff50;
}
.index_btn3 a {
    color: #000;
    text-decoration: none;
    font-weight: 600;
}
.index_btn3:active {
    background-color: #ffffff40;
    box-shadow: 2px 2px 8px 2px #00000030, -2px -2px 8px 2px #ffffff30;
}
/*====================================
navmenu 
======================================*/
.menubar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    inset: 0 0 0 0;
    background-color:#ebd8ba;
    padding-inline: 10%;
    padding-top: 10dvh;
    height: 20dvh;
    z-index: 999;
}
.logoHeader {
    font-size: 100px;
    width: clamp(1.5em, 20vw, 3em);
    fill:#c01718;
}
@media (max-width: 800px) {
    .menubar {
        padding-top: 0;
        justify-content: space-around;
        height: 10dvh; 
        z-index: 99;
    }
    .logoHeader {
        fill: #c01718;
    }
}


/*-======================================================================> index end */
/*====================================
Legal start 
=======================================*/
.legal-menubar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    inset: 0 0 0 0;
    background-color:#ebd8ba;
    padding-inline: 10%;
    height: 10dvh;
    z-index: 999;
}
.legalBody {
    user-select: none;
    margin-top: 10dvh;
}
.legalMain {
    font-size: clamp(1rem, 2vh, 3rem);
    color:#ebd8ba
}

.legalContentWrap {
    background-color: #ebd8ba;
    font-size: 10px;
    padding-inline: clamp(0.5em, 8vw, 25em);
}

.dateContainer {
    display: flex;
    justify-content: end;
    padding-right: 4em;
    font-size: clamp(0.8rem, 1.25vw, 1rem);
    color: #4c2915;
}
.legalHeading {
    color: #ebd8ba;
    font-weight: 600;
    font-size: clamp(1.5rem, 3vw, 3rem);
}
.legalUsuario {
    color: #ebd8ba;
    font-size: clamp(0.8rem, 2vw, 1rem);
}
.usoMedios {
    font-size: clamp(1rem, 2vw, 6rem);
    font-weight: 600;
    margin-block: 1em;
    color: #4c2915;
}
.legalSubheading {
    display: flex;
    justify-content: baseline;
    font-size: clamp(0.8rem, 2.8vh, 5rem);
    font-weight: 600;
    color: #4c2915;
    margin-block: 0.5em;
}
.legalMiniSubheading {
    color:#4c2915;
    font-weight: 600;
    margin-block: 1em 0.2em;
}
.legalIntro {
    margin-block: 2em 0;
}
.legalParagraphs {
    display: flex;
    flex-direction: column;
}
.legalP{
    color:#4c2915;
    font-size: clamp(0.9rem, 1vw, 1.5rem);
    margin-top: 0.5rem;
}
.legalList {
    padding: 1rem 2rem;
    text-decoration-color: #4c2915;
}
.legalBtnContainer {
    display: flex;
    flex-wrap: wrap;
    padding-block: 2em 2em;
    gap: 1em;
}
.legalBtn {
    background-color: #4c2915;
    border: none;
    border-radius: 50px;
    padding: 0.5em 1em;
}
.legalBtn a {
    color: #ebd8ba;
    text-decoration: none;
}

/*principal heading backgrounds*/
.legalWrapHeaingRed {
    background-color: #c01718;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding-block: 2rem;
}
.legalWrapHeaingGreen {
    background-color: #2caf22;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding-block: 2rem;
}
.legalWrapHeaingYellow {
    background-color: #e98500;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding-block: 2rem;
}
.Legal-form {
    display: flex;
    flex-direction: column;
}
.legal-form-group {
    margin-block: 0.5rem;
    position: relative;
}
.legal-input {
    color: #4c2915;
    width: 70%;
    height: 3rem;
    background-color: #ebd8ba;
    border: 1px solid #b19e80;
    border-radius: 50px;
    padding: 1.2rem;
}
.legal-input:focus {
    outline: 1px solid #4c2915;
    background-color: #f1eadd;
}
.legal-label {
    color: #b19e80;
    position: absolute;
    top: 50%;
    left: 1.2rem;
    transform: translateY(-50%);
    cursor: text;
}
.legal-textarea {
    color: #4c2915;
    width: 90%;
    height: 8rem;
    background-color: #ebd8ba;
    border: 1px solid #b19e80;
    border-radius: 25px;
    padding: 1.2rem;
    resize: none;
}
.legal-label-textarea {
    color: #b19e80;
    position: absolute;
    top: 2rem;
    left: 1.2rem;
    transform: translateY(-1em);
    cursor: text;
}
.legal-textarea:focus {
    outline: 1px solid #4c2915;
    background-color: #f1eadd;
}
.legal-submit {
    background-color: #4c2915;
    color: #ebd8ba;
    border: none;
    padding: 1rem 2.5rem;
    border-radius: 50px;
    box-shadow: 3px 3px 8px 2px #b19e80, -3px -3px 8px 2px #ffffff;
}
/*-----------------------------------------> Legal end */


/*================================
footer
================================= */
.footer {
    display: flex;
    flex-direction: column;
    background-color: #4c2915;
    font-size: 10px;
    padding-block: 2rem;
}
.footerNavigation {
    display: flex;
    flex-direction: column;
    padding-left: 1rem;
    list-style: none;
}
.footerNavigation a {
    color:#ebd8ba;
    text-decoration: none;
    
}
.footerSubmenuNavigation {
    list-style: none;
}
.footerContacts {
    display: flex;
    justify-content: end;
    width: 100%;
    padding-right: 1rem;
} 
.contactIcon{
    font-size: 10px;
    margin-block: 2.5em 1em;
    width: clamp(2.4em, 5vw, 4em);
    margin-inline: 0.5em;
    fill: #ebd8ba;
    transition: fill 350ms ease-in;
}
.contactIcon:hover{
    fill: #c01718;
}
.copyrightContainer {
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.logoFooter {
    font-size: 100px;
    fill:#ebd8ba;  
    width: clamp(2em, 30vw, 5em);
}
.footerLegal {
    display: flex;
    justify-content: center;
    list-style: none;
    text-align: center;
}
.footerLegal li {
    display: flex;
    justify-content: center;
}
.footerLegal a {
    
    color:#ebd8ba;
    text-decoration: none;
    font-size: clamp(0.3rem, 3vh, 0.9rem);
    margin-inline: 0.5em;
    
}
.copyright {
    display: flex;
    justify-content: center;
    color: #ebd8ba;
    font-size: clamp(0.3rem, 5vh, 0.8rem);
}
@media (max-width: 800px) {
    .footerContacts {
        display: flex;
        justify-content: center;
        padding-right: inherit;
    }
    .copyrightContainer {
        flex-direction: column-reverse;
        align-items: center;
    }
}