
.parrafos {
  font-weight: 300;
  color: #626262;
  font-size: 17px;
  line-height: 2rem
}
.titulos {
  font-weight: 700;
  font-size: 42px;
  line-height: 3rem;
  color: #211208
}
.parrafos-intro {
  font-weight: 300;
  font-size: 18px;
  color: #626262
}
.pd-custom {
  padding-bottom: 54px
}
.background {
  background-image: url("../images/LANDING-2.png");
  background-size: cover
}
.back-nav {
  background-color: #ebf1fb
}
.alto-seccion {
  height: 450px
}
.padding-section {
  margin-top: 0;
  padding-top: 70px;
  padding-bottom: 70px;
  background-image: url("../images/Group-17557.png");
  background-size: cover;
  border-radius: 15px;
}
.align {
  text-align: justify
}
.labores {
  padding-bottom: 93px
}
.tablas {
  padding-bottom: 30px
}
.sombra {
  box-shadow: rgba(54,54,54,.124) 0 0 8px 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px
}
.calendarios {
  padding-bottom: 58px
}
.titulo-tablet {
  font-size: 28px;
  line-height: 2.2rem
}

.btn-cta {
 justify-content: center;
}

.hov:hover {
  background-color: #ebf1fb !important;
  color: #41609a !important;
}



@media screen and (max-width: 1023px) {
  .back-menu {
    background-color: #ebf1fb;
  }
}

@media only screen and (max-width: 870px) {
  .titulos {
    font-size: 28px;
    line-height: 2rem;
  }
  .parrafos {
    margin-left: 5px !important;
    margin-right: 5px !important;
    font-size: 14px;
  }
  
}

@media only screen and (max-width: 375px) {
  .titulos {
    font-size: 28px;
    line-height: 2rem;
  }
  .parrafos {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }

  .logo-centrado {
    margin: auto;
  }
  .centrado-redes{
    justify-content: center;
  }

  .bloque-centrado{
    margin:auto;
  }
  
}