#li_SeguroTodoRiesgo {
    background-color: white;
    border: 1px solid #B786F7;
}

#li_asistencia {
    background-color: white;
    border: 1px solid #FF2D2D;
}

#li_soat {
    background-color: white;
    border: 1px solid #67B5FB;
    margin-bottom: 20px;
}

#li_soat2 {
    background-color: white;
    border: 1px solid #67B5FB;
}

#btn_admin {
    color: rgb(59, 186, 176);
    border: 2px solid rgb(59, 186, 176);
}

#span_SeguroTodoRiesgo {
    color: #B786F7;
    font-weight: 500;
    font-size: 15px;
}

#span_asistencia {
    color: #FF2D2D;
    font-weight: 500;
    font-size: 14px;
    margin-top: 1px;
}

#span_soat {
    color: #67B5FB;
    font-weight: 400;
    font-size: 20px;
}

.card_segga_asesora {
    height: 240.66px;
    padding: 0 !important;
}

/* ************************************************************************************************** */

/* *************************************** MEDIA QUERYS PROPIAS ************************************* */

/* ************************************  PARA DISPOSITIVOS MOVILES  ********************************* */

/* ************************************************************************************************** */

/* cambios css para modo vertical y horizontal */

@media only screen and (min-width: 320px) and (max-width: 736px) {
    .card_productos {
        height: auto !important;
    }
    .__card_productos_int {
        height: auto;
        padding-bottom: 19px !important;
    }
    .__div_izq {
        padding: 0;
        height: auto;
        margin-bottom: 1px;
    }
    .card_text {
        padding: 0;
    }
    .__div_izq_titulo {
        height: auto;
    }
    .div_boton_producto {
        bottom: 0;
        position: absolute;
        padding-left: 0;
    }
}

/* cambios css solo para modo vertical */

@media only screen and (min-width: 320px) and (max-width: 736px) and (orientation: portrait) {
    .card_productos {
        height: auto !important;
    }
    .__card_productos_int {
        height: auto;
        padding-bottom: 19px !important;
    }
    .__div_izq {
        padding: 0;
        height: auto;
        margin-bottom: 1px;
    }
    .card_text {
        padding: 0;
    }
    .__div_izq_titulo {
        height: auto;
    }
    .div_boton_producto {
        bottom: 0;
        position: absolute;
        padding-left: 0;
    }
}

/*Para dispositivos con resolucion maxima de 300px de ancho  */

@media only screen and (max-width: 320px) and (orientation: portrait) {
    .card_title_peque {
        font-size: 14px;
    }
}

/* cambios css solo para modo horizontal */

@media only screen and (min-width: 320px) and (max-width: 736px) and (orientation: landscape) {}

/* Css para cuando ponen la ventada a mitad de pantalla */

@media only screen and (min-width: 780px) and (max-width: 980px) and (orientation: landscape) {}

/* Css para todo en uno */

@media (min-width: 1700px) {
    .bannerHome {
        max-width: unset;
        width: 100%;
    }
    .img_asesora {
        max-width: unset;
        width: 100%;
    }
    .slider_peque {
        height: auto !important;
    }
    .img_icono_producto {
        width: 60%;
    }
    .card_txt {
        font-size: 1vw;
        line-height: 40px;
        padding-bottom: 5%;
        margin-top: 2.5% !important;
    }
    .btn_cotizar {
        font-size: 1vw;
        padding: 1%;
        height: auto;
    }
    .img_card_producto {
        width: 70%;
    }
    .div_der_info_produc {
        text-align: center;
    }
    .card_title {
        font-size: 1.3vw !important;
        line-height: 30px;
    }
    .card_productos {
        min-height: 310px;
    }
}