/*
Theme Name: vcm
Theme URI: http://underscores.me/
Author: Tinca
Author URI: https://tinca.org/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vcm
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.

vcm 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
#Personalizado
    - Generales
	- Header
	- Slider
	- Sección Propósito - Objetivo
	- Sección 3 bloques
	- Sección Recursos A+S
	- Nosotros
	- Formación
	- Iniciativas
	- Recursos A+S
	- Cursos
	- Proyectos
	- Galeria
	- Footer
	- Responsive

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

/*--------------------------------------------------------------
# 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%;
	scroll-behavior: smooth;
}


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

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

.ratio-i {
    width: 100%;
    background-color: transparent;
    background-position: center;
    background-size: cover;
    display: inline-block;
}
.i-16_9 {
    padding-bottom: 56.25%;
}
/**
 * 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; /*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;
	color: unset;
}

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Rubik', sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

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

p {
	margin-bottom: 0; /*1.5em*/
}
.single p, .page p {
    margin-bottom: 22px;
}
dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

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

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

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

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

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

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

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

.main-navigation li {
	position: relative;
}

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

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

@media screen and (min-width: 992px)/*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 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;
}

/*--------------------------------------------------------------
# Personalizado
--------------------------------------------------------------*/

/* Generales
--------------------------------------------- */
.nop,
.container,
header .container [class*="col-"]{
	padding-right: 0;
	padding-left: 0;
}

.breadcrumb-container{
	margin: 2.5em 0;
}

.breadcrumb,
#slider .carousel-caption .slider-txt h3,
#cursos .bloque-curso:last-child,
#cursos .bloque-info .campos-cursos ul li h4{
	margin-bottom: 0;
}

#slider .slider-txt .btn-slider a,
.breadcrumb-container li a,
#formacion .btn-formacion a,
#nosotros .equipo .mequipo .txt p,
  #nosotros .equipo .mequipo .txt a,
#footer-2 input.wpcf7-submit,
#menu-footer li a {
	font-size: 13px;
}

.breadcrumb-container li .separator{
	padding: 0 5px;
}

/* Header
--------------------------------------------- */
header,
footer{
	background-color: #1a1a1a;
	padding: 1.5em 0;
}

header{
	padding: 1.5em 0 0 0;
}

header .container,
#slider .carousel-caption .slider-txt{
	margin: 0 auto;
}

.site-branding .custom-logo{
	max-width: 520px;
}

.site-branding .custom-logo,
#footer-1 ul li{
	padding-bottom: 2.2em;
}

.main-navigation #primary-menu,
#cursos .bloque-info .campos-cursos,
#recursos-as .titulo [class*="col-"]{

	justify-content: left; 
}



.main-navigation a{
	color: #cccccc;
	font-size: 0.875em;
	padding: 1em;
}

.main-navigation ul li:hover a,
.main-navigation ul ul a,
#iniciativas h2,
#proyectos .bloque-proyecto .entry-title,
.periodo .bloque-proyecto .entry-title{
	color: #000;
}

.main-navigation ul ul li a:hover{
	text-decoration: underline;
}

.main-navigation ul ul{
	box-shadow: unset;
}

.main-navigation ul li:hover,
.main-navigation ul li:hover,
.main-navigation ul ul a,
.main-navigation ul ul,
#slider .carousel-caption,
#iniciativas .bloque-ini,
#cursos .bloque-curso .txt-curso,
#contacto,
#proyectos .bloque-proyecto .bloque,
.periodo .bloque-proyecto .bloque{
	background-color: #f3f2ec;
}

/* Slider
--------------------------------------------- */
#slider .carousel-caption,
#recursos .bloque-recurso .sub-bloque,
#cursos .bloque-info .campos-cursos,
#recursos-as .titulo [class*="col-"],
#menu-footer,
#footer-3 .redes-icons,
#proyectos .bloque-proyecto .more,
.periodo .bloque-proyecto .more,
.btns-descarga .descargables,
.btns-descarga .descargables ul li{
	display: flex;
}

#slider .carousel-caption {
    position: relative;
    right: unset;
    bottom: unset;
    left: unset;  
}

#slider .carousel-caption, 
.btns-descarga .descargables ul li{
	align-items: center;
}

#intro-fondo .contenido .material-symbols-outlined{
	margin-right: 10px;
}

