@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.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: residencia
*/
@font-face {
  font-family: "Myriad Pro Regular";
  src: url("/wp-content/themes/mahine/fonts/myriad-pro_regular.woff") format("woff");
  font-weight: normal;
}
@font-face {
  font-family: "Myriad Pro Light";
  src: url("/wp-content/themes/mahine/fonts/myriad-pro_light.woff") format("woff");
  font-weight: normal;
}
.list-sedes-large__sub .list-sedes-large__item a:before, .list-sedes-large__item-parent > .dropdown-toggle::after, .top .dropdown-toggle::after, .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: "Myriad Pro Regular";
  font-size: 16px !important;
  color: #333333;
  line-height: 1.75;
  letter-spacing: 0.2px;
}

.font-light {
  font-family: "Myriad Pro Light";
  line-height: 28px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: "Myriad Pro Regular";
  font-weight: 400;
}

h1, .h1 {
  font-size: 25px;
  color: #4b4b4d;
}

h2, .h2 {
  font-size: 25px;
  color: #00a499;
}

h3, .h3 {
  font-size: 22px;
  color: #4b4b4d;
}

h4, .h4 {
  font-size: 16px;
}

h5, .h5 {
  font-size: 13px;
}

h6, .h6 {
  font-size: 13px;
}

a {
  color: #333333;
}

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

p {
  font-family: "Myriad Pro Light";
  line-height: 23px;
  margin-bottom: 0.3rem;
}

ul {
  padding-left: 15px;
}

dd, dt {
  line-height: 2;
}

.mb-30 {
  margin-bottom: 30px !important;
}

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

footer p {
  margin-bottom: 0.25rem;
}

footer {
  font-size: 11px;
}

blockquote {
  font-size: inherit;
  border-color: white;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1361px !important;
  }
}
.logged-in .entry-footer {
  margin-bottom: 1rem;
}

.post-edit-link {
  background-color: #58595b;
  border-color: #58595b;
  color: white !important;
  border-radius: 4px !important;
  padding: 8px 16px;
}
.post-edit-link:hover, .post-edit-link:active {
  background-color: rgb(74.8, 75.65, 77.35);
  border-color: rgb(74.8, 75.65, 77.35);
}

@font-face {
  font-family: "Myriad Pro Regular";
  src: url("/wp-content/themes/clinicalsim/fonts/myriad-pro_regular.woff") format("woff");
  font-weight: normal;
}
@font-face {
  font-family: "Myriad Pro Light";
  src: url("/wp-content/themes/clinicalsim/fonts/myriad-pro_light.woff") format("woff");
  font-weight: normal;
}
.btn-primary {
  background-color: #00a499;
  border-color: #00a499;
  color: white !important;
  border-radius: 4px !important;
  padding: 8px 16px;
  color: white;
  text-transform: uppercase;
}
.btn-primary:hover, .btn-primary:active {
  background-color: rgb(0, 139.4, 130.05);
  border-color: rgb(0, 139.4, 130.05);
}

.btn-secondary {
  background-color: #575757;
  border-color: #575757;
  color: white !important;
  border-radius: 4px !important;
  padding: 8px 16px;
}
.btn-secondary:hover, .btn-secondary:active {
  background-color: rgb(73.95, 73.95, 73.95);
  border-color: rgb(73.95, 73.95, 73.95);
}

.btn-cta {
  background-color: #f47b18;
  border-color: #f47b18;
  color: white !important;
  border-radius: 4px !important;
  padding: 8px 16px;
}
.btn-cta:hover, .btn-cta:active {
  background-color: rgb(207.4, 104.55, 20.4);
  border-color: rgb(207.4, 104.55, 20.4);
}

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

.contact-btn {
  display: flex;
  margin-bottom: 20px;
}
.contact-btn .btn-primary:hover {
  background-color: #c8102e !important;
  border-color: rgba(206, 19, 45, 0.7) !important;
}

.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;
}

.partner-cards {
  margin-bottom: 8px;
}
@media (max-width: 767.98px) {
  .partner-cards {
    padding: 0 !important;
  }
}

.cardGallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  /* Ajusta el ancho de las columnas */
  gap: 28px;
  /* Espaciado entre tarjetas */
}
.cardGallery-content img {
  width: 294px;
  height: 196px;
  object-fit: cover;
  border-radius: 0.25rem;
}
.cardGallery-individual {
  border: 1px solid #e2e4e5;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  /* Las tarjetas tomarán el ancho máximo permitido */
  max-width: 420px;
  /* Ajusta al contenido más amplio */
  margin: auto;
}
.cardGallery .textDescript-card {
  width: 100%;
}
.cardGallery .textDescript-card p {
  padding: 0 12px;
}

@media screen and (max-width: 991px) {
  .cardGalleryMediakit {
    width: 300px !important;
  }
}

.cardNewsletter-content img {
  width: 132px;
  height: 202px;
  object-fit: cover;
  margin-top: 8px;
}
.cardNewsletter-individual {
  border: 1px solid #e2e4e5;
  max-width: 355px;
  width: -webkit-fill-available;
  border-radius: 10px;
}

