@font-face {
  font-display: swap;
  font-family: "FiraSansLight";
  src: url("fonts/fira-sans/FiraSansLight.eot");
  src: url("fonts/fira-sans/FiraSansLight.eot") format("embedded-opentype"),
    url("fonts/fira-sans/FiraSansLight.woff2") format("woff2"),
    url("fonts/fira-sans/FiraSansLight.woff") format("woff"),
    url("fonts/fira-sans/FiraSansLight.ttf") format("truetype"),
    url("fonts/fira-sans/FiraSansLight.svg#FiraSansLight") format("svg");
}
@font-face {
  font-display: swap;
  font-family: "FiraSansBold";
  src: url("fonts/fira-sans/FiraSansBold.eot");
  src: url("fonts/fira-sans/FiraSansBold.eot") format("embedded-opentype"),
    url("fonts/fira-sans/FiraSansBold.woff2") format("woff2"),
    url("fonts/fira-sans/FiraSansBold.woff") format("woff"),
    url("fonts/fira-sans/FiraSansBold.ttf") format("truetype"),
    url("fonts/fira-sans/FiraSansBold.svg#FiraSansBold") format("svg");
}
@font-face {
  font-display: swap;
  font-family: "FiraSansMedium";
  src: url("fonts/fira-sans/FiraSansMedium.eot");
  src: url("fonts/fira-sans/FiraSansMedium.eot") format("embedded-opentype"),
    url("fonts/fira-sans/FiraSansMedium.woff2") format("woff2"),
    url("fonts/fira-sans/FiraSansMedium.woff") format("woff"),
    url("fonts/fira-sans/FiraSansMedium.ttf") format("truetype"),
    url("fonts/fira-sans/FiraSansMedium.svg#FiraSansMedium") format("svg");
}
@font-face {
  font-display: swap;
  font-family: "FiraSansRegular";
  src: url("fonts/fira-sans/FiraSansRegular.eot");
  src: url("fonts/fira-sans/FiraSansRegular.eot") format("embedded-opentype"),
    url("fonts/fira-sans/FiraSansRegular.woff2") format("woff2"),
    url("fonts/fira-sans/FiraSansRegular.woff") format("woff"),
    url("fonts/fira-sans/FiraSansRegular.ttf") format("truetype"),
    url("fonts/fira-sans/FiraSansRegular.svg#FiraSansRegular") format("svg");
}
@font-face {
  font-display: swap;
  font-family: "PT_SerifWebRegular";
  src: url("fonts/pt-sans/PT_SerifWebRegular.eot");
  src: url("fonts/pt-sans/PT_SerifWebRegular.eot") format("embedded-opentype"),
    url("fonts/pt-sans/PT_SerifWebRegular.woff2") format("woff2"),
    url("fonts/pt-sans/PT_SerifWebRegular.woff") format("woff"),
    url("fonts/pt-sans/PT_SerifWebRegular.ttf") format("truetype"),
    url("fonts/pt-sans/PT_SerifWebRegular.svg#PT_SerifWebRegular") format("svg");
}
@font-face {
  font-display: swap;
  font-family: "PT_SerifWebBold";
  src: url("fonts/pt-sans/PT_SerifWebBold.eot");
  src: url("fonts/pt-sans/PT_SerifWebBold.eot") format("embedded-opentype"),
    url("fonts/pt-sans/PT_SerifWebBold.woff2") format("woff2"),
    url("fonts/pt-sans/PT_SerifWebBold.woff") format("woff"),
    url("fonts/pt-sans/PT_SerifWebBold.ttf") format("truetype"),
    url("fonts/pt-sans/PT_SerifWebBold.svg#PT_SerifWebBold") format("svg");
}
@font-face {
  font-display: swap;
  font-family: "PT_SerifWebBoldItalic";
  src: url("fonts/pt-sans/PT_SerifWebBoldItalic.eot");
  src: url("fonts/pt-sans/PT_SerifWebBoldItalic.eot")
      format("embedded-opentype"),
    url("fonts/pt-sans/PT_SerifWebBoldItalic.woff2") format("woff2"),
    url("fonts/pt-sans/PT_SerifWebBoldItalic.woff") format("woff"),
    url("fonts/pt-sans/PT_SerifWebBoldItalic.ttf") format("truetype"),
    url("fonts/pt-sans/PT_SerifWebBoldItalic.svg#PT_SerifWebBoldItalic")
      format("svg");
}
@font-face {
  font-display: swap;
  font-family: "PT_SerifWebItalic";
  src: url("fonts/pt-sans/PT_SerifWebItalic.eot");
  src: url("fonts/pt-sans/PT_SerifWebItalic.eot") format("embedded-opentype"),
    url("fonts/pt-sans/PT_SerifWebItalic.woff2") format("woff2"),
    url("fonts/pt-sans/PT_SerifWebItalic.woff") format("woff"),
    url("fonts/pt-sans/PT_SerifWebItalic.ttf") format("truetype"),
    url("fonts/pt-sans/PT_SerifWebItalic.svg#PT_SerifWebItalic") format("svg");
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}
html {
  height: 100%;
  font-size: 62.5%;
}
body {
  height: 100%;
  margin: 0px;
  padding: 0px;
  font-family: sans-serif;
  background-color: #333;
}
header {
  font-size: 1.4rem;
}
section {
  font-size: 1.4rem;
}
section.section-mobile {
  font-size: inherit;
}
footer {
  font-size: 1rem;
}
img {
  max-width: 100%;
}



body {
  /*background: transparent url('../img/bg/bg_cuadros.gif') repeat;	*/
  background-color: #dfdfdf;
  font-family: "FiraSansLight";
  font-size: 100%;
}
strong {
  font-family: "FiraSansMedium";
}
textarea,
input,
button {
  outline: none;
}
.wrapper {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  background-color: #fff;
}
.no_mobile {
  display: inline;
}
.desktop {
  display: block;
}
.mobile {
  display: none;
}
.lazy-module {
  opacity: 1;
}
header {
  padding: 0px;
  width: 100%;
  height: 114px;
  border-bottom: 3px solid #ff0033;
}
header .header-wrapper {
  width: 80%;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}
header .header-wrapper .header-left {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
  gap: 20px;
}
/* header .header-wrapper .header-left .header-logo {
  width: 145px;
  height: 100%;
  
  margin: 16px 4px 6px 33px;
  display: inline-block;
  float: left;
  background-size: contain;
  background-repeat: no-repeat;
} */

.nuevo{
  background-color: #00bf9e;
  color: #fff;
  padding: 1px 18px;
  border-radius: 50px;
  text-align: center;
  display: inline-block;
  font-size: 26px;
}
header .header-wrapper .header-left .header-text h1 {
  display: none;
}
header .header-wrapper .header-left .header-text h2 {
  margin: 0;
  font-family: "FiraSansBold";
  font-size: 2.1em;
}
header .header-wrapper .header-left .header-text h3 {
  margin-top: 3px;
}
header .header-wrapper .header-right {
  float: right;
  width: 25%;
  height: 100%;
  padding-top: 28px;
}
header .header-wrapper .header-right .boe {
  width: 84%;
  max-width: 185px;
  padding: 4px 12px;
  background-color: #eee;
  overflow: hidden;
  float: right;
}
header .header-wrapper .header-right .boe span {
  font-size: 9px;
  clear: left;
  display: block;
}
footer {
  padding: 0px;
  padding-top: 20px;
  width: 100%;
  height: 90px;
  font-size: 12px;
  background-color: #fff;
  border-top: 1px solid #ccc;
}
footer .footer-wrapper {
  width: 75%;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}
footer .footer-wrapper .footer-left {
  width: 30%;
  height: 100%;
  float: left;
  overflow: hidden;
}
footer .footer-wrapper .footer-left .footer-logo {
  width: 100%;
  max-width: 80px;
  height: 100%;
  margin: 20px 0 0 0;
  display: inline-block;
  /* float: left; */
  background-image: url(../img/sd/verisure_pe.png);
  background-size: contain;
  background-repeat: no-repeat;
}
footer .footer-wrapper .footer-left .footer-text {
  float: left;
  margin-left: 10px;
  padding-top: 32px;
}
footer .footer-wrapper .footer-right {
  float: left;
  width: 70%;
  text-align: center;
}
footer .footer-wrapper .footer-right ul {
  padding: 0;
  margin-top: 32px;
}
footer .footer-wrapper .footer-right ul li {
  display: inline;
  margin-right: 5px;
}
footer .footer-wrapper .footer-right ul li a {
  text-decoration: none;
  color: #000;
}
footer .footer-wrapper .footer-right ul li a:visited {
  color: #000;
}
footer .footer-wrapper .footer-right ul li span {
  margin-left: 5px;
}

.red-footer {
  text-decoration: underline;
  color: #ff0033;
}

