@font-face {
    font-family: Dongle;
    src: url(../fonts/dongle/Dongle-Regular.ttf) format("truetype");
    font-weight: normal
}
@font-face {
    font-family: Dongle;
    src: url(../fonts/dongle/Dongle-Bold.ttf) format("truetype");
    font-weight: bold;
}
*,
::after,
::before {
    box-sizing: border-box
}

body {
    padding-top: 0 !important;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    color: #071c58;
    line-height: 23px
}

header {
    position: fixed;
    z-index: 9;
    width: 100%;
    height: 100px
}

header .header__logo {
    position: absolute;
    top: 34px;
    left: 80px
}

header .header__logo a svg {
    height: 38px
}

header .header__right {
    position: absolute;
    top: 24px;
    right: 80px;
    text-align: right
}

a {
    color: #071c58
}

.btn__menu {
    display: block;
    float: right;
    width: 52px;
    position: relative;
    margin: 8px 0 0 60px;
    height: 40px
}

.btn__menu span {
    position: absolute;
    height: 2px;
    top: 0;
    width: 100%;
    background: #fff;
    left: 0;
    webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.btn__menu span:nth-child(1) {
    top: 0
}

.btn__menu span:nth-child(2) {
    top: 19px
}

.btn__menu span:nth-child(3) {
    top: 38px
}

.btn__menu:hover span:nth-child(2) {
    width: 60%;
    left: 20%
}

.btn__menu.active span:nth-child(2) {
    width: 0%;
    left: 50%
}

.btn__menu.active span:nth-child(1) {
    top: 21px;
    transform: rotate(45deg)
}

.btn__menu.active span:nth-child(3) {
    top: 21px;
    transform: rotate(134deg)
}

.btn__viat {
    display: block;
    float: right;
    margin: 11px 0 0 42px
}

.header__lang {
    display: block;
    float: right;
    margin: 16px 0 0 48px;
    color: #fff;
    background: 0 0;
    border: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 700
}

.header__right #header_area_cliente {
    float: right;
    margin-left: 40px
}

.header__right header_contratar {
    float: right
}

