@charset "UTF-8";
/*!
Theme Name: uea-residencia
Theme URI: https://www.funiber.org/
Author: Erika Ávila
Author URI: https://www.funiber.org/
Description: A customized theme for residencia project
Version: 1.15.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: residencia
*/
.list-sedes-large__sub .list-sedes-large__item a:before, .list-sedes-large__item-parent > .dropdown-toggle::after, .top .dropdown-toggle::after, .ul-style-2 > li::before, .site-main .entry-content ul:not(.list-unstyled) > li::before, .site-main .entry-content ul:not(.list-unstyled) ul > li::before, .ul-style-2 ul > li::before, .site-main .entry-content ul:not(.list-unstyled) ul ul > li::before, .ul-style-2 > li > ul > li::before, .ul-style-2 ul > li > ul > li::before, .site-main .entry-content ul:not(.list-unstyled) ul ul > li > ul > li::before, .ul-style-1 > li::before, .ul-style-1 ul > li::before, .ul-style-1 > li > ul > li::before, .ul-style-1 ul > li > ul > li::before, .card-opinion:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

body {
  font-family: "Muli", sans-serif, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: auto;
  color: #333333;
}

a {
  color: #337ab7;
}

a:hover {
  color: #289fd2;
  text-decoration: none;
}

img {
  transition: all 0.3s ease-in-out;
}

.bg-primary {
  -webkit-font-smoothing: antialiased;
}

footer {
  -webkit-font-smoothing: antialiased;
}

select {
  width: 100%;
}

.logged-in .entry-footer {
  margin-bottom: 1rem;
}

.post-edit-link {
  background-color: #58595b;
  border-color: #58595b;
  color: white !important;
}
.post-edit-link:hover, .post-edit-link:active {
  background-color: #4b4c4d;
  border-color: #4b4c4d;
}

#course-forms {
  background-color: #f0f8ff;
  padding: 20px;
  max-width: 600px;
  margin: auto;
}
#course-forms input,
#course-forms select {
  font-size: 12px !important;
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
}
#course-forms br {
  display: none !important;
}
#course-forms .entry-title {
  font-family: inherit;
  color: #696969;
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
}
#course-forms .label-style-form {
  margin-bottom: 2px;
}
#course-forms .label-style-form label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  color: #696969;
}
#course-forms .termsAndConditions {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
#course-forms .termsAndConditions input {
  margin-right: 10px;
}
#course-forms .termsAndConditions a {
  color: #ff6f00;
  text-decoration: underline;
}
#course-forms #legal_advertising {
  margin-bottom: 15px;
}
#course-forms input[type=checkbox] {
  width: auto !important;
}
#course-forms .text-center {
  text-align: center;
}
#course-forms .mb-4 {
  margin-bottom: 20px;
}
#course-forms .mb-4 input[type=submit] {
  background-color: #ff6f00;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
#course-forms .mb-4 input[type=submit]:hover {
  background-color: #cc5900;
}

.form-input-container {
  display: grid;
  gap: 10px;
  margin-bottom: 15px !important;
}

@media (min-width: 1246px) {
  .form-input-container {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1246px) and (min-width: 769px) {
  #course-forms {
    padding: 30px;
  }
  .form-input-container {
    grid-template-columns: repeat(3, 1fr);
  }
  input[type=submit] {
    width: 250px !important;
  }
}
@media (max-width: 768px) and (min-width: 481px) {
  #course-forms {
    padding: 15px;
  }
  .form-input-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .label-style-form {
    margin-bottom: 10px;
  }
  .label-style-form label {
    font-size: 14px;
  }
  input,
  select {
    font-size: 14px;
  }
  .text-center {
    text-align: center;
  }
  .mb-4 input[type=submit] {
    width: 100%;
    padding: 15px;
  }
}
@media (max-width: 480px) {
  #course-forms {
    padding: 10px;
  }
  .form-input-container {
    grid-template-columns: 1fr;
  }
  .entry-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .label-style-form {
    margin-bottom: 10px;
  }
  .label-style-form label {
    font-size: 12px;
  }
  input,
  select {
    font-size: 12px;
  }
  .mb-4 input[type=submit] {
    width: 100%;
    padding: 12px;
  }
}
.btn-primary {
  background-color: #f8643b;
  border-color: #f8643b;
  color: white !important;
}
.btn-primary:hover, .btn-primary:active {
  background-color: #d35532;
  border-color: #d35532;
}

.btn-secondary {
  background-color: #575757;
  border-color: #575757;
  color: white !important;
}
.btn-secondary:hover, .btn-secondary:active {
  background-color: #4a4a4a;
  border-color: #4a4a4a;
}

.btn-cta {
  background-color: #f47b18;
  border-color: #f47b18;
  color: white !important;
}
.btn-cta:hover, .btn-cta:active {
  background-color: #cf6914;
  border-color: #cf6914;
}

.btn-to-top {
  position: fixed;
  bottom: 0;
  right: 45px;
  padding: 10px 12px;
  border-radius: 4px 4px 0 0;
  z-index: 2;
}

.card-opinion {
  position: relative;
  padding: 1.25rem 1.5rem 2.25rem 1.5rem;
  margin: 1rem 0;
}
.card-opinion:after {
  position: absolute;
  content: "";
  bottom: -8px;
  left: calc(20% - 60px);
  background: inherit;
  border: inherit;
  border-right: 0;
  border-bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(225deg);
  height: 15px;
  width: 15px;
}
@media (max-width: 991.98px) {
  .card-opinion:after {
    left: calc(20% - 70px);
  }
}
@media (max-width: 767.98px) {
  .card-opinion:after {
    left: calc(50% - 5px);
  }
}
.card-opinion:before {
  position: absolute;
  content: "\f10e";
  bottom: 13px;
  right: 20px;
  color: #fcbd01;
  font-size: 25px;
}

.card-wrapped {
  margin-top: 125px;
  margin-bottom: 20px;
}

.card-wrapped-2 {
  margin-top: 156px;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .card-wrapped-2 {
    margin-top: 150px;
  }
}
.card-wrapped-2 p {
  letter-spacing: normal;
}
.card-wrapped-2 .icon-sm {
  width: 33px;
  height: auto;
}

.card-wrapped-3 {
  border: 0;
  background: transparent;
  padding: 0;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .card-wrapped-3 {
    margin-bottom: 110px;
  }
}

.wrapped-img {
  position: absolute;
  left: calc(50% - 90px);
  top: -100px;
  transition: all 0.4s ease-in-out;
}
.wrapped-img:hover .wrapped-img__box {
  opacity: 1;
  transform: scale(1);
}
.wrapped-img__image {
  width: 190px;
  height: 190px;
}
.wrapped-img__box {
  position: absolute;
  background: rgba(51, 122, 183, 0.7);
  width: 190px;
  height: 190px;
  border-radius: 50%;
  opacity: 1;
  color: #fff;
  transition: all 0.4s ease-in-out;
  transform: scale(0);
}
.wrapped-img__box p {
  margin: 70px 0 0 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  text-align: center;
  color: white;
  font-weight: 600;
  line-height: 1.25 !important;
}

.docs-grid {
  border-radius: 0;
}

.docs-grid__box,
.docs-grid_box {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 1rem 0.75rem;
  height: 100%;
}
.docs-grid__box img,
.docs-grid_box img {
  display: block;
  width: auto;
  height: auto;
  flex-shrink: 0;
  margin-right: 0;
  vertical-align: middle;
}

.docs-grid__icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  color: #185fa5;
}

.docs-grid__link,
.docs-grid_link {
  color: #185fa5;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  gap: 5px;
  line-height: 1.3;
}

.docs-grid__link:hover,
.docs-grid_link:hover {
  color: #0f3d6d;
  text-decoration: underline;
}

.docs-grid__item,
.docs-grid_item {
  margin-bottom: 12px;
}

@media (max-width: 768px) {
  .docs-grid__box img,
  .docs-grid_box img {
    width: auto;
  }
}
.wrapped-img--yellow .wrapped-img__image {
  border-color: #fcbd01;
}
.wrapped-img--yellow .wrapped-img__box {
  background: rgba(252, 189, 1, 0.7);
}
.wrapped-img--yellow .wrapped-img__box p {
  color: #feebb3;
}

.wrapped-img--pastel-cyan .wrapped-img__image {
  border-color: #84bed6;
}
.wrapped-img--pastel-cyan .wrapped-img__box {
  background: rgba(132, 190, 214, 0.7);
}
.wrapped-img--pastel-cyan .wrapped-img__box p {
  color: #daecf3;
}

.wrapped-img--pastel-green .wrapped-img__image {
  border-color: #98cecd;
}
.wrapped-img--pastel-green .wrapped-img__box {
  background: rgba(152, 206, 205, 0.7);
}
.wrapped-img--pastel-green .wrapped-img__box p {
  color: #e0f0f0;
}

.wrapped-img-2 {
  position: absolute;
  left: calc(50% - 128px);
  top: -130px;
  transition: all 0.4s ease-in-out;
}
.wrapped-img-2:hover .wrapped-img-2__box {
  opacity: 1;
  transform: scale(1);
}
.wrapped-img-2__image {
  width: 260px;
  height: 260px;
}
.wrapped-img-2__box {
  position: absolute;
  background: rgba(51, 122, 183, 0.7);
  width: 260px;
  height: 260px;
  border-radius: 50%;
  opacity: 1;
  color: #fff;
  transition: all 0.4s ease-in-out;
  transform: scale(0);
}
.wrapped-img-2__box p {
  margin: 110px 0 0 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 18px;
  text-align: center;
  color: white;
  font-weight: 600;
  line-height: 1.25 !important;
}

.wrapped-img-2--yellow .wrapped-img-2__image {
  border-color: #fcbd01;
}
.wrapped-img-2--yellow .wrapped-img-2__box {
  background: rgba(252, 189, 1, 0.7);
}
.wrapped-img-2--yellow .wrapped-img-2__box p {
  color: #feebb3;
}

