/* @import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"); */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");

@font-face {
  font-family: Corra-Montserra-Bold;
  src: url(./fuentes/Corra-Montserra/TTF/Corra_Montserra_Bold.ttf);
  font-display: swap;
}

@font-face {
  font-family: Corra-Montserra-Regular;
  src: url(./fuentes/Corra-Montserra/TTF/Corra_Montserra_Regular.ttf);
  font-display: swap;
}

@font-face {
  font-family: Corra-Montserra-SemiBold;
  src: url(./fuentes/Corra-Montserra/TTF/Corra_Montserra_Semibold.ttf);
  font-display: swap;
}

@font-face {
  font-family: Corra-Montserra-Extrabold;
  src: url(./fuentes/Corra-Montserra/TTF/Corra_Montserra_Extrabold.ttf);
  font-display: swap;
}

@font-face {
  font-family: Corra-Montserra-Extralight;
  src: url(./fuentes/Corra-Montserra/TTF/Corra_Montserra_Extralight.ttf);
  font-display: swap;
}

@font-face {
  font-family: Corra-Montserra-Black;
  src: url(./fuentes/Corra-Montserra/TTF/Corra_Montserra_Black.ttf);
  font-display: swap;
}

@font-face {
  font-family: Corra-Montserra-Light;
  src: url(./fuentes/Corra-Montserra/TTF/Corra_Montserra_Light.ttf);
  font-display: swap;
}

@font-face {
  font-family: Corra-Montserra-Medium;
  src: url(./fuentes/Corra-Montserra/TTF/Corra_Montserra_Medium.ttf);
  font-display: swap;
}

@font-face {
  font-family: Corra-Montserra-Thin;
  src: url(./fuentes/Corra-Montserra/TTF/Corra_Montserra_Thin.ttf);
  font-display: swap;
}

:root {
  --fontFamily: 'Corra-Montserra-Regular', sans-serif;
  --mainColor: #920B32;
  --secondColor: #68132D;
  --whiteColor: #ffffff;
  --blackColor: #1f2428;
  --segundoColor: #E1D4B3;
  --footergob: #5F1B2D;
  --card-title-font-Size: 1.375rem;
  --font-size: 1rem;
  --transition: 0.5s;
  --boxShadow: rgba(80, 79, 79, 0.1) 0px 0px 16px;
  --bg-body: white;
  --bg-header: rgba(231, 226, 218, .4);
  --bg-content: #f2f2f2;
  --bg-hero: #F3F0F6;
  --bg-separator: #ffffff;
  --grisveda: gray;
  --text-color: #333;
  --naranja-comite: #EA5C25;
  --color-titulo-h2: #34495e;
  --color-titulo-h3: #16a085;
}

html,
body {
  font-size: calc(var(--font-size) * 1rem);
  color: var(--text-color);
}

.veda-electoral {
  filter: grayscale(100%);
}

.titulo-h1 {
  font-size: 3em;
  color: var(--naranja-comite);
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 20px;
}

.titulo-h1::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 5px;
  background-color: var(--naranja-comite);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.titulo-h2 {
  font-size: 2.5em;
  color: var(--color-titulo-h2);
  margin-top: 20px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
}

.titulo-h2::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 100%;
  background-color: var(--color-titulo-h2);
  left: 0;
  top: 0;
}

.titulo-h3 {
  font-size: 2em;
  color: var(--color-titulo-h3);
  margin-top: 15px;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
}

.titulo-h3::before {
  content: "»";
  color: var(--color-titulo-h3);
  position: absolute;
  left: -25px;
}

.titulo-h4 {
  font-size: 1.75em;
  color: var(--naranja-comite);
  margin-top: 15px;
  margin-bottom: 8px;
  font-style: italic;
  position: relative;
}

.titulo-h4::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 3px;
  background-color: var(--naranja-comite);
  top: 50%;
  transform: translateY(-50%);
  left: -60px;
}

.titulo-h5 {
  font-size: 1.5em;
  color: var(--color-titulo-h2);
  margin-top: 10px;
  margin-bottom: 6px;
  text-decoration: underline;
  position: relative;
}

.titulo-h5::before {
  content: "•";
  color: var(--color-titulo-h2);
  position: absolute;
  left: -20px;
}

.titulo-h6 {
  font-size: 1.25em;
  color: var(--color-titulo-h2);
  margin-top: 8px;
  margin-bottom: 4px;
  font-weight: bold;
  position: relative;
}

.titulo-h6::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: var(--color-titulo-h2);
  border-radius: 50%;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
}

body {
  font-family: "Corra-Montserra-Regular", sans-serif;
  background-color: var(--bg-body);
}

header {
  .encabezado {
    display: grid;
    grid-template-columns: 40% 60%;
    align-items: center;
    padding: 1rem 4rem;
    color: #ffffff;
    background-color: transparent;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    transition: all 0.3s ease;

    .logo {
      display: flex;
      align-items: center;
      justify-content: center;
      padding-left: 2rem;
      width: auto;
      padding-right: 2rem;

      img {
        max-width: 100%;
        height: auto;
        max-height: 100px;
      }
    }

    &.sticky {
      background-color: #004080;
      box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
      padding: 1rem 4rem;
      color: #ffffff;
    }

    .menu {
      display: flex;
      justify-content: flex-end;
      padding-left: 2rem;
      padding-right: 2rem;
      font-family: 'Corra-Montserra-SemiBold';

      .navbar-nav {
        display: flex;
        flex-direction: row;
        gap: 1.5rem;
        list-style: none;
        margin: 0;
        padding: 0;

        .nav-item {
          position: relative;

          .nav-link {
            text-decoration: none;
            color: #000000;
            font-size: 1rem;
            transition: color 0.3s;

            &:hover {
              color: var(--mainColor);
            }

            &.active {
              color: var(--mainColor);
            }
          }

          &.active {
            color: var(--mainColor);
          }
        }

        .nav-item.active .nav-link {
          color: var(--mainColor);
        }

        .dropdown-menu {
          position: absolute !important;
          top: 100%;
          left: 0;
          background-color: #ffffff;
          padding: 0.5rem 0;
          border-radius: 0.5rem;
          display: none;
          box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
        }

        .dropdown-menu .dropdown-item {
          padding: 0.5rem 1rem;
          text-decoration: none;
          display: block;
          font-size: 0.9rem;
        }

        .dropdown-menu .dropdown-item:hover {
          background-color: #f2f2f2;
          color: #004080;
        }

        .nav-item.dropdown:hover .dropdown-menu {
          display: block;
        }
      }
    }
  }

  /* Fondo oscuro (overlay) con animación */
  .menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  }

  /* Menú móvil con animación de entrada/salida */
  .mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 75%;
    max-width: 300px;
    height: 100%;
    background-color: var(--mainColor);
    color: white;
    box-shadow: -4px 0px 6px rgba(0, 0, 0, 0.2);
    padding: 2rem 1rem;
    z-index: 2000;
    overflow-y: auto;
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s;
    text-align: end;
  }

  /* Cuando el menú está activo */
  .menu-overlay.active {
    opacity: 1;
    visibility: visible;
  }

  .mobile-menu.active {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }

  /* Estilos del menú */
  .mobile-menu .logo {
    h2 {
      font-size: clamp(1.5rem, 2vw + 1rem, 2rem) !important;
    }

    img {
      width: 100%;
    }
  }


  .mobile-menu ul {
    list-style: none;
    padding: 0;
  }

  .mobile-menu li {
    margin-bottom: 1rem;

    a {
      color: rgb(255, 255, 255);
      text-decoration: none;
      transition: color 0.3s;
      font-size: clamp(1rem, 2vw + 1rem, 1rem) !important;

      &:hover {
        text-decoration: underline;
        color: var(--arena);
      }

      i {
        padding-right: 0.5rem;
        font-size: 0.6rem;
      }
    }

    &.active {
      padding-right: 1rem;
      border-radius: 20px;
      background-color: var(--bg-content);
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;

      a {
        color: var(--blackColor);

      }

      &::before {
        font-family: "Font Awesome 6 Free";
        content: "\f061";
        font-weight: 900;
        width: 12px;
        height: 12px;
        font-size: 0.9rem;
        color: var(--blackColor);
        transform: translateY(-75%);
        margin-right: 0.2rem;
      }
    }
  }

  .encabezado-movil {
    opacity: 0;
    height: auto;
    display: none;
    visibility: hidden;
  }

  @media (max-width: 1218px) {
    .encabezado-movil {
      background-color: var(--arena) !important;
      opacity: 1;
      height: auto;
      display: grid;
      visibility: visible;
      grid-template-columns: 60% 40%;
      box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);

      .logo {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 1rem 1rem;

        img {
          width: 100%;
        }
      }

      .menu {
        display: flex;
        justify-content: flex-end;
        align-items: center;

        margin: 1rem 2rem;

        .menu-button {
          position: relative;
          right: auto;
          top: auto;
          bottom: auto;
          border-radius: 0%;
          background-color: transparent;
          color: black;
          border: none;
          width: 50px;
          height: 50px;
          font-size: 1.5rem;
          cursor: pointer;
          box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
          justify-content: center;
          align-items: center;

          &:focus {
            outline: none;
          }
        }
      }
    }
  }

  /* Mostrar el botón flotante en pantallas pequeñas */
  @media (max-width: 1218px) {
    .encabezado {
      display: none;
    }

    .menu-button {
      display: flex;
    }
  }
}

