* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html, body {
  overflow-x: hidden;
  background-color: white;
}

body {
  font-family: "Barlow", serif;
}

h1, h2, h3, p {
  margin: 0;
}

a {
  text-decoration: none;
}

.banner-link {
  text-decoration: none;
  color: #FFFFFF;
}

.slmnch__redes {
  position: fixed;
  left: 0;
  top: 20%;
  background-color: #FA4400;
  border-radius: 10px;
  z-index: 33;
}
.slmnch__redes ul.redes-list {
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 30px 10px;
}
.slmnch__redes ul.redes-list li {
  margin: 8px 0;
}

/*****************************************************************/
/***************************** Banner ****************************/
/*****************************************************************/



.banner-carousel .owl-stage-outer {
  overflow: hidden;
  position: relative;
}

.banner-carousel .item {
  width: 100%;
  height: 510px;
  overflow: hidden;
  position: relative;
}

.slmnch__hero {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.slmnch__hero__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slide-video {
  background-color: #000;
}

.slide-video video {
  width: auto;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

.slmnch__hero__texto,
.video-overlay .overlay-content {
  color: #FFFFFF;
  max-width: 660px;
  position: absolute;
  top: 30%;
  left: 10%;
  right: 10%;
  z-index: 2;
}

.slmnch__hero__texto h1,
.video-overlay .overlay-content h1 {
  font-size: 58px;
  line-height: 110%;
  margin-bottom: 10px;
  font-weight: bold;
  color: #FFFFFF;
}

.slmnch__hero__texto h1 span {
  display: block;
}

.slmnch__hero__texto p,
.video-overlay .overlay-content p {
  margin-bottom: 24px;
  font-size: 20px;
}

.slmnch__hero__texto .btn-slmnch {
  background-color: #FA4400;
  border-radius: 20px;
  color: #FFFFFF;
  display: block;
  font-size: 20px;
  font-weight: 600;
  padding: 15px 40px;
  /* max-width: 180px; */
  text-align: center;
}

.slmnch__hero__texto .btn-slmnch:hover {
  filter: brightness(1.5);
}

.banner-carousel .slmnch__hero::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(to right, #021D40, transparent);
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.slide-video {
  position: relative;
  overflow: hidden;
}

.slide-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.video-overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.6);
  display: none;
  align-items: center;        
  justify-content: center;      
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  z-index: 6;  
  pointer-events: none;                 
}

.video-overlay .overlay-content h1,
.video-overlay .overlay-content p {
  color: #fff;
  margin: 0 0 10px;
}

.video-overlay .overlay-content {
  text-align: left;
}

.slide-video.paused .video-overlay {
  display: flex;
}

.banner-carousel .slmnch__hero::after {
  content: "";
  width: 510px;
  height: 100%;
  display: block;
  background: url("../img/vector-salmon.svg");
  z-index: 1;
  position: absolute;
  right: 0%;
  top: 0;
  pointer-events: none;
}

.banner-carousel.owl-theme .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
}

.banner-carousel.owl-theme .owl-dots button {
  width: 8px;
  height: 8px;
  background-color: #D2D2D2;
  border: none;
  border-radius: 50%;
  padding: 0;
  outline: none;
}

/* Oculta el span interno si lo inyecta Owl */
.banner-carousel.owl-theme .owl-dots button span {
  display: none;
}

.banner-carousel.owl-theme .owl-dots button.active {
  width: 8px;
  height: 8px;
  background-color: #FA4400;
}

/* 8) Navegación (flechas) */
.banner-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  z-index: 3;
}

