
.app .row {
    margin-top: 50px;
    margin-bottom: 50px;
}.app .img {
    text-align: center;
    padding-top: 0px;
}
.app .img img {
    border: solid 2px #CCC;
}
.app .txt {
    padding-top: 0px;
    padding-right: 50px;
    line-height:25px;
    font-size: 14px;
}
.app h3 {
    margin-top: 0;
}
.icono_gr_texto_simple_country {
    padding-top: 30px;
    padding-bottom: 30px;
}
.icono_gr_texto_simple_country li {
    width: 33%;
    float: left;
    min-height: 80px;
}
@media (max-width: 800px){
    .icono_gr_texto_simple_country li {
        width: 100%;
    }
}
.vehiculos_equipamientos p::before {
    font-style: normal;
    font-family: 'ElegantIcons';
    font-size: 14px;
    content: "\4e";
    color: var(--color-1);
    margin-right: 5px;
}
#book {
    background: rgba(83, 83, 83, 0.62);
}
div.container:nth-child(4) > div:nth-child(1) > div:nth-child(2) > h3:nth-child(2) {
    letter-spacing: -1px;
}
.icono_gr_texto_simple li {
    min-height: 115px;
}
.comparacion_3 .adicionales a > div {
    text-transform: none;
}

.VC_error {
    font-family:'Poppins', Arial, sans-serif;
    font-size: 14px;
    background-color: #FF0000;
    color: #FFF;
    padding: 2px;
}