@font-face {
    font-family: 'klavika-medium';
    src: url("fonts/klavika-medium.eot?#iefix") format("embedded-opentype"), url("fonts/klavika-medium.woff") format("woff"), url("fonts/klavika-medium.ttf") format("truetype"), url("fonts/klavika-medium.svg#klavika-medium") format("svg");
    font-weight: normal;
    font-style: normal; }
  @font-face {
    font-family: 'klavika-light';
    src: url("fonts/klavika-light.eot?#iefix") format("embedded-opentype"), url("fonts/klavika-light.woff") format("woff"), url("fonts/klavika-light.ttf") format("truetype"), url("../fonts/klavika-light.svg#klavika-light") format("svg");
    font-weight: normal;
    font-style: normal; }

    @font-face {
    font-family: 'klavika-bold';
    src: url("fonts/klavika-bold.eot?#iefix") format("embedded-opentype"), url("fonts/klavika-bold.woff") format("woff"), url("fonts/klavika-bold.ttf") format("truetype"), url("../fonts/klavika-bold.svg#klavika-bold") format("svg");
    font-weight: normal;
    font-style: normal; }

    body {

 font-family: 'klavika-light';
}


h1, h2,strong {
font-family: 'klavika-medium';
}


h3, h4, h5, h6{
     font-family: 'klavika-light';
}
img{
    max-width: 100%;
}
.figure-productos{
    margin-top: 93px;
}
a{
    line-height: inherit;
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
a:focus, a:hover {
    color: #000;
    line-height: inherit;
    text-decoration: inherit;
}
section{
    margin-bottom: 100px;
}
.cmp-hero {
    /* position: relative; */
    /* z-index: 0; */
    /* display: -webkit-box; */
    display: -ms-flexbox;
    /* display: flex; */
    /* -webkit-box-orient: horizontal; */
    /* -webkit-box-direction: normal; */
    -ms-flex-direction: row;
    /* flex-direction: row; */
    /* -webkit-box-pack: center; */
    -ms-flex-pack: center;
    /* justify-content: center; */
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}
.cmp-hero-inter .full-screen{
    height: 70vh;
}

.cmp-hero__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    color: #fff;
    z-index: 2;
    /* margin-top: 60px; */
    /* padding: 50px 0; */
    /* max-width: 1920px; */
}

    .cmp-hero__content {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}
.cmp-hero--lightbg .cmp-hero__content {
    color: #000;
}


    .cmp-hero__content--wrapper {
    padding: 0 2rem;
    padding-left: 2rem;
}

    .cmp-hero__content--wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


.cmp-hero__content--wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    padding-left: 16px;
    padding-right: 16px;
}
.cmp-hero__content--wrapper--dark {
    background-color: rgba(0,0,0,.4);
    color: #fff;
    padding: 30px;
}

.cmp-hero__content--wrapper .cmp-display {
    font-weight: 400;
    text-transform: uppercase;
    word-break: break-word;
    font-size: 2.88rem;
}

    .cmp-hero__content--wrapper .cmp-display {
    font-size: 3.44rem;
}


    .cmp-hero__content--wrapper .cmp-display {
    font-size: calc(2.88rem + 0.56*(100vw - 640px)/384);
}

