/*!
Theme Name: wbsw
Theme URI: http://underscores.me/
Author: wbsw
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wbsw
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.
wbsw is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {	line-height: 1.15; 	-webkit-text-size-adjust: 100%; }
/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {	margin: 0; }
/**
 * Render the `main` element consistently in IE.
 */
main {	display: block; }
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {	font-size: 2em; 	margin: 0.67em 0; }
/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {	box-sizing: content-box; 	height: 0; 	overflow: visible; }
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {	font-family: monospace, monospace; 	font-size: 1em; }
/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {	background-color: transparent;}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {	border-bottom: none; 	text-decoration: underline; 	text-decoration: underline dotted; }
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {	font-weight: bolder; }
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {	font-family: monospace, monospace; 	font-size: 1em; }
/**
 * Add the correct font size in all browsers.
 */
small {	font-size: 80%; }
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {	font-size: 75%; 	line-height: 0; 	position: relative; 	vertical-align: baseline; }
sub {	bottom: -0.25em; }
sup {	top: -0.5em; }
/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {	border-style: none; }
/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {	font-family: inherit; 	font-size: 100%; 	line-height: 1.15; 	margin: 0; }
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {	overflow: visible; }
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {	text-transform: none; }
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {	-webkit-appearance: button; }
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {	border-style: none; 	padding: 0; }
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {	outline: 1px dotted ButtonText; }
/**
 * Correct the padding in Firefox.
 */
fieldset {	padding: 0.35em 0.75em 0.625em; }
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {	box-sizing: border-box; 	color: inherit; 	display: table; 	max-width: 100%; 	padding: 0; 	white-space: normal; }
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {	vertical-align: baseline; }
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {	overflow: auto; }
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {	box-sizing: border-box; 	padding: 0; }
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {	height: auto; }
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {	-webkit-appearance: textfield; 	outline-offset: -2px; }
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {	-webkit-appearance: none; }
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {	-webkit-appearance: button; 	font: inherit; }
/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {	display: block; }
/*
 * Add the correct display in all browsers.
 */
summary {	display: list-item; }
/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {	display: none; }
/**
 * Add the correct display in IE 10.
 */
