body {
  font-family: 'Ubuntu', sans-serif;
  overflow-x: hidden;
}

/*
body {
  font-family: 'Arial', sans-serif;
}
*/
.navbar {
  position: fixed;
  width: 100%;
  z-index: 1000;
  text-align: center;
  
}

.navbar:first-of-type {
  top: 0;
}

.navbar:last-of-type {
  top: 70px;
  /* Ajusta este valor según la altura de tu primera barra de navegación */
  position: relative;
  z-index: 999;
}


.navbar-nav>li>a {
  transition: transform 0.3s;
}

.navbar-nav>li>a:hover,
.navbar-nav>li>a:focus {
  /* background-color: #59A87D; */
  transform: scale(1.05);
  color: #032202;
  border-bottom: 2px solid #E36C0A;
}

@media (max-width: 991.98px) {
  .navbar-nav .nav-item {
    display: block;
    margin-bottom: 0.5rem;
  }
}

.bg-tenue-green {
  background-color: #007528;
  /* Reemplaza el valor por el color naranja tenue deseado */
  font-weight: bolder;
}

.padding_nav {
  padding-top: 15px;
  padding-bottom: 10px;
}

.padding_nav2 {
  padding-top: 0;
  padding-bottom: 10px;
}

.bg-white {
  background-color: #fff;
  /* Reemplaza el valor por el color naranja tenue deseado */
  font-weight: bolder;
}

.nav-link{
    color: white;
}


.dropdown-menu {
  padding: 10px 20px 0px 0px;
}

.dropdown-menu.show {
  display: block;
}

/* del congreso españa */ 
.container-fluid.blurred-background {
    position: relative;
    background: none;
    min-height: 80vh;
    margin-top: 50px;
    border-bottom: 20px solid #0982D3;
    overflow: hidden;
}

.container-fluid.blurred-background::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('/img_cenid/cerebro2.jpeg');
    background-size: cover;
    background-position: center;
    filter: blur(5px);
    z-index: -2; /* Modificado para colocarse detrás del ::after */
}

.container-fluid.blurred-background::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5); /* Color gris semitransparente */
    z-index: -1; /* Se coloca justo detrás del contenido, pero delante de ::before */
}
/* del congreso españa */ 

/* del congresos mexico */ 
.container-fluid.blurred-background2 {
    position: relative;
    background: none;
    min-height: 80vh;
    margin-top: 50px;
    border-bottom: 20px solid #157303;
    overflow: hidden;
}

.container-fluid.blurred-background2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('/img_cenid/congresos_virtuales.png');
    background-size: cover;
    background-position: center;
    filter: blur(5px);
    z-index: -2; /* Modificado para colocarse detrás del ::after */
}

.container-fluid.blurred-background2::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5); /* Color gris semitransparente */
    z-index: -1; /* Se coloca justo detrás del contenido, pero delante de ::before */
}
/* del congresos mexico */ 

/* del congresos mexico */ 
.container-fluid.blurred-background3 {
    position: relative;
    background: none;
    min-height: 80vh;
    margin-top: 50px;
    border-bottom: 20px solid #157303;
    overflow: hidden;
}

.container-fluid.blurred-background3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('/img_cenid/sede_espana.png');
    background-size: cover;
    background-position: center;
    filter: blur(1px);
    z-index: -2; /* Modificado para colocarse detrás del ::after */
}

.container-fluid.blurred-background3::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5); /* Color gris semitransparente */
    z-index: -1; /* Se coloca justo detrás del contenido, pero delante de ::before */
}
/* del congresos mexico */ 

