/***
Rounded corners reset
***/
/* Reset rounded corners for all elements */
div,
input,
select,
textarea,
span,
img,
table,
label,
td,
th,
p,
a,
button,
ul,
code,
pre,
li {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}

/* except below bootstrap elements */
.img-circle {
  border-radius: 50% !important;
}

.img-rounded {
  border-radius: 6px !important;
}

.relative {
  position: relative;
}

/***
General reset
***/
/* Set default body */
body {
  line-height: 1.5;
  color: #888888;
  font-family: "Raleway", sans-serif;
  padding: 0px !important;
  margin: 0px !important;
  font-size: 16px;
  direction: ltr;
  background-color: #fff;
  font-weight: 300;
  max-width: 1920px;
  margin: 0 auto !important;
  overflow-x: hidden;
  text-align: justify;
}

a {
  cursor: pointer;
}

/*
 Internet Explorer 10 doesn't differentiate device width from viewport width, and thus doesn't 
 properly apply the media queries in Bootstrap's CSS. To address this, 
 you can optionally include the following CSS and JavaScript to work around this problem until Microsoft issues a fix.
*/
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/*
 Internet Explorer 10 doesn't differentiate device width from viewport width, 
 and thus doesn't properly apply the media queries in Bootstrap's CSS. To address this, following CSS code applied 
*/
@-ms-viewport {
  width: auto !important;
}
/* Custom scrollbars for webkit browsers */
::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  background-color: #eaeaea;
  border-left: 1px solid #cecece;
}

::-webkit-scrollbar-thumb {
  background-color: #cecece;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #aaaaaa;
}

::-webkit-scrollbar-track {
  border-radius: 0;
  box-shadow: none;
  border: 0;
}

::-webkit-scrollbar-thumb {
  border-radius: 0;
  box-shadow: none;
  border: 0;
}

/***
General typography
***/
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  color: #333;
}

h1 {
  font-size: 33px;
}

h2 {
  font-size: 27px;
  text-align: left;
  font-weight: 400;
}

h3 {
  font-size: 23px;
  font-weight: 400;
}

h4 {
  font-size: 17px;
}

h5 {
  font-size: 13px;
}

h6 {
  font-size: 12px;
}

/* Headings helper text */
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: #888;
}

/* Block headings */
h1.block,
h2.block,
h3.block,
h4.block,
h5.block,
h6.block {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* Horizontal break */
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eee;
  border-bottom: 0;
}

p {
  text-align: justify;
}

.input-lg {
  height: 50px !important;
  font-size: 18px !important;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 12px 20px;
}

/* Disabled Navigation Link */
.disabled-link .disable-target {
  opacity: 0.5 !important;
  filter: alpha(opacity=50) !important;
}
.disabled-link .disable-target:hover {
  cursor: not-allowed !important;
}
.disabled-link:hover {
  cursor: not-allowed !important;
}

.ecr-pointer {
  cursor: pointer;
}

/***
Utilities
***/

/* General utilities */
.display-none,
.display-hide {
  display: none;
}
.display-block {
  display: block;
}
.hidden {
  display: none !important;
}

.bold {
  font-weight: 700 !important;
}

.thin {
  font-weight: 300 !important;
}

.uppercase {
  text-transform: uppercase !important;
}

.fix-margin {
  margin-left: 0px !important;
}

.border {
  border: 1px solid red;
}

.font-hg {
  font-size: 23px;
}

.font-lg {
  font-size: 18px;
}

.font-md {
  font-size: 14px;
}

.font-sm {
  font-size: 13px;
}

.font-xs {
  font-size: 11px;
}

.inline {
  display: inline;
}

.inline-block {
  display: inline-block;
}

.text-align-reverse {
  text-align: right;
}

/* Margin and padding utilities */
.no-space {
  margin: 0px !important;
  padding: 0px !important;
}

.no-margin {
  margin: 0;
}

.margin-top-10 {
  margin-top: 10px !important;
}

.margin-top-15 {
  margin-top: 15px !important;
}