.cardNewsletter,
.cardGallery {
  display: grid;
  gap: 20px;
  justify-items: center;
  grid-template-columns: repeat(4, 1fr);
}
.cardNewsletter-center,
.cardGallery-center {
  display: flex;
  justify-content: center;
}
@media (max-width: 1199.98px) {
  .cardNewsletter,
  .cardGallery {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 60px;
  }
}
@media (max-width: 991.98px) {
  .cardNewsletter,
  .cardGallery {
    gap: 30px;
  }
}
@media (max-width: 767.98px) {
  .cardNewsletter,
  .cardGallery {
    gap: 25px;
    grid-template-columns: repeat(1, 1fr);
  }
}

.cardNewsletter-3,
.cardGallery {
  display: grid;
  gap: 20px;
  justify-items: center;
  grid-template-columns: repeat(3, 1fr);
}
.cardNewsletter-3-center,
.cardGallery-center {
  display: flex;
  justify-content: center;
}
@media (max-width: 1199.98px) {
  .cardNewsletter-3,
  .cardGallery {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 60px;
  }
}
@media (max-width: 991.98px) {
  .cardNewsletter-3,
  .cardGallery {
    gap: 30px;
  }
}
@media (max-width: 767.98px) {
  .cardNewsletter-3,
  .cardGallery {
    gap: 25px;
    grid-template-columns: repeat(1, 1fr);
  }
}

.card {
  position: relative;
  justify-content: center;
  width: 353px;
  height: 192px;
  background-color: transparent;
}
.card--partner--svg {
  height: 135px;
}
.card--result {
  border: 1px solid #00a499;
}

@media (max-width: 354px) {
  .card {
    width: calc(100% - 30px);
  }
}
.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(0, 164, 153, 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;
}

.wrapped-img--yellow .wrapped-img__image {
  object-fit: cover;
  border-color: #fcbd01;
}
.wrapped-img--yellow .wrapped-img__box {
  background: rgba(252, 189, 1, 0.7);
}
.wrapped-img--yellow .wrapped-img__box p {
  color: rgb(254.1, 235.2, 178.8);
}

.wrapped-img--pastel-cyan .wrapped-img__image {
  object-fit: cover;
  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: rgb(218.1, 235.5, 242.7);
}

.wrapped-img--pastel-green .wrapped-img__image {
  object-fit: cover;
  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: rgb(224.1, 240.3, 240);
}

.wrapped-img--theme-primary .wrapped-img__image {
  object-fit: cover;
  border-color: #00a499;
}
.wrapped-img--theme-primary .wrapped-img__box {
  background: rgba(0, 164, 153, 0.7);
}
.wrapped-img--theme-primary .wrapped-img__box p {
  color: rgb(178.5, 227.7, 224.4);
}

.wrapped-img--theme-secondary .wrapped-img__image {
  object-fit: cover;
  border-color: #58595b;
}
.wrapped-img--theme-secondary .wrapped-img__box {
  background: rgba(88, 89, 91, 0.7);
}
.wrapped-img--theme-secondary .wrapped-img__box p {
  color: rgb(204.9, 205.2, 205.8);
}

.wrapped-img--theme-third .wrapped-img__image {
  object-fit: cover;
  border-color: #c8102e;
}
.wrapped-img--theme-third .wrapped-img__box {
  background: rgba(200, 16, 46, 0.7);
}
.wrapped-img--theme-third .wrapped-img__box p {
  color: rgb(238.5, 183.3, 192.3);
}

.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(0, 164, 153, 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: rgb(254.1, 235.2, 178.8);
}

.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: rgb(218.1, 235.5, 242.7);
}

.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: rgb(224.1, 240.3, 240);
}

.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 #00a499;
}
@media (max-width: 991.98px) {
  .wrapped-img-3__image {
    border: 5px solid #00a499;
  }
}
.wrapped-img-3__box {
  text-align: center;
  position: absolute;
  background: rgba(0, 164, 153, 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: rgb(254.1, 235.2, 178.8);
}

.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: rgb(218.1, 235.5, 242.7);
}

.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: rgb(224.1, 240.3, 240);
}

.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);
}

.img-style-1, .card-noticia--img {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
  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: rgb(178.5, 227.7, 224.4);
  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;
}

.heading-home {
  position: relative;
  padding-bottom: 35px;
}
.heading-home:before {
  content: "";
  border-bottom: 2px solid #00a499;
  bottom: 12px;
  position: absolute;
  width: 50px;
  left: 50% !important;
  transform: translateX(-50%);
}
@media (max-width: 575.98px) {
  .heading-home:before {
    width: 70px;
  }
}
.heading-home--center {
  text-align: center;
}
.heading-home--center:before {
  left: calc(50% - 168px);
}
@media (max-width: 767.98px) {
  .heading-home--center: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;
  left: 50%;
  transform: translateX(-50%);
}
.heading-style-1--center {
  text-align: center;
}

.heading-news:before {
  content: "";
  border-bottom: 2px solid #00a499;
  position: absolute;
  top: 40px;
  width: 55px;
  left: 50% !important;
  transform: translateX(-50%);
}

.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);
}

article ul {
  list-style: none;
  margin-left: 25px;
  font-size: 16px;
}
article ul li::before:not(.blocks-gallery-item) {
  display: inline-block;
  content: "•";
  color: #00a499;
  width: 1em;
  margin-left: -0.9em;
  font-weight: bold;
  font-size: 1.1rem;
}

.link-primary {
  color: #00a499;
}
.link-primary:hover {
  color: rgb(0, 139.4, 130.05);
}

