@charset "UTF-8";
@font-face {
  font-family: "icomoon";
  src: url("fonts/fonts_landing/icomoon.eot?d9tcp0");
  src: url("fonts/fonts_landing/icomoon.eot?d9tcp0#iefix") format("embedded-opentype"), url("fonts/fonts_landing/icomoon.ttf?d9tcp0") format("truetype"), url("fonts/fonts_landing/icomoon.woff?d9tcp0") format("woff"), url("fonts/fonts_landing/icomoon.svg?d9tcp0#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=icon-] {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 2;
  font-size: 60px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-circulo:before {
  content: "\e900";
}

.icon-comillas-fin:before {
  content: "\e902";
}

.icon-comillas-inicio:before {
  content: "\e903";
}

.icon-dedo-1:before {
  content: "\e904";
}

.icon-dedo-2:before {
  content: "\e905";
}

.icon-diana:before {
  content: "\e906";
}

.icon-gafas:before {
  content: "\e907";
}

.icon-home-circulo:before {
  content: "\e908";
}

.icon-home:before {
  content: "\e909";
}

.icon-lapiz:before {
  content: "\e90a";
}

.icon-lista-2:before {
  content: "\e90b";
}

.icon-lista-3:before {
  content: "\e90c";
}

.icon-lista:before {
  content: "\e90d";
}

.icon-mail-circulo:before {
  content: "\e90e";
}

.icon-mail:before {
  content: "\e90f";
}

.icon-mundo:before {
  content: "\e910";
}

.icon-open:before {
  content: "\e911";
}

.icon-play-1:before {
  content: "\e912";
}

.icon-play-2:before {
  content: "\e913";
}

.icon-punto:before {
  content: "\e914";
}

.icon-social:before {
  content: "\e915";
}

.icon-telefono-2:before {
  content: "\e916";
}

.icon-telefono:before {
  content: "\e917";
}

.icon-trazadob:before {
  content: "\e918";
}

.icon-trazadow:before {
  content: "\e919";
}

.icon-usuario-circulo:before {
  content: "\e91a";
}

.icon-usuario:before {
  content: "\e91b";
}

.icon-altavoz2:before {
  content: "\e901";
}

.icon-location:before {
  content: "\e947";
}

/*VARIABLES*/
/*MIXINS*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

html, body {
  height: 100%;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.3) !important;
  -moz-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.3) !important;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.3) !important;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #000 !important;
  background-color: #f6c90e !important;
  border-color: #fff !important;
}

/*HEADER*/
.header {
  background: #000;
  border: 1px solid #000;
  /*HAMBURGER*/
  /*LOGIN*/
}
.header [class^=icon-], .header [class*=" icon-"] {
  line-height: 1;
}
.header [class^=icon-]::hover, .header [class^=icon-]::focus, .header [class*=" icon-"]::hover, .header [class*=" icon-"]::focus {
  font-weight: bold;
}
.header .navbar-toggler:focus,
.header .navbar-toggler:active {
  outline: 0;
}
.header .navbar-toggler.navbar-toggler-right {
  position: relative;
  border-color: transparent;
}
.header .navbar-toggler span {
  display: block;
  background-color: #fff;
  height: 4px;
  width: 35px;
  margin-top: 6px;
  margin-bottom: 6px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  position: relative;
  left: 0;
  opacity: 1;
}
.header .navbar-toggler span:nth-child(1),
.header .navbar-toggler span:nth-child(3) {
  -webkit-transition: transform 0.35s ease-in-out;
  -moz-transition: transform 0.35s ease-in-out;
  -o-transition: transform 0.35s ease-in-out;
  -ms-transition: transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;
}
.header .navbar-toggler:not(.collapsed) span:nth-child(1) {
  position: absolute;
  left: 12px;
  bottom: 6px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  opacity: 1;
}
.header .navbar-toggler:not(.collapsed) span:nth-child(2) {
  height: 12px;
  visibility: hidden;
  background-color: transparent;
}
.header .navbar-toggler:not(.collapsed) span:nth-child(3) {
  position: absolute;
  left: 12px;
  top: 10px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  opacity: 1;
}
.header .nav-item .nav-link:active i,
.header .nav-item .nav-link:focus i {
  border-bottom: 3px solid #fff;
}
.header .navbar-dark .navbar-nav .nav-link,
.header .navbar-dark .navbar-nav .nav-link:focus,
.header .navbar-dark .navbar-nav .nav-link:hover {
  color: #fff;
}
.header .navbar-dark .navbar-nav .nav-link.opaco,
.header .navbar-dark .navbar-nav .nav-link.opaco:focus,
.header .navbar-dark .navbar-nav .nav-link.opaco:hover {
  color: #fff;
  opacity: 0.5;
  cursor: initial;
}
.header .navbar-collapse.collapse.show .nav-item .nav-link {
  display: table;
}
.header .navbar-collapse.collapse.show .nav-item .nav-link .mobile-description {
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px;
}
.header .navbar-brand {
  position: relative;
}
@media screen and (max-width: 350px) {
  .header .navbar-brand {
    margin-right: 0;
  }
}
.header .navbar-brand img {
  height: auto;
}
.header .icon-circulo {
  position: relative;
}
.header .icon-circulo img {
  position: absolute;
  top: 35%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.header .dropdown-toggle::after {
  display: none;
}
.header .login {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 20px 40px 40px 40px;
  color: #fff;
}
.header .login.dropdown-menu.show .form-control {
  color: #fff;
}
.header .login.dropdown-menu.show h2 {
  text-align: center;
}
.header .login-form {
  position: relative;
  top: 1.5rem;
}
.header .login div {
  position: relative;
}
.header .login input {
  background: transparent;
  border: 0;
  border-radius: 0;
  border-bottom: 2px solid #fff;
}
.header .login input::-webkit-input-placeholder {
  color: #fff;
}
.header .login input:-moz-placeholder {
  color: #fff;
}
.header .login input::-moz-placeholder {
  color: #fff;
}
.header .login input:-ms-input-placeholder {
  color: #fff;
}
.header .login .text-center {
  color: #fff;
}
.header .login .text-center a {
  color: #fff;
}
.header .login .text-center hr {
  height: 2px;
  background: #fff;
  margin: 0.5rem;
}
.header .login [class*=separator] {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  right: 0;
  height: 10px;
  display: none;
}
.header .login .btn-primary {
  display: block;
  margin: 15px auto;
  color: #000;
  border-radius: 20px;
  padding: 5px 50px;
  background: #fff;
  border: 1px solid #ccc;
}
.header .login a.btn-primary {
  padding: 5px 30px;
  color: #000;
}
.header .login .last-box {
  padding: 1rem 0;
  top: 1.5rem;
}

.upper-header {
  position: relative;
}
.upper-header .title-header {
  position: absolute;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 2%;
  left: 50%;
}
.upper-header .title-header h1 {
  color: #000;
  font-size: 1rem;
}

/*MAIN*/
/*COMUNES*/
.module-highlighted h2 {
  font-size: 1.5rem;
}

.bg-dark {
  color: #fff !important;
  background: #000 !important;
}

a {
  color: #000;
}

.bolder {
  font-weight: 700 !important;
}

.extra-pad {
  padding: 20px;
}

.blocked {
  display: block;
}

.hidden {
  display: none !important;
}

.input-larger {
  height: 200px;
}

.module-highlighted {
  background: #f6c90e;
  font-size: 1.5rem;
  font-weight: lighter;
  text-align: justify;
  line-height: 1.5;
}
.module-highlighted a {
  color: #000;
  font-weight: bolder;
  text-decoration: underline;
}
.module-highlighted a:hover {
  cursor: pointer;
  color: #000;
}

/*BOTONES*/
.bg-primary {
  background-color: #f6c90e !important;
  border-radius: 20px;
  border-radius: 20px;
  padding: 10px 20px;
  text-decoration: none;
  text-align: right;
}

button.bg-primary:hover {
  cursor: pointer;
  background: #ccc !important;
}

.btn-dark {
  background: #000 !important;
  color: #fff !important;
  border-radius: 20px;
  padding: 10px 20px;
  text-decoration: none;
  box-shadow: 0 10px 6px -6px #777;
  display: inline-block;
}
.btn-dark:hover {
  background: #f6c90e !important;
  text-decoration: none;
  color: #000 !important;
}

.hover-grow {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  cursor: pointer;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  text-decoration: none;
}
.hover-grow:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  text-decoration: none;
}

.hover-shrink {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hover-shrink:hover {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  text-decoration: none;
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background: #ccc !important;
  cursor: pointer;
}

.aligned-right a.bg-primary {
  background-color: #f6c90e !important;
  color: #000;
}
.aligned-right a.bg-primary:hover {
  background: #ccc !important;
}

[class*=module-] {
  padding-top: 20px;
  padding-bottom: 20px;
}

/*POLIGONO*/
.triangle {
  background: #000;
  height: 100px;
}

.wrapper-text {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.wrapper-text p {
  color: #fff;
}
.wrapper-text p.title-polygon {
  font-size: 1.4rem;
  margin-bottom: 0;
}
.wrapper-text p.title-polygon span {
  display: block;
}
.wrapper-text p.subtitle-polygon {
  font-size: 1.5rem;
}

.header-home {
  width: 80%;
  position: absolute;
  top: 20%;
  left: 50%;
}
.header-home h1.home-title {
  font-size: 3rem;
  color: #000;
}
.header-home h1.home-title span {
  position: absolute;
  z-index: 999;
  left: 8%;
  top: 92%;
}
.header-home .icon-trazadow {
  color: #fff;
  left: 0;
  width: 100%;
  top: 34%;
  font-size: 2.5rem;
  position: absolute;
}

h1.home-title {
  font-family: "Kaushan Script", cursive;
  color: #000;
  font-size: 4.5rem;
  line-height: 1;
}
h1.home-title span {
  font-family: "Lato", sans-serif;
  font-weight: lighter;
  font-size: 0.8rem;
  display: block;
  letter-spacing: -1.5;
  padding-left: 20%;
}

h2, .text {
  font-weight: lighter;
  font-size: 1rem;
}

.aligned-right {
  text-align: right;
  margin-bottom: 40px;
}

/*IMG BG-TOP*/
.upper-header.home {
  box-shadow: 0px 10px 30px -2px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0px 10px 30px -2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 30px -2px rgba(0, 0, 0, 0.75);
  -ms-box-shadow: 0px 10px 30px -2px rgba(0, 0, 0, 0.75);
}

.upper-header.subhome .title-header {
  width: 85%;
  top: 10%;
}
.upper-header.subhome h1 {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
}
.upper-header.subhome h1 span {
  display: block;
}
.upper-header.subhome .icon-trazadow {
  color: #fff;
  left: 0;
  top: 47%;
  font-size: 2.5rem;
  width: 100%;
  position: absolute;
}
.upper-header.subhome .subhome-claim {
  position: absolute;
  font-size: 0.75rem;
  font-weight: 700;
  z-index: 999;
  left: 0;
  right: 0;
  top: 91%;
}
.upper-header.subhome .module-title-step.title-step-subhome {
  padding-bottom: 0;
  margin-top: 0;
}
.upper-header.subhome .module-title-step.title-step-subhome .triangle {
  height: 34px;
}
.upper-header.subhome .module-title-step.title-step-subhome .row > .col-xs-12 .wrapper-text {
  text-align: center;
  left: 50%;
}
.upper-header.subhome .module-title-step.title-step-subhome .title-polygon {
  line-height: 1;
  font-size: 1.6rem;
}
.upper-header.subhome .module-title-step.title-step-subhome .subtitle-polygon {
  line-height: 1;
  font-size: 1rem;
  margin-bottom: 0;
}
.upper-header.subhome .module-title-step.title-step-subhome .text-center {
  padding-top: 20px;
  padding-bottom: 20px;
}

.subtitle-header {
  margin-top: -3rem;
}
.subtitle-header .skewed {
  display: inline-block;
  position: relative;
  top: -16px;
  background: #fff;
}
.subtitle-header .straightened {
  font-weight: bold;
  padding: 1rem 2rem;
}
.subtitle-header .order-first {
  position: relative;
  width: 100%;
  color: #fff;
}
.subtitle-header .description {
  font-size: 0.75rem;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 1.5rem;
  bottom: 200px;
}
.subtitle-header .skewed {
  -webkit-transform: skew(-40deg, 0deg);
  -moz-transform: skew(-40deg, 0deg);
  -ms-transform: skew(-40deg, 0deg);
  -o-transform: skew(-40deg, 0deg);
  transform: skew(-40deg, 0deg);
  left: 10%;
}
@media screen and (max-width: 350px) {
  .subtitle-header .skewed {
    left: 5%;
  }
}
.subtitle-header .straightened {
  -webkit-transform: skew(40deg, 0deg);
  -moz-transform: skew(40deg, 0deg);
  -ms-transform: skew(40deg, 0deg);
  -o-transform: skew(40deg, 0deg);
  transform: skew(40deg, 0deg);
}

/*MODULE TEXT*/
.module-text.module-home {
  font-family: "Open Sans Condensed", sans-serif !important;
}
.module-text.module-home h2.title.text-center {
  font-size: 1.8rem;
}
.module-text .claim {
  margin-bottom: 2rem;
}
.module-text .claim p span {
  font-weight: 200;
}
.module-text .claim .secondary-text {
  padding-top: 20px;
}
.module-text .symbol {
  position: relative;
  font-size: 10rem;
  line-height: 0.5;
  font-weight: 600;
}
.module-text .symbol-left {
  text-align: right;
}
.module-text .symbol-right {
  text-align: center;
  margin-top: 1rem;
}
.module-text.title-text-icon.text-center {
  padding-top: 40px;
  padding-bottom: 40px;
}
.module-text .module-icons {
  font-family: "Lato", sans-serif;
  font-size: 17px;
}
.module-text p a {
  color: #000;
  cursor: pointer;
  text-decoration: underline;
  font-weight: bolder;
}

/*MODULE-TEXT-ALTA*/
.module-text-alta p a {
  color: #000;
  cursor: pointer;
  text-decoration: underline;
  font-weight: bolder;
}

/*MODULE GALLERY*/
/*CUSTOM ROW*/
.module-gallery {
  display: none;
}
.module-gallery-mobile {
  padding-bottom: 20px;
}
.module-gallery-mobile .text-slider {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff;
  padding: 10px;
  text-align: center;
}
.module-gallery-mobile .carousel-item {
  max-height: 240px;
  overflow: hidden;
}
@media screen and (min-width: 500px) {
  .module-gallery-mobile .carousel-item {
    max-height: 333px;
  }
}
.module-gallery-mobile .carousel-control-next-icon {
  filter: invert(100%);
}
.module-gallery-mobile .carousel-control-prev-icon {
  filter: invert(100%);
}
.module-gallery img {
  width: 100%;
  border: 2px solid #fff;
}
.module-gallery .custom-row {
  overflow: hidden;
  position: relative;
  height: 800px;
}
.module-gallery .custom-row p {
  position: absolute;
  left: 0;
  right: 0;
  font-size: 1.5rem;
  bottom: 20px;
  text-align: center;
  color: #fff;
}
.module-gallery .custom-row .img-container {
  position: absolute;
  border: 2px solid #fff;
}
.module-gallery .custom-row .img-container.first-img {
  background: url("../imgs/first.png") no-repeat scroll center center/cover;
  width: 28%;
  height: 50%;
}
.module-gallery .custom-row .img-container.second-img {
  width: 20%;
  left: 28%;
  height: 50%;
  border: 3px solid #000;
}
.module-gallery .custom-row .img-container.second-img div {
  position: absolute;
  top: 15%;
  left: 0;
  right: 0;
}
.module-gallery .custom-row .img-container.second-img p {
  color: #000;
  position: relative;
  font-size: 30px;
  font-weight: bold;
}
.module-gallery .custom-row .img-container.third-img {
  background: url("../imgs/plane.jpg") no-repeat scroll center center/cover;
  width: 25%;
  left: 48%;
  height: 40%;
}
.module-gallery .custom-row .img-container.fourth-img {
  background: url("../imgs/faro.jpg") no-repeat scroll center center/cover;
  width: 27%;
  left: 73%;
  height: 50%;
}
.module-gallery .custom-row .img-container.fifth-img {
  background: url("../imgs/hand.jpg") no-repeat scroll center center/cover;
  width: 48%;
  top: 50%;
  height: 50%;
}
.module-gallery .custom-row .img-container.sixth-img {
  background: url("../imgs/globo.jpg") no-repeat scroll center center/cover;
  width: 25%;
  left: 48%;
  top: 40%;
  height: 60%;
}
.module-gallery .custom-row .img-container.seventh-img {
  background: url("../imgs/hicking.jpg") no-repeat scroll center center/cover;
  width: 27%;
  left: 73%;
  height: 50%;
  top: 50%;
}

.module-text.module-home h2.title {
  padding-bottom: 20px;
}

/*MODULE TEXT TITLE*/
.module-text .title {
  font-weight: lighter;
  margin: 0 auto;
}
.module-text .title > .smaller,
.module-text .title > .bolder {
  display: inline-block;
}
.module-text .title > .smaller {
  font-size: 50%;
}
.module-text .title > .bolder {
  font-weight: 700;
}
.module-text .title > b {
  font-weight: bold;
}

/*MODULE BANNER*/
.module-banner {
  background: #000;
  color: #fff;
  font-size: 2rem;
}
.module-banner p {
  font-family: "Kaushan Script", cursive;
}
.module-banner .bg-linea {
  background: url("../imgs/trazado_derecha.png") no-repeat scroll center center;
}

/*MODULE HOW TO*/
.module-how-to .text-tres-pasos {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 0;
  padding-top: 20px;
}
.module-how-to .skewed {
  padding: 20px 0 20px 20px;
  background: #000;
  text-align: center;
}
.module-how-to .skewed h2 {
  color: #fff;
  width: 100%;
  font-weight: bold;
}
.module-how-to .link-dark {
  background: #000;
  text-decoration: underline;
  color: #fff;
}
.module-how-to .info-link {
  font-size: 1rem;
  padding-left: 20px;
}
.module-how-to .info-link span span {
  display: block;
}
.module-how-to .info-link .bg-dark {
  padding: 5px;
}
.module-how-to .info-link > span {
  display: block;
}

.module-how-to.more-info .wrapper-text {
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.module-how-to.more-info .wrapper-text p.title-polygon span {
  display: inline;
}

/*MODULE STEPS*/
.module-steps {
  margin-top: 80px;
}
.module-steps .row {
  background: #ccc;
}
.module-steps .boxed {
  font-size: 0.8rem;
}
.module-steps .boxed.two {
  background: #ddd;
}
.module-steps .rombo {
  display: none;
}
.module-steps.steps-subhome {
  margin-top: 0;
}
.module-steps.steps-subhome .bg-black {
  background: #000;
}

/*MODULE TEXT ICON*/
.title-text-icon .bolder {
  display: inline-block;
}
.title-text-icon .underline {
  text-decoration: underline;
  color: #000;
  font-size: 2rem;
  display: block;
}

/*MODULE CATEGS*/
.module-thumbnails {
  max-width: 80%;
  margin: 0 auto;
}
.module-thumbnails .wrapper-round {
  padding: 15px;
}
.module-thumbnails .wrapper-round .round {
  border-radius: 100%;
}

/*MODULE DESTACADOS*/
.module-destacados .wrapper-item {
  margin-bottom: 30px;
}
.module-destacados .wrapper-item .wrapper-imgvideo {
  position: relative;
}
.module-destacados .layer-fade:before {
  content: "";
  position: absolute;
  bottom: 0;
  transform: rotate(-180deg);
  background-image: linear-gradient(-180deg, #000 20%, rgba(0, 0, 0, 0) 100%);
  height: 50%;
  width: 100%;
  opacity: 0.4;
}
.module-destacados .text-white {
  bottom: 0;
  padding: 10px;
}

/*STEP 1*/
.module-title-step {
  margin-top: -6%;
}
.module-title-step .wrapper-title {
  position: relative;
}
.module-title-step .row > .col-xs-12 {
  height: auto;
  width: 100%;
}
.module-title-step .row > .col-xs-12 .wrapper-text {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: right;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.module-title-step .row > .col-xs-12 .wrapper-text p {
  color: #fff;
}
.module-title-step .row > .col-xs-12 .wrapper-text p.title-polygon {
  font-size: 1rem;
  margin-bottom: 0;
}
.module-title-step .row > .col-xs-12 .wrapper-text p.subtitle-polygon {
  font-size: 1.5rem;
}
.module-title-step .text-lg-right {
  margin-top: 1rem;
  text-align: center;
}

.module-list {
  padding-top: 0;
}
.module-list ol.custom-list {
  list-style: none;
  position: relative;
}
.module-list .list-item {
  margin-bottom: 5px;
  line-height: 2;
  list-style-position: inside;
  margin-left: 20px;
  list-style: decimal;
  text-align: justify;
  padding-left: 20px;
}
.module-list .list-item:before {
  content: "";
  margin-right: 10px;
  background: #f6c90e;
  border-radius: 100%;
  color: black;
  position: absolute;
  left: -8px;
  padding-right: 30px;
  z-index: -99;
  width: 2rem;
  height: 2rem;
  display: inline-block;
  text-align: center;
  display: inline-block;
  margin-right: 20px;
}
.module-list ol {
  list-style-position: inside;
}
.module-list ul {
  padding-left: 20px;
}
.module-list .container.extra-padding {
  padding: 40px;
}
.module-list .list-inside {
  list-style-position: inside;
}

.module-video {
  margin: 0;
  text-align: center;
  background: #000;
}
.module-video .img-video {
  position: relative;
}
.module-video .img-home {
  display: table;
  height: auto;
  overflow: hidden;
  width: 100%;
}

.module-video .btn-play,
.module-destacados .btn-play2 {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9999;
  top: 50%;
  height: 150px;
  width: 150px;
  background: url(../imgs/img-play.png) no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  -ms-background-size: contain;
  background-size: contain;
}
.module-video .btn-play:hover,
.module-destacados .btn-play2:hover {
  cursor: pointer;
}

.module-video .btn-play {
  width: 80px;
  height: 80px;
}

.module-destacados .btn-play2 {
  width: 70px;
  height: 70px;
}

.module-video.video-tutorial {
  background: none;
}
.module-video.video-tutorial .img-home {
  width: 150px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
.module-video.video-tutorial .img-home .img-video-tutorial {
  border: 2px solid #f6c90e;
  border-radius: 20px;
  width: 150px;
  height: 150px;
  display: table;
  -webkit-box-shadow: 0 10px 6px -6px #777;
  -moz-box-shadow: 0 10px 6px -6px #777;
  box-shadow: 0 10px 6px -6px #777;
}
.module-video.video-tutorial .img-home .img-video-tutorial .vertical-aligned {
  vertical-align: middle;
  display: table-cell;
}
.module-video.video-tutorial .img-home .img-video-tutorial .icon-play-1 {
  line-height: 1.5;
}
.module-video.video-tutorial .img-home .img-video-tutorial .underline {
  text-decoration: underline;
  display: block;
  line-height: 1.5;
  margin-top: -20px;
  margin-bottom: 20px;
}
.module-video.video-tutorial .img-home .img-video-tutorial:hover {
  cursor: pointer;
}

.module-steps.steps-home {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.module-steps section {
  width: 100%;
  overflow: hidden;
  background: #eee;
  height: 300px;
}
.module-steps .arrow {
  width: 33%;
  float: left;
  background: #eee;
  position: relative;
}
.module-steps .texto {
  width: 70%;
  height: 80%;
  padding-top: 4%;
  vertical-align: middle;
  margin: 0 auto;
  position: relative;
  z-index: 9999;
  padding-left: 0;
}
.module-steps p,
.module-steps span {
  text-align: center;
}
.module-steps span {
  display: block;
}
.module-steps .boxed {
  height: 300px;
  background: #eee;
  width: 100%;
  float: left;
  margin-left: 0;
}
.module-steps .rombo {
  float: left;
  position: absolute;
  right: -44px;
  top: 60px;
  z-index: 99;
  width: 175px;
  height: 175px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  background: #eee;
  -webkit-transform: rotate(45deg) skew(15deg, 15deg);
  -moz-transform: rotate(45deg) skew(15deg, 15deg);
  -ms-transform: rotate(45deg) skew(15deg, 15deg);
  -o-transform: rotate(45deg) skew(15deg, 15deg);
  transform: rotate(45deg) skew(15deg, 15deg);
}
.module-steps .active-step {
  background: #000 !important;
  color: #fff;
}
.module-steps .active-step + .rombo {
  background: #000;
}

/*MAP*/
.module-blockquote {
  display: none;
}

.fas.fa-times-circle.close-modal {
  display: none;
}

/*MODULE FORM*/
.module-form {
  background: #eee;
  padding-bottom: 0 !important;
  /*NEW INPUT FILE*/
}
.module-form label {
  padding-top: 0.5rem;
}
.module-form .g-recaptcha {
  margin-top: 20px;
  margin-bottom: 20px;
}
.module-form .h-captcha {
  margin-top: 20px;
  margin-bottom: 20px;
}
.module-form .form-group,
.module-form .form-heading {
  margin-bottom: 2rem;
}
.module-form .form-heading h3 {
  font-weight: bold;
  padding: 10px 0;
}
.module-form .custom-checkbox {
  margin-top: 15px;
}
.module-form .check-label {
  margin-left: 10px;
}
.module-form #agencyContainer {
  list-style: none;
}
.module-form .custom-file-label::after {
  cursor: pointer;
  content: "examinar";
  background-color: #f6c90e;
}
.module-form .fieldError {
  font-size: 0.75rem;
  color: #ff0000;
  display: block;
}
.module-form .module-submit {
  padding: 40px;
}
.module-form .module-submit .btn.bg-primary {
  background: #f6c90e !important;
  border-radius: 20px;
  padding: 10px 20px;
}
.module-form .custom-file {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: 2.5rem;
  margin-bottom: 40px;
  cursor: pointer;
}
.module-form .custom-file:hover {
  cursor: pointer;
}
.module-form .custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  height: 2.5rem;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0;
}
.module-form .custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #464a4c;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.module-form .custom-file-control:lang(en)::before {
  content: "Browse";
}
.module-form .custom-file-control:lang(es)::before {
  content: "Examinar";
}
.module-form .custom-file-control::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 6;
  display: block;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #464a4c;
  background-color: #eceeef;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0 0.25rem 0.25rem 0;
  background: #f6c90e !important;
}
.module-form .custom-file-control:lang(en)::after {
  content: "Choose file...";
}
.module-form .custom-file-control:lang(es)::after {
  content: "Seleccionar archivo...";
}
.module-form .rgpd {
  border: 1px solid #000;
  padding: 10px 20px;
  text-align: justify;
  font-size: 0.8rem;
}
.module-form .rgpd label {
  padding-left: 10px;
  font-weight: bold;
  text-decoration: underline;
}
.module-form .rgpd #acceptedTerms1,
.module-form .rgpd #acceptedComs1 {
  width: 20px;
  height: 20px;
}
.module-form .rgpd #com-terms {
  display: none;
}
.module-form .rgpd #com-terms-opts {
  display: none;
  padding-left: 3em;
}
.module-form .rgpd #coms-consent {
  cursor: pointer;
  text-decoration: underline;
}
.module-form .rgpd #coms-consent-additional {
  cursor: pointer;
  text-decoration: underline;
}

