/* COMPLYLAW PENAL */
:root {
  --color_100: #00003D;
  /* --color_110: #2c2c99; */
  --color_110: #00003C;
  /* --color_120: #0869a4; */
  --color_120: #81AFC8;
  /* --color_120: #00A8C0; */
  --color_130: #A6D1EB;
  --color_200: #FFD500;
}


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


.modulo-penal-01 {
  padding-top: 20px;
}
.modulo-penal-01 h1,
.modulo-penal-01 h2 {
  font-weight: 400;
  font-style: italic;
}
.modulo-penal-01 h1 {
  font-size: 35px
}
.modulo-penal-01 h2 {
  margin-top: 40px;
  font-size: 30px;
}
.phrase-box {
  position: relative;
  height: 250px;
}
.phrase-box .titleCaption {
  width: 100%;
  font-size: 2em;
  font-weight: 400;
}
.phrase-box .logo_une {
  position: absolute;
  /* top: calc(50% - 75px);
  right: calc(0px - 75px); */
  top: calc(50% + 50px);
  left: calc(50% - 75px);
}


#step-al-detalle .al-detalle-options {
  margin-top: 20px;
  padding: 15px;
}
#step-al-detalle .al-detalle-options p span {
  margin-right: 15px;
  color: hsl(50, 100%, 50%);
  font-size: 20px;
}
#step-al-detalle .row-buttons {
  margin-top: 20px;
}
#step-al-detalle .title-video {
  color: white;
  text-align: center;
  font-size: 1.5em;
  font-style: italic;
  font-weight: 400;
  padding: 15px 10px;
  margin-top: 40px;
  margin-bottom: 0;
}
#step-al-detalle .play {
  position: absolute;
  top: calc(50% - 64px);
  left: calc(50% - 64px);
  font-size: 4em;
}
#step-al-detalle .telVideo {
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  padding-top: 0;
  padding-bottom: 0;
}
#step-al-detalle .telVideo1 {
  background-image: url(../img/required/abogado-sentado-en-mesa.jpg);
}
#step-al-detalle .telVideo2 {
  background-image: url(../img/required/tres-personas-empresa.jpg);
}
#step-al-detalle .wk-row iframe {
  width: 45%;
  height: 315px;
  margin-left: 30%;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}












#step-ventajas .ventajas_item {
  border-bottom: solid 1px #ebebeb;
  height: 70px;
}
#step-ventajas .ventajas_item .ventajas_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_icon span {
  font-size: 1.5em;
}
#step-ventajas .ventajas_item .ventajas_icon span.wk-icon-thumbs-up {
  width: 57px;
}
#step-ventajas .ventajas_item .ventajas_icon span.icon-une {
  font-size: 1.2em;
  margin-right: 10px;
}
#step-ventajas .ventajas_item .ventajas_text p {
  font-size: 18px;
  padding: 15px;
  padding-left: 0;
  line-height: 17px;
}
#step-ventajas .ventajas_item .ventajas_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
          align-items: center;
}






/*
#step-modalidades table .table-border-first {
  border-top: solid 1px #dadada;
}
#step-modalidades .modalidades-title-column {
  color: white;
  padding: 15px;
  font-size: 2em;
  font-weight: 400;
  font-style: italic;
}
#step-modalidades .modalidades-from {
  font-size: 2em;
  text-decoration: underline;
  font-weight: 400;
  font-style: italic;
}
#step-modalidades .text-iva {
  font-size: 1.1em;
}
#step-modalidades span[class^="wk-icon-filled-"] {
  font-size: 1.5em;
}
#step-modalidades span[class$="-check-circle"] {
  color: #85BC20;
}
#step-modalidades span[class$="-close-circle"] {
  color: red;
}
.vertical-middle {
  vertical-align: middle !important;
}
*/

#step-modalidades article {
  border: none !important;
  padding-top: 20px;
}
#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-privacidad #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;
}
#step-modalidades table .modalidad-pvp {
  font-size: 1.3em;
  font-weight: 600;
  border-top: solid 2px #b9b9b9;
}