.wrapped-img-2--pastel-cyan .wrapped-img-2__image {
  border-color: #84bed6;
}
.wrapped-img-2--pastel-cyan .wrapped-img-2__box {
  background: rgba(132, 190, 214, 0.7);
}
.wrapped-img-2--pastel-cyan .wrapped-img-2__box p {
  color: #daecf3;
}

.wrapped-img-2--pastel-green .wrapped-img-2__image {
  border-color: #98cecd;
}
.wrapped-img-2--pastel-green .wrapped-img-2__box {
  background: rgba(152, 206, 205, 0.7);
}
.wrapped-img-2--pastel-green .wrapped-img-2__box p {
  color: #e0f0f0;
}

.wrapped-img-3 {
  position: absolute;
  left: calc(50% - 50px);
  transition: all 0.4s ease-in-out;
}
.wrapped-img-3:hover .wrapped-img-3__box {
  opacity: 1;
  transform: scale(1);
}
.wrapped-img-3__image {
  width: 100px;
  height: 100px;
  border: 7px solid #337ab7;
}
@media (max-width: 991.98px) {
  .wrapped-img-3__image {
    border: 5px solid #337ab7;
  }
}
.wrapped-img-3__box {
  text-align: center;
  position: absolute;
  background: rgba(51, 122, 183, 0.6);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  opacity: 1;
  color: #fff;
  transition: all 0.4s ease-in-out;
  transform: scale(0);
}
.wrapped-img-3__box p {
  margin: 40px 0 0 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 9px;
  text-align: center;
  color: white;
  font-weight: 600;
  line-height: 1.25 !important;
}

.wrapped-img-3--yellow .wrapped-img-3__image {
  border-color: #fcbd01;
}
.wrapped-img-3--yellow .wrapped-img-3__box {
  background: rgba(252, 189, 1, 0.6);
}
.wrapped-img-3--yellow .wrapped-img-3__box p {
  color: #feebb3;
}

.wrapped-img-3--pastel-cyan .wrapped-img-3__image {
  border-color: #84bed6;
}
.wrapped-img-3--pastel-cyan .wrapped-img-3__box {
  background: rgba(132, 190, 214, 0.6);
}
.wrapped-img-3--pastel-cyan .wrapped-img-3__box p {
  color: #daecf3;
}

.wrapped-img-3--pastel-green .wrapped-img-3__image {
  border-color: #98cecd;
}
.wrapped-img-3--pastel-green .wrapped-img-3__box {
  background: rgba(152, 206, 205, 0.6);
}
.wrapped-img-3--pastel-green .wrapped-img-3__box p {
  color: #e0f0f0;
}

.card-img__border--green img {
  border-bottom: 3px solid #b5d56a;
}
.card-img__border--yellow img {
  border-bottom: 3px solid #fcbd01;
}
.card-img__border--red img {
  border-bottom: 3px solid #ea7066;
}
.card-img__border--orange img {
  border-bottom: 3px solid #f8643b;
}

.card.is-style-green img {
  border-bottom: 3px solid #b5d56a;
}
.card.is-style-yellow img {
  border-bottom: 3px solid #fcbd01;
}
.card.is-style-red img {
  border-bottom: 3px solid #ea7066;
}
.card.is-style-orange img {
  border-bottom: 3px solid #f8643b;
}

.card-style-1 {
  height: 135px;
}
@media (max-width: 991.98px) {
  .card-style-1 {
    height: 148px;
  }
}
@media (max-width: 575.98px) {
  .card-style-1 {
    height: 135px;
  }
}

.card-columns {
  column-count: 4 !important;
}

.ch-grid {
  display: block;
  text-align: center;
}

.ch-grid:after,
.ch-item:before {
  content: "";
  display: table;
}

.ch-grid:after {
  clear: both;
}

/*-----2-----*/
.view2 .ch-item {
  width: 190px;
  height: 190px;
  cursor: default;
  transition: all 0.4s ease-in-out;
}

.view2 .ch-item:hover {
  box-shadow: inset 0 0 0 110px rgba(200, 95, 66, 0.4), inset 0 0 0 16px rgba(255, 255, 255, 0.8), 0 1px 2px rgba(0, 0, 0, 0.1);
}

.view2 .ch-item:hover {
  opacity: 1;
  transform: scale(1);
}

