@charset "UTF-8";
@font-face {
  font-family: "AbrilFatface-Regular";
  src: url("../fonts/AbrilFatface-Regular.woff"); }

@font-face {
  font-family: "Montserrat-Regular";
  src: url("../fonts/Montserrat-Regular.ttf"); }

@font-face {
  font-family: "Montserrat-Bold";
  src: url("../fonts/Montserrat-Bold.ttf"); }

@font-face {
  font-family: "Montserrat-Black";
  src: url("../fonts/Montserrat-Black.ttf"); }

html,
body {
    font-size: 1.75vw;
    height: 100vh;
}
/*@media screen and (orientation: landscape) {
    html, body {
        height: auto;
        font-size: 1.25vw; 
    } 
}*/
@media screen and (min-width: 600px) {
    html, body {
        font-size: 10px;
        height: 100vh; 
    } 
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
ul,
ol,
span {
  margin: 0;
  padding: 0; }

a:link, a:hover, a:active, a:focus, a:visited {
  color: inherit;
  text-decoration: none; }

img {
  max-width: 100%;
  height: auto; }

ul,
ol {
  list-style: none;
  padding-left: 0; }

input,
button {
  border: none; }
  input:focus,
  button:focus {
    outline: none; }

textarea {
  overflow: hidden;
  resize: none; }

::-moz-selection {
  background-color: none;
  color: #646464; }

::selection {
  background-color: none;
  color: #646464; }

.heading-primary, h1 {
    font-size: 4.5rem;
    line-height: 5rem;
    font-family: "AbrilFatface-Regular";
    color: #c3a343;
    padding-bottom: 5px;
}
  .heading-primary--med {
    font-size: 4rem;
    line-height: 4.5rem; }
  .heading-primary--big {
    font-size: 6rem;
    line-height: 6.85rem; }

.heading-secondary, h2 {
  font-family: "Montserrat-Black";
  font-size: 2.6rem;
  line-height: 3rem;
  color: #505050; }
  .heading-secondary--big-2 {
    font-size: 3.75rem;
    line-height: 4.25rem; }
  .heading-secondary--big {
    font-size: 3.875rem;
    line-height: 4.875rem; }

.heading-tertiary, h3 {
  font-size: 2.875rem;
  font-family: "Montserrat-Black";
  color: #505050; }

.heading-quaternary, h4 {
  font-size: 2rem;
  font-family: "Montserrat-Black";
  color: #505050; }

.paragraph, p {
  font-family: "Montserrat-Regular";
  font-size: 2.167rem;
  line-height: 1.25;
  color: #505050; }
  .paragraph--small {
    font-size: 2rem; }
  .paragraph--med {
    font-size: 2rem; }
  .paragraph--big {
    font-size: 2.5rem; }
    .paragraph--big-2 {
      font-size: 2.55rem; }

.text p + p {
  margin-top: 2.3333rem; }

.cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 8.333rem;
  width: 90%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: -2.266px 20.901px 51px 0px rgba(0, 0, 0, 0.25);
  box-shadow: -2.266px 20.901px 51px 0px rgba(0, 0, 0, 0.25);
  border-radius: 1rem; }
  .cta__icon {
    height: 25px;
    width: auto;
    margin-left: 2.5rem; }
    @media screen and (max-width: 400px) {
      .cta__icon {
        height: 20px; } }
    .cta__icon--big {
      height: 35px; }
      @media screen and (max-width: 400px) {
        .cta__icon--big {
          height: 25px; } }
  .cta:hover {
    text-decoration: none; }
  .cta--round {
    border-radius: 50%;
    height: 15.25rem;
    width: 15.25rem;
    font-family: "Montserrat-Black";
    color: #fff !important;
    font-size: 3.833rem; }
    @media screen and (min-width: 600px) {
      .cta--round {
        font-size: 2.875rem; } }
  .cta--gold {
    background-image: -webkit-gradient(linear, right top, left top, from(#b99a3f), to(#e3c467));
    background-image: -webkit-linear-gradient(right, #b99a3f 0%, #e3c467 100%);
    background-image: -o-linear-gradient(right, #b99a3f 0%, #e3c467 100%);
    background-image: linear-gradient(-90deg, #b99a3f 0%, #e3c467 100%); }
  .cta--gray {
    background-color: #969696; }
  .cta--dark {
    background-color: #323232; }
  .cta--primary {
    background-color: #33a947; }
  .cta--accent {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#b99a3f), to(#e3c467));
    background-image: -webkit-linear-gradient(top, #b99a3f 0%, #e3c467 100%);
    background-image: -o-linear-gradient(top, #b99a3f 0%, #e3c467 100%);
    background-image: linear-gradient(180deg, #b99a3f 0%, #e3c467 100%); }
  .cta--full {
    width: 100%; }
  .cta--med {
    max-width: 65vw; }
  .cta--no-shadow {
    -webkit-box-shadow: none;
    box-shadow: none; }
  .cta--disabled {
    opacity: .3;
    pointer-events: none; }
    .cta--disabled * {
      pointer-events: none; }

.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }
.form__main {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-top: 22rem;
    position: relative;
}
.form__footer {
    padding-bottom: 100px;
    margin-top: 30px;
}
.form__footer_b {
    padding-bottom: 120px;
    margin-top: 0px;
}
.label-margin_b {
    margin-top: 30px;
}
.firmaIco {
    width: 10%;
    margin-right: 5px;
}
  .form__quotes {
    position: absolute;
    /*z-index: 2;*/
    font-size: 15rem;
    color: #646464;
    font-family: "AbrilFatface-Regular";
    top: 0;
    left: 0;
    -webkit-transform: translate(-105%, 65%);
    -ms-transform: translate(-105%, 65%);
    transform: translate(-105%, 65%);
    display: none; }
  .form__message {
    position: relative; }
    .form__message:before {
      content: "“";
      position: absolute;
      font-size: 15rem;
      color: #646464;
      font-family: "AbrilFatface-Regular";
      top: -6rem;
      left: 0;
      -webkit-transform: translateX(-105%);
      -ms-transform: translateX(-105%);
      transform: translateX(-105%); }
  .form__input {
    color: #646464;
    font-family: "AbrilFatface-Regular";
    width: 100%;
    padding: 0 !important;
    display: block; }
    .form__input::-webkit-input-placeholder {
        /*color: #c8c8c8;*/
        color: rgba(200, 200, 200, 0.4);
    }
    .form__input:-ms-input-placeholder {
        color: rgba(200, 200, 200, 0.4);
    }
    .form__input::-ms-input-placeholder {
        color: rgba(200, 200, 200, 0.4);
    }
    .form__input::placeholder {
        color: rgba(200, 200, 200, 0.4);
    }
    .form__input:focus {
      outline: none; }
    .form__input--textarea {
        border: 0;
        width: 100%;
        /*height: 15rem;*/
        height: 30px;
        -webkit-transition: all .25s;
        -o-transition: all .25s;
        transition: all .25s;
        resize: none; 
    }
    .form__input--textarea:valid {
        margin-bottom: 3.333rem;
        height: auto; 
    }
    .form__input--textarea:valid ~ p {
        display: none; 
    }
    .form__input--textarea:valid + span {
        display: block; 
    }
    .form__input--big {
        font-size: 4.167rem;
        line-height: 4.5rem; 
    }
    .form__input--big-caractmax {
        font-family: "Montserrat-Bold";
        font-size: 2.167rem;
        line-height: 2.5rem; 
    }
    .form__input--big::-webkit-input-placeholder {
        font-size: 2.3rem;
    }
    .form__input--big:-ms-input-placeholder {
        font-size: 2.3rem;
    }
    .form__input--big::-ms-input-placeholder {
        font-size: 2.3rem;
    }
    .form__input--big::placeholder {
        /*font-size: 3.167rem;*/
        font-size: 2.3rem;
    }
    .txt-input-placeholder {
        font-size: 2.3rem;
        line-height: 2.5rem;
    }
    .form__input--med {
        font-size: 3.333rem; 
    }
    .form-line-parentesco, .input-hija-placeholder {
        line-height: 3.5rem;
    }
    @media screen and (min-width: 600px) {
        .form__input--med {
            font-size: 2rem; 
        } 
    }
    .form__input--small {
      font-size: 2.667rem; }
      @media screen and (min-width: 600px) {
        .form__input--small {
          font-size: 2rem; } }
  .form__check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .form__check-input {
      height: 5rem;
      width: 5rem;
      border-radius: 1rem;
      border: 0.5rem solid #eaeaea;
      -webkit-appearance: none !important;
      -moz-appearance: none !important;
      appearance: none !important;
      margin: 0 2.0833rem 0 0 !important;
      -webkit-transition: all .25s;
      -o-transition: all .25s;
      transition: all .25s;
      background-repeat: no-repeat;
      background-size: 80% auto;
      background-position: center;
      background-color: #fff !important; }
      .form__check-input:focus {
        outline: none !important; }
      .form__check-input:checked {
        border-color: #33a947 !important;
        background-image: url("../../images/check.png"); }
        .form__check-input:checked + label {
          color: #646464; }
    .form__check-input-white:checked {
        border-color: #fff !important;
        background-image: url("../../images/checkbox-white.png"); 
    }
    .form__check-label {
      margin-bottom: 0;
      color: #969696;
      font-family: "Montserrat-Bold";
      font-weight: 700 !important;
      font-size: 2rem;
      -webkit-transition: all .25s;
      -o-transition: all .25s;
      transition: all .25s;
      letter-spacing: 0 !important; }
      @media not all and (min-resolution: 0.001dpcm) {
        @supports (-webkit-appearance: none) {
          .form__check-label {
            letter-spacing: -1px !important; } } }
      .form__check-label a {
        text-decoration: underline; }
    .form__check--disabled {
      pointer-events: none; }
  .form__cta {
    margin-top: 3.75rem; }

.i-heart {
  width: 2rem;
  height: auto; }

.i-totem {
  width: 75%;
  display: block;
  margin: 0 auto; }
  @media screen and (min-width: 600px) {
    .i-totem {
      max-width: 400px; } }

.error {
  overflow-y: auto; }
  .error__icon {
    width: 45%;
    margin-bottom: 4.167rem;
    margin-left: 3rem;
    max-width: 180px; }
    @media screen and (min-width: 600px) {
      .error__icon {
        margin-bottom: 3.125rem;
        margin-left: 2.25rem; } }
  .error__content {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    overflow-y: auto; }
    .error__content--alt {
      margin-bottom: 35rem; }
  .error__footer {
    padding-bottom: 7rem;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%; }
    @media screen and (min-width: 600px) {
      .error__footer {
        padding-bottom: 7.1875rem; } }
    .error__footer * {
      position: relative;
      z-index: 1; }
    .error__footer--shadow:before {
      pointer-events: none;
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 150%;
      background-image: -webkit-gradient(linear, left bottom, left top, color-stop(70%, white), color-stop(90%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
      background-image: -webkit-linear-gradient(bottom, white 70%, rgba(255, 255, 255, 0.5) 90%, rgba(255, 255, 255, 0));
      background-image: -o-linear-gradient(bottom, white 70%, rgba(255, 255, 255, 0.5) 90%, rgba(255, 255, 255, 0));
      background-image: linear-gradient(to top, white 70%, rgba(255, 255, 255, 0.5) 90%, rgba(255, 255, 255, 0)); }

.header {
  text-align: center;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30%, white), color-stop(80%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, white 30%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(top, white 30%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0));
  background-image: linear-gradient(to bottom, white 30%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0));
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%; }
  .header__content {
    position: relative; }
    .header__content--sides {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
  .header__icon {
    width: 15%;
    max-width: 5rem;
    cursor: pointer; }
  .header__link {
    display: block; }
    .header__link .header__icon {
      width: 100%; }
  .header__back-img {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .header__back-img--static {
      position: static;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
  .header + * {
    margin-top: 10rem; }
  .header--bg {
    background-color: #fff; }

.content {
  padding: 2.9167rem 10.667rem;
  width: 100%;
  max-width: 600px;
  margin: 0 auto; }
  @media screen and (orientation: landscape) {
    .content {
      padding-left: 15vw;
      padding-right: 15vw; } }
  @media screen and (orientation: landscape) and (min-width: 600px) {
    .content {
      padding-left: 10.667rem;
      padding-right: 10.667rem; } }
  .content--big {
    max-width: 685px;
    padding: 2.9167rem; }
    .content--big-2 {
      padding: 2.9167rem 5rem; }
  .content--full {
    padding: 0; }
    @media screen and (orientation: landscape) {
      .content--full {
        max-width: none; } }
  .content--distributed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }

.fin {
  position: relative; }
  .fin__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100vh;
    padding-bottom: 30rem; }
  .fin:after {
    content: "";
    position: fixed;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-image: url("../../images/fin.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain; }
    @media screen and (min-width: 600px) {
      .fin:after {
        max-width: 500px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); } }

.fin-mensaje {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  min-height: 100vh;
  margin-top: 0; }
  .fin-mensaje__content {
    padding-top: 10rem;
    padding-bottom: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

.home {
  margin-top: 0;
  min-height: 100vh; }

.u-margin-top-null {
  margin-top: 0; }

.u-margin-right-med {
  margin-right: 3rem; }

.u-margin-bottom-smallest {
  margin-bottom: 10px; }
  .u-margin-bottom-smallest-2 {
    margin-bottom: 5px; }

.u-margin-bottom-small {
  margin-bottom: 2rem; }

.u-margin-bottom-med {
  margin-bottom: 3rem; }

.u-margin-bottom-big {
  margin-bottom: 4.167rem; }
  .u-margin-bottom-big-2 {
    margin-bottom: 5rem; }

.u-margin-bottom-huge {
  margin-bottom: 8.333rem; }

.u-padding-top-med {
  padding-top: 2.9167rem; }

.u-padding-top-null {
  padding-top: 0; }

.u-padding-horizontal-smallest {
  padding-left: 10px;
  padding-right: 10px; }

.u-padding-horizontal-med {
  padding-left: 1.667rem;
  padding-right: 1.667rem; }

.u-padding-bottom-big {
  padding-bottom: 5rem; }

.u-padding-bottom-null {
  padding-bottom: 0; }

.u-weight-reg {
  font-family: "Montserrat-Regular"; }

.u-weight-bld {
  font-family: "Montserrat-Bold"; }

.u-weight-blck {
  font-family: "Montserrat-Black"; }

.u-underline {
  text-decoration: underline; }

.u-overlayed {
  opacity: .25;
  pointer-events: none; }

.u-uppercase {
  text-transform: uppercase; }

.u-align-inline-left {
  text-align: left; }

.u-align-inline-right {
  text-align: right; }

.u-align-inline-center {
  text-align: center; }

.u-align-inline-justify {
  text-align: justify; }

.u-position-relative {
  position: relative; }

.u-color-white {
  color: #fff; }

.u-color-gray {
  color: #969696; }
  .u-color-gray-alt {
    color: #646464; }
  .u-color-gray-light {
    color: #c8c8c8; }

.u-color-error {
  color: #de0000; }
  
.u-color-info {  
  color: #ff9600; }

.u-color-darker {
  color: #141414; }

.u-color-texture {
    background: #d5b65a;
    background: -moz-linear-gradient(left, #d5b65a 0%, #d5b65a 23%, #ae8d2a 76%, #ae8d2a 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #d5b65a), color-stop(23%, #d5b65a), color-stop(76%, #ae8d2a), color-stop(100%, #ae8d2a));
    background: -webkit-linear-gradient(left, #d5b65a 0%, #d5b65a 23%, #ae8d2a 76%, #ae8d2a 100%);
    background: -o-linear-gradient(left, #d5b65a 0%, #d5b65a 23%, #ae8d2a 76%, #ae8d2a 100%);
    background: -ms-linear-gradient(left, #d5b65a 0%, #d5b65a 23%, #ae8d2a 76%, #ae8d2a 100%);
    background: linear-gradient(to right, #d5b65a 0%, #d5b65a 23%, #ae8d2a 76%, #ae8d2a 100%);
    -webkit-background-clip: text;
    color: transparent !important;
}
.txt-label {
    font-size: 16px;
}
.u-bg-white {
    background-color: #fff; 
}
.u-bg-dark {
    background-color: #323232; 
}
.u-bg-darker {
    background-color: #141414; 
}
.u-bg-photos:before, .u-bg-photos:after, .u-bg-photos-alt:before, .u-bg-photos-alt:after {
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 406px;
  width: 100vw;
  position: fixed;
  left: 0;
  z-index: -1;
  pointer-events: none;
  content: ""; }
  @media screen and (min-width: 600px) {
    .u-bg-photos:before, .u-bg-photos:after, .u-bg-photos-alt:before, .u-bg-photos-alt:after {
      width: 768px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      background-size: 768px auto; } }

.u-bg-photos:before, .u-bg-photos-alt:before {
  background-image: url("../../images/bg-photos-top.png");
  top: 0;
  background-position: center top; }

.u-bg-photos:after, .u-bg-photos-alt:after {
  background-image: url("../../images/bg-photos-bottom.png");
  bottom: 0;
  background-position: center bottom; }

.u-bg-photos-alt:before {
  background-image: url("../../images/bg-photos-alt-top.png"); }

.u-bg-photos-alt:after {
  background-image: url("../../images/bg-photos-alt-bottom.png"); }

.u-flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.u-flex-grow {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.u-flex-even {
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly; }

.u-overflow-hidden {
  overflow: hidden; }
  @media screen and (orientation: landscape) {
    .u-overflow-hidden {
      overflow: auto; } }
      
.displayNone, .cfzBWk {
    display: none;
}
.content-finmsj {
    padding-left: 8rem;
    padding-right: 8rem;
}
.label-margin {
    margin-top: 20px;
}
/* Fin Servicio */
.fin__content {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
}
.txt-finservicio {
    font-size: 42px !important;
    line-height: 0.92 !important;
}
@media screen and (max-width: 400px) {
    .txt-finservicio {
        font-size: 25px !important;
    }
}
/* index */
.body-fondo {
    background-image: url("../../images/fondo.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}
#fondo {
    background-image: url("../../images/fondo-gotas.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
}
#fondo > .content-home {
    margin-top: -40px !important;
    /*top: 60px;
    position: absolute;*/
}
#fondo > .content-home-ico {
    text-align: center;
    margin: 0 auto;
    display: table;
}
.escribir-msj {
    width: 25%;
    margin: 20px;
}
#fondo p {
    font-family: "Montserrat-Black";
    color: #515050;
}
.linea-dorada {
    width: 80%;
    padding-top: 40px;
    margin: 0 auto;
    display: table;
}
/* registro */
.ssl-icon {
    position: relative;
}
.background-dark {
    background: #323232;
}
.ssl-icon:before {
    content: "";
    position: absolute;
    top: 10px;
    left: -1.667rem;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    height: 100%;
    width: 6rem;
    background-image: url(../../images/ssl.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
}
.input-btn {
    padding:2.5rem !important; 
    border: 2px solid #fff !important;
    color: #fff !important;
}
.input-btn::placeholder {
    color: #fff !important;
}
.form__input-num::placeholder {
    color: #505050 !important;
}
.background-dark .form__check {
    margin: -5px -30px 0px -45px;
}
.background-dark .no-margin {
  margin: 0!important;
}
.background-dark .no-margin-pad {
  margin: 0!important;
  padding-bottom: 15px!important;
}
.background-dark .form__check-label {
    color: #FFF;
    
}
.background-dark .form__check-input:checked + label {
    color: #969696;
}
.background-dark .form__check-label a {
    text-decoration: underline;
}
.background-dark .form__check-input {
    background-color: #323232 !important;
    min-width: 35px;
    min-height: 35px;
}
#pais {
    background-color: #fff;
    width: 328px;
    max-height: 360px;
    overflow: scroll;
    border-radius: 0px;
}
#pais li a {
    font-family: Montserrat-Regular;
    font-size: 14px;
}
.banderas {
    position: absolute;
    margin-top: 5px !important;
    margin-left: -60px !important;
    width: 50px;
}
.banderas .btn {
    border-radius: 0px;
}
/* verificacion */
.copy-icon:before {
    top: 17px !important;
}
/* escribir mensaje */
h1.titulo {
    font-size: 18px;
    text-align: left;
    margin-top: 20px;
}
.header__dorado-img {
    position: absolute;
    top: 2px;
    width: 8%;
    margin-left: 20px;
}
.pull-right {
    float: none !important;
    text-align: center;
    margin-top: 18px;
}
.material-switch input[type="checkbox"] {
    display: none;   
}
.material-switch label {
    cursor: pointer;
    height: 0px;
    position: relative; 
    width: 40px;  
}
.material-switch label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 12px;
    content: '';
    height: 20px;
    margin-top: -8px;
    position: absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 50px;
}
.material-switch label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 20px;
    left: 18px;
    margin-top: -3px;
    position: absolute;
    top: -5px;
    transition: all 0.3s ease-in-out;
    width: 20px;
}
.material-switch input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}
.material-switch input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 52px;
}
.txt-privado {
    opacity: 0.4;
    font-size: 10px;
}
.txt-publico {
    font-size: 10px;
}
label.label-default {
    margin-left: -15px;
    margin-right: 40px;
    top: -2px;
}
.linea-gris {
    margin-top: 10px;
}
.modal {
    top: 30px;
}
.modal-header {
    padding: 15px;
    padding-bottom: 0px;
    border-bottom: none;
}
.close {
    opacity: initial;
}
.close > img {
    width: 18px;
}
.modal-content {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 12px 29px 0px rgba(2, 2, 2, 0.33);
    border: none;
    border-radius: 0px;
}
.linea-modal {
    width: 55%;
    margin-top: 20px;
    margin-bottom: 20px;
}
.modal-body {
    padding-bottom: 50px;
}
.modal-body h4 {
    line-height: 1.2;
    font-size: 12px;
    margin-bottom: 10px;
}
.modal-body p {
    line-height: 1.2;
    font-size: 14px;
    color: #c8c8c8;
    font-family: "Montserrat-Bold";
}
.modal-body .u-weight-reg {
    font-family: "Montserrat-Regular";
}
.modal-body .u-weight-bld {
    font-family: "Montserrat-Bold";
}
.papelera-firma {
    width: 7%;
    margin-right: 5px;
}
.bg-particulas {
    background-image: url(../../images/particulas.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
}
/* aviso legal */
.underline  {
    text-decoration: underline !important;
}
.li-circle {
    margin-left: 17px;
}
.li-circle li {
    margin-bottom: 10px;
}
.paragraph, p {
    font-family: "Montserrat-Regular";
    font-size: 2.167rem;
    line-height: 1.25;
    color: #505050;
}
.legal-notice > * + * {
    margin-top: 2rem;
}
/* finmensaje */
.footer-close {
    position: absolute;
    bottom: 0px;
    margin-bottom: 50px;
}
.menu-msj > img {
    width: 90%;
}
.firma {
    border-radius: 15px;
    border: 1px solid #CCC;
    width: 100%;
    opacity:0.5;
}
.form__main > #borrar {
    margin: 20px 0px 0px 20px;
    cursor: pointer;
    font-size: 2.167rem;
    line-height: 1.25;
    color: #505050;
}
.u-color-back-light {
    color: #505050; 
}
.img-pluma {
    position: absolute;
    top: 30px;
    right: 40px;
    width: 70%;
    z-index: -1;
}
.header__volver {
    top: 9px !important;
}
.header__top {
    margin-top: -5px;
}
/* Mantenimiento */
.error {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.badge-img {
    margin-left: 25px;
    margin-top: 25px;
}
.error-text {
    padding: 100px 15px;
    text-align: center;
}
.error-logo {
    padding: 70px 15px;
    text-align: center;
}
.mant-header, .mant-body, .mant-footer {
    color: #FFF;
    line-height: 1.214;
}
.mant-header {
    font-family: Montserrat-Black;
    font-size: 28px;
    margin-top: 20px;
}
.mant-body {
    font-family: AbrilFatface-Regular;
    font-size: 26px;
    margin-top: 10px;
}
.mant-footer {
    font-family: Montserrat-Regular;
    font-size: 16px;
    margin-top: 10px;
}
.mant-box {
    text-align: left;
}
.mant-logo {
    margin-top: 60px;
}
.mant-mascara {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
/*Campo Obligatorio*/
.div-input, .div-input-check, .div-input-email {
    position: relative;
    margin-bottom: 15px;
}
.div-input:after, .div-input-email:after {
    content: "*";
    color: #e60000;
    font-size: 2.6rem;
    font-family: "Montserrat-Black";
    position: absolute;
    top: 50%;
    right: -25px;
    transform: translateY(-50%);
}
.div-input-check:after {
    content: "*";
    color: #e60000;
    font-size: 2.6rem;
    font-family: "Montserrat-Black";
    position: absolute;
    top: 20%;
    right: -10px;
    transform: translateY(-50%);
}
.u-color-white, .background-dark .form__check-input:checked + label {
    color: #ffffff;
}
/*Menú de Idiomas Black*/
.btn-group, .btn-group-vertical {
    float: right;
    margin: 0px 15px 15px 0px;
}
.btn-default {
    color: #fff;
    background-color: initial;
    border: 0px;
    font-size: 20px;
    font-family: "Montserrat-Black";
}
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
    color: #323232;
    background-color: #fff;
    border-color: initial;
    border: 0px;
}
.dropdown-menu { 
    font-size: 16px;
    font-family: "Montserrat-Black";
    min-width: auto;
    background-color: initial;
    border: 0px;
    margin: 0px;
}
.dropdown-menu > li > a {
    color: #fff;
}
.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #fff;
    border-color: initial;
}
/* logo home */
.logo-home {
    display: block;
    margin-left: 30%;
    margin-right: auto;
    margin-top: -15px;
    width: 60%;
}
/*MOVIL*/
@media(max-width:767px) {
    /* Mantenimiento */
   .mant-text {
       padding: 25px 15px;
   }
   .mant-ico {
        max-width: 25%;
   }
   .mant-header {
        font-size: 20px;
   }
   .mant-body {
        font-size: 18px;
   }
   .mant-footer {
        font-size: 14px;
   }
   .mant-logo {
        max-width: 80%;
        display: table;
        margin: 0 auto;
   }
}

.btn-pestaña {
    background: -moz-linear-gradient( 180deg, rgb(121, 97, 35) 0%, rgb(168, 132, 46) 100%);
    background: -webkit-linear-gradient( 180deg, rgb(121, 97, 35) 0%, rgb(168, 132, 46) 100%);
    background: -ms-linear-gradient( 180deg, rgb(121, 97, 35) 0%, rgb(168, 132, 46) 100%);
}
.size-patrocinio {
    width: 18%;
}

/*MOVIL*/
@media(max-width:767px) {
    .btn-pestaña {
        height: 35px;
   }
   .size-patrocinio {
        margin-bottom: 35px;
    }
}