/*
Theme Name: 	Betheme Child
Theme URI: 		http://themes.muffingroup.com/betheme
Author: 		Muffin group
Author URI: 	http://muffingroup.com
Description:	Child Theme for Betheme - Premium WordPress Theme
Template:		betheme
Version: 		1.6.1.1
*/

/* Theme customization starts here
-------------------------------------------------------------- */

/* ----------------------------------------------------------- */
/* ----------------------------------------------------------- */
/* HOMEPAGE
-------------------------------------------------------------- */
/* ----------------------------------------------------------- */

#Top_bar .menu > li > a span {
	padding: 0 25px 0 8px !important;
}

#Top_bar .sub-menu li > a span {
	font-size: 13px;
} 

.slider-home {
	margin-bottom: 0 !important;
}

.home-services {
	max-width: 950px;
	margin: 0 auto;
}

.home-services .service {
	background-color: #ffffff;
    padding: 50px 15px;
    box-shadow: -1px 4px 7px 0 #d8d8d8;
    -webkit-transition: background-color .5s ease-out, box-shadow .5s ease-out;
  	-moz-transition: background-color .5s ease-out, box-shadow .5s ease-out;
  	-o-transition: background-color .5s ease-out, box-shadow .5s ease-out;
  	transition: background-color .5s ease-out, box-shadow .5s ease-out;
}

.home-services .service:hover {
	background-color: #f5f8fb;
    box-shadow: -1px 4px 7px 0 #b8b8b8;
}

.home-services .service h4 {
	font-size: 20px;
}

.row-light h1, .row-light h2, .row-light h3, .row-light h4, .row-light h5, .row-light h6, .row-light p, .row-light div {
	color: #ffffff;
}

.the_content_wrapper ul li ul {
	list-style-type: circle;
}

blockquote {
	font-size: 21px !important;
    font-style: italic;
    padding-bottom: 15px;
}

blockquote span.autor {
	font-size: 15px;
    font-style: normal;
}

@media screen and (max-width: 767px) {
	blockquote {
		font-size: 16px !important;
	}
}

#Top_bar .menu li ul li a {
	padding: 6px 20px;
}

#Top_bar .menu li ul li {
	width: 300px;
}

#Top_bar .menu li ul li ul {
	left: 300px;
}

#Top_bar .menu li ul li ul li {
	width: 400px;
}

#Top_bar .menu #menu-item-1647 ul li, #Top_bar .menu #menu-item-1222 ul li {
	width: 300px;
}

#Top_bar .menu #menu-item-601 ul li {
	width: 220px;
}

#Top_bar .menu #menu-item-601 ul li ul {
	left: 200px;
}

.popups-home .popup-link {
	font-family: "Classico", Arial, Tahoma, sans-serif;
    font-size: 1.6em;
    line-height: 1.2em;
}

.home-cert .vc_single_image-wrapper {
	max-width: 150px;
}

.ult-vc-seperator {
	z-index: 9 !important;
}

/* TESTIMONIAL
**************************************************************/

.testimonial-home .wpb_wrapper {
	padding: 30px 20px 10px;
}

@media screen and (min-width: 768px) {
	.testimonial-home .wpb_wrapper {
		padding: 50px 40px 30px;
	}
}

.testimonial-home ul.slick-dots {
	padding-top: 40px;
}

.ult-carousel-wrapper button {
	box-shadow: none;
}

.ult-carousel-wrapper button:after {
	display: none;
}

.razones img {
	border-radius: 100%;
    margin-bottom: 20px !important;
    border: 3px solid #ffffff;
}

/* FORUMULARIO HEADER HOME
**************************************************************/

.form-home-landing .title, .form-home-landing .pretitle {
	max-width: 300px;
}

.form-home-landing h4 {
	color: #305a88 !important;
    background-color: #ffffff;
    text-align: center;
    padding: 12px;
    border-radius: 50px;
    border: 1px solid #305a88;
}

.form-home-landing h3 {
	color: #ffffff !important;
    background-color: #305a88;
    text-align: center;
    padding: 8px 8px 8px 0px;
    border-radius: 50px;
    border: 1px solid #305a88;
    font-size: 1.8em;
}

.form-rev h3 {
	font-size: 1.5em;
}

@media screen and (max-width: 1239px) {
	.form-home-landing h4 {
		font-size: 15px;
	}
}

.form-home-landing input[type="email"], .form-home-landing input[type="text"], .form-home-landing input[type="tel"], .form-home-landing select {
	max-width: 300px;
    border-radius: 100px;
    padding: 12px;
    background-color: rgba(255,255,255,.9);
    border-color: #305a88;
    color: #305a88 !important;
    font-weight: 700;
}

