/* == @losdelvolcan - Styles == */
/* == @losdelvolcan - Mixins genéricos == */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* == @losdelvolcan - Estilos básicos == */
/* == Text Styles == */
a {
  color: #007DC5;
  font-weight: normal;
  text-decoration: none;
  -webkit-transition: color, 0.5s;
  -moz-transition: color, 0.5s;
  -o-transition: color, 0.5s;
  transition: color, 0.5s;
}
a,
a:active,
a:visited {
  color: #007DC5;
}
.noTouchDevice a:hover {
  color: #007DC5;
  text-decoration: none;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: color, 0.2s;
  -moz-transition: color, 0.2s;
  -o-transition: color, 0.2s;
  transition: color, 0.2s;
}
a:focus,
a:hover {
  outline: none;
  text-decoration: none;
}
::-moz-selection {
  background: #fff;
  color: #000;
  text-shadow: none;
}
::selection {
  background: #14b2de;
  color: #fff;
  text-shadow: none;
}
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #2645F5;
  opacity: 1;
  /* Firefox */
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #2645F5;
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #2645F5;
}
p {
  margin-bottom: 0.7em;
}
ul li {
  position: relative;
  padding-left: 1.5em;
  padding-bottom: 0.7em;
}
ol {
  padding-left: 2.2em;
  list-style-type: decimal;
}
ol li {
  padding-left: 0.7em;
  padding-bottom: 0.7em;
}
dl {
  zoom: 1;
}
dl dt {
  float: left;
  width: 48%;
  text-align: right;
  font-weight: bold;
  margin-right: 2%;
}
dl dt:after {
  content: ':';
}
dl dd {
  width: 50%;
  float: left;
}
ins {
  background-color: #fcd700;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #fcd700;
  color: #000;
  font-style: italic;
}
pre {
  margin-bottom: 1.5em;
}
blockquote {
  font-size: 1.357em;
  text-align: center;
  padding: 0.8em;
  margin-bottom: 1.5em;
}
blockquote p {
  margin-bottom: 0;
}
blockquote img {
  margin-bottom: 9px;
}
/* == Heading Styles == */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #252525;
  font-weight: normal;
}
h1 {
  font-size: 2.5em;
  line-height: 1.3em;
  padding-bottom: 5px;
}
h2 {
  font-size: 2em;
  line-height: 1.6em;
  padding-bottom: 10px;
}
h3 {
  /* OK */
  font-size: 1.7143em;
  letter-spacing: -0.006em;
  line-height: 1.25em;
  word-spacing: -0.059em;
}
h4 {
  font-size: 1.3571em;
  line-height: 1.0416em;
  letter-spacing: -0.006em;
  word-spacing: -0.059em;
}
h5 {
  font-size: 1.3571em;
  line-height: 1.0416em;
}
h6 {
  font-size: 1.3571em;
  line-height: 1.0416em;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.wpcf7 form .wpcf7-response-output {
  padding: 20px;
  margin: 30px 0 0;
  text-align: center;
}
@font-face {
  font-family: 'DM Sans Regular';
  src: url('../css/fonts/DMSans-Regular.woff2') format('woff2'), url('../css/fonts/DMSans-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'DM Serif Display';
  src: url('../css/fonts/DMSerifDisplay-Regular.woff2') format('woff2'), url('../css/fonts/DMSerifDisplay-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'DM Serif Display Italic';
  src: url('../css/fonts/DMSerifDisplay-Italic.woff2') format('woff2'), url('../css/fonts/DMSerifDisplay-Italic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'DM Sans Bold';
  src: url('../css/fonts/DMSans-Bold.woff2') format('woff2'), url('../css/fonts/DMSans-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'DM Sans Medium';
  src: url('../css/fonts/DMSans-Medium.woff2') format('woff2'), url('../css/fonts/DMSans-Medium.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
/*********** STATIC LOCATION ***********/
#mapfre-batteries {
  overflow: hidden;
  -webkit-text-size-adjust: 100%;
  font-size: 100%;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1.75rem;
  text-transform: none;
  background: #fff;
}
#mapfre-batteries .overlay {
  background-color: white;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: all, 1s;
  -moz-transition: all, 1s;
  -o-transition: all, 1s;
  transition: all, 1s;
}
#mapfre-batteries .overlay.hide {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: all, 1s;
  -moz-transition: all, 1s;
  -o-transition: all, 1s;
  transition: all, 1s;
}
#mapfre-batteries .overlay.del {
  display: none;
}
#mapfre-batteries .path,
#mapfre-batteries .arrow {
  stroke-dasharray: 3387.52026367;
  stroke-dashoffset: 3387.52026367;
}
#mapfre-batteries .path.anime,
#mapfre-batteries .arrow.anime {
  animation: dash 5s linear forwards;
}
@keyframes dash {
  from {
    stroke-dashoffset: 3387.52026367;
  }
  to {
    stroke-dashoffset: 0;
  }
}
#mapfre-batteries .wrapper {
  display: flex;
  width: 100%;
}
#mapfre-batteries .wrapper .col {
  width: 50%;
  padding-right: 20px;
}
#mapfre-batteries .wrapper .col + .col {
  margin-top: -30px;
  padding-right: 0;
  padding-left: 20px;
}
#mapfre-batteries .wrapper .col p {
  font-family: 'DM Sans Regular';
  font-size: 1.25rem;
  line-height: 1.6rem;
  color: #2D373D;
}
#mapfre-batteries .wrapper .col p.highlight {
  font-size: 1.5rem;
  line-height: 1.7rem;
  font-family: 'DM Sans Medium';
}
#mapfre-batteries .wrapper .col .txt--highlight {
  font-size: 3.438rem;
  display: block;
  line-height: 3.2rem;
  font-family: 'DM Serif Display';
  color: #101010;
  max-width: 425px;
}
#mapfre-batteries .wrapper .col .txt--highlight strong {
  color: #8DB602;
  font-size: 5.625rem;
  line-height: 5.2rem;
}
#mapfre-batteries .module--hero {
  background-color: #F2F2F2;
}
#mapfre-batteries .module--hero .inner {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 280px 20px 60px;
}
#mapfre-batteries .module--hero .inner .bg-image img {
  width: 100%;
  height: 100%;
  display: block;
}
#mapfre-batteries .module--hero .inner .info {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  padding-right: 60px;
}
#mapfre-batteries .module--hero .inner .info .pretitle {
  display: block;
  font-family: 'DM Sans Medium';
  color: #101010;
  font-size: 3.125rem;
  line-height: 3.3rem;
  max-width: 595px;
  margin: 0 0 20px auto;
  text-align: right;
}
#mapfre-batteries .module--hero .inner .info .title {
  display: block;
  font-family: 'DM Serif Display';
  color: #8DB602;
  font-size: 8.75rem;
  line-height: 8rem;
  max-width: 960px;
  margin: 0 0 0 auto;
  text-align: right;
}
#mapfre-batteries .module--hero .inner .info .container-lnk-video {
  display: block;
  margin-top: 50px;
  text-align: right;
}
#mapfre-batteries .module--hero .inner .info .lnk-video {
  display: inline-block;
}
#mapfre-batteries .module--hero .inner .info .lnk-video > a {
  display: flex;
  align-items: center;
  justify-content: end;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
