/*!
Theme Name: Talleres Roche
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: talleres-roche
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.

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize 
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  box-sizing: border-box; }

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

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

p {
  margin-bottom: 1.5em; }

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

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

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

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

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

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

big {
  font-size: 125%; }

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

body.home {
  background-color: #fff; }

hr {
  background-color: #111111;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
  opacity: .20 !important; }

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; }
      .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: 1025px) {
  .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; }

header.site-header {
  z-index: 99; }

#page .entry-header-talleres {
  min-height: 261px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  color: #fff;
  font-family: "Inter", sans-serif;
  display: flex;
  align-items: center;
  position: relative; }
  #page .entry-header-talleres div {
    max-width: 1140px;
    padding: 0 30px;
    z-index: 10; }
    @media (max-width: 767px) {
      #page .entry-header-talleres div {
        padding: 0 17px; } }
    #page .entry-header-talleres div h1,
    #page .entry-header-talleres div h2 {
      font-weight: 500;
      font-size: 49px;
      margin-top: 0;
      margin-bottom: 20px; }
    #page .entry-header-talleres div p {
      font-weight: 400;
      font-size: 16px;
      margin-bottom: 0;
      max-width: 50%; }
      @media (max-width: 767px) {
        #page .entry-header-talleres div p {
          max-width: 60%; } }
      @media (max-width: 525px) {
        #page .entry-header-talleres div p {
          max-width: 100%; } }
    #page .entry-header-talleres div .hero-directo {
      max-width: 35%; }
      @media (max-width: 1024px) {
        #page .entry-header-talleres div .hero-directo {
          max-width: 80%; } }
      @media (max-width: 768px) {
        #page .entry-header-talleres div .hero-directo {
          max-width: 100%; } }
  #page .entry-header-talleres .background-overlay {
    background-color: transparent;
    background-image: radial-gradient(at top left, #65839f 18%, #ffffff00 97%);
    opacity: 0.93;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    width: 12000px;
    position: absolute;
    min-height: 250px;
    width: 100%;
    height: 100%;
    max-width: 100%;
    z-index: 5; }
#page .talleres_descripcion {
  max-width: 1140px;
  padding: 50px 10px 0 10px;
  font-family: "Roboto", sans-serif; }
  #page .talleres_descripcion h2,
  #page .talleres_descripcion h3,
  #page .talleres_descripcion h4,
  #page .talleres_descripcion h5 {
    font-size: 29px;
    font-weight: 300; }
  #page .talleres_descripcion p {
    margin: 15px 0 0 0;
    font-size: 16px;
    color: #00161d;
    font-weight: 300;
    letter-spacing: 0.4px;
    line-height: 1.8; }
#page .talleres-posts {
  max-width: 1140px;
  padding: 50px 0 90px 0;
  font-family: "Inter", sans-serif;
  flex-wrap: wrap;
  justify-content: center; }
  #page .talleres-posts .taller-post-item {
    width: 33%;
    padding: 10px; }
    #page .talleres-posts .taller-post-item article {
      border-radius: 8px 8px 8px 8px;
      box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
      min-height: 480px;
      position: relative; }
      #page .talleres-posts .taller-post-item article a {
        text-decoration: none;
        color: #55595c; }
        #page .talleres-posts .taller-post-item article a:hover {
          text-decoration: none; }
        #page .talleres-posts .taller-post-item article a .post-thumbnail {
          overflow: hidden; }
          #page .talleres-posts .taller-post-item article a .post-thumbnail img {
            border-top-left-radius: 8px;
            border-top-right-radius: 8px;
            min-height: 200px;
            object-fit: cover;
            object-position: center;
            transition: transform 0.6s; }
            #page .talleres-posts .taller-post-item article a .post-thumbnail img:hover {
              transform: scale(1.2); }
        #page .talleres-posts .taller-post-item article a .make-zoom {
          position: absolute;
          top: -9999em;
          left: -9999em; }
      #page .talleres-posts .taller-post-item article .taller-article-content {
        padding: 20px;
        font-size: 16px;
        text-decoration: none;
        color: #55595c;
        height: 300px;
        position: relative; }
        @media (max-width: 890px) {
          #page .talleres-posts .taller-post-item article .taller-article-content {
            height: 330px; } }
        @media (max-width: 768px) {
          #page .talleres-posts .taller-post-item article .taller-article-content {
            height: 320px; } }
        @media (max-width: 764px) {
          #page .talleres-posts .taller-post-item article .taller-article-content {
            height: 280px; } }
        @media (max-width: 350px) {
          #page .talleres-posts .taller-post-item article .taller-article-content {
            height: 300px; } }
        #page .talleres-posts .taller-post-item article .taller-article-content:hover {
          text-decoration: none; }
        #page .talleres-posts .taller-post-item article .taller-article-content h3,
        #page .talleres-posts .taller-post-item article .taller-article-content h2,
        #page .talleres-posts .taller-post-item article .taller-article-content div,
        #page .talleres-posts .taller-post-item article .taller-article-content span {
          margin-bottom: 15px;
          font-weight: 600; }
        #page .talleres-posts .taller-post-item article .taller-article-content h3,
        #page .talleres-posts .taller-post-item article .taller-article-content h2 {
          font-size: 16px;
          font-weight: 700; }
        #page .talleres-posts .taller-post-item article .taller-article-content div {
          font-weight: 400; }
        #page .talleres-posts .taller-post-item article .taller-article-content .taller_subtitulo {
          /*height: 80px;*/ }
        #page .talleres-posts .taller-post-item article .taller-article-content span {
          padding: 12px 18px;
          color: #0286ad;
          border: 2px solid #0286ad;
          border-radius: 3px;
          margin-top: 35px;
          position: relative;
          display: block;
          margin-left: auto;
          margin-right: auto;
          max-width: 160px;
          width: 160px;
          position: absolute;
          bottom: 20px;
          left: 50%;
          margin-left: -80px; }
        #page .talleres-posts .taller-post-item article .taller-article-content p {
          margin-bottom: 15px; }
#page .taller-single-post {
  padding: 20px;
  padding-bottom: 50px; }
  @media (max-width: 768px) {
    #page .taller-single-post {
      padding-bottom: 20px; }
      #page .taller-single-post:first-child {
        padding-top: 30px; } }
  @media (max-width: 768px) {
    #page .taller-single-post:first-child {
      padding-top: 50px; } }
  #page .taller-single-post article {
    max-width: 1140px;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    font-family: "Inter", sans-serif; }
    @media (max-width: 768px) {
      #page .taller-single-post article {
        margin-left: 11px !important;
        margin-right: 11px !important;
        width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important; } }
    #page .taller-single-post article .post-thumbnail img {
      border-top-left-radius: 8px;
      border-top-right-radius: 8px;
      min-height: 200px;
      object-fit: cover;
      object-position: center;
      width: 100%;
      max-height: 150px; }
    #page .taller-single-post article h3,
    #page .taller-single-post article h2,
    #page .taller-single-post article h4,
    #page .taller-single-post article h5,
    #page .taller-single-post article h6 {
      padding: 30px;
      padding-bottom: 15px;
      margin: 0;
      color: #55595c;
      font-size: 20px;
      font-weight: 700; }
    #page .taller-single-post article .fecha-taller {
      color: #55595c;
      font-size: 20px;
      font-weight: 400; }
    #page .taller-single-post article .single-taller-description {
      padding-bottom: 30px;
      color: #55595c;
      font-size: 20px;
      font-weight: 400; }
      #page .taller-single-post article .single-taller-description p {
        margin: 0;
        line-height: 1.6; }
    #page .taller-single-post article .especialistas-container {
      flex-wrap: wrap; }
      #page .taller-single-post article .especialistas-container .single-taller-especialista {
        margin-bottom: 20px; }
        #page .taller-single-post article .especialistas-container .single-taller-especialista img {
          object-fit: cover;
          object-position: center;
          width: 71px;
          height: 71px; }
        #page .taller-single-post article .especialistas-container .single-taller-especialista .nombre-especialidad {
          flex-wrap: wrap;
          padding-left: 15px; }
          #page .taller-single-post article .especialistas-container .single-taller-especialista .nombre-especialidad span {
            color: #54595f;
            font-size: 14px;
            align-items: flex-start;
            font-weight: 400;
            font-family: "Roboto Slab", serif;
            font-size: 14px; }
          #page .taller-single-post article .especialistas-container .single-taller-especialista .nombre-especialidad span:first-child {
            color: #0286ad;
            font-size: 22px;
            font-weight: 700;
            align-items: flex-end;
            font-family: "Roboto", sans-serif;
            font-size: 22px; }
    #page .taller-single-post article .title-taller-description {
      color: #0286ad;
      padding: 15px 20px;
      font-size: 16px;
      display: flex;
      font-weight: 700;
      border: solid 1px #88888836;
      cursor: pointer;
      font-family: "Roboto", sans-serif; }
      #page .taller-single-post article .title-taller-description div {
        margin-left: 10px; }
      #page .taller-single-post article .title-taller-description .minus-sign {
        left: -6px; }
    #page .taller-single-post article .parent-container-taller-description {
      position: relative;
      -webkit-transition: max-height 1s;
      -moz-transition: max-height 1s;
      -ms-transition: max-height 1s;
      -o-transition: max-height 1s;
      transition: max-height 1s ease;
      overflow: hidden; }
      #page .taller-single-post article .parent-container-taller-description .content-taller-description {
        color: #7a7a7a;
        font-size: 15px;
        font-weight: 300;
        font-family: "Inter", sans-serif;
        overflow: hidden;
        -webkit-transition: padding 0.6s linear, max-height 1.4s linear;
        transition-delay: 0s;
        -moz-transition: padding 0.6s linear, max-height 1.4s linear;
        transition-delay: 0s;
        -ms-transition: padding 0.6s linear, max-height 1.4s linear;
        transition-delay: 0s;
        -o-transition: padding 0.6s linear, max-height 1.4s linear;
        transition-delay: 0s;
        transition: padding 0.6s linear, max-height 1.4s linear;
        transition-delay: 0s;
        max-height: 300px;
        border: solid 1px #88888836;
        border-top: none;
        padding: 20px 25px;
        position: relative;
        top: 0;
        line-height: 1.8;
        max-height: 800px; }
        #page .taller-single-post article .parent-container-taller-description .content-taller-description.positioning {
          max-height: 0; }
      #page .taller-single-post article .parent-container-taller-description .positioning {
        max-height: 0;
        padding: 0 25px; }
    #page .taller-single-post article .positioning {
      max-height: 0; }
    #page .taller-single-post article .opacidad1 {
      opacity: 1; }
    #page .taller-single-post article .cerrado {
      color: #89a0ff; }
    #page .taller-single-post article .video-diapo {
      margin-top: 20px;
      font-size: 16px;
      font-family: "Inter", sans-serif;
      /*flex-wrap: wrap;*/ }
      @media (max-width: 690px) {
        #page .taller-single-post article .video-diapo {
          width: 100% !important;
          display: block !important; } }
      #page .taller-single-post article .video-diapo div {
        background-color: #ededed;
        color: #012d3a;
        border-radius: 6px 6px 6px 6px;
        padding: 16px 24px;
        margin: 15px; }
        #page .taller-single-post article .video-diapo div:hover {
          background-color: #29cbfc;
          color: #ffffff;
          cursor: pointer; }
        @media (max-width: 690px) {
          #page .taller-single-post article .video-diapo div {
            width: 100% !important;
            margin-left: 0;
            margin-right: 0; } }
        #page .taller-single-post article .video-diapo div a {
          color: #012d3a;
          text-decoration: none; }
          #page .taller-single-post article .video-diapo div a:hover {
            text-decoration: none; }
      #page .taller-single-post article .video-diapo .active {
        background-color: #0286ad;
        position: relative;
        color: #fff; }
        #page .taller-single-post article .video-diapo .active:hover {
          background-color: #0286ad;
          color: #fff; }
        #page .taller-single-post article .video-diapo .active:after {
          content: "";
          position: absolute;
          bottom: -9px;
          left: 50%;
          margin-left: -9px;
          width: 18px;
          height: 18px;
          background-color: #0286ad;
          transform: rotate(45deg); }
        #page .taller-single-post article .video-diapo .active a {
          color: #fff; }
    #page .taller-single-post article .presentation-container {
      min-height: 400px;
      width: 100%;
      position: relative;
      display: block; }
      #page .taller-single-post article .presentation-container .t-video,
      #page .taller-single-post article .presentation-container .t-presentation {
        min-height: 400px;
        width: 100%;
        position: relative;
        display: block; }
        #page .taller-single-post article .presentation-container .t-video .t-video iframe,
        #page .taller-single-post article .presentation-container .t-video .t-presentation iframe,
        #page .taller-single-post article .presentation-container .t-presentation .t-video iframe,
        #page .taller-single-post article .presentation-container .t-presentation .t-presentation iframe {
          width: 100%;
          height: 400px;
          margin: auto;
          position: relative;
          display: block; }