.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: #00a499;
  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 #00a499;
}
.nav-style-1.nav-tabs .nav-item:nth-child(1):hover {
  border-bottom-color: rgb(0, 240.5, 224.368902439);
}
.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: rgb(210.6387434555, 229.8219895288, 165.6780104712);
}
.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: rgb(254.2865612648, 209.3399209486, 75.2134387352);
}
.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: rgb(243.2327586207, 174.8706896552, 169.2672413793);
}
.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: rgb(250.6379310345, 158.4113300493, 132.8620689655);
}
.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: #00a499;
  color: rgb(247.35, 252.27, 251.94);
}
.table--format > thead > tr {
  text-transform: uppercase;
}
.table--format > thead > tr:nth-child(2) {
  background: rgb(45.9, 180.38, 171.36);
}
.table--format > thead > tr:nth-child(3) {
  background: rgb(61.2, 185.84, 177.48);
}
.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 > tr:nth-child(odd) {
  border: none;
  background: rgb(247.35, 252.27, 251.94) !important;
}
.table--format > tbody > tr > td {
  border: 1px solid rgb(216.75, 241.35, 239.7);
  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 rgb(216.75, 241.35, 239.7);
}
.table--format > tfoot > tr > th {
  padding: 4px;
  border-color: transparent;
}
.table--format .table-format__bg-2 {
  background: rgb(45.9, 180.38, 171.36);
}
.table--format .heading--2 {
  background: rgb(45.9, 180.38, 171.36);
}
.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;
}

.wp-block-image {
  width: 100% !important;
  height: 250px !important;
  object-fit: cover !important;
}

.single-post .wp-block-image {
  height: auto !important;
}

.blocks-gallery-grid,
.wp-block-gallery {
  grid-template-columns: repeat(4, 1fr) !important;
}

@media only screen and (max-width: 1400px) {
  .blocks-gallery-grid,
  .wp-block-gallery {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}
@media only screen and (max-width: 992px) {
  .blocks-gallery-grid,
  .wp-block-gallery {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media only screen and (max-width: 534px) {
  .blocks-gallery-grid,
  .wp-block-gallery {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
#modal-slider {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
}

#modal-slider-image {
  width: 630px !important;
  height: 600px !important;
  object-fit: contain !important;
}

#left-arrow,
#right-arrow,
#close-modal {
  cursor: pointer;
  position: absolute;
  font-size: 66px;
  color: white;
}

#left-arrow {
  left: 300px;
  top: 55%;
  transform: translateY(-50%);
}

#right-arrow {
  right: 300px;
  top: 55%;
  transform: translateY(-50%);
}

#close-modal {
  top: 20px;
  right: 30px;
  font-size: 50px;
}

@media only screen and (max-width: 1400px) {
  #left-arrow {
    left: 150px;
    font-size: 60px;
  }
  #right-arrow {
    right: 150px;
    font-size: 60px;
  }
}
@media only screen and (max-width: 992px) {
  #modal-slider-image {
    width: 430px !important;
    height: 400px !important;
  }
  #left-arrow {
    left: 100px;
    font-size: 56px;
  }
  #right-arrow {
    right: 100px;
    font-size: 56px;
  }
}
@media only screen and (max-width: 550px) {
  #modal-slider-image {
    width: 330px !important;
    height: 220px !important;
  }
  #left-arrow {
    left: 10px;
    font-size: 40px;
  }
  #right-arrow {
    right: 10px;
    font-size: 40px;
  }
}
.card-newsletter,
.card-output {
  width: 280px;
  border: 1px solid #e2e4e5;
  border-radius: 0.25rem;
  overflow: hidden;
  background-image: url("https://storage.googleapis.com/clinicalsim-media/2024/05/bg-card-clinical-1.png");
  background-size: cover;
  background-position-y: 65px;
  background-repeat: no-repeat;
}

.card-newsletter {
  display: flex;
  flex-direction: column;
}

.card-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}

.card-icon {
  padding: 20px;
}

.card-content h2 {
  flex-grow: 1;
}

.card-newsletter-link {
  align-self: start;
}

.download-count {
  align-self: start;
}

.card-output img {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}
.card-output-content {
  background-color: white;
}

.card-icon {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-content {
  color: #333;
  padding: 20px;
  text-align: center;
}

.card-title {
  font-size: 16px;
  margin: 0;
  margin-top: 30px;
}

.card-description {
  font-size: 14px;
  margin-top: 10px;
}

.card-partners {
  border-radius: 0.25rem;
  padding: 1rem;
  margin: 1rem 0;
  display: flex;
  flex-direction: row;
  width: 100%;
}

.card-partners-img-container {
  flex: 1;
  max-width: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
}

.card-partners-img {
  width: 100% !important;
  height: auto;
}

.card-partners-content {
  flex: 2;
  display: flex;
  flex-direction: column;
  padding-left: 20px;
  justify-content: center;
}

.card-partners-content-associated {
  flex: 2;
  display: flex;
  flex-direction: column;
  padding-left: 20px;
  justify-content: center;
}

.card-partners-title-primary,
.card-partners-title-secondary {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
  padding-bottom: 10px;
  position: relative;
}

.card-partners-title-primary::after,
.card-partners-title-secondary::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 150px;
}

.card-partners-title-primary::after {
  background-color: #c8102e;
}

.card-partners-title-secondary::after {
  background-color: #00a499;
}

.card-partners-text {
  font-size: 14px;
  color: #6c757d;
}

