body {
    font-family: 'Titillium Web', sans-serif;
}
.nav-left,
.nav-right {
    flex-basis: auto;
}

.flex-center-center {
    align-items: center;
    align-content: center;
    display: grid;
}

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

.dflex {
    display: flex;
}

.nav {
    height: 10rem;
}

.logo a {
    margin: 0 auto;
}



.nav-right a {
    margin: 0 auto;
}

.nav-left, .nav-right {
    position: relative;
}

.nav-item.nav-icon img{
    min-height: 40px !important;
    padding-right: 10px;
    display: block;
}
.nav-item.nav-icon span {
    text-transform: uppercase;
    color: white;
    font-size: 1.2rem;
    font-weight: 500;
}



.nav-left, .nav-right {
    overflow: inherit;
}

.subtitle, 
.subtitle span {
    font-weight: 300;

}

.has-font-tita {
    font-family: 'Titillium Web', sans-serif;
}

.forcecenter {
    align-items: center;
    align-content: center;
    display: flex;
}

.up-white {
    z-index: 999;
    background-color: white;
}

.has-font-kanit {
    font-family: 'Kanit', sans-serif;
}

.has-text-bold {
    font-weight: 800;
}

p.is-1 {
    font-size: 1.2em;
    color: #333;
}

p.is-2 {
    font-size: 1.35em;
    color: #333;
}

p.is-3 {
    font-size: 1.45em;
    color: #333;
}

.is-relative {
    position: relative;
}

