/*!
Theme Name: Ovejabeja-vol1
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ovejabeja-vol1
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 with others.

Ovejabeja-vol1 is based on Underscores https://underscores.me/, (C) 2012-2017 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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: "Muli";
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html h1,
html h2,
html h3,
html h4,
html h5,
html h6,
html p,
html a,
html span {font-family: "Muli";}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #4d4d4d;
	font-family: "Muli";
	font-size: 16px;
	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;
	font-size: 15px;
	font-size: 0.9375rem;
	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;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

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: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# 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);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .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: #4d4d4d;
    border: 1px solid #c7c7c7;
	border-radius: 3px;
    padding: 20px 20px;
    width: 100%;
    /*margin-bottom: 20px;*/
    background-color: transparent;
    font-size: 18px;
    font-weight: 300;
}

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 #c7c7c7;
	width: 100%;
    padding: 20px 20px;
    /*margin-bottom: 20px;*/
    background-color: transparent;
    font-size: 18px;
    font-weight: 300;
}

textarea {
	width: 100%;
    max-height: 100px
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {

}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/


/* 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: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	visibility: hidden;
	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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	visibility: hidden;
	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: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.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;
}
@media screen and (max-width: 550px) {
    .hentry {
        margin: 0;
    }
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
	width: 100%;
}

/* 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;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}








/*   OVEJABEJA CSS   */


/* RESET ETIQUETAS */


h1, h2, h3, h4, h5, h6, p, a {
    margin: 0;
    padding: 0;
    color: #4d4d4d;
}

h3, h4, h5, h6, p {
	margin-bottom: 15px;
}

h5 {
    font-size: 17px;
}

a {
	text-decoration: none;
}



/* ------------------------------------------ */
/* ----------------- Grid ------------------- */
/* ------------------------------------------ */

.container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

.flex-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.col-1-2, .col-1-3, .col-1-4 {
	width: 100%;
	min-height: 1px;
	clear: both;
}

.flex-col-1-2, .flex-col-1-3, .flex-col-2-3 {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

@media screen and (min-width: 576px) {
    
    .container {
        padding-left: 30px;
        padding-right: 30px;
    }
    
}

@media screen and (min-width: 768px) { 
    
    .container {
        padding-left: 50px;
        padding-right: 50px;
    }
	
	.col-1-2, .col-1-3, .col-1-4 {
		width: 48%;
		width: calc( 50% - 15px );
		float: left;
		margin-right: 15px;
		margin-left: 15px;		
	}

	.col-1-2:nth-child(odd), .col-1-3:nth-child(odd), .col-1-4:nth-child(odd) {
		clear: left;
		margin-left: 0;
	}

	.col-1-2:nth-child(even), .col-1-3:nth-child(even), .col-1-4:nth-child(even) {
		margin-right: 0;
		clear: right;
	}
	
	.flex-container {
		align-items: stretch;
	}
	
	.flex-col-1-2, .flex-col-1-3 {
		width: 50%;		
		-ms-flex-preferred-size: 50%;		
		flex-basis: 50%;
	}
	
	.flex-col-2-3:nth-child(odd) {
		-ms-flex-order: -1;
		order: -1;
	}
	
	.flex-col-2-3:nth-child(even) {
		-ms-flex-order: 1;
		order: 1;
	}
    
}

@media screen and (min-width: 992px) {
    
    .container,
	.narrow-container {
        padding-left: 70px;
        padding-right: 70px;
    }
	
	.col-1-3:nth-child(odd), .col-1-4:nth-child(odd),
	.col-1-3:nth-child(even), .col-1-4:nth-child(even) {
		margin-left: 15px;
		margin-right: 15px;
		clear: none;
	}
	
	.col-1-3 {	
		width: 31.333%;	
		width: calc( 33.333% - 20px );
	}
	
	.col-1-3:nth-child(3n+1) {
		margin-left: 0;
		clear: left;
	}
	
	.col-1-3:last-child,
	.col-1-3:nth-child(3n)  {
		margin-right: 0;
		clear: right;
	}

	.col-1-4 {
		width: 23%;	
		width: calc( 25% - 23px );
	}
	
	.col-1-4:nth-child(4n+1) {
		margin-left: 0;
		clear: left;
	}
	
	.col-1-4:last-child,
	.col-1-4:nth-child(4n)  {
		margin-right: 0;
		clear: right;
	}

    .col-2-3 {
        width: 66.666%;
        width: calc( 66.666% - 40px );
        float: left;
    }
	
	.flex-col-1-3 {
		width: 33.333%;	
		-ms-flex-preferred-size: 33.333%;	
		flex-basis: 33.333%;
	}
	
	.flex-col-2-3 {
		width: 66.666%;
		-ms-flex-preferred-size: 66.666%;
		flex-basis: 66.666%;
	}
	
	.flex-col-2-3:nth-child(odd) {
		-ms-flex-order: -1;
		order: -1;
	}
	
	.flex-col-2-3:nth-child(even) {
		-ms-flex-order: 1;
		order: 1;
	}
	
	.flex-col-2-3:nth-child(odd) {
		-ms-flex-order: 0;
		order: 0;
	}
	
	.flex-col-2-3:nth-child(even) {
		-ms-flex-order: 0;
		order: 0;
	}
    
}

@media screen and ( min-width: 1366px ) {
    
    .container {
        max-width: 1155px;
        padding-left: 0;
        padding-right: 0;
        margin-left: auto;
        margin-right: auto;
        position: relative;
    }
	
	.narrow-container {		
		max-width: 740px;
		width: 100%;
		margin-left: auto;
        margin-right: auto;		
	}
    
}



/* Estilos comunes */

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

.centrado {
    display: table;
    margin: 0 auto;
}

.texto-centrado {text-align: center;}

.padre-alineado-vertical {
	display: table;
	position: fixed;
    z-index: 999;
    right: 0;
    left: 0;
    width: 100%;
	transition: background-color .3s ease;
}

.huerfanas {
    white-space:nowrap;
}

.italic {
	font-style: italic;
}

.container-main-menu {
	display: table;
	height: 81px;
	position: relative;
    z-index: 200;
}

.clearfix {
    clear: both;
}

#primary {
	overflow: hidden;
    position: relative;
}

form {position: relative;}

p {margin-bottom: 20px;}

.bloque i:before {
	font-size: 60px;
}

.margin-top-45 {margin-top: 45px !important;}


.negrita {font-weight: 800 !important;}

.blanco {color: #fff;}

.espacio-vacio {
	height: 50px;
}

.sub-line {position: relative;}

ul.check-v li {
    display: block;
    position: relative;
    margin-bottom: 15px;
}

ul.check-v li:last-child {
    margin-bottom: 0;
}

ul.check-v li:before {
    content: '\f111';
    font-family: fontawesome;
    position: absolute;
    left: -23px;
    color: #4DADF7;
}

.mayusculas {text-transform: uppercase;}

.size-30 {font-size: 30px;}

.size-10 {font-size: 12px;}

.letter-light {font-weight: 100;}

.ancho-50x100 {width: 50%;}

.padding-lateral {
    padding-left: 30px;
    padding-right: 30px;
}


.logo-deco-der, .logo-deco-izq {
    position: relative;
}

.logo-deco-der:before, .logo-deco-izq:before {
    content: '\e909';
    position: absolute;
    font-family: 'icomoon';
    font-size: 250px;
    top: 10%;
    color: #f9f9f9;
    z-index: 0;
}

.logo-deco-der:before {
    right: -31%;
}

.logo-deco-izq:before {
	left: -31%;
}

.linea-centro {position: relative;}

.linea-centro:before {
    content: '';
    position: absolute;
    width: 3px;
    height: 98%;
    background-color: #9f9f9f;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%);
    z-index: -1;
}

.texto-resaltado-link a {
	display: block;
    position: relative;
    font-size: 14px;
    font-weight: 800;
    margin-top: 60px;
    padding-left: 100px;
    color: #4DADF7 !important;
    text-decoration: none;
    transition: 0.6s;
}

.texto-resaltado-link a:before {
	content: '\f105 \f105';
    font-family: 'fontawesome';
    font-size: 35px;
    vertical-align: middle;
    font-weight: 100;
    position: absolute;
    margin: auto;
    left: 25px;
    bottom: -55%;
    color: #4DADF7;
    transition: 0.6s;
}


.texto-resaltado-link a:hover:before {
    left: 60px;
}


.margin-top-30 {margin-top: 30px !important;}

.menu-smooth-scroll span {
	cursor: pointer;
}

.menu-smooth-scroll h4 {
	font-size: 30px !important;

}


@media screen and (max-width: 850px) {
    .check-v {
        margin: 0;
    }
}

@media screen and (max-width: 767px) {
    .check-v {
        margin: 20px;
    }
    
    .reordenar {display: grid !important;}

    .reordenar .col-1-2:nth-child(1) {order: 2;}

    .reordenar .col-1-2:nth-child(2) {order: 1;}

    .texto-resaltado-link a {
        padding-left: 50px;
	    margin-top: 30px;
	    margin-bottom: 30px;
    }

    .texto-resaltado-link a:before {
        left: 10px;
    }
}

@media screen and (max-width: 550px) {
    .logo-deco-der:before,
    .logo-deco-izq:before {
        font-size: 210px;
        top: 20%;
    }
}

@media screen and (max-width: 450px) {
    .logo-deco-der:before, .logo-deco-izq:before {
        font-size: 160px;
        top: 40%;
    }
}

@media screen and (max-width: 350px) {
    .logo-deco-der:before, .logo-deco-izq:before {
        font-size: 130px;
        top: 45%;
    }
}




/* SHORTCODES */


/* NUM ICON LOGO PARA LISTAS */

.num-icon-logo {
    font-size: 23px;
    position: relative;
    color: #fff;
    margin-bottom: 20px !important;
}

.num-icon-logo:before {
    content: '\e909';
    position: absolute;
    font-family: 'icomoon';
    color: #4DADF7;
    font-size: 40px;
    top: -13px;
    right: -42px;
    z-index: -1;
}

/*--------------------------------------------------*/
/* PAGE - HEADER									*/
/*--------------------------------------------------*/

.bloque-fh {
	width: 100%;
	height: 100vh;
	background-color: #e0ecf8;
	position: relative;
	overflow: hidden;
	margin-bottom: 150px;
}

/* Video */

.bloque-fh .video-bg-wrapper {
	position: absolute;
	/*min-height: 100%;
	min-width: 100%;
	height: auto;
	width: 177.777%;
	bottom: 50%;
	right: 50%;
	transform: translate(50%,50%);*/
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.bloque-fh .video-bg-wrapper video {
	display: block;
	right: 50%;
	bottom: 50%;
	transform: translate(50%,50%);
	min-height: 100%;
	min-width: 100%;
	width: auto;
	height: auto;
	position: absolute;
}

/* Bloque inicial full height */

/*.bloque-fh {
    position: absolute;
    top: 0;
    overflow: hidden;
    z-index: 99;
    background-color: #f1f0ee;
}*/

.bloque-fh img {
    height: 100%;
    width: 100%;
    position: absolute;
	object-fit: cover;
    bottom: 50%;
    left: 0;
    transform: translateY(50%);
}

.home .bloque-fh img {
    height: auto;
    width: auto;
	min-height: 100%;
	min-width: 100%;
	max-height: none;
	max-width: none;
    position: absolute;
    right: 50%;
    bottom: 50%;
	left: auto;
    transform: translate(50%,50%);
}

.sub-bloque-fh {margin-top: 300px;}

.no-sub-bloque-fh {margin-top: 100px;}


/* Bloque inicial full height con texto*/

.bloque-fh-text .text-box {
    position: absolute;
    right: 25%;
    top: 15%;
    width: 450px;
    min-height: 445px;
}

.bloque-fh-text .text-box p {
	position: absolute;
	text-align: right;
	z-index: 3
}

.bloque-fh-text .text-box .content {
    position: absolute;
    top: 0;
    z-index: 5;
    right: 20px;
}
 
.bloque-fh-text .text-box .content p {
    position: static;
}

.bloque-fh-text .text-box h2,
.bloque-fh-text .text-box h1 {
    font-size: 40px;
    font-weight: 300;
    max-width: 420px;
    position: relative;
    margin-bottom: 25px;
    text-align: right;
}

.bloque-fh-text .text-box h2 span {
    font-weight: 800;
}
.bloque-fh-text .text-box h2:after {
    content: '';
    width: 100px;
    height: 5px;
    position: absolute;
    bottom: -10%;
    margin: auto;
    right: 0;
    /*left: 0;*/
    background-color: #4DADF7;
}

.bloque-fh-text .text-box p.texto-subtitulo {
    max-width: 420px;
    right: 0;
    bottom: 0%;
    line-height: 1.4;
    font-weight: 600;
}

.bloque-fh-text .text-box p.texto-subtitulo span {
    display: block;
    font-size: 20px;
    font-weight: bold;
}

.bloque-fh-text .text-box p.back-text {
    line-height: 0.8;
    font-size: 180px;
    color: #d1e1f0;
    font-weight: 900;
    max-width: 400px;
    right: 0;
    opacity: 0.6;
}

.bloque-fh-text .text-box div.wpcf7 {
    position: absolute;
    top: 0;
    left: -86%;
    max-width: 350px;
}

@media screen and (max-width: 1370px) {
	.bloque-fh-text .text-box {
	    right: 10%;
	}
}

@media screen and (max-width: 1135px) {
    .bloque-fh-text .text-box p.back-text {
	    font-size: 130px;
	}
}

@media screen and (max-width: 1000px) {
    .bloque-fh:before {
	    content: '';
	    position: absolute;
	    width: 100%;
	    height: 100%;
	    background-color: rgba(255,255,255,0.8);
	    z-index: 1;
	}

	.home .bloque-fh:before {
		background-color: transparent;
	}

	.bloque-fh-text .text-box {
	    /*right: 50%;
	    top: 50%;
	    transform: translate(50%, -50%);*/
	    z-index: 10;
	    width: 800px;
		margin-top: 145px;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		top: auto;
		left: auto;
		right: auto;
	}
	
	.admin-bar .bloque-fh-text .text-box {
		margin-top: 141px;
	}
	
	.bloque-fh-text .text-box .content {
	    width: 100%;		
	}

	.bloque-fh-text .text-box p.back-text {display:none;}

	.bloque-fh-text .text-box h2 {
	    text-align: center;
    	max-width: 100%;
    	font-size: 47px;
	}

	.bloque-fh-text .text-box h2:after {left: 0;}

	.bloque-fh-text .text-box p.texto-subtitulo {
	    max-width: 100%;
    	padding: 0 20px;
	    text-align: center;
	    margin: 0 auto;
	    font-size: 18px;
		line-height: 1.4;
	}

	.bloque-fh-text .text-box div.wpcf7 {
		position: static;
	    max-width: 100%;
	    width: 100%;
	}
}

@media screen and (max-width: 755px) {
	.bloque-fh .video-bg-wrapper video {
		max-height: 100%;
	}

	.bloque-fh-text .text-box h2 {
		font-size: 40px;
    	padding: 0 40px;
	}

	.bloque-fh img {
	    height: 100%;
    	width: auto;
        top: 50%;
	    right: 50%;
	    left: auto;
	    bottom: auto;
	    transform: translate(50%,-50%);
	}

	.donnos-header-img img {
		bottom: 0;
    	transform: translate(0);
	}

	.bloque-fh-text .text-box {
		width: 100%;
	}

	.bloque-fh-text .text-box .content {
	    right: 50%;
	    top: 50%;
	    transform: translate(50%, -50%);
	}

	.bloque-fh {
		margin-bottom: 50px;
	}
}



@media screen and (max-width: 550px) {
	.bloque-fh-text .text-box h2 {
	    font-size: 35px;
    	padding-bottom: 10px;
	}

	.bloque-fh-text .text-box p.texto-subtitulo {
		font-size: 17px;
	    padding: 0 20px;
	}
}

@media screen and (max-width: 450px) {
	.bloque-fh-text .text-box h2 {
	    font-size: 35px;
	}

	.bloque-fh-text .text-box p.texto-subtitulo {
		font-size: 15px;
	}
}

@media screen and (max-width: 550px) {

}





/* Bloque */

.bloque, .bloque-fw {
    margin-bottom: 150px;
}

/* contain-col a continuación de contenido dentro de su propio bloque */

.contain-col-post-content {margin-top: 60px;}


/* contain-col contenido centrado*/

.contenido-centrado div {text-align: center;}

/* Título 1 */

.sc_titulo_1 {
    text-align: center;
    font-family: "Muli";
    font-size: 60px;
    font-weight: 200;
    margin-bottom: 65px;
    position: relative;
}

.sc_titulo_1_variacion {
	font-size: 45px;
}

.sc_titulo_1 span {
	font-weight: 900;
}

.sc_titulo_1:after, .sub-line:after {
    content: '';
    width: 100px;
    height: 3px;
    position: absolute;
    bottom: -15%;
    margin: auto;
    right: 0;
    left: 0;
    background-color: #4DADF7;
}


/* Subtítulo 1 */

.sc_subtitulo_1 {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 50px auto;
    font-weight: 600;
    font-size: 24px;
}

/* Texto 1 */

.sc_texto_1 {
	text-align: center;
    max-width: 600px;
    margin: 0 auto 25px auto;
    font-weight: 300;
}

@media screen and (max-width: 1050px) {
    .sc_texto_1 {
        margin: 30px auto 25px auto;
    }
}


/* Botón 1 */

.sc_boton_1 {
    margin: 0 auto 35px auto;
    display: table;
}

.sc_boton_1 a, 
a.sc_boton_1,
.sc_boton_1 button {
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px;
    border: 2px solid #89C8FB;
    color: #89C8FB;
    font-weight: 700;
    font-size: 17px;
    text-align: center;
    display: block;
    border-radius: 0;
    background-color: transparent;
    transition: 0.6s;
}

input.sc_boton_1 {
	text-transform: uppercase;
    text-decoration: none;
    padding: 15px 30px;
    border: 2px solid #89C8FB !important;
    color: #89C8FB !important;
    font-weight: 700;
    background: transparent;
    transition: 0.6s;
}

.sc_boton_1 a:hover, a.sc_boton_1:hover, input.sc_boton_1:hover, .sc_boton_1 button:hover {
    background-color: #89C8FB;
    color: #fff !important;
}

.sc_boton_1.boton-blanco a {
	color: #fff;
	border: 2px solid #fff;
}

.sc_boton_1.boton-blanco a:hover {
	color: #4d4d4d !important;
	border: 2px solid #4d4d4d;
	background-color: transparent;
}

@media screen and (max-width: 1050px) {
    .sc_subtitulo_1 {
        margin: 0 auto 25px auto;
    }
    
    .sc_titulo_1 {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 768px) {
    
    .sc_titulo_1 {font-size: 50px;}
    
    .sc_subtitulo_1 {
        font-size: 20px;
        padding: 0 20px;
    }
    
    .sc_texto_1 {padding: 0 20px;}
}

@media screen and (max-width: 590px) {
    
    .sc_titulo_1 {
        font-size: 40px;
    }
    
    .sc_subtitulo_1 {
        font-size: 18px;
    }
    
    .sc_texto_1 {
        font-size: 15px;
    }
    
}


/* Bloque Imagen Texto 1 */

.bloque_img_text {
    position: relative;
    display: block;
    width: 100%;
    height: 980px;
}

.bloque_img_text_img {
    position: absolute;
    top: 0;
    left: 0;
    height: 40%;
    width: 62%;
    overflow: hidden;
    z-index: 1;
}

.bloque_img_text:before {
    content: '\e909';
    position: absolute;
    font-family: 'icomoon';
    font-size: 275px;
    top: -26%;
    left: -41%;
    color: #f9f9f9;
}

.bloque_img_text_img img {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bloque_img_text_text {
    position: absolute;
    right: 0;
    top: 10%;
    width: 80%;
    background-color: #4dadf7;
    color: #fff;
    overflow: hidden;
}

.bloque_img_text_text:before {
    content: '\e909';
    position: absolute;
    font-family: 'icomoon';
    font-size: 225px;
    top: -100px;
    right: -30%;
    color: #71bdf9;
}

.bloque_img_text_text > div {
    padding: 336px 50px 50px 50px;
}

.bloque_img_text_text > div h3 {
    font-size: 13px;
    font-weight: 800;
    color: #fff;
    position: absolute;
    right: 50px;
    top: 200px;
    max-width: 300px;
}

.bloque_img_text_text > div p {
    font-size: 14px;
    font-weight: 100;
    color: #fff;
    margin-bottom: 25px;
    padding-left: 20px;
}

.bloque_img_text_text > div a {
	display: block;
	position: relative;
    font-size: 14px;
    font-weight: 800;
    margin-top: 60px;
    padding-left: 100px;
    color: #fff;
    text-decoration: none;
    transition: 0.6s;
}

.bloque_img_text_text > div a:hover {
	color: #4d4d4d;
}

.bloque_img_text_text > div a:before {
    content: '\f105 \f105';
    font-family: 'fontawesome';
    font-size: 35px;
    vertical-align: middle;
    font-weight: 100;
    position: absolute;
    margin: auto;
    left: 25px;
    bottom: -55%;
    color: #fff;
    transition: 0.6s;
}

.bloque_img_text_text > div a:hover:before {
    left: 60px;
    color: #4d4d4d;
}

.bloque_img_text_img.with-video {
	background-color: #fff;
}

.bloque_img_text_img.with-video img {	
	-webkit-transition: opacity .8s ease, -webkit-transform .8s ease;
	transition: opacity .8s ease, transform .8s ease;
}


.bloque_img_text_img.with-video:hover img {
	opacity: .5;
	-ms-transform: translate(50%, -50%) scale(1.2);
	-webkit-transform: translate(50%, -50%) scale(1.2);
	transform: translate(50%, -50%) scale(1.2);
}

.bloque_img_text_img .play-video {
	border: none;
    background: transparent;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
	z-index: 20;
}

.bloque_img_text_img .play-video i {
    position: absolute;
    bottom: 50%;
    right: 50%;
    -ms-transform: translate(50%,50%);
    -webkit-transform: translate(50%,50%);
    transform: translate(50%,50%);
    color: white;
}

.bloque .bloque_img_text_img .play-video i:before,
.bloque_img_text_img .play-video i:before {
	font-size: 80px;
}




.bloque_img_text.bloque_img_text_1_variation {
    height: 820px;
}


.bloque_img_text.bloque_img_text_1_variation .bloque_img_text_img {
    height: 48%;
    width: 55%;
}

.bloque_img_text .bloque_img_text_text > div h3 {
    max-width: 280px;
	font-size: 25px;
    top: 50px;
    margin: 0 auto;
}

.bloque_img_text.bloque_img_text_1_variation .bloque_img_text_text > div {
    padding: 235px 50px 50px 50px;
}

.bloque_img_text.bloque_img_text_1_variation .bloque_img_text_text .contain_col div:first-child {
	padding-top: 130px;
}

.bloque_img_text.bloque_img_text_1_variation .bloque_img_text_text .contain_col div:first-child p {
	text-align: right;
}

.bloque_img_text.bloque_img_text_1_variation .bloque_img_text_text p {padding: 0}


@media screen and (max-width: 1215px) {
	.bloque_img_text:before {
		top: -20%;
	}

	.bloque_img_text_text {z-index: 1;}

	.bloque_img_text_text:before {
		top: -14%;
	    right: -22%;
	    z-index: -1;
	}

	.bloque_img_text_img {z-index: 2;}
}

@media screen and (max-width: 1100px) {
	.bloque_img_text.bloque_img_text_1_variation {
	    height: 893px;
	}

	.bloque_img_text {
	    height: 1050px;
	}

	.bloque_img_text_img {
	    height: 35%;
	    width: 55%;
	}
}


@media screen and (max-width: 930px) {

	.bloque_img_text, .bloque_img_text.bloque_img_text_1_variation {
	    height: auto;
	}

	.bloque_img_text_img {
		position: relative;
	}

	.bloque_img_text_img,
	.bloque_img_text.bloque_img_text_1_variation .bloque_img_text_img {
	    height: 400px;
	    width: 100%;
	}

	.bloque_img_text_text {
	    width: 100%;
	}

	.bloque_img_text_text {
		position: static;
	}

	.bloque_img_text:before,
	.bloque_img_text_text:before {
		display: none;
	}

	.bloque_img_text_text > div,
	.bloque_img_text.bloque_img_text_1_variation .bloque_img_text_text > div {
	    padding: 100px;
	}

	.bloque_img_text.bloque_img_text_1_variation .bloque_img_text_text > div h3,
	.bloque_img_text_text > div h3 {
		max-width: 100%;
	    width: 100%;
	    position: static;
	    text-align: center;
	    margin-bottom: 50px;
	}

	.bloque_img_text_text > div h3 span {
		display: block;
	}
}


@media screen and (max-width: 767px) {

	.bloque_img_text.bloque_img_text_1_variation .bloque_img_text_text .contain_col div:first-child {
		padding: 0
	}

}



@media screen and (max-width: 678px) {

	.bloque_img_text_text > div,
	.bloque_img_text.bloque_img_text_1_variation .bloque_img_text_text > div {
	    padding: 50px;
	}

}


@media screen and (max-width: 450px) {

	.bloque_img_text_text > div,
	.bloque_img_text.bloque_img_text_1_variation .bloque_img_text_text > div {
	    padding: 25px;
	}

	.bloque_img_text_img, .bloque_img_text.bloque_img_text_1_variation .bloque_img_text_img {
	    height: 280px;
	}

	.bloque_img_text_text > div a {
		padding-left: 30px;
	}

	.bloque_img_text_text > div a:before {
		left: 0;
	}

	.bloque_img_text_text > div a:hover:before {
		left: 0;
	}

	.bloque_img_text.bloque_img_text_1_variation .bloque_img_text_text > div h3 {
		font-size: 20px;
	}

}











/* Dos columnas sin margen */

@media screen and (min-width: 768px) {
.col-m-zero .col-1-2 /*, .col-m-zero .col-1-3, .col-m-zero .col-1-4*/ {
    width: 48%;
    width: calc( 50% - 8px );
    float: left;
    margin-right: 0;
    margin-left: 0;
}

.col-m-zero .col-1-3  {
	width: 33%;
    width: calc( 33.33% - 8px );
    float: left;
    margin-right: 0;
    margin-left: 0;
}

.col-m-zero .col-1-3:nth-child(odd) {
	clear: none;
}

}

@media screen and (min-width: 768px) {
.col-m-zero .col-1-2 /*, .col-m-zero .col-1-3, .col-m-zero .col-1-4, .col-m-zero .col-2-3 */ {
    width: 48%;
    width: calc( 50% - 8px );
    float: left;
}
}

.col-m-zero .contenedor-img {
    overflow: hidden;
    height: 200px;
    position: relative;
}

.col-m-zero .col-1-2 .contenedor-img {
    height: 300px;
}

.col-m-zero .contenedor-img img {
    position: absolute;
    display: block;
    transform: translate(50%, -50%);
    top: 50%;
    right: 50%;
    width: 100%;
    height: 100vw;
    object-fit: cover;
    max-height: 100%;
	transition: 0.6s;
}

/*.col-m-zero a .contenedor-img img {
    width: 100%;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    transition: 0.6s;
}*/

.col-m-zero .contenedor-texto {
    padding-top: 45px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
}

.col-m-zero .contenedor-texto h4 {
	text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
    padding-bottom: 20px;
    margin-bottom: 30px;
    position: relative;
}

.col-m-zero .contenedor-texto h4 span {
    font-weight: 800;
}

.col-m-zero a .contenedor-texto h4:before {
    content: '';
    width: 50px;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #4DADF7;
    transition: 0.6s;
}

.content_col_m_zero_no_link .contenedor-texto h4:before {
    content: '';
    width: 50px;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #4DADF7;
} 

.col-m-zero a .contenedor-texto h4:after {
    content: '\f105';
    font-family: 'fontawesome';
    font-size: 20px;
    font-weight: 100;
    position: absolute;
    background-color: #4DADF7;
    color: #fff;
    padding: 0 12px;
    border-radius: 50%;
    right: -75px;
    top: 0px;
    opacity: 0;
    transition: 0.6s;
}

.col-m-zero a:hover .contenedor-texto h4:after {
    right: -3px;
	opacity: 1;
}

.col-m-zero a {
	text-decoration: none;
	color: #4d4d4d;
}

.col-m-zero a:hover .contenedor-img img {
    transform: translate(50%, -50%) scale(1.1);
    opacity: 0.4;
    transition: 0.6s;
}

.col-m-zero a:hover .contenedor-texto h4:before {
    width: 100%;
}

/*.col-m-zero .col-1-2 .content_col_m_zero:last-child .contenedor-texto {
    padding-bottom: 0;
}

.content_col_m_zero {    min-height: 545px;}*/



@media screen and (max-width: 1200px) {
    
    .col-m-zero .contenedor-texto {
        padding-top: 15px;
    }
    
    /*.content_col_m_zero {
        height: 450px;
    }*/
    
    .bloque, .bloque-fw {
        margin-bottom: 100px;
    }
}


@media screen and (max-width: 1050px) {
    
    .col-m-zero .contenedor-texto {padding-bottom: 15px;}
    
    /*.content_col_m_zero {
        height: 420px;
    }*/
}


@media screen and (max-width: 900px) {
    .col-m-zero .contenedor-img {
        height: 200px;
    }
    
    /*.content_col_m_zero {
        height: 370px;
    }*/
}


@media screen and (max-width: 767px) {
    .col-m-zero .contenedor-img {
        height: 200px;
    }
    
    /*.content_col_m_zero {
        height: 400px;
    }*/
    
    .bloque, .bloque-fw {
        margin-bottom: 50px;
    }
    
}


@media screen and (max-width: 520px) {
    /*.content_col_m_zero {
        height: 350px;
    }*/
    
    .col-m-zero .contenedor-img {
        height: 225px;
    }
}


@media screen and (max-width: 450px) {
    .col-m-zero .contenedor-texto h4 {
        margin-bottom: 10px;
        font-size: 17px;
    }
    
    .col-m-zero .contenedor-img {
        height: 190px;
    }
    
    /*.content_col_m_zero {
        height: 300px;
    }
    
    .col-m-zero .contenedor-texto {
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
    }
    
    .col-m-zero a .contenedor-texto h4:before,
    .content_col_m_zero_no_link .contenedor-texto h4:before {
        right: 0;
        margin: auto;
        width: 100px;
    }*/
    
    .bloque, .bloque-fw {
        margin-bottom: 35px;
    }
}

@media screen and (max-width: 350px) {
    .col-m-zero .contenedor-img {height: 150px;}
    
    /*.content_col_m_zero {height: 250px;}*/
    
    .col-m-zero .contenedor-texto h4 {font-size: 14px;}
}





/* Lista bolitas horizontal */

.container-lista-bolitas img {
	width: 100%;
    margin: 0 auto;
    display: table;
    margin-bottom: 50px;
}

.lista-bolitas {
	margin: 0;
	padding: 0;
	position: relative;
}

.lista-bolitas:before {
    content: '';
    position: absolute;
    width: 78%;
    height: 3px;
    right: 50%;
    background-color: #9f9f9f;
    transform: translate(50%);
    top: 13px;
    z-index: -1;
    display: block;
}

.lista-bolitas:after {
	display: none;
}

.lista-bolitas li {
	display: inline-block;
	text-align: center;
}

.lista-bolitas li span.titulo {
	display: block;
    text-transform: uppercase;
    font-weight: bold;
}

.lista-bolitas li span.num {
	display: inline-block;
    position: relative;
    margin-bottom: 20px;
    color: #fff;
    font-size: 20px;
}

.lista-bolitas li span.num:before {
    content: '';
    position: absolute;
    width: 45px;
    height: 45px;
    background-color: #4DADF7;
    z-index: -1;
    border-radius: 50%;
    transform: translate(50%, -50%);
    right: 50%;
    top: 50%;
}

.lista-bolitas-5 li {
	width: calc((100%/5) - 4px);
}

.lista-bolitas-4 li {
	width: calc((100%/4) - 4px);
    vertical-align: top;
}



@media screen and (max-width: 840px) {
    .lista-bolitas-5 li,
    .lista-bolitas-4 li {
	    width: 100%;
	    margin-bottom: 30px;
	}

	.lista-bolitas:before {display: none;}

	.lista-bolitas:after {
	    content: '';
	    position: absolute;
	    width: 3px;
	    height: 88%;
	    right: 50%;
	    background-color: #9f9f9f;
	    transform: translate(50%);
	    top: 13px;
	    z-index: -2;
	    display: block;
	}

	.lista-bolitas li span.titulo {
		background-color: #fff;
	}
}




















/* Testimonios */

.slider-testimonios {
    padding: 75px 0;
    background-color: #4dadf7;
}

.slider-testimonios ul {
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

.slider-testimonios ul li {
	display: block;
}

.slider-testimonios ul li p:nth-child(1) {
    color: #fff;
    max-width: 600px;
    margin: 0 auto;
    font-size: 20px;
}

.slider-testimonios ul li p:nth-child(2) {
    color: #cae7fd;
    padding-top: 40px;
    font-size: 30px;
}

.slider-testimonios ul li p:nth-child(2) i:first-child {
    margin-right: 15px;
}

.slider-testimonios ul li p:nth-child(2) i:last-child {
	transform: rotate(180deg);
    display: inline-block;
}

.slider-testimonios ul li p:nth-child(3) {
    color: #fff;
    font-weight: 100;
    margin-top: 30px;
}

.slider-testimonios .owl-nav {
    position: absolute;
    top: 40%;
    width: 80%;
    margin: auto;
    right: 0;
    left: 0;
}

.slider-testimonios .owl-nav .owl-prev {
    position: absolute;
    left: 0;
}

.slider-testimonios .owl-nav .owl-next {
    position: absolute;
    right: 0;
}

.slider-testimonios .owl-nav i {
    font-size: 35px;
	color: #fff;
}


@media screen and (max-width: 720px) {
    .slider-testimonios ul li p:nth-child(1) {
        padding: 0 20px;
        font-size: 17px;
    }
    
}

@media screen and (max-width: 520px) {
    .slider-testimonios {
        padding: 40px 0;
    }
    
    .slider-testimonios .owl-nav {
        top: 50%;
    }
}


@media screen and (max-width: 375px) {
    
    .slider-testimonios .owl-nav {
        top: 55%;
    }
}




/* Contenedor con img y svg */

.contenedor-img-svg {
    background-color: #0099a7;
    padding-bottom: 60px;
    padding-top: 60px;
}

.contenedor-img-svg .div-svg-der, .contenedor-img-svg .div-svg-izq {
	position: absolute;
    width: 100%;
    background-size: cover;
    height: 437px;
    background-position-x: 50%;
    background-position-y: 50%;
}

.contenedor-img-svg .img-izq img {
    position: absolute;
    top: 10%;
    left: -60%;
}

.contenedor-img-svg .img-der img {
    position: absolute;
    bottom: 10%;
    right: -60%;
}

.contenedor-img-svg .div-relativo {position: relative;}


.contenedor-img-svg .text-box {
    padding-top: 55px;
    padding-bottom: 100px;
}

.contenedor-img-svg .text-box h4 {
    color: #fff;
    font-weight: 500;
    font-size: 40px;
    padding-bottom: 25px;
    margin-bottom: 50px;
    position: relative;
}

.contenedor-img-svg .text-box h4:before {
    content: '';
    width: 50px;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #4DADF7;
}

.contenedor-img-svg .text-box p {
    color: #fff;
    font-weight: 100;
    font-size: 18px;
    margin-bottom: 25px;
}

.contenedor-img-svg .sc_boton_1.boton-blanco {
    margin-top: 60px;
}


@media screen and (max-width: 1100px) {
    .contenedor-img-svg .col-1-2 {
        margin: 0;
    }
    
    .contenedor-img-svg .img-izq img,
    .contenedor-img-svg .img-der img {
        top: -7%;
        left: 30%;
        width: 560px;
    }
    
    .contenedor-img-svg .container > .div-relativo:first-child > div:nth-child(2),
    .contenedor-img-svg .container > .div-relativo:last-child > div:nth-child(1){
        width: 100%;
    }
    
    .contenedor-img-svg .container > .div-relativo:last-child > div:nth-child(2) .img-der img {display: none;}
    
    .contenedor-img-svg .container > .div-relativo:first-child > div:nth-child(2) .text-box{
        padding-bottom: 30px;
    }
    
    .contenedor-img-svg .container > .div-relativo:last-child > div:nth-child(1) .text-box{
        padding-top: 0;
    }
}

@media screen and (max-width: 900px) {
    .contenedor-img-svg .img-izq img {
        left: 35%;
    }
}

@media screen and (max-width: 750px) {
    .contenedor-img-svg .img-izq img {
        left: 45%;
    }
}

@media screen and (max-width: 610px) {
    .contenedor-img-svg .img-izq img {
        display: none;
    }
    
    .contenedor-img-svg .container > .div-relativo:last-child > div:nth-child(2) .img-der img {
        display: block;
        position: static;
        width: 100%;
    }
    
    .contenedor-img-svg .container > .div-relativo:last-child {
        display: grid;
        margin-top: 20px;
    }
    .contenedor-img-svg .container > .div-relativo:last-child > div:nth-child(1){order: 2;}
    .contenedor-img-svg .container > .div-relativo:last-child > div:nth-child(2){order: 1;}
    
    .contenedor-img-svg .container > .div-relativo:last-child > div:nth-child(1) .text-box {
        padding-top: 0;
        padding-bottom: 40px;
    }
}



/* Texto bloque verde */

.texto-bloque-verde, .texto-bloque-azul {
    background-color: #4dadf7;
    padding: 60px 0;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.texto-bloque-azul {background-color: #4dadf7;}

.texto-bloque-verde:before, .texto-bloque-azul:before {
    content: '\e909';
    position: absolute;
    font-family: 'icomoon';
    font-size: 225px;
    top: 0;
    left: 0;
    color: #71BDF9;
    z-index: 0;
}

.texto-bloque-verde:after, .texto-bloque-azul:after {
    content: '\e909';
    position: absolute;
    font-family: 'icomoon';
    font-size: 225px;
    bottom: 0;
    right: 0;
    color: #71BDF9;
}

.texto-bloque-azul:before, .texto-bloque-azul:after { color:  #71BDF9; }

.texto-bloque-verde .container p, .texto-bloque-azul .container p {
	color: #fff;
    font-size: 20px;
    position: relative;
    z-index: 1;
}

.texto-bloque-verde .container p:last-child, .texto-bloque-azul .container p:last-child {margin-bottom: 0;}

.texto-bloque-verde .container p span, .texto-bloque-azul .container p span {font-weight: 800;}


@media screen and (max-width: 1235px) {
    .texto-bloque-verde:before, .texto-bloque-azul:before {
        top: 35%;
    }
    
    .texto-bloque-verde:after, .texto-bloque-azul:after {
        bottom: 35%;
    }
}

@media screen and (max-width: 950px) {
    .texto-bloque-verde:before, .texto-bloque-azul:before {
        top: 50%;
        font-size: 170px;
    }
    
    .texto-bloque-verde:after, .texto-bloque-azul:after {
        bottom: 50%;
        font-size: 170px;
    }
}

@media screen and (max-width: 650px) {
    .texto-bloque-verde:before, .texto-bloque-azul:before {
        top: 63%;
        font-size: 135px;
    }
    
    .texto-bloque-verde:after, .texto-bloque-azul:after {
        bottom: 63%;
        font-size: 135px;
    }
}

@media screen and (max-width: 450px) {
    .texto-bloque-verde:before, .texto-bloque-azul:before {
        left: -15%;
    }
    
    .texto-bloque-verde:after, .texto-bloque-azul:after {
        right: -15%;
    }
}

@media screen and (max-width: 350px) {
    .texto-bloque-verde:before, .texto-bloque-azul:before {
        top: 75%;
        font-size: 115px;
    }
    
    .texto-bloque-verde:after, .texto-bloque-azul:after {
        bottom: 75%;
        font-size: 115px;
    }
}


/* DOS COLUMNAS IMG TEXTO */

.col-2-img-text {margin-bottom: 20px;}

@media screen and (max-width: 767px) {
    .centrado-vertical {
        display: block;
    }
    
    .col-2-img-text {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media screen and (max-width: 500px) {
    
    .col-2-img-text {
        padding-left: 0;
        padding-right: 0;
    }
}


/* Foto Equipo marco circular */

.foto_equipo {margin-bottom: 50px;}

.foto_equipo .img {
    position: relative;
    margin: 0 auto;
    width: 150px;
    height: 150px;
    margin-bottom: 15px;
}

.foto_equipo .img div:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: transparent;
    z-index: 1;
    transition: 0.6s;
}

.foto_equipo .img:hover div:before {
    background-color: rgba(0,153,167,0.7);
}

.foto_equipo .img p {
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    width: 135px;
    font-size: 14px;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    opacity: 0;
    transition: 0.6s;
}

.foto_equipo .img:hover p {
	opacity: 1;
}

.foto_equipo .img:before{
    content: '';
    background-color: #4DADF7;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    top: -10px;
    left: -10px;
}

.foto_equipo .img div {
    position: relative;
    overflow: hidden;
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

.foto_equipo .img div img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.foto_equipo .text {text-align: center;}




/* Certificados */

.certificado .img {
    position: relative;
    margin: 0 auto;
    width: 150px;
    height: 210px;
    margin-bottom: 15px;
}

.certificado .img:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    background-color: #4DADF7;
    right: -8px;
    bottom: -8px;
}

.certificado .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.certificado p {text-align: center;}







/* FAQ */

.single .faq .entry-header {
    margin-top: 150px;
}

.lista-faq-por-tema {
    max-width: 800px;
    margin: 0 auto;
}

.lista-faq-por-tema .menu-acordeon {
    margin: 0 auto;
    padding: 0;
    max-width: 840px;
    padding-right: 20px;
    padding-left: 20px;
}

.lista-faq-por-tema .menu-acordeon > li:nth-child(odd) {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #EDEDED;
}

.lista-faq-por-tema .menu-acordeon > li:nth-child(even) {
    margin-left: 35px;
    margin-bottom: 35px;
}

.lista-faq-por-tema .menu-acordeon > li:nth-child(odd) a {
    display: block;
    padding-left: 35px;
    font-weight: 500;
    font-size: 18px;
    position: relative;
}

.lista-faq-por-tema .menu-acordeon > li:nth-child(odd) i:before {
    font-size: 15px;
    z-index: 2;
    position: absolute;
    left: 7px;
    top: 4px;
}

.lista-faq-por-tema .menu-acordeon > li:nth-child(odd) i:after {
	content: '';
    background-color: #89C8FB;
    position: absolute;
    width: 25px;
    height: 25px;
    left: 0;
    top: -1px;
    z-index: -1;
    border-radius: 50%;
}

.lista-faq-por-tema .menu-acordeon > li:nth-child(odd) a i.fa-minus,
.lista-faq-por-tema .menu-acordeon > li:nth-child(odd) a i.fa-plus {
    color: #fff;
}

.lista-faq-por-tema .menu-acordeon > li:nth-child(odd) a i.fa-minus {
	opacity: 0;
	transition: 0.6s;
}

.lista-faq-por-tema .menu-acordeon > li:nth-child(odd) a i.fa-plus {
	opacity: 1;
	transition: 0.6s;
}

.lista-faq-por-tema .menu-acordeon > li:nth-child(odd) a.activa i.fa-minus {
	opacity: 1;
}

.lista-faq-por-tema .menu-acordeon > li:nth-child(odd) a.activa i.fa-plus {
	opacity: 0;
}

.lista-faq-por-tema .menu-acordeon > li > ul > li {display: block;}


@media screen and (max-width: 767px) {
    .lista-faq-por-tema .menu-acordeon > li:nth-child(even) > ul {
        margin: 0;
        padding-left: 20px;
    }
}

@media screen and (max-width: 450px) {
    .lista-faq-por-tema .menu-acordeon > li:nth-child(even) > ul {
        padding-left: 0;
    }
}




/* Lista centrada numerada */

.lista-centrada-numerada {margin-bottom: 50px;}

.lista-centrada-numerada .num {
	display: inline-block;
    background-color: #4DADF7;
    color: #fff;
    border-radius: 50%;
    padding: 8px 18px;
    font-size: 20px;
}

.lista-centrada-numerada .title {
	font-size: 20px;
    max-width: 500px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative
}

.lista-centrada-numerada .text {
	max-width: 500px;
    position: relative;
    padding-bottom: 20px;
}

.lista-centrada-numerada .text:before,
.lista-centrada-numerada .title:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%);
    background-color: #fff;
    z-index: -1;
}



/* Dos columnas img y svg */

.col-2-img-svg {
	background-color: #eeeeee;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}

.col-2-img-svg:before {
    content: '';
    width: 60px;
    height: 60px;
    background-color: #fff;
    position: absolute;
    margin: auto;
    right: 0;
    left: 0;
    top: -30px;
    transform: rotate(45deg);
    z-index: 2;
}

.col-2-img-svg:after {
    content: '';
    width: 60px;
    height: 60px;
    background-color: #fff;
    position: absolute;
    margin: auto;
    right: 0;
    left: 0;
    bottom: -30px;
    transform: rotate(45deg);
}

.col-2-img-svg .linea {
    padding-top: 100px;
    padding-bottom: 100px;
}

.col-2-img-svg .linea:before {
	content: '';
    position: absolute;
    height: 100%;
    width: 3px;
    margin: auto;
    right: 0;
    left: 0;
    top: 0;
    background-color: #d2d2d2;
}

.col-2-img-svg h2 {
    text-align: center;
    font-family: "Muli";
    font-size: 60px;
    font-weight: 200;
    margin-bottom: 60px;
    position: relative;
    background-color: #eeeeee;
}

.col-2-img-svg h2 span {
    font-weight: 900;
}

/* Timeline video */

.col-2-img-svg .title .span {
    font-weight: 900;
}

.col-2-img-svg .play-video {
    text-align: center;
    position: absolute;
    bottom: 50%;
    -webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.col-2-img-svg .play-video button {
    border: none;
	background: #c1e4fd;
    border-radius: 50%;
    position: relative;
    z-index: 2;
}

@keyframes pulse_animation {
    0% { transform: scale(1); }
    30% { transform: scale(1); }
    40% { transform: scale(1.08); }
    50% { transform: scale(1); }
    60% { transform: scale(1); }
    70% { transform: scale(1.05); }
    80% { transform: scale(1); }
    100% { transform: scale(1); }
}

.pulse {
    animation-name: pulse_animation;
    animation-duration: 5000ms;
    transform-origin:70% 70%;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.col-2-img-svg .play-video button i {
    font-size: 60px;
    color: #4DADF7;
}

#timeline-video-ligthbox {
	background-color: rgba(0,0,0,.8);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
	z-index: 1100;
}

#timeline-video-ligthbox--close {
	position: fixed;
	top: 20px;
	right: 20px;
	z-index: 1200;
	border: 0;
	background: transparent;
	font-size: 20px;
	color: white;
}

#timeline-video-ligthbox .iframe-wrapper {
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	bottom: 50%;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
	width: 960px;
	max-width: 100%;	
}

#timeline-video-ligthbox .iframe-wrapper-height {
	width: 100%;
	padding-bottom: 56.25%;
}

#timeline-video-ligthbox .iframe-wrapper iframe {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 100%;
}

.col-2-img-svg .texto-der-img-svg-izq,
.col-2-img-svg .texto-izq-img-svg-der {
	margin-bottom: 90px;
	position: relative;
}

.col-2-img-svg .texto-der-img-svg-izq .img-der {
    width: 90%;
    margin-left: 10%;
	position: relative;
}

.col-2-img-svg .texto-izq-img-svg-der .img-izq {
	width: 90%;
    margin-right: : 10%;
	position: relative;
}

.col-2-img-svg .linea .container > div:last-child {
	margin-bottom: 0;
}

.col-2-img-svg .texto-der-img-svg-izq .text-container {
	padding-right: 15%;
}

.col-2-img-svg .texto-izq-img-svg-der .text-container {
	padding-left: 15%;
}

.col-2-img-svg .texto-der-img-svg-izq .div-svg {
	margin-left: 15%;
}

.col-2-img-svg .texto-izq-img-svg-der .div-svg {
	margin-right: 15%;
}

.col-2-img-svg .text-container h3 {
    margin-bottom: 15px;
    padding-bottom: 10px;
    position: relative;
}

.col-2-img-svg .text-container h3:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 40px;
	height: 3px;
	background-color: #4DADF7;
}

.col-2-img-svg .texto-der-img-svg-izq .num,
.col-2-img-svg .texto-izq-img-svg-der .num {
    position: absolute;
    top: 50%;
    right: 50%;
    width: 70px;
    height: 70px;
    transform: translate(50%,-50%);
    background-color: #88c9fa;
    border-radius: 50%;
}

.col-2-img-svg .texto-der-img-svg-izq .num p,
.col-2-img-svg .texto-izq-img-svg-der .num p {
    position: absolute;
    margin: 0;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);
    color: #fff;
    font-size: 35px;
    font-weight: 700;
}

.col-2-img-svg .div-svg {
    width: 100%;
    background-size: cover;
    background-position: center;
}



@media screen and (max-width: 767px) {
    .texto-izq-img-svg-der .centrado-vertical {display: grid;}
    
    .texto-izq-img-svg-der .centrado-vertical .col-1-2:nth-child(1) {
        order: 2;
    }
    
    .texto-izq-img-svg-der .centrado-vertical .col-1-2:nth-child(2) {
        order: 1;
    }
    
    .col-2-img-svg .texto-der-img-svg-izq,
    .col-2-img-svg .texto-izq-img-svg-der {
        padding-top: 55px;
    }
    
    .col-2-img-svg .texto-der-img-svg-izq .num, 
    .col-2-img-svg .texto-izq-img-svg-der .num {top: 0;}
    
    .col-2-img-svg .texto-der-img-svg-izq .text-container,
    .col-2-img-svg .texto-izq-img-svg-der .text-container {
        padding: 0;
        background-color: #eeeeee;
    }
    
    .col-2-img-svg .texto-der-img-svg-izq .img-der,
    .col-2-img-svg .texto-izq-img-svg-der .img-izq {
        width: 100%;
        margin: 0;
    }
}

@media screen and (max-width: 450px) {
    .col-2-img-svg {margin-top: 30px;}
}




/* Iconos centrados */

.iconos-centrados p {
	max-width: 275px;
}


/* ASISTENTE */

/*.bloque-asistente .pointer {
	cursor: pointer;
}

.bloque-asistente {position: relative;}

.bloque-asistente > div.container {position: relative;}

.bloque-asistente .opcion-asistente {
	position: absolute;
	width: 100%;
	opacity: 0;
	z-index: -1;
}

.bloque-asistente #opcion-1 {
	position: static;
	opacity: 1;
}


.bloque-asistente:before {
    content: '\e909';
    position: absolute;
    font-family: 'icomoon';
    font-size: 450px;
    margin: auto;
    top: 35%;
    right: 50%;
    transform: translate(50%, -31%);
    color: #f9f9f9;
}

.bloque-asistente .contain_col {
    max-width: 700px;
    margin: 0 auto;
}

.bloque-asistente h2.sc_titulo_1 {
	font-size: 50px;
	margin-bottom: 30px;
}

.bloque-asistente h3.sc_subtitulo_1  {
	font-size: 50px;
	margin: 0 auto 30px;
	font-size: 16px;
}

.opcion-asistente .contain_col p {
	text-align: center;
	font-size: 18px;
    max-width: 400px;
    margin: 0 auto;
    position: relative;
}

.opcion-asistente .contain_col p:after {
	content: ""; 
  	position: absolute; 
	top: 0; 
	right: 0; 
	bottom: 0; 
	left: 0;
}
.opcion-asistente .contain_col p.no-after:after {display: none;}

.opcion-asistente .contain_col p a {display: block;}

.opcion-asistente .contain_col p a:after {
	content: ""; 
  	position: absolute; 
	top: 0; 
	right: 0; 
	bottom: 0; 
	left: 0;
}

.opcion-asistente .contain_col p a object.flag embed {
	max-width: 50%;
}

.opcion-asistente .contain_col p img {
	max-width: 220px;
}

.opcion-asistente ul {
    margin: 33px auto;
    padding: 0;
    display: table;
}

.opcion-asistente ul li {
    display: inline-block;
    margin-right: 35px;
    position: relative;
}

.opcion-asistente ul li:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 2px;
    background-color: #d4d4d4;
    left: 100%;
    margin: auto;
    top: 0;
    bottom: 0;
	transition: 0.3s;
}

.opcion-asistente ul li:last-child {
	margin-right: 0;
}

.opcion-asistente ul li:last-child:before {
	display: none;
}

.opcion-asistente ul li span {
	color: #d4d4d4;
	border: 2px solid #d4d4d4;
	border-radius: 50%;
	font-size: 14px;
	background-color: #fff;
	transition: 0.6s;
	width: 40px;
	text-align: center;
	height: 40px;
	vertical-align: middle;
	display: table-cell;
}

.opcion-asistente ul li span.seleccionable {
	cursor: pointer;
}

.opcion-asistente ul li span.seleccionable:hover {
	color: #4DADF7;
	border: 3px solid #4DADF7;
}

.opcion-asistente ul li span.activo {
	color: #4DADF7;
	border: 3px solid #4DADF7;
}

.opcion-asistente .contain_col .pointer {
    position: relative;
}

.opcion-asistente .contain_col .pointer object {
    position: absolute;
    right: 50%;
    top: -50px;
    transform: translate(50%);
}

.opcion-asistente .contain_col .pointer object embed {
    max-width: 70% !important;
}

.opcion-asistente .contain_col .pointer span {
    position: absolute;
    bottom: 0;
    right: 50%;
    transform: translate(50%);
}




#opcion-m-lesbi div.col-1-2 > p,
#opcion-h-m-hetero div.col-1-4 > p,
#opcion-m-solter div.col-1-3 > p,
#opcion-h-gay-soltero div.col-1-3 > p {display: block;}

.asistente-ilaya {
	margin-bottom: 60px;
}




@media screen and (max-width: 767px) {
    .bloque-asistente .contain_col {
	    display: flex;
	}
}*/



/*--------------------------------------------------*/
/* GENERAL											*/
/*--------------------------------------------------*/

.noscroll {
	overflow-y: hidden;
}

/*--------------------------------------------------*/
/* HEADER											*/
/*--------------------------------------------------*/

header.site-header {background-color: #fff;}

.site-branding {
    display: table-cell;
    vertical-align: middle;
    width: 190px;
    position: relative;
}

.site-branding a {
    display: block;
    z-index: 99999;
}

.site-branding img {
    max-width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.custom-logo-link {
	opacity: 1;
}

.home .custom-logo-link {
	opacity: 0;
	transition: opacity .3s ease;
}

.sidebar-logo-main-menu {
	display: none;
    position: absolute;
    top: 8px;
	transition: opacity .3s ease;
    z-index: -1;
}

.home .sidebar-logo-main-menu {
	display: block;
    position: absolute;
    top: 8px;
	transition: opacity .3s ease;
    z-index: -1;
}

/*--------------------------------------------------*/
/* ALTERNATIVE HEADER								*/
/*--------------------------------------------------*/

.header-dark .main-navigation li a {
	color: #4d4d4d;
}

.header-dark .padre-alineado-vertical {
	background-color: rgba(255,255,255,0.5);
}

.header-dark .sidebar-logo-main-menu {
	opacity: 0;
	display: none;
}

.header-dark .custom-logo-link {
	opacity: 1;
	display: block;
}

.header-dark .menu-idioma  {
	/*display: none;
	 top: auto !important; */
	position: relative;
	z-index: 200;
}

/*--------------------------------------------------*/
/* MAIN MENU 										*/
/*--------------------------------------------------*/

.main-navigation ul {
	list-style: none;
	padding-left: 0;
    display: table;
	margin: 0 55px 0 auto;
}

.main-navigation li {
	float: left;
	position: relative;
    z-index: 100;
}

/* Toggle button */

.menu-toggle {
	display: none;
	line-height: 40px;
	height: 40px;
	width: 40px;
	position: absolute;
	z-index: 300;
	border-radius: 50%;
	background-color: #4dadf7;	
	border: 0;
	outline: 0;
	right: 144px;
    top: 13px;
}

.menu-toggle .hamburger-inner,
.menu-toggle .hamburger-inner:after,
.menu-toggle .hamburger-inner:before {
	width: 24px;
	height: 4px;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	transition-timing-function: ease;
	transition-duration: .15s;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform;
	border-radius: 4px;
	background-color: white;
	left: 0;
	right: 0;
}

.menu-toggle .hamburger-inner {
	top: 50%;
	display: block;
	margin-top: -2px;
}

.menu-toggle .hamburger-inner:after,
.menu-toggle .hamburger-inner:before {
	display: block;
	content: '';
}

.menu-toggle.hamburger--spin .hamburger-inner {
	transition-timing-function: cubic-bezier(.55,.055,.675,.19);
	transition-duration: .3s;
}

.menu-toggle.hamburger--spin.is-active .hamburger-inner {
	transition-delay: .14s;
	transition-timing-function: cubic-bezier(.215,.61,.355,1);
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}

.menu-toggle .hamburger-inner:before {
	top: -8px;
}

.menu-toggle.hamburger--spin .hamburger-inner:before {
	transition: top .1s .34s ease-in,opacity .1s ease-in;
}

.menu-toggle.hamburger--spin.is-active .hamburger-inner:before {
	top: 0;
	transition: top .1s ease-out,opacity .1s .14s ease-out;
	opacity: 0;
}

.menu-toggle .hamburger-inner:after {
	bottom: -8px;
}

.menu-toggle.hamburger--spin .hamburger-inner:after {
	transition: bottom .1s .34s ease-in,-webkit-transform .3s cubic-bezier(.55,.055,.675,.19);
	transition: bottom .1s .34s ease-in,transform .3s cubic-bezier(.55,.055,.675,.19);
	transition: bottom .1s .34s ease-in,transform .3s cubic-bezier(.55,.055,.675,.19),-webkit-transform .3s cubic-bezier(.55,.055,.675,.19);
}

.menu-toggle.hamburger--spin.is-active .hamburger-inner:after {
	bottom: 0;
	transition: bottom .1s ease-out,-webkit-transform .3s .14s cubic-bezier(.215,.61,.355,1);
	transition: bottom .1s ease-out,transform .3s .14s cubic-bezier(.215,.61,.355,1);
	transition: bottom .1s ease-out,transform .3s .14s cubic-bezier(.215,.61,.355,1),-webkit-transform .3s .14s cubic-bezier(.215,.61,.355,1);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

/* Links */

.main-navigation a {
	display: block;
	text-decoration: none;
	padding: 30px 15px 30px 15px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
	transition: color .3s ease;
}

.main-navigation a {
	color: #4d4d4d;
}

.home .main-navigation a {
	color: #fff;
}

.home .main-navigation .sub-menu a {
	color: #4d4d4d;
}




.main-navigation > li:first-child a { padding-left: 0;}

.main-navigation > li:last-child a { padding-right: 0;}

/* Submenu */

.main-navigation ul ul {
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

/*.main-navigation ul li:hover > ul,*/
.main-navigation ul li.focus > ul {
	left: auto;
}

/*.main-navigation ul ul li:hover > ul,*/
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul li {
	border-bottom: 1px solid #ccc;
}

.main-navigation ul ul li:last-child {
	border-bottom: 0;
}

/* Submenu links */

.main-navigation .menu-item-has-children:after {
	content: "\e90b";
	font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	margin-left: 5px;
    color: #89C8FB;
    font-size: 18px;
    position: absolute;
    right: 3px;
    top: 30px;
    display: inline-block;
}

.main-navigation .menu-item-has-children > a {
	padding-right: 28px;
}

.main-navigation ul ul a {
	width: 200px;
	background-color: #E9E8E4;
	color: #4d4d4d;
    padding: 10px 20px 8px;
	transition: background-color .3s ease;
}

.header-dark .main-navigation ul ul a {
	background-color: #F1F0EE;
}

.main-navigation ul ul .focus a {
	background-color: white;
}

.header-dark .main-navigation ul ul .focus a {
	background-color: #E9E8E4;
}

/*--------------------------------------------------*/
/* TOOLBAR											*/
/*--------------------------------------------------*/

/* General */

.menu-idioma {
	display: none;
	background-color: #EDEDED;
	position: fixed;
	top: 100%;
	left: 0;
	right: 0;
}

.menu-idioma > .container {
	height: 28px;
}

.menu-idioma > .container:before {
	content: '\e9fe';
	font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	display: block;
	position: absolute;
    right: 0;
    bottom: -40px;
    z-index: 10;
    font-size: 50px;
    color: #EDEDED;
}

.menu-idioma > .container:after {
	content: "";
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #DADADA;
    position: absolute;
    right: 141px;
    bottom: -7px;
    z-index: 20;
}

.language-selector,
.language-selector ul,
.language-selector li,
.assistant-container ul,
.assistant-container li {
	display: block;
	padding: 0;
	margin: 0;
}

/* Asistente */

.assistant-container a,
.assistant-container a .question-mark,
.assistant-container a .question-mark:after {
	display: block;
	line-height: 40px;
	height: 40px;
    width: 40px;
	border-radius: 50%;
}

.assistant-container a {    
    position: absolute;
	right: 65px;
    bottom: -45px;
    z-index: 20;
    padding: 10px 10px 20px;
    box-sizing: content-box;
}

.assistant-container a .question-mark {
	position: relative;
	overflow: hidden;
	background-color: #89C8FB;
}

.assistant-container a .question-mark:after {
	content: "?";
	font-weight: 900;	
	text-align: center; 
	color: white;
	font-size: 30px;
	position: absolute;
    top: 100%;
	transition: top .5s ease, opacity .5s ease;
	opacity: 0;
}

.assistant-container a.focus .question-mark:after {
	top: 0;
	opacity: 1;
}

.assistant-container a:after {
   content: attr(title);
   display: block;
   position: absolute;
   top: 90%;
   opacity: 0;
   right: 50%;
   -webkit-transform: translateX(50%);
   -ms-transform: translateX(50%);
   transform: translateX(50%);
   background-color: #EDEDED;
   color: #4d4d4d;
   border-radius: 10px;
   line-height:1;
   padding: 5px 10px 4px;
   text-transform: uppercase;
   font-size: 10px;
   letter-spacing: 1px;
   font-weight: 600;
   transition: top .5s ease, opacity .5s ease;
   z-index: -1;
}

.assistant-container a.focus:after {
	top: 100%;
	opacity: 1;
}

/* Idioma */

.language-selector {
	position: absolute;
    right: 0;
    top: 3px;
    z-index: 20;
}

.home .language-selector .non-active a {
	color: #fff;
}

.header-dark .language-selector .non-active a, 
.home .header-dark .language-selector .non-active a {
	color: #4d4d4d;
}

.language-selector a.active,
.language-selector .non-active a span {
	display: inline-block;
    text-align: center;
    border-radius: 50%;
    background-color: #BBB;
    color: #EDEDED;
    font-weight: 800;
    font-size: 13px;
    text-transform: uppercase;
	transition: color .3s ease;
}

.language-selector  a.active:hover,
.language-selector .non-active a:hover span {
	color: #fff;
	background-color: #4dadf7;
}

.language-selector a.active {
	width: 34px;
    height: 34px;
    line-height: 34px;
	background-color: #4dadf7;
}

.language-selector .non-active {
	position: absolute;
    top: 90%;
	opacity: 0;
	transition: opacity .5s ease, top .5s ease;
	padding: 5px;
	pointer-events: none;	
}

.language-selector > li {
	padding: 18px 10px 26px;
}

.language-selector li.focus .non-active {
    top: 100%;
	opacity: 1;
	pointer-events: auto;
}

.language-selector .non-active a {
	padding: 3px 0;
    white-space: nowrap;
    display: block;
}

.language-selector .non-active a span {
	width: 26px;
    height: 26px;
    line-height: 26px;
	font-size: 11px;
	background-color: #BBB;
	transition: background-color .2s ease, color .2s ease;
}

.language-selector .non-active a:after {
	content: " " attr(title);
	line-height: 26px;
	vertical-align: middle;
	font-size: 11px;
	margin-left: 5px;
}



/* Botón contact fixed y formulario sidebar*/

/*.widget_custom_html.sidebar-right {display: none;}

.button-contact-fixed {display: none;}

#boton-cerrar {display: none;}*/

.widget_custom_html.sidebar-right {
	display: block;
	position: relative;
    z-index: 999;
}

.widget_custom_html.sidebar-right .textwidget.custom-html-widget {
	padding: 50px 60px 100px;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(240, 240, 240, 0.9);
    top: 0px;
    z-index: 0;
    overflow-y: scroll;
    right: 100%;
}

div#wpcf7-f2650-o1 {
	max-width: 960px;
	margin: 140px auto 0;
}

.admin-bar .widget_custom_html.sidebar-right .textwidget.custom-html-widget {
	top: 113px;
}

.button-contact-fixed {
	display: block;
    position: relative;
    width: 100%;
	height: 0;
}

.button-contact-fixed aside {
    margin: 0;
    position: fixed;
    z-index: 999;
	right: auto;
	left: 0;
	bottom: 50px;
	height: 57px;
	display: none;
}

.button-contact-fixed aside ul {
    margin: 0;
    padding: 0;
}

.button-contact-fixed aside ul li {
    display: block;
}

.button-contact-fixed aside ul li a {
    display: block;
    color: #fff;
    background-color: #4DADF7;
    padding: 10px 20px 10px 15px;
    font-size: 25px;
    border-radius: 0 50% 50% 0;
}

#boton-cerrar {
	display: inline-block;
    position: fixed;
    right: -90px;
    top: 70px;
    color: #fff;
    background-color: #4DADF7;
    padding: 14px 18px;
    font-size: 20px;
	z-index: 100;
    border-radius: 50%;
    border: none;
}


@media screen and (max-width: 1199px) {

	.button-contact-fixed {
		display: block;
	    position: relative;
	    width: 100%;
	}

	.button-contact-fixed aside {
	    margin: 0;
	    position: fixed;
	    z-index: 999;
		right: auto;
		left: 0;
		top: auto;
	}
	
	.admin-bar .button-contact-fixed aside {
		top: 141px;
	}
	
	.button-contact-fixed aside ul {
	    margin: 0;
	    padding: 0;
	}

	.button-contact-fixed aside ul li {
	    display: block;
	}

	.button-contact-fixed aside ul li a {
	    display: block;
	    color: #fff;
	    background-color: #4DADF7;
	    padding: 10px 20px 10px 15px;
	    font-size: 25px;
	    border-radius: 0 50% 50% 0;
	}

	#boton-cerrar {
		top: 109px;
	}
	
	.admin-bar #boton-cerrar {
		top: 141px;
	}

	.widget_custom_html.sidebar-right {
		display: table;
		position: relative;
	    z-index: 998;
	}

	.widget_custom_html.sidebar-right .textwidget.custom-html-widget {
	    
	}
	
	.admin-bar .widget_custom_html.sidebar-right .textwidget.custom-html-widget {
		top: 141px;
	}
	
}

@media screen and (max-width: 782px) {

	.admin-bar .widget_custom_html.sidebar-right .textwidget.custom-html-widget {
		top: 155px;
	}
	
	.admin-bar #boton-cerrar {
		top: 155px;
	}
	
	.admin-bar .button-contact-fixed aside {
		top: 155px;
	}
	
}

@media screen and (max-width: 700px) {
	.button-contact-fixed aside ul li a {
	    padding: 10px 15px 10px 10px;
	}

	#boton-cerrar {
	    padding: 14px 13px 14px 18px;
	}
	
	
	
}


/*@media screen and (max-width: 575px) {
	.button-contact-fixed aside {
		right: auto;
		left: 0;
		top: 89px;
	}

	.button-contact-fixed aside ul li a {
	    border-radius: 0 50% 50% 0;
	    padding: 10px 15px 10px 10px;
	}
}*/

@media screen and (max-width: 449px) {
	
	.widget_custom_html.sidebar-right .textwidget.custom-html-widget {
		top: 28px;
		padding: 65px 40px 100px 40px;
	}
	
	.admin-bar .widget_custom_html.sidebar-right .textwidget.custom-html-widget {
		top: 74px;
	}
	
	
}





/*--------------------------------------------------*/
/* RESPONSIVE HEADER								*/
/*--------------------------------------------------*/

@media screen and (max-width: 1365px) {
		
	/* Selector idioma */
	
	.language-selector li:after {
		content: "";
		display: block;
		clear: both;
		float: none;
	}
	
	.language-selector li .non-active {
		right: 7px;
		width: 200px;
	}
	
	.language-selector .non-active a span  {
		float: right;
		clear: right;
	}
	
	.language-selector .non-active a:after {
		float: right;
		margin-left: 0;
		margin-right: 3px;
	}
	
}

@media screen and (max-width: 1199px) {
	
	/*--------------------------------------------------*/
	/* MAIN MENU										*/
	/*--------------------------------------------------*/
	
	.menu-main-menu-fr-container,
	.menu-main-menu-es-container,
	.menu-main-menu-container {
		display: none;
		position: fixed;
		left: 0;
		right: 0;
		top: 87px;
		bottom: 0;
		background-color: #fff;
		border-top: 1px solid #EDEDED;
		overflow-y: scroll;
	}
	
	.admin-bar .menu-main-menu-fr-container,
	.admin-bar .menu-main-menu-es-container,
	.admin-bar .menu-main-menu-container {
		top: 141px;
	}
	
	.main-navigation ul {
		margin: 0 auto;
		width: 100%;
		text-align: center;
	}
	
	.menu-main-menu-fr-container > ul,
	.menu-main-menu-es-container > ul,
	.menu-main-menu-container > ul {
		-webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.05);
		-moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.05);
		box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.05);
	}
	
	.main-navigation li {
		float: none;
		width: 100%;
		display: block;
		border-bottom: 1px solid #EDEDED;
	}
	
	/* Links */
	
	.main-navigation a {
		font-size: 20px;
		font-weight: 400;
		color: #4d4d4d;
		padding: 20px 15px 20px 15px;
	}
	
	/* Submenu */
	
	.main-navigation .menu-item-has-children:after {
		position: absolute;
		width: 70px;
		height: 70px;
		right: 0;
		top: 0;
		background: #DADADA;
		color: #fff;
		font-size: 40px;
		line-height: 70px;
	}
	
	.main-navigation .menu-item-has-children.focus:after {
		transform: rotate( 180deg );
	}
	
	.main-navigation .menu-item-has-children > a {
		width: calc( 100% - 70px );
		padding-right: 15px;
		padding-left: 85px;
	}
	
	.main-navigation ul ul {
		display: none;
		float: none;
		position: static;
	}
	
	.main-navigation ul ul a {
		width: auto;
		padding: 20px 15px 20px 15px;
	}
	
	/* Magic line */
	
	.main-navigation li.ovejabeja-magic-line {
		display: none;
	}
	
	/* Toggle button */
	
	.menu-toggle {
		display: block;
	}
	
	/*--------------------------------------------------*/
	/* TOOLBAR											*/
	/*--------------------------------------------------*/
	
	.menu-idioma {
		display: block;
		/*top: auto !important;*/
		position: relative;
		z-index: 200;
	}
	
	.menu-idioma > .container:after {
		content: none;
	}
	
	.menu-idioma > .container:before {
		right: 70px;
	}
	
	/* Asistente */
	
	/*.assistant-container a,
	.assistant-container a .question-mark,
	.assistant-container a .question-mark:after {
		display: block;
		line-height: 18px;
		width: 18px;
		height: 18px;
		border-radius: 50%;
	}
	
	.assistant-container a {
		right: 201px;
		bottom: -25px;
		padding-bottom: 16px;
	}
	
	.assistant-container a:after {
		margin-right: 30px;
	}
	
	.assistant-container a .question-mark:after {
		font-size: 17px;
	}*/
	
	/* Selector idioma */
	
	.language-selector {
		right: 73px;
		top: -27px;
	}
	
	.language-selector > li {
		padding: 10px 10px 18px
	}
	
	.language-selector li:after {
		content: "";
		display: block;
		clear: both;
		float: none;
	}
	
}

