/*
Theme Name: MasterBip
Theme URI: http://www.masterbip.cl
Author: MasterBip
Author URI: http://www.masterbip.cl
Description: Tema diseñado y programado completamente por MasterBip.cl para Wordpress. MasterBip.cl - Diseño Web Chile | Expertos Wordpress
Version: 6.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: MasterBip
Text Domain: masterbip

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* ####################################    FUENTES */
/* Incluimos Fuente */
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
/* Definimos Fuente */
body,
input[type="text"],
input[type="number"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="button"],
input[type="submit"],
select,
textarea,
button,
.button,
.wpcf7-submit,
.elementor-button,
h1,h2,h3,h4,h5,h6{
	font-family: 'Raleway', Arial, Helvetica, sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
code,kbd,pre,samp{
    font-family: monospace !important;
}

/* ####################################    COLORES */
:root {
	--texto: #808080;

	--azul-01: #164386;
	--azul-02: #010D24;

	--celeste-01: #0CB2DA;
	--celeste-02: #01DFD8;

	--verde-01: #79E2A8;

	--blanco: #FFF;
	--gris-01: #EDEDED;
	--gris-02: #D5D5D5;
	--gris-03: #A9A9A9;
	--gris-04: #8D8D8D;
	--negro: #000;

	--precio-01: #f0a203;
	--precio-02: #044e5a;
	--precio-03: #82dbcc;
	--precio-04: #7373af;
	
	
	/* REDES SOCIALES */
	--facebook: #1877f2;
	--instagram: #c32aa3;
	--tiktok: #010101;
	--youtube: #ff0000;
	--twitter: #1da1f2;
	--pinterest: #bd081c;
	--linkedin: #0a66c2;
	--whatsapp: #25d366;
	--skype: #00aff0;
	--vimeo: #1ab7ea;
	--telegram: #0088cc;
	--email: #F17600;
}



/* ####################################    FONTAWESOME */
.sf-field-taxonomy-especialidades_doctores label:after,
.sf-field-search label:after,
.sf-field-taxonomy-sintomas_doctores label:after,
.sf-field-taxonomy-patologias_doctores label:after,
.widget_categories:after,
.slick-prev:before,
.slick-next:before,
.wpcf7 li.select span:after{
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: 'Font Awesome 6 Free','Font Awesome 6 Brands';
	font-weight: 900;
	vertical-align: middle;
}

/* ####################################    RESET 2020 */
*,
*::before,
*::after {
  box-sizing: border-box;
}
body,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}
html,
body{
	max-width: 100% !important;
	overflow-x: hidden !important;
}
html {
  scroll-behavior: smooth;
}
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1;
}
ul[role="list"],
ol[role="list"] {
  list-style: none;
}
ul,ol{
	margin: 0;
	padding: 0;
}
a:not([class]) {
  text-decoration-skip-ink: auto;
}
img,
picture {
  max-width: 100%;
	height: auto;
  /*display: block;*/
}
input,
button,
textarea,
select {
  font: inherit;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 700;
    line-height: 1.33em;
	text-rendering: optimizeLegibility;
	margin-top: 0;
}
p{
	margin-bottom: 1.75em;
	line-height: 1.75em;
}
p:last-child{
	margin-bottom: 0;
}
strong{
	font-weight: 700;
}
/* link */
a,button,.button,input[type="submit"]{
	cursor: pointer !important;
	outline: none;
	text-decoration: none;
}
a{
	color: var(--celeste-01);
	text-decoration: underline;
}
a:hover{
	color: var(--azul-01);
    outline: none;
	-moz-outline: 0 none;
}
a:focus,
button:focus,
input:focus,
textarea:focus,
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
.slick-slide:focus,
.slick-slide:focus-visible{
    outline: none !important;
	-moz-outline: 0 none !important;
	box-shadow: none !important;
}
.alignright{
	float: right;
	margin-left: 3em;
}
.alignleft{
	float: left;
	margin-right: 3em;
}
.aligncenter{
	float: none;
	clear: both;
	display: block;
	margin-left:auto;
	margin-right: auto;
}
.alignleft,
.alignright,
.aligncenter{
	margin-bottom: 3em;
}
.text-left{
	text-align: left !important;
}
.text-right{
	text-align: right !important;
}
.text-center{
	text-align: center !important;
}
blockquote::before, blockquote::after,
.clear::after,.clear::before,.clearfix::after,.mb-row::after{
    content:'';
    display: block;
    clear: both;
}
blockquote,
.clear,
.clearfix,
.mb-row{
	display: block;
	float: none;
	clear: both;
}
blockquote{
	margin: 2em auto;
	padding: 2em;
	max-width: 90%;
	border-radius: 15px;
	font-size: 1.1em;
	text-align: center;
	font-style: italic;
}
.otgs-development-site-front-end{ display: none !important; visibility: hidden !important;}


/* ####################################    DEFAULTS */
body, html{
	font-size: 16px;
}
body{
	box-sizing: border-box;
	font-weight: 400;
	background-color:var(--blanco);
    color: var(--texto);
}
h1,h2,h3,h4,h5,h6{
    color: var(--texto);
	margin-bottom: .65em;
}

h1{
	font-size: 2.66em;
}
.mb-single-post h1{
	font-size: 2.22em;
}
h2{
	font-size: 1.9em;
}
.mb-single-post h2{
	font-size: 1.6em;
}
h3{
	font-size: 1.4em;
}
.mb-single-post h3{
	font-size: 1.2em;
}
h4{
	font-size: 1em;
}
h5{
	font-size: .8em;
}
h6{
	font-size: .7em;
}
hr{
	border:none;
	border-top: 1px solid var(--gris-02);
	height:1px;
	margin:30px auto;
	width:100%;
	clear:both;
	float:none;
}