#slider .carousel-indicators button {
    background-color: #999999;
    border-radius: 12px !important;
    height: 15px;
    width: 15px;
    opacity: 1;
    border-top: unset;
    border-bottom: unset;
	margin-right: 15px;
}

#slider .carousel-indicators button:last-child{
	margin-right: 0;
}

#slider .carousel-indicators {
    left: unset;
    bottom: 9%;
	width: 50%;
}

#slider .carousel-caption .slider-txt{
	width: 62%;
}

#slider .carousel-caption .slider-txt,
#pro-obj .b2,
#recursos-as .listado-recursos ul li h4,
.breadcrumb-container li:nth-child(2) a,
#nosotros p,
#formacion .parrafos,
#iniciativas p,
#iniciaivas .responsable,
#iniciativas .descripcion,
#recursos .info-recurso h4,
#cursos .bloque-info .descripcion,
#cursos .bloque-info .campos-cursos ul li p,
#footer-1 ul li,
#footer-1 ul li a,
#footer-2 .wpcf7 input, .wpcf7 textarea,
#recursos-as .titulo a:hover,
#proyectos .bloque-proyecto .descripcion p,
.periodo .bloque-proyecto .descripcion,
#proyectos .bloque-proyecto .link-proyecto h6 a,
.periodo .bloque-proyecto .link-proyecto h6 a{
	color: #2d2601;
}

#slider .slider-txt .btn-slider {
	width: auto;
	margin: 25px auto 0;
}

#slider .slider-txt .btn-slider .btn-mas{
	padding: 12px 20px;
}

#slider .carousel-inner,
#slider .carousel-item .slider-img img{
	height: 100%;
    max-height: 500px;
}

#slider .carousel-item .slider-img img{
	object-fit: cover;
}

/* Sección Propósito - Objetivo
--------------------------------------------- */
#pro-obj{
	padding: 4.375em 0;
}

#pro-obj .b1 img{
	width: 5.1875em;
}

#pro-obj .b2 img{
	width: 4.625em;
}

#pro-obj img,
#intro-fondo .contenido .descripcion-fondo p{
	margin-bottom: 1.2em;
}

#pro-obj .b1,
#bloques-3 h3 a,
#recursos-as h1,
.breadcrumb-container li:first-child a,
#nosotros h1,
#nosotros .equipo .mequipo .txt .nombre,
#formacion h1,
#formacion h3,
#iniciativas h1,
#iniciativas .categoria,
#recursos h1,
#recursos .info-recurso .btn-descarga a,
#cursos h1,
#cursos .bloque-info h2,
#cursos .bloque-info .campos-cursos ul li h4,
#contacto h1,
#recursos-as .titulo a,
#intro-fondo .descripcion-fondo a,
#intro-fondo .contenido .descargables .documento:hover,
#proyectos .titulo h1,
.periodo .titulo h1,
#proyectos .bloque-proyecto .link-proyecto h6,
.periodo .bloque-proyecto .link-proyecto h6,
#galeria .titulo h1,
#videos .titulo h1{
	color: #ea5134;
}

#pro-obj h2,
#bloques-3 h3 a,
#contacto h1,
#recursos-as h1,
#nosotros h1,
#formacion h1,
#formacion h3,
#iniciativas h1,
#recursos h1,
#cursos h1,
#footer-2 h2,
#proyectos .titulo h1,
.periodo .titulo h1,
#galeria .titulo h1,
#videos .titulo h1{
	font-size: 25px; /* 1.5625em */
}

#pro-obj h2,
#bloques-3 h3 a,
#contacto h1,
#recursos-as h1,
#nosotros h1,
#nosotros .equipo .mequipo .txt .nombre,
#formacion h1,
#formacion h3,
#iniciativas h1,
#iniciativas .categoria,
#iniciativas h2,
#recursos h1,
#cursos h1,
#cursos .bloque-info h2,
#cursos .bloque-info .campos-cursos ul li h4,
#footer-2 h2,
#proyectos .bloque-proyecto .entry-title,
.periodo .bloque-proyecto .entry-title,
#proyectos .titulo h1,
.periodo .titulo h1,
#galeria .titulo h1,
#videos .titulo h1{
	font-family: 'Frank Ruhl Libre', serif;
}

