/*!
Theme Name: galiempleo
Theme URI: http://underscores.me/
Author: Buas
Author URI: https://buas.es
Description: Theme a medida para la web de Galiempleo
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: galiempleo
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.

galiempleo is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**.btn:hover svg {
	transition: all .3s ease;
	transform:translateX(5px);
}

 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: initial;
}


a:focus,
a:active {
	color: initial;
}

a:focus {
	outline: none;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {

}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

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

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

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

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

.main-navigation ul ul a {
	width: 200px;
}

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

.main-navigation li {
	position: relative;
	display: flex;
    align-items: center;
    justify-content: center;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

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

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

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

.post,
.page {
	margin: 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;
}

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

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

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

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

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

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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


.otgs-development-site-front-end {
	display:none!important;
}




/* Generales
--------------------------------------------- */
body {
    font-family: 'Raleway', sans-serif;
    color:#1D1D1B;
    background: #F9F9F9;
    font-size: 15px;
}

.site-main {
	padding-bottom: 50px;
}

.px-36 { padding-left: 36px; padding-right: 36px;}
.px-60 { padding-left: 60px; padding-right: 60px;}
.py-50 { padding-top: 50px; padding-bottom: 50px;}
.py-20 { padding-top: 20px; padding-bottom: 20px;}
.py-100 { padding-top: 100px; padding-bottom: 100px;}
.p-50-36 { padding: 50px 36px; }
.py-75 { padding-top: 75px; padding-bottom: 75px;}
.p-18-36-60 {padding: 18px 36px 60px 36px;}
.pb-36 {padding-bottom: 36px;}
.pr-20 {padding-right:20px;}
.pr-50 {padding-right:50px;}
.pl-50 {padding-left:50px;}

.mt-9 {margin-top: 9px;}
.mt-20 {margin-top: 20px;}
.mb-20 {margin-bottom: 20px;}
.mt-30 {margin-top: 30px;}
.mt-40 {margin-top: 40px;}
.mt-85 {margin-top: 85px;}

.mb-30 {margin-bottom: 30px;}
.mb-50 {margin-bottom: 50px;}
.mb-70 {margin-bottom: 70px;}
.my-75 {margin-top:75px; margin-bottom:75px;}

h1, h2, h3, h4, h5 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: 100;
}

p {
	margin-top:0px;
	margin-bottom: 0px;
}

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

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

.text-right {
	text-align: right;
}

.fs-super {
	font-size: 71px;
	line-height: 73px;
	font-weight: 100;
}

.fs-titulo-xxl {
	font-size: 60px;
	line-height: 66px;
	font-weight: 400;
}

.fs-titular-l {
	font-size: 35px;
	line-height: 1.2em;
	font-weight: 100;
}

.fs-titular-s {
    font-size: 23px;
    line-height: 1.2em;
    font-weight: 100;
}

.fs-12 {
	font-size: 12px;
	line-height: 1.2em;
}

.fs-15 {
	font-size: 15px;
	line-height: 1.3em;
}


.fs-18 {
	font-size: 18px;
	line-height: 1.2em;
}


.uppercase {
	text-transform: uppercase;
}


.container {
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
}

.gap-20 {gap:20px;}
.gap-30 {gap:30px;}
.gap-36 {gap:36px;}
.gap-40 {gap:40px;}
.gap-50 {gap: 50px;}


.flex { display:flex; }
.grid {display:grid;}
.align-start { align-items: flex-start; }
.align-center { align-items: center; }
.align-end {align-items: flex-end;}
.align-stretch {align-items: flex-end;}

.justify-between {justify-content: space-between;}
.justify-center {justify-content: center;}
.justify-start {justify-content: flex-start;}
.justify-end {justify-content: flex-end;}
.justify-space {justify-content: space-between;}
.flex-column {flex-direction:column; }
.column {flex: 1;}
.cols-2 {grid-template-columns: 1fr 1fr;}
.cols-3 {grid-template-columns: repeat(3, 1fr);}

