﻿@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");

html {
  font-family: "DM Sans", sans-serif !important;
}

img {
  max-width: inherit !important;
}

/* Estilos Miga de pan  */

.crumb {
  display: inline-block;
  align-items: center;
  text-decoration: none;
}

.crumb-sep-with-image::before {
  content: url("/SiteAssets/MicrositioMujer/assets/img/right.svg");
  display: inline-block;
  align-items: center;
  width: 0.4rem; /* Ajusta el ancho de la imagen segÃƒÂºn sea necesario */
  height: 0.4rem; /* Ajusta la altura de la imagen segÃƒÂºn sea necesario */
  margin: 0 5px;
  margin-top: 2px;
}
/* Estilos Miga de pan  */

@font-face {
  font-family: "Ponjoung Medium";
  src: url("/SiteAssets/MicrositioMujer/assets/fonts/Ponjoung-Medium.woff2")
      format("woff2"),
    url("/SiteAssets/MicrositioMujer/assets/fonts/Ponjoung-Medium.otf")
      format("opentype");
  font-weight: normal;
  font-style: normal;
}

.bg-gradient-gray {
  background: #828282;
  background: repeating-linear-gradient(to top, #828282 0%, #ffffff 100%);
}

.after-vertical {
  clip-path: polygon(0 93%, 100% 93%, 100% 100%, 0 100%);
}

.enlace__interes:hover .after-vertical {
  clip-path: polygon(0 27%, 100% 27%, 100% 100%, 0 100%);
}

.enlace__servicio:hover {
  color: white;
}

.enlace__servicio:hover .after-vertical {
  clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0 100%);
}

/* Inicio estilos barra de scroll */
#s4-workspace::-webkit-scrollbar {
  width: 6px;
  background: #f2f2f2;
  border-radius: 15px;
}

#s4-workspace::-webkit-scrollbar-thumb {
  background: #f2d9eb;
}

@media (max-width: 600px) {
  #s4-workspace::-webkit-scrollbar {
    width: 0px;
  }
}

/* Fin estilos barra de scroll */

/* Inicio estilos boton subir arriba  */

html,
#s4-workspace {
  scroll-behavior: smooth;
}

.scrollTop {
  position: fixed;
  bottom: 48px;
  right: 15px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-color: #8674e3;
  box-shadow: 4px 4px 6px #00000029;
  text-align: center;
  opacity: 0;
  transition: all 300ms;
  transform: scale(0);
  overflow: hidden;
  cursor: pointer;
  z-index: 99;
}

.scrollTop__div {
  background-color: #fff;
  border-radius: 50%;
  width: 36px;
  min-width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms;
  margin-left: 9px;
}

.scrollTop__icon {
  color: #8674e3;
  font-size: 37px;
  font-weight: 700;
  text-align: center;
  transition: all 300ms;
}

.scrollTop__p {
  opacity: 0;
  transition: all 400ms;
  width: 30px;
  text-align: center;
  margin-right: 20px;
  margin-bottom: 0;
}

.scrollTop:hover {
  width: 118px;
  border-radius: 27px 10px 10px 27px;
  background: #584c96 0% 0% no-repeat padding-box;
}

.scrollTop:hover .scrollTop__div {
  margin-left: 0px;
  margin-right: 0px;
}

.scrollTop:hover .scrollTop__p {
  opacity: 1;
  color: #fff;
}

.scrollTop:hover .scrollTop__icon {
  color: #584c96;
}

.scrollTop:focus {
  border: 1px solid #000;
}

/* Fin estilos boton subir arriba  */
.tabRedes {
  transition: background-color 0.3s, color 0.3s; /* Transición suave */
}

.tabRedes.activeTab {
  color: #fff; /* Color de texto activo */
}

.tabRedes[data-color="red"]:hover {
  background-color: #ff0000; /* Rojo para YouTube */
}

.tabRedes[data-color="black"]:hover {
  background-color: #000000; /* Negro para Twitter */
}

.tabRedes[data-color="blue"]:hover {
  background-color: #3b5998; /* Azul para Facebook */
}

.tabRedes[data-color="instagram-gradient"]:hover {
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  ); /* Gradiente de Instagram */
  color: #fff; /* Color de texto para Instagram */
}

.tabRedes.activeTab[data-color="red"] {
  background-color: #ff0000; /* Rojo para YouTube */
}

.tabRedes.activeTab[data-color="black"] {
  background-color: #000000; /* Negro para Twitter */
}

.tabRedes.activeTab[data-color="blue"] {
  background-color: #3b5998; /* Azul para Facebook */
}

.tabRedes.activeTab[data-color="instagram-gradient"] {
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  ); /* Gradiente de Instagram */
  color: #fff; /* Color de texto para Instagram */
}

.itemRed:not(.hidden) {
  display: block; /* Muestra el contenido activo */
}

.ms-rtestate-field img {
  max-width: 100% !important;
}

#ctl10_PlaceHolderBotones_g_6a7b476e_44d2_47cd_83b8_b077ce0f63b4_ctl00_enlacesInteres
  img {
  max-width: 80% !important;
}

/** BEGIN ACCORDEON **/
.accordion-container {
  width: 100%;
  margin: 0 0 2px;
  clear: both;
}
.accordion-toggle,
.accordion-header {
  position: relative;
  display: block;
  padding: 15px;
  font-size: 1.5em;
  font-weight: 300;
  background: #f3f3f3;
  color: #363b3f;
  text-decoration: none;
}
.accordion-toggle.open,
.accordion-header.active-header {
  background: #123648;
  color: #fff !important;
}
.accordion-toggle:hover,
.accordion-header:hover {
  background: #123648;
  color: #fff !important;
}
.accordion-toggle span.toggle-icon,
.accordion-header span.toggle-icon {
  position: absolute;
  top: 11px;
  right: 20px;
  font-size: 1.5em;
}
.accordion-content {
  display: none;
  padding: 20px;
  overflow: auto;
}
.accordion-content img {
  display: block;
  float: left;
  margin: 0 15px 10px 0;
  max-width: 100%;
  height: auto;
} /* media query for mobile */
@media (max-width: 760px) {
  .content {
    width: auto;
  }
  .accordion-content {
    padding: 10px 0;
    overflow: inherit;
  }
}
/** END ACCORDEON **/

.clamp-text-personalizado {
  display: -webkit-box; /* Soporte para WebKit */
  -webkit-line-clamp: 7; /* Mostrar 15 líneas */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;

  /* Respaldo para Firefox */
  display: block;
  max-height: calc(1.5em * 15); /* Ajusta según el alto de línea */
  line-height: 1.5em; /* Ajuste del espaciado entre líneas */
}
.splide__arrow {
  z-index: 10;
}

.splide__arrow--prev {
  left: -40px;
}

.splide__arrow--next {
  right: -15px;
}

.splide__pagination--custom {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1rem;
}

.splide__pagination--custom .splide__pagination__page {
  width: 10px;
  height: 10px;
  background-color: #ccc;
  border-radius: 50%;
}

.splide__pagination--custom .splide__pagination__page.is-active {
  background-color: #333;
}

/* Estilo para centrar el modal y oscurecer el fondo */
#date-modal {
  display: none;
}


/* OCULTAR LOGIN  */
@media (min-width: 600px) {
    .fa-user::before { /* Asegúrate de usar ::before */
        content: none !important;
    }
}