.margin-top-20 {
  margin-top: 20px !important;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.margin-top-40 {
  margin-top: 40px !important;
}

.margin-top-50 {
  margin-top: 50px !important;
}

.margin-bottom-5 {
  margin-bottom: 5px;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.margin-bottom-15 {
  margin-bottom: 15px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-bottom-25 {
  margin-bottom: 25px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.margin-bottom-40 {
  margin-bottom: 40px !important;
}

.margin-bottom-50 {
  margin-bottom: 50px !important;
}

.margin-right-10 {
  margin-right: 10px !important;
}

/********* Custom Buttom *********/

.btn {
  transition: background 0.4s ease, border-color 0.4s ease, color 0.4s ease;
  animation: 1s ease 0s normal backwards 1 slideUp;
  -webkit-animation: 1s ease 0s normal backwards 1 slideUp;
  -ms-animation: 1s ease 0s normal backwards 1 slideUp;
  font-weight: 300;
}

.btn-danger {
  color: #fff;
  background-color: #e42313;
  border-color: transparent;
}

.btn-danger:hover {
  color: #fff;
  background-color: #d42011;
  border-color: transparent;
}

.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #c71f11;
  border-color: transparent;
}

.ecr-btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 12px 24px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  word-spacing: 4px;
  border-radius: 2px !important;
  transition: background 0.4s ease, border-color 0.4s ease, color 0.4s ease;
  animation: 1s ease 0s normal backwards 1 slideUp;
  -webkit-animation: 1s ease 0s normal backwards 1 slideUp;
  -ms-animation: 1s ease 0s normal backwards 1 slideUp;
  background: transparent;
}

.ecr-btn-small {
  padding: 6px 10px;
  font-size: 12px;
}

/*** RED button ***/
.ecr-btn-red,
.ecr-btn-red:focus {
  color: #e42313;
  border: 1px solid #e42313;
  text-decoration: none !important;
}

.ecr-btn-red-hover {
  color: #ffffff;
  border: 1px solid #e42313;
  background: rgb(228, 35, 19);
}

.ecr-btn-red:hover {
  color: #ffffff;
  border: 1px solid #e42313;
  background: rgb(228, 35, 19);
}

.ecr-btn-red:active {
  color: #ffffff;
  border: 1px solid #c51e10;
  background: #c51e10;
}

/*** BLACK button ***/
.ecr-btn-black {
  color: #000000;
  border: 1px solid #000000;
  text-decoration: none !important;
}

.ecr-btn-black:hover {
  color: #ffffff;
  border: 1px solid #000000;
  background: #000000;
}

.ecr-btn-black:active {
  color: #ffffff;
  border: 1px solid #000000;
  background: #000000;
}

/*** WHITE button ***/
.ecr-btn-white {
  color: #fff;
  border: 1px solid #fff;
  text-decoration: none !important;
}

.ecr-btn-white:hover {
  color: #000;
  border: 1px solid #fff;
  background: #fff;
}

.ecr-btn-white:active {
  color: #000;
  border: 1px solid #fff;
  background: #fff;
}

/*******************************************************************************/
.ecr-complete-header {
  position: relative;
  height: 630px;
  overflow: hidden;
}

.ecr-seccion-localiza-tu-tienda .ecr-complete-header {
  position: relative;
  height: 750px;
}

.ecr-tienda-tmp .ecr-complete-header {
  position: relative;
  height: auto;
}

.ecr-header {
  position: absolute;
  z-index: 9;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: box-shadow;
  width: 100%;
  top: 45px;
}

.ecr-header-top {
  margin: 62px 0 10px;
  overflow: hidden;
}

.ecr-header-top ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ecr-header-top ul li {
  display: inline-block;
  font-size: 16px;
  margin-left: 30px;
}

.ecr-header-top ul li:first-child {
  margin-left: 0;
}

.ecr-header-top ul li i {
  font-size: 20px;
  text-shadow: 0 1px 1px #000;
  -moz-text-shadow: 0 1px 1px #000;
  -webkit-text-shadow: 0 1px 1px #000;
}

.ecr-header-top ul li a {
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  cursor: pointer;
  text-shadow: 0 1px 1px #000;
  -moz-text-shadow: 0 1px 1px #000;
  -webkit-text-shadow: 0 1px 1px #000;
}

.ecr-header-top ul li.current-menu-item a,
.ecr-header-top ul li.current_page_item a {
  color: #c01710;
  font-weight: 400;
}

.ecr-home .ecr-header-logo .ecr-logo img {
  margin-top: 35px;
  height: 71px;
}

.ecr-redes ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.ecr-reset {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ecr-redes ul li {
  display: inline-block;
  margin-left: 18px;
}

.ecr-redes ul li:first-child {
  margin-left: 0;
}

.ecr-redes ul li a {
  color: #fff;
  font-size: 26px;
}

.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.ecr-top-header {
  padding: 15px 0 0 0;
  position: absolute;
  z-index: 10;
  width: 100%;
}

.ecr-menu-top ul li {
  display: inline-block;
  margin-right: 60px;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
}

.ecr-menu-top ul li i {
  color: #c01710;
  font-size: 26px;
  margin-right: 3px;
  text-shadow: 0 1px 1px #000;
  -moz-text-shadow: 0 1px 1px #000;
  -webkit-text-shadow: 0 1px 1px #000;
  position: relative;
  top: 5px;
}

.ecr-menu-top ul li a {
  font-size: 16px;
  color: #fff;
  position: relative;
  top: -5px;
  text-shadow: 0 1px 1px #000;
  -moz-text-shadow: 0 1px 1px #000;
  -webkit-text-shadow: 0 1px 1px #000;
}

.ecr-slider-fade:before,
.flexslider ul li:before {
  content: " ";
  background-color: rgba(0, 0, 0, 0.65);
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  z-index: 5;
}

.ecr-text-info {
  position: absolute;
  z-index: 9;
  width: 100%;
  top: 30%;
  text-transform: uppercase;
}

.ecr-text-with-icon {
  top: 38%;
}

.ecr-text-info h1 {
  margin: 0;
  font-size: 26px;
  text-align: center;
  font-weight: 300;
  color: #fff;
  text-shadow: 0 1px 1px #000;
  -moz-text-shadow: 0 1px 1px #000;
  -webkit-text-shadow: 0 1px 1px #000;
  letter-spacing: 2.5px;
}

.ecr-text-info h1:before {
  content: " ";
  background-color: #ffffff;
  height: 2px;
  width: 100px;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
}

.ecr-text-info h1 span {
  display: block;
  font-size: 50px;
  font-weight: 400;
  margin-bottom: 30px;
  letter-spacing: normal;
  text-transform: none;
}

.ecr-slider-fade {
  width: 100%;
  height: 730px;
}

.ecr-slider,
.ecr-slider-fade {
  position: relative;
  text-transform: uppercase;
}

div.fadeShow-container div.image {
  background-size: cover !important;
  background-position: center top;
}

.ecr-servicios {
  padding-top: 40px;
  padding-bottom: 30px !important;
  background-color: #fff;
}

.ecr-servicios:before {
  content: " ";
  background-color: #e42313;
  height: 2px;
  width: 70px;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
}

.ecr-servicios a.ecr-no-link {
  color: #888;
  text-decoration: none;
}

.ecr-noticias {
  padding: 50px 0;
  background-color: #fff;
}

.ecr-noticias .ecr-noti-item {
  margin-bottom: 30px;
}

.ecr-footer {
  padding: 50px 0 0 0;
  background-color: #333333;
}

.ecr-servicios h3 {
  color: #333333;
  font-size: 26px;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
}

.ecr-img-servicio {
  background-color: #e42313;
  background-repeat: no-repeat;
  border-radius: 100% !important;
  background-position: 50% 50%;
  max-width: 40%;
  margin: 0 auto;
}

.ecr-img-servicio:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.ecr-img-servicio img {
  display: none;
}

.ecr-corporativo-content:before {
  content: " ";
  display: block;
  background-color: #e42313;
  height: 2px;
  width: 70px;
}

.ecr-corporativo-content h5 {
  margin-bottom: 20px;
}

.ecr-block-service {
  position: relative;
  margin: 0 -15px;
  overflow: hidden;
}

.ecr-block-service:before {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.ecr-block-service:hover:before {
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 10;
}

.ecr-block-service img {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.ecr-block-service:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.ecr-block-service .ecr-title-servicio {
  position: absolute;
  z-index: 11;
  top: 50%;
  left: 0;
  right: 0;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  width: 100%;
  height: 100%;
  margin: 0;
  font-weight: 300;
  text-shadow: 0 1px 1px #000;
  -moz-text-shadow: 0 1px 1px #000;
  -webkit-text-shadow: 0 1px 1px #000;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ecr-noticias h2 {
  margin-top: 0;
  margin-bottom: 30px;
}

.ecr-noticias h2:after {
  content: " ";
  background-color: #e42313;
  width: 70px;
  height: 2px;
  display: block;
  margin: 0 auto;
  margin-top: 15px;
}

.ecr-noticias img {
  margin-bottom: 15px;
}

.ecr-noticias h3 a {
  color: #333;
  font-size: 18px;
}

.ecr-img-news {
  height: 315px;
  width: 100%;
  background-size: cover;
  background-position: center center;
}

.ecr-follow ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}

.ecr-follow ul li {
  display: inline-block;
  margin-left: 15px;
  color: #333;
  font-weight: 700;
  text-transform: uppercase;
}

.ecr-follow ul li:firs-child {
  margin-left: 0;
}

.ecr-follow ul li a {
  color: #333;
  font-size: 24px;
}

.ecr-follow ul li a:hover {
  color: #414141;
}

.ecr-footer .ecr-menus-footer h5 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  color: #ee3124;
}

.ecr-footer .ecr-menus-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ecr-footer .ecr-menus-footer a,
.ecr-footer .ecr-menus-footer p {
  color: #fff;
  font-size: 14px;
}

.ecr-footer .ecr-menus-footer ul li {
  margin-bottom: 6px;
}

.ecr-end-footer {
  background-color: #000;
  padding: 10px 0;
}

.ecr-end-footer p {
  margin-top: 12px;
  font-size: 14px;
}
@media (max-width: 600px){
  .ecr-menus-footer p {
    text-align: center;
  }
}

/******* Bloque de #PeoplePossible *********/

.ecr-people-posible {
  background-color: #fff;
  padding: 70px 0 !important;
}

.ecr-people-posible h2 {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 1.5px;
  text-align: center;
  color: #000;
  font-family: "Ubuntu", sans-serif;
}

.ecr-people-posible h2:after {
  content: " ";
  display: block;
  background: url(slash.png) 0 0 no-repeat;
  width: 330px;
  height: 17px;
  background-size: contain;
  margin: 0 auto;
}

.ecr-people-posible p {
  text-align: center;
}

.ecr-body {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
}

.ecr-body h1,
.ecr-body h2,
.ecr-body h3,
.ecr-body h4,
.ecr-body h5,
.ecr-body h6 {
  margin: 0;
  margin-bottom: 30px;
}

.ecr-servicios-intro a {
  display: block;
  width: 100%;
  height: 230px;
  background-size: cover;
  background-position: center center;
}

.ecr-red-line {
  border: 1px solid #e42313;
  width: 70px;
  margin-top: 0;
}

.ecr-white-line {
  border: 1px solid #fff;
  width: 70px;
  margin-top: 0;
}

.ecr-iconos-slider {
  text-align: center;
  margin-top: 60px;
}

.ecr-iconos-slider i {
  color: #fff;
  text-shadow: 0 1px 1px #000;
  -moz-text-shadow: 0 1px 1px #000;
  -webkit-text-shadow: 0 1px 1px #000;
  font-size: 44px;
  margin-bottom: 10px;
}

.ecr-iconos-slider p {
  color: #fff;
  text-shadow: 0 1px 1px #000;
  -moz-text-shadow: 0 1px 1px #000;
  -webkit-text-shadow: 0 1px 1px #000;
  font-weight: 300 !important;
  text-align: center;
}

.ecr-list-soluciones {
  margin-left: -15px;
  margin-right: -15px;
  text-align: center;
}

.ecr-list-soluciones img {
  display: inline-block;
  max-width: 180px;
  width: auto;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 30px;
  max-height: 78px;
}

.ecr-bloque-gris hr {
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

.ecr-bg-gris {
  background-color: #f6f6f7;
  padding-top: 60px;
  padding-bottom: 60px;
}

.ecr-bg-gris p {
  color: #616161;
}

.ecr-bg-white {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.ecr-bg-red {
  background-color: #e42313;
  padding-top: 60px;
  padding-bottom: 60px;
}

.ecr-ebox-detalle img {
  display: block;
  margin: 0 auto;
  max-width: 170px;
}

.ecr-ebox-detalle p {
  margin-bottom: 30px;
}

.ecr-pp-black {
  background-color: #000;
  text-align: center;
}

.ecr-pp-black hr {
  margin: 0 auto;
  margin-top: 0;
  margin-bottom: 50px;
}

.ecr-pp-black p {
  color: #fff;
  font-size: 26px;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.ecr-pp-black h2 {
  color: #fff;
}

.ecr-alerta {
  padding-top: 100px;
  background-color: #fff;
  padding-bottom: 80px;
}

.ecr-alerta p {
  font-size: 18px;
}

.ecr-bloque-seccion {
  padding: 60px 0;
}

.ecr-bloque-seccion hr {
  margin-top: 0;
}

.ecr-franquicias .ecr-complete-header {
  position: relative;
  height: 730px;
}

.ecr-franquicias .ecr-text-info {
  text-align: center;
  top: 45%;
}

.ecr-franquicias .ecr-text-info h1 {
  font-size: 18px;
  letter-spacing: 2px;
  line-height: normal;
}

.ecr-franquicias .ecr-text-info h1 span {
  font-size: 40px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.ecr-franquicias .ecr-slider-fade {
  height: 730px;
}

.ecr-text-info a {
  margin-top: 20px;
}

.ecr-seccion-franquicias .ecr-people-posible {
  background-color: #f6f6f7;
}

.ecr-franquicias .ecr-bg-red {
  text-align: center;
}

.ecr-bg-red h2,
.ecr-bg-red p {
  color: #fff;
  margin-bottom: 30px;
  text-align: center;
}

.slick-dots li button:before {
  font-size: 24px;
}

.ecr-historias-exito h3 {
  margin-bottom: 50px;
}

.ecr-beneficios h3 {
  margin-bottom: 50px;
}

.ecr-beneficios img {
  margin: 0 auto;
  margin-bottom: 30px;
  max-width: 170px;
}

.ecr-beneficios h4 {
  text-align: center;
}

.ecr-beneficios h4 {
  margin-bottom: 20px;
  text-transform: uppercase;
}

.ecr-beneficios p {
  min-height: 150px;
}

.ecr-franquicias .ecr-bg-red p {
  font-size: 18px;
}

.ecr-center-all {
  text-align: center !important;
}
.ecr-center-all p {
  text-align: center !important;
}

.ecr-center-all hr {
  margin: 0 auto;
}

.ecr-serv-franquicias img,
.ecr-mbe-e-exclusivos img {
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
}

input.form-control,
select.form-control {
  height: 42px;
  font-size: 16px;
  background-color: #f8f8f8;
  box-shadow: none;
  border: 1px solid #f1f1f1;
  border-radius: 2px !important;
}

textarea.form-control {
  height: 100px;
  font-size: 16px;
  background-color: #f8f8f8;
  box-shadow: none;
  border: 1px solid #f1f1f1;
  border-radius: 2px !important;
}

div.wpcf7-response-output {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
  margin: 0;
  margin-top: 20px;
}

.ecr-seccion-servicios .ecr-body {
  padding-top: 35px;
  padding-bottom: 25px;
}
.ecr-seccion-servicios .ecr-body p{
  text-align: center;
  font-size: 1.5em;
}
@media (max-width: 600px) {
  .ecr-seccion-servicios .ecr-body p{
    font-size: 1.4em;
  }
}
.ecr-seccion-solicita-mas-informacion-sobre-las-franquicias .ecr-body a {
  border-bottom: 2px solid #e42413;
  text-decoration: none;
  color: #333;
}

.ecr-seccion-contactanos .nombre:before {
  content: "\f2c0";
  font-family: FontAwesome;
  color: #cbcbcb;
  position: absolute;
  z-index: 10;
  top: 10px;
  left: 15px;
}

.ecr-seccion-contactanos .nombre .form-control {
  padding-left: 40px;
}

.ecr-seccion-contactanos .email:before {
  content: "\f003";
  font-family: FontAwesome;
  color: #cbcbcb;
  position: absolute;
  z-index: 10;
  top: 10px;
  left: 15px;
}

.ecr-seccion-contactanos .email .form-control {
  padding-left: 40px;
}

.ecr-seccion-contactanos .mensaje:before {
  content: "\f0e6";
  font-family: FontAwesome;
  color: #cbcbcb;
  position: absolute;
  z-index: 10;
  top: 10px;
  left: 15px;
}

.ecr-seccion-contactanos .mensaje .form-control {
  padding-left: 40px;
  padding-top: 10px;
}

.ecr-seccion-contactanos .your-message .form-control {
  padding-left: 40px;
  padding-top: 10px;
}

.ecr-menus-footer .current-menu-item a,
.ecr-menus-footer .current_page_item a {
  color: #ee3124;
}

.pagination > li > a,
.pagination > li > span {
  color: #e42313;
  padding: 10px 16px;
  font-weight: normal;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #e42313;
  border-color: #e42313;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #d22011;
}

.ecr-telefono {
  font-size: 16px !important;
}

.ecr-set-height-all-content {
  overflow: hidden;
}

.ecr-bloques-grid h1,
.ecr-bloques-grid h2,
.ecr-bloques-grid h2 {
  margin-top: 0;
}

.ecr-bloques-grid {
  padding-bottom: 30px;
}

.ecr-bloques-grid .ecr-bloque-item {
  margin-bottom: 30px;
}

/*.ecr-item-about-mbe img {
    margin-top: 30px;
}*/

.ecr-first-line {
  margin: 0;
  margin-top: 0;
  margin-bottom: 40px;
}

.ecr-seccion-preguntas-frecuentes .ecr-body h3{
  margin-top: 30px;
}
.ecr-seccion-preguntas-frecuentes a {
  color: #333;
}

/****** MENU FIXED ********/

.ecr-menu-fixed {
  position: fixed;
  left: 0;
  top: -200px;
  width: 100%;
  z-index: 100;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

.ecr-menu-fixed.ecr-active {
  top: 0;
  opacity: 1;
}

.ecr-menu-fixed .ecr-header {
  background-color: #000;
  position: static;
  max-width: 1920px;
  margin: 0 auto;
}

.ecr-menu-fixed .ecr-header-logo .ecr-logo img {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.ecr-menu-fixed .ecr-header-top {
  margin: 0;
  overflow: hidden;
  margin-top: 34.5px;
}

.ecr-content-buscar {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  visibility: hidden;
  text-align: center;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: auto;
}

.ecr-content-buscar-show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.ecr-content-buscar .middle-div {
  width: 100%;
  height: 100%;
  max-width: 1920px;
  display: table;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  background-color: #333;
  padding-bottom: 16px;
}

.ecr-content-buscar .ecr-cerrar-bucador {
  width: 50px;
  height: 50px;
  display: inline-block;
  line-height: 48px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
  position: absolute;
  right: 25px;
  top: 25px;
  z-index: 999;
}

.ecr-content-buscar .ecr-cerrar-bucador i {
  vertical-align: baseline;
}

.autocomplete-suggestions {
  border: 1px solid #999;
  background: #fefefe;
  overflow: auto;
  position: static !important;
  width: auto !important;
  text-align: left;
  max-height: 450px !important;
}
.autocomplete-suggestion {
  padding: 10px 5px 10px 5px;
  border-bottom: 1px dashed #ccc;
}
.autocomplete-suggestion a {
  font-weight: normal;
  margin-bottom: 8px;
  color: #e42313;
}

.autocomplete-suggestion p {
  font-size: 14px;
  margin-top: 15px;
  color: #333;
}
.autocomplete-selected {
  background: #f0f0f0;
}
.autocomplete-suggestions strong {
  font-weight: bold;
  background-color: #ffdb1f;
}
.autocomplete-group {
  padding: 2px 5px;
}
.autocomplete-group strong {
  display: block;
  border-bottom: 1px solid #000;
}

body.ecr-modal {
  padding-right: 15px !important;
  overflow: hidden !important;
}

.ecr-content-ser {
  margin-top: 80px;
}

.ecr-content-ser h2 {
  color: #fff;
  font-size: 44px;
  margin-bottom: 40px;
  margin-top: 0;
  text-align: center;
}

.ecr-red {
  color: #e42313;
}

.flexslider {
  height: 730px;
}

.flexslider ul li {
  height: 730px;
}

.ecr-slider.flexslider.loading:after {
  content: " ";
  position: absolute;
  width: 30px;
  height: 30px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 50%;
  border: 8px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  box-shadow: 0 0 25px 2px #eee;
  -webkit-animation: fa-spin 1s linear infinite;
  -moz-animation: fa-spin 1s linear infinite;
  -ms-animation: fa-spin 1s linear infinite;
  -o-animation: fa-spin 1s linear infinite;
  animation: fa-spin 1s linear infinite;
  z-index: 19;
}

.flexslider .ecr-reset-ul li {
  background-size: cover !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat;
  background-color: #231f20;
}

.ecr-seccion-crecimiento-de-la-familia-mbe h3 {
  margin-bottom: 30px;
}

.loading-general {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 99999;
}
.loading-general .loader-inner {
  position: fixed;
  top: 45%;
  width: 70px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.loading-general .loader-texto {
  position: fixed;
  top: 50%;
  margin-left: 0;
  margin-right: 0;
  left: 0;
  right: 0;
}
.loading-general .loader-texto p {
  font-size: 25px;
  text-align: center;
  color: #fff;
}
@-webkit-keyframes scale {
  0%,
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  45% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0.7;
  }
}
@keyframes scale {
  0%,
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  45% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0.7;
  }
}
.ball-pulse > div:nth-child(1) {
  -webkit-animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.ball-pulse > div:nth-child(2) {
  -webkit-animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.ball-pulse > div:nth-child(3) {
  -webkit-animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.ball-pulse > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
}

label.error {
  color: #e42313;
  font-size: 14px;
  font-weight: 300;
}

.ecr-loading-spin {
  color: #000;
  position: absolute;
  top: 34px;
  right: 16px;
}

.simple-locator-form {
  overflow: hidden;
}

.gmnoprint .gm-style-mtc {
  display: none;
}

.ecr-seccion-localiza-tu-tienda .ecr-header {
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
  padding-top: 50px;
  padding-bottom: 60px;
  top: 0;
}

.ecr-seccion-localiza-tu-tienda .ecr-header-logo .ecr-logo img {
  margin-top: 0;
}

.ecr-seccion-localiza-tu-tienda .form-control {
  background-color: #fff;
}

.ecr-mapa-buscar {
  margin-top: 10px;
}

.gm-style-iw {
  color: #333;
  font-size: 14px !important;
}

.loc-name, .loc-name a {
  color: #e42313;
  font-weight: 400;
}
.loc-name a:focus{
  /* al seleccionar el pin de una tienda, se activa el focus del link,
  lo siguiente desactiva unicamente el borde,
  pero se deja el subrayado (text-decoration) para que el usuario sepa que
  el titulo es un link */
  outline: none;
}

.ecr-content-service p {
  min-height: 70px;
  max-width: 200px;
  margin-left: 37px;
}

.ecr-serv-franquicias strong {
  margin: 0;
  margin-top: 30px;
  display: block;
  margin-bottom: 30px;
}

.ecr-seccion-about-mbe .ecr-align-text {
  min-height: 135px;
}

.ecr-mbe-e-exclusivos h2 {
  margin-bottom: 30px;
}

#ecr-menu-slide {
  background: #e42813;
  display: block;
  height: 100%;
  overflow: auto;
  position: fixed;
  right: -320px;
  font-size: 15px;
  top: 0;
  width: 320px;
  z-index: 2000;
  padding-left: 15px;
  -webkit-transition: right 0.3s ease-in-out 0s;
  -moz-transition: right 0.3s ease-in-out 0s;
  -o-transition: right 0.3s ease-in-out 0s;
  transition: right 0.3s ease-in-out 0s;
}

#ecr-menu-slide ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#ecr-menu-slide ul li {
  font-size: 17px;
  color: #fff;
}
#ecr-menu-slide ul li a {
  font-size: 17px;
  color: #fff;
  position: relative;
}
#ecr-menu-slide ul li#menu-item-243,
#ecr-menu-slide ul li#menu-item-318 {
  display: none;
}
#ecr-menu-slide ul li.menu-item-243,
#ecr-menu-slide ul li.menu-item-318 {
  display: none;
}

.slideout-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 285px;
  min-height: 100vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 0;
  display: none;
}
.slideout-menu-left {
  left: 0;
}
.slideout-menu-right {
  right: 0;
}
.slideout-panel {
  position: relative;
  z-index: 1;
  will-change: transform;
  min-height: 100vh;
  background-color: #f6f6f7;
}
.slideout-open .slideout-menu {
  display: block !important;
}
.ecr-toggle-menu:active,
.ecr-toggle-menu:focus {
  text-decoration: none;
}
.ecr-close-nenu {
  margin-bottom: 30px;
  margin-top: 20px;
  font-size: 16px;
  text-transform: uppercase;
}
.ecr-close-nenu a {
  color: #fff;
}
.ecr-close-nenu a i {
  font-size: 24px;
  margin-right: 4px;
}
#ecr-menu-nav {
  background-color: transparent;
  height: 420px;
}
#ecr-menu-nav ul li {
  margin-bottom: 10px;
  line-height: inherit;
}
#ecr-menu-nav a {
  margin: 0;
  padding: 0;
  display: block;
  padding-right: 15px;
}
#ecr-menu-nav a:hover {
  background-color: transparent;
}

.ecr-mob-menu li i {
  color: #c01710;
  font-size: 18px;
  margin-right: 8px;
}

.ecr-menu-header-only-xs .ecr-redes {
  float: none !important;
}

.ecr-menu-header-only-xs i {
  font-size: 22px;
}

.ecr-menu-header-only-xs hr {
  margin-right: 16px;
}

.ecr-menu-header-only-xs #menu-header-menu i {
  margin-right: 4px;
}

.ecr-servicios .ecr-content-service {
  margin-bottom: 30px;
}

.grid-sizer {
  display: none;
}

.ecr-menu-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1998;
  display: none;
}

.ecr-store-item {
  color: #fff;
  text-shadow: 0 1px 1px #000;
  -moz-text-shadow: 0 1px 1px #000;
  -webkit-text-shadow: 0 1px 1px #000;
  text-align: center;
  text-transform: none;
  font-size: 16px;
}

.ecr-store-item p {
  text-align: center;
}

.ecr-store-item p i {
  color: #c01710;
  font-size: 20px;
  margin-right: 8px;
  text-shadow: 0 1px 1px #000;
  -moz-text-shadow: 0 1px 1px #000;
  -webkit-text-shadow: 0 1px 1px #000;
}

.ecr-tienda-tmp .ecr-text-info {
  top: 30%;
}

.ecr-slide-carrusel p {
  font-size: 18px;
  margin-bottom: 20px;
}

.ecr-body ul {
  text-align: justify;
}

.ecr-read-more {
  color: #000;
  font-size: 14px;
  text-decoration: underline;
}

.ecr-text-22 {
  font-size: 22px;
}
.close {
  font-size: 50px;
  line-height: 20px;
}

#ecr-mapa-ubucacion {
  height: 380px;
  border-radius: 6px;
}