.bg-red {background-color: #AF1C2E;}
.bg-black {background-color: #1D1D1B;}
.gray {color:#847B7B;}
.gray-2 {color:#BFBFB2;}
.red {color:#AF1C2E;}


.btn {
    display: flex;
    padding: 15px 15px;
    font-size: 1rem;
    font-weight: 100;
    text-decoration: none;
    border-radius: 7px;
    line-height: 1em;
    transition: all 0.3s ease;
    min-width: 210px;
    text-transform: uppercase;
    font-size: 14px;
    align-items: center;
    justify-content: space-between;
}

.btn svg {
	transition: all .3s ease;
}


/* Botón primario */
.btn-primary {
    background-color: #AF1C2E;
    color: #fff;
    border: 1px solid #AF1C2E;
    transition: all .3s ease;
}


.btn-secondary {
    background-color: transparent;
    border: 1px solid #AF1C2E;
    color:#AF1C2E;
    transition: all .3s ease;
}

.btn-secondary svg path {
	stroke:#AF1C2E;
	transition: all .3s ease;
}

.bg-gray { background-color: #f4f4f4; }

.bg-gray-2 { background-color: #EFEFEF; }


/* Cabecera / Menú
--------------------------------------------- */
.site-header {
    padding: 40px 36px 30px;
}

.header-container {
    display: flex;
    align-items: center;
}

.logo {
	margin-right:5vw;
}

.logo a {
	display:flex;
}

.logo img {
    height: 31px;
    min-width: 134px;
}

.main-navigation {
    margin-left: auto;
}

.menu {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu li {
    position: relative;
    padding: 10px 25px;
}

.menu li:nth-child(5) {
    margin-left: auto;
}

.menu a {
    text-decoration: none;
    color: #1D1D1B;
    font-weight: 100;
    transition: color 0.3s;
    font-size: 15px;
    display:flex;
    align-items: center;
}


.menu li ul {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #ffffff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    min-width: 200px;
    padding: 10px 0;
}

.menu li ul li {
    padding: 8px 15px;
}

.menu li ul li a {
    color: #555;
}

.has-submenu {
    position: relative;
}

.menu-arrow {
   width: 12px;
   height: 12px;
   margin-left: 8px;
   transition: transform 0.3s ease;
   margin-top: 3px;
}

.submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    min-width: 200px;
    padding: 10px 0;
}

.menus-down {
    display: flex;
    gap: 20px;
    max-width: 1500px;
    margin: 0 auto;
    padding-left: calc(5vw + 160px);
}

.menu-down {
	padding-top:30px;
}

.menu-down ul {
	list-style: none;
	margin:0px;
	padding:0px;
	line-height: 1.9em;
}

.menu-down a {
	text-decoration: none;
	transition: all .3s ease;
}

.menu-down.menu-down-2 {
    transform: translateX(-42px);
}

.menu-down.menu-down-3 {
    transform: translateX(-60px);
}

.menu-down.menu-down-4 {
    transform: translateX(-26px);
}

li.btn-contacto {
    padding: 0px;
    display: flex;
    align-items: center;
}

li.btn-contacto a{
    display: flex;
    padding: 10px 20px;
    font-size: 1rem;
    font-weight: 100;
    text-decoration: none;
    border-radius: 7px;
    line-height: 1em;
    transition: all 0.3sease;
    font-size: 14px;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #AF1C2E;
    color: red;
    align-self: center;
    transition: all .3s ease
}

li.btn-contacto a {
	color:#AF1C2E;
	transition: all .3s ease
}

.menu-down {
    opacity: 0;
    visibility: hidden;
    max-height: 0px;
    overflow: hidden;
    transition: opacity .6s ease, visibility 1.5s ease, max-height .5s ease;
}

.menu-down.open {
    opacity: 1;
    visibility: visible;
    max-height: 500px; 
    transition:  max-height 1.5s ease;
}

.menu-o-1.active,
.menu-o-2.active,
.menu-o-3.active,
.menu-o-4.active {
    color: #AF1C2E;
}

.menu-o-1.active svg path,
.menu-o-2.active svg path,
.menu-o-3.active svg path,
.menu-o-4.active svg path {
    stroke: #AF1C2E;
}

.menu-o-1.active .menu-arrow,
.menu-o-2.active .menu-arrow,
.menu-o-3.active .menu-arrow,
.menu-o-4.active .menu-arrow {
	    transform: rotate(180deg) translateY(2px);
}

.language-selector {
    position: relative;
    margin-left: auto;
    margin-right: 20px;
    margin-left:50px;
}

.lang-btn {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 15px;
    display: flex;
    font-family: 'Raleway';
    align-items: center;
}

.lang-btn img {
    margin-left: 5px;
}

.lang-menu {
    visibility: hidden;
    opacity:0;
    position: absolute;
    top: 19px;
    right: -16px;
    background: #F9F9F9;
    box-shadow: none;
    border-radius: 4px;
    list-style: none;
    padding: 10px 0;
    min-width: 30px;
    z-index: 1000;
    margin: 0;
    text-align: right;
    padding-top: 0px;
    transition: all .3s ease;
}

.lang-menu li {
    padding: 8px 12px;
}

.lang-menu li a {
    color: #333;
    text-decoration: none;
    display: block;
}

.mobile-menu {
    visibility: hidden;
    opacity:0;
    max-height: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #F9F9F9;
    color: white;
    z-index: 9;
    transition: opacity .6s ease, visibility 1.5s ease, max-height .5s ease;
}

.mobile-menu li.btn-contacto a {
    width: 100%;
    text-align: center;
    justify-content: center;
    margin-top: 36px;
}

.mobile-menu .red a {
    color: #AF1C2E !important;
}

.mobile-menu .menu-item-has-children a {
    color: #AF1C2E;
   	pointer-events: none;
}

 .mobile-menu-list .sub-menu a {
	color:#000;
}

.mobile-menu.open {
    max-height: 1000px;
    opacity:1;
    visibility: visible;
    opacity .6s ease, visibility 1.5s ease, max-height .5s ease

}

.mobile-menu-list {
    list-style: none;
    padding: 50px 20px 0px;
    text-align: center;
    margin: 0px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: left;
}

.mobile-menu-list li {
    margin-bottom: 5px;
}

.mobile-menu-list a {
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s ease;
}

.mobile-menu-list ul.sub-menu {
    margin: 0px;
    padding: 0px;
    list-style: none;
    margin-bottom: 30px;
    margin-top:15px;
}

.mobile-menu .lang-dropdown {
    position: relative;
}


.mobile-menu .lang-menu {
    left: 50%;
    background: transparent;
    box-shadow: none;
    padding: 0px 0;
    transform: translateX(-50%);
    margin-left:0px;
    text-align: center;
    top:15px;
}


.mobile-menu .language-selector {
    display: flex !important;
    margin-left: 0px;
    justify-content: center;
    margin-top: 20px;
    margin-right: 0px;
}

.mobile-menu .lang-btn {
	padding-left: 0px;
	padding-right:0px;
}

.hamburger-menu {
    display: none;
    /*position: fixed;*/
    top: 15px;
    right: 20px;
    width: 40px;
    height: 35px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1000;
}

.hamburger-menu span {
    display: block;
    width: 100%;
    height: 1px;
    background: #000;
    margin: 6px 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.hamburger-menu.open span:nth-child(1) {
    transform: translateY(5px) rotate(45deg);
}
.hamburger-menu.open span:nth-child(2) {
    opacity: 0;
}
.hamburger-menu.open span:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
}


/*
.mobile-menu-list .sub-menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-in-out;
    list-style: none;
    padding-left: 20px;
}

.mobile-menu-list .sub-menu.open {
    max-height: 500px; 
}

.menu-item-has-children > a {
    position: relative;
    padding-right: 30px;
}

.menu-item-has-children > a::after {
    content: "▼";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color: white;
    transition: transform 0.3s ease-in-out;
}

.menu-item-has-children.open > a::after {
    transform: translateY(-50%) rotate(180deg);
}

*/

/*Políticas*/

.politicas-content h2 {
	font-size: 35px;
	line-height: 1em;
	margin-top:30px;
	margin-bottom:30px;
}

.politicas-content p {
	margin-bottom: 15px;
}

/* Módulo Cookies
--------------------------------------------- */

.cky-consent-container .cky-consent-bar {
    background: #ffffff;
    border: 1px solid;
    padding: 36px;
    box-shadow: none!important;
    border-radius: 13px!important;
    border:none!important;
}

.cky-btn {
    border-radius: 7px!important;
    padding-top: 5px!important;
    padding-bottom: 5px!important;
    border-color: #AF1C2E !important;
    color:#AF1C2E!important;
    border-width: 1px !important;
    transition: all .3s ease;
}

.cky-btn:hover {
    color: #fff !important;
    background-color:#AF1C2E!important;
    opacity:1!important;
}

button.cky-btn.cky-btn-accept {
    background: #AF1C2E !important;
    color:#fff!important;
    transition: all .3s ease;
}

button.cky-btn.cky-btn-accept:hover {
    background:transparent!important;
    color:#AF1C2E!important;
}

.cky-notice .cky-title {
    color: #1D1D1B !important;
    font-weight: 600;
}

.cky-notice-des p {
    font-size: 15px;
    line-height: 21px;
    color: #1D1D1B;
}

.cky-modal {
    max-width: 560px!important;
}

.cky-accordion-chevron i::before {
    color:#AF1C2E!important;
}

button.cky-accordion-btn {
    color: #AF1C2E !important;
    font-weight: 100 !important;
    font-size: 15px!important;
}

span.cky-preference-title {
    color: #1D1D1B;
    font-size: 15px !important;
    font-weight: 500 !important;
}

.cky-modal p {
    font-size: 15px !important;
    line-height: 21px;
}

.cky-accordion-header .cky-always-active, button.cky-show-desc-btn:not(:hover):not(:active) {
    font-size: 15px!important;
    color: #AF1C2E!important;
}

.cky-preference-body-wrapper {
    padding: 0 36px!important;
}

.cky-preference-header {
    padding: 26px 36px 15px 36px!important;
}

.cky-preference-header .cky-btn-close img {
    height: 15px!important;
    width: 15px!important;
}

.cky-btn-revisit-wrapper.cky-revisit-bottom-left {
    display: none!important;
}


/* Módulo Cabecera/Slider
--------------------------------------------- */
.slider-section {
    width: 100%;
    padding: 0 36px 30px 36px;
    position: relative;
    overflow: hidden;
}

.slider {
    position: relative;
    min-height: 630px; 
    max-height: 630px;
    display: flex;
}

.slider .slick-list {
	border-radius:13px;
}

.slider .slick-list,
.slider .slick-track,
.slider .slick-slide,
.slider .slide
 {
    height: 100% !important;
    max-height: 630px !important;
    min-height: 630px !important;

}

.slider .slide {
    position: relative;
    display: flex !important;
    align-items: center;
    justify-content: flex-start; 
    height: 100% !important;
    width: 100%;
    text-align: left; 
    background-color: #000;
    padding-left: 60px; 
    background-size:cover;
    background-position: center center;
}

.slider .slide img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.6;
}

.slide-content .btn-primary,
.slide-content h2,
.slide-content .link {
    opacity:0;
    transform:translateY(10px);
    transition: all .3s ease;
}

.slick-active .slide-content .btn-primary,
.slick-active .slide-content h2,
.slick-active .slide-content .link {
    opacity:1;
    transform:translateY(0px);
    transition: all .5s ease;
}

.slick-active .slick-active .slide-content .btn-primary {
    transition-delay: .3s;
}

.slick-active .slide-content h2 {
    transition-delay: .5s;
}

.slick-active .slide-content .link {
    transition-delay: .7s;
}

.slide-content {
    position: relative;
    z-index: 2;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: flex-start; 
    justify-content: center; 
    height: 100%;
    width: 100%;
    max-width: 600px;
}

.link {
    font-size: 1rem;
    text-decoration: underline;
    transition: all 0.3s ease;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
}

.link.white {
	color:#fff;
}

.link.red {
	color:#AF1C2E;
}

.link svg {
	transition: all 0.3s ease;
	margin-left:8px;
}

.link.link-r svg {
	margin-right:8px;
	margin-left: 0px;
	transform: rotate(-180deg);
}

.link.white svg path {
	stroke:#fff;
}

.link.red svg path {
	stroke:#AF1C2E;
}

svg.mouse {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}

@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}


.custom-dots {
    display: flex;
    justify-content: center;
    gap: 24px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.dot {
    width: 64px;
    height: 3px;
    background: #DADADA;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border-radius: 64px;
}

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

.inProgress {
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background: #AF1C2E;
    transition: width 0s linear; 
}

.slick-active .inProgress {
    transition: width 5s linear;
    width: 100%;
}



/* Módulo Espacio
--------------------------------------------- */
.espacio-blanco {
    height: 75px;
    width: 100%;
}


/* 404
--------------------------------------------- */
.error404 section.marquee-section {
    margin-bottom: 0px;
    margin-top: 0px;
}


/* Módulo Busco
--------------------------------------------- */

.s-info-box {
    position: relative;
    border-radius:13px;
    transition: all .3s ease;
}

.info-box {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;  
    aspect-ratio: 9 / 9;
    max-height: 380px; 
    border-radius: 10px;
    text-decoration: none;
    overflow: hidden;
}

.icon-circle {
    width: 175px;
    height: 175px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
}

.icon-circle img {
    width: 50%;
    height: 50%;
}

.bg-red .icon-circle {
	background:#891C2A;
}

.bg-red svg path {
	stroke:#AF1C2E;
}

.bg-black .icon-circle {
	background:#0E0E0D;
}

.bg-black svg path {
	stroke:#1D1D1B!important;
}

.arrow-box {
    position: absolute;
    bottom: -2px;
    right: -2px;
    width: 90px;
    height: 90px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;

}


.arrow-box svg {
	transition: all .3s ease;
}

/* Módulo Marquesina
--------------------------------------------- */
.marquee-section {
    width: 100%;
    padding: 75px 0;
    border-top: 1px solid #ddd; 
    border-bottom: 1px solid #ddd; 
    overflow: hidden;
    position: relative;
}

.marquee-wrapper {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

.marquee {
    display: flex;
    width: max-content;
    animation: marqueeScroll 120s linear infinite;
}

.marquee-content {
    display: flex;
    gap: 30px;
    white-space: nowrap;
    flex-shrink: 0;
}

.marquee-separator {
    display: inline-block;
    width: 123px;
    height: 1px;
    background-color: #AF1C2E;
    align-self: center;
}

@keyframes marqueeScroll {
    from {
        transform: translateX(0%);
    }
    to {
        transform: translateX(-50%);
    }
}


/* Módulo Carrousel
--------------------------------------------- */
.carousel-section {
    width: 100%;
    padding: 50px 36px;
    overflow: hidden;
}

.carousel-container {
    display: flex;
    gap: 36px;
   	align-items: stretch;
    width:100%;
}

.carousel-info {
    flex: 0 0 25%; 
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 15px;
}

.carousel-slider {
    max-width: 100%;
    width: 100%;
}

.carousel-text {
    font-size: 1rem;
    color: #666;
}

.carousel-nav {
   	display: flex;
    gap: 0px;
    border: 1px solid #AF1C2E; 
    border-radius:7px;
    width: auto; 
    max-width: fit-content;
    flex-grow: 0; 
    align-self: flex-start;
    min-width: 103px;
    justify-content: space-between;
    position: relative;
    min-height: 43px;
}

.carousel-nav .carousel-prev {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.carousel-nav .carousel-next {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.carousel-nav:after {
    content: "";
    position: absolute;
    width: 1px;
    height: calc(100% - 12px);
    background: #AF1C2E;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s ease;
}

.carousel-nav button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
    width:50%;
   	display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
}

.carousel-nav svg {
	transition: all .3s ease;
}

.carousel-nav svg path {
	stroke:#AF1C2E;
	transition: all .3s ease;
}

.carousel-nav .carousel-prev svg {
    transform: rotate(-180deg);
}

.carousel-slider {
    flex: 1;
}

.carousel-slider .slick-track {
    display: flex;
    gap: 36px; 
    align-items: stretch;
}

.carousel-slide {
    display: flex !important;
    flex-direction: column;
    text-decoration: none;
    gap: 20px;
    width: auto; 
    position: relative;
}

.carousel-slide .carousel-content {
    width: 100%;
    padding-top: 56.25%; 
    border-radius: 10px;
    position: relative;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.carousel-content:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #AF1C2E;
    border-radius: 10px;
    opacity:0;
    transition: all .3s ease;
}

.carousel-slide {
    position: relative;
}

.carousel-slide .carousel-content::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 56.25%; 
}

.carousel-more {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-bottom-left-radius: 9px;
    right: 0px;
    position: absolute;
    top: 0px;
    font-size: 50px;
    font-weight: 100;
    z-index:9;
    transition: all .3s ease;
}


.carousel-more svg, 
.carousel-more svg path {
	transition: all .3s ease;
}




/* Módulo iframe
--------------------------------------------- */

.iframe-wrapper {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    padding-top: 67.25%;
    overflow: hidden;
    border-radius: 20px;
}

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}


/* Módulo Info + Imagen
--------------------------------------------- */
.info-image-section {
    width: 100%;
}

.info-image {
    flex: 0 0 32%; 
    border-radius:10px;
}

.info-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.info-header div {
    max-width: 40%;
}

.info-body div {
	max-width: 50%;
}


/* Módulo Info + Imagen (Reverse)
--------------------------------------------- */
.reverse .info-image {
    order: 2;
}

.reverse .info-content {
    order: 1;
}

.reverse .info-header div {
	text-align: right;
}


/* Módulo Texto
--------------------------------------------- */
.text-section {
    width: 100%;
}

.max-width-1200 {
    max-width: 1200px;
    margin: auto;
}

.text-left,.text-right {
    flex: 1;
}

.service-content p {
    max-width: 260px;
}

/* Marquesina Lista
--------------------------------------------- */
.services-list {
    width: 100%;
    position: relative;
}

.services-items {
    list-style: none;
    padding: 0;
    margin: 0;
}

.services-items .service-item:first-child {
    border-top: 2px solid #E4E4E4;
}

.service-item {
    position: relative;
    width: 100%;
    cursor: pointer;
    /*overflow: hidden;*/
    border-bottom: 2px solid #E4E4E4;
}

.service-item a {
	text-decoration:none!important;
}

.service-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: opacity 0.3s ease-in-out;
}

.service-marquee {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.3s ease;
    overflow: hidden;
    pointer-events: none;
    background: #EFEFEF;
}

.marquee-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 6px;
}

.marquee-content {
    display: flex;
    gap: 30px;
    white-space: nowrap;
    margin-right: 30px;
}



@keyframes marquee-loop {
    from {
        transform: translateX(0%);
    }
    to {
        transform: translateX(-50%);
    }
}


/* Servicios > 3 columnas
--------------------------------------------- */
.info-sectores-columns {
    width: 100%;
}

.info-sectores-box {
    padding: 40px 25px;
    border-radius: 10px;
}

.info-sectores-box h2 {
    margin-bottom: 17px;
}

.info-sectores-box h3 {
    margin-bottom: 30px;
}

.info-sectores-icon {
    margin-bottom: 45px;
}

.info-sectores-icon svg {
    width: 20px;
    height: 11px
}

.info-sectores-list {
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    padding: 0px;
    list-style: none;
    margin-left: 0px;
    margin-bottom: 0px;
}

.info-sectores-item {
    background: #fff;
    padding: 22px 15px;
    border-radius: 7px;
    text-align: center;
    margin-bottom: 12px;
}

.info-sectores-item:last-child {
    margin-bottom: 0;
}

ul.slick-dots {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    max-width: 250px;
    margin: 35px auto 0px auto;
    gap:10px;
}

.slick-dots li {
    width: 64px;
    height: 3px;
    background: #DADADA;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border-radius: 64px;
    max-width: 300px;
    margin:0 auto;
}

.slick-dots button {
	display:none;
}

.slick-dots .slick-active {
	background: #AF1C2E;
}




/* Cursos/certificados
--------------------------------------------- */
.cursos-listado {
    width: 100%;
}

.cursos-listado .bg-gray-2 {
    border-radius: 13px;
}

.cursos-items {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cursos-item {
    padding: 36px 0;
    border-bottom: 1px solid #D4CACC;
}

.cursos-item:last-child {
    border-bottom: none;
}


/* Sectores > Noticias relacionadas
--------------------------------------------- */
.noticias-sectores {
    width: 100%;
}

.grid-noticias {
    grid-template-columns: 30% 25% auto 20%; 
    position: relative;
}

.noticia-space {
    width: 20%;
}

.noticia-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 13px;
}

.noticia-item a {
    text-decoration: none;
}

.noticia-1 img, .noticia-3 img {
    max-height: 550px;
}

.noticia-2 img {
    max-height: 330px;
}

.noticia-item h3 {
    margin-top: 9px;
}


/* Blog/noticias
--------------------------------------------- */
.blog-noticias {
    width: 100%;
}

.grid-noticias-blog {
    grid-template-columns: repeat(4, 1fr); /* Cuatro columnas en desktop */
    gap: 90px 36px;
}

.noticia-blog img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1; 
    object-fit: cover;
    border-radius: 10px;
}


.noticia-blog a {
	text-decoration: none!important;
}

.noticia-fecha {
	display:block;
}

/* Detalle noticias
--------------------------------------------- */
.info-doble a {
    display:block;
}

.info-doble-img {
    padding-right: 50px;
}

.info-doble-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
    max-width: 560px;
}


/* Contenido sencillo
--------------------------------------------- */
.contenido-sencillo {
    width: 100%;
}

.contenido-sencillo-img img {
    max-width: 560px;
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
}


/* Informes
--------------------------------------------- */
.descarga-informes {
    width: 100%;
}

.descarga-info img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
    max-width: 700px;
}

.informes-items {
    list-style: none;
    padding: 0;
    margin: 0;
}

.informes-item {
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
    transition: all 0.3s ease;
}

.informes-flecha svg path {
	stroke:#AF1C2E;
}

.informes-flecha,
.informes-enlace {
    opacity: 0;
    transform: translateX(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}


.informes-item:last-child {
    border-bottom: none;
}


/* Eventos
--------------------------------------------- */
.eventos {
    width: 100%;
}

.eventos-lista {
    list-style: none;
    padding: 0;
    margin: 0;
}

.eventos-item {
    grid-template-columns: auto auto 1fr;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}

.eventos-item:last-child {
    border-bottom: none;
}

.eventos-item a {
    text-align: right;
    justify-self: end;
}

.eventos-img img {
    width: 100%;
    max-width: 500px;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
}


/* Certificados
--------------------------------------------- */
.certificaciones {
    width: 100%;
}

.cols-6 {
    grid-template-columns: repeat(6, 1fr);
}

.certificaciones-logos img {
    width: 100%;
    max-width: 150px;
    height: auto;
    object-fit: contain;
    margin:0px auto;
}




/* Equipo
--------------------------------------------- */
.equipo {
    width: 100%;
}

.equipo-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: inherit;
    position: relative;
    cursor: pointer;
    transition: transform 0.3s ease;
    cursor:initial;
}

.equipo-img {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    transition: all .3s ease;
}

.equipo-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top; /* Asegura que la imagen se recorte desde la parte inferior */
    transition: height 0.3s ease-in-out, clip-path 0.3s ease-in-out;
}

