.nosotros .presentacion .titulo1,
.titulo2,
.titulo3 {
  color: white;
}

.col-lg-6 h3 {
  text-align: left;
  margin: 10px;
}

.col-lg-6 h5 {
  margin-left: 10px;
  font-weight: 1000;
}

.col-lg-6 p {
  text-align: center;
  text-align: justify;
  margin: 10px;
}

.col-lg-6 h5 {
  margin-left: 10px;
  font-weight: 1000;
}
.col-lg-6 p {
  text-align: center;
  text-align: justify;
  margin: 10px;
}

/*--------FOOTER ---------*/
a.button-contact {
  margin-left: 0px;
  background: #22a197;
  color: #fff;
  border-radius: 4px;
  padding: 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
}

/*CARDS SELECTION*/
.area {
  display: block;
  padding: 100px 0;
  overflow: hidden;
  position: relative;
}
.fila2 {
  display: flex;
  justify-content: center;
}
.fila5 {
  padding: 4%;
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  margin: 10px;
  position: relative;
  border-radius: 4px;
  color: #7a7676;
  font-family: 'Open Sans', sans-serif;
  box-shadow: 0 0 30px rgb(174 174 175 / 60%);
}
.area .info-box h3 {
  font-size: 30px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
  text-align: center;
}

.paratitle {
  top: 20px;
}
.paracuerpo {
  top: 20px;
}
.btn-area {
  border: 1px solid transparent;
  font-size: 1rem;
  border-radius: 0.25rem;
}
.btn-success {
  color: rgb(255, 255, 255);
  background-color: #22a197;
  border-color: #22a197;
}

@media screen and (max-width: 1200px) {
  .fila5 {
    width: 40%;
  }
  .parabuton {
    position: absolute;
    bottom: 5px;
  }
}
@media screen and (max-width: 700px) {
  .fila5 {
    width: 90%;
  }
  .parabuton {
    position: absolute;
    bottom: 5px;
  }
}

/*estilo de boton ver contraseña xd*/
.juntar {
  position: relative;
  display: flex;
}
.boton_ver {
  position: absolute;
  right: 0;
}
iframe {
  width: 100%;
  height: 97.5vh;
}

.botones_drsu {
  display: flex;
}

.boton_drsu {
  margin: 6px;
}
.hero .row {
  margin: 10px;
  justify-content: center;
}