/*MODULE ERROR*/
#faqcontactform .module-error {
  margin: 40px 20px 10px 20px;
}

.module-success {
  margin: 40px 20px 10px 20px;
  padding: 20px;
  border-color: #339933;
  border-style: double;
  padding-left: 40px;
  padding-right: 40px;
  background: #eee;
}
.module-success label {
  position: realtive;
}
.module-success .fa-check {
  color: #339933;
  margin-right: 10px;
  font-size: 2.5rem;
  position: relative;
  top: 0.4rem;
}

.module-error {
  padding: 20px;
  border-color: #f6c90e;
  border-style: double;
  padding-left: 40px;
  padding-right: 40px;
  background: #eee;
}
.module-error label.contact-faq-form-error,
.module-error #tituloError p {
  position: relative;
}
.module-error #tituloError {
  font-size: 1.5rem;
  font-weight: bolder;
  text-decoration: underline;
  padding-bottom: 20px;
}
.module-error .fa-exclamation-circle {
  color: #f6c90e;
  margin-right: 10px;
  font-size: 2.5rem;
  position: relative;
  top: 0.4rem;
}
.module-error #viewerrors {
  border: 1px solid #ff0000;
  background: #fff;
  list-style: none;
  padding: 20px;
}
.module-error #viewerrors li span {
  padding-right: 10px;
  color: #ff0000;
}

