/* Add here all your CSS customizations */

.rev_slider .tp-mask-wrap .tp-caption,
.rev_slider .tp-mask-wrap :last-child,
.wpb_text_column .rev_slider .tp-mask-wrap .tp-caption,
.wpb_text_column .rev_slider .tp-mask-wrap :last-child {
    text-shadow: 0 0 5px #000 !important;
}

b {
    color: #CEA623 !important;
}


/*#servicio {
    border: 2px solid #a68314;
    padding: 20px;
    max-width: 100px;
    border-radius: 25px;
    margin: 0 auto;
    transition: transform .5s;
}*/

#asesores {
    max-width: 50px;
    color: red;
}


/*#servicio:hover {
    transform: scale(1.2);
}*/

#servicio {
    position: relative;
}

#servicio::before {
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: -1;
    border-radius: 10px;
    transition: all 0.25s ease-out;
}

#servicio::before {
    background-color:#CEA623;
    top: -5px;
    left: 50%;
}

#servicio:hover::before {
    top: 15px;
    left: 40%;
}

#izq-card {
    border-radius: 30px 0 0 30px;
}

#der-card {
    border-radius: 0 30px 30px 0;
}

@media (max-width: 991px) {
    .card {
        border-radius: 0px !important;
    }
}

#blanco {
    color: #fff !important;
}

.text-color-primary {
    color: #CEA623;
}

#radius20 {
    border-radius: 20px;
}

#color {
    color: #CEA623;
}

#color:hover {
    color: #a68314;
}

body::-webkit-scrollbar {
    width: 5px;
    /* width of the entire scrollbar */
}

body::-webkit-scrollbar-track {
    background: white;
    /* color of the tracking area */
}

body::-webkit-scrollbar-thumb {
    background-color: #CEA623;
    /* color of the scroll thumb */
    border-radius: 20px;
    /* roundness of the scroll thumb */
}

body {
    scrollbar-width: thin;
    /* "auto" or "thin" */
    scrollbar-color: #CEA623;
    /* scroll thumb and track */
}


/* Works on Firefox */

* {
    scrollbar-width: thin;
    scrollbar-color: #CEA623 ;
}


/* Works on Chrome, Edge, and Safari */

*::-webkit-scrollbar {
    width: 5px;
}

*::-webkit-scrollbar-track {
    background: transparent;
}

*::-webkit-scrollbar-thumb {
    background-color: #CEA623;
    border-radius: 20px;
}

.whatsapp-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    transition: transform 0.3s ease-in-out;
}

.whatsapp-icon img {
    width: 50px; 
    height: auto;
}

.whatsapp-icon:hover {
    transform: scale(1.1);
}