@media (max-width: 1382px) {
  .card-partners {
    flex: 0 0 80% !important;
  }
}
/* Responsive adjustments */
@media (max-width: 768px) {
  .card-partners {
    flex-direction: column;
  }
  .card-partners-img-container {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .card-partners-content {
    align-items: center;
    padding-left: 0;
    text-align: center;
  }
  .card-partners-content-associated {
    align-items: center;
    padding-left: 0;
    text-align: center;
  }
  .card-partners-title,
  .card-partners-text {
    text-align: center;
  }
  .card-partners-title-primary::after,
  .card-partners-title-secondary::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    width: 150px;
  }
}
#ujes-link {
  display: flex;
  justify-content: center;
}
#ujes-link img {
  width: 75% !important;
}

.small-image {
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  pointer-events: none;
  object-fit: cover;
  width: 100%;
  object-position: 50% 0 !important;
}

.social-container {
  position: fixed;
  z-index: 999999999;
  top: 50%;
  left: calc(100% - 75px);
  transform: translateY(-50%);
}

.social-link {
  display: flex;
  align-items: center;
  color: #fff !important;
  text-decoration: none;
  padding: 2px 13px 0px 18px;
  margin: 0 7px 8px 0;
  border-radius: 5px 0px 0px 5px;
  border: 1px solid #dee2e6;
  transition: all 0.2s ease-in-out;
  background-color: #00a499;
}

.social-link:hover,
.social-link:focus {
  background-color: #c8102e;
  text-decoration: none;
  transform: scale(1.05);
}

.social-link i {
  font-size: 24px;
  margin-right: 5px;
}

.social-link span {
  line-height: 1.5;
  visibility: hidden;
}

.footer-social-container {
  display: block;
}

@media (max-width: 768px) {
  .social-container {
    display: none;
  }
}
.footer-social-link {
  display: flex;
  align-items: center;
  color: #00a499 !important;
  text-decoration: none;
  padding: 8px 12px;
  margin: 0 10px 10px 0;
  border-radius: 5px;
  border: 1px solid #dee2e6;
  transition: all 0.2s ease-in-out;
  background-color: #f8f9fa;
}

.footer-social-link:hover,
.footer-social-link:focus {
  background-color: #c8102e;
  color: white !important;
}
.footer-social-link:hover .social-link,
.footer-social-link:focus .social-link {
  display: flex;
  align-items: center;
  color: #fff !important;
  text-decoration: none;
  padding: 2px 13px 0px 18px;
  margin: 0 7px 8px 0;
  border-radius: 5px 0px 0px 5px;
  border: 1px solid #dee2e6;
  transition: all 0.2s ease-in-out;
  background-color: #00a499;
}
.footer-social-link:hover .social-link:hover,
.footer-social-link:hover .social-link:focus,
.footer-social-link:focus .social-link:hover,
.footer-social-link:focus .social-link:focus {
  background-color: #c8102e;
  text-decoration: none;
  transform: scale(1.05);
}
.footer-social-link:hover .social-link i,
.footer-social-link:focus .social-link i {
  font-size: 24px;
  margin-right: 5px;
}
.footer-social-link:hover .social-link span,
.footer-social-link:focus .social-link span {
  line-height: 1.5;
}

.footer-social-link i {
  font-size: 24px;
  margin-right: 5px;
}

.footer-social-link span {
  line-height: 1.5;
}

.newsletter-section {
  background: #f3fafa;
  width: 100%;
  padding: 42px;
}

.newsletter-container {
  justify-content: center;
  display: flex;
  gap: 23px;
}

.newsletter-icon {
  align-items: center;
  display: flex;
}

.newsletter-icon img {
  width: 97px;
  height: 118px;
}

.newsletter-title {
  text-transform: uppercase;
}

.newsletter-description {
  font-size: 18px;
  margin-bottom: 21px;
}

.newsletter-form {
  display: flex;
  gap: 16px;
}

.newsletter-input {
  height: 40px;
  border: 1px solid #e2e4e5;
  border-radius: 5px;
  width: 100%;
  font-size: 14px;
  padding-left: 10px;
}

.newsletter-button {
  background: #00a499;
  color: white !important;
  padding: 7px 18px;
  border-radius: 5px;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
  transition: background-color 0.2s ease-in-out;
}

.newsletter-button:hover {
  background-color: #c8102e !important;
  cursor: pointer;
  color: white !important;
}

.newsletter-message {
  padding: 10px;
  margin-top: 10px;
  border-radius: 5px;
  font-size: 14px;
  text-align: center;
  display: none;
}

.newsletter-message.success {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

.newsletter-message.error {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

.cardTitle-truncated {
  display: block;
  max-width: 100%;
  padding: 0 18px;
  margin-bottom: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;
  text-align: center;
  font-size: 18px;
}

.truncated-link {
  display: inline-block;
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none !important;
  color: #4b4b4d !important;
}

/* Responsive styles */
@media (max-width: 768px) {
  .newsletter-container {
    flex-direction: column;
    align-items: center;
  }
  .newsletter-form {
    flex-direction: column;
    width: 100%;
  }
  .newsletter-button {
    width: 100%;
    margin-top: 16px;
  }
  .newsletter-icon img {
    width: 60px;
    height: 60px;
  }
  .newsletter-description {
    font-size: 16px;
    text-align: center;
  }
  .newsletter-title {
    text-align: center;
  }
}
.full-width-thumbnail {
  position: relative;
  width: 99vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden;
  height: 150px;
}
.full-width-thumbnail__img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: auto;
  transform: translate(-50%, -50%);
  max-width: none;
}
@media (min-width: 768px) {
  .full-width-thumbnail {
    height: 300px;
  }
}

@media (max-width: 1199.98px) {
  .documentsMediakit {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 60px;
  }
}
@media (max-width: 991.98px) {
  .documentsMediakit {
    gap: 30px;
  }
}
@media (max-width: 767.98px) {
  .documentsMediakit {
    gap: 25px;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 575.98px) {
  .documentsMediakit {
    gap: 20px !important;
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 575.98px) {
  #img-gallery {
    width: 300px;
  }
}

/* The Modal (background) */
.custom-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.5); /* Black w/ opacity */
}
.custom-modal img {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 600px;
  animation-name: zoom;
  animation-duration: 0.6s;
}
@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

