/*
Theme Name: Viva Child
Template: viva
Theme URI: https://www.vivatheme.com/
Author: Key-Design
Author URI: http://themeforest.net/user/Key-Design
Description: Multi-Purpose WordPress Theme with Block Builder
Version: 1.0
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, translation-ready

/* Below you can write your style */

:root {
	--azul: #002FA7;
	--beige: #F9F6EF;
}
.azul {
	color: var(--azul);
}
html {
	scroll-behavior: smooth;
}

b, strong {
	font-weight: 700;
}
h3 {
	font-weight: 300 !important;
    font-family: Muli, sans-serif;
    font-size: 1.6rem;
}

#main-menu.background-dropdown-effect .navbar-nav .menu-item-has-children .dropdown-menu a, .background-dropdown-effect .navbar-nav .menu-item-has-children .dropdown-menu a {
	line-height: 1.2 !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	display: block;
}
/*********
 * TITLE AREA
**********/



.single-page-heading > .container {
	display: flex;
	flex-direction: column;
	letter-spacing: .05rem !important;
}
.title-wrapper {
	order: 1;
}

.section-subheading {
	font-family: 'Mulish' !important;
	color: var(--azul) !important;
	font-weight: 700 !important;
	order: 0;
	margin-top: 0 !important;
	margin-bottom: 10px !important;
	letter-spacing: .03rem;
	margin: 0 auto 10px auto;
}
@media (min-width: 992px) {
	.section-subheading {
		font-size: 21px !important;
	}
}
.entry-header.with-topbar {
    padding-top: 80px !important;/*190*/
}
@media (min-width: 960px) {
	.entry-header.with-topbar {
	 padding-top: 170px !important;
	}
}
.entry-header {
    padding-bottom: 50px !important;
}



#single-page p, #wrapper p {
    font-family: 'Mulish' !important;
    font-size: 16px !important;
    line-height: 22px !important;
    font-weight: 300 !important;
}
#single-page p strong, #wrapper p strong {
	font-weight: 700 !important;
}
.co-listado {
	margin-bottom: 30px;
}
.kd-list-text {
    color: var(--azul) !important;
    font-weight: 700 !important;
    font-family: "Mulish" !important;
    font-size: 20px !important;
    line-height: 30px;
}
.key-icon-box .ib-wrapper .ib-list li, .kd-icon-list .kd-icon-list-item {align-content
	margin-bottom: 15px !important;
}
.container .bl-tratamientos h4 {
    font-size: 28px;
    font-weight: 700;
}
.cb-container .cb-img-area img {
    margin-bottom: 0;
    max-height: 80px !important;
    width: auto;
}
.bl-tratamientos .cb-simple-link {
	display: none;
}
.bl-tratamientos .cb-wrapper {
    margin-bottom: 0 !important;
}
.bl-tratamientos .cb-wrapper {
	border: 3px solid transparent !important;
	box-sizing: border-box !important;
}
.bl-tratamientos .cb-wrapper:hover {
	border: 3px solid var(--azul) !important;
}
.cb-container .cb-wrapper:after {
	display: none !important;
}


.btn-masinfo a,
.btn-masinfo button {
	color: var(--main-color) !important;
	padding-left: 0 !important;
	border: none !important;
	background: transparent !important;
	font-size: 18px !important;
    font-weight: 600;
	position: relative;
}
.btn-masinfo a a,
.btn-masinfo button i {
	font-size: 16px !important;
}
.btn-masinfo i {
    font-size: 16px !important;
}

.btn-masinfo a::after,
.btn-masinfo button::after {
	content: '';
	height: 2px;
	width: 0;
	background: var(--azul);
	display: block;
	margin-top: 4px;
	transition: width .3s ease-out;
}

.btn-masinfo:hover a::after,
.btn-masinfo:hover button::after {
	width: 100%;
}

/**********
BREADCRUMBS
**********/