@media (min-width: 1247px) {
  .background-blue-size {
    width: 500px;
  }
}
@media (max-width: 200px) {
  .background-blue-size {
    width: 213px;
  }
}
@media (max-width: 4000px) {
  .position-beside-form {
    display: flex;
    flex-direction: row-reverse;
  }
}
@media (max-width: 1246px) {
  .position-beside-form {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (min-width: 1212px) {
  .container {
    max-width: 960px;
  }
}
.subtitle-style {
  font-weight: bold;
  padding-bottom: 18px;
  font-size: 23px;
}

.submit-button-style {
  width: 400px;
  height: 39px;
  background-color: #f8643b !important;
  border-color: #f8643b !important;
  opacity: 100% !important;
}

@media (max-width: 573px) {
  .submit-button-style {
    margin-right: 55px;
    width: 87%;
  }
}
.checkbox-input-color {
  margin: 2px;
}

.padding-container {
  gap: 40px;
  margin-left: 105px;
}

.container-courses-webforms {
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 20px;
}

@media (min-width: 1377px) and (max-width: 1470px) {
  .padding-container {
    margin-left: 96px;
  }
}
@media (max-width: 800px) {
  .rows-content .col-lg-6 {
    flex: 0 0 100%;
    max-width: 50%;
  }
}

@media (max-width: 593px) {
  .rows-content .col-lg-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 593px) {
  .padding-container {
    padding-right: 44px;
  }
}
@media (max-width: 1059px) {
  .padding-container {
    padding-right: 42px;
  }
}
@media (max-width: 1241px) {
  .padding-container {
    padding-right: 40px;
  }
}
@media (min-width: 547px) {
  #background-forms {
    position: relative;
    width: 100%;
  }
}
@media (min-width: 1247px) {
  #background-forms {
    position: relative;
    width: 499px;
  }
}
@media (max-width: 1290px) {
  .padding-container {
    padding: 0;
    margin: 0;
  }
}
.display-flex-form {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 1233px) {
  .display-flex-form {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media (max-width: 965px) {
  .row [class^=col-] {
    flex-basis: 100%;
  }
  .row [class^=col-]:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (min-width: 772px) {
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.termsAndConditionsBr {
  display: none;
}

.img-style-1, .card-news--img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: 3px solid #58595b;
}

.list-services__img {
  width: 43px;
  height: auto;
}
.list-services__img path {
  display: block;
  fill: #9BCADE;
}

.list-design__img {
  width: 70px;
  height: auto;
}
.list-design__img path {
  display: block;
  fill: rgb(132, 190, 214);
}

@media (min-width: 768px) {
  .object-16-9 {
    width: 65%;
    margin-right: auto;
    margin-left: auto;
  }
}

.search-block-form {
  right: 0;
  z-index: 2;
  float: right;
  margin-top: 4px;
  margin-left: 20px;
}
.search-block-form .form-search {
  box-sizing: content-box;
  background: white url("./img/icon-search-blue.svg") no-repeat right 6px center;
  background-size: 12px;
  background-color: #c2d7e9;
  border: solid 1px transparent;
  border-radius: 4px;
  color: #333333;
  cursor: pointer;
  font-family: inherit;
  font-size: 100%;
  padding: 0 4px;
  transition: all 0.5s;
  height: 20px;
  width: 15px;
  float: right;
}
@media (min-width: 768px) {
  .search-block-form .form-search:focus {
    width: 120px;
  }
}
.search-block-form .form-submit {
  display: none;
}
@media (max-width: 767.98px) {
  .search-block-form {
    width: 25px;
  }
  .search-block-form .form-search {
    width: 15px;
  }
}
@media (max-width: 767.98px) {
  .search-block-form.js-state-search {
    position: absolute;
    width: calc(100% - 32px);
    padding-left: 0;
    margin-right: 12px;
    float: right;
    z-index: 1;
    top: 0;
  }
  .search-block-form.js-state-search .form-search {
    width: 100%;
  }
}

.masonry:after {
  content: "";
  display: block;
  clear: both;
}
.style-hover-1 {
  position: relative;
  display: inline-block;
  overflow: hidden;
  max-width: 100%;
  width: 100%;
  color: white;
  font-size: 16px;
  text-align: center;
}
.style-hover-1 * {
  box-sizing: border-box;
  transition: all 0.25s ease;
}
.style-hover-1:before {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  top: 100%;
  content: "";
  background: rgb(51, 51, 51);
  background-color: rgba(51, 51, 51, 0.9);
  transition: all 0.25s ease;
  transition-delay: 0.25s;
}
.style-hover-1 img {
  vertical-align: top;
  max-width: 100%;
  backface-visibility: hidden;
}
.style-hover-1 figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.style-hover-1 .style-hover-1__heading, .style-hover-1 .style-hover-1__sub {
  margin: 0;
  opacity: 0;
  letter-spacing: 1px;
}
.style-hover-1 .style-hover-1__heading {
  transform: translateY(-100%);
  transition-delay: 0.05s;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 5px;
}
.style-hover-1 .style-hover-1__sub {
  transform: translateY(-100%);
  transition-delay: 0s;
}
.style-hover-1 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.style-hover-1:hover:before, .style-hover-1.hover:before {
  top: 10px;
  transition-delay: 0s;
}
.style-hover-1:hover .style-hover-1__heading, .style-hover-1.hover .style-hover-1__heading, .style-hover-1:hover .style-hover-1__sub, .style-hover-1.hover .style-hover-1__sub {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.style-hover-1:hover .style-hover-1__heading,
.style-hover-1.hover .style-hover-1__heading {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.style-hover-1:hover .style-hover-1__sub,
.style-hover-1.hover .style-hover-1__sub {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.input-group-mixed .form-control {
  border-left-color: white;
}

@media (max-width: 575.98px) {
  .widget-title:before {
    width: 330px !important;
  }
}

.heading-home,
.widget-title {
  position: relative;
  padding-bottom: 35px;
}
@media (max-width: 575.98px) {
  .heading-home:before,
  .widget-title:before {
    width: 200px;
  }
}
.heading-home--center,
.heading-home .widget-title,
.widget-title--center,
.widget-title .widget-title {
  text-align: center;
}
.heading-home--center:before,
.heading-home .widget-title:before,
.widget-title--center:before,
.widget-title .widget-title:before {
  left: calc(50% - 168px);
}
@media (max-width: 767.98px) {
  .heading-home--center:before,
  .heading-home .widget-title:before,
  .widget-title--center:before,
  .widget-title .widget-title:before {
    left: calc(50% - 98px);
  }
}

.heading-style-1 {
  position: relative;
  padding-bottom: 7px;
}
.heading-style-1:before {
  content: "";
  border-bottom: 3px solid #757575;
  bottom: -2px;
  display: inline-block;
  position: absolute;
  width: 55px;
}
.heading-style-1--center {
  text-align: center;
}
.heading-style-1--center:before {
  left: calc(50% - 28px);
}

.heading-border--pastel-green:before {
  border-bottom: 3px solid #98cecd;
}
.heading-border--pastel-cyan:before {
  border-bottom: 3px solid #84bed6;
}

.heading-style-2 {
  border-bottom: 1px solid #757575;
}

.heading-style-3 {
  border-bottom: 1px dashed #757575;
  padding-bottom: 5px;
}

.heading-collapse__icon {
  float: right;
  font-size: 12px;
  margin-top: 5px;
}

a[data-toggle=collapse]:not([aria-expanded=false]) .heading-collapse__icon {
  transform: rotate(180deg);
}

.ol-style-1, .site-main .entry-content ol, .ol-style-1 ol {
  list-style: none;
  counter-reset: ol-list-style-1;
  padding-left: 15px;
}
.ol-style-1 ul, .site-main .entry-content ol ul {
  padding-left: 15px;
  text-indent: 0;
}
.ol-style-1 > li, .site-main .entry-content ol > li, .site-main .entry-content ol ol > li, .ol-style-1 ol > li, .site-main .entry-content ol ol ol > li {
  counter-increment: ol-list-style-1;
  text-indent: -15px;
  line-height: 2;
  margin-bottom: 12px;
}
.ol-style-1 > li span, .site-main .entry-content ol > li span, .site-main .entry-content ol ol > li span, .ol-style-1 ol > li span, .site-main .entry-content ol ol ol > li span {
  margin-top: 15px;
  font-weight: 600;
  color: #337ab7;
}
.ol-style-1 > li p, .site-main .entry-content ol > li p, .site-main .entry-content ol ol > li p, .ol-style-1 ol > li p, .site-main .entry-content ol ol ol > li p {
  text-indent: 0;
  line-height: 2;
  margin-bottom: 7px !important;
}
.ol-style-1 > li > ol, .site-main .entry-content ol > li > ol, .site-main .entry-content ol ol > li > ol, .ol-style-1 ol > li > ol, .site-main .entry-content ol ol ol > li > ol {
  padding-left: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.ol-style-1 > li::before, .site-main .entry-content ol > li::before, .site-main .entry-content ol ol > li::before, .ol-style-1 ol > li::before, .site-main .entry-content ol ol ol > li::before {
  content: counter(ol-list-style-1) ". ";
  color: #337ab7;
  font-weight: bold;
}

.ul-style-1, .ul-style-1 ul {
  list-style: none;
  padding-left: 17px;
}
.ul-style-1 > li, .ul-style-1 ul > li {
  text-indent: 0;
  line-height: inherit;
  margin-bottom: 0.5rem;
}
.ul-style-1 > li > ul, .ul-style-1 ul > li > ul {
  padding-left: 15px;
  margin-top: 1px;
  margin-bottom: 1px;
}
.ul-style-1 > li > ul > li::before, .ul-style-1 ul > li > ul > li::before {
  content: "\f04d";
  color: #337ab7;
  font-size: 5px;
  text-indent: -15px;
  position: relative;
  top: -2px;
}
.ul-style-1 > li::before, .ul-style-1 ul > li::before {
  content: "\f111";
  color: #337ab7;
  font-size: 5px;
  text-indent: -15px;
  position: relative;
  top: -2px;
}

.ul-style-2, .site-main .entry-content ul:not(.list-unstyled), .site-main .entry-content ul:not(.list-unstyled) ul, .ul-style-2 ul {
  list-style: none;
}
.ul-style-2 > li, .site-main .entry-content ul:not(.list-unstyled) > li, .site-main .entry-content ul:not(.list-unstyled) ul > li, .ul-style-2 ul > li, .site-main .entry-content ul:not(.list-unstyled) ul ul > li {
  text-indent: -3px;
  line-height: inherit;
  margin-bottom: 0.5rem;
  padding-left: 10px;
}
.ul-style-2 > li > ul, .site-main .entry-content ul:not(.list-unstyled) > li > ul, .site-main .entry-content ul:not(.list-unstyled) ul > li > ul, .ul-style-2 ul > li > ul, .site-main .entry-content ul:not(.list-unstyled) ul ul > li > ul {
  list-style: none;
  padding-left: 15px;
  margin-top: 1px;
  margin-bottom: 1px;
}
.ul-style-2 > li > ul > li::before, .site-main .entry-content ul:not(.list-unstyled) > li > ul > li::before, .site-main .entry-content ul:not(.list-unstyled) ul > li > ul > li::before, .ul-style-2 ul > li > ul > li::before, .site-main .entry-content ul:not(.list-unstyled) ul ul > li > ul > li::before {
  content: "\f105";
  color: #337ab7;
  font-size: 11px;
  text-indent: -10px;
  position: relative;
}
.ul-style-2 > li::before, .site-main .entry-content ul:not(.list-unstyled) > li::before, .site-main .entry-content ul:not(.list-unstyled) ul > li::before, .ul-style-2 ul > li::before, .site-main .entry-content ul:not(.list-unstyled) ul ul > li::before {
  content: "\f111";
  color: #f9ba01;
  font-size: 8px;
  text-indent: -20px;
  position: relative;
}

.link-primary {
  color: #337ab7;
}
.link-primary:hover {
  color: #2b689c;
}

.home-slider {
  position: relative;
}
.home-slider__box--position {
  position: absolute;
  bottom: 75px;
  left: calc(35% - 1px);
  margin: auto;
  text-align: center;
  width: 33%;
}
@media (max-width: 1199.98px) {
  .home-slider__box--position {
    width: 55%;
    left: calc(24% - 1px);
  }
}
@media (max-width: 991.98px) {
  .home-slider__box--position {
    width: 70%;
    left: calc(17% - 1px);
  }
}
@media (max-width: 767.98px) {
  .home-slider__box--position {
    width: 72%;
    left: calc(15% - 1px);
  }
}
@media (max-width: 575.98px) {
  .home-slider__box--position {
    width: 75%;
    left: calc(14% - 1px);
  }
}
.home-slider__caption {
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  background-color: rgba(255, 255, 255, 0.82);
  border-radius: 4px;
  color: #58595b;
  padding: 15px 30px;
  line-height: 1.3;
}
@media (max-width: 991.98px) {
  .home-slider__caption {
    font-size: 28px;
  }
}
@media (max-width: 767.98px) {
  .home-slider__caption {
    font-size: 25px;
  }
}
@media (max-width: 575.98px) {
  .home-slider__caption {
    font-size: 20px;
  }
}
.home-slider__img {
  height: 400px !important;
  width: 100%;
  background-size: cover;
  background-position-x: center;
}
@media (max-width: 767.98px) {
  .home-slider__img {
    background-position-x: 25%;
  }
}
@media (max-width: 575.98px) {
  .home-slider__img {
    background-position-x: 30%;
  }
}
.home-slider__img--left {
  object-position: 0 50%;
}
.home-slider__img--right {
  object-position: 100% 50%;
}
.home-slider__control {
  position: relative;
  cursor: pointer;
  z-index: 1;
  color: white;
  font-size: 60px;
}
.home-slider__control--right {
  position: absolute;
  bottom: 185px;
  right: 2%;
}
.home-slider__control--left {
  position: absolute;
  bottom: 185px;
  left: 2%;
}

.news-slider-arrow {
  position: relative;
  top: 0;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .news-slider-arrow {
    top: -10px;
  }
}
.news-slider-arrow i {
  cursor: pointer;
  background: white;
  border: 1px solid #757575;
  border-radius: 50%;
  color: #337ab7;
  padding: 0 4px;
  font-size: 14px;
}

@media (max-width: 767.98px) {
  .pagination-split__item.page-item--first, .pagination-split__item.page-item--last {
    display: none;
  }
}
.pagination-split__item:not(:last-child) .pagination-split__link {
  margin-right: 15px;
  border-radius: 0.25rem;
}
.pagination-split__item:last-child .pagination-split__link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.nav-style-1 {
  margin-bottom: 40px;
}
.nav-style-1.nav-tabs {
  border-bottom: 1px dashed #dee2e6;
}
.nav-style-1.nav-tabs .nav-item {
  border-color: transparent;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
}
@media (max-width: 575.98px) {
  .nav-style-1.nav-tabs .nav-item {
    width: 50%;
  }
}
.nav-style-1.nav-tabs .nav-item:nth-child(1) {
  border-bottom: 2px solid #337ab7;
}
.nav-style-1.nav-tabs .nav-item:nth-child(1):hover {
  border-bottom-color: #63a0d4;
}
.nav-style-1.nav-tabs .nav-item:nth-child(2) {
  border-bottom: 2px solid #b5d56a;
}
.nav-style-1.nav-tabs .nav-item:nth-child(2):hover {
  border-bottom-color: #d3e6a6;
}
.nav-style-1.nav-tabs .nav-item:nth-child(3) {
  border-bottom: 2px solid #fcbd01;
}
.nav-style-1.nav-tabs .nav-item:nth-child(3):hover {
  border-bottom-color: #fed14b;
}
.nav-style-1.nav-tabs .nav-item:nth-child(4) {
  border-bottom: 2px solid #ea7066;
}
.nav-style-1.nav-tabs .nav-item:nth-child(4):hover {
  border-bottom-color: #f3afa9;
}
.nav-style-1.nav-tabs .nav-item:nth-child(5) {
  border-bottom: 2px solid #f8643b;
}
.nav-style-1.nav-tabs .nav-item:nth-child(5):hover {
  border-bottom-color: #fb9e85;
}
.nav-style-1.nav-tabs .nav-item .nav-link {
  border: 0;
  padding: 0.5rem 2rem;
  cursor: pointer;
}

.table--format {
  width: 99.9%;
  width: 99.9%;
  text-align: left;
}
.table--format sup {
  text-transform: lowercase;
}
.table--format > tbody > tr > td, .table--format > tbody > tr > th, .table--format > thead > tr > td, .table--format > thead > tr > th, .table--format > tfoot > tr > td, .table--format > tfoot > tr > th {
  border: 1px solid #6198c7;
  white-space: normal !important;
}
.table--format > thead, .table--format > tfoot {
  background: #337ab7;
  color: #f9fbfd;
}
.table--format > thead > tr {
  text-transform: uppercase;
}
.table--format > thead > tr:nth-child(2) {
  background: #5892c4;
}
.table--format > thead > tr:nth-child(3) {
  background: #649ac8;
}
.table--format > thead > tr:nth-child(3) th {
  font-weight: 600;
}
.table--format > thead > tr > th {
  padding: 4px;
  text-align: center;
  border-bottom: 0 none;
  vertical-align: middle;
}
.table--format > tbody {
  background: #f0f8ff !important;
}
.table--format > tbody > tr:nth-child(odd) {
  border: none;
  background: #f9fbfd !important;
}
.table--format > tbody > tr > td {
  border: 1px solid #e0ebf4;
  padding: 4px 3px;
}
.table--format > tbody + thead > tr > td {
  font-weight: 600;
  padding: 4px;
  text-align: center;
  border-bottom: 0 none;
}
.table--format > tfoot > tr {
  text-transform: uppercase;
}
.table--format > tfoot > tr > td {
  font-weight: 600;
  padding: 4px 3px;
  border: 1px solid #e0ebf4;
}
.table--format > tfoot > tr > th {
  padding: 4px;
  border-color: transparent;
}
.table--format .table-format__bg-2 {
  background: #5892c4;
}
.table--format .heading--2 {
  background: #5892c4;
}
.table--format + p {
  font-size: 11px;
  margin-top: -20px;
}
.table--format .ord {
  text-align: center;
  width: 35px;
}
.table--format--half > tbody > tr > th,
.table--format--half > tbody > tr > td,
.table--format--half > tfoot > tr > th,
.table--format--half > tfoot > tr > td {
  width: 50%;
}
.table--format--1 > thead > tr:nth-child(2) th:first-child {
  text-align: left;
}
.table--format--1 > tbody > tr > th:last-child, .table--format--1 > tbody > tr > th:nth-last-child(2), .table--format--1 > tbody > tr > th:nth-last-child(3), .table--format--1 > tbody > tr > th:nth-last-child(4), .table--format--1 > tbody > tr > th:nth-last-child(5),
.table--format--1 > tbody > tr > td:last-child,
.table--format--1 > tbody > tr > td:nth-last-child(2),
.table--format--1 > tbody > tr > td:nth-last-child(3),
.table--format--1 > tbody > tr > td:nth-last-child(4),
.table--format--1 > tbody > tr > td:nth-last-child(5),
.table--format--1 > tfoot > tr > th:last-child,
.table--format--1 > tfoot > tr > th:nth-last-child(2),
.table--format--1 > tfoot > tr > th:nth-last-child(3),
.table--format--1 > tfoot > tr > th:nth-last-child(4),
.table--format--1 > tfoot > tr > th:nth-last-child(5),
.table--format--1 > tfoot > tr > td:last-child,
.table--format--1 > tfoot > tr > td:nth-last-child(2),
.table--format--1 > tfoot > tr > td:nth-last-child(3),
.table--format--1 > tfoot > tr > td:nth-last-child(4),
.table--format--1 > tfoot > tr > td:nth-last-child(5) {
  text-align: center;
}
.table--format--1 > tbody > tr > th:first-child,
.table--format--1 > tbody > tr > td:first-child,
.table--format--1 > tfoot > tr > th:first-child,
.table--format--1 > tfoot > tr > td:first-child {
  text-align: left;
}
.table--format--2 > tbody > tr > td:first-child, .table--format--2 > tbody > tr > td:last-child, .table--format--2 > tbody > tr > td:nth-last-child(2) {
  text-align: center;
}
.table--format--2 > tbody > tr > td:nth-child(2) {
  text-align: left;
}
.table--format--2 > tfoot > tr > th:nth-child(2),
.table--format--2 > tfoot > tr > td:nth-child(2) {
  text-align: left;
}
.table--format--2 > tfoot > tr > th:last-child, .table--format--2 > tfoot > tr > th:nth-last-child(2),
.table--format--2 > tfoot > tr > td:last-child,
.table--format--2 > tfoot > tr > td:nth-last-child(2) {
  text-align: center;
}
.table--format--3 > tbody > tr > td:first-child {
  text-align: center;
}
.table--format--3 > tbody > tr > td:last-child {
  text-align: left;
}
.table--format--4 > tbody > tr:nth-child(even) > td:nth-child(odd) {
  text-align: center;
}
.table--format--4 > tbody > tr > td:first-child {
  text-align: left;
}
.table--format--4 > tbody > tr > td:last-child, .table--format--4 > tbody > tr > td:nth-last-child(2) {
  text-align: center;
}
.table--format--4 > tfoot > tr > th:last-child,
.table--format--4 > tfoot > tr > td:last-child {
  text-align: center;
}
.table--format--5 > thead > tr > th {
  vertical-align: middle;
}
.table--format--5 > thead > tr:nth-child(2) {
  background: inherit !important;
}
.table--format--5 > tbody > tr > th:last-child, .table--format--5 > tbody > tr > th:nth-last-child(2), .table--format--5 > tbody > tr > th:nth-last-child(3), .table--format--5 > tbody > tr > th:nth-last-child(4), .table--format--5 > tbody > tr > th:nth-last-child(5),
.table--format--5 > tbody > tr > td:last-child,
.table--format--5 > tbody > tr > td:nth-last-child(2),
.table--format--5 > tbody > tr > td:nth-last-child(3),
.table--format--5 > tbody > tr > td:nth-last-child(4),
.table--format--5 > tbody > tr > td:nth-last-child(5),
.table--format--5 > tfoot > tr > th:last-child,
.table--format--5 > tfoot > tr > th:nth-last-child(2),
.table--format--5 > tfoot > tr > th:nth-last-child(3),
.table--format--5 > tfoot > tr > th:nth-last-child(4),
.table--format--5 > tfoot > tr > th:nth-last-child(5),
.table--format--5 > tfoot > tr > td:last-child,
.table--format--5 > tfoot > tr > td:nth-last-child(2),
.table--format--5 > tfoot > tr > td:nth-last-child(3),
.table--format--5 > tfoot > tr > td:nth-last-child(4),
.table--format--5 > tfoot > tr > td:nth-last-child(5) {
  text-align: center;
}
.table--format--5 > tbody > tr > th:first-child,
.table--format--5 > tbody > tr > td:first-child,
.table--format--5 > tfoot > tr > th:first-child,
.table--format--5 > tfoot > tr > td:first-child {
  text-align: left;
}
.table--format--6 > tbody > tr > td:last-child {
  text-align: center;
}
.table--format--7 > tbody > tr > td:last-child, .table--format--7 > tbody > tr > td:nth-last-child(2), .table--format--7 > tbody > tr > td:nth-last-child(3),
.table--format--7 > tbody > tr > th:last-child,
.table--format--7 > tbody > tr > th:nth-last-child(2),
.table--format--7 > tbody > tr > th:nth-last-child(3),
.table--format--7 > tfoot > tr > td:last-child,
.table--format--7 > tfoot > tr > td:nth-last-child(2),
.table--format--7 > tfoot > tr > td:nth-last-child(3),
.table--format--7 > tfoot > tr > th:last-child,
.table--format--7 > tfoot > tr > th:nth-last-child(2),
.table--format--7 > tfoot > tr > th:nth-last-child(3) {
  text-align: center;
}
.table--format--7 > tbody > tr > td:first-child,
.table--format--7 > tbody > tr > th:first-child,
.table--format--7 > tfoot > tr > td:first-child,
.table--format--7 > tfoot > tr > th:first-child {
  text-align: left;
}
.table--format--8 > tbody > tr > td:last-child, .table--format--8 > tbody > tr > td:nth-last-child(2) {
  text-align: center;
}
.table--format--8 > tfoot > tr > th:last-child, .table--format--8 > tfoot > tr > th:nth-last-child(2),
.table--format--8 > tfoot > tr > td:last-child,
.table--format--8 > tfoot > tr > td:nth-last-child(2) {
  text-align: center;
}

.title-1 {
  text-transform: uppercase;
  font-weight: bold;
  color: #287cb7;
  font-size: 18px;
  margin-bottom: 25px;
  position: relative;
}
.title-1:before {
  content: "";
  border-bottom: 3px solid #f9ba01;
  bottom: -10px;
  display: inline-block;
  position: absolute;
  width: 70px;
}

.title-2 {
  text-align: center;
  text-transform: uppercase;
  color: #58595b;
  font-size: 22px;
  margin-bottom: 25px;
  position: relative;
}
.title-2:before {
  content: "";
  border-bottom: 3px solid #81bbd3;
  margin-top: 38px;
  display: inline-block;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  width: 70px;
}

.nav-link {
  font-size: 12px;
}

.widget-courses {
  padding-top: 30px;
  padding-bottom: 20px;
  background-color: #f2f5fa;
}
.widget-courses .container .entry-title {
  margin-bottom: 0;
}

.methodology-img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.methodology-img img {
  margin-bottom: 30px;
}

@media (min-width: 769px) {
  .methodology-page {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .methodology-page {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .course-programs {
    flex-direction: column;
  }
}
.course-programs {
  display: flex;
  justify-content: space-around;
}

/* course cards styles */
.card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.course-card {
  font-size: 16px;
  color: #58595b;
  width: 415px;
  padding: 10px;
  border-radius: 3px;
  border: 1px solid #e1e1e1;
  background-color: #f5f5f5;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.course-card__content {
  display: flex;
  flex: 1;
}
.course-card__content ul {
  margin-bottom: 0;
  line-height: 25px;
}
.course-card__content ul li {
  margin-bottom: 0;
}
.course-card__image {
  align-self: start;
  margin: 20px;
  margin-right: 25px;
}
.course-card__title {
  text-align: center;
  text-transform: uppercase;
  color: #58595b;
  font-size: 22px;
  position: relative;
  margin: 5px;
  margin-bottom: 25px;
}
.course-card__title:before {
  content: "";
  border-bottom: 3px solid #81bbd3;
  display: inline-block;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  bottom: -10px;
  left: 0;
  right: 0;
  width: 60px;
}

/* Media query for mobile view */
@media (max-width: 767px) {
  .course-card__content {
    flex-direction: column;
    justify-content: center;
    gap: 8px;
  }
  .course-card__image {
    align-self: center;
    margin: 5px;
  }
  .course-card__content ul {
    align-self: center;
    margin-bottom: 0;
    line-height: 25px;
  }
}
@media (max-width: 320px) {
  .card-container {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .course-card {
    width: 290px;
  }
}
.wp-caption {
  display: table-cell;
  background: #eee;
  margin-bottom: 1.625em;
}

.wp-caption img {
  display: block;
  padding: 6px;
  margin: 0 auto;
  max-width: 98%;
}

.wp-caption .wp-caption-text {
  color: #666;
  font-size: 12px;
  margin: 0;
  padding: 0px 0 6px 20px;
  position: relative;
}

#content .gallery {
  margin: 0 auto 1.625em;
}

/*--------------------------------------------------------------
16.1 Galleries
--------------------------------------------------------------*/
.gallery-item {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin: 0 0 1.5em;
  padding: 1%;
  width: 50%;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus,
.widget-area .gallery-item a,
.widget-area .gallery-item a:hover,
.widget-area .gallery-item a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  display: inline-block;
  max-width: 100%;
}

.gallery-item a img {
  display: block;
  -webkit-transition: -webkit-filter 0.2s ease-in;
  transition: -webkit-filter 0.2s ease-in;
  transition: filter 0.2s ease-in;
  transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
  -webkit-filter: opacity(60%);
  filter: opacity(60%);
}

.gallery-caption {
  display: block;
  text-align: left;
  padding: 0 10px 0 0;
  margin-bottom: 0;
}

.wp-block-jetpack-slideshow {
  display: inline-grid;
}

article.single {
  border-bottom: none;
}

article.tease {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  article.tease .col-md-2 {
    width: 110px;
  }
}

.entry-title {
  clear: both;
  color: #337ab7;
  font-size: 18px;
  line-height: 23px;
}

.entry-date {
  color: #fff;
  text-decoration: none;
}

h2.entry-title {
  margin-top: 0px;
}

.masters-submenu {
  top: 36px !important;
  right: -100% !important;
}

@media (min-width: 999px) {
  .archive #primary {
    width: calc(100% - 220px);
  }
  article {
    margin-right: 0px !important;
    border-bottom: 1px solid #ddd;
  }
}
#fecha_post {
  margin-left: -13px;
  clear: both;
  background: #999;
  text-align: center;
  width: 90px;
  padding: 2px;
  font-size: 12px;
  font-weight: 300;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-right: 0 !important;
}

article.tease-comunicado #fecha_post {
  clear: both;
  background: #999;
  text-align: center;
  width: 44px;
  padding: 4px;
  font-size: 12px;
  font-weight: 300;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

@media screen and (max-width: 997px) {
  #secondary {
    border: 0;
    float: none;
    width: 100%;
  }
  #fecha_post,
  #fecha_post_publicacion {
    width: calc(100% - 30px);
    margin: 0 15px;
    float: none;
    clear: both;
  }
  #post_image {
    clear: both !important;
    float: none;
    margin: 15px 0;
  }
  #post_image img {
    width: 100%;
  }
  #post_text {
    float: none;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
h1.header-title {
  color: #289fd2;
  font-size: 25px;
}

.header-img {
  max-height: 140px;
  overflow: hidden;
  margin-bottom: 10px;
}

.box--border-radius {
  border-radius: 4px;
}

.entry-title-post {
  color: #289FD2;
  font-size: 14px;
  width: 100%;
  margin: 0px 0px 6px 0px;
}

.entry-title-post h1 {
  font-size: 25px;
  font-weight: 400;
  color: #289FD2;
  text-align: left;
}

#fecha_post_container {
  display: inline-block;
  margin: 4px 0 10px 4px;
  width: 100%;
}

#fecha_post_container:before {
  color: #9B9B9D;
  content: "\f073";
  font: bold normal normal 14px/1 FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: relative;
  left: -3px;
  top: 1px;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#imagen_dest_publicacion img {
  width: 100%;
}

@media screen and (max-width: 600px) {
  .img-focus {
    height: 200px;
    overflow: hidden;
    position: relative;
  }
  .img-post-fix {
    padding-right: 15px !important;
  }
  .jp-sharing-input-touch .sd-content ul li {
    padding-left: 0 !important;
  }
}
@media screen and (min-width: 601px) and (max-width: 767px) {
  .img-focus {
    height: 300px;
    overflow: hidden;
    position: relative;
  }
  .img-post-fix {
    padding-right: 15px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 997px) {
  .img-focus {
    height: 330px;
    overflow: hidden;
    position: relative;
  }
  .img-post-fix {
    padding-right: 15px !important;
  }
}
@media screen and (min-width: 768px) {
  #imagen_dest_publicacion.img-focus {
    height: 330px;
    overflow: hidden;
    position: relative;
  }
}
.dest_caption {
  clear: both;
  font-style: italic;
  font-size: 11px;
  background: #efefef;
  margin: 0 0 10px 0;
  padding: 3px 0 3px 20px;
}

#etiquetas {
  border-top: 1px solid #ccc;
  clear: both;
  padding: 4px 0px;
}

#social {
  padding-bottom: 5px;
}

