﻿@import url("../../../../css");

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.vh-medium {
    height: 500px;
    margin-bottom: 10rem;
}

@media (max-width:640px) {
    .vh-medium {
        height: 630px;
        margin-bottom: 5rem;
    }
}

.wrapp-1600 {
    max-width: 1600px;
}

@media (max-width:1536px) {
    .wrapp-1600 {
        max-width: 1366px;
    }
}

.wrapp-1280 {
    max-width: 1280px !important;
}

@media (max-width:990px) {
    .wrapp-1280 {
        padding: 0;
    }
}

.green {
    background: #009EE3;
}

.primary-green {
    background: #009EE3;
}

.blue {
    background: #0B82A6;
}

.gray {
    background: #6C6C6C;
}

.white {
    background: #ffffff;
    border-radius: 70px 70px 0px 0px;
    padding-top: 4rem;
}

.bg-black {
    background: #494949;
}

.bg-gray {
    background: #dddddd;
}

.wrapp-768 {
    max-width: 768px;
}

@media (max-width:990px) {
    .wrapp-768 {
        padding: 0;
    }
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
}

@media (max-width:640px) {
    .min-width {
        width: 1020px;
    }
}

.wrap1280 {
    max-width: 1280px;
}

.full-vh {
    height: 100vh;
}

@media (max-width:990px) {
    .full-vh {
        height: 45vh;
    }
}

@media (max-width:640px) {
    .full-vh {
        height: 95vh;
    }
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 3%;
    bottom: -10px;
    z-index: 50;
    height: 7px;
    width: 95%;
    visibility: visible;
    opacity: 1 !important;
}

.swiper-scrollbar-drag {
    height: 100%;
    position: relative;
    background: #009EE3;
    border-radius: 10px;
    left: 0;
    top: 0px;
}

html {
    font-size: 62.5%;
}

body {
    font-family: "Asap", sans-serif;
    line-height: 1.2;
    font-size: 1.6rem;
    color: #707070;
    font-weight: 400;
    padding-top: 8.4rem;
}

@media (max-width:1199px) {
    body {
        padding-top: 10rem;
    }
}

@media (max-width:567px) {
    body {
        padding-top: 8rem;
    }
}

.user-logged-in {
    padding-top: 0;
}

.wrap1440 {
    max-width: 1420px;
}

.height {
    height: 80vh;
}

@media (max-width:1366px) {
    .height {
        height: 100vh;
    }
}

.overlay:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 16.46%, rgba(0, 0, 0, 0) 55.07%);
}

.btn-outline {
    display: flex;
    align-items: center;
}

.btn {
    white-space: inherit;
}

h1,
h2 {
    font-weight: 700;
    line-height: 4rem;
    font-size: 3.5rem;
}

@media (max-width:767px) {

    h1,
    h2 {
        line-height: 3.5rem;
        font-size: 3rem;
    }
}

h3 {
    font-weight: 700;
    line-height: 3.5rem;
    font-size: 3rem;
}

.title h2 {
    font-size: 4rem;
    font-family: "Futura-Bold";
    color: #2d2d2d;
}

@media (max-width:640px) {
    .title h2 {
        font-size: 3rem;
    }
}

.title:after {
    content: "";
    width: 100%;
    max-width: 100px;
    height: 3px;
    background: #009EE3;
    display: block;
    margin: 2rem 0px;
}

@media (min-width:1440px) {
    .container {
        max-width: 1360px;
    }
}

.btn {
    min-width: 18rem;
    min-height: 4.5rem;
    position: relative;
    border-radius: 0.5rem;
    padding: 0.9rem 2rem 0.9rem 7rem;
    text-align: left;
    font-weight: 700;
    font-size: 16px;
    color: #707070;
    background-color: #fff;
}

@media (max-width:991px) {
    .btn {
        min-width: 16rem;
    }
}

.btn .form-submit {
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
    outline: none;
}

.btn:before {
    position: absolute;
    top: 3px;
    left: 4.5rem;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f105";
    font-size: 35px;
}

.btn:before:hover,
.btn:before:hover:before {
    color: #707070;
}

.btn-primary {
    color: #fff;
    background-color: #6D6E71;
    border-color: #6D6E71;
    transition: none;
}

.btn-primary:hover,
.btn-primary:hover:before,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:focus {
    box-shadow: none;
    border-color: #009EE3;
    background-color: #009EE3;
    color: #6D6E71;
}

.btn.dropdown-toggle {
    width: 100%;
    padding: 0.9rem 5rem 0.9rem 2rem;
    font-weight: 500;
}

.btn.dropdown-toggle:before {
    left: auto;
    right: 18px;
    content: "\f107";
}

.btn.dropdown-toggle:after {
    content: none;
}

.btn.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(192, 210, 46, 0.25);
}

.dropdown-menu {
    width: 100%;
}

.dropdown-item {
    padding: 1rem 1.5rem;
    font-size: 1.7rem;
    color: #707070;
}

.dropdown-item:hover {
    color: #707070;
    background-color: #009EE3;
}

@font-face {
    font-family: 'Futura-Bold';
    src: url("../../../../themes/serviciohaceb/fonts/futura-bold.eot");
    src: url("../../../../themes/serviciohaceb/fonts/futura-bold-1.eot") format("embedded-opentype"), url("../../../../themes/serviciohaceb/fonts/futura-bold.woff2") format("woff2"), url("../../../../themes/serviciohaceb/fonts/futura-bold.woff") format("woff"), url("../../../../themes/serviciohaceb/fonts/futura-bold.ttf") format("truetype"), url("../../../../themes/serviciohaceb/fonts/futura-bold.svg") format("svg");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'futura-s';
    src: url("../../../../themes/serviciohaceb/fonts/futurastd-book.eot");
    src: url("../../../../themes/serviciohaceb/fonts/futurastd-book-1.eot") format("embedded-opentype"), url("../../../../themes/serviciohaceb/fonts/futurastd-book.woff2") format("woff2"), url("../../../../themes/serviciohaceb/fonts/futurastd-book.woff") format("woff"), url("../../../../themes/serviciohaceb/fonts/futurastd-book.ttf") format("truetype"), url("../../../../themes/serviciohaceb/fonts/futurastd-book.svg") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'asap-m';
    src: url("../../../../themes/serviciohaceb/fonts/asap-medium.eot");
    src: url("../../../../themes/serviciohaceb/fonts/asap-medium-1.eot") format("embedded-opentype"), url("../../../../themes/serviciohaceb/fonts/asap-medium.woff2") format("woff2"), url("../../../../themes/serviciohaceb/fonts/asap-medium.woff") format("woff"), url("../../../../themes/serviciohaceb/fonts/asap-medium.ttf") format("truetype"), url("../../../../themes/serviciohaceb/fonts/asap-medium.svg") format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'asap-b';
    src: url("../../../../themes/serviciohaceb/fonts/asap-bold.eot");
    src: url("../../../../themes/serviciohaceb/fonts/asap-bold-1.eot") format("embedded-opentype"), url("../../../../themes/serviciohaceb/fonts/asap-bold.woff2") format("woff2"), url("../../../../themes/serviciohaceb/fonts/asap-bold.woff") format("woff"), url("../../../../themes/serviciohaceb/fonts/asap-bold.ttf") format("truetype"), url("../../../../themes/serviciohaceb/fonts/asap-bold.svg") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'asap-r';
    src: url("../../../../themes/serviciohaceb/fonts/asap-regular.eot");
    src: url("../../../../themes/serviciohaceb/fonts/asap-regular-1.eot") format("embedded-opentype"), url("../../../../themes/serviciohaceb/fonts/asap-regular.woff2") format("woff2"), url("../../../../themes/serviciohaceb/fonts/asap-regular.woff") format("woff"), url("../../../../themes/serviciohaceb/fonts/asap-regular.ttf") format("truetype"), url("../../../../themes/serviciohaceb/fonts/asap-regular.svg") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.main-header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 30;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background: white;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
}

+.user-logged-in .main-header {
    position: relative;
    left: auto;
    top: auto;
}

.main-navbar {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    
    padding-bottom: 1%;
}

.main-navbar__brand {
    width: 8.5vw;
    padding: 0;
    margin: 0 6.55555vw 0 0;
}

    {
    width: 170px;
    %;
    height: auto;
}

.main-navbar .navbar-collapse {
    -webkit-box-flex: initial;
    -ms-flex-positive: initial;
    flex-grow: initial;
}

.main-navbar__menu>.main-navbar__menu-item:last-child {
    margin-right: 0;
}

.main-navbar__menu-item {
    margin-right: 23px;
}

.main-navbar__menu-link {
    position: relative;
    padding-bottom: 1.3rem;
    font-family: "Asap", sans-serif;
    line-height: 1.7;
    font-size: 1.7rem;
    color: #707070;
    font-weight: 400;
}

.main-navbar__menu-link:before {
    width: 0;
    height: 0.2777rem;
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background: #009EE3;
    transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
}

.main-navbar__menu-link:hover,
.main-navbar__menu-link.is-active {
    text-decoration: none;
    color: #707070;
}

.main-navbar__menu-link:hover:before,
.main-navbar__menu-link.is-active:before {
    width: 100%;
    transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}

.main-navbar__toggler {
    width: 5rem;
    display: inline-block;
}

.main-navbar__toggler:focus,
.main-navbar__toggler:hover {
    outline: none;
}

.main-navbar__toggler-icon {
    width: 3rem;
}

.main-navbar__toggler-icon--close {
    width: 2rem;
}

.main-navbar__toggler.collapsed .main-navbar__toggler-icon--close,
.main-navbar__toggler:not(.collapsed) .main-navbar__toggler-icon:not(.main-navbar__toggler-icon--close) {
    display: none;
}

@media (max-width:1440px) {
    .main-navbar {
        padding: 1rem;

    }

    .main-navbar__brand {
        min-width: 17.5rem;
        margin-right: 7rem;
    }

    .main-navbar__menu-link {
        padding-bottom: 1rem;
        font-size: 1.7rem;
    }
}

@media (max-width:1199px) {
    .main-navbar {
        padding: 1.5rem 2.3rem 1.5rem 2.5rem;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border-bottom: solid 5px #CCCBCC;
    }

    .main-navbar .navbar-collapse {
        width: 100%;
        height: calc(100vh - 100px);
        position: absolute;
        overflow-y: scroll;
        top: 10rem;
        left: 0;
        text-align: center;
        z-index: 10;
        background: #ffffff;
        background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 80%, #e5e5e5 99%);
        background: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 80%, #e5e5e5 99%);
        background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 80%, #e5e5e5 99%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
    }

    .main-navbar__menu-link {
        display: block;
        padding: 2rem 1rem;
        font-size: 1.7rem;
    }
}

@media (max-width:1199px) and (max-height:560px) {
    .main-navbar__menu-link {
        padding: 1rem;
    }
}

@media (max-width:1199px) {
    .main-navbar__menu-link:before {
        content: none;
    }

    .main-navbar__menu-link.is-active {
        background-color: #009EE3;
    }

    .main-navbar__menu-item {
        margin-right: 0;
        border-bottom: solid 1px #F2F2F2;
    }
}

@media (max-width:567px) {
    .main-navbar {
        padding: 1.5rem 1.5rem 1.4rem;
    }

    .main-navbar .navbar-collapse {
        top: 8rem;
        height: calc(100vh - 80px);
    }

    .main-navbar__brand {
        min-width: 12.5rem;
    }
}

#navbarNavDropdown .navbar-nav .dropdown-menu {
    width: inherit;
    padding: 2rem 0;
    webkit-box-shadow: 15px 9px 41px -17px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 15px 9px 41px -17px rgba(0, 0, 0, 0.75);
    box-shadow: 15px 9px 41px -17px rgba(0, 0, 0, 0.75);
}

#navbarNavDropdown .navbar-nav .dropdown-menu li {
    margin-left: 2.333333vw;
    margin-top: 10px;
    margin-bottom: 15px;
}

#navbarNavDropdown .navbar-nav .dropdown-menu li a {
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1.2;
    display: block;
}

#navbarNavDropdown .navbar-nav .dropdown-menu li a:before {
    bottom: 3px;
}

header ul.navbar-nav.main-navbar__menu li.dropdown:hover ul {
    display: block;
}

h1.title-front {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
    clip-path: inset(0px 0px 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.menu--links-redes .menu {
    margin: 0;
    text-align: center;
    padding: 2rem 0;
    background-color: #8c8c8c;
}

.menu--links-redes .menu-item {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    margin: 0 0.7rem;
}

.menu--links-redes .menu-item a {
    display: inline-block;
    width: 3rem;
    height: 2rem;
    font-size: 0;
    color: transparent;
    background-position: center !important;
}

.footer__menus {
    padding: 6rem 1.5rem;
}

.footer__menus>.row>.col {
    padding: 0 5rem 0 6rem;
}

.footer__menus>.row>.col:last-child {
    border-right: 0;
}

.footer__menus h4,
.footer__menus h5 {
    color: #fff;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 1.5rem;
}

.footer__menus .block-menu h4::after {
    content: '';
    width: 50px;
    height: 2px;
    margin-top: 1.5rem;
    display: block;
    background: #FAFAFA;
}

@media (max-width:575.98px) {
    .footer__menus .block-menu h4::after {
        display: none;
    }
}

.footer__menus .block-menu h4,
.footer__menus .block-menu h5 {
    font-family: 'Futura-Bold';
    padding-left: 2.6rem;
    margin: 15px;
    color: #fff;
}

.footer__menus .block-menu .menu {
    margin-left: 2rem;
    list-style-type: none;
}

.footer__menus .block-menu .menu-item a {
    padding: 0.5rem 0 0.7rem 0.7rem;
    display: block;
    color: #fff;
    font-family: 'futura-s';
}

.footer__menus .block-menu .menu-item a:hover {
    text-decoration: none;
    color: #fff;
}

.footer__menus .block-block-content .menu-item {
    list-style-type: none;
}

.footer__menus .block-block-content .menu-item a {
    padding: 0.5rem 0 0.7rem 0.7rem;
    display: block;
    color: #fff;
    font-family: 'futura-s';
}

.footer__menus .block-block-content .menu-item a:hover {
    text-decoration: none;
    color: #fff;
}

.footer__menus .dropdown-toggle {
    margin-top: 2rem;
    padding: 2rem 5rem 2rem 2rem;
}

.footer__menus .dropdown-toggle:before {
    top: 12px;
}

@media (max-width:1440px) {
    .footer__menus>.row>.col {
        padding: 0 3rem;
    }
}

@media (max-width:1199px) {
    .footer__menus>.row>.col {
        padding: 0 1.5rem;
    }

    .footer__menus .block-menu h5 {
        padding-left: 2rem;
    }

    .footer__menus .block-menu .menu-item a {
        padding: 0.5rem 0 0.7rem;
    }
}

@media (max-width:991px) {
    .footer__menus>.row>.col {
        margin-bottom: 3.5rem;
    }

    .footer__menus>.row>.col:first-child+.col {
        border-right: 0;
    }

    .footer__menus>.row>.col:first-child+.col+.col {
        margin-bottom: 0;
    }

    .footer__menus>.row>.col:last-child {
        margin-bottom: 0;
    }
}

@media (max-width:767px) {
    .footer__menus {
        max-width: 100%;
        width: 100%;
        padding: 3rem 1.5rem 5rem;
    }

    .footer__menus>.row>.col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
        border-right: 0;
        margin-bottom: 0;
        border-bottom: solid 2px #2D2D2D;
    }

    .footer__menus>.row>.col:first-child {
        padding-left: 0;
    }

    .footer__menus>.row>.col:last-child {
        padding: 0;
        border-bottom: 0;
    }

    .footer__menus .block-menu h5 {
        margin-bottom: 0;
        padding: 2.5rem 7.5rem 2.5rem 7.4444%;
        position: relative;
        color: #707070;
    }

    .footer__menus .block-menu h5:before {
        font: normal normal normal 14px/1 FontAwesome;
        position: absolute;
        top: 1.4rem;
        right: 3.5rem;
        content: "\f107";
        font-size: 4rem;
        transform: rotate(0deg);
        transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }

    .footer__menus .block-menu .menu {
        max-height: inherit;
        overflow: hidden;
        margin-left: 0;
        margin-bottom: 0;
        list-style-type: none;
        background-color: #333333;
        transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }

    .footer__menus .block-menu h5.menu-active+ul.menu {
        max-height: 1000px;
        transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }

    .footer__menus .block-menu h5.menu-active:before {
        transform: rotate(180deg);
        transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }

    .footer__menus .block-menu .menu-item {
        margin: 0 7%;
        padding: 0;
    }

    .footer__menus .block-menu .menu-item a {
        padding: 1.1rem 15%;
        border-bottom: solid 1px #ffffff29;
    }
}

.footer {
    background-color: #333333;
}

.footer__copyright {
    padding-top: 1rem;
    text-align: center;
    font-size: 1.3rem;
}

.footer__copyright a {
    text-decoration: underline;
}

.footer__copyright *,
.footer__copyright a:hover,
.footer__copyright a:focus {
    color: #2D2D2D;
}

.footer__top,
.footer__copyright {
    background-color: #009EE3;
}

.sitemap-menu li a {
    color: #707070;
}

.sitemap-menu li a:hover {
    color: #009EE3;
}

@media (max-width:767px) {
    .region-footer-col4 {
        margin-top: 30px;
        text-align: left;
    }

    .region-footer-col4 ul {
        text-align: left;
        margin-left: 0;
    }

    .region-footer-col4 ul a {
        text-align: left;
        margin-left: 0;
        text-decoration: underline;
    }
}

.view-sliders .flexslider {
    margin-bottom: 0;
    border: 0;
}

@media (max-height:991px) {
    .view-sliders ul.slides {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .view-sliders ul.slides .views-field-field-image,
    .view-sliders ul.slides .views-field-field-image>.field-content,
    .view-sliders ul.slides .field-content>.slider {
        height: 100%;
    }
}

.user-logged-in .slider__col-2 {
    margin-top: 0;
}

.slider {
    width: 100%;
    min-height: 50rem;
    height: auto;
    max-height: 50rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width:991px) {
    .slider {
        max-height: none;
    }
}

.slider__col-1 {
    min-width: 45rem;
    width: 39%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.slider__col-2 {
    width: 61%;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 8.5rem;
}

.slider__wrapper-content {
    max-width: 30rem;
    width: 100%;
    margin-right: 5rem;
}

.slider__title {
    margin-bottom: 10%;
    left: -3rem;
}

.slider__content {
    left: -3rem;
    margin-bottom: 14%;
}

.slider__btn {
    top: 2rem;
    transition: all 500ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.slider__title,
.slider__content {
    color: #fff;
}

.slider__title,
.slider__content {
    position: relative;
    opacity: 0;
    transition: all 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.slider__logo {
    min-width: 18rem;
    width: 22.333% !important;
    position: absolute;
    left: 0;
    bottom: 4.555rem;
}

@media (max-width:1199px) {
    .slider__wrapper-content {
        margin-right: 3rem;
    }
}

@media (max-width:991px) {
    .slider {
        flex-wrap: wrap;
        justify-content: start;
        flex-direction: column-reverse;
    }

    .slider__logo {
        min-width: initial;
        width: 14rem !important;
    }

    .slider__col-1,
    .slider__col-2 {
        min-width: 100%;
        min-height: 26.5rem;
    }

    .slider__wrapper-content {
        max-width: 100%;
        width: 80%;
        margin: 5rem 10% 10rem;
        position: relative;
    }

    .slider__title {
        margin-bottom: 2rem;
    }

    .slider__content {
        margin-bottom: 6.5rem;
    }

    .slider__btn {
        position: absolute;
        left: 0;
        top: auto;
        bottom: 0;
    }
}

@media (max-width:767px) {
    .slider__col-2 {
        margin-top: 6rem;
    }

    .slider__title {
        max-width: 30rem;
    }

    .slider__logo {
        min-width: initial;
        width: 12rem !important;
    }
}

.flex-active-slide .slider__title,
.flex-active-slide .slider__content {
    left: 0;
}

.flex-active-slide .slider__title h3.text-content,
.flex-active-slide .slider__content h3.text-content {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.2;
}

.flex-active-slide .slider__btn {
    top: 0;
    transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.flex-active-slide .slider__title,
.flex-active-slide .slider__content {
    opacity: 1;
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (max-width:991px) {
    .flex-active-slide .slider__btn {
        top: auto;
        bottom: 0;
    }
}

.optionset-slider {
    counter-reset: number;
}

.optionset-slider .flex-control-nav {
    width: 5rem;
    left: 39%;
    bottom: 50%;
    margin-left: -450px;
    z-index: 2;
    transform: translateY(50%);
}

.optionset-slider .flex-control-nav li {
    display: block;
    margin: 0;
}

.optionset-slider .flex-control-nav li a {
    width: 100%;
    height: auto;
    padding: 1rem 0;
    text-indent: 0;
    font-size: 1.4rem;
    color: #fff;
    background: transparent;
    box-shadow: none;
    border: 0;
    color: #009EE3;
    text-align: right;
    position: relative;
}

.optionset-slider .flex-control-nav li a::before {
    content: "0";
}

.optionset-slider .flex-control-nav li a.flex-active {
    color: #fff;
    font-weight: 700;
    font-size: 1.6rem;
}

.optionset-slider .flex-control-nav li a.flex-active:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 1.2rem;
    width: 2rem;
    height: 0.3rem;
    background-color: #fff;
}

.optionset-slider .flex-control-nav li a:hover {
    text-decoration: none;
}

@media (max-width:1199px) {
    .optionset-slider .flex-control-nav {
        left: 3.6rem;
        margin-left: auto;
        transform: translateY(50%);
    }
}

@media (max-width:991px) {
    .optionset-slider .flex-control-nav {
        width: 100%;
        bottom: 3.4rem;
        left: 50%;
        transform: translate(-50%, 0);
        text-align: center;
    }

    .optionset-slider .flex-control-nav li {
        display: inline-block;
        margin: 0 1rem;
    }

    .optionset-slider .flex-control-nav li a {
        text-align: center;
        margin: 0;
        padding: 1rem 0 0.5rem;
    }

    .optionset-slider .flex-control-nav li a.flex-active:after {
        left: 0;
        bottom: 0;
        width: 100%;
    }
}

.slick-dots li button {
    width: 16px;
    height: 16px;
    background: transparent;
    border: 1px solid #707070;
    box-shadow: none;
    border-radius: 50%;
    transition: all .2s linear;
}

.slick-dots li button::before {
    content: none;
}

.slick-dots .slick-active button {
    background: #009EE3;
    border: 1px solid #fff;
}

.item-galery img {
    margin: 0 auto;
    max-height: 40rem;
    -o-object-fit: scale-down;
    object-fit: scale-down;
}

.home-slider {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.home-slider .page__slider {
    width: 100%;
}

.home-slider .page__slider .swiper-slide {
    align-items: flex-start;
    height: auto;
}

@media (max-width:640px) {
    .home-slider .page__slider .swiper-slide {
        padding-bottom: 3rem;
    }
}

.home-slider .page__slider .swiper-slide . {
    background: url(../../../../themes/serviciohaceb/images/slider-1-home.png);
}

@media (max-width:640px) {
    .home-slider .page__slider .swiper-slide . {
        background: url(../../../../themes/serviciohaceb/images/bg-hero-m-1.png);
    }
}

.home-slider .page__slider .swiper-slide .bg-hero-2 {
    background: url(../../../../themes/serviciohaceb/images/slider-2-home.png);
}

@media (max-width:640px) {
    .home-slider .page__slider .swiper-slide .bg-hero-2 {
        background: url(../../../../themes/serviciohaceb/images/bg-hero-m-2.png);
    }
}

.home-slider .page__slider .swiper-slide .bg-hero-3 {
    background: url(../../../../themes/serviciohaceb/images/slider-3-home.png);
}

@media (max-width:640px) {
    .home-slider .page__slider .swiper-slide .bg-hero-3 {
        background: url(../../../../themes/serviciohaceb/images/bg-hero-m-3.png);
    }
}

.home-slider .page__slider .swiper-slide .bg-hero-4 {
    background: url(../../../../themes/serviciohaceb/images/slider-4-home.png);
}

@media (max-width:640px) {
    .home-slider .page__slider .swiper-slide .bg-hero-4 {
        background: url(../../../../themes/serviciohaceb/images/bg-hero-m-4.png);
    }
}

.home-slider .page__slider .swiper-slide .bg-hero-b {
    background: url(/themes/serviciohaceb/css/../images/bg-barranquilla.png);
}

.home-slider .page__slider .swiper-slide .bg-hero-m {
    background: url(/themes/serviciohaceb/css/../images/bg-medellin.png);
}

.home-slider .page__slider .swiper-slide .bg-hero-c {
    background: url(/themes/serviciohaceb/css/../images/bg-cali.png);
}

.home-slider .page__slider .swiper-slide .bg-hero-bo {
    background: url(/themes/serviciohaceb/css/../images/bg-bogota.png);
}

.home-slider .page__slider .swiper-slide .bg-hero {
    background-size: cover !important;
    width: 100%;
    height: calc(75vh - 90px);
    min-height: 600px;
    background-position: bottom;
}

@media (max-width:1366px) {
    .home-slider .page__slider .swiper-slide .bg-hero {
        height: calc(90vh - 90px);
        min-height: 500px;
    }
}

@media (max-width:1280px) {
    .home-slider .page__slider .swiper-slide .bg-hero {
        height: calc(90vh - 90px);
        min-height: 450px;
    }
}

@media (max-width:640px) {
    .home-slider .page__slider .swiper-slide .bg-hero {
        flex-direction: column;
        justify-content: flex-start;
        height: calc(100vh - 90px);
        min-height: 450px;
    }
}

.home-slider .page__slider .swiper-slide .s-inner {
    background-size: cover !important;
    height: calc(50vh - 90px);
    min-height: 400px;
    background-position: bottom;
}

@media (max-width:1366px) {
    .home-slider .page__slider .swiper-slide .s-inner {
        height: calc(75vh - 90px);
    }
}

.home-slider .page__slider .swiper-slide .s-inner .hero_content {
    max-width: 600px;
}

.home-slider .page__slider .hero_content {
    max-width: 550px;
}

@media (max-width:640px) {
    .home-slider .page__slider .hero_content {
        margin-top: 3rem;
    }
}

.home-slider .page__slider .hero_content__text h2 {
    color: #2D2D2D;
    font-family: "Futura-Bold";
    font-size: 4.8rem;
    line-height: 1.1;
    margin-bottom: 20px;
}

@media (max-width:1366px) {
    .home-slider .page__slider .hero_content__text h2 {
        font-size: 3.8rem;
    }
}

@media (max-width:640px) {
    .home-slider .page__slider .hero_content__text h2 {
        font-size: 3.0rem;
    }
}

@media (max-width:375px) {
    .home-slider .page__slider .hero_content__text h2 {
        font-size: 2.8rem;
    }
}

.home-slider .page__slider .hero_content__text h1 {
    color: #2D2D2D;
    font-family: "Futura-Bold";
    font-size: 4rem;
    line-height: 1.1;
    margin-bottom: 20px;
}

.home-slider .page__slider .hero_content__text p {
    font-size: 24px;
}

@media (max-width:1366px) {
    .home-slider .page__slider .hero_content__text p {
        font-size: 18px;
    }
}

@media (max-width:640px) {
    .home-slider .page__slider .hero_content__text p {
        font-size: 18px;
    }
}

.home-slider .page__slider .hero_content__text .hero__button {
    margin: 50px 0;
}

.home-slider .page__slider .hero_content__text .hero__button a {
    background-color: #439FD9;
    color: #fff;
    font-size: 18px;
    padding: 10px 30px;
    border-radius: 5px;
    text-decoration: none;
    position: relative;
    bottom: -10px;
}

.home-slider .page__slider .hero_content__text .hero__button a:hover {
    background-color: #009EE3;
}

.home-slider .page__slider .hero_content__text .hero__button a .arrow {
    border: solid #fff;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
}

.home-slider .page__slider .hero_content__text .hero__button a .right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.home-slider .page__slider .hero_content__img {
    width: 100%;
    height: 587px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.home-slider .page__slider .hero_content__img .persona {
    width: 580px;
    max-width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 151px;
}

.home-slider .page__slider .swiper-button-next,
.home-slider .page__slider .swiper-button-prev {
    display: block;
    color: #2D2D2D;
}

@media (max-width:575.98px) {

    .home-slider .page__slider .swiper-button-next,
    .home-slider .page__slider .swiper-button-prev {
        display: none;
    }
}

.home-slider .page__slider .swiper-pagination {
    position: absolute;
}

@media (max-width:575.98px) {
    .home-slider .page__slider .swiper-pagination {
        bottom: 15;
    }
}

.home-slider .page__slider .swiper-pagination .swiper-pagination-bullet {
    background-color: #009EE3;
    width: 11px;
    height: 11px;
}

.home-slider .sombra {
    position: relative;
}

@media (max-width:640px) {
    .home-slider .sombra:after {
        content: "";
        width: 100%;
        height: 300px;
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 10;
        background: linear-gradient(180deg, rgba(241, 241, 241, 0.0001) 0.53%, #F8F8F8 88.84%, #F8F8F8 96.32%);
    }
}

.home-slider .banner .info {
    position: absolute;
    width: 100%;
}

@media (max-width:640px) {
    .home-slider .banner .info {
        bottom: 70px;
        z-index: 11;
    }
}

.home-slider .banner .info .hero_content {
    max-width: 650px;
}

.home-slider .banner img {
    width: 100%;
    object-position: bottom;
    min-height: 480px;
    object-fit: cover;
}

@media (max-width:640px) {
    .home-slider .banner h1 {
        font-size: 3rem !important;
        margin-bottom: 5px !important;
    }
}

.page-banner {
    overflow: hidden;
    position: relative;
    min-height: 44rem;
}

@media (max-width:1199px) {
    .page-banner {
        min-height: auto;
    }
}

@media (max-width:991px) {
    .page-banner {
        min-height: 30rem;
    }
}

.page-banner__content {
    z-index: 2;
    position: relative;
    display: block;
}

@media (max-width:1199px) {
    .page-banner__content {
        padding-left: 2%;
        padding-right: 2%;
    }
}

@media (max-width:767px) {
    .page-banner__content {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.page-banner__title {
    font-size: 3.5rem;
    color: #fff;
    font-weight: 700;
}

@media (max-width:767px) {
    .page-banner__title {
        font-size: 2rem;
    }
}

.page-banner__intro {
    color: #232323;
}

@media (max-width:767px) {
    .page-banner__intro {
        font-size: 1.4rem;
    }
}

.page-banner__image {
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    height: 100%;
    bottom: 0;
    right: 0;
    padding: 0;
}

@media (max-width:1199px) {
    .page-banner__image {
        background-position: center center;
    }
}

@media (max-width:991px) {
    .page-banner__image {
        background-position: center top;
        min-height: 12rem;
    }
}

@media (max-width:767px) {
    .page-banner__image {
        position: relative;
        min-height: 20rem;
    }
}

.page-banner__image img {
    -webkit-transform: translate(-30%, 0%);
    -ms-transform: translate(-30%, 0%);
    transform: translate(-30%, 0%);
}

.shape {
    position: inherit;
    height: 100%;
    z-index: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 42rem;
    padding: 0 1.5rem;
}

@media (max-width:991px) {
    .shape {
        min-height: 30rem;
    }
}

@media (max-width:767px) {
    .shape {
        min-height: auto;
        padding: 6rem 1rem;
        background: #439FD9;
    }
}

.shape_wrap {
    position: relative;
    z-index: 10;
    padding-right: 0;
}

.shape:after {
    content: "";
    width: 50%;
    height: 100%;
    background-image: url(../../../../themes/serviciohaceb/images/forma_2.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}

@media (max-width:1440px) {
    .shape:after {
        width: 62%;
        background-size: cover;
        -webkit-transform: translate(-16rem, 0);
        -ms-transform: translate(-16rem, 0);
        transform: translate(-16rem, 0);
    }
}

@media (max-width:991px) {
    .shape:after {
        width: 70%;
    }
}

@media (max-width:767px) {
    .shape:after {
        display: none;
    }
}

.mapa {
    position: relative;
    height: 80rem;
    width: 100%;
    background: #707070;
    overflow: hidden;
}

@media (max-width:991px) {
    .mapa {
        height: 43rem;
    }
}

.buscadorCentros {
    position: absolute;
    top: 10%;
    right: 10%;
    z-index: 10;
    max-width: 478px;
}

@media (max-width:991px) {
    .buscadorCentros {
        left: 10%;
    }
}

.buscadorCentros_form {
    background: #fff;
    border-radius: 1rem;
    padding: 6rem 3rem 3rem;
    text-align: center;
    position: relative;
    border: 1px solid #eaeaea;
    display: none;
}

.buscadorCentros_form label {
    font-size: 1.6rem;
    font-weight: 400;
    margin-bottom: 2rem;
    margin-top: 1rem;
    text-transform: uppercase;
}

@media (max-width:991px) {
    .buscadorCentros_form label {
        font-size: 1.3rem;
    }
}

.buscadorCentros_form select {
    height: 50px !important;
    font-size: 1.6rem;
    font-family: "Asap", sans-serif;
    font-weight: 400;
    color: #6D6E71;
    border: 1px solid rgba(109, 110, 113, 0.5);
    border-radius: 1rem;
    outline: none;
    padding: 1rem 2.6rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@media (max-width:991px) {
    .buscadorCentros_form select {
        height: 40px !important;
        font-size: 1.3rem;
    }
}

.buscadorCentros_form select:focus {
    border-color: #00ac8f;
    box-shadow: none;
}

.buscadorCentros_title {
    font-size: 3rem;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 3rem;
}

@media (max-width:991px) {
    .buscadorCentros_title {
        font-size: 2rem;
    }
}

.buscadorCentros_lupa {
    background: url(../../../../themes/serviciohaceb/images/lupa.svg) no-repeat;
    background-size: cover;
    width: 150px;
    height: 150px;
    position: absolute;
    right: 0;
    border-radius: 50%;
    cursor: pointer;
}

@media (max-width:991px) {
    .buscadorCentros_lupa {
        width: 70px;
        height: 70px;
        right: 15px;
        top: 300px;
    }
}

.buscadorCentros_cerrar {
    display: inline-block;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    position: absolute;
    top: 1rem;
    right: 1rem;
    cursor: pointer;
    background: url(../../../../themes/serviciohaceb/images/rotador_derecha.svg) no-repeat;
    background-size: cover;
}

.cont_infowindow h2 {
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 0;
    font-family: "Asap", sans-serif;
}

@media (max-width:991px) {
    .cont_infowindow h2 {
        font-size: 1.5rem;
    }
}

.contenido_infobox {
    margin-top: 2rem;
    font-family: "Asap", sans-serif;
}

.contenido_infobox table {
    width: 100%;
}

.contenido_infobox table tr {
    margin-bottom: 0.5rem;
    display: block;
}

.contenido_infobox table tr td:first-child {
    font-weight: 700;
    padding-right: 10px;
    min-width: 20%;
    max-width: 20%;
    float: left;
}

@media (max-width:991px) {
    .contenido_infobox table tr td:first-child {
        margin-right: 10px;
    }
}

.contenido_infobox table tr td p {
    margin-bottom: 0.5rem;
}

#content-map {
    background: #F6F6F6;
}

#content-map #map {
    position: relative;
    width: 100%;
    height: calc(100vh - 140px);
    padding: 0px;
}

#content-map h3 {
    line-height: 3rem;
    font-size: 2.4rem;
}

#content-map h2 {
    font-size: 3.2rem;
}

@media (max-width:640px) {
    #content-map h2 {
        font-size: 2.8rem;
    }
}

#content-map .informacion {
    height: 420px;
    padding: 0px 20px 0px 0px;
    overflow: auto;
}

#content-map .station-info-window {
    display: inline-block;
    width: 100%;
    padding: 10px 2rem;
    background: #fff;
    border-radius: 8px;
    margin: 8px 16px;
}

#content-map .informacion .station-info-window .station-details ul li {
    background-color: #00a0df;
}

#content-map .informacion .station-info-window .station-details ul li a {
    color: #fff;
    background-color: #009EE3;
    border-color: #ccc;
    width: 100% !important;
    margin: 5px 0px;
    padding: 10px;
    border-radius: 5px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
}

#content-map .textos {
    font-size: 20px;
    margin-bottom: 20px;
}

#content-map .gm-style-iw {
    border-radius: none;
    font-size: 13px;
    font-weight: normal;
}

#content-map .gm-style-iw .station-info-window {
    background-color: #fff;
}

#content-map ::-webkit-scrollbar {
    width: 10px;
}

#content-map ::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

#content-map ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #009EE3;
}

#content-map .station-info {
    padding-right: 10px;
}

#content-map .station-info p {
    margin-bottom: 0;
}

#content-map .station-image {
    height: 54px;
    padding-left: 10px;
    width: 90px;
}

#content-map .station-details {
    text-align: left;
    padding: 1rem 1rem 1rem 0;
}

#content-map .station-details ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#content-map .station-info-window a {
    text-transform: uppercase;
}

#content-map .station-details ul li {
    border-right: 1px solid #999;
    display: inline;
    line-height: 0.9;
    margin-right: 8px;
    padding-right: 8px;
}

#content-map .station-details ul li:last-child {
    border: 0;
    margin: 0;
    padding: 0;
}

#content-map .btn-default {
    color: #fff;
    background-color: #337abc;
    border-color: #ccc;
    width: 100% !important;
    margin: 5px 0px;
    padding: 10px;
    border-radius: 0px;
    text-transform: uppercase;
}

#content-map .form-inline .form-control {
    display: inline-block;
    width: 93%;
    vertical-align: middle;
    border-radius: 5px;
    height: 50px;
    font-size: 16px;
}

@media only screen and (max-width:768px) {
    #content-map #map {
        position: relative;
        width: 100%;
        height: 450px;
        padding: 0px;
    }

    #content-map embed,
    #content-map iframe,
    #content-map object {
        margin-bottom: 0em;
        max-width: 100%;
        height: 946px;
    }
}

@media (max-width:640px) {
    #content-map .info {
        margin-top: 5rem;
    }
}

#content-map .station-info-window h2 {
    font-size: 2rem;
    line-height: 27px;
}

.optionset-carusel {
    margin: 0 0 12rem;
}

.optionset-carusel .flex-direction-nav a {
    opacity: 1;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    background-color: #439FD9;
}

.optionset-carusel .flex-direction-nav a:before {
    font: normal normal normal 40px/1 FontAwesome;
    color: #fff;
}

.optionset-carusel .flex-direction-nav a.flex-prev {
    left: -1rem !important;
}

.optionset-carusel .flex-direction-nav a.flex-prev:before {
    content: "\f104";
    padding-right: 0.4rem;
    padding-bottom: 0.2rem;
}

.optionset-carusel .flex-direction-nav a.flex-next {
    right: -1rem !important;
}

.optionset-carusel .flex-direction-nav a.flex-next:before {
    content: "\f105";
    padding-left: 0.4rem;
    padding-bottom: 0.2rem;
}

.optionset-carusel .flex-direction-nav a:hover {
    text-decoration: none;
}

.optionset-carusel .flex-control-paging {
    bottom: -6.5rem;
}

.optionset-carusel .flex-control-paging li a {
    width: 1.6rem;
    height: 1.6rem;
    border: solid 1px #7d7d7d;
    box-shadow: none;
    background-color: transparent;
}

.optionset-carusel .flex-control-paging li a.flex-active {
    border-color: #009EE3;
    background-color: #009EE3;
}

@media (max-width:1440px) {
    .optionset-carusel .flex-direction-nav a {
        width: 4rem;
        height: 4rem;
    }

    .optionset-carusel .flex-direction-nav a:before {
        font-size: 3rem;
    }
}

@media (max-width:991px) {
    .optionset-carusel .flex-direction-nav {
        display: none;
    }
}

.block-views[class*="block-views-blockcarousel"]>h2 {
    margin: 4% 0 4%;
    text-align: center;
}

@media (max-width:767px) {
    .block-views[class*="block-views-blockcarousel"]>h2 {
        margin: 5rem 0 4rem;
    }
}

.item-carusel {
    max-width: 210px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

@media (max-width:767px) {
    .item-carusel {
        max-width: 100%;
        padding: 0 1rem;
    }
}

.item-carusel__title {
    text-align: center;
    font-size: 1.7rem;
    line-height: 1.2;
    font-weight: 700;
    margin: 15% 0;
}

.item-carusel__content {
    display: inline-block;
    margin-bottom: 1.5rem;
    min-height: 4.8rem;
}

@media (max-width:767px) {
    .item-carusel__content {
        min-height: 10.8rem;
    }
}

.item-carusel__ico {
    max-width: 12rem;
    margin: 0 auto;
}

@media (max-width:991px) {
    .item-carusel__title {
        margin: 2rem 0;
    }
}

@media (max-width:767px) {
    .item-carusel__title {
        min-height: 6.4rem;
    }
}

.owl-theme {
    margin-bottom: 4.4rem;
    padding: 0 14rem;
}

@media (max-width:767px) {
    .owl-theme .owl-wrapper-outer {
        overflow: visible;
    }
}

@media (max-width:991px) {
    .owl-theme {
        padding: 0 8rem;
    }
}

@media (max-width:767px) {
    .owl-theme {
        padding: 0 10rem;
    }
}

.owl-theme .owl-controls .owl-pagination {
    margin-top: 5rem;
}

.owl-theme .owl-controls .owl-pagination .owl-page span {
    width: 1.6rem;
    height: 1.6rem;
    border: solid 1px #7d7d7d;
    box-shadow: none;
    background-color: transparent;
}

.owl-theme .owl-controls .owl-pagination .owl-page.active span {
    border-color: #009EE3;
    background-color: #009EE3;
}

.owl-theme .owl-controls .owl-buttons {
    position: absolute;
    top: 32%;
    left: 0;
    right: 0;
}

@media (max-width:767px) {
    .owl-theme .owl-controls .owl-buttons {
        display: none;
    }
}

.owl-theme .owl-controls .owl-buttons div {
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    background: #439FD9;
    font-size: 38px;
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.owl-theme .owl-controls .owl-buttons div:before {
    font: normal normal normal 40px/1 FontAwesome;
    content: "";
}

.owl-theme .owl-controls .owl-buttons div.owl-prev {
    float: left;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev:before {
    content: "\f104";
    padding-right: 0.4rem;
    padding-bottom: 0.2rem;
}

.owl-theme .owl-controls .owl-buttons div.owl-next {
    float: right;
}

.owl-theme .owl-controls .owl-buttons div.owl-next:before {
    content: "\f105";
    padding-left: 0.4rem;
    padding-bottom: 0.2rem;
}

@media (max-width:767px) {
    .block-views[class*="block-views-blockcarousel"] {
        overflow: hidden;
        margin-left: -15px;
        margin-right: -15px;
    }
}

.banner-video {
    cursor: pointer;
    overflow: hidden;
    width: 100%;
    min-height: 45rem;
    height: auto;
    max-height: 50rem;
    margin-bottom: 7.333%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    background-size: cover;
    background-position: center -6rem;
    background-repeat: no-repeat;
    -webkit-box-shadow: -1px 15px 29px -12px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -1px 15px 29px -12px rgba(0, 0, 0, 0.75);
    box-shadow: -1px 15px 29px -12px rgba(0, 0, 0, 0.75);
}

.banner-video__img {
    max-width: 100%;
    height: auto;
}

.banner-video__wrapper {
    width: 100%;
    position: absolute;
    max-width: 125rem;
    padding: 0 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: 3.5rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.banner-video__title {
    font-family: 'Futura-Bold';
    line-height: 3.5rem;
    width: 52%;
    min-height: 10rem;
    padding: 0 3rem 0 15rem;
    position: relative;
    margin-bottom: 0;
}

.banner-video__title:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 10rem;
    height: 10rem;
    display: inline-block;
    background: url(/themes/serviciohaceb/css/../images/icons/ico-play.png) no-repeat center;
    background-size: cover;
}

.banner-video__content {
    width: 44%;
    padding: 0 1.5rem 0 4.5rem;
    border-left: solid 1px #e3e5e6;
}

.banner-video__title,
.banner-video__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    vertical-align: middle;
    color: #f1f1f1;
    text-shadow: 2px 2px 2px #000;
}

.banner-video__video {
    width: 100%;
    min-height: 45rem;
    height: auto;
    max-height: 50rem;
    position: relative;
    opacity: 0;
    visibility: hidden;
    transition: all 500ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.banner-video.active-video {
    background: #000 !important;
}

.banner-video.active-video .banner-video__video {
    visibility: visible;
    opacity: 1;
    transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.banner-video.active-video .banner-video__wrapper {
    display: none;
}

@media (max-width:991px) {
    .banner-video {
        min-height: 48rem;
        margin-bottom: 7rem;
        background-position: -13rem 0rem;
    }

    .banner-video__wrapper {
        flex-wrap: wrap;
        padding-bottom: 1.5rem;
        bottom: 0;
        background: -moz-linear-gradient(top, rgba(109, 110, 113, 0) 0%, rgba(109, 110, 113, 0.9) 80%);
        background: -webkit-linear-gradient(top, rgba(109, 110, 113, 0) 0%, rgba(109, 110, 113, 0.9) 80%);
        background: linear-gradient(to bottom, rgba(109, 110, 113, 0) 0%, rgba(109, 110, 113, 0.9) 80%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006d6e71', endColorstr='#c96d6e71', GradientType=0);
    }

    .banner-video__title,
    .banner-video__content {
        width: 100%;
        padding: 0;
        border: 0;
    }

    .banner-video__title {
        padding-top: 15rem;
    }

    .banner-video__title:before {
        left: 50%;
        transform: translateX(-50%);
        width: 6rem;
        height: 6rem;
    }

    .banner-video__content {
        padding-top: 3rem;
        position: relative;
    }

    .banner-video__content:before {
        position: absolute;
        content: "";
        left: 0;
        top: 1.3rem;
        width: 10rem;
        height: 1px;
        background-color: #e3e5e6;
    }
}

@media (max-width:567px) {
    .banner-video__title {
        font-size: 3rem;
        line-height: 2.8rem;
    }
}

.video-tag {
    display: none;
}

.form-item-he-leido-y-acepto-los-terminos-y-condiciones {
    margin: auto !important;
    width: 27%;
}

@media (max-width:1199px) {
    .form-item-he-leido-y-acepto-los-terminos-y-condiciones {
        width: 40%;
    }
}

@media (max-width:991px) {
    .form-item-he-leido-y-acepto-los-terminos-y-condiciones {
        width: 51%;
    }
}

@media (max-width:767px) {
    .form-item-he-leido-y-acepto-los-terminos-y-condiciones {
        width: 90%;
    }
}

.form-item-he-leido-y-acepto-los-terminos-y-condiciones label {
    color: #009EE3;
    font-weight: bold;
}

.form-item-he-leido-y-acepto-los-terminos-y-condiciones:after {
    content: "(Marque la casilla para continuar)";
    display: block;
    font-size: 1.2rem;
    color: #6d6d6d;
    text-align: center;
    margin-top: 8px;
    font-weight: 300;
}

.page-node-type-webform section.region-content {
    padding: 10rem 0 12rem;
    display: inline-block;
    width: 100%;
    background-color: #f5f5f5;
}

@media (max-width:1440px) {
    .page-node-type-webform section.region-content {
        padding: 5rem 0 6rem;
    }
}

@media (max-width:767px) {
    .page-node-type-webform section.region-content {
        padding: 2rem 0 6rem;
    }
}

.webform-flexbox {
    margin-top: 0;
    margin-bottom: 0;
}

.webform-flexbox .webform-flex {
    margin: 0;
}

.webform-flexbox .webform-flex .form-item.form-no-label {
    margin-top: 0;
}

.form-item {
    margin: 0;
}

.form-item select {
    background-color: #fff;
    background-image: url("../../../../~brayan.herrera/pruebas/imagenes/arrow_down.svg");
    background-repeat: no-repeat;
    background-position: right 1rem top 50%;
    background-size: 1.5rem auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    filter: grayscale(50%);
}

.form-item select,
.form-item .form-text,
.form-item input[type="tel"],
.form-item input[type="email"],
.form-item input[type="number"],
.form-item .form-textarea-wrapper textarea {
    border: solid 1px #e4e4e4;
    border-radius: 1rem;
    padding: 2.5rem;
    color: #6D6E71;
}

.form-item select.error,
.form-item .form-text.error,
.form-item input[type="tel"].error,
.form-item input[type="email"].error,
.form-item input[type="number"].error,
.form-item .form-textarea-wrapper textarea.error {
    border: solid 1px #e4e4e4;
}

@media (max-width:1440px) {

    .form-item select,
    .form-item .form-text,
    .form-item input[type="tel"],
    .form-item input[type="email"],
    .form-item input[type="number"],
    .form-item .form-textarea-wrapper textarea {
        padding: 1.5rem 2rem;
    }
}

@media (max-width:767px) {

    .form-item select,
    .form-item .form-text,
    .form-item input[type="tel"],
    .form-item input[type="email"],
    .form-item input[type="number"],
    .form-item .form-textarea-wrapper textarea {
        width: 100%;
    }
}

.form-item select:focus,
.form-item .form-text:focus,
.form-item input[type="tel"]:focus,
.form-item input[type="email"]:focus,
.form-item input[type="number"]:focus,
.form-item .form-textarea-wrapper textarea:focus {
    outline: none;
    border: solid 1px #009EE3;
}

.form-item label.error {
    display: block;
    text-align: right;
    margin-bottom: 0;
    color: #DF4F38;
    font-weight: 700;
    padding-top: 0.5rem;
    padding-right: 0.1rem;
}

.form-item:not(form-no-label) {
    margin-top: 2rem;
}

.form-item.form-no-label select,
.form-item.form-no-label .form-text,
.form-item.form-no-label input[type="tel"],
.form-item.form-no-label input[type="email"],
.form-item.form-no-label input[type="number"],
.form-item.form-no-label .form-textarea-wrapper textarea {
    margin-top: 4.5rem;
}

@media (max-width:1440px) {

    .form-item.form-no-label select,
    .form-item.form-no-label .form-text,
    .form-item.form-no-label input[type="tel"],
    .form-item.form-no-label input[type="email"],
    .form-item.form-no-label input[type="number"],
    .form-item.form-no-label .form-textarea-wrapper textarea {
        margin-top: 3rem;
    }
}

.form-item.form-type-checkbox {
    margin-top: 2.4rem;
}

.form-item.form-type-checkbox label {
    line-height: 1.6rem;
    font-size: 1.4rem;
}

.form-item.form-type-checkbox label.form-required {
    vertical-align: middle;
    display: inline-block;
    margin-bottom: 0;
    width: calc(100% - 60px);
}

@media (max-width:767px) and (min-width:380px) {
    .form-item.form-type-checkbox {
        text-align: center;
    }

    .form-item.form-type-checkbox label.form-required {
        width: auto;
    }
}

.form-item ::placeholder {
    color: #6D6E71;
    opacity: 1;
}

.form-item :-ms-input-placeholder {
    color: #6D6E71;
}

.form-item ::-ms-input-placeholder {
    color: #6D6E71;
}

.form-item-he-leido-y-acepto-los-terminos-y-condiciones a {
    color: #6A6C6F;
    text-decoration: underline;
}

.form-item-he-leido-y-acepto-los-terminos-y-condiciones a:hover {
    color: #009EE3;
}

.sh-checkbox {
    width: 4rem;
    height: 4rem;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    position: relative;
    padding-left: 5rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.sh-checkbox input {
    position: absolute;
    top: 3px;
    left: 2px;
    height: 3rem;
    width: 3rem;
    background-color: #eee;
}

.sh-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 4rem;
    width: 4rem;
    border: solid 1px #e4e4e4;
    border-radius: 1rem;
    background-color: #fff;
}

.sh-checkbox input:checked~.checkmark {
    background-color: #fff;
}

.sh-checkbox input:checked~.checkmark:after {
    display: block;
}

.sh-checkbox .checkmark:after {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent url(../../../../themes/serviciohaceb/images/icons/ico-checkbox.png) no-repeat center;
}

.sh-checkbox .error {
    white-space: nowrap;
    padding-top: 32px !important;
    margin-left: 4px;
    display: block;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

@media (max-width:767px) {
    .btn-submit {
        margin-top: 3rem;
    }
}

button.ui-dialog-titlebar-close:before {
    content: "X";
    color: #707070;
}

.ui-dialog.ui-widget.ui-widget-content {
    border: 0;
}

@media (max-width:767px) {
    .form-contacto .form-actions {
        text-align: center;
    }

    .form-contacto .btn-submit {
        float: none;
        display: inline-block;
    }
}

.form-suscripcion {
    max-width: 1130px;
    width: 100%;
    padding: 0 1.5rem;
    margin: 5rem auto;
}

@media (min-width:992px) {
    .form-suscripcion {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 50% 25% 25%;
        grid-template-columns: 50% 25% 25%;
        -ms-grid-rows: auto;
        grid-template-rows: auto;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .form-suscripcion {
        -ms-grid-columns: 48% 26% 26%;
        grid-template-columns: 48% 26% 26%;
    }
}

.form-suscripcion #edit-header {
    margin-top: 1rem;
}

@media (min-width:992px) {
    .form-suscripcion #edit-header {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1 / span 2;
        grid-row: 1 / span 2;
    }
}

@media (min-width:992px) {
    .form-suscripcion .form-item-ingresa-tu-correo-electronico {
        margin-top: 0;
        -ms-grid-column-span: 2;
        -ms-grid-column: 2;
        grid-column: 2 / span 2;
    }
}

.form-suscripcion .form-item-ingresa-tu-correo-electronico input {
    margin-top: 0 !important;
    width: 100%;
    padding: 1.2rem 2rem;
    border-radius: 0.5rem;
    font-weight: 700;
    box-shadow: 0px 6px 7px -7px rgba(0, 0, 0, 0.2);
}

.form-suscripcion .form-item-acepto-terminos-y-conidiciones {
    margin-top: 2rem;
}

@media (min-width:992px) {
    .form-suscripcion .form-item-acepto-terminos-y-conidiciones {
        -ms-grid-column: 2;
        grid-column: 2;
        -ms-grid-row: 2;
        grid-row: 2;
    }
}

.form-suscripcion .form-item-acepto-terminos-y-conidiciones label.form-required {
    width: calc(100% - 40px);
    font-weight: 300;
    white-space: nowrap;
    font-size: 1.4rem;
}

.form-suscripcion .form-item-acepto-terminos-y-conidiciones label.form-required a,
.form-suscripcion .form-item-acepto-terminos-y-conidiciones label.form-required a:hover,
.form-suscripcion .form-item-acepto-terminos-y-conidiciones label.form-required a:focus {
    text-decoration: underline;
    color: #6A6C6F;
}

.form-suscripcion .sh-checkbox,
.form-suscripcion .sh-checkbox .checkmark,
.form-suscripcion .sh-checkbox input {
    width: 2.2rem;
    height: 2.2rem;
}

.form-suscripcion .sh-checkbox input,
.form-suscripcion .sh-checkbox .checkmark input,
.form-suscripcion .sh-checkbox input input {
    left: 0;
    top: 0;
}

.form-suscripcion .sh-checkbox .checkmark,
.form-suscripcion .sh-checkbox .checkmark .checkmark,
.form-suscripcion .sh-checkbox input .checkmark {
    top: 0;
    left: 0;
    border-radius: 3px;
}

.form-suscripcion .sh-checkbox .checkmark:after,
.form-suscripcion .sh-checkbox .checkmark .checkmark:after,
.form-suscripcion .sh-checkbox input .checkmark:after {
    background-size: 81%;
}

.form-suscripcion .sh-checkbox input {
    width: 1.8rem;
}

.form-suscripcion .form-item label.error {
    text-align: left;
}

.form-suscripcion .sh-checkbox {
    padding-left: 3.3rem;
}

.form-suscripcion .sh-checkbox .error {
    display: block !important;
}

@media (min-width:992px) {
    .form-suscripcion .webform-actions {
        text-align: right;
        -ms-grid-column: 3;
        grid-column: 3;
        -ms-grid-row: 2;
        grid-row: 2;
    }
}

.form-suscripcion ::placeholder {
    color: #c5c5c6;
    opacity: 1;
}

.form-suscripcion :-ms-input-placeholder {
    color: #c5c5c6;
}

.form-suscripcion ::-ms-input-placeholder {
    color: #c5c5c6;
}

@media (max-width:991px) {
    .form-suscripcion {
        padding: 0;
    }

    .form-suscripcion .form-item {
        display: inline-block;
        width: 100%;
    }

    .form-suscripcion .webform-actions {
        margin-top: 2.5rem;
    }

    .form-suscripcion .webform-actions .btn-submit {
        margin-top: 0;
    }
}

@media (max-width:767px) {
    .form-suscripcion .form-item.form-type-checkbox {
        width: 66%;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .form-suscripcion .webform-actions {
        text-align: center;
    }
}

.header-mail__text {
    width: calc(100% - 90px);
    display: inline-block;
    padding-left: 3rem;
    margin-bottom: 0;
}

.header-mail__icon,
.header-mail__text {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.2;
}

@media (max-width:991px) {
    .header-mail__text {
        width: calc(100% - 75px);
    }

    .header-mail__text strong {
        display: block;
    }
}

@media (max-width:479px) {
    .header-mail {
        text-align: center;
    }

    .header-mail__text {
        text-align: left;
        width: 100%;
        padding: 0;
        margin-top: 3rem;
    }
}

.escribenos .init-form {
    background: radial-gradient(187.8% 186.13% at 9.32% 36.9%, #F8F8F8 0%, #E0E0E0 100%);
    padding-top: 3rem;
    height: 90vh;
    position: relative;
    min-height: 600px;
}

@media (max-width:1440px) {
    .escribenos .init-form {
        padding-bottom: 15rem;
        height: 100vh;
        min-height: 760px;
    }
}

@media (max-width:640px) {
    .escribenos .init-form {
        padding-bottom: 15rem;
        height: auto;
    }
}

.escribenos .init-form::after {
    content: "";
    background: url(../../../../themes/serviciohaceb/images/escribenos.png);
    background-position: left bottom;
    width: 60%;
    height: 60%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background-repeat: no-repeat;
    background-size: contain;
}

.escribenos .h_servicio {
    height: 70vh;
}

@media (max-width:640px) {
    .escribenos .h_servicio {
        height: auto;
        display: flex !important;
        align-items: flex-start !important;
        flex-direction: column !important;
    }
}

.escribenos .h_servicio .service_line {
    position: relative;
    z-index: 10;
}

.escribenos .h_servicio .service_line h2 {
    font-size: 2.4rem;
    line-height: 120%;
}

.escribenos .h_servicio .service_line a {
    transition: all 0.3s ease-in-out;
}

.escribenos .h_servicio .service_line a img {
    background: #ffffff;
    border-radius: 100px;
    padding: 20px;
    width: 80px;
    margin-right: 10px;
    box-shadow: 0px 0px 10px #3333331a;
    transition: all 0.3s ease-in-out;
}

.escribenos .h_servicio .service_line a:hover img {
    transform: scale(1.1);
    transition: all 0.3s ease-in-out;
}

.escribenos .h_servicio .service_line a:hover {
    transition: all 0.3s ease-in-out;
}

.escribenos .h_servicio .service_line a:hover .false_buttom {
    background: #009EE3 !important;
    transition: all 0.3s ease-in-out;
}

.escribenos .h_servicio .service_line .false_buttom {
    padding: 8px 16px;
    border-radius: 8px;
    background: #439FD9;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
    display: inline-block;
}

.escribenos .h_servicio .service_line .btn-outline {
    text-decoration: none;
    color: #439FD9;
    margin-top: -15px;
    position: relative;
    display: block;
}

.escribenos .h_servicio .service_line .btn-outline img {
    width: inherit;
    max-width: 16px;
    min-height: inherit !important;
    display: inline-block;
    vertical-align: sub;
    margin-right: inherit;
    border-radius: inherit;
    background: inherit;
    box-shadow: none;
    padding: inherit;
}

.escribenos .h_servicio .service_line .btn-services {
    background: #439FD9;
    padding: 12px 24px;
    box-shadow: inherit;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
}

.escribenos .h_servicio .service_line .btn-services:hover {
    background: #009EE3;
}

.escribenos .h_servicio .service_line .btn-services img {
    width: 16px;
    margin-right: 10px;
    vertical-align: unset;
    background: inherit;
    padding: inherit;
}

.escribenos .h_servicio .title:after {
    content: "";
    margin: 2rem auto !important;
}

.escribenos .form-item.form-no-label select,
.escribenos .form-item.form-no-label .form-text,
.escribenos .form-item.form-no-label input[type="tel"],
.escribenos .form-item.form-no-label input[type="email"],
.escribenos .form-item.form-no-label input[type="number"],
.escribenos .form-item.form-no-label .form-textarea-wrapper textarea {
    margin-top: 1rem;
}

.escribenos .form-item select,
.escribenos .form-item .form-text,
.escribenos .form-item input[type="tel"],
.escribenos .form-item input[type="email"],
.escribenos .form-item input[type="number"],
.escribenos .form-item .form-textarea-wrapper textarea {
    padding: 1.5rem;
}

.escribenos .js-form-item.form-item.js-form-type-checkbox.form-type-checkbox.js-form-item-he-leido-y-acepto-los-terminos-y-condiciones.form-item-he-leido-y-acepto-los-terminos-y-condiciones {
    width: 100%;
}

.map .info {
    max-width: 430px;
    margin: 0px auto;
}

#h_home .h_one .swiper-slide {
    align-items: flex-start;
}

#h_home .h_one .swiper-slide .card {
    width: 100%;
    max-width: 300px;
    border-radius: 10px;
    padding: 32px;
}

#h_home .h_one .swiper-slide .card .ico img {
    max-width: 140px;
    margin: 0px auto;
}

#h_home .h_one .swiper-slide .card h2 {
    font-size: 2rem;
    max-width: 170px;
    margin: 0px auto;
    line-height: 24px;
    margin-bottom: 1rem;
}

#h_home .h_one .swiper-slide .card p {
    font-size: 1.6rem;
    margin: 0px auto;
    min-height: 60px;
}

#h_home .h_one .swiper-slide .btn-home {
    font-family: 'futura-s';
    background-color: #439FD9;
    color: #fff;
    padding: 9px 12px;
    border-radius: 10px;
    display: block;
    text-decoration: none;
    position: relative;
    bottom: -50px;
    max-width: 145px;
    margin: 0px auto;
    display: inline-block;
}

#h_home .h_servicio {
    background: radial-gradient(187.8% 186.13% at 9.32% 36.9%, #F8F8F8 0%, #E0E0E0 100%);
    height: 70vh;
}

@media (max-width:640px) {
    #h_home .h_servicio {
        height: 1170px;
        display: flex !important;
        align-items: flex-start !important;
        flex-direction: column !important;
    }
}