.scrolloff{
	pointer-events: none;
}
.video-wrap{
	position:relative;
	padding-bottom:56.25%;
	height:0;
	overflow:hidden;
	margin:0 auto 30px;
}
.video-wrap iframe,
.video-wrap object,
.video-wrap embed{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.cover,
.cover>.elementor-column-wrap,
.cover>.elementor-widget-wrap{
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.parallax{
    background-position: 50% 0;
    background-repeat: no-repeat;
    -webkit-background-size: 150%;
    background-size: 150%;

    -moz-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.redondeado{
	-webkit-border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	border-radius: 4px !important;
}
.overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--negro);
    opacity: .5;
}
.transicion,
.overlay,
nav a,
.button,
button, input, select, textarea,
.header-content,
.gallery-item a,
.alt .elementor-icon-box-wrapper i,
.header-logo img,
.mbsl a,
.mb-social a,
#header_main,
.icono-flotante,
.icono-flotante span{
    -webkit-transition: all 0.44s;
    -moz-transition: all 0.44s;
    -ms-transition: all 0.44s;
    -o-transition: all 0.44s;
    transition: all 0.44s;
}
/* Ocultamos para todo menos screen readers */
.screen-reader-text,
.oculto,
.widget_categories h4.widget-title{
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}
/* Contenido General */
.contenido ul,
.contenido ol,
.elementor-widget-text-editor ul,
.elementor-widget-text-editor ol,
.entry-content ul,
.entry-content ol{
	margin: 1em;
}
.contenido li,
.elementor-widget-text-editor li,
.entry-content li{
	margin-bottom: .5em;
	line-height: 1.2em;
}
.contenido blockquote,
.elementor-widget-text-editor blockquote{
	border: 1px solid var(--gris-02);
	padding: 2em;
	color: var(--celeste-01);
	background-color: var(--gris-03);
}
.contenido a:not(.button):not(.elementor-button),
.elementor-widget-text-editor a:not(.button):not(.elementor-button){
	color: var(--azul-01);
}
.contenido a:not(.button):not(.elementor-button):hover,
.elementor-widget-text-editor a:not(.button):not(.elementor-button):hover{
	color: var(--celeste-01);
}
/* GRILLA */
.mb-row .mb-col{
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.container{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.row{
	position: relative;
	width: 100%;
}
.row [class^="col"]{
	float: left;
	margin: 0 1%;
	min-height: 0.125rem;
	box-sizing: border-box;
}
.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,
.col-1-5, .col-2-5, .col-3-5, .col-4-5{
	width: 98%;
}
.row::after{
	content: "";
	display: table;
	clear: both;
}
.gallery{
	text-align: center;
	margin-bottom: 40px;
}
.gallery-item{
	display: inline-block;
	vertical-align: top;
	margin: 1.1%;
	width: 31%;
}
.gallery-item img{
	border-radius: 5px;
}
.wp-caption{
	border: 1px solid #A9A9A9;
	padding: 4px;
}
/* FLEX */
.flex-row{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;

    justify-content: space-between;

    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -ms-box-orient: horizontal;
    box-orient: horizontal;
}

/* ####################################    FORMULARIOS */
form ul{
	margin: 0 !important;
	list-style: none;
}
fieldset{
	margin-bottom: 2em;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="number"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="password"],
.wpcf7 input[type="date"],
.wpcf7 input[type="search"]{
	text-indent: 10px;
	margin: 0;
	width:100%;
	max-width: 100%;
	height: 40px;
	border: 0;
	border-radius: 5px;
	background-color: var(--blanco);
	font-size: 14px;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.wpcf7 textarea{
	text-indent: 0;
	padding: 10px;
	height:140px;
	width:100%;
	max-width: 100%;
	margin: 0;
	border: 0;
	border-radius: 5px;
	background-color: var(--blanco);
	font-size: 14px;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.wpcf7 select{
	text-indent: 3px;
	margin: 0;
	width:100%;
	max-width: 100%;
	height: 40px;
	border: 0;
	border-radius: 5px;
	background-color: var(--blanco);
	font-size: 14px;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	
	/*-moz-appearance:none;
    -webkit-appearance:none;
    appearance:none;*/
}
.wpcf7 li.select span{
	position: relative;
}
.wpcf7 li.select span:after{
	content: '\f078';
	color: var(--azul-01);
	position: absolute;
	margin-top: 4px;
	right: 15px;
	display: inline-block;
	line-height: 32px;
	border-left: 1px solid var(--gris-02);
	padding-left: 15px;
	pointer-events:none;
}
.wpcf7 input[type="file"]{
	max-width: 100%;
	overflow: hidden;
	font-size: 14px;
	text-indent: 10px;
	margin: 0;
	width:100%;
	max-width: 100%;
	height: 40px;
	border: 0;
	border-radius: 5px;
	line-height: 35px;
	background-color: var(--blanco);

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.wpcf7 input[type="text"]:hover,
.wpcf7 input[type="tel"]:hover,
.wpcf7 input[type="email"]:hover,
.wpcf7 input[type="url"]:hover,
.wpcf7 input[type="password"]:hover,
.wpcf7 input[type="date"]:hover,
.wpcf7 input[type="search"]:hover,
.wpcf7 input[type="file"]:hover,
.wpcf7 select:hover,
.wpcf7 textarea:hover,

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="url"]:focus,
.wpcf7 input[type="password"]:focus,
.wpcf7 input[type="date"]:focus,
.wpcf7 input[type="search"]:focus,
.wpcf7 input[type="file"]:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus{
    outline: none !important;
	-moz-outline: 0 none !important;
}
*:autofill {
  background: var(--blanco);
}
.wpcf7 input[type="password"]{
	color:#CC0000;
}
.wpcf7 input[type="checkbox"]{
	height: inherit;
}
.wpcf7 input[type="submit"]{
	width: 100%;
	padding: .75em !important;
}
.wpcf7-spinner{
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 10;
	margin: 0;
}
input.wpcf7-not-valid,
select.wpcf7-not-valid,
textarea.wpcf7-not-valid{
	border-color: #FF7777;
}
.wpcf7 form li{
	position: relative;
	margin: 0 !important;
	padding-bottom: 10px;
}
.wpcf7 form li.checkgroup{
	margin-bottom: 10px !important;
}
.wpcf7 form li.checkgroup.spaced .wpcf7-list-item{
	margin-right: 10px !important;
}
form small{
	color: #CC0000;
	line-height: 1.2em;
	font-size: 10px !important;
}
.wpcf7-form-control-wrap{
	position: initial !important;
}
span.wpcf7-not-valid-tip{
	position: absolute;
	bottom: 0;
	right: 4px;
	text-align: right;
	color: #CC0000;
	font-weight: 400;
	font-size: 10px;
	line-height: 10px;
}
.wpcf7-mail-sent-ok{
	background-color: #35c057;
	padding: 20px;
	text-align: center;
	color: var(--blanco);
	border: none !important;
}
.wpcf7 div.wpcf7-response-output{
	padding: 20px;
	text-align: center;
	background-color: var(--blanco);
}
.wpcf7-list-item{
	margin: 0;
}

.wpcf7{
	background-color: var(--gris-01);
	padding: 1.33em;
}
.wpcf7 form>h2{
	color: var(--celeste-01);
	font-size: 1.35em;
}
.acepto-obligatorio{
	font-size: 10px !important;
	margin-bottom: 1em !important;
}
.acepto-obligatorio small{
	font-size: 10px;
	display: inline-block;
	margin-left: 3em;
	color: var(--azul-01);
	font-weight: 600;
}
.checkgroup{
	margin: 10px 0;
	width:100%;
	max-width: 100%;
	border: 0;
	border-radius: 5px;
	background-color: var(--blanco);
	font-size: 12px;
	padding: 5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.checkgroup label{
	display: block;
	line-height: 14px;
	margin-right: 10px;
}
.checkgroup .wpcf7-list-item-label{
	font-weight: 600;
	color: var(--celeste-01);
}
.pedir-cita .wpcf7{
	padding: 20px;
	background-color: transparent !important;
}
.wpcf7 [class^="col"]{
	position: relative;
	background-color: var(--blanco);
	border-radius: 5px;
	margin-bottom: 10px;
	box-sizing: border-box;
	font-size: 14px;
}
.wpcf7 [class^="col"].acepto-obligatorio{
	background-color: transparent !important;
}
.wpcf7 [class^="col"].padding{
	padding: 0 10px;
	min-height: 40px;
	line-height: 40px;
}
.wpcf7 [class^="col"] label{
	margin-right: 10px;
}
.wpcf7 [class^="col"].padding.full{
	padding-top: 5px;
	line-height: 32px;
}
.wpcf7 [class^="col"].padding.full>label{
	display: block;
	width: 100%;
}
.wpcf7 [class^="col"].padding #cs_prioridad{
	max-width: 90%;
	display: flex;
	margin-left: 10%;
	flex-wrap: wrap;
}
.wpcf7 [class^="col"].padding #cs_prioridad>span{
	width: 45%;
}
.wpcf7 [class^="col"] .wpcf7-list-item{
	margin-left: 10px;
}
.wpcf7 span[data-name="chk-am-pm"]{
	float: right;
}
.wpcf7 a{
	color: var(--texto) !important;
	text-decoration: underline !important;
}
.wpcf7 a:hover{
	color: var(--celeste-01) !important;
}
/*
#cs_tipo input[type="checkbox"],
#cs_tipo label,
#cs_tipo input[type="checkbox"],
#cs_prioridad input[type="checkbox"],
#cs_tipo label,
#cs_prioridad label,
#cs_sintomas,
#cd_patologias,
#cs_especialidad,
#cd_doctor{
	pointer-events: none !important;
}*/




/* ####################################    MIGAS DE PAN */
/* YOAST */
#breadcrumb{
	margin: 0 auto;
	max-width: 1400px;
	padding: 2em 20px;
	font-size: .7em;
	text-align: left;
	box-sizing: border-box;
}
#breadcrumb ol{
	list-style: none;
	margin: 0 auto;
}
#breadcrumb li{
	display: inline-block;
	text-transform: uppercase;
	margin-right: 2px;
}
#breadcrumb a{
	list-style: none;
	text-decoration: none;
}
#breadcrumb a:hover{
	text-decoration: underline;
}


/* ####################################    BOTONES */
.button,
.wpcf7-submit,
.elementor-button,
.searchandfilter input[type="submit"]{
	font-weight: 600 !important;
	color: var(--blanco);
	text-shadow: 0 0 6px rgba(0,0,0,.25);
	font-size: 1em;
	padding: 1.25em 1.75em;
	
	display: inline-block;
	text-decoration: none;
	text-align: center;
	border: 0px;
	white-space: normal !important;

	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	border-radius: 5px !important;
}

/* COLORES DE BOTONES */

/* Normal */
.button,
.wpcf7-submit,
.elementor-button,
.searchandfilter input[type="submit"]{
    background-color: var(--azul-01);
	color: var(--blanco);
}
.button:hover,
.wpcf7-submit:hover,
.elementor-button:hover,
.searchandfilter input[type="submit"]:hover{
    background-color: var(--azul-02);
	color: var(--blanco);
	text-decoration: none;
}
/* Celeste */
.celeste .button,
.button.celeste,
.celeste .wpcf7-submit,
.celeste .elementor-button{
    background-color: var(--gris-01);
	color: var(--celeste-01);
}
.celeste .button:hover,
.button.celeste:hover,
.celeste .wpcf7-submit:hover,
.celeste .elementor-button:hover{
    background-color: var(--verde-01);
	color: var(--celeste-01);
}