.dropdown-item::before {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  /* Asegúrate de tener la fuente correcta */
  font-weight: 900;
  /* Necesario para Font Awesome 5 Free */
  float: left;
  margin-right: 5px;
  font-size: 80%;
  color: #0C9734;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

.dropdown-item:hover::before {
  opacity: 1;
}

.dropdown-item:hover {
  background-color: #CFCBCB;
  /*transparent; /* Cambia esto al color que prefieras */
  color: #000;
}

@media (max-width: 767.98px) { /* Ajusta este valor según el punto de quiebre que desees */
  .dropdown-item {
    white-space: normal;
    text-overflow: clip;
  }
}

.card-header{
    font-weight: bolder;
    color: #E36C0A;
}

.img_logo {
  margin: 0 auto;
  display: block;
  max-width: 50%;
}

.img_logo_superior {
  height: 55px;
  max-height: 55px;
  background-color: #fff;
  /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  border-radius: 5px;*/
  padding: 0px; 
}

.accordion2 .accordion-button:not(.collapsed) {
  background-color: #EAED74;
  color: black;
}

.accordion2 .accordion-button {
  background-color: #fff;
  color: black;
}


.footer {
  width: 100%;
  padding: 30px 0;
  box-sizing: border-box;
}

.footer .container {
  width: 100%;
}

.jumbotron {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 112px;
}

.jumbotron h1 {
  font-size: 6rem;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.custom-card-footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 140px;
  /* Ajusta la altura según tus necesidades */
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Asegúrate de que el carrusel ocupe al menos el alto completo de la pantalla visible */
.container-carousel {
  width: 100%;
  height: 83vh; /* 100% del alto de la pantalla */
  margin: auto;
}

/* Ajustar el contenedor del carrusel para que no tenga un margen inferior */
.banner-container {
  background-size: cover;
  background-position: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-top: 1rem;
  margin-bottom: 0; /* No margin at the bottom */
}

/* Estilos para las imágenes del carrusel */
.banner-container .carousel-item img {
  height: 85vh; /* 100% del alto de la pantalla */
  object-fit: contain; /* Cubrirá el área sin perder su proporción */
  width: 100%; /* Ajustar a la anchura completa */
}

/* Asegúrate de que los controles del carrusel estén visibles */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(100%); /* Esto es solo para asegurarse de que los iconos sean visibles si tienes imágenes oscuras */
}

/* Si el carrusel tiene indicadores, también debes asegurarte de que no se sobrepongan */
.carousel-indicators {
  position: absolute;
  bottom: 10px; /* O cualquier otro valor para colocarlos en la parte inferior del carrusel */
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 767.98px) {
    
    .container-carousel {
      width: 100%;
      height: auto; /* 100% del alto de la pantalla */
      margin: auto;
    }

    .banner-container .carousel-item img {
        height: auto; /* 100% del alto de la pantalla */
        object-fit: contain; /* Cubrirá el área sin perder su proporción */
        width: 100%; /* Ajustar a la anchura completa */
    }

}


.boletin {
  background-color: #343a40;
  color: #fff;
  padding: 30px;
}

.boletin img {
  height: 30px;
  margin-right: 30px;
  transition: transform 0.3s ease-in-out;
  /* Agregamos una transición suave para la rotación */
}

.boletin h2 {
  height: 70px;
  border-bottom: 2px solid green;
  display: flex;
  align-items: center;
  cursor: pointer;
  /* Cambiamos el cursor del mouse a "mano" para indicar que es un elemento interactivo */
}

.boletin h2 img.rotar {
  transform: rotate(90deg);
  /* Rotamos la imagen 90 grados hacia la derecha cuando tenga la clase "rotar" */
}

.noticias {
  border: 2px solid gray;
}

.noticias h3 {
  border-left: 2px solid green;
  border-bottom: 5px solid green;
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
}

.noticias p {
  text-align: justify;
}

.text-justify {
  text-align: justify;
}

/*.eventos {
  border: 2px solid gray;
}*/

.eventos h3 {
  border-left: 2px solid green;
  border-bottom: 5px solid green;
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
}

.eventos h3.rojo {
  border-left: 2px solid #BF101D;
  border-bottom: 5px solid #BF101D;
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
}

.eventos h3.amarillo {
  border-left: 2px solid #EFAD11;
  border-bottom: 5px solid #EFAD11;
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
}

.eventos h3.naranja {
  border-left: 2px solid #F98839;
  border-bottom: 5px solid #F98839;
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
}

.eventos h3.verde {
  border-left: 2px solid #287539;
  border-bottom: 5px solid #287539;
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
}

.eventos h3.rosa {
  border-left: 2px solid #ED60D8;
  border-bottom: 5px solid #ED60D8;
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
}

.eventos h3.azul {
  border-left: 2px solid #27B1ED;
  border-bottom: 5px solid #27B1ED;
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
}

.eventos h3.magenta {
  border-left: 2px solid #AD1099;
  border-bottom: 5px solid #AD1099;
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
}

.eventos h3.cafe {
  border-left: 2px solid #6E5B05;
  border-bottom: 5px solid #6E5B05;
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
}

.eventos h3.morado {
  border-left: 2px solid #4B2EDE;
  border-bottom: 5px solid #4B2EDE;
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
}

.eventos h3.mamey {
  border-left: 2px solid #BF5A0A;
  border-bottom: 5px solid #BF5A0A;
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
}

.eventos h3.tinto {
  border-left: 2px solid #B90552;
  border-bottom: 5px solid #B90552;
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
}


.eventos p {
  text-align: justify;
}

.eventos .fa-arrow-down {
  transform: rotate(90deg);
}

.rojo {
  color: #BF101D;
}

.amarillo {
  color: #EFAD11;
}

.naranja {
  color: #E36C0A;
}

.verde {
  color: #287539;
}

.rosa {
  color: #ED60D8;
}

.azul {
  color: #27B1ED;
}

.magenta {
  color: #AD1099;
}

.cafe {
  color: #6E5B05;
}

.morado {
  color: #4B2EDE;
}

.mamey {
  color: #BF5A0A;
}

.tinto {
  color: #B90552;
}

.negro {
  color: #000;
}

.separador {
  height: 7px;
  /* la suma de las alturas de las dos líneas */
  width: 80px;
  /* el ancho total de la línea */
  background-image:
    linear-gradient(to right, #E36C0A 30px, transparent 0),
    linear-gradient(to right, #E36C0A 70px, transparent 0);
  background-repeat: no-repeat;
  background-size: 30px 5px, 70px 2px;
  background-position: top, bottom;
  margin-bottom: 10px;
}

.divider {
  width: 50px;
  height: 3px;
  padding: 0;
  margin: 10px auto 10px;
  background: #032505;
  fill: #032505;
  margin-left: 0;
}

strong {
  font-weight: bolder;
  font-style: normal;
  font-display: fallback;
  background-color: white;
  color: #000;
}

ol li {
  text-align: justify;
}

/*
ul li {
  text-align: justify;
}
*/

#scrollToTopBtn {
  display: none;
  position: fixed;
  top: 90%;
  /* Esta línea centrará verticalmente el botón */
  right: 20px;
  transform: translateY(-50%);
  /* Esta línea ajusta el botón para que esté centrado exactamente */
  z-index: 99;
  font-size: 16px;
  border: none;
  outline: none;
  background-color: #BF101D;
  color: #fff;
  cursor: pointer;
  padding: 10px;
  border-radius: 50%;
}

#scrollToTopBtn:hover {
  background-color: #000;
}

#scrollToTopBtn:focus {
  outline: none;
}