.layout_padding {
  padding-top: 90px;
  padding-bottom: 90px;
}

.layout_padding2 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.heading_container h2 {
  position: relative;
  font-weight: bold;
  margin-right: 10px;
}

.heading_container img {
  width: 30px;
}

.hero_area {
  height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: var(--bg-hero);
}

.sub_page .hero_area {
  height: auto;
}

.header_section {
  display: flex;
  justify-content: center;
  position: sticky;
  top: 0;
  z-index: 3;
  height: auto;
  background: var(--segundoColor);
}

.header_section .container {
  padding: 0;
}

.header_section .nav_container {
  margin: 0 auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  font-family: 'Corra-Montserra-Extrabold';
  padding: 7px 20px;
  margin: 10px 15px;
  color: var(--mainColor);
  text-align: center;
  border-radius: 35px;
  text-transform: uppercase;
  font-size: .9375rem;
  font-weight: 550;
  --text-color: ;
  z-index: 1;

}

.custom_nav-container .navbar-nav .nav-item.active .nav-link,
.custom_nav-container .navbar-nav .nav-item:hover .nav-link {
  background-color: var(--mainColor);
  color: #ffffff;
  z-index: 0;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position-y: 7px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  z-index: 0;
}


.custom_nav-container {
  z-index: 0;
}

.navbar-expand-lg .navbar-collapse {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  justify-content: center;
  z-index: 0;
}

.custom_nav-container .navbar-toggler {
  outline: none;
  z-index: 0;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  z-index: 0;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #190734;
  margin: 7px 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: 0;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-1 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 0;
  margin-bottom: -4px;
  z-index: 0;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-2 {
  display: none;
  z-index: 0;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-3 {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: 0;
  margin-top: -4px;
  z-index: 0;
}

.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-1,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-2,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-3 {
  -webkit-transform: none;
  transform: none;

}

/*end header section*/
/* slider section */
.slider_section {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 2;
  padding-bottom: 90px;
  height: calc(100vh - 160px);
}

.slider_section .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider_section .detail_box h1 {
  text-transform: uppercase;
  font-weight: bold;
}

.slider_section .detail_box p {
  margin-top: 20px;
}

.slider_section .detail_box a {
  display: inline-block;
  padding: 10px 40px;
  background-color: var(--mainColor);
  color: #ffffff;
  border-radius: 35px;
  margin-top: 35px;
}

.slider_section .detail_box a:hover {
  background-color: #5E2D27;
}

.slider_section .img_container {
  border: 7px solid #466FAB;
  border-radius: 100%;
  overflow: hidden;
}

.slider_section .img_container div#carouselExampleContarols {
  width: 100%;
  position: unset;
}

.slider_section .img_container .img-box img {
  width: 100%;
}

.slider_section .carousel-control-prev,
.slider_section .carousel-control-next {
  top: initial;
  left: initial;
  bottom: 5%;
  right: 10%;
  width: 45px;
  height: 45px;
  border: none;
  border-radius: 100%;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: center;
}

.slider_section .carousel-control-prev {
  background-image: url(../imagenes/prev.png);
  background-color: #d2a9a9;
  -webkit-transform: translate(-85px, 30px);
  transform: translate(-85px, 30px);
}

.slider_section .carousel-control-next {
  background-image: url(../imagenes/next.png);
  background-color: var(--mainColor);
  -webkit-transform: translate(-45px, 0);
  transform: translate(-45px, 0);
}

.service_section {
  text-align: center;
}

.service_section .heading_container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.service_section .service_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 35px 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.service_section .service_container .box {
  margin: 25px 1%;
  -ms-flex-preferred-size: 31%;
  flex-basis: 31%;
  padding: 35px 25px 25px;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  border-top: 15px solid transparent;
  overflow: hidden;
  -webkit-transition: all .1s;
  transition: all .1s;
}

.service_section .service_container .box .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 125px;
}

.service_section .service_container .box .img-box img {
  width: 90px;
}

.service_section .service_container .box .detail-box {
  margin-top: 25px;
}

.service_section .service_container .box .detail-box h5 {
  color: #2e0e5f;
  font-weight: 600;
  position: relative;
}

.service_section .service_container .box:hover,
.service_section .service_container .box.active {
  border-top: 15px solid #2B405E;
}

.service_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 25px;
}

.service_section .btn-box a {
  display: inline-block;
  padding: 10px 35px;
  background-color: var(--mainColor);
  color: #ffffff;
  border-radius: 35px;
}

.service_section .btn-box a:hover {
  background-color: #5E2D27;
}

.about_section {
  background-color: var(--bg-hero);
}

.about_section .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about_section .img_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.about_section .img_container .img-box {
  border: 5px solid #466FAB;
  border-radius: 100%;
  overflow: hidden;
}

.about_section .img_container .img-box.b1 {
  width: 70%;
}

.about_section .img_container .img-box.b2 {
  width: 50%;
  margin-left: auto;
  margin-top: -12%;
}

.about_section .img_container .img-box img {
  width: 100%;
}

.about_section .detail-box {
  margin-right: 15%;
}

.about_section .detail-box p {
  margin-top: 25px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 10px 35px;
  background-color: var(--mainColor);
  color: #ffffff;
  border-radius: 5px;
  margin: 25px 0 45px 0;
}

.about_section .detail-box a:hover {
  background-color: #5E2D27;
}

.blog_section .heading_container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.blog_section .heading_container h2::before {
  background-color: #ffffff;
}

.blog_section .box {
  margin-top: 55px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}

.blog_section .box .img-box {
  position: relative;
}

.blog_section .box .img-box img {
  width: 100%;
}

.blog_section .box .detail-box {
  padding: 25px 25px 15px;
}

.blog_section .box .detail-box h5 {
  font-weight: bold;
}

.contact_section {
  position: relative;
}

.contact_section form {
  margin-top: 45px;
  padding-right: 35px;
}

.contact_section input {
  width: 100%;
  border: none;
  height: 50px;
  margin-bottom: 25px;
  padding-left: 25px;
  background-color: transparent;
  outline: none;
  color: #101010;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16);
}

.contact_section input::-webkit-input-placeholder {
  color: #737272;
}

.contact_section input:-ms-input-placeholder {
  color: #737272;
}

.contact_section input::-ms-input-placeholder {
  color: #737272;
}

.contact_section input::placeholder {
  color: #737272;
}

.contact_section input.message-box {
  height: 120px;
}

.contact_section button {
  border: none;
  display: inline-block;
  padding: 12px 45px;
  background-color: var(--mainColor);
  color: #ffffff;
  border-radius: 0px;
  margin-top: 35px;
}