@media screen and (max-width: 991px) {
	
	/* Toggle button */
	
	.menu-toggle {
		right: 124px;
	}
	
	/* Main menu */
	
	.main-navigation a {
		font-size: 16px;
		font-weight: 600;
		padding: 15px 10px 15px 10px;
	}
	
	.main-navigation .menu-item-has-children:after {
		width: 54px;
		height: 54px;
		line-height: 54px;
		font-size: 28px;
	}
	
	/* Toolbar */
	
	.menu-idioma > .container:before {
		right: 50px;
	}
	
	/* Asistente */
	
	.assistant-container a {
		right: 181px;
	}
	
	/* Selector idioma */
	
	.language-selector {
		right: 53px;
	}
}

@media screen and (max-width: 782px) {
	
	.admin-bar .menu-main-menu-fr-container,
	.admin-bar .menu-main-menu-es-container,
	.admin-bar .menu-main-menu-container {
		top: 135px;
	}
	
}

@media screen and (max-width: 767px) {
	
	/* Toggle button */
	
	.menu-toggle {
		right: 104px;
	}
	
	/* Toolbar */
	
	.menu-idioma > .container:before {
		right: 30px;
	}
	
	/* Asistente */
	
	.assistant-container a {
		right: 161px;
	}
	
	/* Selector idioma */
	
	.language-selector {
		right: 33px;
	}
	
}