.blocks-gallery-item figure {
  cursor: pointer;
}

.team-card--home {
  background: #f7fcff;
}

.team-container {
  position: relative;
}

.view-more-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: #757575;
  margin-top: 10px;
  margin-bottom: 5px;
  padding: 0px 10px;
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  bottom: 0;
  right: 0;
  text-decoration: none;
  transition: all 0.3s ease;
  text-transform: uppercase;
}
.view-more-btn:hover {
  color: #0085ca;
}
.view-more-btn h4 {
  margin: 0;
}

.team-card--flex img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
  border-radius: 10px;
}
.team-card--flex .card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
}
.team-card--flex .card-overlay h1 {
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 10px;
}
.team-card--flex:hover img {
  border-radius: 10px;
}
.team-card--flex:hover .card-overlay {
  opacity: 1;
  border-radius: 10px;
}
.team-card--flex:hover p {
  text-align: center;
}

.card-partnerships--border-left {
  border-left: 3px solid #c8102e;
}

.card-partnerships--border-top {
  border-top: 3px solid #c8102e;
}

@media only screen and (max-width: 991px) {
  .card-partnerships--border-left {
    border-left: none;
  }
  .card-partnerships--border-top {
    border-top: 3px solid #c8102e;
  }
}
@media only screen and (min-width: 992px) {
  .card-partnerships--border-left {
    border-left: 3px solid #c8102e;
  }
  .card-partnerships--border-top {
    border-top: none;
  }
}
.output-card {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 0px;
  gap: 20px;
  position: absolute;
  width: 355px;
  height: 424px;
  left: 150px;
  top: 632px;
  border: 1px solid #E2E4E5;
  border-radius: 10px;
}
.output-card img {
  width: 294px;
  height: 196px;
  flex: none;
  order: 0;
  flex-grow: 0;
}
.output-card-content {
  /* Group 2245 */
  width: 314px;
  height: 115px;
  flex: none;
  order: 1;
  flex-grow: 0;
}

.event-container {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding: 10px 10px 30px 10px;
  border-bottom: 1px solid #E5E5E5;
}
.event-container .event-image {
  margin-right: 30px;
}
.event-container .event-image img {
  width: 350px;
  object-fit: cover;
  height: 187px;
}
.event-container .event-details {
  flex-grow: 1;
}
.event-container .event-details .event-date {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.event-container .event-details .event-date span {
  color: #757575;
}
.event-container .event-details .event-date img {
  margin-right: 5px;
}
.event-container .event-details .event-title {
  margin-bottom: 10px;
}
.event-container .event-details .event-title a {
  margin: 0;
  color: #00a499;
  font-size: 18px;
}
.event-container .event-details .event-description {
  margin-bottom: 15px;
}
.event-container .event-details .event-description .excerpt {
  font-size: 16px;
}
.event-container .event-details .event-read-more .read-more-button {
  border: 0px;
  width: 103px;
  height: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00a499;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  font-size: 14px;
  text-transform: uppercase;
}
.event-container .event-details .event-read-more .read-more-button:hover {
  background-color: rgb(0, 113, 105.4207317073);
}
@media (max-width: 768px) {
  .event-container {
    flex-direction: column;
    align-items: flex-start;
  }
  .event-container .event-image {
    display: flex;
    justify-content: center;
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
  }
  .event-container .event-image img {
    width: 100%;
  }
  .event-container .event-details .event-date {
    justify-content: flex-start;
  }
  .event-container .event-details .event-title h2 {
    font-size: 1.2em;
  }
}

.news-carousel {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.news-carousel .swiper-wrapper {
  align-items: stretch;
}
.news-carousel .swiper-slide {
  display: flex;
  justify-content: center;
  height: auto;
}
.news-carousel .card-news {
  width: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  border: 1px solid #E5E5E5;
  height: 100%;
}
.news-carousel .card-news-img {
  width: 100%;
  height: 196px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
}
.news-carousel .post-item__body__information__date {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #757575;
  font-size: 14px;
  margin-bottom: 10px;
}
.news-carousel .post-item__body__information__date .calendar-icon {
  width: 16px;
  height: 16px;
}
.news-carousel .post-item__body__information__title--news a {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 300;
  color: #00a499;
  text-decoration: none;
  transition: color 0.3s ease;
}
.news-carousel .post-item__body__information__title--news a:hover {
  color: #0085ca;
}
.news-carousel .swiper-pagination {
  position: relative;
  margin-top: 50px;
  text-align: center;
  z-index: 10;
}
.news-carousel .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #66c7c0;
  opacity: 1;
  transition: all 0.3s;
  margin: 0 6px !important;
}
.news-carousel .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #00a499;
  width: 24px;
  border-radius: 6px;
}