.contact_section button:hover {
  background-color: #5E2D27;
}

.contact_section .map_container {
  height: 100%;
  min-height: 325px;
}

.contact_section .map_container .map-responsive {
  height: 100%;
}

.footer_bg {
  background-image: url(../images/footer-bg.png);
  background-size: cover;
  background-position: top;
}

/* info section */
.info_section {
  background-color: var(--footergob);
  color: #ffffff;
}

.info_section h6 {
  font-weight: bold;
}

.info_section .info_contact {
  margin-top: 60px;
  margin-bottom: 45px;
}

.info_section .info_contact .col-md-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.info_section .info_contact a {
  color: #ffffff;
}

.info_section .info_contact img {
  max-width: 100%;
  margin-right: 10px;
}

.info_section .info_form {
  margin: 0 auto;
  margin-bottom: 45px;
}

.info_section .info_form h4 {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}

.info_section .info_form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.info_section .info_form form input {
  background-color: #ffffff;
  border: none;
  -webkit-box-flex: 2.5;
  -ms-flex: 2.5;
  flex: 2.5;
  outline: none;
  color: #000000;
  min-height: 42.4px;
  padding-left: 15px;
}

.info_section .info_form form input ::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 0.2;
}

.info_section .info_form form input :-ms-input-placeholder {
  color: #ffffff;
  opacity: 0.2;
}

.info_section .info_form form input ::-ms-input-placeholder {
  color: #ffffff;
  opacity: 0.2;
}

.info_section .info_form form input ::placeholder {
  color: #ffffff;
  opacity: 0.2;
}

.info_section .info_form form button {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: none;
  display: inline-block;
  padding: 10px 30px;
  background-color: var(--mainColor);
  color: #ffffff;
  border-radius: 0;
  font-size: 1.066rem;
  text-transform: uppercase;
}

.info_section .info_form form button:hover {
  background-color: #5E2D27;
}

.info_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info_section .info_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info_section .info_social img {
  width: 35px;
  margin-right: 8px;
}

/* end info section */
/* footer section*/
.footer_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.footer_section p {
  color: #222222;
  margin: 0 auto;
  text-align: center;
  padding: 20px;
}

.footer_section p a {
  color: #222222;
}