@media screen and (max-width: 1199px) {
  .hidden-mobile {
    display: none;
  }

  .show-mobile {
    display: block;
  }

  .grid-sizer {
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  .ecr-text-info,
  .ecr-franquicias .ecr-text-info {
    top: 32%;
  }

  .flexslider,
  .ecr-complete-header,
  .ecr-slider,
  .ecr-slider-fade,
  .ecr-franquicias .ecr-complete-header {
    height: 640px;
  }

  .ecr-content-ser h2 {
    font-size: 30px;
  }

  .ecr-text-info-exterior {
    top: 25%;
  }

  .ecr-seccion-about-mbe .ecr-align-text {
    min-height: auto;
  }

  .ecr-franquicias .ecr-text-info h1 span {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .ecr-franquicias .ecr-text-info h1 {
    font-size: 14px;
    max-width: 800px;
    margin: 0 auto;
  }

  .ecr-menu-top ul li {
    margin-right: 30px;
  }

  .ecr-content-service p {
    max-width: 185px;
    margin: 0 auto;
  }

  .ecr-img-servicio {
    max-width: 50%;
  }
}

@media screen and (max-width: 992px) {
  .ecr-tienda-tmp .ecr-text-info {
    top: 23%;
  }

  .ecr-menu-top .ecr-menu-store,
  .ecr-menu-top .ecr-menu-tel {
    display: none;
  }

  .ecr-img-news {
    height: 200px;
  }

  .ecr-img-servicio {
    max-width: 30%;
  }
}

@media screen and (max-width: 768px) {
  .ecr-text-info,
  .ecr-franquicias .ecr-text-info {
    top: 26%;
  }

  .ecr-text-info-exterior,
  .ecr-franquicias .ecr-text-info-exterior {
    top: 30%;
  }

  .ecr-text-info h1,
  .ecr-franquicias .ecr-text-info h1 {
    font-size: 18px;
  }

  .ecr-text-info h1 span,
  .ecr-franquicias .ecr-text-info h1 span {
    font-size: 34px;
    margin-bottom: 20px;
  }

  .ecr-franquicias .ecr-text-info h1 {
    font-size: 14px;
    max-width: 500px;
    margin: 0 auto;
  }

  .ecr-franquicias .ecr-text-info h1 span {
    font-size: 20px;
  }

  .flexslider,
  .ecr-complete-header,
  .ecr-slider,
  .ecr-slider-fade,
  .ecr-franquicias .ecr-complete-header {
    height: 580px;
  }

  .ecr-iconos-slider {
    margin-top: 34px;
  }

  .ecr-iconos-slider i {
    font-size: 34px;
  }

  .ecr-iconos-slider p {
    font-size: 14px;
  }

  .ecr-btn {
    padding: 10px 22px;
  }

  .ecr-content-ser h2 {
    font-size: 26px;
  }

  .ecr-content-buscar .ecr-cerrar-bucador {
    width: 45px;
    height: 45px;
    line-height: 42px;
  }

  .ecr-bg-gris {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .ecr-bg-white {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .ecr-body {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .ecr-menu-top .menu-item-619 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .ecr-header {
    top: 16px;
  }

  .ecr-home .ecr-header-logo .ecr-logo img {
    margin-top: 0;
  }

  .ecr-header-top {
    margin: 0;
    margin-top: 28px;
  }

  .ecr-corporativo img {
    margin-top: 30px;
  }

  .ecr-footer {
    text-align: center;
  }

  .ecr-footer img {
    margin: 0 auto;
  }

  .ecr-footer .ecr-menus-footer .col-sm-2 {
    margin-bottom: 30px;
  }

  .ecr-end-footer {
    text-align: center;
  }

  .ecr-end-footer .ecr-redes {
    float: none !important;
    margin: 0 auto;
  }

  .ecr-content-ser {
    margin-top: 115px;
  }

  .ecr-seccion-servicios .ecr-bloque-seccion.ecr-bg-gris img,
  .ecr-seccion-la-franquicia .ecr-serv-franquicias.ecr-bg-white img {
    margin-top: 30px;
  }
  .ecr-seccion-servicios .ecr-bloque-seccion.ecr-bg-white img,
  .ecr-seccion-la-franquicia .ecr-serv-franquicias.ecr-bg-gris img {
    margin-bottom: 30px;
  }

  .ecr-first-block {
    margin-bottom: 60px;
  }

  .ecr-first-block-30 {
    margin-bottom: 30px;
  }

  .ecr-content-service p {
    min-height: auto;
  }

  .ecr-pp-black hr {
    margin-bottom: 40px;
  }

  .ecr-pp-black p {
    margin-bottom: 40px;
  }

  .ecr-item-about-mbe img {
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .ecr-item-about-mbe {
    text-align: center;
  }

  .ecr-item-about-mbe .ecr-ab-ittm {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 30px;
  }

  .ecr-store-item p {
    margin-bottom: 5px;
  }

  .ecr-store-item {
    font-size: 14px;
  }

  .ecr-store-item p i {
    font-size: 14px;
  }

  .ecr-img-news {
    height: 315px;
  }

  .ecr-img-servicio {
    max-width: 15%;
  }
}

@media screen and (max-width: 600px) {
  .ecr-text-info,
  .ecr-franquicias .ecr-text-info {
    top: 20%;
  }

  .ecr-text-info-exterior,
  .ecr-franquicias .ecr-text-info-exterior {
    top: 30%;
  }

  .ecr-text-info h1,
  .ecr-franquicias .ecr-text-info h1 {
    font-size: 13px;
    max-width: 370px;
    margin: 0 auto;
    line-height: normal;
  }

  .ecr-text-info h1 span,
  .ecr-franquicias .ecr-text-info h1 span {
    font-size: 30px;
    margin-bottom: 15px;
  }

  .ecr-iconos-slider i {
    font-size: 28px;
  }

  .ecr-iconos-slider p {
    font-size: 12px;
  }

  .flexslider,
  .ecr-complete-header,
  .ecr-slider,
  .ecr-slider-fade,
  .ecr-franquicias .ecr-complete-header {
    height: 520px;
  }

  .ecr-btn {
    padding: 8px 16px;
    margin-top: 35px;
    font-size: 12px;
  }

  .ecr-people-posible h2 {
    font-size: 30px;
  }

  .ecr-people-posible h2:after {
    width: 270px;
  }

  .ecr-people-posible {
    padding: 30px 0 !important;
  }

  .ecr-pp-black p {
    font-size: 18px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 20px;
  }

  .ecr-tienda-tmp .ecr-text-info {
    top: 19%;
  }

  .ecr-img-servicio {
    max-width: 25%;
  }
}

@media screen and (max-width: 460px) {
  .flexslider,
  .ecr-complete-header,
  .ecr-slider,
  .ecr-slider-fade,
  .ecr-franquicias .ecr-complete-header {
    height: 520px;
  }
  .ecr-header-top {
    margin-top: 16px;
  }

  .ecr-header-top ul li a span {
    display: none;
  }

  .ecr-header-top ul li a i {
    margin: 0;
    font-size: 26px;
  }

  .ecr-menu-fixed .ecr-header-top {
    margin-top: 26px;
  }

  .ecr-text-info h1:before,
  .ecr-franquicias .ecr-text-info h1:before {
    width: 70px;
    margin-bottom: 20px;
  }

  .ecr-text-info,
  .ecr-franquicias .ecr-text-info {
    top: 16%;
  }

  .ecr-text-info-exterior,
  .ecr-franquicias .ecr-text-info-exterior {
    top: 20%;
  }

  .ecr-text-info h1 span,
  .ecr-franquicias .ecr-text-info h1 span {
    font-size: 20px;
  }

  .ecr-text-info h1,
  .ecr-franquicias .ecr-text-info h1 {
    font-size: 12px;
    max-width: 300px;
    max-height: 178px;
    overflow: hidden;
  }

  .ecr-iconos-slider i {
    font-size: 24px;
  }

  .ecr-iconos-slider p {
    font-size: 10px;
  }

  .ecr-iconos-slider {
    margin-top: 25px;
  }

  .flex-direction-nav a {
    display: none !important;
  }

  .ecr-pp-black p {
    font-size: 16px;
  }

  .ecr-text-info a {
    margin-top: 5px;
  }

  .ecr-img-servicio {
    max-width: 35%;
  }
}

.ecr-all-couriers {
  display: flex;
  min-height: 200px;
  background-color: #000000;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  text-align: center;
  padding: 36px;
}
.ecr-all-couriers h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.2em;
  line-height: 32px;
}
.ecr-all-couriers .ecr-white-line {
  margin: 20px auto 0 auto;
}
.ecr-all-couriers .all-couriers-logos {
  margin: auto;
  max-width: 900px;
  width: 80%;
}
.ecr-all-couriers .all-couriers-logos img {
  width: 100%;
}
.advertising-campaign-franchise-container {
  padding: 16px;
  display: flex;
  flex-direction: column;
}
.advertising-campaign-franchise-container
  .advertising-campaign-franchise-contact {
  position: relative;
  min-height: 80px;
}
.advertising-campaign-franchise-container
  .advertising-campaign-franchise-contact
  i {
  position: absolute;
  color: red;
  font-size: 36px;
  left: 0;
  top: 8px;
}
.advertising-campaign-franchise-container
  .advertising-campaign-franchise-contact
  p {
  margin-left: 48px;
}
.wpcf7-response-output {
    background-color: transparent!important;
    border: none!important;
}
/* Landing page para franquicias > Modal Gracias */
#modal-thank-you .modal-dialog {
  margin-top: 20vh;
}
#modal-thank-you .modal-content {
  border: 0;
  background-color: #000;
  color: #fff;
  font-family: Montserrat;
}
#modal-thank-you .modal-body {
  padding: 0;
  padding-bottom: 3em;
  opacity: 1;
  color: #fff;
}
#modal-thank-you .modal-body button.close {
  padding: 0.3em;
  opacity: 1;
  color: #fff;
}
.lp-fi-modal__fact, .lp-fi-modal__thanks {
  text-align: center;
}
.lp-fi-modal__fact {
  font-size: 1.6em;
  font-weight: 400;
  margin: 0.8em 0;
}
.lp-fi-modal__fact-highlight {
  font-size: 1.6em;
  font-weight: 700;
}
.lp-fi-modal__logo {
  width: 11%;
  height: auto;
  overflow: auto;
  margin-left: 4%;
}
.lp-fi-modal__thanks {
  background-color: #595959;
  font-size: 0.8em;
  padding: 1.5em 0;
}
@media (max-width: 600px) {
  #modal-thank-you .modal-dialog{
    margin-top: 18vw;
  }
  .lp-fi-modal__logo {
    width: 18%;
  }
} 
/* home / soluciones mbe */
.solutions {
  background-color: #ff0000;
  min-height: 400px;
  width: 100%;
  min-width: 320px;
  padding: 32px;
}
.solutions--dark{
  background: linear-gradient(
    90deg,
    #999 0%,
    #444 100%
  );
}
.solutions__header {
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;color: white;padding-bottom: 32px;
}
.solutions__header span {
  color: black;
}
.solutions__container {
  font-family: "Montserrat", sans-serif;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  justify-items: center;
}
.solution {
  width: 172px;
  height: 320px;
  text-align: center;
  margin: 8px;
}
.solution a{
  text-decoration: none;
}
.solution__photo {
  width: 100%;
}
.solution__logo {
  margin: 18px auto 4px auto;
  height: 56px;
}
.solution__text {
  color: white;
  font-size: 10px;
  padding: 0px 8px;
  font-weight: 400;
  text-align: center;
}

/* Soluciones MBE (version Franquicias) */
.solutions .franquicias-cta{
  font-size: 1.2em;
  float: none;
  margin: 2em auto;
  margin-bottom: 1em;
}
@media (min-width: 1200px){
  .solutions--franchise .solution::after {
    content: "";
    height: 110px;
    width: 0.15em;
    display: block;
    background: #fff;
    position: absolute;
    right: -22%;
    bottom: 0.3em;
  }
}
@media (min-width: 992px){
  .solutions.solutions--franchise {
    padding: 64px 32px;
    padding-bottom: 0;
  }
  .solutions--franchise .solution{
    position: relative;
  }
  .solutions--franchise .solution:last-child:after{
    display: none
  }
  .solutions--franchise .solution__text {
    font-size: 13px;
    padding: 0 7px;
    margin-top: 1em;
  }
}
@media (max-width: 768px){
  .solutions {
    padding: 2vw;
  }
  .solutions .container{
    width: 100%;
  }
  .solutions__container {
    justify-content: space-around;
  }
}
@media (max-width: 600px){
  .solutions__header {
    font-size: 9.5vw;
    text-align: center;
    padding-bottom: 10px;
  }
  .solutions{
    padding: 5vh 2vw;
  }
  .solution,
  .solution__photo {
    width: 100%;
    height: auto;
    overflow: auto;
  }
  .solution__photo{
    width: 47%;
    float: left;
    margin-bottom: 40px;
  }
  .solution:nth-child(odd) .solution__photo{
    margin-right: 6%;
  }
  .solution:nth-child(even) .solution__photo{
    float: right;
    margin-left: 6%;
  }
  .solution__logo {
    height: 45px;
    margin-top: 0px;
    margin-bottom: 15px;
  }
  .solution__text {
    font-size: 3.6vw;
  }
}


