:root {
  --gray: #494949;
  --botones: #0A939E;
  --naranja: #FF7C43;
  --titulos: #0A6E9F;
  --sm: 14px;
  --md: 16px;
  --lg: 28px;
}

.pagina3 {
  background-color: #ededed;
  /* padding: 2rem 1rem;
  padding-left: 50px; */
}

.container3 {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.texto3 {
    flex: 1;
    max-width: 600px;
    padding: 2rem 1rem;
    padding-left: 50px;
}

@media (max-width: 768px) {
  .texto3 {
    padding-left: 15px;
    padding: 2rem 1rem;
  }
}

@media (min-width: 1024px) {
  .container3 {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}

.video3 {
    margin-top: 120px; 
  }

#logo_pag3 {
  max-width: 250px;
  height: auto;
  margin-bottom: 1rem;
}

.titulo3 {
  color: var(--titulos);
  font-size: 2rem;
  font-family: 'PT Sans', sans-serif;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.texto3-2 {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 1rem;
}

.texto3-2 img {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  margin-top: 5px;
}

.texto3-2 p {
  color: var(--gray);
  font-size: 1rem;
  margin: 0;
}

.botones {
  display: flex;
  /* flex-wrap: wrap; */
  gap: 1rem;
  margin-top: 2rem;
}

.boton1 {
  padding: 0.75rem 1.5rem;
  border-radius: 15px;
  font-weight: bold;
  color: white;
  font-size: 1rem;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.prueba_boton {
  background-color: var(--naranja);
}

.prueba_boton:hover {
  background-color: #ff6d2e;
}

.asesoria_boton {
  background-color: var(--botones);
}

.asesoria_boton:hover {
  background-color: #0d88a0;
}

.video3 {
  flex: 1;
  display: flex;
  justify-content: center;
}

.video3 iframe {
  width: 100%;
  max-width: 560px;
  height: 315px;
  border-radius: 10px;
}