/*REQUIREMENTS*/
.text-center.text-xl {
  font-size: 2rem;
  padding: 20px 20px 0;
}

.text-center a span.bolder {
  color: #000;
}

/*VALIDACIÓN*/
.module-manual {
  font-family: "Open Sans Condensed", sans-serif !important;
  background: #eee;
}
.module-manual .img-video-tutorial,
.module-manual .module-video.video-tutorial .img-home,
.module-manual .module-video.video-tutorial .img-home .img-video-tutorial,
.module-manual .download-wrapper,
.module-manual .button-download {
  width: 200px;
  height: 200px;
}
.module-manual .img-video-tutorial.play-tutorial {
  background: #fff;
}
.module-manual .underline {
  word-spacing: 200px;
}
.module-manual .module-download {
  background: none;
  padding-top: 40px;
  padding-bottom: 40px;
}
.module-manual .module-download a {
  display: inline-block;
}
.module-manual .module-download .download-wrapper {
  margin: 0 auto;
  padding-top: 20px;
}
.module-manual .module-download .download-wrapper .button-download {
  border: 2px solid #f6c90e;
  -webkit-box-shadow: 0 10px 6px -6px #777;
  -moz-box-shadow: 0 10px 6px -6px #777;
  box-shadow: 0 10px 6px -6px #777;
  border-radius: 20px;
  display: table;
  background: #fff;
}
.module-manual .module-download .download-wrapper .button-download .vertical-aligned {
  vertical-align: middle;
  display: table-cell;
}
.module-manual .module-download .download-wrapper .button-download .fa-download {
  line-height: 1.5;
  color: #000;
}
.module-manual .module-download .download-wrapper .button-download .underline,
.module-manual .module-download .download-wrapper .button-download .underline a {
  text-decoration: underline;
  display: block;
  line-height: 1.5;
  margin-top: -20px;
  margin-bottom: 20px;
  color: #000;
  font-size: 2rem;
  font-weight: lighter;
  font-family: "Open Sans Condensed", sans-serif !important;
  word-spacing: 40px;
}
.module-manual .module-download .download-wrapper .img-video-tutorial:hover {
  cursor: pointer;
}

