@charset "UTF-8";
/*
Theme Name: SEGAL
Theme URI: https://github.com/tidythemes/blankslate
Author: TidyThemes
Author URI: http://tidythemes.com/
Description: SEGAL Theme is a customized version of Blankslate template.
Version: 2025
Requires at least: 5.2
Tested up to: 5.9
Requires PHP: 7.0
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html

BlankSlate WordPress Theme © 2011-2022 TidyThemes
BlankSlate is distributed under the terms of the GNU GPL
*/
/******************************MIXINS******************************/
/*Variables*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@font-face {
  font-family: 'icomoon';
  src: url("/wp-content/themes/segal/fonts/icomoon.eot?o1folp");
  src: url("/wp-content/themes/segal/fonts/icomoon.eot?o1folp#iefix") format("embedded-opentype"), url("/wp-content/themes/segal/fonts/icomoon.ttf?o1folp") format("truetype"), url("/wp-content/themes/segal/fonts/icomoon.woff?o1folp") format("woff"), url("/wp-content/themes/segal/fonts/icomoon.svg?o1folp#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-up:before {
  content: "\e900";
}

.icon-down:before {
  content: "\e901";
}

.icon-right:before {
  content: "\e902";
}

.icon-left:before {
  content: "\e903";
}

.icon-close:before {
  content: "\e904";
}

.icon-link:before {
  content: "\e905";
}

.icon-back:before {
  content: "\e906";
}

.icon-scrollup:before {
  content: "\e907";
}

.icon-scrolldown:before {
  content: "\e908";
}

.icon-favicon:before {
  content: "\e909";
}

/*General*/
* {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
}

@media only screen and (max-width: 1199px) {
  * {
    text-rendering: auto;
  }
}

*, *::after, *::before {
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
}

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  background: #F1F1F1;
  color: #1A2948;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.5px;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 70px 0 0 0;
  position: relative;
  overflow-x: hidden;
}

@media only screen and (max-width: 991px) {
  body {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.4px;
  }
}

@media only screen and (max-width: 600px) {
  body {
    font-size: 16px;
    line-height: 24px;
    padding-top: 60px;
    letter-spacing: -0.3px;
  }
}

@media only screen and (max-width: 480px) {
  body {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.2px;
  }
}

body.body-fade-in {
  -webkit-animation: fadeIn ease 1.5s;
  -moz-animation: fadeIn ease 1.5s;
  -ms-animation: fadeIn ease 1.5s;
  -o-animation: fadeIn ease 1.5s;
  animation: fadeIn ease 1.5s;
}

div {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
  margin: 0 0 30px 0;
  font-weight: 600;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  color: #1A2948;
}

@media only screen and (max-width: 991px) {
  h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
    margin: 0 0 25px 0;
  }
}

@media only screen and (max-width: 600px) {
  h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
    margin: 0 0 20px 0;
  }
}

h1, .h1 {
  font-size: 65px;
  line-height: 70px;
  letter-spacing: -2px;
}

@media only screen and (max-width: 1199px) {
  h1, .h1 {
    font-size: 55px;
    line-height: 60px;
    letter-spacing: -1.5px;
  }
}

@media only screen and (max-width: 991px) {
  h1, .h1 {
    font-size: 45px;
    line-height: 50px;
    letter-spacing: -1px;
  }
}

@media only screen and (max-width: 600px) {
  h1, .h1 {
    font-size: 35px;
    line-height: 40px;
    letter-spacing: -0.5px;
  }
}

h2, .h2 {
  font-size: 50px;
  line-height: 55px;
  letter-spacing: -1.8px;
}

@media only screen and (max-width: 1199px) {
  h2, .h2 {
    font-size: 45px;
    line-height: 50px;
    letter-spacing: -1.4px;
  }
}

@media only screen and (max-width: 991px) {
  h2, .h2 {
    font-size: 40px;
    line-height: 45px;
    letter-spacing: -0.9px;
  }
}

@media only screen and (max-width: 600px) {
  h2, .h2 {
    font-size: 35px;
    line-height: 40px;
    letter-spacing: -0.4px;
  }
}

h3, .h3 {
  font-size: 40px;
  line-height: 50px;
  letter-spacing: -1.5px;
}

@media only screen and (max-width: 1199px) {
  h3, .h3 {
    font-size: 35px;
    line-height: 45px;
    letter-spacing: -1.1px;
  }
}

@media only screen and (max-width: 991px) {
  h3, .h3 {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -0.8px;
  }
}

@media only screen and (max-width: 600px) {
  h3, .h3 {
    font-size: 25px;
    line-height: 35px;
    letter-spacing: -0.4px;
  }
}

h4, .h4 {
  font-size: 30px;
  line-height: 36px;
  letter-spacing: -1.5px;
}

@media only screen and (max-width: 991px) {
  h4, .h4 {
    font-size: 26px;
    line-height: 32px;
    letter-spacing: -1px;
  }
}

@media only screen and (max-width: 600px) {
  h4, .h4 {
    font-size: 22px;
    line-height: 28px;
    letter-spacing: -0.5px;
  }
}

h5, .h5 {
  font-size: 26px;
  line-height: 32px;
  letter-spacing: -1.5px;
}

@media only screen and (max-width: 991px) {
  h5, .h5 {
    font-size: 22px;
    line-height: 28px;
    letter-spacing: -1px;
  }
}

@media only screen and (max-width: 600px) {
  h5, .h5 {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.5px;
  }
}

ul, ol {
  padding: 0 0 5px 40px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  ul, ol {
    padding: 0 0 5px 30px;
  }
}

ul li, ol li {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #1A2948;
  letter-spacing: -0.5px;
}

@media only screen and (max-width: 991px) {
  ul li, ol li {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.4px;
  }
}

@media only screen and (max-width: 600px) {
  ul li, ol li {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.3px;
  }
}

@media only screen and (max-width: 480px) {
  ul li, ol li {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.2px;
  }
}

ul li {
  list-style: disc;
}

ul ol li {
  list-style: auto;
}

p {
  margin: 0 0 10px 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #1A2948;
  letter-spacing: -0.5px;
}

@media only screen and (max-width: 991px) {
  p {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.4px;
  }
}

@media only screen and (max-width: 600px) {
  p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.3px;
  }
}

@media only screen and (max-width: 480px) {
  p {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.2px;
  }
}

img {
  display: block;
  width: 100%;
  height: auto;
}

a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: none;
  text-decoration: underline;
  position: relative;
}

:active, :focus {
  outline: none;
}

::placeholder {
  color: #868ca0;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #868ca0;
}

::-ms-input-placeholder {
  color: #868ca0;
}

textarea, input, select {
  border-radius: 0;
  font-family: "Open Sans", sans-serif;
  color: #1A2948;
  height: 40px;
  padding: 6px 0 12px 0;
  font-size: 22px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: -0.5px;
  border: 0;
  border-bottom: 1px solid #1A2948;
  background: transparent;
}

@media only screen and (max-width: 1199px) {
  textarea, input, select {
    font-size: 20px;
    height: auto;
    height: 38px;
  }
}

@media only screen and (max-width: 991px) {
  textarea, input, select {
    font-size: 18px;
    height: auto;
    height: 36px;
    padding: 5px 0 10px 0;
  }
}

@media only screen and (max-width: 600px) {
  textarea, input, select {
    font-size: 16px;
    height: 32px;
  }
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='darkblue' height='24' viewBox='0 0 34 24' width='34' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 8px;
}

input {
  -webkit-appearance: none;
}

textarea {
  -webkit-appearance: none;
  height: 100px;
  resize: none;
  border: 1px solid #1A2948;
  padding: 10px;
}

@media only screen and (max-width: 600px) {
  textarea {
    padding: 8px;
  }
}

input[type="checkbox"] {
  -webkit-appearance: checkbox;
}