.fa-chevron-up {
  color: #fff;
}



/* Documentos en fullscreen*/
.fullscreen-modal {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.swal2-fullscreen {
  display: flex;
  align-items: center;
  justify-content: center;
}

.swal2-fullscreen iframe {
  width: 100%;
  height: 100%;
  zoom: 5;
  /* zoom para hacer que el iframe ocupe toda la pantalla */
}


/* Consentimiento de cookies*/

#cookieConsent {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  z-index: 9999;
  display: none;
}

#cookieConsentInner {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0;
}

#cookieConsentInner h3 {
  margin-top: 0;
  font-size: 20px;
}

#cookieConsentInner p {
  margin-bottom: 20px;
}

#cookieConsentInner a {
  color: #fff;
  text-decoration: underline;
}

#cookieConsentInner button {
  background-color: #fff;
  border: none;
  color: #000;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
}

.lista_vacia {
  list-style: none;
}

.borde-1 {
  border: 1px solid #343a40;
}

.liga_estilizada {
  outline: none;
  text-decoration: none;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 6px;
  padding-right: 6px;
  font-weight: bold;
}

.liga_estilizada2 {
  outline: none;
  text-decoration: none;
  font-weight: bold;
}

.liga_estilizada3 {
  outline: none;
  text-decoration: none;
  color: #000000;
}