/*FAQ*/
.bg-light .text-center a b {
  color: #000;
  text-decoration: underline;
}

.module-text.top-faq {
  margin-top: 40px;
}

.module-acordion a {
  color: #000;
  text-decoration: underline;
  font-weight: bolder;
}
.module-acordion a:hover {
  cursor: pointer;
}
.module-acordion.map-mobile .collapse.show + .card-header {
  background: #f6c90e !important;
}
.module-acordion.map-mobile .item-list-mobile {
  background: #f6c90e;
  list-style: none;
  text-align: center;
}
.module-acordion.map-mobile .quote {
  text-align: center;
  border: 1px solid #000;
  font-style: italic;
}
.module-acordion.map-mobile .description {
  padding-left: 20px;
}
.module-acordion .card {
  border: 0;
}
.module-acordion .card-header {
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #f6c90e;
  background: transparent;
  padding: 0 1.25rem;
}
.module-acordion .card-header::hover {
  cursor: pointer;
}
.module-acordion .card-header .mb-0:hover {
  cursor: pointer;
}
.module-acordion .card-header h5 .btn-link:hover {
  text-decoration: none;
  cursor: pointer;
}
.module-acordion .card-body ul.list-mobile {
  list-style: inside;
  list-style-type: circle;
  border: 1px solid #000;
}
.module-acordion .card-body p {
  background: #f6c90e;
}
.module-acordion .card-body p::before {
  content: "";
  height: 100px;
  width: 2px;
  color: #ddd;
}
.module-acordion .card-header h5 .btn-link {
  color: #000;
}
.module-acordion .faq .btn.btn-link {
  white-space: inherit;
  text-align: left;
}
.module-acordion .faq .card-header button {
  font-family: "Lato", sans-serif;
  padding: 20px 0;
  width: 100%;
}
.module-acordion .faq .card-header button .rombo-toggle {
  display: inline-block;
  position: absolute;
  top: 38%;
  right: 0;
  z-index: 99;
  width: 1rem;
  height: 1rem;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg) skew(15deg, 15deg);
  -moz-transform: rotate(45deg) skew(15deg, 15deg);
  -ms-transform: rotate(45deg) skew(15deg, 15deg);
  -o-transform: rotate(45deg) skew(15deg, 15deg);
  transform: rotate(45deg) skew(15deg, 15deg);
}
.module-acordion .faq .card-header button .rombo-toggle:hover {
  cursor: pointer;
}
.module-acordion .faq .card-header h5 {
  display: inline-block;
  width: 100%;
}
.module-acordion .faq .card-body {
  position: relative;
  background: #f6c90e;
}
.module-acordion .faq .card-body .rombo {
  display: none;
  position: absolute;
  top: 30%;
  z-index: 99;
  width: 40px;
  height: 40px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg) skew(15deg, 15deg);
  -moz-transform: rotate(45deg) skew(15deg, 15deg);
  -ms-transform: rotate(45deg) skew(15deg, 15deg);
  -o-transform: rotate(45deg) skew(15deg, 15deg);
  transform: rotate(45deg) skew(15deg, 15deg);
}
.module-acordion .faq .card-body p {
  padding-left: 4rem;
}

