/* COMPLYLAW PRIVACIDAD */

.no-carousel.complylaw-oovv {
  width: 40%;
  position: absolute;
  bottom: 0;
}
.no-carousel.complylaw-oovv img {
  display: block;
  margin: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}
.no-carousel.complylaw-oovv figcaption {
  font-style: italic;
  font-size: 25px;
  line-height: 35px;
  color: white;
}
.no-carousel.complylaw-oovv,
.no-carousel.consulta-oovv {
  background-color: rgba(226, 244, 255, 0.85) !important;
  padding-bottom: 0;
}
.wk-carousel-slide-description figcaption {
  padding: 20px;
}

.modulo-complylaw-oovv .privacidad-wrapper {
  /* margin-top: 30px; */
  margin-bottom: 40px;
}

.modulo-complylaw-oovv p.adaptada-al-rgpd {
  font-size: 35px;
  font-style: italic;
  font-weight: 400;
  /* color: #85BC20; */
}
.modulo-complylaw-oovv .title {
  font-weight: 400 !important;
  color: #474747;
}
.modulo-complylaw-oovv .buttons-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 44px;
}

.modulo-complylaw-oovv .buttons-wrapper .button-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 49.5%;
  min-width: 335px;
  margin-bottom: 20px;
}
.modulo-complylaw-oovv .buttons-wrapper .button-item {
  width: 49%;
  min-width: 135px;
  text-align: center;
}
.modulo-complylaw-oovv .buttons-wrapper .button-item .button-text button,
.modulo-complylaw-oovv .buttons-wrapper .button-item .button-text a {
  width: 100%;
  font-size: 1em;
  font-weight: 100;
}


.modulo-complylaw-oovv iframe {
  width: 45%;
  height: 315px;
  margin-left: 30%;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}


#step-al-detalle ul li {
  font-size: 18px;
  line-height: 28px;
  font-weight: 100;
}
#step-al-detalle .title {
  color: #474747;
  margin-bottom: 40px;
}
#step-al-detalle .detalle-options p {
  font-size: 0.9em;
  font-weight: 100;
  margin-bottom: 8px;
  margin-top: 0;
  line-height: 21px;
}







#step-ventajas .ventajas > .wk-layout-item,
#step-garantias .garantias > .wk-layout-item {
  max-width: 45%;
}
#step-ventajas .ventajas,
#step-garantias .garantias {
  /* margin-top: 40px; */
  margin-bottom: 40px;
}
#step-ventajas .ventajas_item,
#step-garantias .garantias_item {
  border-bottom: solid 1px #c7c7c7;
  padding-top: 5px;
  padding-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#step-ventajas .ventajas_item {
  min-height: 120px;
}
#step-garantias .garantias_item {
  height: 180px;
  margin-bottom: 10px;
}

#step-ventajas .ventajas_item .ventajas_icon,
#step-garantias .garantias_item .garantias_icon {
  min-width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#step-ventajas .ventajas_item .ventajas_text,
#step-garantias .garantias_item .garantias_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#step-ventajas .ventajas_item .ventajas_text p,
#step-garantias .garantias_item .garantias_text p {
  font-size: 18px;
  line-height: 1.5em;
}

#step-ventajas .ventajas_item span[class^=fa-],
#step-garantias .garantias_item span[class^=fa-] {
  color: var(--color_100);
  font-size: 2em;
  margin-right: 15px;
}





#step-garantias .garantia-item {
  border-bottom: solid 1px #ccc;
  min-height: 200px;
  /* line-height: 1.5em; */
}


#step-modalidades article {
  border: none !important;
}
#step-modalidades table {
  border-collapse: collapse;
  border-radius: 1em;
  background: #fbfbfb;
  background: -moz-linear-gradient(top, #fbfbfb 0%, #e6e6e6 100%);
  background: -webkit-linear-gradient(top, #fbfbfb 0%,#e6e6e6 100%);
  background: linear-gradient(to bottom, #fbfbfb 0%,#e6e6e6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#e6e6e6',GradientType=0 );
}
#step-modalidades table thead tr th.titulo-funcionalidades {
  text-align: left;
  font-size: 25px;
  color: #BBB;
  font-weight: 500;
}
.modulo-complylaw-oovv #step-modalidades table th {
  text-align: center;
}
#step-modalidades table thead tr th {
  border: none;
}
#step-modalidades table thead tr th img {
  width: 260px;
  height: 96px;
  max-width: 260px;
  position: relative;
  z-index: 1;
  top: -28px;
}
/* section.special img {
  display: block;
} */
#step-modalidades table tbody tr td .mid-grey {
  padding-right: 10px;
  color: #666;
  font-weight: 500;
  font-size: 1.2em;
}
#step-modalidades table tbody tr td .dark-grey {
  color: #1F1F1F;
  font-weight: 100;
  font-size: 1.1em;
}
#step-modalidades table tbody .border-shadow {
  border-top: solid 1px #D4D4D4;
  border-bottom: solid 1px #FFFFFF;
}
#step-modalidades table.wk-table>tbody>tr>td {
  background: none;
}
#step-modalidades table tbody tr td {
  padding: 5px 10px;
  border: none;
}
#step-modalidades table tbody tr.border-shadow td {
  height: 2px;
  padding: 0;
}
#step-modalidades table tbody tr td img.check-green {
  width: 25px;
  height: 25px;
  display: block;
  margin: auto;
}
.wrapper-two-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.wrapper-two-buttons .button-text {
  width: 200px;
  margin-right: 20px;
}
.wrapper-two-buttons .button-text > * {
  width: 100%;
}