@media screen and (max-width: 575px) {
	
	/* Toggle button */
	
	.menu-toggle {
		right: 74px;
	}
	
	/* Toolbar */
	
	.menu-idioma > .container:before {
		right: 0;
	}
	
	/* Asistente */
	
	.assistant-container a {
		right: 131px;
	}
	
	/* Selector idioma */
	
	.language-selector {
		right: 3px;
	}
	
}

@media screen and (max-width: 449px) {
	
	.header-dark .padre-alineado-vertical {
		background-color: transparent;
	}
	
	.header-dark.menu-is-toggled .padre-alineado-vertical {
		background-color: white;
	}
	
	/* Logo */
	
	.site-branding {
		display: none;
	}
	
	.menu-is-toggled  .site-branding {
		display: table-cell;;
	}
	
}

/*--------------------------------------------------*/
/* POSTS											*/
/*--------------------------------------------------*/

.entry-title {
    text-align: center;
}


/* HEADER ASSISTANT TEMPLATE Y BLOG */

.page-template-contact-page .site-branding h1 > a,
.page-template-assistant-page .site-branding h1 > a, 
.blog .site-branding h1 > a, 
.post-template-default .site-branding h1 > a {opacity: 1 !important;}

.page-template-contact-page .site-branding h1 > aside,
.page-template-assistant-page .site-branding h1 > aside, 
.blog .site-branding h1 > aside, 
.post-template-default .site-branding h1 > aside {display: none !important;}