.breadcrumbs-separator {
display: none;	
}
.breadcrumbs > span:first-child,
.breadcrumbs > span:last-child {
	display: none;
}
.container .breadcrumbs {
	margin-bottom: 10px;
}
.container .breadcrumbs a {
    /*font-weight: 400;
    font-size: inherit;
    transition: 0.25s;
    opacity: 1;
    color: inherit;*/
	
	font-family: 'Mulish' !important;
    color: var(--azul) !important;
    font-weight: 700 !important;
    margin-top: 0 !important;
    margin-bottom: 10px !important;
    letter-spacing: .03rem;
	text-transform: uppercase;
	line-height: 30px;
	font-size: 21px;
}

/**********
TESTIMONIOS
**********/
.owl-nav.disabled,
.owl-dots.disabled {
	display: flex !important;
}
.key-tcards.single-tcard-elem .tcards-image {
    width: 120px !important;
    flex-shrink: 0;
    margin-bottom: 15px;
}
.tcards_header .tcards-name {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    font-size: 28px !important;
    font-weight: 900 !important;
}
.tcards_header .tcards-job {
    color: var(--text-color);
    font-weight: 400;
    margin-left: 0;
    font-size: 21px;
    margin-top: 10px;
}
.key-tcards.single-tcard-elem {
	padding: 35px 30px 0 30px !important;
}
.vc_btn3.vc_btn3-size-lg.vc_btn3-icon-right:not(.vc_btn3-o-empty) {
    padding-right: 50px !important;
}
.co-location {
    display: flex;
    align-items: flex-end;
    gap: 7px;
    margin-top: 5px;
}

@media (max-width: 959px) {
	.bl-title-tratamiento {
		display: flex;
	}
	.bl-title-tratamiento .wpb_column:first-child {
    	order: 1 !important;
	}
	.bl-title-tratamiento .wpb_column:last-child {
    	order: 0 !important;
	}
}
.bl-anclas {
	padding: 30px 0 10px;
	border-bottom: 1px solid #eee;
}
.bl-anclas h4 {
	display: flex;
	gap: 10px;
}
.bl-anclas h4 a {
	font-size: 21px;
	color: #4F4F4F;
	font-weight: bold;
	display: flex;
	gap: 10px;
}

.bl-anclas h4 a:hover {
	color: #002FA7; 
}