#pro-obj h2,
#bloques-3 h3 a,
#recursos-as h1,
#recursos-as .listado-recursos ul li h4,
#nosotros h1,
#nosotros .equipo .mequipo .txt .nombre,
#formacion h1,
#formacion h3,
#iniciativas h1,
#iniciativas .categoria,
#iniciativas h2,
#recursos h1,
#recursos .info-recurso h4,
#cursos h1,
#cursos .bloque-info h2,
#cursos .bloque-info .campos-cursos ul li h4,
#contacto h1,
#footer-2 h2,
#footer-1 ul li h6,
#proyectos .bloque-proyecto .entry-title,
.periodo .bloque-proyecto .entry-title,
#proyectos .titulo h1,
.periodo .titulo h1,
#galeria .titulo h1,
#videos .titulo h1{
	font-weight: 700;
}

#pro-obj p,
#recursos-as .listado-recursos ul li h4,
#recursos .info-recurso h4,
#recursos-as .titulo a,
#footer-1 ul li,
#footer-1 ul li a{
	font-size: 1em;
}

#pro-obj p,
#formacion .parrafos,
#iniciativas p,
#iniciaivas .responsable,
#iniciativas .descripcion,
#cursos .bloque-info .descripcion,
#proyectos .bloque-proyecto .descripcion,
.periodo .bloque-proyecto .descripcion{
	line-height: 1.9;
}

/* Sección 3 bloques
--------------------------------------------- */
#bloques-3 #custom_html-3,
#bloques-3 #custom_html-5{
	margin-bottom: 0;
}

section#bloques-3t.dark {
    background: #333;
    color: #efefef;
}

#bloques-3 p,
#recursos-as .listado-recursos ul li .parrafo,
#nosotros p,
#nosotros .equipo .mequipo .txt .nombre,
#formacion .parrafos,
#iniciativas .categoria,
#iniciativas p,
#iniciaivas .responsable,
#iniciativas .descripcion,
#recursos .info-recurso .parrafo,
#recursos .info-recurso .btn-descarga a,
#cursos .bloque-info .descripcion,
#cursos .bloque-info .campos-cursos ul li h4,
#cursos .bloque-info .campos-cursos ul li p,
#footer-2 .wpcf7 input,
.wpcf7 textarea,
#proyectos .bloque-proyecto .descripcion,
.periodo .bloque-proyecto .descripcion,
#proyectos .bloque-proyecto .link-proyecto h6,
.periodo .bloque-proyecto .link-proyecto h6{
	font-size: 15px; /* 0.9375em mas peque*/
}

#bloques-3 p,
#recursos-as .listado-recursos ul li .parrafo,
.breadcrumb-container li,
#recursos .info-recurso .parrafo,
#footer-1 ul li p,
#footer-1 ul li a,
#footer-2 .wpcf7 input, .wpcf7 textarea,
#proyectos .bloque-proyecto .link-proyecto h6 a,
.periodo .bloque-proyecto .link-proyecto h6 a{
	font-weight: 300;
}

#bloques-3 .bloque-xl .custom-html-widget,
#bloques-3 #custom_html-4 .custom-html-widget,
#bloques-3 #custom_html-5 .custom-html-widget,
#recursos-as .listado-recursos ul li,
#nosotros .equipo .mequipo,
#formacion .img-titulo{
	position: relative;
}

#bloques-3 .bloque-xl .bg,
#bloques-3 .bloques-xs .bs,
#formacion h3{
	position: absolute;
}

#bloques-3 .bloque-xl .bg,
#bloques-3 .bloques-xs .bs{
	bottom: 0;
}

#bloques-3 .bloque-xl .bg{
	padding: 0 0 3em 3.5em;
	width: 80%;
}

#bloques-3 .bloques-xs .bs{
	transform: translateY(-50%);
}

/*#bloques-3 .bloques-xs #custom_html-4 .bs{
	right: 5%;
	top: 55%;
	width: 37%;
}*/
#bloques-3 .bloques-xs #custom_html-4 .bs {
    right: 3%;
    top: 34%;
    width: 42%;
}

/*#bloques-3 .bloques-xs #custom_html-5 .bs{
	right: 8%;
	top: 58%;
	width: 32%;
}*/
#bloques-3 .bloques-xs #custom_html-5 .bs {
    right: 3%;
    top: 34%;
    width: 42%;
}

#bloques-3 .bloques-xs #custom_html-4,
#bloques-3 .bloques-xs #custom_html-5{
	max-height: 48.1% !important;
	height: 100%;
}