.form-home-landing select {
    padding: 11px 10px;
    appearance: menulist;
    -moz-appearance: menulist;
	-webkit-appearance: menulist;
}

.form-home-landing input[type="email"].wpcf7-email::-webkit-input-placeholder, .form-home-landing input[type="text"].wpcf7-text::-webkit-input-placeholder, .form-home-landing input[type="tel"].wpcf7-tel::-webkit-input-placeholder {
  color: #777777;
}

.form-home-landing input[type="email"]:focus, .form-home-landing input[type="text"]:focus, .form-home-landing input[type="tel"]:focus {
    background-color: rgba(255,255,255,1) !important;
    border-color: #305a88;
}

.form-home-landing input[type="submit"] {
	width: 100%;
    max-width: 300px;
    border-radius: 100px;
    padding: 15px;
    background-color: #305a88;
    font-size: 16px;
}
/*
@media screen and (max-width: 767px) {
	.form-home-landing input[type="email"], .form-home-landing input[type="text"], .form-home-landing input[type="tel"] {
	    background-color: transparent;
	    border-color: #305a88;
	    color: #4a4a4a !important;
	}

	.form-home-landing input[type="email"].wpcf7-email::-webkit-input-placeholder, .form-home-landing input[type="text"].wpcf7-text::-webkit-input-placeholder, .form-home-landing input[type="tel"].wpcf7-tel::-webkit-input-placeholder {
	  color: #999999;
	}

	.form-home-landing input[type="email"]:focus, .form-home-landing input[type="text"]:focus, .form-home-landing input[type="tel"]:focus {
	    background-color: #f4f4f4 !important;
	    border-color: #305a88;
	}
}*/

.aceptacion .wpcf7-list-item {
	margin-left: 5px;
}

.aceptacion .wpcf7-list-item .wpcf7-list-item-label {
	font-size: 13px;
	font-weight: 400;
}

.form-home-landing .legal p {
	margin-bottom: 0;
}

.form-home-landing .legal p.texto {
	font-size: 11px;
	line-height: 16px;
	padding-left: 10px;
}

.form-header .aceptacion .wpcf7-list-item .wpcf7-list-item-label {
	color: #ffffff;
}

.form-header .aceptacion .wpcf7-list-item .wpcf7-list-item-label a {
	color: #ffffff;
	text-decoration: underline;
}

.form-header .legal p.texto {
	color: #ffffff;
}

/* ----------------------------------------------------------- */
/* ----------------------------------------------------------- */
/* PAGÍNAS DE CATEGORIA
-------------------------------------------------------------- */
/* ----------------------------------------------------------- */

.seccion .titulo, .seccion .sep {
	margin-bottom: 0;
	border-top-left-radius: 30px;
}

.seccion .sep {
	margin-bottom: 0;
}

.seccion .desc {
	margin-top: -10px;
	border-bottom-right-radius: 30px;
}

.seccion .titulo h4 {
	padding: 30px 30px 15px 30px;
    color: #ffffff;  
}

.seccion .titulo a {
    color: #ffffff;  
}

.seccion .sep .wpb_wrapper > div {
    margin-bottom: 0;
}

.seccion .desc .wpb_wrapper {
	padding: 35px;
}

.seccion .button {
	border-radius: 100px !important;
}

.seccion-acordeon .accordion .question {
	border: none;
}

.seccion-acordeon .accordion .question .title {
	border: none;
	padding: 14px;
	font-size: 20px;
	background: none;
}

.seccion-acordeon .accordion .question .title:before {
	display: none;
}

.seccion-acordeon .accordion .question .title i {
	display: none !important;
}

.seccion-acordeon .accordion .question.active .title {
	color: #76b644;
}

.seccion-acordeon .accordion .answer a.button {
	border-radius: 100px;
}

@media screen and (max-width: 767px) {
	.seccion-acordeon .accordion .question .title {
		font-size: 15px;
	}
}

.categorias .vc_column-inner {
	background-color: #ffffff;
    padding-top: 30px;
    padding-bottom: 50px;
    box-shadow: -1px 4px 7px 0 #d8d8d8;
}

.categorias .cat-vacia .vc_column-inner {
	background-color: transparent;
    box-shadow: none;
}

.categorias .cat-boton {
	margin-bottom: 0;
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    padding: 0 8%;
}

.categorias .cat-boton a.button {
	border-radius: 100px;
}