.banner-carousel .owl-nav button {
  background: none;
  border: none;
  font-size: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.banner-carousel .owl-nav .owl-prev {
  left: 15px;
}

.banner-carousel .owl-nav .owl-next {
  right: 15px;
}

.banner-carousel .owl-nav button:before {
  content: "\2039"; /* “‹” */
  color: #FFFFFF;
  font-size: 30px;
}

.banner-carousel .owl-nav .owl-next:before {
  content: "\203A"; /* “›” */
}

.banner-carousel .owl-nav button span {
  display: none;
}

/***********************************************/
/**************** Secciones ********************/
/***********************************************/
.slmnch__section {
  width: 95%;
  max-width: 1200px;
  margin: 20px auto;
}
.slmnch__section h2 {
  color: #FA4400;
  font-weight: bold;
  font-size: 46px;
  text-align: center;
  margin-bottom: 20px;
}
.slmnch__section p {
  color: #0B132A;
}

/************ Proyectos *************/
.slmnch__proyectos {
  padding: 54px 0 50px;
}
.slmnch__proyectos__content p {
  width: 60%;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
}
.slmnch__proyectos__content__cards {
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin-top: 50px;
  gap: 28px;
}
.slmnch__proyectos__content__cards .card-proyectos {
  /* height: 100%; */
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  position: relative;
  overflow: hidden;
}
.slmnch__proyectos__content__cards .card-proyectos__imagen {
  display: block;
  height: 250px;
  position: relative;
}
.slmnch__proyectos__content__cards .card-proyectos__imagen img {
  width: 310px;
  height: 300px;
  object-fit: cover;
  -webkit-mask-image: url("../img/mask-image@2x.svg");
  mask-image: url("../img/mask-image@2x.svg");
  mask-repeat: no-repeat;
  mask-position: 40%;
  position: absolute;
  right: -33px;
}
.slmnch__proyectos__content__cards .card-proyectos__imagen::before {
  content: "";
  width: 105px;
  height: 120px;
  display: block;
  background: url("../img/cola-pez.svg") no-repeat;
  background-size: cover;
  position: absolute;
  top: -33px;
}
.slmnch__proyectos__content__cards .card-proyectos__body {
  padding: 0 23px 18px;
}
.slmnch__proyectos__content__cards .card-proyectos__body h3 {
  color: #FA4400;
  font-size: 24px;
  font-weight: 500;
  line-height: 105%;
  max-width: 325px;
  min-height: 68px;
  margin-bottom: 15px;
}
.slmnch__proyectos__content__cards .card-proyectos__body p {
  width: 100%;
  text-align: left;
  font-size: 18px;
  line-height: 150%;
}

/************* Destacados **************/
.slmnch__destacados__content p {
  width: 60%;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
}

.slmnch__destacados__content h2 {
  font-size: 46px;
}

.slmnch__destacados__content .destacado-wrapper {
  margin-top: 40px;
  width: 100%;
  position: relative;
}
.slmnch__destacados__content .destacado-wrapper img {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
  border-radius: 40px;
}
.slmnch__destacados__content .destacado-wrapper__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 85%;
  margin: 0 auto;
  position: absolute;
  bottom: 5%;
  left: 6%;
  z-index: 4;
}
.slmnch__destacados__content .destacado-wrapper__info__text {
  color: #FFFFFF;
}
.slmnch__destacados__content .destacado-wrapper__info__text h3 {
  font-size: 42px;
  font-weight: 400;
  max-width: 650px;
  color: #FFFFFF;
  transition: font-size 0.3s ease;
}

.slmnch__destacados__content:hover .destacado-wrapper__info__text h3 {
  font-size: 46px;
  text-decoration: underline;
  cursor: pointer;
}

.slmnch__destacados__content:hover .destacado-wrapper img,
.slmnch__destacados__content:hover .destacado-wrapper::before {
  cursor: pointer;
}

.slmnch__destacados__content .destacado-wrapper__info__cta .btn-slmnch {
  background-color: #FA4400;
  border-radius: 20px;
  color: #FFFFFF;
  /* display: block; */
  display: none;
  font-size: 20px;
  font-weight: 600;
  padding: 15px 40px;
  max-width: 180px;
  text-align: center;
}
.slmnch__destacados__content .destacado-wrapper__info__cta .btn-slmnch:hover {
  filter: brightness(1.5);
}
.slmnch__destacados__content .destacado-wrapper::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #0B132A;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 40px;
  opacity: 0.3;
}

/*********** Socios ***********/
.slmnch__socios {
  padding: 80px 0;
}
.slmnch__socios__marquee {
  --gap: 1rem;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
  padding: 1rem 0;
  background-color: #ffffff;
  color: #47c8ff;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.25rem;
}
.slmnch__socios__marquee__content {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  min-width: 100%;
  gap: var(--gap);
  animation: scroll 15s linear infinite;
}
@keyframes scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.slmnch__socios__cta {
  display: flex;
  justify-content: center;
  align-items: center;
}
.slmnch__socios__cta .btn-slmnch {
  background-color: #FA4400;
  border-radius: 20px;
  color: #FFFFFF;
  display: block;
  font-size: 20px;
  font-weight: 600;
  padding: 15px 40px;
  /* max-width: 200px; */
  text-align: center;
  margin-top: 2rem;
  flex-wrap: nowrap;
}
.slmnch__socios__cta .btn-slmnch:hover {
  filter: brightness(1.5);
}
/* proyectos */

