@charset "UTF-8";
/* xl - DESKTOP STYLES */
/*====================================================================================*/
/*M E N U*/
html {
  scroll-behavior: smooth !important;
}
#header .main-menu:hover > li.menu-item.active:not(:hover) > a {
  background: none;
  color: #18365e;
}
#header .header-main .header-left {
  padding: 0px 0;
}
#header .header-main .header-right {
  padding: 10px 0;
}
#header .header-main {
  border-bottom: solid 1px #f4f4f4;
}
ul {
  padding-left: 18px;
}
.disclaimer p {
  padding: 0;
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 15px;
}
.content-res-box {
  border-top: solid 4px #fabb00;
  padding-top: 25px;
  background: rgba(24, 54, 94, 0.06);
  height: 100%;
  min-height: 280px;
  border-radius: 0 0 5px 5px;
  padding-left: 15px;
  padding-right: 10px;
}
.content-res-box_titulo-inner {
  background: #f1f3f5;
  border-radius: 5px;
  padding: 5px 5px 5px 20px;
}
.titulo-menu-form a.nolink {
  font-weight: 700 !important;
  font-size: 15px !important;
  color: #18365e;
}
.banner-doble-two {
  display: none;
}
/*===============================================================*/
/*S O C I A L F L O A T*/
.social-float {
  position: fixed;
  right: 0;
  top: calc(50% - 190px);
  z-index: 1000;
}
.social-float_inner {
  padding: 5px 10px;
  transition: 0.3s ease all;
}
.social-float_inner ul.list-unstyled {
  margin: 0;
}
.ico-float {
  color: #000;
  text-align: center;
  padding: 5px 0px 0px 0px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease all;
}
.social-float_inner ul li {
  padding-bottom: 6px;
  transition: 0.3s ease all;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 5px;
  border-radius: 5px;
  box-shadow: 0 0px 5px 1px rgba(0, 0, 0, 0.2);
}
.social-float_inner ul li:hover {
  transition: 0.3s ease all;
  background: #fabb00;
}
.social-float_inner ul li:hover a {
  filter: invert(1);
  transition: 0.3s ease all;
}
.social-float_inner ul li:hover {
  transition: 0.3s ease all;
  transform: translateY(-3px);
}
div#close-btn img {
  background: #fabb00;
  width: 35px;
  padding: 7px;
  cursor: pointer;
  transition: 0.3s ease all;
  box-shadow: 0 0px 5px 1px rgba(0, 0, 0, 0.2);
  border-radius: 5px 0 0px 5px;
}
div#close-btn {
  display: flex;
  display: none1;
  justify-content: end;
}
.social-float_inner span {
  display: block;
}
.social-float_inner a {
  font-size: 10px;
  line-height: 12px;
  font-weight: 500;
  padding: 0 5px;
  letter-spacing: -0.5px;
  color: #000;
}
.texto-denuncias-sucursales {
  padding-top: 35px;
  padding-bottom: 15px;
}
.texto-denuncias-sucursales a {
  color: #fabb00;
}
.texto-denuncias-sucursales_listas {
  color: #18365e;
  font-weight: 600;
}
.texto-denuncias-sucursales_listas .porto-just-icon-wrapper.porto-icon.none {
  margin-bottom: 0;
}
/*li#nav-menu-item-wpml-ls-62-en {
    display: none;
}
li#nav-menu-item-wpml-ls-62-es {
    display: none;
}*/
/*==========================================================================*/
/*H E A D E R*/
[lang="en-US"] .ver_es {
  display: none;
}
[lang="es-ES"] .ver-en {
  display: none;
}
/*====================================================================================*/
/*B T N V I D E O*/
.box-btn-play-video img {
  filter: brightness(1);
  transition: 0.4s ease all;
}
.box-btn-play-video:hover img {
  filter: brightness(0.5);
  transition: 0.4s ease all;
}
.content-btn-play-video {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.box-btn-play-video {
  position: relative;
}
.fa-play:before {
  content: "";
  z-index: 100;
}
i.fas.fa-play {
  position: relative;
  font-size: 35px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
i.fas.fa-play:after {
  content: '';
  position: absolute;
  font-size: 35px;
  background: #fabb00;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  left: -8px;
  transition: 0.3s ease all;
  animation: pulse 1s infinite;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(250, 182, 21, 0.6);
  }
  100% {
    box-shadow: 0 0 0 30px rgba(250, 182, 21, 0.2);
  }
}
/*====================================================================================*/
/**/
.content-home-banner {
  position: relative;
}
.content-home-banner:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(to top, #000 0, rgba(0, 0, 0, 0.7) 20%, transparent 70%, transparent 100%);
}
/**/
/**/
.content-home-banner_img.all-page img {
  height: 100%;
  min-height: 400px;
  object-fit: cover;
}
.content-home-banner_textos.all-page {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
}
.content-home-banner_textos h2 {
  color: #fff;
  font-size: 20px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.text-asterisco p {
  color: #18365e;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
  font-weight: 700;
}
.content-home-banner_textos .porto-u-sub-heading {
  font-size: 50px;
  line-height: 55px;
  color: #18365e;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -2px !important;
  text-shadow: 2px 2px 1px rgba(255, 255, 255, 0.5);
}
.change-color .porto-u-sub-heading {
  color: #fff !important;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) !important;
}
.btn-header-turquesa a:hover {
  background: #10a4bd;
  border-color: #10a4bd;
}
.social-contacto-top ul {
  display: flex;
  align-items: center;
  flex-direction: row;
  margin: 0;
}
.social-contacto-top ul li {
  margin-right: 10px;
}
.ico-social-top {
  border-radius: 50px;
  border: solid 1px #000;
  width: 25px;
  height: 25px;
  line-height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
}
.ico-social-top:hover {
  border-radius: 50px;
  border: solid 1px #10a4bd;
  color: #fff;
  width: 25px;
  height: 25px;
  line-height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  background: #10a4bd;
  transition: 0.3s ease all;
}
img.ico-tiktop-top {
  filter: invert(1);
  border-radius: 50px;
  border: solid 1px #fff;
  width: 25px;
  height: 25px;
  padding: 4px;
  line-height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  transition: 0.3s ease all;
}
img.ico-tiktop-top:hover {
  filter: none;
  border-radius: 50px;
  border: solid 1px #10a4bd;
  width: 25px;
  height: 25px;
  padding: 4px;
  line-height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  background: #10a4bd;
  transition: 0.3s ease all;
}
/*====================================================================================*/
/*n o s o t r o s h o m e*/
.porto-sicon-box.box-ms {
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.1);
  border: solid 1px #f6f6f6;
  padding: 15px;
  border-radius: 10px;
  transition: 0.4s ease all;
  margin-bottom: 15px;
}
.porto-sicon-box.box-ms:hover {
  transition: 0.4s ease all;
  transform: translateY(-10px);
}
.porto-sicon-box.box-ms.fondo {
  background: #18365e;
  position: relative;
  margin-left: -35px;
  width: 100%;
}
.box-ms .porto-sicon-left {
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: solid 2px #18365e;
  margin-right: 15px;
}
.box-ms.fondo .porto-sicon-left {
  border-right: solid 2px #fff;
}
.box-ms h3.porto-sicon-title {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0px;
}
.box-ms p {
  transition: 0.4s ease;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
/*====================================================================================*/
/*N O S O T R O S*/
.box-seo_textos strong {
  color: #fabb00;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px;
}
.box-seo_textos .porto-u-sub-heading {
  color: #18365e;
  font-size: 20px;
  line-height: 25px;
  font-weight: 800;
}
.porto-u-heading.box-seo_textos {
  background: #dadde2;
  padding: 15px 10px;
}
.logo-unidad-movil img {
  width: 250px;
}
.img-mapa-um img {
  width: 500px;
  height: 300px;
  object-fit: cover;
}
.logo-unidad-movil {
  text-align: center;
}
.box-paso-paso {
  width: 100%;
  max-width: 255px;
  margin: 0 auto;
  padding-bottom: 25px;
  position: relative;
}
.box-paso-paso .porto-sicon-top {
  background: #18365e17;
  padding: 25px 0 15px;
  margin-bottom: 15px;
  position: relative;
}
.box-paso-paso p {
  position: absolute;
  top: 0;
  color: #fff;
  background: #18365e;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-weight: 900;
  font-size: 25px;
  transition: 0.6s ease all;
}
.box-paso-paso:hover p {
  position: absolute;
  top: 0;
  color: #fff;
  background: #fabb00;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-weight: 900;
  font-size: 25px;
  transition: 0.6s ease all;
  transform: rotateY(360deg);
}
.box-paso-paso h3.porto-sicon-title {
  font-size: 16px;
}
ul.bulet-unidadmovil {
  column-count: 2;
}
ul.bulet-unidadmovil li {
  margin-left: 20px;
  padding-bottom: 10px;
}
/*====================================================================================*/
/**/
.img-efecto img {
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.reverse .row {
  flex-direction: row-reverse;
}
.ser-content {
  margin-bottom: 25px;
  position: relative;
}
.ser-content img {
  transition: 0.4s ease all;
  transform: scale(1);
  transform-origin: bottom;
}
.ser-content:hover img {
  transition: 0.4s ease all;
  transform: scale(1.03);
  transform-origin: bottom;
}
h4.vc_custom_heading.ser-content-titulo.heading-primary {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
  padding: 0;
  margin: 0;
  transition: 0.5s ease all;
  transform: translateY(100%);
}
.ser-content .wpb_wrapper.vc_column-inner:hover h4.vc_custom_heading.ser-content-titulo.heading-primary {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
  padding: 0;
  margin: 0;
  transition: 0.5s ease all;
  transform: translateY(0%);
}
.ser-content .wpb_wrapper.vc_column-inner {
  overflow: hidden;
  border-radius: 10px;
}
.ser-content-titulo a {
  color: #fff !important;
  border: solid 2px #18365e !important;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px;
  border-radius: 5px;
  transition: 0.3s ease all;
}
.ser-content .wpb_wrapper.vc_column-inner:hover .ser-content-titulo a {
  color: #fff !important;
  background: #10a4bd;
  border: solid 2px #10a4bd !important;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px;
  border-radius: 5px;
  transition: 0.3s ease all;
}
.titulo-formato h2 {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0px;
  color: #fabb00;
  text-transform: none !important;
}
.titulo-formato .porto-u-sub-heading {
  font-size: 40px;
  line-height: 45px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -2px;
  color: #18365e;
}
/*.titulo-formato .porto-u-main-heading {
    height: 25px;
}*/
.img-ampliacion-licencias img {
  width: 100%;
  max-width: 700px;
}
ul.content-columnas {
  column-count: 2;
}
/*====================================================================================*/
/*B L O G*/
.blog-home p.post-excerpt {
  display: none;
}
.blog-home h4.entry-title {
  font-size: 17px !important;
  transition: 0.4s ease;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.blog-home a.btn.btn-xs.btn-default.text-xs.text-uppercase.btn-readmore {
  border: none;
  color: #18365e;
  font-size: 15px !important;
  font-weight: 700;
  background: none !important;
  padding: 0;
}
/*====================================================================================*/
/*N A V E G A C I O N-T A B*/
.btn-despleglables .vc_tta-tabs-list a {
  background: #fabb00 !important;
  color: #fff !important;
  font-weight: 700;
  border-radius: 5px !important;
  min-width: 265px;
  text-align: center;
  padding: 10px !important;
  transition: 0.3s ease all;
}
.btn-despleglables .vc_tta-tabs-list a:hover, .vc_tta.vc_general .vc_tta-tab.vc_active > a {
  background: #00345d !important;
  transition: 0.3s ease all;
}
.btn-despleglables li.vc_tta-tab {
  padding-right: 10px !important;
}
.btn-scroll-down a {
  text-decoration: none;
  color: #fff;
  background: #00345d;
  padding: 10px 25px;
  border-radius: 5px;
  display: inline-block;
  margin-top: 10px;
  margin-right: 20px;
  transition: 0.3s ease all;
  cursor: pointer;
}
.btn-scroll-down a:hover {
  background: #fabb00;
  transition: 0.3s ease all;
}
.btn-scroll-down {
  display: flex;
  flex-wrap: wrap;
}
/*====================================================================================*/
/*T A B L E P R E S S*/
.tabla-convenio th.column-1, .tabla-convenio th.column-2 {
  text-align: center;
  background: #fabb00;
  border-right: solid 1px #f4f4f4;
}
table#tablepress-1, table#tablepress-2 {
  border: solid 1px #f4f4f4;
}
.tabla-convenio td.column-1, .tabla-convenio td.column-2 {
  border: solid 1px #f4f4f4;
}
.tabla-costos td.column-1 {
  text-align: center;
  height: 100%;
  font-weight: 700;
  color: #18365e;
}
.tabla-costos tr.row-1.odd th {
  background: #fabb00;
  text-align: center;
}
.tabla-costos td.column-1 {
  background: #ddd !important;
  vertical-align: middle;
}
.tabla-costos td {
  text-align: center !important;
  border: solid 1px #c0c0c0 !important;
}
.tabla-costos tr.row-1.odd {
  border: solid 1px #c0c0c0;
}
.separador-custom {
  background: #18365e;
  padding-top: 30px;
  margin-bottom: 45px;
}
/*====================================================================================*/
/*F A Q*/
.preguntas-frecuentes span.vc_tta-title-text {
  color: #18365e;
}
/*======================================================================================*/
/*N E W S  L E T T E R*/
.content-fomr input {
  padding: 15px;
}
.content-fomr.col-lg-12 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.content-fomr input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control {
  margin: 0px;
  width: 99%;
  border: solid 1px #fff;
  border-radius: 3px;
}
.content-fomr input.wpcf7-form-control.has-spinner.wpcf7-submit.btn-fomr {
  background: #18365e;
  font-weight: 500;
  transition: 0.3s ease all;
  color: #ffffff;
  padding: 15px 25px;
  text-align: center;
  border: none;
  border-radius: 3px;
  width: 100%;
}
.content-fomr input.wpcf7-form-control.has-spinner.wpcf7-submit.btn-fomr:hover {
  background: #234e87;
  font-weight: 500;
  transition: 0.3s ease all;
  color: #fff;
  padding: 15px 25px;
  text-align: center;
}
.form-group {
  margin-bottom: 0;
}
i.icon-footer {
  color: #fff;
  padding-right: 6px;
}
h2.titulo-form {
  text-align: center;
  width: 100%;
  padding-top: 25px;
  margin-bottom: 20px;
}
.row.denuncia-form {
  padding: 0 30px;
}
.row.denuncia-form textarea, .contact-form textarea {
  resize: none;
  height: 120px;
}
h3.vc_custom_heading.align-left.text-uppercase.heading-light {
  text-shadow: 0 3px 5px black;
}
.content-sucursales.primario .wpb_wrapper.vc_column-inner {
  border-top: solid 4px #18365e;
}
.content-sucursales.second .wpb_wrapper.vc_column-inner {
  border-top: solid 4px #fabb00;
}
.content-sucursales a {
  font-weight: 700;
  margin-top: 15px;
  display: block;
  text-decoration: underline;
}
td.titulo {
  background: rgba(250, 182, 21, 0.06);
  color: #18365e;
  font-weight: 700;
}
.horario td {
  border: solid 1px #ccc;
}
td.colum-second {
  text-align: right;
}
/*======================================================================================*/
/**/
.content-us-bullet_inner h2 {
  margin-bottom: 15px;
}
.content-us-bullet_inner {
  padding-bottom: 20px;
  position: relative;
  padding-left: 50px;
}
.content-us-bullet_inner:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  background: #fabb00;
  border-radius: 50%;
  left: 0px;
  top: 5px;
  z-index: 10;
}
.content-us-bullet_inner:not(:last-child):after {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  left: 14px;
  top: 5px;
  border: dashed 1px #18365e;
}
/*====================================================================================*/
/*F O O T E R*/
i.icon-footer {
  padding-right: 5px;
  color: #fff;
  font-size: 15px;
}
#footer h3.widget-title {
  font-size: 17px !important;
  letter-spacing: 0.1px;
}
.content-logos-footer img {
  width: 125px;
  height: 100px;
  object-fit: contain;
}
ul.list-unstyled.logos-footer {
  display: flex;
}
ul.list-unstyled.logos-footer li:nth-child(1) {
  padding-right: 20px;
}
#footer .footer-bottom {
  padding: 10px 0;
  font-size: 0.9em;
}
/*====================================================================================*/
/**/
.logo-footer-new-format.vc_column_container {
  display: flex;
  align-items: center;
  padding-right: 30px;
}
h2.vc_custom_heading.titulo-point {
  /* margin-bottom: 10px; */
  line-height: 25px;
}
.contetn-new-format.vc_column_container {
  padding-left: 30px;
}
img.ico-tiktop {
  border: solid 1px #fff;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  opacity: 0.7;
  transition: 0.1s ease all;
  padding: 6.5px;
}
img.ico-tiktop:hover {
  border: solid 1px #fff;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  opacity: 1;
  transition: 0.1s ease all;
}
.social-contacto ul.list-unstyled {
  display: flex;
  /*justify-content: center;*/
  align-items: center;
}
.ico-social-new {
  border: solid 1px #fff;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.cat-nacionales {
  display: none;
}
.cat-extranjero {
  display: none;
}
/**/
/**/
/*M E S A J E F L O T A N T E*/
#letrero {
  z-index: 3610;
  background-color: #fabb00;
  pointer-events: none;
  position: fixed;
  right: 17px;
  bottom: 120px;
  border: 0px;
  width: 150px;
  /* overflow: hidden; */
  visibility: visible;
  text-align: center;
  font-weight: 600;
  padding: 5px;
  border-radius: 5px 5px 0 5px;
  z-index: 10;
}
#letrero:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0px;
  border: 0px solid #fabb00;
  border-right-color: #fabb00;
  border-left-color: transparent;
  border-width: 15px 0px 0px 15px;
  bottom: -15px;
  right: 0px;
  z-index: -1;
}
/*-------ACORDION-------*/
.accordion .accordion-item {
  position: relative;
}
.accordion .accordion-item .rounded-steps {
  align-items: center;
  background-color: var(--porto-primary-color);
  border-radius: 50%;
  color: #fff;
  display: flex;
  left: -1.25rem;
  line-height: normal;
  height: 2.5rem;
  justify-content: center;
  position: absolute;
  width: 2.5rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  top: 15px;
  z-index: 2;
}
.accordion .accordion-item .rounded-steps:before {
  background-color: var(--porto-primary-color);
  bottom: -1.8125rem;
  content: "";
  display: inline-block;
  left: 1.25rem;
  position: absolute;
  width: 0.125rem;
}
button.accordion-button {
  z-index: 2;
  font-size: 20px;
  font-weight: 600;
  padding: 1rem 1.7rem;
}
.accordion-body {
  padding: 1rem 2rem;
  border-left: 2px solid var(--porto-primary-color);
}
button.accordion-button {
  background-color: #ebebeb;
  border-top: 1px solid #9f9f9f;
  border-left: 2px solid var(--porto-primary-color);
}
.accordion-button:focus {
  z-index: 0;
  outline: 0;
  box-shadow: none;
  border-color: var(--porto-primary-color);
}
/* lg - TABLET LANDSCAPE STYLES */
@media (max-width: 1199px) {
  /*====================================================================================*/
  /*T A B L A C O S T O S*/
  table.tablepress {
    overflow: hidden;
    overflow-x: scroll;
    white-space: nowrap;
    width: 100%;
    display: block;
  }
  .content-res-box {
    height: 100%;
    min-height: 315px;
  }
}
/* md - TABLET PORTRAIT STYLES */
@media (max-width: 991px) {
  aside#media_image-2 {
    text-align: center;
  }
  aside#custom_html-3 {
    max-width: 450px;
  }
  .porto-sicon-box.box-ms.fondo {
    margin-left: 0px;
  }
  .vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title > a {
    background: #f9b51b !important;
    color: #fff !important;
    font-weight: 700;
    border-radius: 5px !important;
    min-width: 265px;
    margin: 0 auto;
    text-align: center;
    padding: 12px !important;
    transition: 0.3s ease all;
    margin-bottom: 10px;
  }
  .vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-title > a:hover, .vc_tta-color-white.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-title > a {
    background: #00345d !important;
    transition: 0.3s ease all;
  }
  ul.content-columnas {
    column-count: 1;
  }
  .content-res-box {
    height: 100%;
    min-height: 250px;
  }
  .preguntas-frecuentes span.vc_tta-title-text {
    color: #ffffff;
  }
  .social-float {
    position: fixed;
    right: 0;
    top: calc(50% - 170px);
    z-index: 1000;
  }
}
/* sm - SMARTPHONE LANDSCAPE STYLES */
@media (max-width: 767px) {
  .box-paso-paso {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    padding-bottom: 25px;
    position: relative;
  }
  ul.bulet-unidadmovil {
    column-count: 1;
  }
  ul.bulet-unidadmovil li {
    margin-left: 0;
  }
  .content-res-box {
    height: 100%;
    min-height: inherit;
    padding-bottom: 25px;
  }
  .content-home-banner_textos .porto-u-sub-heading {
    font-size: 25px;
    line-height: 30px;
    font-weight: 900;
    text-transform: uppercase;
  }
  .content-home-banner_textos h2 {
    color: #fff;
    font-size: 14px;
  }
  .titulo-form_suscriberte h2 {
    font-size: 25px !important;
    line-height: 30px !important;
  }
}
/* xs - SMARTPHONE PORTRAIT STYLES */
@media (max-width: 479px) {
  .social-float_inner a {
    font-size: 10px;
    line-height: 11px;
    font-weight: 500;
    padding: 0 5px;
    letter-spacing: -0.5px;
    color: #000;
  }
  .content-home-banner_img.all-page img {
    height: 100%;
    min-height: 250px;
    object-fit: cover;
  }
  .banner-doble-two {
    display: block;
  }
  .banner-doble-one {
    display: none;
  }
  .titulo-formato .porto-u-sub-heading {
    font-size: 30px;
    line-height: 35px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -2px;
    color: #18365e;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22%2F%22%2C%22sources%22%3A%5B%22(stdin)%22%2C%22wp-content%2Fcustom_codes%2F3128-scss-desktop.scss%22%2C%22wp-content%2Fcustom_codes%2F3128-scss-tablet-l.scss%22%2C%22wp-content%2Fcustom_codes%2F3128-scss-tablet-p.scss%22%2C%22wp-content%2Fcustom_codes%2F3128-scss-mobile-l.scss%22%2C%22wp-content%2Fcustom_codes%2F3128-scss-mobile-p.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAAA%3BAAAA%3BAAAA%3BACCA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BADlDA%3BAAAA%3BACsDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAD9IA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACyJA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAD7JA%3BAAAA%3BACkKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAACM%3BAAAA%3BAAAA%3BAAGJ%3BAAAA%3BAAAA%3BAAAA%3BADxNF%3BAAAA%3BAC6NA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADhOA%3BAAAA%3BAC0OA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD3UA%3BAAAA%3BAC2VA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD%2FXA%3BAAAA%3BACuYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BADjdA%3BAAAA%3BAC6dA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADnjBA%3BAAAA%3BAAAA%3BAC8jBA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BADpkBA%3BAAAA%3BACykBA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADplBA%3BAAAA%3BAC6lBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAD9nBA%3BAAAA%3BACooBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADxqBA%3BAAAA%3BACirBA%3BAAAA%3BAAAA%3BADjrBA%3BAAAA%3BACqrBA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BADrwBA%3BAAAA%3BAC6wBA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADhyBA%3BAAAA%3BAC0yBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BADj0BA%3BAAAA%3BAC20BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BADx4BA%3BAAAA%3BAAAA%3BAC%2B4BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADh6BA%3BACg7BA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADn%2BBA%3BAAIA%3BAAAA%3BAAAA%3BAEHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFRA%3BAASA%3BAGTA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHxCA%3BAAcA%3BAIdA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJ7BA%3BAAmBA%3BAKnBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */