/*Globales*/

/* apply a natural box layout model to all elements, but allowing components to change */

html {
  box-sizing: border-box;
}

.white {
  color: white !important;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

hr {
  border-top: 1px solid #0673C5;
}

h1 {
  font-size: 4rem !important;
  text-align: center !important;
  color: black !important;
  font-weight: 500 !important;
	margin-bottom: 0 !important;
		margin-top:0 !important
 
}

p,
ul,
li {
  color: #798E99 !important;
}

h2 {
  font-size: 1.8rem !important;
  color: #0673c5 !important;
  text-align: center !important;
  margin-top: 0 !important;
		margin-bottom: 0 !important;
  font-weight: 700 !important;
}

h3 {
  margin: 10px auto !important;
  text-align: center !important;
  font-size: 1.4rem;
  color: #0673C5;
  font-weight: 700 !important;
}

span {
  color: #F7822D;
  font-weight: 700;
}

/*header*/

#masthead {
  position: relative;
  width: 100%;
  height: 100%;
  /* Ajusta según sea necesario */
  background-image: url('https://www.congresomedicinainterna.cl/demo/wp-content/uploads/2026/05/Imagen-web-Congreso-SMS-2026-1520-x-505-px.jpg');
  /* Ruta de la imagen de fondo */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#masthead::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
}

.header {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.logo-container {
  margin-bottom: 20px;
  /* Espacio entre el logo y los íconos */
}

.social-icons {
  display: flex;
  justify-content: center;
}

.social-icons i {
  margin: 0 5px;
  /* Espacio entre los íconos */
}

.header {
  display: flex;
  align-items: center;
}

.congress-title {
  margin-right: 20px;
}

*

.congress-logo {
  width: 500px;
  /* Tamaño deseado de la imagen */
  height: auto;
  /* Para mantener la proporción de aspecto */
}

@media only screen and (max-width: 760px) {
  .header {
    flex-direction: column !important;
    align-items: center;
  }

  .congress-title {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .congress-logo {
    width: 70%;
    /* Ajusta el tamaño de la imagen para dispositivos móviles */
  }
}

/*doctores Home*/

.centro {
  display: flex;
  justify-content: center;
  align-items: center;
}

.m__centro {
  margin: 10px;
}

.contenido {
  text-align: center;
}

.contenido p {
  margin: 0;
}

.contenido p span {
  font-weight: bold;
}

/* Define la animación de bounce */

/*@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-20px);
  }

  60% {
    transform: translateY(-10px);
  }
}*/

/* Aplica la animación a los elementos */

.m__centro {
  transition: transform 0.5s ease;
}

.m__centro:hover {
  /*animation: bounce 1s infinite;*/
}

@media (max-width: 760px) {
  .m__centro:hover {
    animation: none;
    /* Desactiva la animación en dispositivos móviles */
  }
}

.colegas-amigos {
  max-width: 60rem;
  width: 100% !important;
}

.panel-grid .panel-no-style {
  margin-bottom: 0 !important;
}

.m__centro {
  margin: 1rem;
}

.centro {
  display: flex;
  flex-wrap: wrap;
  width: 100% !important;
}

.contenido {
  text-align: center;
}

@media (max-width: 760px) {
  .centro {
    display: flex;
    justify-content: center;
    text-align: center;
  }

  .colegas-amigos {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}

/*COMITE ORGANIZADOR*/

.comite {
  margin-bottom: 2rem !important;
}

/*DIRECTORIO*/

.name-directorio {
  margin: 5rem auto !important;
}

.row {
  display: flex;
  justify-content: center;
  gap: 10rem;
}

h3 {
  text-align: center;
  /* color: black;
            margin-top: 30px;
            margin-bottom: 10px;*/
}

.container {
  max-width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.column {
  max-width: 200px;
  margin: 10px;
  text-align: center;
}

.imagen-circular {
  border-radius: 50%;
  cursor: pointer;
  height: auto;
  width: 100%;
  max-width: 200px;
  /* Añadido para un diseño responsivo */
}

/* Estilos para dispositivos móviles */

@media screen and (max-width: 600px) {
  .column {
    flex: 1;
    max-width: 100%;
    margin: 10px 0;
    text-align: center;
  }

  .imagen-circular {
    border-radius: 50%;
    cursor: pointer;
    height: auto;
    width: 70%;
    max-width: 70%;
  }
}

/* Estilos para dispositivos de escritorio */

@media screen and (max-width: 601px) {
  .container {
    flex-direction: column;
  }

  .row {
    flex-direction: column;
  }
}

.lsow-carousel-item {
  width: 100%;
  height: 100%;
}

/*calendario*/

#home-calendar {
  margin-top: 30px;
  background-color: #4DC7BC !important;
  padding: 5rem;
}

#home-calendar .tribe-events-c-messages__message-list-item {
  color: white !important;
}

#home-calendar h2.tribe-events-widget-events-list__header-title tribe-common-h6 tribe-common-h--alt {
  color: white !important;
}

#home-calendar .tribe-common .tribe-common-h--alt {
  font-weight: bold !important;
}

/*otros*/

.more-button {
  display: none !important;
}

.tribe-event-date-end {
  color: #F68431;
}

.tribe-event-date-start {
  color: #F68431;
}

.sow-icon-fontawesome.sow-fab {
  color: #ffffff;
}

/* carrusel home*/

.panel-row-style.panel-row-style-for-24-5 {
  display: flex;
  justify-content: center;
  align-items: center;
}

#news-caroussel3 {
  top: 15px;
  left: 60px;
  background-color: #FFFFFF;
  color: black;
  padding: 10px 10px;
}

#news-caroussel3 .lsow-carousel-item p img {
  text-align: center !important;
  margin: 0 auto !important;
  width: 300px !important;
  height: 300px !important;
}

.size-medium {
  width: 200px !important;
  height: 200px !important;
		
}

.lsow-carousel-item p {
  color: #000000 !important;
}

#news-caroussel3 .lsow-carousel .lsow-carousel-item {
  position: relative;
  min-height: 300px;
}

.slick-slide.slick-active {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

/*slider*/

.n2-ss-item-content.n2-ss-text.n2-ow-all p {
  margin-left: 40px !important;
  color: white !important;
}

footer p span {
  color: white !important;
}

/*iconos home*/

.circle-icon.icon-style-set {
  width: 50px !important;
  height: 50px !important;
}

#vantage-social-media-2 {
  display: flex;
  justify-content: center;
  align-items: center;
}

/*memorial*/

.n2-font-a6a129b4fb32db59d841d34c353369fa-paragraph {
  color: white !important;
}

.contenedor-slider {
  display: flex;
  /* Utilizamos flexbox para alinear verticalmente */
  justify-content: center;
  /* Centramos horizontalmente */
  align-items: flex-start;
  /* Alineamos al comienzo verticalmente */
}

/* comite organizador*/

/*.border-img img {
  border-radius: 100% !important;
  width: 250px !important;
  height: 250px !important;
}*/

/*sede*/

.wp-image-160 {
  width: 100% !important;
  height: 100% !important;
}

/*.entry-content img {
  width: 500px;
  height: 500px;
}*/

/*Botones*/

.ow-button-base.ow-button-align-center a span{
color:white !important
}