/* Listas */
ol.upper-roman {
  list-style-type: upper-roman;
}

ol.lower-greek {
  list-style-type: lower-greek;
}

ol.lower-latin {
  list-style-type: lower-latin;
}

ol.upper-latin {
  list-style-type: upper-latin;
}

ol.armenian {
  list-style-type: armenian;
}

ol.georgian {
  list-style-type: georgian;
}

ol.lower-alpha {
  list-style-type: lower-alpha;
}

ol.upper-alpha {
  list-style-type: upper-alpha;
}

ol.none {
  list-style-type: none;
}

ul.none {
  list-style-type: none;
}

ol.simbolo {
  list-style-type: "→";
}

ul.discos {
  list-style-type: disc;
  font-weight: bolder;
}

ul.check {
  list-style-type: none;
  padding-left: 20px;
  text-align: justify;
}

ul.check li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 5px;
  color: red;
}

.pulsante {
  color: red;
  animation: pulsante-animation 1s steps(5, start) infinite;
  -webkit-animation: pulsante-animation 1s steps(5, start) infinite;
}

@keyframes pulsante-animation {
  to {
    visibility: hidden;
  }
}

@-webkit-keyframes pulsante-animation {
  to {
    visibility: hidden;
  }
}

.img-grayscale {
  filter: grayscale(100%);
  transition: filter 0.5s ease-in-out;
}

.img-grayscale:hover {
  filter: grayscale(0%);
}



* {
  box-sizing: border-box;
}

.my-container {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.my-button {
  &:focus {
    outline: none;
  }
}

.my-deck {
  margin: 15px;
  width: 270px;
  height: 380px;
  position: relative;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  font-family: verdana;
  border-radius: 10px;
}

.my-card {
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
  border-radius: 10px;
}

.my-face {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: whitesmoke;
  border-radius: 10px;
}

.my-back {
  overflow: hidden;
  z-index: -1;
  display: block;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  box-sizing: border-box;

  &:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: 100% 100%;
    background: url('https://i.imgur.com/W3tra4F.gif');
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
}

.my-front,
.my-back {
  transition: all .5s linear;
}

.my-front {
  background-image: url('https://i.imgur.com/W3tra4F.gif');
  z-index: 1;
  box-shadow: 5px 5px 5px #aaa;
}

.my-back {
  box-shadow: 0 0 0 #aaa;
}

.my-flipped,
.my-hovercard:hover {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);

  .my-front {
    box-shadow: 0 0 0 #aaa;
  }

  .my-back {
    box-shadow: 5px 5px 5px #aaa;
  }
}

.my-bottext {
  position: absolute;
  color: whitesmoke;
  width: 100%;
  height: 100px;
  bottom: 0;
  border-radius: 0 0 10px 10px;
  text-align: center;
  padding: 10px;

  h2 {
    margin: 0;
  }

  h3 {
    margin: 10px 0;
  }
}

.my-rad-button {
  border: 2px solid gray;
  color: gray;
  width: 90px;
  background-color: rgba(255, 255, 255, .3);
  padding: 10px;
  border-radius: 4px;
  cursor: pointer;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 110px;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
}

.my-rad-button:hover {
  color: gray;
  background-color: rgba(255, 255, 255, 1);
}

.my-front {

  h2,
  h3 {
    text-align: center;
    color: whitesmoke;
  }
}