.team-container {
  position: relative;
}

.view-more-btn {
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #757575;
  margin-top: 30px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.view-more-btn:hover {
  color: #0085ca;
}
.view-more-btn h4 {
  margin: 0;
  font-size: 16px;
}

@media (max-width: 991.98px) {
  .view-more-btn {
    margin-top: 40px;
  }
}
@font-face {
  font-family: "Myriad Pro Regular";
  src: url("/wp-content/themes/clinicalsim/fonts/myriad-pro_regular.woff") format("woff");
  font-weight: normal;
}
@font-face {
  font-family: "Myriad Pro Light";
  src: url("/wp-content/themes/clinicalsim/fonts/myriad-pro_light.woff") format("woff");
  font-weight: normal;
}
.font-family-light {
  font-family: "Myriad Pro Light" !important;
}

.color-primary {
  color: #00a499 !important;
}

.color-primary-light {
  color: rgb(239.7, 249.54, 248.88) !important;
}

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

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

.color-secondary-light {
  color: rgb(244.98, 245.04, 245.16) !important;
}

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

.color-gray-light {
  color: #f3f3f8 !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: #4b4b4d !important;
}

.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: #00a499 !important;
}

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

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

.bg-secondary-light {
  background-color: rgb(244.98, 245.04, 245.16) !important;
}

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

.bg-gray-light {
  background-color: #f3f3f8 !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-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: #00a499;
}
.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: 2px dashed #e2e4e5 !important;
}

.border-dashed-bottom {
  border-bottom: 2px dashed #e2e4e5 !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 !important;
}

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

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

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

.lh-25 {
  line-height: 25px !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;
}

.border-solid--right {
  border-right: 1px solid #e2e4e5 !important;
}
@media (max-width: 991.98px) {
  .border-solid--right {
    border-right: none !important;
    border-bottom: 1px solid #e2e4e5 !important;
  }
}

.cardTittle {
  color: #00a499;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 23px;
  text-align: center;
}

.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;
}

@font-face {
  font-family: "Myriad Pro Regular";
  src: url("/wp-content/themes/clinicalsim/fonts/myriad-pro_regular.woff") format("woff");
  font-weight: normal;
}
@font-face {
  font-family: "Myriad Pro Light";
  src: url("/wp-content/themes/clinicalsim/fonts/myriad-pro_light.woff") format("woff");
  font-weight: normal;
}
.tags--container {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 15px 0px;
  color: #757575;
  margin-bottom: 20px;
}
.tags--container a {
  color: #00a499;
}

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

.card-noticia {
  background-color: transparent;
  border: none;
}
@media (max-width: 767.98px) {
  .card-noticia {
    min-width: 50%;
  }
}
.card-noticia--img {
  width: 100%;
}
.card-noticia--title {
  font-size: 13px;
  font-weight: 600;
  color: #00a499;
  margin-bottom: 0.45rem !important;
}
.card-noticia--body {
  padding: 10px 0 0 0;
}
.card-noticia--text {
  font-size: 12px;
  color: initial;
  line-height: 1.35;
  font-weight: 600;
}
.card-noticia--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 0 0;
}
@media (max-width: 767.98px) {
  .pre-footer .mb-sponsor {
    margin-bottom: 1.5rem;
  }
}

.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 #00a499;
  border-left: 1px solid #00a499;
  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 > 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-top-content {
  float: right;
}

.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.lang-item a {
  width: 100%;
  float: left;
}

.site-header {
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  background-color: #fff;
}

#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: 180px;
  height: auto;
}
@media (max-width: 767.98px) {
  .site-branding .custom-logo {
    width: 130px;
  }
}
.region-header {
  padding-left: 0;
  padding-right: 1px;
}
.region-header.navbar {
  margin-bottom: 10px;
}
.region-header.navbar .navbar-nav {
  margin-top: 5px;
  margin-bottom: 17px;
}
@media (max-width: 991.98px) {
  .region-header.navbar .navbar-nav {
    margin-top: 0;
  }
}
.region-header.navbar .navbar-nav .active a {
  color: #c8102e;
}
@media (max-width: 1199.98px) {
  .region-header.navbar .navbar-nav .nav-item {
    border-bottom: 1px dotted #f3f3f8;
  }
}
.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;
  padding-top: 20px;
}
.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;
}

.region-social {
  gap: 17px;
  padding-top: 3px;
  border-right: 0.5px solid white;
}
.region-social .titleFollow {
  padding-top: 1px;
}

.site-branding .custom-logo {
  width: 240px;
  height: auto;
  padding-top: 5px;
}

@media (max-width: 767.98px) {
  .site-branding .custom-logo {
    width: 130px;
  }
}
.heading-home:before {
  content: "";
  border-bottom: 2px solid #c8102e;
  bottom: 12px;
  position: absolute;
  width: 50px;
  left: 50% !important;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#partners:before {
  content: "";
  border-bottom: 2px solid #00a499;
  bottom: 12px;
  position: absolute;
  width: 50px;
  left: 50% !important;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

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

.site-main .entry-content p {
  line-height: 25px;
  margin-bottom: 1rem !important;
}
.site-main .entry-content a {
  color: #00a499;
}
.site-main .entry-content a:hover {
  color: rgb(0, 194.6, 181.5475609756);
  text-decoration: none;
}

.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: 25px 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;
}

#modal {
  display: none;
}