section.directo-comments {
  padding: 0 20px 50px 20px; }
  section.directo-comments .comments-for-directo {
    max-width: 1140px;
    padding: 30px;
    /*padding-bottom:30px;*/
    margin: auto;
    position: relative;
    display: block;
    height: auto;
    font-family: "Inter", sans-serif;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    color: #55595c; }
    section.directo-comments .comments-for-directo a {
      color: #0286ad; }
    section.directo-comments .comments-for-directo .form-submit input {
      background-color: #0286ad;
      padding: 10px 16px 12px 16px;
      color: white;
      font-weight: 600;
      border: none; }
    section.directo-comments .comments-for-directo input:focus-visible,
    section.directo-comments .comments-for-directo textarea:focus-visible {
      outline: #0286ad auto 1px; }
    section.directo-comments .comments-for-directo input {
      margin: 10px 10px 10px 0; }
    section.directo-comments .comments-for-directo p.comment-form-cookies-consent {
      display: flex; }
    section.directo-comments .comments-for-directo #wp-comment-cookies-consent {
      margin-top: 6px; }

.taller-single-post.page-directo .presentation-container {
  max-width: 1140px;
  padding-bottom: 30px;
  margin: auto;
  position: relative;
  display: block;
  min-height: 300px;
  height: auto; }

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

.bypostauthor {
  display: block; }

.comment-form-cookies-consent, .taller-comments-form #email, .taller-comments-form #url, p.comment-notes {
  display: none !important; }

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

/* Header
--------------------------------------------- */
header#masthead {
  background-color: transparent;
  background-image: linear-gradient(90deg, #D1DBE9 0%, #FFFFFF 71%);
  position: fixed;
  left: 0;
  right: 0;
  top: 0; }
  header#masthead .container {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    height: 90px; }
    @media screen and (max-width: 1024px) {
      header#masthead .container {
        max-width: 100%;
        position: relative; } }
    header#masthead .container .site-branding {
      text-align: right;
      width: 100%; }
      @media screen and (max-width: 1024px) {
        header#masthead .container .site-branding {
          text-align: center; } }
      header#masthead .container .site-branding p.site-description, header#masthead .container .site-branding p.site-title {
        display: none; }
      header#masthead .container .site-branding a img {
        width: 100%;
        max-width: 270px; }
        @media screen and (max-width: 1024px) {
          header#masthead .container .site-branding a img {
            max-width: 475px; } }
    header#masthead .container nav#site-navigation ul#primary-menu li a {
      color: #025974;
      fill: #025974;
      padding-left: 25px;
      padding-right: 25px;
      padding-top: 35px;
      padding-bottom: 35px;
      margin: 0 10px;
      font-family: "Varela Round", Sans-serif;
      font-size: 15px;
      font-weight: 300; }
      header#masthead .container nav#site-navigation ul#primary-menu li a:after {
        content: "";
        bottom: 10px;
        left: 10px;
        height: 3px;
        background-color: transparent;
        position: absolute;
        width: calc(100% - 20px);
        transition: .3s;
        transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1); }
      @media screen and (max-width: 1024px) {
        header#masthead .container nav#site-navigation ul#primary-menu li a {
          font-size: 16px;
          font-family: "Montserrat", Sans-serif;
          font-weight: 300;
          padding: 23px 0; } }
    @media screen and (min-width: 1025px) {
      header#masthead .container nav#site-navigation ul#primary-menu li:hover a:after {
        bottom: 0;
        background-color: #285AB7; } }
    header#masthead .container nav#site-navigation ul#primary-menu li.current-menu-item a {
      color: #89A0FF; }
      @media screen and (min-width: 1025px) {
        header#masthead .container nav#site-navigation ul#primary-menu li.current-menu-item a:after {
          bottom: 0;
          background-color: #89A0FF; } }
    @media screen and (max-width: 1024px) {
      header#masthead .container nav#site-navigation ul#primary-menu li {
        background-color: #fff;
        text-align: center; } }
    @media screen and (max-width: 1024px) {
      header#masthead .container nav#site-navigation ul#primary-menu li:not(:last-child) {
        border-bottom: solid 1px #efefef; } }
    @media screen and (max-width: 1024px) {
      header#masthead .container nav#site-navigation ul#primary-menu {
        top: 59px;
        position: absolute;
        width: 100%; } }
    header#masthead .container nav#site-navigation .navbar-toggler i {
      color: #0286AD;
      font-size: 28px;
      font-weight: 600;
      margin-left: 10px; }
    header#masthead .container nav#site-navigation .navbar-toggler:focus {
      box-shadow: none;
      border: 0; }
    @media screen and (max-width: 1024px) {
      header#masthead .container nav#site-navigation {
        position: absolute;
        left: 0; } }
    header#masthead .container .animated-icon2 {
      width: 30px;
      height: 20px;
      position: relative;
      margin: 0px;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .5s ease-in-out;
      -moz-transition: .5s ease-in-out;
      -o-transition: .5s ease-in-out;
      transition: .5s ease-in-out;
      cursor: pointer; }
      header#masthead .container .animated-icon2 span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
        background: #97AAF4; }
        header#masthead .container .animated-icon2 span:nth-child(1) {
          top: 0px; }
        header#masthead .container .animated-icon2 span:nth-child(2), header#masthead .container .animated-icon2 span:nth-child(3) {
          top: 10px; }
        header#masthead .container .animated-icon2 span:nth-child(4) {
          top: 20px; }
      header#masthead .container .animated-icon2.open span:nth-child(1) {
        top: 11px;
        width: 0%;
        left: 50%; }
      header#masthead .container .animated-icon2.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); }
      header#masthead .container .animated-icon2.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      header#masthead .container .animated-icon2.open span:nth-child(4) {
        top: 11px;
        width: 0%;
        left: 50%; }