#bloques-3 #custom_html-4 .custom-html-widget,
#bloques-3 #custom_html-5 .custom-html-widget,
#bloques-3 .bloques-xs #custom_html-4 img,
#bloques-3 .bloques-xs #custom_html-5 img{
	height: 100%;
}

/* Sección Recursos A+S
--------------------------------------------- */
#recursos-as{
	padding: 5.5em 0 5em;
}

#recursos-as h1 span,
#formacion h1 span{
	font-family: 'Rubik', sans-serif;
	font-size: 18px;
}

#recursos-as .titulo{
	padding-bottom: 1.8em;
}

.breadcrumb-container.theme1 a,
.breadcrumb-container.theme1 ol,
#slider .carousel-indicators,
#recursos-as ul,
#footer-1 ul,
#nosotros h1,
#cursos .bloque-info .campos-cursos ul,
#menu-footer,
#galeria .bloque-galeria figure{
	margin: 0 !important;
}

#recursos-as ul,
#cursos .bloque-info .campos-cursos ul,
#footer-1 ul,
#menu-footer{
	list-style-type: none;
}

.breadcrumb-container.theme1 a,
.breadcrumb-container.theme1 ol,
#recursos-as ul,
#cursos .bloque-info .campos-cursos ul,
#footer-1 ul,
#menu-footer{
	padding: 0 !important;
}

#slider .slider-txt .btn-slider a,
#bloques-3 h3 a,
#recursos-as .listado-recursos .btn-descarga a,
#recursos .info-recurso .btn-descarga a,
#footer-1 ul li a,
#menu-footer li a,
#recursos-as .titulo a{
	text-decoration: none;
}

#recursos-as .listado-recursos ul li .parrafo,
#recursos .info-recurso .parrafo,
#slider .slider-txt .btn-slider a:hover{
	color: #1a1a1a;
}

#recursos-as .listado-recursos ul li,
#recursos .bloque-recurso .sub-bloque{
	border-bottom: 3px solid #ea5134;
	padding-bottom: 1.7em;
	padding-top: 1.7em;
}

#recursos .bloque-recurso [class*="col-"]:first-child .sub-bloque,
#recursos .bloque-recurso [class*="col-"]:nth-child(2) .sub-bloque{
	padding-top: 0;
}

#recursos-as .listado-recursos ul li a::after {
    content: '';
	background-image: url(/wp-content/uploads/2021/08/vcm-icono-mas.svg);
    position: absolute;
	background-repeat: no-repeat;
	width: 1.25em;
	height: 1.25em;
	bottom: 40%;
    right: 3%;
}

#recursos .sub-bloque .img-recurso img{
	max-height: 214px;
	max-width: 151px;
	margin-right: 30px;
}

#recursos-as .titulo a{
   font-weight: 400;
}


/* Nosotros
--------------------------------------------- */
#iniciativas .titulo,
#recursos .titulo,
#cursos .titulo,
#proyectos .titulo,
.periodo .titulo,
#galeria .titulo,
#videos .titulo{
	padding: 0 0 2.5em 0;
}

#nosotros .equipo [class*="col-"]:first-child{
	padding-bottom: 2.5em;
}

#nosotros h1{
	padding-bottom: 0.6em;
}

#nosotros .equipo .mequipo .overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 65%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background: linear-gradient(to top, rgb(0, 0, 0),transparent);
  }

  #nosotros .equipo .mequipo:hover .overlay {
	opacity: 1;
  }

  #nosotros .equipo .mequipo .txt {
	position: absolute;
	bottom: 18%;
	left: 10%;
  }

  #nosotros .equipo-txt,
  #nosotros .equipo,
  #formacion {
	  padding-bottom: 3.4375em;
  }

  #nosotros .consejo,
  #nosotros .modelo{
	padding: 2em 0 3.4375em;
}

  #nosotros .consejo [class*="col-"]:nth-child(2),
  #nosotros .modelo [class*="col-"]:nth-child(2){
	  padding: 2.5em 0 2em;
	  text-align: center;
  }

  #nosotros .consejo img{
	  width: 970px;
  }

  #nosotros .modelo img{
	width: 874px;
}

#nosotros .equipo,
#nosotros .consejo{
	border-bottom: 3px solid #2d2601;
}

#nosotros .equipo .mequipo .txt p{
	padding-right: 40px;
}

#nosotros .equipo .widget_text .textwidget,
#nosotros .equipo .mequipo,
#nosotros .equipo .mequipo img{
   height: 100%;
}