#social #likes {
  text-align: right;
}

.banner-estatico {
  padding-bottom: 15px;
}

.img-post-fix {
  padding-right: 0;
  padding-bottom: 10px;
}

.avatar {
  width: 50px;
  border-radius: 50%;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.fw-600 {
  font-weight: 600;
}

.author.vcard a {
  color: #333333;
}

.bg-silver-light {
  background-color: #ebeaea !important;
}

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

.slider-university {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}

.slider-university .img-sponsor {
  height: 50px;
  width: auto;
}

.custom_height {
  height: 45px !important;
}

@media (max-width: 1199px) {
  .slider-university .img-sponsor {
    height: 40px;
  }
  .custom_height {
    height: 36px !important;
  }
}
@media (max-width: 991px) {
  .slider-university .img-sponsor {
    width: 85%;
    height: 60px !important;
    padding: 3px;
  }
}
@media (max-width: 767px) {
  .slider-university .img-sponsor {
    padding: 0;
    margin: 0.5rem 0;
  }
}
.report-search {
  padding: 15px 0;
}

.report-search .container {
  padding-left: 0;
}

.report-search__form {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 10px;
}

.report-search__field {
  margin: 0;
}

.report-search__field .form-control,
.report-search__field select {
  width: 100%;
  height: 38px;
}

.report-search__field select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 32px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23757575' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round' d='M4 6l4 4 4-4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px;
}

