:root{
  --cGuinda: #A50034;
  --cCafe:#CEB888;
  --cGris:#BBBCBC;
  --cCafeFuerte:#744F28;


}
@font-face {
 font-family: 'Sublima-Light';
 src: url('../fonts/sublima/Sublima-Light.otf');
}

@font-face {
 font-family: 'sublima_bold';
 src: url('../fonts/sublima/Sublima-ExtraBold.otf');
}
#encabezado_imagen{
  width:2500px;
  max-width:100%;
}
#body-descargas{
  margin-top: 3rem;
 }
.container{
    display: flex;
    justify-content: center;

}
.carousel-inner{
    /* margin-left: 12rem; */
    box-sizing: content-box;
    position: relative;
    display: flex;
    flex-flow: row;
    width: 100%;
    height: 100%;

}
.img-slider{
    max-width: 100%;
    margin-right: 0;
    margin-top: 4rem;
    display: flex;
    align-items:center ;

}
.tipo_card {
    max-width: 948px;
    margin: 4em auto;
    padding: 4em;
    background: #f8f8f8;
    border-radius: 2em;
  }
  .grid-boletin{
    display: grid;
    grid-template-columns: 3fr 3fr;
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}
.item-boletin{
  text-align:left;
  width:auto;
}
.iconos-boletin{
  text-align: right;
  width:auto;
}
.grid-boletin2{
  display: grid;
  grid-template-columns: 0.5fr  3fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;


}
.item-boletin2{
text-align:right;
width:auto;
}
.iconos-boletin2{
text-align: left;
width:auto;
}
.boletin_fecha{
  text-align: left;
  margin: 10px;
  font-size: 15px;   
  color: var(--cCafe);
  font-family: 'sublima_bold';
}

.card_principal_boletin {
  max-width: 800px;
  margin:  auto;
  /* margin-left: 2rem; */
  /* padding: 1em; */
  padding-left: 3em;
  padding-right: 3em;
  /* background: #f8f8f8; */
  /* border-radius: 1em; */
  display: flex;
  flex-direction: column;
  /* padding: 1rem; */
  /* width: 25rem;
  height: 25rem; */
  /* background-color: #EEEEEE; */
  background-color: #fff;
  border-radius: 0.25rem;
  box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}


.tarjeta_texto_boletin{
   
  /* background-color: #F2F4F4; */
  text-align: center;
  width: auto;
  padding: 18px;
  margin: 1rem;
  bottom: 0;
  height: 35em ;
  overflow-x: hidden;
  overflow-y: scroll;

}
.tarjeta_texto{
  background-image: url("../images/fondo_boletin.png");
  background-repeat: no-repeat;
  background-size : cover;

  /* height : 100vh; */
}

