/*
Theme Name: IJAM
Theme URI: IJAM
Author: IJAM
Description: Sitio web IJAM
*/


/* FUENTE PRINCIPAL */

@import url('https://fonts.googleapis.com/css2?family=Martel+Sans:wght@200;300;400;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
body {
	background-color: #fff!important;
	font-weight: 300;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	font-size: 18px!important;
	overflow-x: hidden;
	color: #000;
	font-family: 'Martel Sans', sans-serif!important;
}

html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Martel Sans', sans-serif!important;
}


/** sitio header **/

.menu-superior {
	background: #086ad8;
	background-color: #086ad8;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	display: block;
}

#mega-menu-wrap-nav_top #mega-menu-nav_top li#mega-menu-item-139 .mega-search .search-icon {
	z-index: 100;
}

.mega-search ::placeholder {
	color: #fff!important ;
}

 .mega-search input {
	color: #fff!important;
}

 .mega-search ::placeholder{	font-family: 'Martel Sans', sans-serif!important;color: #fff!important ;}

#mega-menu-wrap-nav_top #mega-menu-nav_top li#mega-menu-item-139 .mega-search-wrap {
	margin-top: 0px!important;
}

.mega-search input[type=text] {
	padding: 0 60px 0 15px!important;
	background-size: cover;
	width: 100%;
	display: block; font-family: 'Roboto', sans-serif;
}
.mega-search input[type=text]::placeholder{color:#fff;}
.frase {
	display: block;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #fff;
	border-bottom: solid 1px #eee;
	text-align: center;
}

.frase p {
	font-size: 14px!important;
	color: #696969!important;
	margin: 0px!important;
}

.frase a {
	color: #002FA6;
	text-decoration: none;
	font-weight: 600!important;
}

.frase a:hover {
	color: #d2a98e;
	text-decoration: none;
}

.contenido-cabecera .redes-sociales {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	min-height: 90px;
}

.contenido-cabecera .redes-sociales .link-footer {
	display: inline-block;
	padding: 0px 10px 0px 10px;
}


.nota-principal li {
    line-height: 2em;
}

.principal li {
    font-size: 17px!important;
}
.contenido-cabecera .redes-sociales a.link-footer {
	color: #696969;
}

img.size-full{width:100%;}
.imagen-principal {display:block; width:100%; max-height:420px;  border-radius:5px; overflow:hidden; position:relative;}

.widget .tagcloud a {
    position: relative;
    display: block;
    float: left;
    font-size: 13px !important;
    font-weight: 500;
    padding: 5px 14px;
    background: #f5f5f5;
    color: #ababab;
    border: 0;
    border-radius: 3px;
    margin: 5px;
    overflow: hidden;-o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
}
.datos-autor{display:flex; vertical-align:middle;}
.fecha {font-weight: 500;
    letter-spacing: 0em;
    line-height: 1.74; font-size:14px;}
a.categoria {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;    color: #086ad8!important;-o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
}

.widget .tagcloud a:hover{background: rgb(0, 91, 193);color:#fff;}
.nota-principal{ border-bottom:1px solid #eee; width:100%; overflow:hidden; position:relative; margin-bottom:30px;}
[data-tooltip]:before {
	position: absolute;
	content: attr(data-tooltip);
	opacity: 0;
	background: #000;
	color: #fff;
	font-size: 12px!important;
	bottom: 0px;
	-webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
	transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
	transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
	transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
	padding: 5px;
	border-radius: 5px;
}

[data-tooltip]:hover:before {
	opacity: 1;
}

[data-tooltip]:not([data-tooltip-persistent]):before {
	pointer-events: none;
}

.logo img {}

.logo a {
	display: block
}

.logo {
	display: block;
	opacity: 1;
	-webkit-transition: opacity 1s ease-in;
	-moz-transition: opacity 1s ease-in;
	-o-transition: opacity 1s ease-in;
	-ms-transition: opacity 1s ease-in;
	transition: opacity 1s ease-in;
}

.datos-header {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 90px;
	overflow: hidden;
}

.datos-header p span {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.18;
	margin-bottom: 6px;
}

.datos-header p {
	font-size: 14px;
	display: flex;
	flex-wrap: wrap;
	font-weight: 500;
	line-height: 1.18;
	margin-bottom: 6px;
}

.datos-header i {
	color: #086ad8;
	font-size: 30px;
	padding: 15px;
	padding-top: 5px;
}

.datos-header p span {
	flex: 0 0 100%;
}


/**SLIDER**/

.contenido-slider {
	position: absolute;
	left: 0;
	top: 0;
}

.contenido-slider p {
	z-index: 12;
	height: auto;
	width: auto;
	color: rgb(42, 42, 42);
	text-decoration: none;
	white-space: nowrap;
	min-height: 0px;
	min-width: 0px;
	max-height: none;
	max-width: none;
	text-align: left;
	line-height: 32px;
	letter-spacing: 0px;
	font-weight: 600;
	transform-origin: 50% 50%;
	opacity: 1;
	transform: translate(0px, 0px);
	visibility: visible;
}

img.slider {
	width: auto!important;
	float: right;
}

span.subtitulo {
	z-index: 9;
	text-transform: uppercase;
	height: auto;
	width: 100%;
	color: rgba(51, 51, 51, );
	text-decoration: none;
	white-space: normal;
	min-height: 0px;
	min-width: 0px;
	max-height: none;
	max-width: none;
	text-align: left;
	line-height: 30px;
	letter-spacing: 3px;
	font-weight: 700;
	font-size: 14px;
	transform-origin: 50% 50%;
	opacity: 1;
	transform: translate(0px, 0px);
	visibility: visible;
	overflow: hidden;
	position: relative;
	display: block;
}
.bloque-color:hover .posicion-centro .botonoculto{ 	transform: translate(0px, 0px);opacity:1!important; background:#fff!important; color:#086ad8!important;}
.posicion-centro{    z-index: 10;
    position: absolute;
  left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
  }
.botonoculto{ display:block;   opacity:0!important;-o-transition: .2s;	transform: translate(-0px, 600px);
	-ms-transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	transition: .2s; }
 
.bloque-color:hover img{transform: scale(1.1);}
.bloque-color{ display:block; width:100%; position:relative; overflow:hidden;-o-transition: .2s;
	-ms-transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	transition: .2s; border-radius:5px;}
.bloque-color:hover .sombra{opacity:.8;background-image: -webkit-linear-gradient(top, rgba(0, 91, 193, 1) 100%, #1c0f69 100%);
    background-image: linear-gradient( 
-180deg
 , rgba(0, 91, 193, 1) 100%, #1c0f69 100%); border-radius:5px;}
.imagen-color img{ border-radius:5px;z-index:1; position:relative;-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;}
	
	.contenido-color p{  text-align:center; margin-top:10px;
    font-size: 14px!important;
    font-weight: 500;
    letter-spacing: 0em;
    line-height: 1.74;}
	
.contenido-color p strong {
    color: #333;font-weight: 800;
}
.bloque-color:hover h4 {opacity:0; 	 
-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);}
.bloque-color h4{position:absolute; z-index:3; color:#fff!important; bottom:30px; text-align:center; display:block; width:100%; 	-o-transition: .2s;
	-ms-transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	transition: .2s;
opacity:1;}
.bloque-color .sombra{ border-radius: 5px;
    opacity: .5;
    z-index: 2;
    background-image: -webkit-linear-gradient(top, rgba(28, 15, 105, 0) 0%, #1c0f69 96%);
    background-image: linear-gradient( 
-180deg
 , rgba(28, 15, 105, 0) 0%, #1c0f69 96%);}
span.titulo {
	z-index: 11;
	font-family: 'Roboto', sans-serif;
	height: auto;
	width: 100%;
	color: rgb(0, 91, 193);
	text-decoration: none;
	min-height: 0px;
	min-width: 0px;
	max-height: none;
	max-width: none;
	text-align: left;
	line-height: 40px;
	letter-spacing: 0px;
	font-weight: 700;
	font-size: 40px;
	transform-origin: 50% 50%;
	opacity: 1;
	transform: translate(0px, 0px);
	visibility: visible;
	position: relative;
	display: block;
}

span.titulo p {
	z-index: 11;
	font-family: 'Roboto', sans-serif;
	height: auto;
	width: 100%;
	color: rgb(0, 91, 193);
	text-decoration: none;
	min-height: 0px;
	min-width: 0px;
	max-height: none;
	max-width: none;
	text-align: left;
	line-height: 40px;
	letter-spacing: 0px;
	font-weight: 700;
	font-size: 40px;
	transform-origin: 50% 50%;
	opacity: 1;
	transform: translate(0px, 0px);
	visibility: visible;
	position: relative;
	display: block;
}

.casos span.titulo p {
	color: #000;
}

span.titulo p span {
	color: rgb(0, 91, 193);
}

.casos span.subtitulo {
	text-align: center!important;
}

.casos span.titulo p {
	text-align: center!important;
}

h2.slide {
	z-index: 10;
	font-family: 'Roboto', sans-serif;
	height: auto;
	width: 100%;
	color: rgb(0, 91, 193);
	text-decoration: none;
	white-space: nowrap;
	min-height: 0px;
	min-width: 0px;
	max-height: none;
	max-width: none;
	text-align: left;
	line-height: 130px;
	letter-spacing: 0px;
	font-weight: 700;
	font-size: 80px;
	transform-origin: 50% 50%;
	opacity: 1;
	transform: translate(0px, 0px);
	visibility: visible;
 
	position: relative;
	display: block;
}

.consulta {
	display: block;
	width: 100%;
	background: #242424;
	overflow: hidden;
	padding-top: 40px;
	padding-bottom: 40px;
	vertical-align: middle;
	min-height: 200px;
}

span.count {
	font-weight: 100;
	font-size: 2.0em;
	color: #fff;
	width: 100%;
	display: block;
}

#numeros {
	background-color: #002fa6;
	color: #fff;
	font-weight: 500;
}


/**GENERAL **/

.texto p {
	font-size: 13px!important;
	font-family: 'Martel Sans', sans-serif!important;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.74;
	color: #696969!important;
}

strong {
	font-weight: 600;
}

p strong {
	color: #000
}

.page p {
	width: auto;
	color: rgb(42, 42, 42);
	font-size: 17px;
}

p {
	color: #696969;
	font-size: 17px;
}

H1,
H2,
H3,
H4,
H5 {
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: 800;
}

.vertical-align {
	display: flex;
	align-items: center;
	min-height: 200px;
}

a {
	text-decoration: none;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	/* ...and now for the proper property */
	transition: .5s;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #002FA6
}

.page h3 {
	color: #333333;
}

.home h3 {
	font-size: 30px;
	font-weight: 300;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.25;
	margin-bottom: 12px;
}

.boton:hover {
	background-color: rgb(240, 171, 0);
	text-decoration: none;
	opacity: 1;-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
	color: #fff;
}
.numeros-contenedor a.blanco{ background:#fff; margin-left:10px;    border:1px solid #ddd;color: #086ad8;}
.numeros-contenedor a.blanco:hover{ background:#086ad8; color:#fff;}
input[type=submit]:hover{translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);}
.boton {
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	font-size: 1.5em;
	transition: .5s;
	z-index: 13;
	background-color: rgb(0, 91, 193);
	cursor: pointer;
	height: auto;
	width: auto;
	color: rgb(255, 255, 255);
	text-decoration: none;
	white-space: nowrap;
	min-height: 0px;
	min-width: 0px;
	max-height: none;
	max-width: none;
	text-align: center;
	/* line-height: 56px; */
	letter-spacing: 0px;
	font-weight: 600;
	font-size: 14px;
	padding-left: 40px!important;
	padding: 22px;
	border-radius: 5px;
	padding-right: 40px;
	/* transform-origin: 50% 50%; */
	opacity: 1;
	/* transform: translate(0px, 0px); */
	visibility: visible;
	border-width: 0px;
	display: inline-block;
}


/**HOME **/


/** bloque 1 **/

.bloque-sombra {
	box-shadow: 0 0 40px 5px rgb(51 51 51 / 10%);
	background: #fff;
	border-radius: 5px;
	padding: 98px 35px 88px;
	overflow: hidden;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	/* ...and now for the proper property */
	transition: .5s;
	position: relative;
}

.bloque-sombra img {
	position: relative;
	z-index: 2;
	max-width: 120px;
}

.bloque-sombra a.boton-animado {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	height: 56px;
	line-height: 55px;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	border-top: 1px solid #eee;
	color: #086ad8;
	text-decoration: none;
	overflow: hidden;
	display: block;
}

.bloque-sombra a.boton-animado:hover {
	color: #fff;
}

.bloque-sombra a.boton-animado:hover:before {
	height: 100%;
}

.bloque-sombra a.boton-animado:before {
	background-color: #086ad8;
	z-index: -1;
	content: '';
	-webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 0%;
}

.imagen-portada:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: -webkit-linear-gradient(290deg, #fbf7f4 0%, #fefdfd 100%);
	background-image: linear-gradient(160deg, #fbf7f4 0%, #fefdfd 100%);
	border-radius: 50%;
	-webkit-transform: translateY(-46px);
	-ms-transform: translateY(-46px);
	transform: translateY(-46px);
}

.imagenes {
	position: relative;
	width: 162px;
	height: 162px;
	border-radius: 50%;
	margin: 0 auto 2px;
}

.bloque-sombra:hover {
	-webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}


/** bloque 2 **/

.bloque2 span.titulo p {
	color: #000;
}

.bloque2 span.titulo p span {
	color: rgb(0, 91, 193);
}

.bloque2 p {
	color: #696969;
}

.bloque2 {
	background-image: url(./img/bloque2.png);
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 120px !important;
	padding-bottom: 60px !important;
}

.video-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.video-play-wrap {
	padding: 13px;
	border: 3px solid rgba(8, 106, 216, 0.4);
	border-radius: 50%;
}

.video-play {
	width: 78px;
	height: 78px;
	position: relative;
	background-color: #086ad8;
	position: relative;
	-webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1) !important;
	transition: all 1s cubic-bezier(0, 0, 0.2, 1) !important;
	border-radius: 50%;
	color: #fff;
}

.video-play:hover {
	transform: scale(1.1, 1.1);
}

.video-play i {
	position: absolute;
	top: 50%;
	color: #fff;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	line-height: 1;
	margin-left: 1px;
	z-index: 2;
}

.video-text a {
	color: #086ad8;
	margin-left: 10px;
	font-weight: 600;
	font-size: 18px;
	text-transform: none;
	letter-spacing: 0;
}

.video-text a:hover {
	text-decoration: none;
}


/**Bloque 3 **/

.bloque3 a.boton {
	float: right;
}

.bloque3 a.boton:hover {
	opacity: 1;-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
}

.bloque3 span.titulo p {
	color: #000;
}

.bloque3 span.titulo p span {
	color: rgb(0, 91, 193);
}

.bloque3 .imagenes {
	width: 100%;
	text-align: left;
	margin-bottom: 40px;
	height: auto;
}

.bloque3 .bloque-sombra {
	padding: 50px 30px 63px;
	min-height: 390px;
}

.bloque3 h4 {
	font-size: 22px;
	font-weight: 500;
	line-height: 1.25;
	margin-bottom: 40px;
}

a.botonb {
	position: absolute;
	bottom: 90px;
	font-size: 13px;
	font-weight: 500;
}

a.botonb:hover {
	color: rgb(210, 169, 142);
	text-decoration: none!important;	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
}


/**bloque 4**/


/**bloque 5 */

.bloque5 {
	background-image: url(./img/bloque5.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.casos-estudio .owl-stage-outer {
	overflow: visible
}

.casos-estudio .bloque-sombra {
	padding: 0px 0px 88px!important;
}

.casos-estudio .bloque-sombra .casos {
	padding: 28px 35px 0px;
}

.casos-estudio .bloque-sombra img {
	max-width: 100%;
}

.casos-estudio .bloque-sombra h5 {
	color: #086ad8;
	font-size: 15px!important;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.74;
}


/** bloque 6 **/

.bloque6 {
	background-color: #002fa6;
	background-image: url(./img/bloque6.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.bloque6 span.subtitulo {
	color: #fff;
}

.bloque6 span.titulo p {
	color: #fff;
	line-height: 1.4;
}

.bloque6 span.titulo p span {
	color: #FFBA90
}

.bloque6 p {
	color: #fff;
	letter-spacing: 0em;
	line-height: 1.74;
}

.bloque6 ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.bloque6 ul li {
	display: inline-block;
}

.bloque6 ul li a {
	color: #fff;
	border: solid 2px #fff;
	margin-right: 7px;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0em;
	padding: 12px 36px;
	height: 56px;
	line-height: 54px;
	border-width: 1px;
	border-radius: 5px;
	background-position: left center !important;
}

.bloque6 ul li a:hover {
	background: #f0ab00;
	text-decoration;
	border-color: #f0ab00;
}


/*bloque 7*/

.news span.titulo p {
	color: #000;
}

.news span.subtitulo {
	text-align: center!important;
}

.news span.titulo p {
	text-align: center!important;
}

.bloque-noticia img {
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	/* ...and now for the proper property */
	transition: .5s;
	border-radius: 5px;
}

.bloque-noticia:hover img {
	transform: translatey(-10px);
}

.fecha {
	font-weight: 400;
	letter-spacing: 0em;
line-height: 32px;
	font-size: 14px;
	color: #696969;
}

.latest-news a h4 {
	color: #000;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.5;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
}

.latest-news a:hover {
	text-decoration: none;
}

.latest-news a h4:hover {
	color: #086ad8;
	text-decoration: none!important;
}

a.leermas {
	font-size: 14px;
	font-weight: 500;
	color: #086ad8;
	padding-bottom: 0px;
	border-bottom: 1px solid #ccc;
}

a.leermas:hover {
	color: #d2a98e;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}


/*bloque 8*/

.bloque8 .boton {
	display: inline-block;
	padding-left: 20px!important;
	padding-right: 20px;
	padding: 18px;
	margin-right: 10px;
}

.bloque8 .blanco {
	background: #fff!important;
	color: #086ad8
}

.bloque8 .blanco:hover {
	background: #086ad8!important;
	color: #fff;
}

.bloque8 .cafe {
	background: #f0ab00!important
	color: #fff
}

.bloque8 .cafe:hover {
	background: #086ad8!important;
	color: #fff;
}

.bloque8 .boton:hover {
	transform: translatey(-5px);
}

.bloque8 {
	background-color: #454545;
	background-image: url(./img/bloque8.png);
	background-repeat: no-repeat;
	background-position: top 35% right -68px;
	padding-top: 30px;
	padding-bottom: 30px;
	display: block;
	width: 100%;
}

.bloque8 span.titulo p {
	color: #fff;
}

.bloque8 span.titulo p span {
	color: #d2a98e;
}


/*Nosotros*/

h1.titulo-mini {
	z-index: 9;
	text-transform: uppercase;
	height: auto;
	width: 100%;
	color: rgba(51, 51, 51, 0.56);
	text-decoration: none;
	white-space: nowrap;
	min-height: 0px;
	min-width: 0px;
	max-height: none;
	max-width: none;
	text-align: left;
	line-height: 60px;
	letter-spacing: 3px;
	font-weight: 700;
	font-size: 14px!important;
	transform-origin: 50% 50%;
	opacity: 1;
	transform: translate(0px, 0px);
	visibility: visible;
	overflow: hidden;
	position: relative;
	display: block;
	text-align: center;
}

.descripcion-numero {
	position: relative;
	font-size: 12px;
	line-height: 2em;
	letter-spacing: 2px;
	color: #ababab;
	text-transform: uppercase;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}

span.contenido-nosotros p {
	z-index: 11;
	font-family: 'Roboto', sans-serif;
	height: auto;
	width: 100%;
	color: #333;
	text-decoration: none;
	min-height: 0px;
	min-width: 0px;
	max-height: none;
	max-width: none;
	text-align: left;
	line-height: 35px;
	letter-spacing: 0px;
	font-weight: 700;
	font-size: 25px;
	transform-origin: 50% 50%;
	opacity: 1;
	transform: translate(0px, 0px);
	visibility: visible;
	position: relative;
	display: block;
}

span.contenido-nosotros p span {
	color: rgb(0, 91, 193);
}

.page-template-nosotros span.titulo p {
	color: #333!important;
	text-align: center;
}

.numero-grande {
	font-size: 180px;
	line-height: .8;
	font-weight: 900;
	margin: 0 5px -5px -5px;
	color: #007aff;
}

.numeros-contenedor {
	display: flex;
	align-items: center;
	justify-content: left;
}


/*PANEL*/

h4.panel-title a:hover {
	text-decoration: none;
}

.panel-group .panel+.panel {
	margin-top: -1px!important;
}

h4.panel-title {
	margin-top: 0px!important;
}

h4.panel-title a {
	display: block;
	width: 100%;
	color: #000!important;
	text-align: left;
}

.panel-clr {
	background-color: #fff;
	color: #000;
}

.panel-clr.on {}

.panel-clr h3 {
	color: #000;
}

.panel-clr.on h3 {
	color: #fff;
}

.panel-heading.active {}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
	border: none!important;
}

.panel.active {
	background: #d2a98e;
}

.panel-heading {
	padding: 22px 38px!important;
}

.panel-title>.small,
.panel-title>.small>a,
.panel-title>a,
.panel-title>small,
.panel-title>small>a {}

.video {
	display: block;
}

.video img {
	position: relative;
	z-index: 1;
}

.video a .video-play-wrap {
	position: absolute;
	z-index: 2;
	max-width: 110px;
	left: 0;
	right: 0;
}

.page-template-nosotros .video a .video-play-wrap {
	/*top: 50%;*/
	left: 50%;
	transform: translate(-50%, 165%);
}

.page-template-nosotros .video-play:hover {
	transform: scale(1.1, 1.1)!important;
}

a[aria-expanded="true"] .panel-title {
	color: #fff!important;
}

a[aria-expanded="true"] .panel-heading {
	background: #d2a98e;
	color: #fff;
	display: block
}

.panel-heading .accordion-toggle:after {
	top: 10px;
}

.panel-default>.panel-heading {
	border: none!important;
	background: none!important;
}

.panel-title {
	position: relative;
}

.panel-group .panel {
	box-shadow: 0 18px 40px rgb(51 51 51 / 10%);
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	border: 1px solid #ededed;
	background: #fff;
	margin-bottom: 20px;
}


/**FOOTER*/

.hover-links:hover .sombra {
	background-color: rgba(0, 0, 0, 0.6);
	background: rgba(0, 0, 0, 0.6);
	color: rgba(0, 0, 0, 0.6);
}

.nosotros-bloque2 {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	background-color: #f8f8f8;
}

.nosotros-bloque2 span.subtitulo {
	text-align: center;
}

.hover-links:hover .margen-bloque {
	border: 10px solid rgba(0, 0, 0, 0.0);
	;
	padding: 20px;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 999;
}

.hover-links:hover .margen-bloque::after {
	content: "";
	outline: 5px solid #FF7F00;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1009;
}

.footer h3.widget-title {
	font-size: 18px;
	line-height: 1.67;
	margin-bottom: 21px;
	color: #333333;
	font-weight: 700;
	letter-spacing: 0em;
}

.footer h3.widget-title {}

.footer .widget li a {
	font-size: 15px;
	font-weight: 400;
	color: #333333;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	border-bottom: 1px solid transparent;
	margin-top: 5px;
	display: inline-block; padding:0px;
}

.footer .widget li a:hover {
	color: rgb(0, 91, 193);
	border-bottom: 1px solid rgb(0, 91, 193)
}

.footer [data-tooltip]:before {
	top: -30px!important;
	bottom: auto;
	z-index: 20;
	line-height: 20px;
	left: -10px;
}

.footer .redes-sociales {
	text-align: right;
}

.footer a.link-footer {
	font-size: 18px;
	display: inline-block;
	text-align: center;
	height: 48px;
	width: 48px;
	background: transparent;
	color: #696969!important;
	border: 1px solid #e0e0e0;
	border-radius: 50%;
	position: relative;
	line-height: 48px;
	margin-left: 20px;
}

.footer {
	display: block;
	width: 100%;
	padding-top: 75px;
	padding-bottom: 45px;
	color: #696969;
	overflow: hidden;
	background-color: #FFF;
}

.copyright {
	width: 100%;
	display: block;
	position: relative;
	overflow: hidden;
}

.footer ul li {
	list-style: none;
}

.footer p {
	color: #696969;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.74;
}

.copyright {
	color: #696969;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.74;
}

.copyright li {
	display: inline-block!important;
	width: auto!important;
	padding-right: 20px;
	font-size: 14px!important;
}

.copyright ul {
	margin: 0;
	padding: 0px!important;
}

.copyright a {
	font-size: 12px;
	color: #fff!important;
	position: relative;
}

.bloques-nosotros {
	display: flex;
	vertical-align: middle;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.bloques-nosotros:hover {
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
	box-shadow: 0 18px 40px rgb(51 51 51 / 10%);
}

.page-template-nosotros .bloque3 span.titulo p {
	text-align: left;
}

.page-template-nosotros .vertical-align {
	min-height: auto!important;
}

.page-template-nosotros #numeros {
	background-color: rgba(56, 122, 255, 0.8)!important;
}

.bloques-nosotros {
	padding: 20px;
	border-radius: 5px
}

.bloques-nosotros p {
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 0em;
	line-height: 1.74;
}

.bloques-nosotros .titulo a {
	font-size: 24px;
	line-height: 1.25;
	font-weight: 700;
	letter-spacing: 0em;
	margin-bottom: 0;
	color: #086ad8;
}

.icono {
	flex-shrink: 0;
	font-size: 48px;
	min-width: 60px;
	margin-right: 10px;
	color: #d2a98e;
}

.breadcrumbs{}
	
	#breadcrumbs{
    list-style:none;
    margin:10px 0;
    overflow:hidden;
}
  
#breadcrumbs li{
    display:inline-block;
    vertical-align:middle;
    margin-right:15px;
}
  
#breadcrumbs .separator{
    font-size:18px;
    font-weight:100;
color:#ccc;}
	
	#breadcrumbs ul {
	margin: 0;
	padding: 0;
}

#breadcrumbs {
	list-style: none;
	margin: 0px 0;
	overflow: hidden;
	padding: 0px;
}

#breadcrumbs li a {
font-size: 24px;
    font-weight: 500;
    line-height: 1.67;    color: #333333;
}

#breadcrumbs li {
	display: inline-block;
	vertical-align: middle;
font-size: 24px;
    font-weight: 500;
    line-height: 1.67;    color: #333333;
	margin-right: 10px;
}

#breadcrumbs .separator {
 font-size:18px;
	font-weight: 100;
	color: #000;
}
 
/**contacto*/
.ubicacion h4{ text-transform:capitalize; margin-bottom:20px;font-size: 24px!important;}
.ubicacion p{    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0em; 
    line-height: 1.74;    color: #696969;
}
.ubicacion a.correo{  display:inline-block;     
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0em;color:#086ad8;
    line-height: 1.74;  border-bottom:1px solid transparent;
}
#powerTip {
 
    background-color: #086ad8!important;
 color:#fff!important;
 
  
}

#powerTip.e:before,
#powerTip.w:before {
	border-bottom: 5px solid transparent;
	border-top: 5px solid transparent;
	margin-top: -5px;
	top: 50%
}

#powerTip.n:before {
	border-top: 10px solid #086ad8!important;
	border-top: 10px solid rgba(0, 0, 0, .8);
	bottom: -10px
}

#powerTip.e:before {
	border-right: 10px solid #086ad8!important;
	border-right: 10px solid rgba(0, 0, 0, .8);
	left: -10px
}

#powerTip.s:before {
	border-bottom: 10px solid #086ad8!important;
	border-bottom: 10px solid rgba(0, 0, 0, .8);
	top: -10px
}

#powerTip.w:before {
	border-left: 10px solid #086ad8!important;
	border-left: 10px solid rgba(0, 0, 0, .8);
	right: -10px
}
.pins_animation {
	border: 1px solid rgba(8, 106, 216, .1)!important;
	width: 60px!important;
	height: 60px!important;
	 left:-30px!important;
	 top:-30px!important;
	box-shadow: 0 0 20px rgba(8, 106, 216, .5)!important;
	pointer-events: none;
	
}
#powerTip p{ color:#fff!important;}
 .pins_animation.ihotspot_pulse {
	-moz-animation: Ani 4s infinite!important;
	-webkit-animation: Ani 4s infinite!important;
	animation: Ani 4s infinite!important
}

