/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Heferclinic
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/


.txt-white p {
    color: #ffffff !important;
}

.resaltado {
    font-weight: 700;
}

.logo-bg img {
    background-color: #ffffff;
    padding: 15px;
}

.contact-footer:hover {
    color: #ffffffcc !important;
}

.swiper-container-cube .swiper-cube-shadow {
    display:none!important;
}


/* 01/06/23 */

.listaservicios ul {
    list-style: none;
}

.listaservicios li {
    margin: 10px;
    padding: 20px;
    background: #f9f9f9;
    transition: all 0.3s ease-out;
}

/*.listaservicios li:hover {
    background: #e9e9e9;
    transition: all 0.3s ease-out;
}*/

.listaservicios h3 {
    font-weight: 300;
    text-transform: uppercase;
}

/* CV DOCTORES */
@media screen and (max-width: 767px) {
    .cv-row .elementor-column {
        width: 100% !important;
    }  
}

/* REVIEWS GOOGLE */
.ti-widget.ti-goog .ti-header {
    display: none !important;
}

.ti-widget.ti-goog .ti-review-item>.ti-inner {
    box-shadow: 3px 3px 0px 2px #ededed !important;
    border-radius: 5px !important;
}

/* ESTO ES LO QUE HABÍA EN EL CSS DE LA PLANTILLA */

.header_bottom {
    padding: 0 20px;
}

.header_bottom_right_widget_holder {
    padding: 0 0px;
}

.footer_top h5 {
    margin: 0 0 28px;
}

.footer_top .widget.widget_nav_menu li {
    margin: 0;
    line-height: 15px;
}

.header_bottom, header.fixed.scrolled .header_bottom{
    box-shadow: 3px 4px 20px 0px rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 3px 4px 20px 0px rgba(0, 0, 0, 0.04);
}

.q_progress_bar {
    margin: 0 0 23px;
}

@media only screen and (max-width: 1199px){
    .vc_row .text-column.vc_column_container .vc_column-inner{
        margin-left: 0!important
    }
}

.qode-advanced-pricing-list .qode-apl-item .qode-apl-item-top .qode-apl-item-title, .qode-advanced-pricing-list .qode-apl-item .qode-apl-item-top .qode-apl-item-price{
    padding: 0;
}

.qode-advanced-pricing-list .qode-apl-item .qode-apl-item-top .qode-apl-line{
    bottom: 8px;
}

.q_icon_with_title.tiny .icon_holder img {
    width: auto;
}

h3.icon_title {
margin-bottom: 10px;
}

.q_icon_list {
    margin-bottom: 10px;
}

.qode_content_slider .flex-control-nav{
    margin-top: 65px;    
}

.qode_content_slider .flex-control-nav li{
    margin: 0 10px;
}

.three_columns>.column1>.column_inner {
    padding: 0 48px 0 0;
}

.testimonials_holder .flex-direction-nav a{
    border-radius: 0; 
    border-color: #e1e1e1;
}

.testimonials_holder .flex-direction-nav a:before{
    font-size: 20px;
    color: #3e4140
}

.testimonials_holder .flex-direction-nav a:hover{
    background-color: #f77e7f;
}

.testimonials_holder .flex-direction-nav a:hover:before{
    color: #fff;
}

@media only screen and (max-width: 1000px){
    .vc_row .vc_column_container.disable-neg-margin-resp .vc_column-inner{
        margin-top: 30px!important
    }
}

.testimonials_holder .flex-direction-nav a:hover{
    border-color: #f77e7f;
}

.latest_post_holder.boxes>ul>li .latest_post .post_infos>a, .latest_post_holder.boxes>ul>li .latest_post .post_infos>span {
display: none;
}

/* Arreglar visualización al cambiar de tema */
body {
    font-size: 13px;
}

body, p, p>span {
    font-family: 'Raleway', sans-serif;
    line-height: 2em;
}

a, p a {
    text-decoration: none;
}

p {
    margin-top: 20px;
    margin-bottom: 20px;
}

.elementor-widget-wrap {
    border: 0;
}

ul.elementor-icon-list .elementor-icon-box-icon {
    margin-top: 3px;
}

.elementor-widget:not(:last-child).elementor-absolute, .elementor-widget:not(:last-child).elementor-widget__width-auto, .elementor-widget:not(:last-child).elementor-widget__width-initial {
    margin-bottom: 0;
}

ul {
    margin-bottom: 0;
    margin-left: 20px;
}

/* Listas elementor */
.elementor-icon-list-items .elementor-icon-list-item {
    align-items: flex-start !important;
}
  
.elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-icon {
    padding-top: 5px;
}