.subtitulo_boletin{
  color: #63666A;
  font-family: 'sublima_bold';
  font-size: 16px;
  /* margin-top: 6rem; */
  text-align: left;
 }

 .texto_boletin{
  text-align: justify;
  font-family: 'Sublima-Light';
  font-size: 16px;

 }
 .titulo_boletin{
  /*    text-indent: 1.5em;*/
      position: relative;
      /* left: -25px; */
      margin: auto; 
      font-size: 35px;
      font-family: 'Sublima-Light';
      color: var(--cGris);
      padding-left: 75px;
      padding-right: 75px;
  }
  .titulo_boletin2{
    /*    text-indent: 1.5em;*/
        position: relative;
        /* left: -25px; */
        margin: auto; 
        font-size: 35px;
        font-family: 'Sublima-Light';
        color: var(--cGris);
        padding-left: 15px;
        padding-right: 95px;
    }
  .vineta_boletin{
      width: auto;
  }
  .vineta_boletin2{
    /* width: auto; */
    margin-left: 10rem;
}
  .grid-tarjetaPrincipal{
    padding: 0;
    margin-left: 1rem;
    margin-right: 2rem;       
    display: grid;
    /* grid-template-columns: repeat(2, 1fr); */
    grid-template-columns: 75% 25%;
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 12px;
  }
  .container-card{
    position:relative;
    width: 340px;
    height: 200px;
    cursor: pointer;
    overflow: visible;
  }
  .container-card:hover .text{
    visibility: hidden;
  }
  .container-card:hover .text-cafe{
    visibility: hidden;
  }
  .container:hover img{
    transform: scale(1.1) ;
  }
  .image_small img{
    width: 340px;
    height: 200px;
    object-fit: cover;
    transition: .5s ease;
    border-radius: 2em;

  }
  .image_small{
    width: 340px;
    height: 200px;
  }
  .text{
    font-size: 14px;
    position: absolute;
    top:0;
    left:0;
    background: #A50034;
    /* background: #8a8b8b; */
    opacity: 0.8;
    /* width: 290px; */
    width: 289px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color:#fff;
    visibility: visible ;
    border-radius: 2em;
    text-align: justify;
    padding-left: 3em;
    padding-right: 3em;
    font-family: 'sublima_bold';

  }
  .text p{
    margin-bottom: 1.2rem;
  }
  .text-cafe{
    font-size: 14px;
    position: absolute;
    top:0;
    left:0;
    background: var(--cCafe);
    /* background: #7b7d7d; */
    opacity: 0.8;
    /* width: 290px; */
    width: 289px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color:#fff;
    visibility: visible ;
    border-radius: 2em;
    text-align: justify;
    padding-left: 3em;
    padding-right: 3em;
    font-family: 'sublima_bold';

  }
  .text-cafe p{
    margin-bottom: 1.2rem;
  }