/* ----------------------------------------------------------- */
/* ----------------------------------------------------------- */
/* PAGÍNAS DE CONTENIDO
-------------------------------------------------------------- */
/* ----------------------------------------------------------- */

.header-content .upb_row_bg:after {
  content: '';
  position: absolute;
  width: inherit;
  height: inherit;
  top: 0;
  left: 0;
  background: rgba(52, 88, 136, 0.7);
}

.header-content-8 .upb_row_bg:after {
  content: '';
  position: absolute;
  width: inherit;
  height: inherit;
  top: 0;
  left: 0;
  background: rgba(52, 88, 136, 0.8);
}

.header-content h1, .header-content h4 {
	color: #ffffff;
}

.header-content .titulo {
	padding: 150px 0;
}

@media screen and (max-width: 959px) {
	.header-content .titulo {
		padding: 90px 0;
	}
}

@media screen and (max-width: 767px) {
	.header-content .titulo {
		padding: 60px 0;
	}
}

.item-contenido {
	display: table;
    width: 100%;
    margin-bottom: 30px;
    overflow: hidden;
}

.item-contenido .item-title {
	display: table-cell;
    width: 270px;
    height: 100%;
    position: relative;
}

.item-contenido .item-title-adulto-1 {
	background: url(../../uploads/2018/04/adulto-01.png) no-repeat left bottom;
    background-size: 85%;
}

.item-contenido .item-title-1 {
	background: url(../../uploads/2018/04/que-es-02.png) no-repeat left bottom;
    background-size: 85%;
}

.item-contenido .item-title-2 {
	background: url(../../uploads/2018/04/sintomas-01.png) no-repeat left bottom;
    background-size: 85%;
}

.item-contenido .item-title-sintomas-2 {
	background: url(../../uploads/2018/04/sintomas-02.png) no-repeat right bottom;
    background-size: 85%;
}

.item-contenido .item-title-tipos-1 {
	background: url(../../uploads/2018/04/tipos-01.png) no-repeat left bottom;
    background-size: 85%;
}

.item-contenido .item-title-tratamiento-1 {
	background: url(../../uploads/2018/04/tratamiento-01.png) no-repeat left bottom;
    background-size: 85%;
}

.item-contenido .item-title-tratamiento-2 {
	background: url(../../uploads/2018/04/tratamiento-02.png) no-repeat right bottom;
    background-size: 85%;
}

.item-contenido .item-title-adulto {
    background-color: #76b644;
}

.item-contenido .item-title .title {
	font-size: 30px;
    font-weight: 500;
    line-height: 1.2;
    position: absolute;
    left: 20px;
    bottom: 20px;
    color: #ffffff;
    font-family: "Classico", Arial, Tahoma, sans-serif;
}

.item-contenido .item-title .title-left {
	font-size: 30px;
    font-weight: 500;
    line-height: 1.2;
    position: absolute;
    right: 20px;
    bottom: 20px;
    color: #ffffff;
    font-family: "Classico", Arial, Tahoma, sans-serif;
}

.item-contenido .item-title .triangle {
	width: 0;
    height: 0;
    content: "";
    display: block;
    position: absolute;
    overflow: hidden;
    margin: auto;
}

.item-contenido .item-title .triangle-right {
	top: 0;
    border-style: solid;
    border-top-width: 1000px;
    border-top-color: #fff;
    border-left-color: transparent;
    border-right-color: transparent;
    border-left-width: 60px;
    border-right-width: 0;
    right: 0;
}

.item-contenido .item-title .triangle-left {
	top: 0;
    border-style: solid;
    border-top-width: 1000px;
    border-top-color: #fff;
    border-left-color: transparent;
    border-right-color: transparent;
    border-left-width: 0;
    border-right-width: 60px;
    left: 0;
}

.item-contenido .item-texto  {
	display: table-cell;
    position: relative;
    background: #ffffff;
    padding: 50px 50px 50px 15px;
}

.item-contenido .item-texto-left  {
    padding: 50px 15px 50px 50px;
}

.item-contenido .item-texto h4 {
	padding-top: 15px;
}

@media screen and (max-width: 959px) {
	.item-contenido .item-title {
		width: 28%;
	}
	.item-contenido .item-title .title {
		font-size: 22px;
	}

	.item-contenido .item-title .title-left {
		font-size: 22px;
	}
	.item-contenido .item-title .triangle {
		display: none;
	}
	.item-contenido .item-texto  {
	    padding: 40px;
	}
}

