body {
    min-height: 100%;
    height: 100%;
    font-family: 'robotoregular';
}

.carousel-control-next, .carousel-control-prev {

    width: 4%;

}

.motorrr{
    margin: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}


.centrado_logos{
    display: flex;
    justify-content: center;
}

html {
    position: relative;
    min-height: 100%;
    height: 100%;
    scroll-behavior: smooth;
    font-family: 'robotoregular';
}
button:focus, :focus{
    outline: 0px;
    outline-color: transparent;
    outline-style: none;
    outline-width: 0px;
}
a:hover {
    text-decoration: none ;
    color: rgba(205, 138, 0, .8);
}
a{
    color: rgba(205, 138, 0, 1);
}
a, a:active, a:focus,
button, button:focus, button:active,
.btn, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn.active.focus {
    outline: none;
    outline: 0;
    color: rgba(205, 138, 0, 1);
}
a.site-menu-toggle span.icon-menu{
    color: #101010;
    font-size: 2rem;
}
.dropdown-toggle::after {
    margin-left: .15em;
}
input::-moz-focus-inner {
    border: 0;
}
.header-container{
    width: 75%;
    margin: 0 auto;
}
.site-wrap:before {
    display: none;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    background: rgba(0, 0, 0, 0.6);
    content: "";
    position: absolute;
    z-index: 2000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
}
.offcanvas-menu .site-wrap {
    height: 100%;
    width: 100%;
    z-index: 2;
}
.offcanvas-menu .site-wrap:before {
    opacity: 1;
    visibility: visible;
}
.select-wrap, .wrap-icon {
    position: relative;
}
.select-wrap .icon, .wrap-icon .icon {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 22px;
}
.select-wrap select, .wrap-icon select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
}
/* Navbar */
.site-navbar {
    margin-bottom: 0px;
    z-index: 1999;
    position: absolute;
    width: 100%;
    padding: 0.5rem 0;
    background-color: white;
}
.site-navbar .site-logo {
    position: relative;
    left: 0;
    font-size: 1.7rem;
    font-weight: 900;
    text-transform: uppercase;
    font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.site-navbar .site-navigation .site-menu {
    margin-bottom: 0;
    text-align: right;
}
.site-navbar .site-navigation .site-menu .active {
    display: inline-block;
    padding: 5px 20px;
}
.site-navbar .site-navigation .site-menu a {
    text-decoration: none !important;
    display: inline-block;
}
.site-navbar .site-navigation .site-menu > li {
    display: inline-block;
}
.site-navbar .site-navigation .site-menu > li > a {
    font-family: 'proxima_novaregular';
    font-weight: normal;
    font-style: normal;
    font-size: 1.25rem;
    padding: 5px 12px;
    color: rgba(130, 130, 130, 1);
    display: inline-block;
    text-decoration: none !important;
    transition: all 0.3s;
}
.menu-date{
    position: relative;
    text-align: right;
    width: 100%;
    overflow: hidden;
    padding-right: 0.9rem;
}
.menu-phone{
    position: relative;
    float: right;
    margin-right: 1.2rem;
    font-family: 'proxima_novaregular';
    font-size: 1rem;
    color: rgba(130, 130, 130, 1);
}
.menu-email{
    position: relative;
    float: right;
    font-family: 'proxima_novaregular';
    font-size: 1rem;
    color: rgba(130, 130, 130, 1);
}
.menu-phone a, .menu-email a{
    text-decoration: none;
    color: rgba(205, 138, 0, 1);
}
/*.site-navbar .site-navigation .site-menu > li > a:hover {
    color: rgba(148, 115, 50, 1);
}*/
.site-navbar .site-navigation .site-menu .has-children {
    position: relative;
}
.site-navbar .site-navigation .site-menu .has-children > a {
    position: relative;
    padding-right: 20px;
}
.site-navbar .site-navigation .site-menu .has-children > a:before {
    position: absolute;
    content: "\e313";
    font-size: 16px;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'icomoon';
}
.site-navbar .site-navigation .site-menu .has-children .dropdown {
    visibility: hidden;
    opacity: 0;
    top: 100%;
    position: absolute;
    text-align: left;
    border-top: 2px solid #f69314;
    -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
    border-left: 1px solid #edf0f5;
    border-right: 1px solid #edf0f5;
    border-bottom: 1px solid #edf0f5;
    padding: 0px 0;
    margin-top: 20px;
    margin-left: 0px;
    background: #fff;
    -webkit-transition: 0.2s 0s;
    -o-transition: 0.2s 0s;
    transition: 0.2s 0s;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
    position: absolute;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
    bottom: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown a {
    text-transform: none;
    letter-spacing: normal;
    -webkit-transition: 0s all;
    -o-transition: 0s all;
    transition: 0s all;
    color: #343a40;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
    color: #f69314 !important;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 200px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
    padding: 9px 20px;
    display: block;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
    background: #f4f5f9;
    color: #25262a;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
    content: "\e315";
    right: 20px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
    left: 100%;
    top: 0;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
    background: #f4f5f9;
    color: #25262a;
}
.site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
    color: #fff;
}
.site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
    cursor: pointer;
}
.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    margin-top: 0px;
    visibility: visible;
    opacity: 1;
}