.equipo-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(175 28 46 / 50%);
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease, clip-path 0.3s ease-in-out;
    z-index: 9;
    clip-path: inset(0% 0% 0px 0% round 10px);
}

.equipo-info {
	position: absolute;
	bottom:0px;
	opacity:0;
	transition: all .3s ease;
}

.equipo-item .equipo-img img {
	border-radius: 12px;
	clip-path: inset(0% 0% 0px 0% round 10px);
}

.equipo-plus {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-bottom-left-radius: 9px;
    right: 0px;
    position: absolute;
    top: 0px;
    font-size: 50px;
    font-weight: 100;
    z-index: 9;
    transition: all .3s ease;
    z-index: 99;
}

.equipo-plus svg, 
.equipo-plus svg path {
	transition: all .3s ease;
}


/* Oficinas
--------------------------------------------- */
.oficinas {
    width: 100%;
}

.oficinas-grid {
	row-gap: 70px;
}

.oficinas-grid a {
	text-decoration: none;
}


.oficinas-item {
    text-decoration: none;
    color: inherit;
    position: relative;
    cursor: pointer;
}

.oficinas-img {
    position: relative;
    width: 100%;
    max-height: 400px; 
    overflow: hidden;
    border-radius: 10px;
}

.oficinas-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



/* Formulario
--------------------------------------------- */
.formulario-wrap form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.formulario-wrap {
    max-width: 455px;
}