#h_home .h_servicio .service_line {
    position: relative;
    z-index: 10;
}

#h_home .h_servicio .service_line h2 {
    font-size: 2.4rem;
    line-height: 120%;
}

#h_home .h_servicio .service_line a {
    transition: all 0.3s ease-in-out;
}

#h_home .h_servicio .service_line a img {
    background: #ffffff;
    border-radius: 100px;
    padding: 20px;
    width: 80px;
    margin-right: 10px;
    box-shadow: 0px 0px 10px #3333331a;
    transition: all 0.3s ease-in-out;
}

#h_home .h_servicio .service_line a:hover img {
    transform: scale(1.1);
    transition: all 0.3s ease-in-out;
}

#h_home .h_servicio .service_line a:hover {
    transition: all 0.3s ease-in-out;
}

#h_home .h_servicio .service_line a:hover .false_buttom {
    background: #009EE3 !important;
    transition: all 0.3s ease-in-out;
}

#h_home .h_servicio .service_line .false_buttom {
    padding: 8px 16px;
    border-radius: 8px;
    background: #439FD9;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
    display: inline-block;
}

#h_home .h_servicio .service_line .btn-outline {
    text-decoration: none;
    color: #439FD9;
    margin-top: -15px;
    position: relative;
    display: block;
}

#h_home .h_servicio .service_line .btn-outline img {
    width: inherit;
    max-width: 16px;
    min-height: inherit !important;
    display: inline-block;
    vertical-align: sub;
    margin-right: inherit;
    border-radius: inherit;
    background: inherit;
    box-shadow: none;
    padding: inherit;
}

#h_home .h_servicio .service_line .btn-services {
    background: #439FD9;
    padding: 12px 24px;
    box-shadow: inherit;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
}

#h_home .h_servicio .service_line .btn-services:hover {
    background: #009EE3;
}

#h_home .h_servicio .service_line .btn-services img {
    width: 16px;
    margin-right: 10px;
    vertical-align: unset;
    background: inherit;
    padding: inherit;
}

#h_home .bg-left {
    position: relative;
}

#h_home .bg-left:before {
    content: "";
    background: url(../../../../themes/serviciohaceb/images/tecnico-nw.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    width: 100%;
    max-width: 550px;
    z-index: 2;
    height: 100%;
    bottom: 0px;
    position: absolute;
    transition: all 0.3s ease-in-out;
}

@media (max-width:1536px) {
    #h_home .bg-left:before {
        width: 80%;
        max-width: 450px;
        background-size: contain;
    }
}

@media (max-width:1366px) {
    #h_home .bg-left:before {
        max-width: 450px;
        background-size: contain;
    }
}

@media (max-width:1280px) {
    #h_home .bg-left:before {
        max-width: 390px;
        height: 79%;
        transition: all 0.3s ease-in-out;
    }
}

@media (max-width:640px) {
    #h_home .bg-left:before {
        max-width: 70%;
        width: 100%;
        height: 310px;
        transition: all 0.3s ease-in-out;
        left: 0px;
        bottom: 0px;
    }
}

#h_home .h-mundo_saludable .content-left {
    border-radius: 10px;
    overflow: hidden;
}

#h_home .h-mundo_saludable .content-left:after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 90%;
    mix-blend-mode: color-burn;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 16.46%, rgba(0, 0, 0, 0) 55.07%);
    z-index: 1;
}

#h_home .h-mundo_saludable .content-left img {
    width: 100%;
}

#h_home .h-mundo_saludable .content-left .info {
    position: absolute;
    max-width: 420px;
    margin: 3rem;
    z-index: 2;
}

@media (max-width:640px) {
    #h_home .h-mundo_saludable .content-left .info {
        left: 20px;
        bottom: 30px;
    }
}

#h_home .h-mundo_saludable .content-left .info h2 {
    font-size: 3rem;
    color: #ffffff;
    font-family: "Futura-Bold";
}

#h_home .h-mundo_saludable .content-left .info a {
    color: #ffffff;
}

#h_home .h-mundo_saludable .content-right .card {
    border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}

@media (max-width:640px) {
    #h_home .h-mundo_saludable .content-right .card {
        min-height: 380px;
    }
}

#h_home .h-mundo_saludable .content-right .card img {
    object-fit: cover;
    width: 100%;
    height: 40%;
}

@media (max-width:640px) {
    #h_home .h-mundo_saludable .content-right .card img {
        min-height: 380px;
    }
}

#h_home .h-mundo_saludable .content-right .card .info {
    position: absolute;
    max-width: 320px;
    left: 50px;
    z-index: 1;
}

@media (max-width:1366px) {
    #h_home .h-mundo_saludable .content-right .card .info {
        left: 30px;
    }
}

@media (max-width:640px) {
    #h_home .h-mundo_saludable .content-right .card .info {
        bottom: 30px;
        left: 20px;
    }
}

#h_home .h-mundo_saludable .content-right .card .info h2 {
    font-size: 3.2rem;
    color: #ffffff;
    font-family: "Futura-Bold";
}

#h_home .h-mundo_saludable .content-right .card .info p {
    font-size: 1.8rem;
    color: #ffffff;
    font-family: "futura-s";
}

#h_home .h-mundo_saludable .content-right .card .info a {
    color: #ffffff;
}

@media (max-width:640px) {
    #h_home .h-mundo_saludable .content-right .col-12 {
        padding: 0px;
    }
}

#h_home .h-mundo_saludable .content-right .content-green {
    border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}

@media (max-width:1366px) {
    #h_home .h-mundo_saludable .content-right .content-green {
        min-height: 306px;
    }
}

@media (max-width:640px) {
    #h_home .h-mundo_saludable .content-right .content-green {
        min-height: 580px;
    }
}

#h_home .h-mundo_saludable .content-right .content-green img {
    width: 100%;
}

#h_home .h-mundo_saludable .content-right .content-green .info {
    position: absolute;
    max-width: 320px;
    left: 50px;
    z-index: 1;
}

@media (max-width:1366px) {
    #h_home .h-mundo_saludable .content-right .content-green .info {
        left: 30px;
    }
}

@media (max-width:640px) {
    #h_home .h-mundo_saludable .content-right .content-green .info {
        bottom: 30px;
        left: 20px;
    }
}

#h_home .h-mundo_saludable .content-right .content-green .info h2 {
    font-size: 3.2rem;
    color: #ffffff;
    font-family: "Futura-Bold";
}

@media (max-width:1366px) {
    #h_home .h-mundo_saludable .content-right .content-green .info h2 {
        font-size: 3rem;
    }
}

#h_home .h-mundo_saludable .content-right .content-green .info p {
    font-size: 1.8rem;
    color: #ffffff;
    font-family: "futura-s";
}

#h_home .h-mundo_saludable .content-right .content-green .info a {
    color: #ffffff;
}

@media (max-width:640px) {
    #h_home .h-mundo_saludable .content-right .col-12 {
        padding: 0px;
    }
}

#h_home .h_banner_ads .banner {
    background: radial-gradient(168.2% 156.12% at 26.77% 31.88%, #F8F8F8 0%, #989898 100%);
    border-radius: 10px;
    overflow: hidden;
    min-height: 345px;
}

@media (max-width:640px) {
    #h_home .h_banner_ads .banner {
        border-radius: 0px;
        background: radial-gradient(168.2% 156.12% at 26.77% 31.88%, #F8F8F8 0%, #f8f8f8 100%);
    }
}

#h_home .h_banner_ads .banner img {
    object-fit: cover;
    height: 430px;
}

@media (max-width:640px) {
    #h_home .h_banner_ads .banner img {
        width: 100%;
    }
}

#h_home .h_banner_ads .banner .info {
    max-width: 420px;
    margin: 0px 0px 0px 100px;
}

@media (max-width:640px) {
    #h_home .h_banner_ads .banner .info {
        margin: 30px 0px;
    }
}

#h_home .h_banner_ads .banner .info h2 {
    font-size: 3.2rem;
    color: #232323;
    font-family: "Futura-Bold";
}

@media (max-width:640px) {
    #h_home .h_banner_ads .banner .info h2 {
        font-size: 3rem;
        margin: 0px 0px 2rem;
    }
}

#h_home .h_banner_ads .banner .info p {
    font-size: 1.8rem;
    color: #232323;
    font-family: "futura-s";
}

@media (max-width:640px) {
    #h_home .h_banner_ads .banner .sombra:after {
        content: "";
        width: 100%;
        height: 300px;
        position: absolute;
        bottom: 0px;
        left: 0px;
        z-index: 30;
        background: linear-gradient(180deg, rgba(241, 241, 241, 0.0001) 0.53%, #F8F8F8 88.84%, #F8F8F8 96.32%);
    }
}

#h_home .h_banner_ads .tab-content {
    position: relative;
}

#h_home .h_banner_ads #tabs {
    position: absolute;
    top: 40px;
    left: 90px;
    z-index: 1;
}

@media (max-width:640px) {
    #h_home .h_banner_ads #tabs {
        top: 54%;
        left: 20px;
        z-index: 70;
    }
}

#h_home .h_banner_ads #tabs li {
    margin: 0 10px;
}

#h_home .h_banner_ads #tabs a:after {
    content: "";
    width: 100%;
    height: 6px;
    background: #3333331a;
    display: block;
    margin: 3px 0px 0px;
    border-radius: 10px;
    transition: ease-in-out;
}

#h_home .h_banner_ads #tabs .active:after {
    content: "";
    background: #009EE3 !important;
    width: 100%;
    height: 6px;
    display: block;
    margin: 3px 0px 0px;
    border-radius: 10px;
    transition: ease-in-out;
}

@media (max-width:640px) {
    #h_home .content-right {
        margin: 0px !important;
        padding: 0px;
    }
}

#h_home .hero__button {
    width: 215px;
}

@media (max-width:640px) {
    #h_home .hero__button {
        width: 215px;
    }
}

#h_home .content-green {
    background: #439FD9;
    position: relative;
    min-height: 370px;
}

@media (max-width:640px) {
    #h_home .content-green {
        min-height: 450px;
    }
}

#h_home .content-green .ab.ab:nth-child(1) {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 450px;
}

@media (max-width:640px) {
    #h_home .content-green .ab.ab:nth-child(1) {
        position: absolute;
        bottom: 0px;
        right: 0px;
    }
}

#h_home .content-green .ab:nth-child(2) {
    position: absolute;
    width: 179px !important;
    right: 0px;
    top: 50px;
}

@media (max-width:640px) {
    #h_home .content-green .ab:nth-child(2) {
        position: absolute;
        width: 120px !important;
        right: 0px;
        bottom: 220px;
    }
}

#h_home .content-green .ab.ab:nth-child(3) {
    width: 360px;
    position: absolute;
    right: -30px;
    bottom: 0px;
}

@media (max-width:640px) {
    #h_home .content-green .ab.ab:nth-child(3) {
        width: 400px !important;
        position: absolute;
        right: -83px;
        bottom: 0px;
    }
}

@media (max-width:640px) {
    #h_home .content-green .info {
        top: 60px;
        left: 20px;
    }
}

.page-banner__intro {
    color: #232323 !important;
}

@media (max-width:1366px) {
    .page-banner__intro h1 {
        font-size: 37px;
        line-height: 39px;
    }
}

.container.cont-banner-mant {
    position: absolute;
    width: 100%;
    top: 4rem;
}

.mnto {
    display: block;
    margin-bottom: 20rem;
}

@media (max-width:640px) {
    .mnto {
        margin-bottom: 10rem;
    }
}

.mnto img {
    width: 100%;
    object-fit: cover;
}

@media (max-width:640px) {
    .garantia_section .text {
        position: relative;
        top: -160px;
    }
}

.float {
    position: fixed;
    background: #009EE3;
    width: 60px;
    height: 60px;
    bottom: 90px;
    text-align: center;
    border-radius: 100%;
    right: 45px;
    z-index: 20;
    cursor: pointer;
    box-shadow: 0px 0px 5px #33333326;
}

.float .inner-float {
    line-height: 55px;
}

.float .inner-float img {
    width: 100%;
    max-width: 32px;
}

.float-buttom {
    position: absolute;
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 100%;
    background: #fff;
    box-shadow: 0px 0px 5px #33333326;
}

.video {
    bottom: 70px;
}

.agendamiento {
    bottom: 140px;
}

.quiero {
    bottom: 210px;
}

a {
    text-decoration: none;
}

.toggle {
    display: none;
}

.toggle+.style {
    width: 200px;
    height: 124px;
    border-radius: 50%;
    cursor: pointer;
    transform: translate(-50%, -50%) scale(1);
    z-index: 5;
    display: block;
    max-width: 200px;
    margin-bottom: 0;
    background: #009EE3;
    color: #fff;
    font-size: 2.5em;
    padding-top: 75px;
    text-align: center;
    transition: all .8s;
}

.menu p {
    max-width: 85px;
    text-align: center;
    margin: 0 auto;
    line-height: 15px;
    padding-top: 50px;
    font-weight: 700;
    font-size: 2em;
}

.toggle+.style:hover {
    -webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.7);
    -ms-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.7);
    -o-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.7);
}

.toggle:checked+.style {
    transform: translate(-50%, -50%) scale(0.5);
}

.menu input[type=checkbox]+label:before {
    content: "";
    position: absolute;
}

.toggle+.style:before,
.toggle+.style:after {
    content: "";
    position: absolute;
    margin: -3px;
    border-radius: 5px;
    transition: all 0.3s;
}

.toggle+.style:before {
    width: 30px;
    height: 0px;
    left: 10px;
    top: 25px;
}

.toggle+.style:after {
    width: 0px;
    height: 30px;
    left: 25px;
    top: 10px;
}

.toggle:checked+.style:before,
.toggle:checked+.style:after {
    transform: rotate(135deg);
}

.toggle~.tab {
    position: absolute;
    background: #ff0000;
    color: #fff;
    width: 120px;
    height: 120px;
    left: 0px;
    top: 0px;
    transform: translate(-50%, -50%) scale(0);
    transition: all 0.3s;
    opacity: 0;
    border-radius: 50%;
}