.report-search__field--text {
  flex: 1.4 1 0;
  min-width: 0;
  position: relative;
}

.report-search__icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  color: #757575;
  pointer-events: none;
}

.report-search__field--text .form-control {
  padding-right: 34px;
}

.report-search__field--category {
  flex: 2 1 0;
  min-width: 0;
}

.report-search__field--year {
  flex: 0.7 1 0;
  min-width: 120px;
}

.report-search__submit {
  flex: 0 0 auto;
  height: 38px;
  padding-left: 16px;
  padding-right: 16px;
  white-space: nowrap;
  background-color: #337ab7;
  border-color: #337ab7;
}

.report-search__submit i {
  margin-right: 6px;
}

.report-search__submit:hover,
.report-search__submit:focus,
.report-search__submit:active {
  background-color: #286090;
  border-color: #286090;
  color: #fff;
}

@media (max-width: 767.98px) {
  .report-search__form {
    flex-wrap: wrap;
  }
  .report-search__field--text {
    flex: 1 1 100%;
  }
  .report-search__field--category {
    flex: 1 1 100%;
  }
  .report-search__field--year {
    flex: 1 1 auto;
    min-width: 0;
  }
}
@media (min-width: 998px) {
  .report-search__form {
    width: 75%;
  }
}
.rs-dropdown {
  position: relative;
  width: 100%;
}

.rs-dropdown__toggle {
  display: block;
  width: 100%;
  height: 38px;
  margin: 0;
  padding: 0 32px 0 12px;
  font-size: 14px;
  line-height: 36px;
  color: #757575;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23757575' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round' d='M4 6l4 4 4-4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px;
}

.rs-dropdown.is-open .rs-dropdown__toggle {
  border-color: #287cc0;
}

.rs-dropdown__list {
  position: absolute;
  top: calc(100% + 2px);
  z-index: 1080;
  display: none;
  padding: 4px 0;
  list-style: none;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.14);
  max-height: 248px;
  overflow-y: auto;
}

.report-search__field--year .rs-dropdown__list {
  left: 0;
  right: 0;
}

.rs-dropdown.is-open .rs-dropdown__list {
  display: block;
}

