@charset "UTF-8";
.topBar {
  padding: 0.5rem 0.6rem;
  color: #d7d7d7;
  background-color: #242424;
}
@media only screen and (min-width: 768px) {
  .topBar {
    padding: 0.5rem 1.5rem;
  }
}
.topBar .topBar-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.topBar .topbar-seo {
  font-size: 0.7rem;
  line-height: 1.1;
}
@media only screen and (min-width: 768px) {
  .topBar .topbar-seo {
    font-size: 0.8rem;
  }
}
.topBar .topbar-contact {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-shrink: 0;
}
.topBar .topbar-contact .email {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.3rem;
}
.topBar .topbar-contact .email .label {
  display: none;
  font-size: 0.85rem;
  color: white;
  transition: all ease 0.4s;
}
@media only screen and (min-width: 768px) {
  .topBar .topbar-contact .email .label {
    display: block;
  }
}
.topBar .topbar-contact .email .icon {
  font-size: 0.9rem;
}
.topBar .topbar-contact .email:hover .label {
  color: #40CCD0;
}
.topBar .topbar-contact .email:hover .icon {
  color: white;
}
.topBar .topbar-contact .icon {
  color: #40CCD0;
  font-size: 1.1rem;
  transition: all ease 0.4s;
}
.topBar .social {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.topBar .social a:hover .icon {
  color: white;
}

#cover-home {
  display: flex;
  align-items: center;
  min-height: 450px;
  height: auto;
  padding: 3rem 0 5rem;
  transition: all ease 0.4s;
}
@media only screen and (min-width: 768px) {
  #cover-home {
    padding: 4rem 0 7rem;
    min-height: 500px;
  }
}
@media only screen and (min-width: 1200px) {
  #cover-home {
    min-height: 580px;
  }
}
@media only screen and (min-width: 1400px) {
  #cover-home {
    min-height: 750px;
  }
}
#cover-home .cover-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding: 0 0.4rem 0 0;
}
@media only screen and (min-width: 768px) {
  #cover-home .cover-content {
    padding: 0;
  }
}
#cover-home h1 {
  font-size: 1.5rem;
  line-height: 1.1;
  text-align: right;
  max-width: 690px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  color: white;
}
@media only screen and (min-width: 768px) {
  #cover-home h1 {
    font-size: 2.1rem;
  }
}
#cover-home h1:before {
  display: none !important;
}
#cover-home h1 strong {
  font-size: 1.3em;
}
#cover-home .cover-bottom {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1rem;
  padding: 0.78rem 0.78rem 0.78rem 0.78rem;
  background-color: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(3px) brightness(2);
  position: relative;
  max-width: 520px;
  width: 100%;
}
@media only screen and (min-width: 370px) {
  #cover-home .cover-bottom {
    flex-direction: row;
    align-items: center;
    padding: 0.9rem 0.9rem 0.9rem 0.7rem;
    width: calc(100% - 2.4rem);
  }
}
@media only screen and (min-width: 768px) {
  #cover-home .cover-bottom {
    padding: 0.78rem 0.78rem 0.78rem 0;
    width: calc(100% - 3rem);
  }
}
#cover-home .cover-bottom:before {
  display: none;
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  right: calc(100% - 0.2px);
  width: 3rem;
  height: 100%;
  background: url(../img/banner-text-tip.svg) no-repeat;
  background-position: 100% 0;
  background-size: contain;
  opacity: 0.84;
}
@media only screen and (min-width: 370px) {
  #cover-home .cover-bottom:before {
    display: block;
  }
}
#cover-home .cover-bottom .text {
  font-size: 0.9rem;
  text-align: right;
  line-height: 1.3;
  margin: 0;
  color: #202020;
}
@media only screen and (min-width: 768px) {
  #cover-home .cover-bottom .text {
    font-size: 1rem;
  }
}
#cover-home .cover-bottom .btn {
  flex-shrink: 0;
  color: white;
  background-color: #335F9A;
  padding: 0.6rem 0.8rem;
}
@media only screen and (min-width: 768px) {
  #cover-home .cover-bottom .btn {
    padding: 0.6rem 1.3rem;
  }
}
#cover-home .cover-bottom .btn:hover {
  background-color: transparent;
  color: #335F9A;
  border-color: #335F9A;
}

#nosotros-home .texto-con-boton {
  margin-bottom: 1.5rem;
}

#nosotros-home .titulo-destacado span {
  display: inline;
}