.slmnch__proyectos-grid__content {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  gap: 20px;
}
.slmnch__proyectos-grid__content .destacado {
  width: 70%;
}
.slmnch__proyectos-grid__content .destacado .content-card {
  position: relative;
  width: 100%;
  display: block;
  border-radius: 20px;
  overflow: hidden; 
}
.slmnch__proyectos-grid__content .destacado .content-card img {
  width: 100%;
  height: 590px;
  object-fit: cover;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}
.slmnch__proyectos-grid__content .destacado .content-card__text {
  position: absolute;
  bottom: 5%; 
  left: 5%;
  top: auto;
  z-index: 3;
  color: #FFF;
}

.slmnch__proyectos-grid__content .col .content-card .link-proyecto .content-card__text h3,
.slmnch__proyectos-grid__content .destacado .content-card .link-proyecto .content-card__text h3 {
  transition: font-size 0.3s ease;
}

.slmnch__proyectos-grid__content .col .content-card:hover .link-proyecto .content-card__text h3,
.slmnch__proyectos-grid__content .destacado .content-card:hover .link-proyecto .content-card__text h3{
text-decoration: underline;
font-size: 35px;
}

.slmnch__proyectos-grid__content .destacado .content-card::before,
.slmnch__proyectos-grid__content .col .content-card::before {
  content: "";
  position: absolute;
  inset: 0;                             
  background: rgba(0, 0, 0, 0.3);      
  border-radius: 20px; 
  height: 99.3%;
  z-index: 2;
}
.slmnch__proyectos-grid__content .destacado .content-card__text h3 {
  font-size: 32px;
  line-height: 110%;
  color: #FFF;
  font-weight: bold;
}

.slmnch__proyectos-grid__content .destacado .link-proyecto a {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  color: #FFFFFF;
  font-weight: 700;
}

.slmnch__proyectos-grid__content .col {
  width: 50%;
}
.slmnch__proyectos-grid__content .col .content-card {
  position: relative;
  width: 100%;
  display: block;
  border-radius: 20px; 
  margin-bottom: 19px;
  overflow: hidden; 
}
.slmnch__proyectos-grid__content .col .content-card img {
  width: 100%;
  height: 285px;
  object-fit: cover;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}
.slmnch__proyectos-grid__content .col .content-card__text {
  position: absolute;
  bottom: 10%;
  top: auto;
  left: 5%;
  z-index: 2;
  color: #FFF;
}
.slmnch__proyectos-grid__content .col .content-card__text h3 {
  font-size: 32px;
  line-height: 110%;
  max-width: 250px;
  color: #FFF;
  font-weight: bold;
}

.slmnch__proyectos-grid__content .col .link-proyecto a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  color: #FFFFFF;
  font-weight: 700;
}


/************ Noticias y Blog *************/
.slmnch__noticia-blogs {
  padding: 20px 0;
}
.slmnch__noticia-blogs__content__cards {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 28px;
  margin: 40px 0;
}
.slmnch__noticia-blogs__content__cards .content-card {
  width: 33%;
  height: 100%;
  /* min-height: 750px; */
  min-height: 600px;
  border-radius: 20px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  padding: 24px;
  position: relative;
}
.slmnch__noticia-blogs__content__cards .content-card__image img {
  width: 100%;
  height: 100%;
  height: 220px;
  object-fit: cover;
}
.slmnch__noticia-blogs__content__cards .content-card__body {
  padding-top: 24px;
}
.slmnch__noticia-blogs__content__cards .content-card__body h3 {
  color: #0B132A;
  font-size: 22px;
  /* min-height: 130px; */
  min-height: 95px;
  margin-bottom: 20px;
  font-weight: bold;
}
.slmnch__noticia-blogs__content__cards .content-card__body p {
  font-size: 18px;
  line-height: 120%;
  /* min-height: 150px; */
  margin-bottom: 40px;
}
.slmnch__noticia-blogs__content__cards .content-card__body .link-card {
  margin-top: 20px;
}
.slmnch__noticia-blogs__content__cards .content-card__body .link-card a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  color: #FA4400;
  font-size: 18px;

  position: absolute;
    bottom: 0;
    /* top: 90%; */
    top: 85%;
    margin-top: 24px;
}
.slmnch__noticia-blogs__content__cards .content-card__body .link-card a:hover {
  font-weight: 700;
}
.slmnch__noticia-blogs__content__cards .content-card:hover .content-card__body h3 {
  color: #FA4400;
}
.slmnch__noticia-blogs__content__cta {
  display: flex;
  justify-content: center;
  align-items: center;
}
.slmnch__noticia-blogs__content__cta .btn-slmnch {
  background-color: #FA4400;
  border-radius: 20px;
  color: #FFFFFF;
  display: block;
  font-size: 20px;
  font-weight: 600;
  padding: 15px 40px;
  text-align: center;
  /* max-width: 230px; */
}
.slmnch__noticia-blogs__content__cta .btn-slmnch:hover {
  filter: brightness(1.5);
}