.ubicacion a.tel{  display:inline-block;     
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0em;color:#000;
    line-height: 1.74;margin-bottom:10px;border-bottom:1px solid transparent;
}
.ubicacion a.tel:hover{    color: #086ad8!important; border-bottom:1px solid #086ad8}
.ubicacion a.correo:hover{    color: #d2a98e!important; border-bottom:1px solid #d2a98e}
mark{ background:none;color: rgb(0, 91, 193)!important;}
.contenido-contacto p{ padding-left:10px;}
.contenido-contacto h3{position: relative;

    font-size: 34px;
    font-weight: 800;
    line-height: 1.2; padding-left:10px;  }
	.contenido-contacto h3:before{content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 4px;
    height: 94%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);background-color: #d2a98e;}
	.contenido-contacto{ display:block;    padding-left: 34px;}
.cabecera{ display: flex;
    vertical-align: middle;
text-align: center; position:relative; overflow:hidden;
    width: 100%;}
	.cabecera h1{    font-size: 64px;
    font-weight: 700;
    line-height: 1.13;
    color: #002fa6;}
.contacto {
	background-image: url(./img/contacto.png);
	background-repeat: no-repeat;
	padding-top: 10px !important;
	padding-bottom: 120px !important;
	background-position: center right;
	display: block;
	overflow: hidden;
}
.bloques1-solucion{    background-color: #F8F8F8;}
.bloques1-solucion .bloques-nosotros{box-shadow: 0 18px 40px rgb(51 51 51 / 10%); background:#fff;}
.bloques1-solucion .bloques-nosotros{display:block!important;min-height: 260px;}
.bloques1-solucion .icono{color:#086ad8;}
.bloques1-solucion .bloques-nosotros .titulo a{color:#000;    font-size: 22px;}
.alterno .icono{font-size:26px;text-align: right;}
.bloques1-solucion span.titulo{ text-align:center; color:#000;}
.bloques1-solucion span.titulo span{color: #086ad8;}
.page-template-soluciones .bloque2 {
    background-image: url(./img/bolsa-fondo.png)!important;
    background-repeat: no-repeat!important;
    background-size: contain!important;
    background-position: center right 40px!important;
    background-color: #f8f8f8!important;
    padding-top: 60px !important;
    padding-bottom: 0px !important;
}
.testimoniales-contenido{    background-color: #f5f5f5; display:block; width:100%;}
.page-template-bolsa-de-trabajo .bloque2 {
    background-image: url(./img/bolsa-fondo.png)!important;
 background-repeat: no-repeat!important;    background-size: contain!important;
    background-position: center right 40px!important;    background-color: #f8f8f8!important;
    padding-top: 60px !important;
    padding-bottom: 0px !important;
}

.formulario-soluciones{background-color: #002fa6;
    background-image: url(./img/formulario-alterno.png)!important;
    background-repeat: no-repeat;
    background-position: left bottom; padding-top:60px;}
.contacto h3 {
	font-size: 40px;
	line-height: 1.4;
}
.formulario-fondo h4{ font-size:26px;}
.formulario-fondo{background: #fff;
    box-shadow: 0 2px 30px rgb(0 0 0 / 10%);
    padding: 42px 30px 51px;
    border-radius: 5px;
    text-align: center;}

/** FORMULARIO */

.contacto {
	padding-top: 80px;
	padding-bottom: 20px;
}

.contacto .wpcf7 {
	padding-bottom: 20px;
	display: block;
 
}

.wpcf7-form-control-wrap {
	position: relative;
}
.contacto p{ font-size:14px; margin-bottom:15px;}
.contacto .margen-lateral{ padding-left:50px;}
.wpcf7-form-control-wrap input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'] {
	color: #696969;
	background-color: #f5f5f5;
	border-color: #f5f5f5;
	color: inherit;
	width: 100%;
	outline: none;
	border: 1px solid #f5f5f5;
	border-radius: 5px;
	padding: 3px 20px;
	height: 56px;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0em;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	line-height: 1.74;
	margin-bottom: 15px;
}

textarea:focus,
input:focus {
	color: #000!important;
}

.contacto i {
	height: 56px;
	width: 56px;
	line-height: 56px;
	border-radius: 50%;
	text-align: center;
	background: #f6f2ed;
	margin-right: 14px;
	color: #086ad8;
}

.contacto a span:hover {
	border-bottom: 1px solid #086ad8;
}

.contacto a span {
	border-bottom: 1px solid transparent;
	font-size: 14px;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s; 
}

.wpcf7-form-control-wrap input[type='text']:focus {
	background: #fff;
	box-shadow: 0 18px 40px rgb(51 51 51 / 10%);
}

.wpcf7-form-control-wrap input[type='email']:focus {
	background: #fff;
	box-shadow: 0 18px 40px rgb(51 51 51 / 10%);
}

.wpcf7-form-control-wrap input[type='tel']:focus {
	background: #fff;
	box-shadow: 0 18px 40px rgb(51 51 51 / 10%);
}

.wpcf7-form-control-wrap textarea:focus {
	background: #fff;
	box-shadow: 0 18px 40px rgb(51 51 51 / 10%);
}

#commentform input[type='text']:focus {
	background: #fff;
	box-shadow: 0 18px 40px rgb(51 51 51 / 10%);
}

#commentform input[type='email']:focus {
	background: #fff;
	box-shadow: 0 18px 40px rgb(51 51 51 / 10%);
}

#commentform input[type='tel']:focus {
	background: #fff;
	box-shadow: 0 18px 40px rgb(51 51 51 / 10%);
}

#commentform textarea:focus {
	background: #fff;
	box-shadow: 0 18px 40px rgb(51 51 51 / 10%);
}

textarea {
	width: 100%;
	outline: none;
	border: 1px solid #f5f5f5;
	border-radius: 5px;
	background-color: #f5f5f5;
	border-color: #f5f5f5;
	display: block;
	padding: 12px 20px 3px;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0em;
	max-width: 100%;
}

input[type=button],
input[type=reset],
input[type=submit] {
	color: #ffffff;
	border-color: #086ad8;
	background-color: #086ad8;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0em;
	padding: 0 41px;
	height: 56px;
	line-height: 54px;
	outline: none;
	border-width: 1px;
	border-style: solid;
	border-radius: 5px;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

a.telefono {
	font-size: 40px;
	line-height: 1.2;
	color: #002fa6;
	font-weight: 700;
	letter-spacing: 0em;
	border-bottom: 1px solid transparent;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	    display: inline-block;
    position: relative; margin-bottom:15px;
}

a.telefono:hover {
	border-bottom: 1px solid #002fa6;
}
.contacto h5{font-size: 14px!important;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1.74; margin-bottom:15px;}

input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
	box-shadow: 0 18px 40px rgb(51 51 51 / 10%);
	background-color: aliceblue;
	color: #000;
}


/*masonry*/

.gal {
	-webkit-column-count: 2;
	/* Chrome, Safari, Opera */
	-moz-column-count: 2;
	/* Firefox */
	column-count: 2;
}

.gal img {
	width: 100%;
	z-index: 2;
	position: relative;
	display: block;
	border-radius: 5px;
}

@media (max-width: 500px) {
	.gal {
		-webkit-column-count: 1;
		/* Chrome, Safari, Opera */
		-moz-column-count: 1;
		/* Firefox */
		column-count: 1;
	}
}

.fondo-azul i {
	color: #fff;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 28px;
}

.fondo-azul {
	background-color: rgba(8, 106, 216, 90%);
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 3;
	top: 0;
	display: inline-block;
	opacity: 0;
	vertical-align: middle;
	left: 0;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	/* ...and now for the proper property */
	transition: .5s;
}

.contenido-galeria:hover .fondo-azul {
	display: block;
	opacity: 1;
}

.contenido-galeria {
	position: relative;
	display: block;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	overflow: hidden;
	padding: 10px;
	margin: 0px;
	/* ...and now for the proper property */
	transition: .5s;
}


/*hack 5 columnas*/

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col-xs-5ths {
	width: 20%;
	float: left;
}

@media (min-width: 768px) {
	.col-sm-5ths {
		width: 20%;
		float: left;
	}
}

@media (min-width: 992px) {
	.col-md-5ths {
		width: 20%;
		float: left;
	}
}

@media (min-width: 1200px) {
	.col-lg-5ths {
		width: 20%;
		float: left;
	}
}

.item-video {
	background: #000;
}

.contenido-single h3 {
	color: #FF7F00
}

.contenido-single h2 {
	color: #FF7F00
}

.contenido-single iframe {
	width: 350px;
	height: auto;
}

.carrusel-videos .video-youtube img {
	border-radius: 10px;
}

.carrusel-videos .video-youtube .sombra {
	border-radius: 10px;
}

.carrusel-videos .play {
	background: #FF7F00;
	font-size: 1em!important;
	border-radius: 100%;
	width: 70px;
	height: 70px;
	line-height: 70px;
}

h2.linea-orange {
	border-bottom: 3px solid #FF7F00;
	display: inline-block!important;
}

.carrusel-videos-otro {
	background: url(./img/bienvenidos.jpg) no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

span.titulo-lineas {
	width: 100%;
	display: block;
}

 .autor-debajo{ display:flex; vertical-align:middle;}

.blog-entradas h2.blog {
	border-color: #FF7F00;
}

.blog-entradas {
	background: url(./img/blog.jpg) no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.carrusel-videos-otro .video-youtube img {
	border-radius: 10px;
}

.carrusel-videos-otro .video-youtube .sombra {
	border-radius: 10px;
}

.carrusel-videos-otro .play {
	background: #FF7F00;
	font-size: 1em!important;
	border-radius: 100%;
	width: 70px;
	height: 70px;
	line-height: 70px;
}

 
.captcha-image {
	width: 100%;
}

.owl-carousel .owl-video-tn {
	min-height: 750px;
}

.owl-carousel .owl-video-tn {
	background-size: cover!important;
}

.owl-prev,
.owl-next {
	width: 60px;
	height: 60px;
	position: absolute;
	top: 45%;
	transform: translateY(-45%);
	display: block !important;
	border: 0px solid black;
	background: none!important;
	color: #FF7F00!important;
	font-size: 3em!important;
	border-radius: 100%!important;
}

.owl-prev {
	left: 15px;
}

.owl-next {
	right: 15px;
}

.carrusel-testimoniales .comillas {
	color: #ccc;
}

.center .comillas p {
	color: #fff;
	background: #063C47;
	border-radius: 10px;
	margin-bottom: 20px;
}

.carrusel-testimoniales .comillas p {
	padding: 30px;
	margin-left: 15px;
	margin-bottom: -6px;
}

#show:hover {
	cursor: pointer;
}

.cerrar {
	display: block;
	float: right;
	background: #FF7F00;
	color: #fff;
	padding: 10px;
}

.contenedor-popup .boton {
	font-size: .7em!important
}

.contenedor-popup a.link-footer {
	margin-right: 5px;
	display: inline-block;
	height: 30px;
	width: 30px;
	color: #fff!important;
	text-align: center;
	line-height: 30px;
	font-size: .9em;
	margin-top: 5px;
	border-radius: 100%;
	background: #FF7F00;
	/* padding: 10px; */
	overflow: hidden;
}

.telpopup p {
	color: #fff!important
}

.telpopup {
	color: #fff;
}

.telpopup a {
	color: #fff;
}

.popup h2 {
	font-size: 25px!important;
}

.popup img.id {
	max-width: 220px!important;
	margin-bottom: 20px;
	display: block;
	margin: 0 auto;
	margin-bottom: 20px!important
}

.popup {
	position: relative;
	margin: 0 auto;
	margin-top: 5%;
	z-index: 10004;
	;
	max-width: 700px;
	background: #242424;
	padding: 10px;
	overflow: hidden;
	display: block;
}

.contenedor-popup {
	width: 100%;
	height: 100%;
	z-index: 10001;
	position: fixed;
}

.contenido-bloque-imagenes {
	position: absolute;
	z-index: 999;
	text-align: center;
	display: block;
	left: 0;
	right: 0;
}

.oculto {
	opacity: 0;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	/* ...and now for the proper property */
	transition: .5s;
	height: 0px;
}

.telefonos {
	display: block;
	width: 100%;
	height: 30px;
	background: #FF7F00;
	line-height: 30px;
	color: #fff;
}

.telefonos a {
	color: #fff!important;
}

.telefonos a:hover {
	color: #000!important;
	text-decoration: none;
}

.telefonos span {
	display: inline-block;
	margin-right: 15px;
}

.hover-links {
	display: block;
	overflow: hidden;
	position: relative;
	margin-bottom: 15px;
}

.hover-links:hover .oculto {
	opacity: 1;
	height: auto;
}

.oculto a {
	color: #fff!important;
	display: inline-block;
	margin-bottom: 5px;
}

.oculto li {
	padding: 0px;
	list-style: none;
}

.oculto a:hover {
	color: #fff!important;
	display: inline-block;
	border-bottom: 1px solid #FF7F00;
	text-decoration: none;
}

.contenido-bloque-imagenes h3 {
	padding-bottom: 3px;
	border-bottom: 1px solid #FF7F00;
	display: inline-block;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
}

#logos {
	background: #242424;
	padding-bottom: 50px;
	padding-top: 50px;
	display: block;
	width: 1005;
}

h2.blog {
	border-bottom: 3px solid #606163;
	padding-bottom: 3px;
	display: inline-block!important;
}

.single h2 {
    font-size: 24px !important;
}

.h3, h3 {
    font-size: 20px !important;
	color: #4f4f4f;
}

.contenido-nota {
	padding: 5px;
	overflow: hidden;
	bottom: 0;
	background: #fff;
	position: absolute;
	margin: 20px;
}

 

.contenido-nota a h3 {
	color: #000;
	font-size: 1.5em!important;
	border-bottom: 1px solid #FF7F00;
	margin-bottom: 15px;
	display: inline-block;
	font-weight: 500;
}

 
.contenido-nota p {
	color: #000!important;
	padding: 15px!important;
	display: block;
	width: 100%;
}

.nota {
	display: block;
	overflow: hidden;
	margin-bottom: 15px;
	position: relative;
}

.nota a.leer-mas {
	border: 1px solid #FF7F00;
	color: #FF7F00!important;
	float: right;
	margin-top: 15px;
	padding: 5px;
	font-size: 12px;
}

.principal a.leer-mas {
	border: 1px solid #FF7F00;
	color: #FF7F00!important;
	float: right;
	margin-top: 5px;
	padding: 5px;
	font-size: 12px;
}

.principal p {
	font-size: 17px!important;
}

.titulo-slider-fotos {
	position: absolute;
	left: 0;
	bottom: 0;
	border-left: 4px solid #FF7F00;
	background: #F0F0F0;
	display: inline-block;
	color: #000;
	font-weight: 500;
	font-size: 1.5em;
	padding: 5px;
}

.carrusel-testimoniales .comillas p::before {
	content: "\f10d";
	color: #ccc;
	top: 30px;
	font-family: FontAwesome;
	display: block;
	position: absolute;
}

.testimonial-nombre {
	margin-top: 20px;
}

.contenido-candidato {
	display: block;
	max-width: 50%;
	float: right;
	padding: 20px;
	color: #fff;
}

.contenido-candidato h2 {
	color: #fff!important;
}

.contenido-candidato h3 {
	color: #fff!important;
}

.contenido-candidato p {
	color: #fff!important;
}

.center .testimonial-nombre {
	margin-top: 20px;
	color: #063C47
}

.center p::after {
	content: '';
	position: absolute;
	bottom: 25px;
	left: calc(50% - 15px);
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #063C47;
	clear: both;
}

.owl-prev span {
	top: -10px;
	position: absolute;
	left: 0px;
	right: 0px;
}

.owl-next span {
	top: -10px;
	position: absolute;
	left: 0px;
	right: 0px;
}

.owl-prev img,
.owl-next img {
	opacity: 1;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	/* ...and now for the proper property */
	transition: .5s;
}

.owl-prev img:hover,
.owl-next img:hover {
	opacity: 1;
}

p.nocomments {
	display: none;
}

.carrusel {
	display: block;
	overflow: hidden;
	position: relative;
}

.single h2 {
	color: #0658c9!important;
}

a.button {
	display: block;
	max-width: 320px;
	border-radius: 10px;
	text-align: center;
	font-size: 18px;
	color: #fff!important;
	background: #01759C;
	padding: 10px;
	margin: 0 auto;
}

h2.multiple {
	width: 100%;
}

#accordion1 {
	margin-top: 25px;
}


/* GENERAL */

.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	display: block;
	float: left;
}

.alignright {
	display: block;
	float: right;
}

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

iframe {
	width: 100%;
}


/** HEADER **/

h2.titulo-h2 {
	border: none!important;
	color: #7c7c7c!important;
	display: block!important;
}

.sincambio {
	display: block;
	margin: 0 auto;
}

.contenido-banner p {
	color: #fff!important;
	text-shadow: 1px 1px 2px #000000;
}

.contenido-banner {
	right: 10%;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	max-width: 700px;
	display: block;
	top: 50%;
	text-align: center;
}

a.link-header {
	display: inline-block;
	color: #6C6C6C;
}

a.link-header i {
	font-size: 14px;
	margin-right: 2px;
}

a.link-header:hover {
	display: inline-block;
	color: #6C6C6C;
	text-decoration: none;
}

.telefonos span {
	font-size: 12px;
	display: inline-block;
}

.telefonos {
	font-size: 12px;
}

.telefonos a {
	font-size: 12px;
}

.modal-content .wpcf7-response-output {
	color: #858491!important
}

.contacto-contenido h4 {
	font-size: 30px;
	font-weight: 600;
}

.contacto-contenido h3 {
	font-size: 30px;
	text-align: center;
	font-weight: 600;
	padding-bottom: 0px;
}

.contacto-contenido {
	display: block;
	overflow: hidden;
	position: relative;
	background: #fff;
	padding-top: 45px;
	padding-bottom: 45px;
	width: 100%;
}

.banner-principal h3 {
	display: block;
	position: absolute;
	right: 10%;
	top: 10%;
	color: #172541!important;
	text-transform: uppercase;
	font-weight: 700!IMPORTANT;
	font-size: 30px;
}

.category .imagen {
	max-height: 200px;
}

.redes a {
	display: inline-block;
	width: 40px;
	line-height: 40px;
	background: #8399A7;
	border-radius: 100%;
	text-align: center;
	font-size: 24px;
}

.contacto-contenido p {
	text-align: justify!important;
}

.redes {
	display: block;
	width: 100;
	padding: 10px;
	overflow: hidden;
	position: relative;
}

.footer .form-banner {
	position: relative!important;
	max-width: 100%!important;
	height: auto!important;
	padding: 20px!important;
	margin-top: 15px;
}

.page-id-265 .historia {
	display: none!important
}

.historia {
	display: block;
	padding-top: 40px;
	padding-bottom: 40px;
	width: 100%;
	background: #CFCCC7;
	overflow: hidden;
	position: relative
}

.porque {
	display: block;
	padding-top: 40px;
	padding-bottom: 40px;
	width: 100%;
	background: #EDEDED;
	overflow: hidden;
	position: relative
}

.porques ul {
	margin: 0;
	padding: 0;
}

.porques ul li {
	display: block;
	list-style: none;
	background-image: url(./img/flecha.png);
	line-height: 30px;
	background-repeat: no-repeat;
	padding-left: 40px;
	color: #858491;
	font-size: 18px!important;
}

.azul h3 {
	color: #01759C!important;
	font-weight: 600;
}

.banner-principal h4 {
	display: block;
	color: #172541!important;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 30px;
}

.form-banner {
	position: absolute;
	top: 25%;
	right: 14%;
	max-width: 320px;
	background: #8399A7;
	padding: 50px;
	max-width: 420px;
	right: 0px!important;
}

 

.contacto-contenido h2 {
	color: #FF7F00!important;
}


/* GENERAL */

.boton-consulta {
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	font-size: 1em;
	/* ...and now for the proper property */
	transition: .5s;
	display: inline-block;
	opacity: 0.8;
	background: #FF7F00;
	color: #fff;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: 600;
	border-radius: 35px;
}

a.boton-consulta strong {
	font-size: 1.5em;
}

.whats a {
	background: #00E676!important;
	color: #fff!important;
	border-radius: 40px;
	padding: 10px!important;
	font-size: 1.4em;
}

.whats a i {
	font-size: 1.6em;
}

a.faq:hover {
	color: #FF7F00!important;
	text-decoration: none;
	opacity: 1;
}

a.faq {
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	font-size: 1.5em;
	/* ...and now for the proper property */
	transition: .5s;
	display: inline-block;
	opacity: 0.8;
	border: 1px solid #FF7F00;
	color: #FF7F00;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: 600;
	border-radius: 5px;
}

.nota .imagen {
	display: block;
	max-height: 180px;
	overflow: hidden;
}

.nota .imagen1 {
	display: block;
	overflow: hidden;
}

.archive .form-banner {
	background: #8399A7;
	padding: 50px;
	max-width: 420px;
	right: 0px!important;
}

.beneficios li {
	display: block;
	list-style: none;
	background-image: url(./img/flecha.png);
	line-height: 30px;
	background-repeat: no-repeat;
	font-size: 18px!important;
	padding-left: 40px;
	color: #858491;
}

.page-template-galeria .contenido-banner {
	top: 25%;
}

.extras i {
	color: #FF7F00!important;
}

.extras p {
	color: #FF7F00!important;
}

.extras a {
	color: #FF7F00!important;
}

.dato {
	padding: 10px!important;
}

#mega-menu-wrap-nav_top #mega-menu-nav_top>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item h4.mega-block-title,
#mega-menu-wrap-nav_top #mega-menu-nav_top>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item h4.mega-block-title {
	color: #006995!important
}

.testimonial {
	display: block;
	width: 100%;
	min-height: 300px;
	background: #fff;
	padding: 30px;
	-webkit-box-shadow: 9px 11px 14px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 9px 11px 14px 0px rgba(0, 0, 0, 0.4);
	margin-bottom: 15px;
}

.testimonial h3 {
	font-size: 24px!important;
}

.testimonial .descripcion {
	line-height: 24px;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 100;
	color: #333;
}

.testimonial i {
	font-size: 40px;
	color: #CCC;
}

.miniatura-f {
	border-radius: 100%;
	display: block;
	max-width: 70px;
	max-height: 70px;
	overflow: hidden;
	border: 1px solid #ccc;
}

.contenidos-slider h2 p {
	line-height: 30px;
}

.fondo-left {
	background: url(./img/impulsa_left.png);
	position: relative;
	overflow: hidden;
	display: block;
	display: block;
	overflow: hidden;
	background-size: 800px;
	background-position: -200px 100px;
	background-repeat: no-repeat;
}

.acercate1 a.button {
	background: #fff!important;
	color: #000!important;
	-webkit-box-shadow: 9px 11px 14px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 9px 11px 14px 0px rgba(0, 0, 0, 0.4);
}

.acercate1 h2 {
	font-size: 26px!important;
}

.acercate {
	background: #F0F4F7;
	display: block;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
	overflow: hidden;
	position: relative;
}

.acercate1 iframe {
	width: 100%;
	max-width: 900px!important;
	margin: 0 auto;
}

.acercate1 {
	background: url(./img/fondo-yelp.jpg) no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	display: block;
	width: 100%;
	padding-top: 60px;
	padding-bottom: 60px;
	overflow: hidden;
	position: relative;
}

.beneficios a.button {
	display: block;
	max-width: 200px;
	border-radius: 10px;
	text-align: center;
	font-size: 18px;
	color: #fff!important;
	background: #01759C;
	padding: 10px;
	margin: 0 auto;
}

.contacto-resultados a.button {
	display: block;
	max-width: 350px;
	border-radius: 0px;
	text-align: center;
	font-size: 14px;
	color: #fff!important;
	background: #01759C;
	padding: 5px;
	margin: 0 auto;
	margin-top: 15px;
}

.acercate a.button {
	display: block;
	max-width: 350px;
	border-radius: 10px;
	text-align: center;
	font-size: 18px;
	color: #fff!important;
	background: #01759C;
	padding: 10px;
	margin: 0 auto;
	margin-top: 15px;
}

.lateral {
	padding-left: 40%;
}

.acercate h3 {
	color: #172541!important;
	text-align: center;
	max-width: 400px;
	margin: 0 auto;
	display: block;
}

.lateral img {
	max-width: 150px;
	height: auto;
	float: left;
	display: inline-block;
	padding: 5px;
}


/*HEADER*/
.sombra {
	position: absolute;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.3);
	background: rgba(0, 0, 0, 0.3);
	color: rgba(0, 0, 0, 0.3);
	width: 100%;
	height: 100%;
	-webkit-transition: .5s ease-in;
	-moz-transition: .5s ease-in;
	-o-transition: .5s ease-in;
	-ms-transition: .5s ease-in;
	transition: .5s ease-in; top:0;
}
.titulo-principal p{color:#fff!important; font-size:20px!important;}
.navegacion {
	background: rgb(8, 70, 145);
	background-color: rgb(8, 70, 145);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	display: block;
}

.lity-content {
	width: 80%!important;
	margin: 0 auto;
}

.oculto {
	display: none!important;
}

.visible {
	display: block!important;
}

.link-cotizar {
	color: #fff;
	background-color: #242424;
	display: inline-block;
	margin-left: 15px;
	font-size: 16px;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-transition: opacity 1s ease-in;
	-moz-transition: opacity 1s ease-in;
	-o-transition: opacity 1s ease-in;
	-ms-transition: opacity 1s ease-in;
	transition: opacity 1s ease-in;
}

.link-cotizar:hover {
	background: #fff;
	color: #242424;
}

.home .fondo {
	background: #fff;
}

.fondo {
	position: fixed!important;
	background: #086ad8!important;
	top: 0px;
}

a.descarga {
	display: block;
	background: rgba(9, 132, 148, 1);
	background: -moz-linear-gradient(top, rgba(9, 132, 148, 1) 0%, rgba(0, 233, 163, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(9, 132, 148, 1)), color-stop(100%, rgba(0, 233, 163, 1)));
	background: -webkit-linear-gradient(top, rgba(9, 132, 148, 1) 0%, rgba(0, 233, 163, 1) 100%);
	background: -o-linear-gradient(top, rgba(9, 132, 148, 1) 0%, rgba(0, 233, 163, 1) 100%);
	background: -ms-linear-gradient(top, rgba(9, 132, 148, 1) 0%, rgba(0, 233, 163, 1) 100%);
	background: linear-gradient(to bottom, rgba(9, 132, 148, 1) 0%, rgba(0, 233, 163, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#098494', endColorstr='#00e9a3', GradientType=0);
	color: #fff!important;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: 600;
	max-width: 100px;
	border-radius: 5px;
	margin: 0 auto;
}

.page-template-default .navegacion {}

.fondo {
	position: fixed!important;
	z-index: 9999;
}

#cookie-law-info-again {
	display: none!important;
}

.visible {
	opacity: 1!important;
}

.invicible {
	opacity: 0!important;
	display: none!important;
}

.redes_top {
	opacity: 1;
	-webkit-transition: opacity .5s ease-in;
	-moz-transition: opacity .5s ease-in;
	-o-transition: opacity .5s ease-in;
	-ms-transition: opacity .5s ease-in;
	transition: opacity .5s ease-in;
	display: inline-block;
	position: fixed;
	top: 35px;
}

.redes_top li {
	display: inline-block!important;
	width: 30px!important;
	height: 30px;
	border-radius: 100%;
	background: #fff;
	text-align: center;
	margin-right: 10px;
	transition: background 0.3s linear!important;
	-webkit-transition: background 0.3s linear!important;
	-moz-transition: background 0.3s linear!important;
}

.contenidos-slider span {
	letter-spacing: .15em;
	/* Adjust as needed */
	animation: typing 3.5s steps(40, end), blink-caret .75s step-end infinite;
	white-space: nowrap;
	/* Keeps the content on a single line */
}

a.tratamiento {
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	font-size: 1em;
	transition: .5s;
	display: inline-block;
	opacity: 0.8;
	background: none;
	border: 1px solid #fff;
	color: #fff;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: 600;
	border-radius: 0px;
}

a.tratamiento:hover {
	background: #fff;
	color: #FF7F00;
	text-decoration: none;
	opacity: 1;
}

.horario i {
	font-size: 30px;
	padding-top: 10px;
	text-align: left;
}

.footer ul {
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0;
	padding: 0;
}

.quienes img {
	max-width: 150px;
	margin: 0 auto;
}

.mindray {
	background: url(./img/mundo_mindray.png)no-repeat top left scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 320px;
	color: #fff!important;
	padding: 50px;
}

.mindray p {
	color: #fff!important;
}

.contenido-nota-news h4 {
	color: #7b7b7b!important;
	padding-top: 0px;
	margin-top: 0px!important;
	padding-bottom: 0px!important;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-size: 20px;
}

.titulo-review {
	display: block;
	width: 100%;
	font-weight: 600;
}

.ocupacion {
	display: block;
	width: 100%;
	color: #FF7F00;
	font-size: 14px;
}

.review-contenido {
	background: #ECF1F2;
	border: 1px solid #fff;
	padding: 15px;
	margin-bottom: 30px;
	position: relative;
}

.review-contenido::after {
	content: " ";
	padding-right: 15px;
	width: 90px;
	height: 32px;
	background-image: url("img/review.png");
	background-repeat: no-repeat;
	display: block;
	/* position: relative; */
	/* bottom: 0px; */
	/* position: absolute; */
	margin-bottom: -48px;
	overflow: hidden;
	/* height: -webkit-fill-available; */
	margin-left: -20px;
}

.alt::after {
	content: " ";
	padding-right: 15px;
	width: 90px;
	height: 32px;
	background-image: url("img/review_alt.png")!important;
	background-repeat: no-repeat;
	display: block;
	/* position: relative; */
	/* bottom: 0px; */
	/* position: absolute; */
	margin-bottom: -48px;
	overflow: hidden;
	/* height: -webkit-fill-available; */
	margin-left: -20px;
}

.review-datos span {
	display: inline-block;
}

.review-datos img {
	max-width: 100px;
	display: inline-block!important;
}

.contenido-nota h3 {
	font-size: 18px!important;
	padding: 0px!important;
	margin: 0px!important;
}

.contenido-nota a {
	color: #000!important
}

.contenido-nota p {
	padding: 0px;
	font-size: 12px!important;
}

span.item-doctor img {
	position: relative;
	display: block;
	z-index: 99;
}

span.item-doctor .contenidos-doctor {
	display: block;
	width: 100%;
	position: absolute;
	z-index: 100;
	bottom: 0;
	background-image: url("img/fondo-doctor.png");
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 10px;
	padding-bottom: 30px;
}

.redes-doctores {
	text-align: center;
}

.redes-doctores a {
	background: #FF7F00;
	color: #fff;
	width: 35px;
	height: 35px;
	border-radius: 100%;
	display: inline-block;
	margin: 8px;
	line-height: 35px;
}

.angel {
	overflow: hidden;
	background-attachment: fixed;
	background-position: top right;
	background: rgba(9, 132, 148, 1)!important;
	background: -moz-linear-gradient(top, rgba(9, 132, 148, 1) 0%, rgba(0, 233, 163, 1) 100%)!important;
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(9, 132, 148, 1)), color-stop(100%, rgba(0, 233, 163, 1)))!important;
	background: -webkit-linear-gradient(top, rgba(9, 132, 148, 1) 0%, rgba(0, 233, 163, 1) 100%)!important;
	background: -o-linear-gradient(top, rgba(9, 132, 148, 1) 0%, rgba(0, 233, 163, 1) 100%)!important;
	background: -ms-linear-gradient(top, rgba(9, 132, 148, 1) 0%, rgba(0, 233, 163, 1) 100%)!important;
	background: linear-gradient(to bottom, rgba(9, 132, 148, 1) 0%, rgba(0, 233, 163, 1) 100%)!important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#098494', endColorstr='#00e9a3', GradientType=0)!important;
	min-height: 280px;
	color: #fff!important;
	padding: 0px;
}

.angel p {
	color: #fff!important;
}


/* The typing effect */

@keyframes typing {
	from {
		width: 0
	}
	to {
		width: 100%
	}
}

.redes_top li a {
	color: #01274C!important;
	display: block;
	width: 100%;
	height: auto;
	text-align: center;
	line-height: 30px;
}

.redes_top li:hover {
	background: #ff0000;
}

.menus {}

.contactos {
	color: #000;
	display: block;
}

.contactos a {
	display: inline-block;
	padding-left: 10px;
	padding-bottom: 5px;
}

.contactos i {
	color: #FDBC02
}


/* NAVEGACION MOBIL */


/* SLIDESHOW */

.banner {
	height: 100%;
	display: block;
	overflow: hidden;
}

.contenido-texto {
	background: rgba(0, 0, 0, 1);
	background: -moz-linear-gradient(left, rgba(0, 0, 0, 1) 40%, rgba(0, 0, 0, 0.38) 77%, rgba(255, 255, 255, 0) 100%);
	background: -webkit-gradient(left top, right top, color-stop(40%, rgba(0, 0, 0, 1)), color-stop(77%, rgba(0, 0, 0, 0.38)), color-stop(100%, rgba(255, 255, 255, 0)));
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 1) 40%, rgba(0, 0, 0, 0.38) 77%, rgba(255, 255, 255, 0) 100%);
	background: -o-linear-gradient(left, rgba(0, 0, 0, 1) 40%, rgba(0, 0, 0, 0.38) 77%, rgba(255, 255, 255, 0) 100%);
	background: -ms-linear-gradient(left, rgba(0, 0, 0, 1) 40%, rgba(0, 0, 0, 0.38) 77%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to right, rgba(0, 0, 0, 1) 40%, rgba(0, 0, 0, 0.38) 77%, rgba(255, 255, 255, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff', GradientType=1);
	color: #fff!important;
	font-size: 24px;
	padding: 15px;
	display: block;
	overflow: hidden;
	font-weight: 300;
}

.contenido-texto h2 p {
	color: #fff!important;
	font-size: 40px;
}

.contenidos-slider h2 p {
	color: #fff!important;
	font-size: 30px;
	line-height: 40px;
}


/* HOME */

.page-template-procedimiento-varios .contact-book a {
	color: #7c7c7c!important;
}

.page-template-procedimiento-varios .contact-book h2 {
	border: none!important;
	color: #7c7c7c!important;
}

.page-template-procedimiento .contact-book a {
	color: #7c7c7c!important;
}

.page-template-procedimiento .contact-book h2 {
	border: none!important;
	color: #7c7c7c!important;
}

.contenedor-faq .contenidos {
	width: 100%;
	min-height: 400px;
	overflow: hidden;
	display: flex;
	align-items: center;
}

.titulo-faq h1 {
	max-width: 900px;
	margin: 0 auto;
	margin-bottom: 15px;
}

.faq-titulo {
	position: absolute;
	z-index: 1000;
	color: #fff;
	font-size: 25px;
	display: block;
	width: 100%;
	text-align: center;
}

.contenedor-faq {
	display: flex;
	align-items: center;
	position: relative;
	min-height: 400px;
	overflow: hidden;
}

.contenedor-faq img {
	display: block;
	position: absolute;
	z-index: 99;
	top: 0;
}

.contenedor-faq .fondo-negro:hover {
	background-color: rgba(0, 0, 0, 0.9);
	background: rgba(0, 0, 0, 0.9);
}

.contenedor-faq .fondo-negro {
	display: block;
	z-index: 100;
	background-color: rgba(0, 0, 0, 0.7);
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	/* ...and now for the proper property */
	transition: .5s;
	background: rgba(0, 0, 0, 0.7);
	overflow: hidden;
	position: relative;
	color: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 400px;
}

label {
	color: #000;
	 
}

.contacto-contenido input {
	width: 100%;
}

.book input[type=button],
.book input[type=reset],
.book input[type=submit] {
	max-width: 180px;
	display: block;
	background: #fff!important;
	color: #FF7F00;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: 600;
	border-radius: 0px;
	float: right;
	border-radius: 5px;
}

.page-template-categoria .item-servicio {
	border-radius: 5px;
	border: 0px solid #FF7F00;
	display: block;
	width: 100%;
	overflow: hidden;
}

.precio-circulo .separador {
	height:
}

.precio-circulo {
	display: block;
	margin: 0 auto;
	width: 175px;
	height: 175px;
	border-radius: 100%;
	margin-bottom: 20px!important;
	text-align: center;
	padding: 25px;
	padding-top: 35px!important;
}

.precio {
	display: inline-block;
	font-size: 40px;
}

.moneda {
	display: inline-block;
	font-size: 20px;
}

.page-template-categoria .nota-home {
	background: #F6F6F6!important
}

.nota-home {
	display: block;
	background: #cee7ea;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.item-servicio a h3 {
	color: #7c7c7c!important
}

.item-servicio a p {
	color: #858491!important
}

.item-servicio a:hover {
	text-decoration: none;
}

.item-servicio img {
	border-radius: 100%;
}

.services {
	background: #fff;
	display: block;
	width: 100%;
	overflow: hidden;
	padding-top: 40px;
	padding-bottom: 40px;
	color: #333;
}

.services p {
	color: #333!important;
}

.book h2 {
	color: #fff!important;
}

.contact-book a {
	color: #000;
}

.related-post {
	display: block;
	width: 100%;
	overflow: hidden;
	padding-top: 40px;
	padding-bottom: 40px;
}

.book {
	background: #FF7F00;
	display: block;
	width: 100%;
	overflow: hidden;
	padding-top: 40px;
	padding-bottom: 40px;
}

.contact-book {
	background: #C3E7EC;
	display: block;
	width: 100%;
	overflow: hidden;
	padding-top: 40px;
	padding-bottom: 40px;
}

.beforeafter {
	background: #C3E7EC;
	display: block;
	width: 100%;
	overflow: hidden;
	padding-top: 40px;
	padding-bottom: 40px;
}

span.item-servicio {
	display: block;
	padding: 10px;
}

span.item-servicio img {
	max-width: 100px;
	height: auto;
	margin: 0 auto;
}

.datos {
	font-size: 14px!important;
}
  .autor{ margin-right:10px;font-weight: 400;
    letter-spacing: 0em;
    line-height: 32px;
    font-size: 14px;
    color: #696969;}
 .autor img{ border-radius:100%; border:solid 1px #eee; margin-right:10px;}
  .post_tags i{ margin-right:5px;}
 .post_tags a{
    color: #ababab!important; margin-left:5px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.85;-o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;}
	.post_tags a:hover{color: rgb(0, 91, 193);}
  .autor-debajo img{ border-radius:100%; border:solid 1px #eee; margin-right:10px; width:100px; height:100px; min-width: 100px;}
a h3.categoria { font-size: 36px; color:#333!important;-o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
 }
 a.categoria:hover{color: rgb(0, 91, 193);}
 .nota-principal p{ line-height:2em;}
a h3.categoria:hover {color: #086ad8!important;}
.single a {
	color: #000;
}

.share {
	font-weight: 600;
	text-transform: uppercase;
}

.sfsi_wDiv {
	width: 100%!important;
	text-align: center!important;
}

.sfsi_shortcode_container {
	float: none!important
}

.share .meks_ess a {
	color: #7b7b7b!important;
	background: #fff!important;
}

.meks_ess {
	margin: 0!important;
	top: 0!important;
}

.meks_ess.circle,
.meks_ess.square,
.meks_ess.transparent {
	-webkit-box-pack: space-between!important;
	-ms-flex-pack: space-between!important;
	-webkit-justify-content: space-between!important;
	justify-content: space-between!important;
}

.share {
	display: block;
	padding: 10px;
	background: #fff;
	width: 100%;
	overflow: hidden;
	position: relative;
	line-height: 60px;
	text-align: center;
}

 

.siguiente {
	display: block;
	width: 100%;
	border-top: 1px solid #e6e4d8;
	border-bottom: 1px solid #e6e4d8;
	text-align: right
}

.siguiente a {
	color: #000;
	font-size: 14px;
	margin-left: 15px;
}

.single .contenido-banner {
	top: 35%!important;
}

.single h1 {
	font-size: 40px;
	padding-top: 0px;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	z-index: 100;
	padding-top: 10%;
	border-bottom: 2px solid #FF7F00;
	display: inline-block;
}

.home .bloques img {
	margin: 0 auto!important;
}

.texto-home p {
	padding: 40px;
	font-size: 18px;
	padding-left: 70px;
	padding-right: 70px;
}

.home .bloques h3 {
	font-size: 22px;
	font-weight: 500;
	text-align: center;
}

.bloque {
	padding-left: 30px!important;
	padding-right: 30px!important;
}

.bloque-central {
	background: #E6E6E6;
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.bloque-central p {
	font-size: 30px;
}

.bloque-inferior {
	margin-top: 20px!important;
}

.bloque-inferior {
	padding-bottom: 20px;
	overflow: hidden;
}

.home .dos h3 {
	margin: 0!important;
	font-size: 40px;
}

.dos .boton {
	float: right;
	margin-top: 20px;
	padding-left: 60px;
	padding-right: 60px;
	font-size: 20px;
}

.home .bloque-central p {
	font-size: 28px!important;
}

.home .bloque-central ul {
	padding: 0;
	list-style: none;
	margin: 0;
	padding-top: 40px;
	padding-bottom: 40px;
}

.home .bloque-central ul li {
	float: left;
	vertical-align: middle;
	text-align: left;
	font-size: 25px;
	width: 100%;
}

#wp-comment-cookies-consent {
	width: auto!important
}

.page ul li { 
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 1.74;
}

.galeria a img {
	-webkit-transition: .5s ease-in;
	-moz-transition: .5s ease-in;
	-o-transition: .5s ease-in;
	-ms-transition: .5s ease-in;
	transition: .5s ease-in;
}

.galeria a img:hover {
	transform: scale(1.2);
	/* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
 
 
#commentform input[type='text'], input[type='email'], input[type='url'], input[type='password'], input[type='search'], input[type='number'], input[type='tel'] {    color: #696969;
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    color: inherit;
    width: 100%;
    outline: none;
    border: 1px solid #f5f5f5;
    border-radius: 5px;
    padding: 3px 20px;
    height: 56px;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0em;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    line-height: 1.74;
    margin-bottom: 15px;
}
#commentform label {
	text-align: left
}

.tab-content span {
	color: #2089A9;
	font-weight: 600;
	font-size: 16px;
	padding-right: 4px;
}

.tab-content h2 {
	color: #01759C;
	font-size: 30px;
}

.contenido-bloques {
	background: #F5F5F5;
	display: block;
	padding: 5px;
	overflow: hidden;
	position: relative;
}

.contenido-quienes H1 {
	color: #000!important;
}

.menu-copyright-container ul {
	margin: 0!important;
	padding: 0!important;
}

.menu-copyright-container ul li a {
	font-size: 12px!important;
}

.menu-copyright-container ul li::before {
	content: " "!important;
	padding-right: 0px!important;
}

.menu-copyright-ingles-container ul {
	margin: 0!important;
	padding: 0!important;
}

.menu-copyright-ingles-container ul li a {
	font-size: 12px!important;
}

.menu-copyright-ingles-container ul li::before {
	content: " "!important;
	padding-right: 0px!important;
}

H3 a {
	color: #000!important;
	font-size: 16px;
}

a.boton-especial {
	border: 1px solid #fff;
	background: #003946;
	color: #fff;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

a.boton-especial:hover {
	background: #000;
	text-decoration: none;
}

.blog-entradas h3
/*FOOTER*/
 
 

 
 

ul#menu-footer-extras li {
	display: inline-block;
	width: auto;
	padding: 5px;
}

ul#menu-footer-extras a {
	font-size: 12px;
	color: #000!important;
	display: inline-block
}

.contactanos {
	overflow: hidden;
	display: block;
	width: 100%;
}

H3 a:hover {
	color: #333!important;
}


/* REDES SOCIALES*/

.redes {
	display: block;
	width: 100%;
	overflow: hidden;
}

.redes ul {
	display: block;
	margin: 0;
	padding: 0;
	text-align: center;
}

.redes ul li {
	background: #FDBC02;
	border-radius: 100%;
	color: #fff;
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	font-size: 20px;
	margin: 5px;
}

.redes ul li a:hover {
	color: #fff!important;
}


/* PAGE */

.marco {
	background: #fff;
	display: block;
	width: 250px;
	height: 250px;
	position: relative;
	border: 5px solid;
	border-image-source: linear-gradient(45deg, rgb(0, 233, 162), rgb(9, 132, 148));
	border-image-slice: 1;
	margin: 0 auto;
}

.marco img {
	max-width: 180px;
	margin: 0 auto;
	display: inline-flex;
	padding-top: 10%;
}

.titulo-hoja {}

.page-template-tratamiento .contenido-gris h2 {
	border: none;
	text-align: center
}

.numeropaso {
	display: block;
	width: 55px;
	height: 55px;
	text-align: center;
	line-height: 100%;
	color: #fff;
	font-weight: 600;
	font-size: 2.7em;
	background: #FF7F00;
	border-radius: 100%;
}

 

span.titulo-entrada {
	font-size: 1.2em;
	color: #FF7F00;
	font-weight: 500;
}

.info h2 {
	color: #000!important;
}

 

.entrada a img {
	width: 100%;
	height: auto;
}

.category .contenido-banner {
	top: 25%!important;
}

.page .bloque-central h3 {
	font-weight: 400;
}

.page .bloque-central p {
	font-size: 20px;
}

.contenido-slide-categoria {
	position: absolute;
	bottom: 0px;
	width: 100%;
	background-color: rgba(58, 131, 143, 0.7);
	background: rgba(58, 131, 143, 0.7);
	padding: 10px;
	color: rgba(58, 131, 143, 0.7);
	color: #fff;
	z-index: 10;
}

a.boton-superior {
	position: relative;
	bottom: 0px;
	margin-top: 20px;
	display: block;
	width: 100%;
	text-align: right;
}

.contenido-slide-categoria a {
	color: #fff;
}

.contenido-slide-categoria a:hover {
	color: #fff;
	text-decoration: none;
}

.dia {
	font-size: 3em;
}

.contenido-gris {
	display: block;
	width: 100%;
	padding: 10px;
	background: #FAFAFA;
	overflow: hidden;
	position: relative;
}

.page .dos h3 {
	margin: 0!important;
	font-size: 40px;
}



.fechasi {
	color: #7b7b7b!important;
}

#sidebar ul li a {
	color: #000; -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
}

h3.widget-title {
	display: block;
	width: 100%;
	text-align:left;     font-size: 34px;
    font-weight: 500;
    margin-bottom: 27px;

}
.widget ul{ list-style:none; margin:0; padding:0;}
.widget li a{   position: relative;
    font-size: 18px;
    font-weight: 600;    color: #696969;
    padding: 16px 0 16px 30px; display:block; border-bottom:1px solid #eee;}
	
   .widget_recent_entries li a:after {
    content: '\f178';
    position: absolute;
    top: 22px;
    left: 0px;	font-family: FontAwesome;-o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;

}

  .widget_recent_entries li:hover a:after {
 
  color:#086ad8; left:4px;	
    
}
  .widget_recent_entries li a:hover{color:#086ad8;}
 
.widget{ margin-bottom:20px;}
#sidebar input[type=button],
#sidebar input[type=reset],
#sidebar input[type=submit] {
	margin-top: 15px!important;
	float: none!important;
	background: #fff!important;
	color: #000!important;
	margin: 0 auto;
}

#sidebar .widget {
	padding: 10px;
	background: #C3E7EC;
	display: block;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
	border-radius: 5px;
}

.page-template-servicio-php .bloque p {
	font-size: 20px;
	font-weight: 600;
}

.page .bloque p {
	font-size: 20px;
}

.page-template-industries-php .bloques img {
	max-width: 100%!important;
}

.page-template-industries-php .bloques p {
	font-weight: 600;
	padding-top: 10px;
}

.page-template-contactus-php .izquierda p {
	font-size: 16px;
}

.izquierda p {
	font-size: 22px;
}

.nombre h1 {
	background: #4A667A;
	color: #fff!important;
	font-size: 2.5em!important;
	text-align: center;
	position: absolute;
	bottom: 0;
	padding: 10px;
	width: 100%;
	margin: 0;
}

.nombre {
	display: block;
	overflow: hidden;
	position: relative;
}

blockquote {
	border-left: 5px solid #FF7F00!important;
	background: #F6F6F6;
	color: #000;
	font-style: italic;
}

.acf-map {
	width: 100%;
	height: 500px;
	border: #ccc solid 1px;
	margin: 20px 0;
}


/* fixes potential theme css conflict */

.acf-map img {
	max-width: inherit !important;
}

.bloques-home {
	margin-top: 20px;
	background: #fff;
	border-bottom: 6px solid #E8E8E8;
	overflow: hidden;
}

.bloque {
	border: 1px solid #E8E8E8;
	overflow: hidden;
	text-align: center;
	padding: 10px;
	min-height: 385px;
	display: block;
}


/* BOOSTRAP */

.col-centered {
	float: none!important;
	display: block;
	margin: 0 auto;
	/* margin-left: auto; margin-right: auto; */
}

.titulo-faq {
	background: #cfccc7;
}

.row-no-padding {
	padding: 0 !important;
	margin: 0 !important;
}

.separador {
	display: block;
	width: 100%;
	height: 15px;
	overflow: hidden;
	position: relative;
}

.separador-alto {
	display: block;
	width: 100%;
	height: 50px;
	overflow: hidden;
	position: relative;
}

.img-responsive {
	width: 100%!important;
}


.video-youtube {
	display: block;
	width: 100%;
	text-align: center;
	position: relative;
	overflow: hidden
}

.play {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	color: #fff;
	font-size: 7em;
	font-weight: 100;
}


.cedula {
	color: #fff!important;
	background: #4A667A;
	padding: 10px;
	width: 100%;
	display: block;
	position: relative;
}

.cedula p {
	color: #fff;
	margin-bottom: 0px;
}

.video-youtube:hover .sombra {
	background-color: rgba(0, 0, 0, 0.9);
	background: rgba(0, 0, 0, 0.9);
	color: rgba(0, 0, 0, 0.9);
}
 
 
 
 

  input[type=submit] {
	margin: 0 auto!important;
	margin-top: 20px!important;
	float: none!important;
	margin-bottom: 35px;
}

 
.formulario input[type=submit]:hover {
	background: #ff0000!important;
}

a.contacto:hover {
	background: #ff0000;
	text-decoration: none!important;
}

.formulario input {
	background: none!important;
	border-bottom: 1px solid #fff;
	padding-bottom: 9px;
	padding-top: 9px;
	color: #fff;
}

.formulario textarea {
	background: none!important;
	border-bottom: 1px solid #fff;
	padding-bottom: 9px;
	padding-top: 9px;
	color: #fff;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	border: none!important;
}

.wpcf7-response-output {
	color: #000!important
}

div.wpcf7-mail-sent-ok {
	border: none!important;
}

.contacto-contenido {}

h4 a {
	font-size: 22px!important;
}

h4 a:hover {
	text-decoration: none;
}

.contenido-quienes p {
	color: #fff;
	font-size: 20px!important;
	text-align: center;
	padding-top: 45%;
}

.gris {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	background: #00274b;
	z-index: 90;
}

.vision-lr {
	cursor: pointer;
}

.fondo-senal {
	display: block;
	width: 200px;
	background-color: rgba(0, 129, 203, 0.5);
	background: rgba(0, 129, 203, 0.5);
	border: 1px solid #fff;
	border-radius: 0px;
	padding: 10px;
}

a.vision-infobox {
	display: none!important;
}

.vision-tooltips {
	color: #fff!important;
	display: block;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.92);
}

.nota a img {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
}

[data-aos="reveal-right"] {
	transform: scaleX(1);
	transform-origin: 100% 0%;
	transition-property: transform;
	transition-delay: 0.5s;
}

[data-aos="reveal-right"].aos-animate {
	transform: scaleX(0);
}

[data-aos="reveal-left"] {
	transform: scaleX(1);
	transform-origin: 0% 100%;
	transition-property: transform;
	transition-delay: 0.5s;
}

[data-aos="reveal-left"].aos-animate {
	transform: scaleX(0);
}

[data-aos="reveal-top"] {
	transform: scaleY(1);
	transform-origin: 0% 100%;
	transition-property: transform;
	transition-delay: 0.5s;
}

[data-aos="reveal-top"].aos-animate {
	transform: scaleY(0);
}

.bloque h3 a {
	font-size: 24px;
	text-transform: capitalize;
	color: #01759C!important
}

.bloques img {
	margin-top: -150px;
}

.solucion {
	padding-top: 30px;
	display: block;
}

.separador-interna {
	display: block;
	width: 100%;
	height: 100px;
	position: relative;
	overflow: hidden;
}

.solucion-imagen img {
	margin-bottom: -45px;
}

.contacto-redes {
	position: relative!important;
	text-align: center;
	display: block;
	margin: 0 auto;
	width: 100px;
	margin-top: -30px!important;
}

.contacto-redes ul li {
	float: none!important;
}

.contacto-redes ul {
	display: block;
	margin: 0 auto;
	width: 100px;
}

a.consulta {
	display: block;
	width: 480px;
	font-size: 25px;
	color: #fff!important;
	background: #01759C;
	margin: 0 auto;
	font-weight: 600;
	border-radius: 5px;
	padding: 10px;
	text-align: center;
}

.largo a.consulta {
	width: 600px;
}

.contacto-resultados {
	background: #0089A9;
	display: block;
	width: 100%;
	min-height: 400px;
	color: #fff;
	margin: 0px;
	padding: 20px;
}

.contacto-resultados h2 {
	color: #fff!important;
	font-size: 3.2em!important;
	text-transform: uppercase;
	font-weight: 600;
}

.contacto-resultados p {
	color: #fff!important;
	FONT-WEIGHT: 300;
	FONT-SIZE: 16px;
}

.linea {
	display: block;
	border-bottom: 2px solid #FF7F00;
	position: relative;
	margin-bottom: 15px!important;
	width: 100%;
	margin-top: 5px;
}

.contacto-resultados a {
	color: #fff!important;
	FONT-WEIGHT: 300;
	FONT-SIZE: 14px;
	padding-right: 20px;
}


/* TABS */

.faq {
	padding: 20px;
	background: none!important;
	margin-top: 15px;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	background: #ABD8D7!important;
	color: #7c7c7c!important;
	border: 3px solid #ABD8D7!important;
	border-radius: 30px!important;
	font-size: 20px;
}

.nav-tabs {
	border: 0px solid #ABD8D7!important;
	padding-bottom: 10px;
	text-align: center;
}

.nav-tabs>li {
	float: none!important;
	display: inline-block!important;
	text-transform: uppercase;
}

.nav li {
	color: #fff;
}

.nav-tabs>li>a {
	background: #none!important;
	color: #7c7c7c!important;
	border: 3px solid #ABD8D7!important;
	border-radius: 30px!important;
	font-size: 20px;
}

.titulo-hoja {
	width: 100%;
}

.nav-tabs>li>a {
	background: none!important;
	color: #7c7c7c!important;
	border: 3px solid #ABD8D7!important;
	border-radius: 30px!important;
	font-size: 20px;
	font-weight: bold;
}

.nav-tabs>li>a:hover {
	background: #none!important;
	color: #7b7b7b!important;
	border: 3px solid #ABD8D7!important;
	border-radius: 30px;
	font-size: 20px;
	font-weight: bold;
}

.compartir {
	background: #071B34;
	border-bottom: 1px solid #000;
	border-top: solid 1px #000;
	padding-top: 10px;
	padding-bottom: 10px;
}

.compartir span {
	color: #fff;
	text-transform: uppercase;
	padding: 20px;
	display: block;
	padding-left: 0px!important;
}

html body .supsystic-social-sharing a {
	background-color: transparent!important;
	font-size: 20px;
}

html body .supsystic-social-sharing .social-sharing-button .fa {
	font-size: 20px!important;
}

.panel-heading {
	border: none!important;
}


/* blques interna */

.ocultos {
	-webkit-transition: .5s ease-in;
	-moz-transition: .5s ease-in;
	-o-transition: .5s ease-in;
	-ms-transition: .5s ease-in;
	transition: .5s ease-in;
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
	background-color: rgba(0, 39, 75, 0.8);
	background: rgba(0, 39, 75, 0.8);
	z-index: 2;
	padding: 30px;
	top: 0;
}

.relacionados {
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
}

.relacionados:hover .ocultos {
	opacity: 1;
}

.navigation ul li {
	display: inline-block;
}

.navigation ul li a {
	display: block;
	padding: 5px;
}

.page-template-categoria h3 a {
	text-transform: uppercase;
	font-size: 0.8em;
	font-weight: 600;
}

.why img {
	max-width: 70px;
	padding-right: 15px;
	padding-bottom: 15px;
	display: table-cell;
}

.resumen-bloques {
	display: table-cell;
}

.whyh2::after {
	content: " ";
	border-bottom: 4px solid #FF7F00;
	width: 100px;
	display: block;
	padding-top: 5px;
}

h5 {
	font-size: 20px!important;
	text-transform: uppercase;
}

.doctores img {
	width: 100%;
	height: auto;
	display: block;
}

.page-template-producto h2 {
	color: #FF7F00!important;
	font-size: 2em;
	font-weight: 600;
}

.page-template-default h1 {
	color: #FF7F00!important;
}

span.ia h1 {
	color: #FF7F00!important;
	background: none!important;
	border-bottom: 0px!important;
}

img.alignleft {
	padding-right: 10px
}

.telefonos a.mail {
	font-size: 14px!important;
}

ul.menu li {
	list-style: none!important;
}

.menu-mobil {
	position: relative;
	z-index: 10000;
	width: 100%;
	display: block;
	background: #fff!important;
	overflow: hidden;
}

.home .contenido-banner h1 {}

.footer h3.widget-title {
	text-align: left!important;
}

.texto-seo p {
	color: #FF7F00!important
}

.texto-seo {
	color: #FF7F00!important
}

.titulo-mapa {
	display: block;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	background: #FF7F00;
	position: relative;
	overflow: hidden;
	color: #fff;
	font-size: 2em;
	font-weight: 500;
}

.page-id-1930 .ficha img {
	max-width: 250px!important;
}

.page-id-3018 .ficha img {
	max-width: 250px!important;
}

 

 
.archive .nota .contenido-nota h2 {
	color: #FF7F00!important;
}

.contenidos ul {
	DISPLAY: INLINE-BLOCK;
}

 

.contenidos h3 {
	font-weight: 600
}

.contenido-gris h2 {
	width: 100%;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}

.titulo-bloque-inferior {
	color: #FF7F00;
	padding-left: 55px;
	line-height: 49px;
	font-weight: 500;
}

.titulo-bloque-inferior::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0px;
	width: 55px;
	display: inline-block;
	background-image: url(./img/bloques-lista.png);
	height: 49px;
}

.contenidos ul li::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0px;
	width: 35px;
	display: inline-block;
	background-image: url(./img/lista.png);
	height: 35px;
}

ul.page-numbers {
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
}

ul.page-numbers li {
	list-style: none;
	display: inline-block;
}

ul.page-numbers li a {
	color: #000;
}

ul.page-numbers li a:hover {
	color: #FF7F00;
	text-decoration: none;
}

.contenido-slider h1::after {
	content: "";
	width: 100%;
	height: 4px;
	background: #FF7F00!important;
	display: block;
}

.consulta span.ia p {
	font-size: 2em;
	color: #fff;
}

.fotos {
	display: block;
	width: 100%;
	background: #FF7F00;
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 20px;
	vertical-align: middle;
	min-height: 100px!important;
	text-align: center;
}

.consulta p {
	color: #fff;
}

.consulta H2 {
	color: #fff!important;
}

.vcenter {
	display: inline-block;
	vertical-align: middle;
	float: none;
}

#logos img {
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	/* ...and now for the proper property */
	transition: .5s;
}