#mapfre-batteries .module--hero .inner .info .lnk-video > a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transition: all, 1s;
  -moz-transition: all, 1s;
  -o-transition: all, 1s;
  transition: all, 1s;
}
#mapfre-batteries .module--hero .inner .info .lnk-video > a span {
  display: block;
  font-family: 'DM Serif Display';
  color: black;
  font-size: 1.25rem;
  line-height: 1.3rem;
}
#mapfre-batteries .module--hero .inner .info .lnk-video > a img {
  margin-left: 20px;
  -webkit-transition: all, 1s;
  -moz-transition: all, 1s;
  -o-transition: all, 1s;
  transition: all, 1s;
}
#mapfre-batteries .module--hero .inner .wrapper {
  margin-top: 20px;
}
#mapfre-batteries .module--hero .inner .wrapper .col p {
  max-width: 480px;
}
#mapfre-batteries .module--hero .inner .deco {
  position: absolute;
  right: 0;
  top: 20px;
}
#mapfre-batteries .module--list {
  background-color: white;
}
#mapfre-batteries .module--list .inner {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 20px;
}
#mapfre-batteries .module--list .inner p {
  font-family: 'DM Sans Regular';
  font-size: 1.25rem;
  line-height: 1.6rem;
  color: #2D373D;
  max-width: 480px;
}
#mapfre-batteries .module--list .inner p.highlight {
  font-size: 1.5rem;
  line-height: 1.7rem;
  font-family: 'DM Sans Medium';
}
#mapfre-batteries .module--list .inner .list {
  margin-top: 40px;
  position: relative;
  padding-left: 80px;
}
#mapfre-batteries .module--list .inner .list .deco {
  position: absolute;
  left: 0;
  top: 0;
}
#mapfre-batteries .module--list .inner .list ul {
  display: flex;
  flex-wrap: wrap;
}
#mapfre-batteries .module--list .inner .list ul li {
  width: 50%;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
#mapfre-batteries .module--list .inner .list ul li .image {
  width: 35%;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
#mapfre-batteries .module--list .inner .list ul li .image img {
  width: 100%;
  height: auto;
}
#mapfre-batteries .module--list .inner .list ul li .info {
  padding-left: 30px;
  width: 65%;
}
#mapfre-batteries .module--list .inner .list ul li .info p {
  font-size: 1rem;
  line-height: 1.4rem;
  color: #9CB0BC;
  font-family: 'DM Sans Regular';
  max-width: 256px;
}
#mapfre-batteries .module--list .inner .list ul li .info p.data {
  font-size: 0.813rem;
  margin-top: 50px;
  line-height: 1rem;
}
#mapfre-batteries .module--list .inner .text--highlight {
  max-width: 450px;
  position: relative;
  margin: 50px 0 100px;
  padding-left: 80px;
}
#mapfre-batteries .module--list .inner .text--highlight .deco {
  position: absolute;
  right: -170px;
  top: -90px;
}
#mapfre-batteries .module--list .inner .text--highlight p {
  font-family: 'DM Serif Display';
  color: #101010;
  font-size: 3.438rem;
  line-height: 3rem;
}
#mapfre-batteries .module--list .inner .fw--text {
  padding: 20px 0;
  font-family: 'DM Serif Display Italic';
  color: #101010;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
  filter: alpha(opacity=10);
  -moz-opacity: 0.1;
  -khtml-opacity: 0.1;
  opacity: 0.1;
  font-size: 16rem;
  position: relative;
  transform: translateX(-20%) translateY(110px);
  text-align: center;
  width: 100%;
  display: block;
}
#mapfre-batteries .module--mobility {
  background-color: #F2F2F2;
}
#mapfre-batteries .module--mobility .inner {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 20px;
}
#mapfre-batteries .module--mobility .inner .wrapper.wrapper-end {
  align-items: flex-end;
}
#mapfre-batteries .module--mobility .inner .wrapper .col {
  width: 51%;
}
#mapfre-batteries .module--mobility .inner .wrapper .col + .col {
  width: 49%;
}
#mapfre-batteries .module--mobility .inner .wrapper .col .title {
  margin-top: -30px;
}
#mapfre-batteries .module--mobility .inner .wrapper .col .title span {
  font-family: 'DM Serif Display';
  font-size: 3.438rem;
  line-height: 3rem;
  color: #101010;
  display: block;
}
#mapfre-batteries .module--mobility .inner .wrapper .col .title span strong {
  color: #8DB602;
  font-size: 8.125rem;
  line-height: 7.6rem;
  text-align: right;
  display: block;
}
#mapfre-batteries .module--mobility .inner .wrapper .col p {
  max-width: 448px;
  margin: 0 0 0 auto;
}
#mapfre-batteries .module--mobility .inner .wrapper .col p + p {
  margin-top: 20px;
}
#mapfre-batteries .module--mobility .inner .wrapper .col .item {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
#mapfre-batteries .module--mobility .inner .wrapper .col .item .image {
  width: 45%;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
