#act_de_exito{
    background-color: #ede7e7;
}
.content{
	margin-top: -25rem;
  padding-bottom: 2rem;
}
/* header */
header{
  height: 410px;
}
  .main_banner {
    height: 410px;
    width: 100%;
    object-fit: cover;
  }
  .container{
    margin: unset;
    margin-left: 2rem !important;
    padding-left: .5rem;
  }
  .title {
    position: absolute;
    top: 280px;
    color: #fff;
    margin-left: 2.5rem;
  }
/* main */
   #act_de_exito .content p, h3, h4, ol, ul /* :not(.main_menu, .navbar-nav), a:not(.main_item_title, .nav-link) :not(#nav_mobile )*/{
    color: #284A53;
    max-width: 70% ;
    /* overflow: auto; */
  }
.content a,
.content a:hover {
    color: #284A53;
    text-decoration: underline !important;
    word-break: break-word;
    overflow-wrap: break-word;
  }
  .content p, .content li{
    text-align: justify;
  }
  
  h2{
    color: #f8a849;
      max-width: 750px;
  }
  .content ul {
    list-style: none;
    padding: 0;
    margin-left: 50px;
    }
   .content ul  li::before {
    content: "\2022"; /* unicode */
    width: 10px;
    padding-right: 8px;
    color: #f8a849;
    }
/* Estilos copiados de otras_publicaciones, para una card que pidieron replicar acá */
img.otras_pub_img {
  width: 100%;
  max-width: 150px;
}
.art_cientifico {
  margin-left: 1rem;
}
.art_cientifico h4 {
  font-size: 1em;
  color: #284A53;
}
.art_cientifico a{
  text-decoration:none !important
}
.art_cientifico a.h2 {
  font-size: 1.8em;
  color: #2F7F78 !important;
  font-weight: 700;
  line-height: 1.2;

}
p.quote {
  font-size: 1.1em;
  margin-bottom: 0;
  color: #284A53;
  font-weight: 700;
  line-height: 1.2;
}
.btn-ver {
  text-align: right;
}
.btn-ver a {
  text-decoration: none;
  color: #C1C1C1;
  border: 1px solid #c1c1c1;
  padding: 0.1rem 0.5rem;
}
.other_scientific_publications {
  padding: 2rem 3rem;
}
section.card_section {
  max-width: 65%;
  background-color: #fff;
  padding: 1rem 2rem;
  margin: 1rem 0;
  border-radius: 7px;
  -webkit-box-shadow: 5px 5px 10px 5px rgb(0 0 0 / 50%);
  box-shadow: 5px 5px 10px 5px rgb(0 0 0 / 50%);
}
#otras_publicaciones {
  background-color: #C1C1C1;
  color: #284A53;
}
/* fin copy otras_pub */
#acceso_curso_btn{
  color: #fff;
  text-decoration: none !important;
}
article.icon_web {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 20%;
  min-width: 150px;
  height: 180px;
  position: relative;
}
article.icon_web img {
  max-width: 200px;
}
article.icon_web .btn_visitar {
  border-radius: 10px;
  background-color: var(--orange3);
  color: #fff;
  font-weight: bold;
  padding: 0.3rem 1rem;
  text-decoration: none !important;
  position: absolute;
  bottom: 0;
}
@media (max-width:992px){
  .title {
    margin-left: 3.5rem;
}
  .content{
    margin-top: unset;
  }
     p, h3, h4, ol .content{
        max-width: unset;
      }
      #act_de_exito .content p, h3, h4, ol, ul /* :not(.main_menu, .navbar-nav), a:not(.main_item_title, .nav-link) :not(#nav_mobile )*/{
        max-width: unset ;
      }
      main#act_de_exito{
        padding: 0 1rem;
      }
      section.card_section {
        margin: 1rem auto;
        text-align:center
    }
    .main_banner {
      height: 810px
    }
}
@media (max-width:576px){
  .container{
    margin-left: inherit !important;
    padding-left: inherit !important;
  }
  .title {
    margin-left: 1rem;
}
  h2 {
    font-size: 2rem !important;
    margin: 1.5rem 0 !important;
}
.art_cientifico a.h2 {
  font-size: 1.2em;
}
section.card_section {
max-width: 100%;
}
}