.cookies {
  display: block;
  width: 100%;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  padding: 10px 0;
  text-align: center;
  background-color: #000;
  color: #fff;
}
.cookies .cookies-content {
  padding: 0 10%;
}
.cookies .cookies-text {
  float: left;
  padding: 4px 0;
}
.cookies .cookies-buttons button {
  color: #000;
  padding: 4px;
}
/*
NOMBRE:
DESCRIPCION:
*/
.copy {
  display: block;
  width: 100%;
  overflow: hidden;
  background-color: #ff0033;
  border-bottom: 3px solid #ff0033;
}
.copy .copy-wrapper {
  display: block;
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  padding: 12px 0;
}
.copy .copy-wrapper .copy-text {
  color: #ffffff;
  font-family: "FiraSansBold";
  font-size: 26px;
  display: inline-block;
}
/* ATENCIÓN AL CLIENTE*/
.tabla-atc {
  font-family: "FiraSansLight";
  display: table;
  width: 100%;
  background-image: url(../img/producto/operadora.jpg);
  background-position: 63% 50%;
  background-size: cover;
  height: 420px;
  font-size: 17px;
}
.atc1 {
  font-family: "FiraSansLight";
  font-size: 17px;
  display: table;
  width: 89%;
  height: 420px;
  width: 80%;
  margin: 3% 0% 3% 11%;
}
.atc1-mobile {
  display: none;
}
.filaatc {
  display: table-row;
  text-align: center;
}
.col1-atc {
  display: table-cell;
  width: 50%;
  height: 200px;
  vertical-align: middle;
}
.col2-atc {
  display: table-cell;
  width: 50%;
  height: 200px;
  vertical-align: middle;
}
.colmod2atc {
  display: table-cell;
  width: auto;
  height: 200px;
  vertical-align: middle;
}
.colmod3atc {
  display: table-cell;
  width: 38%;
  height: 200px;
  vertical-align: middle;
}
.contenedoratc {
  margin-left: 23%;
  text-align: left;
}
.contenedoratc ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 20px;
}
.contenedoratc ul li {
  padding-left: 1em;
  text-indent: -0.7em;
  font-size: 15px;
  line-height: 20px;
}
.contenedoratc ul li:before {
  content: "• ";
  color: #ff0033;
}
.contenedormod2atc {
  margin: 25% auto;
  text-align: left;
  width: 94%;
}
.video-image-detector {
  top: 0%;
}
.video-image-detector .m_btn_video {
  width: 115px;
  height: 78px;
}
.m_btn_video {
  position: relative;
  display: inline-block;
  width: 115px;
  height: 75px;
  border-radius: 21px;
  background-color: #000000;
  border: 0px solid #ef0009;
  text-align: center;
  font-family: "AdobeBlank", sans-serif;
  font-weight: normal !important;
  font-style: normal !important;
  font-size: 0;
  opacity: 0.6;
}
.m_btn_video:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -13px;
  content: "";
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 30px solid #ffffff;
  opacity: 1;
}
/*DETECCION ANTICIPADA*/
.tabla-detector {
  font-family: "FiraSansLight";
  display: table;
  width: 100%;
  background-image: url(../img/producto/chalet-deteccion.png);
  background-position: 100% 0;
  background-size: contain;
  background-repeat: no-repeat;
  height: 420px;
  font-size: 17px;
}
.tabla-detector.tabla-detector__cloudcam {
  background-image: none;
  position: relative;
}
.tabla-detector.tabla-detector__cloudcam:before {
  content: "";
  position: absolute;
  right: 0;
  height: 100%;
  width: 600px;
  background-image: url(../img/producto/cloudcam.png);
  background-repeat: no-repeat;
  background-size: cover;
  transform: scaleX(-1);
  z-index: 0;
}
.tabla-negocio {
  font-family: "FiraSansLight";
  display: table;
  width: 100%;
  background-image: url(../img/producto/video-negocio.jpg);
  background-position: 35% 50%;
  background-size: cover;
  height: 420px;
  font-size: 17px;
}
.detector {
  display: none;
}
.detector1 {
  font-family: "FiraSansLight";
  font-size: 17px;
  display: table;
  height: 420px;
  width: 80%;
  margin: 0 auto;
}
.detector1-mobile {
  display: none;
}
.fila {
  display: table-row;
  text-align: center;
}
.col1-detector {
  display: table-cell;
  width: 42%;
  height: 200px;
  vertical-align: middle;
}
.tabla-detector__cloudcam .col1-detector {
  display: table-cell;
  width: 42%;
  height: 100%;
  vertical-align: middle;
  position: relative;
}
.col2-detector {
  display: table-cell;
  width: 50%;
  height: 200px;
  vertical-align: middle;
}
.colmod2 {
  display: table-cell;
  width: auto;
  height: 200px;
  vertical-align: middle;
}
.colmod3 {
  display: table-cell;
  width: 41%;
  height: 200px;
  vertical-align: top;
  line-height: 28px;
}
.contenedor {
  margin-left: 26%;
  margin-top: -14%;
  text-align: justify;
  line-height: 22px;
  font-size: 16px;
}
.contenedormod2 {
  margin: 25% auto;
  text-align: left;
  width: 80%;
}
.contenedormod2 h2 {
  margin-top: 15px;
}
.sensor1 {
  color: #aa6d6e;
  margin-left: auto;
  width: auto;
}
.new-product {
  background-color: #ff0033;
  color: #fff;
  letter-spacing: 1.5px;
  font-size: 0.8em;
  padding: 5px 15px;
  font-weight: bold;
  border-radius: 5px;
  margin-bottom: 0px;
}
.new-product p {
  line-height: 28px;
}
.video-image-detector {
  top: 0%;
}
.video-image-detector .m_btn_video {
  width: 115px;
  height: 78px;
}
.m_btn_video {
  position: relative;
  display: inline-block;
  width: 115px;
  height: 75px;
  border-radius: 21px;
  background-color: #000000;
  border: 0px solid #ef0009;
  text-align: center;
  font-family: "AdobeBlank", sans-serif;
  font-weight: normal !important;
  font-style: normal !important;
  font-size: 0;
  opacity: 0.6;
}
.m_btn_video:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -13px;
  content: "";
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 30px solid #ffffff;
  opacity: 1;
}
.linkvideo {
  margin-top: 15px;
  color: #ff0033;
  text-decoration: none;
  font-size: 18px;
  background-image: url(https://www.securitasdirect.es/lp/html/img/ico/play.gif);
  background-repeat: no-repeat;
  padding-left: 40px;
  padding-bottom: 5px;
  display: block;
}
.detector-icono {
  float: right;
  margin: -6% 0% 38% -4%;
}

/*STYLE HEADER*/
.header-text-banco {
  display: block;
}



@media only screen and (max-width: 1250px) {
  .detector-icono {
    margin: -6% 2% -18% 6%;
    max-width: 30%;
  }
}
@media only screen and (min-width: 992px) {
  .detector-icono {
    float: right;
    position: relative;
    left: 25px;
    bottom: 4px;
    margin: -9% 0% -18% 6%;
  }
  .detector1-mobile {
    display: none;
  }
 
}
@media only screen and (max-width: 768px) {
  .linea {
    /* border: 6px #cacaca; */
    background-color: #cacaca;
    height: 1px;
    margin-left: -50px;
  }
  .tabla-detector {
    font-size: 14px;
    line-height: 23px;
    background-image: none;
    background-position: 25% 50%;
  }
  .tabla-detector.tabla-detector__cloudcam:before {
    display: none;
  }
  .detector1-mobile {
    display: block;
    font-family: "FiraSansLight";
    font-size: 14px;
    line-height: 23px;
    display: table;
    width: 89%;
    height: 420px;
    margin: 3% 0% 3% 11%;
  }
  .detector1 {
    display: none;
  }
  .col2-atc {
    margin-top: 5%;
    display: block;
    width: 100%;
    background-position: 86% 50%;
    background-size: cover;
    background-image: url(../img/producto/operadora.jpg);
  }
  .tabla-atc {
    background-image: none;
  }
  .contenedoratc {
    margin-left: 6%;
    text-align: left;
  }
  .col2-detector {
    margin-top: 10%;
    display: block;
    width: 100%;
    background-position: 86% 50%;
    background-size: cover;
    background-image: url(../img/mobile/producto/chalet-deteccion.png);
  }
  .tabla-detector__cloudcam .col2-detector {
    background-image: url(../img/producto/cloudcam.png);
    background-position: 86% 20%;
  }
  .col2-negocio {
    margin-top: 10%;
    display: block;
    width: 100%;
    background-position: 86% 50%;
    background-size: cover;
    background-image: url(../img/producto/video-negocio.jpg);
  }
  .col1-detector {
    margin-top: 7%;
    display: initial;
    width: 100%;
  }
  .tabla-detector__cloudcam .col1-detector {
    display: initial;
    width: 100%;
    height: 200px;
  }
  .contenedor {
    margin: 5%;
  }
  .video-image-detector .m_btn_video {
    width: 115px;
    height: 78px;
    margin-top: 9%;
    margin-left: 0%;
  }
  .contenedormod2 {
    margin: 6% 6%;
    width: 90%;
  }
  .colmod2 {
    margin: 0 auto;
    margin-bottom: 3%;
    display: block;
    width: 100%;
    height: auto;
    /* vertical-align: middle; */
  }
  .colmod3 {
    display: block;
    width: 100%;
    height: auto;
    /* vertical-align: top; */
  }
  .detector-icono {
    display: none;
  }
  .detector1-mobile {
    width: 89%;
    height: 420px;
    width: 100%;
    margin: 0 auto;
  }
}
/*
	NOMBRE: ribbon
	DESCRIPCION: 
*/
.oferta {
  display: block;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  border-bottom: 3px solid #ccc;
}
.oferta .oferta-wrapper {
  display: block;
  width: 80%;
  overflow: hidden;
  margin: 0 auto;
}
.oferta .oferta-wrapper .oferta-text {
  display: block;
  overflow: hidden;
  padding: 16px 0;
  width: calc(100% - 423px);
  float: left;
  color: #ff0033;
}
.oferta .oferta-wrapper .oferta-text .oferta-descuento {
  display: block;
  width: 100%;
  overflow: hidden;
  font-family: FiraSansMedium;
  text-align: center;
  font-size: 35px;
}
.oferta .oferta-wrapper .oferta-text .oferta-descuento .subcopy {
  font-size: 20px;
}
.oferta .oferta-wrapper .oferta-text .oferta-extra {
  display: block;
  width: 100%;
  overflow: visible;
  text-align: center;
  line-height: 28px;
  font-size: 22px;
  color: #000000;
  padding-top: 1px;
}
.oferta .oferta-wrapper .oferta-fin {
  padding: 24px 0;
  display: block;
  overflow: hidden;
  float: left;
  width: 423px;
  text-align: center;
}
.oferta .oferta-wrapper .oferta-fin .oferta-fin-text {
  width: 100%;
  overflow: hidden;
  font-family: "FiraSansMedium";
  display: block;
  font-size: 23px;
  color: #ff0033;
}
.oferta .oferta-wrapper .oferta-fin .oferta-fin-fecha {
  width: 100%;
  overflow: visible;
  display: block;
  font-size: 30px;
}
/* oferta-descuento si oferta-extra sin texto*/
@media only screen and (min-width: 992px) {
  .oferta .oferta-wrapper .oferta-text.oferta-special {
    padding: 35px 0;
  }
}
.ribbon {
  display: block;
  clear: both;
  background-color: #ff0033;
}
.ribbon .wrap_module {
  width: 80%;
  padding: 10px 10%;
  overflow: hidden;
  margin: 0 auto;
}
.ribbon .wrap_module p {
  width: 18em;
  line-height: 60px;
  float: left;
  margin: 0px;
  padding: 0px;
  color: #ffffff;
  font-family: "FiraSansMedium";
  font-size: 2em;
}
.ribbon .wrap_module a {
  /* float: right; */
  display: inline-block;
  padding: 20px 60px 20px 20px;
  font-family: "FiraSansLight";
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
  background-color: #ff0033;
  border: 2px solid #fff;
  -webkit-border-radius: 40px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 40px;
  -moz-background-clip: padding;
  border-radius: 40px;
  background-clip: padding-box;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  background: transparent url("img/sd_sprite.png") 130px 15px no-repeat;
}
.ribbon .wrap_module a:hover {
  color: #ff0033;
  background-color: #fff;
}
.ribbon .wrap_module .center_with_device {
  display: block;
  overflow: hidden;
}
.formulario {
  position: relative;
  width: 100%;
  border-bottom: 3px solid #ccc;
}
.formulario .formulario-image {
  display: block;
  width: auto;
  max-width: none;
  height: 456px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.formulario .formulario-image.right {
  background-position: 100% 50%;
}
.formulario .formulario-image.left {
  background-position: 0% 50%;
}

.formulario .formulario-wrapper.banca {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 0;
}

.formulario .formulario-wrapper {
  width: 100%;
  max-width: 423px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 10%;
  background-color: #fff;
  overflow: hidden;
  /* padding-top: 34px; */
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 0;
}
.formulario .formulario-wrapper h2 {
  display: block;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  line-height: 38px;
  font-size: 38px;
}
.formulario .formulario-wrapper h2 sup {
  font-size: 50%;
}
.formulario .formulario-wrapper h3 {
  display: block;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  font-size: 23px;
}
.formulario .formulario-wrapper h3 span {
  display: inline;
  width: auto;
  margin: auto;
  text-align: left;
  font-size: inherit;
}
.formulario .formulario-wrapper h2.mobile {
  display: none;
}
.formulario .formulario-wrapper h3.mobile {
  display: none;
}
.formulario .formulario-wrapper .formulario-calculadora {
  display: block;
  width: 80%;
  margin: 20px auto;
  max-width: 350px;
}
.formulario .formulario-wrapper .formulario-calculadora a {
  display: block;
  width: 100%;
  height: 60px;
  background-color: #ff0033;
  color: #fff;
  text-align: center;
  line-height: 60px;
  font-size: 16px;
  text-decoration: none;
  border-radius: 30px;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.formulario .formulario-wrapper .formulario-calculadora a:hover {
  background-color: #a62828;
}
.formulario .formulario-wrapper .formulario-calculadora.mobile {
  display: none;
}
.formulario .formulario-wrapper .formulario-calculadora.desktop {
  display: block;
}
.formulario .formulario-wrapper span {
  display: block;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
}
.formulario .formulario-wrapper span.telf-ejemplo {
  width: 100%;
  margin: 1em 0;
  font-size: 11px;
}
.formulario .formulario-wrapper .formulario-c2c {
  display: block;
  width: 80%;
  margin: 5px auto 12px;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 30px;
  padding: 0 5px;
  max-width: 350px;
}
.formulario .formulario-wrapper .formulario-c2c form {
  overflow: hidden;
}
.formulario .formulario-wrapper .formulario-c2c input {
  border: none;
  outline: none;
  width: 55%;
  float: left;
  display: block;
  line-height: 58px;
  background-color: transparent;
  padding-left: 10px;
  text-align: center;
  height: 60px;
}
.formulario .formulario-wrapper .formulario-c2c .formulario-c2c-boton {
  display: block;
  width: 45%;
  overflow: hidden;
  float: left;
}
.formulario .formulario-wrapper .formulario-c2c .formulario-c2c-boton button {
  background-color: #ff0033;
  color: #fff;
  border: none;
  height: 50px;
  border-radius: 25px;
  line-height: 50px;
  font-size: 14px;
  width: 100%;
}
.formulario
  .formulario-wrapper
  .formulario-c2c
  .formulario-c2c-boton
  button:hover {
  background-color: #a62828;
}
.formulario .formulario-wrapper .formulario-privacidad {
  display: block;
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
.formulario .formulario-wrapper .formulario-privacidad span {
  display: inline;
  width: auto;
  margin: auto;
  font-size: 12px;
}
.formulario .formulario-wrapper .formulario-privacidad a {
  color: #ff0033;
  font-size: 12px;
}
.formulario .formulario-wrapper .formulario-privacidad a:visited {
  color: #ff0033;
}
.formulario .formulario-wrapper .formulario-llamanos {
  position: absolute;
  width: 100%;
  bottom: 0;
  background-color: #f3f3f3;
  text-align: center;
  border-top: 1px solid #ccc;
  height: 58px;
  line-height: 58px;
}
.formulario .formulario-wrapper .formulario-llamanos span {
  display: inline;
  width: auto;
  margin: auto;
  font-size: 20px;
  text-align: initial;
}
.formulario .formulario-wrapper .formulario-llamanos span.desktop {
  display: inline;
}
.formulario .formulario-wrapper .formulario-llamanos span.mobile {
  display: none;
}
.formulario
  .formulario-wrapper
  .formulario-llamanos
  .formulario-llamanos-numero {
  display: inline;
  width: auto;
  margin: auto;
  font-size: 30px;
  font-family: "FiraSansBold";
  text-align: initial;
}
.formulario-mapfre {
  position: relative;
  width: 100%;
  border-bottom: 3px solid #ccc;
}
.formulario-mapfre .formulario-image {
  display: block;
  width: auto;
  max-width: none;
  height: 456px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.formulario-mapfre .formulario-image.right {
  background-position: 100% 50%;
}
.formulario-mapfre .formulario-image.left {
  background-position: 0% 50%;
}
.formulario-mapfre .formulario-wrapper {
  width: 100%;
  max-width: 423px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 10%;
  background-color: #fff;
  overflow: hidden;
  padding-top: 24px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.formulario-mapfre .formulario-wrapper h2 {
  display: block;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  line-height: 38px;
  font-size: 38px;
}
.formulario-mapfre .formulario-wrapper h2 sup {
  font-size: 50%;
}
.formulario-mapfre .formulario-wrapper h3 {
  display: block;
  width: 80%;
  margin: 0 auto 15px auto;
  text-align: center;
  font-size: 23px;
}
.formulario-mapfre .formulario-wrapper h3 span {
  display: inline;
  width: auto;
  margin: auto;
  text-align: left;
  font-size: inherit;
}
.formulario-mapfre .formulario-wrapper h2.mobile {
  display: none;
}
.formulario-mapfre .formulario-wrapper h3.mobile {
  display: none;
}
.formulario-mapfre .formulario-wrapper .formulario-calculadora {
  display: block;
  width: 80%;
  margin: 20px auto;
  max-width: 350px;
}
.formulario-mapfre .formulario-wrapper .formulario-calculadora a {
  display: block;
  width: 100%;
  height: 60px;
  background-color: #ff0033;
  color: #fff;
  text-align: center;
  line-height: 60px;
  font-size: 16px;
  text-decoration: none;
  border-radius: 30px;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.formulario-mapfre .formulario-wrapper .formulario-calculadora a:hover {
  background-color: #a62828;
}
.formulario-mapfre .formulario-wrapper .formulario-calculadora.mobile {
  display: none;
}
.formulario-mapfre .formulario-wrapper .formulario-calculadora.desktop {
  display: block;
}
.formulario-mapfre .formulario-wrapper span {
  display: block;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
}
.formulario-mapfre .formulario-wrapper span.telf-ejemplo {
  width: 100%;
  margin: 1em 0;
  font-size: 11px;
}
.formulario-mapfre .formulario-wrapper .formulario-c2c {
  display: block;
  width: 80%;
  margin: 5px auto;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 30px;
  padding: 0 0px;
  max-width: 350px;
}
.formulario-mapfre .formulario-wrapper .formulario-c2c form {
  overflow: hidden;
}
.formulario-mapfre .formulario-wrapper .formulario-c2c input {
  border: none;
  outline: none;
  width: 100%;
  display: block;
  line-height: 50px;
  background-color: transparent;
  padding-left: 0px;
  text-align: center;
  height: 50px;
}
.formulario-mapfre .formulario-wrapper .formulario-c2c-boton {
  display: block;
  width: 80%;
  overflow: hidden;
  margin: 0 auto;
}
.formulario-mapfre .formulario-wrapper .formulario-c2c-boton button {
  background-color: #ff0033;
  color: #fff;
  border: none;
  height: 50px;
  border-radius: 25px;
  line-height: 50px;
  font-size: 14px;
  width: 100%;
}
.formulario-mapfre .formulario-wrapper .formulario-c2c-boton button:hover {
  background-color: #a62828;
}
.formulario-mapfre .formulario-wrapper .formulario-privacidad {
  clear: both;
  display: block;
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
.formulario-mapfre .formulario-wrapper .formulario-privacidad span {
  display: inline;
  width: auto;
  margin: auto;
  font-size: 12px;
}
.formulario-mapfre .formulario-wrapper .formulario-privacidad a {
  color: #ff0033;
  font-size: 12px;
}
.formulario-mapfre .formulario-wrapper .formulario-privacidad a:visited {
  color: #ff0033;
}
.formulario-mapfre .formulario-wrapper .formulario-llamanos {
  position: absolute;
  width: 100%;
  bottom: 0;
  background-color: #f3f3f3;
  text-align: center;
  border-top: 1px solid #ccc;
  height: 58px;
  line-height: 58px;
}
.formulario-mapfre .formulario-wrapper .formulario-llamanos span {
  display: inline;
  width: auto;
  margin: auto;
  font-size: 20px;
  text-align: initial;
}
.formulario-mapfre .formulario-wrapper .formulario-llamanos span.desktop {
  display: inline;
}
.formulario-mapfre .formulario-wrapper .formulario-llamanos span.mobile {
  display: none;
}
.formulario-mapfre
  .formulario-wrapper
  .formulario-llamanos
  .formulario-llamanos-numero {
  display: inline;
  width: auto;
  margin: auto;
  font-size: 30px;
  font-weight: bold;
  text-align: initial;
}
.copy-mobile {
  border-top: 3px solid #ff0033;
}
.calculadora_ifr {
  display: block;
  width: 100%;
  overflow: hidden;
  background-color: #ffffff;
  border-bottom: 1px solid hsl(0,0%,90%)!important;
}
.calculadora_ifr .calculadora_ifr_wrapper {
  width: 80%;
  margin: 0 auto;
}
.calculadora_ifr .title_calc {
  text-align: center;
  font-size: 3em;
  color: #444;
  margin: 1em 0 0.5em 0;
}
.calculadora_ifr .subtitle_calc {
  text-align: center;
  font-size: 1.5em;
  margin: 0em 0 1em 0;
  color: #9a9a9a;
}
.kit {
  overflow: hidden;
  background-color: #ffffff;
  padding: 30px 0;

}
.kit .kit-wrapper {
  display: block;
  width: 80%;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
}
.kit .kit-wrapper .kit-text {
  overflow: hidden;
}
.kit .kit-wrapper .kit-text h2 {
  margin-top: 0;
  font-size: 30px;
}
.kit .kit-wrapper .kit-text p {
  font-size: 16px;
  width: 100%;
  margin: 0 auto;
}
.kit .kit-wrapper .kit-image {
  margin-top: 20px;
}
.kit .kit-wrapper .kit-image img {
  width: 1100px;
  max-width: 100%;
  margin: auto;
}
.producto.even {
  overflow: hidden;
  background-color: #fff;
  padding: 38px 0;
}
.producto.even .producto-wrapper {
  width: 80%;
  overflow: hidden;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.producto.even .producto-wrapper .smartphone {
  display: none;
}
.producto.even .producto-wrapper .producto-image {
  width: 40%;
  display: inline-block;
  /* float: left; */
}
.producto-wrapper .producto-image img {
  /* width: 300px; */
  max-width: 100%;
  object-fit: cover;
  margin: auto;
}
.producto.even .producto-wrapper .producto-text {
  width: 60%;
  padding-left: 5%;
  float: left;
}
.producto-wrapper .producto-text .producto-title h2 {
  font-size: 30px;
  font-weight: 500;
  line-height: 35px;
}
.producto-wrapper .producto-text .producto-description p {
  font-size: 16px;
  line-height: 26px;
  text-align: justify;
}
.producto.even .producto-wrapper .producto-text .producto-description ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 20px;
}
.producto.even .producto-wrapper .producto-text .producto-description ul li {
  padding-left: 1em;
  text-indent: -0.7em;
  font-size: 18px;
  line-height: 28px;
  text-align: justify;
}
.producto.odd {
  overflow: hidden;
  background-color: #fff;
  padding: 38px 0;
  border-bottom: 1px solid rgba(0,0,0,.1);
}
.producto.odd .producto-wrapper {
  width: 80%;
  overflow: hidden;
  margin: 0 auto;
}
.producto.odd .producto-wrapper .smartphone {
  display: none;
}
.producto.odd .producto-wrapper .producto-image {
  width: 30%;
  display: inline-block;
  /* float: right; */
}

.producto.odd .producto-wrapper .producto-text {
  width: 50%;
  padding-right: 5%;
  float: left;
}
.producto.odd .producto-wrapper .producto-text .producto-title h2 {
  font-size: 30px;
}

.producto-text.mobile {
  margin-bottom: 40px;
}
.app-producto-descripcion .titulo {
  text-align: center;
  margin: 1em;
}
.app-producto-descripcion ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.app-producto-descripcion ul li {
  float: left;
  width: 50%;
  text-align: center;
}
.comparativa {
  overflow: hidden;
  background-color: #fff;
  padding: 38px 0;
  border-bottom: 1px solid #ccc;
}
.comparativa .comparativa-wrapper {
  width: 80%;
  overflow: hidden;
  margin: 0 auto;
}
.comparativa .comparativa-wrapper .comparativa-title {
  text-align: center;
}
.comparativa .comparativa-wrapper .comparativa-title h2 {
  font-size: 30px;
}
.comparativa .comparativa-wrapper .comparativa-title p {
  font-size: 17px;
}
.comparativa .comparativa-wrapper .comparativa-image {
  width: 100%;
  display: block;
  margin-top: 35px;
}
.comparativa .comparativa-wrapper .comparativa-image img {
  width: 100%;
}
.recomendaciones {
  overflow: hidden;
  background-color: #f1f1f1;
  padding: 38px 0;
  border-bottom: 1px solid #ccc;
}
.recomendaciones .recomendaciones-wrapper {
  width: 80%;
  overflow: hidden;
  margin: 0 auto;
}
.recomendaciones .recomendaciones-wrapper .recomendaciones-title {
  text-align: center;
}
.recomendaciones .recomendaciones-wrapper .recomendaciones-title h2 {
  font-size: 30px;
}
.recomendaciones .recomendaciones-wrapper .recomendaciones-text {
  width: 80%;
  float: none;
  margin: 0 auto;
}
.recomendaciones .recomendaciones-wrapper .recomendaciones-text .recomendacion {
  overflow: hidden;
  margin: 2em 0;
  padding-bottom: 1em;
  border-bottom: 1px dotted;
}
.recomendaciones
  .recomendaciones-wrapper
  .recomendaciones-text
  .recomendacion
  .avatar {
  float: left;
  width: 15%;
}
.recomendaciones
  .recomendaciones-wrapper
  .recomendaciones-text
  .recomendacion
  .avatar
  img {
  max-width: 100%;
}
.recomendaciones
  .recomendaciones-wrapper
  .recomendaciones-text
  .recomendacion
  .testimony {
  float: left;
  width: 85%;
  padding: 0 2.5% 0 2.5%;
}
.recomendaciones
  .recomendaciones-wrapper
  .recomendaciones-text
  .recomendacion
  .testimony
  p {
  text-align: justify;
}
.recomendaciones
  .recomendaciones-wrapper
  .recomendaciones-text
  .recomendacion
  .testimony
  span {
  display: block;
  margin-top: 0.5em;
}
.recomendaciones
  .recomendaciones-wrapper
  .recomendaciones-text
  .recomendacion:nth-child(even)
  .avatar {
  float: right;
  text-align: right;
}
.recomendaciones
  .recomendaciones-wrapper
  .recomendaciones-text
  .recomendacion:nth-child(even)
  .testimony {
  float: right;
  width: 80%;
}
.recomendaciones
  .recomendaciones-wrapper
  .recomendaciones-text
  .recomendacion:nth-child(even)
  .testimony
  span {
  text-align: right;
}
.recomendaciones
  .recomendaciones-wrapper
  .recomendaciones-text
  .recomendacion:first-child {
  margin-top: 0;
}
.recomendaciones
  .recomendaciones-wrapper
  .recomendaciones-text
  .recomendacion:last-child {
  border-bottom: none;
}
.recomendaciones .recomendaciones-wrapper .recomendaciones-video {
  overflow: hidden;
  width: 30%;
  float: right;
  padding: 0 10px;
}
.recomendaciones .recomendaciones-wrapper .recomendaciones-video .titulo {
  display: block;
  margin-bottom: 1em;
  text-align: center;
  font-size: 1.1em;
}
.recomendaciones .recomendaciones-wrapper .recomendaciones-video p {
  text-align: center;
}
.recomendaciones .recomendaciones-wrapper .recomendaciones-video a {
  display: block;
  width: 100%;
  text-align: center;
  color: #e8301a;
  margin-top: 6px;
}
.recomendaciones .recomendaciones-wrapper .recomendaciones-video a:visited {
  color: #e8301a;
}
.atc {
  display: block;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
}
.atc .atc-wrapper {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}
.atc .atc-wrapper .atc-image {
  width: 100%;
  display: block;
  height: 100%;
  max-height: 524px;
}
.atc .atc-wrapper .atc-image img {
  width: 100%;
}
.atc .atc-wrapper .atc-text-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 38px 10%;
  overflow: hidden;
}
.atc .atc-wrapper .atc-text-wrapper .atc-text {
  display: block;
  width: 50%;
  top: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
  font-size: 18px;
  line-height: 28px;
}
.atc .atc-wrapper .atc-text-wrapper .atc-text ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 20px;
}
.atc .atc-wrapper .atc-text-wrapper .atc-text ul li {
  padding-left: 1em;
  text-indent: -0.7em;
  font-size: 15px;
  line-height: 20px;
}
.atc .atc-wrapper .atc-text-wrapper .atc-text ul li:before {
  content: "• ";
  color: #ff0033;
}
.descuento {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  text-align: center;
  padding-top: 15px;
}
.descuento p {
  margin: 1em 1em;
  font-size: 10px;
  line-height: 1;
}
/*
NOMBRE: COPY
DESCRIPCION: para movil
*/
.copy_mobile {
  width: 100%;
  overflow: hidden;
  padding: 1em 0;
  text-align: center;
}
.copy_mobile.sticky {
  width: 100%;
  padding: 0.5em 0 0em 0;
  position: fixed;
  top: 0px;
  z-index: 2;
}
.copy_mobile .copy-wrapper {
  margin: 0 auto;
  width: 95%;
}
.copy_mobile span {
  display: block;
  color: #000;
  font-family: "FiraSansBold";
  margin-bottom: 0.5em 0;
}
.copy_mobile span.copy-text {
  font-size: 3.8em;
}
.copy_mobile .botonera {
  display: block;
  width: 100%;
  text-align: center;
  padding: 1em 0 1em 0;
}
.copy_mobile .botonera button.llamanos {
  width: 80%;
  padding: 12px 0px 12px 12px;
  border: none;
  background-color: #fff;
  -webkit-border-radius: 30px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 30px;
  -moz-background-clip: padding;
  border-radius: 30px;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 4px 0px 0px #babcbe;
  -moz-box-shadow: 0px 4px 0px 0px #babcbe;
  box-shadow: 0px 4px 0px 0px #babcbe;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-image: url(../img/ico/ico-llamanos.png);
  background-repeat: no-repeat no-repeat;
  background-position: 10px center;
}
.copy_mobile .botonera button.llamanos:hover,
.copy_mobile .botonera button.llamanos:active {
  -webkit-box-shadow: 0px 4px 0px 0px #e6e6e6;
  -moz-box-shadow: 0px 4px 0px 0px #e6e6e6;
  box-shadow: 0px 4px 0px 0px #e6e6e6;
  background-color: #fff;
}
.copy_mobile .botonera button.llamanos.active {
  -webkit-box-shadow: 0px 4px 0px 0px #ffffff;
  -moz-box-shadow: 0px 4px 0px 0px #ffffff;
  box-shadow: 0px 4px 0px 0px #ffffff;
}
.copy_mobile .botonera button.llamanos.disabled {
  -webkit-box-shadow: 0px 4px 0px 0px #cf6168;
  -moz-box-shadow: 0px 4px 0px 0px #cf6168;
  box-shadow: 0px 4px 0px 0px #cf6168;
}
.copy_mobile .botonera button.llamanos span {
  display: block;
  text-align: center;
}
.copy_mobile .botonera button.llamanos span.call-to-action {
  color: #4a4a4a;
  text-transform: uppercase;
  font-size: 2.5em;
  font-family: "FiraSansLight";
}
.copy_mobile .botonera button.llamanos span.call-to-action a {
  color: #4a4a4a;
  font-size: 30px;
  font-family: "FiraSansBold";
  text-decoration: none;
  border-bottom: 2px solid #4a4a4a;
}
.copy_mobile.bg_red {
  background-color: #ff0033;
  border-bottom: 2px solid #fff;
  padding: 0em 0 1em 0;
}
.copy_mobile.bg_red span {
  color: #fff;
  font-family: "FiraSansLight";
}
.copy_mobile.bg_black {
  background-color: #000;
  border-bottom: none;
  padding: 1em;
}
.copy_mobile.bg_black span {
  color: #fff;
  font-family: "FiraSansMedium";
}
.copy_mobile.bg_black span.copy-text {
  font-size: 20px;
}
.copy_mobile.boton_telefono {
  background-color: #ff0033;
  border-bottom: 0px solid #fff;
  padding: 0em 0 0em 0 !important;
}
.copy_mobile.boton_telefono span {
  color: #fff;
  font-family: "FiraSansLight";
}

@media only screen and (max-width: 1280px) {
  .formulario .formulario-image {
    min-height: 376px;
    height: 376px;
  }
}

@media only screen and (max-width: 1366px) {
  .formulario .formulario-image {
    min-height: 406px;
    height: 406px;
  }
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 479px) and (min-width: 320px) {
  .copy_mobile span.copy-text {
    font-size: 3em;
  }

  .header-logo img {
    width: auto !important;
  }



  header.all-lp{
    background-color: white;
    height: 115px;
  }

  /* Styles header mobile */

  header .header-wrapper .header-left {
    width: 100%;
    float: none;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }

  header .header-wrapper .header-left .header-logo {
    width: auto;
    margin: auto;
    justify-content: center;
    display: flex;
    align-items: center;
  }
  header .header-wrapper {
    width: 100%;
  }

  .header-text-banco {
    display: none;
  }




  .relative {
    position: relative;
  }

  .absolute {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
  }

  .rebotar {
    animation: rebotar 1s infinite ease-in-out;
  }

  @keyframes rebotar {
    0% {
      transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
      transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
      transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
      transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
      transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
      transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
      transform: rotate(0) scale(1) skew(1deg);
    }
  }

  .header-fb {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
  }

  .header-tel {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .header-tel img {
    width: 30px;
    filter: grayscale(1);
  }
  .header-tel a {
    font-size: 24px;
    font-weight: 900;
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
  }

  .header-fb .header-logo {
    margin: 0 !important;
  }
}
/*
NOMBRE: OFERTA
DESCRIPCION: para movil
*/
.oferta_mobile {
  width: 100%;
  overflow: hidden;
  padding: 1em 0;
}
.oferta_mobile .oferta-wrapper {
  margin: 0 auto;
  width: 90%;
  text-align: center;
}
.oferta_mobile .oferta-wrapper span {
  display: block;
  color: #000;
  font-family: "FiraSansBold";
  margin-bottom: 1rem;
}
.oferta_mobile .oferta-wrapper span.oferta-text {
  font-size: 3em;
}
.oferta_mobile .oferta-wrapper span.oferta-text-oferta {
  color: #ff0033;
  font-size: 2.7em;
}
.oferta_mobile .oferta-wrapper span.fecha {
  display: inline;
  font-family: "FiraSansLight";
  font-size: 1.4em;
}
.oferta_mobile .oferta-wrapper span.fecha > span {
  display: inline;
  font-family: "FiraSansLight";
}
/* Custom, iPhone Retina */
@media only screen and (max-width: 479px) and (min-width: 320px) {
  .oferta-text-oferta {
    font-size: 2.5em !important;
  }
}
/*
	NOMBRE: formulario_mobile
	DESCRIPCION: para mobile
*/

.producto-image{
  padding-top: 10px;
  padding-bottom: 10px;
}

.formulario_mobile {
  background-color: #ff0033;
  padding: 0 0 1em;
}

.formulario_mobile.cyber {
  background-color: #ff0033;
  padding: 0;
}
.formulario_mobile.sticky {
  width: 100%;
  padding: 0.5em 0 0em 0;
  position: fixed;
  top: 0px;
  z-index: 2;
}
.formulario_mobile .formulario_mobile-wrapper {
  display: block;
  margin: 0 auto;
  width: 95%;
}
.formulario_mobile .botonera {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.formulario_mobile .botonera #li_box-telefono {
  display: none;
}
.formulario_mobile .botonera li {
  float: left;
  padding-bottom: 10px;
  width: 50%;
  text-align: center;
}
.formulario_mobile .botonera li.to_r {
  float: right !important;
}
.formulario_mobile .botonera li.texto_error {
  display: none;
  clear: both;
  width: 100%;
  margin: 0.5em 0;
  padding: 0.5em 0;
  color: #000;
  font-size: 14px;
  font-family: "FiraSansLight";
  background-color: #fff;
}
.formulario_mobile .botonera li.full {
  clear: both;
  width: 100%;
  padding-top: 2em;
  background-image: url(../img/bg/bg_arrow_box_telefono.png);
  background-position: 80px 6px;
  background-repeat: no-repeat;
}
.formulario_mobile .botonera li.full .politica-privacidad {
  clear: both;
  margin-top: 1em;
  padding-bottom: 0px;
  color: #fff;
  font-size: 13px;
  font-family: "FiraSansLight";
  text-align: center;
}
.formulario_mobile .botonera li.full .politica-privacidad a {
  color: #fff;
}
.formulario_mobile .botonera li button.btn {
  width: 90%;
  padding: 8px 0px 10px 42px;
  border: none;
  background-color: #fff;
  -webkit-border-radius: 30px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 30px;
  -moz-background-clip: padding;
  border-radius: 30px;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 4px 0px 0px #babcbe;
  -moz-box-shadow: 0px 4px 0px 0px #babcbe;
  box-shadow: 0px 4px 0px 0px #babcbe;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
}
.formulario_mobile .botonera li button.btn:hover,
.formulario_mobile .botonera li button.btn:active {
  -webkit-box-shadow: 0px 4px 0px 0px #e6e6e6;
  -moz-box-shadow: 0px 4px 0px 0px #e6e6e6;
  box-shadow: 0px 4px 0px 0px #e6e6e6;
  background-color: #fff;
}
.formulario_mobile .botonera li button.btn.activo {
  -webkit-box-shadow: 0px 4px 0px 0px #ffffff;
  -moz-box-shadow: 0px 4px 0px 0px #ffffff;
  box-shadow: 0px 4px 0px 0px #ffffff;
}
.formulario_mobile .botonera li button.btn.no-activo {
  -webkit-box-shadow: 0px 4px 0px 0px #cf6168;
  -moz-box-shadow: 0px 4px 0px 0px #cf6168;
  box-shadow: 0px 4px 0px 0px #cf6168;
}
.formulario_mobile .botonera li button.btn.te-llamamos {
  background-image: url(../img/ico/ico-te-llamamos_80.png);
  background-repeat: no-repeat no-repeat;
  background-position: 10px center;
}
.formulario_mobile .botonera li button.btn.calcula {
  width: 95%;
  background-image: url(../img/ico/ico-calcula_80.png);
  background-repeat: no-repeat no-repeat;
  background-position: 10px center;
}
.formulario_mobile .botonera li button.btn span {
  display: block;
  text-align: left;
}
.formulario_mobile .botonera li button.btn span.call-to-action {
  color: #4a4a4a;
  text-transform: uppercase;
  font-size: 1.4em;
  font-family: "FiraSansBold";
}
.formulario_mobile .botonera li button.btn span.call-to-action-texto {
  color: #949494;
  font-size: 1.2em;
  font-family: "FiraSansLight";
}
.formulario_mobile .botonera li button.btn span.call-to-action-disabled {
  display: none;
  background-color: #ff0033;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.formulario_mobile .botonera li .box_telefono {
  width: 96%;
  margin: 0 auto;
  padding: 10px 15px;
  overflow: hidden;
  background-color: #fff;
  background-image: url(../img/bg/bg_box_telefono.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-border-radius: 30px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 30px;
  -moz-background-clip: padding;
  border-radius: 30px;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 4px 0px 0px #babcbe;
  -moz-box-shadow: 0px 4px 0px 0px #babcbe;
  box-shadow: 0px 4px 0px 0px #babcbe;
}
.formulario_mobile .botonera li .box_telefono input.box {
  float: left;
  width: 49.5%;
  border: none;
  text-align: center;
  font-size: 18px;
}
.formulario_mobile .botonera li .box_telefono button.box {
  float: right;
  width: 49.5%;
  border: none;
  background-color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: 18px;
  font-family: "FiraSansBold";
}
.formulario_mobile .botonera li .box_telefono button.box.valido {
  background-image: url(../img/ico/ico_enviado.png);
  background-position: 10px center;
  background-repeat: no-repeat;
}
.formulario_mobile .botonera li .box_telefono button.box.no-valido {
  background-image: url(../img/ico/ico_cancel_enviado.png);
  background-position: 10px center;
  background-repeat: no-repeat;
}
.gallery .formulario_mobile {
  background: none;
  padding: 0 !important;
  margin: 0 !important;
}
.gallery .formulario_mobile .botonera {
  position: relative !important;
  margin-top: -60px;
}
/* Custom, iPhone Retina */
@media only screen and (max-width: 479px) and (min-width: 320px) {
  button.btn span.call-to-action {
    font-size: 1.1em !important;
  }
  button.btn span.call-to-action-texto {
    font-size: 1em !important;
  }
}
/*
	NOMBRE: Gallery
	DESCRIPCION: 
*/
.gallery {
  position: relative;
}
.gallery .gallery_images {
  width: 100%;
  padding: 0;
  margin: 0;
}
.gallery .gallery_images div {
  margin: 0;
  padding: 0;
  width: 100%;
}
.gallery .gallery_images div img {
  width: 100%;
}
.gallery .botonera {
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  z-index: 1;
}
.gallery .botonera.bottom {
  bottom: 20px;
}
.gallery .botonera.top {
  top: 20px;
}
.gallery .botonera button.llamanos {
  width: 61%;
  padding: 12px 0px 12px 12px;
  border: none;
  background-color: #fff;
  -webkit-border-radius: 30px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 30px;
  -moz-background-clip: padding;
  border-radius: 30px;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 4px 0px 0px #babcbe;
  -moz-box-shadow: 0px 4px 0px 0px #babcbe;
  box-shadow: 0px 4px 0px 0px #babcbe;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-image: url(../img/ico/ico-llamanos.png);
  background-repeat: no-repeat no-repeat;
  background-position: 10px center;
}
.gallery .botonera button.llamanos:hover,
.gallery .botonera button.llamanos:active {
  -webkit-box-shadow: 0px 4px 0px 0px #e6e6e6;
  -moz-box-shadow: 0px 4px 0px 0px #e6e6e6;
  box-shadow: 0px 4px 0px 0px #e6e6e6;
  background-color: #fff;
}
.gallery .botonera button.llamanos.active {
  -webkit-box-shadow: 0px 4px 0px 0px #ffffff;
  -moz-box-shadow: 0px 4px 0px 0px #ffffff;
  box-shadow: 0px 4px 0px 0px #ffffff;
}
.gallery .botonera button.llamanos.disabled {
  -webkit-box-shadow: 0px 4px 0px 0px #cf6168;
  -moz-box-shadow: 0px 4px 0px 0px #cf6168;
  box-shadow: 0px 4px 0px 0px #cf6168;
}
.gallery .botonera button.llamanos span {
  display: block;
  text-align: left;
}
.gallery .botonera button.llamanos span.call-to-action {
  color: #4a4a4a;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "FiraSansLight";
}
.gallery .botonera button.llamanos span.call-to-action a {
  color: #4a4a4a;
  font-size: 16px;
  font-family: "FiraSansBold";
  text-decoration: none;
}
/* Custom, iPhone Retina */
@media only screen and (max-width: 479px) and (min-width: 320px) {
  .gallery button.llamanos {
    padding: 12px 0 12px 60px !important;
    width: 80% !important;
  }
  .producto.even .producto-wrapper {
    flex-direction: column;
  }
}
/*
	NOMBRE: Highlights
	DESCRIPCION: para movil
*/
.highlights_mobile {
  background-color: #fff;
  padding: 2em 0;
  border-bottom: 2px solid #ccc;
}
.highlights_mobile .highlights-wrapper {
  display: block;
  margin: 0 auto;
  width: 95%;
}
.highlights_mobile .highlights-wrapper ul {
  width: 100%;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.highlights_mobile .highlights-wrapper ul li {
  height: 75px;
  padding-left: 95px;
  margin: 11px 0;
  background-image: url(../img/bg/bg_highlights.png);
  background-repeat: no-repeat no-repeat;
}
.highlights_mobile .highlights-wrapper ul li.doble-intervencion {
  background-position: 0px 0px;
}
.highlights_mobile .highlights-wrapper ul li.proteccion-garantizada {
  background-position: 0px -86px;
}
.highlights_mobile .highlights-wrapper ul li.inhibidores {
  background-position: 0px -171px;
}
.highlights_mobile .highlights-wrapper ul li.uso-facil {
  background-position: 0px -257px;
}
.highlights_mobile .highlights-wrapper ul li .title {
  display: block;
  padding-top: 11px;
  font-size: 1.8em;
  text-transform: uppercase;
}
.highlights_mobile .highlights-wrapper ul li .description {
  display: block;
  padding-top: 2px;
  font-size: 1.6em;
  font-family: "FiraSansBold";
}
.highlights_mobile .highlights-wrapper ul li .more {
  display: block;
  font-size: 1.4em;
  padding-top: 2px;
  display: none;
}
.highlights_mobile .highlights-wrapper ul li .more a {
  color: #ff0033;
  text-decoration: none;
}
/* Custom, iPhone Retina */
@media only screen and (max-width: 479px) and (min-width: 320px) {
  .highlights-wrapper ul li {
    padding-left: 82px !important;
  }
  .highlights-wrapper ul li .title {
    padding-top: 11px;
    font-size: 1.5em !important;
  }
  .highlights-wrapper ul li .description {
    padding-top: 2px;
    font-size: 1.2em !important;
  }
}
/**Reglas generales**/
.title-negocio {
  text-align: center;
  padding: 2.5% 0;
}
.title-negocio h2 {
  font-size: 2.2em;
  padding: 10px 0;
  margin: 0 auto;
}
.title-negocio p {
  font-size: 17px;
  width: 50%;
  margin: 0 auto;
}
.title-negocio a {
  color: #ff0033;
  margin-top: 6px;
  display: block;
}
.button {
  background-color: #ff0033;
  color: #fff;
  border: none;
  border-radius: 25px;
  line-height: 50px;
  font-size: 12px;
  width: 100%;
  padding: 14px 26px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.button:hover {
  background-color: #a62828;
}
/**Formulario negocio**/
.formulario-negocio {
  border-top: 8px solid #ff0033;
}
/**Copy negocio**/
.copy-negocio-wrapper {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  text-align: left;
  max-width: 1200px;
}
.copy-negocio-wrapper .copy-negocio {
  display: block;
  position: absolute;
  z-index: 100;
  top: 155px;
}
.copy-negocio-wrapper .copy-negocio .copy-negocio-text {
  color: #fff;
  font-size: 3.2em;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.75);
  margin-top: 5px;
  padding: 7px 25px;
}
.copy-negocio-wrapper .copy-negocio .demi {
  font-family: "FiraSansMedium";
  letter-spacing: 0.5px;
  font-size: 3.4em;
  display: block;
}
/**Placa negocio**/
.placa-wrapper {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  overflow: hidden;
}
.placa-wrapper .placa-negocio {
  position: absolute;
  top: 415px;
  z-index: 100;
  max-width: 100%;
}
.placa-wrapper .placa-negocio img {
  width: 70%;
}
/**Oferta negocio**/
.oferta-negocio {
  padding-left: 50px;
}
/**Módulo de servicios**/
.producto {
  border-top: 1px solid rgba(0,0,0,.1);
}
.producto a {
  color: #ff0033;
  text-decoration: none;
  font-size: 1.1em;
  background-image: url(../img/ico/play.gif);
  background-repeat: no-repeat;
  padding-left: 40px;
  padding-bottom: 5px;
  display: block;
}
.producto a:hover {
  background-image: url(../img/ico/play-hover.gif);
  color: #000;
}
.producto .producto-image {
  position: relative;
}
.producto .producto-image .video-negocio {
  top: 40%;
}
.producto .producto-image .video-negocio a {
  background-image: none;
  margin: 0 auto;
}
.producto .producto-image .video-negocio .m_btn_video {
  width: 23%;
  height: 14%;
  top: 3%;
  left: 1%;
}
.market-logo a {
  background-image: none;
}
.market-logo a:hover {
  background-image: none;
}
.video-negocio {
  text-align: center;
  width: 100%;
  height: 585px;
  position: absolute;
  top: 25%;
  left: 0%;
}
.m_btn_video {
  position: relative;
  display: inline-block;
  width: 18%;
  height: 16%;
  border-radius: 21px;
  background-color: #000000;
  border: 0px solid #ef0009;
  text-align: center;
  font-family: "AdobeBlank", sans-serif;
  font-weight: normal !important;
  font-style: normal !important;
  font-size: 0;
  opacity: 0.6;
}
.m_btn_video:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -18px;
  margin-left: -13px;
  content: "";
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 36px solid #ffffff;
  opacity: 1;
}
.m_btn_video:hover {
  background-color: #cc181e;
  border: 0px solid #ef0009;
  opacity: 1;
}
.m_btn_video:hover:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -18px;
  margin-left: -13px;
  content: "";
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 36px solid #ffffff;
  opacity: 1;
}
/**Elige la solución de seguridad**/
.solucion-wrapper {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  overflow: hidden;
  display: table;
  border-collapse: separate;
  border-spacing: 15px;
}
.solucion-wrapper .row {
  overflow: hidden;
  display: table-row;
}
.solucion-wrapper .row > div {
  display: table-cell;
}
.solucion-wrapper .conexion {
  background-image: url(../img/producto/cra.jpg);
  background-repeat: no-repeat;
  margin-bottom: 1%;
  width: 50%;
}
.solucion-wrapper .conexion .text {
  margin: 0 auto;
  text-align: center;
  color: #fff;
  padding: 7.3% 5%;
}
.solucion-wrapper .conexion .text h3 {
  font-size: 1.8em;
  width: 65%;
  text-align: center;
  margin: 0 auto;
  padding: 2% 0;
}
.solucion-wrapper .conexion .text p {
  font-size: 1.1em;
  line-height: 1.5em;
}
.solucion-wrapper .inhibicion {
  background-image: url(../img/producto/inhibicion.jpg);
  background-repeat: no-repeat;
  margin-bottom: 1%;
  width: 50%;
}
.solucion-wrapper .inhibicion .text {
  margin: 0 auto;
  text-align: center;
  color: #fff;
  padding: 7.4% 5%;
}
.solucion-wrapper .inhibicion .text h3 {
  font-size: 1.8em;
  width: 85%;
  text-align: center;
  margin: 0 auto;
  padding: 2% 0;
}
.solucion-wrapper .inhibicion .text p {
  font-size: 1.1em;
  line-height: 1.5em;
}
.solucion-wrapper .seguridad {
  background-image: url(../img/producto/vigilante.jpg);
  background-repeat: no-repeat;
  width: 50%;
}
.solucion-wrapper .seguridad .text {
  margin: 0 auto;
  text-align: center;
  color: #fff;
  padding: 7.5% 5%;
}
.solucion-wrapper .seguridad .text h3 {
  font-size: 1.8em;
  width: 85%;
  text-align: center;
  margin: 0 auto;
  padding: 2% 0;
}
.solucion-wrapper .seguridad .text p {
  font-size: 1.1em;
  line-height: 1.5em;
}
.solucion-wrapper .tienda {
  background-image: url(../img/producto/tienda.jpg);
  background-repeat: no-repeat;
  width: 50%;
}
.solucion-wrapper .tienda .text {
  margin: 0 auto;
  text-align: center;
  color: #fff;
  padding: 7.5% 5%;
}
.solucion-wrapper .tienda .text h3 {
  font-size: 1.8em;
  width: 85%;
  text-align: center;
  margin: 0 auto;
  padding: 2% 0;
}
.solucion-wrapper .tienda .text p {
  font-size: 1.1em;
  line-height: 1.5em;
}
.solucion-wrapper .salon {
  background-image: url(../img/producto/salon.jpg);
  background-repeat: no-repeat;
  width: 50%;
}
.solucion-wrapper .salon .text {
  margin: 0 auto;
  text-align: center;
  color: #fff;
  padding: 7.5% 5%;
}
.solucion-wrapper .salon .text h3 {
  font-size: 1.8em;
  width: 85%;
  text-align: center;
  margin: 0 auto;
  padding: 2% 0;
}
.solucion-wrapper .salon .text p {
  font-size: 1.1em;
  line-height: 1.5em;
}
/**Opiniones**/
.opiniones {
  overflow: hidden;
}
.opiniones .testimonios-row {
  height: 315px;
  overflow: hidden;
}
.opiniones .testimonios-row .testimonios-cell {
  overflow: hidden;
  width: 50%;
  float: left;
  height: 100%;
}
.opiniones .testimonios-row .testimonios-cell .testimonios {
  width: 100%;
  height: 100%;
}
.opiniones .testimonios-row .testimonios-cell .video {
  width: 100%;
  height: 100%;
}
.opiniones .testimonios {
  background-image: url(../img/producto/bg-opiniones.jpg);
  background-repeat: no-repeat;
  width: 50%;
  float: left;
  padding: 3% 0;
  max-width: 100%;
}
.opiniones .testimonios .testimonio img {
  text-align: center;
  display: block;
  width: 15%;
  margin: 0 auto;
}
.opiniones .testimonios .testimonio p {
  color: #fff;
  width: 60%;
  text-align: center;
  margin: 0 auto;
  font-size: 1.2em;
  margin-top: 20px;
}
.opiniones .testimonios .testimonio span {
  color: #fff;
  margin-top: 10px;
  display: block;
  text-align: center;
}
.opiniones .video {
  background-image: url(../img/producto/video.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  width: 50%;
  float: right;
  position: relative;
}
.opiniones .video .video-text {
  text-align: center;
  padding: 26.7% 0 10.7%;
  width: 70%;
  margin: 0 auto;
}
.opiniones .video .video-text p {
  font-size: 1.1em;
  color: #fff;
}
.opiniones .video .video-text span {
  color: #fff;
  font-size: 0.9em;
}
/**Tu negocio es único**/
.bg-tienda {
  background-image: url(../img/producto/comercio.jpg);
  overflow: hidden;
}
.bg-tienda .box {
  padding: 3% 0;
  background-color: rgba(255, 255, 255, 0.9);
  width: 50%;
  overflow: hidden;
}
.bg-tienda .box .text {
  max-width: 80%;
  float: right;
  padding: 7% 10% 7% 0%;
}
.bg-tienda .box .text h2 {
  font-size: 1.8em;
  margin-top: 8px;
  margin-bottom: 0;
}
.bg-tienda .box .text .subtitulo {
  font-size: 1.35em;
  color: #666;
}
.bg-tienda .box .text p {
  font-size: 1.2em;
  line-height: 1.5em;
  margin-bottom: 20px;
}
.bg-oficina {
  background-image: url(../img/producto/oficina.jpg);
  overflow: hidden;
}
.bg-oficina .box {
  padding: 3% 0;
  background-color: rgba(255, 255, 255, 0.9);
  width: 50%;
  overflow: hidden;
  float: right;
}
.bg-oficina .box .text {
  max-width: 80%;
  float: left;
  padding: 7% 0% 8% 10%;
}
.bg-oficina .box .text h2 {
  font-size: 1.8em;
  margin-top: 8px;
  margin-bottom: 0;
}
.bg-oficina .box .text .subtitulo {
  font-size: 1.35em;
  color: #666;
}
.bg-oficina .box .text p {
  font-size: 1.2em;
  line-height: 1.5em;
  margin-bottom: 20px;
}
.bg-almacen {
  background-image: url(../img/producto/almacen.jpg);
  overflow: hidden;
}
.bg-almacen .box {
  padding: 3% 0;
  background-color: rgba(255, 255, 255, 0.9);
  width: 50%;
  overflow: hidden;
}
.bg-almacen .box .text {
  max-width: 80%;
  float: right;
  padding: 7% 10% 7% 0%;
}
.bg-almacen .box .text h2 {
  font-size: 1.8em;
  margin-top: 8px;
  margin-bottom: 0;
}
.bg-almacen .box .text .subtitulo {
  font-size: 1.35em;
  color: #666;
}
.bg-almacen .box .text p {
  font-size: 1.2em;
  line-height: 1.5em;
  margin-bottom: 20px;
}
.bg-restaurante {
  background-image: url(../img/producto/restaurante.jpg);
  overflow: hidden;
}
.bg-restaurante .box {
  padding: 3% 0;
  background-color: rgba(255, 255, 255, 0.9);
  width: 50%;
  overflow: hidden;
  float: right;
}
.bg-restaurante .box .text {
  max-width: 80%;
  float: left;
  padding: 7% 0% 8% 10%;
}
.bg-restaurante .box .text h2 {
  font-size: 1.8em;
  margin-top: 8px;
  margin-bottom: 0;
}
.bg-restaurante .box .text .subtitulo {
  font-size: 1.35em;
  color: #666;
}
.bg-restaurante .box .text p {
  font-size: 1.2em;
  line-height: 1.5em;
  margin-bottom: 20px;
}
/**Nos encargamos de tu seguridad**/
.seguridad-wrapper {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 4%;
}
.seguridad-wrapper .seguridad-box {
  width: 30%;
  float: left;
  text-align: center;
}
.seguridad-wrapper .seguridad-box .img {
  max-width: 100%;
}
.seguridad-wrapper .seguridad-box .img img {
  width: 69%;
}
.seguridad-wrapper .seguridad-box p {
  padding-top: 15px;
  font-size: 1.5em;
  margin: 1px auto;
  font-family: "FiraSansMedium";
  color: #444;
}
.seguridad-wrapper .seguridad-box:nth-child(2) {
  margin-left: 5%;
  margin-right: 5%;
}
.seguridad-wrapper .seguridad-box:nth-child(3) {
  float: right;
}
/**Enlace hogar**/
.bg-hogar {
  background-image: url(../img/producto/bg-hogar.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.bg-hogar .bg-hogar-wrapper {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  overflow: hidden;
  text-align: center;
  padding: 4% 0;
}
.bg-hogar .bg-hogar-wrapper h2 {
  font-size: 2.2em;
  margin: 0 auto;
  color: #fff;
  margin-top: 1.5%;
  width: 50%;
}
.bg-hogar .bg-hogar-wrapper span {
  color: #fff;
  letter-spacing: 1px;
  margin: 0 auto;
  display: block;
  font-size: 1em;
  margin-top: 1%;
  margin-bottom: 1%;
}
/**Enlace negocio**/
.bg-negocio {
  background-image: url(../img/producto/bg-negocio.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.bg-negocio .bg-negocio-wrapper {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  overflow: hidden;
  text-align: center;
  padding: 4% 0;
}
.bg-negocio .bg-negocio-wrapper h2 {
  font-size: 2.2em;
  margin: 0 auto;
  color: #fff;
  margin-top: 1.5%;
  width: 50%;
}
.bg-negocio .bg-negocio-wrapper span {
  color: #fff;
  letter-spacing: 1px;
  margin: 0 auto;
  display: block;
  font-size: 1em;
  margin-top: 1%;
  margin-bottom: 1%;
}

.header-logo img {
  width: 120px ;
}
@media only screen and (max-width: 1200px) {
  .placa-wrapper {
    max-width: 135px;
    margin: 0 0 0 10px;
    width: 100%;
    position: absolute;
    top: 365px;
    left: 4%;
  }
  .placa-wrapper .placa-negocio {
    width: 100%;
    position: relative;
    top: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
  }
  .video-negocio {
    top: 12%;
  }
  .opiniones .video .video-text {
    padding: 30.7% 0 10.7%;
  }
}
@media only screen and (max-width: 992px) {
  .opiniones .video .video-text {
    padding: 41.7% 0 10.7%;
  }
}
@media only screen and (max-width: 768px) {
  .opiniones .video .video-text {
    padding: 54.7% 0 10.7%;
  }
}
@media only screen and (max-width: 480px) {
  .video-negocio {
    height: 300px;
  }
}
@media only screen and (max-width: 992px) {
  /**Elige la solución de seguridad**/
  .title-negocio h2 {
    font-size: 1.9em;
    width: 95%;
  }
  .title-negocio p {
    width: 80%;
    font-size: 15px;
    text-align: center;
  }
  /**Copy negocio**/
  .copy-negocio-wrapper .copy-negocio .copy-negocio-text {
    font-size: 2.45em;
    padding: 7px 15px;
  }
  /**Elige la solución de seguridad**/
  .solucion-wrapper .conexion,
  .solucion-wrapper .inhibicion,
  .solucion-wrapper .seguridad,
  .solucion-wrapper .tienda,
  .solucion-wrapper .salon {
    width: 50%;
  }
  .solucion-wrapper .conexion .text,
  .solucion-wrapper .inhibicion .text,
  .solucion-wrapper .seguridad .text,
  .solucion-wrapper .tienda .text,
  .solucion-wrapper .salon .text {
    padding: 6% 2%;
  }
  .solucion-wrapper .conexion .text img,
  .solucion-wrapper .inhibicion .text img,
  .solucion-wrapper .seguridad .text img,
  .solucion-wrapper .tienda .text img,
  .solucion-wrapper .salon .text img {
    width: 15%;
  }
  .solucion-wrapper .conexion .text h3,
  .solucion-wrapper .inhibicion .text h3,
  .solucion-wrapper .seguridad .text h3,
  .solucion-wrapper .tienda .text h3,
  .solucion-wrapper .salon .text h3 {
    font-size: 1.3em;
    width: 100%;
  }
  .solucion-wrapper .conexion .text p,
  .solucion-wrapper .inhibicion .text p,
  .solucion-wrapper .seguridad .text p,
  .solucion-wrapper .tienda .text p,
  .solucion-wrapper .salon .text p {
    font-size: 0.95em;
  }
  .solucion-wrapper .conexion,
  .solucion-wrapper .inhibicion {
    margin-bottom: 1%;
  }
}
@media only screen and (max-width: 768px) {
  /**Elige la solución de seguridad**/
  .title-negocio h2 {
    font-size: 24px;
    width: 70%;
  }
  .title-negocio p {
    width: 95%;
  }
  /**Placa negocio**/
  .placa-wrapper {
    display: none;
  }
  /**Módulo de servicios**/
  .producto a {
    text-align: left;
    margin-top: 5px;
  }
  /**Tu negocio es único**/
  .bg-tienda,
  .bg-oficina,
  .bg-almacen,
  .bg-restaurante {
    background-image: none;
    overflow: hidden;
  }
  .bg-tienda .box,
  .bg-oficina .box,
  .bg-almacen .box,
  .bg-restaurante .box {
    padding: 5%;
    background-color: #fff;
    width: 100%;
  }
  .bg-tienda .box .text,
  .bg-oficina .box .text,
  .bg-almacen .box .text,
  .bg-restaurante .box .text {
    max-width: 100%;
    float: none;
    padding: 0;
    width: 100%;
  }
  .bg-tienda .box .text span,
  .bg-oficina .box .text span,
  .bg-almacen .box .text span,
  .bg-restaurante .box .text span {
    letter-spacing: 0.5px;
    font-size: 0.85em;
  }
  .bg-tienda .box .text h2,
  .bg-oficina .box .text h2,
  .bg-almacen .box .text h2,
  .bg-restaurante .box .text h2 {
    font-size: 1.3em;
    margin-top: 8px;
  }
  .bg-tienda .box .text p,
  .bg-oficina .box .text p,
  .bg-almacen .box .text p,
  .bg-restaurante .box .text p {
    font-size: 1em;
    line-height: 1.4em;
    margin-bottom: 10px;
  }
  /**Opiniones**/
  .opiniones .testimonios,
  .opiniones .video {
    width: 100%;
  }
  .opiniones .testimonios .testimonio,
  .opiniones .video .testimonio {
    padding-top: 1%;
  }
  .opiniones .testimonios .testimonio img,
  .opiniones .video .testimonio img {
    width: 20%;
  }
  .opiniones .testimonios .testimonio p,
  .opiniones .video .testimonio p {
    width: 85%;
  }
  /**Nos encargamos de tu seguridad**/
  .section_seguridad {
    border-top: 1px solid #ccc;
  }
  /**Enlace hogar**/
  .bg-hogar .bg-hogar-wrapper img {
    width: 20%;
  }
  .bg-hogar .bg-hogar-wrapper h2 {
    font-size: 1.7em;
  }
}
@media only screen and (max-width: 480px) {
  /**Elige la solución de seguridad**/
  .solucion-wrapper {
    display: block;
    width: 95%;
  }
  .solucion-wrapper .row {
    display: block;
  }
  .solucion-wrapper .conexion,
  .solucion-wrapper .inhibicion,
  .solucion-wrapper .seguridad,
  .solucion-wrapper .tienda,
  .solucion-wrapper .salon {
    display: block !important;
    width: 100%;
  }
  .solucion-wrapper .seguridad {
    margin-bottom: 1%;
  }
  /**Módulo de servicios**/
  .producto a {
    display: inline-block;
  }
  .video-negocio {
    top: 15%;
  }
  .video-negocio .m_btn_video {
    width: 16%;
    height: 28%;
  }
  /**Nos encargamos de tu seguridad**/
  .seguridad-wrapper .seguridad-box {
    width: 100%;
    float: none;
    margin-bottom: 5%;
  }
  .seguridad-wrapper .seguridad-box .img img {
    width: 40%;
  }
  .seguridad-wrapper .seguridad-box:nth-child(2) {
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 4%;
    margin-bottom: 4%;
  }
  .seguridad-wrapper .seguridad-box:nth-child(3) {
    float: none;
  }
  /**Enlace hogar**/
  .bg-hogar {
    padding: 3% 0;
  }
  .bg-hogar .bg-hogar-wrapper h2 {
    width: 85%;
    font-size: 1.5em;
  }
  .bg-hogar .bg-hogar-wrapper span {
    font-size: 0.85em;
    margin-bottom: 3%;
  }
  .bg-hogar .bg-hogar-wrapper img {
    max-width: 77px;
  }
  /**Enlace negocio**/
  .bg-negocio {
    padding: 3% 0;
  }
  .bg-negocio .bg-negocio-wrapper h2 {
    width: 85%;
    font-size: 1.5em;
  }
  .bg-negocio .bg-negocio-wrapper span {
    font-size: 0.85em;
    margin-bottom: 3%;
  }
  .bg-negocio .bg-negocio-wrapper img {
    max-width: 77px;
  }
  .opiniones .testimonios-row {
    height: auto;
  }
  .opiniones .testimonios-row .testimonios-cell {
    width: 100%;
    height: auto;
  }
  .opiniones .testimonios-row .testimonios-cell .testimonios {
    height: auto;
  }
  .opiniones .testimonios-row .testimonios-cell .video {
    height: auto;
  }
  .opiniones .video .video-text {
    padding: 47.7% 0 10.7%;
  }
}
.test {
  background-color: red;
}
.area-clientes {
  background: #e5e5e5;
  height: 30px;
  text-align: left;
  line-height: 30px;
}
.area-clientes p {
  font-size: 1.4em;
  float: right;
  padding: 0 1em 0 0;
}
.area-clientes a {
  width: 180px;
  float: right;
  height: 100%;
  padding: 0 20px;
  background: #000 url(../img/ico/ico-area-clientes.png);
  background-position: 90% 50%;
  background-repeat: no-repeat;
  color: #f6f6f6;
  text-transform: uppercase;
  font-size: 1.2em;
  text-decoration: none;
}
.area-clientes a:hover {
  text-decoration: underline;
}
.mod_thank_you_page {
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 450px;
  overflow: hidden;
}
.mod_thank_you_page .texto_tp {
  float: right;
  margin-bottom: -99999px;
  padding-bottom: 99999px;
  width: 350px;
  margin-right: 20%;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  background-image: url(../img/bg/bg_tp.png);
  background-position: 0 0;
  background-size: cover;
  color: #fff;
  text-align: center;
  font-size: 1.75em;
}
.mod_thank_you_page .texto_tp h1 {
  font-size: 1em;
  padding-bottom: 1em;
  border-bottom: 2px solid #fff;
}
.mod_thank_you_page .texto_tp h1 span {
  font-size: 1.2em;
  display: block;
}
@media only screen and (max-width: 1200px) {
  .mod_thank_you_page {
    min-height: 400px;
  }
  .mod_thank_you_page .texto_tp {
    margin-right: 10%;
  }
}
@media only screen and (max-width: 992px) {
  .mod_thank_you_page {
    min-height: 375px;
  }
  .mod_thank_you_page .texto_tp {
    margin-right: 0%;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.5em;
  }
}
@media only screen and (max-width: 768px) {
  .mod_thank_you_page .texto_tp {
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .mod_thank_you_page .texto_tp {
    width: 100%;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  header .header-wrapper,
  .oferta .oferta-wrapper,
  .calculadora_ifr .calculadora_ifr_wrapper,
  .kit .kit-wrapper,
  .producto.even .producto-wrapper,
  .producto.odd .producto-wrapper,
  .ribbon .wrap_module,
  .comparativa .comparativa-wrapper,
  .recomendaciones .recomendaciones-wrapper {
    width: 90%;
  }
  .formulario .formulario-wrapper {
    right: 5%;
  }
  .kit .kit-wrapper .kit-text p {
    width: 80%;
  }
  .atc .atc-wrapper .atc-text-wrapper {
    padding: 10px 10%;
  }
  .atc .atc-wrapper .atc-text-wrapper .atc-text {
    width: 50%;
    line-height: 18px;
  }
  footer .footer-wrapper {
    width: 75%;
  }
  footer .footer-wrapper .footer-left {
    width: 35%;
  }
  footer .footer-wrapper .footer-right {
    width: 65%;
  }
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  header .header-wrapper .header-left .header-logo {
    width: 92px;
  }
  header .header-wrapper .header-left .header-text h2 {
    font-size: 1.7em;
    font-family: "FiraSansBold";
  }
  header .header-wrapper .header-left .header-text h3 {
    font-size: 1.2em;
  }
  header .header-wrapper .header-right {
    padding-top: 20px;
  }
  .copy .copy-wrapper .copy-text {
    font-size: 20px;
  }
  .formulario .formulario-image {
    background-position: 50% 50%;
  }
  .formulario .formulario-image.right {
    background-position: 85% 50%;
  }
  .formulario .formulario-image.left {
    background-position: 0 50%;
  }
  .formulario .formulario-image.special-monica {
    background-position: 33% 50%;
  }
  .formulario .formulario-wrapper {
    max-width: 375px;
    right: 0;
  }
  .formulario-mapfre .formulario-image {
    background-position: 50% 50%;
  }
  .formulario-mapfre .formulario-image.right {
    background-position: 85% 50%;
  }
  .formulario-mapfre .formulario-image.left {
    background-position: 0 50%;
  }
  .formulario-mapfre .formulario-image.special-monica {
    background-position: 33% 50%;
  }

  .formulario-mapfre .formulario-wrapper h2 {
    width: 90%;
  }
  .oferta .oferta-wrapper {
    width: 100%;
  }
  .oferta .oferta-wrapper .oferta-text {
    width: calc(100% - 375px);
  }
  .oferta .oferta-wrapper .oferta-text .oferta-descuento {
    font-size: 32px;
  }
  .oferta .oferta-wrapper .oferta-text .oferta-extra {
    font-size: 15px;
  }
  .oferta .oferta-wrapper .oferta-fin {
    width: 375px;
  }
  .oferta .oferta-wrapper .oferta-fin .oferta-fin-text {
    font-size: 24px;
  }
  .oferta .oferta-wrapper .oferta-fin .oferta-fin-fecha {
    font-size: 30px;
  }
  .producto.even .producto-wrapper .producto-text .producto-title h2 {
    font-size: 24px;
  }
  .producto.even .producto-wrapper .producto-text .producto-description p {
    font-size: 14px;
  }
  .producto.odd .producto-wrapper .producto-text .producto-title h2 {
    font-size: 24px;
  }
  .producto.odd .producto-wrapper .producto-text .producto-description p {
    font-size: 14px;
  }
  .comparativa .comparativa-wrapper .comparativa-title h2 {
    font-size: 24px;
  }
  .comparativa .comparativa-wrapper .comparativa-title p {
    font-size: 14px;
  }
  .ribbon .wrap_module {
    width: 100%;
    padding: 10px 2%;
  }
  .ribbon .wrap_module p {
    width: 100%;
    text-align: center;
    font-size: 1.5em;
  }
  .ribbon .wrap_module .center_with_device {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 0px 0px 0px;
    overflow: hidden;
  }
  .ribbon .wrap_module a {
    float: none;
    padding: 15px 60px 15px 15px;
    font-family: "FiraSansLight";
    font-size: 1.25em;
    line-height: 1.25em;
    color: #ffffff;
    background-color: #ff0033;
    border: 2px solid #fff;
    -webkit-border-radius: 40px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 40px;
    -moz-background-clip: padding;
    border-radius: 40px;
    background-clip: padding-box;
    text-align: center;
    text-transform: uppercase;
    background: transparent url("img/sd_sprite.png") 110px 10px no-repeat;
  }
  .ribbon .wrap_module a:hover {
    color: #ff0033;
    background-color: #fff;
  }
  footer .footer-wrapper {
    width: 88%;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .ev-module__title {
    color: #fe0133;
    font-weight: 900;
    font-size: 28px;
  }

  .ev-module__title.big {
    font-size: 35px;
  }

  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
  header {
    height: 100px;
  }
  header .header-wrapper {
    width: 100%;
  }
  header .header-wrapper .header-left {
    width: 100%;
    float: none;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
  header .header-wrapper .header-right {
    display: none;
  }
  .copy .copy-wrapper {
    width: 95%;
  }
  .copy .copy-wrapper .copy-text {
    font-size: 16px;
    display: inline;
  }
  .formulario {
    position: relative;
  }
  .formulario .formulario-image {
    height: 300px;
    background-position: 50% 50%;
  }
  .formulario .formulario-image.right {
    background-position: 100% 50%;
  }
  .formulario .formulario-image.left {
    background-position: 0 50%;
  }
  .formulario .formulario-image.special-monica {
    background-position: 25% 50%;
  }
  .formulario .formulario-wrapper {
    position: relative;
    width: 100%;
    right: 0;
    max-width: none;
    padding: 20px 0 0;
  }
  .formulario .formulario-wrapper h2.desktop {
    display: none;
  }
  .formulario .formulario-wrapper h3.desktop {
    display: none;
  }
  .formulario .formulario-wrapper h2.mobile {
    display: block;
    color: #ff0033;
  }
  .formulario .formulario-wrapper h3.mobile {
    display: block;
  }
  .formulario .formulario-wrapper .formulario-calculadora.mobile {
    display: block;
  }
  .formulario .formulario-wrapper .formulario-calculadora.desktop {
    display: none;
  }
  .formulario .formulario-wrapper .formulario-privacidad {
    margin-bottom: 28px;
  }
  .formulario .formulario-wrapper .formulario-llamanos {
    position: relative;
  }
  .formulario .formulario-wrapper .formulario-llamanos span.desktop {
    display: none;
  }
  .formulario .formulario-wrapper .formulario-llamanos span.mobile {
    display: inline;
  }
  .formulario-mapfre .formulario-image {
    background-position: 50% 50%;
  }
  .formulario-mapfre .formulario-image.right {
    background-position: 85% 50%;
  }
  .formulario-mapfre .formulario-image.left {
    background-position: 0 50%;
  }
  .formulario-mapfre .formulario-image.special-monica {
    background-position: 33% 50%;
  }
  .formulario-mapfre .formulario-wrapper {
    position: static;
    right: 0;
    padding: 15px 0;
  }
  .formulario-mapfre .formulario-wrapper h2 {
    width: 90%;
  }
  .oferta {
    display: none;
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    border-bottom: 3px solid #ccc;
  }
  .oferta .oferta-wrapper {
    width: 100%;
    padding: 22px 0;
  }
  .oferta .oferta-wrapper .oferta-text {
    width: 50%;
    padding: 0;
  }
  .oferta .oferta-wrapper .oferta-fin {
    width: 50%;
    padding: 0;
  }
  .kit .kit-wrapper {
    width: 95%;
  }
  .kit .kit-wrapper .kit-text h2 {
    font-size: 24px;
  }
  .kit .kit-wrapper .kit-text p {
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
  }
  .producto.even .producto-wrapper {
    width: 95%;
  }
  .producto.even .producto-wrapper .producto-title.smartphone {
    display: block;
    width: 100%;
    text-align: left;
  }
  .producto.even .producto-wrapper .producto-title.smartphone h2 {
    font-size: 24px;
    margin-top: 0;
    text-align: center;
  }
  .producto.even .producto-wrapper .producto-image {
    width: 65%;
    float: none;
    margin: 0 auto;
    display: block;
    text-align: left;
  }
  .producto.even .producto-wrapper .producto-image img {
    width: auto;
    max-width: 100%;
  }
  .producto.even .producto-wrapper .producto-text {
    width: 100%;
    float: none;
    padding-left: 0;
    text-align: center;
  }
  .producto.even .producto-wrapper .producto-text .producto-title.display {
    display: none;
  }
  .producto.even .producto-wrapper .producto-text .producto-description p {
    font-size: 16px;
    margin-bottom: 0;
    text-align: left;
  }
  .producto.even .producto-wrapper .producto-text .producto-description ul li {
    font-size: 16px;
    text-align: center;
  }
  .producto.odd .producto-wrapper {
    width: 95%;
  }
  .producto.odd .producto-wrapper .producto-title.smartphone {
    display: block;
    width: 100%;
    text-align: center;
  }
  .producto.odd .producto-wrapper .producto-title.smartphone h2 {
    font-size: 24px;
    margin-top: 0;
    text-align: center;
  }
  .producto.odd .producto-wrapper .producto-image {
    width: 65%;
    float: none;
    margin: 0 auto;
    display: block;
    text-align: center;
  }
  .producto.odd .producto-wrapper .producto-image img {
    width: auto;
    max-width: 100%;
  }
  .producto.odd .producto-wrapper .producto-text {
    width: 100%;
    float: none;
    padding-left: 0;
    text-align: center;
  }
  .producto.odd .producto-wrapper .producto-text .producto-title.display {
    display: none;
  }
  .producto.odd .producto-wrapper .producto-text .producto-description p {
    font-size: 16px;
    margin-bottom: 0;
    text-align: right;
  }
  .producto.odd .producto-wrapper .producto-text .producto-description ul li {
    font-size: 15px;
    text-align: center;
  }
  .comparativa .comparativa-wrapper {
    width: 95%;
  }
  .comparativa .comparativa-wrapper .comparativa-title h2 {
    font-size: 24px;
    margin-top: 0;
  }
  .comparativa .comparativa-wrapper .comparativa-title p {
    font-size: 16px;
  }
  .col2-atc {
    margin-top: 5%;
    display: block;
    width: 100%;
    background-position: 86% 50%;
    background-size: cover;
    background-image: url(../img/producto/operadora.jpg);
  }
  .tabla-atc {
    background-image: none;
  }
  .contenedoratc {
    margin-left: 6%;
    text-align: left;
    width: 80%;
  }
  /* Central receptora*/
  .atc {
    display: block;
    width: 100%;
    overflow: hidden;
    background-color: #fff;
  }
  .atc .atc-wrapper {
    width: 100%;
    overflow: hidden;
  }
  .atc .atc-wrapper .atc-image {
    width: 100%;
    display: block;
    height: 100%;
    max-height: 524px;
  }
  .atc .atc-wrapper .atc-image img {
    width: 100%;
  }
  .atc .atc-wrapper .atc-text-wrapper {
    position: relative;
    display: block;
    width: 100%;
    padding: 0px 2.5% 20px;
    overflow: hidden;
  }
  .atc .atc-wrapper .atc-text-wrapper .atc-text {
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-size: 1.2em;
    line-height: 1.5em;
  }
  .atc .atc-wrapper .atc-text-wrapper .atc-text ul li {
    font-size: 0.8em;
  }
  /*MODULO RECOMENDACIONES*/
  .recomendaciones .recomendaciones-wrapper {
    width: 95%;
    overflow: hidden;
    margin: 0 auto;
  }
  .recomendaciones .recomendaciones-wrapper .recomendaciones-title {
    margin-bottom: 0.5em;
  }
  .recomendaciones .recomendaciones-wrapper .recomendaciones-title h2 {
    font-size: 1.8em;
    margin: 0.5em 0;
  }
  .recomendaciones .recomendaciones-wrapper .recomendaciones-text {
    width: 100%;
    padding-right: 2.5%;
    float: none;
  }
  .recomendaciones .recomendaciones-wrapper .recomendaciones-video {
    overflow: hidden;
    float: none;
    width: 100%;
    padding: 0.5em 0 1em 0;
  }
  .recomendaciones .recomendaciones-wrapper .recomendaciones-video .titulo {
    font-size: 1em;
  }
  .recomendaciones .recomendaciones-wrapper .recomendaciones-video p {
    margin: 0 auto;
    width: 90%;
  }
  footer .footer-wrapper .footer-left {
    width: 15%;
    text-align: center;
  }
  footer .footer-wrapper .footer-left .footer-logo {
    height: 100%;
    float: none;
  }
  footer .footer-wrapper .footer-left .footer-text {
    display: none;
  }
  footer .footer-wrapper .footer-right {
    width: 85%;
  }
  footer .footer-wrapper .footer-right ul li {
    float: right;
    margin-right: 0;
  }
  footer .footer-wrapper .footer-right ul li span {
    display: none;
  }
  .qr-code {
    display: none !important;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  header {
    height: 65px;
    background: #fe0133;
    border-bottom: none;
  }



  header .header-wrapper .header-left .header-logo {
    width: auto;
    margin: auto;
    justify-content: center;
    display: flex;
    align-items: center;
  }
  header .header-wrapper .header-left .header-text {
    font-size: 0.7em;
    margin-left: 15px;
    padding-top: 15px;
  }
  header .header-wrapper .header-left .header-text h2 {
    font-size: 18px;
    font-family: "FiraSansBold";
  }
  header .header-wrapper .header-left .header-text h3 {
    font-size: 1.2em;
  }
  .copy .copy-wrapper {
    width: 90%;
    padding: 3px 0;
  }
  .copy .copy-wrapper .copy-text {
    font-size: 2em;
    line-height: 1.35em;
  }
  .formulario {
    position: relative;
    border: none;
  }
  .formulario .formulario-image {
    height: 300px;
    background-position: 50% 50%;
  }
  .formulario .formulario-image.right {
    background-position: 100% 50%;
  }
  .formulario .formulario-image.left {
    background-position: 0 50%;
  }
  .formulario .formulario-wrapper {
    position: relative;
    width: 100%;
    right: 0;
    max-width: none;
    padding: 15px 0 0;
  }
  .formulario .formulario-wrapper h2 {
    margin: 10px auto 0 auto;
    padding: 0px;
    width: 98%;
    font-size: 3em;
    line-height: 1em;
  }
  .formulario .formulario-wrapper h3 {
    font-size: 14px;
  }
  .formulario .formulario-wrapper .formulario-calculadora {
    width: 90%;
    margin: 10px auto;
  }
  .formulario .formulario-wrapper span {
    margin-top: 15px;
  }
  .formulario .formulario-wrapper .formulario-c2c {
    width: 90%;
    margin-bottom: 2px;
  }
  .formulario .formulario-wrapper .formulario-privacidad {
    margin-bottom: 28px;
  }
  .formulario .formulario-llamanos {
    position: absolute;
    width: 100%;
    bottom: 0;
    background-color: #f3f3f3;
    text-align: center;
    border-top: 0px solid #ccc;
    height: 58px;
    line-height: 58px;
  }
  .formulario .formulario-llamanos span {
    display: inline;
    width: auto;
    margin: auto;
    font-size: 20px;
    text-align: initial;
  }
  .formulario .formulario-llamanos .formulario-llamanos-numero {
    display: inline;
    width: auto;
    margin: auto;
    font-size: 30px;
    font-weight: bold;
    text-align: initial;
  }
  .oferta .oferta-wrapper .oferta-text {
    width: 100%;
    padding: 8px 0;
  }
  .oferta .oferta-wrapper .oferta-fin {
    width: 100%;
    padding: 8px 0;
  }
  .calculadora_ifr .calculadora_ifr_wrapper {
    width: 99.5%;
  }
  .producto.even .producto-wrapper .producto-image {
    width: 85%;
  }
  .producto.even .producto-wrapper .producto-text .producto-description p {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
  }
  .producto.odd .producto-wrapper .producto-image {
    width: 85%;
  }
  .producto.odd .producto-wrapper .producto-text .producto-description p {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
  }
  .ribbon .wrap_module {
    width: 100%;
    padding: 10px 2%;
  }
  .ribbon .wrap_module p {
    width: 100%;
    text-align: center;
    font-size: 1.5em;
  }
  .ribbon .wrap_module p .no_mobile {
    display: none;
  }
  .ribbon .wrap_module .center_with_device {
    display: block;
    width: 100%;
    text-align: center;
    padding: 17px 0px 17px 0px;
    overflow: hidden;
  }
  .ribbon .wrap_module a {
    float: none;
    padding: 15px 60px 15px 15px;
    font-family: "FiraSansLight";
    font-size: 1.25em;
    line-height: 1.25em;
    color: #ffffff;
    background-color: #ff0033;
    border: 2px solid #fff;
    -webkit-border-radius: 40px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 40px;
    -moz-background-clip: padding;
    border-radius: 40px;
    background-clip: padding-box;
    text-align: center;
    text-transform: uppercase;
    background: transparent url("img/sd_sprite.png") 110px 10px no-repeat;
  }
  .ribbon .wrap_module a:hover {
    color: #ff0033;
    background-color: #fff;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 375px) {
  header {
    height: 85px;
    border-bottom: 1px solid #cccccc63;
  }
  header .header-wrapper .header-left .header-logo {
    width: 100%;
    margin: 0;
    justify-content: center;
  }
  header .header-wrapper .header-left .header-text {
    font-size: 0.7em;
    margin-left: 15px;
    padding-top: 15px;
  }
  header .header-wrapper .header-left .header-text h2 {
    font-size: 18px;
    font-family: "FiraSansBold";
  }
  header .header-wrapper .header-left .header-text h3 {
    font-size: 1.2em;
  }
  .copy .copy-wrapper {
    width: 90%;
    padding: 3px 0;
  }
  .copy .copy-wrapper .copy-text {
    font-size: 2em;
    line-height: 1.35em;
  }
  .formulario {
    position: relative;
    border: none;
  }
  .formulario .formulario-image {
    height: 300px;
    background-position: 50% 50%;
  }
  .formulario .formulario-image.right {
    background-position: 100% 50%;
  }
  .formulario .formulario-image.left {
    background-position: 0 50%;
  }
  .formulario .formulario-wrapper {
    position: relative;
    width: 100%;
    right: 0;
    max-width: none;
    padding: 15px 0 0;
  }
  .formulario .formulario-wrapper h2 {
    margin: 10px auto 0 auto;
    padding: 0px;
    width: 98%;
    font-size: 3em;
    line-height: 1em;
  }
  .formulario .formulario-wrapper h3 {
    font-size: 14px;
  }
  .formulario .formulario-wrapper .formulario-calculadora {
    width: 90%;
    margin: 10px auto;
  }
  .formulario .formulario-wrapper span {
    margin-top: 15px;
  }
  .formulario .formulario-wrapper .formulario-c2c {
    width: 90%;
    margin-bottom: 2px;
  }
  .formulario .formulario-wrapper .formulario-privacidad {
    margin-bottom: 28px;
  }
  .formulario .formulario-llamanos {
    position: absolute;
    width: 100%;
    bottom: 0;
    background-color: #f3f3f3;
    text-align: center;
    border-top: 0px solid #ccc;
    height: 58px;
    line-height: 58px;
  }
  .formulario .formulario-llamanos span {
    display: inline;
    width: auto;
    margin: auto;
    font-size: 20px;
    text-align: initial;
  }
  .formulario .formulario-llamanos .formulario-llamanos-numero {
    display: inline;
    width: auto;
    margin: auto;
    font-size: 30px;
    font-weight: bold;
    text-align: initial;
  }
  .oferta .oferta-wrapper .oferta-text {
    width: 100%;
    padding: 8px 0;
  }
  .oferta .oferta-wrapper .oferta-fin {
    width: 100%;
    padding: 8px 0;
  }
  .calculadora_ifr .calculadora_ifr_wrapper {
    width: 99.5%;
  }
  .producto.even .producto-wrapper .producto-image {
    width: 85%;
  }
  .producto.even .producto-wrapper .producto-text .producto-description p {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
  }
  .producto.odd .producto-wrapper .producto-image {
    width: 85%;
  }
  .producto.odd .producto-wrapper .producto-text .producto-description p {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
  }
  .ribbon .wrap_module {
    width: 100%;
    padding: 10px 2%;
  }
  .ribbon .wrap_module p {
    width: 100%;
    text-align: center;
    font-size: 1.5em;
  }
  .ribbon .wrap_module p .no_mobile {
    display: none;
  }
  .ribbon .wrap_module .center_with_device {
    display: block;
    width: 100%;
    text-align: center;
    padding: 17px 0px 17px 0px;
    overflow: hidden;
  }
  .ribbon .wrap_module a {
    float: none;
    padding: 15px 60px 15px 15px;
    font-family: "FiraSansLight";
    font-size: 1.25em;
    line-height: 1.25em;
    color: #ffffff;
    background-color: #ff0033;
    border: 2px solid #fff;
    -webkit-border-radius: 40px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 40px;
    -moz-background-clip: padding;
    border-radius: 40px;
    background-clip: padding-box;
    text-align: center;
    text-transform: uppercase;
    background: transparent url("img/sd_sprite.png") 110px 10px no-repeat;
  }
  .ribbon .wrap_module a:hover {
    color: #ff0033;
    background-color: #fff;
  }

  /*MODULO RECOMENDACIONES*/
  .recomendaciones .recomendaciones-wrapper {
    width: 95%;
    overflow: hidden;
    margin: 0 auto;
  }
  .recomendaciones .recomendaciones-wrapper .recomendaciones-title {
    margin-bottom: 0.5em;
  }
  .recomendaciones .recomendaciones-wrapper .recomendaciones-title h2 {
    font-size: 1.8em;
    margin: 0.5em 0;
  }
  .recomendaciones .recomendaciones-wrapper .recomendaciones-text {
    width: 100%;
    padding-right: 2.5%;
    float: none;
  }
  .recomendaciones .recomendaciones-wrapper .recomendaciones-video {
    overflow: hidden;
    float: none;
    width: 100%;
    padding: 0.5em 0 1em 0;
  }
  .recomendaciones .recomendaciones-wrapper .recomendaciones-video .titulo {
    font-size: 1em;
  }
  .recomendaciones .recomendaciones-wrapper .recomendaciones-video p {
    margin: 0 auto;
    width: 90%;
  }
  /* Central receptora*/
  .atc {
    display: block;
    width: 100%;
    overflow: hidden;
    background-color: #fff;
  }
  .atc .atc-wrapper {
    width: 100%;
    overflow: hidden;
  }
  .atc .atc-wrapper .atc-image {
    width: 100%;
    display: block;
    height: 100%;
    max-height: 524px;
  }
  .atc .atc-wrapper .atc-image img {
    width: 100%;
  }
  .atc .atc-wrapper .atc-text-wrapper {
    display: block;
    width: 100%;
    padding: 0px 2.5% 20px;
    overflow: hidden;
  }
  .atc .atc-wrapper .atc-text-wrapper .atc-text {
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-size: 1.2em;
    line-height: 1.5em;
  }
  .atc .atc-wrapper .atc-text-wrapper .atc-text ul li {
    font-size: 0.8em;
  }
  footer .footer-wrapper .footer-left {
    width: 16%;
  }
  footer .footer-wrapper .footer-right {
    width: 84%;
    font-size: 8px;
  }
  .qr-code {
    display: none !important;
  }

  footer .footer-wrapper .footer-right .footer-links {
    text-decoration: underline;
    color: #ff0033;
  }
}
/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  header {
    height: 62px;
  }
  header .header-wrapper {
    width: 98%;
  }
  header .header-wrapper .header-left .header-text {
    font-size: 0.7em;
    margin-left: 10px;
    padding-top: 18px;
  }
  header .header-wrapper .header-left .header-text h3 {
    display: none;
  }
  .formulario .formulario-wrapper .formulario-c2c input {
    width: 50%;
  }
  .formulario .formulario-wrapper .formulario-c2c .formulario-c2c-boton {
    width: 50%;
  }
  .formulario .formulario-wrapper .formulario-privacidad span,
  .formulario .formulario-wrapper .formulario-privacidad a {
    font-size: 9px;
  }
  footer .footer-wrapper .footer-right ul {
    margin-top: 22px;
  }
  .formulario-mapfre .formulario-mapfre {
    padding: 15px 0;
  }
}

/* NUEVOS ESTILOS */

.copy_mobile .botonera button.llamanos {
  background-image: url(../img/ico/ico-llamanos-es.png);
}

.formulario_mobile {
  background-color: #fff !important;
}

.formulario_mobile .botonera li {
  width: 100% !important;
  float: none !important;
}

.formulario_mobile .botonera {
  text-align: center;
}
.formulario_mobile .botonera li .calcula-online {
  display: block;
  height: 60px;
  width: 90%;
  margin: 1rem auto;
  background-color: #ff0033;
  color: #fff;
  line-height: 60px;
  font-size: 1.7rem;
  text-decoration: none;
  -webkit-border-radius: 30px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 30px;
  -moz-background-clip: padding;
  border-radius: 30px;
  background-clip: padding-box;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  font-weight: bold;
}
.formulario_mobile .botonera li .calcula-online:hover {
  background-color: #a62828;
}
.formulario_mobile .botonera li .botonera {
  display: block;
  width: 90%;
  margin: 1rem auto 0 auto;
  overflow: hidden;
  position: relative;
}
.formulario_mobile .botonera li .botonera input[type="tel"] {
  outline: 0;
  width: 100%;
  float: left;
  display: block;
  line-height: 58px;
  background-color: transparent;
  padding-right: 100px;
  text-align: center;
  height: 60px;
  font-size: 1.2rem;
  -webkit-border-radius: 30px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 30px;
  -moz-background-clip: padding;
  border-radius: 30px;
  background-clip: padding-box;
  border: 1px solid #ccc;
}
.formulario_mobile .botonera li .botonera button {
  position: absolute;
  top: 9%;
  bottom: 10%;
  right: 2%;
  padding: 10px 16px 10px 25px;
  -webkit-border-radius: 30px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 30px;
  -moz-background-clip: padding;
  border-radius: 30px;
  background-clip: padding-box;
  border: none;
  background-color: #ff0033;
  color: #fff;
  cursor: pointer;
  font-size: 1.2rem;
}
.formulario_mobile .botonera li p {
  margin: 0;
  font-size: 1.8rem;
}
.formulario_mobile .botonera li p span {
  text-transform: uppercase;
  font-family: "FiraSansMedium";
  font-weight: 700;
}
.formulario_mobile .botonera li p.politica-privacidad {
  clear: both;
  font-size: 1rem;
  margin-top: 5px;
}
.formulario_mobile .botonera li p.politica-privacidad a {
  color: #ff0033;
}
.formulario_mobile .botonera li p.politica-privacidad a:hover {
  text-decoration: none;
}
.required-message {
  color: #ff0033;
  font-size: 1.4em;
  margin-bottom: 4px;
}

/**Módulo ZEROVISION con caras**/
.humocaras {
  background-color: #000;
  overflow: hidden;
  clear: both;
}
.humocaras .humo-text {
  float: right;
  width: 41%;
  margin-right: 8%;
  margin-top: 5%;
  margin-bottom: 3%;
}
.humocaras .humo-text span {
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 2px;
  font-size: 1.2em;
}
.humocaras .humo-text h2 {
  font-size: 30px;
  color: #fff;
  font-family: "FiraSansMedium";
  margin-top: 5px;
  margin-bottom: 20px;
}
.humocaras .humo-text p {
  font-size: 17px;
  color: #ffffff;
  text-align: justify;
}
.humocaras .humo-text a {
  color: #ff0033;
  font-size: 1.5em;
  text-decoration: none;
  margin-top: 20px;
  display: block;
  background-image: url("../img/ico/play.png");
  padding-left: 40px;
  padding-bottom: 10px;
  background-repeat: no-repeat;
}
.humocaras .humo-text a:hover {
  background-image: url("../img/ico/play-hover.png");
  color: #f3f3f3;
}
.humocaras .ladron {
  float: left;
  width: 50%;
  position: relative;
}
.humocaras .video-image {
  left: 42%;
  top: 45%;
}

@media only screen and (max-width: 1200px) {
  .humocaras .humo-text {
    margin-top: 4%;
    margin-right: 3%;
    width: 47%;
  }
  .humocaras .humo-text h2 {
    font-size: 26px;
  }
  .humocaras .humo-text p {
    font-size: 1.5em;
    text-align: justify;
  }
}
@media only screen and (max-width: 992px) {
  .humocaras {
    background-color: #000;
    background-image: none;
  }
  .humocaras .humo-text {
    margin: 0 auto;
    float: none;
    width: 80%;
    margin-top: 4%;
  }
  .humocaras .humo-text p {
    font-size: 1.8em;
    text-align: justify;
  }
  .humocaras .ladron {
    width: 70%;
    margin: 0 auto;
    float: none;
  }
  .humo-out .humo-img {
    width: 80%;
  }
  .humocaras {
    background-color: #000;
    background-image: none;
  }
}
@media only screen and (max-width: 480px) {
  .humocaras .humo-text {
    padding-top: 4%;
  }
  .humocaras .humo-text span {
    font-size: 1em;
  }
  .humocaras .humo-text h2 {
    font-size: 24px;
  }
  .humocaras .video-image {
    display: none;
  }
  .humocaras .ladron {
    width: 100%;
    margin: 0 auto;
    float: none;
  }
}

/* modulo img */

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

/* ribbon zv */

.ribbon-zv .wrap_module p {
  width: 100%;
  text-align: center;
  float: none;
  font-size: 25px;
  font-family: "FiraSansLight";
  line-height: 35px;
}

.ribbon-zv .wrap_module a {
  float: none;
  padding: 10px 0;
  padding-right: 40px;
  border: none;
  border-radius: 0;
  background-clip: padding-box;
  font-size: 25px;
  font-family: "FiraSansMedium";
  background: transparent url(img/sd_sprite.png) 0 0 no-repeat;
  background-position: 56px 5px;
}
.ribbon-zv .wrap_module a:hover {
  background-color: inherit;
  color: inherit;
}

.timer {
  font-size: 24px !important;
  display: flex;
  justify-content: center;
  font-family: "FiraSansBold";
  text-align: center;
  margin-top: 8px;
}
.timer-item {
  margin-left: 15px;
  margin-right: 15px;
}
.timer-subtitle {
  font-size: 10px !important;
  text-align: center;
  font-family: "FiraSansRegular";
}

.timer-end {
  color: #ff0033 !important;
  -webkit-animation: pulsate 0.5s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation: pulsate 0.5s ease-out;
  animation-iteration-count: infinite;
  opacity: 1;
  transform: scale(1);
}

@keyframes pulsate {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

**.shadow {
  text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9,
    0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1),
    0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2),
    0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2),
    0 20px 20px rgba(0, 0, 0, 0.15);
  box-shadow: none !important;
}

@media only screen and (max-width: 480px) {
  .ribbon-zv .wrap_module a {
    float: none;
    padding: 5px 0;
    padding-right: 40px;
  }
}