#nosotros .equipo .mequipo img{
   object-fit: cover;
}

/* Formación
--------------------------------------------- */
#slider .carousel-caption .slider-txt h3,
#formacion h1,
#cursos .bloque-info h2,
#cursos .bloque-info .campos-cursos ul li{
	padding-bottom: 1.2em;
}

#formacion h3{
	bottom: 2.3em;
	left: 2.5em;
}

#formacion h3,
#iniciativas h2,
#cursos .bloque-info h2,
#proyectos .bloque-proyecto .entry-title,
.periodo .bloque-proyecto .entry-title{
	font-size: 1.3125em;
}

#slider .slider-txt .btn-slider a,
#bloques-3 p,
#bloques-3 h3 a:hover,
#formacion h3 span,
#formacion .btn-formacion a,
#nosotros .equipo .mequipo .txt p,
#nosotros .equipo .mequipo .txt a,
#footer-2 input.wpcf7-submit{
	color: #ffffff;
}

#slider .slider-txt .btn-slider a,
#formacion .btn-formacion a,
#footer-2 input.wpcf7-submit,
#menu-footer li a{
	text-transform: uppercase;
}

#slider .carousel-indicators button.active,
#slider .slider-txt .btn-slider .btn-mas,
#formacion .btn-formacion a,
#footer-2 input.wpcf7-submit{
	background-color: #ea5134;
}

#slider .slider-txt .btn-slider a,
#formacion .btn-formacion a,
#nosotros .equipo .mequipo .txt p,
#nosotros .equipo .mequipo .txt a,
#iniciativas p span,
#recursos .info-recurso .btn-descarga a,
#footer-2 input.wpcf7-submit{
	font-weight: 500;
}

#formacion .btn-formacion a{
	padding: 1em 1.5em 1em;
    display: block;
}

#formacion .btn-formacion a,
.uacf7-form-1558{
	width: 100%;
}

#formacion .btn-formacion{
	text-align: right;
	margin-top: 1.7em;
}

/* Iniciativas
--------------------------------------------- */
#iniciativas,
#recursos,
#cursos,
#proyectos{
	padding-bottom: 4.5em;
}

#iniciativas .info-ini,
#cursos .bloque-curso .bloque-info,
#proyectos .bloque-proyecto .info,
.periodo .bloque-proyecto .info{
	padding: 2em 2.5em 2.7em;
}

#iniciativas .descripcion,
#cursos .bloque-info .campos-cursos,
#proyectos .bloque-proyecto .descripcion,
.periodo .bloque-proyecto .descripcion,
#proyectos .bloque-proyecto .link-proyecto,
.periodo .bloque-proyecto .link-proyecto{
	padding-top: 2em;
}

.bloque-iniciativa .more,
#intro-fondo .banner,
#proyectos .bloque-proyecto .more,
.periodo .bloque-proyecto .more{
	margin-bottom: 2em;
}

.bloque-iniciativa .more .img-iniciativa img,
#proyectos .bloque-proyecto .img-proyecto img,
.periodo .bloque-proyecto .img-proyecto img{
	max-width: 100%;
	max-height: 304px;
	object-fit: cover;
}


/* Recursos A+S
--------------------------------------------- */
#recursos .img-recurso{
	margin-right: 2em;
}

#recursos .info-recurso h4{
	width: 60%;
	line-height: 1.6;
}

#recursos .info-recurso .btn-descarga,
#footer-2 input.wpcf7-submit{
	margin-top: 1em;
}

/* Cursos
--------------------------------------------- */
#cursos .bloque-curso .img-curso img{
	width: 100%;
	height: 100%;
}
#cursos .bloque-curso .img-curso img,
#slider .carousel-item .slider-img img{
	object-fit: cover;
}

#cursos .bloque-curso .img-curso{
	height: 100%;
}

#cursos .bloque-curso{
	margin-bottom: 2.7em;
}

#cursos .bloque-info .campos-cursos ul li:last-child,
#footer-1 ul li:last-child{
	padding-bottom: 0;
}

#cursos .bloque-info .campos-cursos ul{
	width: 45%;
}

.slider-img,
#cursos .bloque-curso [class*="col-"]:first-child{
	padding-right: 0;
}

#cursos .bloque-curso .txt-curso{
	padding-left: 0;
}