.formulario-wrap input[type="text"],
.formulario-wrap input[type="email"],
.formulario-wrap textarea,
.formulario-wrap select {
    width: 100%;
    padding: 8px 25px;
    border-radius: 7px;
    border:none!important;
    color: #BFBFB2!important; 
    background:#fff;
    font-family: 'Raleway', sans-serif;
}

.formulario-wrap input::placeholder,
.formulario-wrap textarea::placeholder {
    color: #BFBFB2!important; 
    font-size: 15px;
    opacity: 1; 
    font-family: 'Raleway', sans-serif;
}

.formulario-wrap input:focus::placeholder,
.formulario-wrap textarea:focus::placeholder {
    color: transparent; 
    font-family: 'Raleway', sans-serif;
} 

.formulario-wrap textarea {
	height:160px;
	resize: none;
	color: #BFBFB2!important; 
	font-family: 'Raleway', sans-serif;
}

.wpcf7-form-control-wrap select {
    width: 100%;
    font-size: 16px;
    appearance: none; 
    cursor: pointer;
    position: relative;
    font-family: 'Raleway', sans-serif;
}

.wpcf7-form-control-wrap:has(select) {
    position: relative;
    display: block;
}

.wpcf7-form-control-wrap:has(select)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    width: 11px;
    height: 6px;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='6' viewBox='0 0 11 6' fill='none' stroke='%23AF1C2E' stroke-miterlimit='10' stroke-linecap='round'%3E%3Cpath d='M9.99983 0.56189L5.54679 4.43809L1.09375 0.56189'/%3E%3C/svg%3E");    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: translateY(-50%);
    pointer-events: none;
    transition: all .3s ease;
}