.site-mobile-menu {
    width: 300px;
    position: fixed;
    right: 0;
    z-index: 2000;
    padding-top: 20px;
    background: #fff;
    height: calc(100vh);
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}
.offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}
.site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
    float: right;
    margin-top: 8px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
    font-size: 30px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 0px;
    line-height: 1;
    cursor: pointer;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
    color: #25262a;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
    float: left;
    margin-top: 10px;
    margin-left: 0px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
    display: inline-block;
    text-transform: uppercase;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
    max-width: 70px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
    text-decoration: none;
}
.site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 20px 20px 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #e9ecef !important;
}
.site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}
.site-mobile-menu .site-nav-wrap a {
    padding: 10px 20px;
    display: block;
    position: relative;
    color: #101010;
}
.site-mobile-menu .site-nav-wrap a:hover {
    color: rgba(205, 138, 0, 1);
}
.site-mobile-menu .site-nav-wrap li {
    position: relative;
    display: block;
}
.site-mobile-menu .site-nav-wrap li .active {
    color: #f69314;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse {
    position: absolute;
    right: 0px;
    top: 10px;
    z-index: 20;
    width: 36px;
    height: 36px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
    background: #f8f9fa;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
    font-size: 12px;
    z-index: 20;
    font-family: "icomoon";
    content: "\f078";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
    -ms-transform: translate(-50%, -50%) rotate(-180deg);
    transform: translate(-50%, -50%) rotate(-180deg);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.site-mobile-menu .site-nav-wrap > li {
    display: block;
    position: relative;
    float: left;
    width: 100%;
}
.site-mobile-menu .site-nav-wrap > li > a {
    padding-left: 20px;
    font-size: 20px;
    font-size: 1.2rem;
}
.site-mobile-menu .site-nav-wrap > li > ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.site-mobile-menu .site-nav-wrap > li > ul > li {
    display: block;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > a {
    padding-left: 40px;
    font-size: 16px;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
    padding: 0;
    margin: 0;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
    display: block;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
    font-size: 16px;
    padding-left: 60px;
}
.site-mobile-menu .site-nav-wrap[data-class="social"] {
    float: left;
    width: 100%;
    margin-top: 30px;
    padding-bottom: 5em;
}
.site-mobile-menu .site-nav-wrap[data-class="social"] > li {
    width: auto;
}
.site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
    padding-left: 15px !important;
}

.sticky-wrapper {
    position: absolute;
    z-index: 100;
    width: 100%;
}
.sticky-wrapper .site-navbar {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}
.sticky-wrapper .site-navbar {
}
.sticky-wrapper .site-navbar .site-logo a {
    position: relative;
    display: block;
    width: 352px;
    height: 110px;
    background-image: url("../images/logotipo.png");
    background-size: cover;
}
/*.sticky-wrapper .site-navbar ul li a {
    color: rgba(205, 138, 0, 1);
}*/
/*.sticky-wrapper .site-navbar ul li a:hover {
    color: rgba(60, 89, 136, 1);
}*/
.sticky-wrapper .site-navbar ul li a.active {
    color: #fff;
}
.sticky-wrapper .dropdown-item.active, .sticky-wrapper .dropdown-item:active, .sticky-wrapper .dropdown-item:focus, .sticky-wrapper .dropdown-item:hover{
    background-color: rgba(205, 138, 0, 1);
    color: rgba(255, 255, 255, 1) !important;
}
.sticky-wrapper.is-sticky .site-navbar {
    background: #fff;
    padding-top: 22px !important;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
}
.sticky-wrapper.is-sticky .site-navbar .site-logo a {
    position: relative;
    display: block;
    width: 294px;
    height: 92px;
    background-image: url("../images/logotipo.png");
    background-size: cover;
    background-repeat: no-repeat;

}
.sticky-wrapper.is-sticky .site-navbar ul li a {
    color: rgba(16, 16, 16, 1 );
}
/*.sticky-wrapper.is-sticky .site-navbar ul li a:hover {
   color: rgba(148, 115, 50, 1); 
}*/
/*.sticky-wrapper.is-sticky .site-navbar ul li a:hover {
    color: rgba(148, 115, 50, 1) !important;
}*/
.dropdown-submenu li a:hover, .dropdown-submenu .dropdown-submenu ul li a:hover  {
    color: rgba(60, 89, 136, 1 );
}
.sticky-wrapper.is-sticky .site-navbar ul li a.active {
    color: #f69314;
}
.sticky-wrapper .shrink {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: .8em;
}
.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: -.05rem;
    margin-right: -.05rem;
}
.display-toogle{
    display: none !important;
}
.display-menu-desktop{
    display: block !important;
}
.carousel-caption{
    bottom: 25%;
    text-align: left;
}
.carousel-caption h5{
    font-family: 'proxima_novaregular';
    font-weight: bold;
    font-size: 3.5rem;
    line-height: 1;
    margin-bottom: 2rem;
    text-shadow: 1.7px 3px 2px rgba(0, 0, 0, 0.35);
}
.carousel-caption h4{
    font-family: 'proxima_novaregular';
    font-size: 2.15rem;
    line-height: 1;
    text-shadow: 1.7px 3px 2px rgba(0, 0, 0, 0.35);
    text-align: center;
}
.carousel-caption h1{
    font-family: 'proxima_novabold';
    font-size: 4.6rem;
    line-height: 1;
    text-shadow: 1.7px 3px 2px rgba(0, 0, 0, 0.35);
    text-align: center;
    margin-bottom: -5px;
}
.carousel-caption h3{
    font-family: 'proxima_nova_altregular';
    font-size: 2.3rem;
    line-height: 1;
    text-shadow: 1.7px 3px 2px rgba(0, 0, 0, 0.35);
    text-align: center;
}
.carousel-caption p{
    font-family: 'proxima_novaregular';
    font-size: 1.25rem;
    line-height: 1;
    text-shadow: 1.7px 3px 2px rgba(0, 0, 0, 0.35);
}
.btn-primary.focus, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show .btn-primary.dropdown-toggle:focus{
    box-shadow: 0 0 0 0 rgb(38, 143, 255);
}
.btn-slider {
    color: #fff;
    background-color: rgba(205, 138, 0, 1);
    border-color: rgba(205, 138, 0, 1);
    font-family: 'proxima_nova_altbold';
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1;
    padding: .8rem;
    margin-top: 1.5rem;
}
.btn-slider:hover, .btn-slider:focus, .btn-slider:active, .btn-slider:not(:disabled):not(.disabled):active, .btn-services:hover, .btn-services:focus, .btn-services:active,  .btn-services:not(:disabled):not(.disabled):active{
    background-color: transparent;
    border-color: rgba(205, 138, 0, 1);

}
.btn-products {
    color: #fff;
    background-color: #00305a;
    border-color: #00305a;
    font-family: 'proxima_nova_altbold';
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1;
    padding: .8rem;
    display: block;
    margin: 0 auto 0 auto;
    width: 80%;
}
.btn-products:hover, .btn-products:focus, .btn-products:active, .btn-products:not(:disabled):not(.disabled):active{
    background-color: transparent;
    border-color: #00305a;
    color: #00305a;
}
.d-slide-desktop{
    display: block !important;
}
.d-slide-mobile{
    display: none !important;
}
.carousel-control-next .bi-chevron-right, .carousel-control-prev .bi-chevron-left{
    font-size: 3rem;
}
.container-services{
    width: 100%;
    min-height: 6rem;
    height: auto;
    overflow: hidden;
    padding: 1rem 0 1.5rem 0;
    background-color: white;
}
.container-services h6{
    font-family: 'proxima_nova_altregular';
    color: #333333;
    font-size: 1.7rem;
    text-align: center;
    margin-bottom: 1.5rem;
    margin-top: 1.6rem;
}
.container-services h1{
    font-family: 'proxima_nova_altbold';
    font-size: 2.1rem;
    color: #333333;
    margin-bottom: 1.5rem;
    text-align: center;
}
.container-services h2{
    font-family: 'proxima_nova_altbold';
    font-size: 1.9rem;
    color: #333333;
    margin-bottom: 1.5rem;
}
.container-services h5{
    font-family: 'proxima_nova_altbold';
    color: #333333;
    margin-bottom: 1.5rem;
}
.container-services h1 span{
    display: inline-block;
    background-color: rgba(205, 138, 0, 1);
    padding: 0 .8rem;
    color: white;
    padding-bottom: 0.4rem;
}
.container-slider-bottom{
    position: relative;
    width: 100%;
    min-height: 1.5rem;
    overflow: hidden;
    background-color: #f8f8f8;
    clear: both;
    padding: 1rem 0;
    margin-bottom: 1rem;
}
.container-slide-item{
    position: relative;
    width: 100%;
    min-height: 1rem;
    overflow: hidden;
    padding: 1rem 0;
}
.container-slide-item-right{
    position: relative;
    float: left;
    width: 4rem;
}
.width-slider-bottom {
    width: 80%;
    margin-left: 15%;
}
.container-slide-item-left{
    position: relative;
    float: left;
    width: calc(100% - 4rem);
    padding-top: 9px;
}
.container-slider-bottom h5{
    font-family: 'proxima_nova_altregular';
    color: #444444;
    font-size: 1.4rem;
    margin-bottom: 0;
    line-height: 1;
}
.container-slider-bottom p{
    font-family: 'proxima_nova_altregular';
    color: #444444;
    font-size: 1.1rem;
    margin-bottom: 0;
    line-height: 1;
}


.pleca_roja{
    position: relative;
    float: left;
    width: 100%;
    height:22px;
    background-color: #FF0000;
    border-radius: 16px 16px 0 0;
}

.pleca_azul{
    position: relative;
    float: left;
    width: 100%;
    height:22px;
    background-color: #1B21A3;
    border-radius: 16px 16px 0 0;
}