/* Proyectos
--------------------------------------------- */
#proyectos .bloque-proyecto .link-proyecto .material-symbols-outlined,
.periodo .bloque-proyecto .link-proyecto .material-symbols-outlined{
	font-size: 35px;
}

/* Galeria
--------------------------------------------- */
#galeria .bloque-galeria .imgs-galeria img{
	height: 318px;
	object-fit: cover;
}

/* Footer
--------------------------------------------- */
#contacto{
	padding: 4em 0 1em 0;
}

#contacto h1{
	width: 79%;
}

#footer-2 h2{
	color: #1d1d1b;
}

#contacto h1,
#footer-2 h2{
	margin: 0 0 1.7em 0;
}

#footer-1 ul li h6,
#footer-1 ul li p{
	margin-bottom: .3em;
}

#footer-2 .wpcf7 input, .wpcf7 textarea {
    width: 100%;
    margin-bottom: 15px;
    padding: 20px;
    border: 1px solid #76777a;
	border-radius: 0;
}

#footer-2 input.wpcf7-submit{
	width: 20%;
	float: right;
	padding: 1.3em 0;
	border: unset;
}

#menu-footer li a{
    color: #eaeaea;
    font-weight: 400;
    border-right: 1px solid #fff;
    padding: 0 10px;
}

#menu-footer li:first-child a {
    padding-left: 0;
}

#menu-footer li:last-child a {
    border-right: unset;
}

#footer-3 #media_image-2 img{
	width: 440px;
}

#footer-3 .redes-icons img {
    max-width: 31px !important;
}

#footer-3 .redes-icons{
	justify-content: flex-end;
}

#footer-3 .redes-icons #media_image-4 {
    margin: 0 8px !important;
}


/* Página Fondo concursable
--------------------------------------------- */
#intro-fondo h1{
	font-size: 25px;
}

#intro-fondo h1,
#intro-fondo .contenido .material-symbols-outlined,
#intro-fondo .contenido .descg-form .desc-btn-form a,
.formulario-code h2{
	color: #ea5134;

}

#intro-fondo h1,
#intro-fondo .contenido h2,
#formulario-fondo .txt-descripcion h2,
.formulario-code h2{
	font-family: 'Frank Ruhl Libre', serif;
}

#intro-fondo h1,
#intro-fondo .contenido h2,
#formulario-fondo .txt-descripcion h2,
#intro-fondo .contenido .descargables .documento,
#intro-fondo .contenido .descg-form .documento,
.formulario-code .wpcf7-submit{
	font-weight: 700 !important;
}

#intro-fondo .titulo{
	padding: 0 0 2.5em 0;
}

#intro-fondo .contenido h2,
#formulario-fondo .txt-descripcion h2,
.formulario-code h2{
	color: #000000;
	font-size: 1.3125em;
}

#intro-fondo .contenido h2,
#formulario-fondo .txt-descripcion h2,
.formulario-code form .form-col h3{
	margin-bottom: 1em;
}

.formulario-code h2{
	margin-bottom: 2em;
	text-decoration: underline;
}

#intro-fondo .contenido .descripcion-fondo p,
#formulario-fondo .txt-descripcion p{
	line-height: 1.9;
}

#intro-fondo .contenido .descripcion-fondo p,
#formulario-fondo .txt-descripcion p,
#intro-fondo .contenido .descargables .documento{
	color: #2d2601;
}

#intro-fondo .contenido,
#formulario-fondo .descripcion-form,
#formulario-fondo .formulario-code,
#galeria,
#videos{
	margin-bottom: 3.5em;
}

#intro-fondo .contenido .material-symbols-outlined{
	font-size: 4em;	
}

#intro-fondo .contenido .material-symbols-outlined,
#proyectos .bloque-proyecto .link-proyecto .material-symbols-outlined,
.periodo .bloque-proyecto .link-proyecto .material-symbols-outlined{
	vertical-align: middle;
}

#intro-fondo .contenido .descargables ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#intro-fondo .contenido .descargables ul li,
#intro-fondo .contenido .descg-form{
	margin-bottom: 2em;
}

#intro-fondo .contenido .descg-form .documento{
	color: #ffffff;
	background-color: #ea5134;
	font-size: 1.2em;
	padding: 1em 2em;
}

#intro-fondo .contenido .descg-form{
	padding-top: 2em;
}

#intro-fondo .contenido .descg-form .btn-form,
#videos .bloque-video [class*="col-"]{
	padding-bottom: 2em;
}