.wpcf7-form-control-wrap.select-open::after {
    transform: translateY(-50%) rotate(180deg);
    transition: all .3s ease;
}

.wpcf7-list-item {
	margin:0px;
}

span.wpcf7-list-item input {
    margin-right: 5px;
    transform: translateY(1px);
}

span.wpcf7-list-item-label {
    color: #847B7B;
    font-size: 14px;
}

span.wpcf7-list-item-label a {
	color:#AF1C2E;
}

.formulario-img img {
    width: 100%;
    max-width: 580px;
    height: auto;
    object-fit: cover;
    border-radius: 14px;
}

.rgpd {
    font-size: 12px;
    line-height: 16px;
    color: #847B7B;
    margin-bottom: 5px;
}

.rgpd a {
	color:#AF1C2E;
}

.wpcf7-submit {
    all: unset;
    display: inline-block;
    cursor: pointer;
    width: auto;
    text-align: center;
    text-transform: uppercase;
    color: #AF1C2E;
    position: relative;
    transition: all 0.3s ease;
}


.wpcf7-submit:hover svg {
	transform:translateX(10px);
	transition: all 0.3s ease;
}


.wpcf7-submit svg {
	transition: all 0.3s ease;
	margin-left:8px;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #AF1C2E;
    background: #AF1C2E;
    color: #fff;
    padding: 15px;
    margin:0px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    background-color: #ffb900;
    color: #fff;
    padding: 15px;
    margin:0px;
}

.wpcf7-submit.has-spinner::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 10px;
  margin-left: 8px;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke-linecap='round' stroke='%23AF1C2E' stroke-miterlimit='10' d='M1 0.54692L4.8762 4.99996L1 9.453'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.mw-1200 {
	max-width: 1200px;
	margin:0 auto;
}



/* Delegaciones > Detalle
--------------------------------------------- */

.detalle-delegacion {
    width: 100%;
}

.grid-25-75 {
    grid-template-columns: 25% calc(75% - 36px);
}

.delegacion-info {
    gap: 33px;
}

.delegacion-mapa iframe {
    width: 100%;
    height: 560px;
    max-width: 855px;
    border-radius: 10px;
}





/* Footer
--------------------------------------------- */
.cta-section {
    padding-bottom: 100px;
    position: relative;
    padding-top: 90px;
}

.cta-section:before {
    content: "";
    width: 100%;
    position: absolute;
    top: -16px;
    height: 50px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    background: #F9F9F9;
    left: 0px;
}

.cta-buttons {
	display:flex;
	gap:36px;
}

.cta-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.cta-image img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.footer {
	position: relative;
}