[type="radio"]:checked,
[type="radio"]:not(:checked), [type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label, [type="checkbox"]:checked + span,
[type="checkbox"]:not(:checked) + span {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: block;
  color: #3BBFAD;
}

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before, [type="checkbox"]:checked + span:before,
[type="checkbox"]:not(:checked) + span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  width: 18px;
  height: 18px;
  border: 1px solid #1A2948;
}

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after, [type="checkbox"]:checked + span:after,
[type="checkbox"]:not(:checked) + span:after {
  content: '';
  width: 10px;
  height: 10px;
  background: #1A2948;
  position: absolute;
  top: 5px;
  left: 4px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

[type="radio"]:not(:checked) + label:after, [type="checkbox"]:not(:checked) + span:after {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type="radio"]:checked + label:after, [type="checkbox"]:checked + span:after {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

/*Estructura*/
section, footer {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 120px 0;
}

@media only screen and (max-width: 1360px) {
  section, footer {
    padding: 100px 0;
  }
}

@media only screen and (max-width: 1199px) {
  section, footer {
    padding: 80px 0;
  }
}

@media only screen and (max-width: 991px) {
  section, footer {
    padding: 60px 0;
  }
}

@media only screen and (max-width: 767px) {
  section, footer {
    padding: 40px 0;
  }
}

@media only screen and (max-width: 600px) {
  section, footer {
    padding: 30px 0;
  }
}

section .container, section .container-mini, section .container-post, section .container-big, section .container-full, footer .container, footer .container-mini, footer .container-post, footer .container-big, footer .container-full {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
  padding: 0 50px;
}

@media only screen and (max-width: 1600px) {
  section .container, section .container-mini, section .container-post, section .container-big, section .container-full, footer .container, footer .container-mini, footer .container-post, footer .container-big, footer .container-full {
    padding: 0 40px;
  }
}

@media only screen and (max-width: 1360px) {
  section .container, section .container-mini, section .container-post, section .container-big, section .container-full, footer .container, footer .container-mini, footer .container-post, footer .container-big, footer .container-full {
    padding: 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  section .container, section .container-mini, section .container-post, section .container-big, section .container-full, footer .container, footer .container-mini, footer .container-post, footer .container-big, footer .container-full {
    max-width: 100%;
    padding: 0 20px;
  }
}

section .container .row, section .container-mini .row, section .container-post .row, section .container-big .row, section .container-full .row, footer .container .row, footer .container-mini .row, footer .container-post .row, footer .container-big .row, footer .container-full .row {
  margin-left: -15px;
  margin-right: -15px;
  max-width: none;
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 991px) {
  section .container .row, section .container-mini .row, section .container-post .row, section .container-big .row, section .container-full .row, footer .container .row, footer .container-mini .row, footer .container-post .row, footer .container-big .row, footer .container-full .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media only screen and (max-width: 600px) {
  section .container .row, section .container-mini .row, section .container-post .row, section .container-big .row, section .container-full .row, footer .container .row, footer .container-mini .row, footer .container-post .row, footer .container-big .row, footer .container-full .row {
    margin-left: -5px;
    margin-right: -5px;
  }
}

section .container .row .col, section .container-mini .row .col, section .container-post .row .col, section .container-big .row .col, section .container-full .row .col, footer .container .row .col, footer .container-mini .row .col, footer .container-post .row .col, footer .container-big .row .col, footer .container-full .row .col {
  position: relative;
  padding: 0 15px;
}

@media only screen and (max-width: 991px) {
  section .container .row .col, section .container-mini .row .col, section .container-post .row .col, section .container-big .row .col, section .container-full .row .col, footer .container .row .col, footer .container-mini .row .col, footer .container-post .row .col, footer .container-big .row .col, footer .container-full .row .col {
    padding: 0 10px;
  }
}

@media only screen and (max-width: 600px) {
  section .container .row .col, section .container-mini .row .col, section .container-post .row .col, section .container-big .row .col, section .container-full .row .col, footer .container .row .col, footer .container-mini .row .col, footer .container-post .row .col, footer .container-big .row .col, footer .container-full .row .col {
    padding: 0 5px;
  }
}

section .container .row .col.col12, section .container-mini .row .col.col12, section .container-post .row .col.col12, section .container-big .row .col.col12, section .container-full .row .col.col12, footer .container .row .col.col12, footer .container-mini .row .col.col12, footer .container-post .row .col.col12, footer .container-big .row .col.col12, footer .container-full .row .col.col12 {
  width: 12.5%;
}

@media only screen and (max-width: 767px) {
  section .container .row .col.col12, section .container-mini .row .col.col12, section .container-post .row .col.col12, section .container-big .row .col.col12, section .container-full .row .col.col12, footer .container .row .col.col12, footer .container-mini .row .col.col12, footer .container-post .row .col.col12, footer .container-big .row .col.col12, footer .container-full .row .col.col12 {
    width: 50%;
  }
}

@media only screen and (max-width: 600px) {
  section .container .row .col.col12, section .container-mini .row .col.col12, section .container-post .row .col.col12, section .container-big .row .col.col12, section .container-full .row .col.col12, footer .container .row .col.col12, footer .container-mini .row .col.col12, footer .container-post .row .col.col12, footer .container-big .row .col.col12, footer .container-full .row .col.col12 {
    width: 100%;
  }
}

section .container .row .col.col16, section .container-mini .row .col.col16, section .container-post .row .col.col16, section .container-big .row .col.col16, section .container-full .row .col.col16, footer .container .row .col.col16, footer .container-mini .row .col.col16, footer .container-post .row .col.col16, footer .container-big .row .col.col16, footer .container-full .row .col.col16 {
  width: 16.6666%;
}

@media only screen and (max-width: 767px) {
  section .container .row .col.col16, section .container-mini .row .col.col16, section .container-post .row .col.col16, section .container-big .row .col.col16, section .container-full .row .col.col16, footer .container .row .col.col16, footer .container-mini .row .col.col16, footer .container-post .row .col.col16, footer .container-big .row .col.col16, footer .container-full .row .col.col16 {
    width: 50%;
  }
}

@media only screen and (max-width: 600px) {
  section .container .row .col.col16, section .container-mini .row .col.col16, section .container-post .row .col.col16, section .container-big .row .col.col16, section .container-full .row .col.col16, footer .container .row .col.col16, footer .container-mini .row .col.col16, footer .container-post .row .col.col16, footer .container-big .row .col.col16, footer .container-full .row .col.col16 {
    width: 100%;
  }
}

section .container .row .col.col20, section .container-mini .row .col.col20, section .container-post .row .col.col20, section .container-big .row .col.col20, section .container-full .row .col.col20, footer .container .row .col.col20, footer .container-mini .row .col.col20, footer .container-post .row .col.col20, footer .container-big .row .col.col20, footer .container-full .row .col.col20 {
  width: 20%;
}

@media only screen and (max-width: 767px) {
  section .container .row .col.col20, section .container-mini .row .col.col20, section .container-post .row .col.col20, section .container-big .row .col.col20, section .container-full .row .col.col20, footer .container .row .col.col20, footer .container-mini .row .col.col20, footer .container-post .row .col.col20, footer .container-big .row .col.col20, footer .container-full .row .col.col20 {
    width: 50%;
  }
}

@media only screen and (max-width: 600px) {
  section .container .row .col.col20, section .container-mini .row .col.col20, section .container-post .row .col.col20, section .container-big .row .col.col20, section .container-full .row .col.col20, footer .container .row .col.col20, footer .container-mini .row .col.col20, footer .container-post .row .col.col20, footer .container-big .row .col.col20, footer .container-full .row .col.col20 {
    width: 100%;
  }
}

section .container .row .col.col25, section .container-mini .row .col.col25, section .container-post .row .col.col25, section .container-big .row .col.col25, section .container-full .row .col.col25, footer .container .row .col.col25, footer .container-mini .row .col.col25, footer .container-post .row .col.col25, footer .container-big .row .col.col25, footer .container-full .row .col.col25 {
  width: 25%;
}

@media only screen and (max-width: 767px) {
  section .container .row .col.col25, section .container-mini .row .col.col25, section .container-post .row .col.col25, section .container-big .row .col.col25, section .container-full .row .col.col25, footer .container .row .col.col25, footer .container-mini .row .col.col25, footer .container-post .row .col.col25, footer .container-big .row .col.col25, footer .container-full .row .col.col25 {
    width: 50%;
  }
}

@media only screen and (max-width: 600px) {
  section .container .row .col.col25, section .container-mini .row .col.col25, section .container-post .row .col.col25, section .container-big .row .col.col25, section .container-full .row .col.col25, footer .container .row .col.col25, footer .container-mini .row .col.col25, footer .container-post .row .col.col25, footer .container-big .row .col.col25, footer .container-full .row .col.col25 {
    width: 100%;
  }
}

section .container .row .col.col30, section .container-mini .row .col.col30, section .container-post .row .col.col30, section .container-big .row .col.col30, section .container-full .row .col.col30, footer .container .row .col.col30, footer .container-mini .row .col.col30, footer .container-post .row .col.col30, footer .container-big .row .col.col30, footer .container-full .row .col.col30 {
  width: 30%;
}

@media only screen and (max-width: 767px) {
  section .container .row .col.col30, section .container-mini .row .col.col30, section .container-post .row .col.col30, section .container-big .row .col.col30, section .container-full .row .col.col30, footer .container .row .col.col30, footer .container-mini .row .col.col30, footer .container-post .row .col.col30, footer .container-big .row .col.col30, footer .container-full .row .col.col30 {
    width: 50%;
  }
}

@media only screen and (max-width: 600px) {
  section .container .row .col.col30, section .container-mini .row .col.col30, section .container-post .row .col.col30, section .container-big .row .col.col30, section .container-full .row .col.col30, footer .container .row .col.col30, footer .container-mini .row .col.col30, footer .container-post .row .col.col30, footer .container-big .row .col.col30, footer .container-full .row .col.col30 {
    width: 100%;
  }
}

section .container .row .col.col35, section .container-mini .row .col.col35, section .container-post .row .col.col35, section .container-big .row .col.col35, section .container-full .row .col.col35, footer .container .row .col.col35, footer .container-mini .row .col.col35, footer .container-post .row .col.col35, footer .container-big .row .col.col35, footer .container-full .row .col.col35 {
  width: 35%;
}

@media only screen and (max-width: 767px) {
  section .container .row .col.col35, section .container-mini .row .col.col35, section .container-post .row .col.col35, section .container-big .row .col.col35, section .container-full .row .col.col35, footer .container .row .col.col35, footer .container-mini .row .col.col35, footer .container-post .row .col.col35, footer .container-big .row .col.col35, footer .container-full .row .col.col35 {
    width: 50%;
  }
}

@media only screen and (max-width: 600px) {
  section .container .row .col.col35, section .container-mini .row .col.col35, section .container-post .row .col.col35, section .container-big .row .col.col35, section .container-full .row .col.col35, footer .container .row .col.col35, footer .container-mini .row .col.col35, footer .container-post .row .col.col35, footer .container-big .row .col.col35, footer .container-full .row .col.col35 {
    width: 100%;
  }
}

section .container .row .col.col33, section .container-mini .row .col.col33, section .container-post .row .col.col33, section .container-big .row .col.col33, section .container-full .row .col.col33, footer .container .row .col.col33, footer .container-mini .row .col.col33, footer .container-post .row .col.col33, footer .container-big .row .col.col33, footer .container-full .row .col.col33 {
  width: 33.3333%;
}

@media only screen and (max-width: 767px) {
  section .container .row .col.col33, section .container-mini .row .col.col33, section .container-post .row .col.col33, section .container-big .row .col.col33, section .container-full .row .col.col33, footer .container .row .col.col33, footer .container-mini .row .col.col33, footer .container-post .row .col.col33, footer .container-big .row .col.col33, footer .container-full .row .col.col33 {
    width: 50%;
  }
}

@media only screen and (max-width: 600px) {
  section .container .row .col.col33, section .container-mini .row .col.col33, section .container-post .row .col.col33, section .container-big .row .col.col33, section .container-full .row .col.col33, footer .container .row .col.col33, footer .container-mini .row .col.col33, footer .container-post .row .col.col33, footer .container-big .row .col.col33, footer .container-full .row .col.col33 {
    width: 100%;
  }
}

section .container .row .col.col36, section .container-mini .row .col.col36, section .container-post .row .col.col36, section .container-big .row .col.col36, section .container-full .row .col.col36, footer .container .row .col.col36, footer .container-mini .row .col.col36, footer .container-post .row .col.col36, footer .container-big .row .col.col36, footer .container-full .row .col.col36 {
  width: 36.6666%;
}

@media only screen and (max-width: 600px) {
  section .container .row .col.col36, section .container-mini .row .col.col36, section .container-post .row .col.col36, section .container-big .row .col.col36, section .container-full .row .col.col36, footer .container .row .col.col36, footer .container-mini .row .col.col36, footer .container-post .row .col.col36, footer .container-big .row .col.col36, footer .container-full .row .col.col36 {
    width: 100%;
  }
}

section .container .row .col.col40, section .container-mini .row .col.col40, section .container-post .row .col.col40, section .container-big .row .col.col40, section .container-full .row .col.col40, footer .container .row .col.col40, footer .container-mini .row .col.col40, footer .container-post .row .col.col40, footer .container-big .row .col.col40, footer .container-full .row .col.col40 {
  width: 40%;
}

@media only screen and (max-width: 767px) {
  section .container .row .col.col40, section .container-mini .row .col.col40, section .container-post .row .col.col40, section .container-big .row .col.col40, section .container-full .row .col.col40, footer .container .row .col.col40, footer .container-mini .row .col.col40, footer .container-post .row .col.col40, footer .container-big .row .col.col40, footer .container-full .row .col.col40 {
    width: 50%;
  }
}

@media only screen and (max-width: 600px) {
  section .container .row .col.col40, section .container-mini .row .col.col40, section .container-post .row .col.col40, section .container-big .row .col.col40, section .container-full .row .col.col40, footer .container .row .col.col40, footer .container-mini .row .col.col40, footer .container-post .row .col.col40, footer .container-big .row .col.col40, footer .container-full .row .col.col40 {
    width: 100%;
  }
}

section .container .row .col.col45, section .container-mini .row .col.col45, section .container-post .row .col.col45, section .container-big .row .col.col45, section .container-full .row .col.col45, footer .container .row .col.col45, footer .container-mini .row .col.col45, footer .container-post .row .col.col45, footer .container-big .row .col.col45, footer .container-full .row .col.col45 {
  width: 45%;
}

@media only screen and (max-width: 767px) {
  section .container .row .col.col45, section .container-mini .row .col.col45, section .container-post .row .col.col45, section .container-big .row .col.col45, section .container-full .row .col.col45, footer .container .row .col.col45, footer .container-mini .row .col.col45, footer .container-post .row .col.col45, footer .container-big .row .col.col45, footer .container-full .row .col.col45 {
    width: 50%;
  }
}

@media only screen and (max-width: 600px) {
  section .container .row .col.col45, section .container-mini .row .col.col45, section .container-post .row .col.col45, section .container-big .row .col.col45, section .container-full .row .col.col45, footer .container .row .col.col45, footer .container-mini .row .col.col45, footer .container-post .row .col.col45, footer .container-big .row .col.col45, footer .container-full .row .col.col45 {
    width: 100%;
  }
}

section .container .row .col.col50, section .container-mini .row .col.col50, section .container-post .row .col.col50, section .container-big .row .col.col50, section .container-full .row .col.col50, footer .container .row .col.col50, footer .container-mini .row .col.col50, footer .container-post .row .col.col50, footer .container-big .row .col.col50, footer .container-full .row .col.col50 {
  width: 50%;
}

@media only screen and (max-width: 767px) {
  section .container .row .col.col50, section .container-mini .row .col.col50, section .container-post .row .col.col50, section .container-big .row .col.col50, section .container-full .row .col.col50, footer .container .row .col.col50, footer .container-mini .row .col.col50, footer .container-post .row .col.col50, footer .container-big .row .col.col50, footer .container-full .row .col.col50 {
    width: 100%;
  }
}

section .container .row .col.col55, section .container-mini .row .col.col55, section .container-post .row .col.col55, section .container-big .row .col.col55, section .container-full .row .col.col55, footer .container .row .col.col55, footer .container-mini .row .col.col55, footer .container-post .row .col.col55, footer .container-big .row .col.col55, footer .container-full .row .col.col55 {
  width: 55%;
}

@media only screen and (max-width: 767px) {
  section .container .row .col.col55, section .container-mini .row .col.col55, section .container-post .row .col.col55, section .container-big .row .col.col55, section .container-full .row .col.col55, footer .container .row .col.col55, footer .container-mini .row .col.col55, footer .container-post .row .col.col55, footer .container-big .row .col.col55, footer .container-full .row .col.col55 {
    width: 100%;
  }
}

section .container .row .col.col60, section .container-mini .row .col.col60, section .container-post .row .col.col60, section .container-big .row .col.col60, section .container-full .row .col.col60, footer .container .row .col.col60, footer .container-mini .row .col.col60, footer .container-post .row .col.col60, footer .container-big .row .col.col60, footer .container-full .row .col.col60 {
  width: 60%;
}

@media only screen and (max-width: 767px) {
  section .container .row .col.col60, section .container-mini .row .col.col60, section .container-post .row .col.col60, section .container-big .row .col.col60, section .container-full .row .col.col60, footer .container .row .col.col60, footer .container-mini .row .col.col60, footer .container-post .row .col.col60, footer .container-big .row .col.col60, footer .container-full .row .col.col60 {
    width: 100%;
  }
}

section .container .row .col.col63, section .container-mini .row .col.col63, section .container-post .row .col.col63, section .container-big .row .col.col63, section .container-full .row .col.col63, footer .container .row .col.col63, footer .container-mini .row .col.col63, footer .container-post .row .col.col63, footer .container-big .row .col.col63, footer .container-full .row .col.col63 {
  width: 63.3333%;
}

@media only screen and (max-width: 600px) {
  section .container .row .col.col63, section .container-mini .row .col.col63, section .container-post .row .col.col63, section .container-big .row .col.col63, section .container-full .row .col.col63, footer .container .row .col.col63, footer .container-mini .row .col.col63, footer .container-post .row .col.col63, footer .container-big .row .col.col63, footer .container-full .row .col.col63 {
    width: 100%;
  }
}

section .container .row .col.col66, section .container-mini .row .col.col66, section .container-post .row .col.col66, section .container-big .row .col.col66, section .container-full .row .col.col66, footer .container .row .col.col66, footer .container-mini .row .col.col66, footer .container-post .row .col.col66, footer .container-big .row .col.col66, footer .container-full .row .col.col66 {
  width: 66.6666%;
}

@media only screen and (max-width: 767px) {
  section .container .row .col.col66, section .container-mini .row .col.col66, section .container-post .row .col.col66, section .container-big .row .col.col66, section .container-full .row .col.col66, footer .container .row .col.col66, footer .container-mini .row .col.col66, footer .container-post .row .col.col66, footer .container-big .row .col.col66, footer .container-full .row .col.col66 {
    width: 100%;
  }
}

section .container .row .col.col70, section .container-mini .row .col.col70, section .container-post .row .col.col70, section .container-big .row .col.col70, section .container-full .row .col.col70, footer .container .row .col.col70, footer .container-mini .row .col.col70, footer .container-post .row .col.col70, footer .container-big .row .col.col70, footer .container-full .row .col.col70 {
  width: 70%;
}

@media only screen and (max-width: 767px) {
  section .container .row .col.col70, section .container-mini .row .col.col70, section .container-post .row .col.col70, section .container-big .row .col.col70, section .container-full .row .col.col70, footer .container .row .col.col70, footer .container-mini .row .col.col70, footer .container-post .row .col.col70, footer .container-big .row .col.col70, footer .container-full .row .col.col70 {
    width: 100%;
  }
}

section .container .row .col.col75, section .container-mini .row .col.col75, section .container-post .row .col.col75, section .container-big .row .col.col75, section .container-full .row .col.col75, footer .container .row .col.col75, footer .container-mini .row .col.col75, footer .container-post .row .col.col75, footer .container-big .row .col.col75, footer .container-full .row .col.col75 {
  width: 75%;
}

@media only screen and (max-width: 767px) {
  section .container .row .col.col75, section .container-mini .row .col.col75, section .container-post .row .col.col75, section .container-big .row .col.col75, section .container-full .row .col.col75, footer .container .row .col.col75, footer .container-mini .row .col.col75, footer .container-post .row .col.col75, footer .container-big .row .col.col75, footer .container-full .row .col.col75 {
    width: 100%;
  }
}

section .container .row .col.col80, section .container-mini .row .col.col80, section .container-post .row .col.col80, section .container-big .row .col.col80, section .container-full .row .col.col80, footer .container .row .col.col80, footer .container-mini .row .col.col80, footer .container-post .row .col.col80, footer .container-big .row .col.col80, footer .container-full .row .col.col80 {
  width: 80%;
}

@media only screen and (max-width: 767px) {
  section .container .row .col.col80, section .container-mini .row .col.col80, section .container-post .row .col.col80, section .container-big .row .col.col80, section .container-full .row .col.col80, footer .container .row .col.col80, footer .container-mini .row .col.col80, footer .container-post .row .col.col80, footer .container-big .row .col.col80, footer .container-full .row .col.col80 {
    width: 100%;
  }
}

section .container-post, footer .container-post {
  max-width: 930px;
}

section .container-big, footer .container-big {
  max-width: 1540px;
}

section .container-mini, footer .container-mini {
  max-width: 1140px;
}

section .container-full, footer .container-full {
  max-width: 100%;
}

/*Botones*/
.boton {
  height: 50px;
  display: table;
  font-size: 27px;
  line-height: 45px;
  border-radius: 30px;
  border: 1.5px solid #1A2948;
  color: #1A2948;
  font-weight: 400;
  text-decoration: none;
  background: transparent;
  padding: 0 25px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 991px) {
  .boton {
    height: 45px;
    font-size: 24px;
    line-height: 42px;
    padding: 0 20px;
  }
}

@media only screen and (max-width: 600px) {
  .boton {
    height: 40px;
    font-size: 20px;
    line-height: 36px;
    padding: 0 15px;
  }
}

.boton.boton-simple:hover {
  background: #BDFF0B;
  border-color: #BDFF0B;
  color: #1A2948;
}

@media only screen and (max-width: 1199px) {
  .boton.boton-simple:hover {
    background: transparent;
    border-color: #1A2948;
  }
}

.boton.boton-link {
  padding: 0 70px 0 25px;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .boton.boton-link {
    padding: 0 60px 0 20px;
  }
}

@media only screen and (max-width: 600px) {
  .boton.boton-link {
    padding: 0 50px 0 15px;
  }
}

.boton.boton-link:after {
  content: "\e905";
  font-family: "icomoon";
  position: absolute;
  top: 1px;
  right: 20px;
  color: #1A2948;
}

@media only screen and (max-width: 600px) {
  .boton.boton-link:after {
    right: 15px;
  }
}

.boton.boton-link:hover {
  padding: 0 80px 0 25px;
}

@media only screen and (max-width: 1199px) {
  .boton.boton-link:hover {
    padding: 0 70px 0 25px;
  }
}

@media only screen and (max-width: 991px) {
  .boton.boton-link:hover {
    padding: 0 60px 0 20px;
  }
}

@media only screen and (max-width: 600px) {
  .boton.boton-link:hover {
    padding: 0 50px 0 15px;
  }
}

.boton.boton-scroll:after {
  content: "\e908";
  font-family: "icomoon";
  position: absolute;
  line-height: 50px;
  font-size: 25px;
  right: -65px;
  top: 0;
  color: #1A2948 !important;
  width: 50px;
  height: 50px;
  border-radius: 30px;
  background: #BDFF0B;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 991px) {
  .boton.boton-scroll:after {
    line-height: 45px;
    font-size: 22px;
    right: -60px;
    width: 45px;
    height: 45px;
  }
}

@media only screen and (max-width: 600px) {
  .boton.boton-scroll:after {
    line-height: 40px;
    font-size: 20px;
    right: -55px;
    width: 40px;
    height: 40px;
  }
}

.boton.boton-scroll:hover:after {
  top: 10px;
}

@media only screen and (max-width: 1199px) {
  .boton.boton-scroll:hover:after {
    top: 0;
  }
}

.boton.boton-blanco {
  color: white;
  border-color: white;
}

.boton.boton-blanco:after {
  color: white;
}

@media only screen and (max-width: 1199px) {
  .boton.boton-blanco:hover {
    color: white;
    border-color: white;
  }
}

.boton.boton-lima:after {
  content: "\e905";
  font-family: "icomoon";
  position: absolute;
  line-height: 50px;
  font-size: 25px;
  right: -65px;
  color: #1A2948;
  width: 50px;
  height: 50px;
  border-radius: 30px;
  background: #BDFF0B;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 991px) {
  .boton.boton-lima:after {
    line-height: 45px;
    font-size: 22px;
    right: -60px;
    width: 45px;
    height: 45px;
  }
}

@media only screen and (max-width: 600px) {
  .boton.boton-lima:after {
    line-height: 40px;
    font-size: 20px;
    right: -55px;
    width: 40px;
    height: 40px;
  }
}

.boton.boton-lima:hover:after {
  right: -75px;
}

@media only screen and (max-width: 991px) {
  .boton.boton-lima:hover:after {
    right: -65px;
  }
}

@media only screen and (max-width: 991px) {
  .boton.boton-lima:hover:after {
    right: -60px;
  }
}

@media only screen and (max-width: 600px) {
  .boton.boton-lima:hover:after {
    right: -55px;
  }
}

/*Titulos*/
.supertitulo, .titulo, .minititulo, .microtitulo {
  font-weight: 600;
}

.supertitulo strong, .titulo strong, .minititulo strong, .microtitulo strong {
  font-weight: 700;
}

.supertitulo {
  font-size: 80px;
  line-height: 1.1;
  font-family: "Open Sans", sans-serif;
  margin: 0 0 30px 0;
  letter-spacing: -3px;
}

@media only screen and (max-width: 1600px) {
  .supertitulo {
    font-size: 90px;
    letter-spacing: -4.5px;
  }
}

@media only screen and (max-width: 1360px) {
  .supertitulo {
    font-size: 80px;
    letter-spacing: -4px;
  }
}

@media only screen and (max-width: 1199px) {
  .supertitulo {
    font-size: 70px;
    letter-spacing: -3.5px;
  }
}

@media only screen and (max-width: 991px) {
  .supertitulo {
    font-size: 60px;
    letter-spacing: -3px;
    margin: 0 0 25px 0;
  }
}

@media only screen and (max-width: 600px) {
  .supertitulo {
    font-size: 50px;
    letter-spacing: -2.5px;
    margin: 0 0 20px 0;
  }
}

@media only screen and (max-width: 480px) {
  .supertitulo {
    font-size: 40px;
    letter-spacing: -2px;
  }
}

.titulo {
  font-size: 60px;
  line-height: 1.1;
  font-family: "Open Sans", sans-serif;
  margin: 0 0 30px 0;
  letter-spacing: -2px;
}

@media only screen and (max-width: 1199px) {
  .titulo {
    font-size: 36px;
    letter-spacing: -1.6px;
  }
}

@media only screen and (max-width: 991px) {
  .titulo {
    font-size: 32px;
    margin: 0 0 25px 0;
    letter-spacing: -1.3px;
  }
}

@media only screen and (max-width: 600px) {
  .titulo {
    font-size: 28px;
    margin: 0 0 20px 0;
    letter-spacing: -1px;
  }
}

@media only screen and (max-width: 480px) {
  .titulo {
    font-size: 24px;
  }
}

.minititulo {
  font-size: 35px;
  line-height: 1.1;
  font-family: "Open Sans", sans-serif;
  margin: 0 0 20px 0;
  letter-spacing: -1.6px;
}

@media only screen and (max-width: 1199px) {
  .minititulo {
    font-size: 32px;
    letter-spacing: -1.3px;
  }
}

@media only screen and (max-width: 991px) {
  .minititulo {
    font-size: 28px;
    margin: 0 0 15px 0;
    letter-spacing: -1px;
  }
}

@media only screen and (max-width: 600px) {
  .minititulo {
    font-size: 24px;
    margin: 0 0 10px 0;
    letter-spacing: -0.8px;
  }
}

@media only screen and (max-width: 480px) {
  .minititulo {
    font-size: 20px;
    letter-spacing: -0.6px;
  }
}

.microtitulo {
  font-size: 24px;
  line-height: 1.1;
  font-family: "Open Sans", sans-serif;
  margin: 0 0 20px 0;
  letter-spacing: -0.8px;
}

@media only screen and (max-width: 1199px) {
  .microtitulo {
    font-size: 23px;
    letter-spacing: -0.7px;
  }
}

@media only screen and (max-width: 991px) {
  .microtitulo {
    font-size: 22px;
    margin: 0 0 15px 0;
    letter-spacing: -0.6px;
  }
}

@media only screen and (max-width: 600px) {
  .microtitulo {
    font-size: 20px;
    margin: 0 0 10px 0;
    letter-spacing: -0.5px;
  }
}

@media only screen and (max-width: 480px) {
  .microtitulo {
    font-size: 18px;
    letter-spacing: -0.4px;
  }
}

.introtitulo {
  font-size: 15px;
  line-height: 1;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  letter-spacing: -0.2px;
  font-weight: 600;
}

@media only screen and (max-width: 991px) {
  .introtitulo {
    margin: 0 0 15px 0;
  }
}

@media only screen and (max-width: 600px) {
  .introtitulo {
    font-size: 14px;
    letter-spacing: -0.1px;
    margin: 0 0 10px 0;
  }
}

.introtitulo-lima {
  font-size: 16px;
  line-height: 30px;
  border-radius: 30px;
  background: #BDFF0B;
  margin: 0 0 20px 0;
  padding: 0 20px;
  letter-spacing: -0.2px;
  font-weight: 500;
  display: table;
}

@media only screen and (max-width: 600px) {
  .introtitulo-lima {
    font-size: 14px;
    letter-spacing: -0.1px;
  }
}

.introtitulo-azul {
  font-size: 16px;
  line-height: 30px;
  border-radius: 30px;
  background: #009ADE;
  color: white;
  margin: 0 0 20px 0;
  padding: 0 20px;
  letter-spacing: -0.2px;
  font-weight: 500;
  display: table;
}

@media only screen and (max-width: 600px) {
  .introtitulo-azul {
    font-size: 14px;
    letter-spacing: -0.1px;
  }
}

.parrafo-grande {
  font-size: 24px;
  line-height: 32px;
}

@media only screen and (max-width: 991px) {
  .parrafo-grande {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.4px;
  }
}

@media only screen and (max-width: 600px) {
  .parrafo-grande {
    font-size: 19px;
    line-height: 26px;
    letter-spacing: -0.3px;
  }
}

@media only screen and (max-width: 480px) {
  .parrafo-grande {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.2px;
  }
}

/*Bloques*/
.no-padding-top {
  padding-top: 0;
}

.no-padding-bottom {
  padding-bottom: 0;
}

.lista-texto {
  padding: 0 0 5px 26px;
}

.lista-texto li {
  list-style: none;
  position: relative;
}

.lista-texto li:before {
  content: "\e908";
  font-family: "icomoon";
  position: absolute;
  top: 0;
  left: -17px;
  color: #3BBFAD;
  font-size: 20px;
}

.texto-cta {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  padding: 0 20px;
}

@media only screen and (max-width: 600px) {
  .texto-cta {
    font-size: 15px;
    line-height: 22px;
  }
}

/*Formularios*/
form .form-row {
  height: 75px;
}

@media only screen and (max-width: 1199px) {
  form .form-row {
    height: 70px;
  }
}

@media only screen and (max-width: 991px) {
  form .form-row {
    height: 65px;
  }
}

@media only screen and (max-width: 600px) {
  form .form-row {
    height: 60px;
  }
}

form .form-row p {
  margin: 0;
}

form .form-row label {
  margin: 0;
}

form .form-row input, form .form-row select, form .form-row textarea {
  width: 100%;
}

form .form-row .wpcf7-not-valid-tip {
  font-size: 13px;
  line-height: 13px;
  padding: 6px 0 0 0;
  font-weight: 500;
  color: red;
}

@media only screen and (max-width: 991px) {
  form .form-row .wpcf7-not-valid-tip {
    font-size: 12px;
    line-height: 12px;
  }
}

form .form-row.form-textarea {
  height: 180px;
  margin: 0;
}

@media only screen and (max-width: 1199px) {
  form .form-row.form-textarea {
    height: 170px;
  }
}

@media only screen and (max-width: 991px) {
  form .form-row.form-textarea {
    height: 165px;
  }
}

@media only screen and (max-width: 600px) {
  form .form-row.form-textarea {
    height: 160px;
  }
}

form .form-row.form-textarea label {
  margin: 0 0 15px 0;
  display: block;
  font-size: 22px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: -0.5px;
}

@media only screen and (max-width: 1199px) {
  form .form-row.form-textarea label {
    font-size: 20px;
    line-height: 20px;
    letter-spacing: -0.4px;
  }
}

@media only screen and (max-width: 991px) {
  form .form-row.form-textarea label {
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -0.3px;
    margin: 0 0 10px 0;
  }
}

@media only screen and (max-width: 600px) {
  form .form-row.form-textarea label {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: -0.2px;
  }
}

form .form-row.form-textarea .textarea {
  height: 140px;
}

@media only screen and (max-width: 991px) {
  form .form-row.form-textarea .textarea {
    height: 135px;
  }
}

@media only screen and (max-width: 600px) {
  form .form-row.form-textarea .textarea {
    height: 130px;
  }
}

form .form-row.form-check {
  display: flex;
  align-items: start;
  height: auto;
}

form .form-row.form-check p {
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 10px 0;
}

@media only screen and (max-width: 600px) {
  form .form-row.form-check p {
    font-size: 13px;
  }
}

form .form-row.form-check p a {
  color: #1A2948;
  text-decoration: underline;
}

form .form-row.form-check p a:hover {
  color: #1A2948;
}

@media only screen and (max-width: 1199px) {
  form .form-row.form-check p a:hover {
    color: #1A2948;
  }
}

form .form-row.form-check .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
  display: block;
}

form .form-row.form-check .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
  font-size: 0;
}

form .form-row.form-check .wpcf7-checkbox.wpcf7-not-valid .wpcf7-list-item [type=radio]:checked + label:before, form .form-row.form-check .wpcf7-checkbox.wpcf7-not-valid .wpcf7-list-item [type=radio]:not(:checked) + label:before, form .form-row.form-check .wpcf7-checkbox.wpcf7-not-valid .wpcf7-list-item [type=checkbox]:checked + span:before, form .form-row.form-check .wpcf7-checkbox.wpcf7-not-valid .wpcf7-list-item [type=checkbox]:not(:checked) + span:before {
  border-color: red;
}

form .form-row.form-check .wpcf7-not-valid-tip {
  display: none;
}

form .minidisclaimer {
  margin: 20px 0 0 0;
}

form .minidisclaimer p {
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 5px 0;
}

@media only screen and (max-width: 767px) {
  form .minidisclaimer p {
    font-size: 13px;
    line-height: 18px;
  }
}

@media only screen and (max-width: 767px) {
  form .minidisclaimer p {
    font-size: 12px;
    line-height: 16px;
  }
}

form .minidisclaimer p a {
  color: #1A2948;
  text-decoration: underline;
}

form .minidisclaimer p a:hover {
  color: #1A2948;
}

@media only screen and (max-width: 1199px) {
  form .minidisclaimer p a:hover {
    color: #1A2948;
  }
}

form .form-flex {
  display: flex;
  flex-wrap: nowrap;
}

@media only screen and (max-width: 991px) {
  form .form-flex {
    flex-wrap: wrap;
  }
}

form .form-flex .form-row {
  width: 50%;
}

@media only screen and (max-width: 991px) {
  form .form-flex .form-row {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  form .form-flex .form-row {
    width: 50%;
  }
}

@media only screen and (max-width: 480px) {
  form .form-flex .form-row {
    width: 100%;
  }
}

form .form-flex .form-row:first-child {
  padding-right: 10px;
}

@media only screen and (max-width: 991px) {
  form .form-flex .form-row:first-child {
    padding-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  form .form-flex .form-row:first-child {
    padding-right: 5px;
  }
}

@media only screen and (max-width: 480px) {
  form .form-flex .form-row:first-child {
    padding-right: 0;
  }
}

form .form-flex .form-row:last-child {
  padding-left: 10px;
}

@media only screen and (max-width: 991px) {
  form .form-flex .form-row:last-child {
    padding-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  form .form-flex .form-row:last-child {
    padding-left: 5px;
  }
}

@media only screen and (max-width: 480px) {
  form .form-flex .form-row:last-child {
    padding-left: 0;
  }
}

form .form-captcha {
  font-size: 15px;
}

form .form-send {
  margin: 10px 0 0 0;
}

form .form-send p {
  margin: 20px 0 0 0;
  display: inline-block;
  position: relative;
  border: 1.5px solid #1A2948;
  padding: 0 70px 0 25px;
  border-radius: 30px;
  height: 50px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 991px) {
  form .form-send p {
    height: 45px;
    font-size: 24px;
    line-height: 45px;
    padding: 0 60px 0 20px;
  }
}

@media only screen and (max-width: 600px) {
  form .form-send p {
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    padding: 0 50px 0 15px;
  }
}

form .form-send p input {
  display: table;
  font-size: 27px;
  line-height: 45px;
  color: #1A2948;
  font-weight: 400;
  text-decoration: none;
  background: transparent;
  padding: 0;
  border: 0;
  cursor: pointer;
}

@media only screen and (max-width: 991px) {
  form .form-send p input {
    height: 42px;
    font-size: 24px;
    line-height: 42px;
  }
}

@media only screen and (max-width: 600px) {
  form .form-send p input {
    height: 36px;
    font-size: 20px;
    line-height: 36px;
  }
}

form .form-send p:after {
  content: "\e905";
  font-family: "icomoon";
  position: absolute;
  top: 9px;
  right: 20px;
  color: #1A2948;
}

@media only screen and (max-width: 991px) {
  form .form-send p:after {
    top: 0;
  }
}

@media only screen and (max-width: 600px) {
  form .form-send p:after {
    height: 36px;
    font-size: 20px;
    line-height: 36px;
    top: 2px;
  }
}

form .form-send p:hover {
  padding: 0 80px 0 25px;
}

@media only screen and (max-width: 1199px) {
  form .form-send p:hover {
    padding: 0 70px 0 25px;
  }
}

@media only screen and (max-width: 991px) {
  form .form-send p:hover {
    padding: 0 60px 0 20px;
  }
}

@media only screen and (max-width: 600px) {
  form .form-send p:hover {
    padding: 0 50px 0 15px;
  }
}

form .form-send .wpcf7-spinner {
  display: none;
}

form .disclaimer {
  margin: 10px 0 30px 0;
}

form .disclaimer p {
  font-size: 12px;
  line-height: 17px;
  margin: 0;
}

form .disclaimer p a {
  color: #BDFF0B;
  text-decoration: underline;
}

form .disclaimer p a:hover {
  color: white;
}

@media only screen and (max-width: 1199px) {
  form .disclaimer p a:hover {
    color: #BDFF0B;
  }
}

form .wpcf7-response-output {
  font-size: 13px;
  line-height: 18px;
  border: none !important;
  background: #1A2948 !important;
  border-radius: 0;
  color: #F1F1F1;
  font-weight: 500;
  padding: 10px 15px !important;
}

/* Sliders */
.owl-nav .owl-prev, .owl-nav .owl-next {
  position: absolute;
  z-index: 2;
  display: block;
  width: 50px;
  height: 50px;
  font-size: 0;
  line-height: 0;
  right: 50px;
  top: calc(50% - 25px);
  text-align: center;
  background: transparent !important;
  border-radius: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 480px) {
  .owl-nav .owl-prev, .owl-nav .owl-next {
    display: none !important;
  }
}

.owl-nav .owl-prev:before, .owl-nav .owl-next:before {
  font-family: "icomoon";
  content: "\e902";
  font-size: 25px;
  line-height: 50px;
  text-align: center;
  color: #1A2948;
  font-weight: normal;
}

.owl-nav .owl-prev:hover, .owl-nav .owl-next:hover {
  background: #BDFF0B !important;
}

@media only screen and (max-width: 991px) {
  .owl-nav .owl-prev:hover, .owl-nav .owl-next:hover {
    background: transparent !important;
  }
}

.owl-nav .owl-prev span, .owl-nav .owl-next span {
  display: none;
}

.owl-nav .owl-prev {
  right: inherit;
  left: 50px;
}

.owl-nav .owl-prev:before {
  font-family: "icomoon";
  content: "\e903";
}

.owl-dots {
  display: none !important;
}

/*Header*/
.header {
  width: 100%;
  z-index: 222;
  position: fixed;
  background: #F1F1F1;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 121;
  /*&.large {
    background: transparent;
    border-bottom: 1px solid transparent;
    @include responsive(responsive1199){
      background: white;
      border-bottom: 1px solid $azul;
    }
  }
  &.small {
    background: white;
    border-bottom: 1px solid $azul;
    @include responsive(responsive1199){
      background: white;
      border-bottom: 1px solid $azul;
    }
  }*/
}

.header .navbar {
  width: 100%;
  margin: 0 auto;
  padding: 0 50px;
  position: relative;
  height: 70px;
  border-bottom: 1px solid transparent;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 1600px) {
  .header .navbar {
    padding: 0 40px;
  }
}

@media only screen and (max-width: 1360px) {
  .header .navbar {
    padding: 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  .header .navbar {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 600px) {
  .header .navbar {
    height: 60px;
  }
}

.header .navbar .logo {
  height: 30px;
  width: 150px;
  display: block;
}

.header .navbar .logo img {
  width: 100%;
  height: 100%;
}

.header .navbar .header-icon {
  margin: 0;
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transform: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  display: none;
}

@media only screen and (max-width: 1199px) {
  .header .navbar .header-icon {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 45612;
    right: 30px;
    top: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .header .navbar .header-icon {
    right: 20px;
    top: 25px;
  }
}

@media only screen and (max-width: 600px) {
  .header .navbar .header-icon {
    top: 20px;
  }
}

.header .navbar .header-icon span {
  display: block;
  position: absolute;
  height: 2px;
  border-radius: 2px;
  width: 100%;
  background: #1A2948;
  left: 0;
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transform: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.header .navbar .header-icon span:nth-child(1) {
  top: 0px;
}

.header .navbar .header-icon span:nth-child(2), .header .navbar .header-icon span:nth-child(3) {
  top: 10px;
}

.header .navbar .header-icon span:nth-child(4) {
  top: 20px;
}

.header .navbar .header-icon.open span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
}

.header .navbar .header-icon.open span:nth-child(2) {
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header .navbar .header-icon.open span:nth-child(3) {
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header .navbar .header-icon.open span:nth-child(4) {
  top: 14px;
  width: 0%;
  left: 50%;
}

.header .navbar .nav {
  margin: 0;
  width: calc(100% - 150px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 1199px) {
  .header .navbar .nav {
    top: 70px;
    position: fixed;
    width: 320px;
    left: -360px;
    z-index: 10;
    height: calc(100vh - 70px);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transform: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #1A2948 !important;
    display: block;
    overflow: hidden;
  }
}

@media only screen and (max-width: 600px) {
  .header .navbar .nav {
    top: 60px;
    height: calc(100vh - 60px);
  }
}

@media only screen and (max-width: 480px) {
  .header .navbar .nav {
    width: 100vw;
    left: -101vw;
  }
}

.header .navbar .nav:after {
  content: "";
  display: none;
  background-image: url("/wp-content/themes/segal/img/background-cta.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center bottom;
  position: absolute;
  bottom: 0;
  right: -100px;
  height: 100%;
  width: 800px;
}

@media only screen and (max-width: 1199px) {
  .header .navbar .nav:after {
    display: block;
  }
}

@media only screen and (max-width: 480px) {
  .header .navbar .nav:after {
    width: 640px;
  }
}

.header .navbar .nav .menu-nav {
  margin: 0 0 0 auto;
}

.header .navbar .nav .menu-nav .menu-menu-header-container .menu {
  padding: 0;
}

.header .navbar .nav .menu-nav .menu-menu-header-container .menu .menu-item {
  list-style: none;
  display: inline-block;
  padding: 0 4px;
  margin: 0;
}

@media only screen and (max-width: 1360px) {
  .header .navbar .nav .menu-nav .menu-menu-header-container .menu .menu-item {
    padding: 0 2px;
  }
}

@media only screen and (max-width: 1199px) {
  .header .navbar .nav .menu-nav .menu-menu-header-container .menu .menu-item {
    display: block;
    padding: 0;
    border-top: 1px solid #00416B;
  }
}

.header .navbar .nav .menu-nav .menu-menu-header-container .menu .menu-item a {
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  text-decoration: none;
  color: #1A2948;
  display: block;
  position: relative;
  z-index: 1;
  padding: 27px 20px;
}

@media only screen and (max-width: 1199px) {
  .header .navbar .nav .menu-nav .menu-menu-header-container .menu .menu-item a {
    text-align: left;
    padding: 15px 30px;
    color: white !important;
    font-size: 18px;
    line-height: 20px;
  }
}

.header .navbar .nav .menu-nav .menu-menu-header-container .menu .menu-item a:before {
  content: "";
  position: absolute;
  bottom: 17px;
  border-radius: 20px;
  left: 0;
  display: block;
  width: 100%;
  height: 36px;
  background: #BDFF0B;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

@media only screen and (max-width: 1199px) {
  .header .navbar .nav .menu-nav .menu-menu-header-container .menu .menu-item a:before {
    content: none;
  }
}

.header .navbar .nav .menu-nav .menu-menu-header-container .menu .menu-item a:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
}

@media only screen and (max-width: 1199px) {
  .header .navbar .nav .menu-nav .menu-menu-header-container .menu .menu-item.current-menu-item a, .header .navbar .nav .menu-nav .menu-menu-header-container .menu .menu-item.current_page_parent a {
    background: #BDFF0B !important;
    color: #1A2948 !important;
  }
}

.header .navbar .nav .menu-nav .menu-menu-header-container .menu .menu-item.current-menu-item a:before, .header .navbar .nav .menu-nav .menu-menu-header-container .menu .menu-item.current_page_parent a:before {
  opacity: 1;
  filter: alpha(opacity=100);
}

@media only screen and (max-width: 1199px) {
  .header .navbar .nav .menu-nav .menu-menu-header-container .menu .menu-item.current-menu-item a:before, .header .navbar .nav .menu-nav .menu-menu-header-container .menu .menu-item.current_page_parent a:before {
    display: none !important;
  }
}

@media only screen and (max-width: 1199px) {
  .header .navbar .nav .menu-nav .menu-menu-header-container .menu .menu-item.current-menu-item a:hover, .header .navbar .nav .menu-nav .menu-menu-header-container .menu .menu-item.current_page_parent a:hover {
    background: transparent;
  }
}

.header.large {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transform: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  top: 0;
}

.header.small {
  top: -250px;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transform: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.open-menu {
  overflow: hidden !important;
}

@media only screen and (max-width: 1199px) {
  .open-menu:before {
    z-index: 30;
    left: 0;
    opacity: 0.9;
    filter: alpha(opacity=90);
  }
}

.open-menu .header .navbar .nav {
  left: 0;
}

/*Home*/
.intro-home {
  padding: 0;
  height: calc(100vh - 120px);
}

@media only screen and (max-width: 1600px) {
  .intro-home {
    height: calc(100vh - 110px);
  }
}

@media only screen and (max-width: 1360px) {
  .intro-home {
    height: calc(100vh - 100px);
  }
}

@media only screen and (max-width: 767px) {
  .intro-home {
    height: calc(100vh - 90px);
  }
}

@media only screen and (max-width: 480px) {
  .intro-home {
    height: auto;
  }
}

.intro-home .container {
  height: 100%;
  position: relative;
}

.intro-home .container:before {
  content: "";
  width: calc(100% - 100px);
  height: 100%;
  top: 0;
  border-radius: 25px;
  left: 50px;
  background-color: rgba(26, 41, 72, 0);
  background-image: -moz-linear-gradient(left, rgba(26, 41, 72, 0.5), rgba(26, 41, 72, 0));
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(rgba(26, 41, 72, 0.5)), to(rgba(26, 41, 72, 0)));
  background-image: -webkit-linear-gradient(left, rgba(26, 41, 72, 0.5), rgba(26, 41, 72, 0));
  background-image: -o-linear-gradient(left, rgba(26, 41, 72, 0.5), rgba(26, 41, 72, 0));
  background-image: linear-gradient(to right, rgba(26, 41, 72, 0.5), rgba(26, 41, 72, 0));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#801A2948', endColorstr='#001A2948', GradientType=1);
  mix-blend-mode: multiply;
  display: block;
  position: absolute;
  z-index: 1;
}

@media only screen and (max-width: 1600px) {
  .intro-home .container:before {
    width: calc(100% - 80px);
    left: 40px;
  }
}

@media only screen and (max-width: 1360px) {
  .intro-home .container:before {
    width: calc(100% - 60px);
    left: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .intro-home .container:before {
    border-radius: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .intro-home .container:before {
    width: calc(100% - 40px);
    left: 20px;
    border-radius: 15px;
  }
}

@media only screen and (max-width: 480px) {
  .intro-home .container:before {
    border-radius: 10px;
  }
}

.intro-home .container img {
  position: absolute;
  top: 0;
  left: 50px;
  z-index: 0;
  border-radius: 25px;
  width: calc(100% - 100px);
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

@media only screen and (max-width: 1600px) {
  .intro-home .container img {
    width: calc(100% - 80px);
    left: 40px;
  }
}

@media only screen and (max-width: 1360px) {
  .intro-home .container img {
    width: calc(100% - 60px);
    left: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .intro-home .container img {
    border-radius: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .intro-home .container img {
    width: calc(100% - 40px);
    left: 20px;
    border-radius: 15px;
  }
}

@media only screen and (max-width: 480px) {
  .intro-home .container img {
    border-radius: 10px;
  }
}

.intro-home .container .claim {
  padding: 100px 0 50px 50px;
  position: relative;
  z-index: 2;
  max-width: 960px;
}

@media only screen and (max-width: 991px) {
  .intro-home .container .claim {
    padding: 80px 20px 40px 40px;
  }
}

@media only screen and (max-width: 767px) {
  .intro-home .container .claim {
    padding: 60px 20px 40px 30px;
  }
}

@media only screen and (max-width: 600px) {
  .intro-home .container .claim {
    padding: 50px 20px 40px 20px;
  }
}

@media only screen and (max-width: 480px) {
  .intro-home .container .claim {
    padding: 50px 20px;
  }
}

.intro-home .container .claim .supertitulo {
  color: white;
  margin: 0 0 50px 0;
}

@media only screen and (max-width: 991px) {
  .intro-home .container .claim .supertitulo {
    margin: 0 0 40px 0;
  }
}

@media only screen and (max-width: 600px) {
  .intro-home .container .claim .supertitulo {
    margin: 0 0 30px 0;
  }
}

@media only screen and (max-width: 480px) {
  .intro-home .container .claim .supertitulo {
    margin: 0 0 20px 0;
  }
}

.servicios-home .container .row.lista-servicios {
  margin-top: 60px;
}

@media only screen and (max-width: 1199px) {
  .servicios-home .container .row.lista-servicios {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .servicios-home .container .row.lista-servicios {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 600px) {
  .servicios-home .container .row.lista-servicios {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 480px) {
  .servicios-home .container .row.lista-servicios {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .servicios-home .container .row.lista-servicios .col {
    width: 100%;
  }
}

.servicios-home .container .row.lista-servicios .col .servicio-img {
  height: 400px;
  display: block;
  position: relative;
  border-radius: 25px;
  overflow: hidden;
  margin: 0 0 30px 0;
}

@media only screen and (max-width: 1199px) {
  .servicios-home .container .row.lista-servicios .col .servicio-img {
    border-radius: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .servicios-home .container .row.lista-servicios .col .servicio-img {
    margin: 0 0 20px 0;
  }
}

@media only screen and (max-width: 767px) {
  .servicios-home .container .row.lista-servicios .col .servicio-img {
    border-radius: 15px;
  }
}

@media only screen and (max-width: 600px) {
  .servicios-home .container .row.lista-servicios .col .servicio-img {
    height: 300px;
  }
}

@media only screen and (max-width: 480px) {
  .servicios-home .container .row.lista-servicios .col .servicio-img {
    border-radius: 10px;
  }
}

.servicios-home .container .row.lista-servicios .col .servicio-img img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center center;
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transform: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.servicios-home .container .row.lista-servicios .col .servicio-img:hover img {
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

@media only screen and (max-width: 1199px) {
  .servicios-home .container .row.lista-servicios .col .servicio-img:hover img {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.servicios-home .container .row.lista-servicios .col .boton {
  margin: 30px 0 0 0;
}

@media only screen and (max-width: 991px) {
  .servicios-home .container .row.lista-servicios .col .boton {
    margin: 20px 0 30px 0;
  }
}

.profesionales-home {
  display: flex;
  flex-wrap: nowrap;
  min-height: 900px;
  padding: 0;
}

@media only screen and (max-width: 1199px) {
  .profesionales-home {
    min-height: 750px;
  }
}

@media only screen and (max-width: 991px) {
  .profesionales-home {
    min-height: 600px;
  }
}

@media only screen and (max-width: 767px) {
  .profesionales-home {
    flex-wrap: wrap;
    min-height: inherit;
  }
}

.profesionales-home .profesionales-texto {
  background: #1A2948;
  width: 50vw;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 100px 150px 100px 50px;
}

@media only screen and (max-width: 1199px) {
  .profesionales-home .profesionales-texto {
    padding: 80px 80px 80px 40px;
  }
}

@media only screen and (max-width: 767px) {
  .profesionales-home .profesionales-texto {
    padding: 60px 60px 60px 30px;
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .profesionales-home .profesionales-texto {
    padding: 50px 20px;
  }
}

@media only screen and (max-width: 480px) {
  .profesionales-home .profesionales-texto {
    padding: 40px 20px;
  }
}

.profesionales-home .profesionales-texto .bloque-texto {
  width: 100%;
  color: white;
  align-self: start;
  margin: 0 0 30px 0;
}

@media only screen and (max-width: 991px) {
  .profesionales-home .profesionales-texto .bloque-texto {
    margin: 0 0 25px 0;
  }
}

@media only screen and (max-width: 600px) {
  .profesionales-home .profesionales-texto .bloque-texto {
    margin: 0 0 20px 0;
  }
}

.profesionales-home .profesionales-texto .bloque-texto h1, .profesionales-home .profesionales-texto .bloque-texto h2, .profesionales-home .profesionales-texto .bloque-texto h3, .profesionales-home .profesionales-texto .bloque-texto h4, .profesionales-home .profesionales-texto .bloque-texto h5, .profesionales-home .profesionales-texto .bloque-texto p {
  color: white;
}

.profesionales-home .profesionales-texto .boton {
  align-self: end;
}

.profesionales-home .profesionales-imagen {
  width: 50vw;
  display: flex;
  flex-wrap: wrap;
  padding: 50px 150px;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .profesionales-home .profesionales-imagen {
    padding: 50px 80px;
  }
}

@media only screen and (max-width: 767px) {
  .profesionales-home .profesionales-imagen {
    padding: 50px 60px;
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .profesionales-home .profesionales-imagen {
    padding: 50px 20px;
  }
}

@media only screen and (max-width: 480px) {
  .profesionales-home .profesionales-imagen {
    padding: 40px 20px;
  }
}

.profesionales-home .profesionales-imagen:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(26, 41, 72, 0.35);
  mix-blend-mode: multiply;
  display: block;
  position: absolute;
  z-index: 1;
}

.profesionales-home .profesionales-imagen img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center center;
  z-index: 0;
}

.profesionales-home .profesionales-imagen .introtitulo, .profesionales-home .profesionales-imagen .titulo, .profesionales-home .profesionales-imagen .icon-favicon {
  color: white;
  position: relative;
  z-index: 1;
  width: 100%;
  display: block;
  text-align: center;
  margin: 0;
  align-self: center;
}

.profesionales-home .profesionales-imagen .introtitulo {
  align-self: start;
}

@media only screen and (max-width: 767px) {
  .profesionales-home .profesionales-imagen .titulo {
    margin: 30px 0;
  }
}

.profesionales-home .profesionales-imagen .icon-favicon {
  align-self: end;
  font-size: 60px;
}

@media only screen and (max-width: 991px) {
  .profesionales-home .profesionales-imagen .icon-favicon {
    font-size: 50px;
  }
}

@media only screen and (max-width: 600px) {
  .profesionales-home .profesionales-imagen .icon-favicon {
    font-size: 40px;
  }
}

.equipo-home .container .row .col.col-texto {
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 991px) {
  .equipo-home .container .row .col.col-texto {
    width: 100%;
    display: block;
  }
}

.equipo-home .container .row .col.col-texto .bloque-intro {
  width: 100%;
  align-self: start;
  max-width: 420px;
}

@media only screen and (max-width: 991px) {
  .equipo-home .container .row .col.col-texto .bloque-intro {
    width: 100%;
    max-width: 100%;
  }
}

.equipo-home .container .row .col.col-texto .bloque-texto {
  width: 100%;
  align-self: end;
  max-width: 420px;
}

@media only screen and (max-width: 991px) {
  .equipo-home .container .row .col.col-texto .bloque-texto {
    width: 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  .equipo-home .container .row .col.col-equipo {
    width: 50%;
  }
}

@media only screen and (max-width: 480px) {
  .equipo-home .container .row .col.col-equipo {
    width: 100%;
  }
}

.equipo-home .container .row .col.col-equipo img {
  border-radius: 25px;
}

@media only screen and (max-width: 1199px) {
  .equipo-home .container .row .col.col-equipo img {
    border-radius: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .equipo-home .container .row .col.col-equipo img {
    margin: 30px 0 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .equipo-home .container .row .col.col-equipo img {
    border-radius: 15px;
    margin: 20px 0 0 0;
  }
}

@media only screen and (max-width: 480px) {
  .equipo-home .container .row .col.col-equipo img {
    border-radius: 10px;
  }
}

@media only screen and (max-width: 991px) {
  .equipo-home .container .row .col.col-equipo.full-equipo {
    width: 100%;
  }
}

.cta-home {
  background: #1A2948;
  position: relative;
  padding: 240px 0;
}

@media only screen and (max-width: 1360px) {
  .cta-home {
    padding: 200px 0;
  }
}

@media only screen and (max-width: 1199px) {
  .cta-home {
    padding: 160px 0;
  }
}

@media only screen and (max-width: 991px) {
  .cta-home {
    padding: 120px 0;
  }
}

@media only screen and (max-width: 767px) {
  .cta-home {
    padding: 80px 0;
  }
}

@media only screen and (max-width: 600px) {
  .cta-home {
    padding: 40px 0;
    overflow: hidden;
  }
}

.cta-home:before, .cta-home:after {
  content: "";
  display: block;
  background-image: url("/wp-content/themes/segal/img/background-cta.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center bottom;
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 600px;
}

.cta-home:before {
  right: 0;
}

.cta-home:after {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  left: 0;
  top: 0;
}

.cta-home .container {
  position: relative;
  z-index: 1;
}

.cta-home .container .introtitulo-lima {
  margin: 0 auto 30px auto;
}

.cta-home .container .titulo, .cta-home .container p {
  color: white;
  text-align: center;
}

.cta-home .container .boton {
  margin: 40px auto 0 auto;
}

.testimonios-home .introtitulo-lima, .testimonios-home .titulo {
  text-align: center;
  margin: 0 auto 20px auto;
}

.testimonios-home .intro-centrado {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  padding: 0 30px;
}

@media only screen and (max-width: 991px) {
  .testimonios-home .intro-centrado {
    width: 100%;
  }
}

.testimonios-home .owl-testimonios .owl-carousel {
  margin: 80px 0 0 0;
}

@media only screen and (max-width: 1199px) {
  .testimonios-home .owl-testimonios .owl-carousel {
    margin: 60px 0 0 0;
  }
}

@media only screen and (max-width: 991px) {
  .testimonios-home .owl-testimonios .owl-carousel {
    margin: 50px 0 0 0;
  }
}

@media only screen and (max-width: 600px) {
  .testimonios-home .owl-testimonios .owl-carousel {
    margin: 40px 0 0 0;
  }
}

@media only screen and (max-width: 480px) {
  .testimonios-home .owl-testimonios .owl-carousel {
    margin: 30px 0 0 0;
  }
}

.testimonios-home .owl-testimonios .owl-carousel .owl-stage-outer .owl-stage .owl-item .item {
  width: 800px;
  margin: 0 auto;
}

@media only screen and (max-width: 991px) {
  .testimonios-home .owl-testimonios .owl-carousel .owl-stage-outer .owl-stage .owl-item .item {
    width: 100%;
    padding: 0 20px;
  }
}

.testimonios-home .owl-testimonios .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .testimonio {
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -1.2px;
  text-align: center;
  font-weight: 600;
}

@media only screen and (max-width: 1199px) {
  .testimonios-home .owl-testimonios .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .testimonio {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -1px;
  }
}

@media only screen and (max-width: 991px) {
  .testimonios-home .owl-testimonios .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .testimonio {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.8px;
  }
}

@media only screen and (max-width: 600px) {
  .testimonios-home .owl-testimonios .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .testimonio {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.6px;
  }
}

.testimonios-home .owl-testimonios .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .empresa {
  text-align: center;
  margin: 30px 0 0 0;
}

@media only screen and (max-width: 991px) {
  .testimonios-home .owl-testimonios .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .empresa {
    margin: 20px 0 0 0;
  }
}

@media only screen and (max-width: 600px) {
  .testimonios-home .owl-testimonios .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .empresa {
    margin: 10px 0 0 0;
  }
}

@media only screen and (max-width: 991px) {
  .testimonios-home .owl-testimonios .owl-carousel .owl-nav {
    display: none;
  }
}

.testimonios-home .owl-testimonios .owl-carousel .owl-nav .owl-prev, .testimonios-home .owl-testimonios .owl-carousel .owl-nav .owl-next {
  top: -60px;
}

.testimonios-home .owl-testimonios .owl-carousel .owl-nav .owl-prev {
  left: 100px;
}

.testimonios-home .owl-testimonios .owl-carousel .owl-nav .owl-next {
  right: 100px;
}

.testimonios-home .owl-clientes {
  margin: 80px 0 0 0;
}

@media only screen and (max-width: 1199px) {
  .testimonios-home .owl-clientes {
    margin: 60px 0 0 0;
  }
}

@media only screen and (max-width: 991px) {
  .testimonios-home .owl-clientes {
    margin: 50px 0 0 0;
  }
}

@media only screen and (max-width: 600px) {
  .testimonios-home .owl-clientes {
    margin: 40px 0 0 0;
  }
}

@media only screen and (max-width: 480px) {
  .testimonios-home .owl-clientes {
    margin: 30px 0 0 0;
  }
}

.testimonios-home .owl-clientes .owl-carousel {
  margin: 40px 0 0 0;
}

.testimonios-home .owl-clientes .owl-carousel .owl-stage-outer .owl-stage .owl-item .item {
  padding: 0 20px;
}

/* Servicios */
.botones-intro {
  display: flex;
}

@media only screen and (max-width: 480px) {
  .botones-intro {
    display: block;
  }
}

.botones-intro .boton {
  margin: 0 10px 0 0;
}

@media only screen and (max-width: 480px) {
  .botones-intro .boton {
    margin: 10px 0 0 0;
  }
}

.bloque-links .container .row .col.col-plataforma {
  height: auto;
}

@media only screen and (max-width: 767px) {
  .bloque-links .container .row .col.col-plataforma {
    width: 100%;
    margin: 0 0 20px 0;
  }
}

.bloque-links .container .row .col.col-plataforma .box-link {
  border-radius: 25px;
  background: #1A2948;
  padding: 80px 40px 40px 40px;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}

@media only screen and (max-width: 1199px) {
  .bloque-links .container .row .col.col-plataforma .box-link {
    border-radius: 20px;
    padding: 60px 30px 30px 30px;
  }
}

@media only screen and (max-width: 767px) {
  .bloque-links .container .row .col.col-plataforma .box-link {
    border-radius: 15px;
    padding: 30px 20px;
  }
}

@media only screen and (max-width: 480px) {
  .bloque-links .container .row .col.col-plataforma .box-link {
    border-radius: 10px;
    padding: 30px 20px 20px 20px;
  }
}

.bloque-links .container .row .col.col-plataforma .box-link .div-titulo {
  align-self: start;
}

.bloque-links .container .row .col.col-plataforma .box-link .div-titulo h1, .bloque-links .container .row .col.col-plataforma .box-link .div-titulo h2, .bloque-links .container .row .col.col-plataforma .box-link .div-titulo h3, .bloque-links .container .row .col.col-plataforma .box-link .div-titulo h4, .bloque-links .container .row .col.col-plataforma .box-link .div-titulo h5, .bloque-links .container .row .col.col-plataforma .box-link .div-titulo p {
  color: white;
  width: 100%;
}

.bloque-links .container .row .col.col-plataforma .box-link .div-titulo p {
  max-width: 400px;
}

.bloque-links .container .row .col.col-plataforma .box-link .div-titulo p.titulo {
  max-width: initial;
}

.bloque-links .container .row .col.col-plataforma .box-link .boton {
  margin: 40px auto 0 0;
  align-self: end;
}

@media only screen and (max-width: 767px) {
  .bloque-links .container .row .col.col-plataforma .box-link .boton {
    margin: 30px auto 0 0;
  }
}

@media only screen and (max-width: 480px) {
  .bloque-links .container .row .col.col-plataforma .box-link .boton {
    margin: 20px auto 0 0;
  }
}

.bloque-links .container .row .col.col-destacados .row .col.col-imagen {
  height: 450px;
  margin: 0 0 30px 0;
}

@media only screen and (max-width: 1360px) {
  .bloque-links .container .row .col.col-destacados .row .col.col-imagen {
    height: 400px;
  }
}

@media only screen and (max-width: 1199px) {
  .bloque-links .container .row .col.col-destacados .row .col.col-imagen {
    height: 250px;
  }
}

@media only screen and (max-width: 991px) {
  .bloque-links .container .row .col.col-destacados .row .col.col-imagen {
    margin: 0 0 20px 0;
  }
}

.bloque-links .container .row .col.col-destacados .row .col.col-imagen .box-link {
  height: 100%;
  border-radius: 25px;
  overflow: hidden;
}

@media only screen and (max-width: 1199px) {
  .bloque-links .container .row .col.col-destacados .row .col.col-imagen .box-link {
    border-radius: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .bloque-links .container .row .col.col-destacados .row .col.col-imagen .box-link {
    border-radius: 15px;
  }
}

@media only screen and (max-width: 480px) {
  .bloque-links .container .row .col.col-destacados .row .col.col-imagen .box-link {
    border-radius: 10px;
  }
}

.bloque-links .container .row .col.col-destacados .row .col.col-imagen .box-link img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}

.bloque-links .container .row .col.col-destacados .row .col.col-icono {
  min-height: 300px;
}

@media only screen and (max-width: 1199px) {
  .bloque-links .container .row .col.col-destacados .row .col.col-icono {
    width: 100%;
    min-height: inherit;
    margin: 0 0 30px 0;
  }
}

@media only screen and (max-width: 991px) {
  .bloque-links .container .row .col.col-destacados .row .col.col-icono {
    margin: 0 0 20px 0;
  }
}

@media only screen and (max-width: 1199px) {
  .bloque-links .container .row .col.col-destacados .row .col.col-icono:last-child {
    margin: 0;
  }
}

.bloque-links .container .row .col.col-destacados .row .col.col-icono .box-link {
  border-radius: 25px;
  height: 100%;
  padding: 40px 30px 20px 30px;
}

@media only screen and (max-width: 1199px) {
  .bloque-links .container .row .col.col-destacados .row .col.col-icono .box-link {
    border-radius: 20px;
    padding: 30px 20px 30px 120px;
    position: relative;
  }
}

@media only screen and (max-width: 767px) {
  .bloque-links .container .row .col.col-destacados .row .col.col-icono .box-link {
    border-radius: 15px;
  }
}

@media only screen and (max-width: 600px) {
  .bloque-links .container .row .col.col-destacados .row .col.col-icono .box-link {
    padding: 20px 20px 20px 90px;
  }
}

@media only screen and (max-width: 480px) {
  .bloque-links .container .row .col.col-destacados .row .col.col-icono .box-link {
    border-radius: 10px;
  }
}

.bloque-links .container .row .col.col-destacados .row .col.col-icono .box-link img {
  width: 70px;
  height: auto;
  margin: 0 0 40px 0;
}

@media only screen and (max-width: 1199px) {
  .bloque-links .container .row .col.col-destacados .row .col.col-icono .box-link img {
    position: absolute;
    top: 20px;
    left: 20px;
  }
}

@media only screen and (max-width: 600px) {
  .bloque-links .container .row .col.col-destacados .row .col.col-icono .box-link img {
    width: 50px;
  }
}

.bloque-links .container .row .col.col-destacados .row .col.col-icono .box-link h1, .bloque-links .container .row .col.col-destacados .row .col.col-icono .box-link h2, .bloque-links .container .row .col.col-destacados .row .col.col-icono .box-link h3, .bloque-links .container .row .col.col-destacados .row .col.col-icono .box-link h4, .bloque-links .container .row .col.col-destacados .row .col.col-icono .box-link h5, .bloque-links .container .row .col.col-destacados .row .col.col-icono .box-link p {
  color: white;
  margin: 0;
}

.bloque-links .container .row .col.col-destacados .row .col.col-icono .box-link.verde {
  background: #3BBFAD;
}

.bloque-links .container .row .col.col-destacados .row .col.col-icono .box-link.azul {
  background: #009ADE;
}

.bloque-links .container .row .col.col-destacados .row .col.col-icono .box-link.lima {
  background: #BDFF0B;
}

.bloque-links .container .row .col.col-destacados .row .col.col-icono .box-link.lima h1, .bloque-links .container .row .col.col-destacados .row .col.col-icono .box-link.lima h2, .bloque-links .container .row .col.col-destacados .row .col.col-icono .box-link.lima h3, .bloque-links .container .row .col.col-destacados .row .col.col-icono .box-link.lima h4, .bloque-links .container .row .col.col-destacados .row .col.col-icono .box-link.lima h5, .bloque-links .container .row .col.col-destacados .row .col.col-icono .box-link.lima p {
  color: #1A2948;
}

.bloque-cursos .container {
  text-align: center;
}

.bloque-cursos .container .introtitulo-lima, .bloque-cursos .container .introtitulo-azul {
  margin: 0 auto 20px auto;
}

@media only screen and (max-width: 600px) {
  .bloque-cursos .container .titulo {
    margin: 0 auto;
  }
}

.bloque-cursos .container .row .col .link-curso {
  text-decoration: none;
  text-align: left;
  margin-top: 40px;
  display: block;
}

@media only screen and (max-width: 991px) {
  .bloque-cursos .container .row .col .link-curso {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .bloque-cursos .container .row .col .link-curso {
    display: block;
  }
}

.bloque-cursos .container .row .col .link-curso img {
  height: 400px;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 25px;
  overflow: hidden;
  margin: 0 0 30px 0;
}

@media only screen and (max-width: 1199px) {
  .bloque-cursos .container .row .col .link-curso img {
    border-radius: 20px;
    height: 350px;
  }
}

@media only screen and (max-width: 991px) {
  .bloque-cursos .container .row .col .link-curso img {
    height: 300px;
    margin: 0 0 20px 0;
  }
}

@media only screen and (max-width: 767px) {
  .bloque-cursos .container .row .col .link-curso img {
    border-radius: 15px;
  }
}

@media only screen and (max-width: 480px) {
  .bloque-cursos .container .row .col .link-curso img {
    border-radius: 10px;
  }
}

.bloque-cursos .container .row .col .link-curso .minititulo {
  margin: 0 0 30px 0;
}

@media only screen and (max-width: 991px) {
  .bloque-cursos .container .row .col .link-curso .minititulo {
    margin: 0 0 20px 0;
  }
}

@media only screen and (max-width: 480px) {
  .bloque-cursos .container .row .col .link-curso .minititulo {
    margin: 0 0 15px 0;
  }
}

.bloque-cursos .container .row .col .link-curso:hover .boton {
  padding: 0 80px 0 25px;
}

@media only screen and (max-width: 1199px) {
  .bloque-cursos .container .row .col .link-curso:hover .boton {
    padding: 0 70px 0 25px;
  }
}

@media only screen and (max-width: 991px) {
  .bloque-cursos .container .row .col .link-curso:hover .boton {
    padding: 0 60px 0 20px;
  }
}

@media only screen and (max-width: 600px) {
  .bloque-cursos .container .row .col .link-curso:hover .boton {
    padding: 0 50px 0 15px;
  }
}

.bloque-cursos.proximos-cursos {
  background: #DDDDDD;
}

.profesionales-home.bloque-expertos .profesionales-texto.imagen-fondo {
  padding: 0;
}

.profesionales-home.bloque-expertos .profesionales-texto.imagen-fondo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.profesionales-home.bloque-expertos .profesionales-imagen {
  background: #1A2948;
  padding: 50px 100px;
}

@media only screen and (max-width: 1199px) {
  .profesionales-home.bloque-expertos .profesionales-imagen {
    padding: 50px 80px;
  }
}

@media only screen and (max-width: 767px) {
  .profesionales-home.bloque-expertos .profesionales-imagen {
    padding: 50px 60px;
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .profesionales-home.bloque-expertos .profesionales-imagen {
    padding: 50px 20px;
  }
}

@media only screen and (max-width: 480px) {
  .profesionales-home.bloque-expertos .profesionales-imagen {
    padding: 40px 20px;
  }
}

.profesionales-home.bloque-expertos .profesionales-imagen:before {
  display: none;
}

.servicios-home.formacion-catalogo .container .row .col .boton {
  margin: 30px 0 0 0;
}

@media only screen and (max-width: 1199px) {
  .servicios-home.formacion-catalogo .container .row .col .boton {
    margin: 30px 0;
  }
}

@media only screen and (max-width: 767px) {
  .servicios-home.formacion-catalogo .container .row .col .boton {
    margin: 20px 0 30px 0;
  }
}

.servicios-home.formacion-catalogo .container .row .col.col-icono {
  min-height: 300px;
  margin-top: 60px;
}

@media only screen and (max-width: 1360px) {
  .servicios-home.formacion-catalogo .container .row .col.col-icono {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 1199px) {
  .servicios-home.formacion-catalogo .container .row .col.col-icono {
    margin-top: 30px;
    width: 50%;
    min-height: inherit;
  }
}

@media only screen and (max-width: 991px) {
  .servicios-home.formacion-catalogo .container .row .col.col-icono {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 600px) {
  .servicios-home.formacion-catalogo .container .row .col.col-icono {
    margin-top: 10px;
  }
}

.servicios-home.formacion-catalogo .container .row .col.col-icono .box-link {
  border-radius: 25px;
  height: 100%;
  padding: 40px 30px 20px 30px;
}

@media only screen and (max-width: 1199px) {
  .servicios-home.formacion-catalogo .container .row .col.col-icono .box-link {
    border-radius: 20px;
    padding: 30px 20px 15px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .servicios-home.formacion-catalogo .container .row .col.col-icono .box-link {
    border-radius: 15px;
  }
}

@media only screen and (max-width: 600px) {
  .servicios-home.formacion-catalogo .container .row .col.col-icono .box-link {
    padding: 20px 20px 10px 20px;
  }
}

@media only screen and (max-width: 480px) {
  .servicios-home.formacion-catalogo .container .row .col.col-icono .box-link {
    border-radius: 10px;
  }
}

.servicios-home.formacion-catalogo .container .row .col.col-icono .box-link img {
  width: 70px;
  height: auto;
  margin: 0 0 40px 0;
}

@media only screen and (max-width: 991px) {
  .servicios-home.formacion-catalogo .container .row .col.col-icono .box-link img {
    margin: 0 0 30px 0;
  }
}

@media only screen and (max-width: 600px) {
  .servicios-home.formacion-catalogo .container .row .col.col-icono .box-link img {
    margin: 0 0 20px 0;
  }
}

@media only screen and (max-width: 480px) {
  .servicios-home.formacion-catalogo .container .row .col.col-icono .box-link img {
    width: 50px;
  }
}

.servicios-home.formacion-catalogo .container .row .col.col-icono .box-link h1, .servicios-home.formacion-catalogo .container .row .col.col-icono .box-link h2, .servicios-home.formacion-catalogo .container .row .col.col-icono .box-link h3, .servicios-home.formacion-catalogo .container .row .col.col-icono .box-link h4, .servicios-home.formacion-catalogo .container .row .col.col-icono .box-link h5, .servicios-home.formacion-catalogo .container .row .col.col-icono .box-link p {
  color: white;
}

@media only screen and (max-width: 991px) {
  .servicios-home.formacion-catalogo .container .row .col.col-icono .box-link h1, .servicios-home.formacion-catalogo .container .row .col.col-icono .box-link h2, .servicios-home.formacion-catalogo .container .row .col.col-icono .box-link h3, .servicios-home.formacion-catalogo .container .row .col.col-icono .box-link h4, .servicios-home.formacion-catalogo .container .row .col.col-icono .box-link h5, .servicios-home.formacion-catalogo .container .row .col.col-icono .box-link p {
    margin: 0 0 15px 0;
  }
}

@media only screen and (max-width: 600px) {
  .servicios-home.formacion-catalogo .container .row .col.col-icono .box-link h1, .servicios-home.formacion-catalogo .container .row .col.col-icono .box-link h2, .servicios-home.formacion-catalogo .container .row .col.col-icono .box-link h3, .servicios-home.formacion-catalogo .container .row .col.col-icono .box-link h4, .servicios-home.formacion-catalogo .container .row .col.col-icono .box-link h5, .servicios-home.formacion-catalogo .container .row .col.col-icono .box-link p {
    margin: 0 0 10px 0;
  }
}

.servicios-home.formacion-catalogo .container .row .col.col-icono .box-link.verde {
  background: #3BBFAD;
}

.servicios-home.formacion-catalogo .container .row .col.col-icono .box-link.azul {
  background: #009ADE;
}

.servicios-home.formacion-catalogo .container .row .col.col-icono .box-link.azuloscuro {
  background: #00416B;
}

.servicios-home.formacion-catalogo .container .row .col.col-icono .box-link.negro {
  background: #1A2948;
}

.sello img {
  width: 300px;
  height: auto;
  margin: 0 auto;
  mix-blend-mode: darken;
}

@media only screen and (max-width: 767px) {
  .sello img {
    width: 260px;
  }
}

@media only screen and (max-width: 600px) {
  .sello img {
    width: 220px;
    padding: 10px;
  }
}

@media only screen and (max-width: 480px) {
  .sello img {
    width: 180px;
  }
}

.sello.oscuro {
  background: #DDDDDD;
}

.bloque-servicio .container .row {
  align-items: center;
}

.bloque-servicio .container .row .col.col-content {
  padding-right: 120px;
}

@media only screen and (max-width: 1199px) {
  .bloque-servicio .container .row .col.col-content {
    padding-right: 90px;
  }
}

@media only screen and (max-width: 991px) {
  .bloque-servicio .container .row .col.col-content {
    padding-right: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .bloque-servicio .container .row .col.col-content {
    padding-right: 20px;
  }
}

.bloque-servicio .container .row .col.col-content .boton {
  margin: 30px auto 0 0;
}

@media only screen and (max-width: 767px) {
  .bloque-servicio .container .row .col.col-content .boton {
    margin: 20px auto 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .bloque-servicio .container .row .col.col-img {
    margin-top: 20px;
    width: 100%;
  }
}

.bloque-servicio .container .row .col.col-img img {
  border-radius: 25px;
}

@media only screen and (max-width: 1199px) {
  .bloque-servicio .container .row .col.col-img img {
    border-radius: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .bloque-servicio .container .row .col.col-img img {
    border-radius: 15px;
  }
}

@media only screen and (max-width: 480px) {
  .bloque-servicio .container .row .col.col-img img {
    border-radius: 10px;
  }
}

.bloque-servicio.bloque-lista .container .row {
  align-items: start;
}

@media only screen and (max-width: 767px) {
  .bloque-servicio.bloque-lista .container .row .col.col-list {
    margin-top: 20px;
  }
}

.bloque-servicio.bloque-lista .container .row .col.col-list ul li h1, .bloque-servicio.bloque-lista .container .row .col.col-list ul li h2, .bloque-servicio.bloque-lista .container .row .col.col-list ul li h3, .bloque-servicio.bloque-lista .container .row .col.col-list ul li h4, .bloque-servicio.bloque-lista .container .row .col.col-list ul li h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin: 0;
  color: #1A2948;
  letter-spacing: -0.5px;
}

@media only screen and (max-width: 991px) {
  .bloque-servicio.bloque-lista .container .row .col.col-list ul li h1, .bloque-servicio.bloque-lista .container .row .col.col-list ul li h2, .bloque-servicio.bloque-lista .container .row .col.col-list ul li h3, .bloque-servicio.bloque-lista .container .row .col.col-list ul li h4, .bloque-servicio.bloque-lista .container .row .col.col-list ul li h5 {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.4px;
  }
}

@media only screen and (max-width: 600px) {
  .bloque-servicio.bloque-lista .container .row .col.col-list ul li h1, .bloque-servicio.bloque-lista .container .row .col.col-list ul li h2, .bloque-servicio.bloque-lista .container .row .col.col-list ul li h3, .bloque-servicio.bloque-lista .container .row .col.col-list ul li h4, .bloque-servicio.bloque-lista .container .row .col.col-list ul li h5 {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.3px;
  }
}

@media only screen and (max-width: 480px) {
  .bloque-servicio.bloque-lista .container .row .col.col-list ul li h1, .bloque-servicio.bloque-lista .container .row .col.col-list ul li h2, .bloque-servicio.bloque-lista .container .row .col.col-list ul li h3, .bloque-servicio.bloque-lista .container .row .col.col-list ul li h4, .bloque-servicio.bloque-lista .container .row .col.col-list ul li h5 {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.2px;
  }
}

.bloque-servicio.bloque-box .container .row {
  align-items: stretch;
}

@media only screen and (max-width: 1199px) {
  .bloque-servicio.bloque-box .container .row .col {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 767px) {
  .bloque-servicio.bloque-box .container .row .col {
    width: 100%;
  }
}

.bloque-servicio.bloque-box .container .row .col.col-icono {
  height: auto;
}

@media only screen and (max-width: 767px) {
  .bloque-servicio.bloque-box .container .row .col.col-icono {
    margin: 20px 0 0 0;
  }
}

.bloque-servicio.bloque-box .container .row .col.col-icono .box-link {
  border-radius: 25px;
  height: 100%;
  padding: 40px 30px 20px 30px;
}

@media only screen and (max-width: 1199px) {
  .bloque-servicio.bloque-box .container .row .col.col-icono .box-link {
    border-radius: 20px;
    padding: 30px 20px 20px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .bloque-servicio.bloque-box .container .row .col.col-icono .box-link {
    border-radius: 15px;
    padding: 30px 20px 15px 20px;
  }
}

@media only screen and (max-width: 600px) {
  .bloque-servicio.bloque-box .container .row .col.col-icono .box-link {
    padding: 20px 20px 15px 20px;
  }
}

@media only screen and (max-width: 480px) {
  .bloque-servicio.bloque-box .container .row .col.col-icono .box-link {
    border-radius: 10px;
  }
}

.bloque-servicio.bloque-box .container .row .col.col-icono .box-link img {
  width: 70px;
  height: auto;
  margin: 0 0 40px 0;
}

@media only screen and (max-width: 1199px) {
  .bloque-servicio.bloque-box .container .row .col.col-icono .box-link img {
    margin: 0 0 30px 0;
  }
}

@media only screen and (max-width: 767px) {
  .bloque-servicio.bloque-box .container .row .col.col-icono .box-link img {
    margin: 0 0 20px 0;
  }
}

@media only screen and (max-width: 480px) {
  .bloque-servicio.bloque-box .container .row .col.col-icono .box-link img {
    width: 60px;
  }
}

.bloque-servicio.bloque-box .container .row .col.col-icono .box-link h1, .bloque-servicio.bloque-box .container .row .col.col-icono .box-link h2, .bloque-servicio.bloque-box .container .row .col.col-icono .box-link h3, .bloque-servicio.bloque-box .container .row .col.col-icono .box-link h4, .bloque-servicio.bloque-box .container .row .col.col-icono .box-link h5, .bloque-servicio.bloque-box .container .row .col.col-icono .box-link p {
  color: white;
}

@media only screen and (max-width: 991px) {
  .bloque-servicio.bloque-box .container .row .col.col-icono .box-link h1, .bloque-servicio.bloque-box .container .row .col.col-icono .box-link h2, .bloque-servicio.bloque-box .container .row .col.col-icono .box-link h3, .bloque-servicio.bloque-box .container .row .col.col-icono .box-link h4, .bloque-servicio.bloque-box .container .row .col.col-icono .box-link h5, .bloque-servicio.bloque-box .container .row .col.col-icono .box-link p {
    margin: 0 0 10px 0;
  }
}

@media only screen and (max-width: 600px) {
  .bloque-servicio.bloque-box .container .row .col.col-icono .box-link h1, .bloque-servicio.bloque-box .container .row .col.col-icono .box-link h2, .bloque-servicio.bloque-box .container .row .col.col-icono .box-link h3, .bloque-servicio.bloque-box .container .row .col.col-icono .box-link h4, .bloque-servicio.bloque-box .container .row .col.col-icono .box-link h5, .bloque-servicio.bloque-box .container .row .col.col-icono .box-link p {
    margin: 0 0 5px 0;
  }
}

.bloque-servicio.bloque-box .container .row .col.col-icono .box-link.verde {
  background: #3BBFAD;
}

.bloque-servicio.bloque-box .container .row .col.col-icono .box-link.azul {
  background: #009ADE;
}

/*Formacion */
.intro-curso {
  height: auto;
}

.intro-curso .container .row {
  position: relative;
  z-index: 1;
}

.intro-curso .container .row .col.col-content {
  padding: 100px 60px;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 1199px) {
  .intro-curso .container .row .col.col-content {
    padding: 100px 20px 100px 60px;
  }
}

@media only screen and (max-width: 991px) {
  .intro-curso .container .row .col.col-content {
    padding: 80px 20px 20px 45px;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .intro-curso .container .row .col.col-content {
    padding: 60px 20px 20px 35px;
  }
}

@media only screen and (max-width: 600px) {
  .intro-curso .container .row .col.col-content {
    padding: 50px 20px 20px 25px;
  }
}

.intro-curso .container .row .col.col-content .supertitulo {
  color: white;
}

.intro-curso .container .row .col.col-content .datos-curso {
  margin: 50px 10px;
  padding: 0;
}

@media only screen and (max-width: 1199px) {
  .intro-curso .container .row .col.col-content .datos-curso {
    margin: 40px 10px;
  }
}

@media only screen and (max-width: 991px) {
  .intro-curso .container .row .col.col-content .datos-curso {
    margin: 30px 10px;
  }
}

@media only screen and (max-width: 767px) {
  .intro-curso .container .row .col.col-content .datos-curso {
    margin: 20px 10px;
  }
}

@media only screen and (max-width: 600px) {
  .intro-curso .container .row .col.col-content .datos-curso {
    margin: 10px 5px;
  }
}

.intro-curso .container .row .col.col-content .datos-curso li {
  color: white;
  list-style: none;
  position: relative;
  padding: 0 0 10px 30px;
  margin: 0;
}

.intro-curso .container .row .col.col-content .datos-curso li:before {
  content: "";
  background-image: url("/wp-content/themes/segal/img/icon-check.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
}

.intro-curso .container .row .col.col-form {
  padding: 100px 60px;
}

@media only screen and (max-width: 1199px) {
  .intro-curso .container .row .col.col-form {
    padding: 100px 60px 100px 20px;
  }
}

@media only screen and (max-width: 991px) {
  .intro-curso .container .row .col.col-form {
    padding: 30px 45px 80px 45px;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .intro-curso .container .row .col.col-form {
    padding: 30px 35px 60px 35px;
  }
}

@media only screen and (max-width: 600px) {
  .intro-curso .container .row .col.col-form {
    padding: 30px 25px 50px 25px;
  }
}

.intro-curso .container .row .col.col-form .box-form {
  background: white;
  border-radius: 25px;
  padding: 40px;
}

@media only screen and (max-width: 1199px) {
  .intro-curso .container .row .col.col-form .box-form {
    border-radius: 20px;
    padding: 35px;
  }
}

@media only screen and (max-width: 991px) {
  .intro-curso .container .row .col.col-form .box-form {
    padding: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .intro-curso .container .row .col.col-form .box-form {
    border-radius: 15px;
  }
}

@media only screen and (max-width: 480px) {
  .intro-curso .container .row .col.col-form .box-form {
    border-radius: 10px;
  }
}

.intro-curso .container .row .col.col-form .box-form .minititulo {
  margin: 0 0 30px 0;
}

/* Contacto */
.intro-contacto .container .row .col.col-form {
  padding-right: 60px;
}

@media only screen and (max-width: 1199px) {
  .intro-contacto .container .row .col.col-form {
    padding-right: 40px;
  }
}

@media only screen and (max-width: 991px) {
  .intro-contacto .container .row .col.col-form {
    padding-right: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .intro-contacto .container .row .col.col-form {
    margin-bottom: 30px;
    padding-right: 10px;
  }
}

@media only screen and (max-width: 600px) {
  .intro-contacto .container .row .col.col-form {
    padding-right: 5px;
  }
}

.intro-contacto .container .row .col.col-form .supertitulo {
  margin: 0 0 50px 0;
}

.intro-contacto .container .row .col.col-mapa {
  padding-left: 60px;
}

@media only screen and (max-width: 1199px) {
  .intro-contacto .container .row .col.col-mapa {
    padding-left: 40px;
  }
}

@media only screen and (max-width: 991px) {
  .intro-contacto .container .row .col.col-mapa {
    padding-left: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .intro-contacto .container .row .col.col-mapa {
    padding-left: 10px;
  }
}

@media only screen and (max-width: 600px) {
  .intro-contacto .container .row .col.col-mapa {
    padding-left: 5px;
  }
}

.intro-contacto .container .row .col.col-mapa .link-mapa {
  border-radius: 25px;
  overflow: hidden;
  display: block;
}

@media only screen and (max-width: 1199px) {
  .intro-contacto .container .row .col.col-mapa .link-mapa {
    border-radius: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .intro-contacto .container .row .col.col-mapa .link-mapa {
    border-radius: 15px;
  }
}

@media only screen and (max-width: 480px) {
  .intro-contacto .container .row .col.col-mapa .link-mapa {
    border-radius: 10px;
  }
}

.intro-contacto .container .row .col.col-mapa .link-mapa img {
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.intro-contacto .container .row .col.col-mapa .link-mapa:hover img {
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

@media only screen and (max-width: 1199px) {
  .intro-contacto .container .row .col.col-mapa .link-mapa:hover img {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.intro-contacto .container .row .col.col-mapa .datos-mapa {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0 0 0;
}

.intro-contacto .container .row .col.col-mapa .datos-mapa .datos {
  width: 60%;
}

@media only screen and (max-width: 1199px) {
  .intro-contacto .container .row .col.col-mapa .datos-mapa .datos {
    width: 100% !important;
    margin: 0 0 20px 0;
  }
}

.intro-contacto .container .row .col.col-mapa .datos-mapa .datos p {
  margin: 0 0 5px 0;
}

@media only screen and (max-width: 1199px) {
  .intro-contacto .container .row .col.col-mapa .datos-mapa .datos p {
    margin: 0;
  }
}

.intro-contacto .container .row .col.col-mapa .datos-mapa .datos a {
  color: #1A2948;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.intro-contacto .container .row .col.col-mapa .datos-mapa .datos a:hover {
  border-bottom: 1px solid #1A2948;
}

.intro-contacto .container .row .col.col-mapa .datos-mapa .datos:nth-child(2) {
  width: 40%;
}

/* Blog */
.intro-blog {
  padding-bottom: 60px;
}

@media only screen and (max-width: 1199px) {
  .intro-blog {
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .intro-blog {
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .intro-blog {
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 600px) {
  .intro-blog {
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 480px) {
  .intro-blog {
    padding-bottom: 10px;
  }
}

.intro-blog .container .supertitulo {
  max-width: 800px;
}

.post-formacion .container a {
  color: #1A2948;
  font-weight: 600;
}

.post-formacion .container blockquote {
  margin: 0;
  padding: 20px 40px;
  position: relative;
}

@media only screen and (max-width: 600px) {
  .post-formacion .container blockquote {
    padding: 10px 30px;
  }
}

.post-formacion .container blockquote:before {
  content: "“";
  font-family: "Times New Roman", Times, serif;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 100px;
  line-height: 100px;
  color: #BDFF0B;
  font-weight: 500;
}

@media only screen and (max-width: 991px) {
  .post-formacion .container blockquote:before {
    font-size: 80px;
    line-height: 80px;
  }
}

@media only screen and (max-width: 600px) {
  .post-formacion .container blockquote:before {
    font-size: 60px;
    line-height: 60px;
  }
}

.post-formacion .container blockquote p {
  font-style: italic;
  font-weight: 300;
  font-size: 24px;
  line-height: 32px;
}

@media only screen and (max-width: 991px) {
  .post-formacion .container blockquote p {
    font-size: 22px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 600px) {
  .post-formacion .container blockquote p {
    font-size: 20px;
    line-height: 28px;
  }
}

.post-formacion .container img {
  display: block;
  width: calc(100% + 100px);
  max-width: initial;
  margin: 30px -50px;
  border-radius: 25px;
}

@media only screen and (max-width: 1199px) {
  .post-formacion .container img {
    border-radius: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .post-formacion .container img {
    border-radius: 15px;
  }
}

@media only screen and (max-width: 480px) {
  .post-formacion .container img {
    border-radius: 10px;
  }
}

@media only screen and (max-width: 991px) {
  .post-formacion .container img {
    width: 100%;
    margin: 30px 0;
  }
}

.post-formacion .container table {
  width: 100%;
}

.post-formacion .container table tr td {
  width: auto;
}

.post-formacion .container .wp-caption {
  width: 100% !important;
}

.post-formacion .container .wp-caption-text {
  margin: -30px -100px 30px -100px;
  font-size: 14px;
  font-weight: 500;
}

.post-formacion .scroll.boton {
  margin: 50px auto 0 auto;
}

@media only screen and (max-width: 1199px) {
  .post-formacion .scroll.boton {
    margin: 40px auto 0 auto;
  }
}

@media only screen and (max-width: 991px) {
  .post-formacion .scroll.boton {
    margin: 30px auto 0 auto;
  }
}

@media only screen and (max-width: 767px) {
  .post-formacion .scroll.boton {
    margin: 30px auto 0 20px;
  }
}

.lista-noticias .container {
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 991px) {
  .lista-noticias .container {
    padding-right: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .lista-noticias .container {
    padding-right: 0;
  }
}

@media only screen and (max-width: 600px) {
  .lista-noticias .container {
    padding-right: 10px;
  }
}

.lista-noticias .container .list-post {
  width: calc(100% - 290px);
  order: 1;
}

@media only screen and (max-width: 991px) {
  .lista-noticias .container .list-post {
    width: 100%;
  }
}

.lista-noticias .container .list-post .col {
  margin: 0 0 30px 0;
}

@media only screen and (max-width: 1199px) {
  .lista-noticias .container .list-post .col {
    width: 50% !important;
  }
}

@media only screen and (max-width: 991px) {
  .lista-noticias .container .list-post .col {
    margin: 0 0 20px 0;
  }
}

@media only screen and (max-width: 767px) {
  .lista-noticias .container .list-post .col {
    margin: 0 0 20px 0;
  }
}

@media only screen and (max-width: 600px) {
  .lista-noticias .container .list-post .col {
    margin: 0 0 10px 0;
  }
}

@media only screen and (max-width: 480px) {
  .lista-noticias .container .list-post .col {
    width: 100% !important;
    margin: 0 0 20px 0;
  }
}

.lista-noticias .container .list-post .col .post-item {
  height: 100%;
  background: white;
  border-radius: 25px;
  overflow: hidden;
}

@media only screen and (max-width: 1199px) {
  .lista-noticias .container .list-post .col .post-item {
    border-radius: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .lista-noticias .container .list-post .col .post-item {
    border-radius: 15px;
  }
}

@media only screen and (max-width: 480px) {
  .lista-noticias .container .list-post .col .post-item {
    border-radius: 10px;
  }
}

.lista-noticias .container .list-post .col .post-item .link-img {
  height: 250px;
  width: 100%;
  display: block;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 991px) {
  .lista-noticias .container .list-post .col .post-item .link-img {
    height: 200px;
  }
}

.lista-noticias .container .list-post .col .post-item .link-img a {
  height: 250px;
  width: 100%;
  display: block;
  overflow: hidden;
}

@media only screen and (max-width: 991px) {
  .lista-noticias .container .list-post .col .post-item .link-img a {
    height: 200px;
  }
}

.lista-noticias .container .list-post .col .post-item .link-img a img {
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transform: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.lista-noticias .container .list-post .col .post-item .link-img a:hover img {
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

@media only screen and (max-width: 1199px) {
  .lista-noticias .container .list-post .col .post-item .link-img a:hover img {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.lista-noticias .container .list-post .col .post-item .link-img .date {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 13px;
  line-height: 28px;
  border-radius: 28px;
  background: #BDFF0B;
  margin: 0 0 20px 0;
  padding: 0 15px;
  letter-spacing: -0.2px;
  font-weight: 500;
  display: table;
}

@media only screen and (max-width: 600px) {
  .lista-noticias .container .list-post .col .post-item .link-img .date {
    font-size: 14px;
    letter-spacing: -0.1px;
  }
}

.lista-noticias .container .list-post .col .post-item .link-text {
  padding: 20px 25px 25px 25px;
}

@media only screen and (max-width: 480px) {
  .lista-noticias .container .list-post .col .post-item .link-text {
    padding: 20px;
  }
}

.lista-noticias .container .list-post .col .post-item .link-text .microtitulo a {
  color: #1A2948;
  text-decoration: none;
  padding: 0 50px 0 0;
  position: relative;
  display: block;
}

.lista-noticias .container .list-post .col .post-item .link-text .microtitulo a:after {
  content: "\e905";
  font-family: "icomoon";
  position: absolute;
  line-height: 40px;
  font-size: 20px;
  right: -2px;
  top: 0;
  color: #1A2948;
  width: 40px;
  height: 40px;
  border-radius: 30px;
  background: #BDFF0B;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.lista-noticias .container .list-post .col .post-item .link-text .microtitulo a:hover:after {
  right: -7px;
}

@media only screen and (max-width: 1199px) {
  .lista-noticias .container .list-post .col .post-item .link-text .microtitulo a:hover:after {
    right: -2px;
  }
}

.lista-noticias .container .list-post .col .post-item .link-text .post-categories {
  margin: 0;
  padding: 0;
}

.lista-noticias .container .list-post .col .post-item .link-text .post-categories li {
  list-style: none;
  margin: 0;
  padding: 2px 0;
}

.lista-noticias .container .list-post .col .post-item .link-text .post-categories li a {
  color: #1A2948;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.2px;
  font-weight: 500;
  display: table;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.lista-noticias .container .list-post .col .post-item .link-text .post-categories li a:hover {
  border-bottom: 1px solid #1A2948;
}

@media only screen and (max-width: 1199px) {
  .lista-noticias .container .list-post .col .post-item .link-text .post-categories li a:hover {
    border-bottom: 1px solid transparent;
  }
}

.lista-noticias .container #sidebar {
  order: 2;
  width: 320px;
}

@media only screen and (max-width: 991px) {
  .lista-noticias .container #sidebar {
    order: 3;
    width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  .lista-noticias .container #sidebar .widget-area .xoxo {
    padding: 30px 20px 0 0;
  }
}

@media only screen and (max-width: 600px) {
  .lista-noticias .container #sidebar .widget-area .xoxo {
    padding: 30px 10px 0 0;
  }
}

.lista-noticias .container #sidebar .widget-area .xoxo .widget-container {
  background: #1A2948;
  border-radius: 25px;
  padding: 25px 30px 25px 25px;
  list-style: none;
  margin: 0 0 20px 0;
}

@media only screen and (max-width: 1199px) {
  .lista-noticias .container #sidebar .widget-area .xoxo .widget-container {
    border-radius: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .lista-noticias .container #sidebar .widget-area .xoxo .widget-container {
    border-radius: 15px;
  }
}

@media only screen and (max-width: 480px) {
  .lista-noticias .container #sidebar .widget-area .xoxo .widget-container {
    border-radius: 10px;
  }
}

.lista-noticias .container #sidebar .widget-area .xoxo .widget-container .wp-block-search label {
  display: none;
}

.lista-noticias .container #sidebar .widget-area .xoxo .widget-container .wp-block-search input {
  color: white;
  border: none;
  border-bottom: 1px solid white;
  padding: 0;
}

.lista-noticias .container #sidebar .widget-area .xoxo .widget-container .wp-block-search button {
  width: 42px;
  height: 42px;
  position: relative;
  background: transparent;
  border: none !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  right: 0;
}

.lista-noticias .container #sidebar .widget-area .xoxo .widget-container .wp-block-search button:after {
  content: "\e905";
  font-family: "icomoon";
  position: absolute;
  top: 0;
  left: 0;
  width: 42px;
  height: 42px;
  line-height: 42px;
  font-size: 25px;
  color: #1A2948;
  border-radius: 30px;
  background: #BDFF0B;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.lista-noticias .container #sidebar .widget-area .xoxo .widget-container .wp-block-search ::placeholder {
  color: white;
  opacity: 1;
}

.lista-noticias .container #sidebar .widget-area .xoxo .widget-container .wp-block-search :-ms-input-placeholder {
  color: white;
}

.lista-noticias .container #sidebar .widget-area .xoxo .widget-container .wp-block-search ::-ms-input-placeholder {
  color: white;
}

.lista-noticias .container #sidebar .widget-area .xoxo .widget-container .wp-block-search:hover button {
  right: -5px;
}

@media only screen and (max-width: 1199px) {
  .lista-noticias .container #sidebar .widget-area .xoxo .widget-container .wp-block-search:hover button {
    right: 0;
  }
}

.lista-noticias .container #sidebar .widget-area .xoxo .widget-container .wp-block-heading {
  font-size: 35px;
  line-height: 1.1;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: white;
  margin: 0 0 20px 0;
  letter-spacing: -1.6px;
}

@media only screen and (max-width: 1199px) {
  .lista-noticias .container #sidebar .widget-area .xoxo .widget-container .wp-block-heading {
    font-size: 32px;
    letter-spacing: -1.3px;
  }
}

@media only screen and (max-width: 991px) {
  .lista-noticias .container #sidebar .widget-area .xoxo .widget-container .wp-block-heading {
    font-size: 28px;
    margin: 0 0 15px 0;
    letter-spacing: -1px;
  }
}

@media only screen and (max-width: 600px) {
  .lista-noticias .container #sidebar .widget-area .xoxo .widget-container .wp-block-heading {
    font-size: 24px;
    margin: 0 0 10px 0;
    letter-spacing: -0.8px;
  }
}

@media only screen and (max-width: 480px) {
  .lista-noticias .container #sidebar .widget-area .xoxo .widget-container .wp-block-heading {
    font-size: 20px;
    letter-spacing: -0.6px;
  }
}

.lista-noticias .container #sidebar .widget-area .xoxo .widget-container .wp-block-categories-list {
  margin: 0;
  padding: 0;
}

.lista-noticias .container #sidebar .widget-area .xoxo .widget-container .wp-block-categories-list .cat-item {
  list-style: none;
  margin: 0;
  padding: 0px 0 10px 25px;
  position: relative;
}

.lista-noticias .container #sidebar .widget-area .xoxo .widget-container .wp-block-categories-list .cat-item:before {
  content: "";
  background-image: url("/wp-content/themes/segal/img/icon-check-cat.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
}

.lista-noticias .container #sidebar .widget-area .xoxo .widget-container .wp-block-categories-list .cat-item a {
  color: #1A2948;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.2px;
  font-weight: 500;
  display: block;
  color: white;
  text-decoration: none;
}

.lista-noticias .container #sidebar .widget-area .xoxo .widget-container .wp-block-categories-list .cat-item a:hover {
  padding-left: 5px;
}

@media only screen and (max-width: 1199px) {
  .lista-noticias .container #sidebar .widget-area .xoxo .widget-container .wp-block-categories-list .cat-item a:hover {
    padding-left: 0;
  }
}

.lista-noticias .container #sidebar .widget-area .xoxo .widget-container:nth-child(2) {
  background: #3BBFAD;
}

.navigation.pagination {
  margin: 60px auto 0 auto;
  max-width: 600px;
  order: 3;
  width: 100%;
}

@media only screen and (max-width: 1199px) {
  .navigation.pagination {
    margin: 50px auto 0 auto;
  }
}

@media only screen and (max-width: 991px) {
  .navigation.pagination {
    margin: 40px auto 0 auto;
  }
}

@media only screen and (max-width: 767px) {
  .navigation.pagination {
    margin: 30px auto 0 auto;
  }
}

@media only screen and (max-width: 600px) {
  .navigation.pagination {
    margin: 20px auto 0 auto;
  }
}

.navigation.pagination h2 {
  display: none;
}

.navigation.pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-decoration: none;
}

.navigation.pagination .nav-links .page-numbers {
  margin: 0 2px;
  width: 32px;
  height: 32px;
  display: block;
  text-align: center;
  border-radius: 20px;
  font-size: 16px;
  line-height: 32px;
  color: #1A2948;
  font-weight: 600;
  text-decoration: none;
}

.navigation.pagination .nav-links .page-numbers.prev span, .navigation.pagination .nav-links .page-numbers.next span {
  font-size: 14px;
  position: relative;
  top: 1px;
  font-weight: 700;
}

.navigation.pagination .nav-links .page-numbers.dots {
  width: auto;
}

.navigation.pagination .nav-links .page-numbers.current {
  background: #1A2948;
  color: #F1F1F1;
}

.navigation.pagination .nav-links .page-numbers:hover {
  background: #BDFF0B;
}

@media only screen and (max-width: 1199px) {
  .navigation.pagination .nav-links .page-numbers:hover {
    background: #F1F1F1;
  }
}

.navigation.pagination .nav-links .page-numbers:hover.dots {
  background: #F1F1F1;
  color: #1A2948;
}

.navigation.pagination .nav-links .page-numbers:hover.current {
  background: #1A2948;
  color: #F1F1F1;
}

/* Articulo */
.intro-single {
  padding-bottom: 60px;
}

@media only screen and (max-width: 1199px) {
  .intro-single {
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .intro-single {
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 600px) {
  .intro-single {
    padding-bottom: 30px;
  }
}

.intro-single .container .texto-intro {
  position: relative;
}

.intro-single .container .texto-intro .back {
  text-decoration: none;
  padding: 0 0 0 40px;
  margin: 0 0 10px 0;
  display: table;
  line-height: 30px;
  font-weight: 500;
  color: #1A2948;
}

@media only screen and (max-width: 1360px) {
  .intro-single .container .texto-intro .back {
    position: relative;
    left: inherit;
    top: inherit;
    margin: 0 0 20px 0;
  }
}

.intro-single .container .texto-intro .back span {
  background: #BDFF0B;
  width: 30px;
  height: 30px;
  border-radius: 20px;
  color: #1A2948;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  font-weight: 700;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.intro-single .container .texto-intro .back:hover span {
  left: -10px;
}

@media only screen and (max-width: 1199px) {
  .intro-single .container .texto-intro .back:hover span {
    left: 0;
  }
}

.intro-single .container .texto-intro .imagen {
  position: relative;
}

.intro-single .container .texto-intro .imagen .date {
  position: absolute;
  top: 30px;
  left: 30px;
  font-size: 16px;
  line-height: 34px;
  border-radius: 32px;
  background: #BDFF0B;
  margin: 0 0 20px 0;
  padding: 0 20px;
  letter-spacing: -0.2px;
  font-weight: 600;
  display: table;
}

@media only screen and (max-width: 600px) {
  .intro-single .container .texto-intro .imagen .date {
    font-size: 14px;
    letter-spacing: -0.1px;
    top: 20px;
    left: 20px;
  }
}

.intro-single .container .texto-intro .imagen img {
  margin: 30px 0 10px 0;
  border-radius: 25px;
}

@media only screen and (max-width: 1199px) {
  .intro-single .container .texto-intro .imagen img {
    border-radius: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .intro-single .container .texto-intro .imagen img {
    border-radius: 15px;
  }
}

@media only screen and (max-width: 480px) {
  .intro-single .container .texto-intro .imagen img {
    border-radius: 10px;
  }
}

.intro-single .post-categories {
  margin: 30px 0 0 0;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .intro-single .post-categories {
    margin: 20px 0 0 0;
  }
}

.intro-single .post-categories li {
  list-style: none;
  margin: 0 5px 5px 0;
  padding: 0;
  display: inline-block;
}

.intro-single .post-categories li a {
  background: transparent;
  border: 1px solid #1A2948;
  font-size: 16px;
  line-height: 32px;
  border-radius: 32px;
  padding: 0 15px;
  border-radius: 20px;
  letter-spacing: -0.2px;
  color: #1A2948;
  text-decoration: none;
  display: block;
}

@media only screen and (max-width: 991px) {
  .intro-single .post-categories li a {
    font-size: 15px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 600px) {
  .intro-single .post-categories li a {
    font-size: 14px;
    line-height: 28px;
  }
}

.intro-single .post-categories li a:hover {
  background: #1A2948;
  color: white;
}

@media only screen and (max-width: 1199px) {
  .intro-single .post-categories li a:hover {
    color: #1A2948;
    background: transparent;
  }
}

.content-post .container a {
  color: #1A2948;
  text-decoration: underline;
  font-weight: 700;
}

.content-post .container blockquote {
  margin: 0;
  padding: 20px 40px;
  position: relative;
}

@media only screen and (max-width: 600px) {
  .content-post .container blockquote {
    padding: 10px 30px;
  }
}

.content-post .container blockquote:before {
  content: "“";
  font-family: "Times New Roman", Times, serif;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 100px;
  line-height: 100px;
  color: #3BBFAD;
  font-weight: 500;
}

@media only screen and (max-width: 991px) {
  .content-post .container blockquote:before {
    font-size: 85px;
    line-height: 85px;
  }
}

@media only screen and (max-width: 600px) {
  .content-post .container blockquote:before {
    font-size: 70px;
    line-height: 70px;
  }
}

.content-post .container blockquote p {
  font-style: italic;
  font-weight: 300;
  font-size: 24px;
  line-height: 32px;
}

@media only screen and (max-width: 991px) {
  .content-post .container blockquote p {
    font-size: 21px;
    line-height: 28px;
  }
}

@media only screen and (max-width: 600px) {
  .content-post .container blockquote p {
    font-size: 18px;
    line-height: 25px;
  }
}

.content-post .container img {
  display: block;
  width: 100%;
  height: auto;
  margin: 30px 0;
  border-radius: 20px;
}

@media only screen and (max-width: 1199px) {
  .content-post .container img {
    width: 100%;
    margin: 30px 0;
  }
}

.content-post .container iframe {
  border-radius: 20px;
}

.content-post .container table {
  width: 100%;
}

.content-post .container table tr td {
  width: auto;
}

.content-post .container .wp-caption {
  width: 100% !important;
}

.content-post .container h1, .content-post .container h2, .content-post .container h3, .content-post .container h4, .content-post .container h5, .content-post .container h6 {
  margin: 30px 0 10px 0;
}

.relacionados-noticias {
  background: #DDDDDD;
}

.relacionados-noticias .container .intro-content-center {
  text-align: center;
  margin: 0 auto 40px auto;
}

@media only screen and (max-width: 991px) {
  .relacionados-noticias .container .intro-content-center {
    margin: 0 auto 20px auto;
  }
}

@media only screen and (max-width: 767px) {
  .relacionados-noticias .container .intro-content-center {
    margin: 0 auto 10px auto;
  }
}

@media only screen and (max-width: 600px) {
  .relacionados-noticias .container .intro-content-center {
    margin: 0 auto;
  }
}

.relacionados-noticias .container .list-post {
  width: 100%;
  justify-content: center;
}

/* Buscar */
.bloque-busqueda .container ul {
  margin: 40px 0 0 0;
  padding: 0;
}

.bloque-busqueda .container ul li {
  padding: 10px 0 0 0;
  list-style: none;
  margin: 0;
}

.bloque-busqueda .container ul li a {
  color: #1A2948;
}

.intro-titulo .container .search-form {
  margin: 50px auto 0 auto;
}

.intro-titulo .container .search-form .search-submit {
  color: #1A2948;
  border: none;
  border-radius: 30px;
  background: #BDFF0B;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0 20px;
  margin: 0 0 0 10px;
  position: relative;
  top: 2px;
  cursor: pointer;
}

.intro-titulo .container .search-form .search-submit:hover {
  background: #1A2948;
  color: white;
}

@media only screen and (max-width: 1199px) {
  .intro-titulo .container .search-form .search-submit:hover {
    color: #1A2948;
    background: #BDFF0B;
  }
}

/* Error */
.intro-error {
  position: relative;
  overflow: hidden;
  background: #BDFF0B;
}

.intro-error .container {
  position: relative;
  z-index: 2;
  max-width: 700px;
}

@media only screen and (max-width: 1199px) {
  .intro-error .container {
    margin: 0 auto;
  }
}

.intro-error .container h1, .intro-error .container h2, .intro-error .container h3, .intro-error .container h4, .intro-error .container h5, .intro-error .container p, .intro-error .container a {
  color: #1A2948;
}

.intro-error .container a {
  font-weight: 700;
}

.single-formaciones .header .navbar .nav .menu-nav .menu-menu-header-container .menu .menu-item.current_page_parent a:before, .error404 .header .navbar .nav .menu-nav .menu-menu-header-container .menu .menu-item.current_page_parent a:before {
  background: transparent;
}

/* Footer */
.footer {
  background: #1A2948;
  padding: 80px 0 0 0;
}

@media only screen and (max-width: 1360px) {
  .footer {
    padding: 70px 0 0 0;
  }
}

@media only screen and (max-width: 1199px) {
  .footer {
    padding: 60px 0 0 0;
  }
}

@media only screen and (max-width: 991px) {
  .footer {
    padding: 50px 0 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .footer {
    padding: 40px 0 0 0;
  }
}

@media only screen and (max-width: 600px) {
  .footer {
    padding: 30px 0 0 0;
  }
}

.footer a:hover {
  color: #BDFF0B;
}

@media only screen and (max-width: 1199px) {
  .footer a:hover {
    color: white;
  }
}

.footer a, .footer p, .footer li {
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  letter-spacing: -0.1px;
  color: white;
  text-decoration: none;
  display: block;
  margin: 0 0 5px 0;
}

@media only screen and (max-width: 991px) {
  .footer a, .footer p, .footer li {
    font-size: 13px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 600px) {
  .footer a, .footer p, .footer li {
    font-size: 12px;
    line-height: 18px;
  }
}

.footer .titulo-menu {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}

@media only screen and (max-width: 991px) {
  .footer .titulo-menu {
    font-size: 15px;
  }
}

@media only screen and (max-width: 600px) {
  .footer .titulo-menu {
    font-size: 14px;
  }
}

.footer ul {
  margin: 0;
  padding: 0;
}

.footer ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media only screen and (max-width: 1199px) {
  .footer .container .row .col.col-logo {
    width: 40%;
  }
}

@media only screen and (max-width: 600px) {
  .footer .container .row .col.col-logo {
    width: 100%;
  }
}

.footer .container .row .col.col-logo img {
  width: 300px;
  height: auto;
}

@media only screen and (max-width: 1199px) {
  .footer .container .row .col.col-logo img {
    width: 250px;
  }
}

@media only screen and (max-width: 991px) {
  .footer .container .row .col.col-logo img {
    width: 220px;
  }
}

@media only screen and (max-width: 767px) {
  .footer .container .row .col.col-logo img {
    width: 180px;
  }
}

@media only screen and (max-width: 600px) {
  .footer .container .row .col.col-logo img {
    margin: 0 0 30px 0;
  }
}

.footer .container .row .col.col-menus {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: nowrap;
}

@media only screen and (max-width: 1199px) {
  .footer .container .row .col.col-menus {
    width: 60%;
  }
}

@media only screen and (max-width: 600px) {
  .footer .container .row .col.col-menus {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .footer .container .row .col.col-menus {
    flex-wrap: wrap;
    justify-content: start;
  }
}

.footer .container .row .col.col-menus .menu {
  padding: 0 40px 0 0;
}

@media only screen and (max-width: 600px) {
  .footer .container .row .col.col-menus .menu {
    padding: 0 30px 0 0;
  }
}

@media only screen and (max-width: 480px) {
  .footer .container .row .col.col-menus .menu {
    padding: 0 20px 20px 0;
  }
}

.footer .copyright {
  padding-top: 60px;
  padding-bottom: 20px;
}

@media only screen and (max-width: 991px) {
  .footer .copyright {
    padding-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .footer .copyright {
    padding-top: 40px;
  }
}

@media only screen and (max-width: 480px) {
  .footer .copyright {
    padding: 0 20px 20px 20px;
  }
}

.footer .copyright .row .col a {
  display: initial;
}

.footer .copyright .row .col:nth-child(2) {
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .footer .copyright .row .col:nth-child(2) {
    text-align: left;
  }
}

.arrowscroll {
  position: fixed;
  bottom: 60px;
  z-index: 12;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 50px;
  height: 50px;
  line-height: 54px;
  color: #1A2948;
  padding: 0;
  background: #BDFF0B;
  border-radius: 30px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

@media only screen and (max-width: 480px) {
  .arrowscroll {
    display: none;
  }
}

.arrowscroll.visible {
  right: 20px;
}

.arrowscroll.invisible {
  right: -100px;
}

.arrowscroll:hover {
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

@media only screen and (max-width: 1199px) {
  .arrowscroll:hover {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* Cookies */
#cookie-notice {
  font-weight: 400 !important;
}

#cookie-notice .cookie-notice-container .cn-text-container a {
  color: #3BBFAD !important;
  text-decoration: underline;
}

#cookie-notice .cookie-notice-container .cn-text-container a:hover {
  color: white !important;
}

@media only screen and (max-width: 1199px) {
  #cookie-notice .cookie-notice-container .cn-text-container a:hover {
    color: #3BBFAD !important;
  }
}

#cookie-notice .cookie-notice-container .cn-buttons-container .cn-button {
  font-weight: 500 !important;
  background: #3BBFAD !important;
  border-radius: 30px;
  padding: 8px 16px !important;
  text-decoration: none;
}

#cookie-notice .cookie-notice-container .cn-buttons-container .cn-button:hover {
  background: #3BBFAD !important;
}

@media only screen and (max-width: 991px) {
  #cookie-notice .cookie-notice-container .cn-buttons-container .cn-button:hover {
    background: #3BBFAD !important;
  }
}

#cookie-notice .cookie-notice-container .cn-close-icon {
  top: 25px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#cookie-notice .cookie-notice-container .cn-close-icon:before, #cookie-notice .cookie-notice-container .cn-close-icon:after {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: white !important;
}

#cookie-notice .cookie-notice-container .cn-close-icon:hover:before, #cookie-notice .cookie-notice-container .cn-close-icon:hover:after {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: white !important;
}

@media only screen and (max-width: 1199px) {
  #cookie-notice .cookie-notice-container .cn-close-icon:hover:before, #cookie-notice .cookie-notice-container .cn-close-icon:hover:after {
    background-color: white !important;
  }
}

/* Animaciones */
@keyframes fadeIn {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

@keyframes infiniterotate {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes heartbeat {
  0% {
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  16% {
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  17% {
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  18% {
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  20% {
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  21% {
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  22% {
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes slide {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(50px);
  }
  100% {
    transform: translateX(0);
  }
}