#intro-fondo .contenido .descg-form .desc-btn-form,
.formulario-code .bloque-form p{
	font-style: italic;
}

.formulario-code form .form-col h3{
	font-size: 1.4em;
}

#formulario-fondo .descripcion-form{
	border-bottom: 2px solid #EA5134;
}

/* Formulario
--------------------------------------------- */
.formulario-code form,
.formulario-code form .uacf7-form-1205,
.formulario-code form .form-col .bloque-repeat{
	display: flex;
}

/*.formulario-code form .form-col.izq{
	margin-right: 2.5% !important;
}*/

.formulario-code form .form-col input[type="text"],
.formulario-code form .form-col input[type="tel"],
.formulario-code form .form-col input[type="email"],
.formulario-code form .form-col select,
.formulario-code form .form-col,
.formulario-code form .form-col h6,
.codedropz-upload-inner h3,
.formulario-code form .form-col input{
	color: #2D2601;
	font-weight: 300;
}

.formulario-code form .form-col input[type="text"],
.formulario-code form .form-col input[type="tel"],
.formulario-code form .form-col input[type="email"],
.formulario-code form .form-col textarea,
.formulario-code form .form-col select,
.formulario-code form .form-col,
.formulario-code form .form-col h6,
.codedropz-upload-inner h3,
.formulario-code form .form-col input{
	font-size: 15px;
}

.formulario-code form .form-col h5,
.formulario-code .wpcf7-submit{
	font-size: 1.1em !important;
}

.formulario-code form .form-col input[type="text"],
.formulario-code form .form-col input[type="tel"],
.formulario-code form .form-col input[type="email"],
.formulario-code form .form-col select,
.codedropz-upload-inner h3{	
	width: 100%;
	margin-bottom: 15px;
	padding: 15px;
}

.formulario-code form .form-col .fecha-inicio{
	margin-right: 10px;
}

.formulario-code form .form-col .bloque-form {
	margin-bottom: 2.3em;
}

.formulario-code form .form-col select,
.formulario-code form .form-col textarea,
#videos .bloque-video iframe{
	border: 1px solid #ccc;
  }

.formulario-code form .form-col textarea{
	color: #000000;
}

  .formulario-code form .form-col .bloque-form-esp a,
  .codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
	color: #EA5134;
	text-decoration: underline;
  }

  .formulario-code form .form-col .bloque-form-esp {
	margin-bottom: 3.3em;
  }

  .formulario-code form .form-col .bloque-form-esp .btn-up:nth-of-type(2) {
	margin: 35px 0;
  }

  .formulario-code form .form-col h6{
	  line-height: 1.6em;
  }

  .formulario-code form .form-col .bloque-repeat h6{
	  line-height: 1.3em;
	  height: 2.5em;
      text-align: center;
  }

  .formulario-code .bloque-form .indica{
	  margin: 0 0 10px ;
  }

.uacf7_repeater_add{
	margin-bottom: 2em;
	font-size: 1em;
	padding: .8em 2em;
	background: #d9d4d4;
}

.uacf7_repeater_add,
.formulario-code .wpcf7-submit{
	border: unset;
	border-radius: 0;
}

.formulario-code .wpcf7-submit{
	background: #ea5134;
	color: #ffffff !important;
	padding: 1em 2.5em;
}

.formulario-code .wpcf7-list-item{
	display: block;
}

.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output{	
	font-size: 18px;
	line-height: 1.6em;
	padding: 50px !important;
	position: fixed;
	background-color: #f7f7f7;
	width: 50%;
	margin: 0 auto !important;
	top: 50%;
	right: 50%;
	text-align: center;
	transform: translate(50%,-50%);
}

#intro-fondo .btns-descarga{
	padding-left: 4em;
}

#videos .bloque-video iframe{
	padding: 1em;
}

.uacf7-form-1558 .der{
	padding-left: 3em;
}
div > h4 > a {
    text-decoration: none;
    font-size: 21px;
    color: #404040 !important;
}

/* Responsive
--------------------------------------------- */
/* Pantallas grandes */
@media (min-width: 1442px){
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1320px;
	}

}

/* Laptop */
@media (min-width: 1380px) and (max-width: 1440px){
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1200px;
	}

}