.button-abs {
    position: absolute;
    bottom: 10%;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.button.is-bordered {
    border-radius: 20px;
    padding-left: 2rem;
    padding-right: 2rem;
}
.title-heparts-yellow {
    color: #fcb034;
    position: relative;
    display: inline-table;
    font-family: 'Kanit', sans-serif;
}

.title-heparts-un {
    color: #000;
    position: relative;
    display: inline-table;
    font-family: 'Kanit', sans-serif;
}

.title-diperk {
    color: #000;
    position: relative;
    display: inline-table;
    font-family: 'Kanit', sans-serif;
}



.container-column {
    padding: 4% 3% 120px 3%;
}

.border-white-right {
    border-right: 3px solid white;
}
.border-black-top {
    border-top: 3px solid black;
}

.border-black-bottom {
    border-bottom: 3px solid black;
}

.border-red-top {
  border-top: 3px solid red;
}

.border-red-bottom {
  border-bottom: 3px solid red;
}

.hr-black {
    width: 100%;
    height: 3px;
    background-color: black;
    margin-bottom: 20px;
}

.hr-red {
  width: 100%;
  height: 3px;
  background-color: #FF1036;
  margin-bottom: 20px;
}

.hr-yellow {
    width: 100%;
    height: 3px;
    background-color: #efc836;
    margin-bottom: 20px;
}

.hr-white {
    width: 100%;
    height: 3px;
    background-color: white;
    margin-bottom: 20px;
}
.has-text-thin {
    font-weight: 100 !important;
}

.content-footer {
    padding: 30px 30px 40px 100px;
}

.title-diperk::after {
    display: block;
    content: '';
    width: 100%;
    height: 4px;
    background: #00519F;
    position: absolute;
    bottom: 0;
    left: 0;
}

.has-text-blue,
    .has-text-blue strong {
    color: #005697 !important;
    font-family: 'Kanit', sans-serif;
}

.has-text-blue-light,
.has-text-blue-light strong {
    color: #498ec3 !important;
}

.button.is-blue {
  background-color: #005697;
  color: white;
}

.button.is-red {
  background-color: #FF1036;
  color: white;
  border: 1px solid #FF1036;
}


.button.is-blue-reverse {
  background-color: #fff;
  color: #005697;
  border: 1px solid #005697;
}

.has-text-yellow {
    color: #efcc4a !important;
    font-family: 'Kanit', sans-serif;
}

.button.is-warning {
    background-color: #efcc4a !important;
}

.button.is-dark.is-active {
    background-color: #efcc4a !important;
    color: black !important;
}

.no-padding {
    padding: 0px;
}

.no-margin {
    margin: 0px;
}

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

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

img.img-fullwidth {
    width: 100%;
}

img.img-fullheight {
    height: 100%;
}

.bold {
    font-weight: bold;
}

.slice {
    padding-top: 5%;
    background-image: url('../img/slider.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    /*    min-height: 400px;*/
}

.slice.has-header {
    position: relative;
    padding-top: 150px;
}

.slice.has-header h2.has-bottom-margin {
    margin-bottom: 15px;
}

.title.is-1-5 {
    font-size: 2.7rem;
}

.title.is-0 {
    font-size: 4rem;
}

.button.hasarrow {
    padding-right: 50px;
    border: 0px;
    border-radius: 0px;
    font-weight: 800;
}

.button .arrowbutton {

    color: white;
    background-color: #FF1036;
    color: white;
    position: absolute;
    right: 0;
    width: 40px;
    height: 100%;
    top: 0;
    font-size: 2rem;
    font-weight: 800;
}

.slice-header-title {
    position: absolute;
    height: auto;
    top: 0;
    left: 0;
    right: 0;
    padding: 40px;
    text-align: center;
    background-color: rgba(0,38,70,0.8);
}

@media (max-width: 450px) {
    .slice {
        background-position-x: 12%;
        background-size: 500%;
    }
}

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

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

.slice h1, 
.slice h2 {
    color: white;
    font-family: 'Open Sans', sans-serif;
}

.azul-transparent {
    background-color: rgba(16, 86, 138, 0.6);
}

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

.que-como {
    color: #000;
    line-height: 2.5em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
}

.is-paddinglessx2 {
    padding: 20px;
}

.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;
}

.modelos.yellow,
    .caracteristicas.yellow {
    background-color: #fcb034;
}

.modelos.blue,
    .caracteristicas.blue {
    background-color: #005697;
}

.modelos.gray,
    .caracteristicas.gray {
    background-color: #cfd0d1;
}

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

.column.caracteristicas img {
    max-height: 175px;
}

.caracteristicas.yellow span,
.caracteristicas.yellow h1,
.caracteristicas.yellow h2,
.caracteristicas.yellow h3,
.caracteristicas.yellow h4,
.caracteristicas.yellow h5,
.caracteristicas.yellow strong,
    .caracteristicas.yellow {
    color: black;
}

.caracteristicas.has-ribbon {
    position: relative;
    overflow: hidden;
}

.yellow.light {
    background-color: #f7da89;
}

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

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

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

.has-text-white strong {
    color: white;
}
iframe {
    width: 100%;
    height: auto;
    min-height: 350px;
}

.column.modelos {
    padding: 5% 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%;
}

.button-heparts {
    background-color: #005697;
    color: #fff;
    font-weight: bold;
}

.button-heparts-white {
    background-color: #fff;
    color: #005697 !important;
    font-weight: bold;
}


.padding-text {
    margin-top: -10px;
    line-height: 4rem;
    display: block;
}

.yellow {
    background-color: #fbb034;
    color: #fff;
}

.yellow.is-hover:hover {
    background-color: #b7b7b7;
    color: black;
}

.yellow * {
    color: #fff;
}

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

.yellow.dark {
    background-color: #02050e;
    color: #fff;
}

.blue {
    background-color: #005697;
    color: #fff;
}

.blue.is-hover:hover {
    background-color: #b7b7b7;
    color: black;
}


.blue * {
    color: #fff;
}

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

.blue.dark {
    background-color: #02050e;
    color: #fff;
}

.yellow {
    background-color: #efcc4a;
    color: black;
}

.yellow *  {
    color: black;
}

.dark {
    background-color: #202020;
    color: white;
}

.dark *  {
    color: white;
}

.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;
}