/* Contacto menú MV */
.show-mv {
    display: none !important; 
}

@media screen and (max-width: 767px) {
    .show-mv {
        display: initial !important;
    }
}

/* REDISEÑO HEADER-FOOTER DIC 2024 */
.popup-header .elementor-icon-box-wrapper {
    height: 25px;
    border-radius: 200px;
    background: rgba(255, 255, 255, 0);
    border: 1px solid white;
    transition: all 0.4s ease;
}

.popup-header .elementor-icon-box-wrapper:hover {
    background: rgba(255, 255, 255, 1);
    transition: all 0.4s ease;
}

.popup-header .elementor-icon-box-wrapper .elementor-icon-box-content {
    margin-top: -22px;
}

.popup-header .elementor-icon-box-wrapper .elementor-icon-box-title {
    transition: all 0.35s ease;
}

.popup-header .elementor-icon-box-wrapper .elementor-icon-box-title a {
    padding: 8px;
}

.popup-header .elementor-icon-box-wrapper:hover .elementor-icon-box-title {
    color: #0B5C84 !important;
}

#menu-header .sub-menu .sub-menu {
    background-color: #f7f7f7;
}

#menu-header .sub-menu .sub-menu li a {
    text-transform: initial;
}

.menu-footer a {
    transition: all 0.4s ease;
    padding-left: 0;
    border-left: 1px solid transparent;
}

.menu-footer a:hover {
    padding-left: 8px !important;
    margin-left: 5px !important;
    border-left: 1px solid #fff;
}

@media screen and (max-width: 767px) {
    .tlf-header .elementor-icon-box-wrapper {
        align-items: center;
    }
}

/* BLOG 2025 */
#contenido-post h2 {
    font-size: 30px;
    font-weight: 800;
    color: var(--c-azul-osc);
}

#contenido-post h3 {
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    color: var(--c-negro);
}

#contenido-post h4 {
    font-size: 20px;
    font-weight: 400;
}

/* Enlaces claros */
a.link-light, .link-light a {
    color: #cbcbcb;
    transition: all 0.35s ease;
}

a.link-light:hover, .link-light a:hover {
    color: var(--c-blanco);
}

.elementor-column.clickable a:before {
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 2;
}

/* Remove relatively-positioned parent elements in column */

.clickable .elementor-widget, .clickable .elementor-widget-wrap {
position: static;
}



.clickable {

    background-color: transparent;

    transition: var(--transition);

    transform: translateY(0px);

    cursor: pointer;
    position: relative;
}



.clickable:hover {

    transition: var(--transition);

    transform: translateY(-20px);

    -webkit-transform: translateY(-20px);

    -moz-transform: translateY(-20px);

    -ms-transform: translateY(-20px);

    -o-transform: translateY(-20px);

}


.clickable a {
    position: initial !important;
}

.clickable a::before {
    display: none !important;
}

.clickable .img-trata .elementor-spacer {

    position: relative;

}



.clickable .img-trata .elementor-spacer {

    min-height: 500px;

}



.clickable .img-trata .elementor-spacer-inner:after {

    position: absolute;

    content: "";

    height: 100%;

    width: 2px;

    top: 0;

    left: 0;

    background-color: var(--bg-main);

    transition: var(--transition);

}






.clickable .subtit h3 {

    transform: translateX(0px);

    transition: var(--transition);

    -webkit-transition: var(--transition);

    -moz-transition: var(--transition);

    -ms-transition: var(--transition);

    -o-transition: var(--transition);

    -webkit-transform: translateX(0px);

    -moz-transform: translateX(0px);

    -ms-transform: translateX(0px);

    -o-transform: translateX(0px);

}

.clickable:hover .subtit h3 {

    transform: translateX(20px);

    color: var(--c-azul-osc);

    transition: var(--transition);

    -webkit-transition: var(--transition);

    -moz-transition: var(--transition);

    -ms-transition: var(--transition);

    -o-transition: var(--transition);

    -webkit-transform: translateX(20px);

    -moz-transform: translateX(20px);

    -ms-transform: translateX(20px);

    -o-transform: translateX(20px);

}


.col-trat {
    position: relative;
    z-index: 0;
}

.col-trat::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: calc(100% - 63px);
    height: 0;
    background-color: var(--c-azul-osc);
    top: 500px;
    left: 53px;
    transition: all 0.35s ease;
}

.col-trat .txt-trat {
    transition: all 0.35s ease;
}

.col-trat:hover::after {
    height: 294px;
}

.col-trat:hover .txt-trat {
    color: var(--c-blanco) !important;
}
.btn-tratamiento {
    border: 2px solid var(--c-azul);
    padding: 10px;
}