.footer:before {
    content: "";
    width: 100%;
    position: absolute;
    top: -32px;
    height: 50px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    background: #F9F9F9;
    left: 0px;
}
.footer-top {
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-logo-menu {
    display: flex;
    flex-direction: initial;
    gap: 15px;
}

.footer-logo-menu .footer-menu {
    margin-left: 5vw;
}

.footer-logo-menu img {
    height: 24px;
}

.menu-footer {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 20px;
}

.menu-footer li a {
    text-decoration: none;
    color: #847B7B;
    font-size: 15px;
    line-height: 21px;
    transition: color 0.3s;
}


.footer-copyright {
    text-align: right;
    font-size: 15px;
    line-height: 21px;
    align-self: baseline;
}

.footer-copyright p {
	color:#1D1D1B;	
}

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

.social-icons {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
}

.social-icons a {
    width: 50px;
    height: 50px;
    background: #EFEFEF;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
}


/* ==== RESPONSIVE ==== */
@media (max-width: 1220px) {
    .grid-noticias-blog {
        grid-template-columns: repeat(3, 1fr); 
    }

    .menu li {
    	padding: 10px 10px;
	}

	.logo {
    	margin-right: 3vw;
	}

	.menu-down {
    	padding-top: 0px;
	}

	.menus-down {
    	padding-left: calc(3vw + 144px);
	}

	.menu-down.menu-down-2 {
    	transform: translateX(-72px);
	}

	.menu-down.menu-down-3 {
    	transform: translateX(-120px);
	}

	.menu-down.menu-down-4 {
    	transform: translateX(-115px);
	}

	.language-selector {
		margin-left: 10px;
	}

	.fs-super {
    	font-size: 53px;
    	line-height: 53px;
	}

}

@media (max-width: 1130px) {
	.footer-top {
    	flex-direction: column;
    	align-items: flex-start;
		gap:5px;
	}
}


@media (max-width: 1024px) {
    .grid-space-between {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    .footer-copyright {
       
    }

  	.grid-2 {
        flex-direction: column;
        /*text-align: center;*/
    }

    .fs-titular-l {
    	font-size: 32px;
	}

    .cta-image {
        text-align: center;
    }

    .cta-buttons {
        justify-content: center;
    }

    .carousel-info {
    	text-align:left;
    }

    .carousel-slider {
        width: 100%;
    }

    .carousel-slide {
        width: 100%; /* Muestra 1 slide en móviles */
    }

    .cursos-item {
        grid-template-columns: 1fr 1fr; /* Dos columnas en tablets */
        gap: 20px;
    }
    .cursos-titulo {
        grid-column: span 2; /* El título ocupa las dos columnas */
    }
    .cursos-formato {
        text-align: left;
    }
    .cursos-accion {
        text-align: right;
    }

    .noticia-space {
        display: none; 
    }

    .noticia-item img {
        max-height: 400px; 
    }

    .cols-3 {
        grid-template-columns: 1fr; /* Cambia a una sola columna en pantallas pequeñas */
    }

    .informes-item {
        grid-template-columns: 1fr 1fr 0px;
    }

    .informes-flecha {
        display: none; /* Ocultar la flecha en pantallas pequeñas */
    }

    .eventos-item {
        grid-template-columns: 1fr 1fr; /* Dos columnas en tablets */
    }

    .grid-6 {
        grid-template-columns: repeat(4, 1fr); /* Pasa a 4 columnas */
    }


    .delegacion-info {
        
    }

    .formulario-wrap {
        width: 100%;
        max-width: 500px;
    }

    .formulario-img img {
        max-width: 100%;
    }

    .mw-1200 {
		max-width: 100%;
	} 

	.oficinas-grid {
        grid-template-columns: repeat(2, 1fr); /* Pasa a 2 columnas */
    }

    .header-container {
    	align-items: center;
    	justify-content: space-between;
	}

	.grid-noticias {
        grid-template-columns: calc(33% - 21px) calc(33% - 21px) calc(33% - 21px);
    }

    .contenido-sencillo-texto h2 {
    	margin-bottom: 38px;
    }

    .eventos-item {
        grid-template-columns: 1fr;
        gap:5px;
    }

	.eventos-item a {
    	text-align: left;
    	justify-self: start;
    	margin-top: 5px;
	}

	.cta-buttons {
    	display: flex;
    	gap: 20px;
    	margin-top:20px;
	}


}


@media (max-width: 999px) {
    .grid-noticias-blog {
        grid-template-columns: repeat(2, 1fr); 
        gap: 36px 36px;
    }

    .language-selector, nav.main-navigation {
    	display: none;
	}

	.menus-down {
    	display: none;
	}

	.hamburger-menu {
        display: block;
    }

    .mobile-menu {
        display: block;
    }

    .pr-50 {
		padding-right: 0px;
	}

	.pl-50 {
    	padding-left: 0px;
	} 

	.info-body div {
    	max-width: 100%;
	}

	.info-header div {
    	max-width: 70%;
	}

	.mt-85 {
    	margin-top: 30px;
	}

	.py-100 {
    	padding-top: 40px;
    	padding-bottom: 40px;
	}

	.service-content .fs-texto {
    	order: 2;
    	text-align: left;
	}

	.service-marquee {
		background:transparent;
	}

	.service-content {
    	justify-content: flex-start;
    	align-items: flex-start;
	}

	.service-item:hover .service-content {
    	opacity: 1!important;
	}

	.service-marquee {
		display:none!important;
	}

	.service-item:after {
	    content: "";
	    display: inline-block;
	    width: 36px;
	    height: 37px;
	    background-image: url(/wp-content/themes/galiempleo/assets/img/flecha-red.svg);
	    background-repeat: no-repeat;
	    background-size: contain;
	    margin-left: 8px;
	    vertical-align: middle;
	    position: absolute;
	    right: 20px;
	    bottom: 20px;
	}

	.service-content.grid-2 {
    	gap: 20px;
	}

	.informes-flecha, .informes-enlace {
    	opacity: 1;
	}

	.informes-toggle {
    	display: flex;
    	align-items: center;
    	justify-content: center;
    	transition: transform 0.3s ease-in-out;
	}

	.cols-6 {
    	grid-template-columns: repeat(3, 1fr);
	}

	.info-image {
    	flex: 0 0 42%;
	}

	.delegacion-mapa iframe {
    	width: 100%;
    	height: 460px;
	}

	.equipo-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .equipo-img {
        max-height: initial;
        min-height: initial;
        overflow:initial;
        display: flex;
        flex-direction: column;
    }

    .equipo-img img{
    	
    }

    .equipo-overlay, .equipo-plus {
    	display:none;
    }

    .equipo-info {
    	position: relative;
    	bottom: initial;
    	opacity: 1;
    	margin-top:30px;
	}

	.equipo-item .equipo-img img {
		clip-path: none !important;
	}

}


@media (max-width:768px) {
	 .grid-2 {
        flex-direction: column;
        gap: 20px;
    }

    .cols-2 {
    	grid-template-columns: 1fr;
	}

	.grid-noticias {
        grid-template-columns: 1fr; 
        gap: 30px;
    }

    .cursos-item {
        grid-template-columns: 1fr; 
        text-align: center;
        gap: 10px;
    }
    .cursos-titulo, .cursos-formato, .cursos-accion {
        text-align: center;
        grid-column: unset; 
    }

    .noticia-item img {
        max-height: 300px;
        min-height: 300px;
    }

    .informes-item {
        text-align: center;
    }

    .carousel-container {
        flex-direction: column;
    }

    .grid-6 {
        grid-template-columns: repeat(2, 1fr); 
    }

    .oficinas-grid {
        grid-template-columns: 1fr; 
    }

    .info-header div {
    	max-width: 100%;
	}
	
	.info-header {
        max-width: 100%;
    }

    .info-body div {
    	max-width: 100%;
    }

	img.info-image.mt-85 {
    	display: none;
	}

	.info-title {
		margin-bottom: 30px;
	}


    /*Podría ser en 999*/
    .slider-section {
    	padding: 0 20px 30px 20px;
	}

	.site-header {
    	padding: 40px 20px 30px;
	}

	.fs-super {
		font-size: 53px;
	}

	.fs-titular-l {
    	font-size: 29px;
	}

	.px-36 {
    	padding-left: 20px;
    	padding-right: 20px;
	} 

	.py-75 {
    	padding-top: 35px;
    	padding-bottom: 35px;
	}

	.my-75 {
		margin-top:35px;
		margin-bottom: 35px;
	}

	.flex {
		flex-direction: column;
	}

	.mb-50 {
    	margin-bottom: 30px;
	}

	.slider .slick-list, .slider .slick-track, .slider .slick-slide, .slider .slide, .slider {
		max-height: 530px!important;
		min-height: 530px!important;
	}

	.slider .slide {
		padding-left:27px;
	}

	.fs-titulo-xxl {
    	font-size: 42px;
    	line-height: 41px;
    	font-weight: 410;
	}

	.btn {
		min-width:135px;
	}

	.marquee-section {
    	padding: 40px 0px;
	}

	.carousel-section {
		padding: 40px 0px 40px 20px;
	}


	.carousel-nav {
		display:none;
	}

	.carousel-slider .slick-track {
		gap:8px;
	}

	.carousel-slider .slick-track {
    	padding-left: 28px;
	}

	.info-image img {
		max-width: 70%;
	}

	.text-left {
    	text-align: center !important;
	}

	.text-right {
    	text-align: center !important;
	}

	.info-sectores-box {
    	text-align: center;
	}

	li.cursos-item .text-left, li.cursos-item .text-center, li.cursos-item .text-right {
    	text-align: left !important;
	}

	.px-60 {
    	padding-left: 20px;
    	padding-right: 20px;
	}

	.cursos-item {
    	padding: 30px 0;
	}

	.grid-noticias .slick-track {
		gap: 9px;
		display:flex;
	}

	.grid-noticias-blog {
    	gap: 60px 36px;
	}

	.contenido-sencillo-img {
    	margin-bottom: 30px;
	}

	.contenido-sencillo-img img {
    	max-width: 70%;
	}

	.contenido-sencillo.reverse .contenido-sencillo-texto div {
    	align-items: flex-end;

	}

	.contenido-sencillo.reverse .contenido-sencillo-texto .fs-titular-l {
		text-align: right;
	}
		

	.informes-item .text-left {
		text-align: left!important;
	}

	.informes-item .text-right {
		text-align: right!important;
	}

	.noticia-item h3 {
		display: -webkit-box;
	    -webkit-line-clamp: 2;
	    -webkit-box-orient: vertical;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    max-height: 3em; 
	}

	.informes-enlace.link svg {
    	display: none;
	}

	.informes-toggle svg {
    	width: 16px;
    	height: 16px;
    	transition: transform 0.3s ease-in-out;
	}

	.informes-item {
        grid-template-columns: 1fr 1fr 30px;
    }

    .eventos-img img {
    	width: 100%;
    	max-width: 100%;
    	margin-bottom: 30px;
	}

	.cols-6 {
    	grid-template-columns: repeat(2, 1fr);
	}

	.equipo {
	    padding-right: 0px !important;
	}

	.equipo-grid {
        grid-template-columns: 1fr; 
    }

	.equipo .slick-track {
		gap:18px;
		padding-left:21px;
	}

	.equipo-item:first-of-type {
	    width: 100%;
	    max-width: 100%;
	    margin: 0 auto; 
	    padding-right:20px;
	}

	.equipo-slider .equipo-item {
	    width: 100%;
	}

	.equipo-slider {
		margin-top:30px;
	}

	.oficinas-grid .slick-track {
    	gap: 18px;
    	display: flex;
    	padding-left: 13px;
	}

	.oficinas {
    	padding-right: 0px;
	}

	.oficinas-img img {
    	min-height: 200px;
	}

	.mb-70 {
    margin-bottom: 30px;
	}

	.grid-25-75 {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .formulario-img {
    	order: 1;
	}

	.formulario-info {
		order:2;
	}

	.formulario-wrap {
        max-width: 100%;
    }

    .cta-content {
    	text-align: center;
	}

	.cta-buttons {
		flex-direction: column;
	}

	.cta-buttons {
        min-width: 210px;
        max-width: 210px;
        margin: 50px auto 0px auto;
    }

    .cta-image {
    	display:none;
    }

    .social-icons {
        justify-content: center;
    }

    .footer-logo-menu {
    	flex-direction: column;
    	justify-content: center;
    	align-items: center;
    	width:100%;
		gap:30px;
	}

	.menu-footer {
    	gap: 5px;
    	flex-direction: column;
    	justify-content: center;
    	align-items: center;
	}

	.footer-logo-menu .footer-menu {
    	margin-left: 0px;
	}

	.footer-copyright {
        text-align: center;
        width: 100%;
        margin-top: 37px;
    }

}


@media (max-width: 600px) {
    .grid-noticias-blog {
        grid-template-columns: 1fr; 
    }
}




.c-scrollbar_thumb {
    height: 50px!important; 
}



/*Hover*/
@media (min-width:990px) {
	.btn:hover svg {
		transition: all .3s ease;
		transform:translateX(5px);
	}

	.btn-primary:hover {
	    background-color: transparent;
	    color: #AF1C2E;
	}

	.btn-primary:hover svg path {
	    stroke: #AF1C2E;
	    transition: all .3s ease;
	}

	.btn-secondary:hover {
	    background-color: #AF1C2E;
	    color:#fff;
	    transition: all .3s ease;
	}

	.btn-secondary:hover svg path {
	    stroke: #fff;
	    transition: all .3s ease;
	}

	.menu li:hover a {
	    color: #AF1C2E;
	}

	.menu li:hover a svg path {
	    stroke: #AF1C2E;
	}

	.menu li:hover > ul {
    	display: block;
	}

	.menu li ul li a:hover {
	    color: #007bff;
	}

	.has-submenu:hover > a .menu-arrow {
	    transform: rotate(180deg);
	}

	.has-submenu:hover > .submenu {
	    display: block;
	}

	.menu-down a:hover {
		color:#AF1C2E;
		transition: all .3s ease;
	}

	li.btn-contacto a:hover {
		background:#AF1C2E;
		transition: all .3s ease;
			color:#fff;
	}

	.lang-dropdown:hover .lang-menu {
	    visibility: visible;
	    opacity:1;
	    transition: all .3s ease;
	}

	.link:hover {
	    opacity:.6;
	    transition: all 0.3s ease;
	}

	.link.link-r:hover svg {
		transform:translateX(-10px) rotate(-180deg);
	}

	.link:hover svg {
	    transform:translateX(10px);
	    transition: all 0.3s ease;
	}

	.marquee:hover {
	    animation-play-state: paused;
	}

	.service-hover-image {
	    position: absolute;
	    width: 326px; 
	    height: 400px; 
	    background-size: cover;
	    background-position: center;
	    border-radius: 10px;
	    opacity: 0;
	    pointer-events: none;
	    transition: opacity 0.3s ease, transform 0.3s ease;
	    transform: translate(-50%, -50%) rotate(0deg);
	    z-index: 9;
	    -webkit-box-shadow: 0px 4px 64px 0px rgba(0,0,0,0.25);
		-moz-box-shadow: 0px 4px 64px 0px rgba(0,0,0,0.25);
		box-shadow: 0px 4px 64px 0px rgba(0,0,0,0.25);
	}

	.service-item:hover .service-content {
	    opacity: 0;
	}

	.service-item:hover .service-marquee {
	    opacity: 1;
	}

	.service-item:hover ~ .service-hover-image {
	    opacity: 1;
	}

	.informes-item:hover .informes-flecha,
	.informes-item:hover .informes-enlace {
	    opacity: 1;
	    transform: translateX(0);
	}


	.equipo-item:hover .equipo-info {
		opacity: 1;
		transition: all .3s ease .3s;
	}

	.equipo-item:hover .equipo-img img {
	    clip-path: inset(0% 0% 100px 0% round 10px);
		transition: height 0.1s ease-in-out, clip-path 0.3s ease-in-out;
	}

	.equipo-item:hover .equipo-overlay {
	    opacity: 1;
	    clip-path: inset(0% 0% 100px 0% round 10px);
	    transition: opacity 0.3s ease, clip-path 0.3s ease-in-out;
	}

	.oficinas-img:hover .equipo-overlay {
	    opacity: 1;
	    transition: all .3s ease;
	}

	.wpcf7-submit:hover svg {
	    transform: translateX(10px);
	    transition: all 0.3s ease;
	}

	.wpcf7-submit:hover {
	    opacity: .6;
	    transition: all 0.3s ease;
	}

	.menu-footer li a:hover {
	    color: #847B7B;
	}

	.social-icons a:hover {
		background:#AF1C2E;
		transition: all .3s ease;
	}

	.social-icons a:hover svg path {
	    fill:#EFEFEF;
	    transition: all .3s ease;
	}

	.s-info-box:hover .icon-circle {
		width:200px;
		height:200px;
	}

	.s-info-box.bg-red:hover {
		transition: all .3s ease;
		background:#891C2A;
	}

	.s-info-box.bg-red:hover .icon-circle {
		background:#AF1C2E;
		transition: all .3s ease;
	}

	.s-info-box.bg-black:hover {
		transition: all .3s ease;
		background:#0E0E0D;
	}

	.s-info-box.bg-black:hover .icon-circle {
		background:#1D1D1B;
		transition: all .3s ease;
	}

	.s-info-box:hover .arrow-box svg {
		transform: translate(3px, 3px);
		transition: all .3s ease;
	}

	.carousel-content:hover:after {
		opacity: .5;
		transition: all .3s ease;
	}

	.carousel-content:hover .carousel-more {
		background:#AF1C2E;
		transition: all .3s ease;
	}

	.carousel-content:hover .carousel-more svg {
		transform:rotate(45deg);
		transition: all .3s ease;
	}

	.carousel-content:hover .carousel-more svg path {
		stroke:#fff;
		transition: all .3s ease;
	}

	.carousel-nav button:hover {
		background:#AF1C2E;
		transition: all .3s ease;
	}

	.carousel-nav:hover:after {
		height:100%;
		transition: all .3s ease;
	}
	
	.carousel-nav button:hover svg path {
		stroke:#fff;
		transition: all .3s ease;
	}

	.carousel-nav .carousel-prev:hover svg {
		transform: translateX(-3px) rotate(-180deg);
		transition: all .3s ease;
	}

	.carousel-nav .carousel-next:hover svg {
		transform: translateX(3px);
		transition: all .3s ease;
	}

	.equipo-item:hover .equipo-plus, .oficinas-img:hover .equipo-plus {
		background:#AF1C2E;
		transition: all .3s ease;
	}

	.equipo-item:hover .equipo-plus svg, .oficinas-img:hover .equipo-plus svg  {
		transform:rotate(45deg);
		transition: all .3s ease;
	}

	.equipo-item:hover .equipo-plus svg path, .oficinas-img:hover .equipo-plus svg path {
		stroke:#fff;
		transition: all .3s ease;
	}


}



/*Animaciones*/



.is-inview {
    transition: all .5s ease;
}

.fade-in {
    opacity:0;
    transition: all .5s ease;
}

.scale-in {
    transform: scale(0);
    transition: all .5s ease;
}

.transform-x {
    transform: translateX(100%);
    transition: all .5s ease;
}

.transform-y-20 {
    transform: translateY(20px);
    transition: all .5s ease;
}

.border-animate {
    border-top: 0px solid #ddd;
    border-bottom: 0px solid #ddd;
    transition: border-top-width 0.5s ease-in-out, border-bottom-width 0.5s ease-in-out;
}

.is-inview.fade-in {
    opacity:1;
}

.is-inview.scale-in {
    transform: scale(1);
}

.is-inview.transform-x {
    transform: translateX(0%);
}

.is-inview.transform-y-20 {
    transform: translateX(0px);
}

.delay-3 {
    transition-delay: 0.3s;
}

.delay-6 {
    transition-delay: 0.6s;
}


.border-animate.is-inview {
    border-top-width: 1px;
    border-bottom-width: 1px;
}

.marquee-section .marquee-wrapper {
    transform: translateY(200%);
}

.marquee-section .marquee-wrapper.is-inview {
    transform: translateY(0%);
}



/*Secciones desactivadas para lanzamiento*/

section.certificaciones, .descarga-informes {
    display: none;
}

.none {
	display:none;
}