.back_ventajas{
    position: relative;

    width: 100%;
    min-height: 300px;
    height: 100%;
    overflow: hidden;
    background-color: #FFD4C5;
    padding: 15px;
}

.titulo_donde{
    font-family: 'robotobold';
    font-weight: bold;
    font-size: 42px;
    line-height: 1;
    color: #101010;
    text-align: center;

}

.margen_30px{
    height: 30px;
}

.titulo_producto{
    font-family: 'robotobold';
    font-weight: bold;
    font-size: 42px;
    line-height: 1;
    color: #101010;
    margin-bottom: 15px;

}

.container-services-col-3{
    position: relative;
    display: block;
    width: 100%;
    min-height: 3rem;
    min-height: 285px;
    height: AUTO;
    overflow: hidden;
    background-color: #f1f1f1;
    padding: 20px;
    margin-bottom: 2rem;
    transition: all 0.3s;
}
.container-services-col-3:hover{
    background-position: 95% 20%;
}
.container-services-col-3 h4 {
    font-family: 'proxima_novaregular';
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1;
    color: #101010;
    letter-spacing: -1px;
    position: relative;
    width: 100%;
    max-height: 60px;
    overflow: hidden;

}

.texto_pocogrande{
    font-family: 'proxima_nova_altregular';
    font-weight: 300;
    font-size: 28px;;
    line-height: 1.2;
    color: #4d4d4d;
    text-align: justify;
    position: relative;
    float: left;
}

.spacer_dot{
    position: relative;
    float: left;
    width: 100%;
    height: 36px;
    background-repeat: no-repeat;
    background: url(../images/line_dot.png);
    background-position: center;

}

.prod_KFTR02{
    position: relative;
    float: left;
    width: 100%;
    min-height: 800px;
    height: auto;
    background-position: left;
    background-repeat: no-repeat;
    background: url(../images/roja.png);
    background-size: cover;

}

.back_quienes{
    position: relative;
    float: left;
    width: 100%;
    min-height: 800px;
    height: auto;
    background-position: left;
    background-repeat: no-repeat;
    background: url(../images/back_productos.jpg);
    background-size: cover;
    padding: 20px;
}


.back_quienes_trans{
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
    min-height: 600px;
    height: auto;
    background-color: #ffffff;
    opacity: 0.95;
    margin-top: 22px;
    padding: 18px;

}


.foto_quienes{
    position: relative;
    float: left;
    width: 100%;
    min-height: 550px;
    height: 100%;
    background: url(../images/foto_quienes.png);
    background-size: cover;
    /*  margin-top: -30px;*/
    background-position: bottom right;
}


.f1{
    position: relative;
    width: 100%;
    min-height: 3rem;
    height: 100%;
    overflow: hidden;
    background: url(../images/intenseso-demo-image-2.jpg);
    background-size: cover;
    padding: 3rem 0 3rem 0;
}


.container-services-col-3 h3{
    position: relative;
    display: block;
    width: 100%;
    min-height: 38px;
    height: auto;
    overflow: hidden;
    font-family: 'proxima_nova_altbold';
    font-size: 2rem;
    line-height: 1.1;
    color: #4d4d4d;
    padding-bottom: 0.4rem;
}
.container-services-col-3 p {

    margin-bottom: 0rem;
    margin-top: 0.5rem;
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 50px;
}


.texto_indicativo{
    font-family: 'robotoregular';
    font-weight: 500;
    font-size: 23px;
    line-height: 1.5;
    color: #4d4d4d;
    text-align: left;
}
.texto_cursivo{
    font-style: italic;
}

.texto_general{
    font-family: 'robotoregular';
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
    color: #4d4d4d;
}

.texto_general_bold{
    font-family: 'robotobold';
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
    color: #4d4d4d;
}

.texto_gigante{
    font-family: 'robotobold';
    text-align: center;
    font-weight: 500;
    font-size: 110px;
    line-height: 1.5;
    color: #8F8F8F;
}

.icon_drop{
    background: url(../images/gota_icon.png);
    /* background-size: contain; */
    padding-top: 31px !important;
    background-repeat: no-repeat;
    height: 66px;
    float: left;
    width: 43px;
    margin-right: 10px;
    margin-top: 10px;
}

.font_bold {
    font-family: 'robotobold' !important;

}

.icon-services{
    position: relative;
    display: block;
    margin-bottom: 1.5rem;
    width: 87px;
    height: 74px;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;

    > .col,
    > [class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }
}

.titulo_blanco{
    font-family: 'robotobold';
    font-weight: 500;
    font-size: 60px;
    line-height: 1.5;
    color: #ffffff;
    text-align: center;
}


.btn-azul{
    width: 265px;
    display: block;
    color: #fff;
    background-color: #1E24AD;
    border: 0 none;
    font-family: 'robotoregular';
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1;
    padding: .9rem;
    margin-top: 1rem;
    float: right;
    border-radius: 6px;
}

.btn-azul:hover{

    background-color: #000000;

}


.btn-services{
    width: 265px;
    display: block;
    color: #fff;
    background-color: #FF0000;
    border: 0 none;
    font-family: 'robotoregular';
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1;
    padding: .9rem;
    margin-top: 1rem;
    float: right;
    border-radius: 6px;
}
.btn-services.btn-menu{
    width: 200px;
    padding: .8rem 20px;
    display: inline-block;
    margin-right: 10px;
}
.btn-services.btn-right{
    margin-top: 0rem;
    float: right;
    width: 255px;
    margin-bottom: 2rem;
}
.btn-services.btn-center{
    margin-left: auto;
    margin-right: auto;
}
.btn-services span{
    font-family: 'proxima_nova_altbold';
}
.btn-services:hover, .btn-services:focus, .btn-services:active, .btn-services:active:focus, .btn-services:not(:disabled):not(.disabled):active{
    background-color: rgba(19, 1, 1, 1);
}
.img-overflow{
    position: relative;
    overflow: hidden;
    width: 100%;
    display: block;
    margin-bottom: 2rem;
}
/*.img-overflow-gradient{
    background: url(../images/back_producto_gris.jpg);
    background-size: cover;
    background-repeat: repeat-x;
    min-height: 1086px;

}*/

.logo_donde1{
    background: url(../images/l_amazon.jpg);
    background-repeat: no-repeat;
    width: 208px;
    height: 68px;
    position: relative;
    float: left;
    margin-right:10px;
    background-position: center;
    background-size: contain;
}
.logo_donde2{
    background: url(../images/l_copel.jpg);
    background-repeat: no-repeat;
    width: 208px;
    height: 68px;
    position: relative;
    float: left;
    margin-right:10px;
    background-position: center;
    background-size: contain;
}
.logo_donde3{
    background: url(../images/l_walmart.jpg);
    background-repeat: no-repeat;
    width: 208px;
    height: 68px;
    position: relative;
    float: left;
    background-position: center;
    background-size: contain;
}

.logo_donde4{
    background: url(../images/l_soriana.jpg);
    background-repeat: no-repeat;
    width: 208px;
    height: 68px;
    position: relative;
    float: left;
    background-position: center;
    background-size: contain;
}

.logo_donde5{
    background: url(../images/l_heb.jpg);
    background-repeat: no-repeat;
    width: 208px;
    height: 68px;
    position: relative;
    float: left;
    background-position: center;
    background-size: contain;
}




.img-overflow-title{
    position: relative;
    text-align: center;
    font-family: 'robotobold';
    font-size: 100px;
    color: #545454;
    z-index: 2;
}