.page-template-contact-page .main-navigation li a,
.page-template-assistant-page .main-navigation li a, 
.blog .main-navigation li a, 
.post-template-default .main-navigation li a {color: #4d4d4d !important;}


.page-template-contact-page .padre-alineado-vertical {background-color: #fff;}

/* Blog */

.cont-posts {padding-top: 50px;}

.blog header.entry-header h2 {
    text-align: left;
    margin-top: 40px;
    font-size: 21px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
}

.blog header.entry-header h2:before {
    content: '';
    background-color: #4DADF7;
    position: absolute;
    width: 40px;
    height: 3px;
    bottom: 0;
}

.blog a.sc_boton_1 {
    padding: 12px 45px;
    display: inline-block;
}

.blog .excerpt p {min-height: 48px;}

.blog article {
    margin-bottom: 50px;
    position: relative;
    height: 650px;
}

.blog article footer {
    position: absolute;
    bottom: 0;
}

.blog #primary:before {
    content: '\e909';
    position: absolute;
    font-family: 'icomoon';
    font-size: 275px;
    top: 19%;
    right: -3%;
    color: #f9f9f9;
    z-index: -1;
}

.blog #primary:after {
    content: '\e909';
    position: absolute;
    font-family: 'icomoon';
    font-size: 275px;
    bottom: 6%;
    left: -5%;
    color: #f9f9f9;
    z-index: -1;
}