/* Footer
--------------------------------------------- */
footer#colophon {
  background-color: #f2f2f2;
  padding-top: 40px;
  padding-bottom: 5px; }
  footer#colophon .seccion1 {
    display: grid;
    grid-template-columns: 50% 50%;
    justify-items: center;
    align-items: center;
    margin-bottom: 40px; }
    footer#colophon .seccion1 .left-footer .logo-talleres {
      display: flex;
      align-items: center;
      margin-top: 20px; }
      footer#colophon .seccion1 .left-footer .logo-talleres p {
        font-family: "Roboto", Sans-serif;
        color: #7a7a7a;
        font-size: 12px;
        line-height: 1.8;
        margin-bottom: 0;
        width: 22%;
        border-right: 2px solid #7a7a7a;
        padding-right: 25px; }
        @media (max-width: 768px) {
          footer#colophon .seccion1 .left-footer .logo-talleres p {
            width: 28%; } }
        @media (max-width: 375px) {
          footer#colophon .seccion1 .left-footer .logo-talleres p {
            width: 33%; } }
      footer#colophon .seccion1 .left-footer .logo-talleres img {
        margin: auto;
        display: block;
        object-fit: cover;
        object-position: center; }
        @media (max-width: 768px) {
          footer#colophon .seccion1 .left-footer .logo-talleres img {
            margin: 0; } }
      @media (max-width: 768px) {
        footer#colophon .seccion1 .left-footer .logo-talleres {
          justify-content: space-evenly; } }
    @media (max-width: 768px) {
      footer#colophon .seccion1 {
        display: flex;
        flex-wrap: wrap;
        justify-content: center; } }
    @media (max-width: 768px) {
      footer#colophon .seccion1 .logo-escuela {
        width: 100%;
        padding: 10px; } }
    footer#colophon .seccion1 .logo-escuela img {
      margin: auto;
      display: block;
      object-fit: cover;
      object-position: center; }
    @media (max-width: 768px) {
      footer#colophon .seccion1 .seccion1a {
        width: 100%;
        padding: 10px; } }
    footer#colophon .seccion1 .seccion1a .logo-footer {
      text-align: center; }
      footer#colophon .seccion1 .seccion1a .logo-footer a img {
        width: 100%;
        margin-bottom: 25px;
        object-fit: cover;
        object-position: center; }
    footer#colophon .seccion1 .seccion1a .direccion p {
      font-family: "Roboto", Sans-serif;
      font-weight: 300;
      text-align: center;
      color: #7a7a7a;
      font-size: 12px;
      line-height: 1.8; }
    footer#colophon .seccion1 .seccion1a .direccion b {
      font-weight: 700; }
    footer#colophon .seccion1 .seccion1a .logo-talleres {
      display: flex;
      align-items: center;
      margin-top: 20px; }
      footer#colophon .seccion1 .seccion1a .logo-talleres p {
        font-family: "Roboto", Sans-serif;
        color: #7a7a7a;
        font-size: 12px;
        line-height: 1.8;
        margin-bottom: 0;
        width: 22%;
        border-right: 2px solid #7a7a7a;
        padding-right: 25px; }
        @media (max-width: 768px) {
          footer#colophon .seccion1 .seccion1a .logo-talleres p {
            width: 30%; } }
        @media (max-width: 375px) {
          footer#colophon .seccion1 .seccion1a .logo-talleres p {
            width: 33%; } }
      footer#colophon .seccion1 .seccion1a .logo-talleres img {
        margin: auto;
        display: block;
        object-fit: cover;
        object-position: center; }
        @media (max-width: 768px) {
          footer#colophon .seccion1 .seccion1a .logo-talleres img {
            margin: 0; } }
      @media (max-width: 768px) {
        footer#colophon .seccion1 .seccion1a .logo-talleres {
          justify-content: space-evenly; } }
  footer#colophon .site-info .creditos p {
    font-family: "Roboto", Sans-serif;
    font-size: 10px;
    font-weight: 300;
    text-align: center;
    color: #7a7a7a; }
  footer#colophon .site-info .politicas .slides {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding-left: 0;
    margin-left: 0; }
    footer#colophon .site-info .politicas .slides li a {
      color: #16181a;
      font-family: "Roboto", Sans-serif;
      font-size: 9px;
      font-weight: 300;
      text-decoration: none;
      margin: 10px; }
      footer#colophon .site-info .politicas .slides li a:hover {
        color: #7963e0; }