@media screen and (max-width: 767px) {
	.item-contenido {
		display: block;
	    width: 100%!important;
	    position: relative;
	}
	.item-contenido .item-title {
		display: block;
	    width: 100%!important;
	    position: relative;
		height: 80px;
	    background-size: 150px!important;
	    background-position-y: -56px!important;
	}
	.item-contenido .item-title .title {
		font-size: 20px;
		left: 30px;
	}
	.item-contenido .item-title .triangle {
		display: none;
	}
	.item-contenido .item-texto  {
	    padding: 20px 20px 30px;
	}
	.item-title-left {
		display: none !important;
	}
}

@media screen and (min-width: 768px) {
	.item-title-left-mobile {
		display: none !important;
	}
}

/* PRUEBAS VISUAL COMPOSER
**************************************************************/

.bloque-contenido .wpb_wrapper {
	display: table;
    width: 100%;
    margin-bottom: 30px;
    overflow: hidden;
}

.bloque-contenido .bloque-titulo {
	display: table-cell;
    width: 230px;
    height: 100%;
    position: relative;
    background-size: 85% !important;
    background-repeat: no-repeat !important;
    background-position: left top !important;
}

.bloque-contenido .bloque-texto {
	display: table-cell;
    position: relative;
    padding: 50px 50px 50px 50px;
}

.bloque-contenido .bloque-texto .wpb_wrapper {
    margin-bottom: 0;
}

.bloque-contenido .bloque-texto .smile_icon_list .list-img-icon {
	max-width: 70%!important;
}

.bloque-contenido .bloque-titulo h3 {
	position: absolute;
    margin-bottom: 0;
    left: 20px;
    top: 20px;
    color: #ffffff;
}

.bloque-contenido .bloque-titulo .triangulo {
	width: 0;
    height: 0;
    content: "";
    display: block;
    position: absolute;
    overflow: hidden;
    margin: auto;
}

.bloque-contenido .bloque-titulo .triangulo-right {
	top: 0;
	right: 0;
    border-style: solid;
    border-bottom-width: 1000px;
    border-bottom-color: #fff;
    border-left-color: transparent;
    border-right-color: transparent;
    border-left-width: 60px;
    border-right-width: 0;   
}

.bloque-contenido .bloque-titulo-imagen {
  	background-size: cover !important;
}

.bloque-contenido .bloque-titulo-right {
	background-position: right top !important;
}

.bloque-contenido .bloque-titulo-right h3 {
	right: 20px;
    top: 20px;
    text-align: right;
}

.bloque-contenido .bloque-titulo .triangulo-left {
	top: 0;
    left: 0;
    border-style: solid;
    border-bottom-width: 1000px;
    border-bottom-color: #fff;
    border-left-color: transparent;
    border-right-color: transparent;
    border-left-width: 0;
    border-right-width: 60px; 
}

@media screen and (max-width: 959px) {
	.bloque-contenido .bloque-titulo {
		width: 28%;
	}
	.bloque-contenido .bloque-titulo .triangulo {
		display: none;
	}
	.bloque-contenido .bloque-texto {
	    padding: 40px;
	}
}

@media screen and (max-width: 767px) {
	.bloque-contenido {
		display: block;
	    width: 100%!important;
	    position: relative;
	}
	.bloque-contenido .wpb_wrapper {
	    margin-bottom: 0;
	}
	.bloque-contenido .bloque-titulo {
		display: block;
	    width: 100%!important;
	    position: relative;
		height: 80px;
	    background-size: 150px!important;
	    background-position-y: -56px!important;
	    margin-bottom: 0;
	}
	.bloque-contenido .bloque-titulo h3 {
		left: 30px;
	}
	.bloque-contenido .bloque-titulo .triangulo {
		display: none;
	}
	.bloque-contenido .bloque-texto {
		display: block;
	    padding: 20px 20px 30px;
	}
	.bloque-contenido .bloque-titulo-imagen {
	  	background-size: cover !important;
	}
}

/* ----------------------------------------------------------- */
/* ----------------------------------------------------------- */
/* PAGÍNAS DE CONTENIDO NUEVA
-------------------------------------------------------------- */
/* ----------------------------------------------------------- */

.bloque-listado .icon_list_icon {
	background: transparent !important;
	box-shadow: 0 0 20px 0 rgba(255, 255, 255, 0.5);
}

.bloque-listado .icon_list_icon img {
	max-width: 70% !important;
}

.bloque-listado .smile_icon_list li .icon_description h3 {
	font-weight: 400;
	font-size: 18px !important;
	padding-bottom: 5px;
}

.bloque-listado .smile_icon_list li .icon_description p {
	color: #dddddd !important;
}