.cmp-font--klavika .cmp-display {

    letter-spacing: .03125rem;
    font-size: 2.88rem;
}
header{
    position: absolute;
    z-index: 5;
    width: 100%;
    height: auto;
    top: 0px;
    left: 0px;
}
.navbar{
    padding: 0px;
    display: inherit;
    /* background-color: inherit !important; */
    width: 100%;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.16), 0 3px 6px rgba(0,0,0,.23);
    box-shadow: 0 3px 6px rgba(0,0,0,.16), 0 3px 6px rgba(0,0,0,.23);
    background-color: #ffc510 !important;
    padding-bottom: 35px;
    height: 145px;
    -webkit-animation: slide-up .4s;
    animation: slide-up .4s;
    position: relative;
    display: inherit;
}
.cmp-header--is-sticky .cmp-header__content{
    width: auto;
    float: left;
    display: inline-block;
    text-align: left;
    margin: inherit;
    height: auto;
    padding-bottom: inherit;
    margin-left: 85px;
}
.cmp-header__content {
    width: 100%;
    /* -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.16), 0 3px 6px rgba(0,0,0,.23); */
    /* box-shadow: 0 3px 6px rgba(0,0,0,.16), 0 3px 6px rgba(0,0,0,.23); */
    /* background-color: #ffc510; */
    padding-bottom: 35px;
    height: 145px;
    /* -webkit-animation: slide-up .4s; */
    /* animation: slide-up .4s; */
    /* position: relative; */
    /* display: inherit; */
}

.cmp-header-container {
    display: block;
    position: relative;
    left: 0;
    top: -35px;
    margin-bottom: -35px;
    background-color: transparent;
    width: 100%;
    padding: 0 2rem;
    height: 70px;
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: normal;
    float: inherit;
    /* background: white; */
    /* width: 90%; */
    text-align: center;
    margin: auto;
}

.cmp-header-container .container{
      background: white;
      width: 100%;
      padding: 0px;
}

.full-screen {
    padding: 0;
    height: 90vh;
    position: relative;
}
.full-screen .container {
    height: 100%;
}
.full-screen .container .title_slider{
    padding: 0px;
    display: contents;
}
.full-screen .container > .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.cmp-header__logo {
    width: 96px;
    margin-right: 1rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
}
.cmp-header__logo img {
    height: auto;
    width: 100%;
    max-width: 100%;
}
.cmp-header__logo--is-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.cmp-header__title {
    font-size: 1.875rem;
    overflow: hidden;
    white-space: nowrap;
    width: auto;
}
.cmp-header__content-right, .cmp-header__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}
.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .nav-link.disabled{color: rgb(0 0 0);padding: .2rem 1rem;}
li.nav-item{
    position: relative;
}
li.nav-item:last-child:after  {
    display: none;
}

li.nav-item:after{
    content: "";
    width: 1px;
    background-color: #e0e0e0;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0px;
    /* border: 1px solid; */
}

.cmp-header__content-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin-right: auto;
    width: auto;
    max-width: 1133px;
    margin: auto;
}