.toggle:checked~.tab {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.menu>.toggle:checked~.tab:nth-of-type(1) {
    top: -122px;
    left: 0px;
    transition-delay: 0s;
}

.menu>.toggle:checked~.tab:nth-of-type(2) {
    top: -256px;
    left: 0px;
    transition-delay: 0.125s;
}

.menu>.toggle:checked~.tab:nth-of-type(3) {
    top: 56px;
    left: 0px;
    transition-delay: 0.25s;
}

.menu>.toggle:checked~.tab:nth-of-type(4) {
    top: 122px;
    left: 0px;
    transition-delay: 0.375s;
}

.page-banner .cuadros-mant {
    padding-top: 2%;
    max-width: 730px;
}

.mnto .page-banner__intro {
    margin-top: 10rem;
}

.mnto .page-banner__image {
    overflow: inherit;
}

.mnto .page-banner__image {
    background-size: cover;
    background-position: right;
}

.mnto .page-banner__content h1 {
    font-family: "Futura-Bold";
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 54px;
}

@media (max-width:640px) {
    .mnto .page-banner__content h1 {
        font-size: 32px;
        line-height: 34px;
    }
}

@media (max-width:1536px) {
    .mnto .page-banner__content {
        max-width: 580px;
    }
}

@media (max-width:1366px) {
    .mnto .page-banner__content {
        max-width: 580px;
    }
}

.mnto.page-banner {
    overflow: inherit;
}

.accordion-wrapper {
    background-color: #f5f5f5;
    padding: 9rem 0 8rem;
}

.accordion-wrapper .view-header h2 {
    margin-bottom: 3rem;
}

@media (max-width:1440px) {
    .accordion-wrapper {
        padding: 5.5rem 0 3.6rem;
    }
}

.view-accordion .field__item,
.view-accordion .field-content,
.node--type-page-accordion .field__item,
.node--type-page-accordion .field-content {
    margin-bottom: 2rem;
}

.view-accordion .field__item h2,
.view-accordion .field__item h3,
.view-accordion .field-content h2,
.view-accordion .field-content h3,
.node--type-page-accordion .field__item h2,
.node--type-page-accordion .field__item h3,
.node--type-page-accordion .field-content h2,
.node--type-page-accordion .field-content h3 {
    max-width: 1120px;
    margin: 0 auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    min-height: 9rem;
    line-height: 2rem;
    font-size: 1.6rem;
    font-weight: 700;
    padding: 2.7rem 15rem 2.7rem 4rem;
    background-color: #fff;
    border: solid 1px #e4e4e4;
    position: relative;
    cursor: pointer;
}

.view-accordion .field__item h2:before,
.view-accordion .field__item h3:before,
.view-accordion .field-content h2:before,
.view-accordion .field-content h3:before,
.node--type-page-accordion .field__item h2:before,
.node--type-page-accordion .field__item h3:before,
.node--type-page-accordion .field-content h2:before,
.node--type-page-accordion .field-content h3:before {
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    top: 45%;
    right: 3.5rem;
    content: "\f107";
    font-size: 4rem;
    transform: rotate(0deg) translateY(-50%);
    transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transform-origin: center;
}

.view-accordion .field__item h2.menu-active:before,
.view-accordion .field__item h3.menu-active:before,
.view-accordion .field-content h2.menu-active:before,
.view-accordion .field-content h3.menu-active:before,
.node--type-page-accordion .field__item h2.menu-active:before,
.node--type-page-accordion .field__item h3.menu-active:before,
.node--type-page-accordion .field-content h2.menu-active:before,
.node--type-page-accordion .field-content h3.menu-active:before {
    transform: rotate(180deg);
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.view-accordion .field__item h2+ul,
.view-accordion .field__item h3+ul,
.view-accordion .field-content h2+ul,
.view-accordion .field-content h3+ul,
.node--type-page-accordion .field__item h2+ul,
.node--type-page-accordion .field__item h3+ul,
.node--type-page-accordion .field-content h2+ul,
.node--type-page-accordion .field-content h3+ul {
    max-width: 1120px;
    margin: 0 auto;
    width: 100%;
    display: block;
    padding: 0 15rem 0 4rem;
    max-height: 0;
    overflow: hidden;
    transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    list-style-type: none;
    margin-bottom: 0;
    background-color: #e5e5e5;
}

.view-accordion .field__item h2+ul>li:first-child,
.view-accordion .field__item h3+ul>li:first-child,
.view-accordion .field-content h2+ul>li:first-child,
.view-accordion .field-content h3+ul>li:first-child,
.node--type-page-accordion .field__item h2+ul>li:first-child,
.node--type-page-accordion .field__item h3+ul>li:first-child,
.node--type-page-accordion .field-content h2+ul>li:first-child,
.node--type-page-accordion .field-content h3+ul>li:first-child {
    padding-top: 3.5rem;
}

.view-accordion .field__item h2+ul>li:last-child,
.view-accordion .field__item h3+ul>li:last-child,
.view-accordion .field-content h2+ul>li:last-child,
.view-accordion .field-content h3+ul>li:last-child,
.node--type-page-accordion .field__item h2+ul>li:last-child,
.node--type-page-accordion .field__item h3+ul>li:last-child,
.node--type-page-accordion .field-content h2+ul>li:last-child,
.node--type-page-accordion .field-content h3+ul>li:last-child {
    padding-bottom: 3.5rem;
}

.view-accordion .field__item h2.menu-active:before,
.view-accordion .field__item h3.menu-active:before,
.view-accordion .field-content h2.menu-active:before,
.view-accordion .field-content h3.menu-active:before,
.node--type-page-accordion .field__item h2.menu-active:before,
.node--type-page-accordion .field__item h3.menu-active:before,
.node--type-page-accordion .field-content h2.menu-active:before,
.node--type-page-accordion .field-content h3.menu-active:before {
    top: 32%;
}

.view-accordion .field__item h2.menu-active+ul,
.view-accordion .field__item h3.menu-active+ul,
.view-accordion .field-content h2.menu-active+ul,
.view-accordion .field-content h3.menu-active+ul,
.node--type-page-accordion .field__item h2.menu-active+ul,
.node--type-page-accordion .field__item h3.menu-active+ul,
.node--type-page-accordion .field-content h2.menu-active+ul,
.node--type-page-accordion .field-content h3.menu-active+ul {
    max-height: 3000px;
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (max-width:767px) {

    .view-accordion .field__item h2,
    .view-accordion .field__item h3,
    .view-accordion .field-content h2,
    .view-accordion .field-content h3,
    .node--type-page-accordion .field__item h2,
    .node--type-page-accordion .field__item h3,
    .node--type-page-accordion .field-content h2,
    .node--type-page-accordion .field-content h3 {
        padding: 2.7rem 5rem 2.7rem 2rem;
    }

    .view-accordion .field__item h2:before,
    .view-accordion .field__item h3:before,
    .view-accordion .field-content h2:before,
    .view-accordion .field-content h3:before,
    .node--type-page-accordion .field__item h2:before,
    .node--type-page-accordion .field__item h3:before,
    .node--type-page-accordion .field-content h2:before,
    .node--type-page-accordion .field-content h3:before {
        right: 1.5rem;
    }

    .view-accordion .field__item h2+ul,
    .view-accordion .field__item h3+ul,
    .view-accordion .field-content h2+ul,
    .view-accordion .field-content h3+ul,
    .node--type-page-accordion .field__item h2+ul,
    .node--type-page-accordion .field__item h3+ul,
    .node--type-page-accordion .field-content h2+ul,
    .node--type-page-accordion .field-content h3+ul {
        padding: 0 2rem;
    }
}

.tab-vista.view-accordion .field-content ul li {
    margin-bottom: 1rem;
}

.tab-vista.view-accordion .field-content ul li span {
    margin-bottom: 1rem;
    display: block;
}

.tab-vista.view-accordion .field-content h5 {
    font-size: 1.6rem;
    margin-bottom: 4rem;
}

.accordion .card {
    margin-bottom: 20px;
    border: none;
}

.card-header {
    border: none;
    border-radius: none !important;
    padding: 0;
}

@media (max-width:990px) {
    .card-header button {
        padding: 0 20px;
        white-space: initial;
        padding-left: 20px;
        padding-right: 68px;
    }
}

.card-body {
    margin: 0 0 35px;
    background-color: #fff;
    padding: 35px 0;
    padding-left: 40px;
    padding-right: 150px;
}

.card-body ul li {
    list-style: none;
    margin-bottom: 1rem;
}

.card-body ul li ul li {
    list-style: circle;
}

@media (max-width:990px) {
    .card-body {
        padding: 15px;
    }

    .card-body ul {
        padding: 0;
    }
}

.sect-description {
    margin-bottom: 40px;
}

.nav-categories-ico {
    margin-top: 100px;
    margin-bottom: 90px;
}

.nav-categories-ico ul {
    padding: 0;
    margin: 0;
    justify-content: space-between;
    display: flex;
}

.nav-categories-ico ul .item-nav {
    height: 224px;
    margin: 0 30px;
    padding: 0;
    list-style: none;
    width: 100%;
    text-align: center;
}

.nav-categories-ico ul .item-nav a {
    font-size: 20px;
    font-weight: 700;
    text-decoration: none !important;
    display: block;
    color: #707070 !important;
    height: 100%;
    position: relative;
}

.nav-categories-ico ul .item-nav a::before {
    width: 0;
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    height: 7px;
    transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
    background-color: #009EE3;
}

.nav-categories-ico ul .item-nav a:hover::before {
    width: 100%;
}

.nav-categories-ico ul .item-nav .active-menu::before {
    width: 100%;
}

.nav-categories-ico ul .item-nav .link-texto {
    position: absolute;
    bottom: 30px;
    text-align: center;
    left: 0;
    width: 100%;
}

.nav-categories-ico ul .item-nav .image-category {
    text-align: center;
}

.nav-categories-ico ul .item-nav .image-category img {
    height: 94px;
    margin: 0 auto;
}

.btn-accordion {
    width: 100%;
    border: 1px solid #DDDDDD;
}

.card-header .btn {
    padding: 10px;
}

.card-header .btn:before {
    content: "\f105";
    position: absolute;
    top: 3px;
    left: inherit;
    right: 10px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 35px;
}

.card-header .btn:before {
    content: "\f105";
    position: absolute;
    top: 3px;
    left: inherit;
    right: 10px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 35px;
    transform: rotate(90deg);
    transition: all 0.2s ease-in-out;
}

.card-header .btn.collapsed:before {
    content: "\f105";
    position: absolute;
    top: 3px;
    left: inherit;
    right: 10px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 35px;
    transform: rotate(0deg);
    transition: all 0.2s ease-in-out;
}

.content-cat {
    padding: 40px 75px;
}

.content-cat h2 {
    margin-bottom: 1.5rem;
    color: #6D6E71;
    font-family: "Futura-Bold";
    font-size: 3rem;
}

.content-cat .tips-content {
    padding: 30px 40px 0;
}

.content-cat .tips-content .item-img {
    text-align: center;
}

.content-cat .tips-content .list-tips {
    margin-bottom: 30px;
}

.content-cat .tips-content img {
    width: 32px;
}

@media (max-width:990px) {
    .content-cat {
        padding: 40px 20px;
    }

    .content-cat .tips-content {
        padding: 30px 3px 0;
    }
}

.tabs-category {
    display: block;
    border: none;
    margin-top: 5rem;
}

.tabs-category a {
    font-weight: 500;
    display: block;
    border: none;
    color: rgba(119, 119, 119, 0.5);
    font-size: 17px;
    background: transparent;
    border: none !important;
    position: relative;
    margin-bottom: 16px;
    padding-bottom: 16px;
    padding-top: 0;
    padding-left: 40px;
    white-space: initial;
    transition: all .2s linear;
}

.tabs-category a::after {
    content: "";
    height: 2px;
    width: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
}

.tabs-category a:hover {
    color: #777777;
    font-weight: 700;
}

.tabs-category a:hover::after {
    background: #009EE3;
    transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    width: 100%;
}

.tabs-category .active {
    color: #777777;
    font-weight: 700;
}

.tabs-category .active::after {
    background: #009EE3;
    transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    width: 100%;
}

.nav-categories ul {
    margin: 50px 0 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Futura-Bold';
}

.nav-categories ul li {
    padding: 0;
    height: 70px;
    list-style: none;
    border-right: 1px solid #fff;
}

.nav-categories ul li a {
    background: #6d6e71;
    color: #fff;
    font-size: 19px;
    padding: 12px 20px;
    width: 22.4rem;
    display: block;
    text-align: center;
    text-decoration: none;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    transition: all 400ms cubic-bezier(0.42, 0, 0.58, 1);
}

.nav-categories ul li a:hover {
    background: #009EE3;
    color: #6D6E71;
}

.nav-categories ul li .active-menu {
    background: #009EE3;
    color: #6D6E71;
}

.list-steps {
    width: 95%;
}

.list-steps .item-step {
    align-items: center;
    display: flex;
    position: relative;
    margin-bottom: 20px;
    margin-top: 96px;
}

.list-steps .item-step .imgages {
    display: flex;
    position: relative;
}

.list-steps .item-step .number-count {
    font-size: 210px;
    position: absolute;
    color: #bfbfbf !important;
    line-height: .9;
    bottom: 28px;
    margin: 0;
    left: -139px;
    font-family: 'Futura-Bold';
}

.list-steps .item-step .icono {
    right: -141px;
    left: initial;
    margin: initial;
    top: 50%;
    transform: translate(0, -50%);
}

.list-steps .item-step .icono img {
    width: 200px;
}

.list-steps .item-step .first-content {
    display: flex;
}

.list-steps .item-step .second-content {
    position: relative;
    padding-left: 130px;
    padding-right: 40px;
}

.list-steps .item-step:nth-child(even)::before {
    content: '';
    background-color: #f5f5f5;
    bottom: -51px;
    left: -100px;
    height: 100%;
    position: absolute;
    width: 100%;
}

.list-steps .item-step:nth-child(even) .icono {
    right: initial;
    left: -141px;
}

.list-steps .item-step:nth-child(even) .number-count {
    left: initial;
    right: -139px;
}

.list-steps .item-step:nth-child(even) .second-content {
    padding-right: 130px;
    top: 55px;
    padding-left: 40px;
}

.list-steps .item-step:nth-child(even) .first-content {
    order: 2;
}

@media (max-width:990px) {
    .list-steps .item-step {
        display: block;
    }

    .list-steps .item-step .img-ppal {
        margin: 0 auto;
        width: 95%;
    }

    .list-steps .item-step .img-ppal img {
        width: 100%;
    }

    .list-steps .item-step .imgages {
        display: block;
    }

    .list-steps .item-step .first-content {
        display: block;
    }

    .list-steps .item-step .icono {
        top: 66%;
        right: initial;
        left: 50%;
        transform: translate(-50%, 0px);
        text-align: center;
    }

    .list-steps .item-step .icono img {
        width: 100%;
    }

    .list-steps .item-step .second-content {
        padding: 0 15px;
        margin-top: 54px;
    }

    .list-steps .item-step .number-count {
        left: 50%;
        font-size: 110px;
        bottom: initial;
        top: -18%;
        transform: translate(-50%, 0px);
    }

    .list-steps .item-step:nth-child(even)::before {
        content: '';
        background-color: #f5f5f5;
        bottom: initial;
        top: 40px;
        left: -15px;
        height: 100%;
        position: absolute;
        width: 108%;
    }

    .list-steps .item-step:nth-child(even) .icono {
        right: initial;
        transform: translate(-50%, 0px);
        left: 50%;
    }

    .list-steps .item-step:nth-child(even) .number-count {
        left: 50%;
        right: initial;
        transform: translate(-50%, 0px);
    }

    .list-steps .item-step:nth-child(even) .second-content {
        top: 0;
    }

    .list-steps .item-step:nth-child(even) .first-content {
        order: initial;
    }
}

.descrip-int {
    margin: 90px 0;
}

.descrip-int article {
    margin: 0 auto;
    text-align: center;
    width: 80%;
}

.tabs-menu #block-navegacionreparacion ul.menu div {
    display: flex;
    justify-content: center;
}

@media (max-width:990px) {
    .tabs-menu #block-navegacionreparacion ul.menu {
        display: block;
    }
}

.accordion-wrapper {
    background-color: #f5f5f5;
    padding: 9rem 0 8rem;
}

.accordion-wrapper .view-header h2 {
    margin-bottom: 3rem;
}

@media (max-width:1440px) {
    .accordion-wrapper {
        padding: 5.5rem 0 3.6rem;
    }
}

.view-accordion .field__item,
.view-accordion .field-content,
.node--type-page-accordion .field__item,
.node--type-page-accordion .field-content {
    margin-bottom: 2rem;
}

.view-accordion .field__item h2,
.view-accordion .field__item h3,
.view-accordion .field-content h2,
.view-accordion .field-content h3,
.node--type-page-accordion .field__item h2,
.node--type-page-accordion .field__item h3,
.node--type-page-accordion .field-content h2,
.node--type-page-accordion .field-content h3 {
    max-width: 1120px;
    margin: 0 auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    min-height: 9rem;
    line-height: 2rem;
    font-size: 1.6rem;
    font-weight: 700;
    padding: 2.7rem 15rem 2.7rem 4rem;
    background-color: #fff;
    border: solid 1px #e4e4e4;
    position: relative;
    cursor: pointer;
}

.view-accordion .field__item h2:before,
.view-accordion .field__item h3:before,
.view-accordion .field-content h2:before,
.view-accordion .field-content h3:before,
.node--type-page-accordion .field__item h2:before,
.node--type-page-accordion .field__item h3:before,
.node--type-page-accordion .field-content h2:before,
.node--type-page-accordion .field-content h3:before {
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    top: 45%;
    right: 3.5rem;
    content: "\f107";
    font-size: 4rem;
    transform: rotate(0deg) translateY(-50%);
    transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transform-origin: center;
}

.view-accordion .field__item h2.menu-active:before,
.view-accordion .field__item h3.menu-active:before,
.view-accordion .field-content h2.menu-active:before,
.view-accordion .field-content h3.menu-active:before,
.node--type-page-accordion .field__item h2.menu-active:before,
.node--type-page-accordion .field__item h3.menu-active:before,
.node--type-page-accordion .field-content h2.menu-active:before,
.node--type-page-accordion .field-content h3.menu-active:before {
    transform: rotate(180deg);
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.view-accordion .field__item h2+ul,
.view-accordion .field__item h3+ul,
.view-accordion .field-content h2+ul,
.view-accordion .field-content h3+ul,
.node--type-page-accordion .field__item h2+ul,
.node--type-page-accordion .field__item h3+ul,
.node--type-page-accordion .field-content h2+ul,
.node--type-page-accordion .field-content h3+ul {
    max-width: 1120px;
    margin: 0 auto;
    width: 100%;
    display: block;
    padding: 0 15rem 0 4rem;
    max-height: 0;
    overflow: hidden;
    transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    list-style-type: none;
    margin-bottom: 0;
    background-color: #e5e5e5;
}

.view-accordion .field__item h2+ul>li:first-child,
.view-accordion .field__item h3+ul>li:first-child,
.view-accordion .field-content h2+ul>li:first-child,
.view-accordion .field-content h3+ul>li:first-child,
.node--type-page-accordion .field__item h2+ul>li:first-child,
.node--type-page-accordion .field__item h3+ul>li:first-child,
.node--type-page-accordion .field-content h2+ul>li:first-child,
.node--type-page-accordion .field-content h3+ul>li:first-child {
    padding-top: 3.5rem;
}

.view-accordion .field__item h2+ul>li:last-child,
.view-accordion .field__item h3+ul>li:last-child,
.view-accordion .field-content h2+ul>li:last-child,
.view-accordion .field-content h3+ul>li:last-child,
.node--type-page-accordion .field__item h2+ul>li:last-child,
.node--type-page-accordion .field__item h3+ul>li:last-child,
.node--type-page-accordion .field-content h2+ul>li:last-child,
.node--type-page-accordion .field-content h3+ul>li:last-child {
    padding-bottom: 3.5rem;
}

.view-accordion .field__item h2.menu-active:before,
.view-accordion .field__item h3.menu-active:before,
.view-accordion .field-content h2.menu-active:before,
.view-accordion .field-content h3.menu-active:before,
.node--type-page-accordion .field__item h2.menu-active:before,
.node--type-page-accordion .field__item h3.menu-active:before,
.node--type-page-accordion .field-content h2.menu-active:before,
.node--type-page-accordion .field-content h3.menu-active:before {
    top: 32%;
}

.view-accordion .field__item h2.menu-active+ul,
.view-accordion .field__item h3.menu-active+ul,
.view-accordion .field-content h2.menu-active+ul,
.view-accordion .field-content h3.menu-active+ul,
.node--type-page-accordion .field__item h2.menu-active+ul,
.node--type-page-accordion .field__item h3.menu-active+ul,
.node--type-page-accordion .field-content h2.menu-active+ul,
.node--type-page-accordion .field-content h3.menu-active+ul {
    max-height: 3000px;
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (max-width:767px) {

    .view-accordion .field__item h2,
    .view-accordion .field__item h3,
    .view-accordion .field-content h2,
    .view-accordion .field-content h3,
    .node--type-page-accordion .field__item h2,
    .node--type-page-accordion .field__item h3,
    .node--type-page-accordion .field-content h2,
    .node--type-page-accordion .field-content h3 {
        padding: 2.7rem 5rem 2.7rem 2rem;
    }

    .view-accordion .field__item h2:before,
    .view-accordion .field__item h3:before,
    .view-accordion .field-content h2:before,
    .view-accordion .field-content h3:before,
    .node--type-page-accordion .field__item h2:before,
    .node--type-page-accordion .field__item h3:before,
    .node--type-page-accordion .field-content h2:before,
    .node--type-page-accordion .field-content h3:before {
        right: 1.5rem;
    }

    .view-accordion .field__item h2+ul,
    .view-accordion .field__item h3+ul,
    .view-accordion .field-content h2+ul,
    .view-accordion .field-content h3+ul,
    .node--type-page-accordion .field__item h2+ul,
    .node--type-page-accordion .field__item h3+ul,
    .node--type-page-accordion .field-content h2+ul,
    .node--type-page-accordion .field-content h3+ul {
        padding: 0 2rem;
    }
}

.tab-vista.view-accordion .field-content ul li {
    margin-bottom: 1rem;
}

.tab-vista.view-accordion .field-content ul li span {
    margin-bottom: 1rem;
    display: block;
}

.tab-vista.view-accordion .field-content h5 {
    font-size: 1.6rem;
    margin-bottom: 4rem;
}

.accordion .card {
    margin-bottom: 20px;
    border: none;
}

.card-header {
    border: none;
    border-radius: none !important;
    padding: 0;
}

@media (max-width:990px) {
    .card-header button {
        padding: 0 20px;
        white-space: initial;
        padding-left: 20px;
        padding-right: 68px;
    }
}

.card-body {
    margin: 0 0 35px;
    background-color: #fff;
    padding: 35px 0;
    padding-left: 40px;
    padding-right: 150px;
}

.card-body ul li {
    list-style: none;
    margin-bottom: 1rem;
}

.card-body ul li ul li {
    list-style: circle;
}

@media (max-width:990px) {
    .card-body {
        padding: 15px;
    }

    .card-body ul {
        padding: 0;
    }
}

.sect-description {
    margin-bottom: 40px;
}

.nav-categories-ico {
    margin-top: 100px;
    margin-bottom: 90px;
}

.nav-categories-ico ul {
    padding: 0;
    margin: 0;
    justify-content: space-between;
    display: flex;
}

.nav-categories-ico ul .item-nav {
    height: 224px;
    margin: 0 30px;
    padding: 0;
    list-style: none;
    width: 100%;
    text-align: center;
}

.nav-categories-ico ul .item-nav a {
    font-size: 20px;
    font-weight: 700;
    text-decoration: none !important;
    display: block;
    color: #707070 !important;
    height: 100%;
    position: relative;
}

.nav-categories-ico ul .item-nav a::before {
    width: 0;
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    height: 7px;
    transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
    background-color: #009EE3;
}

.nav-categories-ico ul .item-nav a:hover::before {
    width: 100%;
}

.nav-categories-ico ul .item-nav .active-menu::before {
    width: 100%;
}

.nav-categories-ico ul .item-nav .link-texto {
    position: absolute;
    bottom: 30px;
    text-align: center;
    left: 0;
    width: 100%;
}

.nav-categories-ico ul .item-nav .image-category {
    text-align: center;
}

.nav-categories-ico ul .item-nav .image-category img {
    height: 94px;
    margin: 0 auto;
}

.btn-accordion {
    width: 100%;
    border: 1px solid #DDDDDD;
}

.card-header .btn {
    padding: 10px;
}

.card-header .btn:before {
    content: "\f105";
    position: absolute;
    top: 3px;
    left: inherit;
    right: 10px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 35px;
}

.card-header .btn:before {
    content: "\f105";
    position: absolute;
    top: 3px;
    left: inherit;
    right: 10px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 35px;
    transform: rotate(90deg);
    transition: all 0.2s ease-in-out;
}

.card-header .btn.collapsed:before {
    content: "\f105";
    position: absolute;
    top: 3px;
    left: inherit;
    right: 10px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 35px;
    transform: rotate(0deg);
    transition: all 0.2s ease-in-out;
}

.breadcrumbs {
    display: block;
    height: 8.3rem;
}

@media (max-width:1440px) {
    .breadcrumbs {
        padding-top: 0rem;
    }
}

@media (max-width:1199px) {
    .breadcrumbs {
        padding-top: 0;
    }
}

@media (max-width:991px) {
    .breadcrumbs {
        height: 9.5rem;
    }
}

@media (max-width:767px) {
    .breadcrumbs {
        height: 7.5rem;
    }
}

.user-logged-in .breadcrumbs {
    padding-top: 0;
}

.breadcrumb {
    margin: 0;
    background-color: transparent;
}

.breadcrumb li {
    font-weight: 700;
    font-size: 1.4rem;
    color: #6D6E71;
    font-weight: 700;
}

.breadcrumb li a {
    font-weight: 300;
    color: #6D6E71;
    font-weight: 400;
}

.breadcrumb li:before {
    content: ' . ';
    position: relative;
    top: -3px;
}

@media (max-width:767px) {
    .breadcrumb {
        display: none;
    }
}

.tabs-menu {
    margin-bottom: 90px;
}

section.region-menu-tabs ul.menu,
.tabs-menu ul.menu {
    margin: 0;
    display: flex;
    padding: 10rem 0 0 !important;
    width: 100% !important;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

section.region-menu-tabs .menu li.menu-item,
.tabs-menu .menu li.menu-item {
    max-width: 23rem !important;
    height: auto !important;
    padding: 0 !important;
    text-align: center;
}

@media (min-width:768px) {

    section.region-menu-tabs .menu li.menu-item,
    .tabs-menu .menu li.menu-item {
        width: 100% !important;
        margin: 0 2.666% !important;
    }

    section.region-menu-tabs .menu li.menu-item:first-child,
    .tabs-menu .menu li.menu-item:first-child {
        margin-left: 0 !important;
    }

    section.region-menu-tabs .menu li.menu-item:last-child,
    .tabs-menu .menu li.menu-item:last-child {
        margin-right: 0 !important;
    }
}

section.region-menu-tabs .menu li.menu-item a,
.tabs-menu .menu li.menu-item a {
    width: 100%;
    position: relative;
    display: inline-block;
    height: 100%;
    padding: 12rem 0 4rem;
    font-weight: 700;
    font-size: 2rem;
    color: #6D6E71;
}

section.region-menu-tabs .menu li.menu-item a:hover,
section.region-menu-tabs .menu li.menu-item a:focus,
.tabs-menu .menu li.menu-item a:hover,
.tabs-menu .menu li.menu-item a:focus {
    text-decoration: none;
    color: #6D6E71;
}

section.region-menu-tabs .menu li.menu-item a:before,
.tabs-menu .menu li.menu-item a:before {
    width: 0;
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    height: 0.7rem;
    background-color: #009EE3;
    transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
}

section.region-menu-tabs .menu li.menu-item a:hover:before,
section.region-menu-tabs .menu li.menu-item a.link-tab-active:before,
.tabs-menu .menu li.menu-item a:hover:before,
.tabs-menu .menu li.menu-item a.link-tab-active:before {
    width: 100%;
    transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}

section.region-menu-tabs .menu li.menu-item a.is-active:before,
.tabs-menu .menu li.menu-item a.is-active:before {
    width: 100%;
    transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}

section.region-menu-tabs ul.menu li.menu-icon a,
.tabs-menu ul.menu li.menu-icon a {
    background-position: center top;
}

@media (max-width:1440px) {

    section.region-menu-tabs ul.menu,
    .tabs-menu ul.menu {
        padding: 5rem 0 0 !important;
    }

    section.region-menu-tabs .menu li.menu-item,
    .tabs-menu .menu li.menu-item {
        max-width: 19rem !important;
    }

    section.region-menu-tabs .menu li.menu-item a,
    .tabs-menu .menu li.menu-item a {
        padding: 10rem 0 2.5rem;
        font-size: 1.7rem;
    }

    section.region-menu-tabs .menu li.menu-item a:before,
    .tabs-menu .menu li.menu-item a:before {
        height: 0.4rem;
    }
}

@media (max-width:767px) {

    section.region-menu-tabs ul.menu,
    .tabs-menu ul.menu {
        margin: 0 auto;
        max-width: 48rem;
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    section.region-menu-tabs .menu li.menu-item,
    .tabs-menu .menu li.menu-item {
        max-width: 100% !important;
        margin-top: 5rem;
    }

    section.region-menu-tabs .menu li.menu-item:first-child,
    section.region-menu-tabs .menu li.menu-item:first-child+.menu-item,
    .tabs-menu .menu li.menu-item:first-child,
    .tabs-menu .menu li.menu-item:first-child+.menu-item {
        margin-top: 0;
    }
}

@media (max-width:479px) {

    section.region-menu-tabs ul.menu,
    .tabs-menu ul.menu {
        max-width: 32rem;
    }

    section.region-menu-tabs .menu li.menu-item,
    .tabs-menu .menu li.menu-item {
        max-width: 14rem;
        margin: 5rem 0 0;
    }

    section.region-menu-tabs .menu li.menu-item a,
    .tabs-menu .menu li.menu-item a {
        font-size: 1.5rem;
    }
}

.tab-vista {
    float: left;
    padding: 9rem 0 8rem;
}

@media (max-width:1440px) {
    .tab-vista {
        padding: 5.5rem 0 3.6rem;
    }
}

.banner-img-txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width:992px) {
    .banner-img-txt {
        min-height: 50rem;
        height: auto;
        max-height: 50rem;
    }
}

.banner-img-txt__col-1 {
    width: 61%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.banner-img-txt__col-2 {
    width: 39%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.banner-img-txt__wrapper-content {
    max-width: 34.5rem;
    width: 100%;
    margin: 8% 1.5rem 8% 17%;
}

.banner-img-txt__title {
    font-family: "Asap", sans-serif;
    max-width: 24rem;
    margin-bottom: 2rem;
    color: #009EE3;
    line-height: 3.5rem;
    font-size: 3rem;
}

.banner-img-txt__content {
    color: #fff;
}

.banner-img-txt__content img {
    max-width: 100%;
}

.banner-img-txt__img {
    width: 100%;
    height: auto;
}

@media (max-width:1199px) {
    .banner-img-txt__col-2 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .banner-img-txt__wrapper-content {
        margin: 8% 1.5rem;
    }
}

@media (max-width:991px) {
    .banner-img-txt {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .banner-img-txt__wrapper-content {
        margin: 5rem 0;
    }

    .banner-img-txt__col-1 {
        min-height: 40rem;
    }

    .banner-img-txt__col-1,
    .banner-img-txt__col-2 {
        width: 100%;
    }
}

@media (max-width:567px) {
    .banner-img-txt__wrapper-content {
        max-width: 30rem;
    }

    .banner-img-txt__col-1 {
        min-height: 30rem;
    }
}

.banner-img {
    text-align: center;
    padding: 0 1.5rem;
}

.banner-img__img {
    display: inline-block;
}

@media (min-width:768px) {
    .banner-img__img--mobile {
        display: none;
    }
}

@media (max-width:767px) {
    .banner-img__img {
        display: none;
    }

    .banner-img__img--mobile {
        display: inline-block;
    }
}

div[class*="block-views-blockbanners-imagenes-link"] {
    margin-top: 10rem;
}

@media (max-width:1440px) {
    div[class*="block-views-blockbanners-imagenes-link"] {
        margin-top: 3rem;
    }
}

.banner-img-link {
    width: 100%;
    display: inline-block;
    margin: 3rem 0 0;
    padding-bottom: 6rem;
    border-bottom: solid 2px #b7b7b7;
}

@media (min-width:568px) {
    .banner-img-link {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 37% 37% 1fr;
        grid-template-columns: 37% 37% 1fr;
        -ms-grid-rows: auto;
        grid-template-rows: auto;
    }
}

.banner-img-link>.banner-img-link__link {
    position: relative;
}

@media (min-width:568px) {
    .banner-img-link>.banner-img-link__link:first-child {
        -ms-grid-column: 1;
        grid-column: 1;
        padding-right: 1.5rem;
    }

    .banner-img-link>.banner-img-link__link:first-child:first-child+a {
        -ms-grid-column: 2;
        grid-column: 2;
        padding-right: 1.5rem;
    }
}

@media (max-width:567px) {

    .banner-img-link>.banner-img-link__link:first-child,
    .banner-img-link>.banner-img-link__link:first-child+a {
        overflow: hidden;
        position: relative;
        min-height: 40rem;
        margin-bottom: 1.5rem;
    }

    .banner-img-link>.banner-img-link__link:first-child img,
    .banner-img-link>.banner-img-link__link:first-child+a img {
        width: 100%;
        min-width: 40rem;
        height: auto;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
}

.banner-img-link>.banner-img-link__link::before {
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #009EE3;
    opacity: 0;
    transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.banner-img-link>.banner-img-link__link:hover::before {
    width: calc(100% - 1.5rem);
    opacity: 0.4;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.banner-img-link__title {
    width: 76%;
    margin-bottom: 0;
    display: block;
    position: absolute;
    left: 12%;
    bottom: 12.444%;
    color: #fff;
    font-size: 3.5rem;
    font-weight: 700;
}

.banner-img-link__img {
    width: 100%;
    height: auto;
}

.banner-img-link__link {
    display: block;
    width: 100%;
}

.banner-img-link__logo {
    font-size: 0;
    color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media (min-width:568px) {
    .banner-img-link__logo {
        -ms-grid-column: 3;
        grid-column: 3;
    }
}

.banner-img-link__logo:before {
    content: "";
    background-color: #DDDDDD !important;
}

.banner-img-link__logo:hover::before {
    width: 100% !important;
}

.banner-img-link__logo-mobile {
    display: none;
}

@media (max-width:1440px) {
    .banner-img-link__title {
        width: 80%;
        left: 10%;
        bottom: 10%;
        font-size: 3rem;
    }
}

@media (max-width:991px) {
    .banner-img-link__title {
        font-size: 2.2rem;
        width: 84%;
        left: 8%;
        bottom: 8%;
    }
}

@media (max-width:767px) {
    .banner-img-link__title {
        font-size: 1.8rem;
    }
}

@media (max-width:567px) {
    .banner-img-link__logo {
        display: none;
    }

    .banner-img-link__logo-mobile {
        display: block;
    }

    .banner-img-link__logo-mobile img {
        width: 100%;
        height: auto;
    }

    .banner-img-link__title {
        font-size: 2.6rem;
        width: 80%;
        left: 10%;
        bottom: 10%;
    }
}

.box-llama {
    width: 100%;
    display: inline-block;
    padding: 1.5rem 2.3rem 1.5rem 7rem;
    border: solid 1px #b6b7b8;
    border-radius: 1rem;
    position: relative;
    background: url(../../../../themes/serviciohaceb/images/icons/icon-mobile-phone.svg) no-repeat 2.5rem 2.1rem;
    background-size: 30px 42px;
}

.box-llama__txt1 {
    font-size: 2rem;
}

.box-llama__txt2 {
    font-size: 2.9rem;
    color: #009EE3;
}

.box-llama__txt1,
.box-llama__txt2 {
    font-weight: 700;
    display: block;
    line-height: 2.5rem;
    font-family: "Asap", sans-serif;
}

.box-llama__txt1 a,
.box-llama__txt2 a {
    font-size: 2.9rem;
    color: #009EE3;
    text-decoration: underline;
}

@media (max-width:567px) {
    .box-llama__txt2 {
        font-size: 2.5rem;
    }
}

.box-llama--list {
    padding: 1.5rem 1.5rem 1.5rem 6.555rem;
    border: none;
    background: url(../../../../themes/serviciohaceb/images/icons/icon-mobile-phone-green.svg) no-repeat 2rem 2.1rem;
    background-size: 30px 42px;
}

@media (max-width:1365px) {
    .box-llama--list .box-llama__txt2 {
        font-size: 2.5rem;
    }
}

@media (max-width:767px) {
    .box-llama--list .box-llama__txt1 {
        font-size: 1.5rem;
    }

    .box-llama--list .box-llama__txt2 {
        font-size: 2rem;
    }
}

.box-aplica {
    list-style-type: none;
    padding: 0;
}

.box-aplica li {
    position: relative;
    padding-left: 2.4rem;
    background: url(../../../../themes/serviciohaceb/images/icons/icon-asterisco.png) no-repeat 0 0.3rem;
    background-size: 10px;
}

.box-aplica--list li {
    padding: 2rem 2.5rem 2rem 5rem;
    background: url(../../../../themes/serviciohaceb/images/icons/icon-asterisco-bg.jpg) no-repeat;
    background-position: 1.77rem 1.77rem;
}

.box-linea h3 {
    font-size: 1.5rem;
    font-weight: 400;
}

.box-linea a {
    color: #fff;
    font-weight: 700;
}

.box-linea a:hover {
    text-decoration: none;
}

.box-linea ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    padding: 0;
    border: solid 1px #b6b7b8;
    border-width: 1px 0;
}

.box-linea ul>li {
    flex-grow: 1;
    padding: 1rem 1rem 1.2rem;
    border-right: solid 1px #b6b7b8;
}

.box-linea ul>li:first-child {
    padding-left: 0;
}

.box-linea ul>li:last-child {
    border-right: 0;
}

.box-linea ul a {
    display: block;
}

.list-pauta-grid {
    width: 100%;
    display: inherit;
    margin: 6rem auto 4rem;
}

@media (min-width:1199px) {
    .list-pauta-grid {
        margin: 0 0 4rem;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1.3fr 1.4fr .3fr;
        grid-template-columns: 1.3fr 1.4fr .3fr;
    }
}

@media (max-width:1199px) {
    .list-pauta-grid {
        max-width: 600px;
        padding: 0 1.5rem;
    }
}

.list-pauta-grid--bt {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center;
    border-top: solid 1px #b6b7b8;
    border-bottom: solid 1px #b6b7b8;
    margin: 0;
    padding-bottom: 4rem;
}

.list-pauta-grid--bt .region-bottom-autopauta {
    margin: 0 auto;
    max-width: 40%;
}

@media (max-width:767px) {
    .list-pauta-grid--bt .region-bottom-autopauta {
        max-width: 100%;
    }
}

.list-pauta-grid--bt h3 {
    margin-bottom: 1.5rem;
    padding-top: 3rem;
    border-top: 0;
}

.list-pauta-grid--bt>ul {
    padding: 0;
    list-style-type: none;
    border-radius: 1rem;
    border: solid 1px #b6b7b8;
}

.list-pauta {
    width: 100%;
    display: flex;
    padding: 0;
    list-style-type: none;
    border-radius: 1rem;
    border: solid 1px #b6b7b8;
}

.list-pauta__title {
    border-top: solid 1px #b6b7b8;
    padding-top: 3rem;
    margin-bottom: 15px;
}

.list-pauta__item {
    width: 50%;
    float: left;
}

.list-pauta>.list-pauta__item:first-child {
    border-right: solid 1px #b6b7b8;
}

@media (min-width:1199px) {
    .list-pauta {
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2/3;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2/3;
    }

    .list-pauta__title {
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2/3;
        -ms-grid-row: 1;
        grid-row: 1;
    }
}

@media (max-width:767px) {
    .list-pauta {
        max-width: 310px;
        flex-wrap: wrap;
        margin: 0 auto;
    }

    .list-pauta__item {
        width: 100%;
    }

    .list-pauta>.list-pauta__item:first-child {
        border-right: 0;
        border-bottom: solid 1px #b6b7b8;
        margin: 0 15px;
    }
}

.region-content .col-12 {
    padding: 0;
}

header .banner-ciudad {
    padding-top: 70px;
}

@media (max-width:767px) {
    header .banner-ciudad {
        padding-top: 0;
    }
}

header .banner-ciudad .page-banner-ciudad__title {
    font-family: Helvetica;
    font-size: 32px;
    color: #000000;
    font-weight: bold;
    width: 125%;
}

@media (max-width:767px) {
    header .banner-ciudad .page-banner-ciudad__title {
        width: 100%;
    }
}

header .banner-ciudad .page-banner-ciudad__intro {
    font-family: helvetica;
    padding-top: 15px;
    font-size: 20px;
    color: #6D6E71;
    width: 150%;
}

header .banner-ciudad .page-banner-ciudad__intro h2 {
    font-size: 20px;
    color: #000000;
}

header .banner-ciudad .page-banner-ciudad__intro p strong {
    color: #000000;
}

@media (max-width:767px) {
    header .banner-ciudad .page-banner-ciudad__intro {
        width: 100%;
    }
}

header .banner-ciudad .navegar {
    position: absolute;
    left: 500px;
    transform: translate(100%, 10%);
}

header .banner-ciudad .navegar img {
    padding-left: 50px;
    width: 80px;
    height: 50px;
}

header .banner-ciudad .navegar p {
    font-family: helvetica;
    font-size: 14px;
    width: 160%;
    text-align: center;
    color: #000000 !important;
    font-weight: bold;
}

header .banner-ciudad .shape:after {
    background: none !important;
    background-color: #e7e7e7 !important;
}

@media (max-width:767px) {
    header .banner-ciudad .shape {
        background-color: #e7e7e7 !important;
    }
}

.producto-destacado {
    display: flex;
    margin-top: 30px;
    margin-bottom: 40px;
    align-items: center;
    padding-top: 70px;
}

@media (max-width:767px) {
    .producto-destacado {
        display: block;
    }
}

.producto-destacado h3 {
    font-family: helvetica;
    font-size: 24px;
    text-align: center;
    color: #000000;
    font-weight: bold;
}

.producto-destacado p {
    font-family: helvetica;
    font-size: 16px;
    color: #707070;
    text-align: center;
    width: 90%;
    font-weight: normal !important;
    margin-left: 13px;
}

@media (max-width:767px) {
    .producto-destacado p {
        padding-top: 15px;
        margin-left: 0px;
        width: 100%;
    }
}

.producto-destacado .destacado-1 {
    display: grid;
    text-align: -webkit-center;
}

.producto-destacado .destacado-1 h2 {
    font-size: 3rem;
}

@media (max-width:767px) {
    .producto-destacado .destacado-1 {
        margin-left: 0;
    }
}

.producto-destacado .destacado-2 {
    display: grid;
    text-align: -webkit-center;
}

.producto-destacado .destacado-2 h2 {
    font-size: 3rem;
}

@media (max-width:767px) {
    .producto-destacado .destacado-2 {
        margin-left: 0;
    }
}

.producto-destacado .destacado-3 {
    display: grid;
    text-align: -webkit-center;
}

.producto-destacado .destacado-3 h2 {
    font-size: 3rem;
}

@media (max-width:767px) {
    .producto-destacado .destacado-3 {
        margin-left: 0;
    }
}

.cta-destacado-ciudad {
    width: 100%;
    text-align: center;
    padding-bottom: 50px;
}

.cta-destacado-ciudad .field__label {
    display: none;
}

.cta-destacado-ciudad .field__item {
    background-color: #baca3b;
    border-radius: 30px;
    width: 25%;
    height: 40px;
    padding-top: 5px;
    cursor: pointer;
    display: inline-block;
}

@media (max-width:767px) {
    .cta-destacado-ciudad .field__item {
        width: 90%;
    }
}

.cta-destacado-ciudad .field__item a {
    font-family: helvetica;
    font-size: 24px;
    color: #000000 !important;
    width: 15%;
    text-decoration: none;
}

@media (max-width:767px) {
    .cta-destacado-ciudad .field__item a {
        left: 13%;
    }
}

.paso-a-paso img {
    width: 45%;
}

@media (max-width:767px) {
    .paso-a-paso img {
        margin-left: 25%;
    }
}

.paso-a-paso .tittle {
    width: 70%;
    font-family: helvetica;
    font-size: 34px;
    color: #000000;
    font-weight: bold;
}

@media (max-width:767px) {
    .paso-a-paso .tittle {
        width: 100%;
    }
}

.paso-a-paso .description {
    width: 70%;
    padding-top: 15px;
    font-family: helvetica;
    font-size: 18px;
    color: #707070;
}

@media (max-width:767px) {
    .paso-a-paso .description {
        width: 95%;
    }
}

.paso-a-paso .description p a {
    font-family: helvetica;
    font-size: 22px;
    color: #000000;
    text-decoration: underline;
}

.paso-a-paso .description ul li::marker {
    color: #BACA3B !important;
    font-size: 30px !important;
}

.paso-a-paso .cta {
    cursor: pointer;
    background-color: #BACA3B;
    border-radius: 30px;
    width: 50%;
    text-align: center;
    margin-top: 30px;
    height: 30px;
}

@media (max-width:767px) {
    .paso-a-paso .cta {
        width: 90%;
    }
}

.paso-a-paso .cta a {
    font-family: helvetica;
    font-size: 24px;
    color: #000000 !important;
}

@media (max-width:767px) {
    .paso-a-paso .cta a {
        left: 15%;
    }
}

.paso-a-paso .paso-1 {
    display: flex;
    margin-top: 50px;
}

@media (max-width:767px) {
    .paso-a-paso .paso-1 {
        display: block;
    }
}

.paso-a-paso .paso-1 .info {
    padding: 20px;
}

@media (max-width:767px) {
    .paso-a-paso .paso-1 .info {
        margin-left: 8%;
        padding-bottom: 30px;
    }
}

.paso-a-paso .paso-2 {
    display: flex;
}

@media (max-width:767px) {
    .paso-a-paso .paso-2 {
        display: block;
    }
}

.paso-a-paso .paso-2 img {
    width: 45%;
}

@media (max-width:767px) {
    .paso-a-paso .paso-2 img {
        margin-left: 25%;
    }
}

.paso-a-paso .paso-2 .info {
    margin-left: 10%;
    padding: 20px;
}

.paso-a-paso .paso-2 .info .tittle {
    width: 80%;
    font-family: helvetica;
    font-size: 34px;
    color: #FFFFFF;
    font-weight: bold;
}

.paso-a-paso .paso-2 .info .description {
    width: 90%;
    padding-top: 15px;
    font-family: helvetica;
    font-size: 18px;
    color: #FFFFFF;
}

.paso-a-paso .paso-2 .info .description p a {
    font-family: helvetica;
    font-size: 22px;
    color: #FFFFFF;
    text-decoration: underline;
}

.paso-a-paso .paso-2 .info .description ul li::marker {
    color: #BACA3B !important;
    font-size: 30px !important;
}

.paso-a-paso .paso-2 .info .cta {
    cursor: pointer;
    background-color: #BACA3B;
    border-radius: 30px;
    width: 59%;
    text-align: center;
    margin-top: 30px;
    height: 30px;
}

@media (max-width:767px) {
    .paso-a-paso .paso-2 .info .cta {
        width: 90%;
    }
}

.paso-a-paso .paso-2 .info .cta a {
    font-family: helvetica;
    font-size: 24px;
    color: #000000 !important;
}

@media (max-width:767px) {
    .paso-a-paso .paso-2 .info .cta a {
        left: 5%;
    }
}

.paso-a-paso .paso-3 {
    display: flex;
    padding-top: 40px;
}

@media (max-width:767px) {
    .paso-a-paso .paso-3 {
        display: block;
    }
}

.paso-a-paso .paso-3 .info {
    padding: 20px;
    padding-left: 5%;
}

@media (max-width:767px) {
    .paso-a-paso .paso-3 .info {
        padding-bottom: 40px;
    }
}

.paso-a-paso .paso-3 .info .cta {
    cursor: pointer;
    background-color: #BACA3B;
    border-radius: 30px;
    width: 48%;
    text-align: center;
    margin-top: 30px;
    height: 30px;
}

@media (max-width:767px) {
    .paso-a-paso .paso-3 .info .cta {
        width: 90%;
    }
}

.paso-a-paso .paso-3 .info .cta a {
    font-family: helvetica;
    font-size: 24px;
    color: #000000 !important;
}

@media (max-width:767px) {
    .paso-a-paso .paso-3 .info .cta a {
        left: 10%;
    }
}

.banner-video {
    width: 65%;
    margin-top: 8%;
    margin-left: 18%;
    background-position: center !important;
}

@media (max-width:767px) {
    .banner-video {
        width: 100%;
        margin-top: 0;
        margin-left: 0;
    }
}

.banner-video .banner-video__title::before {
    left: 85% !important;
    top: -150% !important;
    background: url(../../../../themes/serviciohaceb/images/ico-play.svg) !important;
}

@media (max-width:767px) {
    .banner-video .banner-video__title::before {
        left: 180px !important;
        top: -80% !important;
    }
}

.content-mapa {
    margin-top: 70px;
}

.content-mapa .info h2 {
    font-family: helvetica;
    width: 30%;
    color: #000000;
    font-weight: bold;
}

@media (max-width:767px) {
    .content-mapa .info h2 {
        text-align: center;
        width: 100%;
    }
}

.content-mapa .info dir {
    padding-top: 30px;
}

.content-mapa .info .ciudad {
    padding-top: 20px;
}

.content-mapa .info .row .dir {
    padding-top: 20px;
}

.content-mapa .info ul {
    margin: 0;
    padding: 0;
}

.content-mapa .info ul li {
    background-color: #F2F2F2 !important;
    border: 1px solid #F3F3F3;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 20px;
    list-style-type: none;
    cursor: pointer;
}

.content-mapa .info ul li:hover {
    border-left: 10px solid #BACA3B !important;
    box-shadow: 3px 4px 7px #00658429;
    transition: all 0.5s ease;
}

.content-mapa .info ul li h3 {
    font-family: helvetica;
    font-size: 24px;
    line-height: 1.2;
    color: #000000;
    font-weight: bold;
    padding-left: 15px;
    padding-top: 15px;
    padding-left: 60px;
    position: relative;
}

@media (max-width:767px) {
    .content-mapa .info ul li h3 {
        padding-left: 15px;
    }
}

.content-mapa .info ul li h3::before {
    content: "";
    width: 40px;
    height: 60px;
    background: url(../../../../themes/serviciohaceb/images/ico-ubi.svg) !important;
    position: absolute;
    top: 20px;
    left: 10px;
}

@media (max-width:767px) {
    .content-mapa .info ul li h3::before {
        display: none !important;
    }
}

.content-mapa .info ul li p {
    font-family: helvetica;
    font-size: 16px;
    color: #000000;
    padding-left: 15px;
    padding-bottom: 5px;
    padding-left: 60px;
}

@media (max-width:767px) {
    .content-mapa .info ul li p {
        padding-left: 15px;
    }
}

.content-mapa .mapa {
    width: 90%;
    height: 400px;
    background: none !important;
    border-radius: 20px;
    margin-top: 10px;
}

@media (max-width:767px) {
    .content-mapa .mapa {
        width: 100%;
    }
}

.page-node-type-landing-ciudad footer .footer__top {
    display: none;
}

#home {
    color: #212529;
}

#home img {
    width: 100%;
}

#home .center {
    position: relative;
    display: table;
    margin: 0px auto;
}

#home .center:before {
    content: "";
    position: absolute;
    width: 86px;
    height: 5px;
    background: #009EE3;
    left: -23%;
    top: 50%;
}

@media only screen and (max-width:640px) {
    #home .center:before {
        width: 40px;
        left: -10%;
    }
}

#home .center:after {
    content: "";
    position: absolute;
    width: 86px;
    height: 5px;
    background: #009EE3;
    right: -23%;
    top: 50%;
}

@media only screen and (max-width:640px) {
    #home .center:after {
        width: 40px;
        right: -10%;
    }
}

#home .banner {
    position: relative;
    overflow: hidden;
}

@media only screen and (max-width:640px) {
    #home .banner {
        position: inherit;
    }
}

#home .banner .bg-banner {
    position: relative;
    width: 100%;
    height: 650px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

#home .banner .bg-banner:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100px;
    background: transparent;
    bottom: 0px;
}