/* Custom
--------------------------------------------- */
body {
  margin-bottom: 0 !important; }
  body main#primary {
    margin-top: 90px; }

.fadeTop-effect {
  opacity: 0;
  transform: translate(0, 10vh);
  transition: all 1s; }

.visible-effect {
  opacity: 1;
  transform: translate(0, 0); }

.cmplz-cookiebanner .cmplz-links.cmplz-information {
  display: none; }

div#cmplz-message-1-optin,
a.cmplz-link.privacy-statement,
button.cmplz-btn.cmplz-accept,
button.cmplz-btn.cmplz-deny,
button.cmplz-btn.cmplz-view-preferences,
a.cmplz-link.cookie-statement {
  font-family: "Inter"; }

.cmplz-cookiebanner.banner-1.optin.cmplz-bottom-right.cmplz-categories-type-view-preferences.cmplz-show {
  line-height: 1.8; }

/*cookie page*/
#cmplz-document h2 {
  font-family: "inter";
  color: black;
  font-weight: 600; }

#cmplz-document h2,
#cmplz-document h3 {
  font-size: 22px;
  text-align: left;
  margin-top: 15px;
  text-transform: initial;
  padding-bottom: 10px;
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 10px; }

aside#secondary {
  display: none; }

article#post-176 {
  max-width: 585px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px; }