.cmp-header__content-right, .cmp-header__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}
.cmp-header__title {
    font-size: 1.875rem;
    overflow: hidden;
    white-space: nowrap;
    width: auto;
}
.cmp-teaser.cmp-teaser--event.cmp-teaser--card, .cmp-teaser.cmp-teaser--generic.cmp-teaser--card, .cmp-teaser.cmp-teaser--knowledgebase.cmp-teaser--card, .cmp-teaser.cmp-teaser--news.cmp-teaser--card, .cmp-teaser.cmp-teaser--project.cmp-teaser--card, .cmp-teaser.cmp-teaser--square, .cmp-teaser.cmp-teaser--story.cmp-teaser--card {
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2), 0 1px 3px rgba(0,0,0,.1);
    box-shadow: 0 1px 2px rgba(0,0,0,.2), 0 1px 3px rgba(0,0,0,.1);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    outline: 1px solid transparent;
    margin-bottom: 1rem;
}
.cmp-teaser.cmp-teaser--event, .cmp-teaser.cmp-teaser--generic, .cmp-teaser.cmp-teaser--knowledgebase, .cmp-teaser.cmp-teaser--news, .cmp-teaser.cmp-teaser--product, .cmp-teaser.cmp-teaser--project, .cmp-teaser.cmp-teaser--square, .cmp-teaser.cmp-teaser--story {
    font-size: 1.13125rem;
}
.cmp-teaser--card {
    overflow: hidden;
    outline: none;
}
.cmp-teaser a {
    display: block;
    height: 100%;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.cmp-teaser__head {
    position: relative;
}
.cmp-teaser.cmp-teaser--event .cmp-image, .cmp-teaser.cmp-teaser--generic .cmp-image, .cmp-teaser.cmp-teaser--knowledgebase .cmp-image, .cmp-teaser.cmp-teaser--news .cmp-image, .cmp-teaser.cmp-teaser--product .cmp-image, .cmp-teaser.cmp-teaser--project .cmp-image, .cmp-teaser.cmp-teaser--square .cmp-image, .cmp-teaser.cmp-teaser--story .cmp-image {
    cursor: pointer;
}
.cmp-teaser--card .cmp-image img {
    -webkit-transition: all .3s;
    transition: all .3s;
}
.cmp-teaser .cmp-image img {
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.cmp-teaser.cmp-teaser--event.cmp-teaser--card .cmp-teaser__content, .cmp-teaser.cmp-teaser--generic.cmp-teaser--card .cmp-teaser__content, .cmp-teaser.cmp-teaser--knowledgebase.cmp-teaser--card .cmp-teaser__content, .cmp-teaser.cmp-teaser--news.cmp-teaser--card .cmp-teaser__content, .cmp-teaser.cmp-teaser--project.cmp-teaser--card .cmp-teaser__content, .cmp-teaser.cmp-teaser--square .cmp-teaser__content, .cmp-teaser.cmp-teaser--story.cmp-teaser--card .cmp-teaser__content {
    height: auto;
    padding: 30px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-color: #fff;
}
.cmp-teaser.cmp-teaser--event.cmp-teaser--card:hover, .cmp-teaser.cmp-teaser--generic.cmp-teaser--card:hover, .cmp-teaser.cmp-teaser--knowledgebase.cmp-teaser--card:hover, .cmp-teaser.cmp-teaser--news.cmp-teaser--card:hover, .cmp-teaser.cmp-teaser--project.cmp-teaser--card:hover, .cmp-teaser.cmp-teaser--square:hover, .cmp-teaser.cmp-teaser--story.cmp-teaser--card:hover {
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.16), 0 3px 6px rgba(0,0,0,.23);
    box-shadow: 0 3px 6px rgba(0,0,0,.16), 0 3px 6px rgba(0,0,0,.23);
    outline: 6px solid #ffc510;
    background-color: #ffc510;
}
.cmp-teaser.cmp-teaser--event.cmp-teaser--card:hover .cmp-teaser__content, .cmp-teaser.cmp-teaser--generic.cmp-teaser--card:hover .cmp-teaser__content, .cmp-teaser.cmp-teaser--knowledgebase.cmp-teaser--card:hover .cmp-teaser__content, .cmp-teaser.cmp-teaser--news.cmp-teaser--card:hover .cmp-teaser__content, .cmp-teaser.cmp-teaser--project.cmp-teaser--card:hover .cmp-teaser__content, .cmp-teaser.cmp-teaser--square:hover .cmp-teaser__content, .cmp-teaser.cmp-teaser--story.cmp-teaser--card:hover .cmp-teaser__content {
    background-color: #ffc510;
}
.cmp-layout__head {
    text-align: center;
}

.cmp-layout--center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}
@media print, screen and (min-width: 40em){
     h2.cmp-layout__title {
    font-size: 2.75rem;
}
}
@media screen and (min-width: 20em){
     h2.cmp-layout__title  {
    font-size: calc(2.44rem + 0.31*(100vw - 320px)/320);
}
}
 h2.cmp-layout__title {
    font-size: 2.04rem;
    text-transform: uppercase;
}

