@charset "UTF-8";
.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nomargin {
  margin: 0 !important;
}

.input-alert {
  background-color: #f2fa1d !important;
}

body {
  font-family: "Roboto", "Arial", sans-serif;
  padding-top: 80px;
  overflow-x: hidden;
}

.main-header {
  height: 80px;
  background: white;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 250;
}
.main-header .logo {
  float: left;
  line-height: 75px;
  height: 80px;
}
.main-header nav {
  line-height: 80px;
  float: right;
}
.main-header nav a {
  font-size: 16px;
  text-decoration: none;
  color: #231f20;
  margin: 0 15px;
  letter-spacing: 0.05em;
}
.main-header nav a.nav-prestamo {
  background: #FDB713;
  padding: 5px 15px;
  border-radius: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
.main-header nav a.nav-prestamo.shower {
  opacity: 1;
}
.main-header nav a.nav-clientes {
  background: #ED0823;
  height: 80px;
  display: inline-block;
  padding: 0 10px;
  color: white;
  position: relative;
}
.main-header nav a.nav-clientes:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 76px 0 76px;
  border-color: #ED0823 transparent transparent transparent;
  position: absolute;
  bottom: -16px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.main-header nav a.nav-clientes.logged:before {
  border-width: 16px 86px 0 86px;
}
.main-header nav a.nav-clientes img {
  margin-right: 5px;
}
.main-header nav a.nav-clientes img.nav-badge {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -80px;
}
.main-header nav a.nav-clientes span.username {
  position: absolute;
  top: 22px;
  line-height: 1;
  font-weight: bolder;
  font-size: 13px;
}
.main-header nav a.nav-clientes span.title {
  display: inline-block;
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
}

.blog-header {
  background-image: url("../img/steps-pattern.png");
  background-color: #FDB713;
  text-align: center;
  padding: 40px 0 50px 0;
  margin-top: -81px;
}
.blog-header h1 {
  color: white;
}
.blog-header .blog-header--search {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 350px;
}
.blog-header .blog-header--search input {
  min-height: 50px;
  width: 100%;
  border: 2px solid #e6e7e8;
  border-radius: 5px;
  outline: none;
  padding-left: 15px;
  font-size: 16px;
  -webkit-transition: 0.2s border-color;
  transition: 0.2s border-color;
}
.blog-header .blog-header--search input:-moz-placeholder {
  color: #d1d3d4;
  opacity: 1;
}
.blog-header .blog-header--search input::-moz-placeholder {
  color: #d1d3d4;
  opacity: 1;
}
.blog-header .blog-header--search input:-ms-input-placeholder {
  color: #d1d3d4;
  opacity: 1;
}
.blog-header .blog-header--search input::-webkit-input-placeholder {
  color: #d1d3d4;
  opacity: 1;
}
.blog-header .blog-header--search input:active, .blog-header .blog-header--search input:focus {
  border-color: #d09818;
}
.blog-header .blog-header--search .btn-search {
  width: 46px;
  height: 46px;
  background-image: url("../img/icn-search.svg");
  background-size: 30px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  top: 2px;
  right: 2px;
}
.blog-header .page-separator {
  width: 116px;
  height: 6px;
  background: white;
  display: inline-block;
  border-radius: 50px;
  margin: 40px 0 30px 0;
  margin: 20px 0;
}

.blog-main {
  padding: 60px 0;
}
.blog-main .blog-article--featured {
  color: #58595b;
  border-bottom: 4px solid #e6e7e8;
  -webkit-transition: 0.3s border-bottom;
  transition: 0.3s border-bottom;
  margin-bottom: 50px;
  display: inline-block;
  width: 100%;
  text-decoration: none;
}
.blog-main .blog-article--featured figure {
  margin: 0;
  overflow: hidden;
}
.blog-main .blog-article--featured img {
  width: 100%;
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s -webkit-transform;
  transition: 0.3s -webkit-transform;
  transition: 0.3s transform;
  transition: 0.3s transform, 0.3s -webkit-transform;
  -o-object-position: center;
     object-position: center;
}
.blog-main .blog-article--featured h2 {
  margin: 0;
  font-size: 35px;
  color: #44464a;
  -webkit-transition: 0.2s color;
  transition: 0.2s color;
}
.blog-main .blog-article--featured .date {
  font-size: 13px;
  margin-bottom: 5px;
}
.blog-main .blog-article--featured .content {
  padding: 25px 0;
}
.blog-main .blog-article--featured:hover {
  border-color: #fcb614;
}
.blog-main .blog-article--featured:hover img {
  -webkit-transform: scale(1.1) rotate(2deg);
          transform: scale(1.1) rotate(2deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}
.blog-main .blog-article--featured:hover h2 {
  color: #fcb614;
}
@media(max-width: 500px) {
  .blog-main .blog-article--featured h2 {
    font-weight: 600;
    font-size: 25px;
  }
}
.blog-main .blog-article {
  color: #58595b;
  border-bottom: 4px solid #e6e7e8;
  -webkit-transition: 0.3s border-bottom;
  transition: 0.3s border-bottom;
  display: inline-block;
  width: 100%;
  text-decoration: none;
  margin-bottom: 50px;
  padding-bottom: 15px;
}
.blog-main .blog-article figure {
  margin: 0 0 15px 0;
  overflow: hidden;
}
.blog-main .blog-article img {
  width: 100%;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s -webkit-transform;
  transition: 0.3s -webkit-transform;
  transition: 0.3s transform;
  transition: 0.3s transform, 0.3s -webkit-transform;
  -o-object-position: center;
     object-position: center;
}
.blog-main .blog-article h3 {
  margin: 0;
  font-size: 20px;
  -webkit-transition: 0.3s color;
  transition: 0.3s color;
}
.blog-main .blog-article .date {
  font-size: 13px;
  margin-bottom: 5px;
}
.blog-main .blog-article:hover {
  border-color: #fcb614;
}
.blog-main .blog-article:hover img {
  -webkit-transform: scale(1.1) rotate(2deg);
          transform: scale(1.1) rotate(2deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}
.blog-main .blog-article:hover h3 {
  color: #fcb614;
}
@media (max-width: 768px) {
  .blog-main .blog-article img {
    height: 200px !important;
  }
}
.blog-main .btn-load {
  padding: 20px 0;
  cursor: pointer;
  text-align: 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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog-main .btn-load span {
  width: 100%;
  display: block;
  color: #ED0823;
  font-size: 16px;
  margin-bottom: 10px;
}
.blog-main .btn-load img {
  width: 40px;
}

.blog-newsletter {
  background-color: #fcb614;
  padding: 35px 0;
  height: 200px;
}
.blog-newsletter .small-container {
  max-width: 700px;
}
.blog-newsletter .small-container .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog-newsletter .small-container .row div {
  float: none;
  height: 100%;
}
.blog-newsletter .small-container .row .col-btn {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.blog-newsletter img {
  width: 100px;
  max-width: 100%;
}
.blog-newsletter input {
  min-height: 50px;
  width: 350px;
  max-width: 100%;
  border: 2px solid #e6e7e8;
  border-radius: 5px;
  outline: none;
  padding-left: 15px;
  font-size: 16px;
  -webkit-transition: 0.2s border-color;
  transition: 0.2s border-color;
  margin-bottom: 10px;
}
.blog-newsletter input:last-child {
  margin-bottom: 0;
}
.blog-newsletter input:-moz-placeholder {
  color: #d1d3d4;
  opacity: 1;
}
.blog-newsletter input::-moz-placeholder {
  color: #d1d3d4;
  opacity: 1;
}
.blog-newsletter input:-ms-input-placeholder {
  color: #d1d3d4;
  opacity: 1;
}
.blog-newsletter input::-webkit-input-placeholder {
  color: #d1d3d4;
  opacity: 1;
}
.blog-newsletter input:active, .blog-newsletter input:focus {
  border-color: #d09818;
}
@media(max-width: 768px) {
  .blog-newsletter .small-container .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .blog-newsletter input, .blog-newsletter .custom-btn {
    width: 100%;
  }
  .blog-newsletter .custom-btn {
    margin-top: 10px;
    text-align: center;
  }
  .blog-newsletter input:first-child {
    margin-top: 10px;
  }
}
.blog-single--header {
  background-size: cover;
  background-position: center;
  min-height: 450px;
  position: relative;
  padding: 100px 0;
  text-align: center;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog-single--header:before {
  content: "";
  background-color: #40444a;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.blog-single--header p {
  font-size: 18px;
  max-width: 800px;
  margin: auto;
  line-height: 1.7em;
}
.blog-single--header h1 {
  margin: 0 0 15px 0;
}
.blog-single--header .page-separator {
  width: 116px;
  height: 6px;
  background: white;
  display: inline-block;
  border-radius: 50px;
  margin: 40px 0 30px 0;
  margin: 40px 0 0 0;
}
@media(max-width: 768px) {
  .blog-single--header {
    padding: 50px 0;
    min-height: 350px;
  }
  .blog-single--header h1 {
    font-size: 30px;
  }
  .blog-single--header p {
    font-size: 16px;
  }
}
@media(max-width: 576px) {
  .blog-single--header {
    min-height: 350px;
  }
  .blog-single--header h1 {
    font-size: 25px;
  }
  .blog-single--header p {
    font-size: 16px;
    line-height: 1.4em;
  }
}
.blog-single--main .main-article {
  padding: 50px 0;
  color: #58595b;
}
.blog-single--main .main-article p, .blog-single--main .main-article li {
  font-size: 14px;
  line-height: 1.8em;
}
.blog-single--main .main-article p {
  margin-bottom: 15px;
}
.blog-single--main .main-article li {
  list-style: none;
  position: relative;
}
.blog-single--main .main-article li:before {
  content: "›";
  display: inline-block;
  margin-left: -15px;
  position: absolute;
  font-weight: 900;
  font-size: 19px;
  top: -2px;
}
.blog-single--main .main-article .date {
  color: #939598;
  font-size: 12px;
  margin-bottom: 10px;
}
.blog-single--main .main-article--share {
  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;
  padding: 0 5px 80px 5px;
  margin: 0 15px 30px 15px;
  border-bottom: 4px solid #e6e7e8;
}
.blog-single--main .main-article--share h3 {
  margin: 0;
  color: #58595b;
  font-size: 27px;
}
.blog-single--main .main-article--share .btn-share {
  border-radius: 6px;
  min-height: 45px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: white;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: 0.2s background-color;
  transition: 0.2s background-color;
}
.blog-single--main .main-article--share .btn-share img {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
.blog-single--main .main-article--share .btn-share.btn-gp {
  background-color: #d66d57;
}
.blog-single--main .main-article--share .btn-share.btn-gp:hover {
  background-color: #c65846;
}
.blog-single--main .main-article--share .btn-share.btn-fb {
  background-color: #3776ab;
}
.blog-single--main .main-article--share .btn-share.btn-fb:hover {
  background-color: #1f6899;
}
.blog-single--main .main-article--share .btn-share.btn-tw {
  background-color: #00acea;
}
.blog-single--main .main-article--share .btn-share.btn-tw:hover {
  background-color: #1293c6;
}
@media(max-width: 992px) {
  .blog-single--main .main-article--share h3 {
    font-size: 20px;
  }
}
@media(max-width: 768px) {
  .blog-single--main .main-article--share {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .blog-single--main .main-article--share h3 {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .blog-single--main .main-article--share .btn-share {
    width: 30%;
    font-size: 14px;
  }
}
@media(max-width: 576px) {
  .blog-single--main .main-article--share .btn-share {
    width: 100%;
    margin-bottom: 10px;
  }
}
.blog-single--main .main-article--related p {
  color: #939598;
  font-size: 17px;
}
.blog-single--main .main-article--related .blog-article {
  color: #58595b;
  border-bottom: 4px solid #e6e7e8;
  -webkit-transition: 0.3s border-bottom;
  transition: 0.3s border-bottom;
  display: inline-block;
  width: 100%;
  text-decoration: none;
  margin-bottom: 50px;
  padding-bottom: 15px;
}
.blog-single--main .main-article--related .blog-article figure {
  margin: 0 0 15px 0;
  overflow: hidden;
}
.blog-single--main .main-article--related .blog-article img {
  width: 100%;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s -webkit-transform;
  transition: 0.3s -webkit-transform;
  transition: 0.3s transform;
  transition: 0.3s transform, 0.3s -webkit-transform;
  -o-object-position: center;
     object-position: center;
}
.blog-single--main .main-article--related .blog-article h3 {
  margin: 0;
  font-size: 20px;
  -webkit-transition: 0.3s color;
  transition: 0.3s color;
}
.blog-single--main .main-article--related .blog-article .date {
  font-size: 13px;
  margin-bottom: 5px;
}
.blog-single--main .main-article--related .blog-article:hover {
  border-color: #fcb614;
}
.blog-single--main .main-article--related .blog-article:hover img {
  -webkit-transform: scale(1.1) rotate(2deg);
          transform: scale(1.1) rotate(2deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}
.blog-single--main .main-article--related .blog-article:hover h3 {
  color: #fcb614;
}

.ellip {
  display: block;
  height: 100%;
}

.ellip-line {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  max-width: 100%;
}

.ellip, .ellip-line {
  position: relative;
  overflow: hidden;
  height: 40px;
}

.main-dudas {
  background: #ED0823;
  padding: 46px 0 31px 0;
  text-align: center;
}
.main-dudas h2 {
  font-size: 35px;
  color: white;
  margin: 0;
  font-weight: 400;
}
.main-dudas .page-separator {
  width: 116px;
  height: 6px;
  background: white;
  display: inline-block;
  border-radius: 50px;
  margin: 40px 0 30px 0;
}
.main-dudas p {
  font-size: 17px;
  color: white;
}
.main-dudas p a {
  color: white;
  text-decoration: underline;
}
.main-dudas .fb {
  color: white;
  text-decoration: none;
  font-size: 17px;
  margin-top: 20px;
  display: inline-block;
}
.main-dudas .fb img {
  margin-right: 5px;
}
.main-dudas.equal {
  padding: 30px 0;
}

.main-footer {
  background: #5d5d5d;
  text-align: center;
  font-size: 13px;
  padding: 25px 0 22px 0;
  color: white;
  position: relative;
}
.main-footer a {
  color: white;
  text-decoration: underline;
}
.main-footer ul {
  margin: 0;
  padding: 0;
}
.main-footer ul li {
  list-style: none;
  display: inline-block;
  margin-right: 20px;
}
.main-footer ul li:last-child {
  margin-right: 0;
}
.main-footer p {
  margin: 15px 0 0 0;
}
.main-footer .row {
  position: relative;
}
.main-footer a.right {
  position: absolute;
  top: -12px;
  right: 0;
}
.main-footer a.right img {
  max-width: 55px;
}

.custom-input {
  background: white;
  border-radius: 5px;
  border: 1px solid #e6e7e8;
  padding: 10px;
  width: 100%;
  outline: none;
  font-size: 16px;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.custom-btn {
  background: #ED0823;
  cursor: pointer;
  color: white;
  border: 0;
  font-size: 17px;
  font-weight: 900;
  border-radius: 7px;
  display: inline-block;
  padding: 10px 15px;
  letter-spacing: 0.05em;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.28);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.28);
  outline: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.custom-btn:hover, .custom-btn:focus {
  background: #c51c3b;
  color: white;
  text-decoration: none;
}
.custom-btn.img {
  font-size: 20px;
}
.custom-btn.img img {
  margin-right: 10px;
}

.custom-btn[disabled] {
  background: #bbbdc0;
}

.pasos-box input[type="text"], .pasos-box input[type="number"] {
  background: white;
  border-radius: 5px;
  border: 1px solid #e6e7e8;
  padding: 10px;
  width: 100%;
  outline: none;
  font-size: 16px;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.pasos-box input[type="text"]:focus, .pasos-box input[type="number"]:focus {
  border-color: #c9cacc;
}

.btn-yellow {
  background: #FDB713;
  border-radius: 4px;
  padding: 5px 10px;
  display: inline-block;
  color: black;
  font-size: 12px;
}
.btn-yellow.arrow:before {
  content: "»";
  margin-right: 4px;
}

.md-container {
  max-width: 1000px;
}

.small-container {
  max-width: 900px;
}

.small-container-2 {
  max-width: 830px;
}

.big-btn {
  background: #ED0823;
  font-size: 28px;
  font-weight: bolder;
  text-decoration: none;
  color: white;
  padding: 13px 30px;
  display: inline-block;
  border-radius: 8px;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.34);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.34);
  letter-spacing: 0.05em;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.big-btn:hover, .big-btn:focus {
  color: white;
  text-decoration: none;
  background: #ED0823;
}

.badge-amount {
  background: #fcb614;
  color: white;
  display: inline-block;
  padding: 0 10px;
  height: 30px;
  border-radius: 500px;
  line-height: 31px;
  position: absolute;
  top: -40px;
  -webkit-transform: translateX(-29px);
          transform: translateX(-29px);
}
.badge-amount:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 5.5px 0 5.5px;
  border-color: #fcb614 transparent transparent transparent;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -7px;
  position: absolute;
}

.custom-slider.ui-widget.ui-widget-content {
  background: #b1b3b5;
  border: 0;
  height: 8px;
  border-radius: 500px;
}
.custom-slider .ui-widget-header {
  background: #fcb614;
  border-radius: 500px;
}
.custom-slider span.ui-slider-handle {
  background: #fcb614;
  border-radius: 50px;
  border: 3px solid white;
  width: 17px;
  height: 17px;
  -webkit-box-shadow: 0 0 0 2px #fcb614;
          box-shadow: 0 0 0 2px #fcb614;
  top: -5px;
  outline: none;
  font-family: "Myriad Bold", "Aller", "Roboto", sans-serif;
}

input[type="number"].ns::-webkit-outer-spin-button, input[type="number"].ns::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"].ns {
  -moz-appearance: textfield;
}

[type="radio"]:checked, [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type="radio"]:checked + label, [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 22px;
  cursor: pointer;
  line-height: 16px;
  display: inline-block;
  color: #666;
}

[type="radio"]:checked + label:before, [type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}

[type="radio"]:checked + label:after, [type="radio"]:not(:checked) + label:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #a7a9ac;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

[type="radio"]:checked + label:before {
  border-color: #a7a9ac;
}

.relative {
  position: relative;
}

@font-face {
  font-family: "Aller";
  src: url("../fonts/aller_rg-webfont.woff2") format("woff2"), url("../fonts/aller_rg-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Myriad Bold";
  src: url("../fonts/MyriadPro-Bold.eot");
  src: url("../fonts/MyriadPro-Bold.woff2") format("woff2"), url("../fonts/MyriadPro-Bold.woff") format("woff"), url("../fonts/MyriadPro-Bold.ttf") format("truetype"), url("../fonts/MyriadPro-Bold.svg#MyriadPro-Bold") format("svg"), url("../fonts/MyriadPro-Bold.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
@media (max-width: 992px) {
  .main-header .container {
    width: 100%;
  }
  .main-header .container nav a {
    margin: 0 7px;
    font-size: 14px;
  }
  .main-header .container nav a:last-child {
    margin-right: 0;
  }
  .main-header .container .logo img {
    max-width: 150px;
    margin-left: 15px;
  }
}
@media (max-width: 768px) {
  body {
    padding-top: 60px;
  }

  .main-header {
    height: 60px;
  }
  .main-header .mobile-menu {
    background: rgba(253, 183, 19, 0.95);
    position: fixed;
    left: -100%;
    right: 0;
    bottom: 0;
    top: 60px;
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .main-header .mobile-menu.active {
    left: 0 !important;
  }
  .main-header .mobile-menu a {
    display: block;
    width: 100%;
    color: white;
    font-size: 24px !important;
    font-weight: 700;
    text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
  }
  .main-header .mobile-menu a.clientes {
    background: #ED0823;
  }

  .main-header nav {
    line-height: 60px;
  }
  .main-header nav a {
    margin: 0 !important;
    display: inline-block;
    width: 70px;
    text-align: center;
  }
  .main-header nav a img {
    width: 25px;
  }
  .main-header nav a.menu-btn {
    background: #FDB713;
    margin-right: -3px !important;
  }
  .main-header nav a.clientes-btn {
    background: #ED0823;
  }
  .main-header .logo {
    line-height: 55px;
    height: 60px;
  }
  .main-header .logo img {
    max-width: 70% !important;
  }

  .main-dudas {
    padding-left: 10%;
    padding-right: 10%;
  }
  .main-dudas h2 {
    font-size: 30px;
  }
  .main-dudas p {
    font-size: 18px;
  }

  .main-footer {
    font-size: 14px;
  }
  .main-footer .right {
    position: relative !important;
    margin-top: 25px;
    display: block;
  }
}
@media (max-width: 500px) {
  .col-xxs-12 {
    width: 100% !important;
    margin: 10px 0;
  }

  .col-xxs-12-nm {
    width: 100% !important;
  }

  .col-xxs-12-center {
    width: 100% !important;
    margin: 10px 0;
    text-align: center;
  }

  .main-header .logo {
    max-width: 50%;
    padding: 10px;
    line-height: 33px;
  }
  .main-header .logo img {
    margin: 0 !important;
  }
  .main-header nav .menu-btn, .main-header nav .clientes-btn {
    max-width: 24vw;
  }
  .main-header nav a.menu-btn {
    margin-right: -4px !important;
  }

  .main-req, .main-ahora, .main-dudas {
    padding: 10% 5%;
  }

  .main-dudas p {
    font-size: 16px;
  }
}
@media (max-width: 400px) {
  .main-header nav .menu-btn, .main-header nav .clientes-btn {
    width: 60px;
  }
}