.page-numbers {
	margin: 0 auto 25px auto;
    padding: 0;
    display: table;
}

.page-numbers li {
    display: inline-block;
}

.page-numbers a, .page-numbers span {
    padding: 5px 10px;
    background-color: #89C8FB;
    color: #fff;
    margin-bottom: 0;
    transition: 0.6s;
}

.page-numbers a:hover {
    background-color: #4DADF7;
    cursor: pointer;
}

.page-numbers span.current {
	background-color: #4DADF7;
}


@media screen and (max-width: 767px) {
    .blog article {height: auto;}
    
    .blog article footer {
        position: static;
        margin-top: 30px;
    }
}




/* Single post */

.single-post .columna-sidebar-post {
    padding-left: 50px;
}

.single-post .cont-col-single-post-2 {
	margin-top: 30px;
}

.single-post article {padding-top: 50px;}

.single-post article header.entry-header {
    width: 100%;
}

.single-post article .thumbnail-single-post {
    position: absolute;
    right: 0;
    width: 40%;
    height: 432px;
    overflow: hidden;
}

.single-post article .thumbnail-single-post img {
    position: absolute;
    display: block;
    transform: translate(50%, -50%);
    top: 50%;
    right: 50%;
    height: 100vw;
    object-fit: cover;
    max-height: 100%;
}