/* AZUL */
.azul .button,
.button.azul,
.azul .wpcf7-submit,
.azul .elementor-button{
    background-color: var(--celeste-01);
	color: var(--blanco);
}
.azul .button:hover,
.button.azul:hover,
.azul .wpcf7-submit:hover,
.azul .elementor-button:hover{
    background-color: var(--celeste-02);
	color: var(--blanco);
}



/* Informacion */
.elementor-element.elementor-button-info .elementor-button{
    background-color: #5BC0DE;
}
.elementor-element.elementor-button-info .elementor-button:hover{
    background-color: #3CB0D2;
}
/* Correcto */
.elementor-element.elementor-button-success .elementor-button{
    background-color:#5CB85C;
}
.elementor-element.elementor-button-success .elementor-button:hover{
    background-color: #42AB42;
}
/* Advertencia */
.elementor-element.elementor-button-warning .elementor-button{
    background-color: #FFCC00;
}
.elementor-element.elementor-button-warning .elementor-button:hover{
    background-color: #FF9900;
}
/* Peligro */
.elementor-element.elementor-button-danger .elementor-button{
    background-color: #D9534F;
}
.elementor-element.elementor-button-danger .elementor-button:hover{
    background-color: #DB312C;
}

/* Whatsapp */
.elementor-element.whatsapp .elementor-button,
a.button-whatsapp{
    background-color: var(--whatsapp);
}


/* ####################################    WHATSAPP FLOTANTE */
.mb-wsp-widget{
    font-family: -apple-system, BlinkMacSystemFont, Roboto, Open Sans, Helvetica Neue, sans-serif !important;
	font-size: 15px;
	line-height: 1.3;
	font-weight: 400;
	letter-spacing: initial !important;	
    position: relative;
    width: 100%;
}
.mb-wsp-widget *{
    box-sizing: border-box !important;
    outline: none !important;
}
.mb-wsp-widget-wrap{
    display: inline-block;
    position: fixed;
    bottom: 30px;
    right: 20px;
    left: auto;
    z-index: 9999999;
}
#mb_wsp_button{
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
    cursor: pointer;
    user-select: none;
    background-color: var(--blanco);
    text-decoration: none;

    -webkit-box-shadow: 0px 3px 12px 0px rgba(0,0,0,0.18);
    -moz-box-shadow: 0px 3px 12px 0px rgba(0,0,0,0.18);
    box-shadow: 0px 3px 12px 0px rgba(0,0,0,0.18);
}
#mb_wsp_button i{
    font-size: 35px;
    color: #25D366;
}
.mb-wsp-button-dot{
    display: block;
    width: 12px;
    height: 12px;
    background-color: #C00;
    position: absolute;
    border-radius: 50%;
    right: 3px;
    top: 3px;
}
/* Bubble */
.mb-wsp-bubble{
	max-width: 88%;
    width: 360px;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    overflow: hidden;
    background-color: rgb(220, 220, 220);
    pointer-events: all;
    visibility: visible;
    touch-action: auto;
    margin-bottom: 96px;
    position: fixed;
    bottom: 0px;
    right: 0px;
    left: auto;
    margin-right: 20px;
	box-sizing: border-box;

    -webkit-box-shadow: 0px 12px 24px 0px rgba(0,0,0,0.18);
    -moz-box-shadow: 0px 12px 24px 0px rgba(0,0,0,0.18);
    box-shadow: 0px 12px 24px 0px rgba(0,0,0,0.18);
    
    opacity: 0;

	-webkit-transition: opacity 0.3s ease 0s, margin 0.3s ease 0s, visibility 0.3s ease 0s;
	-moz-transition: opacity 0.3s ease 0s, margin 0.3s ease 0s, visibility 0.3s ease 0s;
	-ms-transition: opacity 0.3s ease 0s, margin 0.3s ease 0s, visibility 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s, margin 0.3s ease 0s, visibility 0.3s ease 0s;
	transition: opacity 0.3s ease 0s, margin 0.3s ease 0s, visibility 0.3s ease 0s;
}
.mb-wsp-bubble.active{
    opacity: 1;
}
.mb-wsp-bubble:not(.active){
    pointer-events: none;
    touch-action: none;
    visibility: hidden;
}

.mb-wsp-close{
    position: absolute;
    top: 8px;
    right: 8px;
    width: 20px;
    height: 20px;
    text-align: center;
    opacity: .4;
    cursor: pointer;
    color: var(--blanco);
}
.mb-wsp-close:hover{
    opacity: 1;
}

.mb-wsp-header{
    background-color: #075e54;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    padding: 24px 20px;
}
.mb-wsp-img{
    width: 52px;
    height: 52px;
    display: block;
    position: relative;
    flex-shrink: 0;
    background: #075e54 url("inc/img/mb-wsp-user.jpg") no-repeat 50% 50%;
    background-size: cover;
    border-radius: 50%;
}
.mb-wsp-img::after{
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background-color: #25d366;
    border: 2px solid #075e54;
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 50%;
}
.mb-wsp-info{
    margin: 0 16px;
    color: var(--blanco);
    font-size: 16px;
}
.mb-wsp-info strong{
	font-weight: 700;
}
.mb-wsp-info small{
    font-size: 12px;
}

.mb-wsp-content{
    padding: 20px 20px 20px 10px;
    background: #ece5dd;
    background-image: url("inc/img/mb-wsp-content-bg.png");
    position: relative;
    overflow: hidden;
    max-height: 380px;
    background-size: 100% auto;
}
.mb-wsp-msg{
    display: inline-block;
    padding: 8px 10px 6px 14px;
    background-color: var(--blanco);
    border-radius: 0px 8px 8px;
    position: relative;
    margin-top: 4px;
    margin-left: 10px;

    max-width: calc(100% - 64px);

    -webkit-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.15);
    box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.15);

    z-index: 2px;
}
.mb-wsp-msg::before{
    content: '';
    top: 0;
    left: -12px;
    width: 12px;
    height: 19px;
    position: absolute;
    background: transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC") no-repeat 50% 50%;
    background-size: contain;
}
.mb-wsp-msg p{
    font-size: 14px;
    color: #222;
    padding-top: 5px;
}
.mb-wsp-msg strong{
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #757575;
    margin-bottom: 5px;
}
.mb-wsp-msg small{
    display: block;
    text-align: right;
    margin-top: 6px;
    font-size: 12px;
    color: #757575;
}

.mb-wsp-start-chat{
    background-color: var(--blanco);
    text-align: center;
}
.mb-wsp-start-chat a{
    text-decoration: none;
    background-color: #25D366;
    border-radius: 24px;
    border: 0;
    font-size: 15px;
    font-weight: 700;
    color: var(--blanco);
    cursor: pointer;
    position: relative;
    padding: 8px 10px;
    margin: 20px;
    overflow: hidden;
    appearance:none;

    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
}
.mb-wsp-start-chat a:hover{
    background-color: #0FB04A;
}
.mb-wsp-start-chat i{
    margin-right: 5px;
    font-size: 18px
}


/* ####################################    HEADER */
#header_main{
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	max-width: 100%;
	background: rgb(22,67,134);
	background: -moz-linear-gradient(90deg, rgba(22,67,134,1) 0%, rgba(12,178,218,1) 50%, rgba(121,226,168,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(22,67,134,1) 0%, rgba(12,178,218,1) 50%, rgba(121,226,168,1) 100%);
	background: linear-gradient(90deg, rgba(22,67,134,1) 0%, rgba(12,178,218,1) 50%, rgba(121,226,168,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#164386",endColorstr="#79e2a8",GradientType=1);
	padding-top: 1.5em;

	-webkit-box-shadow: 0px 10px 15px -5px rgba(0,0,0,0);
	-moz-box-shadow: 0px 10px 15px -5px rgba(0,0,0,0);
	box-shadow: 0px 10px 15px -5px rgba(0,0,0,0);

	z-index: 999;
}
.mb-scrolled #header_main{
	padding-top: 0;

	-webkit-box-shadow: 0px 10px 15px -5px rgba(0,0,0,0.33);
	-moz-box-shadow: 0px 10px 15px -5px rgba(0,0,0,0.33);
	box-shadow: 0px 10px 15px -5px rgba(0,0,0,0.33);
}
.header-container{
	background-color: rgba(255,255,255,.85);
}
.header-content{
	padding: .5em;
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: left;
}
.header-col{
	margin: .55em 0;
	text-align: center;
}
.header-menu{
	position: relative;
	margin: .55em 1em .55em 0;
}

#header_menu_toggle{
	position: relative;
	color: var(--azul-01);
	font-size: 2.22em;
	text-decoration: none;
	display: block;
	width: 1em;
	height: 1em;
	line-height: 1em;
	text-align: center;
}
.header-icons{
	margin-left: auto !important;
}
.header-icons .mb-col{
	vertical-align: middle;
}
.new-header-tel{
	margin: 5px 10px 5px 0px;
}
.new-header-tel-02{
	margin-top: 10px;
}
.new-header-tel small{
	font-weight: 500;
}
.header-icons img{
	margin: 0;
	max-width: 28px;
	vertical-align: middle;
}
.header-icons a{
	text-decoration: none;
	font-weight: 700;
	font-size: 1.25em;
}