#testimonials .slick-list.draggable {
  overflow: hidden;
  position: relative;
  z-index: 20;
}
#testimonials .slick-dots {
  top: -1.5rem;
  z-index: 10;
}
#testimonials .title {
  font-family: IBM Plex Serif, serif;
  font-style: italic;
  margin: 0 0 0.4rem;
  font-size: 1.2rem;
}
@media only screen and (min-width: 768px) {
  #testimonials .title {
    font-size: 1.4rem;
  }
}
#testimonials .slide-prensa .contenido-slide {
  margin: 0 0.2rem;
}
#testimonials .slide-prensa .contenido-slide .cita {
  min-height: auto;
}
@media only screen and (min-width: 768px) {
  #testimonials .slide-prensa .contenido-slide .cita {
    min-height: 180px;
  }
}
#testimonials .slide-prensa .contenido-slide .cita p {
  display: -webkit-box;
  -webkit-line-clamp: auto;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  #testimonials .slide-prensa .contenido-slide .cita p {
    -webkit-line-clamp: 4;
  }
}
#testimonials .slide-prensa .contenido-slide .cita p:after {
  content: "»";
}
#testimonials .slide-prensa .contenido-slide .cita p:before {
  content: "«";
}
#testimonials .slide-prensa .contenido-slide .author {
  line-height: 1.2;
}
#testimonials .slide-prensa .contenido-slide .btn {
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 0.3rem;
}
#testimonials .slide-prensa .contenido-slide .btn .label {
  flex-shrink: 0;
}
#testimonials .slide-prensa .contenido-slide .btn .icon {
  font-size: 1.3em;
}
#testimonials .slide-prensa .contenido-slide .fecha {
  font-size: 0.9rem;
  color: rgba(36, 36, 36, 0.7);
}
#testimonials .slide-prensa .contenido-slide .source {
  font-size: 0.9rem;
  color: #242424;
}

.noticia .thumb-noticia {
  position: relative;
  overflow: hidden;
}
.noticia .contenido-noticia {
  align-items: flex-start;
  padding-top: 1.2rem;
}
.noticia .contenido-noticia .top {
  display: flex;
}
.noticia .contenido-noticia .top .fecha {
  font-size: 0.83rem;
  color: rgba(36, 36, 36, 0.6);
}
.noticia .contenido-noticia .top .separator {
  font-size: 0.8rem;
  color: rgba(36, 36, 36, 0.6);
  display: inline-block;
  margin: 0 0.5rem;
}
.noticia .contenido-noticia .top .source {
  font-size: 0.83rem;
  color: #242424;
}
.noticia .contenido-noticia .top .source a {
  color: #242424;
  transition: all ease 0.4s;
  font-style: italic;
}
.noticia .contenido-noticia .top .source a:hover {
  color: #335F9A;
}
.noticia .contenido-noticia .texto {
  margin-bottom: 0.8rem;
}
.noticia .contenido-noticia .texto .title {
  font-size: 1.34rem;
}
@media only screen and (min-width: 768px) {
  .noticia .contenido-noticia .texto .title {
    font-size: 1.57rem;
  }
}
.noticia .contenido-noticia .texto .excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.noticia .contenido-noticia .btn {
  padding: 0.3rem 1rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.noticia .contenido-noticia .btn .icon {
  font-size: 0.9em;
}
.noticia .logo {
  box-shadow: 0 0.2rem 0.7rem rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 1rem;
  right: 0;
  background-color: white;
  padding: 0.7rem 0.7rem 0.7rem 0.8rem;
  min-height: 2.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.noticia .logo img {
  display: block;
  width: 100%;
  max-width: 5rem;
  max-height: 2.1rem;
  object-fit: contain;
}

.grecaptcha-badge {
  display: none;
}

.socialMenu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.6rem;
  position: fixed;
  right: 0.8rem;
  bottom: 140px;
  z-index: 200;
}
.socialMenu a.social-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.4rem;
  height: 2.4rem;
  background-color: #242424;
  border-radius: 50%;
  box-shadow: 0 0.2rem 0.7rem rgba(0, 0, 0, 0.1);
  transition: all ease 0.4s !important;
}
.socialMenu a.social-icon.icon-whatsapp {
  background-color: #25d366;
}
.socialMenu a.social-icon.icon-email {
  background-color: #dd4b39;
}
.socialMenu a.social-icon.icon-linkedin {
  background-color: #0077b5;
}
.socialMenu a.social-icon.icon-facebook {
  background-color: #3b5998;
}
.socialMenu a.social-icon.icon-twitter {
  background-color: #1da1f2;
}
.socialMenu a.social-icon.icon-instagram {
  background-color: #c13584;
}
.socialMenu a.social-icon:hover {
  background-color: #40CCD0;
  transform: scale(1.1);
}
.socialMenu a.social-icon:hover .icon {
  color: black;
}
.socialMenu a.social-icon .icon {
  color: white;
  font-size: 1.3em;
  transition: all ease 0.4s;
}