@media only screen and (max-width:1536px) {
    #home .banner .bg-banner {
        height: 560px;
        background-size: cover !important;
    }
}

@media only screen and (max-width:1024px) {
    #home .banner .bg-banner {
        height: 420px;
        background-size: cover !important;
        background-position: center !important;
    }
}

@media only screen and (max-width:640px) {
    #home .banner .bg-banner {
        height: auto;
        min-height: 680px;
        margin-bottom: 3rem;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
    }
}

#home .banner .bg-banner-1 {
    background: url("../../../../alquiler/images/hero.png");
}

@media only screen and (max-width:640px) {
    #home .banner .bg-banner-1 {
        background: url("../../../../alquiler/images/hero_mobile_1.png");
        height: auto;
        min-height: 700px;
    }
}

#home .banner .bg-banner-2 {
    background: url("../../../../alquiler/images/hero_pareja.png");
}

@media only screen and (max-width:640px) {
    #home .banner .bg-banner-2 {
        background: url("../../../../alquiler/images/hero_pareja-mobile.png");
        height: auto;
        min-height: 700px;
    }
}

#home .banner .bg-banner-3 {
    background: url("../../../../alquiler/images/hero_nevera.png");
}

@media only screen and (max-width:640px) {
    #home .banner .bg-banner-3 {
        background: url("../../../../alquiler/images/hero_nevera-mobile.png");
        height: auto;
        min-height: 700px;
    }
}

#home .banner .inner-banner {
    position: relative;
}

#home .banner .inner-banner .info {
    position: absolute;
    width: 100%;
    top: 3.5rem;
}

@media only screen and (max-width:1536px) {
    #home .banner .inner-banner .info .wrapp-1280 {
        max-width: 1130px !important;
    }
}

@media only screen and (max-width:1280px) {
    #home .banner .inner-banner .info .wrapp-1280 {
        max-width: 1024px !important;
    }
}

@media only screen and (max-width:1024px) {
    #home .banner .inner-banner .info .wrapp-1280 {
        max-width: 864px !important;
    }
}

@media only screen and (max-width:990px) {
    #home .banner .inner-banner .info .wrapp-1280 {
        max-width: 610px !important;
    }
}

@media only screen and (max-width:640px) {
    #home .banner .inner-banner .info .wrapp-1280 {
        max-width: 300px !important;
    }
}

@media only screen and (max-width:640px) {
    #home .banner .inner-banner .info {
        position: relative;
        padding: 0px 20px;
    }
}

#home .banner .inner-banner .info .btn::before {
    display: none !important;
}

#home .banner .inner-banner .info .btn-primary {
    font-size: 1.1rem;
    outline: 0;
    cursor: pointer;
    color: #232323;
    text-align: left;
    text-decoration: none;
    padding: 10px 25px;
    font-weight: 500;
    border-radius: 4px;
    background: #009EE3;
    border-color: #009EE3;
    font-family: "asap-b";
    font-size: 1.8rem;
    margin-top: 1.5rem;
}

#home .banner .inner-banner .info .btn-primary:hover {
    text-decoration: none;
}

#home .banner .inner-banner .info h3 {
    font-family: "futura-s";
    font-weight: 400;
}

@media only screen and (max-width:990px) {
    #home .banner .inner-banner .info h3 {
        font-size: 2rem;
    }
}

@media only screen and (max-width:640px) {
    #home .banner .inner-banner .info h3 {
        font-size: 2rem;
        line-height: 1.5;
    }
}

#home .banner .inner-banner .info h3 strong {
    font-family: "Futura-Bold";
}

#home .banner .inner-banner .info h2 {
    font-family: "Futura-Bold";
    font-size: 4.5rem;
    line-height: 1.3;
    max-width: 680px;
}

@media only screen and (max-width:1536px) {
    #home .banner .inner-banner .info h2 {
        font-size: 4rem;
    }
}

@media only screen and (max-width:1280px) {
    #home .banner .inner-banner .info h2 {
        font-size: 2.5rem;
        max-width: 520px;
    }
}

@media only screen and (max-width:1024px) {
    #home .banner .inner-banner .info h2 {
        font-size: 2rem;
        max-width: 480px;
    }
}

@media only screen and (max-width:990px) {
    #home .banner .inner-banner .info h2 {
        font-size: 2.5rem;
        max-width: 360px;
    }
}

@media only screen and (max-width:640px) {
    #home .banner .inner-banner .info h2 {
        font-size: 3rem;
    }
}

#home .banner .inner-banner .bg-hexa {
    max-width: 866px;
    position: absolute;
    right: -80px;
    top: 0px;
    z-index: 1;
}

@media only screen and (max-width:1536px) {
    #home .banner .inner-banner .bg-hexa {
        max-width: 700px;
    }
}

@media only screen and (max-width:1024px) {
    #home .banner .inner-banner .bg-hexa {
        max-width: 550px;
    }
}

@media only screen and (max-width:990px) {
    #home .banner .inner-banner .bg-hexa {
        max-width: 460px;
    }
}

@media only screen and (max-width:640px) {
    #home .banner .inner-banner .bg-hexa {
        max-width: 600px;
        position: relative;
    }
}

#home .banner .swiper-pagination-bullets {
    bottom: 0;
    left: 0;
    right: 0;
}

@media only screen and (max-width:1280px) {
    #home .banner .swiper-pagination-bullets {
        bottom: 0 !important;
    }
}

#home .banner .swiper-button-prev:after,
#home .banner .swiper-button-next:after,
#home .banner .swiper-container-rtl .swiper-button-next:after {
    color: #2d2d2d;
    font-size: 2rem;
}

#home .title h2 {
    font-size: 4rem;
    font-family: "asap-r";
    font-weight: 400;
    color: #000;
}

@media only screen and (max-width:990px) {
    #home .title h2 {
        font-size: 3.5rem;
    }
}

@media only screen and (max-width:640px) {
    #home .title h2 {
        font-size: 3rem;
        max-width: 310px;
    }
}

#home .title h2 strong {
    font-family: "asap-b";
}

#home .alquilar {
    position: relative;
}

@media only screen and (max-width:1536px) {
    #home .alquilar .wrapp-1280 {
        max-width: 1130px !important;
    }
}

@media only screen and (max-width:1280px) {
    #home .alquilar .wrapp-1280 {
        max-width: 1024px !important;
        overflow: hidden;
    }
}

@media only screen and (max-width:640px) {
    #home .alquilar .wrapp-1280 {
        overflow: hidden;
    }
}

#home .alquilar .title {
    margin-bottom: 5rem;
}

@media only screen and (max-width:640px) {
    #home .alquilar .title {
        padding: 0px 0px 0px 14px;
        margin-bottom: 1rem;
    }
}

#home .alquilar .number {
    background: #ffffff;
    box-shadow: 0 2px 8px 0 #0000001a;
    border-radius: 50%;
    width: 64px;
    height: 64px;
    margin: -30px auto 2rem;
}

#home .alquilar .number p {
    font-family: 'Futura-Bold';
    font-size: 3rem;
    color: #6C6C6C;
    text-align: center;
    line-height: 64px;
}

#home .alquilar .info p {
    font-size: 1.6rem;
    max-width: 190px;
    margin: 2rem auto;
    text-align: center;
}

#home .alquilar .info a {
    color: initial;
}

#home .alquilar .bg-white {
    background: #ffffff;
    box-shadow: 0 4px 10px 0 #00000014;
    border-radius: 4px;
}

@media only screen and (max-width:640px) {
    #home .alquilar .bg-white {
        background: transparent !important;
        box-shadow: inherit;
        border-radius: inherit;
    }
}

#home .alquilar .card-alquiler {
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    height: 200px;
}

@media only screen and (max-width:640px) {
    #home .alquilar .card-alquiler {
        margin: 10px;
        box-shadow: 0px 4px 10px 0 #00000014;
        border-radius: 4px;
        max-width: 230px;
        background: #ffffff;
    }
}

@media only screen and (max-width:375px) {
    #home .alquilar .card-alquiler {
        min-height: 200px;
        padding: 0px 10px;
    }
}

#home .alquilar .card-alquiler:hover {
    background: #009EE3;
    transition: all 0.2s ease-in-out;
}

#home .alquilar .card-alquiler:hover:first-child {
    border-radius: 4px 0px 0px 4px;
}

#home .alquilar .card-alquiler:hover:last-child {
    border-radius: 0px 4px 4px 0px;
}

@media only screen and (max-width:640px) {
    #home .alquilar .swiper-slide-active {
        background: #009EE3;
        transition: all 0.2s ease-in-out;
    }
}

#home .detail-product {
    position: relative;
    overflow: hidden;
    padding: 0px 0px 3rem;
}

#home .detail-product .card-alquiler {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

#home .detail-product .card-alquiler img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 740px;
    transition: all 0.5s ease-in-out;
}

@media only screen and (max-width:1366px) {
    #home .detail-product .card-alquiler img {
        object-position: right;
    }
}

@media only screen and (max-width:990px) {
    #home .detail-product .card-alquiler img {
        height: 480px;
    }
}

@media only screen and (max-width:640px) {
    #home .detail-product .card-alquiler img {
        height: 780px;
    }
}

#home .detail-product .card-alquiler:hover .button-float {
    bottom: 0px;
    height: auto;
    height: 320px;
    transition: all 0.5s ease-in-out;
}

@media only screen and (max-width:1366px) {
    #home .detail-product .card-alquiler:hover .button-float {
        height: 350px;
    }
}

@media only screen and (max-width:1024px) {
    #home .detail-product .card-alquiler:hover .button-float {
        height: 410px;
    }
}

@media only screen and (max-width:640px) {
    #home .detail-product .card-alquiler:hover .button-float {
        height: 290px;
    }
}

@media only screen and (max-width:375px) {
    #home .detail-product .card-alquiler:hover .button-float {
        height: 320px;
    }
}

#home .detail-product .card-alquiler:hover img {
    transform: scale(1.1);
    transition: all 0.5s ease-in-out;
}

#home .detail-product .button-float {
    cursor: pointer;
    position: absolute;
    bottom: 0px;
    height: 70px;
    transition: all 0.5s ease-in-out;
    border-radius: 30px 30px 0 0;
    padding: 20px 40px;
    transition: all 0.3s ease-in-out;
}

#home .detail-product .button-float ul {
    color: #212529;
}

@media only screen and (max-width:640px) {
    #home .detail-product .button-float {
        height: 290px;
    }
}

@media only screen and (max-width:1366px) {
    #home .detail-product .button-float {
        padding: 20px;
    }
}

#home .detail-product .button-float h2 {
    font-family: "asap-b";
    font-size: 3rem;
    color: #ffffff;
    padding-bottom: 1rem;
}

@media only screen and (max-width:1536px) {
    #home .detail-product .button-float h2 {
        font-size: 2.3rem;
    }
}

#home .detail-product .button-float h2:before {
    content: "";
    width: 30px;
    height: 3px;
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-right: 1rem;
}

#home .detail-product .button-float h3 {
    font-family: "asap-b";
    font-size: 2rem;
    color: #ffffff;
}

#home .detail-product .button-float h5 {
    font-family: "asap-b";
    font-size: 1.8rem;
    color: #ffffff;
}

#home .detail-product .button-float p {
    color: #ffffff;
}

#home .detail-product .gray ul li {
    color: #ffffff;
}

#home .detail-product .green h2 {
    color: #232323;
}

#home .detail-product .green h2:before {
    content: "";
    background: #232323;
}

#home .detail-product .green p {
    color: #232323;
}

#home .canales .card-atencion img {
    max-width: 48px;
    margin: 0px 0px 0.5rem;
}

#home .canales .card-atencion h2 {
    font-size: 2.5rem;
    color: #439FD9;
    margin-bottom: 1rem;
}

#home .canales .card-atencion h2 strong {
    font-family: "asap-b";
}

#home .canales .card-atencion a {
    font-size: 2.5rem;
    font-family: "asap-b";
    color: #2d2d2d;
    text-decoration: none;
}

#home .canales .card-atencion a strong {
    font-family: "asap-b";
}

#home .canales .card-atencion p {
    color: #6C6C6C;
    font-size: 2rem;
    margin: 0px;
}

#home .canales .card-atencion span {
    display: inline-block;
    font-size: 2.12rem;
    padding: 10px 40px;
}

@media only screen and (max-width:640px) {
    #home .canales .card-atencion span {
        padding: 10px 30px;
    }
}

@media only screen and (max-width:990px) {
    #home .canales .card-atencion span {
        font-size: 1.9rem;
    }
}

#home .canales .card-atencion .gray {
    background: #DCDCDC;
}

#home .canales .card-atencion .inner-info a {
    display: inline-block;
    text-align: left;
}

#home .canales .card-atencion .inner-info span {
    display: inline-block;
    padding: 10px;
}

#home .canales .card-atencion .horarios p {
    font-size: 1.4rem !important;
    line-height: 20px;
}

#home .canales .center {
    position: relative;
}

#home .canales .center:before {
    content: "";
    position: absolute;
    background: #439FD9;
}

#home .canales .center:after {
    content: "";
    background: #439FD9;
}

#home .cobertura .swiper-slide {
    max-width: 360px;
}

#home .cobertura .card-cobertura {
    background: #ffffff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 8px 30px #00000073;
    max-width: 400px;
}

#home .cobertura .card-cobertura .info {
    padding: 20px;
}

#home .cobertura .card-cobertura .info h2 {
    font-family: "asap-b";
    font-size: 2.6rem;
    color: #000;
}

#home .cobertura .card-cobertura .info p {
    color: #6C6C6C;
}

#home .cobertura .info-title {
    margin: 0px auto;
    max-width: 300px;
}

@media only screen and (max-width:990px) {
    #home .cobertura .info-title {
        max-width: 600px;
    }
}

@media only screen and (max-width:640px) {
    #home .cobertura .info-title {
        max-width: 100%;
    }
}

#home .cobertura .info-title h2 {
    font-size: 4.5rem;
    line-height: 1.2;
    font-family: "asap-r";
    color: #ffffff;
}

#home .cobertura .info-title h2 strong {
    font-family: "asap-b";
}

#home .cobertura .info-title p {
    color: #ffffff;
    font-size: 2.25rem;
}

@media only screen and (max-width:990px) {
    #home .cobertura .info-title p {
        font-size: 2rem;
    }
}

#home .cobertura .info-title small {
    color: #ffffff;
}

#home .cobertura .content-arrow .swiper-button-next,
#home .cobertura .content-arrow .swiper-button-prev {
    position: inherit;
    top: 0;
    width: 40px;
    height: 40px;
    margin-top: inherit;
    z-index: 0;
    margin-right: 20px;
    cursor: pointer;
    display: inline-block;
    background: #009EE3;
    border-radius: 50%;
    text-align: center;
}

#home .cobertura .content-arrow .swiper-button-next:after,
#home .cobertura .content-arrow .swiper-button-prev:after {
    font-size: 25px;
    letter-spacing: 0;
    font-variant: initial;
    color: #fff;
    text-align: center;
    line-height: 40px;
}

#home .cobertura .content-arrow .swiper-button-next:after,
#home .cobertura .content-arrow .swiper-container-rtl .swiper-button-prev:after {
    content: '';
    background: url("../../../../alquiler/images/arrow-right.svg");
    width: 40px;
    height: 40px;
    display: block;
}

#home .cobertura .content-arrow .swiper-button-prev:after,
#home .cobertura .content-arrow .swiper-container-rtl .swiper-button-next:after {
    content: '';
    background: url("../../../../alquiler/images/arrow-left.svg");
    width: 40px;
    height: 40px;
    display: block;
}

#home .cobertura .content-arrow .swiper-button-next:after,
#home .cobertura .content-arrow .swiper-button-prev:after {
    font-family: inherit;
}

#home .productos .container-b {
    max-width: 1140px;
    margin: 0 auto;
}

@media (max-width:992px) {
    #home .productos .container-b {
        max-width: 960px;
    }
}

@media (max-width:768px) {
    #home .productos .container-b {
        max-width: 720px;
    }
}

@media (max-width:576px) {
    #home .productos .container-b {
        max-width: 540px;
    }
}

#home .productos .btn-secondary {
    font-size: 1.1rem;
    outline: 0;
    color: #232323;
    cursor: pointer;
    text-align: left;
    padding: 10px 25px;
    font-weight: 500;
    border-radius: 4px;
    display: block;
    background: #ffffff;
    border-color: #ffffff;
    font-family: "asap-b";
    text-decoration: none;
    box-shadow: 0px 2px 10px #00000014;
    margin: 0.5rem 0 1rem;
    padding: 20px 24px;
    font-size: 2rem !important;
}

#home .productos .btn-secondary:hover {
    text-decoration: none;
}

#home .productos .btn-secondary:after {
    content: '';
    border-style: solid;
    border-width: 0.2em 0.2em 0 0;
    height: 10px;
    right: 20px;
    position: absolute;
    transform: rotate(45deg);
    width: 10px;
    top: 44%;
}

#home .productos .accordion-button.btn-secondary {
    display: none;
}

@media only screen and (max-width:990px) {
    #home .productos .accordion-button.btn-secondary {
        display: block;
    }
}

#home .productos .content-info h2 {
    font-family: "asap-b";
    color: #212529;
}

#home .productos .content-info ul {
    color: #212529;
}

#home .productos .content-info ul li {
    margin-bottom: 2rem;
}

#home .productos .content-info ul li span {
    max-width: 40px;
    min-height: 40px;
    display: inline-block;
    margin-right: 10px;
}

@media only screen and (max-width:990px) {
    #home .productos .content-info ul li span {
        max-width: 30px;
        min-height: 30px;
    }
}

@media only screen and (max-width:640px) {
    #home .productos .content-info ul li span {
        max-width: 40px;
        min-height: 40px;
    }
}

#home .productos .content-info ul li p {
    display: inline-block;
    max-width: 200px;
    vertical-align: middle;
    margin: 0px;
}

#home .productos .content-info ul li p span {
    display: block;
    width: 100% !important;
    max-width: inherit;
}

@media only screen and (max-width:990px) {
    #home .productos .content-info ul li p {
        max-width: 160px;
    }
}

@media only screen and (max-width:640px) {
    #home .productos .content-info ul li p {
        max-width: 200px;
    }
}

#home .productos .content-info .btn::before {
    display: none !important;
}

#home .productos .content-info .btn-primary {
    font-size: 1.1rem;
    outline: 0;
    cursor: pointer;
    color: #232323;
    text-align: left;
    text-decoration: none;
    padding: 10px 25px;
    font-weight: 500;
    border-radius: 4px;
    background: #009EE3;
    border-color: #009EE3;
    font-family: "asap-b";
    background: #009EE3;
    border-color: #009EE3;
    color: #232323;
    font-size: 1.8rem;
}

#home .productos .content-info .btn-primary:hover {
    text-decoration: none;
}

@media only screen and (max-width:640px) {
    #home .productos .content-info .btn-primary {
        display: block;
        text-align: center;
    }
}

@media only screen and (max-width:640px) {
    #home .productos .content-info {
        padding: 0px 20px;
        margin: 2rem;
    }
}

#home .legal {
    font-size: 1.1rem;
    line-height: 15px;
    color: #6C6C6C;
}

#home .float-button {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 10;
    opacity: 1;
}

#home .float-button a {
    display: block;
    background: #0cc142;
    padding: 20px;
    border-radius: 50%;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    cursor: pointer;
    box-shadow: 0px 0px 10px #3333333d;
}

#home .float-button img {
    transform: scale(1);
    transition: all 0.4s ease-in-out;
}

#home .float-button:hover img {
    transform: scale(1.2);
    transition: all 0.4s ease-in-out;
}

#home .sticky {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 99;
    transition: all .2s ease-in-out;
}

#home .violet {
    background: #662380 !important;
    color: #fff !important;
    left: -30px;
    pointer-events: none;
    position: relative;
    transition: all 0.3s ease-in-out;
}

@media only screen and (max-width:990px) {
    #home .violet {
        pointer-events: inherit;
        left: 0px;
    }
}

#home .violet.collapsed {
    background: #fff !important;
    color: #232323 !important;
    left: 0px;
    transition: all 0.3s ease-in-out;
    pointer-events: visible;
}