/* LOGO */
.header-logo a{
	display: inline-block;
	text-decoration: none;
}
.header-logo h1{
	max-width: 280px;
	font-size: 1.5em;
	margin-bottom: 0;
}
.header-logo h2{
	max-width: 240px;
	font-size: 0.889em;
	font-weight: 400;
	margin-bottom: 0;
}
.header-logo img{
	width: 125px;
	height: auto;
}



/* ####################################    MENU */
.main-navbar{
	position: absolute;
	opacity: 1;
	top: 200%;
	width: 380px;
	display: none;
	background-color: var(--blanco);

	-webkit-box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.33);
	-moz-box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.33);
	box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.33);

	z-index: 100;

	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.mb-scrolled .main-navbar{
	top: 140%;
}
.menu-principal{
	list-style: none;
	line-height: 1.77em;
	margin: 0;
	text-align: left;
	width: 100%;
	box-sizing: border-box;
	padding: 30px;
}
.menu-principal a{
	text-decoration: none;
	font-weight: 600;
	color: var(--celeste-01);
	white-space: nowrap;
}
.menu-principal a:hover,
.menu-principal li.current-menu-item a,
.menu-principal li.active a{
	color: var(--azul-02);
}


/* ####################################    PERSONALIZADOS */
.elementor-image-carousel-caption{
	padding: 20px;
	font-size: 1.95em;
}
.swiper-pagination-bullets{
	bottom: 20px !important;
}
.swiper-pagination-bullet{
	background-color: var(--blanco) !important;
	opacity: 1 !important;
	border-radius: 0 !important;
}
.swiper-pagination-bullet-active{
	background-color: var(--celeste-01) !important;
}
h1.elementor-heading-title,
h1.doc-title{
	color: var(--azul-01);
	position: relative;
	text-align: center !important;
	font-weight: 600;
}
h1.doc-title{
	margin: 30px 0;
}
h1.elementor-heading-title:before,
h1.doc-title:before{
	content: '';
	display: block;
	width: 100%;
	max-width: 100%;
	height: 20px;
	position: absolute;
	top: 50%;
	margin-top: -5px;
	left: 0;
	background-color: var(--gris-01);
	z-index: -1;
}
#hero_home{
	position: relative;
}
#hero_home .elementor-widget-shortcode{
	max-width: 460px;
	margin: 20px auto;
}
#hero_home .wpcf7{
	background-color: rgba(250,250,250,.75);
}
#hero_home .wpcf7 h2{
	font-size: 1.35em;
	color: var(--celeste-01);
}
.addtoany_list a span{
	border-radius: 30px !important;
	padding: 4px !important;
}
.elementor-accordion .elementor-tab-title{
	border-bottom: 1px solid var(--gris-02) !important;
}
.elementor-accordion .elementor-tab-title a{
	font-size: 1.1em;
	color: var(--azul-01) !important;
	font-weight: 600;
}
.elementor-accordion-icon svg{
	fill: var(--azul-01) !important;
}

/* Cuadros Home */
.elementor-image-box-img{
	background-color: var(--blanco);
	border-radius: 50%;
	position: relative;
	z-index: 10;
}
.elementor-image-box-content{
	position: relative;
	padding: 6.25em 1.75em 3.75em 1.75em;
	border-radius: 10px;
	box-sizing: border-box;
	background-color: var(--gris-01);
	font-size: 1em;
	margin-top: -75px;
}
.elementor-image-box-title{
	font-size: 1.35em;
	line-height: 1.1em;
	margin-bottom: 1em;
}
.elementor-image-box-content p{
	line-height: 1.15em;
}
.elementor-image-box-content em{
	display: block;
	font-weight: 600;
	font-size: 1.15em;
	line-height: 1em;
	margin-bottom: 1.25em;
}
.elementor-image-box-content a.read-link{
	font-size: .85em;
	font-weight: 600;
}
.elementor-image-box-content a.button{
	display: block;
	max-width: 330px;
	width: 90%;
	position: absolute;
	bottom: -33px;
	left: 50%;
	transform: translateX(-50%);
	padding: 1.5em;
	font-size: .85em;
	background-color: var(--gris-01);
	color: var(--azul-01) !important;
	border-radius: 8px !important;
	z-index: 20;
}
.elementor-image-box-content a.button:hover{
	background-color: var(--celeste-02) !important;
	color: var(--blanco) !important;
}
/* Cuadro Home Amarillo */
.amarillo .elementor-image-box-content{
	background-color: var(--celeste-01);
}
.amarillo .elementor-image-box-title a{
	color: var(--azul-01) !important;
}
.amarillo .elementor-image-box-title a:hover{
	color: var(--azul-02) !important;
}
.amarillo .elementor-image-box-content p{
	color: var(--blanco);
}
.amarillo .elementor-image-box-content a.read-link{
	color: var(--azul-01) !important;
}
/* Cuadro Home Azul */
.azul .elementor-image-box-content{
	background-color: var(--azul-01);
}
.azul .elementor-image-box-title a{
	color: var(--verde-01) !important;
}
.azul .elementor-image-box-title a:hover{
	color: var(--azul-02) !important;
}
.azul .elementor-image-box-content p{
	color: var(--blanco);
}
.azul .elementor-image-box-content a.read-link{
	color: var(--verde-01) !important;
}
/* Cuadro Home Celeste */
.celeste .elementor-image-box-content{
	background-color: var(--verde-01);
}
.celeste .elementor-image-box-title a{
	color: var(--blanco) !important;
}
.celeste .elementor-image-box-content p{
	color: var(--celeste-01);
}
.celeste .elementor-image-box-content a.read-link{
	color: var(--blanco) !important;
}

/* ICONOS FLOTANTES */
#iconos_flotantes{
	position: fixed;
	display: block;
	left: 100%;
	top: -100em;
	z-index: 98;
	width: 295px;
	opacity: 0;
		
	-webkit-transition: opacity 0.8s;
	-moz-transition: opacity 0.8s;
	-ms-transition: opacity 0.8s;
	-o-transition: opacity 0.8s;
	transition: opacity 0.8s;
}
#iconos_flotantes.active{
	top: 40%;
	opacity: 1;
		
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.icono-flotante{
	margin-bottom: 5px;
	height: 78px;
	position: relative;
	left: -74px;
}
.icono-flotante:hover{
	left: -294px;
}
.icono-flotante a{
	text-decoration: none;
	font-size: .85em;
	display: flex;
	align-items: center;
	background-color: var(--gris-01);
}
.icono-flotante img{
	display: block;
	width: 78px;
	height: 78px;
	background-color: var(--azul-01);
}
.icono-flotante span{
	color: var(--azul-01);
	font-weight: 600;
	padding: 0 20px;
	opacity: 0;
}
.icono-flotante:hover span{
	opacity: 1;
}