.my-back {
  h2 {
    margin: 0;
    border-radius: 10px 10px 0 0;
    padding: 10px;
    text-align: center;
    color: whitesmoke;
  }

  ul {
    text-align: center;
    list-style: none;
    padding: 10px;
    margin: 0;

    li {
      margin-top: 15px;
      color: whitesmoke;
    }
  }

  .my-botprice {
    position: absolute;
    bottom: 30px;
    border-radius: 0 0 10px 10px;
    text-align: center;
    width: 100%;
    padding: 15px;
    color: whitesmoke;

    h3 {
      margin: 0px;
    }
  }
}

.my-return {
  position: absolute;
  width: 100%;
  background-color: transparent;
  border: none;
  color: gray;
  cursor: pointer;
  padding: 5px;
  bottom: 0;
  border-radius: 0 0 10px 10px;
  background-color: darken(whitesmoke, 10%);
  font-size: 18px;

  &:focus {
    outline: none;
  }
}

.capitular {
  float: left;
  font-size: 3em;
  /* Ajusta esto a cuánto quieras que sea el tamaño de la letra. */
  line-height: 0.9;
  margin-right: 0.1em;
}


.tab-pane {
  padding: 20px;
  border: 1px solid rgba(170, 170, 170, 0.5);
  /* Gris semitransparente */
}

#editor {
  margin-bottom: 15px;
}

@keyframes highlight {

  0%,
  60% {
    background: yellow;
  }

  61%,
  100% {
    background: none;
  }
}

.char {
  animation: highlight 3s linear infinite;
}

/* ------------------------------------------------------------------------- */

.news {
  position: relative;
  margin-bottom: 2.8125rem;
  background-color: #fff;
  ;
}

.news .news-media {
  margin-bottom: 1.125rem;
}

.news .news-media img {
  max-width: 100%
}

.news .news-media .news-media-img {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 60%;
  background-color: var(--bs-light)
}

.news .news-media .news-media-img.news-media-img-lg {
  padding-top: 70%
}

.news .news-media .news-media-img.news-media-img-xl {
  padding-top: 85%
}

.news .news-media .news-media-img.news-media-img-full {
  padding-top: 100%
}

.news .news-label {
  margin-bottom: .9375rem;
  display: flex
}

.news .news-label span {
  background-color: var(--bs-light);
  color: var(--bs-dark);
  padding: 4px 8px;
  font-size: .8125rem;
  font-weight: 700;
  border-radius: .4rem
}

.news .news-label span span {
  margin-left: .46875rem
}

.news .news-title {
  font-size: 1.3125rem;
  margin-bottom: .9375rem;
  color: var(--bs-component-color);
  line-height: 1.2;
  font-weight: 600;
  position: relative;
  z-index: 999;
}

.news .news-title-sm {
  font-size: 1.09375rem;
  margin-bottom: .9375rem;
  color: var(--bs-component-color);
  line-height: 1.2
}

.news .news-date {
  color: rgba(var(--bs-component-color-rgb), .5);
  font-weight: 600;
  font-size: .8125rem
}


.img-capital {
  float: left;
  margin-right: 10px;
  max-width: 20vh;
  border-radius: 20px;
  /* Agregar un valor adecuado para el radio de las esquinas */
}


.tabla_elegant {
  border-collapse: collapse;
  width: 100%;
}

.tabla_elegant td,
.tabla_elegant th {
  border: 1px solid #ddd;
  padding: 8px;
}

.tabla_elegant tr:nth-child(even) {
  background-color: #f2f2f2;
}

.tabla_elegant tr:hover {
  background-color: #ddd;
}

.tabla_elegant th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #86bc42;
  color: white;
  font-weight: bolder;
}

.margen_0 {
  margin-left: 0;
}

.margen_50 {
  margin-left: 10v;
}

.divider {
  width: 50px;
  height: 3px;
  padding: 0;
  margin: 10px auto 10px;
  background: #b1b1b1;
  border: none;
}

.bg-madison {
  background: #2e7d32;
  fill: #2e7d32;
}

.hr-sm-left-0 {
  margin-left: 0;
}