#mapfre-batteries .module--mobility .inner .wrapper .col .item .image img {
  width: 100%;
  height: auto;
}
#mapfre-batteries .module--mobility .inner .wrapper .col .item .info {
  width: 55%;
}
#mapfre-batteries .module--mobility .inner .wrapper .col .item .info p {
  font-size: 1rem;
  line-height: 1.4rem;
  color: #9CB0BC;
  font-family: 'DM Sans Regular';
  max-width: 234px;
  margin: 0 0 0 30px;
}
#mapfre-batteries .module--mobility .inner .wrapper .col .item .info p.data {
  font-size: 0.813rem;
  margin-top: 50px;
  line-height: 1rem;
}
#mapfre-batteries .module--vehicles {
  background-color: white;
}
#mapfre-batteries .module--vehicles .inner {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 20px 60px;
  position: relative;
}
#mapfre-batteries .module--vehicles .inner .deco {
  position: absolute;
  right: 0;
  top: 0;
}
#mapfre-batteries .module--vehicles .inner .intro {
  max-width: 640px;
  color: #9CB0BC;
  font-family: 'DM Sans Regular';
  font-size: 1.25rem;
  line-height: 1.65rem;
  color: #2D373D;
}
#mapfre-batteries .module--vehicles .inner .legend {
  display: flex;
  margin-top: 50px;
  justify-content: space-around;
}
#mapfre-batteries .module--vehicles .inner .legend div p {
  text-align: center;
  font-size: 1rem;
  line-height: 1.4rem;
  color: #9CB0BC;
  font-family: 'DM Sans Regular';
  margin: 0 0 0 30px;
  max-width: 234px;
  margin: 0 auto;
}
#mapfre-batteries .module--vehicles .inner .legend div .image-mb {
  display: none;
}
#mapfre-batteries .module--vehicles .inner .images {
  margin-top: 20px;
  position: relative;
}
#mapfre-batteries .module--vehicles .inner .images.show:before {
  width: 0;
  -webkit-transition: all, 1s;
  -moz-transition: all, 1s;
  -o-transition: all, 1s;
  transition: all, 1s;
}
#mapfre-batteries .module--vehicles .inner .images:before {
  content: "";
  display: block;
  background: white;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all, 1s;
  -moz-transition: all, 1s;
  -o-transition: all, 1s;
  transition: all, 1s;
}
#mapfre-batteries .module--vehicles .inner .images img {
  width: 100%;
  height: auto;
  display: block;
}
#mapfre-batteries .module--sale-vehicles .inner {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 20px 60px;
  position: relative;
}
#mapfre-batteries .module--sale-vehicles .inner .title {
  position: relative;
  display: block;
  text-align: center;
  color: #101010;
  font-family: 'DM Serif Display';
  font-size: 3.438rem;
  line-height: 3rem;
}
#mapfre-batteries .module--sale-vehicles .inner .title .fw--text {
  padding: 0;
  font-family: 'DM Serif Display Italic';
  color: #101010;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
  filter: alpha(opacity=10);
  -moz-opacity: 0.1;
  -khtml-opacity: 0.1;
  opacity: 0.1;
  font-size: 16rem;
  position: relative;
  transform: translateX(-15%) translateY(30px);
  text-align: center;
  width: 100%;
  display: block;
}
#mapfre-batteries .module--sale-vehicles .inner .ve--charts {
  display: flex;
  margin-top: 90px;
  justify-content: space-between;
  flex-wrap: wrap;
}
#mapfre-batteries .module--sale-vehicles .inner .ve--charts .item {
  width: 32%;
  text-align: center;
  margin-bottom: 20px;
}
#mapfre-batteries .module--sale-vehicles .inner .ve--charts .item svg .chart-figure {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: all, 1.5s;
  -moz-transition: all, 1.5s;
  -o-transition: all, 1.5s;
  transition: all, 1.5s;
}
#mapfre-batteries .module--sale-vehicles .inner .ve--charts .item svg .chart-figure.show {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: all, 1.5s;
  -moz-transition: all, 1.5s;
  -o-transition: all, 1.5s;
  transition: all, 1.5s;
}
#mapfre-batteries .module--sale-vehicles .inner .ve-charts-legend {
  max-width: 1040px;
  margin: 30px auto 0;
}
#mapfre-batteries .module--sale-vehicles .inner .ve-charts-legend .description {
  display: flex;
  align-items: center;
  color: #2D373D;
  font-size: 1.25rem;
  font-family: 'DM Sans Regular';
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
#mapfre-batteries .module--sale-vehicles .inner .ve-charts-legend .description.color--black:before {
  content: "";
  height: 3px;
  width: 40px;
  background: black;
  margin-right: 12px;
}
#mapfre-batteries .module--sale-vehicles .inner .ve-charts-legend .description.color--green:before {
  content: "";
  height: 3px;
  width: 40px;
  background: #7EBA00;
  margin-right: 12px;
}
#mapfre-batteries .module--sale-vehicles .inner .ve-charts-legend .note {
  display: block;
  margin-top: 30px;
  font-family: 'DM Sans Regular';
  color: #9CB0BC;
  font-size: 0.813rem;
  line-height: 1rem;
}
#mapfre-batteries .module--batteries {
  background-color: #F2F2F2;
}
#mapfre-batteries .module--batteries .inner {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 20px;
  position: relative;
}
#mapfre-batteries .module--batteries .inner .deco {
  position: absolute;
  left: 0;
  top: -300px;
}
#mapfre-batteries .module--batteries .inner .wrapper {
  align-items: flex-end;
  padding-left: 30px;
}
#mapfre-batteries .module--batteries .inner .wrapper .col .title {
  margin-top: -30px;
  max-width: 352px;
}
#mapfre-batteries .module--batteries .inner .wrapper .col .title span {
  font-family: 'DM Serif Display';
  font-size: 3.438rem;
  line-height: 3rem;
  color: #101010;
  display: block;
}
#mapfre-batteries .module--batteries .inner .wrapper .col .title span strong {
  color: #8DB602;
  font-size: 8.125rem;
  line-height: 7.6rem;
  text-align: right;
  display: block;
}
#mapfre-batteries .module--batteries .inner .wrapper .col p {
  max-width: 448px;
  margin: 0 0 0 auto;
}
#mapfre-batteries .module--batteries .inner .wrapper .col p + p {
  margin-top: 20px;
}
#mapfre-batteries .module--batteries .inner .graph {
  padding-left: 30px;
  height: 480px;
  margin-top: 50px;
}
#mapfre-batteries .module--batteries .inner > p {
  font-family: 'DM Sans Regular';
  font-size: 1.25rem;
  line-height: 1.6rem;
  color: #2D373D;
  max-width: 446px;
  padding-left: 30px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
