@charset "utf-8";
/* CSS Document */

/* ================================================== */
/*  PRODUCTO FICHA INDIVIDUAL	*/ 
/* ================================================== */

p.lead.azul {
    color: #0078bb;
}    

/* FICHA DE PRODUCTO */

/* Herramientas */

.herramientas {
    width: 100%;
    padding: 0 10px;
}
.herramientas a {
    display: block;
    width: 100%;
    height: 50px;
    padding-top: 12px;
    font-weight: 600;
    color: #0078C1;
    text-align: left;
    border-bottom: solid 1px rgb(0, 120, 193, 0.25);
}
.herramientas a:last-child {
    border-bottom: none;
}
.herramientas p {
    line-height: 25px;
    margin: 0 0 0 5px;
    position: relative;
    padding-left: 30px;
}
.herramientas a>* {
    vertical-align: middle;
}
.herramientas a i {
    font-size: 24px;
    margin-top: 2px;
    position: absolute;
}

/* Mini Ficha 2 Columnas */

.mini-ficha {
    width: 100%;
    float: left;
    color: #222;
    display: inline-block;
}
.mini-ficha-izq {
    width: 50%;
    float: left;
    padding: 5px 7px 5px 7px;
    text-align: right;
    font-weight: 700;
}
.mini-ficha.grey, div.grey {
    background-color: #F1F1F1;
}
.mini-ficha-dere {
    width: 50%;
    float: left;
    padding: 5px 7px 5px 7px;
    text-align: left;
}
.mini-ficha-dere p {
    margin-bottom: 0;
}

/* Especialista */

.especialista {
    width: 100%;
    border-radius: 12px;
    display: inline-block;
}
.especialista h2 {
    color: #0078bb;
    font-weight: 700;
    font-size: 34px;
    line-height: 38px;
    letter-spacing: -1px;
}
.especialista-foto {
    position: absolute;
    bottom: 0;
}

/* COLORES */

.colorprep {
    width: 60px;
    height: 60px;
    margin-bottom: 7px;
    margin-left: 0;
    border-radius: 30px 2px 30px 30px;
    float: left;
}
.tintometria {
    width: 100%;
    display: inline-block;
}
.contenedor-colores {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 15px;
}
.colores-preparados {
    width: 100%;
    padding: 20px;
    border-radius: 12px;
    display: inline-block;
    background-color: #FFFFFF;
}
 .caja-color {
    width: 90px;
    height: auto;
    margin-bottom: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.colorname {
    width: 100%;
    font-size: 9.5px;
    line-height: 14px;
    text-transform: uppercase;
    color: #606060;
    margin-top: 5px;
    font-size: 11px;
    text-align: center;
    height: 30px;
}
.mini-simulador {
    width: 75%;
    position: absolute;
    /*display: block;*/
    /* border: solid 1px rgb(96, 96, 96, 0.2); */
    bottom: 0;
    margin: auto;
    transform: translateX(-50%);
}
.mini-simulador-2 {
    width: 55%;
    display: inline-block;
}
.btn-round-azul.simu {
    display: inline-block; 
    /*position: absolute;*/ 
    /*margin-left: -100px;*/
}
.colores-preparados .small-border {
    height: 1px;
    width: 100%;
    /*background: #ccc;*/
    display: block;
    margin: 0 auto;
    margin-top: 0;
    margin-bottom: 30px;
}
.destaca-tintometria {
    background-color: rgb(255, 255, 255, 0.25); 
    border-radius: 25px;
}
.top-logo-tintometria {
    height: 60px;
}

/* ACORDION APLICACION */

.de_light .accordion-item {
    background-color: #f6f7f8;
}
.de_light .accordion-item.preguntas-prod {
    border-bottom: solid 1px rgb(96, 96, 96, 0.5);
    background-color: #efefef;
}
/* style-menu-2 6917 */
.de_light .accordion-button, .de_light .accordion-button:not(.collapsed) {
    background-color: #f6f7f8;
}
.de_light .preguntas-prod .accordion-button, .de_light .preguntas-prod .accordion-button:not(.collapsed) {
    font-weight: 600;
    color: #222222;
    background-color: #efefef;
}
.aplica-video {
    flex: 1;
}

/* RECOMENDADOS */

.reco .post-image {
    background-color: #FFFFFF;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom: solid 2px #f6f7f8;
}
.reco .post-text {
    padding: 20px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    background-color: #FFFFFF;
    min-height: 212px;
}
.reco .item .post-text h2 {
    font-family: "Open Sans", sans-serif;
    color: #315599;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 21px;
    font-weight: 700;
    text-transform: none;
    letter-spacing: -1px;
}
.reco .item .post-text h3 {
    font-family: "Open Sans", sans-serif;
    color: #373737;
    font-weight: 500;
    margin-bottom: 5px;
    margin-top: 0;
    font-size: 11px;
    line-height: 15px;
}
.reco .item .post-text h3.presentacion {
    font-size: 12.5px;
    margin-bottom: 5px;
    color: #373737;
}
.reco .owl-carousel .owl-item img {
    display: inline;
    width: 100%;
}

/* BANNER APERTURA Y CENTRAL */

.contenedor {
    display: flex;
    justify-content: center;
}  

/* COLORES MINI FICHA */

.cajita {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 10px 2px 10px 10px;
    border: 1px solid #333;
    margin-right: 5px;
    vertical-align: middle;
}


@media only screen and (max-width: 992px) {
    .contenedor img {
        width: 180%;
        /* width: 200%; */
    }
    .contenedor img#banner2 {
        width: 100%;
    }
    img#logoTintometria {
        width: 100%;
    }
    .col-md-6.mb-resp {
        margin-bottom: 0;
    }
}
@media(min-width:980px) and (max-width: 1199px) {
    .especialista h2 {
        font-size: 24px;
        line-height: 30px;
    }
    .mini-simulador-2 {
        width: 70%;
        display: inline-block;
    }
}
@media (min-width: 768px) and (max-width: 979px) {
    .especialista h2 {
        font-size: 24px;
        line-height: 30px;
    }
    .mini-simulador-2 {
        width: 75%;
        display: inline-block;
    }
    .col-md-4.mb-resp {
        margin-bottom: 0;
    }
}
@media only screen and (max-width : 768px) {
    .col-lg-6.mb-resp.cel {
        margin-bottom: 20px;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .col-md-6.mb-resp {
        margin-bottom: 0;
    }
    .mini-simulador {
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    .top-logo-tintometria {
        height: 0;
    }
    .mt-especialista {
        margin-top: 300px;
    }
    .col-md-4.mb-resp.cel {
        margin-bottom: 20px;
    }
    .col-lg-4.mb-resp.cel {
        margin-bottom: 20px;
    }
}    

@media only screen and (max-width: 410px) {
    img#renderWeb {
        width: 100%;
    }
}