/*Galeria */
.lightbox-gallery {
  background-image: linear-gradient(#cccad0, #eae6f5);
  background-repeat: no-repeat;
  color: #000;
  overflow-x: hidden
}

.lightbox-gallery p {
  color: #000
}

.lightbox-gallery h2 {
  font-weight: bold;
  margin-bottom: 40px;
  padding-top: 40px;
  color: #000000
}

@media (max-width:767px) {
  .lightbox-gallery h2 {
    margin-bottom: 25px;
    padding-top: 25px;
    font-size: 1.5rem
  }
}

.lightbox-gallery .intro {
  padding-top: 2rem;
  max-width: 700px;
  margin: 0 auto 40px
}

.lightbox-gallery .intro p {
  margin-bottom: 0
}

.lightbox-gallery .photos {
  padding-bottom: 20px
}

.lightbox-gallery .item {
  padding-bottom: 30px
}

@-webkit-keyframes fadeRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/*==================================================================================================== */
/* blog section - start
==================================================================================================== */

.blog-section .blog-title {
  font-weight: 700;
  padding: 10px 0px;
  font-size: 1.125rem;
  border-bottom: 1px solid #f0f0f0;
}

/* blog section - end
==================================================================================================== */
.thetop {
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
}

.backtotop {
  right: 15px;
  width: 40px;
  bottom: 15px;
  height: 60px;
  z-index: 999;
  position: fixed;
  overflow: hidden;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 25px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 25px 1px rgba(0, 0, 0, 0.2);
}

.backtotop .scroll {
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  line-height: 60px;
  text-align: center;
  position: relative;
  color: #ffffff;
  font-size: 1.875rem;
}

.backtotop .scroll:after,
.backtotop .scroll:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  content: '';
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.backtotop .scroll:before {
  background: -webkit-gradient(linear, left top, right bottom, from(#ff3e00), to(#a95147));
  background: -webkit-linear-gradient(top left, #ff3e00, #a95147);
  background: -o-linear-gradient(top left, #ff3e00, #a95147);
  background: linear-gradient(to bottom right, #ff3e00, #a95147);
}

.backtotop .scroll:after {
  opacity: 0;
  background: -webkit-gradient(linear, left top, right bottom, from(#a95147), to(#ff3e00));
  background: -webkit-linear-gradient(top left, #a95147, #ff3e00);
  background: -o-linear-gradient(top left, #a95147, #ff3e00);
  background: linear-gradient(to bottom right, #a95147, #ff3e00);
}

.backtotop .scroll:hover:before {
  opacity: 0;
}

.backtotop .scroll:hover:after {
  opacity: 1;
}

/* back to top - end
================================================== */
/* event details page - start
==================================================================================================== */
.event-details-section .section-title .big-title {
  font-size: 2.25rem;
}

.event-details-section .event-details .event-title .tag-item {
  font-weight: 700;
  margin-bottom: 5px;
  color: #333333;
}

.event-details-section .event-details .event-title .tag-item i {
  margin-right: 5px;
  margin-bottom: 5px;
  color: #a95147;
}

.event-details-section .event-details .event-title .event-title {
  margin: 0px;
  font-size: 2.25rem;
}

.event-details-section .event-details .event-title .event-title strong {
  font-weight: 900;
}

.event-details-section .event-details .event-details-carousel {
  margin-bottom: 30px;
}

.event-details-section .event-details .event-details-carousel .item {
  height: 380px;
  overflow: hidden;
}

.event-details-section .event-details .owl-theme .owl-dots {
  display: none;
}

.event-details-section .event-details .owl-theme .owl-nav {
  top: 0;
  right: 0;
  width: auto;
  padding: 10px;
  position: absolute;
}

.event-details-section .event-details .owl-theme .owl-nav .owl-next,
.event-details-section .event-details .owl-theme .owl-nav .owl-prev {
  margin: 0px;
  width: 35px;
  margin: 5px;
  height: 35px;
  padding: 0px;
  overflow: hidden;
  position: relative;
  color: transparent;
  border-radius: 100%;
  background: transparent;
}

.event-details-section .event-details .owl-theme .owl-nav .owl-next:before,
.event-details-section .event-details .owl-theme .owl-nav .owl-prev:before {
  top: 0;
  left: 0;
  width: 100%;
  opacity: .5;
  height: 100%;
  display: block;
  font-weight: 900;
  line-height: 35px;
  position: absolute;
  color: #333333;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: 'Font Awesome 5 Free';
}

.event-details-section .event-details .owl-theme .owl-nav .owl-next:hover:before,
.event-details-section .event-details .owl-theme .owl-nav .owl-prev:hover:before {
  opacity: 1;
}

.event-details-section .event-details .owl-theme .owl-nav .owl-next:before {
  content: '\f061';
}

.event-details-section .event-details .owl-theme .owl-nav .owl-prev:before {
  content: '\f060';
}

.event-details-section .event-details .event-info-list ul {
  width: 100%;
  display: table;
}

.event-details-section .event-details .event-info-list ul li {
  width: 32.9%;
  padding: 15px;
  margin-right: 5px;
  border-radius: 3px;
  background-color: #f7f7f7;
}

.event-details-section .event-details .event-info-list ul li:last-child {
  margin-right: 0px;
}

.event-details-section .event-details .event-info-list ul li .icon {
  float: left;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  color: #ffffff;
  font-size: 1.125rem;
  background-color: #a95147;
}

.event-details-section .event-details .event-info-list ul li .event-content {
  display: table;
  padding-left: 15px;
}

.event-details-section .event-details .event-info-list ul li .event-content .event-title {
  font-weight: 700;
  color: #878787;
  font-size: 0.875rem;
}

.event-details-section .event-details .event-info-list ul li .event-content .event-date {
  margin: 0px;
  font-weight: 900;
  color: #333333;
  font-size: 1rem;
  text-transform: uppercase;
}

.event-details-section .event-schedule .schedule-date-menu {
  margin: 0px;
  padding: 0px;
}

.event-details-section .event-schedule .schedule-date-menu>li {
  float: left;
  overflow: hidden;
  margin-right: 15px;
  display: inline-block;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.event-details-section .event-schedule .schedule-date-menu>li:last-child {
  margin-right: 0px;
}

.event-details-section .event-schedule .schedule-date-menu>li>a {
  width: 100%;
  height: 100%;
  display: block;
  font-weight: 900;
  padding: 15px 45px;
  text-align: center;
  color: #878787;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  background-color: #f7f7f7;
}

.event-details-section .event-schedule .schedule-date-menu>li>a small {
  width: 100%;
  display: block;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  text-transform: capitalize;
}

.event-details-section .event-schedule .schedule-date-menu>li>.active {
  color: #ffffff;
  background-color: #a95147;
}

.event-details-section .event-schedule .tab-content .hotal-menu {
  z-index: 1;
  margin: 0px;
  padding: 30px;
  -webkit-box-shadow: 0 1px 16px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 16px 2px rgba(0, 0, 0, 0.1);
}

.event-details-section .event-schedule .tab-content .hotal-menu>li {
  float: left;
  height: 40px;
  width: 24.444%;
  overflow: hidden;
  margin-right: 5px;
  border-radius: 3px;
  display: inline-block;
}

.event-details-section .event-schedule .tab-content .hotal-menu>li:last-child {
  margin-right: 0px;
}

.event-details-section .event-schedule .tab-content .hotal-menu>li>a {
  width: 100%;
  height: 100%;
  display: block;
  font-weight: 700;
  line-height: 40px;
  padding: 0px 30px;
  text-align: center;
  color: #878787;
  text-transform: capitalize;
  background-color: #f7f7f7;
}

.event-details-section .event-schedule .tab-content .hotal-menu>li>.active {
  color: #ffffff;
  background-color: #a95147;
}

.event-details-section .event-schedule .tab-content .tab-content .tab-pane .hall-item {
  padding: 30px;
  margin-bottom: 2px;
  background-color: #f7f7f7;
}

.event-details-section .event-schedule .tab-content .tab-content .tab-pane .hall-item .hall-image {
  width: 220px;
  float: right;
  height: 240px;
  overflow: hidden;
  border-radius: 3px;
}

.event-details-section .event-schedule .tab-content .tab-content .tab-pane .hall-item .hall-content {
  display: table;
  padding-right: 15px;
}

.event-details-section .event-schedule .tab-content .tab-content .tab-pane .hall-item .hall-content .event-info-list ul li {
  margin-right: 15px;
}

.event-details-section .event-schedule .tab-content .tab-content .tab-pane .hall-item .hall-content .event-info-list ul li:last-child {
  margin-right: 0px;
}

.event-details-section .event-schedule .tab-content .tab-content .tab-pane .hall-item .hall-content .event-info-list ul li .icon {
  float: left;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 100%;
  color: #ffffff;
  font-size: 1.125rem;
  background-color: #a95147;
}

.event-details-section .event-schedule .tab-content .tab-content .tab-pane .hall-item .hall-content .event-info-list ul li .event-content {
  display: table;
  padding-left: 5px;
}

.event-details-section .event-schedule .tab-content .tab-content .tab-pane .hall-item .hall-content .event-info-list ul li .event-content .event-title {
  font-weight: 700;
  color: #878787;
  font-size: 0.875rem;
}

.event-details-section .event-schedule .tab-content .tab-content .tab-pane .hall-item .hall-content .event-info-list ul li .event-content .event-date {
  margin: 0px;
  font-weight: 900;
  color: #333333;
  font-size: 1rem;
  text-transform: uppercase;
}

.event-details-section .event-pricing-plan .pricing-list ul .pricing-table {
  width: 33.333%;
  overflow: hidden;
  padding: 50px 30px;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #f7f7f7;
}

.event-details-section .event-pricing-plan .pricing-list ul .pricing-table .popularity-sign {
  top: 35px;
  left: -50px;
  min-width: 200px;
  padding: 5px 15px;
  position: absolute;
  text-align: center;
  color: #ffffff;
  font-size: 0.875rem;
  text-transform: uppercase;
  background-color: #85b200;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.event-details-section .event-pricing-plan .pricing-list ul .pricing-table .pricing-header .amount {
  font-size: 3.375rem;
  font-weight: 400;
  color: #a95147;
}

.event-details-section .event-pricing-plan .pricing-list ul .pricing-table .pricing-header .pricing-table-title {
  margin: 0px;
  font-weight: 900;
  color: #333333;
  font-size: 1.125rem;
  text-transform: uppercase;
}

.event-details-section .event-pricing-plan .pricing-list ul .pricing-table .pricing-body {
  padding: 30px 0px;
}

.event-details-section .event-pricing-plan .pricing-list ul .pricing-table .pricing-body ul {
  margin: 0px;
  padding: 0px;
}

.event-details-section .event-pricing-plan .pricing-list ul .pricing-table .pricing-body ul li {
  width: 100%;
  padding: 8px;
  display: block;
  list-style: none;
  text-align: left;
  position: relative;
  padding-left: 35px;
  border-bottom: 1px solid #dddddd;
}

.event-details-section .event-pricing-plan .pricing-list ul .pricing-table .pricing-body ul li:last-child {
  border-bottom: none;
}

.event-details-section .event-pricing-plan .pricing-list ul .pricing-table .pricing-body ul li:before {
  top: 50%;
  left: 5px;
  font-weight: 900;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'Font Awesome 5 Free';
}

.event-details-section .event-pricing-plan .pricing-list ul .pricing-table .pricing-body ul .item-on:before {
  color: green;
  content: '\f00c';
}

.event-details-section .event-pricing-plan .pricing-list ul .pricing-table .pricing-body ul .item-off:before {
  color: red;
  content: '\f00d';
}

.event-details-section .event-pricing-plan .pricing-list ul .pricing-table .pricing-footer {
  text-align: center;
}

.event-details-section .event-pricing-plan .pricing-list ul .pricing-table .pricing-footer .custom-btn {
  width: 100%;
  display: block;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 12px 40px;
  background: #ffffff;
  text-transform: uppercase;
  color: #333333 !important;
}

.event-details-section .event-pricing-plan .pricing-list ul .pricing-table .pricing-footer .custom-btn:before {
  opacity: 0;
}

.event-details-section .event-pricing-plan .pricing-list ul .pricing-table:hover .pricing-footer .custom-btn {
  color: #ffffff !important;
}

.event-details-section .event-pricing-plan .pricing-list ul .pricing-table:hover .pricing-footer .custom-btn:before {
  opacity: 1;
}

.event-details-section .event-pricing-plan .pricing-list ul .pricing-table:hover .pricing-footer .custom-btn:after {
  opacity: 0;
}

.event-details-section .event-pricing-plan .pricing-list ul .popular-pricing-table {
  z-index: 1;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.1);
}

.event-details-section .event-pricing-plan .pricing-list ul .popular-pricing-table .pricing-footer .custom-btn {
  color: #ffffff !important;
}

.event-details-section .event-pricing-plan .pricing-list ul .popular-pricing-table .pricing-footer .custom-btn:before {
  opacity: 1;
}

.event-details-section .event-pricing-plan .pricing-list ul .popular-pricing-table .pricing-footer .custom-btn:after {
  opacity: 0;
}

.event-container {
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.event-header {
  text-align: center;
  margin-bottom: 20px;
}

.event-header .event-month-year {
  text-transform: capitalize;
  font-size: 2em;
  color: #34495e;
  font-weight: bold;
}

.event-date {
  text-align: center;
  font-size: 1.5em;
  color: #2c3e50;
}

.event-date .day {
  font-size: 3em;
  font-weight: bold;
  color: #ab6157;
}

.event-date .weekday {
  text-transform: capitalize;
  display: block;
  margin-top: 5px;
  font-size: 1.2em;
  color: #7f8c8d;
}

.event-desc .title {
  font-size: 1.5em;
  font-weight: bold;
  color: #2c3e50;
  margin-bottom: 10px;
}

.event-desc .subtitle {
  font-size: 1em;
  font-weight: bold;
  color: #9a479f;
  margin-bottom: 10px;
}

.event-desc p {
  font-size: 1em;
  color: #7f8c8d;
}

/* event details page - end
==================================================================================================== */
/*Actas section */

.actas_section {
  text-align: center;
  background-color: #f3f0f6;
  /* Cambia el color a tu preferencia utilizando un código de color o un nombre de color */
  padding: 20px;
  /* Añade un relleno para que el color de fondo sea visible */
}

.actas_section .heading_container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.actas_section .actas_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 35px 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.actas_section .actas_container .box {
  margin: 25px 1%;
  -ms-flex-preferred-size: 31%;
  flex-basis: 31%;
  padding: 35px 25px 25px;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  border-top: 15px solid transparent;
  overflow: hidden;
  -webkit-transition: all .1s;
  transition: all .1s;
}

.actas_section .actas_container .box .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 125px;
}

.actas_section .service_container .box .img-box img {
  width: 90px;
}

.actas_section .service_container .box .detail-box {
  margin-top: 25px;
}

.actas_section .service_container .box .detail-box h5 {
  color: #2e0e5f;
  font-weight: 600;
  position: relative;
}

.actas_section .service_container .box:hover,
.actas_section .service_container .box.active {
  border-top: 15px solid #2B405E;
}

.actas_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 25px;
}

.actas_section .btn-box a {
  display: inline-block;
  padding: 10px 35px;
  background-color: var(--mainColor);
  color: #ffffff;
  border-radius: 35px;
}

.actas_section .btn-box a:hover {
  background-color: #5E2D27;
}


/* Estilos CSS en tu archivo principal.css */
.logos-section {
  width: 100%;
  /* Asegura que el objeto ocupe todo el ancho disponible */
  height: auto;
  /* Permite que la altura se ajuste automáticamente */
}

/* Estilos para el contenido dentro del objeto */
.logos-content {
  width: 100%;
  /* Asegura que el contenido ocupe todo el ancho disponible */
}

.text-justify {
  text-align: justify;
}

/*Estilos para el El blog
--------------------------------------------
--------------------------------------------
*/

a {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  color: var(--text-color);
  text-decoration: none;
  outline: 0 !important;
}

a:hover {
  color: var(--mainColor);
  text-decoration: none;
}

:focus {
  outline: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  font-family: var(--fontFamily2);
  font-size: var(--font-Size);
  margin-bottom: 15px;
  line-height: 1.8;
}

p:last-child {
  margin-bottom: 0;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.ptb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pt-30 {
  padding-top: 0px;
}

.pl-20 {
  padding-left: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mlr-15 {
  margin-left: 15px;
  margin-right: 15px;
}

.mb-30 {
  margin-bottom: 30px;
}

.section-content {
  margin-top: 20px;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

.sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  padding: 0px;
  background-color: var(--whiteColor) !important;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

.plr-100 {
  padding-left: 50px;
  padding-right: 50px;
}

.mt-10 {
  margin-top: -10px;
}

.bg-black {
  background-color: var(--blackColor);
}

.bg-f9fbfe {
  background-color: #f9fbfe;
}

.bg-222222 {
  background-color: #222222;
}


/*================================================
Default button Area CSS
=================================================*/
.default-button {
  padding: 12px 40px;
  border-radius: 0px;
  position: relative;
  display: inline-block;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  border: 1px solid var(--mainColor);
  overflow: hidden !important;
  color: var(--whiteColor);
  background-color: var(--mainColor);
  border-radius: 10px;
  font-size: 0.9375rem;
  font-weight: 700;
  font-family: var(--fontFamily2);
}

.default-button i {
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  font-size: 0.9375rem !important;
  margin-left: 5px;
}

.default-button::before {
  content: '';
  width: 0px;
  height: 100%;
  overflow: hidden;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  background-color: var(--mainColor);
  position: absolute;
  right: 0;
  left: unset;
  top: 0;
  z-index: 0;
  -webkit-transform-origin: right;
  transform-origin: right;
}

.default-button span {
  position: relative;
  z-index: 1;
}

.default-button:hover {
  border-radius: 20px 5px 20px 5px;
  color: var(--whiteColor);
  background-color: var(--blackColor);
}

.default-button-2 {
  border-radius: 25px;
}

.default-button-3 {
  background-color: var(--whiteColor);
  color: var(--mainColor);
}

.default-button-3:hover {
  color: var(--whiteColor);
  background-color: var(--mainColor);
}

.default-button-3:hover i {
  color: var(--whiteColor) !important;
}

.read-more-btn {
  font-weight: 600;
  padding: 10px 20px;
  color: var(--whiteColor);
  border-radius: 20px;
  background-color: var(--mainColor);
  transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.read-more-btn:hover {
  color: var(--whiteColor);
  background-color: var(--naranja-comite);
  transform: scale(1.1);
}



.default-button-middle {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

/*================================================
Index 01 Blog Area CSS
=================================================*/
.blog-card {
  margin-top: 30px;
  padding-bottom: 20px;
  min-height: 650px;
  -webkit-box-shadow: var(--boxShadow);
  box-shadow: var(--boxShadow);
  background-color: var(--whiteColor);
  border-radius: 20px;
}

.blog-card .blog-card-img {
  overflow: hidden;
  aspect-ratio: 16/9;
  border-radius: 20px;
}

.blog-card .blog-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.blog-card .blog-card-text-area {
  height: 385px;
  min-height: 385px;
  padding: 30px 25px;


  .extracto-tarjeta {
    height: 200px;
    text-align: justify;
    min-height: 200px;
    overflow-y: scroll;
  }

  .titulo-blog-tarjeta {
    text-align: justify;
    /* height: 60px;
    min-height: 60px; */
  }
}

.blog-card .blog-card-text-area h4 {
  margin-top: 18px;
  margin-bottom: 12px;
  font-size: var(--card-title-font-Size);
  font-weight: 600;
}

.blog-card .blog-card-text-area p {
  margin-bottom: 12px;
}

.blog-card:hover .blog-card-img img {
  -webkit-transform: scale(1.1) rotate(2deg);
  transform: scale(1.1) rotate(2deg);
}

.blog-date ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.blog-date ul li {
  display: inline-block;
  position: relative;
  margin-right: 15px;
  font-size: 0.875rem;
  font-family: var(--fontFamily2);
}

.blog-date ul li i {
  margin-right: 3px;
  color: var(--mainColor);
}

.blog-date ul li:last-child {
  margin-right: 0px;
}

.blog-date ul li:last-child::before {
  display: none;
}

.blog-date ul li::before {
  content: '/';
  position: absolute;
  right: -12px;
}

/*================================================ 
Blog Details Page CSS
=================================================*/
.recent-news-card {
  margin-top: 20px;
  min-height: 90px;
  position: relative;
  padding-left: 105px;
}

.recent-news-card img {
  position: absolute;
  left: 0;
  border-radius: 5px;
}

.recent-news-card h5 {
  line-height: 1.4;
  padding-top: 5px;
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 1rem !important;
  font-size: var(--font-Size);
}

.recent-news-card p {
  font-size: 0.875rem;
}

.blog-text-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 0px;
  padding: 3px 15px 15px 15px;
  background-color: #f9fafb;
}

.blog-text-footer ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.blog-text-footer ul li {
  display: inline-block;
}

.blog-text-footer ul li span {
  font-weight: 600;
  margin-right: 10px;
  padding: 0px !important;
  background-color: transparent !important;
}

.blog-text-footer .tag-area {
  margin-top: 12px;
}

.blog-text-footer .tag-area ul li {
  margin-right: 5px;
  cursor: pointer;
  font-size: var(--font-Size);
  font-family: var(--fontFamily2);
}

.blog-text-footer .tag-area ul li i {
  color: var(--mainColor);
}

.blog-text-footer .tag-area ul li:hover {
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  color: var(--mainColor);
}

.blog-text-footer .tag-area ul li:first-child {
  padding: 0px;
}

.blog-text-footer .social-icons {
  margin-top: 12px;
}

.blog-text-footer .social-icons ul li a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: var(--mainColor);
  background-color: white;
  -webkit-box-shadow: var(--boxShadow);
  box-shadow: var(--boxShadow);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.blog-text-footer .social-icons ul li a:hover {
  color: var(--whiteColor);
  background-color: var(--mainColor);
}

.bd-comments {
  margin-top: 30px;
}

.bd-comments h3 {
  font-size: var(--card-title-font-Size);
  font-weight: 600;
}

.comment-card {
  margin-top: 30px;
  position: relative;
  padding-left: 90px;
}

.comment-card img {
  border-radius: 50%;
  position: absolute;
  left: 0;
}

.comment-card h5 {
  margin-bottom: 0px;
  font-weight: 600;
  font-size: 1.15625rem;
}

.comment-card span {
  color: var(--paragraphColor);
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 0.875rem;
  font-family: var(--fontFamily);
}

.comment-card p {
  margin-top: 10px;
  margin-bottom: 10px;
}

.comment-card a {
  color: var(--mainColor);
  font-weight: 500;
}

.bd-form {
  margin-top: 30px;
  border-radius: 0px;
  background-color: #f9fafb;
  padding: 30px;
}

.bd-form h3 {
  font-size: var(--card-title-font-Size);
  font-weight: 600;
  margin-top: 0px;
}

.bd-form p {
  font-size: 0.875rem;
  margin-bottom: 5px;
}

.bd-form .form-control {
  border: 0px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 12px 15px;
  border-radius: 0px;
  background-color: var(--whiteColor);
}

.bd-form .default-button {
  margin-top: 15px;
}

.blog-quote {
  background-color: #f9fafb;
  padding: 30px 30px 25px;
  position: relative;
  margin-bottom: 20px;
  margin-top: 10px;
}

.blog-quote i {
  font-size: 2.8125rem;
  color: var(--mainColor);
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.blog-quote p {
  color: var(--blackColor);
  max-width: 650px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  font-size: 1.0625rem;
  font-weight: 600;
}

.blog-details {
  background-color: #fafafa;
}

.blog-details-text-area h3 {
  margin-bottom: 12px;
}

.blog-details-text-area .blog-date {
  margin-top: 25px;
  margin-bottom: 0px;
}

.blog-details-text-area .blog-date ul {
  margin: 0px;
}

.blog-details-text-area .blog-date ul li {
  font-weight: 400;
}

/*CSS de Evemtos */
.event-header {
  text-align: center;
  padding: 1em;
}

.event-header h1 {
  font-size: 4rem !important;
  font-weight: 900;
  text-transform: uppercase;
}

.event-item {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 1em;
  border-radius: 2px;
  box-shadow: 0px 2px 2px 0 rgba(0, 0, 0, 0.14);
  margin-bottom: 1em;
}

.event-desc {
  text-align: center;
}

.event-date {
  text-align: center;
  border-right: 1px dashed #ccc;
  margin-bottom: 1em;
}

.event-date h1 {
  font-size: 6em;
  margin: 0 auto;
  font-weight: 900;

}

.event-date span {
  font-size: 1.125rem;
}

#eventos .eventos-carousel-control {
  top: 0%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background-color: rgba(52, 73, 94, 0.8);
  /* Fondo semitransparente */
  border-radius: 50%;
  /* Botones redondos */
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}

#eventos .eventos-carousel-control:hover {
  background-color: rgba(52, 73, 94, 1);
  /* Fondo completamente opaco al pasar el ratón */
}

#eventos .eventos-icon {
  filter: invert(100%);
  width: 20px;
  height: 20px;
}

/* Estilos responsivos */
@media (max-width: 768px) {
  #eventos .eventos-carousel-control {
    width: 50px;
    height: 50px;
  }

  #eventos .eventos-icon {
    width: 15px;
    height: 15px;
  }
}

@media (max-width: 576px) {
  #eventos .eventos-carousel-control {
    width: 40px;
    height: 40px;
  }

  #eventos .eventos-icon {
    width: 12px;
    height: 12px;
  }
}

.carousel-control-next,
.carousel-control-prev {
  top: 20vh;
  width: 30px;
  opacity: 1;
  background: #111;
  height: 30px;
  border-radius: 5px;
}

.carousel-control-next {
  left: 81%;

}

.carousel-control-prev {
  left: 16%;
}

@media (min-width:768px) {

  .event-date h1 {
    font-size: 5em;
  }

  .event-desc {
    text-align: left;
  }

  .event-header h1 {
    font-size: 5em;
  }

  .carousel-control-next,
  .carousel-control-prev {
    top: 20vh;
    width: 50px;
    height: 50px;
  }

  .carousel-control-next {}

  .carousel-control-prev {}
}

/***
====================================================================
  funciones accesibilidad
====================================================================
***/

.btn-accesible {
  position: fixed;
  left: 32px;
  bottom: 32px;
  display: grid;
  align-content: center;
  background-color: var(--grisveda);
  border: none;
  border-radius: 50%;
  padding: 16px;
  width: 60px;
  height: 60px;
  font-size: 2rem;
  line-height: 1;
  z-index: 1200;

}

.btn-accesible.gray-scale {
  background-color: #2d2d2d;
}

.btn-accesible svg {
  fill: var(--bg-body);
}

.container-accesible {
  position: fixed;
  left: 32px;
  bottom: 32px;
  background-color: var(--grisveda);
  color: var(--bg-body);
  text-align: center;
  z-index: 1199;
  border-radius: 8px;
  border-bottom-left-radius: 28px;
  padding: 8px 8px 60px;
  transform: scale(0);
  transform-origin: 15% 100%;
  transition: transform .3s;
}

.container-accesible.gray-scale {
  background-color: #2d2d2d;
}

.btn-accesible:hover~.container-accesible,
.container-accesible:hover {
  transform: scale(1);
}

.container-accesible .options {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.container-accesible .options button {
  background-color: transparent;
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 8px;
  padding: 8px;
  font-size: 0.8125rem;
}

.container-accesible .options button:focus-visible {
  outline: none;
}

.container-accesible .options button svg {
  fill: var(--bg-body);
  font-size: 1.5rem;
  margin-bottom: 8px;
}

/***
====================================================================
darkmode
====================================================================
***/

.btn-darkmode {
  overflow: hidden;
  position: relative;
}

.btn-darkmode span {
  position: absolute;
  bottom: 8px;
}

.btn-darkmode .svg-sun,
.btn-darkmode .svg-moon {
  position: absolute;
  transition: transform .3s;
}

.btn-darkmode .svg-sun {
  transform: translate(0, calc(0px - 8px));
}

.btn-darkmode .svg-moon {
  transform: translate(0, calc(500% - 8px));
}

.btn-darkmode.active .svg-sun {
  transform: translate(0, calc(500% - 8px));
}

.btn-darkmode.active .svg-moon {
  transform: translate(0, calc(0px - 8px));
}

.hidden {
  display: none;
}

.popup-container {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.9);
  /* Fondo semi-transparente */
  padding: 20px;
  border-radius: 10px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  /* Aplica un efecto de desenfoque al fondo */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 5;
}

.popup-content {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.enterado-btn {
  padding: 10px 20px;
  background-color: black;
  /* Azul */
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}

.enterado-btn:hover {
  background-color: var(--color-5);
  /* Cambia el color al pasar el ratón sobre el botón */
}

/* Estilos de listas */
.lista-sin-punto {
  list-style: none;
}

.document-tree .sub-documents {
  display: none;
}

.document-tree .folder input[type="checkbox"] {
  display: none;
}

.document-tree .folder input[type="checkbox"]+label:before {
  content: "▶️ ";
}

.document-tree .folder input[type="checkbox"]:checked+label:before {
  content: "🔽 ";
}

.document-tree .folder input[type="checkbox"]:checked~.sub-documents {
  display: block;
}

.footer-secretarias {
  display: flex;
  /* Activar el modo flexbox */
  flex-direction: column;
  /* Establecer dirección vertical */
  align-items: center;
  /* Centrar los elementos horizontalmente */
}

.iconos-footer {
  display: inline;
  margin-right: 5px;
}

@media (min-width: 600px) {
  .minititulo-footer {
    font-weight: 800;
    font-size: 1.03vw !important;
  }

  .minititulo2-footer {
    font-size: 1.02vw !important;
    font-weight: 600;

  }

  .minititulo3-footer {
    font-size: 1.01vw !important;
    font-weight: 400;
  }
}

.minititulo-footer {
  font-weight: 800;
  font-size: 1.03rem;
}

.minititulo2-footer {
  font-size: 1.02rem;
  font-weight: 600;

}

.minititulo3-footer {
  font-size: 1.01rem;
  font-weight: 400;
}

@media (max-width: 600px) {
  .centrado-pequeno {
    align-items: center;
  }

  .centrado-titulo-pequeno {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}


/* Estilos integrantes */
.president-image {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 10px;
}

@media (max-width: 600px) {
  table {
    font-size: 14px;
  }
}

.contenedor-flex {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-evenly;
}


/* Estilos contacto */
form {
  max-width: 500px;
  margin: 0 auto;
  padding: 20px;
  /* background-color: #f8f9fa; */
  border-radius: 10px;
}

label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ced4da;
  border-radius: 5px;
  box-sizing: border-box;
}

textarea {
  resize: vertical;
}

input[type="submit"].btn-orange {
  background-color: #e6762b;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
}

input[type="submit"].btn-orange:hover {
  background-color: #e65c00;
}

.btn-orange-2 {
  background-color: #eaa968;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 10px;
}

.btn-orange-2:hover {
  background-color: #cc6600;
}

.btn-orange {
  background-color: #e97f14;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 10px;
}

.btn-orange:hover {
  background-color: #cc6600;
}

.width-90 {
  width: 90% !important;
}

.contenedor-flex-centro {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.pagination {
  justify-content: center;
}

.blog-title {
  font-size: 26px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
  text-decoration: none;
}

.my-breadcrumb {
  list-style: none;
  padding: 0;
  text-align: center;
}

.my-breadcrumb li {
  display: inline;
  margin-right: 5px;
}

.my-breadcrumb li a {
  text-decoration: none;
  color: var(--puebla);
  font-weight: normal;
  transition: color 0.3s ease;
}

.my-breadcrumb li a:hover {
  background-color: var(--naranja-comite);
  border-radius: 20px;
  padding: 5px;
}

.my-breadcrumb li::after {
  content: "/";
  margin-left: 5px;
}

.my-breadcrumb li:last-child::after {
  content: "";
}

.my-breadcrumb li:last-child a {
  color: #333;
  font-weight: bold;
}

.custom-divider {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 20px 0;
}

.divider-line {
  flex: 1;
  height: 1px;
  background-color: #ccc;
}

.divider-arrow {
  padding: 0 10px;
  color: #ccc;
  font-size: 18px;
}

/* Estilos Página 404 */
.envoltura-404 {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.error-404 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
}

.number-404 {
  font-weight: 900;
  font-size: 15rem;
  line-height: 1;
}

.illustration-404 {
  position: relative;
  width: 12.2rem;
  margin: 0 2.1rem;
}

:where(.circle, .clip, .paper, .eyes, .eye, .cheeks, .mouth) {
  position: absolute;
}

.circle {
  bottom: 0;
  left: 0;
  width: 12.2rem;
  height: 11.4rem;
  border-radius: 50%;
  background-color: #293b49;
}

.clip {
  bottom: 0.3rem;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  width: 12.5rem;
  height: 13rem;
  border-radius: 0 0 50% 50%;
}

.paper {
  bottom: -0.3rem;
  left: 50%;
  transform: translateX(-50%);
  width: 9.2rem;
  height: 12.4rem;
  border: 0.3rem solid #293b49;
  background-color: white;
  border-radius: 0.8rem;
}

.paper::before {
  content: "";
  position: absolute;
  top: -0.7rem;
  right: -0.7rem;
  width: 1.4rem;
  height: 1rem;
  background-color: white;
  border-bottom: 0.3rem solid #293b49;
  transform: rotate(45deg);
}

.face {
  position: relative;
  margin-top: 2.3rem;
}

.eyes {
  top: 0;
  left: 2.4rem;
  width: 4.6rem;
  height: 0.8rem;
}

.eye {
  bottom: 0;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: #293b49;
  animation-name: eye;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.eye__left {
  left: 0;
}

.eye__right {
  right: 0;
}

@keyframes eye {
  0% {
    height: 0.8rem;
  }

  50% {
    height: 0.8rem;
  }

  52% {
    height: 0.1rem;
  }

  54% {
    height: 0.8rem;
  }

  100% {
    height: 0.8rem;
  }
}

.cheeks {
  top: 1.6rem;
  width: 1rem;
  height: 0.2rem;
  border-radius: 50%;
  background-color: #fdabaf;
}

.cheeks__left {
  left: 1.4rem;
}

.cheeks__right {
  right: 1.4rem;
}

.mouth {
  top: 3.1rem;
  left: 50%;
  width: 1.6rem;
  height: 0.2rem;
  border-radius: 0.1rem;
  transform: translateX(-50%);
  background-color: #293b49;
}

.texto-404 {
  margin-top: 5rem;
  margin-bottom: 5rem;
  font-weight: 400;
  color: #293b49;
}

/* Estilos de modificacion de formulario 16/07 */
/* Estilos de boton oro */
/* Estilos para el botón flotante */
.floating-button {
  position: fixed;
  bottom: 50%;
  right: 20px;
  z-index: 1000;
}

.btn-floating {
  width: 70px;
  height: 70px;
  background-color: gold;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.btn-floating img {
  width: 100%;
  height: auto;
}

@media (max-width: 500px) {
  .floating-button {
    .btn-floating {
      width: 60px;
      height: 60px;

      img {
        width: 50px;
        height: 50px;
      }
    }
  }
}

@media (min-width: 768px) {
  #infographicsCarousel {
    .carousel-inner {
      .carousel-item {
        .box {
          .img-box {
            img {
              max-width: 700px;
            }
          }
        }
      }
    }
  }
}

.contact_section {
  background-color: #f7f7f7;

  .tarjeta-contacto {
    background-color: #f9f9f962;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);

    p {
      font-size: 1.1rem;
    }

    h4 {
      font-weight: bold;
      color: var(--mainColor);
    }

    ul {
      font-size: 1.1em;

      li {
        i {
          color: var(--mainColor);
        }

        a {
          text-decoration: none;
          color: var(--mainColor);
        }
      }
    }

  }
}

/* Estilos de infografias */
.infografia-item {
  border-radius: 10px;
  background: var(--arena);
  transition: 0.5s;
}

.infografia-item:hover {
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.2);
}

.infografia-item .blog-img {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 250px;
  /* Ajusta la altura según tus necesidades */
}

/* Imagen de fondo desenfocada */
.infografia-item .blog-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('/imagenes/fondo-blur.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  filter: blur(10px);
  z-index: 1;
}

.infografia-item .blog-img img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: 0.5s;
}

.infografia-item:hover .blog-img img {
  transform: scale(1.2);
}

.infografia-item:hover .blog-img::after {
  background: rgba(0, 209, 249, 0.2);
}

/* Estilos varios */
.extracto {
  color: var(--mainColor);
}

.texto-comite {
  color: var(--mainColor);
}

/* Fotografias estilos */
.video-comite-fotos {
  max-width: 100%;
  max-height: 100%;
  border: 3px solid var(--naranja-comite);
  border-radius: 10px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
  object-fit: contain;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-right: 3rem;
  padding-left: 3rem;
}

.fotografia-item {
  border-radius: 10px;
  background: var(--arena);
  transition: 0.5s;
}

.fotografia-item:hover {
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.2);
}

.fotografia-item .blog-img {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 250px;
  /* Ajusta la altura según tus necesidades */
}

/* Imagen de fondo desenfocada */
.fotografia-item .blog-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('/imagenes/fondo-blur.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  filter: blur(10px);
  z-index: 1;
}

.fotografia-item .blog-img img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: 0.5s;
}

.fotografia-item:hover .blog-img img {
  transform: scale(1.2);
}

.fotografia-item:hover .blog-img::after {
  background: rgba(0, 209, 249, 0.2);
}

.form-group-fotos {

  .form-label {
    margin-top: 0.5rem;
    font-size: 1rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.5rem;
  }

  .form-select {
    padding: 0.5rem 1rem;
    border-radius: 0.375rem;
    border: 1px solid #ced4da;
    background-color: #f8f9fa;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
  }

  .form-select:focus {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.25);
  }
}

#bannerModal .modal-content {
  border-radius: 10px;
  overflow: hidden;
}

#bannerModal .modal-header {
  background-color: #901941;
  color: white;
  padding: 1rem;
  border-bottom: none;
}

#bannerModal .modal-title {
  font-weight: bold;
  font-size: 1.25rem;
}

#bannerModal .modal-body img {
  border-radius: 0 0 10px 10px;
}

#bannerModal .btn-close {
  background-color: white;
  opacity: 0.7;
}

#bannerModal .btn-close:hover {
  opacity: 1;
}

