/*TODO ====== Caja ====== */

.caja{
    position: relative;
    z-index: 2;
    background-image: url(../img/2.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.caja-container{
    margin: auto;
    width: 100%;
    padding: 30px 0;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 30px;
}

.caja-group{
    display: grid;
    align-items: center;
    justify-content: center;
}


/* Imagen */

.caja-group .caja-img{
    background-image: url(../img/Ns.webp);
    background-size: cover;
    height: 40rem;
    width: 35rem;
    border-radius: 10px;
    background-repeat: no-repeat;
    transition: .4s ease;
}

.caja-img:hover {
    transform:scale(1.09);
    transition: .4s ease;
}

/* Texto */

.caja-text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 6%;
    background-color: transparent;
    height: 40rem;
}



.caja-text .raya{
    display: flex;
    align-items: center;
}


.caja-text .raya .raya-2{
    background: rgba(29, 31, 64, 1);
    width: 150px;
    height: 5px;
    margin-right: 10px;
    
}

.caja-text .raya h2{
    color: hsl(237, 38%, 18%);
    font-size: 38px;
    text-align: right;
    margin-bottom: 0;
}


.caja-text span{
    color: rgba(29, 31, 64, 1);
}

.caja-text p{
    font-size: 17px;
    color: #000;
    margin-bottom: 1rem;
    text-align: justify;
}


/*TODO ====== Seccion 2 ====== */

.coffee{
    padding: 100px 0;
    position: relative;

}

.coffe-content{
    text-align: center;
}


.coffe-content h2{
    font-size: 55px;
    line-height: 70px;
    color:#1d1f40;
    padding: 0 250px;
    margin-bottom: 15px;
}


.txt-p {
    font-size: 16px;
    color: #000;
    padding: 0 250px;
    margin-bottom: 35px;
    text-align: justify;
}

.coffee-group{
    display: flex;
    justify-content: space-between;   
    margin-bottom: 50px;
    gap: 20px;
}

.coffee-1{
    padding: 20px;
    width: 600px;
    background: #ffff;

}

.coffee-1 img{
    width: 250px;
    height: 250px;
    transition: .3s;
}

/* Que la imgenes salten un poco */

.coffee-1 img:hover{
    transform: scale(1.2);
}


.coffee-1 p{
    text-align: justify;
    font-size: 15px;
}

.coffee-1 h3{
    color:#1d1f40;
    font-size: 25px;
    margin-bottom: 15px;
}

.coffee .btn-1{
    margin: auto;
}


/*TODO ====== Servicios ====== */

.services{
    background-image: linear-gradient(
    rgba(6, 10, 24, 0.568),
    rgba(0, 0, 0, 0.8)), url(../img/call.webp);
    background-position: center center;
    padding: 150px 0;
    background-attachment: fixed;
}


.services h2{
    font-size: 40px;
    text-align: center;
    padding-top: 20px;
    font-weight: 600;
    color: #ffff;
    margin-bottom: 50px
}

.services-group{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.services__box{
    text-align: center;
    padding: 10px 10px; 
}

.services__box img{
    width: 60px;
    height: 50px;
    transition: .3s;
    margin-bottom: 5px;
}

.services__box img:hover{
    transform: scale(1.2);
}

.services__box h3{
    color: #ffff;
    font-size: 1.5rem;
}


.services_content p{
    max-width: 1500px;
    font-size: 17px;
    color: #ffff;
    text-align: center;
    margin: 50px auto;
}

.services_content .btn-1{
    margin: 0 auto;
}

/*TODO ====== Seccion 4 ====== */



.section_4{
    background-color: #ffffff;
    width: 100%;
    overflow: hidden;
}


.section_4 .section_4_container{
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.general-1{
    display: grid;
    padding: 100px 70px 100px 100px;
    height: 450px;
}

.general-1{
    box-shadow: -13px -7px 5px 0px rgba(0,0,0,0.16);
    -webkit-box-shadow: -13px -7px 5px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: -13px -7px 5px 0px rgba(0,0,0,0.16);
}

.shadow-2{
    box-shadow: 11px 15px 5px 0px rgba(0,0,0,0.16);
    -webkit-box-shadow: 11px 15px 5px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 11px 15px 5px 0px rgba(0,0,0,0.16);
}


.general-2{
    background-image: url(../img/retencion2.webp);
    background-size:cover;
    background-position: center center;

}

.general-3{
    background-image: url(../img/ventas2.webp);
    background-size:cover;
    background-position: center center;
}


.general_txt h2{
    font-size: 2.5rem;
    color: #282b63;
    margin-bottom: 20px;
    line-height: 70px;
}

.general_txt p{
    margin-bottom: 10px;
    font-size: .9rem;
    text-align: justify;
}


.general-1 .btn-1{
    width: 160px;
    height: 1px;
    padding: 20px 0px;
}

/*TODO ====== Seccion Empresarial ====== */

.blog{
    padding: 100px 0;
    text-align: center;
    background:#ffff;
    overflow: hidden;

}


.blog .texto_blog{
    margin-bottom: 20px;
}


.blog-content  {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    justify-content: center;
    gap: 20px;

}


.blog-1{
    margin-bottom: 70px;
}


.blog-1 img {
    width: 300px;
    height: 300px;
    margin-bottom: 15px;
    transition: .3s;
}


.blog-1 img:hover{
    transform: scale(1.1);
}


.blog-content .blog-1 h3{
    font-size: 25px;
    color: #282b63;
    margin-bottom: 15px;
}


.blog-1 p{
    margin-right: 20px;
    text-align: justify;
}


.blog .btn-1{
    margin: auto;
}



/*TODO ====== Footer  ====== */

footer{
    position: relative;
    width: 100%;
    height: auto;
    padding: 50px 100px;
    background: #111;
    font-family: 'nexa';
    font-weight: 600;
    overflow: hidden;
    
}


footer .container_footer {
    width: 100%;
    display: grid;
    grid-template-columns: 2fr repeat(3,1fr);
    grid-gap: 20px;
}

footer .container_footer .sec h2
{
    position: relative;
    color: #fff;
    font-weight: 500;
    margin-bottom: 30px;
    font-family: 'Nexa-Bold';
}


footer .container_footer .sec h2::before{
    content: '';
    position: absolute;
    height: 3px;
    width: 50px;
    left: 0;
    bottom: -10px;
    transition: .3s;
    background: #05719f;
}

footer .container_footer .sec h2:hover:before{
    width: 10px;
    transition: .3s;
}

footer .container_footer .sec p{
    color: #999;
}


.sci{
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(4,50px);
    grid-gap: 5px;
}


.sci li{
    list-style: none;
}


.sci li a img{
    fill: #fff;
    width: 18px;
    height: 18px;

}

.sci li a {
    display: inline-block;
    width: 48px;
    height: 48px;
    background: #0e0c0c;
    display: grid;
    align-content: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    border-radius: 4px;
    transition: .3s;
}

.sci li a:hover{
    background: #2255df;
    color: #fff;
    transform: scale(1.2);
    transition: .4s;
}


.quicklinks{
    position: relative;
}

.quicklinks li {
    list-style: none;
}

.quicklinks li a{
    color: #999;
    text-decoration: none;
    margin-bottom: 10px;
    display: inline-block;
    transition: .3s ;
    position: relative;
}

.quicklinks li a::after{
    content: ' ';
    width: 3px;
    height: 0;
    background: #ce1417;
    position: absolute;    
    left: -7px;
    bottom: 5px;
    transition: .4s;
}

.quicklinks li a:hover{
    color: #fff;
    transform: translateX(5px);
    transition: .3s ;
}

.quicklinks li a:hover::after{
    height: 60%;
}

.info{
    position: relative;
}

.info li{
    display: grid;
    margin-bottom: 16px;
}


.info li p {
    color: #999;
    cursor: pointer;
}


.info li p:hover{
    color: #fff;
}
.contact ul {
    display: grid;
}

/*TODO ====== Mercado libre  ====== */


.mercado{
    margin-bottom: 100px;
}


.mercado_tittle{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-bottom: 10px;
}


.raya-3{
    height: 5px;
    flex-grow: 1;
    background: #000;
    color: #1d1f40;

}

.mercado_tittle h2{
    text-align: center;
    width: max-content;
    font-size: 48px;
    font-weight: 550;
    color: #1d1f40;
}


.mercado_content{
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.mercado_texto{
    display: flex;
    /* padding-top: 15%; */
    justify-content: center;
    flex-direction: column;
    gap: 20px;
}

.mercado_texto h3{
    font-size: 32px;
    text-align: left;
    color: #1d1f40;
    font-weight: 500;

}

.mercado_texto p{
    font-size: 16px;
    text-align: justify;
    line-height: 1.5;
    width: 90%;
}


.mercado_texto .btn-1{
    width: 180px;
    height: 40px;
}

.mercado_img{
    display: flex;
    overflow: hidden;
    /* justify-content: center; */
    padding-left: 100px;
}

.mercado_img img{
    width: 500px;
    /* border: 1px solid red; */
}



/*TODO ====== marketing y call Center  ====== */


.marketing{
    width: 100%;
    margin-bottom: 50px;
}

.bg_marke{
    height: 600px;
    background-image: url(../img/Frame\ 75.png);
    background-position: bottom center;
    background-size:cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bg_marke h1{
    color: #fff;
    text-align: center;
    font-size: 50px;
    text-transform: uppercase;
    line-height: 75px;
    font-weight: 800;
}


.bg_marke h1 span{
    font-size: 80px;
}

.bg_marke img{
    width: 100%;
}

.marketing_content{
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 70px;
}

.marketing-box{
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 400px;
    width: 300px;
    gap: 20px;
    /* border:  1px solid black; */
}

.marketing-box h3{
    font-size: 20px;
    text-align: center;
    font-weight: 600;
}

.marketing-box p{
    font-size: 16px;
    text-align: justify;
    z-index: 2;
    position: relative;
}

.marketing-box img{
    width: 140px;
    transition: .5s;
}

.marketing-box img:hover{
    transform: translateY(-10px);
}



.marketing-raya{
    width: 80%;
    height: 5px;
    margin-top: 5%;
    z-index: 1;
    background: #5771B7;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    z-index: -1;
}



.bg-call{
    height: 600px;
    background-image: url(../img/center.png);
    background-position: center -20px;
    background-size:cover;
    display: flex;
    justify-content: center;
    align-items: center;
}


.bg-call h1{
    color: #fff;
    text-align: center;
    font-size: 50px;
    text-transform: uppercase;
    line-height: 75px;
    font-weight: 800;
}

.bg-call h1 span{
    font-size: 80px;
}


.call_content {
    margin-top: 80px;
    display: flex;
    justify-content: space-around;
    position: relative;
}

.call-raya{
    width: 50%;
    height: 5px;
    margin-top: 5%;
    z-index: 1;
    background: #5771B7;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    z-index: -1;
}

.call-box{
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 400px;
    width: 400px;
    gap: 20px;
}

.call-box img{
    transition: .5s;
    width: 140px;
}

.call-box img:hover{
    transform: translateY(-10px);
}


.call-box h3{
    font-size: 20px;
    text-align: center;
    font-weight: 600;
}

.call-box p{
    text-align: justify;
    
}

#social{
    margin-bottom: 26px;
}






/*? Laptop */

@media  screen and (max-width:1550px) {
    

    .caja-container{
        margin: auto;
        width: 100%;
        padding: 30px 0;
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 0px;
    }

    .caja-group .caja-img {
        height:30rem;
        width: 25rem;
    }

    .caja-text{
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 6%;
        background-color: transparent;
        height: 40rem;
        padding-bottom: 150px;
    }
    .caja-text .raya{
        display: flex;
        align-items: center;
    }

    .caja-text .raya .raya-2{
        background: rgba(29, 31, 64, 1);
        width: 120px;
        height: 5px;
        margin-right: 10px;
        
    }

    .caja-text .raya h2{
        color: rgba(29, 31, 64, 1);
        font-size: 40px;
        margin-bottom: 0;
    }

    .caja-text p{
        font-size: 15px;
        color: #000;
        margin-bottom: 1rem;
        text-align: justify;
    }

    /*TODO ====== Seccion 2 ====== */

    .coffee{
        padding: 45px 0;
    }

    .coffe-content h2{
        font-size: 40px;

    }

    .txt-p{
        font-size: 14px;
    }

    .coffee-group{
        gap: 5px;
    }

    .coffee-1 img{
        width: 180px;
        height: 180px;
    }

    .coffee-1 h3{
        font-size: 20px;
    }

    .coffee-1 p{
        font-size: 13px;
    }

    .coffee .btn-1{
        margin: 10px auto;
    }

    /*TODO ====== Servicios ====== */

    .services__box img{
        width: 45px;
        height: 40px;
    }

    .services__box h3{
        font-size: 1.3rem;
    }

    .services_content p{
        font-size:15px ;
    }


    /*TODO ====== Seccion Empresarial ====== */

    
    .blog{
        padding: 100px 0;
    }

    .blog h2{
        font-size: 40px;
        padding: 0 200px;
    }

    .blog .texto_blog{
        padding: 0 250px;
        font-size: 14px;
        margin-bottom: 35px;

    }

    .blog-1{
        margin-bottom: 70px;
    }

    .blog .blog-1 h3{
        font-size: 20px;
        color: #282b63;
        margin-bottom: 15px;
    }

    .blog .blog-1 p{
        font-size: 14px;
    }

    .blog-1 img{
        width: 180px;
        height: 180px;
    }

    /*TODO ======  footer ====== */


    footer .container_footer .sec h2{
        font-size: 20px;
    }

    footer .container_footer .sec p{
        font-size: 14px;
    }

    .sci li a {
        width: 48px;
        height: 48px;
    }

    .quicklinks li a{
        font-size: 14px;
    }

    .info li p{
        font-size: 14px;
    }

    .info li a{
        font-size: 14px;
    }





    .mercado_tittle h2{
        font-size: 38px;
    }

    .mercado_texto h3{
        font-size: 27px;
    }

    .mercado_texto p{
        font-size: 13px;
    }

    .mercado_img img{
        width: 430px;
        margin-top: 50px;
    }

    .bg_marke{
        height: 450px;
    }

    .bg-call{
        height: 450px;
    }


    .marketing-box{
        width: 250px;
    }

    .marketing-box img{
        width: 120px
    }

    .marketing-box h3{
        font-size: 18px;
    }

    .marketing-box p{
        font-size: 13px;
    }

    .call-box{
        width: 400px;
    }

    .call-box h3{
        font-size: 18px;
    }

    .call-box p{
        font-size: 13px;
    }


}



@media (max-width:470px){

    .container{
        max-width: fit-content;
    }

    .caja-container{
        grid-template-columns: 1fr;
    }

    .caja-group {
        justify-content: left;
        padding-left: 35px;
        height: 30rem;
        width: 85%;
    }

    .caja-group .caja-img{
        width: 20rem;
        height: 23rem;
    }

    .caja-text{
        padding: 2%;  
        height: 30rem;
    }

    .caja-text .raya .raya-2{
        width: 85px;
        height: 3px;
    }

    .caja-text .raya h2{
        font-size: 20px;
        
    }

    .caja-text p{
        font-size: 12px;
    }


    /*TODO ====== Seccion 2 ====== */

    .coffe-content h2{
        font-size: 25px;
        padding: 0;
        text-align: center;
    }

    .coffe-content .txt-p{
        font-size: 12px;
        padding: 0 60px;
        margin-bottom: 20px;
    }

    .coffee-group{
        flex-direction: column;
    }

    .coffee-1{
        padding: 20px 60px;
        width: 100%;
    }

    .coffee-1 p{
        font-size: 12px;
    }

    .coffee-1 h3{
        font-size: 20px;
    }

    .coffee-1 img{
        width: 200px;
        height: 200px;
    }

    .btn-1{
        margin: 10px auto;
    }

    /*TODO ====== Servicios ====== */

    .services h2{
        font-size: 26px;
        padding-top: 0;
    }

    .services-group{
        grid-template-columns: repeat(2,1fr);
        padding: 0 20px;
    }

    .services__box img{
        width: 40px;
    }

    .services__box h3{
        font-size: 1rem;
    }

    .services_content p{
        font-size: 13px;
        padding: 0 60px;
        text-align: justify;
    }


    /*TODO ====== Seccion 4 ====== */

    .section_4{
        background-color: #ffffff;
        width: 100%;
        overflow: hidden;
    }

    .general-1{
        height: 300px;
        align-content: center;
        justify-content: center;
        padding: 10px 15px;
    }

    .general_txt h2{
        font-size: 20px;
        line-height: 20px;
        text-align: center;

    }

    .general_txt p{
        font-size: 10px;
        margin-bottom: 20px;
    }

    .general-1 .btn-1{
        width: 120px;
        padding: 15px 0;
        font-size: 10px;
    }

    /*TODO ====== Section Empresarial ====== */


    .blog{
        padding: 70px 0;
    }

    .blog h2{
        font-size: 25px;
        padding: 0;
    }

    .blog .texto_blog{
        padding: 0 60px;
        font-size: 12px;
        margin-bottom: 20px;
    }

    .blog-content{
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .blog-1{
        width: 100%;
        padding: 20px 60px;
        margin-bottom: 0;
    }

    .blog-1 img{
        font-size: 14px;
    }

    .blog-1 p{
        font-size: 12px;
        margin-right: 0;
    }

    .blog .btn-1{
        margin:  10px auto;
        font-size: 13px;
    }

    /*TODO ======  footer ====== */

    
    footer{
        padding: 50px 40px;
    }
    
    footer .container_footer{
        grid-template-columns: 1fr;
    }

    footer .container_footer .sec p{
        text-decoration: none;
    }


    /*TODO ======  Mercado libre ====== */

    .mercado_content{
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .mercado_tittle h2{
        font-size: 25px;
    }

    .mercado_texto{
        padding: 0 60px;
    }

    .mercado_texto h3{
        font-size: 18px;
        text-align: center;
    }

    .mercado_texto p{
        font-size: 12px;
        width: 100%;
        text-align: justify;
    }

    .mercado_img img{
        width: 70%;
    }

    .mercado_tittle{
        margin-bottom: 50px;
    }

    .mercado_texto .btn-1{
        width: 140px;
    }

    
    /*TODO ======  marketing / Call  ====== */

    .bg_marke h1{
        font-size: 35px;
        line-height: 60px;
    }

    .bg_marke h1 span{
        font-size: 55px;
    }

    .marketing_content{
        flex-direction: column;
    }

    .marketing-raya{
        opacity: 0;
    }

    .bg-call h1{
        font-size: 35px;
        line-height: 60px;
    }

    .bg-call h1 span{
        font-size: 55px;
    }


    .bg-call{
        background-position: center center;
    }

    .call-box img{
        width: 120px;
    }

    .call-raya{
        opacity: 0;
    }

    .call_content{
        flex-direction: column;
        padding: 0 60px;
        justify-content: center;
    }

    .call-box{
        width: 100%;
    }



}