.portada {
  height: 80vh;
  padding-bottom: 95px;
  background-position: center;
  background-size: cover;
  background-image: url('../img/portada.jpg');
  position: relative;
}
.portada:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
}
.portada .container {
  height: 100%;
  position: relative;
}
.portada .container .row {
  height: 100%;
  align-items: flex-end;
}
.portada .container .row .content {
  text-align: center;
}
.portada .container .row .content .texto1 {
  margin-bottom: 8px;
}
.portada .container .row .content .texto2 {
  margin-bottom: 74px;
}
.portada .container .row .content .h3 {
  font-size: 23px;
}
.portada .container .row .content .btn {
  margin: 0 30px;
}
.seccion4 {
  padding-top: 100px;
  padding-bottom: 30px;
  position: relative;
}
.seccion4 .adorno {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 700px;
  width: 100%;
}
.seccion4 .adorno::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100px;
  width: 100%;
  background-image: url('../img/adorno-fondo2.svg');
  background-size: contain;
  background-position: center;
}
.seccion4 .container p {
  margin: 0;
}
.seccion4 .container .divisor {
  width: 950px;
  margin: 15px auto ;
  display: block;
}
.seccion4 .container-fluid {
  margin-top: 80px;
  position: relative;
}
.seccion4 .container-fluid .row .item {
  margin-bottom: 50px;
}
.seccion4 .container-fluid .row .item .img {
  width: 100%;
  height: 260px;
  background-size: cover;
  background-position: center;
}
.seccion4 .container-fluid .row .item .texto {
  text-align: center;
  padding: 13px 5px;
  background-color: var(--blanco);
  height: 130px;
}
.seccion4 .container-fluid .row .item .texto p {
  margin: 0;
}
/* ====================================================================================================================================================
   RESPONSIVE DESIGN
   ==================================================================================================================================================== */
@media all and (max-width: 1599px) {
  .seccion4 .container-fluid .col-xxl-10 {
    width: 95%;
  }
}
@media all and (max-width: 1399px) {
  .seccion4 .container-fluid .col-xxl-10 {
    width: 95%;
  }
  .seccion4 .container-fluid .row .item .texto p br {
    display: none;
  }
}
@media all and (max-width: 1199px) {
  .portada {
    height: 70vh;
  }
  .seccion4 .adorno {
    height: 100%;
  }
  .seccion4 .adorno::before {
    display: none;
  }
}
@media all and (max-width: 639px) {
  .h1 {
    font-size: 40px;
    line-height: 40px;
  }
  .h3 {
    font-size: 21px;
    line-height: 25px;
  }
  .portada {
    padding-bottom: 50px;
  }
  .portada .container .row .content .btn-transparente-negro {
    display: none;
  }
}