.rs-dropdown__option {
  height: 40px;
  padding: 0 12px;
  font-size: 14px;
  line-height: 40px;
  color: #333;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rs-dropdown__option:hover,
.rs-dropdown__option.is-active {
  background: #f1f6fb;
}

.rs-dropdown__option.is-selected {
  background: #eaf3fb;
  color: #287cc0;
}

.rs-dropdown__option--parent {
  height: auto;
  min-height: 40px;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 1.3;
  white-space: normal;
}

.rs-dropdown__option--child {
  padding-left: 28px;
}

.rs-dropdown__option--child::before {
  content: "- ";
}

.rs-combo {
  position: relative;
  width: 100%;
}

.rs-combo__input {
  display: block;
  width: 100%;
  height: 38px;
  margin: 0;
  padding: 0 32px 0 12px;
  font-size: 14px;
  line-height: 36px;
  color: #757575;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: text;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23757575' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round' d='M4 6l4 4 4-4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px;
}

.rs-combo__input::placeholder {
  color: #757575;
  opacity: 1;
}

.rs-combo.is-open .rs-combo__input {
  border-color: #287cc0;
}

.rs-combo__list {
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  right: 0;
  z-index: 1080;
  display: none;
  padding: 4px 0;
  list-style: none;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.14);
  max-height: 248px;
  overflow-y: auto;
}

.rs-combo.is-open .rs-combo__list {
  display: block;
}

.rs-combo__option {
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.3;
  color: #333;
  cursor: pointer;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: break-word;
}

.rs-combo__option[hidden] {
  display: none;
}

.rs-combo__option:hover,
.rs-combo__option.is-active {
  background: #f1f6fb;
}

.rs-combo__option.is-selected {
  background: #eaf3fb;
  color: #287cc0;
}

.rs-combo__option--child {
  padding-left: 28px;
  text-transform: uppercase;
}

.rs-combo__option--child::before {
  content: "- ";
}

.color-primary {
  color: #337ab7 !important;
}

.color-primary-light {
  color: #f3f7fb !important;
}

.color-white {
  color: white !important;
}

.color-secondary {
  color: #58595b !important;
}

.color-secondary-light {
  color: whitesmoke !important;
}

.color-gray {
  color: #757575 !important;
}

.color-gray-light {
  color: #cccccc !important;
}

.color-gray-lighten {
  color: #eff4f7 !important;
}

.color-gray-dark {
  color: #333333 !important;
}

.color-gray-darken {
  color: #575757 !important;
}

.color-dimgray {
  color: #58595b !important;
}

.color-silver-light {
  color: #f8f8f8 !important;
}

.color-text {
  color: #333333;
}

.color-green {
  color: #b5d56a !important;
}

.color-yellow {
  color: #fcbd01 !important;
}

.color-cyan {
  color: #289fd2 !important;
}

.color-light-red {
  color: #ea7066 !important;
}

.color-orange {
  color: #f8643b !important;
}

.color-pastel-green {
  color: #98cecd !important;
}

.color-pastel-red {
  color: #f1a1a8 !important;
}

.color-pastel-purple {
  color: #c2a7cd !important;
}

.bg-primary {
  background-color: #337ab7 !important;
}

.bg-primary-light {
  background-color: #f3f7fb !important;
}

.bg-secondary {
  background-color: #58595b !important;
}

.bg-secondary-light {
  background-color: whitesmoke !important;
}

.bg-gray {
  background-color: #757575 !important;
}

.bg-gray-light {
  background-color: #cccccc !important;
}

.bg-gray-lighten {
  background-color: #eff4f7 !important;
}

.bg-gray-dark {
  background-color: #333333 !important;
}

.bg-gray-darken {
  background-color: #575757 !important;
}

.bg-dimgray {
  background-color: #58595b !important;
}

.bg-silver-light {
  background-color: #f8f8f8 !important;
}

.bg-white-op-50 {
  background-color: rgba(255, 255, 255, 0.5);
}

.bg-success {
  background-color: #dff0d8 !important;
}

.bg-danger {
  background-color: #f2dede !important;
}

.bg-info {
  background-color: #d9edf7 !important;
}

.bg-warning {
  background-color: #fcf8e3 !important;
}

.bg-green {
  background-color: #b5d56a !important;
}

.bg-yellow {
  background-color: #fcbd01 !important;
}

.bg-light-red {
  background-color: #ea7066 !important;
}

.bg-orange {
  background-color: #f8643b !important;
}

.bg-light-blue {
  background-color: #f5f8fd !important;
}

.bg-light-green {
  background-color: #eaf5f5 !important;
}

.bg-facebook {
  background-color: #3B5998 !important;
}

.bg-pastel-green {
  background-color: #98cecd !important;
}

.bg-pastel-red {
  background-color: #f1a1a8 !important;
}

.bg-pastel-purple {
  background-color: #c2a7cd !important;
}

.border-color-primary {
  border-color: #337ab7;
}
.border-color-secondary {
  border-color: #58595b;
}
.border-color-gray {
  border-color: #757575;
}
.border-color--light-red {
  border-color: #ea7066;
}
.border-color--orange {
  border-color: #f8643b;
}
.border-color--yellow {
  border-color: #fcbd01;
}
.border-color--pastel-green {
  border-color: #98cecd;
}
.border-color--pastel-cyan {
  border-color: #84bed6;
}

.border-dashed {
  border-style: dashed !important;
}

.border-dashed-bottom {
  border-bottom: 1px dashed #dee2e6 !important;
}

.border-2px {
  border-width: 2px;
  border-style: solid;
}

.border-3px {
  border-width: 3px;
  border-style: solid;
}

.border-5px {
  border-width: 5px;
  border-style: solid;
}

.border-bottom-5px {
  border-width: 0 0 5px 0;
  border-style: solid;
}

.border-left-thick-solid {
  border-left: 2px solid #58595b !important;
}

.fz-10 {
  font-size: 10px !important;
}

.fz-11 {
  font-size: 11px !important;
}

.fz-12 {
  font-size: 12px !important;
}

.fz-13 {
  font-size: 13px !important;
}

.fz-14 {
  font-size: 14px !important;
}

.fz-15 {
  font-size: 15px !important;
}

.fz-16 {
  font-size: 16px !important;
}

.fz-17 {
  font-size: 17px !important;
}

.fz-18 {
  font-size: 18px !important;
}

.fz-19 {
  font-size: 19px !important;
}

.fz-20 {
  font-size: 20px !important;
}

.fz-30 {
  font-size: 30px !important;
}

.fz-40 {
  font-size: 40px !important;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-600 {
  font-weight: 600;
}

.lh-none {
  line-height: 0 !important;
}

.lh-1 {
  line-height: 1.5 !important;
}

.fx-rotate {
  transform: rotate(0);
  transition: all 0.4s ease-in-out;
}

.fx-rotate-180 {
  transform: rotate(180deg);
}

.icon-indent {
  text-indent: -9px;
  margin-left: 18px;
}

.icon-indent-sm {
  text-indent: -7px;
  margin-left: 15px;
}

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

#content[tabindex="-1"]:focus {
  outline: 0;
}

.align-left {
  display: inline-block;
  float: left;
  margin-right: 15px;
}

.region-copyright {
  color: white;
}
.region-copyright a {
  color: white;
}

.card-news {
  background-color: transparent;
  border: none;
}
@media (max-width: 767.98px) {
  .card-news {
    min-width: 50%;
  }
}
.card-news--img {
  width: 100%;
}
.card-news--title {
  font-size: 13px;
  font-weight: 600;
  color: #337ab7;
  margin-bottom: 0.45rem !important;
}
.card-news--body {
  padding: 10px 0 0 0;
}
.card-news--text {
  font-size: 12px;
  color: initial;
  line-height: 1.35;
  font-weight: 600;
}
.card-news--text:last-child {
  margin-bottom: 15px;
}

.arrows i {
  cursor: pointer;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
  color: #00609c;
  padding: 0 4px;
  font-size: 14px;
  margin-bottom: 12px;
}

@media (max-width: 767.98px) {
  .visible-xs {
    display: block !important;
  }
}

.img-sponsor {
  padding-bottom: 0.5rem;
  height: 60px;
}
@media (max-width: 767.98px) {
  .img-sponsor {
    max-width: 180px;
    height: 70px;
  }
}

.pre-footer {
  padding: 2rem 0;
}
@media (max-width: 767.98px) {
  .pre-footer .mb-sponsor {
    margin-bottom: 1.5rem;
  }
}

.container-global {
  overflow-x: hidden;
}

.container,
.container-content {
  width: 100%;
  max-width: 1361px !important;
}

.container-content {
  min-height: calc(100vh - 240px);
}

body.admin-bar .container-content {
  min-height: calc(100vh - 272px);
}
@media screen and (max-width: 782px) {
  body.admin-bar .container-content {
    min-height: calc(100vh - 286px);
  }
}

.top {
  width: 100%;
  float: left;
  min-height: 28px;
}
.top a {
  color: white;
}
.top .dropdown-menu {
  font-size: 11px;
  padding: 0.25rem 0 0.25rem 0;
}
.top .dropdown-menu a {
  color: #333333;
}
.top .dropdown-toggle::after {
  content: "\f107";
  border: 0;
  position: relative;
  top: 2px;
}
.top .icon--lang {
  padding-left: 18px;
  margin-left: 5px;
}
.top .icon--lang__es {
  background: url("./img/icon-lang-es.png") left center no-repeat;
}
.top .icon--lang__pt-br {
  background: url("./img/icon-lang-br.png") left center no-repeat;
}
.top .icon--lang__en {
  background: url("./img/icon-lang-en.png") left center no-repeat;
}
.top .icon--lang__it {
  background: url("./img/icon-lang-it.png") left center no-repeat;
}
.top .icon--lang__fr {
  background: url("./img/icon-lang-fr.png") left center no-repeat;
}
.top .icon--lang__zh-hans {
  background: url("./img/icon-lang-cn.png") left center no-repeat;
}
.top .block-language {
  float: right;
}
.top .block-language a {
  font-size: 10px;
}
.top .block-language .cont-idiomas {
  border-right: 1px solid #338dbe;
  border-left: 1px solid #338dbe;
  margin-left: 5px;
}
.top .block-language .cont-idiomas > .btn {
  padding-left: 0;
  padding-right: 3px;
}
.top .block-language .cont-idiomas .dropdown-toggle:hover, .top .block-language .cont-idiomas .dropdown-toggle:focus {
  color: #fff;
}
.top .block-language .cont-idiomas .dropdown-menu > li {
  padding: 0 10px;
}
.top .block-language .cont-idiomas .dropdown-menu > li:hover, .top .block-language .cont-idiomas .dropdown-menu > li:focus {
  background-color: #eff4f7;
}
.top .block-language .cont-idiomas .dropdown-menu > li > a {
  margin-left: 0;
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 2;
  white-space: nowrap;
}
.top .btn:hover {
  color: #757575;
}