.bloque-listado li.icon_list_item:hover .icon_list_icon {
	box-shadow: 0 0 25px 0 rgba(255, 255, 255, 0.7);
}

.dark a {
	color: #5fc3e3;
}

.dark a:hover {
	color: #4eafce;
}

.dark ul {
	color: #dddddd !important;
}

.img-cont img {
	border-radius: 100%;
    border: 6px solid #305A88;
}

.banner-tipos h4 {
	margin-bottom: 15px !important;
}

@media screen and (max-width: 767px) {
	.banner-tipos h4 {
		font-size: 18px !important;
		line-height: 24px !important;
	}
}

.my-list .list_item .list_left {
	width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 30px;
    background-color: #345888 !important;
    border-radius: 100px;
}

.my-list .list_item .list_right {
	margin-left: 70px;
}

a.button {
	border-radius: 100px;
}

.intro .wpb_wrapper {
	font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    font-style: italic;
}

.intro mark {
	background-color: #00517a;
    color: #ffffff;
    padding: 5px;
}

mark.blue {
	background-color: #00517a;
    color: #ffffff;
    padding: 0 3px;
}

ul li {
	font-size: 14px;
    line-height: 20px;
}

h4 mark {
	background: #345888;
    padding: 2px 5px;
    color: #ffffff;
}