.footer-item-title{color: #fff;font-size: 1.88rem;padding-bottom: 15px;border-bottom: 2px solid #fff;width: auto;display: inline-block;margin-bottom: 25px;}
.cmp-background--dark-grey {
    background-color: #616161;
}
 footer #contact-footer{padding: 50px 0px;}
 footer #contact-footer ul{
    padding: 0px;
 }
 footer #contact-footer ul li{
 list-style: none;
 margin-bottom: 10px;
 }
 footer #contact-footer ul li a{
    color: #fff;
 }
 .aviso {
    color: #fff;
    /* margin-top: 25px; */
    border-top: 1px solid #ffffff30;
    position: relative;
    padding: 25px 0px;
    width: 100%;
    text-align: center;
}
.cmp-footer-links {
    background-color: transparent;
    border-bottom: 0;
    margin: 0;
    padding: 0;
}

.cmp-footer-links__menu {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.cmp-footer-links__item {
    display: table;
}
.cmp-footer-links__menu li:last-child a {
    padding-right: 0;
    color: #ffff;
}
.cmp-background--darker-grey {
    background-color: #3c3c3c;
}
.footer-item-title.footer-item-title-special{border: none;}

.cmp-helpbox-offset {
    margin-top: -75px;
    margin-bottom: 30px;
}
.cmp-helpbox-container {
    width: 100%;
    margin: auto;
    position: relative;
    z-index: 2;
}
.cmp-helpbox-container {
    width: 100%;
    margin: auto;
    position: relative;
    z-index: 2;
}
.cmp-helpbox {
    padding-right: .625rem;
    padding-left: .625rem;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2), 0 1px 3px rgba(0,0,0,.1);
    box-shadow: 0 1px 2px rgba(0,0,0,.2), 0 1px 3px rgba(0,0,0,.1);
    padding: 20px;
    height: 335px;
    background-color: #ffc510;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.button {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: .85em 1em .7em;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-transition: background-color .25s ease-out,color .25s ease-out;
    transition: background-color .25s ease-out,color .25s ease-out;
    font-family: inherit;
    font-size: 1rem;
    -webkit-appearance: none;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    font-family: 'klavika-medium';
    text-transform: uppercase;
    margin-top: 20px;
}
.button, .button.disabled, .button.disabled:focus, .button.disabled:hover, .button[disabled], .button[disabled]:focus, .button[disabled]:hover {
    background-color: #ffc510;
    color: #3c3c3c;
}
.cmp-font--klavika .button {
    letter-spacing: .03125rem;
    font-weight: 700;
    font-family: Klavika Medium;
    text-transform: uppercase!important;
}
#download .cmp-button.button {
    display: block;
    text-align: inherit;
}
.cmp-button.button {
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2), 0 1px 3px rgba(0,0,0,.1);
    box-shadow: 0 1px 2px rgba(0,0,0,.2), 0 1px 3px rgba(0,0,0,.1);
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.button:focus, .button:hover {
    background-color: #e6ae00;
    color: #3c3c3c;
}
.cmp-button.button:hover {
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2), 0 1px 3px rgba(0,0,0,.1);
    box-shadow: 0 1px 2px rgba(0,0,0,.2), 0 1px 3px rgba(0,0,0,.1);
}

