﻿.ocultar {
    display: none !important
}

/*Encabezado*/

.cotizacionHeader {
    background-color: black;
    height: 150px;
}

.cotizacionHeader img {
    filter: invert(100%);
}

#divNumeroCotizacion {
    background-color: white;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding-right: 3%;
    margin-left: 0;
    margin-right: 0;
}


#divNumeroCotizacion p {
    font-size: 23px;
    font-weight: bold;
    text-align: right;
}

#divFechayNumero {
    position: relative;
    bottom: 17%;
}

#divFechayNumero p {
    font-size: 14px;
    text-align: right;
    color: white;
    margin: 0;
}

/*Datos vendedor*/

.cotizacionContent {
    width: 100%;
    padding-right: 0% !important;
}

#datosVendedor {
    position: relative;
    background-color: lightgray;
    max-height: 90%;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
}

#imgVendedor {
    position: relative;
    width: 130px;
    border: 4px solid;
    border-color: black;
    border-radius: 50%;
}

#infoVendedor p {
    margin: 2px;
}

#UrlWhatsApp {
    cursor: pointer;
}

/*Inicio Banner*/

#divFichaTecnica3Items {
    background-color: black;
    color: white;
}

#divFichaTecnica3Items > div > p {
    opacity: 0.7;
}

.Ficha3Items_Separador {
    border-right: 1.5px solid white;
}


/*Ficha, Color y Atributos*/

#theadFichaTecnica {
    display: none;
}

.dataTables_scrollBody::-webkit-scrollbar {
    width: 12px;
    border-radius: 8px;
    border: 1px solid gray;
    background-color: #F5F5F5;
}

.dataTables_scrollBody::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 1px solid gray;
    background: radial-gradient(ellipse at center right, #000, transparent), radial-gradient(ellipse at center left, #000, transparent);
    background-repeat: no-repeat;
}



/*.paralelogramo-vertical {
    width: 210px;
    height: 320px;
    background-color: black;
    transform: skew(-20deg);
    transform-origin: top left;
    border-right: 10px solid #00BFFF;
    border-left: 10px solid #00BFFF;
    box-shadow: 0px 0px 30px #00BFFF;
}*/


/*#divTablaFichaTecnica {
    height: 43%;
}*/


/*#txtDescripcion {
    padding-left: 6%;
    padding-right: 6%;
}*/

#divColor {
    position: relative;
}

#lstColores {
    position: absolute;
    top: 0px;
    left: 0px;
    padding-top: 6%;
    width: 40%;
}

.imgColor {
    width: 13%;
    margin-left: 15px;
    margin-bottom: 8px;

}

#divAtributos {
    background-color: black;
    color: white;
}

#carouselAtributos > button.carousel-control-next, .carousel-control-prev {
    width: 5%;
}

.btn-carousel {
    font-size: 45px;
/*    color: blue;*/
}

.btn-carousel::before {
    font-weight: 900 !important;
}

.carousel-item {
    text-align: center !important;
}

.carousel-item > img {
    width: 60%;
}

/*Costo Inversion*/

.tituloInversion {
    background-color: gray;
    color: white;
}

.SeparadorInversion {
    border-right: 1px solid gray;
}

.total-pagar {
    background-color: black;
    color: white;
    height: 36px;
}

.bg-total {
    background-color: #e8e4e4;
    height: 100%;
}

.border-gray {
    border: 1px solid gray;
}

.txtobservaciones {
    border: 2px solid gray;
}

.txtobservaciones > p {
    font-size: 14px;
}


/*Galeria*/

.divGaleria {
    background-color: #40403e;
}

.divGaleria, h1 {
    background-color: #40403e;
    font-size: 2.3rem;
    font-weight: bold;
    color: white;
    text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.8);
    text-align: center;
}

.imgGaleria {
    cursor: pointer;
}

#masInfo {
    font-size: 1.9rem;
    font-weight: bold;
    background-color: blue;
    color: white;
    transform: skewX(-20deg);
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

/*Banner Promoción*/
#divPromocion {
    background-image: url("/img/auteco/BANNER-PROMOCIONES-PRINCIPAL.jpg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 282px;
    cursor: pointer;
    margin-top: 6px;
    margin-bottom: 6px;
}


/*Valoración*/

#divValoracion {
    color: white;
}


.imgColor {
    width: 17%;
    overflow: hidden;
    cursor: pointer;
}

.imgColorActivo {
    width: 19%;
    /*border: 2px solid black;*/
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
    border-radius: 50%;
}

#imgColorVehiculo {
    width: 500px;
    height: 500px;
}

/*Cambios de estilos para pantallas mas pequeñas*/

@media only screen and (max-width: 1039px) {

    .obsCss {
        border-right: 0px;
    }
}


@media only screen and (max-width: 991px) {

    .cotizacionContent {
        padding-right: 3rem !important;
    }

    #datosVendedor {
        border-top-right-radius: 40px;
        border-bottom-right-radius: 40px;
    }

    .SeparadorInversion {
        border-right: 0px;
        border-bottom: 1px dashed gray;
    }

    .tituloInversion {
        text-align: center;
    }
}


@media only screen and (max-width: 767px) {

    .imgColor {
        width: 8%;
    }

    #lstColores {
        position: relative;
        padding-top: 0px;
        width: 100%;
        text-align:center;
    }

    .btn-carousel {
        font-size: 35px;
    }


    .carousel-item > img {
        width: 80%;
    }

    #divPromocion {
        background-image: url("/img/auteco/BANNER-PROMOCIONES-MOBILE.jpg");
        height: 470px;
    }

}