/* home / por que elegir mbe */
.choose {
  background-color: #fff;
  min-height: 400px;
  width: 100%;
  min-width: 320px;
}
.choose .container{
  padding: 0;
}
.choose__container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row;
}
.choose__options {
  font-family: "Montserrat", sans-serif;
  width: 50%;
  padding: 32px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.choose__option {
  width: 30%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 260px;
}
.choose__option img {
  margin: 0 auto;
  width: 100px;
  margin-bottom: 16px;
}
.choose__option p {
  color: black;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
.choose__banner {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 0;
}
.choose__banner img:first-child {
  width: 100%;
  max-width: 600px;
  margin-bottom: 56px;
}
.choose__banner img:last-child {
  width: 100%;
  max-width: 360px;
  flex-wrap: wrap;
}
@media (max-width: 1500px){
  .choose .container{
    width: 100%;
  }
}
@media (max-width: 768px){
  .choose__container {
    flex-direction: column-reverse;
  }
  .choose__banner {
    width: 100%;
  }
  .choose__banner-title{
    max-width: none !important;
  }
  .choose__banner-photo{
    display: none;
  }
  .choose__options{
    width: 100%;
    padding: 0 30px;
  }
  .choose__option {
    height: 375px;
  }
  .choose__option img{
    width: 145px;
  }
  .choose__option p {
    font-size: 18px;
  }
}
@media (max-width: 600px){
  .choose__options{
    padding: 0;
  }
  .choose__option {
    width: 50%;
    height: 350px;
    padding: 0 8px;
  }
  .choose__option p {
    font-size: 16px;
  }
}


/* home / plataforma mbe shipping */
.mbeship-platform {
  width: 100%;
  position: relative;
  background-color: #fff;
  font-family: "Montserrat", sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 1.42;
  overflow: auto;
  height: auto;
  padding-bottom: 2vh;
}
.mbeship-platform__background--left{
  width:20%;
  display: inline-block;
}
.mbeship-platform__background--left img{
  width: 85%;
  max-width: 245px;
  float: right;
}
.mbeship-platform__background--center{
  width: 25%;
  display: inline-block;
  float: right;
}
.mbeship-platform__background--center img{
  width: 30%;
  max-width: 110px;
}
.mbeship-platform__background--right{
  width: 3.5em;
  position: absolute;
  top: 8vh;
  right: 0px;
}
.mbeship-platform__background--right img{
  width: 100%;
}
.mbeship-platform__title{
  font-weight: 700;
  color: #ff0000;
  text-align: center;
  text-transform: uppercase;
  font-size: 4em;
  display: block;
}
.mbeship-platform__title strong{
  color: #000;
  text-transform: none;
}
.mbeship-platform__properties{
  width: 80%;
  max-width: 1200px;
  margin: auto;
}
.mbeship-platform__property {
  width: 20%;
  height: 22.5em;
  display: block;
  float: left;
}
.mbeship-platform__property img{
  width: 100%;
}
.mbeship-platform__property figcaption{
  text-transform: uppercase;
  text-align: center;
  padding-left: 42px;
  font-weight: 700;
}
.mbeship-platform__more-link-container {
  height: auto;
  overflow: auto;
  margin-bottom: 50px;
}
.mbeship-platform__integrations {
  font-size: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  height: auto;
  overflow: hidden;
  width: 100%;
  margin: 10px 0 20px 0;
}
.mbeship-platform__integrations p {
  text-align: center;
}
.mbeship-platform__integrations img{
  width: 10%;
  margin: 6px;
}
@media (min-width: 1500px){
  .mbeship-platform__background--left{
    width: 50%;
  }
  .mbeship-platform__background--left img{
    margin-right: 460px;
  }
  .mbeship-platform__background--center{
    width: 50%;
  }
  .mbeship-platform__background--center img{
    margin-left: 370px;
  }
  .mbeship-platform__background--right{
    top: 11vh;
    right: 15%;
  }
}
@media (max-width: 1200px){
  .mbeship-platform__background--right{
    width: 3em;
    top: 6vh;
  }
  .mbeship-platform__title{
    font-size: 3em;
  }
  .mbeship-platform__property{
    height: 19em;
  }
  .mbeship-platform__property figcaption{
    padding-left: 34px;
  }
}
@media (max-width: 768px){
  .mbeship-platform__background--right{
    width: 3em;
    top: 4vh;
  }
  .mbeship-platform__title{
    font-size: 2.5em;
  }
  .mbeship-platform__property{
    height: 16em;
  }
  .mbeship-platform__property figcaption{
    padding-left: 0;
  }
  .mbeship-platform__integrations img{
    width: 13%;
    margin: 4px;
  }
}
@media (max-width: 600px){
  .mbeship-platform {
    padding-top: 2vh;
  }
  .mbeship-platform__background {
    display: none;
  }
  .mbeship-platform__title{
    font-size: 2.8em;
  }
  .mbeship-platform__properties{
    width: 90%;
  }
  .mbeship-platform__property{
    width: 50%;
    height: 19em;
  }
  .mbeship-platform__integrations {
    margin: 5px 0 0 0;
  }
  .mbeship-platform__integrations img{
    width: 16%;
    margin: 2px;
  }
}

/* carrusel de logos en home > la marca mbe | quienes somos */
.marquee-wrapper{
  margin-bottom: 20px;
  margin-top: -40px;
}

.marquee {
  overflow: hidden;
}
.marquee-item img {
  display: block;
  width: 100%;
  
  /* centrar verticalmente los logos
  ** https://stackoverflow.com/questions/396145/how-can-i-vertically-center-a-div-element-for-all-browsers-using-css
  */
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.marquee-content {
  display: flex;
  animation: scrolling 10s linear infinite;
}
.marquee-item {
  flex: 0 0 48vw;
  margin: 0 1vw;
}
@keyframes scrolling {
  0% {transform: translateX(0);}
  100% {transform: translatex(-400vw);}
}

@media (min-width: 768px) {
  .marquee-content {
    animation: scrolling 15s linear infinite;
  }
  .marquee-item {
    flex: 0 0 23vw;
  }
  @keyframes scrolling {
    100% {transform: translatex(-200vw);}
  }
}
@media (max-width: 600px){
  .marquee-wrapper{
    margin-top: 0;
  }
}
@media (min-width: 1500px) {
  .marquee-wrapper {
    width: 1170px;
    margin: auto;
    margin-bottom: 20px;
    margin-top: -40px;
  }
  .marquee-item {
    flex: 0 0 7vw;
  }
  @keyframes scrolling {
    100% {transform: translatex(-72vw);}
  }
}

/* header */
.mbe-header {
  width: 100%;
  height: auto;
  overflow: auto;
  background-color: #eaeaea;
  font-family: "Montserrat", sans-serif;
  line-height: 1.42857143;
}
.mbe-header__main-menu {
  display: block;
  height: auto;
  overflow: auto;
  width: 100%;
  max-width: 1500px;
  text-align: right;
  margin: auto;
  padding-right: 2vw;
  position: relative;
}
.mbe-header__main-menu nav {
  display: inline-block;
  height: 100%;
  padding: 2vw;
  font-weight: 700;
}
.mbe-header__main-menu,
.mbe-header__hero span,
.mbe-header__hero h2 {
  text-transform: uppercase;
}
.mbe-header__main-menu nav a {
  padding: 10px 4px;
  font-size: 16px;
  display: inline-block;
  margin-left: -4px; /* https://stackoverflow.com/questions/8807203/remove-space-between-links-with-css */
}
.mbe-header__main-menu nav a,
.mbe-header__main-menu nav a:link
.mbe-header__main-menu nav a:visited
.mbe-header__main-menu nav a:hover
.mbe-header__main-menu nav a:active
.mbe-header__main-menu nav a:focus {
  color: black;
  text-decoration: none;
}
.mbe-header__main-menu .fa{
  color: red;
}
.mbe-header__main-menu nav a[aria-current=page] {
  padding: 10px 16px;
  background-color: #000;
  color: #fff;
}
.mbe-header__logo{
  width: 140px;
  float: right;
}
.mbe-header__logo img{
  width: 100%;
}

.mbe-header__aside-menu {
  color: #fff;
  position: absolute;
  left: 0px;
  top: 40px;
  width: 40px;
  height: auto;
  background-color: #f00;
  border-radius: 0 20px 20px 0;
  padding: 8px 0;
}
.mbe-header__aside-menu a{
  display: block;
  margin-left: -2px;
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 20px;
}
.mbe-header__aside-menu .fa{
  color: #fff;
}
.mbe-header__x-icon {
  width: 0.8em;
  height: 0.8em;
}
.ecr-menu-header-only-xs .mbe-header__x-icon {
  width: 20px;
  height: 20px;
  position: absolute;
  left: -13px;
  top: -7px;
}

.mbe-header__hero {
  width: 100%;
  background: linear-gradient(
    to bottom,
    #eaeaea 0%,
    #eaeaea 15%,
    #000 15%,
    #000 85%,
    #eaeaea 85%,
    #eaeaea 100%
  );
  height: 400px;
  text-align: left;
}
.mbe-header__photo-container {
  width: 40%;
  height: 100%;
  float: left;
  position: relative;
}
.mbe-header__photo {
  width: 350px;
  height: 350px;
  border-radius: 50% !important;
  float: right;
  margin-top: 25px;
  position: relative;
  z-index: 2;
}
.mbe-header__mobile-menu-icon{
  display: none;
}
.mbe-header__titles {
  width: 60%;
  float: left;
  font-weight: 700;
  color: #000;
}
.mbe-header__main-title,
.mbe-header__bottom-title {
  color: #fff;
}
.mbe-header__main-title h1,
.mbe-header__bottom-title h2{
  color: #fff;
}
.mbe-header__top-title strong,
.mbe-header__main-title strong,
.mbe-header__bottom-title strong {
  color: #f00;
}
.mbe-header__top-title{
  position: relative;
  height: 60px;
  width: 500px;
}
.mbe-header__top-title span,
.mbe-header__bottom-title span {
  letter-spacing: -0.5px;
}
.mbe-header__top-title span{
  position: absolute;
  bottom: 15px;
  left: -60px;
  font-size: 22px;
  line-height: 1.1;
}
.mbe-header__main-title {
  height: 175px;
  width: 400px;
  position: relative;
}
.mbe-header__main-title h1{
  font-size: 45px;
  position: absolute;
  bottom: 6px;
}
.mbe-header__main-title h1 strong{
  font-size: 60px;
}
.mbe-header__bottom-title {
  height: 110px;
  width: 285px;
  position: relative;
}
.mbe-header__bottom-title h2{
  font-size: 18px;
  position: absolute;
  top: 6px;
}
.mbe-header__main-title h1,
.mbe-header__bottom-title h2{
  margin: 0 0 0 25px;
}

.mbe-header__main-title--no-home,
.mbe-header__bottom-title--no-home{
  width: 485px;
}
.mbe-header__main-title--no-home{
  height: 145px;
}
.mbe-header__main-title--no-home h1{
  bottom: 0px;
}
.mbe-header__main-title--no-home h1 strong{
  font-size: 50px;
}
.mbe-header__bottom-title--no-home{
  height: 130px;
}
.mbe-header__bottom-title--no-home h2{
  letter-spacing: 6.5px;
  top: 20px;
  line-height: 1.8;
  font-size: 16px;
}
.mbe-header__main-title h1 span {
  color: #f00;
}
.mbe-header__main-title h1 strong span {
  color: #fff;
}
.mbe-header__hero-circle {
  display: block;
  position: absolute;
  height: auto;
  overflow: auto;
}
.mbe-header__hero-circle img {
  width: 100%;
  height: auto;
  overflow: auto;
}
.mbe-header__hero-circle--one {
  width: 160px;
  z-index: 1;
  top: -35px;
  right: 225px;
}
.mbe-header__hero-circle--two {
  top: -25px;
  left: 515px;
  width: 75px;
}
.mbe-header__hero-circle--three {
  top: 15px;
  left: 450px;
  width: 40px;
}
.mbe-header__hero-circle--four {
  top:  20px;
  left: 495px;
  width: 110px;
}
.mbe-header__bottom-title--no-home .mbe-header__hero-circle--three {
  top: 45px;
}
.mbe-header__bottom-title--no-home .mbe-header__hero-circle--four {
  top:  50px;
}
.mbe-header__couriers--desktop{
  display: block;
  width: 100%;
  height: auto;
  margin: auto;
  margin-bottom: 50px;
  max-width: 1500px;
}
.mbe-header__couriers--mobile{
  display: none;
}

@media (max-width: 768px){
  .mbe-header__aside-menu {
    width: 30px;
    border-radius: 0 15px 15px 0;
  }
  .mbe-header__aside-menu a {
    font-size: 14px;
  }
  .mbe-header__main-menu nav a {
    font-size: 12px;
  }
  .mbe-header__logo {
    width: 105px;
  }
  .mbe-header__hero{
    height: 335px;
  }
  .mbe-header__photo {
    width: 275px;
    height: 275px;
  }
  .mbe-header__top-title {
    width: 325px;
  }
  .mbe-header__top-title span{
    font-size: 16px;
  }
  .mbe-header__main-title {
    width: 300px;
    height: 120px;
  }
  .mbe-header__main-title h1 {
    font-size: 30px;
  }
  .mbe-header__main-title h1 strong {
    font-size: 45px;
  }
  .mbe-header__bottom-title {
    width: 228px;
  }
  .mbe-header__bottom-title h2 {
    font-size: 14px;
  }

  .mbe-header__main-title--no-home,
  .mbe-header__bottom-title--no-home{
    width: 390px;
  }
  .mbe-header__main-title--no-home{
    height: 115px;
  }
  .mbe-header__main-title--no-home h1 strong{
    font-size: 40px;
  }

  .mbe-header__hero-circle--one{
    width: 110px;
    top: -5px;
    right: 170px;
  }
  .mbe-header__hero-circle--two{
    width: 50px;
    top: -17px;
    left: 333px;
  }
  .mbe-header__hero-circle--three{
    width: 27px;
    top: 45px;
    left: 265px;
  }
  .mbe-header__hero-circle--four{
    width: 75px;
    top: 48px;
    left: 310px;
  }
  .mbe-header__main-title--no-home .mbe-header__hero-circle--two{
    left: 398px;
  }
  .mbe-header__bottom-title--no-home .mbe-header__hero-circle--three{
    left: 340px;
  }
  .mbe-header__bottom-title--no-home .mbe-header__hero-circle--four{
    left: 375px;
  }
  .mbe-header__couriers--desktop{
    margin-bottom: 40px;
  }
}
@media (max-width: 600px) {
  .mbe-header__main-menu {
    padding-right: 0;
    padding-left: 4vw;
  }
  .mbe-header__main-menu aside,
  .mbe-header__main-menu nav {
    display: none;
  }
  .mbe-header__logo {
    width: 100px;
    float: left;
  }
  .mbe-header__mobile-menu-icon{
    display: block;
    font-size: 30px;
    width: auto;
    height: auto;
    overflow: auto;
    float: right;
    margin: 10px 25px;
  }
  .mbe-header__hero {
    height: auto;
    overflow: auto;
    background: linear-gradient(
      to bottom,
      #eaeaea 0%,
      #eaeaea 25%,
      #000 25%,
      #000 100%
    );
    position: relative;
  }
  .mbe-header__photo-container {
    width: 100%;
    height: auto;
    overflow: auto;
    float: none;
    padding-top: 0px;
    position: relative;
  }
  .mbe-header__photo {
    display: block;
    float: none;
    margin: auto;
    width: 260px;
    height: 260px;
  }
  .mbe-header__titles {
    width: 100%;
    height: auto;
    overflow: auto;
    float: none;
    padding-bottom: 25px;
  }
  .mbe-header__top-title {
    display: none;
  }
  .mbe-header__top-title span{
    position: relative;
    left: auto;
    bottom: auto;
  }
  .mbe-header__main-title,
  .mbe-header__bottom-title {
    width: 300px;
    margin: auto;
    height: auto;
  }
  .mbe-header__main-title {
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .mbe-header__main-title h1,
  .mbe-header__main-title h1 strong {
    font-size: 30px;
  }
  .mbe-header__bottom-title h2 {
    font-size: 13px;
  }
  .mbe-header__main-title h1,
  .mbe-header__bottom-title h2{
    margin: 0;
    position: relative;
    top: auto;
    bottom: auto;
    overflow: hidden;
  }
  .mbe-header__bottom-title--no-home h2{
    letter-spacing: normal;
  }
  
  .mbe-header__hero-circle--one {
    display: none;
  }
  .mbe-header__hero-circle--two,
  .mbe-header__hero-circle--three,
  .mbe-header__hero-circle--four {
    display: none;
  }
  .mbe-header__couriers--desktop{
    display: none;
  }
  .mbe-header__couriers--mobile{
    display: block;
    width: 70%;
    margin: 25px auto;
  }
}

/* Home > Datos de tienda */
.store-data {
  width: 100%;
  display: block;
  text-align: center;
  height: auto;
  overflow: auto;
  padding: 0 3vw 10px 3vw;
  font-family: "Montserrat", sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 1.42857143;
  font-weight: 400;
}
.store-data h1{
  font-weight: 700;
  font-size: 2em;
}
.store-data p {
  font-size: 1.1em;
  text-align: center;
}
.store-data .fa{
  color: #f00;
}

/* Localiza tu tienda */
.store-locator__header{
	height: 80px;
  width: 100%;
	background-color: #000;
  padding: 0 2vw;
}
.store-locator__logo-container{
	display: block;
	height: auto;
  overflow: auto;
  float: left;
}
.store-locator__logo{
	height: 71px;
}
.store-locator__search-form{
  display: block;
  margin-top: 24px;
	margin-left: 2vw;
  float: left;
}
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: searchfield-cancel-button;
}
.store-locator__address-input{
	height: 34px !important;
	width: 500px !important;
  float: left;
}
.store-locator__search-btn {
  float: left;
  border: 1px solid #f1f1f1;
  height: 34px;
  margin-left: 2px;
}
.store-locator__location-btn {
  text-transform: uppercase;
  background-color: #fff;
  color: #000;
  padding: 0;
  width: 10em;
  float: left;
  border-width: 0;
  height: 34px;
  margin-left: 10px
}
.store-locator__location-btn .fa {
  margin-right: 0.2em;
  color: #0078FF;
}
.store-locator__location-btn.allowed .fa {
  color: #00DA14;
}
.store-locator__location-btn.denied {
  text-decoration: line-through;
}
.store-locator__location-btn.denied .fa {
  color: #FF9E9E;
}
.store-locator__location-btn.unavailable {
  display: none;
}
.store-locator__menu-button{
  display: block;
  width: auto;
  height: auto;
  overflow: auto;
  float: right;
  font-size: 16px;
  margin-top: 30px;
}
.store-locator__menu-button .fa {
  color: #e42313;
}
.store-locator__container{
	height: 530px;
	background-color: #fff;
}
.store-locator__list-frame{
	width: 25%;
	height: 100%;
	float: left;
  text-align: left;
  position: relative
}
.store-locator__list-title {
  height: 40px;
  overflow: auto;
  background-color: #e42313;
  padding: 0 15px;
}
.store-locator__list-title h4{
  color: #fff;
}
.store-locator__list-empty-message {
  position: absolute;
  top: 40px;
  z-index: 1;
  padding: 15px;
  padding-right: 27px;
  width: 100%;
  color: #000;
  font-size: 18px;
}
.store-locator__list-empty-message p{
  text-align: left;
}
.store-locator__list-container{
  height: 490px;
  overflow-y: scroll;
  padding: 0;
}
.store-locator__list{
	list-style: none;
	font-size: 14px;
	color: #000;
  padding: 0;
}
.store-locator__list .loc-name{
	font-size: 16px;
}
.store-locator__list li{
	padding: 5px 15px;
}
.store-locator__list .list-focus{
  background-color: #ffeeee !important;
}
.store-locator__map{
	height: 490px;
	width: 70%;
	float: right;
  margin-top: 20px;
  margin-right: 2vw;
}
@media (max-width: 768px) {
  .store-locator__header {
    font-size: 12px;
  }
  .store-locator__address-input{
    width: 350px !important;
    font-size: 12px !important;
  }
  .store-locator__list {
    font-size: 12px;
  }
  .store-locator__list-empty-message {
    font-size: 16px;
  }
  .store-locator__list-title h4 {
    font-size: 15px;
  }
  .store-locator__list li .loc-name{
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .store-locator__address-input,
  .store-locator__search-btn {
    display: none !important;
  }
  .store-locator__list-frame {
    display: none;
  }
  .store-locator__container {
    height: 600px;
  }
  .store-locator__search-form {
    padding-left: 10px;
  }
  .store-locator__map {
    height: 100%;
    width: 100%;
    margin: 0;
    float: none;
  }
}
@media (min-width: 1200px) {
  .ecr-seccion-localiza-tu-tienda .ecr-footer .container,
  .ecr-seccion-localiza-tu-tienda .ecr-end-footer .container{
    width: 95%;
    max-width: 1800px;
  }
}
.closure {
  background-color: #000;
  color: #fff;
  font-size: 1.5em;
  padding: 60px 0;
  width: 100%;
}
.closure p{
  text-align: justify;
}
.closure.closure--mbeshipping {
  padding: 30px 0;
}
.closure.closure--mbeshipping,
.closure.closure--mbeshipping p {
  text-align: center;
}
.closure.closure--mbeshipping a {
  margin-top: 10px;
}
@media (max-width: 600px) {
  .closure {
    padding: 40px 10px;
  }
  .closure p {
    text-align: left;
  }
}

/* Prensa */
.press-page__section-title{
  font-size: 2em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}
/* home / MBE Prensa | Prensa */
.press-mentions{
  display: block;
  width: 100%;
  height: auto;
  overflow: auto;
  background-color: #fff;
}
.press-mentions--latest{
  background-color: #f6f6f7;
  padding-top: 30px;
}
.press-mention {
  display: block;
  float: left;
  width: 40vw;
  max-width: 510px;
  height: 450px;
  overflow: auto;
  margin: 0px 30px;
  color: #000;
}
.press-mentions__title{
  font-weight: 700;
  color: #ff0000;
  text-align: center;
  text-transform: uppercase;
  font-size: 4em;
  display: block;
  margin-bottom: 0.5em;
}
.press-mentions__title strong{
  color: #000;
  text-transform: none;
}
.press-mention__clipping-container{
  width: 40%;
  float: left;
}
.press-mention__clipping {
  width: 100%;
  cursor: pointer;
}
.press-mention__details{
  width: 60%;
  float: left;
  padding-left: 20px;
}
.press-mention__media,
.press-mention__title,
.press-mention__date,
.press-mention__excerpt {
  text-align: left;
  margin: 0;
}
.press-mention__media {
  font-size: 1.4em;
  font-weight: 700;
  border-bottom: 2px solid #ee3124;
  margin-bottom: 10px;
}
.press-mention__title{
  font-weight: 700;
}
.press-mention__title a,
.press-mention__title a:link
.press-mention__title a:visited
.press-mention__title a:hover
.press-mention__title a:active
.press-mention__title a:focus {
  color: black;
  text-decoration: none;
}
.press-mention__excerpt {
  margin-top: 5px;
}
.press-mention__date {
  font-size: 0.9em;
  margin-top: 15px;
}
.press-mentions__more-link-container {
  height: auto;
  overflow: auto;
  margin-bottom: 50px;
}
.press-mention-viewer {
  margin: 0;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow-y: scroll;
  z-index: 3000;
  background-color: rgba(0,0,0,0.8);
}
.press-mention-viewer.display-none{
  display: none;
}
.press-mention-viewer__clipping{
  display: block;
  margin: auto;
  width: 90%;
}
.press-mention-viewer__close-button {
  position: fixed;
  top: 0px;
  right: 10px;
  font-size: 5em;
  color: #f00;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .press-mentions__title{
    font-size: 3em;
  }
  .press-mentions .container {
    width: 100%;
    padding: 0;
  }
  .press-mention {
    height: 500px;
    width: 42vw;
  }
}
@media (max-width: 768px) {
  .press-mentions__title{
    font-size: 2.5em;
  }
  .press-mention {
    width: 92%;
    max-width: none;
    margin: 0 0 40px 4%;
    height: auto;
  }
  .press-mention__clipping-container {
    width: 20%;
  }
  .press-mention__details {
    width: 80%;
  }
  .press-mention-viewer__close-button{
    font-size: 3em;
  }
}
@media (max-width: 600px) {
  .press-mentions__title{
    font-size: 2.8em;
  }
  .press-mentions--franchises .press-mentions {
    padding-top: 15px;
    padding-bottom: 0;
  }
  .press-mentions--franchises .press-mention {
    width: 92%;
    max-width: none;
    margin: 0 0 40px 4%;
    height: auto;
  }
  .press-mention__clipping-container {
    width: 100%;
    height: 350px;
    overflow: hidden;
  }
  .press-mention__details {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .press-mention__date {
    margin-top: 10px;
  }
  .press-mention-viewer__close-button{
    font-size: 2em;
  }
}
/* Prensa / Entrevistas */
.interviews {
  display: block;
  width: 100%;
  height: auto;
  overflow: auto;
  background-color: #fff;
  padding-top: 50px;
}
.interview {
  display: block;
  float: left;
  width: 40vw;
  max-width: 510px;
  height: 410px;
  overflow: auto;
  margin: 0px 30px;
  color: #000;
}
.interview--no-text {
  height: auto;
  margin-bottom: 2em;
}
.interview__link,
.interview__link:link,
.interview__link:visited,
.interview__link:hover,
.interview__link:active,
.interview__link:focus {
  color: #000;
  text-decoration: none;
}
.interview__thumb{
  width: 100%;
}
.interview__date,
.interview__show {
  text-align: left;
  margin: 10px 0;
}
.interview__show {
  font-size: 1.4em;
  font-weight: 700;
  border-top: 2px solid #ee3124;
}
.ecr-seccion-franquicias .interview {
  width: 31%;
  margin: 0 1%;
  max-width: none;
}
@media (max-width: 768px) {
  .interview {
    width: 46%;
    margin: 0 2%;
    height: 340px;
  }
  .interview--no-text {
    height: auto;
    margin-bottom: 2em;
  }
}
@media (max-width: 600px) {
  .interview,
  .ecr-seccion-franquicias .interview {
    width: 92%;
    margin: 0 0 20px 4%;
    height: auto;
  }
}

/* /adquiere-tu-franquicia (landing page) */
.lp-adquiere-tu-franquicia .mbe-header__main-title--no-home {
  height: 110px;
}
.lp-adquiere-tu-franquicia .mbe-header__main-title--no-home h1 {
  bottom: 5px;
}
.lp-adquiere-tu-franquicia .mbe-header__bottom-title--no-home h2 {
  letter-spacing: inherit;
  line-height: inherit;
  top: 0px;
}
.lp-adquiere-tu-franquicia .mbe-header__hero-circle--three {
  top: 95px;
}
.lp-adquiere-tu-franquicia .mbe-header__hero-circle--four {
  top: 100px;
}
.lp-adquiere-tu-franquicia .mbe-header__couriers {
  width: 920px;
  display: block;
  margin: auto;
  margin-bottom: 20px;
}
.lp-adquiere-tu-franquicia .lp-adquiere-form__title-container{
  padding: 0 60px;
}
.lp-adquiere-tu-franquicia .lp-adquiere-form__title {
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
}
.lp-adquiere-tu-franquicia .ecr-body {
  padding-top: 35px;
}
.lp-adquiere-form__contact-icons-container a,
.lp-adquiere-form__contact-icons-container a:link,
.lp-adquiere-form__contact-icons-container a:visited,
.lp-adquiere-form__contact-icons-container a:hover,
.lp-adquiere-form__contact-icons-container a:active,
.lp-adquiere-form__contact-icons-container a:focus {
  color: #e42313;
  text-decoration: none;
}
.lp-adquiere-benefits__info {
  font-weight: 400;
}
.lp-adquiere-benefits__info h2{
  font-size: 2em;
  text-align: left;
}
.lp-adquiere-benefits__info p{
  font-size: 1.5em;
  margin: 0.8em 0;
  text-align: left;
}
.lp-adquiere-benefits__price-ribbon{
  display: inline-block;
  width: 460px;
  height: 100px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: relative;
  color: #fff;
}
.lp-adquiere-benefits__price-ribbon span{
  position: absolute;
  right: 1em;
  top: 1.5em;
  font-size: 1.5em;
}
.lp-adquiere-tu-franquicia .solutions {
  background-color: #fff;
}
.lp-adquiere-tu-franquicia .solutions__header {
  color: #000;
  position: relative;
  padding-left: 1.2em;
}
.lp-adquiere-tu-franquicia .solutions .container {
  position: relative;
}
.lp-adquiere-tu-franquicia .solutions__header-decoration {
  position: absolute;
  left: -3em;
  top: -32px;
  display: inline-block;
  width: 6em;
}
.lp-adquiere-tu-franquicia .solutions__header span{
  color: #f00;
}
.lp-adquiere-tu-franquicia .solution__text {
  color: #000;
}
.lp-adquiere-tu-franquicia .solution__photo {
  width: 90%;
}
.lp-adquiere-tu-franquicia .solution__logo {
  height: 15px;
}
@media (max-width: 768px) {
  .lp-adquiere-tu-franquicia .mbe-header__main-title--no-home {
    height: 80px;
  }
  .lp-adquiere-tu-franquicia .mbe-header__couriers {
    width: 95%;
    margin-bottom: 20px;
  }
  .lp-adquiere-tu-franquicia .lp-adquiere-form__title-container{
    padding: 0 5px;
  }
  .lp-adquiere-benefits__info h2{
    font-size: 1.5em;
  }
  .lp-adquiere-benefits__info p{
    font-size: 1em;
  }
  .lp-adquiere-benefits__price-ribbon {
    width: 330px;
    height: 75px;
  }
  .lp-adquiere-benefits__price-ribbon span {
    font-size: 1em;
    right: 0.8em;
  }
  .lp-adquiere-tu-franquicia .solutions__header {
    padding-left: 0;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .lp-adquiere-tu-franquicia .mbe-header__main-title--no-home {
    height: auto;
  }
  .lp-adquiere-tu-franquicia .mbe-header__couriers {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .lp-adquiere-benefits__price-ribbon {
    width: 290px;
    height: 65px;
  }
  .lp-adquiere-benefits__price-ribbon span {
    font-size: 1em;
    right: 0.5em;
  }
  .lp-adquiere-tu-franquicia .solution__logo {
    height: auto;
  }
}

/* landing page Franquicias v02 ( /franquicia-mbe-* ) */
.lp-franchises {
  background-color: #ffffff;
  color: #000000; /* sobreescribiendo CSS principal */
  font-size: 14px; /* sobreescribiendo CSS principal */
  font-family: "Montserrat", sans-serif;
  max-width: 1500px;
  margin: auto;
}
/* esta nueva plantilla se maquetó considerando un
font-size: 14px, 11px, 10px y 9px (cambia segun lo necesiten los media queries),
sin embargo los componentes reutilizados del sitio principal están maquetados
considerando un font-size: 16px para todo el body, asi que es necesario el
siguiente ajuste para que esos componentes se vean igual aqui en esta nueva
plantilla */
.lp-franchises-legacy-fix {
  font-size: 16px;
}

.lp-franchises-header__cta,
.lp-franchises-contact__cta,
.lp-franchises-summary__cta {
  color: #ffffff;
  background-color: #ff0000;
  display: inline-block;
  padding: 0.2em 0.5em;
  border-radius: 10px !important; /*"!important" sobreescribe CSS principal*/
  font-size: 2em;
  font-weight: 700;
}
.lp-franchises-header__cta,
.lp-franchises-header__cta:link,
.lp-franchises-header__cta:visited,
.lp-franchises-header__cta:hover,
.lp-franchises-header__cta:active,
.lp-franchises-header__cta:focus,
.lp-franchises-contact__cta,
.lp-franchises-contact__cta:link,
.lp-franchises-contact__cta:visited,
.lp-franchises-contact__cta:hover,
.lp-franchises-contact__cta:active,
.lp-franchises-contact__cta:focus,
.lp-franchises-summary__cta,
.lp-franchises-summary__cta:link,
.lp-franchises-summary__cta:visited,
.lp-franchises-summary__cta:hover,
.lp-franchises-summary__cta:active,
.lp-franchises-summary__cta:focus {
  color: #ffffff;
  text-decoration: none;
}
.lp-franchises-header__cta {
  text-transform: uppercase;
  margin-bottom: 0.6em;
}
.lp-franchises-summary__cta {
  display: block;
  padding: 0.1em 0;
  margin: 1.2em auto;
  width: 8.8em;
  text-align: center;  
}

.lp-franchises-header {
  background: rgb(255,255,255);
  background: linear-gradient(
    315deg,
    rgba(255,255,255,1) 0%,
    rgba(255,255,255,1) 23%,
    rgba(255,0,0,1) 23%,
    rgba(255,0,0,1) 38%,
    rgba(255,255,255,1) 38%);
}
.lp-franchises-header__logo-container {
  text-align: center;
}
.lp-franchises-header__logo {
  width: 100%;
  max-width: 170px;
}
.lp-franchises-header__title-container {
  padding: 0;
}
.lp-franchises-header__title {
  font-size: 2.3em;
  margin-top: 2.5em;
  font-weight: 700;
  text-transform: uppercase;
  text-align: justify;
}
.lp-franchises-header__title strong {
  font-size: 0.8em;
  color: #ff0000;
}
.lp-franchises-header__image {
  width: 95%;
  height: 31em;
  background-image: url('img/lp-franchises/inicio.png');
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: left bottom;
}
.lp-franchises-header__intro-container {
  padding-right: 0.8em;
}
.lp-franchises-header__intro {
  font-size: 1.5em;
  margin: 1.3em 0;
}

.lp-franchises-couriers {
  padding: 1.6em 15px;
}
.lp-franchises-couriers__title {
  text-align: center;
  font-weight: 700;
  margin: 0.8em 0;
  font-size: 1.7em;
}
.lp-franchises-couriers__logos {
  width: 100%;
  max-width: 800px;
  display: block;
  margin: auto;
}
.lp-franchises-couriers__text-container {
  max-width: 485px;
}
.lp-franchises-couriers__text {
  font-weight: 700;
  font-size: 1.25em;
  margin-top: 1.2em;
  text-align: justify;
}
.lp-franchises-special-offer {
  padding: 2em;
}
.lp-franchises-special-offer__content {
  font-size: 2.6em;
  text-align: center;
  font-weight: 700;
}
.lp-franchises-special-offer__content strong {
  color: #ff0000;
}
.lp-franchises-contact__container {
  position: relative;
  padding-top: 1em;
}
.lp-franchises-contact__title {
  font-weight: 700;
  font-size: 2.0em;
  margin-top: 0;
  margin-bottom: 1.6em;
}
.lp-franchises-contact__data-container,
.lp-franchises-contact__form-container {
  padding-left: 0;
}
.lp-franchises-contact__data-container p{
  text-align: left;
}
.lp-franchises-contact__data-container .advertising-campaign-franchise-container {
  padding-top: 0;
  padding-left: 0;
}
.lp-franchises-contact__data-container .advertising-campaign-franchise-container h2 {
  margin-top: 0;
}
.lp-franchises-contact__data-container a,
.lp-franchises-contact__data-container a:link,
.lp-franchises-contact__data-container a:visited,
.lp-franchises-contact__data-container a:hover,
.lp-franchises-contact__data-container a:active,
.lp-franchises-contact__data-container a:focus {
  color: #000000;

}
.lp-franchises-contact textarea {
  resize: none;
}
.lp-franchises-contact__column-image {
  height: 42em;
  width: 28em;
  display: block;
  float: right;
  border-radius: 3em !important;  /*"!important" sobreescribe CSS principal*/
  background-image: url('img/lp-franchises/form.jpg');
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center center;
}
.lp-franchises-contact__cta {
  text-align: center;
}
.lp-franchises-contact__cta.display-none {
  display: none;
}
.lp-franchises-contact__sticky-image {
  width: 32em;
  height: 21em;
  position: absolute;
  z-index: 1;
  right: 12em;
  bottom: 0em;
  background-image: url('img/lp-franchises/form-sticky.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.lp-franchises-benefits__title {
  font-size: 2.5em;
  font-weight: 700;
  margin: 1em 0;
}
.lp-franchises-benefits__item {
  border-right: 2px solid #ff0000;
  height: 22em;
  overflow: auto;
  font-size: 0.9em;
}
.lp-franchises-benefits__item:last-child {
  border-right: none;
}
.lp-franchises-benefits__icon {
  width: 60%;
  max-width: 158px;
  margin: auto;
  margin-bottom: 3em;
  display: block;
}
.lp-franchises-benefits-description {
  text-align: center;
  font-size: 1.1em;
}
.lp-franchises-api-integrations {
  padding-top: 0.8em;
  padding-bottom: 3em;
}
.lp-franchises-api-integrations__title {
  text-align: center;
  font-size: 1.6em;
  margin-bottom: 1.4em;
}
.lp-franchises-api-integrations__logo {
  width: 16%;
  margin: 0 1.5%;
}
.lp-franchises-services {
  background: rgb(255,255,255);
  background: linear-gradient(
    90deg,
    rgba(255,255,255,1) 0%,
    rgba(255,255,255,1) 39%,
    rgba(255,0,0,1) 39%
  );
}
.lp-franchises-services__title-container {
  background: #ffffff;
}
.lp-franchises-services__title {
  text-align: center;
  background-color: #fff;
  font-size: 3.2em;
  font-weight: 700;
}
.lp-franchises-services__title strong {
  color: #ff0000;
}
.lp-franchises-services__image-container {
  padding: 0;
}
.lp-franchises-services__image {
  width: 100%;
  height: 20em;
  background-color: rgb(0,255,0);
  background: url('img/lp-franchises/nuestros-servicios.png'), linear-gradient(
    90deg,
    rgba(255,255,255,1) 0%,
    rgba(255,255,255,1) 51%,
    rgba(255,0,0,1) 51%
  );
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: left bottom;
}
.lp-franchises-services__list-container {
  background: #ff0000;
  color: #ffffff;
  padding-top: 4em;
  padding-bottom: 0;
}
.lp-franchises-services__list {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.2em;
}
.lp-franchises-services__list-item--xs-only {
  display: none;
}
.lp-franchises-services__list--first,
.lp-franchises-services__list--second {
  float: left;
}
.lp-franchises-services__list--first {
  width: 48%
}
.lp-franchises-services__list--second {
  text-align: center;
  width: 46%;
  max-width: 15em;
}
.lp-franchises-services__list--third {
  width: 50%;
  margin: auto;
}
.lp-franchises-services__list li{
  margin-bottom: 1em;
}
.lp-franchises-summary {
  background: rgb(255,255,255);
  background: linear-gradient(
    45deg,
    rgba(255,255,255,1) 0%,
    rgba(255,255,255,1) 14%,
    rgba(255,0,0,1) 14%,
    rgba(255,0,0,1) 27%,
    rgba(255,255,255,1) 27%
  );
}
.lp-franchises-summary__image-container {
  padding: 0;
}
.lp-franchises-summary__image {
  width: 100%;
  height: 32em;
  background-image: url('img/lp-franchises/resumen.png');
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: left bottom;
}
.lp-franchises-summary__text-container {
  padding-left: 0;
  padding-right: 40px;
}
.lp-franchises-summary__title {
  font-size: 2.8em;
  font-weight: 700;
  margin-top: 0.9em;
  margin-bottom: 0.5em;
}
.lp-franchises-summary__content {
  font-size: 1.4em;
  line-height: 1.75;
  text-align: justify;
}
.lp-franchises-footer {
  background-color: #333333;
  color: #fff;
  padding-top: 3em;
  font-size: 0.8em;
  text-align: center;
}
.lp-franchises-footer__logo-container {
  text-align: left;
}
.lp-franchises-footer__logo {
  width: 70%;
  max-width: 150px;
}
.lp-franchises-footer__privacy-link {
  text-align: center;
  display: block;
  margin-top: 0.5em;
}
.lp-franchises-footer__privacy-link,
.lp-franchises-footer__privacy-link:link,
.lp-franchises-footer__privacy-link:visited,
.lp-franchises-footer__privacy-link:hover,
.lp-franchises-footer__privacy-link:active,
.lp-franchises-footer__privacy-link:focus {
  color: #ffffff;
  text-decoration: none;
}
.lp-franchises-footer__disclaimer {
  margin-top: 0.6em;
  margin-bottom: 0.2em;
  text-align: center; /* sobreescribiendo CSS principal */
}
.lp-franchises-sticky {
  position: fixed;
  z-index: 2;
  right: 10px;
  bottom: 10px;
  font-size: 1.3em;
  width: 11em;
}
.lp-franchises-sticky__cta {
  display: inline-block;
  background-color: #000000;
  color: #ffffff;
  font-weight: 400;
  padding: 0.5em 0.8em;
  border-radius: 1.1em !important; /*"!important" sobreescribe CSS principal*/
}
.lp-franchises-sticky__icon {
  font-size: 3em;
  display: block;
  float: right;
}
.lp-franchises-sticky__icon .fa-stack-1x {
  font-size: 1.3em;
}
.lp-franchises-sticky__link,
.lp-franchises-sticky__link:link,
.lp-franchises-sticky__link:visited,
.lp-franchises-sticky__link:hover,
.lp-franchises-sticky__link:active,
.lp-franchises-sticky__link:focus {
  text-decoration: none;
}
.lp-franchises-sticky__icon,
.lp-franchises-sticky__icon:link,
.lp-franchises-sticky__icon:visited,
.lp-franchises-sticky__icon:hover,
.lp-franchises-sticky__icon:active,
.lp-franchises-sticky__icon:focus {
  color: #ff0000;
}

@media screen and (max-width: 1024px) {
  .lp-franchises {
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) {
  .lp-franchises {
    font-size: 9px;
  }
  .lp-franchises-services__image {
    height: 19em;
  }
  .lp-franchises-summary__image {
    height: 32em;
  }
}
@media screen and (max-width: 600px) {
  .lp-franchises {
    font-size: 10px;
  }
  .lp-franchises-header {
    background: none;
  }
  .lp-franchises-header__title-container {
    padding: 0 15px;
  }
  .lp-franchises-header__title {
    font-size: 2.2em;
    margin-top: 1em;
    text-align: center;
  }
  .lp-franchises-header__intro-container {
    padding: 0;
    text-align: justify;
  }
  .lp-franchises-header__intro {
    margin: 0.8em 0 1em 0;
  }
  .lp-franchises-header__cta {
    margin: auto;
    display: block;
    text-align: center;
  }
  .lp-franchises-special-offer {
    padding: 0 15px;
  }
  .lp-franchises-special-offer__content {
    font-size: 2.4em;
  }
  .lp-franchises-benefits__title {
    text-align: center;
    font-size: 2.4em;
  }
  .lp-franchises-benefits__item {
    padding: 1em 15px;
    height: 24em;
  }
  .lp-franchises-benefits__item:first-child,
  .lp-franchises-benefits__item:nth-child(2) {
    border-bottom: 1px solid #ff0000;
  }
  .lp-franchises-benefits__item:nth-child(2) {
    border-right: none;
  }
  .lp-franchises-services {
    background: #ff0000;
    background: linear-gradient(
      180deg,
      rgba(255,255,255,1) 0%,
      rgba(255,255,255,1) 36%,
      rgba(255,0,0,1) 36%
    );
  }
  .lp-franchises-services__image {
    height: 13em;
    background: url('img/lp-franchises/nuestros-servicios.png');
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center bottom;
  }
  .lp-franchises-services__list-container {
    background: none;
    padding-top: 3em;
    padding-bottom: 1em;
  }
  .lp-franchises-services__list {
    font-size: 1.1em;
    padding-left: 2vw;
  }
  .lp-franchises-services__list--first,
  .lp-franchises-services__list--third {
    width: 55%;
  }
  .lp-franchises-services__list--second {
    width: 45%;
  }
  .lp-franchises-services__list-item--xs-only {
    display: list-item;
  }
  .lp-franchises-footer {
    font-size: 1em;
    padding-top: 2em;
  }
  .lp-franchises-footer__privacy-link {
    margin-top: 1.2em;
  }
  .lp-franchises-footer__disclaimer {
    margin-top: 1.6em;
  }
  .lp-franchises-summary {
    background: none;
  }
  .lp-franchises-summary__text-container {
    padding: 0 15px;
  }
  .lp-franchises-sticky__cta {
    display: none;
  }
}
/* Landing Page /franquicia-lider-en-logistica */
.lp-franquicia-lider-en-logistica {
  margin: auto;
  font-size: 14px;
  overflow-x: hidden;
}
.lp-flel-header__logo {
  display: inline-block;
  width: 13%;
}
.lp-flel-header {
  position: relative;
}
.lp-flel-header__line {
  display: block;
  width: 100%;
  height: 0.15em;
  background: #000;
  position: absolute;
  top: 2em;
  left: 10em;
  z-index: -1
}
.lp-flel-header__bar {
  display: block;
  width: 17em;
  height: 3.5em;
  background: #000;
  border-radius: 2em !important;
  position: absolute;
  top: 3em;
  right: -8em;
}
.lp-flel-header__circle-1 {
  display: block;
  width: 9em;
  height: 9em;
  background: #000;
  border-radius: 50% !important;
  position: absolute;
  top: 9em;
  left: -9em;
}
.lp-flel-header__circle-2 {
  display: block;
  width: 9em;
  height: 9em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 50% !important;
  position: absolute;
  top: 3em;
  right: 14em;
  z-index: -1;
}
.lp-flel-header__circle-3 {
  display: block;
  width: 15em;
  height: 15em;
  background: #ff0000;
  border-radius: 50% !important;
  position: absolute;
  top: 11em;
  right: -11em;
  z-index: -1;
}
.lp-flel-header__title {
  font-weight: 700;
  font-size: 4.0em;
  text-align: center;
  color: #000;
}
.lp-flel-header__cta-container {
  padding-left: 0;
  padding-bottom: 3em;
}
.lp-flel-header__cta {
  font-weight: 700;
  padding: 0.9em 0.5em;
  font-size: 1.5em;
  border-radius: 0.8em !important;
  display: inline-block;
}
.lp-flel-header__cta,
.lp-flel-header__cta:link,
.lp-flel-header__cta:visited,
.lp-flel-header__cta:hover,
.lp-flel-header__cta:active,
.lp-flel-header__cta:focus {
  color: #fff;
  background: #000;
  text-decoration: none;
}
.lp-flel-header__picture {
  width: 26em;
  height: 25em;
  position: absolute;
  right: -5em;
  bottom: 0px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.lp-flel-header__title strong {
  color: #ff0000;
}
.lp-flel-main-feature {
  background: #000;
  color: white;
  text-align: justify;
  font-weight: 600;
  font-size: 1.2em;
  line-height: 1.2;
  padding: 0.8em 15px 2.5em 0;
  margin: 1.5em 0 3.5em 0;
}
.lp-flel-main-feature--one {
  background: #ff0000;
}
.lp-flel-main-feature--two {
  background: #9d9d9d;
}
.lp-flel-main-feature__icon {
  width: 24%;
  display: block;
  float: left;
}
.lp-flel-main-feature--one .lp-flel-main-feature__icon {
  margin-left: 15px;
}
.lp-flel-main-feature__description {
  margin-top: 1.0em;
  margin-left: 0.3em;
  display: block;
  float: left;
  width: 60%;
}
.lp-flel-main-feature--three .lp-flel-main-feature__description {
  width: 55%;
}
.lp-flel-couriers {
  overflow: auto;
  height: 18em;
}
.lp-flel-couriers__image {
  display: block;
  width: 100%;
  margin: auto;
}
.lp-flel-form-link {
  border-bottom: 2px solid #ff0000;
  text-decoration: none;
}
.lp-flel-form-link,
.lp-flel-form-link:link,
.lp-flel-form-link:visited,
.lp-flel-form-link:hover,
.lp-flel-form-link:active,
.lp-flel-form-link:focus {
  color: #000;
  text-decoration: none;
}
.lp-flel-form-cta {
  padding: 0.3em 1.4em 0.3em 0.8em;
  font-size: 1.4em;
  border-radius: 0.6em !important;
  display: inline-block;
  margin-top: 0.8em;
}
.lp-flel-form-cta,
.lp-flel-form-cta:link,
.lp-flel-form-cta:visited,
.lp-flel-form-cta:hover,
.lp-flel-form-cta:active,
.lp-flel-form-cta:focus {
  color: #fff;
  background: #ff0000;
  text-decoration: none;
}
.lp-flel-form-cta__icon {
  color: #ff0000;
  margin-right: 0.3em;
}
.lp-flel-form-picture{
  width: 100%;
  border-radius: 3em !important;
}
.lp-flel-extra-features__container {
  padding: 6em 5%;
  position: relative;
  padding-top: 0;
}
.lp-flel-extra-feature{
  border: 2px #fff solid;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 2em;
  height: 8em;
  padding-top: 0.4em;
}
.lp-flel-extra-feature--one{
  background: #ff0000;
}
.lp-flel-extra-feature--two{
  background: #9d9d9d;
}
.lp-flel-extra-feature--three{
  background: #c3c1c2;
}
.lp-flel-extra-feature--four{
  background: #000;
}
.lp-flel-extra-feature__icon {
  display: block;
  margin: auto;
  width: 50%;
}
.lp-flel-extra-feature__description {
  margin: auto;
  line-height: 1.3;
}
.lp-flel-extra-features__cta {
  font-weight: 700;
  padding: 0.7em 1em;
  font-size: 2em;
  border-radius: 0.6em !important;
  display: inline-block;
  margin-top: 3em;
}
.lp-flel-extra-features__cta,
.lp-flel-extra-features__cta:link,
.lp-flel-extra-features__cta:visited,
.lp-flel-extra-features__cta:hover,
.lp-flel-extra-features__cta:active,
.lp-flel-extra-features__cta:focus {
  color: #fff;
  background: #ff0000;
  text-decoration: none;
}
.lp-flel-extra-features__circle-1 {
  display: block;
  width: 16em;
  height: 16em;
  background: #ff0000;
  border-radius: 50% !important;
  position: absolute;
  top: 14em;
  left: -15em;
}
.lp-flel-extra-features__circle-2 {
  display: block;
  width: 8em;
  height: 8em;
  background: url('../img/circle.png') no-repeat center;
  background-size: cover;
  border-radius: 50% !important;
  position: absolute;
  top: -6em;
  right: -5em;
}
.lp-flel-extra-features__circle-3 {
  display: block;
  width: 8em;
  height: 8em;
  background: #000;
  border-radius: 50% !important;
  position: absolute;
  top: 19em;
  right: -7em;
}

@media (max-width: 1200px){
  .lp-franquicia-lider-en-logistica{
      font-size: 12px;
  }
  .lp-flel-extra-features__container {
      padding: 0 15px;
      padding-bottom: 6em;
  }
  .lp-flel-extra-features__circle-1,
  .lp-flel-extra-features__circle-2,
  .lp-flel-extra-features__circle-3 {
      display: none;
  }
}
@media (max-width: 992px){
  .lp-franquicia-lider-en-logistica{
      font-size: 10px;
  }
  .lp-flel-header__circle-1,
  .lp-flel-header__circle-2,
  .lp-flel-header__circle-3,
  .lp-flel-header__bar,
  .lp-flel-header__line {
      display: none;
  }
  .lp-flel-extra-feature{
      font-size: 1.8em;
  }
  .lp-flel-extra-features__container {
      padding-bottom: 6em;
  }
}
@media (max-width: 767px){
  .lp-flel-header__logo {
      width: 33%;
  }
  .lp-flel-header__title {
      font-size: 2.5em;
      margin: 1em auto;
  }
  .lp-flel-header__cta-container {
      padding-left: 15px;
      text-align: center;
  }
  .lp-flel-header__cta {
      margin-top: 1.5em;
  }
  .lp-flel-header__picture {
      display: none;
  }
  .lp-flel-main-feature {
      padding: 0;
      margin: 0;
      font-size: 4vw
  }
  .lp-flel-main-feature__icon,
  .lp-flel-main-feature--one .lp-flel-main-feature__icon {
      margin-left: 0;
      width: 24%;
  }
  .lp-flel-main-feature__description {
      margin-top: 1.25em;
      margin-left: 0.3em;
  }
  .lp-flel-main-feature__description,
  .lp-flel-main-feature--three .lp-flel-main-feature__description {
      width: 70%;
  }
  .lp-flel-couriers {
      padding: 0;
      height: 24vw;
  }
  .lp-flel-couriers__image {
      width: 100%;
  }
  .lp-flel-extra-features__container {
      padding: 0;
      padding-bottom: 6em;
      text-align: center;
  }
  .lp-flel-extra-feature {
      font-size: 1.8em;
      height: 38vw;
  }
  .lp-flel-extra-feature--large-text {
      font-size: 1.6em;
  }
  .lp-flel-extra-features__cta {
      margin-top: 1.5em;
  }
}

/* Landing Page /logistica-la-medida */
.lp-logistica-a-la-medida {
  margin: auto;
  font-size: 14px;
  overflow-x: hidden;
  color: #000;
}
.lp-lalm-header__logo {
  display: inline-block;
  width: 25%;
}
.lp-lalm-header {
  position: relative;
}
.lp-lalm-header__title, .lp-lalm-header__subtitle {
  font-size: 3.1em;
  text-align: center;
}
.lp-lalm-header__title {
  font-weight: 700;
  margin: 1em auto;
}
.lp-lalm-header__title strong {
  color: #ff0000;
}
.lp-lalm-header__subtitle strong {
  background-color: #ff0000;
  color: white;
  display: inline-block;
  padding: 0.1em 0.5em;
  font-weight: normal;
  border-radius: 1em !important;

}
.lp-lalm-header__line {
  display: block;
  width: 100%;
  height: 0.07em;
  background: #000;
  position: absolute;
  top: 1em;
  left: 10em;
  z-index: -1
}
.lp-lalm-header__bar {
  display: block;
  width: 17em;
  height: 4em;
  background: #000;
  border-radius: 2em !important;
  position: absolute;
  top: 3em;
  right: -8em;
}
.lp-lalm-header__circle-1 {
  display: block;
  width: 9em;
  height: 9em;
  background: #000;
  border-radius: 50% !important;
  position: absolute;
  top: 9em;
  left: -9em;
}
.lp-lalm-header__circle-2 {
  display: block;
  width: 10em;
  height: 10em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 50% !important;
  position: absolute;
  top: 3em;
  right: 17em;
  z-index: -1;
}
.lp-lalm-header__circle-3 {
  display: block;
  width: 15em;
  height: 15em;
  background: #ff0000;
  border-radius: 50% !important;
  position: absolute;
  top: 12em;
  right: -8em;
  z-index: -1;
}
.lp-lalm-header__picture-container {
  position: relative;
  display: block;
  width: 100%;
  height: 500px;
  overflow: auto;
}
.lp-lalm-header__picture {
  display: block;
  width: 85%;
  border-radius: 50% !important;
  margin: auto;
  margin-top: 9em;
}
.lp-lalm-couriers {
  margin-bottom: 2.5em;
}
.lp-lalm-couriers__image {
  display: block;
  width: 90%;
  margin: auto;
}
.lp-lalm-offer__picture {
  display: block;
  width: 100%;
  margin: auto;
}
.lp-lalm-offer__title {
  text-align: center;
  display: block;
  margin: auto !important;
  font-weight: 600;
  font-size: 2.9em;
  width: 24em;
  padding: 0.3em 0;
  border: 0.15em solid transparent;
  background-image: linear-gradient(0deg, white 0%, white 100%),
      linear-gradient(0deg, #ff0000 0%, #ff0000 100%),
      linear-gradient(0deg, #ff0000 0%, #ff0000 100%);
  background-origin: padding-box, border-box, border-box;
  background-repeat: no-repeat;
  background-size: 100% 100%, 1.2em 1.2em, 1.2em 1.2em;
  background-position: top left, top left, bottom right;
}
.lp-lalm-tech-platform__picture {
  display: block;
  width: 53%;
  float: left;
}
.lp-lalm-tech-platform__description {
  display: block;
  width: 36%;
  float: left;
  font-size: 1.7em;
  text-align: justify;
  margin-top: 4.4em;
  margin-left: 11%;
  line-height: 1.2;
}

@media (max-width: 1200px){
  .lp-logistica-a-la-medida{
      font-size: 12px;
  }
  .lp-lalm-header__title, .lp-lalm-header__subtitle {
      font-size: 3.2em;
  }
  .lp-lalm-offer__title {
      font-size: 2.4em;
      width: 100%;
  }
  .lp-lalm-tech-platform__description {
      margin-left: 10%;
      font-size: 1.7vw;
  }
}
@media (max-width: 991px){
  .lp-logistica-a-la-medida{
      font-size: 10px;
  }
  .lp-lalm-header__title, .lp-lalm-header__subtitle {
      font-size: 2.7em;
  }
  .lp-lalm-header__picture {
      margin-top: 9em;
  }
  .lp-lalm-offer__title {
      font-size: 1.9em;
      width: 100%;
  }
  .lp-lalm-tech-platform__description {
      margin-left: 8%;
      font-size: 1.7vw;
  }
}
@media (max-width: 767px){
  .lp-logistica-a-la-medida{
      font-size: 7px;
  }
  .lp-lalm-header__title {
      font-size: 6vw;
  }
  .lp-lalm-header__subtitle {
      font-size: 6.4vw;
  }
  .lp-lalm-offer__title {
      font-size: 1.4em;
      width: 100%;
  }
  .lp-lalm-header__circle-1,
  .lp-lalm-header__circle-2,
  .lp-lalm-header__circle-3,
  .lp-lalm-header__bar,
  .lp-lalm-header__line {
      display: none;
  }
  .lp-lalm-couriers {
      padding: 0;
  }
  .lp-lalm-couriers__image {
      width: 100%;
  }
  .lp-lalm-tech-platform {
      width: 75%;
      margin: auto;
      display: block;
  }
  .lp-lalm-tech-platform__picture {
      width: 80%;
      margin: auto;
      float: none;
  }
  .lp-lalm-tech-platform__description {
      width: 100%;
      font-size: 4.2vw;
      margin: auto;
  }
}

/* Pagina "Gracias" (Thank you page) genérica para cualquier landing */
.thank-you {
  border: 0;
  background-color: #000;
  color: #fff;
  font-family: Montserrat;
  font-size: 24px;
}
.thank-you__container {
  margin-top: 6vh;
}
.thank-you__fact, .thank-you__thanks {
  text-align: center;
}
.thank-you__fact {
  font-size: 1.6em;
  font-weight: 400;
  margin: 0.8em 0;
}
.thank-you__fact-highlight {
  font-size: 1.6em;
  font-weight: 700;
}
.thank-you__logo {
  width: 11%;
  height: auto;
  overflow: auto;
  margin-left: 4%;
}
.thank-you__thanks {
  background-color: #595959;
  font-size: 0.8em;
  padding: 1.5em 0;
}
@media (max-width: 600px) {
  .thank-you {
    font-size: 20px;
  }
  .thank-you__container {
    margin-top: 0;
  }
  .thank-you__column {
    padding: 0;
  }
  .thank-you__logo {
    width: 18%;
  }
}

/* Franquicias / razones para invertir */
.franquicias-cta {
  display: block;
  width: 10em;
  height: 2.6em;
  float: right;
  font-weight: 900;
  font-size: 2em;
  text-transform: uppercase;
  text-align: center;
  padding: 0.6em 0.5em;
  border-radius: 0.5em !important; /* mbe.mx/style.css fix */
  margin-top: 1em;
  margin-bottom: 1em;
}
.franquicias-cta,
.franquicias-cta:link,
.franquicias-cta:visited,
.franquicias-cta:hover,
.franquicias-cta:active,
.franquicias-cta:focus {
  background: #f00;
  color: #fff;
  text-decoration: none;
}
.franquicias-cta--nearby {
  margin-top: 0;
}

.razones-para-invertir {
  height: auto;
  overflow: auto;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #000; /* mbe.mx/style.css fix */
  background: rgb(255,255,255);
  background: linear-gradient(
    180deg,
    rgba(255,255,255,1) 0,
    rgba(255,255,255,1) 3.5em,
    rgba(245,245,245,1) 3.5em,
    rgba(245,245,245,1) 37em,
    rgba(255,255,255,1) 37em
  );
}
.rpi-container {
  position: relative;
  height: 37em;
}
.rpi-header {
  height: 30em;
  padding-top: 6em;
  z-index: 1;
  color: #fff;
  background: radial-gradient(
    circle at 125%,
    #e20000 0%,
    #e00000 42%,
    #ed0000 42%,
    #ea0000 57%,
    #ff0000 57%
  );
}
.rpi-header__title,.rpi-header__picture {
  display: block;
  width: 70%;
  margin-left: 6%;
}
.rpi-header__title {
  color: #fff; /* mbe.mx/style.css fix */
  font-weight: 900;
  font-size: 3.4em;
  line-height: 1.4em;
}
.rpi-header__title strong{
  font-weight: 100;
}
.rpi-header__title::after {
  content: "";
  display: block;
  width: 50%;
  height: 0.04em;
  background: #fff;
  margin: 0.5em 0;
}
.rpi-list {
  z-index: 2;
  position: absolute;
  top: 5em;
  right: 0;
  padding: 0;

  display: flex;
  justify-content: space-between;
}
.rpi-list__group {
  padding: 0;
  padding-top: 3.2em;
  height: 30em;
  width: 12.5em;
  display: block;
  float: left;
  text-align: center;
  border-radius: 1em !important; /* mbe.mx/style.css fix */
  background: #fff;
  box-shadow: -0.4em 0.5em 0 0.2em rgba(0,0,0,0.1);
  -webkit-box-shadow: -0.4em 0.5em 0 0.2em rgba(0,0,0,0.1);
  -moz-box-shadow: -0.4em 0.5em 0 0.2em rgba(0,0,0,0.1);
}
.rpi-reason {
  height: 13.8em;
  margin: auto;
}
.rpi-list__group .rpi-reason {
  width: 11em;
}
.rpi-reason .rpi-reason--wide {
  width: 9.8em;
}
.rpi-reason:first-child::after {
  content: "";
  display: block;
  background: #f00;
  height: 0.25em;
  width: 38%;
  margin: auto;
}
.rpi-reason__description {
  height: 6.8em;
  padding-top: 1.8em;

}
.rpi-reason__description--high {
  padding-top: 0.7em;
}
.rpi-reason__description--narrow {
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.rpi-reason__description--long-text {
  line-height: 1.15em;
}

@media (max-width: 1200px){
  .razones-para-invertir {
    background: rgb(255,255,255);
    background: linear-gradient(
      180deg,
      rgba(255,255,255,1) 0,
      rgba(255,255,255,1) 1em,
      rgba(245,245,245,1) 1em,
      rgba(245,245,245,1) 31em,
      rgba(255,255,255,1) 31em
    );
  }
  .rpi-container {
    height: 32em;
  }
  .rpi-header {
    padding-top: 0;
    background: #f00;
    height: 25em;
  }
  .rpi-header__title {
    width: 40%;
    margin-left: 0;
    margin-top: 3em;
  }
  .rpi-header__title::after {
    display: none;
  }
  .rpi-list {
    top: 2em;
  }
  .rpi-list__group{
    padding-top: 1em;
    height: 27.5em;
    box-shadow: none;
  }
  .rpi-reason  {
    height: 13.3em;
  }
}
@media (max-width: 992px) {
  .razones-para-invertir {
    background: rgb(255,255,255);
    background: linear-gradient(
      180deg,
      rgba(255,255,255,1) 0,
      rgba(255,255,255,1) 2em,
      rgba(245,245,245,1) 2em,
      rgba(245,245,245,1) 35em,
      rgba(255,255,255,1) 35em
    );
  }
  .rpi-container {
    height: 36em;
  }
  .rpi-header {
    height: 5em;
  }
  .rpi-header__title {
    margin-top: 0;
    width: 100%;
  }
  .rpi-list {
    top: 6em;
  }
}
@media (max-width: 767px) {
  .razones-para-invertir {
    background: #fff;
  }
  .rpi-container {
    background: rgb(245,245,245);
    height: auto;
    overflow: auto;
  }
  .rpi-header {
    height: 9em;
  }
  .rpi-header__title {
    font-size: 3.1em;
  }
  .rpi-list {
    display: block;
    position: relative;
    top: 0;
  }
  .rpi-list__group {
    width: 100%;
    height: 17em;
    background: none;
    border-radius: 0;
    display: flex;
    justify-content: space-between;
  }
  .rpi-list__group .rpi-reason {
    width: 42%;
    height: 15em;
    margin: auto;
    padding-top: 1em;
    border-radius: 0.5em !important; /* mbe.mx/style.css fix */
  }
  .rpi-reason:first-child::after {
    display: none;
  }
  .rpi-reason {
    background: #fff;
    box-shadow: -0.4em 0.5em 0 0.2em rgba(0,0,0,0.1);
    -webkit-box-shadow: -0.4em 0.5em 0 0.2em rgba(0,0,0,0.1);
    -moz-box-shadow: -0.4em 0.5em 0 0.2em rgba(0,0,0,0.1);
  }
  .rpi-reason__description {
    padding-top: 2.4em;
  }
  .rpi-reason__description--high {
    padding-top: 0.7em;
  }
  .rpi-reason__description--narrow {
    padding-left: 0;
    padding-right: 0;
  }
}
/* Franquicias / Call To Action */
@media (max-width: 600px){
  .franquicias-cta {
    margin: auto;
    margin-top: 0.75em;
    float: none;
    font-size: 1.5em;
  }
  .razones-para-invertir .franquicias-cta {
    margin-bottom: 0.75em;
  }
}

/* Franquicias / pasos para adquirir tu franquicia */
.pasos-para-adquirir-tu-franquicia {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #000;
}
.ppatf__title {
  text-transform: uppercase;
  font-weight: 900;
  display: block;
  margin: 1em 0;
  margin-left: 4%;
  font-size: 4em;
}
.ppatf__title strong {
  font-weight: 100;
  display: block;
}
.ppatf__diagram {
  display: block;
  width: 100%;
  margin: 1em auto;
}
@media (max-width: 992px) {
  .ppatf__title{
    font-size: 2.4em;
  }
}
@media (max-width: 767px) {
  .ppatf__title{
    font-size: 1.5em;
  }
}

/* Franquicias / "MBE Atributos" */
.mbe-atributos {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  background: #000;
}
.mbeatrs-container {
  position: relative
}
.mbeatrs-header {
  position: absolute;
  right: 0;
  top: 4em;
  z-index: 7;
}
.mbeatrs-header::after {
  content: "";
  display: block;
  width: 9em;
  height: 0.2em;
  position: absolute;
  right: 10em;
  top: 11.5em;
  background: #fff;
}
.mbeatrs-header__title{
  color: #fff;
  font-weight: 900;
  font-size: 4em;
  text-transform: uppercase;
  display: block;
  margin: auto;
  text-align: center;
  float: right;
}
.mbeatrs-header__title::before,
.mbeatrs-header__title::after {
  content: "";
  width: 0;
  position: absolute;
  border-top: 0.6em solid transparent;
  border-bottom: 0.6em solid transparent;
  top: 1.15em;
}
.mbeatrs-header__title::before {
  border-left: 0.4em solid #000;
  right: 5.7em;
}
.mbeatrs-header__title::after {
  border-right: 0.4em solid #000;
  right: 0.95em;
}
.mbeatrs-header__title strong{
  display: block;
  margin: 0.1em auto;
  background: #f00;
  width: 5.1em;
}
/* https://stackoverflow.com/a/38213637 */
.mbeatrs-header__title strong::before,
.mbeatrs-header__title strong::after {
  display: inline-block;
  content: "";
  border-top: 0.2rem solid #fff;
  width: 2.5rem;
  margin: 0 1rem;
  transform: translateY(-1.8rem);
}
.mbeatrs-attribute-container {
  width: 55em;
  height: auto;
  overflow: auto;
  display: block;
  padding: 2em 0;
}
.mbeatrs-attribute {
  display: block;
  float: left;
  width: 11em; /* = ICON_BOX_CONTAINER_WIDTH */
  height: 19em;
  margin-top: 12em;
}
.mbeatrs-attribute__icon-box-container{
  display: block;
  z-index: 4;
  position: relative;
  background: #fff;
  width: 11em; /* ICON_BOX_CONTAINER_WIDTH = ICON_BOX_WIDTH + 2em */
  height: 6.34em; /* ICON_BOX_CONTAINER_HEIGHT = ICON_BOX_CONTAINER_WIDTH * 30 / 52 */
  padding-top: 0.55em;
}
.mbeatrs-attribute__icon-box-container::before,
.mbeatrs-attribute__icon-box-container::after {
  content: "";
  z-index: 3;
  position: absolute;
  width: 0;
  border-left: 5.5em solid transparent; /* = ICON_BOX_CONTAINER_WIDTH / 2 */
  border-right: 5.5em solid transparent; /* = ICON_BOX_CONTAINER_WIDTH / 2 */
  display: block;
}
.mbeatrs-attribute__icon-box-container::before {
  border-bottom: 3.17em solid #fff; /* = ICON_BOX_CONTAINER_HEIGHT / 2 */
  top: -3.11em; /* = -(ICON_BOX_CONTAINER_HEIGHT / 2 - "a bit") */
}
.mbeatrs-attribute__icon-box-container::after {
  border-top: 3.17em solid #fff; /* = ICON_BOX_CONTAINER_HEIGHT / 2 */
  bottom: -3.11em; /* = -(ICON_BOX_CONTAINER_HEIGHT / 2 - "a bit") */
}
.mbeatrs-attribute__icon-box{
  display: block;
  z-index: 5;
  position: relative;
  background: #000;
  width: 9em; /* ICON_BOX_WIDTH = ICON_WIDTH + 3em */
  height: 5.19em; /* ICON_BOX_HEIGHT = ICON_BOX_WIDTH * 30 / 52 */
  margin: auto;
  text-align: center;
}

.mbeatrs-attribute__icon-box::before,
.mbeatrs-attribute__icon-box::after {
  content: "";
  z-index: 4;
  position: absolute;
  width: 0;
  border-left: 4.5em solid transparent; /* = ICON_BOX_WIDTH / 2 */
  border-right: 4.5em solid transparent; /* = ICON_BOX_WIDTH / 2 */
  display: block;
}
.mbeatrs-attribute__icon-box::before {
  border-bottom: 2.59em solid #999; /* = ICON_BOX_HEIGHT / 2 */
  top: -2.56em; /* = -(ICON_BOX_HEIGHT / 2 - "a bit") */
}
.mbeatrs-attribute__icon-box::after {
  border-top: 2.59em solid #999; /* = ICON_BOX_HEIGHT / 2 */
  bottom: -2.56em; /* = -(ICON_BOX_HEIGHT / 2 - "a bit") */
}
.mbeatrs-attribute--central
.mbeatrs-attribute__icon-box{
  background: #999;
}
.mbeatrs-attribute--among
.mbeatrs-attribute__icon-box{
  background: #f00;
}
.mbeatrs-attribute--edge
.mbeatrs-attribute__icon-box::before{
  border-bottom: 2.59em solid #000;
}
.mbeatrs-attribute--edge
.mbeatrs-attribute__icon-box::after{
  border-top: 2.59em solid #000;
}
.mbeatrs-attribute--among
.mbeatrs-attribute__icon-box::before{
  border-bottom: 2.59em solid #f00;
}
.mbeatrs-attribute--among
.mbeatrs-attribute__icon-box::after{
  border-top: 2.59em solid #f00;
}
.mbeatrs-attribute__icon {
  width: 6em; /* ICON_WIDTH */
  z-index: 6;
  position: relative;
  top: -1em;
}
.mbeatrs-attribute__icon--higher {
  top: -1.5em;
}
.mbeatrs-attribute__description {
  display: block;
  z-index: 2;
  position: relative;
  text-align: center;
  width: 8.5em; /* DESCRIPTION_WIDTH = ICON_BOX_WIDTH / DESCRIPTION_BASE + "a bit" */
  margin: auto;
  padding-top: 3.5em; /* DESCRIPTION_HEX_SPACE */
  height: 10em; /* DESCRIPTION_HEIGHT = manual, debe aumentar cada vez que aumente DESCRIPTION_HEX_SPACE */
  border-radius: 0 0 10em 10em; /* 0 0 DESCRIPTION_HEIGHT DESCRIPTION_HEIGHT*/
  /* DESCRIPTION_BASE */
  font-size: 1.2em;
  color: #000; /* mbe.mx/style.css fix */
  background: #fff;
  background: radial-gradient(
    circle at top,
    #bbb 0%,
    #fff 45%
  );
}
.mbeatrs-attribute__description--narrow {
  padding-left: 1.5em;
  padding-right: 1.5em;
}
.mbeatrs-attribute--among
.mbeatrs-attribute__description {
  margin-top: -15em;
  padding-top: 2em;
  border-radius: 10em 10em 0 0; /* DESCRIPTION_HEIGHT DESCRIPTION_HEIGHT 0 0 */
  background: radial-gradient(
    circle at bottom,
    #bbb 0%,
    #fff 45%
  );
}
.mbeatrs-footer {
  position: absolute;
  right: 0;
  bottom: 0;
  padding-bottom: 10em;
}
.mbeatrs-footer .franquicias-cta {
  font-size: 1.2em;
  margin-bottom: 2em;
  margin-right: 5.9em;
}
@media (max-width: 1200px) {
  .mbe-atributos {
    font-size: 13px;
  }
  .mbeatrs-header {
    right: auto;
    top: 2em;
    padding: 0;
  }
  .mbeatrs-header__title {
    float: left;
  }
  .mbeatrs-attribute-container {
    float: right;
    margin-top: 1.8em;
  }
  .mbeatrs-header::after {
    right: auto;
    left: 9em;
  }
  .mbeatrs-header__title::before,
  .mbeatrs-header__title::after {
    right: auto;
  }
  .mbeatrs-header__title::before {
    left: 0.7em;
  }
  .mbeatrs-header__title::after {
    left: 5.43em;
  }
  .mbeatrs-attribute__icon-box::before {
    top: -2.50em;
  }
  .mbeatrs-attribute__icon-box::after {
    bottom: -2.50em;
  }
  .mbeatrs-footer {
    right: auto;
    padding-bottom: 0;
  }
  .mbeatrs-footer .franquicias-cta {
    float: none;
    margin-right: auto;
  }
}
@media (max-width: 992px) {
  .mbe-atributos {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .mbeatrs-header {
    display: none;
  }
  .mbeatrs-attribute {
    background: #fff;
    margin: 1em 0;
    width: 100%;
    height: auto;
  }
  .mbeatrs-attribute-container {
    width: 100%;
    height: auto;
  }
  .mbeatrs-attribute__icon-box-container {
    float: left;
    height: 9em;
    width: 10em;
    background: #999;
  }
  .mbeatrs-attribute:nth-child(even) .mbeatrs-attribute__icon-box-container {
    background: #f00;
  }
  .mbeatrs-attribute__icon-box-container::before,
  .mbeatrs-attribute__icon-box-container::after,
  .mbeatrs-attribute__icon-box::before,
  .mbeatrs-attribute__icon-box::after {
    display: none;
  }
  .mbeatrs-attribute--central .mbeatrs-attribute__icon-box,
  .mbeatrs-attribute--among .mbeatrs-attribute__icon-box,
  .mbeatrs-attribute--edge .mbeatrs-attribute__icon-box {
    background: none;
  }
  .mbeatrs-attribute__icon {
    top: 0.2em;
  }
  .mbeatrs-attribute__icon--higher {
    top: -0.3em
  }
  .mbeatrs-attribute--among .mbeatrs-attribute__description,
  .mbeatrs-attribute__description {
    border-radius: 0;
    background: none;
  }
  .mbeatrs-attribute__description {
    display: block;
    float: left;
    font-size: 1.5em;
    text-align: left;
    height: auto;
    width: 11em;
  }
  .mbeatrs-attribute--among .mbeatrs-attribute__description,
  .mbeatrs-attribute__description {
    margin: 1.3em 0 0 1.5em;
    padding: 0;
  }
  .mbeatrs-footer {
    position: relative;
    width: 100%;
  }
  .mbeatrs-footer .franquicias-cta {
    font-size: 2em;
    margin: auto;
    margin-bottom: 1em;
  }
}

/* /solicita-mas-informacion-sobre-las-franquicias / cierre */
.franquicias-contacto__cierre {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #000;
  margin: 10em auto;
}
.fcc__quote {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.8em;
  display: block;
  width: 40em;
  margin: auto;
  position: relative;
}
.fcc__quote::before,
.fcc__quote::after {
  content: "";
  display: block;
  position: absolute;
  top: -0.75em;
  width: 1em;
  height: 2.5em;
  border: 0.5em solid red;
}
.fcc__quote::before {
  left: -1.25em;
  border-right: 0;
}
.fcc__quote::after {
  right: -1.25em;
  border-left: 0;
}
@media (max-width: 1200px) {
  .franquicias-contacto__cierre {
    font-size: 13px;
  }
}
@media (max-width: 992px) {
  .franquicias-contacto__cierre {
    font-size: 9px;
  }
}
@media (max-width: 767px) {
  .franquicias-contacto__cierre {
    margin: 5em auto;
  }
  .fcc__quote {
    width: 85%;
    text-align: center;
    font-size: 1.4em;
  }
  .fcc__quote::before,
  .fcc__quote::after {
    height: 3.4em;
    width: 0.8em;
  }
}

/* /solicita-mas-informacion-sobre-las-franquicias / intro */
.franquicias-contacto__intro {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  position:relative;
  margin: 2em auto;
  color: #000;
}
.franquicias-contacto__intro::before {
  content: "";
  height: 18.8em;
  width: 12em;
  background-image: url('img/arrow.png');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -8em;
  top: 0em;
}
.fci__advantages{
  list-style-type: none;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.7em;
  margin-top: 4.1em;
  line-height: 1.3;
}
.fci__advantage--emphasized {
  font-weight: 900;
}
@media (max-width: 1200px) {
  .franquicias-contacto__intro {
    font-size: 13px;
  }
}
@media (max-width: 992px) {
  .franquicias-contacto__intro {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .franquicias-contacto__intro::before {
    content: "";
    height: 24em;
    width: 18em;
    left: -11em;
    top: -8em;
  }
  .fci__advantages{
    text-align: left;
    margin-top: 0;
    font-size: 1.3em;
  }
}

/* /solicita-mas-informacion-sobre-las-franquicias / header */
.mbe-header__main-title--solicita-mas-informacion-sobre-las-franquicias h1{
  bottom: -10px;
}
.mbe-header__main-title--solicita-mas-informacion-sobre-las-franquicias h1,
.mbe-header__main-title--solicita-mas-informacion-sobre-las-franquicias h1 strong{
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
}
.mbe-header__bottom-title--solicita-mas-informacion-sobre-las-franquicias h2{
  letter-spacing: 1.5px;
  width: 420px;
  top: 26px;
}
@media (max-width: 992px) {
  .mbe-header__main-title--solicita-mas-informacion-sobre-las-franquicias h1,
  .mbe-header__main-title--solicita-mas-informacion-sobre-las-franquicias h1 strong{
    font-size: 35px;
  }
  .mbe-header__bottom-title--solicita-mas-informacion-sobre-las-franquicias h2{
    width: 350px;
  }
}
@media (max-width: 767px) {
  .mbe-header__main-title--solicita-mas-informacion-sobre-las-franquicias h1,
  .mbe-header__main-title--solicita-mas-informacion-sobre-las-franquicias h1 strong{
    font-size: 29px;
  }
  .mbe-header__bottom-title--solicita-mas-informacion-sobre-las-franquicias h2{
    font-size: 12px;
    width: 315px;
  }
}
.mbe-header__main-title--franquicias h1{
  bottom: -15px;
  font-size: 35px;
}
.mbe-header__main-title--franquicias h1 strong {
  font-size: 36px;
}
.mbe-header__main-title--franquicias h1 small {
  color: #fff;
}
@media (max-width: 992px){
  .mbe-header__main-title--no-home.mbe-header__main-title--franquicias h1{
    bottom: -15px;
    font-size: 27px;
  }
  .mbe-header__main-title--no-home.mbe-header__main-title--franquicias h1 strong {
    font-size: 28px;
  }
}
@media (max-width: 767px){
  .mbe-header__main-title--no-home.mbe-header__main-title--franquicias h1{
    bottom: -15px;
    font-size: 21px;
  }
  .mbe-header__main-title--no-home.mbe-header__main-title--franquicias h1 strong {
    font-size: 22px;
  }
}

/* Franquicias / Soluciones MBE */
@media (max-width: 600px) {
  .solutions .franquicias-cta {
    font-size: 1.25em;
    margin: auto;
  }
}
/* Franquicias / logos couriers */
.socios-comerciales__title {
  text-align: center;
  text-transform: uppercase;
}
.socios-comerciales__logos {
  display: block;
  width: 75%;
  margin: 3em auto;
  margin-top: 2em;
}
@media (max-width: 992px) {
  .socios-comerciales__logos {
    width: 90%;
    margin: 2em auto;
  }
}
@media (max-width: 600px) {
  .socios-comerciales__logos {
    width: 95%;
  }
}
/* Franquicias / Whatsapp link */
.franquicias__whatsapp-container {
  display: block;
  width: 6em;
  height: 6em;
  background: #6b3;
  background: radial-gradient(
    circle,
    #bf8 0%,
    #6b3 100%);
  padding-top: 1em;
  border-radius: 50% !important;
  position: fixed;
  bottom: 2em;
  right: 2em;
  z-index: 10;
}
.franquicias__whatsapp-icon {
  display: block;
  width: 4em;
  height: 4em;
  margin: auto;
}
@media (max-width: 992px) {
  .franquicias__whatsapp-container {
    font-size: 13px;
  } 
}
@media (max-width: 767px) {
  .franquicias__whatsapp-container {
    font-size: 12px;
  } 
}

/* Franquicias / En noticias */
.press-mentions--franchises{
  background-color: #f6f6f7;
  padding-top: 30px;
  height: 32em;
}
.press-mentions--franchises .press-mention {
  width: 28%;
  height: 21em;
  margin: 0 2.5%;
  padding: 1em;
  background: #fff;
  border-radius: 1em !important;
  box-shadow: -0.4em 0.5em 0 0.2em rgba(0,0,0,0.1);
  -webkit-box-shadow: -0.4em 0.5em 0 0.2em rgba(0,0,0,0.1);
  position: relative;
}
.press-mentions--franchises .press-mention__clipping-container {
  width: 100%;
}
.press-mention__header {
  width: 100%;
  height: 3em;
  position: relative;
}
.press-mention__logo {
  width: 7em; 
  display: block;
  position: absolute;
  bottom: 0.7em;
}
.press-mentions--franchises .press-mention__clipping-container {
  display: none;
}
.press-mentions--franchises .press-mention__details {
  width: 100%;
  padding: 0;
}
.press-mentions--franchises .press-mention__title {
  margin-bottom: 1em;
}
.press-mention__button {
  position: absolute;
  bottom: 1em;
  left: 0.9em;
}
a.press-mention__button,
a.press-mention__button:link
a.press-mention__button:visited
a.press-mention__button:hover
a.press-mention__button:active
a.press-mention__button:focus {
  color: black;
  text-decoration: none;
}
@media (max-width: 1200px) {
  .press-mentions--franchises {
    font-size: 15px;
  }
}
@media (max-width: 900px) {
  .press-mentions--franchises {
    font-size: 11px;
  }
}
@media (max-width: 600px) {
  .press-mentions--franchises {
    font-size: 16px;
    height: auto;
  }
  .press-mentions--franchises .press-mentions {
    padding-top: 15px;
    padding-bottom: 0;
    height: auto;
  }
  .press-mentions--franchises .press-mention {
    width: 92%;
    max-width: none;
    margin: 0 0 40px 4%;
    height: auto;
  }
  .press-mention__header {
    height: 2.5em;
  }
  .press-mention__logo {
    bottom: 0;
  }
  .press-mentions--franchises .press-mention__title {
    margin-bottom: 0;
  }
  .press-mention__button {
    position: relative;
    bottom: auto;
    left: auto;
    display: inline-block;
    margin-top: 1em;
  }
}