/* Conteneedor del boton, checks y texto proteccion datos en los formularios */
.container-legal.contenedor-botones {}

.container-legal.contenedor-botones .botonprincipal {
    /* background: red; */
    width: 100% !important;
    max-width: 150px;
}

.estilo_texto_formulario {
    font-size: 11px;
    padding-top: 20px;
    padding-bottom: 20px;
    /* text-align: justify;*/
}

.check-legal.form-group.mb-1.check-legal-14 {
    padding: 6px 0 !important;
    font-size: 14px !important;
}

#contactar {
    margin-bottom: 0 !important;
}

#contact-section-response {
    text-align: center;
    padding: 50px 0 50px 0;
}

#contact-section-response img {
    width: 250px;
    padding-bottom: 30px;
}

#contact-section-response p {
    font-size: 21px;
}

.sticky-section.vehiculo .form-group.mb-3.pt-3 {
    padding-top: 0px !important;
}

.check-mas_noticias {
    /* display: none; */
}

.check-mas_noticias_2,
.check-mas_noticias_3 {
    display: none;
}

.mas_noticias2:hover, .mas_noticias3:hover{
    cursor: pointer;
}

.mas_noticias2,
.mas_noticias3 {
    color: var(--color-primario);
    font-weight: bold;
}

.mas_noticias {
    border: 1px solid #cccc;
    border-radius: 3px;
    padding: 5px;
    background: darkgrey;
    color: white;
    max-width: 450px;
    height: 34px;
}

.mas_noticias label {
    float: left;
}

.mas_noticias i {
    float: right;
    margin-top: 5px;
}

.circle-red {
    background: red;
    border-radius: 50%;
    width: 15px;
    height: 15px;
}

.circle-green {
    background: green;
    border-radius: 50%;
    width: 15px;
    height: 15px;
}

.table th.center,
.table td.center {
    text-align: center !important;
}


.check-mas_noticias a {
    padding: 0px !important;
}