#step-articulos .wrapper-articulos {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
          justify-content: space-between;
}
#step-articulos .wrapper-articulos > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
          flex-direction: column;
  box-shadow: 0px 4px 14px 3px #c1c1c1;
}
#step-articulos .wrapper-articulos .wk-layout-item {
  max-width: 380px;
}
#step-articulos .wrapper-articulos .wk-layout-item img {
  width: 100%;
}
#step-articulos .wrapper-articulos .item-cover {
  padding: 10px;
}
#step-articulos .wrapper-articulos .item-cover_title {
  font-size: 1.2em;
}
#step-articulos .wrapper-articulos .item-cover_texto {
  font-size: 1em;
  line-height: 1.4em;
}
#step-articulos .wrapper-articulos .wk-button-bar {
  margin-top: auto;
  margin-right: 0;
}
.wrapper-two-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;

}
.wrapper-two-buttons .button-text {
  width: 200px;
  margin-right: 20px;
}
.wrapper-two-buttons .button-text > * {
  width: 100%;
}

/* GARANTÍAS */

section#step-garantias article#wrapper-garantias > * {
  width: 45%;
}

section#step-garantias article#wrapper-garantias .garantias-column .garantia-item {
  border-bottom: solid 1px #b7b7b7;
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 200px;
  height: 200px;
  margin-bottom: 0;
}

section#step-garantias article#wrapper-garantias .garantias-column .garantia-item span[class^=fa-] {
  display: inline-block;
  margin-right: 15px;
  font-size: 2em;
  min-width: 60px;
  /* color: #007AC3; */
  color: var(--color_100);
}

section#step-garantias article#wrapper-garantias .garantias-column .garantia-item span {
  max-width: 100%;
}

@media (max-width: 1150px) {
  section#step-garantias article#wrapper-garantias .garantias-column .garantia-item {
    min-height: 250px;
  }
}

@media (max-width: 970px) {


  #step-modalidades table tbody tr td .dark-grey {
    font-size: 0.9em;
  }
  #step-modalidades table tbody tr td .mid-grey {
    font-size: 1em;
  }
  #step-modalidades table thead tr th img {
    width: 200px;
    height: 74px;
    top: -24px;
  }

  section#step-garantias article#wrapper-garantias {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section#step-garantias article#wrapper-garantias .garantias-column {
    width: 100%;
  }
  section#step-garantias article#wrapper-garantias .garantias-column .garantia-item {
    min-height: 150px;
    height: 150px;
  }
}

@media (max-width: 764px) {
  section#step-garantias article#wrapper-garantias .garantias-column .garantia-item {
    min-height: 180px;
    height: 180px;
  }
}

@media (max-width: 570px) {
  section#step-garantias article#wrapper-garantias .garantias-column .garantia-item {
    min-height: 200px;
    height: 200px;
  }
}

@media (max-width: 530px) {
  section#step-garantias article#wrapper-garantias .garantias-column .garantia-item {
    min-height: 230px;
    height: 230px;
  }
}







@media all and (max-width: 630px) {
  section#step-ventajas .wk-row .wk-layout-50-50 {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
            flex-direction: column;
  }
  section#step-ventajas .wk-row .wk-layout-50-50 .wk-layout-item {
    width: 100%;
  }
}



@media all and (max-width: 1200px) {
  .no-carousel.complylaw-penal {
    width: 55%;
  }
  section#step-al-detalle figcaption {
    top: 75px;
  }
}