.newsletter {
  width: 100%;
  background-color: #D2D2D2;
  padding: 24px 0;
}
.newsletter__content {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.newsletter__content__text {
  font-weight: 700;
  margin-bottom: 20px;
}
.newsletter__content__form {
  display: flex;
  gap: 20px;
}
.newsletter__content__form .input-wrapper input[type=email] {
  border: none;
  border-radius: 20px;
  height: 50px;
  outline: none;
  background-color: #ffffff;
  padding-left: 3%;
  min-width: 460px;
  font-family: "Barlow", serif;
}
.newsletter__content__form .cta-envio input[type=submit] {
  height: 50px;
  text-align: center;
  border: none;
  outline: none;
  width: unset;
  cursor: pointer;
  background-color: #FA4400;
  border-radius: 20px;
  color: #FFFFFF;
  display: block;
  font-size: 20px;
  font-weight: 600;
  padding: 15px 40px;
  /* max-width: 180px; */
  text-align: center;
  max-width: unset;
}
.newsletter__content__form .cta-envio input[type=submit]:hover {
  filter: brightness(1.5);
}

/***************************************************************/
/************************ Media Queries ************************/
/***************************************************************/
@media (max-width: 1080px) {

  .newsletter__content__text {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .slmnch__proyectos__content__cards .card-proyectos__imagen img {
    right: -80px;
  }
  .slmnch__proyectos__content__cards .card-proyectos__imagen::before {
    width: 84px;
    height: 97px;
    top: -16px;
  }
  .slmnch__noticia-blogs__content__cards .content-card {
    padding: 16px 16px 24px;
  }
  .slmnch__noticia-blogs__content__cards .content-card__body h3 {
    font-size: 20px;
    /* min-height: 145px; */
  }
  .slmnch__noticia-blogs__content__cards .content-card__body p {
    font-size: 16px;
  }
}
@media (max-width: 880px) {
  .slmnch__proyectos__content {
    width: 90%;
    margin: 0 auto;
  }
  .slmnch__proyectos__content__cards {
    position: relative;
  }
  .slmnch__proyectos__content__cards .card-proyectos {
    box-shadow: none;
    border: 1px solid #D2D2D2;
  }
  .slmnch__proyectos__content__cards .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
  }
  .slmnch__proyectos__content__cards .owl-dots button {
    width: 8px;
    height: 8px;
    display: block;
    background-color: #D2D2D2;
    border-radius: 50%;
  }
  .slmnch__proyectos__content__cards .owl-dots button.active {
    width: 12px;
    height: 12px;
    background-color: #FA4400;
  }
  .slmnch__destacados__content .destacado-wrapper__info {
    width: 90%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
  }
  .slmnch__destacados__content .destacado-wrapper__info__text h3 {
    text-align: center;
  }
  .slmnch__noticia-blogs__content {
    width: 90%;
    margin: 0 auto;
  }
  .slmnch__noticia-blogs__content__cards {
    position: relative;
  }
  .slmnch__noticia-blogs__content__cards .content-card {
    width: 100%;
    box-shadow: none;
    border: 1px solid #D2D2D2;
  }
  .slmnch__noticia-blogs__content__cards .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
  }
  .slmnch__noticia-blogs__content__cards .owl-dots button {
    width: 8px;
    height: 8px;
    display: block;
    background-color: #D2D2D2;
    border-radius: 50%;
  }
  .slmnch__noticia-blogs__content__cards .owl-dots button.active {
    width: 12px;
    height: 12px;
    background-color: #FA4400;
  }
  .newsletter__content {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 550px) {
  .slmnch__redes ul.redes-list {
    padding: 20px 5px;
  }
  .slmnch__redes ul.redes-list li a img {
    width: 25px;
  }
  .slmnch__proyectos__content p {
    width: 90%;
  }
  .slmnch__proyectos-grid__content {
    flex-direction: column;
  }
  .slmnch__proyectos-grid__content .destacado {
    width: 100%;
  }
  .slmnch__proyectos-grid__content .destacado .content-card img {
    height: 285px;
  }
  .slmnch__proyectos-grid__content .col {
    width: 100%;
  }
  .slmnch__destacados p {
    width: 85%;
  }
  .slmnch__destacados__content .destacado-wrapper__info__text h3 {
    font-size: 24px;
  }
  .newsletter__content {
    gap: 20px;
  }
  .newsletter__content__form {
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }
  .newsletter__content__form .input-wrapper input[type=email] {
    min-width: unset;
    width: 100%;
  }
}
.slmnch__nuestros-socios {
  padding: 60px 0;
}
.slmnch__nuestros-socios h1 {
  text-align: center;
  color: #FA4400;
  font-size: 32px;
  font-weight: 700;
}
.slmnch__nuestros-socios .tabs-navigation {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  list-style: none;
  padding: 60px 0 20px;
}
.slmnch__nuestros-socios .tabs-navigation li {
  width: 16.6666666667%;
  text-align: center;
  background-color: rgba(194, 209, 217, 0.5);
  padding: 10px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  cursor: pointer;
}
.slmnch__nuestros-socios .tabs-navigation li.active, .slmnch__nuestros-socios .tabs-navigation li:hover {
  background-color: #FA4400;
  color: #FFFFFF;
}
.slmnch__nuestros-socios .wrapper-socios__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px;
}
.slmnch__nuestros-socios .wrapper-socios__grid .socio-item {
  width: 100%;
}
.slmnch__nuestros-socios .wrapper-socios__grid .socio-item img {
  width: 100%;
}