.fondo a.mega-menu-link {
	color: #fff!important;
}

#logos img:hover {
	transform: scale(1.2)
}

a.accordion-toggle i {
	color: #fff;
	background: #FF7F00;
	padding: 10px;
	border-radius: 3px;
	margin-right: 20px;
	font-size: 1em;
}

.contenidos h1 {}

.carrusel-videos-otro h1 {
	font-size: 1em!important;
	color: #606163!important;
	border-bottom: 3px solid #FF7F00;
	display: inline-block;
	padding-bottom: 5px;
}


/* MOVIL */

@media screen and (max-width: 991px) {
	#footer-sitio ul li {margin: 15px 0px;}
	div#ez-toc-container ul li {margin: 15px 0px;}
	.error h1{font-size:45px!important;}
	/** header mobil **/
	.descripcion-numero{    text-align: center;display:block!important;
    margin-bottom: 20px;}
	.numeros-contenedor { display:block!important; text-align:center;}
	.contenido-contacto h3{font-size:26px;}
	.lateral-numeros:before{display:none;}
	.lateral-numeros:after{display:none;}
	.lateral-numeros{ border-bottom:1px solid  #ededed;    padding-bottom: 20px;
    margin-bottom: 20px;}
a.leermas{margin-bottom:20px;position: relative;
    display: inline-block;}
	.bloque-sombra{margin-bottom:20px;}
	.footer a.link-footer{margin-left:10px; margin-right:10px;}
	.footer .redes-sociales{text-align:center!important; margin-top:20px;}
	.footer h3.widget-title{ text-align:center!important;}
	a.link-header i {
		font-size: 30px;
		color: #086ad8!important;
		padding: 10px;
	}
	#mega-menu-wrap-nav_mobil #mega-menu-nav_mobil li#mega-menu-item-139 .mega-search .search-icon {
		z-index: 1;
	}
	.owl-carousel .owl-video-tn {
		max-height: 450px;
	}
 
	.principal {
		margin-bottom: 15px;
		max-height: none;
	}
	img.logo-footer-blanco {
		margin: 0 auto;
	}
	.galeria a img {
		margin-bottom: 15px;
	}
	img.id {
		width: auto!important;
		display: block;
		margin: 0 auto;
		margin-bottom: 15px!important
	}
	.carrusel-testimoniales .comillas p::before {
		left: 25px;
	}
	a.tratamiento {
		width: 100%;
		margin-bottom: 15px;
	}
	.contenido-candidato {
		max-width: 100%;
		float: none;
		padding-top: 400px;
	}
	.fecha {
		display: none;
	}
	.fecha-icono {
		display: none;
	}
	.sllide-categoria {
		margin-bottom: 30px;
	}
	.page-template-nosotros .contenidos ul li {
		width: auto;
	}
	.contenidos ul {
		text-align: center;
		margin: 0;
		padding: 0;
	}
	.titulo-bloque-inferior {
		text-align: center;
		padding: 0px!important
	}
	.titulo-bloque-inferior::after {
		display: none;
	}
	.titulo-bloque-inferior::before {
		content: "";
		width: 35px;
		width: 55px;
		display: block;
		background-image: url(./img/bloques-lista.png);
		height: 49px;
		text-align: center;
		margin: 0 auto;
	}
	.nombre h1 {
		position: relative!important
	}
	.contenido-slider h1::after {
		content: "";
		width: 180px;
		height: 0px;
		background: #3E4144!important;
		display: block;
	}
	.carrusel {
		text-align: center;
	}
	.contenido-slider a {
		font-size: .7em;
	}
	.contenido-slider p {
		font-size: 1em!important;
	}
	.contenido-slider h1 {
		font-size: 2em!important
	}
	.contenido-slider {
		position: relative;
	 
	}
	img.slider{width:100%!important; height: auto;}
	.contenido-slider p{    white-space: inherit!important;}
	span.titulo{font-size:25px!important}
	li.lang-item a img {
		width: 20px!important;
		height: auto!important;
		margin-top: -8px;
	}
	h2.slide{ font-size:40px; line-height:50px;}
	span.item-doctor img {
		position: relative;
		display: block;
		z-index: 99;
		max-height: none!important;
	}
	.owl-nav {
		zoom: 0.5;
	}
	img.size-full {
		width: 100%;
		height: auto;
	}
    #img3{
    width: 100%!important;
    height: 90%!important;
    border-radius: 4px;
    display: none!important;
    }
	.titulo-hoja h1 {
		font-size: 2em!important;
	}
	.page-template-galeria .contenido-banner {
		top: 100px;
	}
	.single .contenido-banner {
		top: 80px!important;
	}
	.boton-nav {
		margin-top: 10px;
	}
	a.boton-navegacion {
		border: 0px solid #000;
		padding: 7px;
		width: 40px;
		border-radius: 5px;
		text-align: center;
		cursor: pointer;
		padding-left: 7px!important;
		opacity: 1;
		zoom: 80%;
		margin-left: 15px;
	}
	.boton:hover{	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);}
	.boton {
		font-size: 12px;
		left: 0;
		right: 0;
		margin-bottom: 15px;
	}
	.consulta {
		text-align: center;
	}
	.contenido-banner {
		max-width: 320px;
	}
	.contenido-banner {
		top: 70px;
	}
	.contenido-banner h1 {
		font-size: 22px!important;
	}
	.contenido-banner p {
		font-size: 12px;
	}
	img.img-si {
		width: 100%;
		height: auto;
		display: block;
	}
	.page-template-doctores img {
		width: 100%;
		height: auto;
		display: block;
		padding-bottom: 10px;
	}
	.contenedor-faq .contenidos {
		min-height: 200px!important;
	}
	.ubicacion {
		font-size: 12px;
	}
	.ubicacion span {
		display: inline-block;
		padding-right: 10px;
	}
	.contacto-resultados h2 {
		color: #fff!important;
		font-size: 1.8em!important;
		text-transform: uppercase;
		font-weight: 600;
	}
	.contenedor-faq {
		min-height: inherit!important;
	}
	.contenedor-faq .fondo-negro {
		max-height: auto!important;
		height: 200px!important;
	}
	.faq-titulo {
		padding: 10px;
	}
	.single .titulo-hoja h1 {
		font-size: 2em!important;
	}
	.titulo-hoja h1 {
		padding-top: 15px!important;
	}
	.titulo-hoja {
		height: auto!important;
	}
	img.image-class {
		margin-bottom: 15px!important;
		margin: 0 auto;
		display: block;
	}
	.contenedor-faq {
		margin-bottom: 15px;
	}
	.archive .form-banner {
		padding-top: 15px!important;
		padding-bottom: 15px!important;
	}
	.banner-principal h4 {
		font-size: 20px!important;
		margin-top: 20px!important
	}
	.nav-tabs>li>a {
		font-size: 16px!important;
	}
	.nav-tabs>li {
		margin-bottom: 5px!important;
	}
	.col-centered {
		width: 100%!important;
	}
	.banner-principal h3 {
		font-size: 18px!important;
		right: 15px!important;
		text-align: right!important;
		max-width: 150px!important;
	}
	a.leer {
		float: none!important;
		position: relative;
		width: 100%!important;
		margin-bottom: 15px;
	}
	.azul h3 {
		font-size: 20px!important;
	}
	a.button {
		max-width: 100%!important;
		font-size: 16px!important;
		width: 100%!important;
	}
	a.consulta {
		max-width: 100%!important;
		font-size: 16px!important;
		width: 100%!important;
	}
	ul#menu-footer-extras li {
		width: 100%!important;
		text-align: center!important;
	}
	.footer h3 {
		padding-top: 30px;
	}
	.footer ul li {
		text-align: center;
	}
	.acercate a.button {
		margin-top: 30px;
	}
	.beneficios a.button {
		margin-bottom: 35px;
	}
	.bloques-home {
		margin-top: 15px!important;
	}
	.bloque {
		margin-bottom: 15px;
	}
	.form-banner {
		position: relative!important;
		right: auto;
		top: auto;
		max-width: 100%!important;
	}
	.banner-principal h4 {
		text-align: center!important;
	}
	.banner-principal h3 {
		max-width: 200px;
	}
	.contenidos-slider {
		right: 0px!important;
	}
	.contenidos-slider h2 p {
		color: #fff!important;
		font-size: 22px!important;
		text-align: center!important;
	}
	.contenido-quienes H1 {
		font-size: 2em!important;
	}
	.banner {
		height: auto;
	}
	.contenidos-slider {
		top: 25%;
		width: 100%;
		right: 10px;
	}
	.contenido-quienes img {
		width: 100%;
		height: auto;
	}
	.fondo-left {
		background: none;
	}
	.lateral {
		padding-left: 0px!important;
	}
	.contenido-quienes p {
		padding-top: 25%!important;
	}
	.relacionados {
		margin-bottom: 55px;
	}
	.ocultos {
		opacity: 1!important;
	}
	.ocultos p {
		font-size: 1em;
	}
	.soluciones h2 {
		font-size: 18px!important
	}
	.menu-mobil {
		top: 0;
	}
	.banner {
		margin-top: 60px;
	}
	.titulo-hoja h1 {
		padding-top: 20px!important;
	}
	.copyright .text-right {
		text-align: center!important;
		font-size: 12px;
	}
	a.leer {
		margin-bottom: 80px;
	}
	.separador-interna {
		height: 100px!important;
	}
	.nosotros h1 {
		margin-top: 0px!important;
	}
	.certificaciones h2 {
		margin-top: 0px!important;
	}
	.compromiso h2 {
		margin-top: 0px!important;
	}
	.nosotros {
		display: block;
		position: relative;
		margin-top: 100px!important;
		overflow: hidden;
	}
	.bloques img {
		margin-top: 20px!important;
	}
	.logo_mobil img {
		padding: 15px;
		z-index: 100;
		display: block;
		max-width: 250px;
	}
	.contenidos-slider img {
		max-width: 200px;
	}
 
	.copyright li {
		text-align: center!important;
	}
	ul#menu-menu-pie {
		padding-bottom: 10px!important;
		text-align: center;
	}
	#mega-menu-wrap-nav_mobil .mega-menu-toggle+#mega-menu-nav_mobil {
		background: #fff!important;
	}
	.boton-nav button {
		display: block;
		position: relative;
		color: #fff;
		background: none;
		border: none;
		font-size: 38px;
		padding: 15px;
		float: right;
		z-index: 1000;
	}
	.menuprincipal {
		display: block;
		position: relative;
		overflow: hidden;
		width: 100%;
	}
	.menuprincipal ul {
		margin: 0;
		padding: 0;
		width: 100%;
		text-align: center;
	}
	.menuprincipal ul li {
		list-style: none;
		font-size: 25px;
	}
	.menu {
		display: block;
		width: 100%;
		position: relative;
		overflow: hidden;
	}
	.carousel-inner>.item>a>img,
	.carousel-inner>.item>img {
		min-height: 170px!important;
	}
	ul#menu-menu-principal li {
		font-size: 25px;
		text-align: center!important;
	}
	.copyright .menu li {
		text-decoration: none;
		font-size: 25px;
		list-style: none;
		width: 100%!important;
	}
	.footer {
		text-align: center!important;
	}
	.footer input[type=button],
	input[type=reset],
	input[type=submit] {
		float: none!important
	}
	.contenidos-slider .boton {
		margin-top: 1%!important;
		font-size: 12px!important;
	}
	.contenidos-slider {
		bottom: 0px!important;
	}
	.contenido-texto h2 {
		font-size: 12px!important;
	}
	.dos .boton {
		float: none!important;
	}
	.bloques img {
		max-width: 100%!important;
	}
	.texto-home p {
		padding: 0px!important;
	}
	.contactos {
		padding-top: 10px;
	}
	.cabecera h1 {
    	font-size: 44px !important;
	}
}

