/**
* Branding $COLORS*/
/*------------------------*\
|      $MIXINS
/*------------------------*/
/**
* Branding $COLORS*/
/*------------------------*\
|      $MIXINS
/*------------------------*/
html {
  font-size: 16px;
}

body {
  color: #006EC4;
  font-weight: normal;
  width: 100%;
  max-width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}

body,
html {
  max-width: 100%;
}

html,
body {
  font-family: "Raleway", sans-serif;
  color: #0A1A34;
}

html p,
body p {
  font-size: 0.875rem;
}

@media (min-width: 1200px) {
  .c-lg {
    max-width: 1345px;
  }
}
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutters > [class^=col-],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.row.row-small {
  margin-right: -5px;
  margin-left: -5px;
}

@media only screen and (max-width: 991px) {
  .row.row-small {
    margin-right: -15px;
    margin-left: -15px;
  }
}
.row.row-small > [class^=col-],
.row.row-small > [class*=" col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

@media only screen and (max-width: 991px) {
  .row.row-small > [class^=col-],
  .row.row-small > [class*=" col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.row.row-sm {
  margin-right: -8px;
  margin-left: -8px;
}

@media only screen and (max-width: 991px) {
  .row.row-sm {
    margin-right: -15px;
    margin-left: -15px;
  }
}
.row.row-sm > [class^=col-],
.row.row-sm > [class*=" col-"] {
  padding-right: 8px;
  padding-left: 8px;
}

@media only screen and (max-width: 991px) {
  .row.row-sm > [class^=col-],
  .row.row-sm > [class*=" col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.row.row-md {
  margin-right: -22px;
  margin-left: -22px;
}

@media only screen and (max-width: 991px) {
  .row.row-md {
    margin-right: -15px;
    margin-left: -15px;
  }
}
.row.row-md > [class^=col-],
.row.row-md > [class*=" col-"] {
  padding-right: 22px;
  padding-left: 22px;
}

@media only screen and (max-width: 991px) {
  .row.row-md > [class^=col-],
  .row.row-md > [class*=" col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.row.row-big {
  margin-right: -25px;
  margin-left: -25px;
}

@media only screen and (max-width: 991px) {
  .row.row-big {
    margin-right: -15px;
    margin-left: -15px;
  }
}
.row.row-big > [class^=col-],
.row.row-big > [class*=" col-"] {
  padding-right: 25px;
  padding-left: 25px;
}

@media only screen and (max-width: 991px) {
  .row.row-big > [class^=col-],
  .row.row-big > [class*=" col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.row.row-big-lg {
  margin-right: -33px;
  margin-left: -33px;
}

@media only screen and (max-width: 991px) {
  .row.row-big-lg {
    margin-right: -15px;
    margin-left: -15px;
  }
}
.row.row-big-lg > [class^=col-],
.row.row-big-lg > [class*=" col-"] {
  padding-right: 33px;
  padding-left: 33px;
}

@media only screen and (max-width: 991px) {
  .row.row-big-lg > [class^=col-],
  .row.row-big-lg > [class*=" col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
}
body,
.smooth-container {
  scroll-behavior: smooth;
}

.container {
  max-width: 1345px;
}

.container-full {
  width: 100%;
  padding: 0 30px;
  max-width: 1520px;
  margin: 0 auto;
}

@media only screen and (max-width: 640px) {
  .container-full {
    padding: 0 15px;
  }
}
.container-small {
  width: 100%;
  max-width: 1130px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-small {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-small {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-small {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-small {
    max-width: 1130px;
  }
}
.container-md {
  width: 100%;
  max-width: 1260px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-md {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-md {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-md {
    max-width: 1260px;
  }
}
p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0;
}

p b {
  font-weight: bold;
}

p a {
  text-decoration: underline;
}

figure {
  margin: 0;
}

.clear {
  clear: both;
}

.wow {
  visibility: hidden;
}

.fadein {
  opacity: 0;
}

.hidden_a {
  opacity: 0;
}

.visible {
  opacity: 1;
}

.wrapper {
  position: relative;
}

.wrapper.wrapper-home {
  padding-top: 148px;
}

.wrap {
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 2.5rem;
}

@media only screen and (max-width: 991px) {
  .wrap {
    padding: 0 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .wrap {
    padding: 0 15px;
  }
}
*,
::after,
::before {
  box-sizing: border-box;
}

* {
  outline: none;
}

a,
button {
  transition: all 0.3s ease;
  cursor: pointer;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.btn {
  font-size: 0.875rem;
  color: #000;
  font-weight: 600;
  padding: 0.5rem 1.5rem;
  border: 1px solid transparent;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.btn:hover {
  background: #fff;
  color: #0A1A34;
}

.btn--borde-negro {
  border: 1px solid #000;
}

.btn--borde-negro:hover {
  background: #07C9A5;
  border-color: #07C9A5;
  color: #fff;
}

.btn--blanco {
  background: #fff;
  color: #006EC4;
}

.btn--blanco:hover {
  background: #006EC4;
  color: #fff;
}

.btn--azul {
  background: #006EC4;
  color: #fff;
  border: 1px solid #006EC4;
}

.btn--azul:hover {
  border: 1px solid #006EC4;
  color: #006EC4;
  background: transparent;
}

.btn--b-azul {
  border-color: #006EC4;
  color: #006EC4;
}

.btn--b-azul:hover {
  background: #006EC4;
  color: #fff;
}

.btn--b-negro {
  border: 1px solid #2E2F32;
  color: #2E2F32;
  background: #fff;
}

.btn--b-negro:hover {
  background: #2E2F32;
  color: #fff;
  border: 1px solid #2E2F32;
}

.btn-link {
  color: #0DC0FF;
  font-size: 1.125rem;
  font-weight: bold;
}

.btn-link img {
  margin-left: 0.2rem;
  transition: all 0.3s ease;
}

.btn-link:hover {
  text-decoration: underline;
}

.btn-link:hover img {
  transform: translateX(5px);
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

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

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

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

@media (max-width: 1500px) {
  html,
  body,
  p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .animated,
  .animated-delay1,
  .animated-delay2,
  .animated-delay3,
  .animated-delay4,
  .wow {
    /*CSS transitions*/
    transition-property: none !important;
    /*CSS transforms*/
    transform: none !important;
    /*CSS animations*/
    animation: none !important;
    visibility: visible !important;
  }
}
@font-face {
  font-family: "Athelas";
  src: url("fonts/Athelas-Regular.woff2") format("woff2"), url("fonts/Athelas-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Athelas";
  src: url("fonts/Athelas-BoldItalic.woff2") format("woff2"), url("fonts/Athelas-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Athelas";
  src: url("fonts/Athelas-Bold.woff2") format("woff2"), url("fonts/Athelas-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Athelas";
  src: url("fonts/Athelas-Italic.woff2") format("woff2"), url("fonts/Athelas-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Bogle";
  src: url("fonts/Bogle-Black.woff2") format("woff2"), url("fonts/Bogle-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Bogle";
  src: url("fonts/Bogle-BoldItalic.woff2") format("woff2"), url("fonts/Bogle-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Bogle";
  src: url("fonts/Bogle-Italic.woff2") format("woff2"), url("fonts/Bogle-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Bogle";
  src: url("fonts/Bogle-Bold.woff2") format("woff2"), url("fonts/Bogle-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Bogle";
  src: url("fonts/Bogle-Regular.woff2") format("woff2"), url("fonts/Bogle-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Bogle";
  src: url("fonts/Bogle-BlackItalic.woff2") format("woff2"), url("fonts/Bogle-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Anydore";
  src: url("fonts/Anydore.eot?#iefix") format("embedded-opentype"), url("fonts/Anydore.woff") format("woff"), url("fonts/Anydore.ttf") format("truetype"), url("fonts/Anydore.svg#Anydore") format("svg");
  font-weight: normal;
  font-style: normal;
}
.carrusel {
  position: relative;
}

.carrusel.con-nav {
  padding: 0;
}

.carrusel .tns-nav {
  text-align: center;
  margin-top: 20px;
}

.carrusel .tns-nav button {
  width: 15px;
  height: 6px;
  display: inline-block;
  border: 1px solid #0A1A34;
  border-radius: 2px;
  margin: 0 4px;
  background: transparent;
  padding: 0;
}

.carrusel .tns-nav button.tns-nav-active {
  background: #0A1A34;
  border-color: #0A1A34;
}

.carrusel.gris button {
  border-color: #595959;
  background: transparent;
}

.carrusel.gris button.tns-nav-active {
  background: #595959;
  border-color: #595959;
}

.carrusel.blanco button {
  border-color: #fff;
  background: transparent;
}

.carrusel.blanco button.tns-nav-active {
  background: #fff;
  border-color: #fff;
}

.carrusel.azul button {
  background: transparent;
}

.carrusel.azul button.tns-nav-active {
  background: #0DC0FF;
  border-color: #0DC0FF;
}

.carrusel .tns-controls button {
  background: transparent;
  border-radius: 50%;
  font-size: 0;
  width: 46px;
  height: 46px;
  line-height: 40px;
  border: none;
  text-align: center;
  position: absolute;
  padding: 3px 0 0;
  z-index: 10;
  top: 40%;
}

.carrusel .tns-controls button:first-child {
  left: 20px;
  padding-right: 0px;
}

.carrusel .tns-controls button:last-child {
  right: 20px;
  padding-left: 0px;
}

.carrusel .tns-controls button:after {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 32px;
  color: #fff;
}

.carrusel .tns-controls button:first-child:after {
  content: "\f053";
  padding-right: 4px;
}

.carrusel .tns-controls button:last-child:after {
  content: "\f054";
  padding-left: 4px;
}

.carrusel .tns-controls button:hover {
  opacity: 0.85;
}

@media only screen and (max-width: 640px) {
  .carrusel .tns-controls {
    display: none;
  }
  .carrusel .tns-controls button {
    width: 40px;
    height: 40px;
    line-height: 32px;
  }
  .carrusel .tns-controls button:after {
    font-size: 24px;
  }
  .carrusel .tns-controls button:first-child {
    left: 20px;
  }
  .carrusel .tns-controls button:last-child {
    right: 20px;
  }
}
.carrusel .tns-controls {
  display: none;
}

.carrusel.con-nav .tns-controls {
  display: block;
}

@media only screen and (max-width: 640px) {
  .carrusel.con-nav .tns-controls {
    display: none;
  }
}
.slide-home .carrusel .tns-nav {
  position: absolute;
  left: 160px;
  bottom: 1em;
  z-index: 999;
}

@media only screen and (max-width: 1550px) {
  .slide-home .carrusel .tns-nav {
    left: 80px;
  }
}
.c-movil {
  overflow: hidden;
}

@media only screen and (max-width: 550px) {
  .c-movil {
    padding: 0 20px;
  }
  .c-movil .tns-ovh {
    overflow: visible;
  }
}
.js-accordion {
  margin: 2rem auto 0;
}

.js-accordion.mt-0 {
  margin-top: 0;
}

.item-ac {
  margin-bottom: 0.6rem;
}

.js-accordion-title {
  background: #F5F5F5;
  border-top: 0;
  cursor: pointer;
  display: block;
  padding: 2rem 2.5rem;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  color: #0A1A34;
  font-size: 1.25rem;
  border: none;
  border-radius: 4px;
}

@media only screen and (max-width: 550px) {
  .js-accordion-title {
    font-size: 1rem;
    padding: 1.5rem 40px 1.5rem 15px;
  }
}
.js-accordion-content {
  border-top: 0;
  height: 0;
  line-height: 1.5;
  overflow: hidden;
  transition: all 0.2s linear;
}

.ac-default .item-ac:nth-of-type(odd) {
  background: #fff;
}

.ac-default .item-ac .button {
  position: relative;
}

.ac-default .item-ac .button:after {
  content: "";
  color: #8C3A77;
  background-image: url("../images/ic-plus.svg");
  background-size: 100%;
  width: 41px;
  height: 41px;
  font-weight: 900;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
}

@media only screen and (max-width: 768px) {
  .ac-default .item-ac .button:after {
    width: 24px;
    height: 24px;
    right: 15px;
  }
}
.ac-default .item-ac .button.activo {
  border: none;
  color: #2E2F31;
}

.ac-default .item-ac .button.activo:after {
  content: "";
  background-image: url("../images/ic-minus.svg");
  font-size: 0.65em;
}

.ac-default .item-ac .int-ac {
  background: none;
  margin-top: 0px;
  margin-bottom: 0px;
}

.ac-default .item-ac .int-ac .c-ac {
  padding: 1rem 2rem;
}

@media only screen and (max-width: 550px) {
  .ac-default .item-ac .int-ac .c-ac {
    padding: 15px;
  }
}
.ac-default .item-ac .int-ac .c-ac h4 {
  font-size: 1.25rem;
  font-weight: 500;
  margin: 0 0 0.5rem;
}

@media only screen and (max-width: 550px) {
  .ac-default .item-ac .int-ac .c-ac h4 {
    font-size: 1rem;
  }
}
.ac-default .item-ac .int-ac .c-ac p {
  font-size: 1rem;
}

@media only screen and (max-width: 550px) {
  .ac-default .item-ac .int-ac .c-ac p {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 640px) {
  .ac-default .item-ac button {
    font-size: 1em;
  }
  .ac-default .item-ac button:after {
    right: 10px;
  }
}
.header-nuevo {
  background: #07C9A5;
  padding: 1rem 0 0;
}

@media only screen and (max-width: 991px) {
  .header-nuevo {
    position: sticky;
    top: 0;
    z-index: 10;
  }
}
@media only screen and (max-width: 550px) {
  .header-nuevo {
    padding: 8px 0 0;
  }
}
.header-nuevo .container {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0rem;
}

.header-nuevo .logo {
  width: 8.37rem;
  display: block;
  position: relative;
  z-index: 10;
  padding-bottom: 12px;
}

.header-nuevo .logo img {
  width: 100%;
}

@media only screen and (max-width: 550px) {
  .header-nuevo .logo {
    width: 90px;
  }
}
.header-nuevo .header-der {
  display: flex;
  align-items: flex-end;
  flex-direction: row-reverse;
  flex-grow: 1;
}

@media only screen and (max-width: 991px) {
  .header-nuevo .header-der {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 100%;
    z-index: 3;
    background: #07C9A5;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 5.4rem 20px;
    transition: all 0.5s ease;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    overflow: auto;
  }
  .header-nuevo .header-der.visible {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
}
.header-nuevo nav {
  float: none;
  height: auto;
  margin: 0;
  background: transparent;
  transition: all 0.3s ease;
  opacity: 1;
  visibility: visible;
  flex-grow: 1;
  padding-left: 3rem;
}

.header-nuevo nav.oculto {
  opacity: 0;
  visibility: hidden;
}

@media only screen and (max-width: 991px) {
  .header-nuevo nav.oculto {
    opacity: 1;
    visibility: visible;
  }
}
.header-nuevo nav ul {
  display: flex;
  padding-left: 0;
  list-style: none;
  margin: 0;
  justify-content: space-between;
}

.header-nuevo nav ul li {
  position: relative;
}

.header-nuevo nav ul li a {
  color: #fff;
  font-size: 1rem;
  padding: 12px 10px 30px;
  font-weight: bold;
  display: block;
}

@media only screen and (max-width: 991px) {
  .header-nuevo nav ul li a {
    padding-bottom: 12px;
  }
}
.header-nuevo nav ul li .submenu {
  position: absolute;
  width: 250px;
  background: #fff;
  z-index: 99;
  left: 0;
  top: 100%;
  display: none;
  padding-bottom: 0;
}

@media only screen and (max-width: 991px) {
  .header-nuevo nav ul li .submenu {
    position: relative;
    width: 100%;
    left: auto;
  }
}
.header-nuevo nav ul li .submenu li {
  position: static;
  margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
  .header-nuevo nav ul li .submenu li {
    position: relative;
    border-bottom: 3px solid #fff;
  }
}
@media only screen and (max-width: 991px) {
  .header-nuevo nav ul li .submenu li.c-sub:after {
    content: "\f078";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    position: absolute;
    right: 1rem;
    top: 20px;
  }
}
.header-nuevo nav ul li .submenu li.c-sub > a {
  position: relative;
  padding-right: 2rem;
}

@media only screen and (max-width: 991px) {
  .header-nuevo nav ul li .submenu li.c-sub > a {
    position: static;
  }
}
.header-nuevo nav ul li .submenu li.c-sub > a:after {
  content: "\f054";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 991px) {
  .header-nuevo nav ul li .submenu li.c-sub > a:after {
    content: "\f078";
    top: 20px;
    transform: none;
    display: none;
  }
}
.header-nuevo nav ul li .submenu li a {
  font-size: 1rem;
  line-height: 1.4;
  color: #000;
  font-weight: normal;
  padding: 15px 20px;
  border-bottom: 3px solid #fff;
}

@media only screen and (max-width: 991px) {
  .header-nuevo nav ul li .submenu li a {
    width: 80%;
  }
}
@media only screen and (max-width: 991px) {
  .header-nuevo nav ul li .submenu li:hover {
    background-color: #EFFAFB;
    border-color: #07C9A5;
  }
}
.header-nuevo nav ul li .submenu li:hover > a {
  color: #0DA488;
  background-color: #EFFAFB;
  border-color: #07C9A5;
}

@media only screen and (max-width: 991px) {
  .header-nuevo nav ul li .submenu li:hover > a {
    border-color: transparent;
  }
}
.header-nuevo nav ul li .submenu .submenu2 {
  position: absolute;
  width: 250px;
  background: #fff;
  z-index: 99;
  left: 250px;
  top: 0;
  display: none;
  padding-bottom: 0;
}

@media only screen and (max-width: 991px) {
  .header-nuevo nav ul li .submenu .submenu2 {
    position: relative;
    width: 100%;
    left: auto;
  }
  .header-nuevo nav ul li .submenu .submenu2 > li {
    background: #f6f6f6;
  }
  .header-nuevo nav ul li .submenu .submenu2 > li > a {
    background: #f6f6f6;
    border-color: #f6f6f6;
  }
}
.header-nuevo nav ul li .submenu > li:hover .submenu2 {
  display: block;
}

.header-nuevo nav ul li .submenu .submenu3 {
  position: absolute;
  width: 250px;
  background: #fff;
  z-index: 99;
  left: 250px;
  top: 0;
  display: none;
  padding-bottom: 0;
}

@media only screen and (max-width: 991px) {
  .header-nuevo nav ul li .submenu .submenu3 {
    position: relative;
    width: 100%;
    left: auto;
  }
  .header-nuevo nav ul li .submenu .submenu3 > li {
    background: #f1f1f1;
  }
  .header-nuevo nav ul li .submenu .submenu3 > li > a {
    background: #f1f1f1;
    border-color: #f1f1f1;
  }
}
.header-nuevo nav ul li .submenu .submenu2 > li:hover .submenu3 {
  display: block;
}

@media only screen and (max-width: 991px) {
  .header-nuevo nav ul li .submenu {
    position: relative;
    top: auto;
  }
}
.header-nuevo nav ul li .submenu .container {
  display: flex;
  align-items: flex-start;
  padding-top: 1.3rem;
}

@media only screen and (max-width: 991px) {
  .header-nuevo nav ul li .submenu .container {
    flex-direction: column;
  }
}
.header-nuevo nav ul li .submenu .container ul {
  padding-left: 0;
  margin: 0;
  display: block;
  text-align: left;
  width: 250px;
  min-width: 250px;
  border-right: 1px solid #bdbdbd;
  padding-right: 1rem;
  margin-right: 40px;
}

@media only screen and (max-width: 991px) {
  .header-nuevo nav ul li .submenu .container ul {
    width: 100%;
    min-width: 100%;
    border: none;
  }
}
.header-nuevo nav ul li .submenu .container ul li {
  border-bottom: 1px solid #f5f5f5;
}

.header-nuevo nav ul li .submenu .container ul li:last-child {
  border-bottom: none;
}

.header-nuevo nav ul li .submenu .container ul li a {
  font-size: 0.875rem;
  color: #0A1A34;
  font-weight: 500;
  display: block;
  padding: 0.8rem 0;
}

.header-nuevo nav ul li .submenu .container ul li a:hover {
  color: #07C9A5;
}

.header-nuevo nav ul li .submenu .container .card-not {
  margin-bottom: 0;
  padding-bottom: 0;
}

.header-nuevo nav ul li .submenu .container .card-not__img {
  width: 14.6rem;
  min-width: 14.6rem;
}

.header-nuevo nav ul li .submenu .container .card-not__txt {
  padding-top: 0;
}

.header-nuevo nav ul li .submenu .container .card-not__txt h3 {
  font-size: 1.5rem;
  margin-bottom: 0.4rem;
}

.header-nuevo nav ul li .submenu .container .card-not__txt .btn-naranjo {
  width: 111px;
  height: 35px;
  padding: 7px 5px;
}

.header-nuevo nav ul li:hover .submenu {
  display: block;
}

@media only screen and (max-width: 991px) {
  .header-nuevo nav {
    width: 100%;
  }
  .header-nuevo nav ul {
    display: block;
  }
  .header-nuevo nav ul li {
    margin-bottom: 20px;
  }
}
.header-nuevo .botones-head {
  margin-left: 2rem;
  position: relative;
  padding-bottom: 28px;
}

.header-nuevo .botones-head a {
  display: inline-block;
  margin-left: 0.8rem;
  color: #fff;
}

.header-nuevo .botones-head a.ic-font {
  margin-left: 0.3rem;
  font-weight: 700;
}

.header-nuevo .botones-head a.ic-font#font-minus {
  margin-left: 0.8rem;
}

@media only screen and (max-width: 991px) {
  .header-nuevo .botones-head {
    margin-bottom: 2rem;
    margin-left: 0;
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
  .header-nuevo .botones-head a {
    margin-left: 2rem;
  }
  .header-nuevo .botones-head a.ic-font {
    margin-left: 1rem;
  }
  .header-nuevo .botones-head a.ic-font#font-minus {
    margin-left: 2rem;
  }
}
.header-nuevo .head-bottom {
  background: #0A1A34;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.6rem 0;
}

@media only screen and (max-width: 550px) {
  .header-nuevo .head-bottom {
    padding: 0.4rem 0;
  }
}
.header-nuevo .head-bottom .container {
  padding-bottom: 0;
}

.header-nuevo .head-bottom .bread-head {
  border-right: 1px solid #f5f5f5;
  padding-right: 1.2rem;
  padding-top: 0.3rem;
}

.header-nuevo .head-bottom .bread-head a {
  color: #f5f5f5;
  font-size: 0.875rem;
  font-weight: 600;
}

@media only screen and (max-width: 550px) {
  .header-nuevo .head-bottom .bread-head a {
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 991px) {
  .header-nuevo .head-bottom .bread-head {
    display: none;
  }
}
.header-nuevo .head-bottom .perfiles {
  display: flex;
  align-items: center;
  border-left: 1px solid #fff;
  padding-left: 1.2rem;
}

.header-nuevo .head-bottom .perfiles p {
  color: #fff;
  margin: 0;
  font-weight: 600;
  line-height: 1.2;
}

.header-nuevo .head-bottom .perfiles a {
  font-size: 0.875rem;
  color: #f5f5f5;
  border: 1px solid #f5f5f5;
  display: inline-block;
  padding: 0.4rem 0.8rem;
  border-radius: 4px;
  font-weight: 600;
  margin-left: 1rem;
}

.header-nuevo .head-bottom .perfiles a:hover {
  background: #fff;
  color: #0A1A34;
}

@media only screen and (max-width: 550px) {
  .header-nuevo .head-bottom .perfiles a {
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 991px) {
  .header-nuevo .head-bottom .perfiles {
    border-left: none;
    padding-left: 0;
  }
}
.header-nuevo .btn-menu {
  z-index: 999;
  height: auto;
  margin-right: 5px;
  cursor: pointer;
  display: none;
  padding-top: 0.8rem;
  top: 0;
}

@media only screen and (max-width: 991px) {
  .header-nuevo .btn-menu {
    display: block;
  }
}
.header-nuevo .btn-menu span {
  width: 30px;
  height: 3px;
  background-color: #fff;
  margin: 6px 0;
  transition: 0.4s;
  display: block;
}

.header-nuevo .btn-menu.open span:nth-child(1) {
  transform: rotate(-45deg) translate(-9px, 6px);
}

.header-nuevo .btn-menu.open span:nth-child(2) {
  opacity: 0;
}

.header-nuevo .btn-menu.open span:nth-child(3) {
  transform: rotate(45deg) translate(-7px, -4px);
}

.menu-mobile {
  height: 90vh;
  width: 100vw;
  background: var(--green);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 118;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transform: translate(0, -110%);
  transition: all 0.7s;
}

.menu-mobile.active {
  transform: translate(0, 0);
  transition: all 0.7s;
}

.menu-mobile .lupa-mobile {
  color: white;
  cursor: pointer;
  font-size: 20px;
}

.menu-mobile ul li {
  margin: 10px 0;
  font-size: 20px;
  font-weight: bold;
}

.menu-mobile ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 25%;
}

.menu-mobile .redes-mobile {
  margin: 10px 0;
  font-size: 30px;
}

.menu-mobile .redes-mobile a {
  margin: 0 5px;
}

.menu-mobile .btn-perfil button {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  background: none;
  border: none;
  color: white;
}

.header-sticky {
  background: #0A1A34;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  padding: 0.5rem 0 0;
  visibility: visible;
  height: 65px;
  display: flex;
  align-items: flex-end;
  transition: all 0.3s ease;
  transform: translateY(-100%);
}

@media only screen and (max-width: 991px) {
  .header-sticky {
    display: none;
  }
}
.header-sticky.visible {
  visibility: visible;
  transform: translateY(0%);
}

.header-sticky .container {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  max-width: 1600px;
  padding: 0 30px;
}

.header-sticky .logo {
  width: 6rem;
  display: block;
  padding-bottom: 10px;
}

.header-sticky .logo img {
  width: 100%;
}

.header-sticky .head-der {
  display: flex;
  align-items: center;
}

.header-sticky nav {
  float: none;
  height: auto;
  margin: 0;
  background: transparent;
  padding-left: 1rem;
}

.header-sticky nav ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
}

.header-sticky nav ul li {
  margin: 0 0.2rem;
  display: inline-block;
}

.header-sticky nav ul li a {
  color: #fff;
  font-size: 1rem;
  padding: 12px 10px 23px;
  font-weight: bold;
  display: block;
}

@media only screen and (max-width: 1360px) {
  .header-sticky nav ul li {
    margin: 0 0.1rem;
  }
  .header-sticky nav ul li a {
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 1250px) {
  .header-sticky nav ul li {
    margin: 0 0rem;
  }
  .header-sticky nav ul li a {
    font-size: 0.8rem;
    padding: 12px 5px 23px;
  }
}
.header-sticky nav ul li .submenu {
  position: absolute;
  width: 100%;
  background: #fff;
  z-index: 99;
  left: 0;
  top: 60px;
  display: none;
  padding-bottom: 1.2rem;
}

@media only screen and (max-width: 991px) {
  .header-sticky nav ul li .submenu {
    position: relative;
    top: auto;
  }
}
.header-sticky nav ul li .submenu .container {
  display: flex;
  align-items: flex-start;
  padding-top: 1.3rem;
}

@media only screen and (max-width: 991px) {
  .header-sticky nav ul li .submenu .container {
    flex-direction: column;
  }
}
.header-sticky nav ul li .submenu .container ul {
  padding-left: 0;
  margin: 0;
  display: block;
  text-align: left;
  width: 250px;
  min-width: 250px;
  border-right: 1px solid #bdbdbd;
  padding-right: 1rem;
  margin-right: 40px;
}

@media only screen and (max-width: 991px) {
  .header-sticky nav ul li .submenu .container ul {
    width: 100%;
    min-width: 100%;
    border: none;
  }
}
.header-sticky nav ul li .submenu .container ul li {
  border-bottom: 1px solid #f5f5f5;
}

.header-sticky nav ul li .submenu .container ul li:last-child {
  border-bottom: none;
}

.header-sticky nav ul li .submenu .container ul li a {
  font-size: 0.875rem;
  color: #0A1A34;
  font-weight: 500;
  display: block;
  padding: 0.8rem 0;
}

.header-sticky nav ul li .submenu .container ul li a:hover {
  color: #07C9A5;
}

.header-sticky nav ul li .submenu .container .card-not {
  margin-bottom: 0;
  padding-bottom: 0;
}

.header-sticky nav ul li .submenu .container .card-not__img {
  width: 14.6rem;
  min-width: 14.6rem;
}

.header-sticky nav ul li .submenu .container .card-not__txt {
  padding-top: 0;
}

.header-sticky nav ul li .submenu .container .card-not__txt h3 {
  font-size: 1.5rem;
  margin-bottom: 0.4rem;
}

.header-sticky nav ul li .submenu .container .card-not__txt .btn-naranjo {
  width: 111px;
  height: 35px;
  padding: 7px 5px;
}

.header-sticky nav ul li:hover .submenu {
  display: block;
}

.header-sticky .perfiles {
  display: flex;
  align-items: center;
  align-items: center;
  border-left: 1px solid #fff;
  padding-left: 1rem;
  margin-left: 1rem;
  margin-bottom: 10px;
}

@media only screen and (max-width: 1300px) {
  .header-sticky .perfiles {
    margin-left: 0.5rem;
    padding-left: 0.8rem;
  }
}
.header-sticky .perfiles p {
  color: #fff;
  margin: 0;
  font-weight: 600;
}

@media only screen and (max-width: 1300px) {
  .header-sticky .perfiles p {
    font-size: 0.8rem;
  }
}
.header-sticky .perfiles a {
  font-size: 0.81rem;
  color: #f5f5f5;
  border: 1px solid #f5f5f5;
  display: inline-block;
  padding: 0.4rem 0.8rem;
  border-radius: 4px;
  font-weight: 600;
  margin-left: 1rem;
}

@media only screen and (max-width: 1300px) {
  .header-sticky .perfiles a {
    padding: 0.4rem 0.6rem;
    margin-left: 0.6rem;
  }
}
.buscador-head {
  display: flex;
  align-items: center;
  position: absolute;
  right: 110%;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
  transform: translateX(30px);
}

@media only screen and (max-width: 991px) {
  .buscador-head {
    right: 0px;
  }
}
.buscador-head.visible {
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);
}

.buscador-head input {
  width: 428px;
  height: 32px;
  border-radius: 4px;
  background: #fff;
  padding: 0.5rem 1rem;
  border: none;
  font-size: 0.875rem;
}

@media only screen and (max-width: 550px) {
  .buscador-head input {
    width: 200px;
  }
}
.buscador-head .cerrar-buscador {
  position: absolute;
  left: 405px;
  cursor: pointer;
}

@media only screen and (max-width: 550px) {
  .buscador-head .cerrar-buscador {
    left: 180px;
  }
}
.buscador-head .btn-buscar {
  background: #0A1A34;
  color: #fff;
  width: 76px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  font-weight: 600;
  font-size: 0.875rem;
  border: none;
  margin-left: 0.5rem;
}

.rdTable .panel-item {
  display: block;
}

.hero-new {
  display: flex;
  margin-bottom: 1rem;
}

@media only screen and (max-width: 991px) {
  .hero-new {
    flex-direction: column;
  }
}
.hero-new .tns-nav {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}

.hero-new .carrusel {
  width: 72%;
  min-width: 72%;
}

@media only screen and (max-width: 991px) {
  .hero-new .carrusel {
    width: 100%;
    min-width: 100%;
  }
}
.hero-new .carrusel .tns-outer {
  height: 100%;
}

.hero-new .carrusel .tns-outer .tns-ovh {
  height: 100%;
}

.hero-new .carrusel .tns-outer .tns-ovh .tns-inner {
  height: 100%;
}

.hero-new .carrusel .tns-outer .tns-ovh .tns-inner .tns-slider {
  height: 100%;
}

.hero-new .carrusel .tns-outer .tns-ovh .tns-inner .tns-slider .item {
  height: 100%;
}

.hero-new .carrusel .tns-outer .tns-ovh .tns-inner .tns-slider .item .item-slide {
  height: 100%;
}

.hero-new .carrusel .tns-outer .tns-ovh .tns-inner .tns-slider .item .item-slide .img-slide {
  height: 100%;
  object-fit: cover;
}

.hero-new .item-slide {
  position: relative;
}

@media only screen and (max-width: 550px) {
  .hero-new .item-slide {
    height: 330px;
  }
}
.hero-new .item-slide .img-slide {
  width: 100%;
  vertical-align: bottom;
}

.hero-new .item-slide .texto-slide {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  z-index: 1;
  width: 36.2rem;
  max-width: 100%;
}

.hero-new .item-slide .texto-slide h3 {
  color: #0A1A34;
  font-size: 2.8rem;
  font-weight: 700;
  margin: 0 0 1.5rem;
}

@media only screen and (max-width: 768px) {
  .hero-new .item-slide .texto-slide {
    left: 20px;
    width: 80%;
    bottom: 15rem;
  }
  .hero-new .item-slide .texto-slide h3 {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 998px) {
  .hero-new .item-slide .texto-slide {
    left: 20px;
    width: 55%;
    bottom: 3rem;
  }
  .hero-new .item-slide .texto-slide h3 {
    font-size: 2rem;
  }
}
.hero-new .box-hero {
  background: #07C9A5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem 2.8rem;
}

@media only screen and (max-width: 768px) {
  .hero-new .box-hero {
    padding: 1.8rem 20px;
  }
}
.hero-new .box-hero figure {
  margin-bottom: 1.2rem;
}

.hero-new .box-hero figure img {
  max-width: 100%;
}

.hero-new .box-hero p {
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 0;
}

.hero-new .box-hero p a {
  font-weight: 500;
  text-decoration: underline;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .hero-new .box-hero figure {
    display: none;
  }
  .hero-new .box-hero p {
    font-size: 1.25rem;
  }
}
.btn-naranjo {
  background: #E87D2E;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
  border-radius: 5px;
  width: 5.8rem;
  min-width: 5.8rem;
  height: 2.25rem;
  padding: 0.4rem;
}

.btn-naranjo:hover {
  background: #07C9A5;
  color: #fff;
  box-shadow: none;
  border-color: #07C9A5;
}

.seccion {
  padding: 2.2rem 0;
  margin-bottom: 0;
  overflow: hidden;
}

@media only screen and (max-width: 550px) {
  .seccion {
    padding: 1.5rem 0;
  }
}
.title {
  text-align: center;
  margin: 0 0 0.8rem;
  font-weight: 700;
  font-size: 2rem;
  color: #0A1A34;
}

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

@media only screen and (max-width: 550px) {
  .title {
    font-size: 1.375rem;
  }
}
.bajada {
  text-align: center;
  font-size: 1rem;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 550px) {
  .bajada {
    font-size: 0.875rem;
  }
}
.card-bc {
  color: #0A1A34;
  display: block;
}

@media only screen and (max-width: 991px) {
  .card-bc {
    margin-bottom: 1.3rem;
  }
}
.card-bc figure {
  margin-bottom: 0.8rem;
}

.card-bc figure img {
  width: 100%;
  border-radius: 5px;
  transition: all 0.5s ease;
}

@media only screen and (max-width: 550px) {
  .card-bc figure {
    margin-bottom: 0.5rem;
  }
}
.card-bc h4 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 700;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 550px) {
  .card-bc h4 {
    font-size: 1rem;
  }
}
.card-bc:hover img {
  opacity: 0.9;
}

.card-bc:hover h4 {
  color: #07C9A5;
}

.bg-celeste {
  background: #EFFAFB;
  padding: 2.2rem 1.8rem;
  position: relative;
}

@media only screen and (max-width: 550px) {
  .bg-celeste {
    margin: 0 -15px;
    padding: 2rem 15px;
  }
}
.bg-celeste .flecha-externo {
  position: absolute;
  top: 0rem;
  right: 1.5rem;
}

@media only screen and (max-width: 550px) {
  .bg-celeste .flecha-externo {
    width: 15px;
    top: 10px;
    right: 10px;
  }
}
.card-informate {
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
}

.card-informate figure {
  margin-bottom: 0;
}

.card-informate figure img {
  border-radius: 0;
}

.card-informate__txt {
  padding: 0.5rem 0.68rem 1.5rem;
}

.card-informate__txt .fecha {
  font-size: 0.75rem;
  margin-bottom: 0.2rem;
}

.card-informate__txt h4 {
  font-size: 1rem;
}

.testimonios-home {
  padding-top: 0;
}

.testimonios-home .w-testimonios {
  background: #FDF2EB;
  padding: 2.5rem 2.5rem 1.7rem;
  position: relative;
  border-radius: 4px;
}

@media only screen and (max-width: 550px) {
  .testimonios-home .w-testimonios {
    padding: 1rem 20px;
  }
}
.testimonios-home .w-testimonios .flecha-externo {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}

@media only screen and (max-width: 550px) {
  .testimonios-home .w-testimonios .flecha-externo {
    width: 15px;
    top: 10px;
    right: 10px;
  }
}
.testimonios-home .w-testimonios h3 {
  font-size: 1.375rem;
  margin: 0 0 2rem;
  font-weight: 700;
}

@media only screen and (max-width: 550px) {
  .testimonios-home .w-testimonios h3 {
    font-size: 1rem;
    margin-bottom: 1rem;
    max-width: 70%;
  }
}
.testimonios-home .w-testimonios .item-testimonio {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}

@media only screen and (max-width: 550px) {
  .testimonios-home .w-testimonios .item-testimonio {
    padding-bottom: 0;
  }
}
.testimonios-home .w-testimonios .item-testimonio__txt {
  width: 68%;
}

@media only screen and (max-width: 550px) {
  .testimonios-home .w-testimonios .item-testimonio__txt {
    width: 90%;
  }
}
.testimonios-home .w-testimonios .item-testimonio__txt .comilla {
  margin-bottom: 1rem;
}

.testimonios-home .w-testimonios .item-testimonio__txt p {
  font-size: 0.875rem;
  font-weight: 500;
}

.testimonios-home .w-testimonios .item-testimonio__autor {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
  width: 11.6rem;
}

@media only screen and (max-width: 550px) {
  .testimonios-home .w-testimonios .item-testimonio__autor {
    position: relative;
    max-width: 100%;
    margin: 0 0 0 auto;
  }
}
.testimonios-home .w-testimonios .item-testimonio__autor figure {
  margin: 0 0 0 auto;
  width: 5rem;
}

.testimonios-home .w-testimonios .item-testimonio__autor figure img {
  width: 100%;
  border: 2px solid #E87D2E;
  border-radius: 50%;
}

.testimonios-home .w-testimonios .item-testimonio__autor h5 {
  margin-bottom: 0;
  font-size: 0.813rem;
  color: #525252;
  font-weight: bold;
  margin-top: 0.5rem;
}

.testimonios-home .w-testimonios .item-testimonio__autor p {
  margin-bottom: 0;
  font-size: 0.813rem;
  color: #525252;
}

.tabs-redes-home {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}

.tabs-redes-home a {
  font-size: 1rem;
  display: block;
  color: #878787;
  font-weight: 600;
  border-bottom: 5px solid #0A1A34;
  text-align: center;
  padding: 0.5rem 1rem;
  width: 8.75rem;
}

@media only screen and (max-width: 550px) {
  .tabs-redes-home a {
    min-width: 0;
    padding: 0.5rem 0.5rem;
  }
}
.tabs-redes-home a i {
  color: #D2D2D2;
  margin-right: 0.2rem;
}

@media only screen and (max-width: 550px) {
  .tabs-redes-home a i {
    display: none;
  }
}
.tabs-redes-home a.activo {
  border-color: #07C9A5;
  color: #07C9A5;
}

.tabs-redes-home a.activo i {
  color: #07C9A5;
}

.panel-item {
  display: none;
}

.panel-item.visible {
  display: block;
}

.card-rrss {
  position: relative;
}

.card-rrss img {
  width: 100%;
}

.card-rrss .ic-rrss {
  font-size: 2rem;
  position: absolute;
  right: 1.4rem;
  bottom: 0.7rem;
}

.card-rrss .ic-rrss.ic-ig {
  color: #E462C0;
}

.card-rrss .ic-rrss.ic-tw {
  color: #52D4F0;
}

.banner-page {
  padding-bottom: 0;
  border-radius: 6px;
  overflow: hidden;
}

.banner-page .w-banner {
  text-align: center;
  position: relative;
  background: rgba(245, 245, 245, 0.8);
  padding: 2.5rem 5rem 2rem;
  min-height: 11.56rem;
}

@media only screen and (max-width: 768px) {
  .banner-page .w-banner {
    padding: 1.7rem 15px;
    min-height: 50px;
  }
}
.banner-page .w-banner .bg-banner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .banner-page .w-banner .bg-banner {
    display: none;
  }
}
.banner-page .w-banner .ic-banner1 {
  position: absolute;
  left: 4.5rem;
  bottom: 1rem;
}

@media only screen and (max-width: 991px) {
  .banner-page .w-banner .ic-banner1 {
    display: none;
  }
}
.banner-page .w-banner .ic-banner2 {
  position: absolute;
  right: 4.3rem;
  bottom: 0.5rem;
}

@media only screen and (max-width: 991px) {
  .banner-page .w-banner .ic-banner2 {
    display: none;
  }
}
.banner-page .w-banner .ic-banner3 {
  position: absolute;
  left: 4.5rem;
  bottom: -2.2rem;
}

@media only screen and (max-width: 991px) {
  .banner-page .w-banner .ic-banner3 {
    display: none;
  }
}
.banner-page .w-banner .ic-banner4 {
  position: absolute;
  right: 4.3rem;
  bottom: -0.5rem;
}

@media only screen and (max-width: 991px) {
  .banner-page .w-banner .ic-banner4 {
    display: none;
  }
}
.banner-page .w-banner .ic-banner5 {
  position: absolute;
  left: 4.5rem;
  bottom: -1.8rem;
}

@media only screen and (max-width: 991px) {
  .banner-page .w-banner .ic-banner5 {
    display: none;
  }
}
.banner-page .w-banner .ic-banner6 {
  position: absolute;
  right: 4.3rem;
  bottom: -0.5rem;
}

@media only screen and (max-width: 991px) {
  .banner-page .w-banner .ic-banner6 {
    display: none;
  }
}
.banner-page .w-banner .ic-banner7 {
  position: absolute;
  left: 4.5rem;
  bottom: -1.8rem;
}

@media only screen and (max-width: 991px) {
  .banner-page .w-banner .ic-banner7 {
    display: none;
  }
}
.banner-page .w-banner .ic-banner8 {
  position: absolute;
  right: 4.3rem;
  bottom: -0.5rem;
}

@media only screen and (max-width: 991px) {
  .banner-page .w-banner .ic-banner8 {
    display: none;
  }
}
.banner-page .w-banner .ic-banner9 {
  position: absolute;
  left: 4.5rem;
  bottom: 0rem;
}

@media only screen and (max-width: 991px) {
  .banner-page .w-banner .ic-banner9 {
    display: none;
  }
}
.banner-page .w-banner .ic-banner10 {
  position: absolute;
  right: 4.3rem;
  bottom: -0.5rem;
}

@media only screen and (max-width: 991px) {
  .banner-page .w-banner .ic-banner10 {
    display: none;
  }
}
.banner-page .w-banner .ic-banner13 {
  position: absolute;
  left: 4.5rem;
  bottom: 0rem;
}

@media only screen and (max-width: 991px) {
  .banner-page .w-banner .ic-banner13 {
    display: none;
  }
}
.banner-page .w-banner .ic-banner14 {
  position: absolute;
  right: 4.3rem;
  bottom: 0rem;
}

@media only screen and (max-width: 991px) {
  .banner-page .w-banner .ic-banner14 {
    display: none;
  }
}
.banner-page .w-banner__txt {
  width: 40.6rem;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 1200px) {
  .banner-page .w-banner__txt {
    width: 32rem;
  }
}
.banner-page .w-banner__txt h1 {
  font-size: 1.875rem;
  margin: 0 0 1rem;
  font-weight: 700;
}

@media only screen and (max-width: 550px) {
  .banner-page .w-banner__txt h1 {
    font-size: 1.2rem;
    margin-bottom: 0rem;
  }
}
.banner-page .w-banner__txt p {
  color: #646464;
  font-size: 1rem;
  margin-bottom: 0;
}

.banner-page .w-banner__txt p.small {
  width: 24rem;
  margin: 0 auto;
}

@media only screen and (max-width: 550px) {
  .banner-page .w-banner__txt p {
    display: none;
  }
}
.banner-page .w-banner__txt .btn-naranjo {
  width: 6.6rem;
  height: 2rem;
}

@media only screen and (max-width: 550px) {
  .banner-page .w-banner__txt .btn-naranjo {
    margin-top: 0.8rem;
  }
}
.banner-page .buscador-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 1rem;
  padding-bottom: 0.8rem;
}

@media only screen and (max-width: 768px) {
  .banner-page .buscador-banner {
    padding: 1rem 0 0;
  }
}
.banner-page .buscador-banner input {
  background: #FFFFFF;
  border: 1px solid #969696;
  border-radius: 5px;
  width: 397px;
  height: 35px;
  padding: 6px 16px;
  font-size: 1rem;
  font-weight: normal;
}

@media only screen and (max-width: 550px) {
  .banner-page .buscador-banner input {
    font-size: 0.875rem;
  }
}
.banner-page .buscador-banner .btn-buscar {
  height: 35px;
  background: #07C9A5;
  color: #fff;
  margin-left: 0.5rem;
  padding: 0.5rem 1.5rem;
  border-radius: 5px;
  font-weight: normal;
}

@media only screen and (max-width: 550px) {
  .banner-page .buscador-banner .btn-buscar {
    font-size: 0.875rem;
  }
}
.titulo-2 {
  font-size: 1.5rem;
  margin: 0 0 1.5rem;
  font-weight: 700;
}

@media only screen and (max-width: 550px) {
  .titulo-2 {
    font-size: 1.12rem;
  }
}
.card-not {
  display: flex;
  border-bottom: 1px solid #C4C4C4;
  padding-bottom: 1.3rem;
  margin-bottom: 1.25rem;
}

@media only screen and (max-width: 768px) {
  .card-not {
    flex-direction: column;
  }
}
.card-not:last-child {
  border: none;
}

.card-not__img {
  width: 19.75rem;
  min-width: 19.75rem;
}

.card-not__img img {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .card-not__img {
    width: 100%;
    min-width: 100%;
  }
}
.card-not__txt {
  width: calc(100% - 19.75rem);
  padding: 0 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 0.5rem;
}

@media only screen and (max-width: 768px) {
  .card-not__txt {
    width: 100%;
    min-width: 100%;
    padding: 1rem 0 0;
  }
}
.card-not__txt h3 {
  margin: 0 0 1rem;
  font-size: 1.125rem;
  font-weight: 600;
}

@media only screen and (max-width: 550px) {
  .card-not__txt h3 {
    font-size: 1rem;
    margin-bottom: 0.8rem;
  }
}
.card-not.full .card-not__img {
  width: 26.81rem;
  min-width: 26.81rem;
}

@media only screen and (max-width: 768px) {
  .card-not.full .card-not__img {
    width: 100%;
    min-width: 100%;
  }
}
.card-not.full .card-not__txt {
  width: auto;
  flex: 1;
  padding-right: 0;
  justify-content: flex-start;
}

.card-not.full .card-not__txt h3 {
  margin-bottom: 1.3rem;
}

.card-not.full .card-not__txt p {
  margin-bottom: 2rem;
}

.mas-visitado {
  background: #F5F5F5;
  padding: 2.5rem;
}

@media only screen and (max-width: 991px) {
  .mas-visitado {
    margin: 0 -15px;
    padding: 20px 15px;
  }
}
.mas-visitado h3 {
  font-size: 1.25rem;
  margin: 0 0 1rem;
  font-weight: 500;
}

.mas-visitado .card-mas-visitado {
  background: #fff;
}

.mas-visitado .card-mas-visitado figure img {
  width: 100%;
}

.mas-visitado .card-mas-visitado__txt {
  padding: 1.2rem 1rem 1.8rem;
}

.mas-visitado .card-mas-visitado__txt h4 {
  font-size: 1.25rem;
  font-weight: 500;
  margin: 0 0 0.6rem;
}

.mas-visitado .card-mas-visitado__txt p {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
}

.mas-visitado .card-mas-visitado__txt .btn {
  color: #000;
  border: 1px solid #000;
  font-size: 0.875rem;
  min-width: 0;
}

section {
  margin: 0;
}

@media only screen and (max-width: 991px) {
  .resutados-busqueda .row {
    flex-direction: column-reverse;
  }
}
.podria-interesarte {
  padding-right: 2.5rem;
}

@media only screen and (max-width: 1200px) {
  .podria-interesarte {
    padding-right: 0;
  }
}
@media only screen and (max-width: 991px) {
  .podria-interesarte {
    background: #F5F5F5;
    margin: 40px -15px 0;
    padding: 30px 15px;
  }
}
.podria-interesarte h3 {
  font-size: 1.25rem;
  margin: 0 0 2rem;
  color: #07C9A5;
  font-weight: 600;
}

.podria-interesarte .card-podria {
  border-bottom: 1px solid #969696;
  padding-bottom: 1.8rem;
  margin-bottom: 1.8rem;
}

.podria-interesarte .card-podria:last-child {
  border: none;
}

.podria-interesarte .card-podria__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.8rem;
}

@media only screen and (max-width: 991px) {
  .podria-interesarte .card-podria__meta {
    justify-content: flex-start;
  }
}
.podria-interesarte .card-podria__meta .tag {
  font-size: 0.875rem;
  font-weight: 600;
  border-radius: 5px;
  background: #f5f5f5;
  display: inline-flex;
  padding: 0.5rem 1rem;
}

.podria-interesarte .card-podria__meta .tag:hover {
  background: #07C9A5;
  color: #fff;
}

@media only screen and (max-width: 991px) {
  .podria-interesarte .card-podria__meta .tag {
    background: #fff;
  }
}
.podria-interesarte .card-podria__meta .fecha {
  font-size: 0.875rem;
  font-weight: 600;
}

.podria-interesarte .card-podria__meta .fecha i {
  color: #07C9A5;
  margin-right: 0.2rem;
}

@media only screen and (max-width: 991px) {
  .podria-interesarte .card-podria__meta .fecha {
    margin-left: 40px;
    background: #fff;
    padding: 0.5rem 1rem;
    border-radius: 5px;
  }
}
.podria-interesarte .card-podria__txt h4 {
  font-size: 1.25rem;
  margin: 0 0 0.5rem;
  font-weight: 500;
}

.podria-interesarte .card-podria__txt h4 a {
  color: #0A1A34;
}

.podria-interesarte .card-podria__txt h4 a:hover {
  color: #07C9A5;
}

@media only screen and (max-width: 550px) {
  .podria-interesarte .card-podria__txt h4 {
    font-size: 1rem;
  }
}
.podria-interesarte .card-podria__txt h5 {
  color: #878787;
  font-size: 0.875rem;
  font-weight: 400;
  margin: 0 0 0.8rem;
}

.podria-interesarte .card-podria__txt p {
  color: #222726;
  font-size: 0.875rem;
  font-weight: 400;
  margin-bottom: 0;
}

.res-busqueda__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .res-busqueda__head {
    flex-direction: column;
    align-items: flex-start;
  }
}
.res-busqueda__head .filtro-busqueda {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}

.res-busqueda__head .filtro-busqueda img {
  margin-right: 0.3rem;
  vertical-align: bottom;
}

.res-busqueda__head .filtro-busqueda label {
  font-size: 1rem;
  color: #000;
  font-weight: 600;
  margin: 0 0.8rem 0 0;
}

@media only screen and (max-width: 550px) {
  .res-busqueda__head .filtro-busqueda label {
    font-size: 0.875rem;
  }
}
.res-busqueda__head .filtro-busqueda select {
  appearance: none;
  background-repeat: no-repeat;
  background-image: url("../images/bg-select.svg");
  background-size: 10px auto;
  background-position: 96% center;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bdbdbd;
  width: 13rem;
  height: 2.25rem;
  padding: 0.5rem 0.8rem;
  font-size: 1rem;
}

@media only screen and (max-width: 550px) {
  .res-busqueda__head .filtro-busqueda select {
    font-size: 0.875rem;
  }
}
.card-busqueda {
  display: flex;
  border-bottom: 1px solid #c4c4c4;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
}

@media only screen and (max-width: 768px) {
  .card-busqueda {
    flex-direction: column;
  }
}
.card-busqueda:last-child {
  border: none;
}

.card-busqueda__img {
  width: 22rem;
  min-width: 22rem;
  position: relative;
}

.card-busqueda__img img {
  width: 100%;
}

.card-busqueda__img .tag {
  font-size: 0.875rem;
  font-weight: 600;
  border-radius: 5px;
  background: #fff;
  display: inline-flex;
  padding: 0.4rem 0.9rem;
  position: absolute;
  top: 0.8rem;
  left: 0.8rem;
}

.card-busqueda__img .tag:hover {
  background: #07C9A5;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .card-busqueda__img {
    width: 100%;
    min-width: 100%;
  }
}
.card-busqueda__txt {
  padding-left: 0rem;
  padding-top: 0.8rem;
}

@media only screen and (max-width: 768px) {
  .card-busqueda__txt {
    width: 100%;
    min-width: 100%;
    padding: 0.8rem 0 0;
  }
}
.card-busqueda__txt h3 {
  font-size: 1.25rem;
  margin: 0 0 1rem;
  font-weight: 500;
}

.card-busqueda__txt h3 a {
  color: #0A1A34;
}

.card-busqueda__txt h3 a:hover {
  color: #07C9A5;
}

@media only screen and (max-width: 550px) {
  .card-busqueda__txt h3 {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .card-busqueda__txt p {
    margin-bottom: 0;
  }
}
.bc-search button {
  background: #04c9a5;
  color: #fff;
  height: 35px;
  width: 70px;
  margin-left: 10px;
}

.paginador {
  display: flex;
  align-items: center;
  justify-content: center;
}

.paginador p {
  margin-bottom: 0;
  margin-right: 1rem;
  font-size: 0.75rem;
}

.paginador a {
  font-size: 1rem;
  color: #0A1A34;
  font-weight: 600;
  padding: 0.1rem 0.4rem 0.25rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.paginador a.activo {
  background: #07C9A5;
  border-radius: 4px;
}

.card-noticia {
  border-radius: 4px 4px 0 0;
  overflow: hidden;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 550px) {
  .card-noticia {
    margin-bottom: 1rem;
  }
}
.card-noticia a {
  color: #0A1A34;
}

.card-noticia a:hover {
  color: #07C9A5;
}

.card-noticia__img {
  position: relative;
}

.card-noticia__img img {
  width: 100%;
}

.card-noticia__img .tag {
  font-size: 0.813rem;
  font-weight: 600;
  background: #FFE5D1;
  border-radius: 5px;
  display: inline-flex;
  padding: 0.4rem 0.6rem;
  position: absolute;
  top: 0.7rem;
  right: 0.7rem;
}

.card-noticia__txt {
  padding: 1rem;
}

@media only screen and (max-width: 991px) {
  .card-noticia__txt {
    padding: 1rem 0;
  }
}
.card-noticia__txt .fecha {
  font-size: 0.875rem;
  font-weight: 400;
  margin-bottom: 0.4rem;
}

@media only screen and (max-width: 550px) {
  .card-noticia__txt .fecha {
    font-size: 0.75rem;
  }
}
.card-noticia__txt h3 {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0;
  line-height: 1.2;
  text-transform: uppercase;
}

@media only screen and (max-width: 550px) {
  .card-noticia__txt h3 {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 550px) {
  .card-noticia.big .card-noticia__txt {
    padding-bottom: 0;
  }
}
.card-noticia.big .card-noticia__txt .fecha {
  font-size: 1rem;
}

@media only screen and (max-width: 550px) {
  .card-noticia.big .card-noticia__txt .fecha {
    font-size: 0.75rem;
  }
}
.card-noticia.big .card-noticia__txt h3 {
  font-size: 1.7rem;
  margin-bottom: 0.8rem;
}

@media only screen and (max-width: 550px) {
  .card-noticia.big .card-noticia__txt h3 {
    font-size: 1.25rem;
  }
}
.card-noticia.big .card-noticia__txt p {
  font-size: 1rem;
  line-height: 1.6rem;
}

@media only screen and (max-width: 550px) {
  .card-noticia.big .card-noticia__txt p {
    font-size: 0.875rem;
    line-height: 1.4;
  }
}
.w-informate {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #8E8E8E;
}

@media only screen and (max-width: 991px) {
  .w-informate {
    flex-direction: column;
    border: none;
  }
}
.w-informate.s-b {
  border: none;
  padding-bottom: 2rem;
}

.w-informate .not-destacada {
  width: 66.2%;
  min-width: 66.2%;
}

@media only screen and (max-width: 991px) {
  .w-informate .not-destacada {
    width: 100%;
    min-width: 100%;
  }
}
.w-informate .detalle-not {
  width: 66.2%;
  min-width: 66.2%;
}

@media only screen and (max-width: 991px) {
  .w-informate .detalle-not {
    width: 100%;
    min-width: 100%;
  }
}
.w-informate .detalle-not .fecha {
  font-size: 0.875rem;
}

.w-informate .detalle-not h1 {
  font-size: 2rem;
  margin: 0 0 0.8rem;
}

@media only screen and (max-width: 550px) {
  .w-informate .detalle-not h1 {
    font-size: 1.4rem;
  }
}
.w-informate .detalle-not .img-detalle {
  margin: 1rem 0;
}

.w-informate .detalle-not .img-detalle figure {
  width: 100%;
}

.w-informate .detalle-not .img-detalle img {
  width: 100%;
}

.w-informate .detalle-not p {
  font-size: 1rem;
  line-height: 1.6rem;
}

.w-informate .detalle-not p a {
  color: #0A1A34;
  text-decoration: underline;
}

.w-informate .detalle-not .perfiles {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
}

.w-informate .detalle-not .perfiles p {
  margin-bottom: 0;
}

.w-informate .detalle-not .perfiles .tag {
  font-size: 0.813rem;
  font-weight: 600;
  background: #FFE5D1;
  border-radius: 5px;
  display: inline-flex;
  padding: 0.4rem 0.6rem;
  color: #0A1A34;
  margin-left: 1rem;
}

.w-informate .detalle-not .comparte {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}

.w-informate .detalle-not .comparte p {
  margin-bottom: 0;
}

.w-informate .detalle-not .comparte a {
  color: #E87D2E;
  font-size: 1.8rem;
  margin-left: 1rem;
}

.w-informate .detalle-not .comparte a:hover {
  color: #0A1A34;
}

.w-informate .not-relacionadas {
  width: 30.2%;
  min-width: 30.2%;
}

@media only screen and (max-width: 991px) {
  .w-informate .not-relacionadas {
    width: 100%;
    min-width: 100%;
    display: none;
  }
}
.w-informate .not-relacionadas h2 {
  font-size: 1.25rem;
  font-weight: 500;
  margin: 0 0 1.2rem;
}

.w-informate .not-relacionadas .card-noticia {
  margin-bottom: 1.5rem;
}

.w-informate .not-relacionadas .card-noticia:last-child {
  margin-bottom: 0;
}

.w-newsletter {
  width: 673px;
  max-width: 100%;
  margin: 4rem auto 2rem;
  text-align: center;
}

.w-newsletter .newsletter-img {
  border-bottom: 1px solid #000;
  width: 90%;
  margin: 0 auto 1rem;
}

.w-newsletter .newsletter-img.s-b {
  border: none;
}

.w-newsletter .newsletter-img img {
  max-width: 100%;
}

.w-newsletter .newsletter-form {
  background: #f5f5f5;
  padding: 1.68rem 2rem;
}

@media only screen and (max-width: 550px) {
  .w-newsletter .newsletter-form {
    margin: 0 -15px;
    padding: 1.8rem 1.5rem;
  }
}
.w-newsletter .newsletter-form input {
  width: 100%;
  height: 2.18rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 5px;
  border: none;
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
}

.w-newsletter .newsletter-form input::-webkit-input-placeholder {
  color: #0A1A34;
}

.w-newsletter .newsletter-form input::-moz-placeholder {
  color: #0A1A34;
}

.w-newsletter .newsletter-form input:-ms-input-placeholder {
  color: #0A1A34;
}

.w-newsletter .newsletter-form input:-moz-placeholder {
  color: #0A1A34;
}

.w-newsletter .newsletter-form select {
  appearance: none;
  background-repeat: no-repeat;
  background-image: url("../images/bg-select.svg");
  background-size: 10px auto;
  background-position: 96% center;
  background-color: #fff;
  border-radius: 5px;
  border: none;
  width: 100%;
  height: 2.18rem;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  color: #0A1A34;
  font-weight: 600;
  margin-bottom: 1rem;
}

.w-newsletter .newsletter-form .leyenda {
  text-align: left;
  font-size: 0.813rem;
}

.w-newsletter .newsletter-form .w-button {
  margin-top: 2rem;
}

.w-newsletter .newsletter-form .w-button .btn {
  width: 7.6rem;
}

.suscripcion-exitosa {
  text-align: center;
  padding: 2rem 0;
}

.suscripcion-exitosa h4 {
  margin: 0 0 0.5rem;
  font-size: 1.5rem;
}

.suscripcion-exitosa p {
  font-size: 1.25rem;
}

.card-visita__img {
  margin-bottom: 0.7rem;
}

.card-visita__img img {
  width: 100%;
}

.card-visita__txt h3 {
  margin: 0 0 0.5rem;
  font-size: 1.5rem;
  font-weight: 700;
}

.card-visita__txt .botones {
  margin-top: 1rem;
}

.card-visita__txt .botones a {
  font-size: 0.875rem;
}

.card-visita__txt .botones .btn-link {
  color: #0A1A34;
  text-decoration: underline;
}

.card-visita__txt .botones .btn-link:hover {
  text-decoration: none;
}

.w-visitas {
  display: flex;
  justify-content: space-between;
  padding-bottom: 3rem;
}

.w-visitas .card-visita {
  width: 42%;
}

@media only screen and (max-width: 768px) {
  .w-visitas {
    flex-direction: column;
    padding-bottom: 1rem;
  }
  .w-visitas .card-visita {
    width: 100%;
    margin-bottom: 2.5rem;
  }
}
.big-banner {
  padding-bottom: 0;
}

.big-banner .w-banner-big {
  position: relative;
  display: block;
}

.big-banner .w-banner-big .bg-banner {
  width: 100%;
}

.big-banner .w-banner-big__txt {
  position: absolute;
  top: 0;
  left: 2.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 30rem;
  max-width: 100%;
}

.big-banner .w-banner-big__txt h1 {
  font-size: 3.125rem;
  margin: 0 0 1rem;
  font-weight: 700;
  color: #000;
}

.big-banner .w-banner-big__txt p {
  font-size: 1rem;
  width: 21rem;
  max-width: 100%;
  color: #000;
}

.big-banner .w-banner-big__txt.tipo2 {
  width: 40rem;
}

.big-banner .w-banner-big__txt.tipo2 p {
  width: 26rem;
}

@media only screen and (max-width: 991px) {
  .big-banner .w-banner-big__txt {
    position: relative;
    left: auto;
    padding-top: 10px;
    width: 100%;
  }
  .big-banner .w-banner-big__txt h1 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
  .big-banner .w-banner-big__txt p {
    font-size: 0.875rem;
  }
  .big-banner .w-banner-big__txt.tipo2 {
    width: 100%;
  }
  .big-banner .w-banner-big__txt.tipo2 p {
    width: 100%;
  }
}
.banner-2 {
  padding-bottom: 0;
}

.banner-2 .banner-tipo2 {
  position: relative;
}

@media only screen and (max-width: 991px) {
  .banner-2 .banner-tipo2 {
    margin-bottom: 1rem;
  }
}
.banner-2 .banner-tipo2 .img-banner {
  width: 100%;
}

.banner-2 .banner-tipo2 .img-banner img {
  width: 100%;
}

.banner-2 .banner-tipo2 .texto-banner {
  position: absolute;
  top: 0;
  left: 2.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 30rem;
  max-width: 100%;
}

.banner-2 .banner-tipo2 .texto-banner h1 {
  font-size: 3.125rem;
  margin: 0 0 1.5rem;
  font-weight: 700;
  line-height: 1.1;
}

.banner-2 .banner-tipo2 .texto-banner p {
  font-size: 1rem;
  width: 21rem;
  max-width: 100%;
}

@media only screen and (max-width: 768px) {
  .banner-2 .banner-tipo2 .texto-banner {
    position: relative;
    left: auto;
    padding-top: 10px;
  }
  .banner-2 .banner-tipo2 .texto-banner h1 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
  .banner-2 .banner-tipo2 .texto-banner p {
    font-size: 0.875rem;
  }
}
.box-podria {
  background: #F5F5F5;
  padding: 1rem;
  height: 100%;
  padding-right: 2rem;
}

@media only screen and (max-width: 991px) {
  .box-podria {
    display: none;
  }
}
.box-podria h2 {
  margin: 0 0 1rem;
  color: #07C9A5;
  font-size: 1.25rem;
  font-weight: 600;
}

.box-podria .card-podria2 {
  border-bottom: 1px solid #969696;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}

.box-podria .card-podria2:last-child {
  border: none;
}

.box-podria .card-podria2 h3 {
  font-size: 1.25rem;
  margin: 0 0 0.5rem;
  font-weight: 500;
  line-height: 1.5;
}

.box-podria .card-podria2 h3 a {
  color: #000;
}

.box-podria .card-podria2 p {
  color: #222726;
}

@media only screen and (max-width: 991px) {
  .w-detalle-curso .row {
    flex-direction: column-reverse;
  }
}
.detalle-curso .title {
  line-height: 1.2;
  margin-bottom: 0.8rem;
}

.detalle-curso .comparte {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.detalle-curso .comparte p {
  margin-bottom: 0;
}

.detalle-curso .comparte a {
  color: #000;
  font-size: 1.6rem;
  margin-left: 1rem;
}

.detalle-curso .comparte a:hover {
  color: #E87D2E;
}

.w-video img {
  width: 100%;
}

.w-video video {
  width: 100%;
}

.video-curso {
  padding-left: 6rem;
}

@media only screen and (max-width: 991px) {
  .video-curso {
    padding-left: 0;
    margin-bottom: 1rem;
  }
}
.galeria-curso {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

@media only screen and (max-width: 768px) {
  .galeria-curso {
    display: none;
  }
}
.galeria-curso .gal-izq {
  width: 56%;
  min-width: 56%;
}

.galeria-curso .gal-der {
  width: 43.2%;
  min-width: 43.2%;
}

.galeria-curso .item-gal {
  margin-bottom: 10px;
}

.galeria-curso .item-gal img {
  width: 100%;
  vertical-align: bottom;
}

.galeria-mob {
  display: none;
  padding-bottom: 2rem;
}

.galeria-mob img {
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .galeria-mob {
    display: block;
  }
}
.info-util {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0A1A34;
  padding: 2rem;
  border-radius: 4px;
  margin-bottom: 2.2rem;
}

.info-util p {
  margin-bottom: 0;
  color: #fff;
  font-size: 1.25rem;
}

.info-util .btn-util {
  font-size: 0.875rem;
  color: #07C9A5;
  border: 1px solid #07C9A5;
  border-radius: 4px;
  padding: 0.5rem 1rem;
  background: transparent;
  margin-left: 1rem;
}

.faq {
  padding-bottom: 7rem;
}

.card-taller .card-not__img {
  width: 18.4rem;
  min-width: 18.4rem;
}

@media only screen and (max-width: 768px) {
  .card-taller .card-not__img {
    width: 100%;
    min-width: 100%;
    margin-bottom: 0.5rem;
  }
}
.card-taller .card-not__txt {
  padding-left: 1.2rem;
  width: auto;
  justify-content: flex-start;
  padding-top: 0.2rem;
}

@media only screen and (max-width: 768px) {
  .card-taller .card-not__txt {
    padding-left: 0;
  }
}
.card-taller .card-not__txt h3 {
  font-weight: 500;
  margin: 0 0 0.5rem;
}

.card-taller .card-not__txt p {
  line-height: 1.4;
}

.box-dudas {
  background: #F5F5F5;
  padding: 2rem;
  width: 20rem;
  max-width: 100%;
  margin: 0 0 2rem auto;
}

@media only screen and (max-width: 991px) {
  .box-dudas {
    width: calc(100% + 30px);
    max-width: calc(100% + 30px);
    margin: 4rem -15px 0;
    padding: 40px 15px;
  }
}
.box-dudas h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0 0 1rem;
}

.box-dudas p {
  font-size: 0.875rem;
  margin-bottom: 1.5rem;
}

.box-dudas .dudas-form select {
  appearance: none;
  background-repeat: no-repeat;
  background-image: url("../images/bg-select.svg");
  background-size: 10px auto;
  background-position: 96% center;
  background-color: #fff;
  border-radius: 4px;
  border: none;
  width: 100%;
  height: 2.2rem;
  padding: 0.5rem 0.8rem;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 0.8rem;
}

.box-dudas .dudas-form input {
  background-color: #fff;
  border-radius: 4px;
  border: none;
  width: 100%;
  height: 2.2rem;
  padding: 0.5rem 0.8rem;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 0.8rem;
}

.box-dudas .dudas-form input::-webkit-input-placeholder {
  color: #0A1A34;
}

.box-dudas .dudas-form input::-moz-placeholder {
  color: #0A1A34;
}

.box-dudas .dudas-form input:-ms-input-placeholder {
  color: #0A1A34;
}

.box-dudas .dudas-form input:-moz-placeholder {
  color: #0A1A34;
}

.box-dudas .dudas-form textarea {
  background-color: #fff;
  border-radius: 4px;
  border: none;
  width: 100%;
  height: 9rem;
  padding: 0.5rem 0.8rem;
  font-size: 0.875rem;
  font-weight: 600;
  resize: none;
  margin-bottom: 1rem;
}

.box-dudas .dudas-form textarea::-webkit-input-placeholder {
  color: #0A1A34;
}

.box-dudas .dudas-form textarea::-moz-placeholder {
  color: #0A1A34;
}

.box-dudas .dudas-form textarea:-ms-input-placeholder {
  color: #0A1A34;
}

.box-dudas .dudas-form textarea:-moz-placeholder {
  color: #0A1A34;
}

.banner-taller .w-banner-taller {
  background: #f5f5f5;
  border-radius: 5px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  height: 17.625rem;
  padding-left: 2.3rem;
}

@media only screen and (max-width: 768px) {
  .banner-taller .w-banner-taller {
    height: auto;
    padding: 1rem 0;
  }
}
.banner-taller .w-banner-taller__txt {
  width: 38.3rem;
  max-width: 100%;
}

.banner-taller .w-banner-taller__txt h1 {
  margin: 0 0 1rem;
  font-size: 1.875rem;
  font-weight: 700;
  color: #000;
}

@media only screen and (max-width: 550px) {
  .banner-taller .w-banner-taller__txt h1 {
    font-size: 1.25rem;
    text-align: center;
    margin-bottom: 0;
  }
}
.banner-taller .w-banner-taller__txt p {
  font-size: 1rem;
  color: #646464;
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .banner-taller .w-banner-taller__txt p {
    display: none;
  }
}
.banner-taller .w-banner-taller .img-taller {
  position: absolute;
  right: 4rem;
  height: 90%;
  top: 5%;
}

@media only screen and (max-width: 991px) {
  .banner-taller .w-banner-taller .img-taller {
    display: none;
  }
}
.banner-taller.banner-taller-detalle .w-banner-taller__txt {
  width: 44rem;
}

.banner-taller.banner-taller-detalle .w-banner-taller__txt p {
  width: 38rem;
  max-width: 100%;
}

.info-taller {
  background: #FFE5D1;
}

.info-taller .w-info-taller {
  display: flex;
  align-items: center;
  padding: 1.5rem 0;
}

@media only screen and (max-width: 768px) {
  .info-taller .w-info-taller {
    flex-direction: column;
    align-items: flex-start;
  }
}
.info-taller .w-info-taller .item-info {
  display: flex;
  align-items: center;
  padding: 0 2.5rem;
  border-right: 1px solid #000;
}

@media only screen and (max-width: 768px) {
  .info-taller .w-info-taller .item-info {
    padding: 0 15px;
    margin-bottom: 20px;
    border: none;
  }
  .info-taller .w-info-taller .item-info:last-child {
    margin-bottom: 0;
  }
}
.info-taller .w-info-taller .item-info__ic {
  margin-right: 1.1rem;
}

.info-taller .w-info-taller .item-info__txt h4 {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0;
  line-height: 1;
}

.info-taller .w-info-taller .item-info__txt p {
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
}

@media only screen and (max-width: 550px) {
  .info-taller .w-info-taller .item-info__txt h4 {
    font-size: 1rem;
  }
  .info-taller .w-info-taller .item-info__txt p {
    font-size: 0.875rem;
  }
}
.tag {
  font-size: 0.813rem;
  font-weight: 600;
  background: #FFE5D1;
  border-radius: 5px;
  display: inline-flex;
  padding: 0.4rem 0.6rem;
  color: #0A1A34;
}

.tabs-taller {
  display: flex;
  margin-bottom: 1.5rem;
}

.tabs-taller a {
  font-size: 1rem;
  display: block;
  color: #878787;
  font-weight: 600;
  border-bottom: 5px solid #0A1A34;
  text-align: center;
  padding: 0.5rem 1rem;
  width: 8.75rem;
}

.tabs-taller a.activo {
  border-color: #07C9A5;
  color: #07C9A5;
}

.tabs-taller a i {
  color: #D2D2D2;
  margin-right: 0.2rem;
}

.tab-panels {
  padding-bottom: 2rem;
}

.tab-panels .panel-item h4 {
  margin: 0 0 1rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}

@media only screen and (max-width: 550px) {
  .tab-panels .panel-item h4 {
    font-size: 1rem;
  }
}
.tab-panels .panel-item p {
  font-size: 1rem;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 550px) {
  .tab-panels .panel-item p {
    font-size: 0.875rem;
  }
}
.tab-panels .panel-item .botones-taller {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 1rem;
}

.tab-panels .panel-item .botones-taller .btn-naranjo {
  width: 7.3rem;
  height: 2rem;
}

.tab-panels .panel-item .botones-taller .compartir-taller {
  font-size: 0.875rem;
  color: #0A1A34;
  margin: 1rem 0;
}

.tab-panels .panel-item .botones-taller .compartir-taller span {
  text-decoration: underline;
}

.img-taller img {
  width: 100%;
}

.img-charla img {
  width: 100%;
  vertical-align: bottom;
}

.form-inscripcion {
  background: #F5F5F5;
  padding: 2rem;
  width: 33.5rem;
  max-width: 100%;
  margin: 0 0 2rem auto;
  text-align: center;
}

.form-inscripcion h3 {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0 auto 1.2rem;
  width: 18.25rem;
  max-width: 100%;
}

.form-inscripcion p {
  font-size: 0.875rem;
  margin: 0 auto 1rem;
  width: 18.25rem;
  max-width: 100%;
}

.form-inscripcion .inscripcion-form {
  margin: 0 auto 0.6rem;
  width: 30rem;
  max-width: 100%;
}

.form-inscripcion .inscripcion-form label {
  display: none;
}

.form-inscripcion .inscripcion-form select {
  appearance: none;
  background-repeat: no-repeat;
  background-image: url("../images/bg-select.svg");
  background-size: 10px auto;
  background-position: 96% center;
  background-color: #fff;
  border-radius: 4px;
  border: none;
  width: 100%;
  height: 2.2rem;
  padding: 0.5rem 0.8rem;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 0.8rem;
}

.form-inscripcion .inscripcion-form input {
  background-color: #fff;
  border-radius: 4px;
  border: none;
  width: 100%;
  height: 2.2rem;
  padding: 0.5rem 0.8rem;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 0.8rem;
}

.form-inscripcion .inscripcion-form input::-webkit-input-placeholder {
  color: #0A1A34;
}

.form-inscripcion .inscripcion-form input::-moz-placeholder {
  color: #0A1A34;
}

.form-inscripcion .inscripcion-form input:-ms-input-placeholder {
  color: #0A1A34;
}

.form-inscripcion .inscripcion-form input:-moz-placeholder {
  color: #0A1A34;
}

.form-inscripcion .inscripcion-form textarea {
  background-color: #fff;
  border-radius: 4px;
  border: none;
  width: 100%;
  height: 9rem;
  padding: 0.5rem 0.8rem;
  font-size: 0.875rem;
  font-weight: 600;
  resize: none;
  margin-bottom: 1rem;
}

.form-inscripcion .inscripcion-form textarea::-webkit-input-placeholder {
  color: #0A1A34;
}

.form-inscripcion .inscripcion-form textarea::-moz-placeholder {
  color: #0A1A34;
}

.form-inscripcion .inscripcion-form textarea:-ms-input-placeholder {
  color: #0A1A34;
}

.form-inscripcion .inscripcion-form textarea:-moz-placeholder {
  color: #0A1A34;
}

.form-inscripcion .inscripcion-form .campos-obligatorios {
  text-align: left;
  font-size: 0.813rem;
}

.form-inscripcion .inscripcion-form .btn-naranjo {
  width: 7.3rem;
  height: 2rem;
}

.form-inscripcion .inscripcion-form .btn-visita button {
  background: #E87D2E;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
  border-radius: 5px;
  width: 7.3rem;
  height: 2rem;
  padding: 0.4rem;
}

.testimonios-interior {
  margin-top: 2rem;
  padding-bottom: 4rem;
}

.testimonios-interior .slider {
  margin-bottom: 2.6rem;
}

.testimonios-interior .thumb-slider__slide img {
  filter: grayscale(100%);
  max-width: 100%;
  border: 3px solid transparent;
  border-radius: 50%;
  vertical-align: bottom;
}

.testimonios-interior .thumb-slider__slide img.activa {
  filter: grayscale(0%);
  border: 3px solid #E87D2E;
}

.bloque-contenido__img {
  padding-right: 4rem;
}

.bloque-contenido__img img {
  width: 100%;
  min-height: 300px;
  object-fit: cover;
}

@media only screen and (max-width: 768px) {
  .bloque-contenido__img {
    padding-right: 0;
    margin-bottom: 0.5rem;
  }
}
@media only screen and (max-width: 550px) {
  .bloque-contenido__img img {
    min-height: 200px;
  }
}
.bloque-contenido__txt h2 {
  font-size: 1.5rem;
  margin: 0 0 1rem;
  font-weight: 700;
}

.bloque-contenido__txt p {
  font-size: 0.875rem;
  color: #222726;
  font-weight: 400;
}

.bloque-contenido__txt .btn-naranjo {
  height: 2rem;
  min-width: 6rem;
  width: auto;
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
}

.bloque-contenido.tipo2 .row {
  flex-direction: row-reverse;
}

.bloque-contenido.tipo2 .bloque-contenido__img {
  padding-right: 0;
  padding-left: 4rem;
}

@media only screen and (max-width: 768px) {
  .bloque-contenido.tipo2 .bloque-contenido__img {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 0.5rem;
  }
}
.tabs-nav {
  display: flex;
  margin-bottom: 1.5rem;
}

.tabs-nav a {
  font-size: 1rem;
  display: block;
  color: #878787;
  font-weight: 600;
  border-bottom: 5px solid #0A1A34;
  text-align: center;
  padding: 0.5rem 1.1rem;
  min-width: 8.75rem;
  width: auto;
}

@media only screen and (max-width: 550px) {
  .tabs-nav a {
    min-width: 0;
    padding: 0.5rem 1rem;
  }
}
.tabs-nav a.activo {
  border-color: #07C9A5;
  color: #07C9A5;
}

.tabs-nav a i {
  color: #D2D2D2;
  margin-right: 0.2rem;
}

.info-bc {
  padding: 0.5rem 0;
}

.info-bc .bg-gris {
  background: #F5F5F5;
  border-radius: 4px;
  padding: 1.5rem;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .info-bc .bg-gris {
    margin: 0 -15px;
    overflow: hidden;
    padding: 30px 15px;
  }
}
.info-bc .tabs-nav {
  margin: 0 auto 2rem;
  justify-content: center;
}

.info-bc .tabs-nav a {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 550px) {
  .info-bc .tabs-nav {
    width: 100%;
    justify-content: flex-start;
    overflow: auto;
  }
  .info-bc .tabs-nav a {
    min-width: 150px;
  }
}
.info-bc .panel-item {
  text-align: left;
}

.info-bc .panel-item p {
  font-size: 0.875rem;
  margin-bottom: 1.5rem;
}

.info-bc .w-mision {
  width: 40.6rem;
  max-width: 100%;
  margin: 0 auto;
}

.card-bc__img img {
  width: 100%;
  vertical-align: bottom;
}

.card-bc__txt {
  padding: 0.6rem 0;
}

.card-bc__txt h3 {
  margin: 0 0 0.6rem;
  font-size: 1.25rem;
  font-weight: 500;
}

.card-bc__txt h3 a {
  color: #0A1A34;
}

.card-bc__txt h3 a:hover {
  color: #07C9A5;
}

.card-bc__txt p {
  font-size: 0.875rem;
  min-height: 6.5rem;
}

.card-bc__txt .botones .btn--borde-negro {
  height: 2.2rem;
  padding: 0.5rem 0.8rem;
  margin-right: 0.5rem;
}

.card-bc__txt .botones .btn--link {
  text-decoration: underline;
  font-size: 0.875rem;
  color: #0A1A34;
  padding: 0.5rem 0.8rem;
}

.card-bc__txt .botones .btn--link:hover {
  text-decoration: none;
}

.c-4 .card-bc__txt p {
  min-height: 0;
}

.s-final {
  padding-bottom: 6rem;
}

.rdTable .ic-banner1,
.rdTable .ic-banner2,
.rdTable .ic-banner3,
.rdTable .ic-banner4,
.rdTable .ic-banner5,
.rdTable .ic-banner6,
.rdTable .ic-banner7,
.rdTable .ic-banner8,
.rdTable .ic-banner9,
.rdTable .ic-banner10,
.rdTable .ic-banner11,
.rdTable .ic-banner12,
.rdTable .ic-banner13,
.rdTable .ic-banner14 {
  position: relative !important;
  bottom: auto !important;
  left: auto !important;
  right: auto !important;
}

@media only screen and (max-width: 768px) {
  .cerca-L {
    width: 100%;
  }
  .cerca-R {
    width: 100%;
  }
}
.group-btn {
  display: flex;
  align-items: center;
}

.group-btn a {
  margin-right: 1rem;
}

.group-btn a:last-child {
  margin-right: 0;
}

.btn.btn--link {
  text-decoration: underline;
  font-size: 0.875rem;
  color: #0A1A34;
  padding: 0.5rem 0.8rem;
  background: none;
}

.btn.btn--link:hover {
  text-decoration: none;
}

.form-inscripcion .inscripcion-form .list-unstyled {
  margin: 0;
  padding-left: 0;
  list-style: none;
  text-align: left;
}

.form-inscripcion .inscripcion-form .list-unstyled li {
  margin-bottom: 10px;
}

.form-inscripcion .inscripcion-form .list-unstyled label {
  display: flex;
  color: #000;
}

.form-inscripcion .inscripcion-form .list-unstyled label input {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

fieldset.form-group {
  border: none;
  margin-bottom: 1rem;
  padding-left: 0;
  margin-top: 10px;
  display: block;
  padding-top: 0;
  padding-bottom: 0;
}

fieldset.form-group legend {
  text-align: left;
  font-weight: bold;
  margin-bottom: 6px;
}

.card-doc {
  display: flex;
  margin-bottom: 1.4rem;
  padding-bottom: 1.4rem;
  border-bottom: 1px solid #ddd;
}

.card-doc:last-child {
  border: none;
}

.card-doc__img {
  width: 70px;
  min-width: 70px;
  font-size: 50px;
}

.card-doc__txt h3 {
  margin: 0 0 0.3rem;
}

.card-doc__txt p {
  margin-bottom: 0.8rem !important;
}

footer {
  background: #0A1A34;
  border-top: none;
  padding-top: 1.8rem;
  margin-top: 0;
  padding-bottom: 0.5rem;
}

footer .logo {
  width: 7.4rem;
  display: inline-block;
  margin-bottom: 1rem;
}

footer .logo img {
  width: 100%;
}

footer p {
  color: #fff;
  font-size: 0.9rem;
}

footer p a {
  color: #fff;
}

footer p a:hover {
  color: #07C9A5;
}

footer p b {
  font-weight: 600;
}

footer .c-footer {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 991px) {
  footer .c-footer {
    flex-wrap: wrap;
  }
}
footer .item-footer {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}

footer .item-footer__img {
  text-align: center;
  width: 16px;
  margin-right: 8px;
}

footer .item-footer p {
  font-size: 0.813rem;
  margin-bottom: 0;
  color: #fff;
}

footer .redes-footer {
  display: flex;
  margin: 1.5rem 0 0.4rem;
}

footer .redes-footer a {
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #0A1A34;
  margin-right: 1.3rem;
}

footer .redes-footer a:hover {
  background: #07C9A5;
  color: #fff;
}

footer .f-der {
  min-width: 30rem;
}

@media only screen and (max-width: 991px) {
  footer .f-der {
    min-width: 0;
    margin-top: 2rem;
  }
}
footer .f-der h5 {
  margin: 0 0 1rem;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
}

footer .f-der a {
  font-size: 0.875rem;
  color: #fff;
  font-weight: 400;
  display: block;
  margin-bottom: 0.5rem;
}

footer .f-der a:hover {
  color: #07C9A5;
}

footer .f-der a img {
  display: inline-block;
  margin-left: 0.2rem;
}

footer .img-footer {
  margin: 1rem 0;
  width: 100%;
  vertical-align: bottom;
}

.s-newsletter {
  background: #416380;
  padding: 0.75rem 0;
}

.s-newsletter .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.s-newsletter .news-izq {
  display: flex;
  align-items: center;
}

.s-newsletter .news-izq img {
  margin-right: 1rem;
}

.s-newsletter .news-izq p {
  color: #fff;
  margin-bottom: 0;
}

.s-newsletter .news-der .btn {
  font-size: 0.875rem;
  font-weight: 500;
  background: #07C9A5;
  color: #000;
}

html.font-2 {
  font-size: 18px;
}

html.font-0 {
  font-size: 14px;
}

body.dark {
  background: #000;
}

body.dark header {
  background: #000;
}

body.dark header .head-bottom {
  background: #000;
}

body.dark header .btn-menu span {
  background: #fff;
}

body.dark header .menu-1 {
  background: #000;
}

body.dark header .menu-2 {
  background: #000;
}

body.dark header .header-izq .logo .logo-dark {
  display: block;
}

body.dark header .header-izq .logo .logo-light {
  display: none;
}

body.dark header .header-izq nav ul li:after {
  background: #fff;
}

body.dark header .header-izq nav ul li a {
  color: #fff;
}

body.dark header .header-der .iconos-head .ic-head.ic-font {
  color: #fff;
}

body.dark header .header-der .iconos-head .ic-head#ic-lupa img {
  width: 0.875rem;
}

body.dark header .header-der .iconos-head .ic-head#ic-contraste img {
  width: 1.063rem;
}

body.dark header .header-der .iconos-head .ic-head .ic-light {
  display: none;
}

body.dark header .header-der .iconos-head .ic-head .ic-dark {
  display: block;
}

body.dark header .header-der .botones-head .btn-head.btn-blanco {
  color: #fff;
  border-color: #fff;
}

body.dark header .header-der .botones-head .btn-head.btn-blanco .ic-light {
  display: none;
}

body.dark header .header-der .botones-head .btn-head.btn-blanco .ic-dark {
  display: block;
}

body.dark header .header-der .cifras-head .item-cifra h5 {
  color: #fff;
}

body.dark header .header-der .cifras-head .item-cifra p {
  color: #fff;
}

body.dark h1,
body.dark h2,
body.dark h3,
body.dark h4,
body.dark h5,
body.dark .title,
body.dark .titulo,
body.dark .titulo-2,
body.dark p,
body.dark a,
body.dark ul,
body.dark li,
body.dark label,
body.dark .fecha,
body.dark .s-newsletter,
body.dark select,
body.dark input,
body.dark .w-newsletter .newsletter-form .leyenda {
  color: #fff !important;
}

body.dark .autores-populares,
body.dark .box-hero,
body.dark .bg-celeste,
body.dark .bg-gris,
body.dark .card-not,
body.dark .card-noticia,
body.dark .card-informate,
body.dark .card-bc,
body.dark .testimonios-home .w-testimonios,
body.dark footer,
body.dark footer .redes-footer a,
body.dark .header-sticky,
body.dark .header-nuevo .header-der,
body.dark .banner-page .w-banner,
body.dark .mas-visitado .card-mas-visitado,
body.dark .mas-visitado,
body.dark .tag,
body.dark .w-newsletter .newsletter-form,
body.dark .box-dudas,
body.dark .box-podria,
body.dark .info-taller .w-info-taller,
body.dark .info-taller,
body.dark .banner-taller .w-banner-taller,
body.dark .form-inscripcion {
  background: #000 !important;
}

body.dark .tabs-nav a {
  border-color: #fff;
}

body.dark .tabs-nav a.activo {
  border-color: #07C9A5;
}

body.dark .box-dudas .dudas-form select,
body.dark .banner-2 .banner-tipo2 .texto-banner h1,
body.dark .banner-2 .banner-tipo2 .texto-banner p,
body.dark .big-banner .w-banner-big__txt h1,
body.dark .big-banner .w-banner-big__txt p {
  color: #000 !important;
}

body.dark .mas-visitado .card-mas-visitado__txt .btn {
  border-color: #fff;
}

body.dark .banner-page .w-banner img {
  display: none;
}

body.dark .seccion {
  background: #000;
}

body.dark .seccion.gris {
  background: #000;
}

body.dark .titulo-not {
  color: #fff;
}

body.dark .titulo-not a {
  color: #fff;
}

body.dark .meta-not {
  color: #fff;
}

body.dark .texto-not {
  color: #fff;
}

body.dark .texto-not a {
  color: #fff;
}

body.dark .autor-not {
  color: #fff;
}

body.dark .autor-not p {
  color: #fff;
}

body.dark .autor-not a {
  color: #fff;
}

body.dark .card-comentado__num {
  color: #fff;
}

body.dark .card-comentado__txt p {
  color: #fff;
}

body.dark .card-comentado__txt .comentarios {
  color: #fff;
}

body.dark .mega-menu .box-mas-visitado {
  background: #000;
}

body.dark .titulo {
  color: #fff;
}

body.dark .redes-s a {
  color: #fff;
}

body.dark .redes-s a.activo {
  color: #8C3A77;
}

body.dark .paginador .w-paginador a {
  color: #fff;
}

body.dark .w-content .sidebar h3 {
  color: #fff;
}

body.dark .links-sidebar a {
  color: #F2C3FF;
}

body.dark .w-content .container .contenido .w-texto h3 {
  color: #fff;
}

body.dark .w-content .container .contenido .w-texto p {
  color: #fff;
}

body.dark .js-accordion-title {
  background: #000;
  color: #fff;
  border: none;
}

body.dark .ac-default .item-ac .button.activo {
  color: #fff;
}

body.dark .ac-default .item-ac:nth-of-type(odd) {
  background: #000;
  color: #fff;
}

body.dark .ac-default .item-ac:nth-of-type(odd) p {
  color: #fff;
}

body.dark .editar-datos .form-group label {
  color: #fff;
}

body.dark .editar-datos p {
  color: #fff;
}

body.dark .editar-datos h3 {
  color: #fff;
}

body.dark .editar-datos .form-group .radio-group .radio-item label {
  color: #fff;
}

body.dark .editar-datos.publicar-contenido .form-bottom .form-check label {
  color: #fff;
}

body.dark .box-buscador {
  background: #000;
}

body.dark .box-buscador .form-group label {
  color: #fff;
}

body.dark .detalle-noticia .w-texto-noticia .compartir p {
  color: #fff;
}

body.dark .detalle-noticia .w-texto-noticia .texto-noticia p {
  color: #fff;
}

body.dark .detalle-noticia .w-texto-noticia .texto-noticia h3 {
  color: #fff;
}

body.dark .detalle-noticia .w-texto-noticia .texto-noticia h4 {
  color: #fff;
}

body.dark .detalle-noticia .w-texto-noticia .texto-noticia .quote {
  background: #000;
}

body.dark .detalle-noticia .w-texto-noticia .texto-noticia .quote p {
  color: #fff;
}

body.dark .detalle-noticia .w-texto-noticia .comentarios-noticia .box-comentar .form-group label {
  color: #fff;
}

body.dark .detalle-noticia .w-texto-noticia .comentarios-noticia .box-comentar .form-group p.small {
  color: #fff;
}

body.dark .box-autor-noticia > * {
  color: #fff;
}

body.dark .box-autor-noticia .autor-noticia__txt h4 {
  color: #fff;
}

body.dark .box-autor-noticia .autor-noticia__txt p {
  color: #fff;
}

body.dark .box-autor-noticia .autor-noticia__txt a {
  color: #fff;
}

body.dark .box-autor-noticia .meta-autor-not .item-meta h5 {
  color: #fff;
}

body.dark .box-autor-noticia .meta-autor-not .item-meta p {
  color: #fff;
}

body.dark .box-autor-noticia .otros-contenidos h5 {
  color: #fff;
}

body.dark .box-autor-noticia .otros-contenidos a {
  color: #F2C3FF;
}

.card-informate__txt h4 {
  font-size: 1rem;
  text-transform: uppercase;
}

.header-sticky .head-der nav ul li {
  position: relative;
}

.header-sticky .head-der .submenu {
  position: absolute;
  width: 250px !important;
  background: #fff;
  z-index: 99;
  left: 0;
  top: 100% !important;
  display: none;
  padding-bottom: 0;
  padding: 0 !important;
}

@media only screen and (max-width: 991px) {
  .header-sticky .head-der .submenu {
    position: relative;
    width: 100%;
    left: auto;
  }
}
.header-sticky .head-der .submenu li {
  position: static;
  margin-bottom: 0;
  width: 100%;
}

.header-sticky .head-der .submenu li.c-sub > a {
  position: relative;
  padding-right: 2rem;
}

.header-sticky .head-der .submenu li.c-sub > a:after {
  content: "\f054";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 991px) {
  .header-sticky .head-der .submenu li.c-sub > a:after {
    content: "\f078";
  }
}
.header-sticky .head-der .submenu li a {
  font-size: 1rem;
  line-height: 1.4;
  color: #000;
  font-weight: normal;
  padding: 15px 20px;
  border-bottom: 3px solid #fff;
}

.header-sticky .head-der .submenu li:hover > a {
  color: #0DA488;
  background-color: #EFFAFB;
  border-color: #07C9A5;
}

.header-sticky .head-der .submenu .submenu2 {
  position: absolute;
  width: 250px;
  background: #fff;
  z-index: 99;
  left: 250px;
  top: 0;
  display: none;
  padding-bottom: 0;
}

@media only screen and (max-width: 991px) {
  .header-sticky .head-der .submenu .submenu2 {
    position: relative;
    width: 100%;
    left: auto;
  }
  .header-sticky .head-der .submenu .submenu2 > li > a {
    background: #f6f6f6;
  }
}
.header-sticky .head-der .submenu > li:hover .submenu2 {
  display: block;
}

.header-sticky .head-der .submenu .submenu3 {
  position: absolute;
  width: 250px;
  background: #fff;
  z-index: 99;
  left: 250px;
  top: 0;
  display: none;
  padding-bottom: 0;
}

@media only screen and (max-width: 991px) {
  .header-sticky .head-der .submenu .submenu3 {
    position: relative;
    width: 100%;
    left: auto;
  }
  .header-sticky .head-der .submenu .submenu3 > li > a {
    background: #f1f1f1;
  }
}
.header-sticky .head-der .submenu .submenu2 > li:hover .submenu3 {
  display: block;
}

.dark .header-nuevo nav ul li .submenu {
  background: #000;
}

.dark .header-nuevo nav ul li .submenu li a {
  border-color: #000;
  background: #000;
  color: #fff;
}

.dark .header-nuevo nav ul li .submenu li:hover > a {
  background: #222;
}

.dark .header-nuevo nav ul li .submenu2 li a {
  border-color: #000;
}

.dark .header-nuevo nav ul li .submenu3 li a {
  border-color: #000;
}

.card-recomendado {
  background: #fff;
}

.card-recomendado figure {
  margin-bottom: 0;
}

.card-recomendado figure img {
  vertical-align: bottom;
  border-radius: 5px 5px 0 0;
}

.card-recomendado .recomendado {
  color: #E87D2E;
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 0;
}

.card-recomendado .recomendado img {
  margin-right: 0.5rem;
}

.card-recomendado__body {
  padding: 1rem;
}

.card-recomendado__body h4 {
  min-height: 60px;
}

.seccion.bg-gris {
  background: #F5F5F5;
}

:root {
  --form-text: #0f1e3d;
  --form-muted: #5f6b7c;
  --form-bg: #f3f3f3;
  --field-bg: #ffffff;
  --field-border: #ececec;
  --accent: #e37a2b;
}

.formulario-page {
  padding: 60px 0 80px;
  font-family: "Raleway", sans-serif;
  color: var(--form-text);
}
.formulario-page .form-title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin: 10px 0 16px;
  letter-spacing: -0.3px;
}
.formulario-page .form-subtitle {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 32px;
  color: #2b2b2b;
}
.formulario-page .form-card {
  background: var(--form-bg);
  border-radius: 6px;
  padding: 25px 40px 5px;
  max-width: 861px;
  margin: 0 auto;
}
.formulario-page .visita-form {
  max-width: 641px;
  margin: 0 auto;
}
.formulario-page .form-row {
  display: grid;
  gap: 16px;
  margin-bottom: 16px;
}
.formulario-page .form-row--2-1 {
  grid-template-columns: 2fr 1fr;
}
.formulario-page .form-row--3 {
  grid-template-columns: repeat(3, 1fr);
}
.formulario-page .form-row--2 {
  grid-template-columns: repeat(2, 1fr);
}
.formulario-page .field {
  width: 100%;
  height: 40px;
  border-radius: 5px;
  background: var(--field-bg);
  border: 1px solid var(--field-border);
  padding: 0 16px;
  font-size: 16px;
  font-weight: 500;
  color: #0A1A34;
  box-shadow: 0 1px 0 rgba(15, 30, 61, 0.04);
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .formulario-page .field {
    font-size: 14px;
  }
}
.formulario-page .field::placeholder {
  color: var(--form-text);
}
.formulario-page .field.field--error {
  border-color: #d64545;
}
.formulario-page .select-field {
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='12' viewBox='0 0 20 12'><path d='M2 2l8 8 8-8' fill='none' stroke='%230f1e3d' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 44px;
  cursor: pointer;
  background-size: 12px;
}
.formulario-page .helper-note {
  font-size: 14px;
  font-weight: 500;
  color: #1b2a45;
  text-align: right;
  margin: -15px 4px 22px;
  font-style: italic;
}
.formulario-page .form-question {
  font-size: 16px;
  color: #0A1A34;
  font-weight: 500;
  margin: 6px 0 12px;
}
.formulario-page .multi-select {
  position: relative;
  margin-bottom: 22px;
}
.formulario-page .multi-select summary {
  list-style: none;
  cursor: pointer;
  user-select: none;
  font-size: 16px;
}
.formulario-page .multi-select summary::-webkit-details-marker {
  display: none;
}
.formulario-page .multi-select summary span {
  display: flex;
  align-items: center;
  min-height: 40px;
  border-radius: 5px;
  background: var(--field-bg);
  border: 1px solid var(--field-border);
  padding: 0 44px 0 16px;
  font-size: 16px;
  font-weight: 500;
  color: var(--form-text);
  line-height: 1.2;
  padding-top: 9px;
  padding-bottom: 9px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='12' viewBox='0 0 20 12'><path d='M2 2l8 8 8-8' fill='none' stroke='%230f1e3d' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-position: right 16px center;
}
.formulario-page .multi-select[open] summary span {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.formulario-page .multi-select--error summary span {
  border-color: #d64545;
}
.formulario-page .multi-options {
  border: 1px solid var(--field-border);
  border-top: none;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #ffffff;
  padding: 14px 16px;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 20;
  box-shadow: 0 16px 24px rgba(15, 30, 61, 0.08);
}
.formulario-page .multi-select--dates .multi-options {
  max-height: 340px;
  overflow-y: auto;
}
.formulario-page .multi-select--dates .multi-option {
  padding: 8px 0;
}
.formulario-page .multi-select--dates .multi-option input[type=checkbox] {
  display: none;
}
.formulario-page .multi-select--dates .multi-option input[type=checkbox]:checked + span {
  font-weight: 600;
}
.formulario-page .multi-option {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 16px;
  font-weight: 500;
  color: var(--form-text);
  padding: 10px 4px;
}
.formulario-page .multi-option input[type=checkbox] {
  appearance: none;
  width: 26px;
  height: 26px;
  border: 3px solid #0b1b3f;
  border-radius: 4px;
  display: grid;
  place-items: center;
  background: #ffffff;
  cursor: pointer;
}
.formulario-page .multi-option input[type=checkbox]::after {
  content: "";
  width: 10px;
  height: 10px;
  transform: scale(0);
  background: #0b1b3f;
  transition: transform 0.12s ease;
  border-radius: 2px;
}
.formulario-page .multi-option input[type=checkbox]:checked::after {
  transform: scale(1);
}
.formulario-page .form-actions {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
.formulario-page .btn-continuar {
  background: var(--accent);
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  padding: 10px 36px;
  cursor: pointer;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.08);
}
@media (max-width: 900px) {
  .formulario-page .form-card {
    padding: 28px 24px 28px;
  }
  .formulario-page .form-row--2-1,
  .formulario-page .form-row--3,
  .formulario-page .form-row--2 {
    grid-template-columns: 1fr;
  }
  .formulario-page .helper-note {
    text-align: left;
    margin-top: -4px;
  }
  .formulario-page .multi-select--media summary {
    display: none;
  }
  .formulario-page .multi-select--media .multi-options {
    position: static;
    box-shadow: none;
    border: none;
    padding: 0;
    background: transparent;
    display: block !important;
  }
  .formulario-page .multi-select--media .multi-option {
    padding: 12px 0;
    font-size: 14px;
  }
  .formulario-page .multi-select--media .multi-option input[type=checkbox] {
    width: 28px;
    height: 28px;
    border-width: 3px;
  }
  .formulario-page .multi-select--media.multi-select--error .multi-options {
    border: 1px solid #d64545;
    border-radius: 8px;
    padding: 8px 12px;
  }
}

.formulario2-page {
  padding: 56px 0 80px;
  text-align: center;
  font-family: "Raleway", sans-serif;
}
.formulario2-page .formulario2-title {
  font-size: 32px;
  font-weight: 700;
  color: #111111;
  margin: 6px 0 20px;
}
.formulario2-page .formulario2-title.v2 {
  font-weight: normal;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.formulario2-page .formulario2-title.v2 b {
  font-weight: 600;
}
.formulario2-page .formulario2-subtitle {
  font-size: 32px;
  font-weight: 700;
  color: #19b09a;
  margin: 0 0 16px;
  line-height: 1.25;
}
.formulario2-page .formulario2-note {
  font-size: 16px;
  font-weight: 500;
  color: #2b2b2b;
  margin: 0 auto 32px;
  max-width: 850px;
}
.formulario2-page .formulario2-card {
  background: #f5f5f5;
  border-radius: 12px;
  width: 100%;
  max-width: 1086px;
  margin: 0 auto 36px;
  padding: 36px 48px 32px;
}
.formulario2-page .formulario2-card__title1 {
  font-size: 32px;
  font-weight: 700;
  color: #0a1a34;
  margin: 0 0 24px;
}
.formulario2-page .formulario2-card__title {
  font-size: 24px;
  font-weight: 700;
  color: #0a1a34;
  margin: 0 0 24px;
}
.formulario2-page .formulario2-card__items {
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}
.formulario2-page .formulario2-card__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
}
.formulario2-page .formulario2-card__icon {
  width: 54px;
  height: 54px;
  margin-bottom: 4px;
}
.formulario2-page .formulario2-card__label {
  font-size: 14px;
  font-weight: 500;
  color: #2b2b2b;
  margin: 0;
}
.formulario2-page .formulario2-card__value {
  font-size: 16px;
  font-weight: 600;
  color: #111111;
  margin: 0;
}
.formulario2-page .formulario2-card__action {
  display: flex;
  justify-content: center;
  margin-top: 6px;
}
.formulario2-page .formulario2-card__button {
  background: transparent;
  border: 2px solid #0a1a34;
  color: #0a1a34;
  font-size: 15px;
  font-weight: 600;
  border-radius: 8px;
  padding: 8px 26px;
  cursor: pointer;
}
.formulario2-page .formulario2-info {
  max-width: 860px;
  margin: 0 auto 34px;
}
.formulario2-page .formulario2-info__title {
  font-size: 18px;
  font-weight: 700;
  color: #0a1a34;
  margin: 0 0 12px;
}
.formulario2-page .formulario2-info__text {
  font-size: 15px;
  font-weight: 500;
  color: #2b2b2b;
  line-height: 1.6;
  margin: 0;
}
.formulario2-page .formulario2-footer {
  display: flex;
  justify-content: center;
}
.formulario2-page .formulario2-footer__button {
  background: #e37a2b;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  padding: 10px 28px;
  cursor: pointer;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.08);
}
@media (max-width: 991px) {
  .formulario2-page .formulario2-card {
    padding: 28px 22px 26px;
  }
  .formulario2-page .formulario2-card__item {
    padding: 12px 8px;
  }
}
@media (max-width: 767px) {
  .formulario2-page .formulario2-title,
  .formulario2-page .formulario2-subtitle {
    font-size: 26px;
  }
  .formulario2-page .formulario2-card {
    padding: 26px 18px 24px;
  }
}

.modal-inscripcion {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
}

.modal-inscripcion.is-active {
  display: flex;
}

.modal-inscripcion__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 24, 39, 0.55);
}

.modal-inscripcion__dialog {
  position: relative;
  z-index: 1;
  width: 546px;
  max-width: 100%;
  background: #F5F5F5;
  border-radius: 6px;
  box-shadow: 0 22px 70px rgba(15, 24, 39, 0.2);
  padding: 48px 60px;
  text-align: center;
}

.modal-inscripcion__content h3 {
  font-size: 20px;
  margin-bottom: 12px;
  color: #222726;
}

.modal-inscripcion__icon {
  width: 44px;
  height: 44px;
  margin: 0 auto 18px;
  border-radius: 50%;
  border: 2px solid #2ac7a2;
  color: #2ac7a2;
  font-weight: 700;
  font-size: 22px;
  line-height: 40px;
}

.modal-inscripcion__content p {
  font-size: 16px;
  color: #222726;
  line-height: 1.5;
  margin-bottom: 24px;
}

.modal-inscripcion__btn {
  padding: 10px 24px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  background: #E87D2E;
  display: inline-block;
  width: auto;
}

@media (max-width: 767px) {
  .modal-inscripcion__dialog {
    padding: 32px 24px;
  }
}/*# sourceMappingURL=estilos-nuevos.css.map */