:root {
  --green-iber: #5c881a;
}

.landingSSC-modulo-1 {
  background: url("/documents/20122/13100789/Cabeceras_Landing360.jpg/fb2e6a62-d084-80fa-57b6-ae71d145cd14?t=1691791261513") no-repeat;
  background-size: cover;
  height: 552px;
}

.contenedor-menu {
  margin-bottom: 5px;
  margin-top: 5px;
  margin-left: 0px;
}

#icono-iber{
  margin-left: 15px;
}

.logo {
  width: 147px;
  height: 66px;
}

.pelota {
  background-color: var(--green-iber);
  width: 173px;
  height: 173px;
  border-radius: 100%;
  position: absolute;
  top: 9%;
  right: 26%;
  color: white;
  display: none;
}

#modal-header .modal-response {
  width: 550px !important;
  height: 290px !important;
}

#modulo-cabecera .wrapper-ctc.sticked .click-to-call .header-cmb .title-container .text-one {
  font-size: 18px !important;
}

.modal-content {
  margin: 0 auto;
}

.pelota .texto-pelota {
  text-align: center;
  position: relative;
  top: 14%;
  font-size: 15px;
}

.pelota p {
  margin: 0;
}

.pelota p.descuento {
  font-size: 70px;
  margin-top: -20px;
  margin-bottom: -20px;
}

.pelota .texto-pelota .ball-txt-bottom {
  font-size: 19px;
}

.titulo-modulo1 {
  padding-top: 330px;
  padding-left: 24px;
}

.lista-textos-modulo1 {
  padding-left: 24px;
  width: 100%;
}

.contenedor-boton {
  width: 100%;
  padding-bottom: 54px;
}

.wcom-button.button-green {
  background: var(--green-iber);
  border: 1px solid var(--green-iber);
  margin: 0 auto;
  display: block;
}

.icon {
  position: absolute;
  width: 150px;
  top: 10px;
  right: 1%;
  align-self: start;
}

.banda-banner .contenido .icon-panel {
  margin-top: 0px !important;
}

.banda-banner-2 .contenido .icon-panel {
  align-self: start;
}

.banda-banner {
  width: 100%;
  height: fit-content;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgb(0, 68, 129);
  position: relative;
  padding: 10px;
}

.banda-banner .contenido {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 20px;
  padding-left: 5%;
  padding-right: 5%;
  margin-left: -20px
}

.banda-banner .contenido .texto {
  padding-left: 10px;
  font-size: 20px;
  margin-top: 10px;
}

.banda-banner-2 {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  background: rgb(0, 68, 129);
  position: relative;
  padding: 10px;
  margin-top: 10px;
  justify-content: left;
}



.banda-banner-3 {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(0, 68, 129);
  position: relative;
  padding: 10px;
  margin-left: -20px
}

.banda-banner-2 .contenido,
.banda-banner-3 .contenido {
  display: flex;
  align-items: start;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 20px;
  padding-right: 5%;
 padding-left: 8%;
}

.banda-banner-2 .contenido a,
.banda-banner-3 .contenido a {
  color: #FFFFFF;
  text-decoration: underline !important;
}

.banda-banner-2 .contenido .texto2,
.banda-banner-3 .contenido .texto2 {
  padding-left: 10px;
}

.texto-sec {
  max-width: 100%;
}

.fuente-grande {
  font-size: 24px;
}

@media (min-width: 576px) {
  
  .landingSSC-modulo-1 {
      background: url("/documents/20122/13100789/Cabeceras_Landing576.jpg/cfe30614-16f6-2fad-0df8-48111b7db07a?t=1691791252501") no-repeat;
      background-size: cover;
      height: 552px;
  }
  .titulo-modulo1 {
      padding-top: 100px;
  }
  .contenedor-boton {
      width: 50%;
  }
  .pelota {
      right: 12%;
      top: 9%;
  }
  .lista-textos-modulo1 {
      width: 50%;
  }

  .contenido {
      margin-left: 11px;
  }
}

@media (min-width: 768px) {
  .formulario .form-group #hogares{
      margin-left: 0px;
  }
  .landingSSC-modulo-1 .wrapper-ctc {
      top: 4%!important;
  }
  .landingSSC-modulo-1 {
      background: url("/documents/20122/13100789/Cabeceras_Landing768.jpg/b88a7948-682d-3692-9822-73be0c8ae72e?t=1691791221314") no-repeat;
      background-size: cover;
      height: 552px;
  }
  .titulo-modulo1 {
      padding-top: 177px;
  }
  .lista-textos-modulo1 {
      width: 40%;
  }
  .contenedor-boton {
      width: 40%;
  }
  .pelota {
      right: 46%;
      top: 8%;
  }
  .icon {
      width: 170px;
  }
}

@media (min-width: 992px) {
  .formulario .form-group #hogares{
      margin-left: 0px;
  }

  .landingSSC-modulo-1 {
      background: url("/documents/20122/13100789/Cabeceras_Landing992.jpg/351a1f24-425f-3f2e-c2b5-e604f291f92b?t=1691791256957") no-repeat;
      background-size: cover;
      height: 552px;
  }
  .pelota {
      right: 45%;
  }
  .lista-textos-modulo1 {
      width: 30%;
  }
  .contenedor-boton {
      width: 30%;
  }
  .titulo-modulo1 {
      padding-top: 108px;
  }
  .icon {
      width: 157px;
      top: 5px;
  }
}

@media (min-width: 1200px) {
  .landingSSC-modulo-1 {
      background: url("/documents/20122/13100789/Cabeceras_Landing1200.jpg/a5622587-cb0e-20a1-2da4-f94bed78d55a?t=1691791217465") no-repeat;
      background-size: cover;
      height: 552px;
  }
  .titulo-modulo1 {
      padding-top: 108px;
  }
  .contenidos-textos {
      margin-left: 100px;
  }
  .contenedor-menu {
      margin-bottom: 0px;
  }
  .icon {
      top: 20px;
      right: 5%;
      width: 200px;
  }
  .contenido {
      margin-right: 176px;
  }
}

@media (min-width: 1920px) {
  .landingSSC-modulo-1 {
      background: url("/documents/20122/13100789/Cabeceras_Landing1920.jpg/104dfbf2-56af-2907-62ab-5e72d13ac903?t=1691791230037") no-repeat;
      background-size: cover;
      height: 552px;
  }

  .contenido {
      margin-right: 5%;
  }
}



#ver-detalle {
  display: none;
  color: #ffffff !important;
}

#ver-detalle {
  display: block;
  background-color: transparent;
  border: none;
  outline: none;
  font-family: Lato-Regular;
  text-decoration: underline;
  margin-top: 1%;
  margin-bottom: 1%;
}

#ver-detalle:after {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  right: 0;
  top: 1px;
  transform: rotate(180deg);
}

#ver-detalle.collapsed:after {
  transform: none;
}

#ver-detalle.collapsed .texto-ver-menos,
#ver-detalle:not(.collapsed) .texto-ver-mas {
  display: none;
}