@media (max-width: 1199.98px) {
  .widget-top {
    text-align: center;
  }
}

.widget-social-media {
  float: right;
}
@media (max-width: 767.98px) {
  .widget-social-media {
    border-top: 1px solid #5396cc;
    margin-top: 5px;
    margin-left: -15px;
    margin-right: -15px;
    float: none;
    display: flex;
    justify-content: center;
    clear: both;
  }
}

.widget_polylang ul {
  list-style: none;
  padding-left: 0;
}
.widget_polylang ul li {
  padding: 4px 11px;
  margin-bottom: 3px;
  float: left;
  width: 100%;
}
.widget_polylang ul li img {
  padding-bottom: 4px;
}
.widget_polylang ul li span {
  font-size: 11px;
  font-weight: 400;
  line-height: 1.5;
  padding-left: 5px;
}
.widget_polylang ul li:hover, .widget_polylang ul li:focus {
  background-color: #eff4f7;
}
.widget_polylang ul li.lang-item a {
  width: 100%;
  float: left;
}

.site-header {
  border-bottom: 1px solid #ccc;
}

#menu-1 {
  float: left;
}
#menu-1 .btn {
  font-size: 12px;
}

.block-top-call {
  margin-top: 3px;
  color: white;
}

.block-top-social {
  float: right;
  margin-right: 5px;
}
@media (max-width: 767.98px) {
  .block-top-social {
    margin-right: 0;
    margin-top: 3px;
  }
}
.block-top-social__link {
  float: left;
  margin-top: 3px;
  font-size: 15px;
}
.block-top-social__link img {
  width: 16px;
  padding-bottom: 4px;
}
.block-top-social__link:not(:last-child) {
  margin-right: 15px;
}
@media (max-width: 767.98px) {
  .block-top-social__link {
    margin-bottom: 6px;
  }
  .block-top-social__link:not(:last-child) {
    margin-right: 25px;
  }
}

.site-branding {
  float: left;
}
.site-branding .custom-logo {
  width: 320px;
  height: auto;
}
@media (max-width: 767.98px) {
  .site-branding .custom-logo {
    width: 250px;
  }
}
.region-header {
  padding-left: 0;
  padding-right: 1px;
}
.region-header.navbar {
  padding-bottom: 8px;
}
.region-header.navbar .navbar-nav {
  margin-top: 20px;
}
@media (max-width: 991.98px) {
  .region-header.navbar .navbar-nav {
    margin-top: 0;
  }
}
.region-header.navbar .navbar-nav .active a {
  font-weight: 700;
}
@media (max-width: 1199.98px) {
  .region-header.navbar .navbar-nav .nav-item {
    border-bottom: 1px dotted #cccccc;
  }
}
.region-header .navbar-toggler {
  padding: 15px 0 0 0;
  font-size: 25px;
  color: #333333;
}
@media (max-width: 575.98px) {
  .region-header .navbar-toggler {
    right: 0;
  }
}
.region-header .navbar-collapse {
  justify-content: flex-end;
}
.region-header .dropdown-menu {
  font-size: 11px;
}

@media (min-width: 992px) {
  #menu-main .nav-link {
    padding-bottom: 0;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    margin-bottom: -15px;
  }
}

.region-sedes {
  border-top: 1px solid #757575;
  border-bottom: 1px solid #757575;
}
.region-sedes .dropdown-menu {
  font-size: 11px;
}

.list-sedes-large {
  font-size: 12px;
}
.list-sedes-large a {
  color: #58595b;
}
.list-sedes-large__item-parent > .dropdown-toggle::after {
  content: "\f107";
  border: 0;
  position: relative;
  top: 3px;
}
.list-sedes-large__sub .list-sedes-large__item {
  width: 100%;
  padding-left: 15px;
  padding-bottom: 5px;
}
.list-sedes-large__sub .list-sedes-large__item a:before {
  content: "\f105";
  font-size: 11px;
}

.list-sedes-modal__sub {
  list-style: none;
  padding-left: 15px;
}
.list-sedes-modal__sub .fa-li {
  left: -15px;
}

figure.img-content {
  text-align: center;
}
figure.img-content img {
  max-width: 100%;
}

.site-main .entry-content p {
  line-height: 2;
  margin-bottom: 1rem !important;
}
.site-main .entry-content a {
  color: #337ab7;
}
.site-main .entry-content a:hover {
  color: #3f8aca;
  text-decoration: none;
}
.site-main .entry-content ul:not(.list-unstyled) a {
  color: #58595b;
}
.site-main .entry-content ul:not(.list-unstyled) a:hover {
  color: #575757;
}

.page .post-thumbnail img {
  object-fit: cover;
  object-position: 50% 0;
  width: 100%;
}
.page .post-thumbnail img.focus-left {
  object-position: 0 0;
}
.page .post-thumbnail img.focus-center {
  object-position: 50% 0;
}
.page .post-thumbnail img.focus-right {
  object-position: 100% 0;
}

.feature-heading {
  position: relative;
}
.feature-heading__img {
  height: 275px;
  object-fit: cover;
}
.feature-heading__img--left {
  object-position: 0 100%;
}
.feature-heading__img--right {
  object-position: 100% 100%;
}
.feature-heading__text {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
}

.more-link {
  float: none;
  display: table;
  margin-top: 8px;
}

.filters .active {
  font-weight: 600;
}

.filters-content {
  max-height: 800px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.filters-content .show {
  opacity: 1;
  visibility: visible;
  transition: all 350ms;
}
.filters-content .hide {
  opacity: 0;
  visibility: hidden;
  transition: all 350ms;
}
.top-form {
  position: absolute;
  top: -350px;
  left: calc(100% - 335px);
  z-index: 1;
}
@media (max-width: 767.98px) {
  .top-form {
    position: relative;
    top: 0;
    left: 0;
  }
}

.border_bottom {
  border-bottom: 0;
}
@media (max-width: 767.98px) {
  .border_bottom {
    border-bottom: 3px solid #0071ae;
  }
}

.bg-silver {
  background-color: #ebebeb;
}

.box--border_bottom {
  border-bottom: 3px solid #0071ae;
}
@media (max-width: 767.98px) {
  .box--border_bottom {
    border-bottom: 0;
  }
}

.box--silver {
  background-color: #ebebeb;
}

.box--thin {
  padding: 15px;
}

.box-form {
  width: 320px;
  min-height: 350px;
}
@media (max-width: 767.98px) {
  .box-form {
    width: 100%;
  }
}

.box--border-radius {
  border-radius: 4px;
}

.hide {
  display: none !important;
}

.form-landing-master .has-validating .control-label.fix--fa5:before {
  top: 6px;
  content: "";
  background-image: url(img/loading-icon-blue.png);
  width: 14px;
  height: 14px;
  background-size: 14px;
  margin-right: -23px;
}

.panel-success {
  background-color: #dff0d8 !important;
}

.panel-heading {
  color: #28a745 !important;
}

.slider-alojamiento {
  position: relative;
  margin: 0px 5px;
  padding: 12px 0;
}
.slider-alojamiento--item {
  padding: 5px;
}
.slider-alojamiento--item img {
  height: 330px;
  width: auto !important;
}
@media (max-width: 767.98px) {
  .slider-alojamiento--item img {
    height: 230px;
  }
}

.modal-slider .modal-content {
  background-color: transparent;
  border-color: transparent;
  width: auto;
  margin-right: auto;
  margin-left: auto;
}
.modal-slider .modal-content__close {
  text-align: right;
}

.pagination,
.nav-links,
.page-numbers,
.wp-pagenavi {
  display: flex;
  gap: 5px;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  flex-wrap: wrap;
  margin: 0;
  margin-top: 10px;
}
.pagination li,
.nav-links li,
.page-numbers li,
.wp-pagenavi li {
  display: block;
  margin: 0;
}
.pagination a,
.pagination span,
.nav-links a,
.nav-links span,
.page-numbers a,
.page-numbers span,
.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  padding: 5px 14px;
  min-width: 40px;
  text-align: center;
  background: #ffffff;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #0066cc;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  transition: all 0.15s ease;
  box-sizing: border-box;
}
.pagination a:hover,
.pagination span:hover,
.nav-links a:hover,
.nav-links span:hover,
.page-numbers a:hover,
.page-numbers span:hover,
.wp-pagenavi a:hover,
.wp-pagenavi span:hover {
  border-color: #bfcfe6;
  background: #f6fbff;
  font-weight: 600;
}
.pagination .current,
.pagination span.current,
.nav-links .current,
.nav-links span.current,
.page-numbers .current,
.page-numbers span.current,
.wp-pagenavi .current,
.wp-pagenavi span.current {
  background: #ffffff;
  border-color: #dcdcdc;
  font-weight: 700;
  cursor: default;
  pointer-events: none;
}
.pagination .disabled,
.pagination span.disabled,
.nav-links .disabled,
.nav-links span.disabled,
.page-numbers .disabled,
.page-numbers span.disabled,
.wp-pagenavi .disabled,
.wp-pagenavi span.disabled {
  color: #9b9b9b;
  border-color: #f0f0f0;
  background: #ffffff;
  pointer-events: none;
}

