html{
  scroll-behavior: smooth;
}
#proyecto{
  background-color: #ede7e7;
  /* background: #C1C1C1; */
}

.main_banner{
  object-position: top;
  height: 410px;
  width: 100%;
  object-fit: cover;
}
.content a, .content a:hover{
  color: #284A53;
  text-decoration: underline !important;
}
p, h2, h3, h5{
  max-width: 70%;
  /* padding-left: 3rem; */
}
.about #nav-proyecto-about{
  color: var(--orange);
}
.historia #nav-proyecto-historia{
  color: var(--orange);
}
.webs_rel #nav-proyecto-webs_rel{
  color: var(--orange);
}

p{
  text-align: justify;
  /* font-size: 1.2rem; */
  /* font-weight: 500; */
}
#definicion h2 {
  max-width: 500px;
  margin-bottom: 2rem!important ;
}

#proyecto h2 {
  font-size: 2.3rem !important;
}
ul:not(.sub_menu_container, .text_menu, .menu_mobile, .main_menu, .main_menu ul), ol {
  max-width: 95%;
  padding-left: 3rem !important;
}

#aprendizaje, #fases{
  padding-top: 3rem;
  color: #284A53;
}
img.mapa_origen{
  width: 100%;
}
p, h3, ol, ul, li{
  color: #284A53;
  /* font-size: 1.2rem; */
}
main .container{
  margin: unset;
  margin-left: 2rem !important;
  padding-left: .5rem;
}
.title {
  position: absolute;
  top: 280px;
  color: #fff;
  margin-left: 2.5rem;
}
.com_gestora{
  width: 500px;
  margin: 1rem 0;
  margin-left: 3rem;
}


.content{
	margin-top: -14rem;
}
/* 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: 66%;
  background-color: #fff;
  padding: 1rem 2rem;
  margin: 1rem 0;
  margin-left: 2.8rem;
  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 */


#fases p{
  margin-bottom: 2.5rem
}

/* Webs Relacionadas */
#webs_rel{
background-color: #ede7e7;
}
#webs_rel section#icons_webs{
  display: flex;
  flex-wrap: wrap;
  max-width: 70%;
  justify-content: space-evenly;
}
#webs_rel section#icons_webs article{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 20%;
  min-width: 150px;
  height: 180px;
  position: relative;
}
#webs_rel section#icons_webs article img{
  max-width: 100px;
  /* position: absolute;
  top: 10px; */
}
#webs_rel section#icons_webs article h3{
  color: var(--orange);
  font-size: 1rem;
  text-align: center;
  padding-left: 0;
  margin-top: 0.5rem;
}
#webs_rel section#icons_webs article .btn_visitar{
  border-radius: 10px;
  background-color: var(--orange3);
  color: #fff;
  font-weight: bold;
  padding: .3rem 1rem;
  text-decoration: none !important;
  position: absolute;
  bottom: 0;
}
/* Fin web relacionadas */




/*------------------------------------------------------------- Media Queries Desktop First -------------------------------------------------------------*/
@media (max-width: 992px) {
  .title {
    margin-left: 2rem;
}
  #definicion h2{
    max-width: 250px;
    font-size: 1.5rem;
  }
  .main_banner {
    height: 635px
  }
  #historia{
    padding-left: 0rem;
  }
  .origen{
    padding-right: 0rem;
  }
/* .container, .container-md, .container-sm {
    max-width: 100% !important;
} */
p, h2, h3, h5 {
  max-width: 95%;
}
#definicion h2 {
  max-width: unset;
}
#proyecto h2 {
  font-size: 1.8rem !important;
}
  .proyecto_title .title_container h1 {
    position: initial;
  }

  .right_section p {
    margin-left: 0;
  }

  .fixed_menu {
    display: none;
  }

  .proyecto_banner {
    object-fit: none;
    object-position: 39% 15%;
  }

  .main_banner_info {
    top: 210px;
  }
  section.card_section {
    margin: 1rem auto;
}
p.quote{
  padding-left: 0;
}
#webs_rel section#icons_webs {
  margin: auto;
}
#webs_rel section#icons_webs {
  max-width: unset;
}
}
@media (max-width: 600px) {

  .com_gestora{
    width: 300px;
    max-width:100%;
    margin-left:0;
  }
}


@media(max-width:572px){
    main .container{
    margin-left: inherit !important;
    padding-left: inherit !important;
  }

  p, h2, h3, h5 {
    padding-left: 2rem;
}
  .art_cientifico a.h2 {
    font-size: 1.2em;
}
section.card_section {
  max-width: 75%;
}
p.quote {
  margin-bottom: 1rem;
}
#webs_rel section#icons_webs {
  max-width: 95%;
}
#webs_rel section#icons_webs article {
  min-width: 110px;
  margin: 0 1rem;
}
}

/* PROYECTO WITH ARTICLES SCIENTIFIC */
    .section-container {
        margin: unset;
        margin-left: 2rem !important;
        padding-left: .5rem;
    }

    .container_articles {
        width: 70%;
    }

    .container_articles section {
        max-width: 70%;
        background-color: #fff;
        padding: 1rem 2rem;
        margin: 1rem 0;
        border-radius: 7px;
        -webkit-box-shadow: 5px 5px 10px 5px rgba(0, 0, 0, 0.5);
        box-shadow: 5px 5px 10px 5px rgba(0, 0, 0, 0.5);
    }

    .other_scientific_publications {
        padding: 2rem 3rem;
    }

    .art_cientifico {
        margin-left: 1rem;
        padding: 1rem 0;
    }

    .art_cientifico a.h2 {
        font-size: 1.8em;
        color: #2F7F78 !important;
        font-weight: 700;
        line-height: 1.2;
    }

    .art_cientifico a.h2:hover {
        text-decoration: none !important;
    }

    .art_cientifico h4 {
        font-size: 1em;
        color: #284A53;
    }

    p.quote {
        font-size: 1.1em;
        margin-bottom: 0;
        color: #284A53;
        font-weight: 700;
        line-height: 1.2;
    }

    img.otras_pub_img {
        width: 100%;
    }

    .btn-ver {
        text-align: right;
    }

    .btn-ver a {
        color: #C1C1C1;
        border: 1px solid #c1c1c1;
        padding: 0.1rem 0.5rem;
    }

    .btn-ver a:hover {
        text-decoration: none !important;
    }

    @media (max-width: 992px) {
        img.otras_pub_img {
            width: 50%;
        }
        .otras_pub_img {
            margin-left: 2rem;
            margin-bottom: 1rem;
        }
        .other_scientific_publications {
            padding: 1rem;
        }
        .container_articles {
            width: 90% !important;
        }
    }

    @media (max-width: 576px) {
      .container_articles {
        width: 100% !important;
        justify-content: center;
      }

      .section-container {
          margin-left: 0rem !important;
      }
        .container_articles section {
            max-width: 90%;
            position: relative;
            padding: .5rem 1rem;
        }

        .btn-ver a {
            position: absolute;
            top: 20px;
            right: 20px;
        }
        .container{
            margin-left: 1rem !important;
            padding-left: inherit !important;
        }
    }