.single-post article .entry-content {
    clear: left;
    margin-top: 0;
}

.single-post article header.entry-header h1 {
	padding-bottom: 75px;
    margin-bottom: 15px;
    position: relative;
    text-align: left;
    font-size: 70px;
    line-height: 1em;
}

.single-post article header.entry-header h1:before {
    content: '';
    background-color: #4DADF7;
    position: absolute;
    width: 50%;
    height: 3px;
    bottom: 0;
}

.single-post article header.entry-header h1:after {
    content: '\e909';
    position: absolute;
    font-family: 'icomoon';
    font-size: 275px;
    top: 25%;
    left: -45%;
    color: #f9f9f9;
    z-index: -1;
}

.single-post article header.entry-header .entry-meta {
    display: block;
    margin-bottom: 15px;
    padding-bottom: 5px;
}

.single-post article header.entry-header .entry-meta .posted-on a,
.single-post article header.entry-header .entry-meta .byline a {
    font-size: 18px;
    font-weight: 500;
}

.single-post .sidebar-rrss a {
position: relative;
    width: 45px;
    height: 45px;
    background-color: #4d4d4d;
    display: inline-block;
    margin-right: 10px;
    border-radius: 50%;
}

.single-post .sidebar-rrss a i {
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translate(50%, -50%);
	color: #fff;
}


.single-post .navigation.post-navigation .nav-links .nav-previous {
    float: left;
}

.single-post .navigation.post-navigation .nav-links .nav-next {
    float: right;
}


.single-post .navigation.post-navigation .nav-links .nav-previous,
.single-post .navigation.post-navigation .nav-links .nav-next {
    display: inline-block;
    text-align: center;
    width: 48%;
    position: relative;
}

.single-post .navigation.post-navigation .nav-links a {
    padding: 5px 10px;
    background-color: #fff;
    color: #89C8FB;
    margin-bottom: 0;
    display: block;
    border: 2px solid #89C8FB;
    transition: 0.6s;
}

.single-post .navigation.post-navigation .nav-links a:hover {
	background-color: #89C8FB;
    color: #fff;
    border: 2px solid #89C8FB;
}

.single-post .navigation.post-navigation .nav-links .nav-previous:before {
	content: '\f100';
    left: 1%;
    margin: auto;
    top: 50%;
    transform: translate(0,-50%);
}

.single-post .navigation.post-navigation .nav-links .nav-next:after {
	content: '\f101';
    right: 10%;
    margin: auto;
    top: 50%;
    transform: translate(0,-50%);
}

.single-post .navigation.post-navigation .nav-links .nav-previous:before,
.single-post .navigation.post-navigation .nav-links .nav-next:after {
	position: absolute;
	font-family: 'fontawesome';
	color: #fff;
}

.single-post .sidebar-recent-posts h2 {
	font-size: 30px;
	margin-bottom: 25px;
}

.single-post .sidebar-recent-posts ul {
	margin: 0;
	padding: 0;
}

.single-post .sidebar-recent-posts ul li {
	margin-bottom: 30px;
	display: block;
    padding-left: 35px;
    position: relative;
}

.single-post .sidebar-recent-posts ul li:before {
	content: '';
	position: absolute;
	width: 3px;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #89C8FB;
}

.single-post .sidebar-recent-posts ul li a {
    display: block;
    font-size: 20px;
    font-weight: 600;
}

@media screen and (max-width: 1875px) {
    .single-post article header.entry-header h1 {
        padding-right: 25px;
        font-size: 65px;
    }
}

@media screen and (max-width: 1245px) {
    .single-post article header.entry-header h1 {
        font-size: 55px;
    }
}

@media screen and (max-width: 991px) {
    .single-post article header.entry-header h1 {
        font-size: 50px;
    }
    
    .single-post article .thumbnail-single-post {
        width: 45%;
    }
    
    .single-post article header.entry-header h1:after {left: -70%;}
}

@media screen and (max-width: 800px) {
    .single-post article header.entry-header h1 {
        font-size: 45px;
    }
}

@media screen and (max-width: 767px) {
    .single-post article .thumbnail-single-post {
        height: auto !important;
        width: 100%;
        position: static;
    }
    
    .single-post article .thumbnail-single-post img {
        position: static;
        width: 100%;
        height: auto;
        transform: none;
    }
    
    .single-post .columna-sidebar-post {
        padding: 0;
        margin-top: 30px;
    }
    
    .single-post .columna-sidebar-post aside:nth-child(2) {
        max-width: 50%;
        margin: 0 auto;
    }
    
    .single-post article header.entry-header h1:after {
        left: 0;
        top: 90px;
        width: 100%;
    }
}

@media screen and (max-width: 550px) {
    .single-post .columna-sidebar-post aside:nth-child(2) {
        max-width: 70%;
    }
}

@media screen and (max-width: 450px) {
    .single-post article header.entry-header h1 {
        font-size: 40px;
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 400px) {
    .single-post .columna-sidebar-post aside:nth-child(2) {
        max-width: 80%;
    }
}

@media screen and (max-width: 350px) {
    .single-post .columna-sidebar-post aside:nth-child(2) {
        max-width: 90%;
    }
    
    .single-post article header.entry-header h1 {
        font-size: 33px;
    }
}

@media screen and (max-width: 320px) {
    .single-post .columna-sidebar-post aside:nth-child(2) {
        max-width: 100%;
    }
}


/* CSSs MAGIC LINE */

    /**** POR DEFECTO: ELEMENTO DEL MENÚ SUBRAYADO */
    .ovejabeja-magic-line {
        bottom: 0;
        border-bottom: 3px solid #4DADF7;
        z-index: 50 !important;
        bottom: 15px;
    }





/* HOME */

/* Why Ilaya */

.why-ilaya-icons .padre-icon-acordeon {
	cursor: pointer;
}

.why-ilaya-icons {
    text-align: center;
}

.why-ilaya-icons i:before {
    color: #89C8FB;
    font-size: 60px;
}

.why-ilaya-icons p.text {
    margin: 0 auto;
    margin-bottom: 60px;
    max-width: 230px;
}

.why-ilaya-icons p.icon {
    margin-bottom: 0;
}

.why-ilaya-icons img, .iconos-centrados img {
    max-width: 70px;
    margin: 0 auto;
    display: table;
}

.why-ilaya-icons p {
	max-width: 215px;
    margin: 0 auto;
}

.padre-icon-acordeon {
	position: relative;
}

.padre-icon-acordeon:before {
    content: '\f0dd';
	font-family: fontawesome;
	position: absolute;
	top: 0;
	right: -20px;
	transition: 0.6s;
}

.padre-icon-acordeon.activa:before {
	transform: rotate(180deg);
}

.icon-acordeon {display: none;}

/* Iconos en movimiento */

.icon-mov,
.icon-mov-2,
.icon-mov-3
 {
	position: relative;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    overflow: hidden;
}

.icon-mov img,
.icon-mov-2 img,
.icon-mov-3 img {
	position: absolute;
    max-width: 1000px;
    width: 560px;
    display: block;
}

@keyframes icons {
    from   {left: -1px;}
    to {left:-491px;}
}

@keyframes iconss {
    0% {left: -491px;}
    85.99999% {left: -491px;}
    86% {left: -1px;}
    86.00001% {left: -71px;}
    88% {left: -71px;}
    88.00001% {left: -141px;}
    90% {left: -141px;}
	90.00001% {left: -211px;}
    92% {left: -211px;}
    92.00001% {left: -281px;}
    94% {left: -281px;}
    94.00001% {left: -351px;}
    96% {left: -351px;}
    96.00001% {left: -421px;}
    98% {left: -421px;}
    98.00001% {left:-491px;}
    100% {left:-491px;}
}

.icon-mov-3 img,
.icon-mov img,
.icon-mov-2 img {
	position: absolute;
    max-width: 1000px;
    width: 560px;
    display: block;
    animation-name: iconss;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: steps(7);
}




/* Iconos en movimiento GRANDES */

.icon-mov-grande {
	position: relative;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    overflow: hidden;
}

.icon-mov-grande img {
	position: absolute;
    max-width: 2000px;
    width: 2000px;
    display: block;
}

@keyframes icons {
    from   {left: -1px;}
    to {left:-1750px;}
}

@keyframes iconssg {
    0% {left: -1751px;}
    85.99999% {left: -1751px;}
    86% {left: -1px;}
    86.00001% {left: -251px;}
    88% {left: -251px;}
    88.00001% {left: -501px;}
    90% {left: -501px;}
	90.00001% {left: -751px;}
    92% {left: -751px;}
    92.00001% {left: -1001px;}
    94% {left: -1001px;}
    94.00001% {left: -1251px;}
    96% {left: -1251px;}
    96.00001% {left: -1501px;}
    98% {left: -1501px;}
    98.00001% {left:-1751px;}
    100% {left:-1751px;}
}

.icon-mov-grande img {
	position: absolute;
    max-width: 2000px;
    width: 2000px;
    display: block;
    animation-name: iconssg;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: steps(7);
}






@media screen and (max-width: 991px) {
    
    .why-ilaya-icons {
        max-width: 500px;
        margin: 0 auto;
    }
    
    .why-ilaya-icons > div {
        margin-bottom: 35px;
    }
    
    .espacio-vacio {display: none;}
    
    
    .why-ilaya-icons > div.col-1-3:nth-child(3) {
        margin: 0 auto;
        margin-bottom: 35px;
        width: 100%;
    }
}


/* SUBROGACION */

.tabla-subrogacion thead th, .tabla-subrogacion tbody td {
	padding: 15px 10px;
    font-weight: 400;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
}

.tabla-subrogacion tbody tr:last-child td {
    border-bottom: none;
}

.tabla-subrogacion.ver-2 thead th:first-child {
	background-color: transparent;
}

.tabla-subrogacion tbody td {
	background-color: #eaf4dc;
    font-size: 13px;
    color: #4DADF7;
}

.tabla-subrogacion tbody tr td:first-child {
    border-right: 1px solid #fff;
}

.tabla-subrogacion.ver-2 tbody tr td {
    border-right: 1px solid #fff;
}

.tabla-subrogacion.ver-2 tbody tr td:last-child {
    border-right: none;
}

.tabla-subrogacion thead th, .tabla-subrogacion.ver-2 tbody td:first-child  {
    background-color: #0099a7;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}

.tabla-subrogacion tbody td i:before {font-size: 20px;}

.tabla-subrogacion.ver-2 thead tr th {
    width: 21%;
}

.tabla-subrogacion.ver-2 thead tr th:nth-child(1),
.tabla-subrogacion.ver-2 thead tr th:nth-child(4) {
    width: 8%;
}

.tabla-subrogacion.ver-1 thead tr th {
    width: 50%;
}

@media screen and (max-width: 1050px) {
	.tabla-subrogacion.ver-2 {
	    margin-top: 60px;
	}
}

@media screen and (max-width: 902px) {
	.tabla-subrogacion.ver-2 thead {display: none;}

	.tabla-subrogacion.ver-2 tbody tr td {
		display: block;
		width: 100%;
	}
}




/* IVF */

.fertilization-techniques img {
    max-width: 250px;
    float: left;
}

.fertilization-techniques .col-1-2 {
    padding: 0 40px;
}

.fertilization-techniques .sc_subtitulo_1 {
	margin-bottom: 10px;
}

@media screen and (max-width: 1065px) {
    .fertilization-techniques img {
        max-width: 80%;
        float: none;
        margin: 0 auto;
        display: table;
    }
}

@media screen and (max-width: 767px) {
    .fertilization-techniques img {
        max-width: 60%;
    }
    
    .fertilization-techniques .sc_subtitulo_1 {
        margin-top: 40px;
    }
    
    .fertilization-techniques .col-1-2 {
        padding: 0 20px;
    }
}

@media screen and (max-width: 550px) {
    .fertilization-techniques img {
        max-width: 70%;
    }
    .fertilization-techniques .col-1-2 {
        padding: 0;
    }
}

@media screen and (max-width: 450px) {
    .fertilization-techniques img {
        max-width: 80%;
    }
}

@media screen and (max-width: 350px) {
    .fertilization-techniques img {
        max-width: 90%;
    }
}


/* DONORS */

.donor-choose .contain_col {
    max-width: 800px;
    margin: 0 auto;
}


/* ABOUT */

.our-team .contain_col {
    max-width: 800px;
    margin: 0 auto;
}

.galeria-certif .gallery {margin: 0;}

.galeria-certif .gallery-item a {
    display: block;
    overflow: hidden;
    height: 303px;
}

.gallery-columns-4 .gallery-item {
    max-width: 19%;
    margin-right: 8%;
}

.gallery-columns-4 .gallery-item:last-child {
    margin-right: 0;
}

.gallery-columns-4 .gallery-item .gallery-icon {
    position: relative;
}

.gallery-columns-4 .gallery-item .gallery-icon:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #4DADF7;
    left: 15px;
    top: 10px;
    z-index: -1;
}

.our-team-consist .sc_subtitulo_1 {
    font-size: 40px;
    margin-bottom: 70px;
}

.our-team-consist .contain_col {
    max-width: 800px;
    margin: 0 auto;
}

.our-team-consist .texto-bloque-azul:before,
.our-team-consist .texto-bloque-azul:after{display: none;}

@media screen and (max-width: 1210px) {
    .gallery-columns-4 .gallery-item {
        max-width: calc((100%/2) - 20px);
        margin-right: 20px;
        margin-bottom: 30px;
    }
    
    .galeria-certif .gallery-item a {
        height: auto;
    }
}

@media screen and (max-width: 1050px) {
    .fotos-equipo-bloque-1 {margin-top: 45px !important;}
}

@media screen and (max-width: 991px) {
    
    .our-team .contain_col .col-1-3:last-child,
    .our-team-consist .contain_col .col-1-3:last-child{
        margin: 0 auto;
        margin-bottom: 35px;
        width: 100%;
    }
    
    .texto-bloque-verde .container p:last-child,
    .texto-bloque-azul .container p:last-child {
        margin-bottom: 20px;
    }
    
    #cboxContent {width: 100% !important;}
    #cboxContent > div {margin: 0 auto;}
}


/* CONTACT */

form .form-before:before {
    content: '\e909';
    position: absolute;
    font-family: 'icomoon';
    font-size: 300px;
    top: 22%;
    right: -50%;
    color: rgba(255,255,255,0.2);
    z-index: -1;
}

.acceptance-data-policy label span {
    font-size: 16px;
    color: #4d4d4d;
}

.acceptance-data-policy label span a {
    color: #4DADF7;
    text-decoration: none;
    transition: 0.6s;
}

.acceptance-data-policy label span a:hover {
    color: #0099a7;
}

.contact-ilaya {
	font-weight: 300;
}

#wpcf7-f146-o1 .wpcf7-form {
    max-width: 900px;
    margin: 0 auto;
}

