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

/* ================================================== */
/*  PLAVICON ASESORA	*/ 
/* ================================================== */

/* Asistencia y Pintores */    

.de_light section.background-asesora {
    background-image: url(../images/asesoramiento/especialistas/fondo-section-asesora.png);
    background-repeat: no-repeat;
    background-size: auto !important;
    background-position: 40% 100%;
}
.de_light section.background-asesora-contacto {
    background-image: url(../images/asesoramiento/especialistas/mancha-contacto.png);
    background-repeat: no-repeat;
    background-size: auto !important;
    background-position: 75% 100%;
}
.caja-painter.celeste-3 {
    width: 100%;
    background-color: #00a8ff;
    border-radius: 12px;
    background-image: url(../images/asesoramiento/especialistas/fondo-circulo-azul.png);
    background-repeat: no-repeat;
    background-size: 230px 197px !important;
    background-position: right top;
    padding: 20px;
}
img.pintor-asesora {
    width: 85%;
}
img.equipo-asesora {
    width: 100%;
    /*position: absolute;*/
    bottom: 0;
    /*transform: translateX(-50%);*/
}
img.pintor-asesora-contacto {
    width: 100%;
    position: absolute;
    bottom: 0;
    transform: translateX(-50%);
}
.mt-equipo-asesora {
    margin-top: -420px;
}
.mt-pintor-asesora {
    margin-top: -500px;
    margin-left: -40px;
}
#section-asistencia h1 {
    text-align: left;
}
#section-contactanos-asesora h1 {
    text-align: left;
}
#section-404 a i {
    margin-left: 10px;
}
h4.plavimostrador {
    color: #055498;
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    font-weight: 500;
    font-style: italic;
    margin-bottom: 0;
    margin-top: 0;
}
h1.errors {
    font-size: 80px;
}

/* Asesoramiento */

.blanco {
    color: #FFFFFF;
}
.btn-asesorate {
    color: #fff;
    background: none;
    text-transform: uppercase;
    padding: 10px 10px;
    border-radius: 10px;
    font-size: 11px;
    line-height: 13px;
    text-align: left;
    vertical-align: middle;
    cursor: pointer;
    border: solid 2px #FFFFFF;
    min-width: 120px;
}
.btn-asesorate i {
    font-size: 30px;
    position: absolute;
    margin-top: -3px;
}
.btn-asesorate:hover {
    color: #11bcfc;
    border: solid 2px #11bcfc;
}
.caja-contacto {
    background: #FFFFFF; 
    border-radius: 12px; 
    padding: 20px;
}
.estrella-especialista {
    padding-left: 25px;
    position: relative;
    line-height: 20px;
    margin-bottom: 10px;
}
.estrella-especialista i {
    position: absolute;
    font-size: 16px;
    left: 0;
    top: 2px;
}

/* Contacto y Redes */

.roseta-contacto {
    padding-left: 45px;
    padding-top: 6px;
    height: 36px;
    position: relative;
    font-size: 12px;
    font-weight: 700;
    color:#0078bb;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.roseta-contacto img {
    position: absolute;
    left: 0;
    top: 0;
}
.botones-big-contacto, .botones-big-redes {
    width: 100%;
    display: inline-block;
    margin-bottom: 30px;
}
.botones-big-contacto .titulo, .botones-big-redes .titulo {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 10px;
}
.icon-big {
    float:left;
}
.icon-big.mr {
    margin-right: 45px;
}
.icon-big.mr2 {
    margin-right: 30px;
}
.icon-big i {
    font-size: 60px;
}
.icon-big a {
    color: #FFFFFF
}
.icon-big a:hover {
    color: #004975
}

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

.mt-equipo-asesora {
    margin-top: -280px;
}
.mt-pintor-asesora {
    margin-top: -420px;
}

}

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

.mt-equipo-asesora {
    margin-top: -380px;
} 
.mt-pintor-asesora {
    margin-top: -340px;
}
.icon-big i {
    font-size: 45px;
}

}

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

.mt-equipo-asesora {
    margin-top: -50px;
}
.mt-pintor-asesora {
    margin-top: -250px;
}

}

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

.de_light section.background-asesora {
    background-image: url(../images/asesoramiento/especialistas/fondo-section-asesora.png);
    background-repeat: no-repeat;
    background-size: 100% !important;
    background-position: 0% 100% !important;
}
.de_light section.background-asesora-contacto {
    background-image: url(../images/asesoramiento/especialistas/mancha-contacto.png);
    background-repeat: no-repeat;
    background-size: 100% !important;
    background-position: 0% 100% !important;
} 
.mt-equipo-asesora {
    margin-top: -20px;
}   
.mt-pintor-asesora {
    margin-top: -300px;
    margin-left: 0;
}

} 

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

.mt-pintor-asesora {
    margin-top: -90px;
}
.mt-equipo-asesora {
    margin-top: -30px;
} 
.mt-pintor-asesora-contacto {
    margin-top: 300px;
}

}    

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

.mt-pintor-asesora {
    margin-top: -70px;
}
.mt-equipo-asesora {
    margin-top: 0;
}
.mt-pintor-asesora-contacto {
    margin-top: 220px;
}

}
.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; /* Opcional, para que se ajusten a nuevas líneas */
}

.negro,
.negro p {
    color: #606060 !important;
    height: 200px;
}