.paginacion{
  margin-top: 2rem;
  margin-left: -145px;
  display: flex;
  justify-content: center;

}
#contenedores {
  width: 400px;
  border: none;
  overflow: hidden;
  align-items: center;
  }
  #primero {
  width: 200px;
  float:left;
  border: none ;
  
  }
  #segundo {
  border: none;
  overflow: hidden;
  padding-top:10% !important;
  padding-left: 3% !important;
  }



  #titulo_boletin {
    position: relative;
    left: 215px;
    top: -6.5rem;
    width: 20%;
  }
  .container_etica{
    background-color: #CEB888;
    color:#fff;
    cursor: pointer;  
    border-radius: 10px;     
    padding: 20px;
    transition: all 0.3s ease; 

    font-family: 'sublima_bold';
    display: flex;
    justify-content: center; 
    align-items: center;     
  }
  .container_etica:hover {
    background-color: #E3D6D5; 
    transform: translateY(-5px);
  }
  

  .container_etica2{
    background-color: var(--cGuinda);
    color:#fff;
    cursor: pointer;  
    border-radius: 10px;     
    padding: 20px;
    transition: all 0.3s ease; 

    font-family: 'sublima_bold';
    display: flex;
    justify-content: center; 
    align-items: center;     
  }
  .container_etica2:hover {
    background-color: #BA5E57; 
    transform: translateY(-5px);
  }

  @media only screen and (min-width: 951px) and (max-width: 1250px) {
    .contenedor {
      position: relative;
      width: 80%;
      bottom: 11px;
      z-index: 999;
      margin-top: -1rem;
    }
  
    .grid-tarjeta {
      padding: 0;
      margin-left: 1rem;
      margin-right: 2rem;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: 1fr;
      grid-column-gap: 0px;
      grid-row-gap: 12px;
    }


  }
  
  /* @media (max-width:1280px) {
    #body-descargas {
      margin-top: 6rem;
    }
  
    .grid-tarjeta {
      padding: 0;
      margin-left: 1rem;
      margin-right: 1rem;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: 1fr;
      grid-column-gap: 0px;
      grid-row-gap: 12px;
    }
  } */
  
  @media only screen and (min-width: 1551px) and (max-width: 2000px) {
    .contenedor {
      position: relative;
      width: 80%;
      bottom: 11px;
      z-index: 999;
      margin-top: -1rem;
    }
  
    .grid-tarjeta {
      padding: 0;
      margin-left: 18rem;
      margin-right: 2rem;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: 1fr;
      grid-column-gap: 0px;
      grid-row-gap: 12px;
    }
  
  }
  
  @media only screen and (min-width: 1281px) and (max-width: 1550px) {
    .contenedor {
      position: relative;
      width: 80%;
      /* margin-left: 5rem; */
      bottom: 11px;
      /* border: 3px solid #8AC007; */
      z-index: 999;
      margin-top: -1rem;
    }
  
    .grid-tarjeta {
      padding: 0;
      margin-left: 8rem;
      /* margin-right: 2rem; */
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: 1fr;
      grid-column-gap: 0px;
      grid-row-gap: 12px;
    }
  
  }
  
  @media only screen and (min-width: 1251px) and (max-width: 1280px) {
    .contenedor {
      position: relative;
      width: 80%;
      /* margin-left: 5rem; */
      bottom: 11px;
      /* border: 3px solid #8AC007; */
      z-index: 999;
      margin-top: -1rem;
    }
  
    .grid-tarjeta {
      padding: 0;
      margin-left: 8rem;
      margin-right: 2rem;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: 1fr;
      grid-column-gap: 0px;
      grid-row-gap: 12px;
    }


    .container-card{
      position:relative;
      width: 300px;
      height: 200px;
      cursor: pointer;
      overflow: visible;
    }
    .container-card:hover .text{
      visibility: hidden;
    }
    .container-card:hover .text-cafe{
      visibility: hidden;
    }
    .container:hover img{
      transform: scale(1.1) ;
    }
    .image_small img{
      width: 300px;
      height: 200px;
      object-fit: cover;
      transition: .5s ease;
      border-radius: 2em;
  
    }
    .image_small{
      width: 300px;
      height: 200px;
    }
    .text{
      font-size: 14px;
      position: absolute;
      top:0;
      left:0;
      background: #A50034;
      opacity: 0.8;
      /* width: 290px; */
      width: 255px;
      height: 200px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      color:#fff;
      visibility: visible ;
      border-radius: 2em;
      text-align: justify;
      padding-left: 3em;
      padding-right: 3em;
      font-family: 'sublima_bold';
  
    }
    .text p{
      margin-bottom: 1.2rem;
    }
    .text-cafe{
      font-size: 14px;
      position: absolute;
      top:0;
      left:0;
      background: var(--cCafe);
      opacity: 0.8;
      /* width: 290px; */
      width: 255px;
      height: 200px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      color:#fff;
      visibility: visible ;
      border-radius: 2em;
      text-align: justify;
      padding-left: 3em;
      padding-right: 3em;
      font-family: 'sublima_bold';
  
    }
    .text-cafe p{
      margin-bottom: 1.2rem;
    }
  
  }

  

  @media (max-width:950px) {
    .grid-tarjetaPrincipal {
      padding: 1rem;
      display: grid;
      margin-left: 0;
      margin-right: 0;
      grid-template-columns: 1fr;
      grid-template-rows: repeat(1, 1fr);
      grid-column-gap: 20px;
      grid-row-gap: 20px;
    } 
    .tarjeta_texto{
      background-image: url("../images/fondo_boletin.png");
      background-repeat: no-repeat;
      background-size : cover;
      padding-left: 10em;
    }
    #titulo_boletin {
      position: relative;
      left: 80px;
      top: -8rem;
      width: 35%;
    }  
  }

  @media (max-width:450px) {
    .grid-tarjetaPrincipal {
      padding: 1rem;
      display: grid;
      margin-left: 0;
      margin-right: 0;
      grid-template-columns: 1fr;
      grid-template-rows: repeat(1, 1fr);
      grid-column-gap: 20px;
      grid-row-gap: 20px;
    } 
    .card_principal_boletin {
      max-width: 800px;
      margin:  auto;
      padding-left: 1em;
      padding-right: 4em;
      display: flex;
      flex-direction: column;
      background-color: #fff;
      border-radius: 0.25rem;
      box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
      overflow: hidden;
    }
    .tarjeta_texto{
      background-image: url("../images/fondo_boletin.png");
      background-repeat: no-repeat;
      background-size : cover;
      padding-left: 4em;
    }
    #titulo_boletin {
      position: relative;
      left: 25px;
      top: -6.5rem;
      width: 60%;
    }
  
  
  }
  

  .titulo_cuarto {
    font-size: 20px;
    color: #2a4365;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 20px;
}