.btn {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    background: #071c58;
    border-radius: 7px;
    padding: 15px 30px 15px;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    font-weight: 700;
    border: 1px solid #071c58;
    position: relative;
    z-index: 0;
    overflow: hidden;
    webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.btn:after,
.btn:before {
    position: absolute;
    background: #fff;
    content: '';
    left: -100%;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out
}

.btn:before {
    webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out
}

.btn:after {
    webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    transition-delay: .15s
}

.btn.btn-light {
    color: #fff;
    border: 1px solid #fff;
    background: 0 0
}

.btn.btn-white {
    background: #fff;
    border: 1px solid #fff;
    color: #071c58
}

.btn:hover:before {
    left: 0
}

.btn:hover:after {
    left: 0
}

.btn:hover {
    border-color: #071c58;
    color: #071c58
}

.btn:before {
    background: #6de4ac;
    transition-delay: .15s
}

.btn:after {
    background: #fff;
    transition-delay: 0s
}

.btn:hover:before {
    transition-delay: 0s
}

.btn:hover:after {
    transition-delay: .15s
}

.btn.btn-white:hover {
    border-color: #0e888f;
    color: #fff
}

.btn.btn-white:before {
    background: #6de4ac;
    transition-delay: .15s
}

.btn.btn-white:after {
    background: #0e888f;
    transition-delay: 0s
}

.btn.btn-white:hover:before {
    transition-delay: 0s
}

.btn.btn-white:hover:after {
    transition-delay: .15s
}

.btn-degra:hover {
    color: #fff
}

.btn-degra:before {
    background: transparent linear-gradient(270deg, #ade66a 0, #06e6a3 100%) 0 0 no-repeat padding-box;
    transition-delay: .15s
}

.btn-degra:after {
    background: transparent linear-gradient(270deg, #06e6a3 0, #ade66a 100%) 0 0 no-repeat padding-box;
    transition-delay: 0s
}

.btn-degra:hover:before {
    transition-delay: 0s
}

.btn-degra:hover:after {
    transition-delay: .15s
}

.menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #071c58;
    background: -moz-linear-gradient(left, #071c58 0, #6de4ac 100%);
    background: -webkit-gradient(left top, right top, color-stop(0, #071c58), color-stop(100%, #6de4ac));
    background: -webkit-linear-gradient(left, #071c58 0, #6de4ac 100%);
    background: -o-linear-gradient(left, #071c58 0, #6de4ac 100%);
    background: -ms-linear-gradient(left, #071c58 0, #6de4ac 100%);
    background: linear-gradient(to right, #071c58 0, #6de4ac 100%);
    background-size: cover;
    background-position: center center;
    z-index: 0
}

.no-webp .menu {
    background-image: url(../img/fondo-menu.jpg)
}

.webp .menu {
    background-image: url(../img/fondo-menu.webp)
}

.menu {
    opacity: 0;
    visibility: hidden;
    overflow: scroll
}

.menu .menu__lineas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-size: cover;
    background-position: center center;
    z-index: -1
}

.no-webp .menu .menu__lineas {
    background-image: url(../img/fondo-menu-linea.png)
}

.webp .menu .menu__lineas {
    background-image: url(../img/fondo-menu-linea.webp)
}

.menu__container {
    max-width: 1340px;
    margin: auto;
    padding: 210px 0 100px;
    color: #fff;
    display: flex
}

.menu__principal {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 50%
}

.menu__principal li {
    margin-bottom: 80px;
    max-width: 540px;
    padding-left: 50px;
    position: relative;
    overflow: hidden;
    padding-right: 50px
}

.menu__principal li a {
    color: #fff;
    font-size: 108px;
    letter-spacing: -3px;
    line-height: 70px;
    font-family: 'Dongle', sans-serif;
    font-weight: 700;
    text-decoration: none;
    position: relative;
}

.menu__principal li a .menu__number {
    color: #fff;
    font-size: 28px;
    line-height: 30px;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    float: left;
    margin-right: 20px;
    position: absolute;
    left: 0
}

.menu__principal li a .menu__txt {
    display: block;
    padding: 0px 0px 0px 0px 50px;
}

.menu__principal li a .menu__ico {
    display: block;
    position: absolute;
}




.menu__principal li .menu__flecha svg {
    width: 34px
}


.submenu {
    list-style: none;
    margin: 10px 0 0 0;
    padding: 0
}

.submenu li {
    margin-bottom: 0;
    max-width: 100%;
    padding-left: 14px;
    position: relative;
    padding-right: 50px;
    height: auto !important;
    overflow: initial
}

.submenu li a {
    font-size: 23px;
    line-height: 32px;
    height: auto;
    font-family: 'Poppins', sans-serif;
    font-weight: 400
}

.submenu li:before {
    position: absolute;
    height: 10px;
    width: 10px;
    background: #6de4ac;
    border-radius: 12px;
    left: -7px;
    top: 10px;
    content: ''
}

.activeMenu {
    overflow: hidden
}

body.activeMenu #header_area_cliente,
body.activeMenu #header_contratar,
body.activeMenu .btn__viat,
body.activeMenu .header__lang,
body.activeMenu .header__logo {
    opacity: 0
}

.btn-margin-right-30 {
    margin-right: 30px
}

.btn-w-200 {
    min-width: 200px
}

.btn-w-150 {
    min-width: 150px
}

.btn-w-100 {
    min-width: 100px
}

.btn-degra {
    background: transparent linear-gradient(270deg, #06e6a3 0, #ade66a 100%) 0 0 no-repeat padding-box;
    border-color: transparent;
    color: #071c58;
    padding: 16px 30px 16px
}

h1 {
    font-size: 108px;
    line-height: -3px;
    line-height: 70px;
    font-family: 'Dongle', sans-serif;
    margin: 0 0 30px
}

ul.ul_verde {
    list-style: none
}

ul.ul_verde li {
    position: relative
}

ul.ul_verde li:before {
    position: absolute;
    height: 10px;
    width: 10px;
    background: #6de4ac;
    border-radius: 12px;
    left: -20px;
    top: 5px;
    content: ''
}

.text-center {
    text-align: center
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.row .col-lg-6 {
    width: 50%;
    padding-right: 15px;
    padding-left: 15px
}

.btn__menu span,
.header__lang,
header,
header .btn,
header .btn__viat svg path,
header .btn__viat svg rect,
header .header__logo,
header .header__logo a svg,
header .header__logo svg path,
header .header__right {
    webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

body.scroll header {
    position: fixed;
    height: 70px;
    background: #fff;
    color: #071c58;
    box-shadow: 1px 1px 20px #dadfef
}

body.scroll header .header__logo {
    top: 12px
}

body.scroll header .header__logo a svg {
    height: 30px
}

body.scroll header .header__logo svg path {
    fill: #071c58
}

body.scroll header .btn__viat svg path,
body.scroll header .btn__viat svg rect {
    fill: #071c58
}

body.scroll .btn__menu span {
    background: #071c58
}

body.scroll .header__lang {
    color: #071c58
}

body.scroll header .header__right {
    top: 6px
}

body.scroll header .header__logo {
    top: 21px
}

.bloque {
    width: 100%;
    min-height: 880px;
    height: 100vh;
    position: relative;
    overflow: hidden
}

.bloque__degradado {
    background: #0e888f;
    background: -moz-linear-gradient(left, #0e888f 0, #6de4ac 100%);
    background: -webkit-gradient(left top, right top, color-stop(0, #0e888f), color-stop(100%, #6de4ac));
    background: -webkit-linear-gradient(left, #0e888f 0, #6de4ac 100%);
    background: -o-linear-gradient(left, #0e888f 0, #6de4ac 100%);
    background: -ms-linear-gradient(left, #0e888f 0, #6de4ac 100%);
    background: linear-gradient(to right, #0e888f 0, #6de4ac 100%)
}

.bloque__home__1 {
    position: absolute;
    width: 100%;
    min-height: calc(100vh - 130px);
    margin-top: 100px
}

.bloque__home__1 .bloque__home__1_txt {
    position: absolute;
    max-width: 536px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.bloque__home__1 .bloque__home__1_img {
    position: absolute;
    right: 0;
    width: calc(50% - 270px);
    top: 50%;
    transform: translateY(-50%)
}

.bloque__home__1 .bloque__home__1_img img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto
}

.bloque__home__1 .bloque__home__1_txt h1 {
    color: #fff;
    margin-bottom: 10px
}

.bloque__home__1 .bloque__home__1_txt p {
    color: #fff;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: -.7px;
    margin: 0 0 40px 0
}

.bloque__home__1 .bloque__home__1_mock {
    width: 410px;
    position: absolute;
    left: calc(50% - 684px);
    height: 600px;
    top: 50%;
    transform: translateY(-50%)
}

.bloque__home__1 .bloque__home__1_mock svg {
    position: absolute;
    left: 0;
    top: 0
}

.bloque__home__1 .bloque__home__1_mock video {
    position: absolute;
    left: 73px;
    top: 19px;
    z-index: -1
}

.ani__ondas {
    height: 60px
}

svg.ani__ondasobe1 {
    top: 346px !important;
    left: -60px !important
}

svg.ani__ondasobe2 {
    top: -29px !important;
    left: auto !important;
    right: 7px !important;
    transform: rotate(100deg)
}

svg.ani__ondasobe3 {
    top: 55px !important;
    left: 145px !important;
    position: absolute
}

.btn-abajo {
    position: absolute;
    bottom: 70px;
    left: calc(50% - 24px);
    height: 27px;
    width: 48px
}

.bloque__home__2 {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    position: relative;
    min-height: 1000px
}

.no-webp .bloque__home__2 {
    background-image: url(../img/fondo-home-2.jpg)
}

.webp .bloque__home__2 {
    background-image: url(../img/fondo-home-2.webp)
}

.bloque__home__2_container {
    padding: 60px 0
}

.bloque__home__2 h2 {
    font-size: 108px;
    letter-spacing: -3px;
    line-height: 70px;
    margin: 0 auto 30px;
    font-family: 'Dongle', sans-serif;
    text-align: center
}

.bloque__home__2_sub {
    max-width: 962px;
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    margin: 0 auto 68px
}

.bloque__home__2 .columnas {
    max-width: 1290px;
    margin: auto
}

.columnas {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.columnas .col {
    width: 33%;
    padding-right: 15px;
    padding-left: 15px
}

.box {
    background: #fff;
    box-shadow: 8px 10px 40px #00000014;
    padding: 28px;
    border-radius: 30px;
    position: relative
}

.box .box__tag {
    position: absolute;
    background-color: #071c58;
    font-size: 36px;
    line-height: 25px;
    display: inline-block;
    color: #fff;
    padding: 8px 28px 8px;
    border-radius: 20px;
    font-family: 'Dongle', sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
    top: -20px;
    left: -15px
}

.precio_contenedor {
    overflow: hidden;
    margin-bottom: 14px
}

.precio_contenedor .precio {
    float: left;
    font-size: 70px;
    line-height: 76px;
    line-height: 100px;
    font-weight: 700;
    margin-right: 5px;
    letter-spacing: -3.06px
}

.precio_contenedor .iva {
    float: left;
    margin-top: 28px
}

.bloque__home__2 .box__image_back {
    position: absolute;
    bottom: 100px;
    right: 30px
}

.bloque__home__2 h3 {
    font-size: 20px
}

.bloque__home__2 .box__sub {
    min-height: 80px
}

.bloque__home__2 .txt__gratuito {
    font-size: 55px;
    line-height: 76px;
    font-weight: 700;
    margin-bottom: 7px
}

.bloque__home__2 .box ul {
    margin: 20px 20px 0 20px;
    padding: 0;
    font-weight: 600;
    list-style: none
}

.bloque__home__2 .box {
    min-height: 380px
}

.bloque__home__2 .btn-info {
    min-width: 170px
}

.bloque__home__2_emp {
    background: #fff;
    border-radius: 7px;
    padding: 8px 42px;
    font-size: 20px;
    line-height: 38px;
    font-weight: 700;
    overflow: hidden;
    max-width: 860px;
    margin: 50px auto 0
}

.bloque__home__2_emp svg {
    height: 38px;
    float: left;
    margin-right: 18px
}

.bloque__home__2_emp a {
    color: #0e888f;
    text-decoration: none;
    position: relative
}

.bloque__home__2_emp a:before {
    content: '';
    height: 2px;
    width: 0%;
    bottom: 0;
    left: 0;
    position: absolute;
    background: #0e888f;
    webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out
}

.bloque__home__2_emp a:hover:before {
    width: 100%
}

.bloque__icono__bloque {
    position: absolute;
    bottom: 30px;
    left: calc(50%);
    transform: translateX(-50%)
}

.bloque__icono__bloque img,
.bloque__icono__bloque svg {
    height: 60px
}

.bloque__gasolina,
.bloque__itv,
.bloque__paquimetro,
.bloque__recarga {
    background-position: center center;
    background-size: cover
}

.bloque__paquimetro {
    background-position: center center
}

.no-webp .bloque__gasolina,
.no-webp .bloque__itv,
.no-webp .bloque__paquimetro,
.no-webp .bloque__recarga {
    background-image: url(../img/fondo-degradado-1.jpg)
}

.no-webp .bloque__paquimetro {
    background-image: url(../img/fondo-degradado-2.jpg)
}

.webp .bloque__gasolina,
.webp .bloque__itv,
.webp .bloque__paquimetro,
.webp .bloque__recarga {
    background-image: url(../img/fondo-degradado-1.webp)
}

.webp .bloque__paquimetro {
    background-image: url(../img/fondo-degradado-2.webp)
}

.bloque.bloque__der .bloque__txt,
.bloque.bloque__izq .bloque__txt {
    position: absolute;
    width: 746px;
    top: 50%;
    left: calc(50% - 600px);
    transform: translateY(-50%)
}

.bloque.bloque__der .bloque__txt {
    left: calc(50% - 150px)
}

.bloque.bloque__der .bloque__img,
.bloque.bloque__izq .bloque__img {
    position: absolute;
    left: calc(50% + 200px);
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.bloque.bloque__der .bloque__img {
    left: 0;
    width: calc(50% - 180px);
    right: auto
}

.bloque.bloque__col .bloque__img img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    float: right
}

.bloque.bloque__izq .bloque__img img {
    float: left
}

.bloque.bloque__col h2 {
    font-size: 108px;
    line-height: 70px;
    margin: 0 0 50px;
    font-family: 'Dongle', sans-serif;
}

.bloque.bloque__col h3 {
    margin: 0
}

.bloque.bloque__izq h2 {
    color: #fff
}

.bloque.bloque__col .box {
    padding: 50px 50px 40px 50px;
    min-height: 480px
}

.box__bloq__content {
    position: relative;
    padding: 0 0 0 220px
}

.box__bloq__content .box__bloq__content__img {
    position: absolute;
    top: 0;
    left: 0
}

.box__bloq__content__ico {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 40px 30px
}

.box__bloq__content__ico>span {
    display: block;
    width: 33%
}

.box__bloq__content__ico>span img {
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}

.box__bloq__content__ico.box__bloq__content__ico-recarga img,
.box__bloq__content__ico.box__bloq__content__ico-reposta img {
    position: relative;
    top: 0;
    transform: none
}

.box__bloq__content__ico span:nth-child(2) {
    text-align: center
}

.box__bloq__content__ico span:nth-child(3) {
    text-align: right
}

.box__bloq__content ul.ul_verde li {
    margin-bottom: 6px
}

.box__bloq__content__button {
    text-align: center
}

.box__bloq__content__button .btn:nth-child(1) {
    margin-right: 20px
}

.bloque__der {
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: bottom right
}

.no-webp .bloque__der {
    background-image: url(../img/fondo-flechas.jpg)
}

.webp .bloque__der {
    background-image: url(../img/fondo-flechas.webp)
}

.box__bloq__content__ico span.g {
    font-weight: 700;
    font-size: 28px
}

.box__bloq__content__ico-recarga span:nth-child(2) {
    padding-top: 15px
}

.box__bloq__content__ico-recarga span:nth-child(3) {
    padding-top: 10px;
    text-align: center
}

.box__bloq__content__ico .t {
    display: block;
    font-size: 23px;
    font-weight: 700
}

.box__bloq__content__ico.box__bloq__content__ico-reposta span {
    text-align: center !important
}

.bloque__ahorra {
    padding-top: 177px;
    position: relative;
    background: #fafafa;
    overflow: hidden
}

.bloque__ahorra__container {
    max-width: 1100px;
    margin: auto
}

.bloque__ahorra .bloque__img {
    position: absolute;
    width: 50%;
    overflow: hidden;
    height: 1100px;
    right: 0;
    top: 0
}

.bloque__ahorra .bloque__img div {
    position: absolute;
    z-index: 9;
    color: #fff;
    font-weight: 700;
    font-size: 108px;
    letter-spacing: -3px;
    top: 289px;
    width: 280px;
    text-align: left;
    left: 233px;
    font-family: 'Dongle', sans-serif;
}

.bloque__ahorra .bloque__txt {
    width: 560px
}

.bloque__ahorra .bloque__txt h2 {
    font-size: 108px;
    line-height: 70px;
    margin: 0 0 24px;
    letter-spacing: -3px;
    font-family: 'Dongle', sans-serif;
}

.ahorro-caja-verde {
    background: #6de4ac;
    border-radius: 9px;
    width: 335px;
    padding: 14px 10px 4px 10px;
    font-size: 22px;
    overflow: hidden
}

.ahorro-caja-verde .ahorro-total {
    width: 81px;
    float: left;
    margin-top: 7px;
    margin-right: 10px
}

.ahorro-caja-verde .ahorro-precio {
    font-weight: 700;
    line-height: 21px;
    font-size: 22px
}

.ahorro-caja-verde .ahorro-precio>span {
    font-size: 108px;
    letter-spacing: -3px;
    line-height: 65px;
    font-family: 'Dongle', sans-serif;
}

.content-ahorro {
    margin: 130px 100px 0 100px
}

.bloque__quees {
    padding: 220px 0 160px;
    background: #fff;
    background-image: url(../img/fondo-flechas.jpg);
    background-repeat: no-repeat;
    background-position: bottom right
}

.bloque__quees__container {
    max-width: 1170px;
    margin: auto
}

.bloque__quees__container .bloque__txt {
    max-width: 590px
}

.bloque__quees__container .bloque__txt h2 {
    font-size: 108px;
    line-height: 70px;
    margin: 0 0 24px;
    font-family: 'Dongle', sans-serif;
    letter-spacing: -3px;
}

.content-data-slider {
    position: relative;
    margin-bottom: 26px
}

.content-data-slider h3 {
    font-size: 23px;
    line-height: 23px;
    margin: 0 0 16px
}

.content-slider-range {
    position: relative;
    padding-top: 24px;
    padding-left: 10px
}

.content-data-slider .content-slider-range-center,
.content-data-slider .content-slider-range-left,
.content-data-slider .content-slider-range-right {
    font-size: 10px;
    line-height: 10px;
    font-weight: 700;
    position: absolute;
    top: 0
}

.content-data-slider .content-slider-range-left {
    left: 0
}

.content-data-slider .content-slider-range-right {
    right: 0
}

.content-slider-range-center {
    width: 100px;
    left: 50%;
    margin-left: -50px;
    text-align: center
}

.content-slider-txt-ahorras {
    font-size: 23px;
    line-height: 23px;
    margin-top: 24px
}

.slider_nota {
    font-size: 10px;
    line-height: 14px;
    margin-top: 10px
}

.ui-widget.ui-widget-content {
    border: 0 !important;
    background: #6de4ac;
    border-radius: 20px
}

.ui-button,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
html .ui-button.ui-state-disabled:active,
html .ui-button.ui-state-disabled:hover {
    background: #071c58 !important;
    border: 0 !important;
    border-radius: 10px !important;
    top: -3px !important;
    position: relative
}

.ui-slider-horizontal .ui-slider-range-min {
    background: #0e888f;
    border-radius: 20px 0 0 20px
}

.ui-state-value {
    background: #071c58 !important;
    position: absolute;
    top: 30px;
    margin-left: 10px;
    padding: 3px 10px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    border-radius: 6px
}

.ui-state-value:before {
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
    opacity: 1.9;
    width: 16px;
    height: 16px;
    margin: -8px 0;
    border-left: 0 solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 16px solid #071c58
}

.ui-slider-handle:focus {
    outline: 0
}

.container-ahorro-caja-verde-footer {
    text-align: center;
    padding: 34px 0 120px
}

.container-ahorro-caja-verde-footer .ahorro-caja-verde {
    display: inline-block
}

.ani__ondas .ani__ondas1 {
    -o-animation: wifianimation 4s infinite;
    -moz-animation: wifianimation 4s infinite;
    -webkit-animation: wifianimation 4s infinite;
    animation: wifianimation 4s infinite;
    -o-animation-delay: .8s;
    -moz-animation-delay: .8s;
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
    opacity: 0
}

.ani__ondas .ani__ondas2 {
    -o-animation: wifianimation 4s infinite;
    -moz-animation: wifianimation 4s infinite;
    -webkit-animation: wifianimation 4s infinite;
    animation: wifianimation 4s infinite;
    -o-animation-delay: .4s;
    -moz-animation-delay: .4s;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    opacity: 0
}

.ani__ondas .ani__ondas3 {
    -o-animation: wifianimation 4s infinite;
    -moz-animation: wifianimation 4s infinite;
    -webkit-animation: wifianimation 4s infinite;
    animation: wifianimation 4s infinite;
    opacity: 0
}

.a74382 {
    cursor: pointer;
    fill: url(#idgradientesvg)
}

.d-lg-none {
    display: none
}

@-o-keyframes wifianimation {
    0% {
        opacity: .4
    }

    12% {
        opacity: 1
    }

    70% {
        opacity: 1
    }

    100% {
        opacity: .1
    }
}

@-moz-keyframes wifianimation {
    0% {
        opacity: .4
    }

    12% {
        opacity: 1
    }

    70% {
        opacity: 1
    }

    100% {
        opacity: .1
    }
}

@-webkit-keyframes wifianimation {
    0% {
        opacity: .4
    }

    12% {
        opacity: 1
    }

    70% {
        opacity: 1
    }

    100% {
        opacity: .1
    }
}

footer {
    background: #071c58;
    padding: 120px 0 40px;
    text-align: center;
    color: #fff
}

footer a {
    color: #fff;
    text-decoration: none
}

footer .container__footer {
    max-width: 1030px;
    margin: auto
}

footer .logo_footer {
    color: #fff;
    font-family: 'Dongle', sans-serif;
    letter-spacing: 0px;
    font-size: 52px;
    line-height: 30px;
    margin-bottom: 30px;
    display: inline-block;
    text-decoration: none
}

footer .rs__footer {
    margin-bottom: 60px
}

footer .rs__footer a {
    display: inline-block;
    margin: 0 4px
}

footer .link_principales__footer {
    font-weight: 700;
    margin: 0 0 40px
}

footer .link_secundarios__footer {
    margin: 0 0 20px
}

footer .footer__copy {
    font-size: 10px
}

.menu {
    opacity: 0;
    visibility: hidden
}

.barraCookies {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 30px;
    background: #071c58;
    color: #fff;
    display: none
}

.barraCookies a {
    background: #fff;
    text-decoration: none;
    padding: 8px 20px;
    border-radius: 10px;
    display: inline-block;
    margin-top: 10px;
    border: 1px solid #fff
}

.barraCookies a.ok_gestionar {
    background: 0 0;
    color: #fff;
    border: 1px solid #fff
}

@media screen and (max-width:1440px) {
    .bloque__icono__bloque svg {
        height: 50px
    }

    .bloque__quees__container .bloque__txt {
        max-width: 500px
    }

    header .header__right {
        top: 20px;
        right: 50px
    }

    header .header__logo {
        position: absolute;
        top: 30px;
        left: 50px
    }

    .bloque.bloque__izq h2,
    .bloque__ahorra .bloque__txt h2,
    .bloque__home__2 h2,
    .bloque__quees__container .bloque__txt h2,
    h1 {
        letter-spacing: -3px;
        font-size: 94px;
        line-height: 66px;
        font-family: 'Dongle', sans-serif;
    }

    .bloque__home__1 .bloque__home__1_mock {
        zoom: .9;
        -ms-zoom: .9;
        -webkit-zoom: .9;
        -moz-transform: scale(.9, .9);
        -moz-transform-origin: center center;
        left: calc(50% - 720px)
    }

    .bloque__home__1 .bloque__home__1_txt p {
        font-size: 24px;
        line-height: 32px
    }

    .btn-abajo {
        bottom: 88px
    }
}

@media screen and (max-width:1024px) {
    header .header__logo {
        left: 20px
    }

    header .header__right {
        right: 20px
    }

    .bloque.bloque__der .bloque__txt,
    .bloque.bloque__izq .bloque__txt {
        position: absolute;
        width: 600px
    }

    h1 {
        font-size: 80px;
        line-height: 55px;
        letter-spacing: -3px;
        font-family: 'Dongle', sans-serif;
        margin: 0 0 30px
    }

    .bloque__home__1 .bloque__home__1_txt p {
        color: #fff;
        font-size: 18px;
        line-height: 22px;
        letter-spacing: 0;
        margin: 0 0 20px 0
    }

    .bloque__home__1 .bloque__home__1_txt {
        max-width: 420px
    }

    .bloque__home__1 .bloque__home__1_img {
        width: calc(50% - 190px)
    }

    .bloque__home__1 .bloque__home__1_mock {
        width: 409px;
        left: calc(50% - 544px);
        transform: scale(.7);
        top: 30px
    }

    .bloque {
        width: 100%;
        min-height: 850px
    }

    .bloque__home__2 {
        min-height: 900px
    }

    .bloque__home__2 h2 {
        font-size: 80px;
        line-height: 55px
    }

    .bloque__home__2_container p {
        font-size: 18px;
        line-height: 24px
    }

    .precio_contenedor .precio {
        float: left;
        font-size: 48px
    }

    .bloque__home__2 .box__image_back {
        right: 12px
    }

    .bloque__home__2 .txt__gratuito {
        font-size: 40px
    }

    .bloque__home__2 .btn-info {
        min-width: 90px;
        padding: 15px 26px 15px
    }

    .bloque__home__2 .btn-degra {
        padding: 16px 15px 16px
    }

    .bloque__home__2_container .box__sub p {
        font-size: 14px;
        line-height: 20px;
        margin-right: 100px;
        min-height: 100px
    }

    .bloque__home__2 .box ul {
        padding-right: 43px
    }

    .box {
        padding: 20px 18px
    }

    .bloque__home__2 h3 {
        font-size: 17px
    }

    .bloque.bloque__der .bloque__txt,
    .bloque.bloque__izq .bloque__txt {
        left: 50px
    }

    .bloque.bloque__col h2 {
        font-size: 80px;
        letter-spacing: -3px;
        line-height: 58px;
        margin: 0 0 34px
    }

    .box__bloq__content {
        position: relative;
        padding: 0 0 0 188px
    }

    .bloque.bloque__col .box {
        padding: 50px 30px 40px 30px;
        min-height: 480px
    }

    .bloque.bloque__der .bloque__img,
    .bloque.bloque__izq .bloque__img {
        left: calc(50% + 160px)
    }

    .bloque__gasolina ul.ul_verde img {
        display: block;
        width: 100%;
        height: auto
    }

    .box__bloq__content__button .btn:nth-child(1) {
        margin-right: 5px
    }

    .box__bloq__content ul.ul_verde li {
        font-size: 16px
    }

    .bloque__ahorra .bloque__txt {
        width: 560px;
        margin-left: 20px
    }

    .ahorro-caja-verde {
        margin-left: 20px
    }

    .bloque__ahorra .bloque__img {
        width: 42%;
        height: 900px
    }

    .bloque__quees__container .bloque__txt {
        max-width: 500px;
        margin-left: 20px
    }

    .bloque__quees {
        padding: 120px 0 160px;
        background-size: 600px
    }

    .bloque__quees__container .bloque__txt h2 {
        font-size: 80px;
        line-height: 55px
    }

    footer .link_secundarios__footer {
        margin: 0 88px 20px
    }

    .bloque__ahorra .bloque__txt h2 {
        font-size: 80px;
        line-height: 55px
    }

    .menu__principal li a {
        font-size: 80px;
        line-height: 55px
    }

    .menu__principal li a .menu__flecha {
        right: 56px
    }

    .menu__principal li {
        margin-bottom: 40px
    }

    .menu__principal li a .menu__number {
        font-size: 24px;
        top: 4px;
        left: 8px
    }
}

@media screen and (max-width:920px) {
    .bloque__home__1 .bloque__home__1_img {
        display: none
    }

    .bloque__home__1 .bloque__home__1_txt {
        left: auto;
        right: 20px;
        transform: none;
        top: 145px
    }

    .bloque__home__1 .bloque__home__1_mock {
        left: calc(50% - 400px)
    }

    .bloque__home__1 {
        min-height: 600px;
        height: 700px
    }

    .bloque__degradado {
        height: 750px
    }

    .btn__menu {
        margin: 8px 0 0 25px
    }

    .btn__viat {
        margin: 11px 0 0 25px
    }

    .header__lang {
        margin: 16px 0 0 25px
    }

    .header__right #header_area_cliente {
        margin-left: 15px
    }

    header .btn {
        padding: 15px 15px 15px
    }

    header .header__logo a svg {
        height: 28px
    }

    header .header__logo {
        top: 37px
    }

    .bloque__home__2_container {
        position: relative !important;
        top: 0 !important;
        transform: none !important
    }

    .bloque__home__2_sub {
        margin: 0 50px 68px
    }

    .columnas {
        align-items: center;
        justify-content: center
    }

    .columnas .col {
        width: 50%;
        margin-bottom: 50px
    }

    .bloque__home__2 .columnas {
        margin: 40px
    }

    .bloque {
        height: 100%
    }

    .bloque__home__2_emp {
        background: #fff;
        border-radius: 7px;
        padding: 8px 42px;
        font-size: 16px;
        line-height: 38px;
        font-weight: 700;
        overflow: hidden;
        max-width: 722px;
        margin: 0 auto 90px
    }

    .bloque__img {
        display: none
    }

    .bloque.bloque__der .bloque__txt,
    .bloque.bloque__izq .bloque__txt {
        left: 50%;
        margin-left: -300px
    }

    .bloque.bloque__col h2 {
        margin: 0 0 50px
    }

    .bloque__ahorra {
        padding-top: 100px
    }

    .bloque__ahorra .bloque__txt {
        width: 378px;
        margin-left: 20px
    }

    .bloque__ahorra .bloque__img {
        display: block;
        width: 46%;
        zoom: .6
    }

    .content-ahorro {
        margin: 80px 50px 0 50px
    }

    .bloque__quees {
        padding: 80px 0 180px !important;
        background-size: 520px !important
    }
}

@media screen and (min-height:900px) {
    .bloque__home__2_container {
        position: relative;
        top: 50%;
        transform: translateY(-50%)
    }

    .bloque__der {
        background-size: 540px
    }

    .bloque__quees {
        padding: 120px 0 80px;
        background-size: 700px
    }
}