@media all and (max-width: 1050px) {
  section#step-al-detalle figcaption {
    top: 100px;
  }
}
@media all and (max-width: 1040px) {
  section#step-al-detalle #row-1 {
    margin-top: 40px;
  }
  section#step-al-detalle #row-1 .wk-feature {
    margin-top: 0;
  }
  section#step-al-detalle #row-1 figcaption.wk-feature-heading {
    margin-top: 0 !important;
  }
  section#step-al-detalle #row-1 figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media all and (max-width: 950px) {
  #step-al-detalle .wk-layout-item p {
    font-size: 0.9em;
    line-height: 1.5em;
  }
  .phrase-box .titleCaption {
    font-size: 1.6em;
    line-height: 1.3em;
  }
  .modulo-penal-01 .wk-layout-item > p {
    font-size: 1em;
  }
}

@media all and (max-width: 900px) {
  .modulo-penal-01 > .wk-row > .flex-spb {
    flex-direction: column;
  }
  .modulo-penal-01 > .wk-row > .flex-spb > .wk-layout-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .phrase-box.bgBlue {
    height: auto;
  }
  .phrase-box .logo_une {
    position: relative;
    top: auto;
    left: auto;
  }
  .phrase-box .logo_une img {
    display: block;
    margin: auto;
    margin-bottom: 20px;
  }


}


@media all and (max-width: 830px) {
  #step-al-detalle #row-3 .full-button {
    font-size: 0.9em;
  }
  #step-modalidades table thead tr th img {
    width: 175px;
    height: 65px;
    top: -22px;
  }
}

@media all and (max-width: 715px) {
  #step-articulos .wrapper-articulos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
            flex-direction: column;
  }
  #step-articulos .wrapper-articulos .wk-layout-item {
    max-width: 95%;
    width: 100%;
    margin: auto;
    margin-bottom: 40px;
  }
  #step-al-detalle #row-3 .full-button {
    font-size: 0.8em;
  }
  #step-al-detalle #row-4 h1 {
    font-size: 1.1em;
  }
}
@media all and (max-width: 700px) {
  #step-modalidades .wk-row {
    margin-top: 20px;
  }
  #step-modalidades table.wk-table thead th {
    font-size: 1.5vw;
  }
  #step-modalidades table.wk-table tbody ul li,
  #step-modalidades table.wk-table tbody tr td {
    font-size: 0.8em;
  }
  #step-modalidades table.wk-table tbody ul {
    padding-left: 10px;
  }
  #step-modalidades table thead tr th img {
    width: 140px;
    height: 52px;
    top: -20px;
  }
}
@media all and (max-width: 667px) {
  .wk-hero-container.padding-top-header.no-image {
    height: 150px;
  }
  .row-button {
    width: 50%;
    margin: auto;
  }
}
@media all and (max-width: 658px) {
  #step-al-detalle #row-3 .row-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
            flex-direction: column;
  }
  #step-al-detalle #row-3 .row-buttons .wk-layout-item {
    margin-bottom: 5px;
    width: 100%;
  }
  #step-al-detalle #row-3 .full-button {
    font-size: 0.9em;
  }
}
@media all and (max-width: 630px) {
  #step-al-detalle #row-2 .al-detalle-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
            flex-direction: column;
  }
  #step-al-detalle #row-2 .al-detalle-options .wk-layout-item {
    width: 100%;
    margin-bottom: 10px;
  }
  #step-al-detalle #row-4 .wk-layout-50-50 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
            flex-direction: column;
  }
  #step-al-detalle #row-4 .wk-layout-50-50 .wk-layout-item {
    width: 100%;
  }
  #step-al-detalle #row-4 h1 {
    font-size: 1.4em;
  }
}


@media all and (max-width: 414px) {
  .wk-hero-container.padding-top-header.no-image {
    height: 110px;
  }
  #step-al-detalle .wk-layout-item p,
  #step-ventajas .ventajas_item .ventajas_text p {
    font-size: 16px;
    line-height: 1.5em;
  }
  #step-ventajas .ventajas_item {
    height: 100%;
  }
  #step-modalidades table.wk-table thead th {
    font-size: 8px;
  }
  .row-button {
    width: 100%;
  }
  .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: 320px) {
  #step-al-detalle #row-3 .full-button {
    font-size: 12px;
  }
}