.page-link {
  color: #337ab7;
}

.page-item.active .page-link {
  background-color: #337ab7;
  border-color: #337ab7;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background-color: #2b689c;
  border-color: #2b689c;
}

.navbar-nav .nav-link .active {
  font-weight: 800;
}

#secondary {
  margin-top: 0px;
  border-left: 1px dotted #c1c1c1;
}
@media (min-width: 992px) {
  #secondary {
    margin-top: -68px;
    position: relative;
    z-index: 10;
  }
}

.widget-area {
  font-size: 12px;
  padding: 0px;
  margin: 10px 0px 0px 0px;
  background: #fff;
}

.widget {
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  clear: both;
  margin: 15px 0px;
}

.widget-title {
  font-weight: 400;
  font-size: 15px;
  border-bottom: 2px solid #337ab7;
  padding-bottom: 2px;
  margin-top: 5px;
  text-transform: uppercase;
}

.widget ul {
  font-size: 15px;
  line-height: 19px;
  margin: 0;
  padding: 0px 14px;
}

.widget ul ul {
  margin-left: 0;
}

.widget ul li {
  list-style-type: none;
  color: #337ab7;
  font-size: 13px;
  padding: 2px 0 5px 0;
}

.widget ul > li:before {
  content: "\f105";
  font: bold normal normal 14px/1 FontAwesome;
  text-indent: -10px;
  margin-right: -3px;
  display: inline-block;
}

.widget a {
  color: #444;
  text-decoration: none;
  line-height: 15px;
}

.widget a:hover,
.widget a:focus,
.widget a:active {
  text-decoration: underline;
}

/* Search Widget */
.widget_search,
.widget_categories {
  margin: 4px;
}

html[lang=es-ES] .widget #s {
  width: calc(100% - 61px);
}

html[lang=pt-BR] .widget #s {
  width: calc(100% - 77px);
}

html[lang=en-US] .widget #s {
  width: calc(100% - 61px);
}

html[lang=fr-FR] .widget #s {
  width: calc(100% - 87px);
}

html[lang=zh-CN] .widget #s {
  width: calc(100% - 46px);
}

.widget_search #s {
  padding: 0 2px;
  margin-bottom: 5px;
}

/* Calendar Widget */
.widget_calendar #wp-calendar {
  color: #555;
  width: 95%;
  text-align: center;
}

.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
  text-align: center;
}

.widget_calendar #wp-calendar caption {
  font-size: 11px;
  font-weight: 500;
  padding: 5px 0 3px 0;
  text-transform: uppercase;
}

.widget_calendar #wp-calendar th {
  background: #f4f4f4;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
}

.widget_calendar #wp-calendar tfoot td {
  background: #f4f4f4;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.widget-home-banner img {
  position: relative;
  height: 550px !important;
  width: 100%;
  object-fit: cover;
}

.grupo-iconos {
  margin-right: 0;
}

#block-sitename h1 {
  font-size: 1.25em !important;
  color: #337ab7;
  font-weight: bold;
}

.fecha-post-columna {
  width: 90px;
  max-width: 90px;
  flex: 0 0 90px;
}

.blog .entry-content {
  margin-bottom: 15px;
}
.blog .entry-content p {
  margin-bottom: 0.2rem !important;
  font-size: 12px;
  line-height: 1.1rem;
  color: #757575;
}

/*.post-template-default .site-content{
  display: flex;
  justify-content: space-between;
}
.post-template-default .content-area{
  margin-left: 18.5rem;
  margin-right: 2rem;
}
.post-template-default .widget-area{
  margin-right: 11.1rem;
  li{
    margin-bottom: 0.5rem;
  }
  .widget-title{
    text-align: center;
  }
}
.post-template-default .entry-meta{
  position: relative;
  bottom: 100px;
}
.post-template-default .entry-title{
  margin-top: 3.5rem;
}
.post-template-default .site-content{
  margin-top: 1rem;
}
.post-template-default .post-thumbnail img{
  width: -webkit-fill-available;
}
.post-template-default .entry-content{
  margin-top: 4rem;
}
*/
.post-template-default .site-footer {
  width: -moz-available;
  width: -webkit-fill-available;
}

.search .post-thumbnail img {
  height: auto;
  max-width: 100%;
}

.type-ejercicio .excerpt {
  line-height: 1.4;
}
.type-ejercicio .ejercicio-item {
  font-size: 11px;
  margin-bottom: 8px !important;
  line-height: 1.5;
}

.video-play {
  position: relative;
  background-color: #58595b;
  max-width: 255px;
  height: auto;
  margin: auto;
}

.video-play:hover img {
  opacity: 0.7;
  filter: grayscale(100%);
}

.video-play i {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  font-size: 28px;
  color: #58595b;
  width: 60px;
  height: 60px;
  line-height: 55px;
  padding-left: 17px;
  border: 3px solid #58595b;
}

.video-play i {
  transform: translate(-50%, -50%) scale(0);
  transition: transform 500ms 100ms cubic-bezier(0.6, -0.28, 0.25, 0.045);
}

.video-play:hover i {
  transform: translate(-50%, -50%) scale(1);
  transition: transform 300ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.type-faq.hentry {
  width: 100%;
}

/* Staff Members */
.staff-member {
  display: flex;
}
.staff-member--picture {
  transform: translate(90px, -11px);
  height: 170px;
  border-radius: 50%;
  border: #f9ba01 5px solid;
}
.staff-member--card {
  width: 340px;
  height: 145px;
  max-width: 350px;
  padding-top: 15px;
  border-radius: 4px;
  padding-right: 30px;
  padding-left: 100px;
  border: solid 1px #e1e1e1;
  background-color: #f5f5f5;
}
.staff-member--name-occupation {
  line-height: 20px;
  font-size: 18px;
  color: #58595b;
}
.staff-member--name-occupation i {
  white-space: nowrap;
  font-size: 14px;
}
.staff-member--name-occupation:before {
  content: "";
  width: 70px;
  margin-top: 55px;
  position: absolute;
  display: inline-block;
  border-bottom: #f9ba01 3px solid;
}
.staff-member--email-credentials {
  margin-top: 25px;
  line-height: 26px;
}
.staff-member--email-credentials .cv {
  color: #287cb7;
  cursor: pointer;
  font-size: 13px;
  text-transform: uppercase;
}
.staff-member--email-credentials .mail {
  color: #333 !important;
  font-size: 14px;
}

/* Responsive */
@media (max-width: 520px) {
  .staff-member {
    flex-direction: column;
    align-items: center;
  }
  .staff-member--picture {
    transform: none;
    width: 200px;
    height: 200px;
  }
  .staff-member--card {
    padding-left: 30px;
    width: 300px;
  }
}
.jetpack-slideshow-controls {
  bottom: 10% !important;
}

.jetpack-slideshow-slide-caption {
  bottom: 0 !important;
  line-height: 22px !important;
  height: auto !important;
  width: 100% !important;
  background-color: rgba(0, 0, 0, 0.6) !important;
}

@media (max-width: 600px) {
  .jetpack-slideshow-controls {
    bottom: 17% !important;
  }
}
@media (max-width: 480px) {
  .jetpack-slideshow-controls {
    top: 3% !important;
  }
}
.busy-loader:before, .has-validating .control-label:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.has-validating .control-label:before {
  position: absolute;
  right: calc(5% - 1px);
  bottom: 13px;
}

.hidden {
  display: none;
}

.fix--fa5 {
  width: 100%;
}

.form-photo-inscripcion input[type=file i] {
  padding: 2px 0.25rem;
}
.form-photo-inscripcion .has-validating .control-label.fix--fa5:before {
  top: 35px;
  content: "";
  background-image: url(img/loading-icon-blue.png);
  width: 14px;
  height: 14px;
  background-size: 14px;
  margin-right: 23px;
}

.form-control[readonly] {
  background-color: white;
}

.bootstrap-datetimepicker-widget table th.next::after {
  position: relative !important;
  content: "\f054" !important;
  font-weight: 900 !important;
  font-family: "Font Awesome 5 Free";
  color: #337ab7;
}

.bootstrap-datetimepicker-widget table th.prev::after {
  position: relative !important;
  content: "\f053" !important;
  font-weight: 900 !important;
  font-family: "Font Awesome 5 Free";
  height: auto;
  color: #337ab7;
}

.bootstrap-datetimepicker-widget {
  font-size: 12px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #337ab7;
  color: white;
}

.bootstrap-datetimepicker-widget table td span.active {
  background-color: #337ab7;
  color: white;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.shortcode-value-area .btn.bg-facebook, .shortcode-value-area-post .btn.bg-facebook {
  cursor: auto;
}

.embed-responsive {
  position: relative;
}
.embed-responsive .map-caption {
  position: absolute;
  bottom: 13px;
  left: 0;
  padding: 0.25rem 0.5rem;
  background: rgba(0, 0, 0, 0.65);
  border-radius: 0 3px 3px 0;
  z-index: 1;
}
.embed-responsive .map-caption--text {
  font-weight: 600;
  color: white;
  margin: 0;
  font-size: inherit;
}
@media (max-width: 767.98px) {
  .embed-responsive .map-caption--text {
    font-size: 12px;
  }
}
@media (max-width: 575.98px) {
  .embed-responsive .map-caption--text {
    font-size: 10px;
  }
}

ul.parsley-errors-list > li:before {
  content: "" !important;
}

.ms-slide .ms-slide-bgcont img {
  margin: 0 !important;
}

.menu-menu-footer-container .menu {
  margin-bottom: 0;
}
.menu-menu-footer-container .menu-item {
  display: inline-block;
  list-style: none;
  padding: right;
}
.menu-menu-footer-container .menu-item:after {
  content: " | ";
}
.menu-menu-footer-container .menu-item:last-child():after {
  content: "";
}
.menu-menu-footer-container .menu-item a {
  color: white;
}
.menu-menu-footer-container .menu-item a:hover {
  color: #e8e8e8;
}

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