.bl-anclas h4 a::before {
	content: '1';
	color: white;
	background-color: #002FA7;
	width: 28px;
	height: 28px;
	display: block;
	border-radius: 14px;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bl-anclas .wpb_column:nth-child(1) h4 a::before {
	content: '1';
}
.bl-anclas .wpb_column:nth-child(2) h4 a::before {
	content: '2';
}
.bl-anclas .wpb_column:nth-child(3) h4 a::before {
	content: '3';
}

.row .vc_toggle.vc_toggle_default .vc_toggle_title:before, .row .vc_toggle.vc_toggle_default .vc_toggle_title:after, .row .vc_toggle_size_md.vc_toggle_default .vc_toggle_title:after {
	background: var(--main-color) !important;
}
.row .vc_toggle_size_md.vc_toggle_default .vc_toggle_title {
    padding: 20px 30px 20px 15px !important;
}
.vc_toggle_title > h4 {
    font-weight: 700 !important;
	font-size: 16px !important;
}
.wpb-content-wrapper>.wpb_row.bl-fd-der {
    background: white url(/wp-content/uploads/2025/01/sonrisa-der.svg) no-repeat center right !important;
    background-size: 800px !important;
}
.wpb-content-wrapper>.wpb_row.bl-fd-izq {
    background: white url(/wp-content/uploads/2025/01/sonrisa-izq.svg) no-repeat center left !important;
    background-size: 800px !important;
}


.bl-servicios .key-tcards.single-tcard-elem .tcards-image img {
	border-radius: 0 !important;
}
.bl-servicios .key-tcards.single-tcard-elem .tcards-image {
	width: 100% !important;
}
.bl-servicios .tcards_header {
	margin-bottom: 0;
	justify-content: flex-start;
}
.bl-servicios .tcards_header .tcards-name {
	font-size: 24px !important;
	text-align: left;
}
.bl-servicios .tcards_message {
	justify-content: flex-start;
}
.bl-servicios .tcards_message p {
	text-align: left;
}
.single-page-content .bl-servicios a, .blog-content .bl-servicios a {
	color: var(--main-color) !important;
	text-align: left;
}
.bl-servicios .tcards-link {
    font-size: 18px;
    text-align: left;
    display: flex;
    gap: 5px;
    align-items: center;
}
.bl-servicios .tcards-link:hover {
	color: black;
}
.bl-servicios .tcards-link::after {
	content: '';
	background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="utf-8"?><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve"><style type="text/css">.st0{fill:none;stroke:%23082FA7;stroke-width:2.8;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}</style><g id="SVGRepo_bgCarrier"></g><g id="SVGRepo_tracerCarrier"></g><g id="SVGRepo_iconCarrier"><path class="st0" d="M9,18l6-6L9,6"/></g></svg>');
background-repeat: no-repeat;
background-size: contain;
	width: 22px;
	height: 22px;
	display: block;
}
.bl-servicios .key-tcards.single-tcard-elem {
    padding: 0 0 0 0 !important;
}

.entry-header {
	padding-bottom: 110px;
}

/***************
EQUIPO
***************/

.bl-equipo .vc_row > .wpb_column > .vc_column-inner > .wpb_wrapper {
	/*padding: 35px 20px;*/
	background: var(--beige);
	transition: all .3s ease-out;
	border: 1px solid transparent;
}
.team-member.design-classic,
.team-member.design-classic .team-content-text {
	background: var(--beige) !important;
}
@media (min-width: 992px) {
	.bl-equipo .vc_row > .wpb_column > .vc_column-inner > .wpb_wrapper {
		height: 100% !important;
	}
}
.bl-equipo .vc_row > .wpb_column > .vc_column-inner > .wpb_wrapper:hover {
	background: white;
	border: 1px solid var(--azul);
	box-shadow: 0 0 30px rgba(0,0,0,.1);
}
.bl-equipo .vc_row > .wpb_column > .vc_column-inner > .wpb_wrapper:hover .team-member.design-classic,
.bl-equipo .vc_row > .wpb_column > .vc_column-inner > .wpb_wrapper:hover .team-member.design-classic .team-content-text {
	background: white !important;
}
.team-content h4 {
	font-weight: 700;
	margin-top: 20px !important;
}
@media (min-width: 1200px) {
	.team-content h4 {
		font-size: 28px;
		font-weight: 700;
	}
}
.bl-miembro {
	position: relative;
}
.bl-miembro::before {
	content: '';
	display: block;
	position: absolute;
	height: 250px;
	width: 100%;
	background: var(--beige);
	top: 0;
	left: 0;
}
.co-cv {
	padding: 20px;
}
.co-cv p {
	margin-bottom: 15px !important;
}
@media (min-width: 992px) {
	.co-cv {
		padding: 50px 50px 0 50px !important;
	}
}
.co-cv .vc_do_icon {
	display: inline-block;
	margin-bottom: 0;
}
.co-cv .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner {
    text-align: center;
    display: inline-block;
    border: 2px solid transparent;
    width: 2em;
    height: 2em;
    margin-right: 10px;
    box-sizing: content-box;
    position: relative;
}
.co-cv .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner span {
	color: var(--azul) !important;
}
/***************
FOOTER
*************/

.textwidget .topbar-phone a {
    display: flex;
    align-items: center;
    gap: 10px;
}
.upper-footer i {
	margin-left: 0 !important;
}
.footer_widget {
	margin-bottom: 0 !important;
}
.upper-footer .textwidget {
	margin-top: 0 !important;
}
.upper-footer .textwidget {
	margin-bottom: 0 !important;	
}
#redux-social-icons-display-3 {
	margin-top: 40px;
}
.footer_widget ul a, .footer_widget .menu li a {
    line-height: 2.3;
    color: inherit;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}