/* PAGES */
.header-interior{
	min-height: 35vh;
	position: relative;
	max-width: 100%;
	padding: 20px;
}
.swiper-slide-inner{
	position: relative;
}
.header-interior:before,
.swiper-slide-inner:before{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgb(22,67,134);
	background: -moz-linear-gradient(90deg, rgba(22,67,134,1) 0%, rgba(12,178,218,1) 50%, rgba(121,226,168,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(22,67,134,1) 0%, rgba(12,178,218,1) 50%, rgba(121,226,168,1) 100%);
	background: linear-gradient(90deg, rgba(22,67,134,1) 0%, rgba(12,178,218,1) 50%, rgba(121,226,168,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#164386",endColorstr="#79e2a8",GradientType=1); 
	mix-blend-mode: multiply;
}
.header-interior-content{
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 860px;
	width: 100%;
	padding: 20px;
	transform: translate(-50%, -50%);
}
h1.hero-title{
	color: var(--blanco);
	margin: 0;
	text-align: center;
	font-weight: 600;
}
.page-angosta{
	max-width: 960px;
	margin: 0 auto;
}

/* Buscador Doctores */
.header-buscador{
	margin: 30px auto;
	box-sizing: border-box;
	/*max-width: 1400px;*/
	max-width: 960px;
	width: 100%;
	position: relative;
	padding: 35px;
	background-color: rgba(255,255,255,.6);
	box-sizing: border-box;
	font-size: 0.8em;
}
.header-buscador-title{
	font-weight: 400;
	font-size: 1.88em;
	color: var(--celeste-01);
}
.searchandfilter h4{
	font-weight: 400;
	font-size: 1em;
}
.searchandfilter>ul{
	position: relative;
	width: 100%;
	max-width: 100%;
	flex-wrap: wrap;
	display: flex;
	justify-content: flex-start;
}
.searchandfilter ul li{
	padding: 0;
}
.searchandfilter .search-half,.searchandfilter .search-full{
	position: relative;
	width: 100%;
}
.searchandfilter .search-half.prioridad h4{
	padding: 0 !important;
}
.searchandfilter *{
	color: var(--texto);
}
.chosen-container{
	max-width: 100%;
	width: 100% !important;
}
.searchandfilter select.sf-input-select,
.searchandfilter input.sf-input-text,
.chosen-container-single .chosen-single{
	background: var(--blanco);
	height: 40px;
	border: 0;
	width: 100%;
	text-indent: 0;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
	border-radius: 5px;
	box-shadow: none !important;
	padding: 0;
}
.sf-field-taxonomy-especialidades_doctores label,
.sf-field-search label{
	display: block;
	position: relative;
}
.searchandfilter ul ul label{
	font-weight: 600;
	color: var(--celeste-01);
}
.sf-field-taxonomy-especialidades_doctores,
.sf-field-search,
.sf-field-post-meta-mb_doc_visita,
.sf-field-taxonomy-sintomas_doctores,
.sf-field-taxonomy-patologias_doctores{
	max-width: 100%;
	border: 0;
	border-radius: 5px;
	background: var(--blanco);
	margin: 0 0 10px 0 !important;
	padding: 0 0 0 15px !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.searchandfilter>ul>li:last-child{
	margin-bottom: 0 !important;
}
.searchandfilter input[type="submit"]{
	width: 100%;
	padding: .75em !important;
	text-transform: uppercase;
}
.sf-field-taxonomy-especialidades_doctores{
	padding: 0;
}
.sf-field-taxonomy-especialidades_doctores label:after,
.sf-field-search label:after,
.sf-field-taxonomy-sintomas_doctores label:after,
.sf-field-taxonomy-patologias_doctores label:after{
	color: var(--azul-01);
	position: absolute;
	margin-top: 4px;
	right: 15px;
	display: inline-block;
	line-height: 32px;
	border-left: 1px solid var(--gris-02);
	padding-left: 15px;
	pointer-events:none;
}
.sf-field-taxonomy-especialidades_doctores label:after{
	content: '\f078';
}
.sf-field-taxonomy-sintomas_doctores label:after,
.sf-field-taxonomy-patologias_doctores label:after{
	content: '\f002';
}
.sf-field-search label:after{
	content: '\f002';
}
.chosen-container-active .chosen-choices{
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
.searchandfilter .search-half.prioridad{
	background-color: var(--blanco);
	border-radius: 5px;
	padding: 15px;
	margin-bottom: 10px;
}
.chosen-container-single .chosen-single span{
	padding-top: 9px;
}
.chosen-container-single .chosen-single>div{
	display: none !important;
	visibility: hidden !important;
}
.chosen-container .chosen-results li.highlighted{
	background: var(--azul-01) !important;
}
.header-buscador-sintomas .searchandfilter > ul{
	display: block;
}
.header-buscador-sintomas li{
	display: block;
	width: 100%;
	margin: 0 0 10px 0 !important;
}
.chosen-container-multi .chosen-choices{
	border: 0;
	padding: 5px 0;
	display: flex;
	min-height: 40px;
	align-items: center;
	justify-content: flex-start;
	background: var(--blanco) !important;
}
.chosen-container-multi .chosen-choices li.search-field{
	margin: 0 !important;
}
.chosen-container-multi .chosen-choices li.search-choice{
	float: none;
	width: auto;
	white-space: nowrap;
	margin: 4px 10px 4px 0 !important;
}

/* DOCTORES */
.doc-ficha{
	margin: 3em 0;
	max-width: 680px;
	padding: 20px;
}
.doc-single{
	margin: 3em auto 7em;
}
.doc-nombre h1{
	color: var(--celeste-01);
}
.doc-especialidades,
.doc-descripcion,
.doc-direcciones,
.doc-provincias,
.doc-precios,
.doc-atencion,
.doc-idiomas{
	margin-top: 1em;
	font-size: .88em;
}
.doc-especialidades{
	font-size: 1.1em;
	font-weight: 600;
	font-style: italic;
	color: var(--azul-01);
	margin-bottom: 1.5em;
}
.doc-descripcion{
	margin-bottom: 1em;
}
.doc-descripcion a.read-link{
	font-weight: 600;
	color: var(--azul-01);
	text-decoration: none;
}
.doc-descripcion a.read-link:hover{
	text-decoration: underline;
}
.doc-single .read_div{
	display: inline !important;
}
.doc-single a.read-link{
	display: none !important;
	visibility: hidden !important;
}
.doc-ficha h2{
	font-size: 1em;
	color: var(--celeste-01);
	font-weight: 600;
	border-bottom: 1px solid var(--gris-02);
}
.doc-direcciones ul,
.doc-provincias ul{
	list-style: none;
	line-height: 1.5em;
}
.doc-precios ul{
	list-style: none;
	margin: 0 !important;
}
.doc-precios li{
	text-align: left;
	margin-top: 8px;
}
.doc-precios small{
	font-size: 10px;
}
.doc-precios span{
	width: 100%;
	display: block;
	height: 15px;
	border: 1px solid var(--celeste-01);
	border-left: 0;
	margin-top: 4px;
}
.precio-1 span{
	background-color: var(--precio-01);
}
.precio-2 span{
	background-color: var(--precio-02);
}
.precio-3 span{
	background-color: var(--precio-03);
}
.precio-4 span{
	background-color: var(--precio-04);
}
.doc-atencion-list{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 40px;
}
.doc-atencion-list span{
	text-align: center;
}
span.Telefon:before,
span.Puhelin:before,
span.Sími:before,
span.Telefónica:before,
span.Telefonica:before,
span.Phone:before{
	content: url(inc/img/icono-telefonica.png);
}
span.Personligt:before,
span.Henkilökohtaisesti:before,
span.Í-eigin-persónu:before,
span.Personlig:before,
span.Presencial:before,
span.Personligen:before,
span.in-Person:before{
	content: url(inc/img/icono-presencial.png);
}
span.Video-opkald:before,
span.Videocall:before,
span.Videopuhelu:before,
span.Myndsímtal:before,
span.Videosamtale:before,
span.Videoconsulta:before,
span.Videokonsultation:before,
span.Video-Call:before{
	content: url(inc/img/icono-videoconsulta.png);
}
.doc-atencion-list small{
	font-size: 10px;
	display: block;
}
#doctores_list{
	display: flex;
	max-width: 1400px;
	margin: 0 auto;
	padding: 20px;
	justify-content: center;
	flex-wrap: wrap;
}
#doctores_list .mbdoctores{
	width: 100%;
	margin-bottom: 20px;
}
.doc-archive{
	margin-top: 0;
	margin-bottom: 2em;
	max-width: 100%;
	padding: 10px;
}
.doc-archive img.wp-post-image{
	display: block;
	width: 100%;
	height: auto;
	border: solid var(--gris-02);
	border-width: 1px 1px 0 1px;
}
.doc-archive-wrap{
	border: solid var(--gris-02);
	border-width: 0 1px 1px 1px;
	padding: 1.5em 1.5em 4em 1.5em;
	box-sizing: border-box;
	position: relative;
}
.doc-archive .doc-nombre h1{
	font-size: 1.2em;
	margin: 0 0 .1em 0;
}
.doc-archive .doc-especialidades{
	margin-top: 0;
	font-size: .85em;
}
.doc-archive .doc-descripcion{
	font-size: .75em;
}
.doc-archive .doc-direcciones ul,
.doc-archive .doc-provincias ul{
	font-size: .9em;
}
.doc-archive-wrap a.pedir-cita{
	width: 360px;
	position: absolute;
	bottom: -1em;
	left: 50%;
	transform: translateX(-50%);
	max-width: 90%;
}
.doc-provincias{
	display: none !important;
	visibility: hidden !important;
}
.doc-idiomas img{
	margin-right: 4px;
}

/* TESTIMONIOS */
.testimonios-list{
	max-width: 100%;
	box-sizing: border-box;
}
.testimonios-list .mbtestimonios{
	position: relative;
}
.testimonios-list .mbtestimonios:nth-child(even){
	background-color: var(--gris-01);
}
.testimonios-list .mbtestimonios:nth-child(odd){
	background-color: var(--blanco);
}
.testimonios-list .mbtestimonios:first-child:after{
	content: url(inc/img/quote-left.png);
	position: absolute;
	bottom: -30px;
	left: 15%;
	z-index: 10;
}
.testimonios-list .mbtestimonios:nth-child(3):after{
	content: url(inc/img/quote-right.png);
	position: absolute;
	bottom: -30px;
	right: 15%;
	z-index: 10;
}
.testim-single{
	padding: 3em 1.5em;
	max-width: 1100px;
	margin: 0 auto;
	text-align: center;
}
.testim-single .contenido{
	font-size: 1.25em;
	font-style: italic;
	margin-bottom: .75em;
}
.testim-single .contenido *{
	line-height: 1.25em;
}
.testim-tit{
	font-size: 1.25em;
	font-weight: 700;
	color: var(--azul-01);
	padding-right: .2em;
}
.testim-tipo{
	font-size: 1.15em;
}
#main_testimonios .mb-pagination{
	max-width: 1400px;
	margin: 80px auto 120px auto !important;
}
#testimonios_shortcode{
	position: relative;
	max-width: 960px;
	padding: 0 20px;
	margin: 0 auto;
	box-sizing: border-box;
}
.slick-prev,
.slick-next{
	bottom: 0;
	top: auto;
	left: auto;
	right: 0;
	width: 40px;
	height: 40px;
	background-color: var(--blanco);
	line-height: 38px;
	text-align: center;
	border: 1px solid var(--texto);
	z-index: 20;
}
.slick-prev{
	margin-right: 38px;
}
.slick-prev:before,
.slick-next:before{
	opacity: 1;
	color: var(--texto);
}
.slick-prev:before{
	content: '\f053';
}
.slick-next:before{
	content: '\f054';
}

/* BLOG LIST */
.blog-list{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
	padding-top: 40px;
	gap: 20px;
	margin-bottom: 60px;
}
.blog-shortcode{
	max-width: 100% !important;
	width: 1100px;
	margin: 0 auto 40px auto;
	padding-top: 0 !important;
}
.blog-list .post,
.blog-list .page{
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 40px;
}
.article-wrap{
	border: 1px solid var(--gris-02);
	height: 100%;
	position: relative;
}
.blog-list:not(.blog-shortcode) .article-wrap:after{
	content: url(inc/img/scandinavianhealthcenter-onda.png);
	display: inline-block;
	position: absolute;
	bottom: -14px;
	left: 50%;
	margin-left: -28px;
	z-index: 1;
}
.article-thumb img{
	width: 100%;
	height: auto;
	display: block;
}
.article-content{
	padding: 1.5em 1.5em 2.5em 1.5em;
	position: relative;
}
.article-date{
	font-size: .75em;
	margin-bottom: 1em;
	border-bottom: 1px solid var(--gris-02);
	padding-bottom: 5px;
}
.article-content h2{
	font-size: 1.15em;
	color: var(--celeste-01);
}
.article-content h2 a{
	color: var(--celeste-01) !important;
	text-decoration: none;
}
.blog-item-content{
	font-size: .75em;
}
.blog-item-content a{
	text-decoration: none;
	font-weight: 600;
	color: var(--azul-01);
}
.blog-item-content a:hover{
	color: var(--celeste-01);
}



/* BLOG SINGLE */
.mb-single-post{
	max-width: 880px;
	padding: 120px 20px 80px;
	margin-right: auto;
}
h1.single-title{
	color: var(--celeste-01);
}
.single-meta-top{
	margin-bottom: 2.5em;
}
.single-meta-bottom{
	padding-top: 120px;
	font-size: .75em;
	padding-bottom: 1em;
	border-bottom: 2px solid var(--gris-01);
}
.single-meta-bottom .addtoany_shortcode{
	margin-bottom: 40px;
}
.single-meta-bottom .mb-col.back a,
.single-meta-bottom .mb-col.nav a{
	color: var(--texto);
	text-decoration: none;
	font-weight: 600;
}
.single-meta-bottom .mb-col.back a i,
.single-meta-bottom .mb-col.nav a i{
	margin: 0 .5em;
	color: var(--gris-01);
	font-size: 1.5em;
}
.single-meta-bottom .mb-col.back a:hover,
.single-meta-bottom .mb-col.nav a:hover,
.single-meta-bottom .mb-col.back a:hover i,
.single-meta-bottom .mb-col.nav a:hover i{
	color: var(--azul-01);
}
span.nav-separador{
	display: inline-block;
	width: 2px;
	height: 2em;
	background: var(--gris-01);
	vertical-align: middle;
	margin: 0 2em;
}

/* SIDEBAR */
.widget-wrap{
	margin: 0 auto 2.5em auto;
	max-width: 320px;
	font-size: .85em;
}
.buscador-container form{
	position: relative;
}
.buscador-container .buscarinput,
.buscador-container .buscarboton{
	height: 42px;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
.buscador-container .buscarinput{
	padding-right: 46px;
	border: 0;
	border-radius: 5px;
	background-color: var(--gris-01);
	width: 100%;
	text-indent: 10px;
}
.buscador-container .buscarboton{
	position: absolute;
	top: 5px;
	right: 0;
	width: 46px;
	background-color: transparent;
	color: var(--azul-01);
	border: solid var(--gris-02);
	border-width: 0 0 0 2px;
	height: calc(100% - 10px);
}
.widget_categories select{
	height: 42px;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 5px;
	background-color: var(--gris-01);
	width: 100%;
	text-indent: 5px;

    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
}
.widget_categories{
	position: relative;
}
.widget_categories:after{
	content: '\f078';
	color: var(--azul-01);
	position: absolute;
	top: 5px;
	right: 14px;
	display: inline-block;
	line-height: 32px;
	border-left: 2px solid var(--gris-02);
	padding-left: 15px;
	pointer-events:none;
}



/* PAGINACION */
.mb-pagination{
    margin-bottom: 60px;
	border-bottom: 1px solid var(--gris-02);
	text-align: right;
	padding: 0 20px 5px 20px;
	max-width: 880px;
	box-sizing: border-box;
}
.mb-pagination ul{
    display: inline-block;
    white-space: nowrap;
    padding: 0;
    clear: both;
    border: 0;
    margin: 0;
	font-size: .9em;
}
.mb-pagination li{
    padding: 0;
    margin: 0;
    float: left;
    overflow: hidden;
	text-align: center;
}
.mb-pagination li a,
.mb-pagination li span{
    display: block;
    margin: 0;
    text-decoration: none;
    padding: .5em .75em;
    font-weight: 400;
    line-height: 1;
    min-width: 2em;
    color: var(--texto);
}
.mb-pagination li a:hover{
    color: var(--azul-01);
}
.mb-pagination li span.current{
	font-weight: 600;
}
.mb-pagination li a.prev{
	border-right: 1px solid var(--gris-02);
	margin-right: 10px;
}
.mb-pagination li a.prev i{
	margin-right: 1em;
}
.mb-pagination li a.next{
	border-left: 1px solid var(--gris-02);
	margin-left: 10px;
}
.mb-pagination li a.next i{
	margin-left: 1em;
}

/* MAPA DEL SITIO - SITEMAP */
.mb-sitemap{
	max-width: 1024px;
	margin: 20px auto;
	padding: 20px;
	box-sizing: border-box;
}
.sitemap-title{
	text-align: center;
	margin-bottom: 1em;
}
.sitemap-list-items{
	margin: 1em 0;
	padding-top: 1em;
	border-top: 1px solid var(--gris-01);
}
.mb-sitemap ul{
	list-style: none;
}
.mb-sitemap li{
	margin: 8px 0;
	padding: 2px;
}
.mb-sitemap li:first-child{
	margin-top: 0;
}
.mb-sitemap li::before{
    content: '• ';
    color: var(--azul-01);
}
.mb-sitemap li a{
	text-decoration: none;
}
.mb-sitemap li a:hover{
	text-decoration: underline;
}
.mb-sitemap ul ul{
	margin: 12px 0 10px 5px;
	padding-left: 8px;
	border-left: 1px solid var(--gris-01);
}



/* ERROR 404 */
.content404{
	text-align: center;
	max-width: 640px;
	padding: 20px;
	margin: 120px auto 80px auto;
}
.content404 h1{
	color: var(--celeste-01);
}
.content404 a.button{
	padding: 1em 2em !important;
}


/* SHORTCODE CORPORATIVO */
.mb-corporativo{
	margin-bottom: 2em;
}
.mb-corporativo h4{
	margin-bottom: 1em;
}
.mb-corporativo ul{
	list-style: none;
}
.mb-corporativo li{
	position: relative;
	line-height: 1.2em;
	margin-bottom: .4em;
	padding-left: 1.4em;
}
.mb-corporativo a{
	text-decoration: none;
}
.mb-corporativo i{
	margin-right: 4px;
	position: absolute;
	top: 2px;
	left: 0;
}
.mbdc.email{
    white-space: nowrap;
}

/* SHORTCODE REDES SOCIALES */
.mb-social ul{
	list-style: none;
	white-space: nowrap;
}
.mb-social li{
	display: inline-block;
	vertical-align: middle;
	margin: 3px;
}
.mb-social a{
	text-decoration: none;
	display: block;
	height: 32px;
	width: 32px;
	line-height: 32px;
	text-align: center;
	color: var(--blanco);
	font-size: 1em;
	border-radius: 50%;
	border: 1px solid var(--blanco);
}
.mb-social li.facebook a:hover{
	background-color: var(--facebook);
}
.mb-social li.instagram a:hover{
	background-color: var(--instagram);
}
.mb-social li.tiktok a:hover{
	background-color: var(--tiktok);
}
.mb-social li.youtube a:hover{
	background-color: var(--youtube);
}
.mb-social li.twitter a:hover{
	background-color: var(--twitter);
}
.mb-social li.linkedin a:hover{
	background-color: var(--linkedin);
}
.mb-social li.vimeo a:hover{
	background-color: var(--vimeo);
}
.mb-social li.pinterest a:hover{
	background-color: var(--pinterest);
}
.mb-social li.telegram a:hover{
	background-color: var(--telegram);
}
.mb-social a:hover{
	color: var(--blanco) !important;
}


/* ####################################    FOOTER */
#footer_main,
#footer_main *{
	box-sizing: border-box;
}
#footer_main .container{
	max-width: 1400px;
}
.footer-main{
	color: var(--blanco);
	font-size: 0.88em;
	background-color: var(--azul-01);
	padding-top: 2.2em;
}
.footer-main h4{
	font-size: 1.2em;
	margin-bottom: .5em;
	color: var(--blanco);
}
.footer-main a{
	color: var(--blanco);
	text-decoration: none;;
}
.footer-main a:hover{
	color: var(--celeste-02);
	text-decoration: none;
}
.prefooter{
	height: 1.66em;
	display: block;
	width: 100%;
	max-width: 100%;
	background: rgb(22,67,134);
	background: -moz-linear-gradient(90deg, rgba(22,67,134,1) 0%, rgba(12,178,218,1) 50%, rgba(121,226,168,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(22,67,134,1) 0%, rgba(12,178,218,1) 50%, rgba(121,226,168,1) 100%);
	background: linear-gradient(90deg, rgba(22,67,134,1) 0%, rgba(12,178,218,1) 50%, rgba(121,226,168,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#164386",endColorstr="#79e2a8",GradientType=1); 
}
.footer-widget{
	max-width: 340px;
	display: block;
	width: 100%;
	margin: 0 auto 30px auto !important;
}
.footer-widget-00{
	max-width: 300px;
}
.footer-logo{
	margin-top: 20px;
	margin-bottom: 40px;
}
.footer-main .col-8{
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
}
.footer-main .col-8 .footer-widget{
	border-left: 1px solid var(--blanco);
	padding:  10px 60px 10px 20px;
}
.footer-main .col-8 .footer-widget-03{
	margin-right: 60px;
}
.footer-menu{
	list-style: none;
	line-height: 1.5em;
}
.footer-menu li{
	white-space: nowrap;
}
.footer-menu .current-menu-item a{
	font-weight: 600;
	color: var(--azul-01);
}
.footer-bottom{
	font-size: .66em;
	padding: 5px;
}
.footer-bottom ul,
.footer-bottom li{
	list-style: none;
}
.footer-bottom li{
	display: inline-block;
	margin: .5em 0;
}
.footer-bottom li:not(:last-child){
	padding: 0 .7em 0 .75em;
	border-right: 1px solid var(--texto);
}
.footer-bottom a{
	color: var(--texto);
	text-decoration: none;
}
.footer-bottom a:hover{
	text-decoration: underline;
	color: var(--celeste-01);
}

/* Back to Top */
.cd-top{
	display: inline-block;
	position: fixed;
	bottom: 9px;
	right: 95px;
	line-height: 1em;
	font-size: 2.3em;
	text-align: center;
	text-decoration: none;
	color: var(--negro);
	visibility: hidden;
	opacity: 0;

	z-index: 500;
	
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;

	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top::after{
	content: '';
	display: block;
	border-radius: 100%;
	width: 0.8em;
	height: 5px;
	background-color: var(--negro);
	opacity: .15;
	margin-left: 0.1em;
	margin-top: 0.15em;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover{
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible{
	visibility: visible;
	opacity: 1;
}
.cd-top.cd-fade-out{
	opacity: .5;
}
.cd-top:hover{
	opacity: 1;
}
.cd-top:hover::after{
	margin-top: 0.05em;
}

/* Creditos */
.creditos{
	letter-spacing: 0;
	padding: 5px;
}
.creditos p{
	font-size: 9px;
	text-align: center;
	margin: 0;
	padding: 0;
	line-height: 1.2em;
}
.creditos a{
	padding:0 2px;
}
.grecaptcha-badge{
	position: absolute !important;
	top: -9500em !important;
	left: -9500em !important;
	z-index: -99 !important;
}


/* ####################################    MEDIA QUERIES */
@media only screen and (max-width:480px){
}
@media only screen and (min-width:481px){
	.doc-precios ul{
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.doc-precios ul:before{
		content: url('inc/img/icono-prioridad.png');
		margin-right: -7px;
		z-index: 10;
	}
	.doc-precios li{
		text-align: center;
	}
	.doc-precios span{
		width: 76px;
	}
}
@media only screen and (max-width:767px){
	.hide-on-mobile{
		display: none !important;
		visibility: hidden !important;
	}
	.creditos small{
		display: block;
		font-size: 0;
		line-height: 2px;
	}
	/* PERSONALIZADO */
	.elementor-image-carousel-caption{
		position: relative;
		color: var(--blanco);
		padding: 60px;
	}
	.elementor-image-carousel-caption p{
		line-height: 1em;
	}
	.blog-list{
		padding-left: 40px;
		padding-right: 40px;
	}
	.wpcf7 [class^="col"] label{
		display: block;
	}
	.wpcf7 span[data-name="chk-am-pm"]{
		display: block;
		float: none;
		border-top: 1px solid var(--gris-02);
	}
	.mb-col.back,
	.mb-col.nav{
		display: block;
		margin-bottom: 20px;
	}
	.footer-widget{
		max-width: 480px;
	}
	.footer-bottom{
		text-align: center;
	}
	#testimonios_shortcode{
		padding-bottom: 5em;
	}
	body.home .elementor-image-carousel-wrapper{
	background: rgb(22,67,134);
	background: -moz-linear-gradient(90deg, rgba(22,67,134,1) 0%, rgba(12,178,218,1) 50%, rgba(121,226,168,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(22,67,134,1) 0%, rgba(12,178,218,1) 50%, rgba(121,226,168,1) 100%);
	background: linear-gradient(90deg, rgba(22,67,134,1) 0%, rgba(12,178,218,1) 50%, rgba(121,226,168,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#164386",endColorstr="#79e2a8",GradientType=1); 
	mix-blend-mode: multiply;
	}
	body.home .swiper-slide-inner:before{
		display: none !important;
		visibility: hidden !important;
	}
}



@media only screen and (min-width:768px){
	/* GRILLA */
	.col-1-sm{
		width: 6.33%;
	}
	.col-2-sm{
		width: 14.66%;
	}
	.col-3-sm{
		width: 23%;
	}
	.col-4-sm{
		width: 31.33%;
	}
	.col-5-sm{
		width: 39.66%;
	}
	.col-6-sm{
		width: 48%;
	}
	.col-7-sm{
		width: 56.33%;
	}
	.col-8-sm{
		width: 64.66%;
	}
	.col-9-sm{
		width: 73%;
	}
	.col-10-sm{
		width: 81.33%;
	}
	.col-11-sm{
		width: 89.66%;
	}
	.col-12-sm{
		width: 98%;
	}
	/* COLUMNAS */
	.columnas-2,
	.columnas-4{
		-moz-column-count: 2;
		-webkit-column-count: 2;
		column-count: 2;
	}
	.columnas-3{
		-moz-column-count: 3;
		-webkit-column-count: 3;
		column-count: 3;
	}
	.columnas-2,
	.columnas-3,
	.columnas-4{
		-moz-column-gap: 1.5em;
		-webkit-column-gap: 1.5em;
		column-gap: 1em;
	}
	.columnas-2 li, .columnas-2 p,
	.columnas-3 li, .columnas-3 p,
	.columnas-4 li, .columnas-4 p{
		-webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
		page-break-inside: avoid; /* Firefox */
		break-inside: avoid; /* IE 10+ */
	}
	/* FORMS */
	form.wpcf7-form li.medio{
		display: inline-block;
		width: 48.1%;
		vertical-align: middle;
		margin-right: 1.5% !important;
	}
	form.wpcf7-form li:not(.medio){
		width: 98%;
	}
	.contenido ul,
	.contenido ol,
	.elementor-widget-text-editor ul,
	.elementor-widget-text-editor ol,
	.entry-content ul,
	.entry-content ol{
		margin: 1.5em;
	}
	/* PERSONALIZADO */
	.header-interior{
		min-height: 50vh;
	}
	.creditos p{
		font-size:11px;
	}
	/*.searchandfilter .search-half{
		width: 50%;
	}*/
	.searchandfilter .search-half:first-child{
		padding-right: 10px;
	}
	.searchandfilter .search-half:last-child{
		padding-left: 10px;
	}
	.searchandfilter h4{
		padding: 9px 20px 9px 0 !important;
	}
	.blog-list .post{
		width: 45%;
	}
	.mb-scrolled .header-logo img{
		width: 140px;
	}
	.header-icons img{
		max-width: 40px;
	}
	.elementor-image-carousel-caption{
		width: 76%;
		max-width: 720px;
		left: 12%;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		text-align: left !important;
		box-sizing: border-box;
	}
	.elementor-image-carousel-caption p{
		color: var(--blanco);
		line-height: 1em;
	}
	.elementor-image-carousel-caption p strong:first-child{
		font-size: 1.5em;
	}
	.elementor-image-carousel-caption p em{
		font-size: 1.15em;
		font-style: normal;
		font-weight: 700;
	}
	.checkgroup{
		height: 35px;
	}
	.checkgroup label{
		display: inline-block;
		max-width: 100px;
		vertical-align: middle;
	}
	.testim-single{
		padding: 2em;
	}
	.header-buscador{
		margin: 20vh auto 30px auto;
	}
	.single-meta-bottom .mb-row{
		display: flex;
		align-items: center;
	}
	.single-meta-bottom .mb-col.nav{
		margin-left: auto;
	}
	.header-content{
		padding: 1em;
	}
	.header-logo img{
		width: 180px;
	}
	.header-icons .mb-col{
		margin-left: .5em;
		text-align: left;
	}
	.header-icons img{
		margin: 0;
	}
	.footer-widget{
		display: inline-block;
		max-width: 300px;
		margin-right: 0 !important;
	}
	.testim-single{
		padding: 2em;
	}
	.testim-single .contenido{
		font-size: 1.45em;
		line-height: 1.15em;
	}
	.creditos{
		text-align: right;
	}
	#doctores_list .mbdoctores{
		width: 48%;
	}
}


@media only screen and (max-width: 1024px){
	.header-icons a.header-link span{
		display: none;
		visibility: hidden;
	}
}
@media only screen and (min-width: 1025px){
	body, html{
		font-size: 18px;
	}
	/* GRILLA */
	.container{
		width: 100%;
		max-width: 1400px;
		margin-left: auto;
		margin-right: auto;
	}
	.col-1{
		width: 6.33%;
	}
	.col-2{
		width: 14.66%;
	}
	.col-3{
		width: 23%;
	}
	.col-4{
		width: 31.33%;
	}
	.col-5{
		width: 39.66%;
	}
	.col-6{
		width: 48%;
	}
	.col-7{
		width: 56.33%;
	}
	.col-8{
		width: 64.66%;
	}
	.col-9{
		width: 73%;
	}
	.col-10{
		width: 81.33%;
	}
	.col-11{
		width: 89.66%;
	}
	.col-12{
		width: 98%;
	}
	/* Quintos */
	.col-1-5{
		width: 18%;
	}
	.col-2-5{
		width: 38%;
	}
	.col-3-5{
		width: 58%;
	}
	.col-4-5{
		width: 78%;
	}
	.push-right{
		float: right !important;
	}
	.columnas-2{
		-moz-column-count: 2;
		-webkit-column-count: 2;
		column-count: 2;
	}
	.columnas-3{
		-moz-column-count: 3;
		-webkit-column-count: 3;
		column-count: 3;
	}
	.columnas-4{
		-moz-column-count: 4;
		-webkit-column-count: 4;
		column-count: 4;
	}
	.columnas-2,
	.columnas-3,
	.columnas-4{
		-moz-column-gap: 2em;
		-webkit-column-gap: 2em;
		column-gap: 2em;
	}
	.mbdc.email{
		overflow: hidden !important;
		text-overflow: ellipsis;
	}
	.header-interior{
		min-height: 60vh;
	}
	.elementor-image-box-content{
		text-align: left;
	}
	.mb-pagination{
		margin-bottom: 100px;
	}
	#sidebar{
		padding-top: 120px;
	}
	.blog-shortcode .post{
		width: calc(33% - 11px);
	}
	.header-col{
		margin: .55em 1.5em .55em 0;
	}
	.header-content{
		padding: 1.66em;
	}
	.mb-scrolled .header-content{
		padding: .1em;
	}
	.swiper-pagination-bullets{
		bottom: 40px !important;
	}
	.testim-single{
		padding: 4em;
	}
	#testimonios_shortcode:before,
	#testimonios_shortcode:after{
		position: absolute;
	}
	#testimonios_shortcode:before{
		content: url(inc/img/quote-left.png);
		top: 0;
		left: -4%;
	}
	#testimonios_shortcode:after{
		content: url(inc/img/quote-right.png);
		bottom: 52%;
		right: -4%;
	}
	.widget-wrap{
		margin: 0 0 2.5em auto;
	}
	.blog-list{
		padding-top: 100px;
		max-width: 880px;
	}
	.header-buscador{
		margin: 35vh auto 30px auto;
	}
	#breadcrumb{
		background: transparent url(inc/img/scandinavianhealthcenter-onda.png) no-repeat 50% 50%;
	}
}


@media only screen and (min-width: 1225px){
	.header-interior{
		background-attachment: fix ed;
	}
	.sf-field-post-meta-mb_doc_visita,
	.sf-field-post-meta-mb_doc_visita ul{
		display: flex !important;
		flex-wrap: wrap;
		align-items: center;
	}
	.sf-field-post-meta-mb_doc_visita ul li{
		padding-right: 15px !important;
	}
	.sf-field-post-meta-mb_doc_visita ul li label,
	.search-half.prioridad ul li label{
		padding-left: 5px !important;
	}
	.search-half.prioridad{
		padding-top: 30px !important;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	.search-half.prioridad h4{
		position: absolute;
		top: 10px;
		width: 96%;
	}
	.search-half.prioridad>li{
		width: 50%;
		box-sizing: border-box;
		padding-right: 25px;
		z-index: 10;
	}
	.header-interior{
		min-height: 75vh;
	}
	.header-col{
		margin: .55em 1em .55em 0;
	}
	.header-logo img{
		width: 350px;
	}
	#hero_home .elementor-widget-shortcode{
		position: absolute;
		top: 50%;
		right: 12%;
		z-index: 10;
		transform: translateY(-50%);
		margin: 0;
	}
	#doctores_list .mbdoctores{
		width: 33.3%;
	}

}


@media only screen and (min-width: 1400px){
	.columnas-2,
	.columnas-3,
	.columnas-4{
		-moz-column-gap: 3em;
		-webkit-column-gap: 3em;
		column-gap: 3em;
	}
	.sf-field-taxonomy-especialidades_doctores,
	.sf-field-search{
		width: calc(50% - 5px);
		display: inline-block !important;
	}
	.sf-field-taxonomy-especialidades_doctores{
		margin-right: 5px !important;
	}

	.sf-field-search{
		margin-left: 5px !important;
	}
	.search-half.prioridad>li{
		width: 40%;
	}
	.search-half.prioridad li ul li{
		padding: 0;
	}
}


/* Eliminamos animaciones para quienes las tengan deshabilitadas */
/*@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after,
	.animated{
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}*/
/* ANULANDO EN ELEMENTOR */
body.elementor-editor-active header.MainHeader,
body.elementor-editor-active header.header-main{
	position: relative !important;
	z-index: inherit !important;
}
body.elementor-editor-active.mb-scrolled #header_scroll{
	display: none !important;
	visibility: hidden !important;
}
body.elementor-editor-active .mfp-hide{
	display: initial !important;
	position: relative !important;
}
ul.elementor-editor-element-settings{
	margin: 0 !important;
}