* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
}

.secPort {
  min-height: 500px;
  background-color: #e6f0f2 !important;  
  padding-top: 70px;
  padding-left: 60px;
}

.secCm {
  min-height: 400px;
  background-color: #aebec2 !important;
  padding: 5px;
}

.box-interna {
  background-color: #ffffff; /* fondo plano */
  border-radius: 15px;
  padding: 20px; /* opcional para contenido */
  margin: 30px auto;
  width: 90%;   /* ocupa todo el ancho disponible */
  box-shadow: 0 0 40px rgba(0, 97, 118, 2);
  text-align: center;
}

h1{
  color: #006176;    
}

.step-number h1{
  font-size: 60px;
  font-weight: bold;
}

h2{
  color: #006176;
}

h5{
  color: #006176;
}

p{
  color: #006176;
}

.portL1 {
  display: flex;
  align-items: center;
  gap: 10px; /* espacio entre textos */
}

.textPort h1,
.textPort h2 {
  margin: 0;
  line-height: 1.1;
}

.portL1 h1 {
  font-family: serif;
  font-size: 68px;
  font-weight: bold;  
}

.portL1 h2 {
  font-family: serif;
  font-size: 48px;
  margin-top: 10px;
  
}

.portL2 {
  display: flex;
  align-items: center;
  gap: 6px; /* espacio entre textos */
  margin-top: -8px;
}

.portL2 h1{
  font-family: serif;
  font-size: 52px;
  font-weight: bold;
  
}

.portL2 h2{
  font-size: 48px;
  font-family: serif;
}

.portL3 {
  max-width: 500px;
  padding-top: 15px;
}

.portL3 p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.1;
  overflow: hidden;
  font-size: 34px;
  font-family: serif;
}

.portL4 {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 10px;
  flex-wrap: wrap;
}

.portL5{}

.btnQev{
  background-color: #468b79;
  border-radius: 30px;
  padding: 14px 32px;
}

.btnQev:hover{
  background-color: #2b554a;
}

.btnWhat{
  color: #468b79;
  border-radius: 30px;
  padding: 14px 32px;
  
}

.btnWhat:hover{
  border-color: #2b554a;
}


@media (max-width: 768px) {

  .secPort {
    min-height: 360px;
    padding-top: 10px;
    padding-left: 15px;
  }

  .secCm {
    min-height: 400px;
  }

  .portL1 h1 {
    font-size: 42px;  
  }

  .portL1 h2 {
     font-size: 32px;
     margin-top: 0px;
  }

  .portL2 h1 {
    font-size: 38px;  
  }

  .portL2 h2 {
    font-size: 30px;
    margin-top: 8px;
  }

  .portL3 p {
    -webkit-line-clamp: 4;
    font-size: 22px;
  }

  .portL4 {
    gap: 10px;
    padding-right: 15px;
  }

  .portL5 {
    padding-bottom: 10px;
  }

  .btnQev{
    padding: 10px 28px;
  }

  .btnWhat{
    padding: 10px 28px;
    
  }

}