@font-face {
  font-family: "Myriad Pro Regular";
  src: url("/wp-content/themes/clinicalsim/fonts/myriad-pro_regular.woff") format("woff");
  font-weight: normal;
}
@font-face {
  font-family: "Myriad Pro Light";
  src: url("/wp-content/themes/clinicalsim/fonts/myriad-pro_light.woff") format("woff");
  font-weight: normal;
}
@font-face {
  font-family: "Myriad Pro Regular";
  src: url("/wp-content/themes/clinicalsim/fonts/myriad-pro_regular.woff") format("woff");
  font-weight: normal;
}
@font-face {
  font-family: "Myriad Pro Light";
  src: url("/wp-content/themes/clinicalsim/fonts/myriad-pro_light.woff") format("woff");
  font-weight: normal;
}
.page-link {
  color: #00a499;
}

.page-item.active .page-link {
  background-color: #00a499;
  border-color: #00a499;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background-color: rgb(170, 13.6, 39.1);
  border-color: rgb(170, 13.6, 39.1);
}

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

.logo-Uneatlantico {
  width: 240px;
}

.wp-block-gallery.columns-3 .blocks-gallery-item {
  width: 29% !important;
}

.blocks-gallery-grid,
.wp-block-gallery {
  gap: 40px !important;
  margin-bottom: 40px;
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1199.98px) {
  .blocks-gallery-grid,
  .wp-block-gallery {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 60px;
  }
}
@media (max-width: 767.98px) {
  .blocks-gallery-grid,
  .wp-block-gallery {
    gap: 25px;
    grid-template-columns: repeat(1, 1fr);
  }
}

.wp-block-gallery {
  justify-content: center;
}

.home .site-header {
  background-color: #fff;
}

a.bg-primary:focus {
  background-color: #c8102e !important;
}

.wp-block-gallery figure {
  cursor: pointer;
}

@font-face {
  font-family: "Myriad Pro Regular";
  src: url("/wp-content/themes/clinicalsim/fonts/myriad-pro_regular.woff") format("woff");
  font-weight: normal;
}
@font-face {
  font-family: "Myriad Pro Light";
  src: url("/wp-content/themes/clinicalsim/fonts/myriad-pro_light.woff") format("woff");
  font-weight: normal;
}
.nav-sidebar {
  list-style-type: decimal;
  margin-left: 15px;
}
.nav-sidebar .nav-link {
  padding: 0.25rem 1rem;
}
.nav-sidebar .nav-link.active {
  color: #00a499;
}
.nav-sidebar h3 {
  font-size: 14px;
}

ul.sub-menu-level-2 {
  padding-bottom: 15px;
  padding-left: 0;
}

.sidebar .sub-menu > .child {
  padding-left: 10px;
}

@media (min-width: 768px) {
  .region-sidebar-left .heading-collapse__icon {
    display: none;
  }
}

.region-sidebar-right .widget_search {
  margin-bottom: 1rem;
}

.block-search {
  min-width: 250px;
  float: right;
  overflow: hidden;
  padding: 55px 0 0 0;
}
@media (max-width: 991.98px) {
  .block-search {
    float: initial;
    padding: 20px 0 10px 0;
    margin: 4px auto;
    clear: both;
  }
}
.block-search__position {
  align-items: flex-end;
}
@media (max-width: 991.98px) {
  .block-search__position {
    align-items: flex-start;
  }
}

.has-search .form-control {
  padding-left: 2.375rem;
}

.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.15rem;
  text-align: center;
  pointer-events: none;
  color: #6f6f6e;
}

.wp-block-latest-posts li {
  font-size: 14px !important;
}

.widget-home-banner {
  display: flex;
  justify-content: center;
}
.widget-home-banner img {
  position: relative;
  height: 435px !important;
  width: auto;
}
@media (max-width: 767.98px) {
  .widget-home-banner img {
    height: 250px !important;
  }
}

.team-card-text {
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  line-height: 1.5 !important;
}

.news-card-text {
  font-family: Myriad Pro Light;
  font-weight: 600;
  line-height: 1.4;
}

.calendar-icon {
  margin-top: -5px;
}

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

.entry-meta {
  margin-top: 20px;
  margin-bottom: 20px;
}
.entry-meta img {
  padding-bottom: 4px;
}

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

.wpcf7-form-control-wrap {
  width: 100% !important;
}

.wpcf7-form-control-wrap input, textarea {
  width: 100%;
  border: 1px solid #DCDCDC;
  border-radius: 5px;
  padding-left: 5px;
}

.wpcf7-form-control-wrap textarea {
  height: 80px;
}

.wpcf7-form-control-wrap input:focus, textarea:focus {
  outline: none !important;
  border-color: #719ECE;
  box-shadow: 0 0 10px #719ECE;
}

.custom-img {
  border-radius: 10px;
  object-fit: cover;
}

@media (max-width: 991px) {
  .custom-img {
    height: 200px;
  }
}
.wp-block-latest-posts li {
  font-size: 14px !important;
}

.wpcf7-list-item {
  margin: 0 5px 0 0 !important;
}

.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;
  max-width: 355px;
  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%;
}

.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: #00a499;
}

.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: #00a499;
}

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

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

.bootstrap-datetimepicker-widget table td span.active {
  background-color: #00a499;
  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: rgb(249.6, 249.6, 251.85);
}

.blog .entry-content {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.blog hr {
  display: none;
}

.blog article {
  height: 170px;
}

#menu-menu-footer {
  display: none;
}