@media (max-width: 880px) {
  .slmnch__nuestros-socios .tabs-navigation li {
    padding: 10px;
  }
  .slmnch__nuestros-socios .wrapper-socios__grid {
    grid-template-columns: repeat(auto-fill, minmax(155px, 1fr));
  }
}
@media (max-width: 550px) {
  .slmnch__nuestros-socios {
    width: 82%;
    margin: 0 auto;
  }
  .slmnch__nuestros-socios .tabs-navigation {
    flex-direction: column;
  }
  .slmnch__nuestros-socios .tabs-navigation li {
    width: 100%;
    text-align: left;
    justify-content: space-between;
    align-items: center;
    padding: 10px 16px;
  }
  .slmnch__nuestros-socios .tabs-navigation li::after {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: -0.125em;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%230B132A' d='M19 12.998h-6v6h-2v-6H5v-2h6v-6h2v6h6z'/%3E%3C/svg%3E");
  }
  .slmnch__nuestros-socios .tabs-navigation li.active::after {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: -0.125em;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M19 12.998H5v-2h14z'/%3E%3C/svg%3E");
  }
}

@media (max-width: 768px) {
.slmnch__hero__texto h1,
.video-overlay .overlay-content h1 {
  font-size: 46px;
}

.slmnch__hero__texto p,
.video-overlay .overlay-content p {
  font-size: 16px;
}

.slmnch__section h2 {
  font-size: 32px;
}

.slmnch__proyectos__content p {
  font-size: 16px;
}

.slmnch__proyectos__content__cards .card-proyectos__body h3 {
  font-size: 20px;
}
.slmnch__proyectos__content__cards .card-proyectos__body p {
  font-size: 16px;
}

.slmnch__destacados__content p {
  font-size: 16px;
}

.slmnch__destacados__content h2 {
  font-size: 32px;
}

.slmnch__destacados__content .destacado-wrapper__info__text h3 {
  font-size: 24px;
}

.slmnch__destacados__content:hover .destacado-wrapper__info__text h3 {
  font-size: 32px;
}
.slmnch__proyectos-grid__content .col .content-card:hover .link-proyecto .content-card__text h3,
.slmnch__proyectos-grid__content .destacado .content-card:hover .link-proyecto .content-card__text h3{
font-size: 26px;
}
.slmnch__proyectos-grid__content .destacado .content-card__text h3 {
  font-size: 24px;
}
.slmnch__proyectos-grid__content .col .content-card__text h3 {
  font-size: 24px;
}

.slmnch__noticia-blogs__content__cards .content-card__body .link-card a {
  font-size: 16px;
}

.slmnch__nuestros-socios h1 {
  font-size: 24px;
}

.slmnch__hero__texto .btn-slmnch,
.slmnch__destacados__content .destacado-wrapper__info__cta .btn-slmnch,
.slmnch__socios__cta .btn-slmnch,
.slmnch__noticia-blogs__content__cta .btn-slmnch {
  font-size: 16px;
  padding: 10px 35px;
}
}

/*# sourceMappingURL=styles.css.map */