#mapfre-batteries .module--recycling .inner {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 20px;
  position: relative;
}
#mapfre-batteries .module--recycling .inner .deco {
  position: absolute;
  right: 0;
  top: 0;
}
#mapfre-batteries .module--recycling .inner .title {
  margin-top: -30px;
  max-width: 817px;
  position: relative;
}
#mapfre-batteries .module--recycling .inner .title .fw--text {
  padding: 20px 0;
  font-family: 'DM Serif Display Italic';
  color: #101010;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
  filter: alpha(opacity=10);
  -moz-opacity: 0.1;
  -khtml-opacity: 0.1;
  opacity: 0.1;
  font-size: 16rem;
  position: relative;
  transform: translateX(-32%) translateY(-60px);
  text-align: center;
  width: 100%;
  display: block;
}
#mapfre-batteries .module--recycling .inner .title span {
  text-align: left;
  font-family: 'DM Serif Display';
  font-size: 3.438rem;
  line-height: 3rem;
  color: #101010;
  display: block;
}
#mapfre-batteries .module--recycling .inner .title span.txt-alignment {
  margin-left: 80px;
}
#mapfre-batteries .module--recycling .inner .title span strong {
  color: #8DB602;
  font-size: 8.125rem;
  line-height: 7.6rem;
  display: block;
}
#mapfre-batteries .module--recycling .inner .wysiwyg {
  max-width: 700px;
  margin: 60px 0 0 auto;
  padding-right: 60px;
}
#mapfre-batteries .module--recycling .inner .wysiwyg p {
  color: #2D373D;
  font-size: 1.25rem;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  font-family: 'DM Sans Regular';
}
#mapfre-batteries .module--recycling .inner .wysiwyg .image {
  display: flex;
  align-items: center;
  margin: 20px 0 40px;
}
#mapfre-batteries .module--recycling .inner .wysiwyg .image div {
  width: 40%;
}
#mapfre-batteries .module--recycling .inner .wysiwyg .image div + div {
  padding-left: 30px;
}
#mapfre-batteries .module--recycling .inner .wysiwyg .image div img {
  width: 100%;
  height: auto;
  display: block;
}
#mapfre-batteries .module--recycling .inner .wysiwyg .image div span {
  display: block;
  font-size: 1rem;
  line-height: 1.4rem;
  color: #9CB0BC;
  font-family: 'DM Sans Regular';
  max-width: 256px;
}
#mapfre-batteries .module--recycling .inner .video-wrapper {
  margin: 40px 0;
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
#mapfre-batteries .module--recycling .inner .video-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}
#mapfre-batteries .module--recycling .inner .video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#mapfre-batteries .module--recycling .inner .section--sep {
  position: relative;
}
#mapfre-batteries .module--recycling .inner .section--sep .fw--text {
  padding: 0;
  font-family: 'DM Serif Display Italic';
  color: #101010;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
  filter: alpha(opacity=10);
  -moz-opacity: 0.1;
  -khtml-opacity: 0.1;
  opacity: 0.1;
  font-size: 16rem;
  position: relative;
  transform: translateX(20%) translateY(170px);
  text-align: center;
  width: 100%;
  display: block;
}
#mapfre-batteries .module--recycling .inner .slider {
  margin-top: 180px;
}
#mapfre-batteries .module--recycling .inner .slider .item {
  padding-right: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 400px;
}
#mapfre-batteries .module--recycling .inner .slider .item .title {
  display: flex;
  margin-bottom: 30px;
  margin-top: inherit;
}
#mapfre-batteries .module--recycling .inner .slider .item .title span {
  color: #7EBA00;
  font-family: 'DM Sans Bold';
  display: block;
  font-size: 2.25rem;
  line-height: 2rem;
  margin-right: 15px;
}
#mapfre-batteries .module--recycling .inner .slider .item .title span + span {
  max-width: 320px;
  margin-right: 0;
  font-size: 1rem;
  line-height: 1.3rem;
  color: #9CB0BC;
  font-family: 'DM Sans Regular';
}
#mapfre-batteries .module--recycling .inner .slider .item .image img {
  width: 100%;
  max-width: 320px;
  height: auto;
  display: block;
}
#mapfre-batteries .module--recycling .inner .slider-arrows {
  display: flex;
  justify-content: space-between;
}
#mapfre-batteries .module--recycling .inner .slider-arrows span {
  cursor: pointer;
}
#mapfre-batteries .module--recycling .inner .slider-arrows span.slick-disabled {
  opacity: 0.3;
  curosr: default;
}
#mapfre-batteries .module--recycling .inner .text--highlight {
  max-width: 480px;
  position: relative;
  margin: 50px 0 100px;
  padding-left: 80px;
}
#mapfre-batteries .module--recycling .inner .text--highlight .deco {
  position: absolute;
  left: 0;
  top: -90px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