.heading-home {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .heading-home {
    margin-top: 50px;
  }
}

.blog .post .entry-header {
  margin-top: 0px;
}

.post .entry-header {
  margin-top: 30px;
}

.blog .border {
  width: 100%;
  height: 1px;
  color: #d7d7d7;
}

.blog .wp-post-image {
  height: 230px;
  width: 370px;
  object-fit: cover;
  border-radius: 0.25rem;
  border: 1px solid transparent;
}

.blog h2 a {
  font-size: 20px;
  color: #0082ca;
}

.blog .entry-content p {
  font-size: 16px;
  color: #333333;
  line-height: 23px;
}

.blog .widget-area {
  display: none;
}

.blog .col-md-9 {
  flex: 1;
  max-width: 100% !important;
}

.blog .post {
  display: flex;
  flex-direction: row;
  margin: 25px 0 25px 0 !important;
}

.blog .post .entry-header {
  top: 100px !important;
}

.blog .post .entry-content {
  top: 100px !important;
  margin-bottom: 0px !important;
}

.post .entry-title {
  font-size: 25px;
  color: #00a499;
}

.post .entry-date {
  font-size: 13px;
  color: #757575;
  font-family: "Myriad Pro Light";
}

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

.post .entry-content {
  font-size: 16px;
  color: #6d6e70;
  text-align: justify;
}

.post .entry-content a {
  font-weight: bold;
  color: #00a499;
}

.blog .post .entry-content p {
  font-weight: lighter;
}

.blog .post .entry-content strong {
  font-weight: lighter;
  color: #6d6e70;
}

#respond {
  display: none;
}

footer .site-info {
  display: flex;
  flex-direction: row;
}

footer ul {
  margin: 0;
}

.blog footer {
  bottom: 0;
  width: 100%;
}

.post footer {
  bottom: -30px;
  width: 100%;
}

.post hr {
  display: none;
}

.post .border {
  display: none;
}

.widget-sidebar-1 h2 {
  font-size: 16px;
  color: #58595b;
}
.widget-sidebar-1 ul li {
  margin-left: 25px;
  font-size: 16px;
  color: #333;
  list-style: disc !important;
  color: #00a499;
}
.widget-sidebar-1 h2.widget-title {
  display: none;
}

.post .entry-title {
  display: block;
}

.post .post-thumbnail {
  display: block !important;
  margin-bottom: 33px;
}

.blog .post-thumbnail {
  margin-bottom: 0px !important;
}

.header-div {
  position: relative;
}

.page-template-page-last-news button {
  width: 103px;
  height: 33px;
  border: none;
  cursor: pointer;
  line-height: 17px;
}

.blog .buttonName {
  position: absolute;
  bottom: 0;
}

.blog button a {
  color: white;
}

.nav-previous {
  display: none;
}

.img-principal {
  width: 100%;
}

.navigation .nav-next {
  display: none;
}

#secondary {
  max-width: 100% !important;
}

.post-thumbnail img {
  width: 100%;
  object-fit: cover;
}

@media (max-width: 767.98px) {
  .post-item {
    gap: 20px;
  }
}
.post-item__image {
  max-height: 230px;
}
.post-item__image img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.page-template-page-last-news .post-item__body__information__extract {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.page-template-page-last-news .post-item__body__information__title a {
  color: #0082ca;
  font-weight: 600;
}
.page-template-page-last-news .post-item__body__information__date {
  font-size: 13px;
  color: #757575;
  display: flex;
  gap: 8px;
}
.page-template-page-last-news .post-item__body__information__date img {
  padding-bottom: 4px;
}
.page-template-page-last-news .post-item__body__more {
  position: absolute;
  bottom: 0;
}

.page-numbers {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
  list-style: none;
}

.page-numbers li span {
  padding: 5px 10px 5px 10px;
  border: 1px #00a499 solid;
  border-radius: 2px;
  background-color: #00a499;
  color: white;
}

.page-numbers li a {
  padding: 5px 10px 5px 10px;
  border: 1px #e2e4e5 solid;
  border-radius: 2px;
}

.single #secondary {
  padding: 0px;
}

#content {
  min-height: 73.3vh;
}

.last-news {
  margin: 30px;
}

.img-fluid,
.post-thumbnail img {
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  pointer-events: none;
  object-fit: cover;
  width: 100%;
}

.sticky-head {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

@media (min-width: 1200px) {
  body {
    padding-top: 79px;
  }
}
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
  object-fit: cover !important;
  object-position: 50% 0 !important;
}

.wpcf7-form-control-wrap input {
  height: 32px !important;
}

.wpcf7-form-control-wrap input[type=checkbox] {
  height: 16px !important;
}

.feature-heading__img {
  height: 275px !important;
  object-position: center center !important;
}

.fixed-content-padding-top {
  padding-top: 30px;
}

@media (max-width: 1200px) {
  .fixed-content-padding-top {
    padding-top: 120px;
  }
}
@media (max-width: 768px) {
  .fixed-content-padding-top {
    padding-top: 0px;
  }
  .fixed-content-padding-top:is(article) {
    padding-top: 60px;
  }
}
@media (max-width: 1200px) {
  .fixed-content-padding-top-page {
    padding-top: 50px;
  }
}
@media (max-width: 768px) {
  .fixed-content-padding-top-page {
    padding-top: 0px;
  }
}
.test-class {
  display: none;
}

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