@media only screen and (max-width:640px) {
    #home .violet.collapsed {
        background: #662380 !important;
        color: #ffffff !important;
    }
}

#home .blue {
    background: #009EE3 !important;
    color: #ffffff !important;
    left: -30px;
    pointer-events: none;
    position: relative;
    transition: all 0.3s ease-in-out;
}

@media only screen and (max-width:990px) {
    #home .blue {
        pointer-events: inherit;
        left: 0px;
    }
}

#home .blue.collapsed {
    background: #fff !important;
    color: #232323 !important;
    left: 0px;
    transition: all 0.3s ease-in-out;
    pointer-events: visible;
}

@media only screen and (max-width:640px) {
    #home .blue.collapsed {
        background: #009EE3 !important;
        color: #ffffff !important;
    }
}

#home .red {
    background: #C93621 !important;
    color: #ffffff !important;
    left: -30px;
    pointer-events: none;
    position: relative;
    transition: all 0.3s ease-in-out;
}

@media only screen and (max-width:990px) {
    #home .red {
        pointer-events: inherit;
        left: 0px;
    }
}

#home .red.collapsed {
    background: #ffffff !important;
    color: #232323 !important;
    left: 0px;
    transition: all 0.3s ease-in-out;
    pointer-events: visible;
}

@media only screen and (max-width:640px) {
    #home .red.collapsed {
        background: #C93621 !important;
        color: #ffffff !important;
    }
}

#home .marron {
    background: #931C16 !important;
    color: #ffffff !important;
    left: -30px;
    pointer-events: none;
    position: relative;
    transition: all 0.3s ease-in-out;
}

@media only screen and (max-width:990px) {
    #home .marron {
        pointer-events: inherit;
        left: 0px;
    }
}

#home .marron.collapsed {
    background: #ffffff !important;
    color: #232323 !important;
    left: 0px;
    transition: all 0.3s ease-in-out;
    pointer-events: visible;
}

@media only screen and (max-width:640px) {
    #home .marron.collapsed {
        background: #931C16 !important;
        color: #ffffff !important;
    }
}

#home .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    margin: 0 5px;
    background: #CFCFCF;
}

#home .swiper-pagination-bullet-active {
    background: #009EE3 !important;
    opacity: 1;
}

#home .btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    background: url(/themes/serviciohaceb/css/../images/close.svg);
    border: 0;
    border-radius: 0.25rem;
    opacity: .5;
    right: 16px;
    position: absolute;
}

#home .modal-header {
    border-bottom: transparent;
}

#home .modal-body h2 {
    font-size: 1.2rem;
    text-align: center;
}

#home .details.active .float-button {
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.link_btn {
    color: inherit;
    text-decoration: underline;
}

.link_btn:hover {
    color: inherit;
}

.page-banner__qr {
    width: 100%;
    min-height: 52rem !important;
    background: url("../../../../themes/serviciohaceb/images/hero.png") no-repeat center;
    background-size: cover;
    height: 600px;
    background-color: #FAFAFA;
}

@media (min-width:1921px) and (max-width:2560px) {
    .page-banner__qr {
        height: 800px;
    }
}

@media (max-width:991px) {
    .page-banner__qr {
        height: 577px;
    }
}

@media (max-width:575.98px) {
    .page-banner__qr {
        background: url("../../../../themes/serviciohaceb/images/hero_mobile.png") no-repeat center;
        height: 577px;
        background-color: #FAFAFA;
    }
}

.page-banner__qr .page-banner__content {
    display: flex;
    align-items: center;
    height: 500px;
}

@media (max-width:820px) {
    .page-banner__qr .page-banner__content {
        height: 440px;
    }
}

@media (max-width:575.98px) {
    .page-banner__qr .page-banner__content {
        align-items: end;
        height: 500px;
    }
}

.page-banner__qr .page-banner__content-text h1 {
    font-family: "Futura-Bold";
    color: #000;
    font-size: 5rem;
    line-height: 1.2;
}

@media (max-width:820px) {
    .page-banner__qr .page-banner__content-text h1 {
        font-size: 4rem;
    }
}

@media (max-width:575.98px) {
    .page-banner__qr .page-banner__content-text h1 {
        font-size: 3rem;
    }
}

.page-banner__qr .page-banner__content-text p {
    font-family: 'futura-s';
    font-size: 2rem;
    line-height: 1.5;
}

@media (max-width:820px) {
    .page-banner__qr .page-banner__content-text p {
        font-size: 1.8rem;
    }
}

.page-banner__qr .page-banner__content-text ul {
    padding-left: 0.5rem;
}

.page-banner__qr .page-banner__content-text ul li {
    font-size: 1.8rem;
    margin-top: 0.5rem;
}

.banner-form {
    width: 100%;
    height: 400px;
    margin: 0 auto;
    background-color: #FAFAFA;
    display: flex;
    align-items: center;
}

@media (max-width:991px) {
    .banner-form {
        height: auto;
    }
}

.banner-form__content {
    display: flex;
    flex-direction: column;
    padding: 10rem 1rem;
}

@media (max-width:991px) {
    .banner-form__content {
        padding: 6rem 1.5rem;
    }
}

@media (max-width:991px) {
    .banner-form__content-inner .content-innter_title {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
}

.banner-form__content-inner .visible-on-sm {
    display: none;
}

@media (max-width:991px) {
    .banner-form__content-inner .visible-on-sm {
        display: block;
    }
}

.banner-form__content-inner .visible-on-md {
    display: block;
}

@media (max-width:991px) {
    .banner-form__content-inner .visible-on-md {
        display: none;
    }
}

.banner-form__content-inner h2 {
    font-size: 3rem;
    font-family: 'Futura-Bold';
    color: #439FD9;
}

@media (max-width:991px) {
    .banner-form__content-inner h2 {
        font-size: 3rem;
        line-height: 1.3;
        margin-bottom: 0;
    }
}

@media (max-width:575.98px) {
    .banner-form__content-inner h2 {
        font-size: 2.2rem;
    }
}

.banner-form__content-inner img {
    margin-right: 15px;
    width: auto;
}

.banner-form__content-inner p {
    margin-bottom: 0;
    line-height: 1.5;
}

.banner-form__content-inner .content-banner {
    width: 450px;
}

@media (max-width:991px) {
    .banner-form__content-inner .content-banner {
        width: 100%;
    }
}

.banner-form .form-banner {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    border-radius: 15px;
    background-color: #fff;
    padding: 4rem 5rem 3rem 5rem;
    position: absolute;
    bottom: -30px;
    border: 1px solid #DDDDDD;
}

@media (max-width:991px) {
    .banner-form .form-banner {
        width: 100%;
        position: relative;
        bottom: 0;
        padding: 1.5rem;
    }
}

@media (max-width:575.98px) {
    .banner-form .form-banner {
        width: 100%;
    }
}

.banner-form .form-banner .form-header {
    width: 400px;
    text-align: center;
    margin: 0 auto;
    padding: 50px 0 25px 0;
}

@media (max-width:575.98px) {
    .banner-form .form-banner .form-header {
        padding: 25px 0 15px 0;
        width: 100%;
    }
}

.banner-form .form-banner .form-header h2 {
    font-family: "Futura-Bold";
    color: #000;
}

.banner-form .form-banner form .form-header {
    margin: 0 auto;
    text-align: center;
}

.banner-form .form-banner form .form-header h2 {
    font-family: 'Futura-Bold';
    color: #000;
    margin: 3rem 0;
}

@media (max-width:991px) {
    .banner-form .form-banner form .form-header h2 {
        font-size: 2.8rem;
    }
}

.banner-form .form-banner form .form-header p {
    max-width: 430px;
    line-height: 1.5;
    font-size: 1.8rem;
    margin: 0 auto;
}

.banner-form .form-banner form .form-header .header_title {
    margin: 5rem 1rem;
    text-align: center;
}

.banner-form .form-banner form .form-header .header_title p.subtitle {
    font-family: 'Futura-Bold';
    font-size: 1.7rem;
    color: #000;
}

.banner-form .form-banner form .form-row .form-group {
    margin-bottom: 1.8rem;
}

.banner-form .form-banner form .form-row .form-group input.form-control-lg,
.banner-form .form-banner form .form-row .form-group select.form-control-lg {
    margin: 0 auto;
    padding: 1rem 2rem;
    font-size: 1.5rem;
    border-radius: 0.7rem;
    height: inherit;
}

.banner-form .form-banner form .form-row .form-group select::after {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #6E6E6E;
    content: '';
    top: 20px;
    right: 10px;
}

.banner-form .form-banner form .form-row .form-group .input-group .input-group-prepend button {
    border: 1px solid #DDDDDD;
}

.banner-form .form-banner form .form-row .form-group .input-group .input-group-prepend button::before {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #6E6E6E;
    content: '';
    top: 20px;
    right: 10px;
}

.banner-form .form-banner form .form-row .form-group .input-group .input-group-prepend button.btn {
    min-width: 1rem;
    padding: 0.9rem 3rem;
}

.banner-form .form-banner form .form-row .form-group .input-group .input-border {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.banner-form .form-banner form button.btn-form-qr {
    background-color: #439FD9;
    border-radius: 0.5rem;
    padding: 0.9rem 2rem;
    min-width: 18rem;
    min-height: 4.5rem;
    color: #fff;
    margin: 2rem 0;
    -webkit-appearance: none;
    border: 0;
}

.beneficios {
    background-color: #FAFAFA;
    width: 100%;
    height: 512px;
    padding: 10rem 1rem;
    display: flex;
    align-items: center;
}

@media (max-width:1440px) {
    .beneficios {
        height: auto;
        background-position: center center;
    }
}

@media (max-width:991px) {
    .beneficios {
        height: auto;
        background-position: center left;
    }
}

.beneficios-inner {
    width: 90%;
    height: auto;
    text-align: left;
}

@media (max-width:1180px) {
    .beneficios-inner {
        width: 100%;
    }
}

.beneficios-inner__content .sub__content {
    display: flex;
}

@media (max-width:575.98px) {
    .beneficios-inner__content .sub__content {
        justify-content: center;
        width: 100%;
        height: auto;
        margin-top: 15px;
    }
}

.beneficios-inner__content .sub__content .content__image {
    margin-right: 15px;
}

.beneficios-inner__content h2 {
    font-family: 'Futura-Bold';
    color: #000;
}

@media (max-width:575.98px) {
    .beneficios-inner__content h2 {
        font-size: 2.9rem;
    }
}

.beneficios-inner__content h3 {
    font-size: 1.8rem;
    line-height: 1.5;
    color: #000;
    width: 220px;
}

@media (max-width:575.98px) {
    .beneficios-inner__content h3 {
        font-size: 1.7rem;
    }
}

.beneficios-inner__content .divider-beneficios {
    width: 98px;
    height: 3px;
    background-color: #439FD9;
    margin: 2.5rem 0;
}

.beneficios-inner__content p {
    font-size: 2rem;
}

@media (max-width:991px) {
    .beneficios-inner__content p {
        font-size: 1.5rem;
    }
}

@media (max-width:575.98px) {
    .beneficios-inner__content p {
        font-size: 1.6rem;
    }
}

.beneficios-inner__content .sub__content .content__description {
    width: 230px;
}

@media (max-width:991px) {
    .beneficios-inner__content .sub__content .content__description {
        width: 250px;
    }
}

.beneficios-inner__content .sub__content .content__description p {
    font-size: 1.5rem;
}

@media (max-width:1280px) {
    .beneficios-inner__content .sub__content .content__description p {
        font-size: 1.3rem;
        width: 172px;
    }
}

@media (max-width:991px) {
    .beneficios-inner__content .sub__content .content__description p {
        font-size: 1.5rem;
        width: 100%;
    }
}

.beneficios .form-banner {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    border-radius: 15px;
    background-color: #fff;
    padding: 4rem 5rem 3rem 5rem;
    position: absolute;
    bottom: -300px;
    border: 1px solid #DDDDDD;
}

@media (max-width:991px) {
    .beneficios .form-banner {
        width: 100%;
        position: relative;
        bottom: 0;
        padding: 1.5rem;
    }
}

@media (max-width:575.98px) {
    .beneficios .form-banner {
        width: 100%;
    }
}

.beneficios .form-banner .form-header {
    width: 400px;
    text-align: center;
    margin: 0 auto;
    padding: 50px 0 25px 0;
}

@media (max-width:575.98px) {
    .beneficios .form-banner .form-header {
        padding: 25px 0 15px 0;
        width: 100%;
    }
}

.beneficios .form-banner .form-header h2 {
    font-family: "Futura-Bold";
    color: #000;
}

.beneficios .form-banner form .form-header {
    margin: 0 auto;
    text-align: center;
}

.beneficios .form-banner form .form-header h2 {
    font-family: 'Futura-Bold';
    color: #000;
    margin: 3rem 0;
}

@media (max-width:991px) {
    .beneficios .form-banner form .form-header h2 {
        font-size: 2.8rem;
    }
}

.beneficios .form-banner form .form-header p {
    max-width: 430px;
    line-height: 1.5;
    font-size: 1.8rem;
    margin: 0 auto;
}

.beneficios .form-banner form .form-header .header_title {
    margin: 5rem 1rem;
    text-align: center;
}

.beneficios .form-banner form .form-header .header_title p.subtitle {
    font-family: 'Futura-Bold';
    font-size: 1.7rem;
    color: #000;
}

.beneficios .form-banner form .form-row .form-group {
    margin-bottom: 1.8rem;
}

.beneficios .form-banner form .form-row .form-group input.form-control-lg,
.beneficios .form-banner form .form-row .form-group select.form-control-lg {
    margin: 0 auto;
    padding: 1rem 2rem;
    font-size: 1.5rem;
    border-radius: 0.7rem;
    height: inherit;
}

.beneficios .form-banner form .form-row .form-group select::after {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #6E6E6E;
    content: '';
    top: 20px;
    right: 10px;
}

.beneficios .form-banner form .form-row .form-group .input-group .input-group-prepend button {
    border: 1px solid #DDDDDD;
}

.beneficios .form-banner form .form-row .form-group .input-group .input-group-prepend button::before {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #6E6E6E;
    content: '';
    top: 20px;
    right: 10px;
}

.beneficios .form-banner form .form-row .form-group .input-group .input-group-prepend button.btn {
    min-width: 1rem;
    padding: 0.9rem 3rem;
}

.beneficios .form-banner form .form-row .form-group .input-group .input-border {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.beneficios .form-banner form button.btn-form-qr {
    background-color: #439FD9;
    border-radius: 0.5rem;
    padding: 0.9rem 2rem;
    min-width: 18rem;
    min-height: 4.5rem;
    color: #fff;
    margin: 2rem 0;
    -webkit-appearance: none;
    border: 0;
}

.factura {
    width: 100%;
    height: auto;
    position: relative;
}

.factura .img-background {
    width: 100%;
    height: auto;
}

.factura .img-background::after {
    content: '';
    display: block;
    background-image: url("../../../../themes/serviciohaceb/images/factura-new.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    width: 100%;
    height: 570px;
    position: absolute;
    bottom: 0;
}

@media (max-width:991px) {
    .factura .img-background::after {
        position: relative;
    }
}

@media (max-width:575.98px) {
    .factura .img-background::after {
        position: relative;
        height: 300px;
    }
}

.factura__wrapper {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    padding: 14rem 0;
}

@media (max-width:991px) {
    .factura__wrapper {
        padding: 7rem 4rem;
    }
}

@media (max-width:575.98px) {
    .factura__wrapper {
        padding: 7rem 1.5rem;
    }
}

.factura__wrapper-content {
    width: 550px;
    height: auto;
}

@media (max-width:991px) {
    .factura__wrapper-content {
        width: 100%;
    }
}

.factura__wrapper-content h2 {
    color: #439FD9;
    font-size: 24px;
    font-family: "Futura-Bold";
}

@media (max-width:575.98px) {
    .factura__wrapper-content h2 {
        margin: 2rem 0;
        font-size: 34px;
    }
}

.factura__wrapper-content .box-info {
    width: 550px;
    height: auto;
    padding: 15px 20px;
    border: 1px solid #DDDDDD;
    border-radius: 20px;
    display: flex;
    align-items: center;
    margin-top: 25px;
    margin-bottom: 15px;
    color: #000;
}

@media (max-width:1180px) {
    .factura__wrapper-content .box-info {
        width: 100%;
    }
}

@media (max-width:575.98px) {
    .factura__wrapper-content .box-info {
        width: 100%;
        flex-direction: column;
        padding: 20px 20px;
    }
}

.factura__wrapper-content .box-info_img {
    width: auto;
    height: 80px;
    margin-right: 15px;
}

.factura__wrapper-content .box-info_img img {
    width: auto;
}

@media (max-width:575.98px) {
    .factura__wrapper-content .box-info_img {
        margin: 15px;
    }
}

.factura__wrapper-content .box-info_txt {
    color: #2D2D2D;
    font-weight: 400;
}

.factura__wrapper-content .box-info_txt h2 {
    color: #439FD9;
    font-size: 20px;
    margin-bottom: 0;
    line-height: 1.5;
}

.garantia {
    width: 100%;
    height: auto;
    padding: 10rem 0 0 0;
    background-color: #FAFAFA;
}

@media (max-width:575.98px) {
    .garantia {
        padding: 7rem 0 0 0;
    }
}

.garantia__content {
    width: 490px;
    height: auto;
}

@media (max-width:1180px) {
    .garantia__content {
        padding: 0 1.5rem;
    }
}

@media (max-width:991px) {
    .garantia__content {
        width: 100%;
        padding: 0;
    }
}

@media (max-width:575.98px) {
    .garantia__content {
        padding: 0 3rem;
    }
}

.garantia__content h2 {
    font-family: 'Futura-Bold';
    color: #000;
}

@media (max-width:1180px) {
    .garantia__content h2 {
        font-size: 3rem;
    }
}

.garantia__content .divider_steps {
    width: 98px;
    height: 3px;
    background-color: #009EE3;
    margin: 2.5rem 0;
}

@media (max-width:1180px) {
    .garantia__content p {
        font-size: 1.5rem;
        padding: 0 1.5rem 0 0;
    }
}

.garantia::after {
    content: '';
    display: block;
    background-image: url("../../../../themes/serviciohaceb/images/garantia-new.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    width: 100%;
    height: 400px;
    position: relative;
}

@media (max-width:1440px) {
    .garantia::after {
        height: 340px;
    }
}

@media (max-width:1180px) {
    .garantia::after {
        height: 260px;
    }
}

@media (max-width:980px) {
    .garantia::after {
        display: none;
    }
}

.garantia .right-garantias {
    width: 90%;
    height: auto;
    position: absolute;
    top: 50px;
    z-index: 1;
}

@media (max-width:1180px) {
    .garantia .right-garantias {
        top: 0;
    }
}

@media (max-width:991px) {
    .garantia .right-garantias {
        width: 100%;
        position: relative;
        top: 0;
        margin-bottom: 5rem;
    }
}

@media (max-width:575.98px) {
    .garantia .right-garantias {
        overflow: hidden;
        padding: 0 3rem;
        margin-bottom: 0;
    }
}

.garantia .right-garantias::after {
    content: '';
    display: none;
    background-image: url("../../../../themes/serviciohaceb/images/garantia-new_mobile.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 465px;
    height: 280px;
    position: relative;
    left: -67px;
    right: 0;
    margin-top: 40px;
}

@media (max-width:575.98px) {
    .garantia .right-garantias::after {
        display: block;
    }
}

@media (max-width:1180px) {
    .garantia .right-garantias .right-garantias_content p {
        font-size: 1.5rem;
    }
}

.garantia .right-garantias .right-garantias_content h2.subtitle_garantias {
    color: #439FD9;
    font-size: 24px;
    font-family: "Futura-Bold";
}

@media (max-width:575.98px) {
    .garantia .right-garantias .right-garantias_content h2.subtitle_garantias {
        margin: 2rem 0;
    }
}

.garantia .right-garantias .box-info {
    width: 550px;
    height: auto;
    padding: 10px 20px;
    border: 1px solid #DDDDDD;
    border-radius: 20px;
    display: flex;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 45px;
}

@media (max-width:1180px) {
    .garantia .right-garantias .box-info {
        width: 100%;
    }
}

@media (max-width:575.98px) {
    .garantia .right-garantias .box-info {
        width: 100%;
    }
}

.garantia .right-garantias .box-info_img {
    width: auto;
    height: 80px;
    margin-right: 15px;
}

.garantia .right-garantias .box-info_txt h2 {
    color: #439FD9;
    font-size: 20px;
    margin-bottom: 0;
    line-height: 1.5;
}

@media (max-width:1180px) {
    .garantia .right-garantias .box-info_txt h2 {
        font-size: 16px;
    }
}

.garantia .right-garantias a.cdc {
    font-family: inherit;
    color: inherit;
    text-decoration: none;
}

.garantia .right-garantias a.btn-garantia {
    font-family: 'futura-s';
    background-color: #439FD9;
    color: #fff;
    padding: 15px 32px;
    border-radius: 10px;
    text-decoration: none;
}

.garantia .right-garantias a.btn-garantia img {
    width: auto;
}

@media (max-width:575.98px) {
    .garantia .right-garantias a.btn-garantia {
        margin-bottom: 20px;
    }
}

.producto {
    padding: 140px 5rem;
    font-size: 1.5rem;
    font-family: "Asap", sans-serif;
}

@media (max-width:820px) {
    .producto {
        padding: 70px 1.5rem;
    }
}

.producto__title h2 {
    font-family: 'Futura-Bold';
    color: #000;
}

.producto__title p {
    font-size: 2rem;
    font-family: 'futura-s';
}

@media (max-width:567px) {
    .producto__title p {
        font-size: 1.8rem;
    }
}

.producto__title-border {
    width: 95px;
    height: 3px;
    background-color: #009EE3;
    margin: 24px 0 34px 0;
}

.producto__tabs {
    padding: 4rem 0;
}

.producto__tabs .nav-pills {
    justify-content: space-between;
    margin-bottom: 4rem;
}

@media (max-width:567px) {
    .producto__tabs .nav-pills .nav-item {
        margin-bottom: 10px;
    }
}

.producto__tabs .nav-pills .nav-item .nav-link {
    border: 1px solid #6C6C6C;
    padding: 12px 30px;
    border-radius: 5px;
    color: #6C6C6C;
    font-family: 'futura-s';
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 56px;
}

.producto__tabs .nav-pills .nav-item .nav-link.active img {
    filter: invert(99%) sepia(99%) saturate(5%) hue-rotate(114deg) brightness(102%) contrast(250%);
}

.producto__tabs .nav-pills .nav-item .nav-link .visible-on-sm {
    display: none;
}

@media (max-width:1366px) {
    .producto__tabs .nav-pills .nav-item .nav-link .visible-on-sm {
        display: block;
    }
}

.producto__tabs .nav-pills .nav-item .nav-link .visible-on-md {
    display: block;
}

@media (max-width:1366px) {
    .producto__tabs .nav-pills .nav-item .nav-link .visible-on-md {
        display: none;
    }
}

@media (max-width:1180px) {
    .producto__tabs .nav-pills .nav-item .nav-link {
        width: 150px;
        font-size: 1.4rem;
    }
}

@media (max-width:820px) {
    .producto__tabs .nav-pills .nav-item .nav-link {
        width: 200px;
        padding: 12px 20px;
        margin-bottom: 1.5rem;
    }
}

@media (max-width:567px) {
    .producto__tabs .nav-pills .nav-item .nav-link {
        width: 170px;
        height: 46px;
        padding: 0px 9px;
        justify-content: left;
    }
}

.producto__tabs .nav-pills .nav-item .nav-link img {
    margin: 0 10px;
}

.producto__tabs .nav-pills #lavadoras-tab.active,
.producto__tabs .nav-pills .show>#lavadoras-tab {
    color: #fff;
    background-color: #662380 !important;
    border: 1px solid #662380 !important;
}

.producto__tabs .nav-pills #refrigeracion-tab.active,
.producto__tabs .nav-pills .show>#refrigeracion-tab {
    color: #fff;
    background-color: #009CE1 !important;
    border: 1px solid #009CE1 !important;
}

.producto__tabs .nav-pills #cocina-tab.active,
.producto__tabs .nav-pills .show>#cocina-tab {
    color: #fff;
    background-color: #DC4F38 !important;
    border: 1px solid #DC4F38 !important;
}

.producto__tabs .nav-pills #calentador-tab.active,
.producto__tabs .nav-pills .show>#calentador-tab {
    color: #fff;
    background-color: #439FD9 !important;
    border: 1px solid #439FD9 !important;
}

.producto__tabs .nav-pills #climatizacion-tab.active,
.producto__tabs .nav-pills .show>#climatizacion-tab {
    color: #fff;
    background-color: #278680 !important;
    border: 1px solid #278680 !important;
}

.producto__tabs .nav-pills #electrodomesticos-tab.active,
.producto__tabs .nav-pills .show>#electrodomesticos-tab {
    color: #fff;
    background-color: #F7BE00 !important;
    border: 1px solid #F7BE00 !important;
}

.producto__tabs .nav-pills .nav-link.active,
.producto__tabs .nav-pills .show>.nav-link {
    border-radius: 5px;
    color: #2D2D2D;
    background-color: #009EE3;
    border: 1px solid #009EE3;
}

@media (max-width:567px) {

    .producto__tabs .nav-pills .nav-link.active,
    .producto__tabs .nav-pills .show>.nav-link {
        padding: 0px 9px;
    }
}

.producto__tabs--card {
    width: 310px;
    height: 240px;
    border-radius: 12px;
    border: 1px solid #DDDDDD;
    padding-bottom: 1.5rem;
    overflow: hidden;
}

@media (max-width:1366px) {
    .producto__tabs--card {
        width: 280px;
    }
}

@media (max-width:991px) {
    .producto__tabs--card {
        width: 320px;
        overflow: initial;
        margin-right: 25px;
    }
}

@media (max-width:567px) {
    .producto__tabs--card {
        width: 320px;
        height: 240px;
        margin: 0 15px;
    }
}

.producto__tabs--card a {
    font-size: 1.3rem;
    padding: 1.5rem;
    color: #6D6E71;
    text-decoration: none;
    cursor: pointer;
    display: inline;
}

.producto__tabs--card a img {
    margin-left: 10px;
}

.producto__tabs--card .hide_on_desktop {
    display: none;
}

@media (max-width:991px) {
    .producto__tabs--card .hide_on_desktop {
        display: inline;
    }
}

@media (max-width:991px) {

    .producto__tabs--card .showInfo,
    .producto__tabs--card .hideInfo {
        display: none;
    }
}

.producto__tabs--card-header {
    background-color: #662382;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
    padding: 10px 25px;
}

.producto__tabs--card-header h2 {
    font-family: 'Futura-Bold';
    font-size: 2rem;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 0;
}

@media (max-width:1180px) {
    .producto__tabs--card-header h2 {
        font-size: 1.7rem !important;
    }
}

.producto__tabs--card-header {
    background-color: #009CE1;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
    padding: 10px 25px;
}

.producto__tabs--card-header h2 {
    font-family: 'Futura-Bold';
    font-size: 2rem;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 0;
}

@media (max-width:575.98px) {
    .producto__tabs--card-header h2 {
        font-size: 1.7rem;
    }
}

.producto__tabs--card-content {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2.5rem 1.5rem;
}

.producto__tabs--card-content .content-text h3 {
    font-family: "Asap", sans-serif;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 0;
}

.producto__tabs--card-content .content-text h2 {
    font-family: "Asap", sans-serif;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.5;
    color: #6D6E71;
    margin-bottom: 0;
}

.producto__tabs--card-content .content-img {
    margin: 0 auto;
}

.producto__tabs--card-content .content-img img {
    width: 105px;
    height: auto;
}

.producto__tabs--card .modal-button-mobile {
    display: none;
}

@media (max-width:991px) {
    .producto__tabs--card .modal-button-mobile {
        display: block;
    }
}

.producto__tabs--card .content__hide {
    padding: 1.5rem;
    height: auto;
    overflow: hidden;
    transition: all .50s;
}

@media (max-width:991px) {
    .producto__tabs--card .content__hide {
        display: none;
    }
}

.producto__tabs--card .content__hide h2 {
    font-family: "Asap", sans-serif;
    font-weight: 700;
    font-size: 2.5rem;
    color: #6D6E71;
}

.producto__tabs--card .content__hide p {
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 400;
}

.producto__tabs .tab-content {
    overflow: hidden;
}

.producto__tabs .tab-content .tab-pane .slide .swiper-horizontal {
    height: auto;
    margin-bottom: 30px;
}

.producto__tabs .tab-content .tab-pane .slide .swiper-horizontal .swiper-pagination-bullets {
    bottom: -20px;
}

.producto__tabs .tab-content .tab-pane .slide .swiper-horizontal .swiper-pagination-bullets .swiper-pagination-bullet {
    background-color: #009EE3;
    height: 6px;
    border-radius: 5px;
    width: 23px;
    cursor: pointer;
}

.producto__tabs .tab-content .tab-pane .slide .swiper-horizontal .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background-color: #009EE3;
    width: 50px;
}

.producto__tabs .tab-content .tab-pane .slide .swiper-container-refrigeracion .swiper-button-next,
.producto__tabs .tab-content .tab-pane .slide .swiper-container-refrigeracion .swiper-button-prev {
    display: none;
}

.producto__tabs .tab-content .tab-pane .slide .swiper-container-refrigeracion .swiper-pagination {
    position: relative;
}

.producto__tabs .tab-content .tab-pane .slide .swiper-container-cocina .swiper-button-next,
.producto__tabs .tab-content .tab-pane .slide .swiper-container-cocina .swiper-button-prev {
    display: none;
}

.producto__tabs .tab-content .tab-pane .slide .swiper-container-cocina .swiper-pagination {
    position: relative;
}

.producto__tabs .tab-content .tab-pane .slide .swiper-container-cocina .swiper-wrapper .swiper-slide {
    max-width: 360px;
}

.producto__tabs .tab-content .tab-pane .slide .swiper-container-cocina .swiper-wrapper .swiper-slide .producto__tabs--card .producto__tabs--card-header {
    background-color: #DC4F38;
}