/*UPPER FOOTER Y FOOTER*/
.module-upperfooter {
  font-size: 0.8rem !important;
  padding: 20px;
}
.module-upperfooter .logo {
  text-align: center;
  padding-bottom: 20px;
}
.module-upperfooter .row > [class*=" col-"] {
  text-align: left;
}
.module-upperfooter .fa-mobile-alt {
  padding-left: 2px;
}
.module-upperfooter .tel {
  padding-left: 5px;
}
.module-upperfooter .icon-location {
  margin-left: -2px;
}

.module-upperfooter,
.footer {
  text-align: center;
  background: #000;
  color: #ccc;
  font-size: 0.6rem;
}
.module-upperfooter li,
.footer li {
  list-style: none;
  line-height: 2.5;
}
.module-upperfooter li a,
.footer li a {
  color: #ccc;
}
.module-upperfooter [class^=icon-], .module-upperfooter [class*=" icon-"],
.module-upperfooter i.fas,
.module-upperfooter i.far,
.footer [class^=icon-],
.footer [class*=" icon-"],
.footer i.fas,
.footer i.far {
  font-size: 18px;
  padding-right: 10px;
}

.footer {
  padding-top: 10px;
}
.footer .nav-footer {
  text-align: right;
}
.footer .nav-footer ul {
  text-align: center;
}
.footer .nav-footer .nav-item {
  display: inline-block;
  padding-left: 10px;
  list-style: none;
}
.footer .nav-footer .nav-item a {
  color: #ccc;
  text-decoration: none;
}

