.sec1 .fondo {
  padding: 8% 3% 4%;
  background-image: url("../img/som/banner-image.webp");
  border-radius: 15px;
  background-position: center;
  background-size: cover;
}
.sec1 h1 {
  padding: 12% 0 4%;
}
.sec1 h1 span {
  background-color: var(--yellow);
  border-radius: 25px;
  padding: 0px 10px;
  line-height: 1.5;
}
.sec1 h2 {
  color: var(--light);
}

.sec2 {
  padding: 4% 0;
}
.sec2 .img-sec2 {
  width: 80%;
  border-radius: 15px;
  display: block;
  margin: auto;
}
.sec2 h2 {
  color: var(--sky);
}
.sec2 .enlace {
  font-size: 20px;
  color: var(--sky);
  border: 1px solid var(--sky);
  text-decoration: none;
  border-radius: 25px;
  display: table;
  margin: 4% auto 6%;
  padding: 5px 15px;
  width: 40%;
  text-align: center;
}
.sec2 .encuadre {
  margin-top: 2%;
  background-color: var(--yellow);
  border-radius: 15px;
  padding: 2% 4%;
  color: var(--primary);
}
.sec2 .desc {
  text-align: justify;
}

.sec3 {
  padding: 2% 0 4%;
}
.sec3 h3 {
  text-align: center;
  color: var(--sky);
  margin-bottom: 2%;
}
.sec3 h4 {
  margin-top: 4%;
  text-align: center;
  color: var(--primary);
  font-weight: 700;
}
.sec3 .desc {
  text-align: center;
  margin-bottom: 2%;
  min-height: 110px;
  margin-top: 4%;
}
.sec3 .enlace {
  font-size: 20px;
  color: var(--sky);
  border: 1px solid var(--sky);
  text-decoration: none;
  border-radius: 25px;
  display: table;
  margin: 4% auto 6%;
  padding: 5px 15px;
}
.sec3 .img-sec3 {
  width: 100%;
  border-radius: 15px;
  display: block;
  margin: 0 auto 2%;
}
.sec3 .textos-beneficios {
  padding: 2% 0;
}