#bannerModal .btn-primary {
  background-color: #901941;
  border-color: #901941;
  font-weight: bold;
}

#bannerModal .btn-primary:hover {
  background-color: #751630;
  border-color: #751630;
}

#avisoPrivacidadIframe {
  width: 100%;
  height: 80vh;
  border: none;
}

#iframe-mapa-contacto {
  border: 0;
  width: 100%;
  height: 100%
}

#pdfFrame {
  width: 100%;
  height: 80vh;
  border: none;
}

.logos-container {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #f2f2f2;
  padding: 20px;

  .logo {
    margin: 10px;

    img {
      max-width: 100%;
      height: auto;

      .custom-size {
        width: 250px;
        height: auto;
        margin: 0 auto;
      }
    }
  }
}


/* Responsividad para pantallas pequeñas */
@media (max-width: 1218px) {
  .encabezado {
    display: none;
  }

  .menu-button {
    display: flex;
  }
}

.seccion-inicial {
  height: calc(100vh - 160px);

  .container {
    height: 100%;

    .row {
      height: 100%;

      .titulo {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;

        h1 {
          font-weight: 800;
        }

        p {
          font-size: 1rem;
        }
      }

      .imagen {
        display: flex;
        justify-content: center;
        align-items: center;


        .carousel {
          padding: 3rem;

          .carousel-inner {
            border-radius: 50%;
            border: 7px solid var(--mainColor);
          }
        }

        .carousel-control-prev,
        .carousel-control-next {
          top: initial;
          left: initial;
          bottom: 22%;
          right: 15%;
          width: 45px;
          height: 45px;
          border: none;
          border-radius: 100%;
          opacity: 1;
          background-repeat: no-repeat;
          background-size: 8px;
          background-position: center;
        }

        .carousel-control-prev {
          background-color: #d2a9a9;
          -webkit-transform: translate(-85px, 30px);
          transform: translate(-85px, 30px);
        }

        .carousel-control-next {
          background-color: var(--mainColor);
          -webkit-transform: translate(-45px, 0);
          transform: translate(-45px, 0);
        }
      }
    }
  }
}

