.slice {
    background-image: url('../img/slider.png'); 
    min-height: 81vh
}

.slice .subtitle {
  margin-top: 2rem !important;
}


.slice2 {
    z-index: 3;
    background-image: url('../img/image2.jpg'); 
    min-height: 40vh;
    background-position: center center;
    background-size: cover;
}



.nav-left,
.nav-right {
    flex-basis: auto;
}

.nav {
    height: 6.50rem;
    border-top: 2px solid red;
}

.no-padding {
    padding: 0px;
}

.no-margin {
    margin: 0px;
}

.nav-item img {
    min-height: 90px;
}

.margin-top-20 {
    margin-top: 20px;
}

.bold {
    font-weight: bold;
}

.full-height {
    height: 100%;
    max-height: 100%;
    min-height: 350px;
}

.flex-center {
    flex: 1;
    align-items: flex-end;
    justify-content: center;
    display: flex;
}

.flex-centeritems {
    flex: 1;
    display: flex;
    align-items: center;
}

.franjablueslice {
    padding: 20px 60px 20px 20px;
    position: relative;
}

.franjablueslice * {
    z-index: 3;
    position: relative;
}

.bg-blue {
    background-color: #223c80;
}

.bg-arrow-white {
    background-image: url('../img/arrow-white.png');
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 0%;
    background-size: 20px;
    padding-left: 40px;
}

.franjablueslice:before {
    content: '';
    position: absolute;
    left: -39%;
    right: 0;
    width: 130%;
    height: 100%;
    background-color: rgba(9, 69, 129, 0.6);
    top: 0;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: skew(21deg);
    -ms-transform: skew(21deg);
    transform: skew(21deg);
    z-index: 0;
    -moz-transform: skew(21deg);
    -o-transform: skew(21deg);
}



.franja-amarilla {
    background-image: url('../img/franja-amarilla.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: right;
}



.column.como-que {
    padding-left: 5%;
}

.gray {
    background-color: #ced0ce;
}

.gray.light {
    background-color: #efefef;
}

.is-blue-container,
.is-blue-container strong {
    background-color: #455bb0;
    color: #fff;
}

.yellow {
    background-color: #f3c649;
}

.img-que-como {
    max-height: 70px;
}

.column.videos {
    padding-top: 30px;
    padding-bottom: 30px;
}

iframe {
    width: 100%;
    height: auto;
    min-height: 350px;
}

.column.modelos {
    padding: 2% 2% 5% 2%;
}

.btn-download {
    background-color: #c0a375;
    border-color: #c0a375;
    color: #fff;
    font-weight: 400;
    margin-top: 40px;
}

.info-title {
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 10px;
    font-size: 1.1em;
    text-align: left;
    cursor: pointer;
}

.info-title:hover {
    -webkit-box-shadow: 1px 1px 18px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 1px 1px 18px 0px rgba(50, 50, 50, 0.2);
    box-shadow: 1px 1px 18px 0px rgba(50, 50, 50, 0.2);
}

.info-title:before {
    content: "+";
    top: 0;
    left: 0;
    font-size: 25px;
    width: 100px;
    position: relative;
    padding: 10px 30px 10px 30px;
    color: #c0a375;
}

.info-title.active:before {
    content: "-";
    top: 0;
    left: 0;
    font-size: 25px;
    width: 100px;
    position: relative;
    padding: 10px 30px 10px 30px;
    color: #c0a375;
}

.info-content {
    display: none;
    text-align: left;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 3%;
}

.blue {
    background-color: #0c2d83;
    color: #fff;
}

.blue * {
    color: #fff;
}

.blue * a:hover {
    color: #fff;
    text-decoration: underline;
}

.price {
    color: red;
    font-size: 2em;
    font-weight: 800;
    line-height: 18px;
    margin-top: 20px;
}

.price span.iva {
    color: red;
    font-size: 0.6em;
    font-weight: 200;
}

.blue-arrow {
    max-height: 12px;
}

table.spec {
    width: 100%;
}

table.spec td {
    padding: 10px;
}

table.dimensiones {
    margin-bottom: 40px;
    width: 90%;
}

table.dimensiones tr.head {
    background-color: #ff1035;
    padding: 5px;
    color: #fff;
    font-size: 1.4em;
    font-weight: 400;
}

table.dimensiones tr td {
    padding-left: 20px;
    padding-right: 20px;
    height: 50px;
}

table tr.par {
    background-color: #e2e6ed;
}

table tr.impar {
    background-color: #ffffff;
}

.bg-blue.light {
    background-color: #3b68b3;
}

.bg-franja-yellow-light {
    position: relative;
    background-color: #3b68b3;
}

.bg-franja-yellow-light * {
    position: relative;
    z-index: 10;
}

.bg-franja-yellow-light:before {
    content: '';
    position: absolute;
    left: -21px;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #f0cf30;
    top: 0;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: skew(20deg);
    -ms-transform: skew(20deg);
    transform: skew(20deg);
    z-index: 0;
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
}

.bg-franja-yellow-dark {
    position: relative;
    background-color: #223c80;
}

.bg-franja-yellow-dark * {
    position: relative;
    z-index: 10;
}

.bg-franja-yellow-dark:before {
    content: '';
    position: absolute;
    left: -4px;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #dd9523;
    top: 0;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    transform: skew(-20deg);
    z-index: 0;
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
}

.is-relative {
    position: relative;
}

.bg-white {
    background-color: white;
}

@media (max-width: 768px) and (min-height: 1023px) {
  .slice {
      background-image: url('../img/slider.png');
      background-position: center center;
      background-size: cover;
      min-height: 81vh;
  }

  .title.is-0 {
    font-size: 3rem !important;
  }
}

@media (max-width: 450px) {
  .slice {
      background-image: url('../img/slider.png');
      background-position: center center;
      background-size: cover;
      min-height: 60vh;
  }

  .title.is-0 {
    font-size: 2.7rem !important;
  }

  .subtitle.is-3 {
    font-size: 1.5rem;
    margin-top: 2rem !important;
  }

}