.cmp-header--is-sticky {
    position: fixed!important;
    width: 100%;
    top: 0;
    -webkit-animation: slide-down .4s;
    animation: slide-down .4s;
}
.cmp-header--is-sticky li.nav-item:after{
    background-color: #fff;
    height: 50%;
    top: 16px;
}
.cmp-header--is-sticky  .cmp-header__content-left{
    height: auto;
}
.cmp-header--is-sticky .navbar{
    height: auto;
    padding-bottom: inherit;
    -webkit-animation: slide-down .4s;
    animation: slide-down .4s;
}
.cmp-header--is-sticky .cmp-header__logo {
    width: 64px;
    height: 100%;
    margin: 0;
    padding: .5rem 0 0 .5rem;
    -webkit-animation: logo-sticky .4s;
    animation: logo-sticky .4s;
}
.cmp-header--is-sticky .cmp-header__title{
    display: none;
}
.cmp-header--is-sticky .navbar-expand-lg .navbar-collapse{
    width: auto;
    /* display: flex; */
    float: left;
    top: inherit;
    margin-bottom: inherit;
    left: inherit;
    height: auto;
    text-align: inherit;
    white-space: nowrap;
    line-height: 64px;
    padding: 0px;
}
.cmp-header--is-sticky .navbar-expand-lg .navbar-nav .dropdown-menu{
    line-height: 31px;
    /* margin-top: -17px; */
}
.cmp-header--is-sticky .cmp-header-container .container{
    background: initial;
}
@-webkit-keyframes slide-down{
    0%{
        height:145px
    }
    to{
        height:70px
    }
}
@keyframes slide-down{
    0%{
        height:145px
    }
    to{
        height:70px
    }
}
@-webkit-keyframes slide-up{
    0%{
        height:70px
    }
    to{
        height:145px
    }
}
@keyframes slide-up{
    0%{
        height:70px
    }
    to{
        height:145px
    }
}
@-webkit-keyframes logo-sticky{
    0%{
        width:96px
    }
    to{
        width:64px
    }
}
@keyframes logo-sticky{
    0%{
        width:96px
    }
    to{
        width:64px
    }
}
@-webkit-keyframes logo-normal{
    0%{
        width:64px
    }
    to{
        width:96px
    }
}
@keyframes logo-normal{
    0%{
        width:64px
    }
    to{
        width:96px
    }
}

.images-responsive{
    display: none !important;
}
.product.product-special{
    width: 50%;
    margin: auto;
    position: absolute;
    left: 50%;
    top: 20%;
    transform: translate(-50%, -80%);
    transform: translate(-50%, -80%);
    -ms-transform: translate(-50%, -80%);
    -webkit-transform: translate(-50%, -80%);
}
article.about-product{padding-bottom: 100px;}

