/* centrar arriba */
.centrar-top {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
/* columna de texto */
.content-text {
  color: #005f79;
  /* padding-bottom: 8%; */
}
/* titulo en contenido */
.titulo {
  margin-block: 5%;
  font-weight: bold;
  font-size: 30px;
}
/* parrafos en contenido */
.parrafo {
  font-size: 20px;
  padding-right: 10%;
  color: #005f79;
}
/* btn contacte a nuestro asesor */
.btn-content {
  background-color: #bdcc01 !important;
  color: #045e76 !important;
  border-radius: 10px !important;
  border: none !important;
  padding: 20px 40px !important;
  margin-top: 4%;
}
.content-btn {
  padding-bottom: 5%;
}
/*
* MEDIA QUERIES
*/
@media (min-width: 768px) and (max-width: 1024px) {
  /* titulos en contenido */
  .titulo {
    margin-block: 5%;
    font-weight: bold;
    font-size: 20px;
  }
  /* parrafos en contenido */
  .parrafo {
    font-size: 15px;
    padding-right: 10%;
    color: #005f79;
  }
}

@media (min-width: 425px) and (max-width: 767px) {
  /* titulos en contenido */
  .titulo {
    margin-block: 10%;
    font-size: 30px;
    padding-inline: 15%;
  }
}
/* @media (min-width: 375px) and (max-width: 424px) {
} */
/* @media (min-width: 320px) and (max-width: 374px) {
} */
@media (max-width: 767px) {
  .to-center {
    text-align: center;
  }
  /* btn */
  .content-btn {
    padding-block: 10%;
  }
  /* parrafos en contenido */
  .parrafo {
    font-size: 18px;
    padding-right: 0;
    color: #005f79;
  }
}