@media (max-width: 768px) {
  .backtotop {
    right: 1rem;
    bottom: 5rem;
    height: 50px;

    .scroll {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 50px;

      i {
        font-size: 1rem;
      }
    }

  }

  .seccion-inicial {
    min-height: 800px;

    .container {
      .row {
        .imagen {

          .carousel-control-prev,
          .carousel-control-next {
            top: initial;
            left: initial;
            bottom: -17%;
            right: 0%;
            width: 40px;
            height: 40px;
            border: none;
            border-radius: 100%;
            opacity: 1;
            background-repeat: no-repeat;
            background-size: 8px;
            background-position: center;
          }

          .carousel-control-prev {
            background-color: #d2a9a9;
            -webkit-transform: translate(-85px, 30px);
            transform: translate(-85px, 30px);
          }

          .carousel-control-next {
            background-color: var(--mainColor);
            -webkit-transform: translate(-45px, 0);
            transform: translate(-45px, 0);
          }
        }
      }
    }
  }

}

/* General */
.secccion_infografias {
  background-color: #f9f9f9;
  padding: 90px 20px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;

  .container {
    /* .heading_container {
      h2 {
        font-size: 2.5rem;
        font-weight: bold;
        color: #333;
        position: relative;
        display: inline-block;
        padding-bottom: 10px;
        margin-bottom: 30px;

        &::after {
          content: "";
          position: absolute;
          left: 50%;
          bottom: 0;
          transform: translateX(-50%);
          width: 80px;
          height: 4px;
          background-color: #ff6600;
          border-radius: 2px;
        }
      }
    } */

    .container-fluid {
      .row {
        .col-md-12 {
          .carousel {
            .carousel-indicators {
              button {
                background-color: #ddd;
                width: 12px;
                height: 12px;
                border-radius: 50%;
                margin: 0 5px;
                border: none;
                transition: background-color 0.3s;

                &.active {
                  background-color: #ff6600;
                }
              }
            }

            .carousel-inner {
              .carousel-item {
                transition: transform 0.8s ease-in-out;
                padding: 20px;
                /* display: flex;
                justify-content: center;
                align-items: center; */

                img {
                  border-radius: 12px;
                  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
                  max-height: 500px;
                  object-fit: cover;
                  transition: transform 0.5s, box-shadow 0.5s;

                  &:hover {
                    transform: scale(1.05);
                    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
                  }
                }
              }
            }

            button {
              background: transparent;
            }

            .carousel-control-prev-icon,
            .carousel-control-next-icon {
              background-color: #ff6600;
              border-radius: 50%;
              width: 50px;
              height: 50px;
              display: flex;
              align-items: center;
              justify-content: center;
            }

            .carousel-control-prev-icon:hover,
            .carousel-control-next-icon:hover {
              background-color: #e55b00;
            }
          }
        }
      }
    }

    .text-center {
      .btn-orange {
        background-color: #ff6600;
        color: #fff;
        padding: 12px 30px;
        font-size: 1rem;
        font-weight: bold;
        border-radius: 25px;
        text-decoration: none;
        box-shadow: 0 4px 12px rgba(255, 102, 0, 0.3);
        transition: background-color 0.3s, box-shadow 0.3s, transform 0.3s;

        &:hover {
          background-color: #e55b00;
          box-shadow: 0 6px 18px rgba(255, 102, 0, 0.4);
          transform: translateY(-3px);
        }
      }
    }
  }
}