.producto__tabs .tab-content .tab-pane .slide .swiper-container-lavadoras .swiper-button-next,
.producto__tabs .tab-content .tab-pane .slide .swiper-container-lavadoras .swiper-button-prev {
    display: none;
}

.producto__tabs .tab-content .tab-pane .slide .swiper-container-lavadoras .swiper-pagination {
    position: relative;
}

.producto__tabs .tab-content .tab-pane .slide .swiper-container-lavadoras .swiper-wrapper .swiper-slide {
    max-width: 360px;
}

.producto__tabs .tab-content .tab-pane .slide .swiper-container-lavadoras .swiper-wrapper .swiper-slide .producto__tabs--card .producto__tabs--card-header {
    background-color: #662380;
}

.producto__tabs .tab-content .tab-pane .slide .swiper-container-calentador .swiper-button-next,
.producto__tabs .tab-content .tab-pane .slide .swiper-container-calentador .swiper-button-prev {
    display: none;
}

.producto__tabs .tab-content .tab-pane .slide .swiper-container-calentador .swiper-pagination {
    position: relative;
}

.producto__tabs .tab-content .tab-pane .slide .swiper-container-calentador .swiper-wrapper .swiper-slide {
    max-width: 360px;
}

.producto__tabs .tab-content .tab-pane .slide .swiper-container-calentador .swiper-wrapper .swiper-slide .producto__tabs--card .producto__tabs--card-header {
    background-color: #439FD9;
}

.producto__tabs .tab-content .tab-pane .slide .swiper-container-climatizacion .swiper-button-next,
.producto__tabs .tab-content .tab-pane .slide .swiper-container-climatizacion .swiper-button-prev {
    display: none;
}

.producto__tabs .tab-content .tab-pane .slide .swiper-container-climatizacion .swiper-pagination {
    position: relative;
}

.producto__tabs .tab-content .tab-pane .slide .swiper-container-climatizacion .swiper-wrapper .swiper-slide {
    max-width: 360px;
}

.producto__tabs .tab-content .tab-pane .slide .swiper-container-climatizacion .swiper-wrapper .swiper-slide .producto__tabs--card .producto__tabs--card-header {
    background-color: #278680;
}

.producto__tabs .tab-content .tab-pane .slide .swiper-container-electrodomestico .swiper-button-next,
.producto__tabs .tab-content .tab-pane .slide .swiper-container-electrodomestico .swiper-button-prev {
    display: none;
}

.producto__tabs .tab-content .tab-pane .slide .swiper-container-electrodomestico .swiper-pagination {
    position: relative;
}

.producto__tabs .tab-content .tab-pane .slide .swiper-container-electrodomestico .swiper-wrapper .swiper-slide {
    max-width: 360px;
}

.producto__tabs .tab-content .tab-pane .slide .swiper-container-electrodomestico .swiper-wrapper .swiper-slide .producto__tabs--card .producto__tabs--card-header {
    background-color: #F7BE00;
}

.producto__tabs .tab-content .carousel-inner .carousel-item .cards_container {
    margin-bottom: 50px;
}

.producto__tabs .tab-content .carousel-inner .carousel-item .cards_container::-webkit-scrollbar {
    display: none;
}

@media (max-width:820px) {
    .producto__tabs .tab-content .carousel-inner .carousel-item .cards_container {
        overflow: scroll;
    }
}

.qr {
    width: 100%;
    height: auto;
    font-size: 1.5rem;
    background-color: #EDEDED;
}

.qr .qr__mobile-image {
    display: none;
    margin: 0 auto;
}

.qr .qr__mobile-image img {
    width: 100%;
    height: auto;
}

@media (max-width:820px) {
    .qr .qr__mobile-image {
        display: block;
    }
}

.qr__container {
    padding: 10rem 1rem;
    max-width: 580px;
    margin: 0 auto;
}

@media (max-width:820px) {
    .qr__container {
        padding: 5rem 1rem;
    }
}

@media (max-width:575.98px) {
    .qr__container {
        padding: 1rem 3rem;
    }
}

.qr__container-title {
    padding-top: 5rem;
}

.qr__container-title-border {
    width: 95px;
    height: 3px;
    background-color: #009EE3;
    margin: 24px 0 34px 0;
}

.qr__container h3 {
    font-family: "Asap", sans-serif;
    font-size: 2.3rem;
    font-weight: 400;
}

@media (max-width:567px) {
    .qr__container h3 {
        font-size: 1.9rem;
        line-height: 2;
    }
}

.qr__container h2 {
    color: #000;
    font-family: 'Futura-Bold';
}

.qr__container-content {
    margin-top: 50px;
}

.qr__container-content h2 {
    font-family: 'Futura-Bold';
    font-size: 2.3rem;
    color: #000;
}

.qr__container-content h2 .visible-on-md {
    display: block;
}

@media (max-width:567px) {
    .qr__container-content h2 .visible-on-md {
        display: none;
    }
}

.qr__container-content-title img {
    margin-right: 15px;
}

@media (max-width:567px) {
    .qr__container-content-title h2 {
        font-size: 2.3rem;
        line-height: 1.3;
    }
}

.qr__container-content-title .visible-on-sm {
    display: none;
}

@media (max-width:567px) {
    .qr__container-content-title .visible-on-sm {
        display: block;
    }
}

.qr__container-content-subcontent {
    display: flex;
    color: #6D6E71;
}

.qr__container-content-subcontent .visible-on-md {
    display: block;
}

@media (max-width:567px) {
    .qr__container-content-subcontent .visible-on-md {
        display: none;
    }
}

.qr__container-content-subcontent img {
    width: 45px;
    height: 45px;
    margin-right: 15px;
}

.qr__container-content-subcontent p {
    font-size: 1.6rem;
    line-height: 1.6;
    margin-bottom: 0;
    width: 420px;
}

@media (max-width:567px) {
    .qr__container-content-subcontent p {
        width: auto;
    }
}

.qr__container-content-button {
    display: none;
}

.qr__container-content-button a {
    font-family: "Asap", sans-serif;
    font-size: 1.5rem;
    line-height: 1.5;
    padding: 15px 40px;
    color: #fff;
    background-color: #009EE3;
    border-radius: 5px;
}

@media (max-width:567px) {
    .qr__container-content-button {
        display: block;
        margin: 40px 0;
    }
}

.qr__shape {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}

@media (max-width:820px) {
    .qr__shape {
        display: none;
    }
}

.qr__shape::before {
    content: '';
    display: block;
    width: 884px;
    height: 377px;
    background: url("/themes/serviciohaceb/css/themes/serviciohaceb/images/mask-green.svg");
    background-position: center right;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: -7px;
}

.qr__shape #qr__shape-box {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}

.qr__shape #qr__shape-box::after {
    content: '';
    display: block;
    width: 620px;
    height: 620px;
    background: url("/themes/serviciohaceb/css/themes/serviciohaceb/images/celular-mano-1.png");
    background-position: center right;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: -7px;
}

.steps {
    padding: 140px 1.5rem;
    background-color: #F4F4F4;
}

@media (max-width:820px) {
    .steps {
        padding: 70px 1.5rem;
    }
}

