.cotizadorHome {
    background:rgba(30, 36, 43, 1);
}
@media (min-width: 576px) { 


    .cotizador h2 {
        color: white;
        font-size: 32px;
        position: relative;
        top: 40px;
    }

    .cotizadorwrapper {
        background: rgb(231, 231, 231);
        margin-top: 80px;
    }

    .cotizador p strong {
        color: #333d47;
    }

    
}


@media (max-width: 576px) { 

    .cotizadorHome {
        background:rgba(30, 36, 43, 1);
    
    }

    .cotizador h2 {
        color: white;
        font-size: 32px;
        position: relative;
        top: 40px;
    }

    .cotizadorwrapper {
        background: rgb(231, 231, 231);
        margin-top: 80px;
    }

    .cotizador p strong {
        color: #333d47;
    }


}

/*
@media (min-width: 992px) {

    .cotizadorHome {
        background: linear-gradient(180deg, #333B47 0%, #000000 100%);
    
    }
    .cotizadorwrapper {
        display: flex;
        position: relative;
        width: 100%;
        height: auto;
        max-height: 629px;
        margin-top: 48px;
       
        border-radius: 20px;
    }



    .calculator {
        position: relative;
        display: block;
        float: left;
        width: 100%;
        height: 100%;
        background:linear-gradient(to bottom, rgba(124, 133, 140, 0.18), white);
        border-radius: 20px 0px 0px 20px;
        z-index: 3;
        color: #1E242B;
    }

}

*/