/***************
CONTACTO
*************/
.bl-intro h3 {
	font-weight: 300 !important;
}

.bl-intro h3 a strong {
	color: var(--azul) !important;
}
.modal-content-inner .wpcf7-form-control-wrap textarea, .modal-content-inner .wpcf7 .wpcf7-text, .modal-content-inner .wpcf7 .wpcf7-email, .kd-contact-form.white-input-bg .wpcf7-form input[type="date"], .kd-contact-form.white-input-bg .wpcf7-form select, .kd-contact-form.white-input-bg .wpcf7-form textarea, .kd-contact-form.white-input-bg .wpcf7 .wpcf7-text, .kd-contact-form.white-input-bg .wpcf7 .wpcf7-email, #single-page .kd-contact-form.white-input-bg textarea, .kd-contact-form.white-input-bg .wpcf7 textarea {
    background-color: rgba(0, 47, 167, .06) !important;
    border-radius: 0;
	margin-bottom: 15px;
}
input.wpcf7-form-control.wpcf7-submit {
    width: 100%;
	margin-top: 20px !important;
	display: block;
}
.wpcf7-list-item-label a {
	color: var(--azul) !important;
}
.bl-equipo .cb-container .cb-heading {
    font-size: 18px;
    font-weight: 700;
}
.bl-equipo .cb-wrapper {
    display: flex;
    gap: 20px;
    align-items: flex-start;
	position: relative;
    text-align: left;
    margin-bottom: 0 !important;
    padding: 0 35px 0 35px !important;
    transition: 0.2s;
    overflow: hidden;
    z-index: 3;
    transition: .2s ease-in-out;
    background: #f7f7f7;
}

.bl-equipo .cb-img-area {
	background: var(--beige) !important;
	flex: none;	
    font-size: 30px !important;
    height: 46px;
    line-height: 1;
    margin-bottom: 30px;
    width: 46px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    float: left;
    width: 100%;
    -webkit-transition: 0.3s cubic-bezier(0.5,0.58,0.55,1);
    transition: 0.3s cubic-bezier(0.5,0.58,0.55,1);
}


/***********
 * CLINICAS
 **********/

.contact-map-container .business-info-wrapper i {
	border-radius: 0 !important;
	background-color: var(--beige);
}

.bl-clinicas-contacto .cb-container .cb-heading {
    font-size: 18px;
    font-weight: 700;
}
.bl-clinicas-contacto .cb-wrapper {
    display: flex;
    gap: 20px;
    align-items: flex-start;
	position: relative;
    text-align: left;
    margin-bottom: 0 !important;
    padding: 0 35px 0 35px !important;
    transition: 0.2s;
    overflow: hidden;
    z-index: 3;
    transition: .2s ease-in-out;
    background: #f7f7f7;
}

.bl-clinicas-contacto .cb-img-area {
	background: var(--beige) !important;
	flex: none;	
    font-size: 30px !important;
    height: 46px;
    line-height: 1;
    margin-bottom: 30px;
    width: 46px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    float: left;
    width: 100%;
    -webkit-transition: 0.3s cubic-bezier(0.5,0.58,0.55,1);
    transition: 0.3s cubic-bezier(0.5,0.58,0.55,1);
}
.section-subheading, #single-page .section-subheading {
	margin: 0 auto;
}
.bl-clinicas-contacto h2 {
	font-size: 28px !important;
}
.bl-clinicas-contacto h2 strong {
	color: var(--azul) !important;
}
.bl-clinicas-contacto .co-contacto .vc_column-inner > .wpb_wrapper{
	background: white;
	box-shadow: 0 0 30px rgba(0,0,0,.1);
	
}


.upper-footer .textwidget.custom-html-widget span{
	margin-top:0px !important;
}