[hidden] {	display: none; }
/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {	box-sizing: inherit; }
html {	box-sizing: border-box; }
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {	color: #404040; 	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; 	font-size: 1rem; 	line-height: 1.5; }
h1,
h2,
h3,
h4,
h5,
h6 {	clear: both; }
p {	margin-bottom: 1.5em; }
dfn,
cite,
em,
i {	font-style: italic; }
blockquote {	margin: 0 1.5em; }
address {	margin: 0 0 1.5em; }
pre {	background: #eee; 	font-family: "Courier 10 Pitch", courier, monospace; 	line-height: 1.6; 	margin-bottom: 1.6em; 	max-width: 100%; 	overflow: auto; 	padding: 1.6em; }
code,
kbd,
tt,
var {	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }
abbr,
acronym {	border-bottom: 1px dotted #666; 	cursor: help; }
mark,
ins {	background: #fff9c0; 	text-decoration: none; }
big {	font-size: 125%; }
/* Elements
--------------------------------------------- */
body {	background: #fff; }
hr {	background-color: #ccc; 	border: 0; 	height: 1px; 	margin-bottom: 1.5em; }
ul,
ol {	margin: 0 0 1.5em 3em; }
ul {	list-style: disc; }
ol {	list-style: decimal; }
li > ul,
li > ol {	margin-bottom: 0; 	margin-left: 1.5em; }
dt {	font-weight: 700; }
dd {	margin: 0 1.5em 1.5em; }
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {	max-width: 100%; }
img {	height: auto; 	max-width: 100%; }
figure {	margin: 1em 0; }
table {	margin: 0 0 1.5em; 	width: 100%; }
/* Links
--------------------------------------------- */
a {	color: #4169e1; }
a:visited {}
a:hover,
a:focus,
a:active {	color: inherit; outline: 0 !important;}
a:focus {	outline: 0 !important; }
a:hover,
a:active {	outline: 0 !important; }
/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {	border: 1px solid; 	border-color: #ccc #ccc #bbb; 	border-radius: 3px; 	background: #e6e6e6; 	color: rgba(0, 0, 0, 0.8); 	line-height: 1; 	padding: 0.6em 1em 0.4em; }
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {	border-color: #ccc #bbb #aaa; }
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {	border-color: #aaa #bbb #bbb; }
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {	color: #666; 	border: 1px solid #ccc; 	border-radius: 3px; 	padding: 3px; }
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {	color: #111; }
select {	border: 1px solid #ccc; }
textarea {	width: 100%; }
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {	display: block; 	width: 100%; }
.main-navigation ul {	display: none; 	list-style: none; 	margin: 0; 	padding-left: 0; }
.main-navigation ul ul {	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); 	float: left; 	position: absolute; 	top: 100%; 	left: -999em; 	z-index: 99999; }
.main-navigation ul ul ul {	left: -999em; 	top: 0; }
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {	display: block; 	left: auto; }
.main-navigation ul ul a {	width: 200px; }
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {	left: auto; }
.main-navigation li {	position: relative; }
.main-navigation a {	display: block; 	text-decoration: none; }
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {	display: block; }
@media screen and (min-width: 37.5em) {	.menu-toggle {		display: none; 	}
	.main-navigation ul {		display: flex; 	}
}
.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {	margin: 0 0 1.5em; }
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {	display: flex; }
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {	flex: 1 0 50%; }
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {	text-align: end; 	flex: 1 0 50%; }
/* Posts and pages
--------------------------------------------- */
.sticky {	display: block; }
.post,
.page {	margin: 0px; }
.updated:not(.published) {	display: none; }
.page-content,
.entry-content,
.entry-summary {	margin: 1.5em 0 0; }
.page-links {	clear: both; 	margin: 0 0 1.5em; }
/* Comments
--------------------------------------------- */
.comment-content a {	word-wrap: break-word; }
.bypostauthor {	display: block; }
/* Widgets
--------------------------------------------- */
.widget {	margin: 0 0 1.5em; }
.widget select {	max-width: 100%; }
/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {	border: none; 	margin-bottom: 0; 	margin-top: 0; 	padding: 0; }
/* Make sure logo link wraps around logo image. */
.custom-logo-link {	display: inline-block; }
/* Captions
--------------------------------------------- */
.wp-caption {	margin-bottom: 1.5em; 	max-width: 100%; }
.wp-caption img[class*="wp-image-"] {	display: block; 	margin-left: auto; 	margin-right: auto; }
.wp-caption .wp-caption-text {	margin: 0.8075em 0; }
.wp-caption-text {	text-align: center; }
/* Galleries
--------------------------------------------- */
.gallery {	margin-bottom: 1.5em; 	display: grid; 	grid-gap: 1.5em; }
.gallery-item {	display: inline-block; 	text-align: center; 	width: 100%; }
.gallery-columns-2 {	grid-template-columns: repeat(2, 1fr); }
.gallery-columns-3 {	grid-template-columns: repeat(3, 1fr); }
.gallery-columns-4 {	grid-template-columns: repeat(4, 1fr); }
.gallery-columns-5 {	grid-template-columns: repeat(5, 1fr); }
.gallery-columns-6 {	grid-template-columns: repeat(6, 1fr); }
.gallery-columns-7 {	grid-template-columns: repeat(7, 1fr); }
.gallery-columns-8 {	grid-template-columns: repeat(8, 1fr); }
.gallery-columns-9 {	grid-template-columns: repeat(9, 1fr); }
.gallery-caption {	display: block; }
/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {	display: none; }
/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {	display: block; }
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {	border: 0; 	clip: rect(1px, 1px, 1px, 1px); 	clip-path: inset(50%); 	height: 1px; 	margin: -1px; 	overflow: hidden; 	padding: 0; 	position: absolute !important; 	width: 1px; 	word-wrap: normal !important; }
.screen-reader-text:focus {	background-color: #f1f1f1; 	border-radius: 3px; 	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); 	clip: auto !important; 	clip-path: none; 	color: #21759b; 	display: block; 	font-size: 0.875rem; 	font-weight: 700; 	height: auto; 	left: 5px; 	line-height: normal; 	padding: 15px 23px 14px; 	text-decoration: none; 	top: 5px; 	width: auto; 	z-index: 12d2d2d00; }
/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {	outline: 0; }
/* Alignments
--------------------------------------------- */
.alignleft {	/*rtl:ignore*/
	float: left; 
	/*rtl:ignore*/
	margin-right: 1.5em; 	margin-bottom: 1.5em; }
.alignright {	/*rtl:ignore*/
	float: right; 
	/*rtl:ignore*/
	margin-left: 1.5em; 	margin-bottom: 1.5em; }
.aligncenter {	clear: both; 	display: block; 	margin-left: auto; 	margin-right: auto; 	margin-bottom: 1.5em; }
body, html { height: 100%; }
.parallax{background-attachment: fixed;background-position: center;background-repeat: no-repeat;position: fixed;height: 100vh;width: 100%; max-width: 1280px;}
.contenido-page {position: absolute;top: 0;width: 100%;max-width: 1280px;}
.marketplaces-template-default .contenido-page {position: relative;}
#page {max-width: 1280px;margin: 0 auto;width: 100%;}
/* Turn off parallax scrolling for tablets and phones. Increase the pixels if needed */
@media only screen and (
	max-device-width: 1366px) {.parallax{ background-attachment: scroll;}
}
@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;}
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{float: left;padding: 0px 10px;}
/*GENERAL*/
.enlace-link  {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: transparent !important;
  z-index: 99999;
}
.t-center{text-align: center;display: block;}
.t-justify{text-align: justify;}
body *{ font-family: 'Open Sans', sans-serif;color: #2d2d2d;}
body h1,body h2, body h3{font-weight: bold;}
body *{font-size: 16px; line-height: 22px;}
body p{margin-bottom: 10px;}
body h3{font-size: 22px; line-height: 30px;}
.bg-gris {background: #F8F8F8;}
.whiteBg{background: #fff;}
.subtitulo{text-align: center; color: #1537C9;}
.black-text{color: #2d2d2d;}
.entry-header{margin-top: 20px; padding: 20px;}
#primary{float: left;width: 100%;margin-top: 70px;}

.grecaptcha-badge{display: none;}

.sidebar-blog .collapsing{overflow: visible;}
.sidebar-blog .collapse:not(.show) {display: block;}
.sidebar-blog #widget-collapsarch-2-top li a,.sidebar-blog #widget-collapsarch-3-top li a {padding: 0 20px 5px 0px;}
.sidebar-blog #widget-collapsarch-3-top li.expand .collapse a,.sidebar-blog #widget-collapsarch-2-top li a:hover,.sidebar-blog #widget-collapsarch-2-top li.expand .collapse a, .sidebar-blog a:hover{color: #1537c9;}
.sidebar-blog ul#widget-collapsarch-2-top > li.archives  ul > li.archives,
.sidebar-blog ul#widget-collapsarch-3-top > li.archives  ul > li.archives{text-transform: capitalize;}
.sidebar-blog ul#widget-collapsarch-2-top li.archives ul li ul li a,
.sidebar-blog ul#widget-collapsarch-3-top li.archives ul li ul li a{padding: 0 10px 0 5px;text-transform: initial;margin-bottom: 5px;}
.sidebar-blog ul#widget-collapsarch-2-top li.archives ul,
.sidebar-blog ul#widget-collapsarch-3-top li.archives ul{padding-left: 10px;}
.sidebar-blog ul#widget-collapsarch-2-top,
.sidebar-blog ul#widget-collapsarch-3-top {margin-left: 25px !important;}
.sidebar-blog li.cat-item-1, .sidebar-blog li.cat-item-74{display: none;}
#secondary li.collapsing span.sym {font-size: 10px;}
body.blog h1,body.archive h1 {margin-top: 100px;}
.blog .contenido-page #primary, .archive .contenido-page #primary{margin-top: 20px;}
@media screen and (min-width: 992px) {
    .entry-header{margin-top: 20px;}
    .sidebar-blog{margin-top: 23px;}
    .archive .sidebar-blog{margin-top: 173px;}
}
#secondary li.collapsing ,#secondary li.collapsing span{ position: relative; height: initial; overflow: visible; transition: all .35s ease; 
}
/*FIN GENERAL*/
/*HIJOS VISION*/
body h1 , body h1 span{font-size: 20px; line-height: 30px; text-align: center;}
body.vision-hijo h1 span{color: #FF9103;}
.bloque-imagenes .imagenes-row-container .detalle-img{margin-bottom: 20px;}
.bloque-imagenes .imagenes-row-container .desc-imagen p {font-size: 12px;line-height: 17px;}
.imagen-row-vision img{ max-width: 238px;height: 134px;width: 100%;margin: 0 auto;display: block}
.texto-row-vision .desc-imagen{max-width: 238px;display: block;margin: 0px auto;}
.vision-hijo .bg-gris {float: left;width: 100%;padding: 40px 48px 20px;}
.vision-hijo .bloque-bottom {padding: 40px 5px;float: left;width: 100%; background-color: #fff;}
.vision-hijo .bloque-texto-mas{margin-bottom: 20px;}
.vision-hijo .bloque-texto-mas .subtitulo{text-align: left;color: #2d2d2d;}
.vision-hijo .bloque-bottom .button {font-size: 16px;line-height: 22px;color: #1537C9;border: 1px solid #FF9103;padding: 10px;display: block;max-width: 320px;width: 100%;overflow: hidden;margin: 0 auto;}
.vision-hijo .bloque-mas .imagen-mas img{display: block;margin: 0 auto;}
@media screen and (min-width: 550px) {
    .vision-hijo .cabecera .desc-vision, .bloque-bottom .desc-imagen{max-width: 632px;margin: 5px auto 30px;position: relative;}
}
@media screen and (min-width: 991px) {.container-mas {max-width: 632px;margin: 5px auto 30px;position: relative;}
	.bloque-mas .imagen-mas {position: absolute;right: -20%;}
	body h1 , body h1 span{font-size: 40px; line-height: 50px;}
	.texto-row-vision .desc-imagen{margin: 20px auto 25px;}
	.bloque-imagenes .imagenes-row-container .desc-imagen p {text-align: left;}
	.imagenes-row-container{width: 100%;padding: 30px 15px 30px;max-width: 991px;margin: 40px auto ;display: block;float: none;overflow: hidden;}
	.bloque-imagenes .imagenes-row-container .detalle-img:nth-child(odd) > div {float: right;position: relative;}
	.bloque-imagenes .imagenes-row-container .detalle-img:last-child > div{float: left;}
	.bloque-imagenes .imagenes-row-container .detalle-img:last-child{display: block;margin: 0 auto;float: none;}
	.bloque-imagenes .imagenes-row-container .texto-row-vision .desc-imagen {position: relative;bottom: 20px;bottom: -20px;}
	.bloque-imagenes .imagenes-row-container .desc-imagen.descripcion.t-center::before {content: '';height: 1px;width: 150%;display: block;bottom: -7px;position: absolute;background: #1537C9;}
	.bloque-imagenes .imagenes-row-container .detalle-img:nth-child(odd) .desc-imagen.descripcion.t-center::before{left: 0;}
	.bloque-imagenes .imagenes-row-container .detalle-img:nth-child(even) .desc-imagen.descripcion.t-center::before, .bloque-imagenes .imagenes-row-container .detalle-img:last-child .desc-imagen.descripcion.t-center::before{right: 0;left: initial;}
    .bloque-imagenes .imagenes-row-container .detalle-img:nth-child(even) {float: left;}
    .veterinaria-page .titulo-bottom {font-size: 22px;line-height: 30px;max-width: 590px;margin: 0 auto;}
}
/*FIN HIJOS VISION*/
/*NUESTRA VISION*/
.nuestra-vision .container-cabecera .content-text{ padding: 30px 54px 0px!important; }
body.nuestra-vision #primary h1{ font-size: 20px; line-height: 30px; padding: 0px 15px; }
 .nuestra-vision .container-columnas{ float: left; width: 100%; padding: 30px 54px 30px; }
body.nuestra-vision .container-banner_bottom { padding: 30px 54px; }
.nuestra-vision #primary .container-banner_bottom span { font-size: 23px; line-height: 28px; }
.nuestra-vision #primary .container-columnas .subtitulo-tab{ font-size: 22px; line-height: 30px; color: #1537C9; font-weight: bold; border-bottom: 1px solid #FF9103; width: 100%; float: left; margin-bottom: 10px; padding: 0px 0px 5px; }
.nuestra-vision .container-cabecera img{ width: 100%; }
.nuestra-vision .container-cabecera .content-img img{ box-shadow: 0px 3px 6px #2d2d2d29; }
.nuestra-vision .container-banner_bottom .detalle-beneficios { max-width: 570px; margin: 0 auto; float: none; }
.nuestra-vision .pum-container iframe { width: 100%; padding: 0px; display: block; margin: 0 auto; }
.nuestra-vision .pum-container.pum-responsive.pum-responsive-small { padding: 0px; }
body.nuestra-vision .container-banner_bottom .detalle-beneficios{text-align: center;}
@media screen and (min-width: 768px) {.nuestra-vision .container-cabecera .content-text { padding: 0px 15px 0px !important; }
    .nuestra-vision .container-cabecera img { position: relative; top: 20px; padding: 0px 0px 0px 15px; }
    .nuestra-vision .container-columnas { padding: 30px 0px 30px; }
    .container-columnas .detalle-beneficios{padding: 0px 15px !important;}
    .nuestra-vision .container-columnas .subtitulo-tab {max-width: 50%;}
}
@media screen and (min-width: 991px) {body.nuestra-vision #primary h1{ font-size: 40px; line-height: 54px; }
    body.nuestra-vision .container-banner_bottom { padding: 54px 54px; }
    .nuestra-vision .container-cabecera, .nuestra-vision .container-columnas { max-width: 1140px; margin: 0 auto; float: none; display: block; overflow: hidden; padding: 10px 15px 20px !important; margin-bottom: 30px; }
    .nuestra-vision .container-columnas{ padding: 10px 0px 20px !important;}
    body.nuestra-vision *, .nuestra-vision #primary .container-cabecera .content-text { font-size: 16px; line-height: 22px; }
    .nuestra-vision .container-cabecera img { top: 0px; padding: 0px 0px 0px; }
}
/*FIN NUESTRA VISION*/
/*CONTACTO*/
body.contacto-page h1,body.contacto-page h1 span{color: #1537C9 !important;}
.contacto-page .bg-gris{float: left;padding: 15px 0px 30px;float: left;width: 100%;}
.desc-formulario {text-align: justify;margin-bottom: 30px;}
.dmobil.form-content{max-width: 320px;display: block !important;margin: 0 auto;float: none;width: 100%;overflow: hidden;}
.container-input, .container-form{padding: 0px !important;}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, .wpcf7-select {color: #666;border: 1px solid #ccc;border-radius: 3px;padding: 3px;max-width: 100%; width: 100%;border: none;background: #fff;min-height: 38px; padding: 0px 10px;margin-bottom: 10px;font-family: 'Work Sans', sans-serif;}
::placeholder {color: #FF9103; opacity: 1; /* Firefox */ font-family: 'Work Sans', sans-serif;}
:-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #FF9103; font-family: 'Work Sans', sans-serif;}
::-ms-input-placeholder { /* Microsoft Edge */ color: #FF9103; font-family: 'Work Sans', sans-serif;}
.row-formulario *{font-family: 'Work Sans', sans-serif;}
.titulo-form-input{	font-size: 14px;line-height: 19px;display: block;margin: 15px auto;}
.wpcf7-list-item{display: block;}
.wpcf7-select{width: 100%; background: #fff; min-height: 38px; padding: 8px 5px; border-radius: 4px; border-color: transparent;}
.wpcf7-select option:first-child{color: #ff9103;}
.especifica{margin-top: 10px;margin-bottom: 15px;}
.acepto .wpcf7-form-control-wrap, .contentimiento .wpcf7-form-control-wrap {position: relative;float: left;margin: 0px 5px 15px 0px;}
.contentimiento .wpcf7-form-control-wrap {margin: 0px 5px 85px 0px;}
.acepto .wpcf7-list-item, .contentimiento .wpcf7-list-item {display: inline-block;margin: 0;}
.acepto, .consentimiento {float: left;margin-bottom: 10px;}
.consentimiento, .consentimiento a, .acepto a{font-size: 10px; line-height: 11px;}
.consentimiento a, .acepto a{color: #ff9103; font-size: 1em;}
.consentimiento span.wpcf7-list-item{margin-left: 0px; display: inline-block; margin-right: 4px;}
.enviar-form-content .wpcf7-submit{font-size: 16px; line-height: 22px; color: #fff; text-transform: uppercase; max-width: 320px; width: 100%; background: #FF9103; border: 1px solid #FF9103; border-radius: 0px; height: 40px; display: block; margin: 0 auto; padding: 0px;}
.enviar-form-content .wpcf7-submit:hover{background-color: #B76A06; color: #fff; transition: all 0.2s;}
.wpcf7-spinner{position: absolute;}
.texto-politicas-form * {font-size: 12px;line-height: 17px;color: #707070; text-align: justify;}
.texto-politicas-form {margin-top: 20px;}
.content-mapa iframe {border: 0;max-height: 260px;}
.icono-red{height: 23px;}
.enlace-red {float: left;margin-right: 5px;}
.enlace-dir{margin: 20px 0px;display: block;}
.container-form{margin-bottom: 25px;}
@media screen and (min-width: 768px) {	.dmobil.form-content {max-width: 620px;display: block !important;margin: 0 auto;float: none;width: 100%;overflow: hidden;}
	.your-name, .tel-304{max-width: 100%;display: block;}
	.your-name, .your-email{ padding-right: 5px; display: block;}
	.tel-304{padding-left: 5px;}
	.contentimiento .wpcf7-form-control-wrap {margin: 0px 5px 33px 0px;}
	.landing .container-input.col-md-6 > span {padding: 0 3px;}
	.container-formulario .row-formulario .container-input.col-xl-6:first-child p{margin-right: 20px;}
}
@media screen and (min-width: 991px) {	.dmobil.form-content{display: none !important;}
	.contacto-page .d-lg-block {padding: 40px 20px 20px;margin: 0 auto;overflow: hidden;/*max-width: 991px;*/max-width: 100%;}
	.container-form {padding-left: 15px !important;}
	.desc-formulario {text-align: left;margin-bottom: 30px;}
	body.contacto-page h1 span{display: block;color: #2d2d2d !important;}
	.contacto-page .entry-content {margin: 0px;}
	.contacto-page .bg-gris {padding: 0px 0px ;}
}
/*FIN CONTACTO*/
/*POLITICA CALIDAD*/
body.politica-calidad article header.entry-header, body.politica-calidad article .entry-content .desc-principal{padding: 0px 20px;}
body.politica-calidad h1 {color: #1537C9;text-align: center;max-width: 275px;margin: 30px auto;}
.politica-calidad .desc-principal {max-width: 559px;margin: 0 auto 30px; font-size: 14px; line-height: 19px;}
.iso-container { float: left;width: 100%;}
.detalle-iso { max-width: 320px;margin: 0 auto 40px;display: block;float: none;}
.detalle-iso img{max-width: 90px;display: block; margin: 0 auto 20px;}
.detalle-iso a.enlace-iso{display: block; text-align: center;}
.titulo-iso { font-size: 16px;font-weight: bold;line-height: 25px;}
.descripcion-iso *{font-weight: bold;font-size: 13px;display: block;}
.politica-calidad .bg-gris {float: left;width: 100%;padding: 30px 50px;text-align: center;}
.subtitulo-iso {color: #FF9103;font-weight: bold;display: block;margin: 15px auto 20px;font-size: 18px;line-height: 24px;}
.politica-calidad .detalle-content {border-bottom: 1px solid #1537C9; float: none; width: 100%;margin-bottom: 8px;}
.politica-calidad .detalle-content:last-child{border-bottom: none;}
.politica-calidad .detalle-content .detalle-iso{margin-bottom: 0px;}
@media screen and (min-width: 768px) {	body .desc-content-iso p {margin-bottom: 25px;}
	body.politica-calidad .content-container{max-width: 558px; width: 100%;float: none;margin: 0 auto;}
	.detalle-iso , .detalle-content{margin: 0 auto; float: none;max-width: 416px;}
	.detalle-content{margin-bottom: 10px;}
	.detalle-iso *, .detalle-content *{font-size: 12px;line-height: 17px;}
	.iso-container .detalle-iso {margin: 0 auto;float: left;max-width: 50%;}
	.iso-container {float: none;max-width: 632px;display: block;margin: 0 auto 40px;overflow: hidden;}
body.politica-calidad h1 { max-width: 100%; }
.detalle-iso *, .detalle-content * { font-size: 14px; line-height: 19px; }
}
@media screen and (min-width: 991) {body.politica-calidad h1 { max-width: 100%; margin-bottom: 40px; }
}
/*FIN POLITICA CALIDAD*/
/*PAGINAS ALMA CLINIC*/
/*ALMA mCLINIC*/
.alma-clinic .cabecera{padding: 0px 15px;}
.alma-clinic .entry-header{padding: 20px 20px 0px 20px;}
.alma-clinic .parallax {background-image: url('/wp-content/uploads/parallax-mclinic.jpg');}
.alma-clinic .entry-header .desc-cabecera p{font-size: 14px; line-height: 19px;}
.alma-clinic .row-content-clinic{background-color: #fff;}
body.row-page h1{ font-size: 20px; line-height: 30px; color: #1537C9; text-align: center; margin: 25px auto 40px; }

.content-texto-row { max-width: 70%; margin: 35px auto; }
.imagen-row-clinic img{max-width: 100%; width: 100%;}
.content-herramientas-clinic{ float: left; width: 100%; padding: 40px 15px; text-align: center; }
body h3.titulo-herramienta,body h3.titulo-politica { font-size: 18px; line-height: 24px; margin-bottom: 20px; }
.container-herramientas{max-width: 80%; margin: 0 auto; width: 100%;}
body h3.subtitulo-herramienta { font-size: 20px; line-height:24px; color: #1537C9; }
body a.enlace-iso:hover h3.subtitulo-herramienta {	color: #FF9103; }
body a{text-decoration: none !important;}
body .entry-content a:not(.enlaces-button), body .entry-content a:not(.enlaces-button) *{color: #FF9103;}
body .entry-content a:not(.enlaces-button):hover, body .entry-content a:not(.enlaces-button):hover *{color: #B76A06;}
.texto-row-clinic{ margin: 10px auto; }
.bloque-politica{padding: 30px 30px;float: left; width: 100%; background-color: #fff;}
body h3.titulo-politica{text-align: center;}
.bloque-bottom{ background: rgb(136, 153, 237, 0.2); float: left; width: 100%; padding: 60px; }
body h3.titulo-bottom { font-size: 23px; line-height: 33px; margin-bottom: 20px; color: #1537C9; }
.bloque-bottom .enlaces-bottom, .row-page .enlaces-bottom, .enlace-contacto-container .enlaces-button, .intro-top .enlaces-button,
.bloque-bottom-vet .enlaces-button, .container-equipo-home .enlaces-bottom, .enlaces-button{font-size: 14px !important; line-height: 19px; color: #fff; max-width: 320px; width: 100%; background: #FF9103; border: 1px solid #FF9103; border-radius: 0px; min-height: 40px; display: block; margin: 0px; padding: 8px 17px; text-align: center; margin: 10px auto; transition: all 0.2s;}
.enlaces-button:hover{background-color: #B76A06; color: #fff; transition: all 0.2s;}
.row-page .enlaces-bottom, .enlace-contacto-container .enlaces-button, .intro-top .enlaces-button, .bloque-bottom-vet .enlaces-button, .container-equipo-home .enlaces-bottom{ display: block; margin: 10px auto; overflow: hidden; }
.row-page .enlaces-bottom{max-width: 100%;}
.content-herramientas-alma, .enlace-contacto-container .enlaces-button, .intro-top .enlaces-button, .bloque-bottom-vet .enlaces-button, .container-equipo-home .enlaces-bottom{padding: 8px 5px;}
.desc-herramientas-bottom { float: left; width: 100%; font-weight: bold; }
.content-herramientas-clinic .icono-herramienta{max-width: 90px;}
.container-content-bottom{max-width: 416px; margin: 0 auto; text-align: center;}
.alma-clinic .content-herramientas-clinic { padding: 40px 15px 40px; }
.alma-clinic .content-herramientas-clinic .detalle-row{ margin: 30px auto; max-width: 550px; display: block; overflow: hidden; float: none; }
.alma-clinic .desc-herramienta { max-width: 632px; margin: 0 auto; }
.alma-clinic .content-herramientas-alma .texto-row-clinic { margin: 0px auto 20px; min-height: auto; }
.alma-clinic .content-herramientas-alma .detalle-row { margin-bottom: 20px; }
.desc-herramientas-content , .desc-herramientas-bottom {max-width: 632px;margin: 0 auto;float: none;}
.content-herramientas-clinic.content-partido .texto-row-clinic { min-height: auto; }
body.row-page.alma-clinic header .subtitulo{ text-align: center; display: block; font-size: 30px; line-height: 44px; font-weight: bold; max-width: 725px; margin: 0px auto 30px; color: #2d2d2d;}
@media screen and (min-width: 991px) {	.alma-clinic .desc-herramientas-bottom *{ font-size: 18px; line-height: 24px; }
	.alma-clinic .content-herramientas-clinic.content-partido .detalle-row { margin: 5px auto; max-width: 900px; display: block; overflow: hidden; float: none; }
	.alma-clinic .desc-herramientas-bottom {max-width: 845px;}
	.alma-clinic .content-herramientas-alma .desc-herramienta * {display: block;}
	.content-herramientas-clinic .desc-herramienta .desc-herramienta * { font-size: 14px; line-height: 19px; }
	body.row-page h1 { font-size: 40px; line-height: 44px; max-width: 60%; }
	.row-page .desc-cabecera { max-width: 632px; margin: 0px auto 55px; }
	.texto-row-clinic { margin: 0px auto;min-height: 145px; }
	.row-content-clinic .detalle-row:nth-child(even) .texto-row-clinic{ float: right; }
	.alma-clinic .content-herramientas-clinic .detalle-row { margin: 35px auto; max-width: 690px; display: block; overflow: hidden; float: none; }
	body .content-partido h3.titulo-herramienta { font-size: 22px; line-height: 30px; max-width: 385px; margin: 0 auto 25px; }
	body h3.titulo-herramienta, body h3.titulo-politica { font-size: 22px; line-height: 30px; max-width: 385px; margin: 0 auto 50px; }
	body h3.subtitulo-herramienta { font-size: 30px; line-height: 44px; }
	.content-herramientas-clinic { padding: 40px 15px 0px; }
	.desc-herramienta{ max-width: 400px; margin: 0 auto; }
	.desc-herramienta *{line-height: 18px; margin-top: 15px;}
	body h3.titulo-politica {margin: 0 auto 32px;}
	.desc-politica{max-width: 765px;margin: 0 auto;}
	.bloque-politica {padding: 60px 15px;}
}
/*FIN PAGINAS ALMA CLINIC*/
/*HEALTH PLATFORM*/
.health-platform main#main article{overflow: hidden; margin: 0px;}
.health-platform .parallax {background-image: url('/wp-content/uploads/parallax-alma-health-platform.jpg');}
.health-platform .subtitulo-header,.marketplace .subtitulo-header, .workstation .subtitulo-header, .veterinaria-page .pretitulo-header, .alma-clinic .subtitulo-header{text-align: center; display: block; font-weight: bold; font-size: 20px;line-height: 30px; margin-bottom: 20px;}
.health-platform .container-header-detalles{margin: 50px 10px;}
.detalle-beneficios-home-content{margin: 0px 0px 20px 0px; overflow: hidden;}
.health-platform .container-bloque-introduccion .detalle-beneficios .desc-introduccion{padding: 10%;}
.health-platform .container-bloque-introduccion .detalle-beneficios .desc-introduccion p{line-height: 18px;}
.health-platform .entry-header{float: left;width: 100%;background: #fff;margin-top: 0px;padding: 20px 0px;}
.health-platform #masthead {float: left;width: 100%;}
.health-platform .container-header-detalles .detalle-header:last-child{border-right: none;display: block;margin: 0 auto;float: none;overflow: hidden;}
.health-platform .icono-header {height: 56px;}
.health-platform .desc-header-detalle,.subtitulo-detalle-trabajo{font-size: 12px;line-height: 17px;}
.health-platform h1.entry-title ,.marketplace h1.entry-title, .workstation h1.entry-title, .veterinaria-page h1.entry-title, .alma-clinic h1.entry-title{color: #1537C9;margin: 0 auto;font-size: 30px;line-height: 41px;}
.health-platform .bloque-flujos-trabajo {float: left;background: #fff;padding: 40px 15px;width: 100%;}
.health-platform .bloque-flujos-trabajo .desc-detalle *, .desc-tec *{font-size: 14px;line-height: 19px;}
.health-platform .bloque-flujos-trabajo .titulo-seccion,.health-platform .titulo-gird, .titulo-tec{font-size: 18px;line-height: 24px;font-weight: bold;max-width: 638px;margin: 0 auto 20px;}
.bloque-flujos-trabajo .detalle-trabajo:nth-child(2n+1) {border-right: 1px solid #2d2d2d;}
.health-platform .bloque-flujos-trabajo .icono-iso {height: 56px; margin: 0 auto 10px;display: block;}
.bloque-flujos-trabajo .detalle-trabajo{margin-bottom: 25px;padding: 5px 30px !important; min-height: 144px;}
.subtitulo-detalle-trabajo{text-align: center;display: block;}
.detalle-flujo-trabajo .desc-header-detalle{margin: 20px auto;padding: 0px 15px;}
.container-numero {border: 1px solid #F09637;float: left;margin-bottom: 20px;width: 100%;position: relative;}
.container-numero .numero {position: relative;text-align: center;color: rgba(32, 58, 193, .28);font-size: 172px;line-height: 234px;font-weight: bold;display: block;width: 100%;}
.container-numero .subtitulo-num {position: absolute;top: 35%;left: 0;right: 0;text-align: center;padding: 0px 15px;}
.container-numero .detalle-numero {padding: 0px 5px !important;}
.health-platform .descripcion-trabajo-2 {margin: 70px auto 23px;}
.health-platform .bloque-gird,.health-platform .integra-tec {padding: 40px 15px 20px;float: left;width: 100%;background: rgb(248, 248, 248);}
.health-platform .titulo-gird{text-align: center;font-weight: bold;}
.detalle-beneficios-home-content img{display: block;margin: 0 auto 5px;}
.health-platform .titulo-gird-detalle{color: rgba(21, 55, 201, 1);display: block;text-align: center;border-bottom: 1px solid;max-width: 45%;margin: 0 auto;margin-bottom: 15px;}
.health-platform .container-gird{float: left;width: 100%;margin-bottom: 20px;margin-top: 20px;}
.health-platform .enlaces-button {margin: 10px auto 30px;clear: left;}
.health-platform .content-detalle-tec {border: 1px solid rgb(240, 150, 55);padding: 20px 13px;text-align: center;max-width: 632px;margin: 50px auto 15px;}
.health-platform .titulo-tec-detalle{font-size: 24px;line-height: 33px;font-weight: bold;}
.content-detalle-tec .detalle-tec {max-width: 370px;margin: 0 auto 20px;position: relative;margin-top: 30px;padding-bottom: 10px;}
.content-detalle-tec .detalle-tec::after {height: 1px;width: 70%;background: rgb(21, 55, 201);position: absolute;content: '';display: block;left: 0;right: 0;margin: 0 auto;bottom: 0;}
.content-detalle-tec .detalle-tec:last-child::after{display: none;}
.health-platform .container-banner_bottom span {max-width: 300px;margin: 0 auto;}
.health-platform .container-banner_bottom span *{font-size: 23px;line-height: 28px;color: rgb(21, 55, 201);display: block;margin: 0 auto; text-align: center;}
.health-platform .container-carousel{float: left;background-image: url("/wp-content/uploads/bg-carousel-health-platform.jpg"); background-size: cover;}
.swiper-container { width: 100%;  height: 100%;  margin-left: auto;  margin-right: auto; }
.swiper-slide { text-align: left;  font-size: 18px;  background: transparent;  /* Center slide text vertically */ display: -webkit-box;  display: -ms-flexbox;  display: -webkit-flex;  display: flex;  -webkit-box-pack: center;  -ms-flex-pack: center;  -webkit-justify-content: center;  justify-content: right;  -webkit-box-align: center;  -ms-flex-align: center;  -webkit-align-items: center;  align-items: center;  max-width: 80%; }
.swiper-slide .desc-carousel { max-width: 100%; text-align: right; }
.swiper-slide .desc-carousel *{ font-size: 18px; line-height: 24px; color: #1537C9; font-weight: bold; }
.swiper-pagination-bullet-active {background-color: #1537c9 !important;}
.swiper-pagination-clickable .swiper-pagination-bullet {cursor: pointer; background: transparent; border: 1px solid #1537c9; width: 14px; height: 14px; opacity: 1;}
.container-bloque-carousel { float: right !important; padding: 0px 50px; }
/*FIN HEALTHPLATFORM*/
.col-xs-5ths {width: 20%;float: left;}
@media (min-width: 768px) {
    .col-sm-5ths {width: 20%;float: left;}
    .col-xs-5th,.col-sm-5th,.col-md-5th,.col-lg-5th ,.col-xl-5th{position: relative;min-height: 1px;padding-right: 15px;padding-left: 15px;width: 20%;}
}
@media (min-width: 992px) {
    .col-md-5ths {width: 20%;float: left;}
}
@media (min-width: 1200px) {.col-lg-5ths {
    width: 20%;float: left;}
}
@media screen and (min-width: 768px) {
    .container-header-detalles .detalle-header,.bloque-flujos-trabajo .detalle-trabajo{border-right: 1px solid #2d2d2d;}
    .container-header-detalles .detalle-header:last-child,.bloque-flujos-trabajo .detalle-trabajo:last-child{border-right: none !important;}
    .health-platform .container-header-detalles .detalle-header:last-child {float: left;}
}
@media screen and (min-width:991px) {
    .health-platform .container-gird { float: none; width: 100%; max-width: 920px; margin: 70px auto; }
    .swiper-container {max-width: 80%;}
    .swiper-slide .desc-carousel *{ font-size: 22px; line-height: 30px; }
    .health-platform h1.entry-title,.marketplace h1.entry-title, .workstation h1.entry-title, .veterinaria-page h1.entry-title, .alma-clinic h1.entry-title{font-size: 60px;line-height: 55px;}
    .health-platform .subtitulo-header {font-size: 24px;line-height: 44px;}
    .health-platform .bloque-flujos-trabajo .titulo-seccion, .health-platform .titulo-gird, .titulo-tec {font-size: 24px;line-height: 33px;}
    .health-platform .bloque-flujos-trabajo .desc-detalle *, .desc-tec * {font-size: 16px;line-height: 22px;max-width: 820px;margin: 0 auto 60px;}
    .health-platform .detalles-trabajo{max-width: 820px;margin: 0 auto;}
    .health-platform .descripcion-trabajo .desc-header-detalle *{display: block;max-width: 620px;margin: 0 auto;}
    .health-platform .descripcion-trabajo .desc-header-detalle * {margin: 0 auto 45px;}
    .content-detalle-tec .detalle-tec::after {width: 100%;}
    .content-detalle-tec .detalle-tec {margin: 5px auto 15px;}
    .health-platform .desc-header-detalle, .subtitulo-detalle-trabajo {font-size: 14px;line-height: 16px;}
    .health-platform .container-header-detalles {margin: 50px auto;}
    .health-platform .integra-tec {background: #fff;}
    .health-platform .container-banner_bottom {padding: 75px 15px;}
}
/*FIN ALMA HEALTH PLATFORM*/
/*EMPRESA*/
.innovacion .parallax {background-image: url('/wp-content/uploads/parallax-empresa.jpg');}
.innovacion .cabecera{padding: 0px 15px;}
.innovacion .cabecera .desc-cabecera{text-align: justify;}
.innovacion .row-content-clinic{background-color: #fff;}
/*FIN EMPRESA*/
/*EQUIPO*/
.equipo-page #primary{margin-top:70px ;}
.enlace-contacto-container {float: left;width: 100%;text-align: center;margin: 40px auto;}
body.equipo-page h1, body.equipo-page h1 span {margin-top: 0px;text-align: center;color: #1537C9;text-transform: uppercase;}
.pretitulo-header { display: block;text-align: center;font-size: 20px;line-height: 12px;font-weight: bold;text-transform: uppercase;}
.titulo-azul span{color :#1537C9; }
.titulo-verde span{color: #40C764; }
.titulo-amarillo span{color: #FF9103; }
.equipo-page .container-soluciones { background: #F8F8F8; float: left; width: 100%; padding: 35px; text-align: center; }
.equipo-page .titulo-solucion, .equipo-page .titulo-solucion span { font-size: 20px; line-height: 44px; font-weight: bold; }
.equipo-page .titulo-solucion-bloque, .equipo-page .titulo-servicios-bloque { font-size: 24px; line-height: 33px; text-align: center; }
.container-servicios{float: left;width: 100%;padding: 35px 0px;}
.equipo-page .titulo-clinic{color: #1537C9;text-align: center;font-size: 30px; line-height: 44px;}
.container-soluciones-detalle { align-items: center; justify-content: center; display: flex; flex-wrap: wrap; align-content: space-between; min-height: 100px; margin-top: 25px; }
.container-soluciones-detalle .detalle-solucion { margin-bottom: 25px; }
.equipo-page .container-miembros {max-width: 80%; margin: 30px auto 0px; display: block;}
.equipo-page .container-miembros .imagen-miembro{max-width: 90px; float: left;}
.equipo-page .container-miembros .texto-miembro{float: left;max-width: 68%;padding: 2% 0px;}
.equipo-page .container-miembros .detalle-beneficios{float: left; width: 100%; margin-bottom: 20px;}
.equipo-page .container-miembros .texto-miembro *{font-size: 14px;line-height: 19px;}
.equipo-page .container-miembros .texto-miembro .nombre{font-weight: bold;}
.equipo-page .container-equipo .titulo-equipo{text-align: center; border-bottom: 1px solid #FF9103; padding-bottom: 5px; margin: 0px 15px;}
.equipo-page .linkedin img{height: 23px; width: auto; display: inline-block !important;}
.equipo-page .linkedin:hover img{filter: invert(74%) sepia(31%) saturate(6866%) hue-rotate(355deg) brightness(100%) contrast(105%);}
@media screen and (min-width: 768px) {
    .equipo-page .container-miembros .imagen-miembro {max-width: 140px; float: none; margin: 0 auto;}
    .equipo-page .container-miembros .texto-miembro {float: none;max-width: 100%; text-align: center; margin: 10px auto 75px;}
    .equipo-page .container-miembros {max-width: 95%;}
}
@media screen and (min-width: 991px) {
    .container-servicios-detalle .detalle-row:nth-child(even) .texto-row-clinic{ float: right; }
    .container-servicios-detalle .imagen-row-clinic{ position: relative; height: 277px; }
    .container-servicios-detalle .imagen-row-clinic img{	object-fit: cover; position: absolute; height: 100%; }
    .container-servicios-detalle .texto-row-clinic {margin: 0px auto;min-height: 277px;display: table;}
    .container-servicios-detalle .content-texto-row {display: table-cell;vertical-align: middle !important;padding: 20px 18%;}
    .pretitulo-header {font-size: 24px;line-height: 30px;}
    .equipo-page .container-miembros .texto-miembro *{padding: 0% 10%;display: block;}
}
/*FIN EQUIPO*/
/*VETERINARIA*/
.veterinaria-page .pretitulo-header { display: block; text-align: center; font-size: 20px; line-height: 27px; font-weight: bold; text-transform: initial; max-width: 305px; margin: 0 auto;}
body.veterinaria-page h1, body.veterinaria-page h1 span {margin-top: 0px;text-align: center;color: #40C764 !important;}
.icono-header{ height: 40px; margin: 0 auto 10px; display: block; }
.veterinaria-page .container-header-detalles{margin-top: 40px;}
.container-header-detalles .detalle-header:nth-child(odd) {border-right: 1px solid #2d2d2d;}
.container-header-detalles .detalle-header{margin-bottom: 25px;padding: 5px 22px !important; min-height: 125px;}
.container-header-detalles .detalle-header p{font-size: 12px; line-height: 17px;}
.veterinaria-page .bloque-introduccion .intro-top{margin: 40px 0px 30px 0px;}
.titulo-introduccion {display: block;text-align: center;}
.titulo-introduccion span{ color: #1537C9;font-size: 23px;line-height: 32px;}
 .intro-top .enlaces-button{text-align: center;}
.veterinaria-page .subtitulo-introduccion{ font-size: 18px; line-height: 24px; display: block; text-align: center; font-weight: bold; margin: 25px auto; }
.veterinaria-page .titulo-multiplataforma span,body.veterinaria-page h3.titulo-multiplataforma span{color: #40C764;}
body.veterinaria-page h3.titulo-multiplataforma span, body.veterinaria-page h3.titulo-multiplataforma {font-size: 18px;line-height: 24px;font-weight: bold;text-align: center;margin: 20px auto;display: block;}
.veterinaria-page .multiplataforma-img{display: block;margin: 0 auto 25px;}
.veterinaria-page .row-detalle-multiplataforma { align-items: center; justify-content: center; display: flex; flex-wrap: wrap; align-content: space-between; min-height: 100px; margin-top: 25px; }
.veterinaria-page .row-detalle-multiplataforma img{ height: 40px; margin: 0px auto 13px; float: none; display: block; }
.veterinaria-page .row-detalle-multiplataforma .detalle-multiplataforma{margin-bottom: 25px;padding: 5px 30px !important;}
.veterinaria-page .row-detalle-multiplataforma .detalle-multiplataforma:nth-child(even) {border-left: 1px solid #2d2d2d;}
.veterinaria-page .row-detalle-multiplataforma .desc-multiplataforma-detalle{font-size: 12px; line-height: 17px;}
body.veterinaria-page h3.titulo-multiplataforma span{margin-bottom: 0px;}
.veterinaria-page .titulo-bottom{text-align: center;text-align: center; font-size: 18px; line-height: 24px; color: #2d2d2d;}
.bloque-bottom-vet{ padding: 30px; }
.bloque-bottom-vet .enlaces-button{text-align: center;}
.bloque-multiplataforma .multiplataforma-row-container .container-detalle-multiplataforma{padding: 20px 15px;}
.bloque-multiplataforma .multiplataforma-row-container .container-detalle-multiplataforma:nth-child(odd){ background: #F8F8F8; }
.container-bottom-vet{max-width: 991px; margin: 50px auto 60px;}
.bloque-banner{float: left; overflow: hidden;}
.bloque-banner img{left: -50%; position: relative; min-width: 200%;}
@media screen and (min-width: 768px) {
    .container-header-detalles .detalle-header:nth-child(2),
    .veterinaria-page .row-detalle-multiplataforma .detalle-multiplataforma:nth-child(2){border-right: 1px solid #2d2d2d;}
    .bloque-multiplataforma .multiplataforma-row-container .container-detalle-multiplataforma .desc-multiplataforma, .bloque-bottom-vet .desc-multiplataforma{ max-width: 840px; margin: 30px auto; }
    .veterinaria-page .row-detalle-multiplataforma { max-width: 910px;margin: 0 auto; }
    .bloque-banner img{left: 0%; min-width: 100%;}
}
@media screen and (min-width: 991px) {
    .veterinaria-page .pretitulo-header { font-size: 24px; line-height: 44px; max-width: 100%; }
    .container-header-detalles { max-width: 915px; margin: 0 auto; }
    .veterinaria-page .bloque-introduccion { padding: 50px 15px; }
    .veterinaria-page .bloque-introduccion .desc-introduccion{ max-width: 843px; margin: 0 auto; }
    .bloque-multiplataforma .multiplataforma-row-container .container-detalle-multiplataforma{padding: 30px 30px;}
    body.veterinaria-page h3.titulo-multiplataforma span, body.veterinaria-page h3.titulo-multiplataforma { font-size: 24px; line-height: 33px; font-weight: initial; margin-bottom: 20px; }
    body.veterinaria-page h3.titulo-multiplataforma span{display: inline-block;}
    .bloque-bottom-vet{padding: 50px 0px;}
}
/* FIN VETERINARIA*/
.container-bloque-carousel, .container-bloque-introduccion{float: left;width: 100%;clear: left;}
/*HEADER*/
.boton-login-header {display: none;}
.site-branding{float: left; width: 70%; }
#site-navigation {float: right;width: 30%;}
#site-navigation button { float: right; }
#masthead{padding: 15px; background: #ffffff; width: 100%; float: left; position: fixed; background: #fff; z-index: 99; max-width: 1280px;}
.login-header{display: none;}
.mega-indicator{display: none !important;}
#mega-menu-wrap-menu-1{top: 0px;}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link{padding: 0px 0px 0px 0px;}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover ,#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child > a.mega-menu-link:hover{ background: #fff; color: #1537c9; }
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link{background: inherit;}
#mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open + #mega-menu-menu-1{padding-bottom: 170px !important;}
@media screen and (max-width: 1300px) {
    #masthead{box-shadow: 0px 0px 5px #cecece;}
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item > ul.mega-sub-menu { display: block !important; visibility: visible; opacity: 1;padding: 0px;padding-left: 35px !important; }
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {text-transform: initial !important; font-weight: initial !important; font-size: 14px; line-height: 30px; color: #2d2d2d;}
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item { padding: 0px 25px; width: 100%; font-size: 18px; }
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link, .login-header,#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{font-size: 18px; line-height: 44px; color: initial;}
    #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open + #mega-menu-menu-1 { right: 0; padding: 54px 40px; }
}
@media screen and (min-width: 1300px) {
    #masthead{display: flex;  align-items: center;padding: 15px 0;}
    .site-branding { width: 250px; }
     #site-navigation { float: left; /*width: 70%;*/ /*width:66%;*/ width:73%; display: flex; justify-content: flex-end;}
    .boton-login-header { float: right; /*max-width: 22%;*/ width: 100%; max-width:7%; }
    .login-header { float: left; max-width: 68%; }
    .switcher-idioma{display: none;}
    .switcher-idioma-desk{ float: left; /*width: 41%;*/ /*padding: 0px 15px;*/ width: 100%; display: flex; justify-content: flex-end;}
    .switcher-idioma-desk .wpml-ls-legacy-list-horizontal:hover a ,.switcher-idioma-desk .wpml-ls-current-language a{ color: #1537C9;border-bottom: 1px solid #1537C9; }
    .switcher-idioma-desk .wpml-ls-legacy-list-horizontal:hover span ,.switcher-idioma-desk .wpml-ls-current-language span{ color: #1537C9; }
    .switcher-idioma-desk .wpml-ls-legacy-list-horizontal {padding: 2px ;}
    .switcher-idioma-desk .wpml-ls-legacy-list-horizontal a { padding: 5px 10px; }
    .switcher-idioma-desk .wpml-ls-legacy-list-horizontal a span { vertical-align: middle; font-size: 12px; line-height: 17px; }
    .login-header { font-size: 16px; line-height: 22px; max-width: 160px; width: 100%; background: transparent; border: 1px solid #FF9103; border-radius: 0px; height: 40px; /*display: block;*/ margin: 0 auto; overflow: hidden; padding: 8px; text-align: center; color: #1537C9; display: none;}
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item{ float: left; width: auto; text-align: center; padding: 0px 12px;}
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link{text-align: center; }
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu {padding: 0px 5px 5px 18px;}
    .boton-login-header {display: block;}
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.orangeButtonMenu > a.mega-menu-link{background: #FF9103; color: #fff; padding: 0px 18px; text-transform: uppercase;}
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.orangeButtonMenu > a.mega-menu-link:hover{background-color: #B76A06; transition: all 0.2s; color: #fff;}
}
/*FIN HEADER*/
/*HOME*/
.inicio-page .entry-header {/*margin-top: 85px;*/ margin-top: 14px; margin-bottom: 65px; /*padding: 0px 15px;*/ padding: 0px;}

.inicio-page .container-bloque-carousel, .inicio-page .container-bloque-introduccion{clear: none;}
.container-bloque-carousel{background-color: #fff;}
body.home .parallax{background-image: url("/wp-content/uploads/parallax-home-1.jpg");}
body.inicio-page h1 , 
body.inicio-page h1 span { display: block; text-align: center; line-height: 27px; font-size: 25px; }
body.inicio-page #primary { float: left; width: 100%; margin-top: 58px; }
body.inicio-page h1 span {line-height: 40px; font-size: 30px; }
.bloque-soluciones-home .titulo{ text-align: center; color: #2d2d2d; font-weight: 600; font-size: 18px; line-height: 24px; margin-bottom: 23px; }
.bloque-soluciones-home img{ display: block; margin: 0px auto 10px; min-height: 40px; }

.bloque-soluciones-home .border-content{border-right: 1px solid #2d2d2d;margin-bottom: 15px;min-height: 90px;}
.bloque-soluciones-home .border-content:last-child{border-right: 0px !important;}
.bloque-soluciones-home .border-content:nth-child(5){clear: left;}
.bloque-soluciones-home .texto-solucion, .bloque-soluciones-home .texto-herramientas { font-size: 12px; line-height: 17px;}
.content-herramientas-home, .content-soluciones-home{ display: block; overflow: hidden; margin: 30px auto; }
.inicio-page .bloque-soluciones-home {background: #fff; padding: 25px 15px 1px;}
.container-banner_subtitulo, .container-algoritmo, .container-banner_separacion, .container-banner_bottom{float: left; width: 100%; padding: 30px 30px;background: rgba(21, 55, 201, .1);}
.container-banner_subtitulo .subtitulo-tab { text-align: center; display: block; color: #1537C9; text-transform: uppercase; font-size: 30px; line-height: 41px; font-weight: bold; padding: 0px 15px; margin-bottom: 10px; }
.container-banner_subtitulo .desc-multiplataforma-detalle *{ font-size: 20px; line-height: 26px; font-weight: bold; color: #2D2D2D; }
.inicio-page .container-row .desc-row-detalle { padding: 40px;}
.container-algoritmo{background-image: url("/wp-content/uploads/banner-home-algoritmos-ia-especialidades-medicas-2.jpg");}
.bloque-contacto{background-image: url("/wp-content/uploads/banner-home-algoritmos-ia-especialidades-medicas.jpg");}
.subtitulo-algoritmo { font-size: 18px; line-height: 24px; color: #1537C9; font-weight: bold; max-width: 100%; display: block; overflow: hidden; margin-bottom: 10px; padding-bottom: 10px; border-bottom: 2px solid #f5c07c; }
.detalle-visualiza{max-width: 580px; margin: 0 auto; float: none;}
.subtitulo-visualiza{color: #1537C9; display: block; font-weight: bold; text-align: center; margin: 0 auto 20px;}
.container-visualiza{float: left; width: 100%; padding: 30px 30px; background: #fff;}
.container-visualiza .enlace-visualiza span.texto-visualiza{min-height: 56px; line-height: 18px;}
.container-visualiza .enlace-visualiza:hover span.texto-visualiza{color: #F09637;}
.texto-visualiza, .texto-alma { display: block; text-align: center; font-size: 22px; line-height: 30px; color: #1537C9; padding: 5px; margin-top: 7px; border-top: 2px solid #f5c07c;}
.img-visualiza{display: block; margin: 0 auto; padding: 0px 10%; max-height: 260px;}
.visualiza-mini .texto-visualiza, .texto-alma { font-size: 16px; line-height: 22px; }
.visualiza-principal > div{ margin: 20px auto; padding: 0px 4%; margin-bottom: 40px;}
.detalle-visualiza-sep { padding: 35px 0px !important;max-width: 508px; margin: 0 auto; float: none; display: block; overflow: hidden; }
.img-alma{ display: block; margin: 0 auto; }
.visualiza-alma > div{max-width: 50%; float: none; margin: 0 auto;}
.container-banner_separacion .subtitulo-tab { color: #1537C9; text-align: center; font-weight: bold; display: block; margin: 15px; font-size: 18px; line-height: 24px; padding: 15px 0px; border-bottom: 2px solid #f5c07c; max-width: 91%; }
.container-banner_separacion .desc-banner { padding: 0px 15px; }
.inicio-page .subtitulo-equipo{ color: #1537C9; text-align: center; font-weight: bold; display: block; margin: 15px auto; font-size: 18px; line-height: 24px; }
.container-equipo-home {padding: 30px 30px; float: left; width: 100%; background: #fff;}
.container-equipo-home .desc-equipo{ max-width: 325px; margin: 0 auto 30px; }
.container-equipo-home .enlaces-bottom{text-align: center;}
.miembros-home{ margin-bottom: 20px; float: left; width: 100%; }
.container-banner_bottom span{ color: #1537C9; font-weight: bold; font-size: 23px; line-height: 28px; display: block; }
.container-banner_bottom span.italic{font-weight: initial;font-style: italic;color: #2d2d2d;}
.visualiza-alma { float: left; width: 100%; }
.container-banner_bottom .detalle-beneficios{ max-width: 416px; margin: 0 auto; float: none; }
.inicio-page .paralax-home-3 .subtitulo-tab p {color: #1537c9;font-size: 28px;line-height: 35px; text-align: center;}
.home .container-carousel .content-img-caroseul{background-color: #fff; text-align: center;}
.home .container-carousel .content-img-caroseul img{max-width: 420px;width: 100%;}
.home .banner-planifica{background-image: url("/wp-content/uploads/banner-planifica.jpg");}
.home .carousel-home .slide{position: relative;}
.home .carousel-home .slide p{text-align: center; max-width: 500px; margin: 0 auto; position: absolute; right: 0; left: 0; top: 35%; background: rgba(255,255,255,0.6); padding: 25px 30px; font-size: 1.3em; line-height: 1.3em; font-weight: 700;}
.home .carousel-home .slick-dots {display: flex; justify-content: center; margin: 0; padding: 1rem 0; list-style-type: none; bottom: 50px; position: relative;}
.home .carousel-home .slick-dots li {margin: 0 0.25rem;}
.home .carousel-home .slick-dots button {display: block; width: 1rem; height: 1rem; padding: 0; border: none; border-radius: 100%; background-color: transparent;text-indent: -9999px; border: 1px solid #1537c9;}
.home .carousel-home li.slick-active button {background-color: #1537c9;}
.home .entry-header > .carousel-home > ul.slick-dots{display: none;}

@media screen and (min-width: 550px) {
    .visualiza-alma > div { max-width: 210px; }
}
@media screen and (max-width: 575px) {
    .bloque-soluciones-home .border-content:nth-child(even){border-right: 0px;}
}
@media screen and (min-width: 576px) {
    .content-herramientas-home .border-content:nth-child(4){border-right: 0px;}
}
@media screen and (min-width: 991px) {
    body.inicio-page h1, body.inicio-page h1 span {line-height: 62px;font-size: 48px;}
	body.inicio-page h1 span {line-height: 70px;font-size: 60px;}
	.bloque-soluciones-home .titulo {font-size: 24px;line-height: 33px;margin-bottom: 43px;}
	.content-soluciones-home {max-width: 530px;}
	.bloque-soluciones-home .border-content:nth-child(5) {clear: none;}
	.bloque-soluciones-home .content-herramientas-home .border-content { max-width: 12%; }
	.bloque-soluciones-home .border-content:nth-child(4){border-right: 1px solid #2d2d2d;}
	.content-herramientas-home { max-width: 850px; }
	.container-banner_subtitulo .subtitulo-tab { font-size: 60px; line-height: 82px; }
	.container-banner_subtitulo .desc-multiplataforma-detalle * { font-size: 24px; line-height: 33px; }
	.container-banner_subtitulo .desc-multiplataforma-detalle{ max-width: 705px; margin: 0 auto; }
	.container-row .desc-row-detalle *{ font-size: 16px; line-height: 22px; text-align: left; }
	.inicio-page .container-row .desc-row-detalle { padding: 65px 75px 0px 85px; }
	.desc-algoritmo-detalle *, .container-banner_separacion .desc-banner *{ font-size: 16px; line-height: 22px; }
	.detalle-algoritmo{ max-width: 50%; }
	.container-algoritmo{ padding: 56px 90px; min-height: 450px;}
	.subtitulo-visualiza, .container-banner_separacion .subtitulo-tab, .inicio-page .subtitulo-equipo, .subtitulo-algoritmo { font-size: 24px; line-height: 33px; }
	.container-visualiza { padding: 50px 15px; }
	.container-banner_separacion .content-img{ max-width: 640px; margin: 0 auto; float: none; }
	.container-equipo-home .desc-equipo { max-width: 740px;margin: 0 auto 10px;}
	.miembros-home { float: none; max-width: 740px; margin: 0px auto 30px; display: block; overflow: hidden; }
}
/*FIN HOME*/
/*WORKSTATION*/
.workstation .parallax {background-image: url('/wp-content/uploads/parallax-empresa.jpg');}
.workstation h1.entry-title{color: #FF9103; margin: 0 auto;}
.workstation .entry-header{padding: 20px;}
.workstation .entry-header .detalle-beneficios{max-width: 900px; margin: 0 auto; float: none;}
.workstation .entry-header .detalle-beneficios .subtitulo-iso{color: #2d2d2d; margin: 80px 0px 30px 0px;}
.workstation .entry-content{float: left;}
.workstation .bloque-especialidades, .workstation .bloque-especialidades .especializaciones-mini {background-color: #fff; float: left;}
.workstation .bloque-especialidades{padding-top: 30px;}
.workstation .bloque-especialidades .especializaciones-mini{border-top: 1px solid #FF9103; padding: 40px 30px;}
.workstation .bloque-especialidades .especializaciones-mini .detalle-especialidades-full {border-bottom: 1px solid #FF9103;}
.workstation .bloque-especialidades > .detalle-especialidades-full{max-width: 12d2d2dpx; margin: 0 auto; float: none; border-top: 1px solid #FF9103; padding: 30px; overflow: hidden;}
.workstation .bloque-especialidades > .detalle-especialidades-full:first-child{border-top: none;}
.workstation .bloque-especialidades > .especializaciones-mini > .detalle-especialidades-full{text-align: center; margin-bottom: 30px;}
.workstation .bloque-especialidades > .especializaciones-mini > .detalle-especialidades-full .desc-especializacion{min-height: 60px;}
.workstation .bloque-especialidades > .especializaciones-mini > .detalle-especialidades-full .enlaces-button{margin: 20px auto; max-width: 160px;}
.workstation .bloque-especialidades .content-text-especializacion h2.titulo-especializacion{color: #FF9103; font-weight: initial; font-size: 1.4em; margin: 25px 0px 20px 0px;}
.workstation .bloque-especialidades .content-text-especializacion .desc-especializacion p{font-size: 14px; line-height: 19px; min-height: 76px; margin-bottom: 0px; text-align: justify;}
.workstation .bloque-especialidades .content-text-especializacion .enlaces-button{margin: 20px auto;}
.workstation .bloque-gestion{padding: 60px 20px;}
.workstation .bloque-gestion .detalle-beneficios{max-width: 600px; margin: 0 auto; float: none;}
.workstation .bloque-gestion .detalle-beneficios h3.titulo-gestiona{font-size: 1.8em; line-height: 1.4em; text-align: center; margin-bottom: 20px;} 
.workstation .bloque-gestion .detalle-beneficios .desc-vision{margin-bottom: 50px; text-align: justify;}
.error-of-empty-result.error-caf, .error-of-post-layout.error-caf {height: 100%;padding: 61px;width: 100%;max-width: 100%;float: left;display: block;overflow: hidden;}
.caf-post-layout9 {position: relative;width: 100%;}
.image {display: block; width: 100%;height: auto;}
.overlay {position: absolute;top: 0;bottom: 0;left: 0;right: 0;height: 100%;width: 100%;opacity: 0;transition: .5s ease;background-color: rgb(21, 55, 201); display: table;}
.caf-post-layout9:hover .overlay {opacity: 1;}
.text {color: white;position: relative;text-align: left;width: 100%;padding: 0px 15px;font-size: 13px;line-height: 18px; display: table-cell !important; vertical-align: middle !important;}
.marketplace #caf-post-layout-container.data-target-div1.post-layout9 {background-color: #ffffff00;font-family: inherit;max-width: 1064px;margin: 0 auto !important;float: none;display: block;}
.marketplace .multiple-taxonomy-filter div#caf-multiple-taxonomy-filter {width: 100%;}
.marketplace .multiple-taxonomy-filter div#manage-ajax-response {width: 100%;}
.data-target-div1 ul#caf-layout-pagination.post-layout9 li a {font-family: inherit;color: #1537c9 !important;background-color: transparent !important;font-weight: bold !important;}
.data-target-div1 ul#caf-layout-pagination.post-layout9 li span.current {font-weight: bold !important;}
.marketplace .entry-header{width: 100%;padding: 20px 20px 0px 20px;}
.desc-principal-marketplace {float: none;width: 100%;padding: 0px 15px;max-width: 85%;margin: 40px auto 22px;display: block;overflow: hidden;}
.workstation .imagen-row-vision {background: rgb(242, 244, 255);padding: 20px;margin-top: 5px;margin-bottom: 5px;}
.workstation .imagen-row-vision img{max-width: 50px;height: 50px;}
.texto-row-marketplace *{text-align: center;display: block;}
.texto-row-marketplace {max-width: 80%;margin: 0 auto;float: none;display: block;overflow: hidden;}
.detalle-marketplace{max-width: 200px;margin: 0 auto 20px;float: none;width: 100%;clear: left;display: block;overflow: hidden;}
.detalle-marketplace .imagen-row-vision{background-color: #f2f4ff; padding: 20px 0px 10px 0px; min-height: 92px;}
.detalle-marketplace .titulo-marketplace{font-size: 18px;line-height: 29px;text-transform: uppercase;font-weight: bold;border-bottom: 1px solid #1537c9;}
.detalle-marketplace .subtitulo-marketplace{line-height: 18px;}
.subtitulo-bottom-marketplace {font-size: 20px;line-height: 30px;text-align: center;display: block;font-weight: bold;margin: 30px auto;padding: 0px 15px;max-width: 325px;width: 100%;}
.content-buscador {background: rgb(248, 248, 248);float: left;width: 100%;padding: 40px 15px;}
.content-buscador > h2.subtitulo {font-size: 24px;line-height: 33px;}
.marketplace input#caf-search-input { border: 1px solid rgb(255, 145, 3); background: #fff; padding: 7px 20px; font-size: 12px; font-family: inherit; width: 100%; height: 41px; line-height: initial; margin: 0; border-radius: 0px; }
.marketplace .content-buscador ::placeholder{color: rgba(68, 68, 68, .44);font-style: italic;font-size: 13px;line-height: 18px;}
.marketplace .btn.btn-primary{ background: #fff; border: none; border-radius: 0px; color: rgb(21, 55, 201); font-weight: bold; font-size: 16px; line-height: 22px; width: 100%; text-align: left; }
.data-target-div1 div#caf-multiple-taxonomy-filter ul { background-color: #fff; border-radius: 0px; }
.data-target-div1 .caf-mtf-layout h3.tax-heading, .data-target-div1 .caf-mtf-layout h3.tax-heading i { color: rgb(21, 55, 201) !important; font-weight: bold; font-size: 16px; line-height: 22px; }
.data-target-div1 .caf-mtf-layout h3.tax-heading i {display: none;}
.data-target-div1 div#caf-multiple-taxonomy-filter ul { padding: 15px; }
.data-target-div1 div#caf-multiple-taxonomy-filter ul { background-color: #fff !important;margin-bottom: 0px !important; padding-bottom: 20px !important; }
div#caf-multiple-taxonomy-filter ul li label::before {display: none !important;}
.mtf-li-child {clear: left;}
.data-target-div1 div#caf-multiple-taxonomy-filter ul li label { background-color: #ffffff; color: #969696; float: left; padding: 0px 15px; width: auto; }
div#caf-multiple-taxonomy-filter .mtf-terms.check_box { position: relative !important; opacity: 1 !important; width: 13px; height: 13px; float: left; margin-top: 3px; }
textarea:focus, input:focus, button:focus{ outline: none; }
.btn-primary.focus, .btn-primary:focus { box-shadow: none; }
.data-target-div1 div#caf-multiple-taxonomy-filter ul li label { background-color: #ffffff; color: #2d2d2d; }
.data-target-div1 #caf-multiple-taxonomy-filter .caf-filter-container { display: block; text-align: left; overflow: hidden; padding: 5px 10px 10px; }
.marketplace .data-target-div1 #caf-multiple-taxonomy-filter input#caf-search-sub{ clear: left; position: relative; margin: 0px; padding: 10px; top: 0; border: 1px solid rgb(255, 145, 3); background: rgb(255, 145, 3); border-radius: 0px; color: #fff; text-transform: uppercase; width: 100%; height: 41px; }
.data-target-div1 #caf-post-layout9 .caf-post-title h2 { font-family: inherit; text-transform: initial; font-size: 16px; font-weight: bold; text-align: left; color: #fff !important; line-height: 20px; text-transform: initial !important; margin-bottom: 8px;}
#caf-post-layout9 a.tag {transition: all .15s linear; text-decoration: none !important; background: #fff; border-radius: 4px; font-size: 11px; line-height: 15px; padding: 3px 5px; display: inline-block; margin-bottom: 6px; float: left; margin-right: 3px; }
.acf-masnory { column-count: 1; margin-top: 20px; }
.marketplace .caf-post-layout9 {margin: 0;margin-bottom: 0px;margin-bottom: 0px;/*display: grid;grid-template-rows: 1fr auto;*/margin-bottom: 10px;break-inside: avoid;position: relative;min-height: auto;max-width: 181px;height: auto !important;margin: 0 auto 30px;border-radius: 8px;overflow: hidden;box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.16);}

.bloque-contacto .titulo, .bloque-contacto .titulo * { color: rgb(21, 55, 201); font-size: 30px; line-height: 44px; text-align: center; margin-bottom: 20px; }
.bloque-contacto { padding: 30px 30px; float: left; width: 100%; background-repeat: no-repeat; height: 100%; background-size: cover; background-position: center; }
.enviar-form-content.full-enviar .wpcf7-submit { max-width: 100%; }
.bloque-contacto .acepto, .bloque-contacto .contentimiento { float: left; margin-bottom: 10px; font-size: 10px; line-height: 11px; }
/*.bloque-contacto .acepto a{font-size: 10px; line-height: 11px; color: #ff9103;}*/
.bloque-contacto .acepto .wpcf7-list-item,.bloque-contacto .contentimiento .wpcf7-list-item { display: inline-block; margin: 0; float: left; height: 9px; top: -5px; position: relative; }
.bloque-contacto textarea { padding: 7px 9px; height: 130px; }
.bloque-contacto .contentimiento .wpcf7-form-control-wrap { margin: 0px 5px 25px 0px; }
.content-firltos-10{float: left;width: 100%;clear: left !important;display: block;}
.btn-ver-mas[aria-expanded="true"]{opacity: 0;display: none;}
.collapsing { position: relative; height: 0; overflow: hidden; -webkit-transition-property: height, visibility; transition-property: height, visibility; -webkit-transition-duration: 0s; transition-duration: 0s; -webkit-transition-timing-function: ease; transition-timing-function: ease; }
.marketplace .btn.btn-primary.btn-ver-mas{font-weight: initial;}
.data-target-div1 div#caf-multiple-taxonomy-filter ul li label { background-color: #ffffff; color: #2d2d2d !important; font-size: 14px !important; line-height: 18px !important; padding: 0px 7px; }
#filtrosMarket .separador, .data-target-div1 #caf-multiple-taxonomy-filter .caf-filter-container .separador { border-bottom: 1px solid rgb(255, 145, 3); display: block; position: absolute; bottom: 5px; width: 96%; }
.data-target-div1 #caf-multiple-taxonomy-filter .caf-filter-container { position: relative; }
.data-target-div1 #caf-multiple-taxonomy-filter .caf-filter-container.caf-mtf-layout.caf-mtf-tax-certificacion_sanitaria .separador{display: none;}
.error-of-empty-result.error-caf, .error-of-post-layout.error-caf { height: 100%; padding: 68px !important; width: 100%; }
.acf-masnory.no-results{columns: 1;margin: 0;}
.titulo-filtros{font-size: 16px;line-height: 22px; color: rgba(21, 55, 201, 1);font-weight: bold; display: block;padding: 10px 10px 5px;}
#caf-multiple-taxonomy-filter .content-filtros{background: #ffffff;}
.marketplace .imagen-row-vision img { max-width: 50px; height: auto; width: 100%; margin: 0 auto 10px; display: block; }
.marketplace .data-target-div1 div#caf-multiple-taxonomy-filter ul li label{text-transform: initial;}
.workstation .bloque-especialidades .especializaciones-mini .content-img-especializacion{text-align: center;}
@media screen and (min-width: 768px) {
	.workstation .bloque-especialidades .content-text-especializacion h2.titulo-especializacion{margin: 10px 0px 30px 0px;}
	.workstation .bloque-especialidades .content-text-especializacion .enlaces-button{margin: 30px 0px;}
	.workstation .entry-header .detalle-beneficios .subtitulo-iso{margin: 40px 0px 30px 0px;}
	.marketplace .multiple-taxonomy-filter div#caf-multiple-taxonomy-filter {width: 25%;}
	.marketplace .multiple-taxonomy-filter div#manage-ajax-response {width: 75%;}
	#filtrosMarket .separador, .data-target-div1 #caf-multiple-taxonomy-filter .caf-filter-container .separador {width: 92%;}
    .workstation .bloque-especialidades .especializaciones-mini .detalle-especialidades-full {border-bottom: none; margin-bottom: 50px;}
    .workstation .bloque-especialidades .especializaciones-mini .content-img-especializacion{display: block; max-width: 70%; margin: 0 auto; float: none;}
    .workstation .bloque-especialidades .content-text-especializacion .desc-especializacion p{min-height: 135px;}
    .workstation .bloque-especialidades .especializaciones-mini .content-text-especializacion .desc-especializacion p{text-align: center;}
}
@media screen and (min-width: 991px) {
    .acf-masnory { display: grid;grid-template-columns: auto auto auto;}
    .workstation .bloque-especialidades > .especializaciones-mini > .detalle-especialidades-full { text-align: center;padding: 0px 2% !important;min-height: 330px; margin-bottom: 65px; }
	.data-target-div1 div#caf-multiple-taxonomy-filter ul li label {max-width: 90%; font-size: 16px !important; line-height: 20px !important; }
	.data-target-div1 .caf-mtf-layout h3.tax-heading, .data-target-div1 .caf-mtf-layout h3.tax-heading i { pointer-events: none; }
    .data-target-div1 .caf-mtf-layout h3.tax-heading i {display: none;}
	.data-target-div1 div#caf-multiple-taxonomy-filter ul li label { font-size: 14px; line-height: 16px; }
    #caf-multiple-taxonomy-filter .content-filtros,.marketplace .multiple-taxonomy-filter div#manage-ajax-response { display: block ; margin-top: 70px; }
    .marketplace .multiple-taxonomy-filter div#manage-ajax-response { padding-right: 0; }
    .data-target-div1 #caf-multiple-taxonomy-filter .caf-manage-search-bar { overflow: hidden; max-width: 94%; }
    .data-target-div1 #caf-multiple-taxonomy-filter .caf-search-bar { margin-bottom: 10px; width: 100%; position: absolute; width: 100%; float: left; left: 0; display: block; overflow: hidden; }
    .marketplace .data-target-div1 #caf-multiple-taxonomy-filter input#caf-search-sub { position: absolute; max-width: 230px; 	}
	.marketplace .subtitulo-header, .workstation .subtitulo-header, .veterinaria-page .pretitulo-header, .alma-clinic .subtitulo-header { font-size: 24px; line-height: 33px;}
    .marketplace h1.entry-title, .workstation h1.entry-title, .veterinaria-page h1.entry-title, .alma-clinic h1.entry-title { margin-bottom: 10px; }
    .desc-principal-marketplace,.content-marketplace { max-width: 585px; float: none; margin: 0 auto; }
    .detalle-marketplace { max-width: initial; margin: initial; float: left; width: 100%; clear: none; display: block; overflow: hidden; -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; padding: 0px 5px !important;margin-bottom: 28px; }
    .detalle-marketplace:last-child { float: none; margin: 0px auto 28px; }
    .container-detalles-marketplace{ margin: 20px auto; }
    .subtitulo-bottom-marketplace { max-width: 100%; margin: 30px auto 50px; }
    .texto-row-marketplace { max-width: 100%; }
    .bloque-contacto .wpcf7{ max-width: 632px; margin: 0 auto; }
    .bloque-contacto .titulo, .bloque-contacto .titulo * { margin-bottom: 45px; display: block; font-size: 36px; line-height: 40px; }
    .bloque-contacto .titulo span { color: #2d2d2d; line-height: 34px; font-size: 30px; }
    .bloque-contacto .acepto, .bloque-contacto .contentimiento { margin-bottom: 0px; }
}
@media screen and (min-width: 1100px) {
    .data-target-div1 #caf-multiple-taxonomy-filter .caf-manage-search-bar {max-width: 1064px; }
    .marketplace #caf-post-layout-container.data-target-div1.post-layout9 { padding: 20px 0px; }
    .workstation .bloque-especialidades .content-text-especializacion .desc-especializacion p{min-height: 95px;}
}
/*FIN WORKSTATION*/
/*PORQUE ALMA*/
.alma-porque .entry-content {overflow: hidden; margin: 0px;}
.alma-porque header.entry-header h1.entry-title{margin-top: 85px; margin-bottom: 65px; padding: 0px 15px;}
.alma-porque .detalle-beneficios{margin-bottom: 20px;}
.alma-porque .parallax {background-image: url('/wp-content/uploads/parallax-home-1.jpg');}
.alma-porque .container-beneficios{padding: 30px 0px 0px 0px;}
.alma-porque .container-beneficios > .col-12{justify-content: space-evenly; display: flex; flex-wrap: wrap;max-width: 1160px;margin: 0 auto;}
.alma-porque .container-beneficios{margin-bottom: 20px;}
.alma-porque .container-beneficios:first-child, .alma-porque .detalle-beneficios:nth-child(3){border-right: 2px solid #d7d7d7;}
.alma-porque .container-beneficios .content-img{text-align: center;}
.alma-porque .container-beneficios .content-img img{height: 42px;}
.alma-porque .container-beneficios .desc-beneficios{text-align: center; font-size: 0.7em;}
.alma-porque .container-beneficios .desc-beneficios span.subtitulo{font-size: 30px; font-weight: bold; color: #1537c9; display: block; text-align: center; margin: 10px 0px 2px 0px;}
.alma-porque .content-tecnologia{max-width: 100%; margin: 0 auto;}
.alma-porque .content-tecnologia .content-top{margin: 20px auto; max-width: 600px; text-align: center;}
.alma-porque .content-tecnologia .content-slide{max-width: 600px; margin: 0 auto;}
.slick-track > .container{max-width: 100%;}
.slick-slide .news__arrow_dir_left.slick-arrow{position: absolute; left: 0px; top: 40%; cursor: pointer; z-index: 9;}
.slick-slide .news__arrow_dir_right.slick-arrow{position: absolute; right: 0px; top: 40%; transform: scaleX(-1); cursor: pointer;}
.alma-porque .bloque.gestiona,.alma-porque .bloque-gird .container-gird {padding: 0px 15px;}
.alma-porque .bloque.gestiona .content-top{padding: 40px; background-color: #ebeceb;}
/*.alma-porque .bloque.gestiona .content-top h3.subtitulo{text-align: left; position: relative; left: -10%; margin-bottom: 30px;}*/
.alma-porque .bloque.gestiona .container-detalles-gestiona{padding: 5% 20% 1% 20%;}
.alma-porque .bloque.gestiona .container-detalles-gestiona .detalle-beneficios{text-align: center;}
.alma-porque .bloque.gestiona .content-separador{padding: 1% 20%;}
.carousel-logos-container .slick-slide{margin: 0px 30px;}
.alma-porque .bloque-gird .container-gird{max-width: 650px; margin: 50px auto;}
.alma-porque .bloque-gird .detalle-gird{margin-bottom: 40px;}
.alma-porque .bloque-gird .detalle-gird .detalle-beneficios-home-content{margin: 0px 10px;}
.alma-porque .bloque-gird .detalle-gird .content-img img{width: 100%;}
.alma-porque .bloque-gird .detalle-gird .content-text .titulo-gird{text-align: center; color: #1537C9; border-bottom: 1px solid #1537C9; padding: 2px 0px;}
.alma-porque .bloque-rtd{background-color: #ebeceb; padding: 40px 20px;}
.alma-porque .bloque-rtd .content-rtd .desc-rtd{margin: 20px auto; text-align: left;}
.alma-porque .bloque-rtd .content-rtd > span{color: #FF9103; font-weight: bold; margin: 0 auto; display: block; max-width: 380px; margin-bottom: 25px; text-align: center;}
.alma-porque .banner-rtd .descripcion{max-width: 416px; margin: 0 auto; float: none; padding: 70px 0px;}
.alma-porque .banner-rtd .descripcion > p{color: #1537C9; font-weight: bold; font-size: 25px; line-height: 30px; display: block; text-align: center;}
.container-tab{float: left; width: 100%;}
.container-tab .content-tabs{padding-left: 40px;}
.container-tab .tabcontent{margin-top: 80px; display: none;}
.container-tab .tabcontent:first-child{display: block;}
.container-tab .subtitulo-tab{color: #1537c9; font-weight: bold;}
.container-tab .subtitulo-tab-content{padding: 30px 0px 0px 0px;}
.container-tab .subtitulo-tab-content .ano-tab{color: #FF9103; font-size: 50px; font-weight: bold;}
.container-tab .subtitulo-tab-content .ano-tab:after{content: ""; display: block; width: 100%; height: 2px; background-color: #FF9103;}
.container-tab .subtitulo-tab-content > p{font-weight: bold; margin-top: 10px;}
/* Style the buttons inside the tab */
.tab button {display: block;background-color: inherit;color: black;padding: 10px 16px;wdth: 100%;border: none;outline: none;text-align: left;cursor: pointer;transition: 0.3s;font-size: 17px; text-align: right;}
/* Change background color of buttons on hover */
.tab button:hover {}
/* Create an active/current "tab button" class */
.tab button.active, .tab button:hover {color: #FF9103; font-weight: bold; font-size: 1.4em;}
.carousel-tecnologia{width: 100%;}
.alma-porque .bloque.gestiona .container-detalles-gestiona .detalle-beneficios .content-detalle{max-width: 308px; margin: 0 auto; display: block; float: none; background-color: #fff; overflow: hidden; padding: 15px 15px; height: 100%;}
.alma-porque .bloque.gestiona .detalle-beneficios .descripcion{ border-top: 1px solid #FF9103; max-width: 235px; padding: 10px; margin: 0 auto; min-height: 100px; }
.alma-porque .content-separador .descripcion { max-width: 642px; margin: 15px auto;}
.alma-porque .bloque.gestiona .enlaces-button {width: 415px; max-width: 90%; margin: 40px auto;}
.carousel-logos-container{margin: 30px 0px;}
@media screen and (min-width: 991px) {.alma-porque h1 { max-width: 945px; margin: 50px auto 70px; }
    .alma-porque .content-tecnologia {padding: 45px 15px;}
    .alma-porque .content-tecnologia .content-top {max-width: 650px;}
    .alma-porque .content-tecnologia .content-top .subtitulo{font-size: 24px;margin-bottom: 25px;}
    .alma-porque .content-tecnologia .content-top .descripcion {color: rgb(112, 112, 112);}
    .alma-porque .bloque.gestiona .container-detalles-gestiona { max-width: 1180px; margin: 0 auto; }
    .alma-porque .bloque.gestiona .detalle-beneficios .subtitulo { font-size: 18px; line-height: 24px; }
    .alma-porque .bloque-rtd .content-rtd > span,.alma-porque .bloque-rtd .enlaces-button { max-width: 415px; }
    .alma-porque .bloque.gestiona .content-top{padding: 65px 75px 65px 85px;}
    .alma-porque .bloque-rtd .content-rtd .desc-rtd{padding: 0px 75px;}
}
@media screen and (min-width: 1200px) {	.alma-porque .container-beneficios{padding: 60px 0px;}
	.alma-porque .detalle-beneficios:first-child, .alma-porque .detalle-beneficios:nth-child(3){border-right: none;}
	.container-tab{max-width: 70%; padding: 25px 0px 40px 0px;}
	.container-tab .subtitulo-tab, .container-tab .subtitulo-tab-content > p{font-size: 1.5em; line-height: 1.2em;}
	.container-tab .content-tabs{padding-left: 10%;}
}
/*FIN PORQUE ALMA*/
/*FOOTER*/
#colophon{ padding: 50px 15px; display: block; overflow: hidden; text-align: center;background: #ffffff; clear: left;}
#colophon ul{padding: 0px; margin: 0px ; list-style: none; text-align: center;}
#colophon .content-redes { max-width: 112px; margin: 18px auto; display: block; overflow: hidden; }
#colophon ul *, .content-politicas-footer *{font-size: 14px; line-height: 25px;}
.login-footer { font-weight: bold; }
.copy-footer { float: left; width: 100%; padding: 30px; border-top: 1px solid #f5c07c; margin-top: 20px; font-size: 12px; line-height: 17px;}
.site-info{ /*max-width: 975px;*/ width: 100%; float: none; display: block; margin: 0 auto; }
.direccion-footer, .contact-footer{text-align: center;}
@media screen and (min-width: 768px) {
    #colophon .custom-logo-link { float: left; }
	#colophon .content-redes { float: left; width: 100%; clear: left; }
	.content-footer {padding: 0px;}
	.content-footer *{text-align: left;}
	.footer-columna-inicial { max-width: 20%;padding: 0px 15px;text-align: left; }
	.content-footer { max-width: 80%; }
	.copy-footer { padding: 17px 10px; }
	#colophon { padding: 50px 15px 5px; }
}
@media screen and (max-width: 768px) {
    #colophon .footer-columna-inicial{ text-align: center; padding: 30px 0px; }
    #colophon .content-redes{max-width: 115px; margin: 15px auto; }
    #colophon .content-footer .columna-1, #colophon .content-footer .columna-2{display: none;}
    #menu-menu-footer-3, #menu-menu-footer-3-ingles{margin-bottom: 30px !important;}
}
/*FIN FOOTER*/
/*POPUP*/
.pum-theme-12704 img.custom-logo { max-width: 100%; height: auto; display: block; margin: 0 auto 20px; }
.popupTitle { color: #1537C9; text-align: center; font-weight: 600; font-size: 30px; line-height: 35px; margin-bottom: 20px; }
.popupText { text-align: center; font-size: 14px; line-height: 19px; max-width: 70%; margin: 0 auto 25px !important; }
.pum-theme-12704 .pum-close{ position: relative; right: initial;font-size: 14px; line-height: 19px; color: #1537C9; max-width: 320px; width: 100%; background: #fff; background-color: rgb(255, 255, 255); border: 1px solid #FF9103; border-radius: 0px; min-height: 40px; display: block; margin: 0px; padding: 8px 17px; text-align: center; margin: 10px auto; transition: all 0.2s; }
.pum-theme-12704 .pum-content + .pum-close, .pum-theme-lightbox .pum-content + .pum-close { position: relative !important; height: 28px !important; width: 100% !important; max-width: 222px !important; left: auto; right: initial !important; bottom: auto; top: initial !important; padding: 0px; color: #1537C9 !important; font-family: 'Open Sans', sans-serif !important; font-weight: 100; font-size: 16px !important; line-height: 22px !important; border: 1px solid #FF9103 !important; border-radius: 0px !important; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.75 ) !important; text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ) !important; transition: all 0.2s; background: #fff !important; }
.pum-theme-12704 .pum-close:hover { background-color: #FF9103 !important; color: #fff !important; transition: all 0.2s !important; max-width: 222px !important; }
.pum-theme-12704 .pum-container, .pum-theme-lightbox .pum-container { padding: 45px 20px !important; }
.pum-theme-12704 .pum-content, .pum-theme-lightbox .pum-content { border: none !important; }
@media screen and (min-width: 991px) {
    .pum-theme-12704 .pum-content + .pum-close, .pum-theme-lightbox .pum-content + .pum-close { height: 40px !important; max-width: 308px !important; }
}
/*FIN POPUP*/
/*BLOG*/
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled { color: #fff; text-decoration:none; }
 
.navigation li { display: inline; }
 
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled { background-color: #6FB7E9; border-radius: 3px; cursor: pointer; padding: 12px; padding: 0.75rem; }
 
.navigation li a:hover, .navigation li.active a { background-color: #1437C8; border-radius: 0px; height: 28px; width: 28px; display: inline-block; padding: 4px; color: #ffffff; }
.navigation li a, .navigation li.disabled { background-color: #fff; border-radius: 0px; cursor: pointer; padding: 4px; height: 28px; width: 28px; display: inline-block; color: #1437C8; }
.navigation { float: left; width: 100%; clear: left; text-align: center; padding: 0; margin: 50px auto 0px; }
.navigation ul{ padding: 0px; margin: 0 auto 39px; }
.texto-preview-post h2{margin-top: 15px !important;}
.texto-preview-post h2, .texto-preview-post h2 *{ font-size: 20px; line-height: 30px; margin: 0px; display: block;}
.texto-preview-post .entry-content { margin-top: 5px; }
.texto-preview-post .entry-content *{font-size: 14px; line-height: 19px;}
.blog .no-image ,.archive .no-image { background: #cfd6f4; width: 100%; padding: 25px; margin: 0px auto 20px; }
.blog .contenido-blog,.archive .contenido-blog {padding: 0px;}
.leer-mas-content a{ max-width: 290px; display: block; text-align: center; margin: 25px auto 0px; color: #FFF; background: #FF9103; border: 1px solid #FF9103; padding: 10px; transition: 0.3s; }
.leer-mas-content a:hover {background-color: #B76A06; color: #fff; transition: all 0.2s; }
.blog .entry-header, .archive .entry-header {padding: 0px; margin-top: 0px; }
.blog .leer-mas-content,.archive .leer-mas-content{ border-bottom: 1px solid #1437c8; padding-bottom: 30px; margin-bottom: 20px; }
.blog .texto-preview-post, .archive .texto-preview-post {padding: 0px 15px;}
.next-page a{ color: transparent !important; position: relative; }
.next-page a::after { content: ''; background-image: url('/wp-content/uploads/arrow-l-r.svg'); display: block; position: absolute; width: 20px; height: 40px; background-repeat: no-repeat; right: 0; top: 0; }
#secondary h2{ color: #1537C9; }
#secondary ul{ padding: 0; list-style: none; margin-left: 25px; }
.single-post article{max-width: 1064px; margin: 0 auto; margin-top: 40px;}
.single-post .no-image-content { width: 100%; background: #cfd6f4; padding: 84px 15px; text-align: center; max-width: 415px; margin: 0 auto; }
.single-post .entry-header { margin-top: 20px; padding: 0px 15px; }
.single-post .entry-header *{text-align: left;}
.single-post .entry-content { margin: 0px; padding: 0px 15px; }
.single-post h1, .single-post h1 span { font-size: 30px; line-height: 41px; text-align: center; color: #1537C9;margin-top: 10px; }
.single-post h2, .single-post h2 span{font-size: 28px; line-height: 35px;}
.single-post h3, .single-post h3 span{font-size: 25px; line-height: 32px;}
.single-post h4, .single-post h4 span{font-size: 22px; line-height: 28px;}
.single-post h5, .single-post h5 span{font-size: 18px; line-height: 25px;}
.single-post h6, .single-post h6 span{font-size: 18px; line-height: 25px;}
.texto-preview-post .date{font-size: 14px; color: #8a8a8a; font-style: italic;}
.single-post .date{color: #8a8a8a; font-style: italic;}
@media screen and (min-width: 768px) {
    .texto-preview-post h2{margin-top: 0px;}
    .leer-mas-content a{float: left; width: 100%;}
    .blog .leer-mas-content, .archive .leer-mas-content{border: none;padding: 0px;margin: 0px;}
    .blog article,.archive article { width: 100%; border-bottom: 1px solid #1437c8; padding: 0px 15px 20px; max-width: 99%; display: block; overflow: hidden; margin: 0 auto 40px; }
}
@media screen and (min-width: 991px) {
    .sidebar-blog{ border-left: 1px solid #707070; }
    .blog article,.archive article { max-width: 98%; float: left; }
    #secondary ul { margin-bottom: 0px; }
    .widget#block-6 { margin: 0px 0px 20px; padding-bottom: 20px; border-bottom: 2px solid #FF9103; }
    .blog .no-image , .archive .no-image { padding: 75px 100px; }
    .leer-mas-content a { margin: 0px auto 0px; }
    body.single-post h1, body.single-post h1 span { font-size: 30px; line-height: 34px; }
}
@media screen and (min-width: 1290px) {
    .single-post .entry-header,.single-post .entry-content {padding: 0px;}
}
/*FIN BLOG*/
.boton-login-header-mobil,
.wpml-ls-legacy-list-horizontal a span.wpml-ls-display {display: none;}
@media screen and (max-width: 1290px) {
    #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open::after {display: none; }
    #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open + #mega-menu-menu-1 { right: 0; padding: 25px 40px 54px; top: 70px; width: 100%; max-width: 100%; }
    #mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1{ top: 70px; padding: 25px 40px 54px; }
    .wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer > ul { text-align: center; display: block; float: left; width: 100%; position: relative; top: initial; left: initial; box-shadow: none; }
    .login-header { font-size: 16px; line-height: 22px; max-width: 160px; width: 100%; background: transparent; border: 1px solid #FF9103; border-radius: 0px; height: 40px; display: block; margin: 0 auto; overflow: hidden; padding: 8px; text-align: center; color: #1537C9; }
    .boton-login-header-mobil {display: block;}
    .boton-login-header-mobil .login-header{ font-size: 16px; line-height: 22px; width: 100%; max-width: 100%; margin-top: 20px; }
    .switcher-idioma{ margin-top: 30px; }
    .switcher-idioma .wpml-ls-legacy-list-horizontal .wpml-ls-item {float: left; width: 100%; max-width: 50%; }
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 .switcher-idioma input,#mega-menu-wrap-menu-1 #mega-menu-menu-1 .switcher-idioma img { max-width: 49px; width: 100%; display: block; margin: 0 auto 10px; }
    .main-navigation .switcher-idioma ul ul a, .switcher-idioma a { width: 100% !important; }
    .switcher-idioma .wpml-ls-legacy-list-horizontal .wpml-ls-flag + span { margin-left: 0; font-size: 16px; line-height: 22px; }
    .switcher-idioma .wpml-ls-legacy-list-horizontal:hover .wpml-ls-flag + span ,.switcher-idioma .wpml-ls-current-language .wpml-ls-flag + span{ color: #1537C9;}
}
@media screen and (min-width: 450px) {
    #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open + #mega-menu-menu-1 { padding: 25px 20% 54px; }
}
@media screen and (min-width: 768px) {
    #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open + #mega-menu-menu-1 { padding: 25px 30% 54px; }
}
@media screen and (min-width:991px) {
    #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open + #mega-menu-menu-1 { padding: 25px 3% 54px; }
}
@media screen and (min-width:1300px) {
    #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open + #mega-menu-menu-1 { padding: 25px 34% 54px; }
}


.login-header{visibility: hidden;}
/*AVISO LEGAL, POLITICA PRIVACIDAD Y COOKIES*/
.politicas main#primary > article{padding: 0px 20px;}
.politicas ol, .politicas ul{margin: 0px;}

#cookie-law-info-bar{padding: 30px 20px 30px !important;}
#cookie-law-info-bar > span{max-width: 1280px; margin: 0 auto; display: block;}
#cookie-law-info-bar img.custom-logo{width: 70%; margin-bottom: 50px;}
#cookie-law-info-bar #wt-cli-accept-all-btn{margin-top: 40px; width: 100%; font-size: 1em; margin-left: 0px;}
#cookie-law-info-bar .cli-style-v2 .cli-bar-message{width: 92%;}
#cookie-law-info-again{padding: 0px 10px;}
#cookie-law-info-again span#cookie_hdr_showagain{font-size: 0.8em;}

@media screen and (min-width: 768px) {
    #cookie-law-info-bar{padding: 80px 0px !important;}
    #cookie-law-info-bar img.custom-logo, #cookie-law-info-bar #wt-cli-accept-all-btn{margin-top: 35px;}
}

/*FI AVISO LEGAL, POLITICA PRIVACIDAD Y COOKIES*/
/*OFERTAS*/
.single-ofertas_trabajo .contenido-page ,.single-ofertas_trabajo #page{position: relative;top: 0;width: 100%;max-width: 100%;left: 0;right: 0;margin: 0 auto;}
.single-ofertas_trabajo #colophon, .banner-header, .bottom-header{position: relative;top: 0;width: 100%;max-width: 1280px;margin: 0 auto;display: block; overflow: hidden; float: none;}
.single-ofertas_trabajo #masthead{overflow: visible; margin: 0 auto; left: 0; right: 0;}

.single-ofertas_trabajo #primary { float: left;width: 100%;margin-top: 0px;}
.single-ofertas_trabajo article, .container-form-archive {background: #f5f5f5;width: 100%;max-width: 1280px;margin: 0 auto;}
.single-ofertas_trabajo article{padding: 15px 15px 50px;}
.banner-header{position: relative;}
.banner-header .page-header{position: absolute;top: 35%;text-align: center;width: 100%;padding: 0px 15px;}
.banner-header .page-header .page-title{font-size: 30px;line-height: 44px;color: #1537C9;}
.bottom-header{padding: 30px 15px;}
.title-bottom {font-size: 22px;line-height: 30px;color: #2D2D2D;font-weight: bold;margin: 0px;display: block;}
.banner-header-single .entry-header {margin-top: 20px;padding: 20px;height: apa;padding: 0px 15px;text-align: left;}
body .banner-header-single .entry-header h1, body .banner-header-single .entry-header  h1 span {font-size: 25px;line-height: 32px;text-align: left;margin-bottom: 30px;color: #1537C9;display: block;}
.single-ofertas_trabajo .entry-content{padding: 0px 15px;}
body.single-ofertas_trabajo .entry-content p {margin-bottom: 0px;}
body.single-ofertas_trabajo .entry-content .label, .titulo-separador-oferta{font-weight: bold;display: inline-block;margin-right: 3px;}
.intro-oferta, .bloque-requisitos, .bloque-funciones, .bloque-ofrece,.form-oferta-container {margin-bottom: 20px;}
.titulo-separador-oferta{font-size: 18px;margin-bottom: 15px;text-transform: uppercase;}
.bloque-ofrece ul {margin: 0;padding-left: 0;list-style-position: inside;}
.single-ofertas_trabajo .titulo-form-input,.archive.post-type-archive-ofertas_trabajo .titulo-form-input {font-size: 14px;line-height: 19px;display: block;margin: 15px auto 0px;}
.banner-header-single, .single-ofertas_trabajo .entry-content,.archive  .form-ofreta-container{max-width: 632px;margin: 0 auto;}
.container-form-archive {clear: left;width: 100%;padding: 30px 15px;}
.archive .titulo-separador-blue {font-size: 16px;line-height: 18px;text-align: center;display: block;max-width: 380px;margin: 0 auto 30px;}
.single-ofertas_trabajo .titulo-separador-blue {font-size: 16px;line-height: 18px;font-weight: bold;color: #1537C9;}
.wpcf7 input[type="file"] {cursor: pointer;font-size: 11px;}
.archive.post-type-archive-ofertas_trabajo .banner-header .page-header .page-title {margin: 0;}
.archive.post-type-archive-ofertas_trabajo .banner-header {position: relative;float: left;margin-top: 50px;}
.contenido-oferta-preview .entry-title * {color: #1537C9;}
.archive.post-type-archive-ofertas_trabajo .enlace-bloque{max-width: 200px;width: 100%;display: block;border: 1px solid #FF9103;background: #FF9103;text-align: center;min-height: 40px;padding: 8px;margin: 20px 0px;color: #ffffff;}

.archive.post-type-archive-ofertas_trabajo .enlace-bloque:hover {
     border: 1px solid #B76A06;
     background: #B76A06;
    color: #ffffff;
    transition: all 0.2s;
}
.resumen-oferta {
    margin-bottom: 20px;
}

.archive.post-type-archive-ofertas_trabajo article {
    border-bottom: none;padding: 0px;
}
.titulo-form-input{
    color: #1537c9;
    font-size: 16px;
    margin: 0px 0px 6px;
}
textarea{
    padding: 10px;
}
@media screen and (min-width: 768px) {
    .intro-oferta {
    padding-left: 25px;
}
.conteiner-formulario{
    padding: 0px 20px;
}
.form-ofreta-container .your-email {
    padding-right: 0px;
    padding-left: 5px;
    display: block;
}
.title-bottom{float: left;}
.enlace-bottom{
 float: right;
max-width: 50%;
color: #1537C9;
font-size: 15px;
line-height: 22px;
}
.enlace-bottom .icono {
    margin-right: 8px;
    position: relative;
    top: -2px;
}
.single-ofertas_trabajo article {
    padding: 30px 0px 50px;
}
}



@media screen and (min-width: 991px) {
.banner-header .page-header .page-title {
    font-size: 40px;
}
}
/*FIN OFERTAS*/


/*DETALLE MARKETPLACE*/
.carousel-fichas .news__arrow_dir_right.slick-arrow {position: absolute;right: -10px;top: 35%;transform: scaleX(-1);cursor: pointer;}
.carousel-fichas .news__arrow_dir_left.slick-arrow {position: absolute;left: -10px;top: 35%;cursor: pointer;z-index: 9;}
.marketplaces-template-default .caf-post-layout9 {margin: 0;margin-bottom: 0px;margin-bottom: 0px;display: grid;grid-template-rows: 1fr auto;margin-bottom: 10px;break-inside: avoid;position: relative;min-height: auto;max-width: 181px;height: auto !important;margin: 0 auto 30px;border-radius: 8px;overflow: hidden;box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.16);}
.marketplaces-template-default  #caf-post-layout9 a.caf-f-link,.marketplaces-template-default a.caf-f-link {display: inline-flex;height: 100%;}
.marketplaces-template-default  #caf-post-layout9 .caf-post-title,.marketplaces-template-default .caf-post-title {position: absolute;top: initial;left: 0;width: 100%;color: #484c61;transition: all 0.35s;transform: translate3d(0, 0%, 0);text-align: center;transition: all 0.3s;padding: 0px 10px 5px;bottom: 0;}
.marketplaces-template-default #caf-post-layout9 .caf-post-title h2,.marketplaces-template-default  .caf-post-title h2 {color: #ffffff;font-family: inherit;text-transform: capitalize;font-size: 16px;font-weight: bold;line-height: 20px;text-shadow: 0px 0px 5px #444;text-align: left;}
.marketplaces-template-default  #caf-post-layout9 p.tag,.marketplaces-template-default p.tag {transition: all .15s linear;text-decoration: none !important;background: #fff;border-radius: 4px;font-size: 11px;line-height: 15px;padding: 3px 5px;display: inline-block;margin-bottom: 6px;float: left;margin-right: 3px;}
.marketplaces-template-default .text {color: white;position: relative;text-align: left;width: 100%;padding: 0px 15px;font-size: 13px;line-height: 18px;display: table-cell !important;vertical-align: middle !important;}
.marketplaces-template-default .overlay {position: absolute;top: 0;bottom: 0;left: 0;right: 0;height: 100%;width: 100%;opacity: 0;transition: .5s ease;background-color: rgb(21, 55, 201);display: table;}
.marketplaces-template-default  .manage-layout9::before {content: "";display: block;height: 100%;position: absolute;top: 0;left: 0;width: 100%;z-index: 1;z-index: 0;background-color: transparent;background-image: linear-gradient(transparent, rgba(0, 99, 255, 1));}
.marketplaces-template-default .carousel-fichas{max-width: 1100px;width: 100%;margin: 0 auto;}
.img-ejemplo-hidden{display: none;}
.marketplaces-template-default .bottom-header {padding: 17px 15px;box-shadow: 0px 0px 5px #cecece;position: fixed;top: 70px;background-color: #fff;z-index: 9;}
.marketplaces-template-default #primary {margin-top: 95px;}
.marketplaces-template-default .bottom-header img {margin-right: 10px;}
body.marketplaces-template-default h1, body.marketplaces-template-default h1 span {font-size: 24px;line-height: 28px;text-align: left;color: #1537c9;margin-bottom: 0px;}
.marketplaces-template-default .entry-header {margin-top: 20px;padding: 20px 25px 10px;}
.marketplaces-template-default .entry-content {margin: 10px 0px 0px;}
.marketplaces-template-default article.marketplaces {padding: 0px;}
.titulo-sidebar {color: #1537c9;font-weight: bold;font-size: 18px;line-height: 29px;margin-bottom: 10px;display: block;border-bottom: 1px solid #ff9103;padding-bottom: 3px;}
.icono-fabricante::before,.icono-certificado::before,.icono-modalidad::before {content: '';position: relative;display: block;width: 100%;min-height: 50px;background-repeat: no-repeat;}
.icono-arkangel-ai::before, .icono-arkangel-ai-en::before {background-image: url('/wp-content/uploads/logo-arkangel-ai.png');height: 60px;}
.icono-cardiolyse::before, .icono-cardiolyse-en::before {background-image: url('/wp-content/uploads/logo-cardiolyse.png');height: 60px;}
.icono-contextflow::before, .icono-contextflow-en::before {background-image: url('/wp-content/uploads/logo-contextflow.png');height: 60px;}
.icono-gleamer::before, .icono-gleamer-en::before {background-image: url('/wp-content/uploads/logo-gleamer.png');height: 60px;}
.icono-imagebiopsy-lab::before, .icono-imagebiopsy-lab-en::before {background-image: url('/wp-content/uploads/logo-ibl.png');height: 60px;}
.icono-koios::before, .icono-koios-en::before {background-image: url('/wp-content/uploads/logo-koios.png');height: 60px;}
.icono-oxipit::before, .icono-oxipit-en::before {background-image: url('/wp-content/uploads/lgoo-oxipit.png');height: 60px;}
.icono-qubiotech::before, .icono-qubiotech-en::before {background-image: url('/wp-content/uploads/logo-qubio.png');height: 60px;}
.icono-quibim::before, .icono-quibim-en::before {background-image: url('/wp-content/uploads/logo-quibim.png');height: 60px;}
.icono-gleamer::before, .icono-gleamer-en::before {background-image: url('/wp-content/uploads/logo-gleamer.png');height: 60px;}
.icono-infervision::before, .icono-infervision-2::before {background-image: url('/wp-content/uploads/logo-infervision.png');height: 60px;}
.icono-arterys::before, .icono-arterys-en::before {background-image: url('/wp-content/uploads/logo-arterys.png');height: 60px;}
.icono-ligence::before, .icono-ligence-en::before {background-image: url('/wp-content/uploads/logo-ligence.png');height: 60px;}
.icono-coreline-soft::before, .icono-coreline-soft-en::before {background-image: url('/wp-content/uploads/logo-coreline-soft.png');height: 60px;}


.icono-ce::before, .icono-ce-en::before {background-image: url('/wp-content/uploads/logo-ce.svg');height: 60px;}
.icono-fda::before, .icono-fda-en::before {background-image: url('/wp-content/uploads/logo-fda.svg');height: 60px;}
.icono-research::before, .icono-research-en::before {background-image: url('/wp-content/uploads/logo-research.svg');height: 60px;}
.icono-ct::before, .icono-ct-en::before {background-image: url('/wp-content/uploads/logo-ct.svg');height: 60px;}
.icono-ecg::before, .icono-ecg-en::before {background-image: url('/wp-content/uploads/logo-ecg.svg');height: 60px;}
.icono-mc::before, .icono-mc-en::before {background-image: url('/wp-content/uploads/logo-mc.svg');height: 60px;}
.icono-mr::before, .icono-mr-en::before {background-image: url('/wp-content/uploads/logo-mr.svg');height: 60px;}
.icono-pet::before, .icono-pet-en::before {background-image: url('/wp-content/uploads/logo-pet.svg');height: 60px;}
.icono-spect::before, .icono-spect-en::before {background-image: url('/wp-content/uploads/logo-spect.svg');height: 60px;}
.icono-us::before, .icono-us-en::before {  background-image: url('/wp-content/uploads/logo-us.svg');height: 60px;}
.icono-xr::before, .icono-xr-en::before {background-image: url('/wp-content/uploads/logo-xr.svg');height: 60px;}
.icono-petct::before, .icono-pet-ct::before {background-image: url('/wp-content/uploads/pet-ct.svg');height: 60px;}
.icono-petmr::before, .icono-pet-mr-en::before {background-image: url('/wp-content/uploads/pet-mr.svg');height: 60px;}
.icono-spectmr::before, .icono-spect-mr-en::before {background-image: url('/wp-content/uploads/spect-mr.svg');height: 60px;}
.modalidad-content  {display: table;width: 100%;}
.icono-modalidad{float: left;max-width: 50px;width: 50px;}
.modalidad-name{display: table-cell !important;vertical-align: middle;height: 25px;width: 100%;font-weight: bold;}
.fabricante, .modalidad, .certificado, .especialidad, .galeria-sidebar {clear: left;margin-bottom: 15px;}
.especialidad-name, .patologias-name {transition: all .15s linear;text-decoration: none !important;background: #ececec;border-radius: 4px;font-size: 13px;line-height: 17px;padding: 3px 7px;display: inline-block;margin-bottom: 6px;float: left;margin-right: 11px;}
.descripcion-referencias *{font-size: 14px;}
.referencia .titulo-sidebar {margin: 0;}
.referencia .descripcion-referencias {padding: 11px;}
.content-principal-marketplace .bloque-principal {margin-top: 10px;padding: 0px 25px 0px;}
.content-principal-marketplace .bloque-principal .titulo-principal{border-top: 1px solid #ff9103;padding-top: 10px;}
.aplicaciones-content,.patologias-content{border-bottom: 1px solid #ff9103;}
.aplicaciones-content,.patologias-content, .beneficios-content{padding: 10px 0px;float: left;width: 100%; clear: left;}
.galeria-sidebar .slick-slide img {display: block;margin: 0 auto;}
.blue-bg {background: #e2e6f9;float: left;width: 100%;padding: 15px 25px ;margin-bottom: 20px;margin-top: 15px;}
.bloque-ejemplo{margin-bottom: 30px;padding: 0px 25px;}
.sidebar-marketplace,.fichas-relacionadas {padding: 0px 25px !important;}
.marketplaces-template-default .subtitulo-marketplace, .marketplaces-template-default .subtitulo-ejemplo ,.content-principal-marketplace .bloque-principal .titulo-principal{font-size: 22px;line-height: 30px;}
.boton-popup .pop{border: 1px solid #ff9103;width: 100%;max-width: 380px;display: block;margin: 0 auto;  margin-top: 0px;text-align: center;padding: 11px;color: #1537c9;margin-top: 30px;}
.boton-popup .pop:hover{color: #ffffff;background: #ff9103;}
.img-ejemplo{display: block;max-width: 300px;margin: 25px auto 0px;}
.fichas-relacionadas .subtitulo-marketplace{margin-bottom: 10px;}
.marketplaces-template-default .enlace-link{position: absolute;width: 100%;height: 100%;top: 0;left: 0;z-index: 9999;}
.img-popup, .galeria-sidebar .slick-slide .content-slide img {box-shadow: 0px 3px 6px #2d2d2d29;border-radius: 4px;overflow: hidden;}
.marketplaces-template-default .data-target-div1 .caf-mtf-layout h3.tax-heading, .marketplaces-template-default .data-target-div1 .caf-mtf-layout h3.tax-heading i { pointer-events: initial; }
@media screen and (min-width: 768px) {
.content-principal-marketplace .bloque-principal .titulo-principal {border-top: 0px solid #ff9103;padding-top: 0px;}
.fabricante, .modalidad, .certificado, .especialidad, .galeria-sidebar {margin-bottom: 5px;}
 .marketplaces-template-default article.marketplaces{max-width: 1150px;margin: 0px auto;}
}

@media screen and (min-width: 991px) {
body.marketplaces-template-default h1, body.marketplaces-template-default h1 span {font-size: 35px;line-height: 40px;margin-bottom: 45px;margin-top: 45px;}
.marketplaces-template-default .bottom-header {box-shadow: 0px 0px 0px #cecece;}
.content-principal-marketplace .bloque-principal {margin-top: 0px;padding: 0px 11px 0px;}
.blue-bg{padding: 0px 11px 0px;}
.sidebar-marketplace, .fichas-relacionadas {padding:0px 25px 0px 11px !important;}
.marketplaces-template-default .subtitulo-marketplace, .subtitulo-ejemplo, .content-principal-marketplace .bloque-principal .titulo-principal {font-size: 30px;line-height: 35px;margin-bottom: 20px;}
.img-popup {float: left;margin-bottom: 30px;max-width: 40%;width: 100%;}
.img-ejemplo {max-width: 100%;width: 100%;margin-top: 0px;}
.img-popup .pop{margin-top: 0px;width: 100%;max-width: 100%;display: block;}
.boton-popup{float: left;width: 60%;}
.marketplaces-template-default .entry-header {margin-top: 20px;padding: 20px 14px 10px;}
.fichas-relacionadas .subtitulo-marketplace {margin-bottom: 35px;}
}
@media screen and (min-width: 1410px) {
.carousel-fichas .news__arrow_dir_left.slick-arrow {left: -36px;top: 34%;}
.carousel-fichas .news__arrow_dir_right.slick-arrow {right: -35px;top: 34%;}
}
/*FIN DETALLER MARKETPLACE*/


.sin-ofertas {float: left; width: 100%; padding: 120px 50px; text-align: center; color: #666; font-size: 22px; line-height: 24px;}

@media screen and (min-width: 991px) {
    .sin-ofertas {font-size: 31px; line-height: 40px;}
}

.error-404{max-width: 958px; margin: 0 auto; text-align: center;}
.error404 #primary{margin-top: 95px;}
.error-404 h1 {text-align: center;}

.error404 .page-content{margin-bottom: 60px;}
.error404 .enlaces-button{margin-top: 30px;}
.error404 .enlaces-button:hover {border: 1px solid #B76A06;}
.container-banner_bottom.landing span {color: #707070;font-weight: normal; font-size: 10px;	line-height: 11px;display: inline;}

/*BANNER FIJO*/
.bannerFijo{position: fixed; width: 100%; background: #000; z-index: 999; bottom: 0; padding: 20px;}
.bannerFijo .bannerFijoInner{  max-width: 990px; margin: 0 auto; width: 100%;}
.bannerFijo p{color: #fff;}
.bannerFijo .botonBannerFijo a{width: 100%; display: block; text-align: center; border: 1px solid #ff9103; color: #fff; padding: 5px;}
.bannerFijo .botonBannerFijo a:hover{background-color: #ff9103;}
/*FIN BANNER FIJO*/

/* per canviar lloc a responsive */
.referenciacentral {
	border-top: 1px solid #ff9103;
	padding: 10px 0;
	float: left;
	clear: left;
	width: 100%;
}
.solsmobil { display: block; }
.nomobil { display: none; }
@media screen and (min-width: 768px) {
.solsmobil { display: none; }
.nomobil { display: block; }
}


.wpcf7-form.submitting .wpcf7-submit {
    pointer-events: none;
    opacity: 0.5;
    cursor: not-allowed;
}