.dark-title h4 {
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.dark-title h4 mark {
	background: #ffffff;
    padding: 2px 5px;
    color: #345888;
}

.acordeon-white .question {
	border-color: rgba(255,255,255,.5);
}

.acordeon-white .question .title {
	color: #ffffff;
    background: transparent;
    font-size: 15px;
}

.acordeon-white .question:after {
	border-color: rgba(255,255,255,.5);
}

.acordeon-white .question .title i {
	color: #ffffff !important;
}

.acordeon-white .question .title:before {
	border-color: rgba(255,255,255,.5);
}

.acordeon-white .question.active .title {
	color: #fafafa !important;
}

.acordeon-white .question.active .title i {
	color: #fafafa !important;
}

.acordeon-white .accordion .question .answer {
	background: rgba(255,255,255,.1) !important;
}

.acordeon-white .accordion .question .answer p {
	color: #dddddd;
}

.acordeon-white .accordion .question .answer .column {
	margin-bottom: 0px;
}

.ult-modal-input-wrapper button {
	padding: 15px;
    border-radius: 100px;
    font-size: 16px;
}

.boxes-sombra .wpb_text_column .wpb_wrapper {
	background-color: #ffffff;
    padding: 20px 15px;
    box-shadow: -1px 2px 7px 0 #d8d8d8;
}

.slide-box .ult_expheader {
	text-transform: none;
}

.slide-box .ult_exp_content p {
	text-align: left;
}

.slide-box .ult_exp_content h4 {
	text-align: left;
}

.my-list-2 .list_item .list_left {
	background-color: #ffffff !important;
	color: #345888;
}

.popup-content {
	max-width: 800px;
	padding: 40px;
}

.tipos-v2 .ubtn {
	text-align: left;
    padding: 15px 60px 15px 30px;
    min-height: 80px;
    font-size: 18px;
    font-weight: 500 !important;
}

h4 .dropcap {
	margin-top: -5px;
}

h4 .highlight {
	padding: 4px 8px;
	line-height: 32px;
}

.wpb_single_image .vc_figure-caption {
	margin-top: .8em;
	font-style: italic; 
}

table.my-table-1 tr td, table.my-table-1 tr td ul li {
	color: #305A88;
}

table.my-table-1 tr.blue {
	background-color: #305A88;
	color: #ffffff;
}

table.my-table-1 tr.gray {
	background-color: #dddddd;
	color: #305A88;
}

table.my-table-1 tr td:last-child {
	text-align: left;
}

table.my-table-1 tr.blue td {
	background-color: #305A88;
	color: #ffffff;
	text-align: center;
}

.mis-videos .wpb_video_wrapper {
	margin-bottom: 10px;
}

/* FORUMULARIO FOOTER CONTENIDO
**************************************************************/

.contenido-footer h3 {
	color: #ffffff;
	padding-bottom: 35px;
}

.form-footer-content input[type="text"], .form-footer-content input[type="email"], .form-footer-content input[type="tel"] {
    border-radius: 100px;
    padding: 15px;
    background-color: #e3e3e3 !important;
    border-color: #e3e3e3 !important;
    color: #4a4a4a !important;
    box-shadow: none;
}

.form-footer-content textarea {
    border-radius: 24px;
    padding: 15px;
    background-color: #e3e3e3 !important;
    border-color: #e3e3e3 !important;
    color: #4a4a4a !important;
    box-shadow: none;
}

.form-footer-content input[type="text"].wpcf7-text::-webkit-input-placeholder, .form-footer-content input[type="email"].wpcf7-email::-webkit-input-placeholder, .form-footer-content input[type="tel"].wpcf7-tel::-webkit-input-placeholder {
  color: #999999;
}

.form-footer-content input[type="text"]:focus, .form-footer-content input[type="email"]:focus, .form-footer-content input[type="tel"]:focus {
    background-color: #f4f4f4 !important;
    border-color: #f4f4f4;
}

.form-footer-content input[type="submit"] {
	width: 100%;
    border-radius: 100px;
    padding: 15px;
    background-color: #2E5581;
    border-color: #2E5581;
    color: #ffffff;
}

@media screen and (max-width: 767px) {
	.services-form {
		padding-top: 0 !important;
	}
}

/* ----------------------------------------------------------- */
/* ----------------------------------------------------------- */
/* INFANTIL
-------------------------------------------------------------- */
/* ----------------------------------------------------------- */

table.mi-tabla-1 th.title {
	background: #4472c4;
	color: #ffffff;
	font-size: 1.5em;
}

table.mi-tabla-1 th.subt-1 {
	background: #7a9ad4;
	color: #ffffff;
	font-size: 1.2em;
}

table.mi-tabla-1 th.subt-2 {
	background: #e1ecf7;
	color: #767171;
	font-size: 1.2em;
}

table.mi-tabla-1 tbody tr td:first-child {
	background: #a6bbe2;
	color: #ffffff;
	font-weight: 700;
}

table.mi-tabla-1 tbody tr td:last-child {
	background: #ecf3fa;
	color: #404040;
	font-weight: 400;
}

.cita-infantil {
	border-left: 2px solid #ccbf1d;
    margin-left: 15px;
    padding-left: 15px;
}

.my-list-child .list_item .list_left {
    background-color: #ccbf1d !important;
}

table.mi-tabla-2 th.title {
	background: #4472c4;
	color: #ffffff;
	font-size: 1.5em;
}

table.mi-tabla-2 th.subt {
	background: #7a9ad4;
	color: #ffffff;
	font-size: 1.2em;
}

table.mi-tabla-3 th.title {
	background: #ed7d31;
	color: #ffffff;
	font-size: 1.5em;
}

table.mi-tabla-3 th.subt {
	background: #f4b083;
	color: #ffffff;
	font-size: 1.2em;
}

table.mi-tabla-3 tbody tr td:first-child {
	background: #9cc2e5;
	color: #002060;
	font-weight: 700;
}

table.mi-tabla-3 tbody tr td:last-child {
	background: #ededed;
	color: #333333;
	font-weight: 400;
}

table.mi-tabla-4 th {
	background: #2f5496;
	color: #ffffff;
	font-size: 1.2em;
	font-weight: 700;
}

table.mi-tabla-4 tr td {
	background: #d9e2f3;
}

table.mi-tabla-4 tr:nth-child(2n) td {
	background: #fafafa;
}

table.mi-tabla-4 tbody tr td {
	font-weight: 400;
	color: #333333;
}

table.mi-tabla-4 tbody tr td:first-child {
	font-weight: 600;
}

.dark ol {
	color: #eeeeee !important;
}

h4.infantil mark {
    background-color: #ccbf1d;
    color: #000000;
    padding: 0 5px;
}


/* ----------------------------------------------------------- */
/* ----------------------------------------------------------- */
/* PERITAJES
-------------------------------------------------------------- */
/* ----------------------------------------------------------- */

.timeline-block .timeline-header h3, .timeline-header-block .timeline-header h3 {
	font-family: "Montserrat", Arial, Tahoma, sans-serif;
	margin-bottom: 20px;
	font-weight: 600;
}

.timeline-block .timeline-header-block .timeline-header p {
	margin-bottom: 15px;
}

h4.peri mark {
	background-color: #a61b0f;
    color: #ffffff;
    padding: 0 5px;
}

.peri-area .wpb_wrapper {
	background-color: #ffffff;
    padding: 25px 15px;
    border-radius: 6px;
    border: 1px solid #cccccc;
}

/* ----------------------------------------------------------- */
/* ----------------------------------------------------------- */
/* OTROS SERVICIOS
-------------------------------------------------------------- */
/* ----------------------------------------------------------- */

.my-list-6 .list_item .list_left {
	width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 30px;
    background-color: #f68933 !important;
    border-radius: 100px;
}

.my-list-6 .list_item .list_right h4 {
	margin-top: 9px;
	font-family: "Montserrat", Arial, Tahoma, sans-serif;
}

.otros-tipos .ultb3-desc {
	font-size: 14px;
}

.my-list-7 .list_item .list_left {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    background-color: #f68933 !important;
    border-radius: 100px;
}

.my-list-7 .list_item .list_right {
    margin-left: 40px;
}

.my-list-7 .list_item {
    margin-bottom: 20px;
}

.my-list-8 .list_item .circle {
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.my-list-8 .list_item .list_right {
	padding-top: 10px;
	margin-left: 55px;
}

.my-list-8 .list_item {
	margin-bottom: 10px;
}

.my-list-9 .list_item .list_left {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    background-color: #00517a !important;
    border-radius: 100px;
}

.my-list-9 .list_item .list_right {
    margin-left: 40px;
}

.my-list-9 .list_item {
    margin-bottom: 20px;
}

.salud-laboral hr {
	max-width: 100px;
    background-color: #00517a;
    color: #00517a;
    height: 3px;
    border-radius: 10px;
}

.rrhh hr {
	max-width: 100px;
    background-color: #888975;
    color: #888975;
    height: 3px;
    border-radius: 10px;
}

.desarrollo hr {
	max-width: 100px;
    background-color: #ff6600;
    color: #ff6600;
    height: 3px;
    border-radius: 10px;
}

h4.lab mark {
    background-color: #f68933;
    color: #ffffff;
    padding: 0 5px;
}

.laboral-list h4 {
	padding: 10px 0;
}

h4.salud-lab mark {
    background-color: #00517a;
    color: #ffffff;
    padding: 0 5px;
}

.salud-lab-area .wpb_wrapper {
	background-color: #ffffff;
    padding: 30px 25px 15px;
    border-radius: 6px;
    border: 1px solid #cccccc;
}

.smile_icon_list li .icon_description h3 {
	font-weight: 400;
}

.rrhh-area .wpb_wrapper {
	background-color: #ffffff;
    padding: 30px 25px 0;
    border-radius: 6px;
    border: 1px solid #cccccc;
}

.my-list-10 .list_item .list_left {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    background-color: #888975 !important;
    border-radius: 100px;
}

.my-list-10 .list_item .list_right {
	padding-top: 0px;
    margin-left: 40px;
}

.my-list-10 .list_item {
    margin-bottom: 20px;
}

h4.rrhh mark {
    background-color: #888975;
    color: #ffffff;
    padding: 0 5px;
}

.rrhh-area-2 .wpb_wrapper {
	background-color: #ffffff;
    padding: 30px 25px 20px;
    border-radius: 6px;
    border: 1px solid #cccccc;
}

.my-list-11 .list_item .list_left {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    background-color: #ff6600 !important;
    border-radius: 100px;
}

.my-list-11 .list_item .list_right {
	padding-top: 5px;
    margin-left: 40px;
}

.my-list-11 .list_item {
    margin-bottom: 20px;
}

.ult_ecpsub_cont ol li {
	text-align: left;
}

ol.a {
	list-style: lower-latin;
}

table.left li {
	text-align: left;
}

/* ----------------------------------------------------------- */
/* ----------------------------------------------------------- */
/* COACHING
-------------------------------------------------------------- */
/* ----------------------------------------------------------- */

.coach-values img {
	border-radius: 100%;
    background-color: #ffffff;
    padding: 20px;
    box-shadow: 1px 4px 7px 0 #d8d8d8;
    max-width: 100px !important;
}

.coach-quote .wpb_wrapper {
	background-color: #ffffff;
    padding: 20px;
    box-shadow: 1px 4px 7px 0 #d8d8d8;
    border-radius: 15px;
}

.coach-space {
	padding: 250px 0;
}

@media screen and (max-width: 959px) {
	.coach-space {
		padding: 150px 0;
	}
}

@media screen and (max-width: 767px) {
	.coach-space {
		padding: 100px 0;
	}
}

/* ----------------------------------------------------------- */
/* ----------------------------------------------------------- */
/* CERTIFICACIONES
-------------------------------------------------------------- */
/* ----------------------------------------------------------- */

.box-900 {
	max-width: 900px;
	margin: 0 auto;
}

.certificado .wpb_wrapper {
	background: #ffffff;
    border-radius: 15px;
    box-shadow: 1px 4px 7px 0 #d8d8d8;
    padding: 10px 10px 0 10px;
}

.certificado .wpb_wrapper h4.title {
	padding-top: 10px;
}

.eficacia img {
	max-width: 200px !important;
}

/* ----------------------------------------------------------- */
/* ----------------------------------------------------------- */
/* RAZONES
-------------------------------------------------------------- */
/* ----------------------------------------------------------- */

@media all and (min-width: 768px) {
	.razones .image-left .wpb_wrapper {
		padding-right: 15px
	}
}

.img-cont-dark img {
    border: 6px solid #ffffff;
}

a.my-button-1 {
	border: 2px solid #305A88;
}

.my-list-9 .list_item .list_right h4 {
	font-family: "Montserrat", Arial, Tahoma, sans-serif;
	    font-size: 16px;
    margin-top: 5px;
}

.my-list-9 .list_item {
	margin-bottom: 25px;
}

/* ----------------------------------------------------------- */
/* ----------------------------------------------------------- */
/* CONOCENOS
-------------------------------------------------------------- */
/* ----------------------------------------------------------- */


.my-block-side .vc_single_image-wrapper {
	margin-bottom: 0px;
}

.my-block-side .desc {
	font-size: 12px;
    line-height: 17px;
}

.my-block-side h4 {
	font-size: 1.5em;
    margin-bottom: 10px;
}

.clinicas .vc_single_image-wrapper {
	margin-bottom: 0px;
}

.about .vc_single_image-wrapper {
	margin-bottom: 0px;
}

.about p {
	font-size: .8em;
	line-height: 1.4em;
}

.about p strong {
	font-size: 1.2em;
}

.about-popup .vc_single_image-wrapper {
	margin-bottom: 0px;
}

.about-popup .dark p {
	font-size: .8em;
	line-height: 1.4em;
}

.dark-blue {
	background-color: #305a88;
    padding: 15px;
}

.dark-blue p {
	font-size: .82em !important;
	line-height: 1.4em !important;
	color: #ffffff !important;
}

.about-popup h3 {
	margin-top: 10px;
}

.about-popup h3:after {
	width: 100px;
    height: 5px;
    border-radius: 3px;
    margin-top: .3em;
    margin-bottom: .8em;
    border: none;
    background: #305a88;
    content: ' ';
    display: block;
}

.about-popup p.big {
	font-size: 18px !important;
}

.about-cv button {
	padding: 10px 30px;
    font-size: 13.5px;
}


/* ----------------------------------------------------------- */
/* ----------------------------------------------------------- */
/* BLOG
-------------------------------------------------------------- */
/* ----------------------------------------------------------- */

img.alignleft {
	margin: 0px 15px 0px 0px;
}

.fixed-nav .desc .date {
	display: none;
}

.fixed-nav .desc h6 {
	line-height: 20px;
}

.extracto {
	font-size: .8em;
}

.vc_btn3.vc_btn3-color-chino.vc_btn3-style-outline {
	border-bottom: 2px solid !important;
}

.vc_btn3.vc_btn3-color-chino.vc_btn3-style-outline:hover {
	border-bottom: 2px solid #CEC2AB !important;
}

.post-claves .wpb_single_image {
	margin-bottom: 0px;
}

.post-claves .wpb_single_image .vc_single_image-wrapper, .post-claves .wpb_text_column {
	margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
	.minimalist-header-no #Subheader {
	    padding: 40px 0!important;
	}
}

/* ----------------------------------------------------------- */
/* ----------------------------------------------------------- */
/* ACTION BAR
-------------------------------------------------------------- */
/* ----------------------------------------------------------- */

#Action_bar .contact_details .slogan {
	font-size: 1.2rem;
    font-weight: 700;
}

@media only screen and (max-width: 767px) {
	.mobile-header-mini #Action_bar {
	    display: inherit;
	    background-color: #305a88 !important;
	    padding: 8px 0;
	}
	#Action_bar .contact_details li.slogan {
		display: inherit;
	    color: #ffffff;
	    font-size: .85rem;
	}
	#Action_bar .social {
		display: none;
	}
}


/* ----------------------------------------------------------- */
/* ----------------------------------------------------------- */
/* FOOTER
-------------------------------------------------------------- */
/* ----------------------------------------------------------- */

.footer_copy .copyright {
	font-size: 12px;
}


/* Ocultar icono de reCaptcha v3 */
.grecaptcha-badge{
 visibility: collapse !important;  
}


/* ----------------------------------------------------------- */
/* ----------------------------------------------------------- */
/* COOKIES
-------------------------------------------------------------- */
/* ----------------------------------------------------------- */

#cmplz-document {
	max-width: 100% !important;
}