.google-maps .mapa {
    height: 700px;
}

.google-maps iframe {
    height: 100%;
}

.google-maps .col-1-3 {
    /*height: 700px;*/
    -ms-display: flex;
    display: flex;
    /* alineacion vertical */
    align-items: center;
    /* alineacion horizontal */
    justify-content: center;
}

.iminterestedin {
    /*border: 1px solid #c7c7c7;*/
    padding: 20px 20px;
}

.iminterestedin label {
    color: #4d4d4d;
    font-size: 18px;
}

.iminterestedin label span.text {
	display: block;
    margin-bottom: 24px;
}


.form-contact-footer span.wpcf7-list-item {
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 25px;
    position: relative;
    -ms-display: flex;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.form-contact-footer span.wpcf7-list-item label {
    -ms-display: flex;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/*.form-contact-footer span.wpcf7-list-item:first-child {
	margin: 0
}*/

.form-contact-footer span.wpcf7-list-item .fake-checkbox {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #c7c7c7;
    position: absolute;
    left: 0px;
}

.form-contact-footer span.wpcf7-list-item .fake-checkbox.fake-checked-checkbox:before {
	content: '\f00c';
	font-family: fontawesome;
	position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
    color: #89C8FB;
    font-size: 17px;
}

.fake-select.fake-single-select {
    margin: 0;
	color: #4d4d4d;
    border: 1px solid #c7c7c7;
    border-radius: 3px;
    padding: 20px 20px;
    width: 100%;
    background-color: transparent;
    font-size: 18px;
    font-weight: 300;
    min-height: 69px;
}

ul.fake-select,
.fake-select ul {
	list-style: none;
}


.wpcf7-acceptance .wpcf7-list-item-label {
	padding-left: 25px;
	position: absolute;
	white-space: nowrap;
	left: 0;
}

.wpcf7-form-control-wrap.acceptance-data-policy,
.wpcf7-form-control-wrap.acceptance-980 {
	padding-left: 23px;
}




/*.fake-select.fake-single-select > li {
	display: block;
}*/

.fake-select-options {
	display:none;
}

.fake-select.fake-single-select > li > ul {
    margin: 0;
    padding: 0;
}

.fake-select.fake-single-select > li > ul > li {
	display: block;
	position: relative;
}

.language-reply .fake-select-placeholder {font-size: 16px;}

.fake-select-placeholder >ul > li:before {
	content: '\f0dd';
	font-family: fontawesome;
	position: absolute;
	right: -7px;
	top: 50%;
    transform: translate(0,-60%);
}

.fake-select-options ul {
    margin-top: 10px !important;
    padding-top: 10px !important;
    border-top: 1px solid #c7c7c7;
}

.fake-select-options ul > li {
	padding-left: 20px;
	position: relative;
}

.fake-select-options ul > li:before {
	content: '\f00c';
    font-family: fontawesome;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
    opacity: 0;
    transition: 0.3s;
}

.fake-select-options ul > li:hover:before {
    opacity: 1;
}

@media screen and (max-width: 991px) {
    .why-ilaya-icons.google-maps {
        max-width: 100%;
    }
    
    .why-ilaya-icons.google-maps .col-1-3 {
        max-width: 100%;
        height: auto;
        display: block;
        width: 100%;
    }
    
    .why-ilaya-icons.google-maps .col-2-3 {
        width: 100%;
        margin: 0;
    }
    
    .why-ilaya-icons.google-maps .col-2-3 .mapa {
        height: 400px;
    }
    
    .why-ilaya-icons.google-maps .iconos-contacto .icono-contacto {
        display: inline-block;
        vertical-align: top;
        margin-right: 40px;
    }
    
    .why-ilaya-icons.google-maps .iconos-contacto .icono-contacto:last-child {
        margin-right: 0;
    }
    
    .why-ilaya-icons.google-maps p.text {margin-bottom: 0;}
}

@media screen and (max-width: 586px) {
    .why-ilaya-icons.google-maps .iconos-contacto .icono-contacto:last-child {margin-top: 30px;}
    
    .why-ilaya-icons.google-maps .col-2-3 -mapa {
        height: 300px;
    }
}

@media screen and (max-width: 500px) {
    .form-contact-footer span.wpcf7-list-item {
        display: block;
    }
    
    .iminterestedin {
        margin-bottom: 0;
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
    }
    
    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, .fake-select.fake-single-select {
        font-size: 16px;
        padding: 15px 20px;
    }
    
    .fake-select.fake-single-select {
        min-height: 58px;
    }
}

@media screen and (max-width: 450px) {
    .why-ilaya-icons.google-maps .iconos-contacto .icono-contacto:last-child {margin-top: 30px;}
    
    .why-ilaya-icons.google-maps .iconos-contacto .icono-contacto {
        display: block;
        widows: 100%;
        margin: 0 auto;
        margin-top: 30px;
    }
    
    .why-ilaya-icons.google-maps .mapa {
        height: 300px;
    }
}

@media screen and (max-width: 350px) {
    .acceptance-data-policy label span a {
        display: block;
    }
    
    .form-contact-footer span.wpcf7-list-item {padding-left: 30px;}
}

/* SIDEBARS PRE FOOTER */

.sidebar-pre-footer-1, .sidebar-pre-footer-2 {
	margin: 0;
}

.sidebar-pre-footer-1 {
	background-color: #89C8FB;
}

.sidebar-pre-footer-2 {
	background-color: #4DADF7;
}

.sidebar-pre-footer-1 > div {
    padding-top: 30px;
}

.sidebar-pre-footer-1 .widget {
    margin-bottom: 0;
}

.sidebar-pre-footer-1 .widget_media_image {
	line-height: 114px;
}

.sidebar-pre-footer-1 .widget_media_image img {
	width: 190px;
	vertical-align: middle;
}

.sidebar-pre-footer-1 aside#custom_html-5 .centrado {
    display: block !important;
    margin: auto !important;
}

.sidebar-pre-footer-1 aside {
    position: relative;
}

.sidebar-pre-footer-1 aside:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    right: 30px;
    background-color: #fff;
}

.sidebar-pre-footer-1 aside:last-child:before {
    display: none;
}

.sidebar-pre-footer-1 aside h2 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 15px;
}

.sidebar-pre-footer-1 aside ul {
    margin: 0;
    padding: 0;
}

.sidebar-pre-footer-1 aside li {
    color: #fff;
    display: block;
}

.sidebar-pre-footer-1 aside li a {
    color: #fff;
    font-size: 13px;
    transition: 0.6s;
}

.sidebar-pre-footer-1 aside li a:hover {
    text-decoration-line: underline;
}

.sidebar-pre-footer-1 .wpcf7-list-item,
.sidebar-pre-footer-1 .wpcf7-list-item {
    margin-left: 0;
    margin-right: 5px;
}

.sidebar-pre-footer-1 .your-email input {
    padding: 5px 10px;
    max-width: 250px;
    background-color: #fff;
    border-radius: 0;
    margin-bottom: 3px;

}

.sidebar-pre-footer-1 aside p, .sidebar-pre-footer-1 aside p a {
    margin-bottom: 0;
    color: #fff;
    font-size: 13px;
    padding-right: 30px;
    cursor: pointer;
}

.sidebar-pre-footer-1 aside p a:hover {
	text-decoration-line: underline;
} 

.sidebar-pre-footer-2 > div, .sidebar-pre-footer-2 > img {
    display: table;
    margin: 0 auto;
}

@media screen and (max-width: 1365px) {
	
	.sidebar-pre-footer-1 aside:before {
		right: 0;
	}
	
}

@media screen and (max-width: 991px) {
	
	.sidebar-pre-footer-1 .widget_media_image {
		display: none;
	}
	
	.sidebar-pre-footer-1 .widget_custom_html {
		width: 100%;
		padding-left: 0 !important; 
	}
	
	.sidebar-pre-footer-1 aside h2 {
		text-align: center;
	}
	
	.sidebar-pre-footer-1 li {
		text-align: center;
	}
	
	.sidebar-pre-footer-1 .col-1-3:nth-child(odd) {
		clear: none;
	}
	
	.sidebar-pre-footer-1 .col-1-3 {
		width: 31.333%;
		width: calc( 33.333% - 20px );
	}
	
}

@media screen and (max-width: 767px) {
	
	.sidebar-pre-footer-1 .col-1-3 {
		width: 100%;
	}
	
}

#custom_html-4.sidebar-pre-footer-2 {
    padding-top: 25px;
    padding-bottom: 48px;
}

#custom_html-4.sidebar-pre-footer-2 a {
	margin-right: 15px;
}

#custom_html-4.sidebar-pre-footer-2 a:last-child {
	margin-right: 0;
}

#custom_html-4.sidebar-pre-footer-2 i {
    background-color: #fff;
    color: #89C8FB;
    border-radius: 50%;
    padding: 11px 12px;
    transition: 0.6s;
}


#custom_html-4.sidebar-pre-footer-2 a:nth-child(2) i {
    padding: 11px 16px;
}

#custom_html-4.sidebar-pre-footer-2 a:hover i {
	background-color: #4d4d4d;
	color: #fff;
}

#custom_html-3.sidebar-pre-footer-2
#custom_html-20.sidebar-pre-footer-2,
#custom_html-11.sidebar-pre-footer-2,
#custom_html-19.sidebar-pre-footer-2,
#custom_html-21.sidebar-pre-footer-2 {
	padding-bottom: 35px;
	text-align: center;
    font-size: 15px;
}

#custom_html-3.sidebar-pre-footer-2 .contact-footer,
#custom_html-20.sidebar-pre-footer-2 .contact-footer,
#custom_html-11.sidebar-pre-footer-2 .contact-footer,
#custom_html-19.sidebar-pre-footer-2 .contact-footer,
#custom_html-21.sidebar-pre-footer-2 .contact-footer {
	margin-bottom: 20px;
}

#custom_html-3.sidebar-pre-footer-2 p,
#custom_html-3.sidebar-pre-footer-2 .contact-footer,
#custom_html-3.sidebar-pre-footer-2 .contact-footer a,
#custom_html-20.sidebar-pre-footer-2 p,
#custom_html-20.sidebar-pre-footer-2 .contact-footer,
#custom_html-20.sidebar-pre-footer-2 .contact-footer a,
#custom_html-11.sidebar-pre-footer-2 p,
#custom_html-11.sidebar-pre-footer-2 .contact-footer,
#custom_html-11.sidebar-pre-footer-2 .contact-footer a,
#custom_html-19.sidebar-pre-footer-2 p,
#custom_html-19.sidebar-pre-footer-2 .contact-footer,
#custom_html-19.sidebar-pre-footer-2 .contact-footer a,
#custom_html-21.sidebar-pre-footer-2 p,
#custom_html-21.sidebar-pre-footer-2 .contact-footer,
#custom_html-21.sidebar-pre-footer-2 .contact-footer a {
	color: #fff;
    letter-spacing: 3px;
    text-align: center;
}

#custom_html-3.sidebar-pre-footer-2 .contact-footer span:first-child,
#custom_html-3.sidebar-pre-footer-2 .contact-footer span:nth-child(2),
#custom_html-20.sidebar-pre-footer-2 .contact-footer span:first-child,
#custom_html-20.sidebar-pre-footer-2 .contact-footer span:nth-child(2),
#custom_html-11.sidebar-pre-footer-2 .contact-footer span:first-child,
#custom_html-11.sidebar-pre-footer-2 .contact-footer span:nth-child(2),
#custom_html-19.sidebar-pre-footer-2 .contact-footer span:first-child,
#custom_html-19.sidebar-pre-footer-2 .contact-footer span:nth-child(2),
#custom_html-21.sidebar-pre-footer-2 .contact-footer span:first-child,
#custom_html-21.sidebar-pre-footer-2 .contact-footer span:nth-child(2) {
    margin-right: 18px;
    padding-right: 18px;
    border-right: 1px solid #fff;
}

#custom_html-3.sidebar-pre-footer-2 .contact-footer a,
#custom_html-20.sidebar-pre-footer-2 .contact-footer a,
#custom_html-11.sidebar-pre-footer-2 .contact-footer a,
#custom_html-19.sidebar-pre-footer-2 .contact-footer a,
#custom_html-21.sidebar-pre-footer-2 .contact-footer a {
	text-decoration: none;
    margin-left: 8px;
	transition: 0.6s;
}

#custom_html-3.sidebar-pre-footer-2 .contact-footer a:hover,
#custom_html-20.sidebar-pre-footer-2 .contact-footer a:hover,
#custom_html-11.sidebar-pre-footer-2 .contact-footer a:hover,
#custom_html-19.sidebar-pre-footer-2 .contact-footer a:hover,
#custom_html-21.sidebar-pre-footer-2 .contact-footer a:hover {
	text-decoration-line: underline;
}

#media_image-2.sidebar-pre-footer-2 {
	padding-bottom: 25px;
}

#media_image-2.sidebar-pre-footer-2 img {
	max-width: 165px !important;
}

#custom_html-2.sidebar-pre-footer-2, #custom_html-2.sidebar-pre-footer-2 a {
	font-size: 13px;
    color: #fff;
    text-decoration: none;
    transition: 0.6s;
}

#custom_html-2.sidebar-pre-footer-2 a:hover {
	color: #4d4d4d; 
}