.container-banner-1{
    position: relative;
    width: 100%;
    min-height: 1rem;
    overflow: hidden;
    background-color: #f1f1f1;
    padding: 1.2rem;
    margin-bottom: 2rem;
}
.container-banner-2{
    position: relative;
    width: 100%;
    min-height: 1rem;
    overflow: hidden;
    background-color: #57d7fe;
    padding: 2.5rem;
    margin-bottom: 2rem;
}
.container-banner-3{
    position: relative;
    width: 100%;
    min-height: 1rem;
    overflow: hidden;
    background-color: #80a7ae;
    padding: 2.5rem;
    margin-bottom: 2rem;
}
.container-banner-1 h3 {
    position: relative;
    display: block;
    width: 100%;
    min-height: 0.5rem;
    height: auto;
    overflow: hidden;
    font-family: 'proxima_nova_altbold';
    font-size: 1.8rem;
    line-height: 1.1;
    color: #4d4d4d;
    margin-bottom: 0.4rem;
}
.container-banner-2 h3 {
    position: relative;
    display: block;
    width: 100%;
    min-height: 0.5rem;
    height: auto;
    overflow: hidden;
    font-family: 'proxima_nova_altbold';
    font-size: 2rem;
    line-height: 1.1;
    color: #4b688c;
    margin-bottom: 0.4rem;
}
.container-banner-2 h4 {
    position: relative;
    display: block;
    width: 100%;
    min-height: 0.5rem;
    height: auto;
    overflow: hidden;
    font-family: 'Times New Roman Regular';
    font-size: 2.2rem;
    font-weight: bold;
    font-style: italic;
    line-height: 1.1;
    color: #4b688c;
    margin-bottom: 1.8rem;
}
.container-banner-3 h3 {
    position: relative;
    display: block;
    width: 100%;
    min-height: 0.5rem;
    height: auto;
    overflow: hidden;
    font-family: 'proxima_nova_altbold';
    font-size: 2rem;
    line-height: 1.1;
    color: white;
    margin-bottom: 0.4rem;
}
.container-banner-3 h4 {
    position: relative;
    display: block;
    width: 100%;
    min-height: 0.5rem;
    height: auto;
    overflow: hidden;
    font-family: 'Times New Roman Regular';
    font-size: 2.2rem;
    font-weight: bold;
    font-style: italic;
    line-height: 1.1;
    color: white;
    margin-bottom: 1.8rem;
}
.container-banner-1 p {
    font-family: 'robotoregular';
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.2;
    color: #4d4d4d;
    margin-bottom: 0rem;
    margin-top: 0.5rem;
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.container-banner-2 p {
    font-family: 'robotoregular';
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.2;
    color: #4b688c;
    margin-bottom: 0rem;
    margin-top: 0.5rem;
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.container-banner-3 p {
    font-family: 'robotoregular';
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.2;
    color: white;
    margin-bottom: 0rem;
    margin-top: 0.5rem;
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.container-success-stories{
    position: relative;
    width: 100%;
    min-height: 3rem;
    height: auto;
    overflow: hidden;
    background: url(../images/bg-success-stories.jpg);
    background-size: cover;
    padding: 5.3rem 0 9rem 0;
}
.container-contact-home{
    position: relative;
    width: 100%;
    min-height: 3rem;
    height: auto;
    overflow: hidden;
    background: url(../images/bg-home-contact.jpg);
    background-size: cover;
    padding: 3rem 0 3rem 0;
}
.container-products-home{
    position: relative;
    width: 100%;
    min-height: 3rem;
    height: auto;
    overflow: hidden;
    background-color: white;
    background-size: cover;
    padding: 3rem 0 4rem 0;
}
.container-products-int{
    position: relative;
    width: 100%;
    min-height: 3rem;
    height: auto;
    overflow: hidden;
    background-color: white;
    background-size: cover;
    padding: 1rem 0 4rem 0;
}
.container-contact-home-1{
    position: relative;
    width: 100%;
    min-height: 3rem;
    height: auto;
    overflow: hidden;
    padding: 5.3rem 0 9rem 0;
}
.container-success-stories h6 {
    font-family: 'robotoregular';
    font-weight: bold;
    color: white;
    text-align: center;
    text-shadow: 1.8px 1.5px 1.5px rgba(0, 0, 0, 0.5);
}
.container-success-stories h1{
    font-family: 'robotoregular';
    font-weight: bold;
    font-size: 3.125rem;
    color: white;
    margin-bottom: 3.5rem;
    text-align: center;
    letter-spacing: -1px;
    margin-top: 2rem;
}
.container-success-stories h1 span{
    display: inline-block;
    background-color: rgba(0, 116, 217, .8);
    padding: 0 .8rem .5rem 0.8rem;
}
.counter {
    position: relative;
    display: block;
    font-family: 'robotoregular';
    font-weight: bold;
    font-size: 2.7rem;
    color: rgba(205, 138, 0, 1);
    text-align: center;
    margin-top: 3.5rem;
}
.counter::before{
    content: '+';
    padding-right: 0.2rem;
}
.container-success-stories h4{
    font-family: 'robotoregular';
    font-weight: bold;
    font-size: 1.5rem;
    color: white;
    text-align: center;
}
.container-inside-txt li a{
    color: rgba(205, 138, 0, 1);
    text-decoration: none;
}
.g-recaptcha{
    position: relative;
    float: right;
}
.container-contact-home h1, .container-contact-home-1 h1 {
    font-family: 'robotoregular';
    font-weight: bold;
    font-size: 3.125rem;
    color: #162133;
    margin-bottom: 1.5rem;

}
.container-products-home h1{
    font-family: 'robotoregular';
    font-weight: bold;
    font-size: 2.9rem;
    color: #162133;
    margin-bottom: 1.5rem;
    letter-spacing: -1px;
}
.container-products-home h1 span {
    display: inline-block;
    background-color: rgba(0, 116, 217, .8);
    padding: 0 .8rem .7rem 0.8rem;
    color: white;
}
.container-products-int h1{
    font-family: 'robotoregular';
    font-weight: bold;
    font-size: 2.3rem;
    color: #162133;
    margin-bottom: 1.5rem;
    letter-spacing: -1px;
}
.container-products-int h1 span {
    background-color: rgba(205, 138, 0, 1);
    padding: 0.1rem 0.8rem 0.5rem 0.7rem;
    color: white;
    display: inline-block;
}
.container-contact-home h1 span, .container-contact-home-1 h1 span {
    display: inline-block;
    background-color: rgba(71, 105, 161, .2);
    padding: 0 .8rem;
    color: rgba(205, 138, 0, 1);
}
.container-contact-home h6 {
    font-family: 'robotoregular';
    font-weight: bold;
    color: rgba(205, 138, 0, 1);
    text-transform: uppercase;
}
.container-contact-home p {
    font-family: 'robotoregular';
    font-size: 1.125rem;
    line-height: 1;
    color: white;
    margin-bottom: 3rem;
    color: #162133;
}
.form-control {
    font-family: 'robotoregular';
    width: 100%;
    height: calc(2em + 0.75rem + 4px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #253754;
    background-color: #fbfbfb;
    border: 1px solid #dddddd;
    border-radius: 6px;
    font-weight: normal;
}
.form-control:focus {
    box-shadow: 0 0 0 0 rgba(0,123,255,.25);
    border-color: #dddddd;
    background-color: #fbfbfb;
}
.btn-submit {
    color: #fff;
    background-color: #FF0000;
    border-color: #FF0000;
    font-family: 'proxima_nova_altbold';
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1;
    width: 159px;
    padding: 0.8rem;
    float: right;
    border-radius: 6px;
}
.btn-submit:hover, .btn-submit:focus, .btn-submit:active, .btn-submit:not(:disabled):not(.disabled):active{
    background-color: rgba(19, 1, 1, 1);
    border-color: rgba(19, 1, 1, 1);
}
textarea {
    resize: none;
}
.container-contact-home-2{
    position: relative;
    width: calc(100% - 20px);
    padding-left: 20px;
}
.container-contact-icon-row, .container-footer-row-contact{
    position: relative;
    width: 100%;
    min-height: 1rem;
    height: auto;
    overflow: hidden;
    padding-bottom: 1rem;
}
.container-footer-row-contact{
    padding-bottom: 0.5rem;
}
.container-contact-icon{
    position: relative;
    float: left;
    width: 45px;
    height: 45px;
    background-color: #dce2ed;
    border-radius: 50px;
    text-align: center;
}
.container-contact-icon .bi {
    color: rgba(205, 138, 0, 1);
    position: absolute;
    left: 0%;
    top: 19%;
    width: 45px;
    height: 30px;
    font-size: 20px;
}
.container-contact-text-icon{
    position: relative;
    float: left;
    width: calc(100% - 70px);
    padding-left: 25px;
}
.container-contact-text-icon h5{
    font-family: 'robotoregular';
    color: rgba(205, 138, 0, 1);
    margin-top: 0.5rem;
}
.container-contact-text-icon a{
    font-family: 'robotoregular';
    color: rgba(205, 138, 0, 1);
    font-size: 1.2rem;
    margin-top: 0.5rem;
    display: block;
    text-decoration: none;
    transition: all 0.3s;
}
.container-contact-icon-row p{
    font-family: 'robotoregular';
    font-weight: 300;
    font-size: 0.9rem;
    line-height: 1.2;
    color: #4c4c4c;
    margin-bottom: 1rem;
    margin-top: 0.5rem;
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;

}
.container-contact-text-icon a:hover{
    color: #458bf1;
}
.btn-contact-map {
    width: 250px;
    display: block;
    margin: 0 auto;
    color: rgba(205, 138, 0, 1);
    background-color: transparent;
    border-color: rgba(205, 138, 0, 1);
    font-family: 'robotoregular';
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1;
    padding: .8rem;
    margin-top: 1rem;
}
.btn-contact-map:hover, .btn-contact-map:focus, .btn-contact-map:active, .btn-contact-map:not(:disabled):not(.disabled):active  {
    background-color: rgba(205, 138, 0, 1);
    color: white;
}
#ModalMap iframe {
    width: 100%;
    height: 400px;
}
.container-footer {
    position: relative;
    width: 100%;
    min-height: 30rem;
    height: auto;
    overflow: hidden;
    background: url(../images/bg-footer.jpg);
    background-size: cover;
    background-position: center;
    padding: 7.3rem 0 5rem 0;
}
.container-footer-logo-1{
    margin-top: 5rem;
}
.container-footer-logo{
    position: relative;
    display: block;
    width: 275px;
    height: 117px;
    overflow: hidden;
    background-image: url(../images/logotipo-white.png);
    background-size: cover;
}
.container-contact-phone{
    position: relative;
    margin-top: 2rem;
    width: 100%;
    display: block;
    overflow: hidden;
}
.container-contact-phone h5{
    font-family: 'proxima_nova_altbold';
    font-size: 1rem;
    color: #6d6d6d;
    margin-bottom: 0.1rem;
}
.container-contact-phone a{
    font-family: 'robotoregular';
    color: #6d6d6d;
    font-size: 1.3rem;
}
a.link-footer-1{
    font-size: 1rem;
    font-family: 'proxima_nova_altbold';
}
.container-footer-contact-icon {
    position: relative;
    float: left;
    width: 25px;
    height: 25px;
    text-align: center;
}
.container-footer-contact-text-icon {
    position: relative;
    float: left;
    width: calc(100% - 50px);
    padding-left: 15px;
}
.container-footer-contact-icon .bi {
    color: #ba843f;
    position: absolute;
    left: 0%;
    top: 30%;
    width: 25px;
    height: 25px;
    font-size: 18px;
}
.container-footer-contact-text-icon p {
    font-family: 'robotoregular';
    color: rgba(255, 255, 255, 0.7);
    margin-top: 0rem;
    margin-bottom: 0;
}
.container-footer-contact-text-icon a{
    font-family: 'robotoregular';
    color: rgba(255, 255, 255, 0.7);
    font-size: 1rem;
    margin-top: 0.5rem;
    display: block;
    text-decoration: none;
    transition: all 0.3s;
}
.container-footer-contact-text-icon a:hover{
    color: rgba(255, 255, 255, 1);
}
.container-footer-row-contact h5 {
    font-family: 'robotoregular';
    font-weight: bold;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 0.5rem;
    margin-bottom: 0;
}
.container-footer-row-contact a.link-footer {
    font-family: 'robotoregular';
    font-weight: bold;
    font-size: 1rem;
    line-height: 1;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    display: block;
    text-decoration: none;
    transition: all 0.3s;
}
.container-footer-row-contact a.link-footer:hover {
    color: rgba(255, 255, 255, 1);
}
.container-footer-row-contact h5:after{
    content: '';
    width: 70%;
    height: 2px;
    position: relative;
    display: block;
    background-color: #4769a1;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
ul.list-footer{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.list-footer li {
    background: url("data:image/svg+xml,<svg viewBox='0 0 22 22' fill='white' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/></svg>") no-repeat left 3px;
    height: 18px;
    padding-left: 18px;
    margin-bottom: 8px;
    overflow: hidden;
}
.list-footer li a {
    font-family: 'robotoregular';
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.87rem;
    transition: all 0.3s;
    display: block;
}
.list-footer li a:hover{
    color: rgba(255, 255, 255, 1);
}
.link-social-facebook{
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    overflow: hidden;
}
.link-social-facebook .bi{
    display: block;
    font-size: 2.2rem;
    color: #ba843f;
    text-align: center;
    transition: all 0.3s;
}
.link-social-facebook .bi:hover{
    color: #4769a1;
}
.container-power{
    position: relative;
    width: 100%;
    min-width: 1rem;
    height: auto;
    overflow: hidden;
    background-color: #f9f9f9;
    padding: 2rem 0;
}
.container-power p{
    font-family: 'robotoregular';
    color: rgba(76, 76, 76, 0.8);
    font-size: 0.87rem;
    transition: all 0.3s;
    margin-bottom: 0;
}
.container-power a{
    font-family: 'robotoregular';
    color: rgba(76, 76, 76, 0.8);
    font-size: 0.87rem;
    display: block;
    text-align: center;
    transition: all 0.3s;
}
.container-power a:hover{
    color: rgba(76, 76, 76, 1);
}
.container-power a.abugaber{
    font-family: 'robotoregular';
    color: rgba(76, 76, 76, 0.8);
    font-size: 0.87rem;
    display: block;
    text-align: right;
    transition: all 0.3s;
}
.container-header{
    position: relative;
    width: 100%;
    min-height: 31rem;
    height: auto;
    overflow: hidden;
    background: url(../images/bg-header.jpg);
    background-size: cover;
}


.container-header-trabaja{
    position: relative;
    width: 100%;
    min-height: 400px;
    height: auto;
    overflow: hidden;
    background: url(../images/header_trabaja.jpg);
    background-size: cover;
}

.container-header-trabaja h1,  .container-header-trabaja h1{
    position: absolute;
    top: 80%;
    transform: translate(0, -50%);
    text-align: left;
    margin-left: 15px;
    width: 100%;
    font-family: 'robotoregular';
    font-weight: bold;
    color: white;
    font-size: 45px;
    letter-spacing: -1px;
}


.container-header-linea{
    position: relative;
    width: 100%;
    min-height: 400px;
    height: auto;
    overflow: hidden;
    background: url(../images/header_compra.jpg);
    background-size: cover;
}

.container-header-linea h1,  .container-header-linea h1{
    position: absolute;
    top: 80%;
    transform: translate(0, -50%);
    text-align: left;
    margin-left: 15px;
    width: 100%;
    font-family: 'robotoregular';
    font-weight: bold;
    color: white;
    font-size: 45px;
    letter-spacing: -1px;
}


.contenedor_compra{
    width: 430px;
    position: relative;
    top: 30px;
    left: 50%;
    margin: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


.f_innovacion{
    position: relative;
    width: 100%;
    min-height: 3rem;
    height: 100%;
    overflow: hidden;
    background: url(../images/f_innovacion.jpg);
    background-size: cover;
    background-position: center;
    padding: 3rem 0 3rem 0;
}

.f_especiales{
    position: relative;
    width: 100%;
    min-height: 3rem;
    height: 100%;
    overflow: hidden;
    background: url(../images/f_proyectos.jpg);
    background-size: cover;
    background-position: center;
    padding: 3rem 0 3rem 0;
}

.f_compra {
    position: relative;
    width: 100%;
    min-height: 3rem;
    height: 100%;
    overflow: hidden;
    background: url(../images/f_compra.jpg);
    background-size: cover;
    background-position: center;
    padding: 3rem 0 3rem 0;
}

.f_sustentable {
    position: relative;
    width: 100%;
    min-height: 3rem;
    height: 100%;
    overflow: hidden;
    background: url(../images/f_sustentable.jpg);
    background-size: cover;
    background-position: center;
    padding: 3rem 0 3rem 0;
}


.f_trabaja{
    position: relative;
    width: 100%;
    min-height: 3rem;
    height: 100%;
    overflow: hidden;
    background: url(../images/f_trabaja.jpg);
    background-size: cover;
    background-position: center;
    padding: 3rem 0 3rem 0;
}


.f_valores{
    position: relative;
    width: 100%;
    min-height: 3rem;
    height: 100%;
    overflow: hidden;
    background: url(../images/f_valores.jpg);
    background-size: cover;
    background-position: center;
    padding: 3rem 0 3rem 0;
}

.container-header-esp{
    position: relative;
    width: 100%;
    min-height: 400px;
    height: auto;
    overflow: hidden;
    background: url(../images/header_innovacion.jpg);
    background-size: cover;
}

.container-header-esp h1,  .container-header-esp h1{
    position: absolute;
    top: 80%;
    transform: translate(0, -50%);
    text-align: left;
    margin-left: 15px;
    width: 100%;
    font-family: 'robotoregular';
    font-weight: bold;
    color: white;
    font-size: 45px;
    letter-spacing: -1px;
}


.container-header-innovacion{
    position: relative;
    width: 100%;
    min-height: 400px;
    height: auto;
    overflow: hidden;
    background: url(../images/header_proyectos.jpg);
    background-size: cover;
}

.container-header-innovacion h1,  .container-header-innovacion h1{
    position: absolute;
    top: 80%;
    transform: translate(0, -50%);
    text-align: left;
    margin-left: 15px;
    width: 100%;
    font-family: 'robotoregular';
    font-weight: bold;
    color: white;
    font-size: 45px;
    letter-spacing: -1px;
}


.header_productook{
    position: relative;
    width: 100%;
    float: left;
    background-position: center bottom;
    height: 330px;
    padding-top: 156px;
    padding-left: 50px;
    font-size: 34px;
    color: #ffffff;
    background: url(../images/header_productos.jpg);
    background-size: cover;
    margin-bottom: 10px;
    /*margin-top: 121px;*/
}


.header_avisook{
    position: relative;
    width: 100%;
    float: left;
    background-position: center bottom;
    height: 330px;
    padding-top: 156px;
    padding-left: 50px;
    font-size: 34px;
    color: #ffffff;
    background: url(../images/header_aviso.jpg);
    background-size: cover;
    margin-bottom: 10px;
    /*margin-top: 121px;*/
}

.header_ok{
    position: relative;
    width: 100%;
    float: left;
    background-position: center bottom;
    height: 330px;
    background: url(../images/header_quienes.jpg);
    background-size: cover;
    margin-bottom: 10px;
    /*margin-top: 121px;*/
}

.container-header-1{
    position: relative;
    width: 100%;
    background-position: center bottom;
    min-height: 330px;
    height: auto;
    overflow: hidden;
    background: url(../images/header_quienes.jpg);
    background-size: cover;
    margin-bottom: 10px;
}
.container-header h1,  .container-header-1 h1{
    position: absolute;
    top: 80%;
    transform: translate(0, -50%);
    text-align: left;
    margin-left: 15px;
    width: 100%;
    font-family: 'robotoregular';
    font-weight: bold;
    color: white;
    font-size: 45px;
    letter-spacing: -1px;
}
.container-inside{
    position: relative;
    width: 100%;
    min-height: 3rem;
    height: auto;
    overflow: hidden;
    padding: 0 0 1rem 0;
    background: url(../images/bg-footer.png) #f7f7f7;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 1rem;
}
.container-form-1{
    position: relative;
    width: 100%;
    overflow: hidden;
    min-height: 1rem;
    background-color: #ffe716;
    padding: 2.5rem;
    border-radius: 18px;
    /* border-top: solid 15px #d0b574;*/
}
.container-form-1 p{
    font-family: 'robotoregular';
    font-weight: 300;
    font-size: 0.9rem;
    line-height: 1.2;
    color: #4c4c4c;
    margin-bottom: 1rem;
    margin-top: 0.5rem;
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.container-inside-title-txt-left{
    position: relative;
    float: left;
    width: 18rem;
}
.container-inside-title-txt-right{
    position: relative;
    float: left;
    width: calc(100% - 18rem);
}
.container-facebook{
    position: relative;
    float: right;
    width: 37px;
    height: 37px;
    margin-left: 0.8rem;
}
.container-inside.no-padding-bottom{
    padding: 5rem 0 0 0;
}
.container-inside .breadcrumb{
    background-color: transparent;
}
.container-inside .breadcrumb a{
    font-family: 'robotoregular';
    font-size: 1rem;
    line-height: 1;
    color: #162133;
}
.container-power a.abugaber:hover{
    color: rgba(76, 76, 76, 1);
}
.breadcrumb-item + .breadcrumb-item{
    padding-left: 0.3rem;
}
.container-inside .breadcrumb-item.active{
    color: rgba(205, 138, 0, 1);
}
.container-inside-title, .container-inside-menu{
    position: relative;
    width: 100%;
    clear: both;
    overflow: hidden;
    display: block;
}
.container-inside-title-txt{
    position: relative;
    min-height: 1rem;
    border-bottom: 1px solid #000000;
    margin-bottom: 1rem;
}
.container-inside-menu{
    min-height: 1rem;
    height: auto;
}
.container-inside-title-icon{
    position: relative;
    float: left;
    width: 3.25rem;
    height: 3.24rem;
    overflow: hidden;
}
.container-inside-title-txt{
    position: relative;
    float: left;
    width: 100%;
}
.container-inside-title-txt-single{
    position: relative;
    float: left;
    margin-left: 1rem;
    background-color: rgba(205, 138, 0, 1);
}
.container-inside-title-txt h1, .container-inside-title-txt-single h1{
    font-family: 'proxima_nova_altbold';
    font-size: 2.3rem;
    color: #4d4d4d;
    margin-bottom: 0;
    padding: 0 1rem ;
    text-transform: uppercase;
}
.container-inside-title-txt h1 span {
    background-color: rgba(205, 138, 0, 1);
    padding: 0.1rem 0.8rem 0.5rem 0.7rem;
    color: white;
    display: inline-block;
}
.container-inside-txt{
    position: relative;
    width: 100%;
    min-height: 3rem;
    height: auto;
    overflow: hidden;
    padding: 1.5rem 3rem 1.5rem 0;
}
.container-inside-txt p{
    font-family: 'robotoregular';
    color: #162133;
    font-size: 1rem;
}
.container-inside-txt h2{
    font-family: 'robotoregular';
    font-weight: bold;
    color:rgba(205, 138, 0, 1);
}
.container-inside-txt h4{
    font-family: 'robotoregular';
    font-weight: bold;
    color: #000000;
    font-size: 1.2rem;
}
.container-inside-txt  ul.no-padding{
    padding-left: 1rem;
    color: #162133;
}

.container-inside-txt  ul.download li {
    list-style: none;
}
.container-sidebar h4{
    font-family: 'robotoregular';
    font-weight: bold;
    color: #162133;
}
.container-inside-menu:after{
    content: '';
    position: relative;
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #bfbfbf;
    margin-bottom: 5px;
}
.container-inside-menu-icon{
    position: relative;
    float: left;
    width: 2.25rem;
    height: 2.25rem;
    overflow: hidden;
}
.container-inside-menu-txt{
    position: relative;
    float: left;
    width: calc(100% - 3.25rem);
    padding-left: 1rem;
}
.container-inside-menu-txt a{
    font-family: 'proxima_nova_altbold';
    font-size: 1.125rem;
    line-height: 1;
    color: rgba(205, 138, 0, 1);
    display: flex;
    align-items: center;
    overflow: hidden;
    height: 2.25rem;
}
.container-about-side{
    position: relative;
    width: 100%;
    min-height:43.75rem;
    height: auto;
    overflow: hidden;
    background-image: url(../images/macotela-about.jpg);
    background-size: cover;
}
.container-about-txt{
    position: relative;
    width: 100%;
    min-height: 3rem;
    height: auto;
    overflow: hidden;
    padding: 5rem 0;
}
.container-about-txt h1 {
    font-family: 'robotoregular';
    font-weight: bold;
    font-size: 3.125rem;
    color: rgba(205, 138, 0, 1);
    margin-bottom: 1.5rem;
}
.container-about-txt h1 span {
    display: inline-block;
    background-color: rgba(71, 105, 161, .2);
    padding: 0 .8rem;
    color: rgba(205, 138, 0, 1);
}
.container-about-txt h6 {
    font-family: 'robotoregular';
    font-weight: bold;
    color: rgba(205, 138, 0, 1);
    text-transform: uppercase;
}
.container-about-txt p {
    font-family: 'robotoregular';
    font-size: 1.125rem;
    line-height: 1;
    color: #162133;
}
.container-top-menu{
    position: relative;
    width: 100%;
    height: 3rem;
    background-color: #090e16;
    padding-top: 9px;
}
.container-top-menu-dropdown{
    position: relative;
    float: right;
}
.btn-language, .btn-language:hover, .btn-language:focus, .btn-language:not(:disabled):not(.disabled):active:focus,  .btn-language:not(:disabled):not(.disabled):active, .show > .btn-language.dropdown-toggle, .btn-language.dropdown-toggle:focus, .show > .btn-language.dropdown-toggle:focus{
    background-color: transparent;
    box-shadow: 0 0 0 .2rem rgba(130,138,145,0);
    border-color: transparent;
    font-size: 1rem;
    color: rgba(205, 138, 0, 1);
}
.container-top-menu-dropdown .dropdown-menu{
    font-size: 0.8rem;
    background-color: #4c432e;
    min-width: 1rem;
    margin: 0;
    font-size: .8rem;
    padding: .2rem 0;
}
.container-top-menu-dropdown  .dropdown-item:focus, .container-top-menu-dropdown  .dropdown-item:hover{
    color: rgba(255, 255, 255, 0.8);
    background-color:#4c432e;
}
.container-top-menu-dropdown .dropdown-item{
    color: white;
    font-size: 0.8rem;
}
.container-top-menu-email{
    position: relative;
    float: left;
    margin-top: 3px;
    margin-right: 1rem;
}
a.top-menu-email-link, .top-menu-email-link{
    font-size: 1rem;
    color: rgba(148, 115, 50, .8);
    padding-left: 0.4rem;
}
.container-top-menu-email .bi-envelope{
    color: rgba(148, 115, 50, .8);
    font-size: 0.87rem;
}
.container-top-menu-email .bi-telephone{
    color: rgba(148, 115, 50, .8);
    font-size: 0.8rem;
}
.container-logos{
    position: relative;
    display: block;
    margin: 3rem auto 3rem auto;
    width: 360px;
    min-height: 150px;
    height: auto;
}
.container-logos img{
    max-height: 150px;
}
.row-home-products{
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 3rem 0 0 0;
}
.col-home-products{
    position: relative;
    float: left;
    width: 20%;
    min-height: 15rem;
    height: auto;
    overflow: hidden;
    background-color: white;
    padding: 1rem;
}
.col-int-products{
    position: relative;
    min-height: 15rem;
    height: auto;
    overflow: hidden;
    background-color: white;
    padding: 1rem;
}
.container-home-products-description{
    position: relative;
    width: 100%;
    min-height: 6.8rem;
    height: auto;
    overflow: hidden;
}
.container-home-products-description h3{
    font-family: 'robotoregular';
    font-weight: bold;
    font-size: 1.612rem;
    line-height: 1;
    color: rgba(205, 138, 0, 1);
    text-align: center;
    position: relative;
    width: 100%;
    min-height: 1rem;
    height: auto;
    overflow: hidden;
    padding-bottom: 0.5rem;
}
.container-int-products-description h3{
    font-family: 'robotoregular';
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1;
    color: rgba(205, 138, 0, 1);
    text-align: center;
    position: relative;
    width: 100%;
    min-height: 3.5rem;
    max-height: 3.5rem;
    height: auto;
    overflow: hidden;
    padding-bottom: 0.5rem;
}
.center-div {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.container-home-products-description p{
    font-family: 'robotoregular';
    font-weight: normal;
    font-size: 1.12rem;
    line-height: 1;
    color: #101010;
    text-align: center;
    padding: 0 2.2rem;
    position: relative;
    width: 100%;
    min-height: 1rem;
    height: auto;
    overflow: hidden;
}
.container-int-products-description p{
    font-family: 'robotoregular';
    font-weight: normal;
    font-size: 1.12rem;
    line-height: 1;
    color: #101010;
    text-align: center;
    padding: 0 2.2rem 1rem 2.2rem;
    position: relative;
    width: 100%;
    min-height: 1rem;
    height: auto;
    overflow: hidden;
}
#led-lineal{
    margin-top: -4rem;
}
.btn-header{
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.container-btn-header{
    width: 430px;
    position: absolute;
    top:24px;
    /*top: 50%;*/
    left: 50%;
    margin: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.btn-header-menu{
    display: none !important;
}
.btn-slider{
    display: none !important;
}
.btn-container-slider{
    display: none !important;
}

@media (max-width: 900px) {

    .container-btn-header {

        top: 50%;

    }


    .display-toogle{
        display: block !important;
    }
    .display-menu-desktop{
        display: none !important;
    }
    .btn-header-menu{
        display: block !important;
    }
    .site-mobile-menu .site-nav-wrap a.btn-header-menu{
        color: white;
        font-size: 1rem;
    }
    .nav-item.dropdown.show .dropdown-menu.show{
        position: relative !important;
        display: block;
        float: none;
        transform: none !important;
        overflow: hidden;
        width: 100%;
    }
    .site-mobile-menu{
        width: 345px;
    }
    .site-mobile-menu .site-nav-wrap > li > ul > li > a {
        padding-left: 20px;
    }
    .dropdown-submenu .dropdown-menu{
        left: 0;
        position: relative;
        float: none;
        border: 1px solid rgba(0,0,0,0);
    }
    .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a{
        padding-left: 40px;
    }
    .site-mobile-menu .site-nav-wrap a.mobile{
        padding-left: 60px;
    }
    .dropdown-submenu a::after {
        top: 1.2em;
    }

}
@media (max-width: 1280px) {
    .container-btn-header {
        left: 55%;
        -webkit-transform: translate(-55%, -50%);
        -moz-transform: translate(-55%, -50%);
        -o-transform: translate(-55%, -50%);
        -ms-transform: translate(-55%, -50%);
        transform: translate(-55%, -50%);
    }
}
@media (max-width: 1500px) {
    .site-navbar .site-navigation .site-menu > li > a {
        font-size: 1.25rem;
        padding: 5px 7px;
    }
    .sticky-wrapper .site-navbar .site-logo a {
        width: 258px;
        height: 80px;
    }

}
@media (max-width: 810px) {

    .btn-header, .container-btn-header{
        display: none;
    }

}
@media (max-width: 1150px) {
    .carousel-caption h5, .carousel-caption h1{
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }
    .carousel-caption h3{
        font-size: 1.2rem;
    }
    .carousel-caption p {
        font-size: .9rem;
    }
    .btn-slider {
        font-size: 0.8rem;
        margin-top: 1rem;
    }
    .col-home-products{
        width: 100%;
    }
}

@media (max-width: 992px) {
    .img-overflow-gradient{
        min-height: 1031px !important;
    }

    .img-overflow-gradient2{
        min-height: 1042px !important;
    }


    .img-fluid {
        max-width: 95%;
    }

    .titulo_producto {
        font-size: 28px;
    }
}



@media (max-width: 900px) {
    .d-slide-desktop{
        display: none !important;
    }
    .d-slide-mobile{
        display: block !important;
    }


}
@media (max-width: 1200px){
    .tienda .btn-services.btn-menu {
        width: 100%;
    }
}


@media (max-width: 768px){
    
    .centrado_logos{
    display: block;
    justify-content: center;
}
    

.motorrr{
    position: relative;
    float: left;
}


.sticky-wrapper.is-sticky .site-navbar .site-logo a {

    width: 239px;

    background-size: contain;

}

.carousel-control-next .bi-chevron-right, .carousel-control-prev .bi-chevron-left {
    display: none;
}


    
    
    .logo_donde1{
        width: 100%;
    }
    .logo_donde2{
        width: 100%;
    }
    .logo_donde3{
        width: 100%;
    }

    .logo_donde4{
        width: 100%;
    }

    .logo_donde5{

        width: 100%;

    }

}


@media (max-width: 576px){
    .img-overflow-gradient2{
        min-height: 200px !important;
    }
}


@media (max-width: 576px){


    .container-services-col-3 {

        padding: 1rem 1rem 1rem 1rem;

    }

    .container-services-col-3 h3 {

        font-size: 1.5rem;

        text-align: center;

    }

    .container-header-linea h1, .container-header-linea h1 {

        font-size: 34px;
        line-height: 34px;
        text-align: center;
        margin-left:0px;

    }

    .container-header-innovacion h1, .container-header-innovacion h1 {
        font-size: 34px;
        line-height: 34px;
        text-align: center;
        margin-left:0px;
    }

    .container-header h1, .container-header-1 h1 {
        font-size: 34px;
        line-height: 34px;
        text-align: center;
        margin-left:0px;
    }

    .container-header-esp h1, .container-header-esp h1 {
        font-size: 34px;
        line-height: 34px;
        text-align: center;
        margin-left:0px;
    }
    .container-services h5 {

        margin-bottom: 1.3rem;
        text-align: justify;
    }

    .container-services h1 {

        font-size: 1.5rem;

    }

    .container-inside-title-txt h1, .container-inside-title-txt-single h1 {

        font-size: 1.8rem;

    }

    .carousel-caption {
        bottom: 10%;
    }
    .carousel-caption {
        text-align: center;
    }
    .g-recaptcha {
        transform:scale(0.77);
        -webkit-transform:scal(0.77);
        transform-origin:0 0;
        -webkit-transform-origin:0 0;
        float: none;
        width: 250px;
        margin: 0 auto;
    }
    .container-recaptcha {
        float: left;
    }
    .container-footer-logo{
        display: block;
        margin: 0 auto;
    }
    .container-contact-icon-row, .container-footer-row-contact {
        position: relative;
        width: 15.6rem;
        margin: 0 auto;
    }
    .link-social-facebook {
        margin: 2rem auto 0 auto;
        display: block;
    }
    .container-footer {
        padding: 4rem 0 4rem 0;
    }
    .container-power {
        padding: 2.5rem 0;
    }
    .container-power p, .container-power a.abugaber{
        text-align: center;
    }
    .site-mobile-menu{
        width: 100%;
    }
    .btn-contact-map {
        width: 220px;
    }
    .container-contact-text-icon h5 {
        font-size: 1.2rem;
    }
    .btn-submit{
        display: block;
        width: 100%;
    }
    .container-contact-icon-row, .container-footer-row-contact {
        width: 100%;
    }
    .container-about-txt {
        padding: 5rem 2rem;
    }
    .container-about-side {
        background-position: center;
    }
    .btn-language, .btn-language:hover, .btn-language:focus, .btn-language:not(:disabled):not(.disabled):active:focus, .btn-language:not(:disabled):not(.disabled):active, .show > .btn-language.dropdown-toggle, .btn-language.dropdown-toggle:focus, .show > .btn-language.dropdown-toggle:focus {
        font-size: .8rem;
    }
    #anchor{
        margin-bottom: 40px;
    }
    .container-success-stories h1, .container-header h1, .container-header-1 h1 {
        font-size: 2rem;
    }
    .container-header h1, .container-header-1 h1 {
        font-size: 34px;
    }
    .container-header {
        min-height: 28rem;
    }
    .btn-services{
        margin-left: auto;
        margin-right: auto;
    }
    .btn-services.btn-right{
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    .container-inside-title-txt-left {
        position: relative;
        float: none;
        width: 100%;
    }
    .container-inside-title-txt h1{
        text-align: center;
    }
    .container-inside-title-txt-right {
        position: relative;
        float: none;
        overflow: hidden;
        margin: 1rem auto 2rem auto;
        width: 100px;
    }
    .container-footer-logo-1{
        display: block;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .container-contact-phone, .container-contact-icon-row{
        text-align: center;
    }
    .btn-slider, .btn-container-slider{
        display: block !important;
        margin-top: 0;
        margin-bottom: 20px;
        position: relative;
        width: 210px;
        margin-left: auto;
        margin-right: auto;
    }

}