.sec4 {
  padding: 4% 0;
  background-color: var(--sky-blue);
  background-image: url("../img/Dots-background.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.sec4 h3 {
  text-align: center;
  color: var(--primary);
  margin-bottom: 30px;
}
.sec4 h5 {
  text-align: center;
  padding: 0 20%;
}
.sec4 .img-sec4 {
  width: 80%;
  border-radius: 15px;
}
.sec4 .img-sec4-2 {
  width: 35px;
  display: inline-block;
}
.sec4 h4 {
  color: var(--primary);
}
.sec4 .text4 {
  display: inline-block;
  width: 90%;
  vertical-align: top;
  margin-left: 10px;
}
.sec4 .desc {
  padding: 2% 16%;
  text-align: center;
  font-size: 16px;
}

.sec5 {
  padding: 4% 0;
}
.sec5 h3 {
  text-align: center;
  color: var(--sky);
  padding-bottom: 4%;
}
.sec5 .img-sec6 {
  width: 80%;
  border-radius: 15px;
  display: block;
  margin: auto;
}
.sec5 .titulo-caso {
  display: inline-block;
  width: 70%;
}
.sec5 .enlace2 {
  font-size: 20px;
  color: var(--sky);
  border: 1px solid var(--sky);
  text-decoration: none;
  border-radius: 25px;
  display: inline-block;
  margin: 0 auto;
  padding: 5px 15px;
}

.sec6 {
  padding: 4% 0;
  background-color: var(--primary);
  background-image: url("../img/sesa/Dotsbackground.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: overlay;
  /* This container is needed to position the front and back side */
  /* Do an horizontal flip when you move the mouse over the flip box container */
  /* Position the front and back side */
  /* Style the front side (fallback if image is missing) */
  /* Style the back side */
}
.sec6 h3 {
  text-align: center;
  color: var(--sky);
  padding-bottom: 4%;
}
.sec6 .p04 {
  padding-bottom: 4%;
}
.sec6 .flip-card {
  background-color: transparent;
  width: 400px;
  height: 300px;
  -webkit-perspective: 1000px;
          perspective: 1000px; /* Remove this if you don't want the 3D effect */
}
.sec6 .flip-image {
  width: 100%;
  border-radius: 25px;
  height: 300px;
}
.sec6 .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.sec6 .flip-card:hover .flip-card-inner {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.sec6 .flip-card-front, .sec6 .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}
.sec6 .flip-card-front {
  background-color: #bbb;
  color: black;
  border-radius: 25px;
}
.sec6 .flip-card-front h4 {
  position: absolute;
  padding: 25% 5%;
  color: #ffffff;
  text-align: center;
  width: -webkit-fill-available;
}
.sec6 .flip-card-front .overlay {
  position: absolute;
  background: #000;
  opacity: 0.9;
  background: rgba(0, 0, 0, 0);
  border-radius: 25px;
  width: 100%;
  height: 100%;
}
.sec6 .flip-card-back {
  background-color: dodgerblue;
  color: white;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  border-radius: 25px;
  padding: 4%;
}
.sec6 .flip-card-back h4 {
  color: var(--primary);
}
.sec6 .flip-card-back p {
  color: var(--primary);
  font-size: 16px;
}

.sec7 {
  padding: 4% 0;
}
.sec7 .img-sec5 {
  width: 100%;
  border-radius: 15px;
  display: block;
  margin: auto;
}
.sec7 h3 {
  text-align: center;
  color: var(--primary);
  padding-bottom: 4%;
}
.sec7 h3 span {
  color: var(--primary);
  background-color: var(--sky);
  border-radius: 25px;
  padding: 0px 10px;
  line-height: 1.5;
}
.sec7 .desc {
  text-align: center;
  color: var(--primary);
  margin-bottom: 4%;
  font-size: 18px;
}
.sec7 .inicial {
  margin-bottom: 2%;
}
.sec7 .inicial .img-sec5 {
  width: 80%;
  border-radius: 15px;
  display: block;
  margin: auto;
}
.sec7 .desplegable {
  padding: 2%;
  margin-bottom: 30px;
}
.sec7 .desplegable .card {
  background-color: transparent;
  border: none;
}
.sec7 .desplegable h4 {
  color: var(--primary);
  text-align: center;
}
.sec7 .desplegable .flecha {
  background-image: url(../img/sesa/more-button.svg) !important;
  background-repeat: no-repeat !important;
  background-position: 50% 125% !important;
  padding: 15px 30px !important;
  background-size: 30px !important;
}
.sec7 .desplegable .opciones {
  margin-top: 5px;
}
.sec7 .desplegable .opciones .img-sec7-2 {
  width: 16px;
  display: inline-block;
}
.sec7 .desplegable .opciones .text7 {
  display: inline-block;
  width: 90%;
  vertical-align: top;
  margin-left: 10px;
}
.sec7 .desplegable .opciones .text7 p {
  font-size: 16px;
}
.sec7 .desplegable .opciones h6 {
  color: var(--primary);
}
.sec7 .desplegable .opciones1 {
  margin-top: 5px;
}
.sec7 .desplegable .opciones1 .img-sec7-2 {
  width: 30px;
  display: inline-block;
}
.sec7 .desplegable .opciones1 .text7 {
  display: inline-block;
  width: 90%;
  vertical-align: top;
  margin-left: 10px;
}
.sec7 .desplegable .opciones1 .text7 p {
  font-size: 16px;
}
.sec7 .desplegable .opciones1 h6 {
  color: var(--primary);
}

.sec8 {
  padding: 4% 0;
  background: var(--light);
}
.sec8 h3 {
  text-align: center;
  color: var(--sky);
  padding-bottom: 4%;
}
.sec8 .desc {
  text-align: center;
  margin-bottom: 2%;
}
.sec8 .card {
  border: none;
  background-color: transparent;
  border-bottom: 2px solid var(--primary);
  border-radius: 0%;
}
.sec8 .card .card-header {
  background-color: transparent;
  color: var(--primary);
  border-bottom: none;
}
.sec8 .card .card-header .btn {
  background-image: url(../img/sesa/down.svg) !important;
  background-repeat: no-repeat !important;
  background-position: 0% 50% !important;
  padding: 15px 30px !important;
  background-size: 20px !important;
  font-weight: bold !important;
  color: var(--primary);
  font-size: 20px;
  text-align: left;
}
.sec8 .card .card-header .btn:not(.collapsed) {
  background-image: url(../img/sesa/up.svg) !important;
}
.sec8 .card .card-body {
  color: var(--primary);
}

.sec9 {
  padding: 4% 0 0;
  background-image: url("../img/sesa/Dotsbackground.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.sec9 h2 {
  margin-bottom: 20px;
}
.sec9 h2 span {
  background-color: var(--yellow);
  border-radius: 25px;
  padding: 0px 10px;
  line-height: 1.5;
}
.sec9 .desc {
  color: var(--primary);
  margin-bottom: 4%;
}
.sec9 .img-persona {
  width: 70%;
  margin: auto;
  display: block;
}
.sec9 .col-lg-6.bg-gota {
  padding-right: 10%;
}
.sec9 form {
  padding: 5% 12%;
}
.sec9 form input {
  width: 100%;
  color: #fff;
  background-color: #f4f4f4;
  opacity: 1;
  border: none;
  margin-bottom: 10px;
  border-radius: 25px;
  padding: 5px 10px;
  max-width: 456px;
  min-height: 48px;
}
.sec9 form input::-webkit-input-placeholder {
  color: var(--grey);
}
.sec9 form input::-moz-placeholder {
  color: var(--grey);
}
.sec9 form input:-ms-input-placeholder {
  color: var(--grey);
}
.sec9 form input::-ms-input-placeholder {
  color: var(--grey);
}
.sec9 form input::placeholder {
  color: var(--grey);
}
.sec9 form label {
  color: var(--grey);
  font-weight: 500;
}
.sec9 form textarea {
  width: 100%;
  color: #fff;
  background-color: #f4f4f4;
  opacity: 1;
  border: none;
  margin-bottom: 10px;
  border-radius: 15px;
  padding: 5px 10px;
  min-height: 80px;
  max-width: 456px;
}
.sec9 form textarea::-webkit-input-placeholder {
  color: var(--grey);
}
.sec9 form textarea::-moz-placeholder {
  color: var(--grey);
}
.sec9 form textarea:-ms-input-placeholder {
  color: var(--grey);
}
.sec9 form textarea::-ms-input-placeholder {
  color: var(--grey);
}
.sec9 form textarea::placeholder {
  color: var(--grey);
}
.sec9 form .btn-enviar {
  background-color: transparent;
  border: 2px solid var(--sky);
  border-radius: 20px;
  padding: 5px 50px;
  float: right;
  color: var(--primary);
}

@media (max-width: 479px) and (min-width: 0px) {
  .sec1 .fondo {
    min-height: 280px;
  }
  .sec2 h2 {
    padding: 4% 0;
  }
  .sec2 .enlace {
    width: auto;
    display: inherit;
  }
  .sec3 .img-sec3 {
    display: block;
    margin: 0 auto 10px;
  }
  .sec3 .desc {
    min-height: auto;
  }
  .sec4 h5 {
    padding: 0 10%;
  }
  .sec4 .text4 {
    width: 80%;
    text-align: justify;
  }
  .sec4 .img-sec4 {
    width: 100%;
  }
  .sec4 .desc {
    padding: 4% 8%;
  }
  .sec5 .img-sec6 {
    margin-bottom: 15px;
  }
  .sec5 .titulo-caso {
    width: 60%;
  }
  .sec5 .enlace2 {
    width: 38%;
    text-align: center;
    font-size: 16px;
    padding: 4px 12px;
  }
  .sec6 .flip-card {
    width: 100%;
  }
  .sec7 .desc {
    text-align: justify;
  }
  .sec7 .desplegable .opciones1 .text7 {
    width: 85%;
  }
  .sec8 .card-header .btn {
    text-align: left;
    font-size: 18px !important;
    padding: 10px 25px !important;
  }
}