#mapfre-batteries .module--recycling .inner .text--highlight p {
  padding-left: 100px;
  font-family: 'DM Serif Display';
  color: #101010;
  font-size: 3.438rem;
  line-height: 3rem;
  margin: 0;
}
#mapfre-batteries .module--recycling .inner .text--highlight p + p {
  margin-top: 20px;
  font-size: 5.625rem;
  color: #8DB602;
}
#mapfre-batteries .module--good-practices {
  background-color: #F2F2F2;
}
#mapfre-batteries .module--good-practices .inner {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 20px;
  position: relative;
}
#mapfre-batteries .module--good-practices .inner .title {
  margin-top: -30px;
  max-width: 817px;
  position: relative;
}
#mapfre-batteries .module--good-practices .inner .title .fw--text {
  padding: 20px 0;
  font-family: 'DM Serif Display Italic';
  color: #101010;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
  filter: alpha(opacity=10);
  -moz-opacity: 0.1;
  -khtml-opacity: 0.1;
  opacity: 0.1;
  font-size: 16rem;
  position: relative;
  transform: translateX(-20%) translateY(-140px);
  text-align: center;
  width: 100%;
  display: block;
  z-index: 0;
}
#mapfre-batteries .module--good-practices .inner .title span {
  text-align: left;
  font-family: 'DM Serif Display';
  font-size: 3.438rem;
  line-height: 3rem;
  color: #101010;
  display: block;
  position: relative;
  z-index: 1;
}
#mapfre-batteries .module--good-practices .inner .title span.txt-alignment {
  margin-left: 80px;
}
#mapfre-batteries .module--good-practices .inner .title span strong {
  color: #8DB602;
  font-size: 8.125rem;
  line-height: 7.6rem;
  display: block;
}
#mapfre-batteries .module--good-practices .inner .wrapper-gp {
  margin-top: 40px;
}
#mapfre-batteries .module--good-practices .inner .wrapper-gp .item {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 80px;
}
#mapfre-batteries .module--good-practices .inner .wrapper-gp .item.item--reverse {
  flex-direction: row-reverse;
}
#mapfre-batteries .module--good-practices .inner .wrapper-gp .item .image {
  left: -40px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  width: 49%;
  -webkit-transition: all, 1s;
  -moz-transition: all, 1s;
  -o-transition: all, 1s;
  transition: all, 1s;
  position: relative;
}
#mapfre-batteries .module--good-practices .inner .wrapper-gp .item .image img {
  width: 100%;
  height: auto;
  display: block;
}
#mapfre-batteries .module--good-practices .inner .wrapper-gp .item .image.show {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  left: 0;
  -webkit-transition: all, 1s;
  -moz-transition: all, 1s;
  -o-transition: all, 1s;
  transition: all, 1s;
}
#mapfre-batteries .module--good-practices .inner .wrapper-gp .item .info {
  right: -40px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  width: 49%;
  position: relative;
  -webkit-transition: all, 1s;
  -moz-transition: all, 1s;
  -o-transition: all, 1s;
  transition: all, 1s;
}
#mapfre-batteries .module--good-practices .inner .wrapper-gp .item .info.show {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  right: 0;
  -webkit-transition: all, 1s;
  -moz-transition: all, 1s;
  -o-transition: all, 1s;
  transition: all, 1s;
}
#mapfre-batteries .module--good-practices .inner .wrapper-gp .item .info .title {
  display: block;
  font-size: 1.5rem;
  line-height: 1.4rem;
  color: #2D373D;
  font-family: 'DM Sans Medium';
  margin-bottom: 15px;
}
#mapfre-batteries .module--good-practices .inner .wrapper-gp .item .info p {
  margin: 0;
  font-family: 'DM Sans Regular';
  font-size: 1.25rem;
  line-height: 1.6rem;
  color: #2D373D;
}
#mapfre-batteries .module--profile {
  background-color: white;
}
#mapfre-batteries .module--profile .inner {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 20px;
  position: relative;
}
#mapfre-batteries .module--profile .inner .wrapper-profile {
  display: flex;
  align-items: center;
}
#mapfre-batteries .module--profile .inner .wrapper-profile .fw--text {
  position: absolute;
  font-family: 'DM Serif Display Italic';
  color: #101010;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
  filter: alpha(opacity=10);
  -moz-opacity: 0.1;
  -khtml-opacity: 0.1;
  opacity: 0.1;
  font-size: 16rem;
  transform: translateX(0%) translateY(-140px);
  text-align: center;
  width: 100%;
  display: block;
}
#mapfre-batteries .module--profile .inner .wrapper-profile .image {
  width: 45%;
  position: relative;
}
#mapfre-batteries .module--profile .inner .wrapper-profile .image img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 360px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#mapfre-batteries .module--profile .inner .wrapper-profile .image .deco {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  position: absolute;
  left: 0;
  top: -30px;
}
#mapfre-batteries .module--profile .inner .wrapper-profile .info {
  width: 55%;
}
#mapfre-batteries .module--profile .inner .wrapper-profile .info .title {
  display: block;
  color: #9FBC3A;
  font-size: 3.438rem;
  line-height: 3.5rem;
  font-family: 'DM Serif Display';
  margin-bottom: 10px;
}
#mapfre-batteries .module--profile .inner .wrapper-profile .info .role {
  display: block;
  text-transform: uppercase;
  font-family: 'DM Sans Bold';
  font-size: 1.5rem;
  line-height: 1.5rem;
  margin-bottom: 20px;
}
#mapfre-batteries .module--profile .inner .wrapper-profile .info p {
  font-family: 'DM Sans Medium';
  font-size: 1.5rem;
  line-height: 1.8rem;
  color: black;
  margin: 0;
}
#mapfre-batteries .animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 50deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 50deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    opacity: 1;
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 50deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 50deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    opacity: 1;
  }
}
#mapfre-batteries .animate__flipInX {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
#mapfre-batteries .modal {
  display: none;
  position: fixed;
  z-index: 100;
  padding-top: 200px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.4);
  /* Modal Content */
  /* Add Animation */
  /* The Close Button */
}
#mapfre-batteries .modal .modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}
@-webkit-keyframes animatetop {
  from {
    top: -100px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes animatetop {
  from {
    top: -100px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
#mapfre-batteries .modal .close {
  color: black;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
#mapfre-batteries .modal .close:hover,
#mapfre-batteries .modal .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
#mapfre-batteries .modal .modal-header {
  padding: 2px 16px;
}
#mapfre-batteries .modal .modal-body {
  padding: 2px 16px;
}
#mapfre-batteries .modal .video-wrapper {
  margin: 40px 0;
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
#mapfre-batteries .modal .video-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}
#mapfre-batteries .modal .video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 970px) {
  #mapfre-batteries .wrapper {
    display: block;
  }
  #mapfre-batteries .wrapper .col {
    width: 100%;
    padding: 0;
  }
  #mapfre-batteries .wrapper .col + .col {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
  #mapfre-batteries .wrapper .col p {
    font-size: 1.15rem;
    line-height: 1.5rem;
  }
  #mapfre-batteries .wrapper .col p.highlight {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
  #mapfre-batteries .wrapper .col .txt--highlight {
    font-size: 2.238rem;
    line-height: 2rem;
  }
  #mapfre-batteries .wrapper .col .txt--highlight strong {
    font-size: 4.625rem;
    line-height: 4.2rem;
  }
  #mapfre-batteries .module--hero .inner .info {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    padding-right: 60px;
  }
  #mapfre-batteries .module--hero .inner .info .pretitle {
    font-size: 2.125rem;
    line-height: 2.3rem;
  }
  #mapfre-batteries .module--hero .inner .info .title {
    font-size: 6.75rem;
    line-height: 6rem;
  }
  #mapfre-batteries .module--hero .inner .wrapper {
    margin-top: 20px;
  }
  #mapfre-batteries .module--hero .inner .wrapper .col p {
    max-width: 100%;
  }
  #mapfre-batteries .module--hero .inner .deco {
    display: none;
  }
  #mapfre-batteries .module--list .inner .list {
    padding-left: 10px;
  }
  #mapfre-batteries .module--list .inner .text--highlight p {
    font-size: 2.438rem;
    line-height: 2rem;
  }
  #mapfre-batteries .module--list .inner .text--highlight .deco {
    right: -30px;
    top: -130px;
    width: 260px;
  }
  #mapfre-batteries .module--mobility .inner .wrapper.wrapper-end {
    display: block;
    margin-top: 30px;
  }
  #mapfre-batteries .module--mobility .inner .wrapper .col {
    width: 100%;
  }
  #mapfre-batteries .module--mobility .inner .wrapper .col + .col {
    width: 100%;
    margin-top: 30px;
  }
  #mapfre-batteries .module--mobility .inner .wrapper .col .title {
    margin-top: 0;
  }
  #mapfre-batteries .module--mobility .inner .wrapper .col .title span {
    font-size: 2.438rem;
    line-height: 2rem;
  }
  #mapfre-batteries .module--mobility .inner .wrapper .col .title span strong {
    font-size: 5.125rem;
    line-height: 5.6rem;
    text-align: left;
  }
  #mapfre-batteries .module--mobility .inner .wrapper .col p {
    margin: 0;
    max-width: 100%;
  }
  #mapfre-batteries .module--mobility .inner .wrapper .col p.highlight {
    max-width: 100%;
  }
  #mapfre-batteries .module--mobility .inner .wrapper .col .item + .item {
    margin-top: 30px;
  }
  #mapfre-batteries .module--mobility .inner .wrapper .col .item .image {
    width: 40%;
  }
  #mapfre-batteries .module--mobility .inner .wrapper .col .item .info {
    width: 60%;
  }
  #mapfre-batteries .module--sale-vehicles .inner .ve--charts .item {
    width: 49%;
  }
  #mapfre-batteries .module--batteries .inner {
    padding: 40px 20px;
  }
  #mapfre-batteries .module--batteries .inner .deco {
    display: none;
  }
  #mapfre-batteries .module--batteries .inner .wrapper {
    padding-left: 0;
  }
  #mapfre-batteries .module--batteries .inner .wrapper .col .title {
    max-width: 100%;
    margin-top: 0;
  }
  #mapfre-batteries .module--batteries .inner .wrapper .col .title span {
    font-size: 2.438rem;
    line-height: 2rem;
  }
  #mapfre-batteries .module--batteries .inner .wrapper .col .title span strong {
    font-size: 5.125rem;
    line-height: 4.6rem;
    text-align: left;
  }
  #mapfre-batteries .module--batteries .inner .wrapper .col p {
    margin: 0;
  }
  #mapfre-batteries .module--batteries .inner .graph {
    padding-left: 0;
  }
  #mapfre-batteries .module--recycling .inner {
    padding: 40px 20px;
  }
  #mapfre-batteries .module--recycling .inner .deco {
    display: none;
  }
  #mapfre-batteries .module--recycling .inner .title {
    margin-top: 0;
  }
  #mapfre-batteries .module--recycling .inner .title .fw--text {
    font-size: 10rem;
  }
  #mapfre-batteries .module--recycling .inner .title span {
    font-size: 2.438rem;
    line-height: 2rem;
    color: #101010;
    display: block;
  }
  #mapfre-batteries .module--recycling .inner .title span.txt-alignment {
    margin-left: 0;
  }
  #mapfre-batteries .module--recycling .inner .title span strong {
    font-size: 5.125rem;
    line-height: 4.6rem;
  }
  #mapfre-batteries .module--recycling .inner .wysiwyg {
    max-width: 700px;
    margin: 60px auto 20px;
    padding-right: 0;
  }
  #mapfre-batteries .module--recycling .inner .section--sep .fw--text {
    font-size: 12rem;
  }
  #mapfre-batteries .module--recycling .inner .text--highlight {
    padding-left: 40px;
  }
  #mapfre-batteries .module--recycling .inner .text--highlight .deco {
    width: 270px;
    top: -120px;
  }
  #mapfre-batteries .module--recycling .inner .text--highlight p {
    font-size: 2.438rem;
    line-height: 2rem;
  }
  #mapfre-batteries .module--recycling .inner .text--highlight p + p {
    font-size: 3.625rem;
  }
  #mapfre-batteries .module--vehicles .inner .deco {
    display: none;
  }
  #mapfre-batteries .module--good-practices .inner {
    padding: 40px 20px;
  }
  #mapfre-batteries .module--good-practices .inner .title {
    margin-top: 0;
  }
  #mapfre-batteries .module--good-practices .inner .title .fw--text {
    font-size: 11rem;
  }
  #mapfre-batteries .module--good-practices .inner .title span {
    font-size: 2.438rem;
    line-height: 2rem;
  }
  #mapfre-batteries .module--good-practices .inner .title span.txt-alignment {
    margin-left: 0;
    margin-top: 10px;
  }
  #mapfre-batteries .module--good-practices .inner .title span strong {
    font-size: 5.125rem;
    line-height: 4.6rem;
  }
  #mapfre-batteries .module--good-practices .inner .wrapper-gp {
    margin-top: 30px;
  }
  #mapfre-batteries .module--good-practices .inner .wrapper-gp .item .info .title {
    font-size: 1.4rem;
    line-height: 1.3rem;
  }
  #mapfre-batteries .module--good-practices .inner .wrapper-gp .item .info p {
    font-size: 1.1rem;
    line-height: 1.4rem;
  }
  #mapfre-batteries .module--profile .inner {
    padding: 40px 20px;
  }
  #mapfre-batteries .module--profile .inner .wrapper-profile .fw--text {
    font-size: 10rem;
  }
  #mapfre-batteries .module--profile .inner .wrapper-profile .image {
    width: 40%;
  }
  #mapfre-batteries .module--profile .inner .wrapper-profile .info {
    width: 60%;
    padding-left: 30px;
  }
  #mapfre-batteries .module--profile .inner .wrapper-profile .info .title {
    font-size: 2.438rem;
    line-height: 2.5rem;
  }
  #mapfre-batteries .module--profile .inner .wrapper-profile .info p {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
}
@media screen and (max-width: 670px) {
  #mapfre-batteries .wrapper .col .txt--highlight {
    position: relative;
    z-index: 1;
  }
  #mapfre-batteries .wrapper .col .txt--highlight strong {
    font-size: 3.625rem;
    line-height: 3.2rem;
  }
  #mapfre-batteries .module--hero .inner {
    padding-top: 180px;
  }
  #mapfre-batteries .module--hero .inner .info {
    left: 20px;
    padding-right: 0;
  }
  #mapfre-batteries .module--hero .inner .info .pretitle {
    font-size: 1.525rem;
    line-height: 1.7rem;
    margin: 0 0 20px 0;
    text-align: left;
  }
  #mapfre-batteries .module--hero .inner .info .title {
    font-size: 2.75rem;
    line-height: 2.6rem;
    text-align: left;
  }
  #mapfre-batteries .module--hero .inner .info .container-lnk-video {
    text-align: left;
    margin-top: 30px;
  }
  #mapfre-batteries .module--hero .inner .wrapper {
    margin-top: 20px;
  }
  #mapfre-batteries .module--hero .inner .wrapper .col p {
    max-width: 480px;
  }
  #mapfre-batteries .module--hero .inner .deco {
    position: absolute;
    right: 0;
    top: 20px;
  }
  #mapfre-batteries .module--list .inner .list {
    padding-left: 0px;
  }
  #mapfre-batteries .module--list .inner .list .deco {
    display: none;
  }
  #mapfre-batteries .module--list .inner .list ul {
    display: block;
  }
  #mapfre-batteries .module--list .inner .list ul li {
    padding-left: 0;
    width: 100%;
    display: flex;
    align-items: flex-start;
    margin-bottom: 0;
  }
  #mapfre-batteries .module--list .inner .list ul li + li {
    margin-top: 40px;
  }
  #mapfre-batteries .module--list .inner .list ul li .info p.data {
    margin-top: 20px;
  }
  #mapfre-batteries .module--mobility .inner {
    padding: 40px 20px;
  }
  #mapfre-batteries .module--mobility .inner .wrapper .col .title span {
    font-size: 1.438rem;
    line-height: 1rem;
  }
  #mapfre-batteries .module--mobility .inner .wrapper .col .title span strong {
    font-size: 3.125rem;
    line-height: 3rem;
  }
  #mapfre-batteries .module--vehicles .inner .deco {
    display: none;
  }
  #mapfre-batteries .module--vehicles .inner .legend {
    display: block;
  }
  #mapfre-batteries .module--vehicles .inner .legend div .image-mb {
    display: block;
    margin-top: 20px;
  }
  #mapfre-batteries .module--vehicles .inner .legend div .image-mb img {
    width: 100%;
    height: auto;
    display: block;
  }
  #mapfre-batteries .module--vehicles .inner .legend div + div {
    margin-top: 70px;
  }
  #mapfre-batteries .module--vehicles .inner .images {
    display: none;
  }
  #mapfre-batteries .module--sale-vehicles .inner .title {
    font-size: 2.438rem;
    line-height: 2rem;
  }
  #mapfre-batteries .module--sale-vehicles .inner .title .fw--text {
    font-size: 10rem;
  }
  #mapfre-batteries .module--sale-vehicles .inner .ve--charts {
    display: block;
    margin-top: 80px;
  }
  #mapfre-batteries .module--sale-vehicles .inner .ve--charts .item {
    width: 100%;
    margin-bottom: 20px;
  }
  #mapfre-batteries .module--sale-vehicles .inner .ve-charts-legend .description {
    font-size: 1rem;
    line-height: 1.3rem;
  }
  #mapfre-batteries .module--batteries .inner .graph {
    height: 640px;
  }
  #mapfre-batteries .module--batteries .inner .wrapper .col .title span strong {
    font-size: 3.125rem;
    line-height: 3.6rem;
  }
  #mapfre-batteries .module--batteries .inner > p {
    padding-left: 0;
  }
  #mapfre-batteries .module--recycling .inner .title span strong {
    font-size: 3.125rem;
    line-height: 2.6rem;
  }
  #mapfre-batteries .module--recycling .inner .section--sep .fw--text {
    font-size: 7rem;
    transform: translateX(0%) translateY(170px);
  }
  #mapfre-batteries .module--recycling .inner .text--highlight {
    padding-left: 0;
    margin-bottom: 50px;
  }
  #mapfre-batteries .module--recycling .inner .text--highlight .deco {
    width: 270px;
    top: -120px;
  }
  #mapfre-batteries .module--recycling .inner .text--highlight p {
    padding-left: 0;
    font-size: 2.438rem;
    line-height: 2rem;
  }
  #mapfre-batteries .module--recycling .inner .text--highlight p + p {
    font-size: 3.625rem;
  }
  #mapfre-batteries .module--recycling .inner .slider {
    margin-top: 120px;
  }
  #mapfre-batteries .module--good-practices .inner .title .fw--text {
    font-size: 10rem;
  }
  #mapfre-batteries .module--good-practices .inner .title span strong {
    font-size: 3.125rem;
    line-height: 2.6rem;
  }
  #mapfre-batteries .module--good-practices .inner .wrapper-gp {
    margin-top: 0;
  }
  #mapfre-batteries .module--good-practices .inner .wrapper-gp .item {
    display: block;
  }
  #mapfre-batteries .module--good-practices .inner .wrapper-gp .item .image {
    width: 100%;
  }
  #mapfre-batteries .module--good-practices .inner .wrapper-gp .item .info {
    width: 100%;
    margin-top: 30px;
  }
  #mapfre-batteries .module--profile .inner {
    padding-top: 80px;
  }
  #mapfre-batteries .module--profile .inner .wrapper-profile {
    display: block;
  }
  #mapfre-batteries .module--profile .inner .wrapper-profile .fw--text {
    font-size: 5rem;
    transform: translateX(0%) translateY(-20px);
  }
  #mapfre-batteries .module--profile .inner .wrapper-profile .image {
    width: 100%;
  }
  #mapfre-batteries .module--profile .inner .wrapper-profile .info {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  #mapfre-batteries .modal .modal-content {
    width: 95%;
  }
}