.cmplz-document footer#colophon {
  display: none; }

/*comment sectios*/
section.directo-comments .taller-comments-form input.error {
  border: solid red 1px; }

#post-176 h1.entry-title {
  display: none; }

.police-button a.wp-block-button__link {
  background-color: #0286ad;
  font-family: "Roboto";
  border-radius: 3px;
  font-size: 15px;
  padding: 12px 24px;
  line-height: 1;
  font-weight: 500; }

#post-176 .wp-container-1.wp-block-buttons {
  justify-content: center; }

article#post-176 {
  margin-bottom: 0; }

@media screen and (max-width: 750px) {
  header#masthead .container .site-branding a img {
    max-width: 336px;
    width: 80%; } }
@media screen and (max-width: 750px) {
  header#masthead .container .site-branding {
    text-align: right; } }
@media screen and (min-width: 1024px) {
  footer#colophon .seccion1 .seccion1a .logo-footer a img {
    max-width: 341px; } }
@media screen and (max-width: 768px) {
  footer#colophon .seccion1 .seccion1a .logo-footer a img {
    width: 62%; } }
@media screen and (max-width: 768px) {
  footer#colophon .seccion1 .logo-escuela img,
  footer#colophon .seccion1 .logo-talleres img {
    width: 50%;
    max-width: 240px; } }
@media screen and (min-width: 1024px) {
  footer#colophon .seccion1 .logo-escuela img,
  footer#colophon .seccion1 .logo-talleres img {
    max-width: 275px; } }
@media (max-width: 768px) and (-webkit-min-device-pixel-ratio: 1) {
  .mobile-hidden {
    display: none !important; } }
@media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1) {
  .mobile-visible {
    display: none !important; } }
/* Home

 */