@media (max-width: 768px) {
  .about_section {
    .container {
      .row {
        .col-md-6 {
          .detail-box {
            margin-right: auto;
          }
        }
      }
    }
  }

  .secccion_infografias {
    .container {
      .container-fluid {
        .row {
          .col-md-12 {
            .carousel {

              .carousel-control-prev,
              .carousel-control-next {
                display: block;
                top: 11rem;
                aspect-ratio: 1/1;

                .carousel-control-prev-icon,
                .carousel-control-next-icon {
                  width: 20px;
                  height: 20px;
                  aspect-ratio: 1/1;
                }
              }
            }
          }
        }
      }
    }
  }
}

.custom-modal-search {
  display: none;
  /* Oculto por defecto */
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s;

  .custom-modal-content {
    background: white;
    width: 90%;
    max-width: 500px;
    margin: 10% auto;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transform: scale(0.9);
    transition: transform 0.3s ease-in-out;

    .custom-modal-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-bottom: 1px solid #ddd;
      padding-bottom: 10px;

      .custom-close {
        font-size: 24px;
        cursor: pointer;
      }
    }

  }
}

.custom-modal-search.show {
  display: block;
  opacity: 1;
  visibility: visible;
}

.custom-modal-search.show .custom-modal-content {
  transform: scale(1);
}