.steps .steps_mobile {
    display: none;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

@media (max-width:575.98px) {
    .steps .steps_mobile {
        display: block;
        padding: 2rem 0;
    }
}

.steps .steps_mobile-item {
    width: 313px;
    height: auto;
    margin: 0 0 0 auto;
    padding: 1.5rem;
    border-radius: 15px;
    background-color: #fff;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.steps .steps_mobile-item img {
    position: absolute;
    left: -10px;
    width: 107px;
    height: auto;
}

.steps .steps_mobile-item .item__content {
    display: flex;
    flex-direction: column;
    margin-left: 70px;
}

.steps .steps_mobile-item .item__content h2 {
    font-size: 1.8rem;
    line-height: 1.5;
    margin-bottom: 10px;
    color: #000;
}

.steps .steps_mobile-item .item__content p {
    font-size: 1.5rem;
}

@media (max-width:575.98px) {
    .steps .steps_mobile-item .item__content ul {
        padding-left: 0;
    }
}

.steps__content {
    width: 425px;
}

@media (max-width:1180px) {
    .steps__content {
        width: 100%;
        padding: 5rem 0;
    }
}

@media (max-width:575.98px) {
    .steps__content {
        width: 100%;
        padding: 2rem 0;
    }
}

.steps__content h2 {
    font-family: 'Futura-Bold';
    color: #000;
}

.steps__content .divider_steps {
    width: 98px;
    height: 3px;
    background-color: #009EE3;
    margin: 2.5rem 0;
}

.steps__content a {
    font-family: 'futura-s';
    background-color: #439FD9;
    color: #fff;
    padding: 15px 32px;
    border-radius: 10px;
    text-decoration: none;
}

.steps__content p {
    margin: 3rem 0;
    line-height: 1.5;
}

.steps__wrapper {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

@media (max-width:991px) {
    .steps__wrapper {
        margin-top: 6rem;
    }
}

@media (max-width:575.98px) {
    .steps__wrapper {
        display: none;
    }
}

.steps__wrapper .qr-question:hover .qr-question__item-content,
.steps__wrapper .qr-question__item:hover .qr-question__item-content {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
    z-index: 999;
    position: relative;
    top: -90px;
    margin-bottom: -60px;
}

.steps__wrapper .qr-question {
    width: 572px;
    height: auto;
    margin: 0 auto;
    position: relative;
    cursor: pointer;
}

@media (max-width:1180px) {
    .steps__wrapper .qr-question {
        width: 100%;
    }
}

.steps__wrapper .qr-question__item {
    width: 572px;
    height: auto;
    padding: 15px 20px;
    border-radius: 10px;
    margin: 0 auto;
    margin-bottom: 25px;
    background-color: #fff;
    display: flex;
    align-items: center;
}

@media (max-width:1180px) {
    .steps__wrapper .qr-question__item {
        width: 100%;
    }
}

.steps__wrapper .qr-question__item * {
    transition: 0.3s ease-out;
}

.steps__wrapper .qr-question__item img {
    width: 29px;
    height: 32px;
    margin-right: 28px;
}

.steps__wrapper .qr-question__item h2 {
    font-size: 2rem;
    font-family: "Futura-Bold";
    color: #6C6C6C;
    margin-bottom: 0;
}

@media (max-width:1180px) {
    .steps__wrapper .qr-question__item h2 {
        font-size: 1.7rem;
    }
}

.steps__wrapper .qr-question__item-content {
    background-color: #fff;
    width: 572px;
    height: auto;
    border-radius: 10px;
    position: absolute;
    top: 0;
    padding: 2.5rem 2rem;
    transform: translateX(10%);
    visibility: hidden;
    opacity: 0;
    transition: transform 250ms;
}

@media (max-width:1180px) {
    .steps__wrapper .qr-question__item-content {
        width: 100%;
        transform: translateX(0%);
    }
}

.steps__wrapper .qr-question__item-content .item-content__img {
    position: absolute;
    left: -50px;
}

.steps__wrapper .qr-question__item-content .item-content__img img {
    width: 130px;
    height: auto;
}

.steps__wrapper .qr-question__item-content .item-content__text {
    margin-left: 7rem;
}

.steps__wrapper .qr-question__item-content .item-content__text h2 {
    font-family: "Futura-Bold";
    font-size: 2rem;
    color: #000;
}

.steps__wrapper .qr-question__item-content .item-content__text p,
.steps__wrapper .qr-question__item-content .item-content__text ul>li {
    font-size: 1.5rem;
}

.contact__wrapper {
    padding: 140px 1rem;
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
}

@media (max-width:820px) {
    .contact__wrapper {
        padding: 70px 1rem;
    }
}

.contact__wrapper h2 {
    font-family: 'Futura-Bold';
    color: #000;
    margin-bottom: 20px;
}

.contact__wrapper .divider-contact {
    width: 98px;
    height: 3px;
    background-color: #439FD9;
    margin: 0 auto;
    margin-bottom: 40px;
}

.contact__wrapper-card {
    width: 450px;
    height: auto;
    display: inline-flex;
    flex-direction: column;
    margin: 0 15px;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
}

@media (max-width:1180px) {
    .contact__wrapper-card {
        width: 320px;
    }
}

@media (max-width:991px) {
    .contact__wrapper-card {
        width: 450px;
    }
}

@media (max-width:567px) {
    .contact__wrapper-card {
        width: 100%;
        align-items: center;
        margin: 10px 0;
    }
}

.contact__wrapper-card--img {
    margin: 30px 0 40px 0;
}

.contact__wrapper-card--img img {
    height: 51px;
}

@media (max-width:567px) {
    .contact__wrapper-card--img img {
        height: 30px;
    }
}

@media (max-width:567px) {
    .contact__wrapper-card--img {
        margin: 0 20px;
    }
}

.contact__wrapper-card--content {
    width: auto;
    height: auto;
}

@media (max-width:567px) {
    .contact__wrapper-card--content {
        height: auto;
    }
}

.contact__wrapper-card--content h4 {
    font-family: "Asap", sans-serif;
    font-size: 2rem;
    margin-bottom: 1.6rem;
    font-weight: 700;
    color: #439FD9;
}

.contact__wrapper-card--content h3 {
    font-family: "Asap", sans-serif;
    font-weight: 700;
    font-size: 1.8rem;
    color: #000;
}

@media (max-width:567px) {
    .contact__wrapper-card--content h3 {
        line-height: 1;
        font-size: 2rem;
    }
}

.contact__wrapper-card--content .card_content {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact__wrapper-card--content .card_content .img-card_content {
    margin-right: 15px;
}

.contact__wrapper-card--content .card_content .text-card_content h3 {
    margin-bottom: 0;
    line-height: 1.5;
}

.contact__wrapper-card--content .card_content .text-card_content h3 a {
    color: inherit;
}

.contact__wrapper-card--content .small-text {
    width: 340px;
    margin: 0 auto;
    padding-top: 10px;
}

@media (max-width:575.98px) {
    .contact__wrapper-card--content .small-text {
        width: 100%;
    }
}

.contact__wrapper-card--content .content_llamar {
    width: 286px;
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.contact__wrapper-card--content .content_llamar p.call {
    background-color: #DDDDDD;
    color: #2D2D2D;
    font-weight: bold;
    padding: 13px 32px;
    margin-bottom: 0;
}

.contact__wrapper-card--content .content_llamar p.number {
    background-color: #009EE3;
    color: #2D2D2D;
    font-size: 2rem;
    font-weight: bold;
    padding: 11px 32px;
    margin-bottom: 0;
}

.modal-product {
    display: none;
    position: fixed;
    z-index: 1050;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.9);
}

.modal-product .modal-content {
    background-color: #fefefe;
    margin: auto;
    width: 90%;
    border-radius: 10px;
}

.modal-product .modal-content .product_info {
    padding: 1.5rem;
}

.modal-product .modal-content .product_info h2 {
    margin-bottom: 2rem;
    font-size: 2.5rem;
}

.modal-product .modal-content .product_info p {
    text-align: left;
    line-height: 1.5;
}

.modal-product .modal-content .modal-header {
    background-color: #662382;
    width: 100%;
    display: flex;
    justify-content: center;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.modal-product .modal-content .modal-header h2 {
    font-family: 'Futura-Bold';
    font-size: 2rem;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 0;
    text-align: center;
}

.modal-product .modal-content .modal-text {
    padding: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-product .modal-content .modal-text .content-text h3 {
    font-family: "Asap", sans-serif;
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 0;
}

.modal-product .modal-content .modal-text .content-text h2 {
    font-family: "Asap", sans-serif;
    font-weight: 700;
    font-size: 2rem;
    color: #6D6E71;
    margin-bottom: 0;
}

.modal-product .modal-content .close {
    color: #fff;
    float: right;
    font-size: 20px;
    font-weight: 400;
    opacity: 1;
    text-shadow: none;
    position: absolute;
    top: -80px;
    right: 0;
}

.modal-product .modal-content .close:hover,
.modal-product .modal-content .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.btn-home {
    font-family: 'futura-s';
    background-color: #439FD9;
    color: #fff;
    padding: 15px 32px;
    border-radius: 10px;
    text-decoration: none;
    display: inline-block;
}

.btn-home:hover {
    text-decoration: none;
    color: #fff;
}

.divider {
    width: 98px;
    height: 3px;
    background-color: #009EE3;
    margin: 2.5rem 0;
}

.h-section {
    padding: 100px 0;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.h-section h2.section-title {
    color: #2D2D2D;
    font-family: "Futura-Bold";
    font-size: 36px;
}

.h-section .SectionTwoSwiper .swiper-wrapper .swiper-slide .content-parent {
    width: 100%;
    height: 370px;
}

.h-section .SectionTwoSwiper .swiper-wrapper .swiper-slide .content-info {
    width: 280px;
    height: 245px;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #DDDDDD;
    padding: 20px;
    overflow: hidden;
    color: #2D2D2D;
    background-color: #fff;
    transition: all ease .3s;
}

@media (max-width:1366px) {
    .h-section .SectionTwoSwiper .swiper-wrapper .swiper-slide .content-info {
        width: 250px;
    }
}

@media (max-width:1180px) {
    .h-section .SectionTwoSwiper .swiper-wrapper .swiper-slide .content-info {
        width: 270px;
    }
}

@media (max-width:820px) {
    .h-section .SectionTwoSwiper .swiper-wrapper .swiper-slide .content-info {
        background-color: #fafafa;
        border: none;
        height: 345px !important;
        overflow: visible;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    }
}

.h-section .SectionTwoSwiper .swiper-wrapper .swiper-slide .content-info:hover {
    background-color: #fafafa;
    border: none;
    height: 345px !important;
    overflow: visible;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}

.h-section .SectionTwoSwiper .swiper-wrapper .swiper-slide .content-info:hover img {
    transform: scale(1);
}

.h-section .SectionTwoSwiper .swiper-wrapper .swiper-slide .content-info h3 {
    font-size: 20px;
    line-height: 1;
}

.h-section .SectionTwoSwiper .swiper-wrapper .swiper-slide .content-info__hide {
    padding: 10px 0;
}

.h-section .SectionTwoSwiper .swiper-wrapper .swiper-slide .content-info__hide p {
    margin: 30px 0;
}

.h-section .SectionTwoSwiper .swiper-wrapper .swiper-slide .content-info .anchor a {
    background-color: #439FD9;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 30px;
    border-radius: 5px;
    text-decoration: none;
    position: relative;
    bottom: -10px;
}

@media (max-width:1366px) {
    .h-section .SectionTwoSwiper .swiper-wrapper .swiper-slide .content-info .anchor a {
        bottom: 20px;
    }
}

.h-section .SectionTwoSwiper .swiper-wrapper .swiper-slide .content-info .anchor a .arrow {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
}

.h-section .SectionTwoSwiper .swiper-wrapper .swiper-slide .content-info .anchor a .right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.h-section .SectionTwoSwiper .swiper-button-next,
.h-section .SectionTwoSwiper .swiper-button-prev {
    display: none;
}

.h-section .SectionTwoSwiper .swiper-pagination {
    position: relative;
    bottom: 0px;
    margin-top: 30px;
}

.h-section .SectionTwoSwiper .swiper-pagination .swiper-pagination-bullet {
    background-color: #009EE3;
    width: 11px;
    height: 11px;
}

.solicita {
    background: radial-gradient(187.8% 186.13% at 9.32% 36.9%, #F8F8F8 0%, #E0E0E0 100%);
}

.solicita img {
    object-fit: cover;
    width: 100%;
    object-position: bottom;
    height: 580px;
}

.solicita .divider {
    width: 98px;
    height: 3px;
    background-color: #439FD9;
    margin: 2.5rem 0;
}

@media (max-width:820px) {
    .solicita .row-reverse {
        flex-direction: column-reverse;
    }
}

.solicita .background-image {
    content: '';
    display: block;
    background: url("../../../../~brayan.herrera/pruebas/imagenes/tecnico-nw.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 580px;
    height: 580px;
}

@media (max-width:575.98px) {
    .solicita .background-image {
        max-width: 100%;
        height: 395px;
    }
}

.solicita h2.section-title {
    color: #2D2D2D;
    font-family: "Futura-Bold";
    font-size: 36px;
}

.solicita .content {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.solicita .content__image {
    width: 110px;
    height: 110px;
    margin-right: 15px;
}

.solicita .content__image img {
    max-width: 100%;
    height: auto;
}

.solicita .content__txt h4 {
    font-size: 16px;
    margin-bottom: 1rem;
    color: #2D2D2D;
}

.solicita .content__txt span {
    background-color: #439FD9;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    border-radius: 10px;
    display: inline-block;
    font-family: 'Futura-Bold';
    font-size: 2rem;
}

@media (max-width:1440px) {
    .solicita .content__txt span {
        font-size: 1.6rem;
    }
}

.solicita .content__txt a {
    color: #439FD9;
    font-size: 14px;
    text-decoration: none;
}

.solicita .content__txt a .arrow {
    border: solid #439FD9;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
}

.solicita .content__txt a .right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.solicita .centro {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-top: 4rem;
}

@media (max-width:575.98px) {
    .solicita .centro {
        flex-direction: column;
    }
}

.solicita .centro__text {
    width: 65%;
}

@media (max-width:575.98px) {
    .solicita .centro__text {
        width: 100%;
    }
}

.solicita .centro__text h3 {
    color: #2D2D2D;
    font-family: "Futura-Bold";
    font-size: 26px;
}

@media (max-width:575.98px) {
    .solicita .centro__text h3 {
        font-size: 24px;
    }
}

@media (max-width:575.98px) {
    .solicita .centro__btn {
        margin: 0 auto 0 0;
    }
}

.solicita .centro__btn a {
    background-color: #439FD9;
    padding: 15px;
    color: #fff;
    border-radius: 10px;
    display: inline-block;
    text-decoration: none;
}

.solicita .centro__btn a::before {
    content: '';
    display: inline-block;
    background: url("../../../../~brayan.herrera/pruebas/imagenes/centro-servicio.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    margin-right: 10px;
}

.mundo-haceb {
    padding: 100px 0;
    color: #2d2d2d;
}

.mundo-haceb h2.section-title {
    font-family: "Futura-Bold";
    font-size: 36px;
}

@media (max-width:575.98px) {
    .mundo-haceb h2.section-title {
        font-size: 32px;
        line-height: 1.2;
    }
}

.mundo-haceb h3.section-subtitle {
    font-family: 'futura-s';
    font-size: 28px;
}

@media (max-width:575.98px) {
    .mundo-haceb h3.section-subtitle {
        font-size: 24px;
        line-height: 1.2;
    }
}

.mundo-haceb .mySwiperVideo .swiper-wrapper .swiper-slide .slide_image {
    width: 100%;
    height: 724px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

@media (max-width:991px) {
    .mundo-haceb .mySwiperVideo .swiper-wrapper .swiper-slide .slide_image {
        height: 834px;
    }
}

@media (max-width:575.98px) {
    .mundo-haceb .mySwiperVideo .swiper-wrapper .swiper-slide .slide_image {
        height: 528px;
    }

    .mundo-haceb .mySwiperVideo .swiper-wrapper .swiper-slide .slide_image picture img {
        max-width: 100%;
    }
}

.mundo-haceb .mySwiperVideo .swiper-wrapper .swiper-slide .slide_image .title {
    width: 90%;
    padding: 0 40px;
    position: absolute;
    bottom: 50px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width:991px) {
    .mundo-haceb .mySwiperVideo .swiper-wrapper .swiper-slide .slide_image .title {
        width: 100%;
        padding: 0 80px;
    }
}

@media (max-width:575.98px) {
    .mundo-haceb .mySwiperVideo .swiper-wrapper .swiper-slide .slide_image .title {
        width: 100%;
        bottom: 20px;
        padding: 0 20px;
    }
}

.mundo-haceb .mySwiperVideo .swiper-wrapper .swiper-slide .slide_image .title_content {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.mundo-haceb .mySwiperVideo .swiper-wrapper .swiper-slide .slide_image .title_content h3 {
    font-family: "Futura-Bold";
    font-size: 32px;
    text-align: left;
}

@media (max-width:575.98px) {
    .mundo-haceb .mySwiperVideo .swiper-wrapper .swiper-slide .slide_image .title_content h3 {
        font-size: 24px;
        line-height: 1.3;
    }
}

.mundo-haceb .mySwiperVideo .swiper-wrapper .swiper-slide .slide_image .title_content img {
    margin-right: 15px;
}

.mundo-haceb .mySwiperVideo .swiper-wrapper .swiper-slide .slide_image a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    text-align: left;
}

.mundo-haceb .mySwiperVideo .swiper-button-next {
    right: 20px;
}

.mundo-haceb .mySwiperVideo .swiper-button-prev {
    left: 20px;
}

.mundo-haceb .mySwiperVideo .swiper-button-next,
.mundo-haceb .mySwiperVideo .swiper-button-prev {
    color: #fff;
}

.mundo-haceb .mySwiperVideo .swiper-pagination {
    position: relative;
    bottom: 0px;
    margin-top: 10px;
}

.mundo-haceb .mySwiperVideo .swiper-pagination .swiper-pagination-bullet {
    background-color: #009EE3;
    width: 10px;
    height: 10px;
}

.mundo-haceb .tips {
    width: 100%;
    height: 340px;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 10px;
    color: #fff;
}

@media (max-width:575.98px) {
    .mundo-haceb .tips {
        margin-top: 20px;
        height: auto;
    }
}

.mundo-haceb .tips__image {
    content: '';
    background: url("../../../../~brayan.herrera/pruebas/imagenes/tips-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 800px;
    height: 340px;
    display: flex;
    flex-direction: column;
    padding: 0 50px;
}

.mundo-haceb .tips__image .tips__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 47%;
    height: 340px;
}

@media (max-width:575.98px) {
    .mundo-haceb .tips__image .tips__text {
        width: 100%;
    }
}

@media (max-width:991px) {
    .mundo-haceb .tips__image {
        width: 100%;
        height: 341px;
    }
}

@media (max-width:575.98px) {
    .mundo-haceb .tips__image {
        background: url("../../../../~brayan.herrera/pruebas/imagenes/tips-bg-mobile.png");
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: 413px;
        margin-top: 20px;
    }
}

.mundo-haceb .tips h3 {
    font-family: "Futura-Bold";
    font-size: 30px;
}

@media (max-width:575.98px) {
    .mundo-haceb .tips h3 {
        font-size: 26px;
    }
}

.mundo-haceb .tips a {
    text-decoration: none;
    text-align: left;
    color: #fff;
    background-color: transparent;
}

.mundo-haceb .repuesto {
    width: 100%;
    height: 340px;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 10px;
    color: #fff;
    margin-top: 45px;
}

@media (max-width:575.98px) {
    .mundo-haceb .repuesto {
        height: auto;
        margin-top: 20px;
    }
}

.mundo-haceb .repuesto__image {
    content: '';
    background: url("../../../../~brayan.herrera/pruebas/imagenes/rep-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 800px;
    height: 340px;
    display: flex;
    flex-direction: column;
    padding: 0 50px;
}

@media (max-width:991px) {
    .mundo-haceb .repuesto__image {
        width: 100%;
        height: 341px;
    }
}

@media (max-width:575.98px) {
    .mundo-haceb .repuesto__image {
        background: url("../../../../~brayan.herrera/pruebas/imagenes/rep-bg-mobile.png");
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: 413px;
        margin-top: 20px;
    }
}

.mundo-haceb .repuesto__image .repuesto__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 47%;
    height: 340px;
}

@media (max-width:575.98px) {
    .mundo-haceb .repuesto__image .repuesto__text {
        width: 100%;
    }
}

.mundo-haceb .repuesto h3 {
    font-family: "Futura-Bold";
    font-size: 30px;
}

@media (max-width:575.98px) {
    .mundo-haceb .repuesto h3 {
        font-size: 26px;
    }
}

.mundo-haceb .repuesto a {
    text-decoration: none;
    text-align: left;
    color: #fff;
    background-color: transparent;
}

.garantia_section {
    padding: 100px 0;
}

.garantia_section__content {
    background: radial-gradient(168.2% 156.12% at 26.77% 31.88%, #F8F8F8 0%, #989898 100%);
    border-radius: 10px;
    width: 90%;
    height: 429px;
    padding: 0px 100px;
    color: #2d2d2d;
    overflow: hidden;
    position: relative;
}

@media (max-width:575.98px) {
    .garantia_section__content .reverse {
        flex-direction: column-reverse;
    }
}

@media (max-width:820px) {
    .garantia_section__content {
        padding: 0 40px;
    }
}

@media (max-width:575.98px) {
    .garantia_section__content {
        width: 100%;
        height: 670px;
        padding: 0 1.5rem;
        border-radius: 0;
    }
}

.garantia_section__content .text {
    width: 500px;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width:820px) {
    .garantia_section__content .text {
        width: 390px;
    }
}

@media (max-width:575.98px) {
    .garantia_section__content .text {
        width: 80%;
        height: auto;
        padding: 0 1rem;
    }
}

.garantia_section__content h2.section-title {
    font-family: "Futura-Bold";
    font-size: 36px;
}

@media (max-width:820px) {
    .garantia_section__content h2.section-title {
        font-size: 30px;
        line-height: 1.1;
    }
}

@media (max-width:575.98px) {
    .garantia_section__content h2.section-title {
        font-size: 32px;
        line-height: 1.2;
    }
}

.garantia_section__content p {
    font-size: 1.8rem;
}

.garantia_section__content .image {
    content: '';
    background: url("../../../../~brayan.herrera/pruebas/imagenes/modelo.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 811px;
    height: 432px;
    display: block;
}

@media (max-width:575.98px) {
    .garantia_section__content .image {
        background: url("../../../../~brayan.herrera/pruebas/imagenes/modelo_mb.png");
        background-size: cover;
        background-repeat: no-repeat;
        width: 390px;
        height: 345px;
    }
}

.panel-default>.panel-heading {
    color: #2d2d2d;
    background: #ffffff;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#accordionExample-faq h2 {
    font-size: 1.2rem;
    font-weight: 400 !important;
    display: block;
    padding: 10px 15px;
    border: 1px solid #E0E0E0;
    background: #ffffff;
    border-radius: 4px;
    position: relative;
    margin-bottom: 1rem;
    cursor: pointer;
}

@media only screen and (max-width:990px) {
    #accordionExample-faq h2 {
        padding: 15px;
    }
}

#accordionExample-faq a {
    font-size: 1.6rem;
    color: #2d2d2d;
    text-decoration: none;
    display: block;
    line-height: 1.2;
}

@media only screen and (max-width:640px) {
    #accordionExample-faq a {
        max-width: 590px;
        padding: 20px 10px;
    }
}

@media only screen and (max-width:375px) {
    #accordionExample-faq a {
        font-size: 0.9rem;
        padding: 20px 0px;
        max-width: 270px;
    }
}

#accordionExample-faq a:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 10px;
    font-size: 2rem;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
    color: #439FD9;
}

#accordionExample-faq a[aria-expanded="true"] {
    background: #ffffff;
}

#accordionExample-faq a[aria-expanded="true"]:after {
    content: "\2212";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

#accordionExample-faq a[aria-expanded="false"]:after {
    content: "\002b";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

#accordionExample-faq .accordion-body {
    max-width: 940px;
    margin: 3rem auto;
}

#accordionExample-faq .accordion-body h3 {
    font-size: 2.2rem;
    font-family: "asap-b";
}

.panel-body {
    max-width: 940px;
    margin: 2rem auto;
}

.panel-body h2 {
    font-size: 1.2rem;
    font-family: "asap-b";
}

.productos .collapsing {
    transition: inherit;
}

@media only screen and (max-width:640px) {
    .productos .collapsing {
        transition: all 0.5s ease-in-out;
    }
}

.productos .swiper-productos .swiper-slide {
    max-width: 64px;
    height: 64px;
    opacity: 0.5;
    border: 1px solid #CFCFCF;
    cursor: pointer;
}

.productos .swiper-productos .swiper-slide-thumb-active {
    opacity: 1 !important;
}

.productos .swiper-productos .swiper-wrapper {
    justify-content: center;
}

.productos .swiper-button-prev:after,
.productos .swiper-container-rtl .swiper-button-next:after {
    content: '';
    width: 60px;
    height: 60px;
    display: block;
    background: url("../../../../alquiler/images/c-arrow-left.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

.productos .swiper-button-next:after,
.productos .swiper-container-rtl .swiper-button-prev:after {
    content: '';
    width: 60px;
    height: 60px;
    display: block;
    background: url("../../../../alquiler/images/c-arrow-right.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

@media only screen and (max-width:990px) {
    .productos .accordion-body {
        margin: 3rem 0px;
    }
}

@media only screen and (max-width:640px) {
    .productos .accordion-body {
        margin: inherit;
    }
}

.productos .mySwiper2-lavadoras .swiper-slide-active:after,
.productos .mySwiper3-neveras .swiper-slide-active:after,
.productos .mySwiper4-estufas .swiper-slide-active:after,
.productos .mySwiper5-cubiertas .swiper-slide-active:after {
    content: "Foto de referencia*";
    display: block;
    font-size: 1.2rem;
    position: relative;
    text-align: center;
    bottom: 40px;
    color: #6C6C6C;
}

@media only screen and (max-width:375px) {

    .productos .mySwiper2-lavadoras .swiper-slide-active:after,
    .productos .mySwiper3-neveras .swiper-slide-active:after,
    .productos .mySwiper4-estufas .swiper-slide-active:after,
    .productos .mySwiper5-cubiertas .swiper-slide-active:after {
        bottom: 20px;
    }
}

.copys-cdc h4 {
    font-size: 2rem;
}

.copys-cdc #benefits li {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 2rem;
}

.copys-cdc #benefits li img {
    max-width: 100px;
    width: 13%;
}

.copys-cdc #benefits li p {
    margin-left: 2rem;
}

.copys-cdc #listWithMarker li {
    list-style-type: disc !important;
}

.copys-cdc #listWithMarker li::marker {
    color: #baca3b !important;
    font-size: 30px !important;
}

.cdc-forms h1,
.cdc-forms h2 {
    color: #6a6c6f !important;
    text-align: center !important;
}

.cdc-forms h2 {
    font-weight: 700 !important;
    font-size: 3rem !important;
}

.cdc-forms input[type=text] {
    border: 1px solid #baca3b !important;
    color: #acacac !important;
    box-shadow: none;
    font-size: 14px;
}

.cdc-forms input[type=checkbox] {
    accent-color: #baca3b;
}

.cdc-forms input[type=submit] {
    font-size: 16px !important;
    text-align: center !important;
    font-weight: 600;
    text-decoration: none !important;
    background-color: #baca3b !important;
    color: #000 !important;
    border-radius: 30px !important;
}

.cdc-forms input[type=button] {
    font-size: 16px !important;
    text-align: center !important;
    font-weight: 600;
    text-decoration: none !important;
    background-color: #baca3b !important;
    color: #000 !important;
    border-radius: 30px !important;
}

.cdc-forms a {
    color: #baca3b !important;
}

.cdc-forms #gigya-subscribe-with-email-screen {
    padding-top: 11px !important;
}

.cdc-forms .gigya-screen .gigya-required-display {
    color: #baca3b;
    display: inline-block;
    padding: 0 5px;
}

.cdc-forms .gigya-screen .gigya-error-msg.gigya-error-msg-active {
    padding-top: 8px;
    padding-bottom: 0;
    color: #baca3b;
    font-weight: 700;
    font-size: 13px;
    line-height: 15px;
}

.cdc-forms .gigya-screen .gigya-composite-control.gigya-terms-error {
    padding: 5px;
    margin-bottom: 18px;
    position: relative;
    right: 6px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #baca3b;
}

.cdc-forms #ButtonQR {
    opacity: 0.3;
}

.cdc-forms #ButtonQR.activeButtonQR {
    opacity: 1;
}

html {
    font-size: 62.5%;
}

body {
    font-family: "Asap", sans-serif;
    line-height: 1.2;
    font-size: 1.6rem;
    color: #707070;
    font-weight: 400;
    padding-top: 8.4rem;
}

@media (max-width:1199px) {
    body {
        padding-top: 10rem;
    }
}

@media (max-width:567px) {
    body {
        padding-top: 8rem;
    }
}

.user-logged-in {
    padding-top: 0;
}

h1,
h2 {
    font-weight: 700;
    line-height: 4rem;
    font-size: 3.5rem;
}

@media (max-width:767px) {

    h1,
    h2 {
        line-height: 3.5rem;
        font-size: 3rem;
    }
}

h3 {
    font-weight: 700;
    line-height: 3.5rem;
    font-size: 3rem;
}

.menu--categorias-servicios,
.menu--categorias-instalacion,
.menu-categorias-mantenimiento {
    position: relative;
    z-index: 10;
}

.menu--categorias-servicios .menu,
.menu--categorias-instalacion .menu,
.menu-categorias-mantenimiento .menu {
    margin: 5rem 0 8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Futura-Bold";
}

@media (max-width:767px) {

    .menu--categorias-servicios .menu,
    .menu--categorias-instalacion .menu,
    .menu-categorias-mantenimiento .menu {
        margin: 5rem 0 2rem;
    }
}

.menu--categorias-servicios .menu-item,
.menu--categorias-instalacion .menu-item,
.menu-categorias-mantenimiento .menu-item {
    padding: 0;
    height: 7rem;
    border-right: 1px solid #fff;
}

@media (max-width:767px) {

    .menu--categorias-servicios .menu-item,
    .menu--categorias-instalacion .menu-item,
    .menu-categorias-mantenimiento .menu-item {
        border-bottom: 1px solid #fff;
        border-right: 0;
    }
}

.menu--categorias-servicios .menu-item:last-child,
.menu--categorias-instalacion .menu-item:last-child,
.menu-categorias-mantenimiento .menu-item:last-child {
    border-right: 0;
}

@media (max-width:767px) {

    .menu--categorias-servicios .menu,
    .menu--categorias-instalacion .menu,
    .menu-categorias-mantenimiento .menu {
        display: block;
    }
}

.menu--categorias-servicios .link-vista,
.menu--categorias-instalacion .link-vista,
.menu-categorias-mantenimiento .link-vista {
    background: #6D6E71;
    color: #fff;
    font-size: 1.9rem;
    padding: 1.2rem 2rem;
    width: 22.4rem;
    display: block;
    text-align: center;
    text-decoration: none;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    transition: all 400ms cubic-bezier(0.42, 0, 0.58, 1);
}

.menu--categorias-servicios .link-vista:hover,
.menu--categorias-servicios .link-vista-active,
.menu--categorias-instalacion .link-vista:hover,
.menu--categorias-instalacion .link-vista-active,
.menu-categorias-mantenimiento .link-vista:hover,
.menu-categorias-mantenimiento .link-vista-active {
    background: #009EE3;
    color: #6D6E71;
}

@media (max-width:1199px) {

    .menu--categorias-servicios .link-vista,
    .menu--categorias-instalacion .link-vista,
    .menu-categorias-mantenimiento .link-vista {
        width: 100%;
        font-size: 1.6rem;
    }
}

@media (max-width:767px) {

    .menu--categorias-servicios .link-vista,
    .menu--categorias-instalacion .link-vista,
    .menu-categorias-mantenimiento .link-vista {
        width: auto;
    }
}

.menu--categorias-servicios .link-vista.is-active,
.menu--categorias-instalacion .link-vista.is-active,
.menu-categorias-mantenimiento .link-vista.is-active {
    background: #009EE3;
    color: #6D6E71;
}

.servicio__menuLateral {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    width: 50%;
    margin: 0 auto;
    padding-top: 2rem;
}

@media (max-width:991px) {
    .servicio__menuLateral {
        width: 100%;
    }
}

@media (max-width:767px) {
    .servicio__menuLateral {
        min-width: auto;
        width: auto;
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        margin-left: 1.5rem;
        margin-right: 1.5rem;
        -webkit-overflow-scrolling: touch;
    }
}

.servicio__menuLateral .view-filters {
    display: none;
}

.servicio__menuLateral--item {
    font-family: "Asap", sans-serif;
    font-weight: 500;
    display: block;
    color: rgba(109, 110, 113, 0.5);
    font-size: 1.7rem;
    background: transparent;
    border: 0;
    position: relative;
    margin-bottom: 1.6rem;
    padding-bottom: 1.6rem;
    padding-top: 0;
    padding-left: 4rem;
    white-space: initial;
}

@media (max-width:767px) {
    .servicio__menuLateral--item {
        margin-bottom: 0;
        padding: 1rem 1rem 1rem 1rem;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        min-width: auto;
    }
}

.servicio__menuLateral--item.categoriaActiva,
.servicio__menuLateral--item:hover,
.servicio__menuLateral--item:active {
    background: transparent;
    font-weight: 700;
}

.servicio__menuLateral--item.categoriaActiva:after,
.servicio__menuLateral--item:hover:after,
.servicio__menuLateral--item:active:after {
    background: #009EE3;
    width: 100%;
    transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}

.servicio__menuLateral--item:after {
    content: "";
    height: 2px;
    width: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
}

.servicio__menuLateral--item:before {
    display: none;
}

.servicio__menuLateral--item[data-val=All] {
    display: none;
}

.enlaces__fixed {
    position: fixed;
    right: 0;
    top: 24rem;
    z-index: 10;
    padding: 0;
    margin: 0;
}

@media (max-width:767px) {
    .enlaces__fixed {
        top: 10rem;
    }
}

.enlaces__item {
    margin-bottom: 0.6rem;
    list-style: none;
    position: relative;
    min-height: 5.2rem;
    height: auto;
}

.enlaces__item a {
    color: #009EE3;
    font-size: 1.4rem;
    background: #eaeaea;
    display: block;
    text-decoration: none;
    padding: 0.5rem 1.4rem;
    position: absolute;
    padding: 0.5rem 1.4rem 0.5rem 4rem;
    right: -14rem;
    top: 0;
    height: 52px;
    width: auto;
    min-width: 17.2rem;
    -webkit-transition: all 400ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 400ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 400ms cubic-bezier(0.42, 0, 0.58, 1);
}

.enlaces__item a span {
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
}

@media (max-width:767px) {
    .enlaces__item a span {
        font-size: 1.5rem;
    }
}

.enlaces__item a:before {
    content: "";
    background: url(../../../../themes/serviciohaceb/images/rombo-g.svg) no-repeat;
    position: absolute;
    height: 52px;
    width: 24px;
    left: -23px;
    top: 0;
}

.enlaces__item a:hover {
    right: 0;
}

.enlaces__item--one a {
    background: #439FD9 url(../../../../themes/serviciohaceb/images/icons/icon-mobile-phone.svg) no-repeat;
    background-size: 22px 33px;
    background-position: 4px center;
    color: #fff;
}

.enlaces__item--one a:before {
    background: url(../../../../themes/serviciohaceb/images/rombo-1.svg) no-repeat;
}

.enlaces__item--two a {
    background: #eaeaea url(../../../../themes/serviciohaceb/images/icons/icon_wsp_flotante.svg) no-repeat;
    background-size: 22px 33px;
    background-position: 4px center;
}

.enlaces__item--three a {
    background: #eaeaea url(../../../../themes/serviciohaceb/images/whatsapp.png) no-repeat;
    background-size: 28px 28px;
    background-position: 0px center;
    padding-top: 18px;
}

.enlaces__item--four a {
    background: #eaeaea url(../../../../themes/serviciohaceb/images/icons/icon_video_flotante.svg) no-repeat;
    background-size: 23px 33px;
    background-position: 4px center;
    padding-top: 18px;
}

.enlaces__item--five a {
    background: #eaeaea url(../../../../themes/serviciohaceb/images/icon_telephone.svg) no-repeat;
    background-size: 23px 33px;
    background-position: 4px center;
    padding-top: 18px;
}

.vista-categoria.active {
    display: block;
}

.vista-categoria .item-list ul li {
    margin: 0;
    list-style: none;
}

.servicio {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1.3fr 1.4fr 0.3fr;
    grid-template-columns: 1.3fr 1.4fr 0.3fr;
}

@media (max-width:991px) {
    .servicio {
        -ms-grid-columns: 1fr 2fr;
        grid-template-columns: 1fr 2fr;
    }
}

@media (max-width:767px) {
    .servicio {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

.servicio__title {
    margin-bottom: 1.5rem;
    color: #6D6E71;
    font-family: "Futura-Bold";
    font-size: 3rem;
}

.servicio__main {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    padding-left: 8rem;
    padding-right: 6rem;
    padding-top: 2rem;
}

@media (max-width:767px) {
    .servicio__main {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        padding: 2rem 1.5rem;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2/3;
    }
}

.servicio__main p {
    font-size: 1.6rem;
}

.servicio__list {
    padding: 3rem 3rem 0rem 4rem;
}

@media (max-width:767px) {
    .servicio__list {
        padding: 4rem 0rem 2rem 2rem;
    }
}

.servicio__list p {
    font-size: 1.6rem;
}

@media (max-width:767px) {
    .servicio__list img {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0;
        width: 72px;
        height: 65px;
        -o-object-fit: scale-down;
        object-fit: scale-down;
    }
}

.servicio__list .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 3rem;
}

.servicio__list .row>div:first-child {
    text-align: center;
}

.vista-imgLat .servicio__main {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
}

.servicio-navbar {
    position: relative;
}

.servicio-navbar .servicio__main {
    padding-left: 2rem;
}

.servicio-navbar:before {
    content: "";
    background-image: url(../../../../themes/serviciohaceb/images/hex2.svg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 80%;
    position: absolute;
    width: 73%;
    height: 100%;
    top: 22rem;
    left: 0;
    -webkit-transform: translate(-46%, 0);
    -ms-transform: translate(-46%, 0);
    transform: translate(-46%, 0);
}

.servicio-navbar:after {
    content: "";
    background-image: url(../../../../themes/serviciohaceb/images/hex3.svg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100%;
    position: absolute;
    width: 30%;
    height: 54%;
    top: 45rem;
    left: 8rem;
}

.servicio-navbar .servicio__rotador {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    max-width: 40rem;
    margin: 0 auto;
    margin-bottom: 4rem;
}

@media (max-width:767px) {
    .servicio-navbar .servicio__rotador {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        grid-row: 3/4;
    }
}

.servicio-navbar .servicio__rotador:before {
    display: none;
}

.servicio__rotador {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    position: relative;
    max-width: 40rem;
    margin: 0 auto;
}

@media (max-width:767px) {
    .servicio__rotador {
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        grid-row: 3/4;
    }
}

.servicio__rotador:before {
    content: "";
    background-image: url(../../../../themes/serviciohaceb/images/hex1.svg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100%;
    position: absolute;
    width: 110%;
    height: 116%;
    z-index: 1;
    left: 0;
    -webkit-transform: translate(-21rem, -21rem);
    -ms-transform: translate(-21rem, -21rem);
    transform: translate(-21rem, -21rem);
}

.servicio__rotador .flexslider {
    border: 0;
    margin: 0;
}

.servicio__rotador .flexslider .slides li img {
    max-height: 40rem;
    -o-object-fit: scale-down;
    object-fit: scale-down;
}

.servicio__rotador .flexslider .flex-direction-nav {
    display: none;
}

.servicio__rotador .flexslider .flex-control-nav {
    bottom: -3rem;
    z-index: 20;
}

.servicio__rotador .flexslider .flex-control-nav li {
    margin: 0 1rem;
}

.servicio__rotador .flexslider .flex-control-nav li a {
    width: 1.6rem;
    height: 1.6rem;
    background: transparent;
    border: 1px solid #707070;
    box-shadow: none;
}

.servicio__rotador .flexslider .flex-control-nav li a.flex-active {
    background: #009EE3;
    border: 1px solid #ffffff;
}

.page-banner {
    overflow: hidden;
    position: relative;
    min-height: 42rem;
}

@media (max-width:1199px) {
    .page-banner {
        min-height: auto;
    }
}

@media (max-width:991px) {
    .page-banner {
        min-height: 30rem;
    }
}

.page-banner__content {
    z-index: 2;
    position: relative;
    display: block;
}

@media (max-width:1199px) {
    .page-banner__content {
        padding-left: 2%;
        padding-right: 2%;
    }
}

@media (max-width:767px) {
    .page-banner__content {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.page-banner__title {
    font-size: 3.5rem;
    color: #fff;
    font-weight: 700;
}

@media (max-width:767px) {
    .page-banner__title {
        font-size: 2rem;
    }
}

.page-banner__intro {
    color: #fff;
}

@media (max-width:767px) {
    .page-banner__intro {
        font-size: 1.4rem;
    }
}

.page-banner__image {
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    height: 100%;
    bottom: 0;
    right: 0;
    padding: 0;
}

@media (max-width:1199px) {
    .page-banner__image {
        background-position: center center;
    }
}

@media (max-width:991px) {
    .page-banner__image {
        background-position: center top;
        min-height: 12rem;
    }
}

@media (max-width:767px) {
    .page-banner__image {
        position: relative;
        min-height: 20rem;
    }
}

.page-banner__image img {
    -webkit-transform: translate(-30%, 0%);
    -ms-transform: translate(-30%, 0%);
    transform: translate(-30%, 0%);
}

.shape {
    position: inherit;
    height: 100%;
    z-index: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 42rem;
    padding: 0 1.5rem;
}

@media (max-width:991px) {
    .shape {
        min-height: 30rem;
    }
}

@media (max-width:767px) {
    .shape {
        min-height: auto;
        padding: 6rem 1rem;
        background: #439FD9;
    }
}

.shape_wrap {
    position: relative;
    z-index: 10;
    padding-right: 0;
}

.shape:after {
    content: "";
    width: 50%;
    height: 100%;
    background-image: url(../../../../themes/serviciohaceb/images/forma_2.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}

@media (max-width:1439px) {
    .shape:after {
        width: 62%;
        background-size: cover;
        -webkit-transform: translate(-16rem, 0);
        -ms-transform: translate(-16rem, 0);
        transform: translate(-16rem, 0);
    }
}

@media (max-width:991px) {
    .shape:after {
        width: 70%;
    }
}

@media (max-width:767px) {
    .shape:after {
        display: none;
    }
}

.pasos {
    font-size: 0;
    position: relative;
    z-index: 2;
    padding: 0 0;
    -webkit-transform: translate(-14%, 0);
    -ms-transform: translate(-14%, 0);
    transform: translate(-14%, 0);
    margin-bottom: 8rem;
}

@media (max-width:1199px) {
    .pasos {
        -webkit-transform: translate(-12%, 0);
        -ms-transform: translate(-12%, 0);
        transform: translate(-12%, 0);
        padding: 22px 0;
    }
}

@media (max-width:991px) {
    .pasos {
        -webkit-transform: translate(0%, 0);
        -ms-transform: translate(0%, 0);
        transform: translate(0%, 0);
        padding: 0;
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: 4rem;
    }
}

.fondo-paso {
    background: #F5F5F5;
}

.no-fondo-paso .paso-img img {
    -webkit-transform: translate(54px, 0px);
    -ms-transform: translate(54px, 0px);
    transform: translate(54px, 0px);
}

@media (max-width:1439px) {
    .no-fondo-paso .paso-img img {
        width: 80%;
    }
}

.no-fondo-paso .paso-img .icono {
    left: auto;
    right: -50px;
}

@media (max-width:1199px) {
    .no-fondo-paso .paso-img .icono {
        right: -70px;
    }
}

@media (max-width:991px) {
    .no-fondo-paso .paso-img .icono {
        left: 0;
        top: auto;
        bottom: -40px;
        right: 0;
    }
}

.no-fondo-paso .paso-img .icono img {
    width: 100%;
}

.no-fondo-paso .paso-img h3 {
    right: auto;
    left: -80px;
    bottom: -14px;
}

@media (max-width:1199px) {
    .no-fondo-paso .paso-img h3 {
        bottom: -12px;
        left: -48px;
    }
}

@media (max-width:991px) {
    .no-fondo-paso .paso-img h3 {
        right: auto;
        left: -8px;
        bottom: 0;
    }
}

.no-fondo-paso .paso-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width:991px) {
    .no-fondo-paso .paso-content {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

.no-fondo-paso .paso-left {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    width: auto;
}

@media (max-width:991px) {
    .no-fondo-paso .paso-left {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2/3;
    }
}

.no-fondo-paso .paso-right {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    position: relative;
    width: auto;
}

@media (max-width:767px) {
    .no-fondo-paso .paso-right {
        margin-bottom: 2rem;
        text-align: left;
    }
}

.no-fondo-paso .paso-info {
    padding-left: 50px;
    padding-right: 40px;
}

@media (max-width:991px) {
    .no-fondo-paso .paso-info {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.paso-content {
    padding: 0 0;
    -webkit-transform: translate(14%, 0);
    -ms-transform: translate(14%, 0);
    transform: translate(14%, 0);
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width:1199px) {
    .paso-content {
        -webkit-transform: translate(12%, 0);
        -ms-transform: translate(12%, 0);
        transform: translate(12%, 0);
    }
}

@media (max-width:991px) {
    .paso-content {
        -webkit-transform: translate(0%, 0);
        -ms-transform: translate(0%, 0);
        transform: translate(0%, 0);
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

@media (max-width:991px) {
    .paso-left {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2/3;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        width: auto;
    }
}

.paso-left h2 {
    margin-bottom: 4rem;
}

.paso-left p {
    color: #6D6E71;
    font-size: 2rem;
    text-align: left !important;
    padding: 0 !important;
    font-weight: 400 !important;
}

@media (max-width:991px) {
    .paso-right {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1/2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        width: auto;
        padding-bottom: 50px;
        margin-bottom: 20px;
    }
}

@media (max-width:767px) {
    .paso-right img {
        width: 90%;
        -webkit-transform: translate(-4rem, 0);
        -ms-transform: translate(-4rem, 0);
        transform: translate(-4rem, 0);
    }
}

.paso-img {
    position: relative;
}

.paso-img img {
    -webkit-transform: translate(0%, -40px);
    -ms-transform: translate(0%, -40px);
    transform: translate(0%, -40px);
}

@media (max-width:1439px) {
    .paso-img img {
        width: 80%;
    }
}

@media (max-width:1199px) {
    .paso-img img {
        width: 80%;
    }
}

@media (max-width:991px) {
    .paso-img img {
        -webkit-transform: translate(-16px, 0px);
        -ms-transform: translate(-16px, 0px);
        transform: translate(-16px, 0px);
        width: 86%;
    }
}

.paso-img h3 {
    font-size: 210px;
    position: absolute;
    color: #F5F5F5;
    line-height: 0.9;
    bottom: 28px;
    margin: 0;
    right: -40px;
    font-family: "Futura-Bold";
}

@media (max-width:1199px) {
    .paso-img h3 {
        font-size: 160px;
        bottom: 32px;
        right: -20px;
    }
}

@media (max-width:991px) {
    .paso-img h3 {
        right: 0;
        top: 2px;
        left: auto;
        font-size: 90px;
        bottom: auto;
    }
}

@media (max-width:991px) {
    .paso-img:before {
        content: "";
        background: #ffffff;
        left: 0;
        right: 0;
        height: 40%;
        width: 100%;
        top: 0;
        position: absolute;
    }
}

.paso-info {
    padding-right: 100px;
    padding-left: 50px;
}

@media (max-width:1199px) {
    .paso-info {
        padding-right: 90px;
    }
}

@media (max-width:991px) {
    .paso-info {
        padding-right: 15px;
        padding-left: 15px;
        padding-bottom: 30px;
    }
}

.paso-info h2 {
    font-size: 30px;
    margin-bottom: 30px;
    line-height: 1;
}

.paso-info p,
.paso-info span {
    font-size: 16px;
}

.icono {
    width: 200px;
    height: 200px;
    position: absolute;
    bottom: 0;
    top: 0;
    margin: auto;
    left: -120px;
    z-index: 10;
}

@media (max-width:991px) {
    .icono {
        bottom: -40px;
        top: auto;
        left: 0;
        right: 0;
        margin: auto;
        width: 160px;
        height: 160px;
    }
}

.icono img {
    width: 100%;
    -webkit-transform: translate(0%, 0px) !important;
    -ms-transform: translate(0%, 0px) !important;
    transform: translate(0%, 0px) !important;
}

.btn-paso {
    background: #009EE3;
    color: #fff;
    font-size: 3rem;
    margin-top: 2rem;
}

.btn-paso:hover {
    color: #fff;
}

.btn-paso:before {
    position: absolute;
    top: 1.4rem;
    left: 2rem;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 35px;
    content: "";
}

.node--type-paso-a-paso p {
    color: #6D6E71;
    font-size: 2rem;
    text-align: center;
    padding: 6rem 14rem;
    line-height: 1.2;
    font-weight: 700;
}

@media (max-width:767px) {
    .node--type-paso-a-paso p {
        padding: 3rem 0;
        font-size: 1.6rem;
    }
}

.mapa {
    position: relative;
    height: 80rem;
    width: 100%;
    background: #707070;
    overflow: hidden;
}

@media (max-width:991px) {
    .mapa {
        height: 43rem;
    }
}

.buscadorCentros {
    position: absolute;
    top: 10%;
    right: 10%;
    z-index: 10;
    max-width: 478px;
}

@media (max-width:991px) {
    .buscadorCentros {
        left: 10%;
    }
}

.buscadorCentros_form {
    background: #fff;
    border-radius: 1rem;
    padding: 6rem 3rem 3rem;
    text-align: center;
    position: relative;
    border: 1px solid #eaeaea;
    display: none;
}

.buscadorCentros_form label {
    font-size: 1.6rem;
    font-weight: 400;
    margin-bottom: 2rem;
    margin-top: 1rem;
    text-transform: uppercase;
}

@media (max-width:991px) {
    .buscadorCentros_form label {
        font-size: 1.3rem;
    }
}

.buscadorCentros_form select {
    height: 50px !important;
    font-size: 1.6rem;
    font-family: "Asap", sans-serif;
    font-weight: 400;
    color: #6D6E71;
    border: 1px solid rgba(109, 110, 113, 0.5);
    border-radius: 1rem;
    outline: none;
    padding: 1rem 2.6rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@media (max-width:991px) {
    .buscadorCentros_form select {
        height: 40px !important;
        font-size: 1.3rem;
    }
}

.buscadorCentros_form select:focus {
    border-color: #00ac8f;
    box-shadow: none;
}

.buscadorCentros_title {
    font-size: 3rem;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 3rem;
}

@media (max-width:991px) {
    .buscadorCentros_title {
        font-size: 2rem;
    }
}

.buscadorCentros_lupa {
    background: url(../../../../themes/serviciohaceb/images/lupa.svg) no-repeat;
    background-size: cover;
    width: 150px;
    height: 150px;
    position: absolute;
    right: 0;
    border-radius: 50%;
    cursor: pointer;
}

@media (max-width:991px) {
    .buscadorCentros_lupa {
        width: 70px;
        height: 70px;
        right: 15px;
        top: 300px;
    }
}

.buscadorCentros_cerrar {
    display: inline-block;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    position: absolute;
    top: 1rem;
    right: 1rem;
    cursor: pointer;
    background: url(../../../../themes/serviciohaceb/images/rotador_derecha.svg) no-repeat;
    background-size: cover;
}

#map {
    height: 100%;
    min-height: 43rem;
}

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

.cont_infowindow h2 {
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 0;
    font-family: "Asap", sans-serif;
}

@media (max-width:991px) {
    .cont_infowindow h2 {
        font-size: 1.5rem;
    }
}

.contenido_infobox {
    margin-top: 2rem;
    font-family: "Asap", sans-serif;
}

.contenido_infobox table {
    width: 100%;
}

.contenido_infobox table tr {
    margin-bottom: 0.5rem;
    display: block;
}

.contenido_infobox table tr td:first-child {
    font-weight: 700;
    padding-right: 10px;
    min-width: 20%;
    max-width: 20%;
    float: left;
}

@media (max-width:991px) {
    .contenido_infobox table tr td:first-child {
        margin-right: 10px;
    }
}

.contenido_infobox table tr td p {
    margin-bottom: 0.5rem;
}