/* TIMELINE */
.timeline {
    list-style: none;
    padding: 0;
    margin: 0;
    border-left: 3px solid #c8b282;
}
.timeline li {
    position: relative;
    margin-bottom: 30px;
    padding-left: 25px;
}
.timeline-date {
    font-weight: bold;
    color: white;
    background: #253746;
    padding: 4px 10px;
    border-radius: 8px;
    display: inline-block;
    margin-bottom: 6px;
}
.timeline-content {
    font-size: 16px;
    background: #f8fafc;
    padding: 10px 15px;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(44, 62, 80, 0.05);
    color: #444;
}
.timeline li:before {
    content: '';
    position: absolute;
    left: -10px;
    top: 8px;
    width: 14px;
    height: 14px;
    background: #c8b282;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 0 0 2px #c8b282;
}
.timeline li:last-child {
    margin-bottom: 0;
}



/* LISTA CON PUNTOS */
.list-marked {
    list-style: none;
    padding-left: 0;
    font-size: 18px;
    color: #000;
}
.list-marked li {
    position: relative;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    padding-left: 16px;
}
.list-marked li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    background-color: #c8b282;
    border-radius: 50%;
}

.list-marked2 {
    list-style: none;
    padding-left: 0;
    font-size: 18px;
    color: #000;
}
.list-marked2 li {
    position: relative;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    padding-left: 16px;
}

.list-marked2 li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    background-color: #A50034;
    border-radius: 50%;
}
/* Enlaces sin decoración ni cambio de color */
a.link-plano {
    color: inherit;
    text-decoration: none;
}
a.link-plano:visited,
a.link-plano:active,
a.link-plano:focus,
a.link-plano:hover {
    color: inherit;
    text-decoration: none;
}



/* TABLA DE COMITE */
.comite-table {
    width: 100%;
    border-collapse: collapse;
    font-family: sans-serif;
    font-size: 0.95rem;
    border: 1px solid #253746;
}
.comite-table thead tr {
    background-color: #253746;
    color: white;
}
.comite-table th {
    padding: 10px;
    font-weight: bold;
    font-size: 1.05rem;
    text-align: center;
    border: 1px solid #253746;
}
.comite-table td {
    padding: 8px;
    border: 1px solid #253746;
}
.comite-row-white {
    background-color: #ffffff;
}
.comite-row-blue {
    background-color:rgba(210, 217, 248, 0.4);
}
.comite-title {
    font-weight: bold;
}
.comite-footer {
    padding: 8px;
    text-align: right;
    font-style: italic;
    font-size: 0.9em;
    color: #253746;
}

.doc-footer {
    padding: 8px;
    text-align: center;
    font-style: italic;
    font-size: 0.9em;
    color: #253746;
}

.panel-docs {
    background-color: #253746;
    color: #2a4365;
}

.txt-instalacion {
    color: #A50034;
}
   .titulo_boletinn{
  /*    text-indent: 1.5em;*/
      position: relative;
      /* left: -25px; */
      margin: auto; 
      font-size: 25px;
      font-family: 'Sublima-Light';
      color: var(--cGris);
      padding-left: 75px;
      padding-right: 75px;
  }
  