.iframe-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  /* Proporción para 16:9 (ajústala según tu necesidad) */
  height: 0;
  overflow: hidden;
}

.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.seccion_gris {
  background-color: #F1F1F1;
  padding-top: 20px;
  padding-bottom: 20px;
}

.seccion_blanca {
  padding-top: 20px;
  padding-bottom: 20px;
}

.negrita{
  font-weight: bolder;
}

#editor {
  min-height: 250px;
}





.banner {
  background-color: #fff;
  padding: 20px;
}

.owl-carousel {
  margin: 0 auto;
  width: 100%;
}

.owl-carousel .item {
  background-size: cover;
  background-repeat: no-repeat;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
}

.owl-carousel .owl-nav .owl-prev {
  left: 10px;
}

.owl-carousel .owl-nav .owl-next {
  right: 10px;
}

.owl-carousel .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.owl-carousel .owl-dots li {
  margin: 0 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ccc;
}

.owl-carousel .owl-dots .active {
  background-color: #000;
}


/* Icono de whatsapp */

#whatsapp-icon {
  position: fixed;
  bottom: 20px; /* Ajusta la distancia desde la parte inferior según sea necesario */
  right: 20px; /* Ajusta la distancia desde la derecha según sea necesario */
  z-index: 1000; /* Asegura que esté por encima de otros elementos en la página */
}

.typed-text .alert{
  white-space: pre-wrap;
  padding: 5px; 
}

.typed-text-item {
  margin-bottom: 10px; /* Ajusta el valor según sea necesario */
}




/* Estilo para el textarea */
textarea {
  width: 100%; /* Opcional: Ajusta el ancho según tus necesidades */
  height: 200px; /* Ajusta la altura según tus necesidades */
  padding: 10px; /* Añade un espaciado interno */
  font-size: 16px; /* Tamaño de fuente */
  border: 1px solid #ccc; /* Borde con color de fondo */
  border-radius: 5px; /* Bordes redondeados */
}

/* Estilo para el textarea enfocado (cuando haces clic en él) */
textarea:focus {
  border-color: #007bff; /* Cambia el color del borde al enfocar */
  outline: none; /* Quita el resaltado predeterminado */
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5); /* Agrega una sombra al enfocar */
}

/* Estilo para el texto dentro del textarea */
textarea::placeholder {
  color: #999; /* Color del texto de marcador de posición */
}


/* efectos */

.elementos_borde {
    box-shadow: rgb(238, 170, 1) 5px 5px 0px 0px;
}
.elementos_borde .padding{
    padding: .5rem;
}
.elementos_borde_border_color {
    --tw-border-opacity: 1;
    border-color: rgb(212 212 216/var(--tw-border-opacity));
}
.elementos_borde_solido {
    border-style: solid;
}
.border_1px {
    border-width: 1px;
}
.rounded-lg_5rem {
    border-radius: .5rem;
}
.justify-center_justificado {
    justify-content: center;
}


/* ----------------INICIA ELEMENTOS DE POSTGRADOS----------------------------- */
.acr-single-agent {
    display: flex;
}
    
.acr-single-agent-thumb {
    position: relative;
    width: 300px;
    background-color: #E36C0A;
    padding: 20px 20px 0;
    border-radius: 8px 0 0 8px;
    z-index: 1;
}
    
.acr-single-agent-thumb img {
    position: absolute;
    bottom: 0;
    max-width: 100%;
    height: auto;
}

