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

/* CSS ADRI */

/* Este margen aplica un espaciado entre cada seccion*/

.margenDivs {

    margin-top: 15px;

    margin-bottom: 15px;

}



/* Ancho de la imagen de portada*/

.acnhoImagen {

    width: 842px!important;

}



/* H3 del vehículo (titulo) */

.tituloVehiculo {

    font-weight: bold;

    margin-top: 0px;

}



/* Precio vehiculo */

.precioVehiculo {

    color: #de0000;

    font-weight: 600;

    font-size: 43px;

    margin-top: -6px;

}



/*Tamaño imagenes galeria detalle*/

.imgGaleriaDetalle {

    width: 262px;

    height: 100%;

}

.imgMarcaVeh {
    display: block;
    max-width: 75px;
    float: left;

}

.imgMarcaVehResp {
    display: none;
}

@media screen and (max-width: 992px) {
    .imgMarcaVeh {
        display: none;
    }

    .imgMarcaVehResp {
        display: block;
        width: 37%;
        height: 100%;
    }
}


/*Bloque fijo informativo */

.bloqueInformativo{
    text-align: center;
    background-color: #7699fb;
    font-size: 15px;
    font-weight: bold;
    padding-top: 12px;
    padding-bottom: 12px;color: white;
    padding: 24px;

}



/* Video Youtube */

.videoVehiculo {
    width: 100%;
    height: 474px;
}



/* Responsive vídeo de Youtube */

@media screen and (max-width: 630px) {
    .videoVehiculo {
        height: 100%;
    }
}



/* Comentarios de imagenes */

.comentarioImg {

    width: 842px!important;;
    margin-top: 5px;
    margin-bottom: 5px;
}



.comentario{

    background-color: rgb(251, 251, 251);

    border-bottom: 1px solid;

    border-top: 1px solid;

    margin-right: 7px;

    color: black;

    font-weight: 500;

    padding-left: 8px;

    font-size: 18px;

}



.iconoComentario {

    font-size: 18px;

    color:green;

}



/* Formulario visible en movil */

.formMovil {

    display:none;

}


@media screen and (max-width: 991px) {

.formMovil {
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 20px;

}


/* Oculto la url del formulario. */

fieldset#Oculto {

    display: none;

}


@media only screen and (max-width: 768px) {
    
    .tituloVehiculo {
        font-weight: bold;
        /*margin-top: 93px;*/
        font-size: 20px;
    }

    .precioVehiculo {
        color: #de0000;
        font-weight: 600;
        font-size: 28px;
        margin-top: -6px;
    }
}


.fullWightImg{
    padding-left: 0px!important;
    padding-right: 0px!important;
}

@media only screen and (max-width: 992px) {
    .imgDetalleResp{
        display: none;
    }
}


@media only screen and (max-width: 574px){
    .tituloVehiculo {
        font-size: 22px!important;
    }
}