.sidebar-pre-footer-1 .widget .checkbox-newsletter {
	padding-left: 14px;
}

.sidebar-pre-footer-1 .widget .checkbox-newsletter span .fake-checkbox {
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: #fff;
    position: absolute;
    left: -13px;
    top: 0;
}

.sidebar-pre-footer-1 .widget .checkbox-newsletter span .fake-checkbox.fake-checked-checkbox:before {
    content: '\f00c';
    font-family: fontawesome;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
    color: #89C8FB;
}

i.failaya {
	background-color: #fff;
	color: #89C8FB;
	border-radius: 50%;
	transition: 0.6s;
	width: 40px;
	text-align: center;
	height: 40px;
	padding: 12px 0 0 0!important;

}

.checkbox-newsletter .lang {
	display: none;
	padding-left: 25px;
	position: absolute;
	white-space: nowrap;
	left: 0;
}


#menu-legal,
#menu-legal-fr,
#menu-legal-zh,
#menu-legal-es,
#menu-legal-de {
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
}

#menu-legal li,
#menu-legal-fr li,
#menu-legal-zh li,
#menu-legal-es li,
#menu-legal-de li {
    display: inline-block;
    margin-right: 20px;
}

#menu-legal li:last-child,
#menu-legal-fr li:last-child,
#menu-legal-zh li:last-child,
#menu-legal-es li:last-child,
#menu-legal-de li:last-child {
    margin-right: 0;
}

#menu-legal li a,
#menu-legal-fr li a,
#menu-legal-zh li a,
#menu-legal-es li a,
#menu-legal-de li a {
    color: #fff;
}


html:lang(en-US) .checkbox-newsletter .lang.en {display: inline-block;}
html:lang(es) .checkbox-newsletter .lang.es {display: inline-block;}
html:lang(de) .checkbox-newsletter .lang.de {display: inline-block;}
html:lang(fr) .checkbox-newsletter .lang.fr {display: inline-block;}
html:lang(zh-hans) .checkbox-newsletter .lang.zh-hans {display: inline-block;} 


/* FOOTER */

.designby {
    background-color: #4DADF7;
    padding: 10px 0;
    color: #fff;
}

.designby p {
    font-size: 14px;
    font-style: italic;
    text-align: center;
}

.designby a {
    color: #fff;
    text-decoration: none;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.designby a:hover {
    color: #4d4d4d;
}



@media screen and (max-width: 1230px) {
    
    footer .sidebar-pre-footer-1 > div aside:nth-child(2) {
        padding-left: 4%;
    }
    
    footer .sidebar-pre-footer-1 > div aside:nth-child(2) .col-1-2 {
        float: none;
        width: 100%;
    }   
}


@media screen and (max-width: 991px) {
    footer .sidebar-pre-footer-1 > div aside:nth-child(3) {
        float: none;
        width: 100%;
    }
    
    footer .sidebar-pre-footer-1 > div aside:nth-child(2):before {
        display: none;
    }
    
    /*footer .sidebar-pre-footer-1 > div aside:nth-child(2) > div,
    .sidebar-pre-footer-1 aside#custom_html-5 .centrado {
        display: table !important;
        margin: 0 auto !important;
    }
    footer .sidebar-pre-footer-1 > div aside:nth-child(1):before {
        right: 0;
    }*/
    
    .sidebar-pre-footer-1 > div {padding-bottom: 0;} 
}


@media screen and (max-width: 767px) {
    footer .sidebar-pre-footer-1 > div aside:nth-child(1):before {
        display: none;
    }
    
    footer .sidebar-pre-footer-1 > div aside:nth-child(2) {
        padding-left: 0;
    }
    
    footer .sidebar-pre-footer-1 > div aside:nth-child(1),
    footer .sidebar-pre-footer-1 > div aside:nth-child(2) {
        text-align: center;
        /*padding-bottom: 20px;
        border-bottom: 2px solid #fff;*/
    }
    
    #cookie-law-info-again {
        margin: auto;
        right: 0 !important;
        left: 0 !important;
        width: 200px;
    }
    
    .sidebar-pre-footer-1 aside h2 {text-align: center;}
    
    .sidebar-pre-footer-1 aside p,
    .sidebar-pre-footer-1 aside p a {padding-right: 0;}
}


@media screen and (max-width: 588px) {
    footer .sidebar-pre-footer-2 .contact-footer {
        text-align: center;
    }
    
    footer .sidebar-pre-footer-2 .contact-footer span {
        border-right: none !important;
        margin-right: 0 !important;
        padding-right: 0 !important;
        display: block;
    }
}


@media screen and (max-width: 500px) {
    footer .sidebar-pre-footer-2 > div aside:nth-child(4) p {
        text-align: center;
    }
}


@media screen and (max-width: 345px) {
    footer .sidebar-pre-footer-2 div aside:nth-child(2) p {
        font-size: 15px;
    }
}




/*********** MAQUETACIONES GALERIA NATIVA WORDPRESS *************/


/* Galería tipo 1 */

figure.gallery-item { margin: 0; }

.gallery-item .gallery-icon.landscape {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 200px;
}

.gallery-item .gallery-icon.landscape a.cboxElement {
    display: block;
    position: absolute;
    width: 100%;
    bottom: 50%;
    right: 50%;
    transform: translate(50%, 50%);
    transition: 0.6s;
}

.gallery-item .gallery-icon.landscape a.cboxElement:hover {
    width: 120%;
}

.gallery-item .gallery-icon.landscape a.cboxElement img.attachment-thumbnail.size-thumbnail {
    width: 100%;
}










/*********** LIGTHBOX CSS ************/

#cboxOverlay {
    background: none;
    background-color: rgba(255,255,255,0.8);
}

#colorbox, #cboxOverlay {overflow: visible;}

#cboxWrapper { overflow: hidden; }

#cboxWrapper div:nth-child(1), #cboxWrapper div:nth-child(3) { display: none; }

#cboxContent { 
    position: relative;
    /*height: 417px !important;*/
}

#cboxPrevious {
    bottom: 50%;
    left: 15px;
    transition: 0.8s;
}

#cboxPrevious:hover {
    left: 5px;
}

#cboxNext {
    bottom: 50%;
    right: 15px;
    transition: 0.8s;
}

#cboxNext:hover {
    right: 5px;
}

#cboxCurrent {
    display: none !important;
}

#cboxPrevious, #cboxNext {
    text-indent: 0;
    background: none;
    font-size: 0;
}

#cboxPrevious:before {
    font-family: 'FontAwesome';
    content: "\f053";
    position: absolute;
    width: 25px;
    height: 25px;
    color: #4DADF7;
    font-size: 40px;
    opacity: 0.6;
}

#cboxNext:before {
    font-family: 'FontAwesome';
    content: "\f054";
    position: absolute;
    width: 25px;
    height: 25px;
    color: #4DADF7;
    font-size: 40px;
    opacity: 0.6;
}

#cboxLoadedContent { margin-bottom: 0; }

#cboxClose {
    background: url(/web/20220516193117im_/https://cells.ilaya.com/wp-content/themes/ovejabeja-vol1/images/close-cross.png);
    background-size: 25px;
    opacity: 0.6;
}













/* COOKIES */

.cookie-table .cookie-col-1 { width: 20%; }
	.cookie-table .cookie-col-2 { width: 20%; }
	.cookie-table .cookie-col-3 { width: 10%; }
	.cookie-table .cookie-col-4 { width: 50%; }
	
	.cookie-table td,
	.cookie-table th {
		box-sizing: border-box;
	}	
		
	.cookie-table .cookie-responsive-header {
		display: none;
		font-weight: bold;
		position: absolute;
		left: 0;
	}
	
	.cookie-table td ul {
		margin: 0;
		list-style: none;
	}
	
	.cookie-table td ul li {
		margin-bottom: 1em;
	}
	
	.cookie-table td ul li:last-child {
		margin-bottom: 0;
	}
	
	/* Español */
	.cookie-table .cookie-col-1 .cookie-responsive-header:before { content: "Cookie"; }
	.cookie-table .cookie-col-2 .cookie-responsive-header:before { content: "Tipo"; }
	.cookie-table .cookie-col-3 .cookie-responsive-header:before { content: "Duración"; }
	.cookie-table .cookie-col-4 .cookie-responsive-header:before { content: "Descripción"; }
	
	/* Inglés */
	.cookie-table .cookie-col-1 .cookie-responsive-header:before { content: "Cookie"; }
	.cookie-table .cookie-col-2 .cookie-responsive-header:before { content: "Type"; }
	.cookie-table .cookie-col-3 .cookie-responsive-header:before { content: "Lifespan"; }
	.cookie-table .cookie-col-4 .cookie-responsive-header:before { content: "Description"; }
	
	@media screen and (max-width: 768px) {
	
		.cookie-table thead {
			position: absolute;
			overflow: hidden;
			clip: rect(0 0 0 0);
			height: 1px;
			width: 1px;
			margin: -1px;
			padding: 0;
			border: 0;
		}
		
		.cookie-table td {
			display: block;
			position: relative;
			padding-left: 120px;
		}
		
		.cookie-table .cookie-col-1,
		.cookie-table .cookie-col-2,
		.cookie-table .cookie-col-3,
		.cookie-table .cookie-col-4 {
			width: 100%;
		}
		
		.cookie-table .cookie-responsive-header {
			display: block;
		}
		
		.cookie-table tr {
			display: block;
			padding: 10px 0;
		}		
	}
	
	@media screen and (max-width: 480px) {
		
		.cookie-table .cookie-responsive-header {
			position: static;
		}
		
		.cookie-table td {
			padding-left: 0;
		}
	}


	#cookie-law-info-bar > span {
	    width: 70%;
	    display: block;
	    margin: 0 auto;
	}

	@media screen and (max-width: 600px) {
		#cookie-law-info-bar > span {
		    width: 90%;
		}
	}










/* 3D TOUR ILAYA */

.bloque.header-3dtour {
    margin-top: 140px;
    margin-bottom: 0;
}

.bloque.header-3dtour .sc_subtitulo_1 {
	margin-bottom: 25px;
}

.body-3dtour {
    margin-bottom: 50px;
}

.body-3dtour iframe {
	height: 700px;
}


@media screen and (max-width: 991px) {
    .body-3dtour iframe {
        height: 550px;
    }
}

@media screen and (max-width: 767px) {
    .body-3dtour iframe {
        height: 450px;
    }
}

@media screen and (max-width: 500px) {
    .body-3dtour iframe {
        height: 400px;
    }
}

@media screen and (max-width: 350px) {
    .body-3dtour iframe {
        height: 350px;
    }
}

/* Header form */

.form-header {
	background-color: white;
	background-color: rgba(255,255,255,0.8);
	padding: 30px;	
}

.form-header input[type="text"],
.form-header input[type="email"] {
	padding: 10px 20px;
	font-size: 16px;
	margin-bottom: 18px;
}

.bloque-fh-text .text-box .form-header p {
	text-align: left;
}

.bloque-fh-text .text-box .form-header .wpcf7-form-control.wpcf7-acceptance {
	position: relative;
	display: block;
}

.form-header span.wpcf7-list-item .fake-checkbox {
	display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #c7c7c7;
    position: absolute;
    left: 1px;
	z-index: 20;
	pointer-events: none;
	vertical-align: top;
}

.form-header span.wpcf7-list-item .fake-checkbox.fake-checked-checkbox:before {
    content: '\f00c';
    font-family: fontawesome;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
    color: #89C8FB;
    font-size: 17px;
}

div.wpcf7 .form-header .ajax-loader {
	display: none;
}
 
.form-header .wpcf7-form-control-wrap.acceptance-data-policy {
	padding-left: 0;
}

.form-header span.wpcf7-list-item {
	display: block;
	margin: 0;
}

.form-header input.sc_boton_1 {
	margin-top: 45px;
}

@media screen and (max-width: 1000px) {

	.bloque-fh-text .text-box h2,
	.bloque-fh-text .text-box h1 {
		text-align: center;
	    margin: 0 auto;
	    margin-bottom: 20px;
	    padding: 0 20px;
	    margin-top: 100px;
	}
	
	.form-header {
		max-width: 70%;
    	width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
	.form-header .acceptance-data-policy label span a {
		display: inline;
	}

	.bloque-fh-text .text-box .content p {
		position: relative;
	    text-align: center;
    	margin-bottom: 20px;
        padding: 0 20px;
	}

	.form-header input.sc_boton_1 {
		position: absolute;
	    right: 0;
    	bottom: -45px;
	}
	
}

@media screen and (max-width: 600px) {
	.bloque-fh-text .text-box div.wpcf7 {
		display: none;
	}

	.form-header input.sc_boton_1 {
		position: static;
	}

	.bloque-fh-text .text-box .content {
	    top: 15%;
	}
}

/* Image with video */

.image-with-video {
	display: table;
	margin-left: auto;
	margin-right: auto;
	max-width: 700px;
	position: relative;
	overflow: hidden;
}

.image-with-video img {	
	-webkit-transition: opacity .8s ease, -webkit-transform .8s ease;
	transition: opacity .8s ease, transform .8s ease;
}

.image-with-video:hover img {
	opacity: .5;
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.image-with-video .play-video {
	border: none;
    background: transparent;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
}

.image-with-video .play-video i {
	position: absolute;
    bottom: 50%;
    right: 50%;
    -ms-transform: translate(50%,50%);
    -webkit-transform: translate(50%,50%);
    transform: translate(50%,50%);
    color: white;
}

.bloque .image-with-video .play-video i:before,
.image-with-video .play-video i:before {
	font-size: 100px;
}

/* Contact page */

.page-template-no-header-page .site-content {
	margin-top: 150px;
}


@media screen and (max-width: 991px) {
	.image-with-video {
	    margin-bottom: 25px;
	}
}








/* Error 404 */

.error-404 .sc_titulo_1 {
    font-size: 90px;
    font-weight: bold;
}

.error-404 .page-content {
	text-align: center;
    font-size: 20px;
}

.error-404 .page-content span {
	display: block;
}

.error404 .padre-alineado-vertical {
    background-color: rgba(255,255,255,0.5);
}











/* Background en página diabetes */

#post-16 .bloque-fh:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #e0ecf8;
    z-index: 1;
    opacity: 0.6;
}
/*
     FILE ARCHIVED ON 19:31:17 May 16, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 17:08:36 Apr 14, 2024.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.748
  exclusion.robots: 0.086
  exclusion.robots.policy: 0.075
  cdx.remote: 0.066
  esindex: 0.011
  LoadShardBlock: 81.988 (3)
  PetaboxLoader3.datanode: 65.48 (5)
  PetaboxLoader3.resolve: 104.752 (2)
  load_resource: 108.039
  loaddict: 26.053
*/
span.wpcf7-list-item-label {
	margin-left: 5px;
}
.wechat-wrapper { display: flex; align-items: center; justify-content: center; gap: 20px; margin-top: 20px; }
.wechat-wrapper__item img { width: 100%; max-width: 200px; border-radius: 10px; }
.wechat-wrapper.wechat-wrapper-contacts { margin-top: 15px; }

.contact-ilaya a {
	color: #4d4d4d;
}

header .hide{
	display: none;
}

.form-header {
	display: none;
}