/*MEDIA-QUERIES */
@media screen and (min-width: 360px) {
  .header-home h1.home-title span {
    left: 11%;
  }
}
@media screen and (min-width: 480px) {
  .header-home h1.home-title span {
    left: 15%;
  }
}
@media screen and (min-width: 500px) {
  .upper-header .title-header {
    top: 19%;
  }

  .header-home h1.home-title {
    font-size: 4rem;
  }
  .header-home h1.home-title span {
    left: 8%;
    font-size: 1.2rem;
    top: 99%;
  }
  .header-home .icon-trazadow {
    font-size: 3.5rem;
  }

  /*DESCRIPTION HEADER*/
  .subtitle-header {
    margin-top: -3.5rem;
  }
  .subtitle-header .skewed {
    display: inline-block;
    position: relative;
    top: -20px;
    background: #fff;
  }
  .subtitle-header .straightened {
    font-weight: bold;
    padding: 1rem 2rem;
  }
  .subtitle-header .order-first {
    position: relative;
    color: #fff;
    bottom: 0;
  }
  .subtitle-header .description {
    font-size: 1rem;
    text-align: center;
  }
  .subtitle-header .skewed {
    -webkit-transform: skew(-40deg, 0deg);
    -moz-transform: skew(-40deg, 0deg);
    -ms-transform: skew(-40deg, 0deg);
    -o-transform: skew(-40deg, 0deg);
    transform: skew(-40deg, 0deg);
    left: 22%;
    padding: 0;
  }
  .subtitle-header .straightened {
    -webkit-transform: skew(40deg, 0deg);
    -moz-transform: skew(40deg, 0deg);
    -ms-transform: skew(40deg, 0deg);
    -o-transform: skew(40deg, 0deg);
    transform: skew(40deg, 0deg);
  }

  /*MODULE CUSTOM STEPS*/
  .module-steps-custom.step {
    margin-top: 80px;
  }
  .module-steps-custom ul {
    padding: 0;
    list-style: none;
    overflow: hidden;
    display: flex;
    font-size: 1.3rem;
  }
  .module-steps-custom li {
    position: relative;
    width: 34%;
    display: block;
    text-align: center;
    margin: 0 auto;
    white-space: nowrap;
  }
  .module-steps-custom li.grey {
    background: #ddd;
  }
  .module-steps-custom li span {
    position: absolute;
    top: 20%;
    left: 50%;
    z-index: 999;
    color: #fff;
  }
  .module-steps-custom li a {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding-left: 40px;
    padding-right: 40px;
    display: inline-block;
    position: relative;
    line-height: 300px;
    text-decoration: none;
    color: #000;
    width: 100%;
    background: #ddd;
  }
  .module-steps-custom li a.black {
    background: #000;
    color: #fff;
  }
  .module-steps-custom .border-as-triangle a::before {
    border-left: 30px solid #000;
    z-index: 2;
  }
  .module-steps-custom .border-as-triangle a::before,
.module-steps-custom .border-as-triangle a::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 154px solid transparent;
    border-bottom: 154px solid transparent;
    position: absolute;
    top: 0;
    margin-top: 0;
    left: 100%;
  }
  .module-steps-custom .border-as-triangle a::after {
    border-left: 42px solid #000;
    margin-left: -2px;
    z-index: 1;
  }
  .module-steps-custom .border-as-triangle a.link-two::before {
    border-left: 30px solid #ddd;
    z-index: 2;
  }
  .module-steps-custom .border-as-triangle a.link-two::after {
    border-left: 30px solid #000;
    margin-left: 1px;
    z-index: 1;
  }
}
@media screen and (min-width: 576px) {
  .header-home h1.home-title span {
    left: 11%;
  }

  .triangle {
    height: 70px;
  }

  .module-how-to.more-info {
    padding-bottom: 20px !important;
  }
  .module-how-to.more-info .wrapper-title .wrapper-text {
    left: 0;
    text-align: right;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .module-how-to.more-info .wrapper-title .wrapper-text p.title-polygon {
    font-size: 1rem;
  }
  .module-how-to.more-info .wrapper-title .wrapper-text p.title-polygon span {
    display: block;
  }
}
@media (min-width: 576px) and (max-width: 799px) {
  .footer .module-upperfooter .logo img {
    width: 100%;
  }
}
@media screen and (min-width: 640px) {
  /*MODULE ICONS*/
  .module-icons .row.first {
    border-bottom: 1px dotted #000;
  }

  .module-icons .col-sm-3:not(.last) {
    border-right: 1px dotted #000;
  }
}
@media screen and (min-width: 768px) {
  .header-home h1.home-title span {
    left: 13%;
    top: 95%;
    font-size: 1.5rem;
  }

  .upper-header .title-header {
    top: 22%;
  }

  h1.home-title {
    font-size: 5rem !important;
  }
  h1.home-title span {
    position: absolute;
    z-index: 999;
    left: 7%;
    top: 89%;
    font-size: 1.5rem;
  }

  .subtitle-header {
    margin-top: -1.5rem;
  }
  .subtitle-header .skewed {
    left: 8%;
  }
  .subtitle-header .order-first {
    bottom: 0;
    width: auto;
    right: 5%;
  }

  .header-home .icon-trazadow {
    color: #fff;
    top: 18%;
    font-size: 5rem;
    position: absolute;
  }

  .upper-header.subhome h1 {
    font-size: 3rem;
  }

  h2, .text {
    font-weight: lighter;
    font-size: 1.5rem;
  }

  .upper-header.subhome .title-header {
    top: 7%;
  }
  .upper-header.subhome .title-header .icon-trazadow {
    font-size: 4rem;
    top: 55%;
  }
  .upper-header.subhome .title-header .subhome-claim {
    font-size: 1.2rem;
    top: 97%;
  }
  .upper-header.subhome .module-title-step.title-step-subhome {
    margin-top: -6%;
    padding-bottom: 20px;
  }
  .upper-header.subhome .module-title-step.title-step-subhome .row > .col-xs-12 .wrapper-text {
    left: 50%;
  }
  .upper-header.subhome .module-title-step.title-step-subhome .triangle {
    -webkit-clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
    background: #000;
    height: 100px;
  }
  .upper-header.subhome .module-title-step.title-step-subhome .title-polygon {
    line-height: 1;
    font-size: 2rem !important;
  }
  .upper-header.subhome .module-title-step.title-step-subhome .subtitle-polygon {
    line-height: 1;
    font-size: 2rem;
    margin-bottom: 0;
  }
  .upper-header.subhome .module-title-step.title-step-subhome .text-center {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 2rem;
  }

  /*MODULE STEPS*/
  .module-steps .boxed {
    margin-left: -42px;
  }
  .module-steps .boxed.two {
    background: #eee;
  }
  .module-steps .texto {
    padding-left: 35%;
  }
  .module-steps.steps-subhome {
    margin-top: -2%;
  }

  .wrapper-text p.title-polygon {
    font-size: 2rem;
  }

  .module-how-to .text-tres-pasos {
    font-size: 2rem;
    padding-top: 0;
  }

  .xs-show {
    display: none !important;
  }

  .icon .icon-play-1 {
    font-size: 80px;
  }
  .icon .icon-play-1:hover {
    cursor: pointer;
  }

  .module-blockquote {
    display: block;
  }
  .module-blockquote.module-modal {
    position: relative;
    padding-top: 0;
  }
  .module-blockquote.module-modal .close-modal {
    position: absolute;
    z-index: 9999;
    cursor: pointer;
    right: 20px;
    top: 20px;
    background: white;
    padding: 10px;
    font-size: 2rem;
    border-radius: 50%;
  }
  .module-blockquote.module-modal .close-modal:hover {
    cursor: pointer;
  }
  .module-blockquote.module-modal #mapa-info {
    position: absolute;
    z-index: 99;
    background-color: rgba(44, 44, 44, 0.4);
    height: 100%;
    z-index: 99;
  }
  .module-blockquote.module-modal .quote,
.module-blockquote.module-modal .description {
    top: 20%;
  }
  .module-blockquote.module-modal blockquote {
    background: #fff;
    color: #000;
  }
  .module-blockquote.module-modal .call-to-action-map {
    display: none;
  }

  .upper-header .title-header h1 {
    font-size: 3rem;
  }

  .module-how-to {
    padding-bottom: 0 !important;
  }
  .module-how-to .text-tres-pasos {
    font-size: 4rem;
  }

  .module-steps .boxed {
    font-size: 1rem;
  }
  .module-steps .rombo {
    display: block;
  }

  .module-steps.steps-home {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  .module-gallery {
    display: block;
  }
  .module-gallery-mobile {
    display: none;
  }

  .module-video .img-video {
    position: relative;
  }
  .module-video .img-home {
    display: table;
    height: auto;
    overflow: hidden;
    width: 100%;
  }
  .module-video .btn-play {
    height: 150px;
    width: 150px;
  }

  .map-mobile {
    display: none;
  }

  .module-acordion .faq .card-body .rombo {
    display: block;
  }

  .form-control.input-shorter {
    width: 33%;
  }
}
@media screen and (min-width: 800px) {
  .header-home h1.home-title span {
    top: 90%;
    font-size: 1.8rem;
    left: 10%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .module-text .symbol {
    font-size: 12rem;
    font-weight: 500;
    position: relative;
    height: 100%;
  }
  .module-text .symbol-left {
    text-align: right;
    top: -14px;
  }
  .module-text .symbol-right {
    text-align: right;
    top: 3px;
    left: -40px;
  }

  .module-steps.steps-home .texto {
    padding-left: 33%;
  }

  .module-steps .texto {
    width: 74%;
  }
  .module-steps .texto [class^=icon-] {
    line-height: 1.5;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .close-modal {
    display: block;
  }

  .module-blockquote {
    background: #eee;
  }
  .module-blockquote #mapa-info {
    height: 400px;
  }
  .module-blockquote .quote {
    position: absolute;
    left: 5%;
    top: 10%;
    width: 50%;
  }
  .module-blockquote .quote .comillas-open {
    font-size: 3.5rem;
    position: absolute;
    left: -1.5rem;
    top: -3.5rem;
  }
  .module-blockquote .quote .comillas-close {
    position: absolute;
    right: -1rem;
    z-index: 9;
    bottom: -3rem;
    font-size: 3.5rem;
  }
  .module-blockquote .quote::before {
    content: "";
    width: 2px;
    top: 25%;
    height: 75%;
    background: #000;
    color: #fff;
    position: absolute;
  }
  .module-blockquote .quote::after {
    content: "";
    width: 2px;
    right: 0;
    top: 0;
    height: 75%;
    background: #000;
    color: #fff;
    position: absolute;
  }
  .module-blockquote .quote blockquote {
    padding: 2rem;
    margin: 0;
  }
  .module-blockquote .quote blockquote::before {
    content: "";
    width: 85%;
    top: 0;
    right: 0;
    height: 2px;
    background: #000;
    color: #fff;
    position: absolute;
  }
  .module-blockquote .quote blockquote::after {
    content: "";
    width: 85%;
    left: 0;
    bottom: 0;
    height: 2px;
    background: #000;
    color: #fff;
    position: absolute;
  }
  .module-blockquote .description {
    position: absolute;
    top: 10%;
    text-align: center;
    right: 5%;
    padding: 2rem;
    background: #fff;
    width: 35%;
  }
  .module-blockquote .call-to-action-map {
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
    text-align: center;
  }
  .module-blockquote .map {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .header .navbar-dark .navbar-nav .nav-link .mobile-description {
    display: none;
  }
  .header .navbar-brand img {
    height: auto;
  }
  .header .login {
    padding: 20px 45px 45px 45px;
  }

  .login.dropdown-menu.show h2 {
    text-align: center;
  }

  .navbar,
.navbar-brand,
.nav-link {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .header-home h1.home-title span {
    left: 14%;
  }
}
@media screen and (min-width: 1024px) {
  .header-home h1.home-title span {
    top: 96%;
    left: 15%;
  }

  .header-home .icon-trazadow {
    top: 24%;
  }

  .upper-header.subhome .module-title-step.title-step-subhome .triangle {
    height: 100px;
  }
  .upper-header.subhome .module-title-step.title-step-subhome .title-polygon {
    font-size: 2rem !important;
  }
  .upper-header.subhome .module-title-step.title-step-subhome .subtitle-polygon {
    font-size: 2rem;
  }

  .module-how-to .triangle {
    height: 180px;
  }
  .module-how-to .wrapper-text p.title-polygon {
    line-height: 1;
    font-size: 3.2rem;
  }
  .module-how-to .info-link {
    font-size: 1.5rem;
  }
  .module-how-to .text-tres-pasos {
    padding-right: 15px;
    font-size: 3rem;
  }
}
@media (min-width: 992px) and (max-width: 1390px) {
  .header .login.dropdown-menu.show {
    padding: 20px 40px;
    width: 260px;
    margin: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .header .login.dropdown-menu.show h2 {
    font-size: 1.5rem;
    margin-bottom: 0;
  }
  .header .login.dropdown-menu.show [class*=separator] {
    display: block;
  }
  .header .login.dropdown-menu.show .last-box {
    top: 2rem;
    padding-top: 0;
  }
  .header .login-form {
    top: 0;
  }
  .header .login-form .form-group {
    margin-bottom: 0;
  }
  .header .login-form .form-group .btn-primary {
    padding: 5px 44px;
    margin: 15px auto;
  }

  .subtitle-header .order-first {
    bottom: 0.5rem;
  }
  .subtitle-header .description {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .header .login {
    margin-top: -35px;
  }

  .header .login [class*=separator] {
    display: block;
  }

  .header .login .separator-bottom {
    background-color: rgba(0, 0, 0, 0.3);
  }

  .header-home h1.home-title {
    font-size: 5.5rem !important;
  }
  .header-home h1.home-title span {
    left: 15%;
    top: 96%;
    font-size: 2rem;
  }

  .header-home .icon-trazadow {
    top: 24%;
    font-size: 5.5rem;
  }

  .header .login.dropdown-menu.show {
    left: 0;
  }

  .subtitle-header .order-first {
    bottom: 1rem;
    right: 1rem;
  }

  .subtitle-header .skewed {
    left: 2%;
  }

  .upper-header .title-header {
    top: 30%;
  }
  .upper-header .title-header h1 {
    font-size: 4.5rem;
  }

  .upper-header.subhome .title-header .icon-trazadow {
    top: 71%;
  }
  .upper-header.subhome .title-header .subhome-claim {
    top: 100%;
  }
  .upper-header.subhome .module-title-step.title-step-subhome {
    margin-top: -8%;
  }
  .upper-header.subhome .module-title-step.title-step-subhome .row .offset-sm-6 {
    height: 120px;
  }
  .upper-header.subhome .module-title-step.title-step-subhome .row .offset-sm-6 .wrapper-text {
    left: 50%;
    width: 100%;
  }
  .upper-header.subhome .module-title-step.title-step-subhome .triangle {
    height: 120px;
  }
  .upper-header.subhome .module-title-step.title-step-subhome .title-polygon {
    font-size: 2.5rem !important;
    padding-left: 2em;
  }
  .upper-header.subhome .module-title-step.title-step-subhome .subtitle-polygon {
    font-size: 2.5rem;
  }
  .upper-header.subhome .module-title-step.title-step-subhome .text-center {
    font-size: 3rem;
  }

  .module-steps.steps-subhome {
    margin-top: -2%;
  }
  .module-steps.steps-subhome .number.bolder {
    font-size: 1.5rem;
  }
  .module-steps .texto {
    width: 70%;
    padding-left: 25%;
  }
  .module-steps .texto [class^=icon-] {
    font-size: 65px;
    line-height: 1;
    padding-bottom: 20px;
  }
  .module-steps .texto p {
    text-align: center;
    font-weight: lighter;
    font-size: 1.5rem;
    line-height: 1;
  }

  .module-title-step .text-lg-center {
    font-size: 4rem;
  }
  .module-title-step .row .offset-sm-6 {
    height: 200px;
  }
  .module-title-step .row .offset-sm-6 .triangle {
    height: 200px;
  }

  .module-how-to .text-tres-pasos {
    padding-right: 15%;
  }
  .module-how-to .wrapper-title {
    margin-right: -15px;
  }
  .module-how-to .wrapper-title .wrapper-text {
    right: 5%;
  }
  .module-how-to .wrapper-title .wrapper-text p.title-polygon {
    font-size: 4rem;
  }

  #container-mapa .fas.fa-times-circle.close-modal {
    display: none !important;
  }

  .module-blockquote {
    background: #eee;
  }
  .module-blockquote .quote {
    position: absolute;
    left: 30%;
    top: 0;
  }
  .module-blockquote .quote .comillas-open {
    font-size: 3.5rem;
    position: absolute;
    left: -1.5rem;
    top: -3.5rem;
  }
  .module-blockquote .quote .comillas-close {
    position: absolute;
    right: -1rem;
    z-index: 9;
    bottom: -4rem;
    font-size: 3.5rem;
  }
  .module-blockquote .quote::before {
    content: "";
    width: 2px;
    top: 25%;
    height: 75%;
    background: #000;
    color: #fff;
    position: absolute;
  }
  .module-blockquote .quote::after {
    content: "";
    width: 2px;
    right: 0;
    top: 0;
    height: 75%;
    background: #000;
    color: #fff;
    position: absolute;
  }
  .module-blockquote .quote blockquote {
    padding: 2rem;
    margin: 0;
  }
  .module-blockquote .quote blockquote::before {
    content: "";
    width: 85%;
    top: 0;
    right: 0;
    height: 2px;
    background: #000;
    color: #fff;
    position: absolute;
  }
  .module-blockquote .quote blockquote::after {
    content: "";
    width: 85%;
    left: 0;
    bottom: 0;
    height: 2px;
    background: #000;
    color: #fff;
    position: absolute;
  }
  .module-blockquote .description {
    position: absolute;
    top: 32%;
    text-align: center;
    left: 98%;
    padding: 2rem;
    background: #fff;
    width: 62%;
    z-index: 2;
  }
  .module-blockquote .call-to-action-map {
    position: absolute;
    bottom: 10%;
    left: 30%;
    text-align: center;
  }
  .module-blockquote .map {
    text-align: center;
  }

  .wrapper-title {
    position: relative;
  }
  .wrapper-title .triangle {
    background: #000;
    height: 100px;
  }
  .wrapper-title .wrapper-text {
    position: absolute;
    top: 50%;
    right: 20%;
    text-align: right;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .wrapper-title .wrapper-text p {
    line-height: 1;
    color: #fff;
  }
  .wrapper-title .wrapper-text p.title-polygon {
    font-size: 4rem;
  }
  .wrapper-title .wrapper-text p.subtitle-polygon {
    font-size: 2.5rem !important;
  }

  .module-list ol ul {
    padding-left: 10rem;
  }

  /*LOGIN*/
  .login {
    left: -50%;
    -webkit-transform: translate(-30%, 7%);
    -moz-transform: translate(-30%, 7%);
    -ms-transform: translate(-30%, 7%);
    -o-transform: translate(-30%, 7%);
    transform: translate(-30%, 7%);
  }

  h2, .text {
    font-size: 1.5rem;
  }

  [class*=module-] {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .module-steps {
    margin-top: 40px;
  }
  .module-steps.steps-subhome {
    margin-top: -2%;
  }
}
@media screen and (min-width: 1440px) {
  .header-home h1.home-title span {
    left: 17%;
  }

  .header .login.dropdown-menu.show {
    left: 72px;
  }

  .module-highlighted h2 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1600px) {
  .header-home h1.home-title span {
    left: 19%;
  }
}
@media screen and (min-width: 1920px) {
  .header .login.dropdown-menu.show {
    left: 74px;
    margin-top: -38px;
  }

  .header-home h1.home-title span {
    left: 21%;
    top: 96%;
  }

  h2, .text {
    font-size: 1.6rem;
  }

  .header-home .icon-trazadow {
    top: 24%;
  }

  .module-steps.steps-subhome {
    margin-top: 0;
  }
  .module-steps .texto {
    width: 70%;
  }
  .module-steps .texto [class^=icon-] {
    font-size: 65px;
    padding-bottom: 14px;
    line-height: 1;
  }
  .module-steps .texto .number.bolder {
    font-size: 2rem;
    line-height: 1;
  }
  .module-steps .texto p {
    text-align: center;
    font-size: 2rem;
    font-weight: lighter;
    line-height: 1;
  }

  .upper-header.subhome .title-header {
    top: 15%;
  }
  .upper-header.subhome .title-header h1 {
    font-size: 6rem;
  }
  .upper-header.subhome .title-header .icon-trazadow {
    font-size: 6rem;
  }
  .upper-header.subhome .title-header .subhome-claim {
    font-size: 1.6rem;
    top: 104%;
  }
  .upper-header.subhome .module-title-step.title-step-subhome {
    margin-top: -6%;
  }
  .upper-header.subhome .module-title-step.title-step-subhome .row .offset-sm-6 {
    height: 120px;
  }
  .upper-header.subhome .module-title-step.title-step-subhome .triangle {
    height: 150px;
  }
  .upper-header.subhome .module-title-step.title-step-subhome .title-polygon {
    font-size: 4rem !important;
  }
  .upper-header.subhome .module-title-step.title-step-subhome .subtitle-polygon {
    font-size: 3.5rem;
  }

  .module-how-to .info-link {
    font-size: 2rem;
  }
  .module-how-to .wrapper-title .triangle {
    height: 170px;
  }
  .module-how-to .text-tres-pasos {
    font-size: 4rem;
    padding-right: 15px;
  }
}
/*new*/
.text-secondary {
  font-family: "Open Sans Condensed", sans-serif !important;
}

.repor p,
.repor li .text {
  font-size: 1rem;
  font-weight: 300;
}
.repor h2 {
 
  font-weight: lighter;
  font-size: 32px;
  margin-bottom: 1rem;
}
.repor strong {
  font-weight: bold;
}
.repor .list .circle {
  background: #f6c90e;
  border-radius: 100%;
  width: 10px;
  height: 10px;
  margin: 0 1rem;
}
.repor .list .text {
  width: calc(100% - 50px);
}
.intertitle{
  font-family: "Open Sans Condensed", sans-serif !important;
  font-weight: bold !important;
  font-size: 1.3rem;
}
.button-fixed {
  opacity: 0.5;
  position: fixed;
  right: 15px;
  top: 50vh;
}
.button-fixed:hover {
  cursor: pointer;
}

/*IE*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .header .login [class*=separator] {
    display: none;
  }

  .header .show.dropdown-menu.login [class*=separator] {
    display: none !important;
  }

  .upper-header.home h1.home-title span {
    left: 5% !important;
  }

  .header .dropdown-menu.login {
    left: -7px !important;
  }

  .upper-header.home,
.upper-header.subhome {
    height: 80vh;
    width: 100%;
  }

  .upper-header.subhome {
    height: 60vh;
  }
  .upper-header.subhome .title-header.text-center {
    top: 50%;
    -webkit-transform: translate(-50%, -80%);
    -moz-transform: translate(-50%, -80%);
    -ms-transform: translate(-50%, -80%);
    -o-transform: translate(-50%, -80%);
    transform: translate(-50%, -80%);
  }
  .upper-header.subhome .module-title-step.title-step-subhome {
    margin-top: 0;
    width: 50%;
    margin-right: 0;
    top: 80%;
    position: absolute;
    right: 0;
  }
  .upper-header.subhome .module-title-step.title-step-subhome .row {
    display: block;
  }
  .upper-header.subhome .module-title-step.title-step-subhome .row .offset-sm-6 {
    margin-left: 0;
    display: block;
  }
  .upper-header.subhome .module-title-step.title-step-subhome .row .offset-sm-6 .triangle {
    display: none;
  }
  .upper-header.subhome .module-title-step.title-step-subhome .row .offset-sm-6 .wrapper-text {
    right: 5%;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    left: 0;
    width: 100%;
    text-align: center;
  }
  .upper-header.subhome .module-title-step.title-step-subhome .row .offset-sm-6 .wrapper-text p.title-polygon {
    background: #000;
    padding: 40px 0;
  }
  .upper-header.subhome.contact .module-form {
    padding-top: 80px;
  }

  .module-steps.steps-subhome {
    margin-top: 40px;
  }

  .upper-header.home .header-home,
.upper-header.subhome .title-header {
    width: auto;
  }

  .upper-header.home img,
.upper-header.subhome img {
    display: none;
  }

  .upper-header.home {
    background: url("../imgs/cabecera-home-p.jpg") no-repeat scroll center center/cover;
  }

  .upper-header.subhome.requirements {
    background: url("../imgs/formulario-p.jpg") no-repeat scroll center center/cover;
  }

  .upper-header.subhome.register {
    background: url("../imgs/formulario-p.jpg") no-repeat scroll center center/cover;
  }

  .upper-header.subhome.validation {
    background: url("../imgs/formulario-p.jpg") no-repeat scroll center center/cover;
  }

  .upper-header.subhome.faq {
    background: url("../imgs/faqs-p.jpg") no-repeat scroll center center/cover;
  }

  .upper-header.subhome.contact {
    background: url("../imgs/contacto-p.jpg") no-repeat scroll center center/cover;
  }

  .img-home .img-video {
    background: url("../imgs/bg-video.jpg") no-repeat scroll center center/cover;
    height: 500px;
  }
  .img-home .img-video .img-fluid {
    display: none;
  }
}
@media all and (-ms-high-contrast: active) and (min-width: 768px), all and (-ms-high-contrast: none) and (min-width: 768px) {
  .upper-header.subhome .title-header h1 {
    font-size: 2.5rem;
  }
}
@media all and (-ms-high-contrast: active) and (min-width: 1200px), all and (-ms-high-contrast: none) and (min-width: 1200px) {
  .upper-header.subhome .title-header h1 {
    letter-spacing: -3px;
    font-size: 3.5rem;
  }
}
@media all and (-ms-high-contrast: active) and (min-width: 1920px), all and (-ms-high-contrast: none) and (min-width: 1920px) {
  .upper-header.subhome .title-header h1 {
    font-size: 5rem;
  }
}
/*cabecera en*/
html:lang(en) .home .header-home .home-title {
  position: relative;
  display: inline-block;
}
html:lang(en) .home .header-home .home-title span {
  left: 50%;
  transform: translateX(-50%);
  padding-left: 0;
  top: 108%;
}
html:lang(en) .home .header-home .icon-trazadow {
  z-index: -1;
}

/*# sourceMappingURL=style.css.map */