.column.config {
    border: 3px solid #fcb034;
    position: relative;
}

.column.config img {
    margin-top: 15px;
    margin-bottom: 10px;
    max-height: 50px;
}

.column.config div {
    width: 100%;
    background-color: #fcb034;
    padding: 20px;
    position: inherit;
    bottom: -2px;
    font-weight: 800;
    color: white;
}

.info-icon {
    color: white;
    font-weight: 700;
    font-size: 1.3rem;
    line-height: 21px;
    vertical-align: middle;
    display: flex;
    align-items: center;
}
.info-icon img {
    max-height: 45px;
    padding-right: 11px;
}

.contact li img {
    max-height: 20px;
    max-width: 20px;
    margin-right: 10px;
}

.contact li {
    margin-top: 10px;
    line-height: 20px;
    font-weight: 700;
}

.check {
    max-height: 30px;
}

.check-list li {
    line-height: 35px;
    font-size: 2rem;
    margin-bottom: 35px;
    font-weight: bold;
}

.check-list li span {
    color:  #fcb034;;
}

.check-list.white li span {
    color:  #005697;;
}

.column.has-icons a i {
    font-size: 2rem;
    margin-right: 10px;
}

.with-number {
    position: relative;
    padding-left: 55px;
    line-height: 30px;
}

.with-number:before {
    content: attr(data-number) '';
    position: absolute;
    color: #005697;
    left: 0;
    font-size: 6rem;
    font-weight: bold;
    top: 20px;
}

.logo-footer {
    background-color: white;
    padding: 60px 20px 40px 20px;
    position: relative;
}

.logo-footer:after {
    content: '';
    max-height: 100%;
    background: linear-gradient(to right bottom, #fff 49%, transparent 51%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 30px;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -ms-transform: skewY(76.5deg);
    transform: skewY(76.5deg);
}

.noov{
    overflow: hidden;
}

.with-number strong {
    font-size: 3.2rem;
}

.modal-content {
    background-color: #00519F;
    padding: 30px 40px 30px 40px;
    border-bottom: 4px solid #FF1036;
    border-top: 1px solid #FF1036;
    border-right: 1px solid #FF1036;
    border-left: 1px solid #FF1036;
}

.table.no-borders td, .table.no-borders th {
    border: 0px !important;
}


.caracteristicas.has-ribbon.ribbon-izquierda:before {
    content: attr(data-text-ribbon);
    position: absolute;
    background: #C55;
    color: white;
    width: 100%;
    line-height: 1em;
    text-align: center;
    padding: 0.2em 0;
    font-size: 1.6rem;
    box-sizing: border-box;
    font-weight: bold;
    top: 0;
    left: 0;
    transform: rotate(-45deg) translate(-31%,-169%);
    transform-origin: 50% 50%;
  }


  .caracteristicas.has-circulo.circulo-derecha:after {
    content: attr(data-text-circulo);
    position: absolute;
    background: #C55;
    color: white;
    width: 90px;
    line-height: 1em;
    text-align: center;
    padding: 4% 3.5%;
    font-size: 1.4rem;
    box-sizing: border-box;
    font-weight: bold;
    top: 19px;
    right: 22px;
    border-radius: 50%;
    text-align: center;
    transform: rotateZ(29deg);
  }

  .has-text-red {
      color: red;
  }

@media (max-width: 1440px){
    .slice.has-header {
        padding-top: 145px;
    }
    .slice.has-header h2.has-bottom-margin {
        margin-bottom: 15px;
    }
}




@media (max-width: 425px){
    .slice.has-header {
        padding-top: 160px;
    }
    .slice.has-header h1 {
        font-size: 1rem;
    }

    .slice.has-header h2 {
        font-size: 1.2rem;
        background-color: rgba(0,0,0,0.8);
        padding: 20px;
    }
}