.logos-calidad {
  margin-top: 40px;
  margin-bottom: 40px;
}
.logos-calidad img {
  display: block;
  width: 322px;
  height: 78px;
  margin: auto;
}
.wrapper-buttons-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.wrapper-buttons-center .button-text {
  width: 245px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.wrapper-buttons-center .button-text > * {
  width: 100%;
}

.privacidad-step-detalle_left img.vertical {
  display: none;
}

@media all and (max-width: 1150px) {
  #step-al-detalle .privacidad-wrapper.flex div.privacidad-step-detalle_left {
    width: 40%;
  }
  #step-al-detalle .privacidad-wrapper.flex div.privacidad-step-detalle_right {
    width: 60%;
  }
  .privacidad-step-detalle_left img.horizontal {
    display: none;
  }
  .privacidad-step-detalle_left img.vertical {
    display: block;
  }
}
@media all and (max-width: 980px) {
  #step-garantias .garantias > .wk-layout-item {
    max-width: 48%;
  }
  #step-al-detalle .privacidad-step-detalle_right p {
    line-height: 20px;
  }
  #step-garantias .garantia-item p {
    font-size: 1em;
    line-height: 1.4em;
  }
}
@media all and (max-width: 940px) {
  #step-garantias .garantias {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
            flex-direction: column;
  }
  #step-garantias .garantias > .wk-layout-item {
    max-width: 100%;
    width: 100%;
  }
  #step-garantias .garantias > .wk-layout-item .garantias_item {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media all and (max-width: 900px) {
  .no-carousel.complylaw-oovv {
    width: 70%;
  }
  #step-modalidades table.wk-table>tbody>tr>td {
    font-size: 0.8em;
  }
}

@media all and (max-width: 840px) {
  .buttons-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
            flex-direction: column;
  }
  .modulo-complylaw-oovv .buttons-wrapper .button-col {
    width: 75%;
    margin: auto;
    margin-bottom: 10px;
  }
  .privacidad-step-detalle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .privacidad-step-detalle_left img.horizontal {
    display: flex;
  }
  .privacidad-step-detalle_left img.vertical {
    display: none;
  }
  #step-al-detalle .privacidad-wrapper.flex div.privacidad-step-detalle_left {
    /* border:solid 1px red; */
    width: 80%;
    margin: auto;
    margin-bottom: 20px;
    height: 100%;
  }
  #step-al-detalle .privacidad-wrapper.flex div.privacidad-step-detalle_right {
    width: 100%;
    margin-top: 0;
  }
  #step-al-detalle .privacidad-step-detalle_right p {
    font-size: 1em;
    line-height: 24px;
  }

  #step-modalidades table thead tr th img {
    width: 200px;
    height: 74px;
    top: -22px;
  }
  #step-modalidades table.wk-table>tbody>tr>td {
    font-size: 0.8em;
  }
}
@media all and (max-width: 780px) {
  #step-ventajas p.ventaja-item {
    font-size: 0.9em;
  }
}
@media all and (max-width: 750px) {
  #step-modalidades table thead tr th img {
    width: 150px;
    height: 55px;
    top: -21px;
  }
  #step-garantias .garantia-item p {
    font-size: 0.9em;
    line-height: 1.4em;
  }
}
@media all and (max-width: 700px) {
  #step-garantias .garantias {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
  }
  #step-garantias .garantia-item {
    min-height: 100px;
  }
  #step-garantias .garantia-item p {
    font-size: 1.1em;
    line-height: 1.5em;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #step-garantias .garantias .wk-layout-item {
    width: 100%;
    max-width: 100%;
  }
}
@media all and (max-width: 770px) {
  #step-ventajas .ventajas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
            flex-direction: column;
  }
  #step-ventajas .ventajas_item {
    min-height: 100%;
    height: 100%;
    padding: 20px;
  }
  #step-ventajas .ventajas .wk-layout-item {
    width: 100%;
    max-width: 100%;
  }
  #step-ventajas p.ventaja-item {
    font-size: 1em;
    min-height: 60px;
  }
  #step-modalidades table thead tr th.titulo-funcionalidades {
    font-size: 20px;
  }
  #step-modalidades table.wk-table>tbody>tr>td {
    font-size: 0.7em;
  }
}
@media all and (max-width: 600px) {
  .modulo-complylaw-oovv .buttons-wrapper .button-col {
    width: 100%;
  }
  #step-modalidades article {
    margin-top: 30px;
  }
  #step-modalidades table thead tr th img {
    width: 110px;
    height: 41px;
    top: -18px;
  }
}
@media all and (max-width: 414px) {
  #step-home.padding-block {
    padding-top: 10px;
  }
  #step-home.padding-block .adaptada-al-rgpd {
    margin-bottom: 10px;
  }
  .modulo-complylaw-oovv .buttons-wrapper .button-item .button-text a {
    font-size: 16px;
  }
  .no-carousel.complylaw-oovv {
    width: 90%;
  }
  .no-carousel.complylaw-oovv figcaption {
    font-size: 18px;
    line-height: 1.5em;
  }
  #step-garantias .wrapper-buttons-center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #step-garantias .wrapper-buttons-center .button-text {
    width: 100%;
  }
  #step-garantias .wrapper-buttons-center .button-text > * {
    font-size: 1em;
  }
  .wrapper-two-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .wrapper-two-buttons .button-text {
    width: 100%;
  }
  .wrapper-two-buttons .button-text > * {
    font-size: 1em;
  }
}


@media all and (max-width: 414px) {
  #step-home.padding-block .buttons-wrapper .button-col,
  #step-al-detalle .buttons-wrapper .button-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
            flex-direction: column;
  }
  .modulo-complylaw-oovv .buttons-wrapper .button-item {
    width: 100%;
  }
}
