.colorBody{
    background-color: #F5FAFF;
    transition: background-color 0.5s;
}

.contenedorPrincipalEnvioSec1{
    width: 1090px;
    padding-top: 200px;
    padding-bottom: 100px;
}

.colPrincipalSec1{
    padding-left: 0px;
    padding-right: 0px;
}

.cuerpoCardEnvioSec1{
    width: 100%;
    height: 355px;
    border: 0px;
    border-radius: 25px;
    background-color: white;
    padding: 40px;
}

.card-body{
    padding: 0px;
}

.tituloCardEnvioSec1{
    font-size: 40px;
    font-family: "Lexend Deca", sans-serif;
    line-height: 1;
    color: #68C57E;
    padding-bottom: 24px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 0px;
}

.textoCardEnvioSec1{
    font-size: 24px;
    font-family: "Kumbh Sans", sans-serif;
    line-height: 1.25;
    color: #313131;
    padding-bottom: 64px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 0px;
}


.contenedorSecundarioEnvioSec1{
    width: 690px;
}

.tituloEnvioSec1{
    font-size: 30px;
    font-family: "Lexend Deca", sans-serif;
    line-height: 1;
    color: #313131;
    padding-bottom: 32px;
    font-weight: 800;
    text-align: center;
}

.textoCardEnvioSec1{
    font-size: 18px;
    font-family: "Kumbh Sans", sans-serif;
    line-height: 1.25;
    color: #313131;
    font-weight: 400;
    text-align: center;
}

@media (max-width: 1440px) {
    .contenedorPrincipalEnvioSec1{
        width: 920px;
    }

    .contenedorSecundarioEnvioSec1{
        width: 520px;
    }
}


@media (max-width: 1050px) {
    .contenedorPrincipalEnvioSec1{
        width: 920px;
    }

    .contenedorSecundarioEnvioSec1{
        width: 520px;
    }
}


@media (max-width: 850px) {
    .contenedorPrincipalEnvioSec1{
        width: 80%;
    }

    .contenedorSecundarioEnvioSec1{
        width: 440px;
    }
}

@media (max-width: 600px) {
    .contenedorSecundarioEnvioSec1{
        width: 80%;
    }

    .cuerpoCardEnvioSec1{
        height: 473px;
    }
}