.content-product{
    margin-top: 66px;
}
.section-space{
    margin-bottom: 60px;
}
.md-accordion .card .fa-angle-down, #download .fas
 {
    float: right;
}
.card{
    border-radius: inherit;
    border: none;
    margin-bottom: 10px;
}
.mb-0, .my-0{
    text-transform: uppercase;
}
.accordion>.card>.card-header{
    border: none;
    border-radius: inherit;
    background-color: #f5f5f5;
}
.card-header{
    
}
.md-accordion .card .card-header a:not(.collapsed) .rotate-icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.cmp-image-absolute{
    position: absolute;
    width: 90%;
    height: 100%;
}
.cmp-image-absolute img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    text-align: center;
    margin: auto;
}
.subtitle.cmp-font--bold{
    margin-bottom: 10px;
}
.paragraph-border{border-bottom: 1px solid;}
paragraph-border:before{
    content:'';
}
.text-info-product{
    display: initial;
}
.text-info-product.float-text-right{float: right;}
.content-yellow{
    background-color: #ffc510;
    padding: 30px;
    margin-bottom: 30px;
}
.content-yellow .text ul{
    margin-bottom: 0px;
}
.cmp-sticky-container .cmp-navigation {
    /* background-color: #fff; */
    border-bottom: 2px solid #ffc510;
    font-size: 1.9375rem;
    color: #000;
}
.sticky.is-anchored {
    position: relative;
    right: auto;
    left: auto;
}
.cmp-navigation {
    margin: 0;
    padding: 0!important;
}
.sticky {
    z-index: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.cmp-sticky-container .cmp-navigation__menu {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}
.cmp-navigation__menu {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.cmp-sticky-container ul {
    font-size: 1.25rem;
    padding: 0px;
}
.cmp-navigation__item {
    display: table-cell;
    vertical-align: middle;
    transition: background-color .5s;
    /* transition-timing-function: ease-out; */
    transition-timing-function: ease-in-out;
}
.cmp-navigation__item:hover{
     background-color:  #ffc510;
}
.cmp-sticky-container .cmp-navigation__menu a.is-active {
    background-color:  #ffc510;
    /* padding-bottom: 15px; */
}
.cmp-sticky-container .cmp-navigation__menu a {
    padding: 30px 30px;
    white-space: nowrap;
    text-transform: uppercase;
}
.cmp-navigation__menu a, .cmp-navigation__menu button, .cmp-navigation__menu input, .cmp-navigation__menu select {
    margin-bottom: 0;
}
.cmp-navigation__menu .button, .cmp-navigation__menu a {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: 1.25rem;
}
 .cmp-font--bold ,  .cmp-font--bold h4, .cmp-font--bold h5, .cmp-font--bold h6{
        font-family: 'klavika-medium';
        position: relative;
        /* display: flex; */
        /* padding-bottom: 10px; */
}
.cmp-font--bold h5:before, .cmp-font--bold h6:before{
    content:'';
    width: 100%;
    height: 2px;
    background-color: #000;
    position: absolute;
    bottom: 0px;
}
.col-relative{
    position: relative;
    overflow: hidden;
}

/*Responsive*/

@media (max-height: 630px){
.full-screen {
    height: 560px;
}
}

@media (max-width: 991px){
    .container, .container-lg, .container-md, .container-sm {
    max-width: 90% !important;
}
    .figure-productos{
        margin-top: 36px;
    }
    .cmp-image-absolute{
        position: relative;
        width: 100%;
        height: auto;
    }
    .cmp-image-absolute img{
        object-fit: inherit;
        position: relative;
        width: 100%;
        height: auto;
        margin-bottom: 50px;
    }
    .full-screen .container .title_slider{
        /* text-align: center; */
        /* margin: auto; */
        /* display: inherit; */
        float: none;
        margin: 0 auto;
        text-align: center;
        display: table;
    }
    header{
            position: fixed!important;
    width: 100%;
    top: 0;
    -webkit-animation: slide-down .4s;
    animation: slide-down .4s;
    }
    .cmp-header__logo, .cmp-header--is-sticky .cmp-header__logo{
            width: 64px;
    height: 100%;
    margin: 0;
    padding: .5rem 0 0 .5rem;
    -webkit-animation: logo-sticky .4s;
    animation: logo-sticky .4s;
    }
    .navbar{
            height: auto;
    padding-bottom: inherit;
    -webkit-animation: slide-down .4s;
    animation: slide-down .4s;
    }
    .cmp-header__content, .cmp-header--is-sticky .cmp-header__content{
        width: 100%;
        float: inherit;
        display: inline-block;
        text-align: left;
        margin: inherit;
        height: auto;
        padding-bottom: inherit;
        margin-left: inherit;
    }
    .navbar-light .navbar-toggler{
            border-color: rgba(0,0,0,.1);
            position: absolute;
            right: 8px;
            top: 8px;
            border: inherit;
            color: #000;
    }
    .cmp-header__title{
    font-size: 100%;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    position: relative;
    left: 0;
    line-height: 67px;
    margin-left: 15px;
    display: block !important;
    }
    .cmp-header-container .container, .cmp-header--is-sticky .cmp-header-container .container{
        max-width: inherit;
        background: white;
    }
    .navbar-nav{
        width: 100%;
    }
    li.nav-item{
        padding: 10px 0px;
    }
    li.nav-item:after{
        display: none;
    }
    .cmp-header-container, .cmp-header--is-sticky .navbar-expand-lg .navbar-collapse{margin-bottom: inherit;top: inherit;left: inherit;height: auto;padding: 0px;/* display: inherit; */float: inherit;line-height: inherit;width: 100%;white-space: inherit;text-align: inherit;}

}
@media (max-width: 773px){
    .product.product-special{
        display: none;
    }
    .cmp-hero{
        background-position: right;
    }
    .full-screen{
        height: 60vh;
    }
.images-responsive{
    display: block !important;
}
.images-full{
    display: none !important;
}
}
@media (max-width: 575px){
    .container, .container-lg, .container-md, .container-sm {
    max-width: 100% !important;
}
    .cmp-hero-inter .full-screen{
        height: 450px;
    }
.product.product-special{
    display: none;
}
}