@media only screen and (max-width: 1300px) {
	.page-template-nosotros .video a .video-play-wrap{
    	transform: translate(-50%, 140%);
	}
}

@media only screen and (max-width: 1170px) {
	.page-template-nosotros .video a .video-play-wrap{
    	transform: translate(-50%, 110%);
	}
}

@media only screen and (max-width: 940px) {
	.page-template-nosotros .video a .video-play-wrap{
    	transform: translate(-50%, 90%);
	}
}

@media only screen and (max-width: 780px) {
	.page-template-nosotros .video a .video-play-wrap{
    	transform: translate(-50%, 55%);
	}
}

@media only screen and (max-width: 608px) {
	.page-template-nosotros .video a .video-play-wrap{
    	transform: translate(-50%, 20%);
	}
	span.enbloque a {
      font-size: 18px !important;
	}
	.alterno .icono {
    text-align: left;
    }
}

@media only screen and (max-width: 430px) {
	.page-template-nosotros .video a .video-play-wrap{
    	transform: translate(-50%, 20%);
	}
}

.tel-movil{
	display: none;
}
@media only screen and (max-width: 991px){
.tel-movil {
    display: inline-block;
    padding: 10px;
}
}
}

div#cookie-law-info-bar {
    z-index: 99999;
}
iframe#chatIframe {
    bottom: 70px !important;
}