body.home main#primary article {
  margin-bottom: 0; }
  body.home main#primary article .entry-content section.hero {
    height: 50vh;
    background-position: center 20% !important;
    /* Center the image */
    background-repeat: no-repeat !important;
    /* Do not repeat the image */
    background-size: cover !important;
    /* Resize the background image to cover the entire container */
    display: grid;
    align-items: center;
    min-height: 614px; }
    body.home main#primary article .entry-content section.hero .container {
      display: grid;
      grid-template-columns: 50% 50%; }
      @media (max-width: 768px) {
        body.home main#primary article .entry-content section.hero .container {
          grid-template-columns: 100% 0%; } }
      body.home main#primary article .entry-content section.hero .container .hero-left h2 {
        color: #ffffff;
        font-family: "Inter", Sans-serif;
        font-size: 59px;
        font-weight: 500;
        text-transform: none;
        line-height: 1.3em;
        margin-bottom: 30px;
        text-shadow: 3px 3px 9px #8eb2d3; }
        @media (max-width: 1024px) {
          body.home main#primary article .entry-content section.hero .container .hero-left h2 {
            font-size: 32px; } }
      body.home main#primary article .entry-content section.hero .container .hero-left h5 {
        color: white;
        font-weight: normal;
        line-height: 1.3;
        font-family: "Inter", Sans-serif;
        font-weight: 600;
        font-size: 1.313rem;
        margin-bottom: 50px; }
        @media (max-width: 1024px) {
          body.home main#primary article .entry-content section.hero .container .hero-left h5 {
            font-size: 18px; } }
      body.home main#primary article .entry-content section.hero .container .hero-left a {
        background-color: #0286ad;
        border-radius: 6px 6px 6px 6px;
        padding: 20px 24px 20px 24px;
        font-family: "Inter", Sans-serif;
        font-size: 16px;
        font-weight: 500;
        text-transform: capitalize;
        line-height: 28px;
        color: white;
        text-decoration: none;
        display: block;
        transition: all 1s;
        max-width: 215px; }
        @media (max-width: 766px) {
          body.home main#primary article .entry-content section.hero .container .hero-left a {
            width: 100%;
            display: block;
            position: relative;
            max-width: 100%; } }
        body.home main#primary article .entry-content section.hero .container .hero-left a span.elementor-button-icon.elementor-align-icon-right {
          position: relative;
          left: 5px;
          top: 1px; }
          @media (max-width: 766px) {
            body.home main#primary article .entry-content section.hero .container .hero-left a span.elementor-button-icon.elementor-align-icon-right {
              width: 100%;
              /*display: block;
              top: 20px;
              left: 92%;
              position: absolute;*/ } }
        body.home main#primary article .entry-content section.hero .container .hero-left a:hover {
          -webkit-transform: scale(1.1);
          transform: scale(1.05);
          background-color: #29CBFC; }
  body.home main#primary article .entry-content section.seccion-experiencia .seccion-experiencia1 {
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 60px;
    text-align: center; }
    @media (max-width: 766px) {
      body.home main#primary article .entry-content section.seccion-experiencia .seccion-experiencia1 {
        grid-template-columns: 100%; } }
    body.home main#primary article .entry-content section.seccion-experiencia .seccion-experiencia1 .seccion-experiencia1a {
      text-align: center; }
      @media (max-width: 766px) {
        body.home main#primary article .entry-content section.seccion-experiencia .seccion-experiencia1 .seccion-experiencia1a {
          padding: 30px 0; } }
      body.home main#primary article .entry-content section.seccion-experiencia .seccion-experiencia1 .seccion-experiencia1a img {
        width: 50%; }
    body.home main#primary article .entry-content section.seccion-experiencia .seccion-experiencia1 .seccion-experiencia1b h2 {
      color: #026f90;
      font-family: "Roboto", Sans-serif;
      font-size: 22px;
      font-weight: 300;
      letter-spacing: 0.5px;
      margin-bottom: 20px;
      line-height: 1; }
    body.home main#primary article .entry-content section.seccion-experiencia .seccion-experiencia1 .seccion-experiencia1b p {
      color: #7a7a7a;
      font-family: "Roboto", Sans-serif;
      font-weight: 300;
      letter-spacing: 0.4px;
      font-size: 16px;
      margin-bottom: 45px; }
    body.home main#primary article .entry-content section.seccion-experiencia .seccion-experiencia1 .seccion-experiencia1b a {
      background-color: #0286ad;
      border-radius: 6px 6px 6px 6px;
      padding: 20px 24px 20px 24px;
      font-family: "Inter", Sans-serif;
      font-size: 16px;
      font-weight: 500;
      text-transform: capitalize;
      line-height: 28px;
      color: white;
      text-decoration: none;
      display: block;
      max-width: 220px;
      margin: auto; }
      @media (max-width: 766px) {
        body.home main#primary article .entry-content section.seccion-experiencia .seccion-experiencia1 .seccion-experiencia1b a {
          width: 100%;
          display: block;
          position: relative;
          max-width: unset; } }
      body.home main#primary article .entry-content section.seccion-experiencia .seccion-experiencia1 .seccion-experiencia1b a span.elementor-button-icon.elementor-align-icon-right {
        position: relative;
        left: 5px;
        top: 1px; }
        @media (max-width: 766px) {
          body.home main#primary article .entry-content section.seccion-experiencia .seccion-experiencia1 .seccion-experiencia1b a span.elementor-button-icon.elementor-align-icon-right {
            display: block;
            top: 20px;
            left: 92%;
            position: absolute; } }
      body.home main#primary article .entry-content section.seccion-experiencia .seccion-experiencia1 .seccion-experiencia1b a:hover {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        background-color: #29cbfc; }
  body.home main#primary article .entry-content section.seccion-experiencia .seccion-experiencia2 {
    margin-top: 60px;
    margin-bottom: 60px; }
    body.home main#primary article .entry-content section.seccion-experiencia .seccion-experiencia2 .slides {
      display: flex;
      justify-content: center;
      align-items: center;
      list-style: none;
      padding-left: 0;
      margin-left: 0; }
      @media (max-width: 1024px) {
        body.home main#primary article .entry-content section.seccion-experiencia .seccion-experiencia2 .slides {
          flex-wrap: wrap; } }
      body.home main#primary article .entry-content section.seccion-experiencia .seccion-experiencia2 .slides li {
        text-align: center; }
        @media (max-width: 1024px) {
          body.home main#primary article .entry-content section.seccion-experiencia .seccion-experiencia2 .slides li {
            width: 50%;
            margin-bottom: 30px; } }
        @media (max-width: 767px) {
          body.home main#primary article .entry-content section.seccion-experiencia .seccion-experiencia2 .slides li {
            width: 100%; }
            body.home main#primary article .entry-content section.seccion-experiencia .seccion-experiencia2 .slides li:last-child {
              margin-bottom: 0; } }
        body.home main#primary article .entry-content section.seccion-experiencia .seccion-experiencia2 .slides li img {
          margin-bottom: 20px; }
        body.home main#primary article .entry-content section.seccion-experiencia .seccion-experiencia2 .slides li h5 {
          color: #0286ad;
          font-family: "Inter", Sans-serif;
          font-size: 18px;
          font-weight: 300;
          line-height: 1.3em;
          margin-bottom: 20px; }
        body.home main#primary article .entry-content section.seccion-experiencia .seccion-experiencia2 .slides li p {
          color: #7a7a7a;
          font-family: "Inter", Sans-serif;
          font-weight: 300;
          letter-spacing: 0.4px;
          font-size: 16px;
          max-width: 80%;
          margin: 0 auto; }
  body.home main#primary article .entry-content section.imagen-fondo {
    background-position: center !important;
    /* Center the image */
    background-repeat: no-repeat !important;
    /* Do not repeat the image */
    background-size: cover !important;
    /* Resize the background image to cover the entire container */
    height: 500px; }
  body.home main#primary article .entry-content section.roche {
    background-position: center !important;
    /* Center the image */
    background-repeat: no-repeat !important;
    /* Do not repeat the image */
    background-size: cover !important;
    /* Resize the background image to cover the entire container */
    padding-top: 75px;
    padding-bottom: 90px; }
    body.home main#primary article .entry-content section.roche h2 {
      color: #ffffff;
      font-family: "Inter", Sans-serif;
      font-size: 32px;
      font-weight: 600;
      line-height: 1.3em;
      text-align: center; }
    body.home main#primary article .entry-content section.roche p {
      text-align: center;
      color: #ffffff;
      font-family: "Inter", Sans-serif;
      font-size: 16px;
      font-weight: 400;
      max-width: 65%;
      margin: 0 auto; }
  body.home main#primary article .entry-content section.talleres-realizados {
    background-color: #f8f8f8;
    padding: 5px 0; }
    body.home main#primary article .entry-content section.talleres-realizados h2 {
      color: #026f90;
      font-family: "Inter", Sans-serif;
      font-size: 32px;
      font-weight: 200;
      letter-spacing: 0.5px;
      text-align: center;
      margin-top: 75px;
      margin-bottom: 25px; }
  body.home main#primary article .entry-content section#talleres-posts-home {
    background-color: #f8f8f8; }
    @media (max-width: 767px) {
      body.home main#primary article .entry-content section#talleres-posts-home .talleres-posts-home {
        flex-wrap: wrap;
        justify-content: center;
        max-width: 500px; } }
    body.home main#primary article .entry-content section#talleres-posts-home .talleres-posts-home .taller-post-item {
      background-color: #f8f8f8; }
      @media (max-width: 767px) {
        body.home main#primary article .entry-content section#talleres-posts-home .talleres-posts-home .taller-post-item {
          width: 100%; } }
      body.home main#primary article .entry-content section#talleres-posts-home .talleres-posts-home .taller-post-item article {
        background-color: #fff; }
        @media (max-width: 767px) {
          body.home main#primary article .entry-content section#talleres-posts-home .talleres-posts-home .taller-post-item article img {
            width: 100%; } }

/*# sourceMappingURL=style.css.map */