/* Solo tablet */
@media (min-width: 576px) and (max-width: 768px) {
	#footer-3 .redes-icons {
		justify-content: flex-start;
	}

	.mobmenul-container{
		top: 6.4em !important;
	}

	#bloques-3.container{
		padding-right: 0;
		padding-left: 0;
	}

	#cursos .bloque-curso .img-curso{
		height: 320px;
	}

	#cursos .img-curso img{
		object-fit: cover;
		height: 100%;
		object-position: center center;
	}

}

/* Hasta Tablet */
@media (max-width: 768px) {
	header .site-branding{
		padding-bottom: 3em;
	}

	#site-navigation .menu-toggle {
		margin: 0 auto 30px;
	}

	.container{
		padding-right: 25px;
		padding-left: 25px;
	}

	.site-branding .custom-logo {
		max-width: 520px;
		width: 100%;
	}

	#slider .slider-img img{
		height: 100%;
		object-fit: cover;
	}

	#slider .slider-txt .btn-slider {
		width: 100%;
	}

	#slider .carousel-indicators{
		left: 25%;
		bottom: 4%;
	}

	#slider .carousel-caption{
		padding-top: 3rem;
		padding-bottom: 4rem;
	}

	#slider .carousel-caption .slider-txt p{
		display: none;
	}

	#pro-obj{
		margin: 0 auto;
	}

	#bloques-3 .bloques-xs #custom_html-4, #bloques-3 .bloques-xs #custom_html-5 {
		max-height: unset;
		height: unset;
	}

	#bloques-3 p{
		display: none;
	}

}


/* Celular */
@media (max-width: 575.98px) {
	#slider .carousel-item .slider-img img{
		max-height: 250px;
	}


	#slider .slider-txt .btn-slider{
		margin: 0 auto;
	}

	#pro-obj,
	#recursos-as{
		padding-right: 25px;
		padding-left: 25px;
	}

	#pro-obj,
	#recursos-as,
	#formacion .img-titulo{
		padding-top: 2em;
	}

	#pro-obj .b1,
	#recursos-as,
	#iniciativas,
	#recursos,
	#cursos{
		padding-bottom: 3em;
	}

	#pro-obj .b1 img {
		width: 4.8em;
	}

	#pro-obj .b2 img {
		width: 4em;
	}

	#bloques-3 #custom_html-3{
		margin-bottom: 1.5em;
	}

	#menu-footer{
		display: block;
	}

	#menu-footer,
	#nosotros .equipo .mequipo{
		text-align: center;
	}

	#menu-footer li a{
		border-right: unset;
		padding: 0;
	}

	#footer-3 .redes-icons {
		justify-content: center;
	}

	#footer-2 input.wpcf7-submit{
		width: 100%;
		float: unset;
	}

	#contacto {
		padding: 3em 0 1em 0;
	}

	#contacto #text-2.widget{
		margin: 0;
	}

	footer{
		padding: 2.5em 0 1.5em 0;
	}

	#iniciativas .info-ini, #cursos .bloque-curso .bloque-info {
		padding: 2em 2em 2.4em;
	}

	#recursos .info-recurso h4{
		width: 100%;
	}

	#recursos-as .listado-recursos ul li,
	#recursos .bloque-recurso .sub-bloque{
		margin-bottom: 1.7em;
	}

	#bloques-3 .bloques-xs #custom_html-5 .bs {
    right: 3%;
    top: 43%;
}

	#recursos-as .titulo,
	#nosotros .equipo [class*="col-"]:nth-child(3){
		padding: 2em 0;
	}

	#recursos-as .listado-recursos ul li h4{
		width: 80%;
	}

	#nosotros .equipo .mequipo,
	#nosotros .equipo .mequipo img{
		height: 450px;
	}

	#nosotros .equipo .mequipo img{
		object-fit: cover;
	}

	#nosotros .equipo,
	#cursos .row{
		--bs-gutter-x: unset;
	}

	#nosotros .equipo .mequipo{
		width: 77%;
		margin: 0 auto;
	}

	#nosotros .equipo .mequipo .txt{
		left: 15%;
		text-align: left;
	}

	#iniciativas .bloque-ini{
		margin-bottom: 2.5em;
	}

	.btn.loadMoreBtn{
		width: 50% !important;
	}
#custom_html-4 > div > div > h3 > a, #custom_html-5 > div > div > h3 > a {
    font-size: 15px;
}

}

@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) {

    #bloques-3 .bloques-xs #custom_html-4 img,
	#bloques-3 .bloques-xs #custom_html-5 img {
		height: auto;
    }
}}
