*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
@font-face {
    font-family: "CaustenBold";
    src: url('../fonts/Causten\ Bold.ttf') format('truetype');
}
@font-face {
    font-family: "TekoBold";
    src: url('../fonts/Teko-Bold.ttf') format('truetype');
}
@font-face {
    font-family: "CaustenRegular";
    src: url('../fonts/Causten\ Regular.ttf') format('truetype');
}
@font-face {
    font-family: "CaustenSemiBold";
    src: url('../fonts/Causten\ Semi\ Bold.ttf') format('truetype');
}
body{
    background-image: url(../assets/fondo2.png);
    min-height: 100vh;
    background-size: cover;
    background-position: center; 
    background-repeat: no-repeat;
    background-attachment: fixed;
    
}




.head{
    
    height: 80px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: rgba(0, 42, 22, 0.6);
    backdrop-filter: blur(10px); 
    -webkit-backdrop-filter: blur(10px);
}
.head .caja1{
    /* padding-top: 20px; */
    margin-left: 162px;
    margin-right: 162px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    
}
.head .caja1 a{
    font-family: 'CaustenBold';
    text-decoration: none;
    color: #D4FD2B;
    font-size: 20px;
}
/* .head .caja1 img{
    width: 161px;
} */
.head .caja1 .caja2 .btn2{
    width: 142px;
    height: 40px;
    background-image: linear-gradient(130deg, #D4FD2B 0%, #42C148 51%, #D4FD2B 100%);
    background-size: 200% auto;
    transition: 0.5s;
    border-radius: 10px;
    color: #002D16;
    font-size: 20px;
    font-family: 'CaustenBold';
    border-color: transparent;
}
.head .caja1 .caja2 .btn2:hover{
    cursor: pointer;
    width: 142px;
    height: 40px;
    border-radius: 10px;
    background-position: right center;
    font-size: 20px;
    font-family: 'CaustenBold';
    border-color: transparent;
}
/* .main-container{
    width: 100%;
    height: 200px;
    margin-left: 100px;
    position: relative;
    padding-left: 30px;
    line-height: 5rem;
    p:nth-child(1){
        font-family: 'tekoBold';
        font-size: 95px;
        color: #D4FD2B;
        margin: 0;
        padding: 0;
    }
    p:nth-child(2){
        font-family: 'tekoBold';
        font-size: 160px;
        color: #F47925;
        margin: 0;
        padding: 0;
    }
    p:nth-child(3){
        font-family: 'tekoBold';
        font-size: 160px;
        color: #F47925;
        margin: 0;
        padding: 0;
    }
    p:nth-child(4){
        font-family: 'tekoBold';
        font-size: 80px;
        color: #D4FD2B;
        margin: 0;
        padding: 0;
    }
}
.main-container::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 100%;
    background: linear-gradient(to top, #D4FD2B 0%, #F47925 50%, #D4FD2B 100%);
} */



.prin{
    width: 100%;
    margin-top: 80px;
}
.prin .caja1{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}
.prin .caja1 .box1{
    margin-top: 60px;
    margin-left: 162px;
    
}

.prin .caja1 .box1 .letra{
    font-family: 'TekoBold';
    font-size: calc(1rem + 5vw);
    line-height: calc(1rem + 5vw);
    color: #D4FD2B;
}
.prin .caja1 .box1{
    width: 50%;
}
.prin .caja1 .box2 img{
    width: 100%;
    
}
.prin .caja1 .box1 .btn1{
    width: 303px;
    height: 60px;
    background-image: linear-gradient(130deg, #D4FD2B 0%, #42C148 51%, #D4FD2B 100%);
    background-size: 200% auto;
    transition: 0.5s;
    border-radius: 20px;
    color: #002D16;
    font-size: 32.36px;
    font-family: 'CaustenBold';
    border-color: transparent;
}
.prin .caja1 .box1 .btn1:hover{
    width: 303px;
    height: 60px;
    background-position: right center;
    border-radius: 20px;
    color: #002D16;
    font-size: 32.36px;
    font-family: 'CaustenBold';
    border-color: transparent;
    cursor: pointer;
}




.bien .caja{
    width: 100%;
    height: 360px;
    display: flex;
    flex-direction: column;
    background-image: url(../assets/welcome.jpg);
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center; 
    background-repeat: no-repeat;
}
.bien .caja .box1{
    padding-bottom: 20px;
}
.bien .caja .box2{
    padding-top: 20px;
    display: flex;
    gap: 20px;
}
.bien .caja .box1 h1{
    font-size: 52.36px;
    font-family: 'CaustenBold';
    color: #D4FD2B;
    text-align: center;
    @media (max-width: 720px){
        font-size: 30px;
    }
    @media (width < 480px){
        font-size: 30px!important;
        max-width: 90%;
        margin: 0 auto;
    }
}
.bien .caja .box2 .btn1{
    padding: 5px 10px;
    background-image: linear-gradient(130deg, #D4FD2B 0%, #42C148 51%, #D4FD2B 100%);
    background-size: 200% auto;
    border-radius: 10px;
    color: #002D16;
    font-size: 32.36px;
    font-family: 'CaustenBold';
    border-color: transparent;
    transition: .3s;
    @media (max-width: 720px){
        font-size: 20px;
    }
}
.bien .caja .box2 .btn1:hover{
    cursor: pointer;
    background-position: right center;
    border-radius: 10px;
    font-family: 'CaustenBold';
    border-color: transparent;
}

.bien .caja .box2 .btn2{
    /* width: 303px;
    height: 60px; */
    border: 1px solid #D4FD2B;
    border-radius: 10px;
    border-color: #D4FD2B;
    font-size: 32.36px;
    font-family: 'CaustenBold';
    background-color: transparent;
    color: #D4FD2B;
    transition: all .5s ease;
    padding: 5px 10px;
    @media (max-width: 720px){
        font-size: 20px;
    }
}
.bien .caja .box2 .btn2:hover{
    cursor: pointer;
    border: 1px solid #D4FD2B;
    border-radius: 10px;
    border-color: #D4FD2B;
    font-family: 'CaustenBold';
    background-color: #D4FD2B;
    color: #002D16;
}


.image{
    padding: 20px 0px;
}
.image .caja{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap; 
    gap: 15px;
    @media (max-width: 720px){
        flex-direction: column;
    }
    img{
        max-width: 100%;
        margin: 0 auto;
    }
}
.image .caja a{
    max-width: 100%; 
    height: auto; 
    object-fit: contain; 
    flex: 1 1 calc(25% - 15px);
    min-width: 150px;
    overflow: hidden;
}
.image .caja a img{
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
    transition: .2s;
    &:hover{
        scale: 1.03;
    }
}
/* .img-history:hover{
    scale: 1.1;
} */




/* .large{
    padding-top: 20px;
} */
.large .caja img{
    width:100%;
}
.peque .caja{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap; 
    gap: 15px;
}
.peque .caja img{
    max-width: 100%; 
    height: auto; 
    object-fit: contain; 
    flex: 1 1 calc(25% - 15px);
    min-width: 150px;
}

footer{
    background-color: #3F0C2D;
    height: 750px;
    /* margin-top: 40px; */
}
footer .caja{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-left: 162px;
    padding-right: 162px;
    padding-top: 80px;
    padding-bottom: 80px;
    
}
footer .caja .box1 .redes{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    a{
        transition: all .3s;
    }
    a:hover {
        scale: 1.2;
    }
}
footer .caja .box1{
    
    font-size: 12.36px;
    font-family: 'CaustenRegular';
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 19px;
}

footer .caja .box2 h1 {
    color: #D4FD2B;
    font-family: 'CaustenSemiBold';
    font-family: 32.36px;
}
footer .caja .box2 p {
    color: #D4FD2B;
    font-family: 'CaustenRegular';
    color: white;
    font-family: 20px;
}

footer .cajaColor{
    background-color: #D4FD2B;
    height: 4px;
    max-width: 90%;
    margin: 0px auto;
}
footer .caja2 p{
    padding-top: 40px;
    padding-bottom: 40px;
    color: white;
    font-family: 'CaustenRegular';
    font-size: 20px;
    text-wrap: balance;
    text-align: center;
    @media (max-width: 720px){
        margin-right:0px;
        margin-left: 0px;
        padding-right: 20px;
        padding-left: 20px;
    }
}

footer .caja3 p{
    padding-top: 40px;
    padding-bottom: 28px;
    color: white;
    font-family: 'CaustenRegular';
    font-size:14px;
    text-align: center;
}

.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    background-color: #29a71a;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    transition: all 0.3s ease;
}

.whatsapp-float img {
    width: 40px;
    height: 40px;
    margin-top: 10px;
}

.whatsapp-float:hover {
    background-color: #29a71a;
    transform: scale(1.1);
}
.video-container{
    width: 100%;
    min-height: 50vh;
    background-color: #3F0C2D;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 40px;
    @media (min-width: 480px) {
        flex-direction: column;
    }
    .item1{
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: end;
        @media (min-width: 480px) {
            width:100%;
            padding: 20px;
        }
        .item1container{
            width: 60%;
            display: flex;
            flex-direction: column;
            gap: 40px;
            @media (min-width: 480px) {
                width:100%;
            }
            h1{
                font-size: 32.36px;
                font-family: 'CaustenBold';
                color: #D4FD2B;
            }
            p{
                color: white;
                font-size: 20px;
                font-family: 'CaustenRegular';
                line-height: 2rem;
                text-wrap: pretty;
            }
        }
    }
    .item2{
        /* background-color:#29a71a; */
        width: 50%;
        .video-player{
            width: 90%;
            height: 100%;
        }
    }
}
.imgLogo{
    width: 200px;
}
.video-content{
    width: 100%;
    position: relative;
    z-index: 0;
    /* min-height: 100dvh; */
    .overlayBtn{
        position: absolute;
        inset: 0;
        /* background-color: red; */
        backdrop-filter: blur(2px);
        background-color: #0000007a;
        width: 100%;
        height: 100%;
        /* scale: 0; */
        opacity: 0;
        transition: all .5s ease;
        z-index: 1;
    }
    .btnPlay{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: #D4FD2B;
        color: #002D16;
        text-decoration: none;
        padding: 5px;
        border-radius: 10px;
        font-family: 'tekoBold';
        font-size: 40px;
        transition: .3s;
        cursor: pointer;
        border-color: transparent;
        display: flex;
        justify-content: center;
        align-items: center;
        /* scale: 0; */
        /* transition: all .5s ease; */
        /* box-shadow: 0px 0px 20px #D4FD2B,
                        0px 0px 20px #4e6103; */
        &:hover{
            scale: 1.02;
        }
    }
    .icon {
        width: 24px;
        height: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        stroke-width: 2;
    }
    #btnSound{
        position: absolute;
        /* top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); */
        top: 20px;
        right: 20px;
        text-decoration: none;
        padding: 5px;
        border-radius: 10px;
        font-family: 'tekoBold';
        transition: .3s;
        cursor: pointer;
        border-color: transparent;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 10; stroke: white;
        &:hover{
            scale: 1.1;
        }
        >svg{
            stroke: 2;
        }
    }
    .btnMuted{
        background-color: gray;
        color: #D4FD2B;
        animation: hithere 1s infinite;
        position: relative;
    }
    .btnUnmuted{
        background-color: #D4FD2B;
        color: #002D16;
    }
    .video{
        width: 100%;
        z-index: 0;
        /* width: 200%;
        height: 100%;
        margin: 0px -254px; */
    }
    .hidden {
        display: none;
    }
}
@keyframes pulse {
  from { transform: scale(0.8); }
  to { transform: scale(1.2); }
}
@keyframes hithere {
  30% { transform: scale(1.2); }
  40%, 60% { transform: rotate(-20deg) scale(1.2); }
  50% { transform: rotate(20deg) scale(1.2); }
  70% { transform: rotate(0deg) scale(1.2); }
  100% { transform: scale(1); }
}
.hero-main{
    width: 100%;
    height: 100%;
    margin-top: 80px;
    margin-bottom: -2px;
    /* background-color: red; */
    position: relative;
    @media (width < 480px){
        width: 100%;
        /* height: 216px; */
        /* height: 20vh!important; */
    }
    @media (width < 720px){
        width: 100%;
        /* height: 216px; */
        /* height: 40dvh; */
    }
    .imgbg{
        width: 100%;
        height: 100%;
    }
    .bgmain{
        width: 100%;
        height: auto;

    }
    .btnMain{
        position: absolute;
        /* bottom: 10%;
        left: 20%; */
        background-color: #D4FD2B;
        color: #002D16;
        text-decoration: none;
        /* padding: 5px 20px 0px 20px; */
        border-radius: 10px;
        font-family: 'tekoBold';
        transition: .3s;
        box-shadow: 0px 0px 20px #D4FD2B,
                    0px 0px 20px #4e6103;
        @media(width < 720px){
            left: 20%;
            bottom: 10%;
            padding: 3px 10px 0px 10px;
            transform: translateX(-20%);
            font-size: 24px;
            box-shadow: 0px 0px 10px #D4FD2B,
                    0px 0px 10px #4e6103;
        }
        @media (width < 480px) {
            bottom: 10%;
            left: 20%;
            padding: 3px 10px 0px 10px;
            font-size: 16px;
        }
        @media (width > 720px) {
            bottom: 10%;
            left: 20%;
            padding: 5px 15px 0px 15px;
            transform: translateX(-20%);
            font-size: 28px;
        }
        @media (width > 1080px) {
            bottom: 10%;
            left: 20%;
            padding: 5px 20px 0px 20px;
            font-size: 40px;
        }
        &:hover{
            scale: 1.03;
        }
    }
}
.footer-container{
    width: 100%;
    /* background-color: red; */
    display: flex;
    justify-content: center;
    height: fit-content;
    padding: 20px 0px;
    flex-wrap: wrap;
    .footer-main{
        width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: row;
        max-width: 90%;
        height: fit-content;
        /* background-color: green; */
        padding: 1px;
        font-family: 'caustenRegular';
        font-size: 12.36px;
        @media (max-width: 720px){
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 20px;
        }
        >div:nth-child(1){
            width: 50%;
            display: flex;
            gap: 4px;
            flex-direction: column;
            justify-content: center;
            align-items: start;
            /* background-color: red; */
            @media(width < 720px){
                align-items: center;
            }
            >p{
                color: white;
            }
            >img{
                width: 200px;
            }
            .redes{
                display: flex;
                gap: 10px;
                padding: 10px 0px;
                img{
                    transition: all .3s;
                }
                img:hover {
                    scale: 1.2;
                }
            }
            @media (max-width: 480px){
                width: 100%;
            }
        }
        >div:nth-child(2){
            width: 50%;
            /* background-color: yellow; */
            font-family: 'caustenRegular';
            font-size: 12.36px;
            display: flex;
            gap: 4px;
            flex-direction: column;
            justify-content: start;
            align-items: start;
            /* background-color: red; */
            @media(width < 720px){
                align-items: center;

            }
            >h1{
                font-family: 'CaustenSemiBold';
                font-size: 32.36px;
                color: #D4FD2B;
            }
            a{
                font-family: 'caustenRegular';
                font-size: 16px;
                text-decoration: none;
                color: white;
            }
            @media (max-width: 720px){
                width: 100%;
                margin: 0 auto;
            }
        }
    
        /* > div{
            > img{
                width: 400px;
            }
        } */
    }
    .footer2{
        padding-top: 20px;
        padding-bottom: 0px;
    }
}
@media (max-width: 480px) {
    .head{
        
        height: 80px;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000;
        background: rgba(0, 42, 22, 0.6);
        backdrop-filter: blur(10px); 
        -webkit-backdrop-filter: blur(10px);
    }
    .head .caja1 a{
        display: none;
    }
    .head .caja1{
        /* padding-top: 20px; */
        margin-left: 16px;
        margin-right: 16px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        
    }
    .head .caja1 a{
        font-family: 'CaustenBold';
        text-decoration: none;
        color: #D4FD2B;
        font-size: 20px;
    }
    .head .caja1 .caja2 .btn1{
        width: 142px;
        height: 40px;
        border: 1px solid #D4FD2B;
        border-radius: 10px;
        border-color: #D4FD2B;
        font-size: 20px;
        font-family: 'CaustenBold';
        background-color: transparent;
        color: #D4FD2B;
    } 
    .head .caja1 .caja2 .btn2{
        width: 142px;
        height: 40px;
        background: linear-gradient(130deg, #D4FD2B, #42C148 30%);
        border-radius: 10px;
        color: #002D16;
        font-size: 20px;
        font-family: 'CaustenBold';
        border-color: transparent;
    }
    body{
        background-image: url(../assets/fondoPeque.png);
        background-size: cover; 
        background-position: center;
        background-repeat: no-repeat;
    }   
    .prin{
        margin-left: 0px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .prin .caja1{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        gap: 40px;
        align-items: center;
    }
    .prin .caja1 .box1{
        margin-left: 0px;
        width: 100%;
    }
    .prin .caja1 .box1 a{
        display: flex;
        justify-content: center;
        text-decoration: none;
    }
    .prin .caja1 .box1 .letra{
        font-family: 'TekoBold';
        font-size:  52.36px;
        line-height: 50px;
        color: #D4FD2B;
        text-align: center;
    }
    .prin .caja1 .box1 .btn1{
        width: 187px;
        height: 37px;
        background: linear-gradient(130deg, #D4FD2B, #42C148);
        border-radius: 12px;
        color: #002D16;
        font-size: 20px;
        font-family: 'CaustenBold';
        border-color: transparent;
    }
    .prin .caja1 .box1 .btn1:hover{
        width: 187px;
        height: 37px;
        background: linear-gradient(45deg, #42C148, #42C148);
        border-radius: 12px;
        color: #002D16;
        font-size: 20px;
        font-family: 'CaustenBold';
        border-color: transparent;
        cursor: pointer;
        color: white;
    }
    .prin .caja1 .box2 img{
        width: 100%;
    }
    
    
    
    
    .bien .caja{
        width: 100%;
        height: 360px;
        display: flex;
        flex-direction: column;
        /* background-image: url(../assets/bienvenidoPequeño.png); */
        align-items: center;
        justify-content: center;
        background-size: cover;
        background-position: center; 
        background-repeat: no-repeat;
    }
    .bien .caja .box1{
        padding-bottom: 20px;
        margin-left: 5px;
        margin-right: 5px;
    }
    .bien .caja .box2{
        padding-top: 20px;
    }
    .bien .caja .box1 h1{
        font-size: 30px;
        font-family: 'CaustenBold';
        color: #D4FD2B;
        text-align: center;
    }
    .bien .caja .box2{
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: center;
        gap: 20px;
    }
    /* .bien .caja .box2 .btn1{
        width: 167px;
        height: 37px;
        background: linear-gradient(130deg, #D4FD2B, #42C148 30%);
        border-radius: 10px;
        color: #002D16;
        font-size: 20px;
        font-family: 'CaustenBold';
        border-color: transparent;
    }
    .bien .caja .box2 .btn1:hover{
        cursor: pointer;
        background-position: right center;
        width: 167px;
        height: 37px;
        border-radius: 10px;
        font-size: 32.36px;
        font-family: 'CaustenBold';
        border-color: transparent;
    } */
    /* .bien .caja .box2 .btn2{
        width: 167px;
        height: 37px;
        border: 1px solid #D4FD2B;
        border-radius: 10px;
        border-color: #D4FD2B;
        font-size: 20px;
        font-family: 'CaustenBold';
        background-color: transparent;
        color: #D4FD2B;
    } */
    
    .image{
        padding-top: 22px;
    }
    .image .caja{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 20px;
    }
    
    .peque{
        padding-top:20px ;
    }
    .peque .caja{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 20px;
    }
    
    
    footer{
        background-color: #3F0C2D;
        margin-top: 40px;
        height: 1000px;
    }
    footer .caja{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 80px;
        padding-bottom: 80px;
        
    }
    footer .caja .box1 .redes{
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        gap: 20px;
    }
    footer .caja .box1{
        
        font-size: 12.36px;
        font-family: 'CaustenRegular';
        color: white;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        gap: 19px;
    }
    footer .caja .box1 .logo{
        width:200px ;
    }
    
    footer .caja .box2 h1 {
        color: #D4FD2B;
        font-family: 'CaustenSemiBold';
        font-family: 32.36px;
    }
    footer .caja .box2 p {
        color: #D4FD2B;
        font-family: 'CaustenRegular';
        color: white;
        font-family: 20px;
    }
    
    footer .cajaColor{
        background-color: #D4FD2B;
        height: 4px;
        margin: 0px auto;
    }
    footer .caja2 p{
        padding-top: 40px;
        padding-bottom: 40px;
        margin-right:16px;
        margin-left: 16px;
        color: white;
        font-family: 'CaustenRegular';
        font-size: 20px;
        text-align: center;
    }
    
    footer .caja3 p{
        padding-top: 40px;
        padding-bottom: 28px;
        color: white;
        font-family: 'CaustenRegular';
        font-size: 14px;
        text-align: center;
    }
    
    .whatsapp-float {
        width: 50px;
        height: 50px;
        bottom: 15px;
        right: 15px;
    }
    
    .whatsapp-float img {
        width: 30px;
        height: 30px;
        margin-top: 10px;
    }
    
}

@media (min-width: 481px) and (max-width: 1024px) {
    
    
    .head .caja1 {
        margin-left: 40px;
        margin-right: 40px;
    }
    
    
    .prin .caja1 {
        flex-direction: column;
        align-items: center;
    }
    
    .prin .caja1 .box1 {
        width: 100%;
        margin-left: 0;
        text-align: center;
        margin-top: 40px;
    }
    
    .prin .caja1 .box1 .letra {
        font-size: 5vw;
        line-height: 1.2;
        white-space: normal;
    }
    
   
    .image .caja, 
    .peque .caja {
        flex-wrap: wrap;
        justify-content: center;
    }
    .image .caja img,
    .peque .caja img {
        flex: 1 1 calc(100% - 15px);
        max-width: calc(100% - 15px);
    }
    
  
    footer .caja {
        flex-direction: row;
        flex-wrap: wrap;
    }
    
    footer .caja .box1 {
        flex: 1 1 100%;
        margin-bottom: 30px;
    }
    
    footer .caja .box2 {
        flex: 1 1 calc(50% - 20px);
    }
}



