/*importacion de tipografias*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');
/* fin tipografias*/
.anchomaximo {
  min-width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.imagenfull {
  min-width: 100%;
}

.contenedorDestacados{
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
}

.logoHeader{
  max-height: 200px;
}

.textosDestacados {
    z-index: 3;
    margin-top: 60px;
    margin-left: 0;
    position: absolute;
}

.tituloH1xs {
    font-family: 'Titillium Web',sans-serif;
    font-size: 30px;
    color: rgb(98 142 55);
    line-height: 30px;
    font-weight: 600;
    margin-top: 15px;
}
}
.subtituloH2xs {
    font-family: 'Titillium Web',sans-serif;
    font-size: 24px;
    color: #211650;
    line-height: 24px;
    font-weight: 500;
    margin-top: 15px;
}

.subtituloH2xs h3 {
    font-family: 'Titillium Web',sans-serif;
    font-size: 24px;
    color: #211650;
    line-height: 24px;
    font-weight: 500;
    margin-top: 15px;
}
.visible-mobile {
    display: none !important;
  }

@media (max-width: 768px) {
  
  .escondido-mobile{
    display: none !important;
  }
  
  .visible-mobile {
    display: block !important;
  }
  
  .logoHeader{
    width: 90%;
    height: auto;
    margin: 0 auto;
    text-align: center;
  }
  
  .contenedorDestacados{
     width: 90%;
  }
  
  .textosDestacados {
    z-index: 3;
    margin-top: 30px;
    margin-left: 0;
    position: absolute;
    padding: 10px;
    width: 80%;
  }

  .tituloH1xs {
    font-family: 'Titillium Web', sans-serif;
    font-size: 24px;
    color: rgb(98 142 55);
    line-height: 27px;
    font-weight: 600;
  }
  
  .subtituloH2xs {
    font-family: 'Titillium Web', sans-serif;
    font-size: 20px;
    color: #211650;
    line-height: 20px;
    font-weight: 500;
  }

  .subtituloH2xs h3 {
    font-family: 'Titillium Web', sans-serif;
    font-size: 20px;
    color: #211650;
    line-height: 20px;
    font-weight: 500;
  }

}