.acr-single-agent-thumb .transparent-square {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

.acr-single-agent-body {
    flex: 1;
    background-color: #f7f9fc;
    border-radius: 0 8px 8px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px;
}

.acr-single-agent-body h3 {
    margin-bottom: 30px;
}

.acr-single-agent-body p {
    margin-bottom: 30px;
    text-align: justify
}

.acr-single-agent-body h5 {
    margin-bottom: 5px;
}

.acr-single-agent-body span {
    text-transform: uppercase;
    color: #848486;
    font-weight: 600;
}

.acr-single-agent .acr-rating {
    margin-top: 5px;
    margin-bottom: 0;
}

.acr-rating {
    margin-bottom: 5px;
}

.acr-rating i.active {
    color: #ffa80a;
}

.acr-rating i {
    margin-right: 5px;
    font-size: 12px;
    color: #848486;
}

.acr-dots-wrapper {
    position: relative;
}

.acr-single-img-wrapper img {
    border-radius: 8px;
    max-width: 100%;
    height: auto;
}

.acr-dots-wrapper .acr-dots {
    width: 100%;
    height: 100%;
    content: '';
    background-position: 0 0,6px 6px;
    background-size: 12px 12px;
    position: absolute;
    display: block;
    background-image: -o-radial-gradient(#d1d4d8 1px,transparent 1px),-o-radial-gradient(#d1d4d8 1px,transparent 1px);
    background-image: radial-gradient(#d1d4d8 1px,transparent 1px),radial-gradient(#d1d4d8 1px,transparent 1px);
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    background-color: transparent;
    top: -17px;
    left: 17px;
    opacity: 1;
    z-index: -1;
}

.mr-lg-30 {
    margin-left: 30px;
}

.section-title-wrap h5 {
    margin-bottom: 10px;
}
.custom-primary {
    color: #FF5627;
}

.acr-list {
    margin-bottom: 20px;
}

.acr-list li:first-child {
    margin-top: 0;
}
.acr-list li {
    position: relative;
    /* margin-top: 10px; */
    padding-left: 25px;
}




@media (max-width: 768px)
.acr-single-agent-thumb img {
    position: relative;
    max-width: 250px;
}

@media (max-width: 768px)
.acr-single-agent-body {
    padding: 15px;
    border-radius: 0 0 8px 8px;
}

@media (max-width: 768px)
.acr-single-agent-thumb img {
    position: relative;
    max-width: 250px;
}

@media (max-width: 768px)
.acr-single-agent-thumb {
    width: 100%;
    text-align: center;
    border-radius: 8px 8px 0 0;
}

@media (max-width: 768px)
.acr-single-agent {
    display: block;
}

.post {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 9px 0px rgba(34,12,43, 0.1);
}

.post .post-thumbnail {
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
}

.post .post-title {
    margin-bottom: 15px;
}

.post .post-author .post-author-body p a, .post .post-title a {
    color: #101737;
}

.post .post-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.post .post-controls .post-comment-authors-img, .post .post-controls .post-comment-authors {
    display: flex;
    align-items: center;
}

.post .post-controls .post-comment-authors span {
    color: #848486;
    font-size: 13px;
}

.post .post-controls .post-comment-authors-img {
    margin-left: 20px;
}
.post .post-controls .post-comment-authors-img, .post .post-controls .post-comment-authors {
    display: flex;
    align-items: center;
}

.post .post-controls .post-comment-authors-img a {
    display: inline-block;
    margin-left: -10px;
    color: #FF5627;
    text-decoration: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
/* -------------- TERMINA ELEMENTOS DE POSTGRADOS--------------------------------------- */


/* Estilo para el acordeón Bootstrap personalizado */
.custom-accordion .accordion-button {
    background-color: #f0f0f0; /* Fondo gris claro */
    color: #333; /* Texto oscuro */
    border: none;
    border-radius: 0;
    text-align: left;
    padding: 15px;
    position: relative;
}

.custom-accordion .accordion-button:focus {
    outline: none;
}

.custom-accordion .accordion-button[aria-expanded="true"] {
    background-color: #e0e0e0; /* Fondo gris más oscuro cuando está abierto */
    color: #E36C0A;
    font-weight: bolder;
}

.custom-accordion .accordion-button::before {
    content: "+";
    font-weight: bold;
    position: absolute;
    right: 20px;
    transition: transform 0.2s;
}

.custom-accordion .accordion-button[aria-expanded="true"]::before {
    content: "-";
    transform: rotate(45deg);
}

.custom-accordion .accordion-body {
    padding: 15px;
    color: #555; /* Texto más oscuro */
}


/* swipper slider */
.swiper {
      width: 100%;
      height: 100%;
       display: flex;
  align-items: stretch; /* Esto asegura que todos los slides se estiren para coincidir con la altura del slide más alto */
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column; /* Esto permite que el contenido dentro de cada slide también se estire */
    height: auto; /* Establece la altura de los slides a auto para permitir que se estiren */
    }

    .swiper-slide img {
      display: block;
      width: auto;
      max-width: 15vw;
      height: 10vh;
      object-fit: scale-down;
    }
    


    
/*centrado vertical de imagen 13 anios */

.carousel-item .col-md-4 img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

/* nuevas tarjetas */

.bg-image, .content {
  max-height: 210px; /* Establece la altura máxima de las tarjetas */
  border: 1px solid #ddd; /* Borde suave */
  border-radius: 4px; /* Bordes redondeados */
  background-size: contain;
  width:100%;
}

/* Asegúrate de que el contenido tenga un fondo para que la sombra se muestre correctamente */
.content {
  background: #fff;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pad_col_lg{
    padding: 0;
}

/* Estilos para el contenedor .container que ocupa todo el espacio de su contenedor padre .col-lg-6 */
.container.h-100 {
  display: flex;
  flex-direction: column;
  height: 210px; /* Definir una altura fija para el contenedor, por ejemplo, 200px */
}

.h-60, .h-20 {
  display: flex; /* Convertir a contenedores flexibles */
  flex-direction: column;
  justify-content: center; /* Centrar contenido verticalmente */
}

.h-60 {
  flex-grow: 3; /* Toma 3 partes del espacio disponible */
}

.h-20 {
  flex-grow: 1; /* Toma 1 parte del espacio disponible */
}


.sombra{
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

/* Si la imagen de fondo está dentro de un div, debes asegurarte de que también tenga un fondo para que la sombra se muestre */
.bg-image {
  background-size: cover;
  background-position: center;
  height: 210px; /* o la altura que hayas establecido */
  position: relative; /* para que el box-shadow se aplique */
}

/* Estilos adicionales para mantener la consistencia */
h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.btn-primary {
  /* Estilos para el botón si son necesarios */
}

.row {
  margin-top: .5rem;
  margin-bottom: .5rem;
}

@media (max-width: 991.98px) {
  .bg-image {
    height: 210px; /* Altura para dispositivos móviles */
    max-height: 210px; /* Definir una altura fija para el contenedor, por ejemplo, 200px */
  }
}


/* testimonios */

.testimonial-container {
    background-color: #fff;
    padding: 20px;
    display: flex;
    flex-direction: row; /* Cambio para organizar imagen y texto en fila */
    align-items: stretch; /* Asegura que los hijos se estiren para llenar el contenedor */
    text-align: left;
}

.swipper_size{
        border-radius: 8px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}

.testimonial-image {
    flex-shrink: 0; /* Previene que la imagen se encoja */
}

.testimonial-image img {
    width: auto;
    height: 180px;
    border-radius: 50%;
    margin-right: 15px;
}

.testimonial-text {
    flex: 1; /* Permite que el texto ocupe el espacio restante */
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Espacio entre el bloque de texto y la firma */
}

.testimonial-text blockquote {
    font-size: 14px;
    color: #555;
}

.testimonial-text .blockquote-footer {
    font-size: 12px;
}

@media (max-width: 767px) {
    .testimonial-container {
        flex-direction: column; /* Cambia a columna en dispositivos móviles */
    }

    .testimonial-text {
        width: 80%; /* Ocupa todo el ancho en dispositivos móviles */
        
    }

    .testimonial-image img {
        margin-right: 0; /* Elimina el margen derecho en dispositivos móviles */
        margin-bottom: 15px; /* Espacio entre imagen y texto */
        width:0;
    }
}


/* para poner coeditado */
.card-overlay {
    position: absolute;
    color: black;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.75);
    padding: 10px;
    border: 1px solid #C9C9C9;
    border-radius: 5px;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);
    z-index: 1;
}