/*------IMPORTS DE LOS DIFERENTES ESTILOS------*/
@import url("https://fonts.googleapis.com/css2?family=Volkhov&display=swap");
@import url("https://fonts.cdnfonts.com/css/avenir-lt-std");
.kw_2-home .sec1 h1 {
  font-size: 48px;
  font-weight: 600;
}

.kw_2-home .sec1 .img-left {
  width: 40%;
  height: auto;
  -webkit-transform: rotate(-8deg);
  -moz-transform: rotate(-8deg);
  -o-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  transform: rotate(-8deg);
  z-index: 1000;
  position: relative;
  left: -34px;
}

.kw_2-home .sec1 .img-right {
  width: 40%;
  height: auto;
  -webkit-transform: rotate(-8deg);
  -moz-transform: rotate(-8deg);
  -o-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  transform: rotate(8deg);
  position: absolute;
  right: 34px;
}

.kw_2-home .sec1 .img-icon {
  width: 14%;
  height: auto;
}

.kw_2-home .box-2 a:hover,
.kw_2-home .box-3 a:hover {
  -webkit-transform: none;
  transform: none;
}

.kw_2-home .box-3 a {
  background: var(--titlecolor) !important;
}

.kw_2-home .sec2 img {
  width: 35%;
  height: auto;
}

.kw_2-home .sec2 p {
  color: #2b2a35;
}

.kw_2-home .sec2 a {
  color: black;
  font-weight: bold;
}

.kw_2-home .sec1 .home_bttn_info {
  font-size: 12px;
}

.kw_2-home .sec2 h2 {
  font-size: 36px;
}

.kw_2-home .sec3 {
  padding-top: 100px;
  padding-bottom: 100px;
  background: linear-gradient(90deg, rgb(0, 179, 228) 0, rgb(0, 140, 228) 100%);
}

.kw_2-home .bttn_2_red {
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: white;
  background-color: #ff580b;
}

.kw_2-home .sec7 .box-1 a {
  color: var(--titlecolor);
  border: 1px solid var(--titlecolor);
}

.kw_2-home .sec7 .box-1 a:hover {
  color: white;
  border: none;
}

.kw_2-home .sec7 .box-2 a:hover,
.kw_2-home .sec7 .box-3 a:hover {
  background: #ff5f17 !important;
  color: white;
  border: 1px solid #ff5f17;
}

.kw_2-home .sec3 img {
  width: 40%;
  height: auto;
}

.kw_2-home .sec4 img {
  width: 80%;
  height: auto;
}

.kw_2-home .sec4 .red-img {
  width: 120%;
  height: auto;
}

.kw_2-home .sec4 .left_box {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #F5F5F5;
  border-radius: 20px;
}

.kw_2-home .sec2 a:hover {
  color: #ff5f17;
}

.kw_2-home .box-1 .bttn_2 {
  color: #00b3e4;
  border: 1px solid #00b3e4;
  background: white;
}

.kw_2-home .bttn_2:hover {
  color: white;
  background: #ff5f17;
}

.kw_2-home .sec2 a:hover .red-circle {
  background-color: #ff5f17;
}

.kw_2-home .sec2 .red-circle,
.kw_2-home .sec4 .red-circle {
  background-color: #00b3e4;
  color: white;
  border-radius: 100%;
}

.kw_2-home .circle-check {
  background-color: #00b3e4;
  height: fit-content;
  border-radius: 50%;
  font-size: 12px;
  color: white;
}

.kw_2-home .sec6 {
  border-radius: 20px;
  background-color: rgb(13, 36, 60);
}

.kw_2-home .box-sec7 {
  border: 1px solid #E0E0E7;
  border-radius: 20px;
}

.kw_2-home .box-1 .box-top {
  background-color: rgb(245, 245, 245);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 30px;
}

.kw_2-home .box-2 .box-top {
  background: linear-gradient(90deg, rgb(0, 179, 228) 0, rgb(0, 140, 228) 100%);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 30px;
}

.kw_2-home .box-3 .box-top {
  background-color: var(--titlecolor);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 30px;
}

.kw_2-home .box-top,
.kw_2-home .box-body {
  padding: 20px;
}

.kw_2-home .box-end {
  padding-bottom: 20px;
}

.item_moving {
  animation: MoveUpDown 5s linear infinite;
  position: inherit;
  left: 0;
  bottom: 0;
}

.img-sec-5 {
  padding-right: 1rem;
}

@keyframes MoveUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
.kw_2-home .sec4 .white-circle {
  background-color: white;
  color: #A049F7;
  border-radius: 100%;
}

.kw_2-home .sec4 .right_box1 {
  border-radius: 20px;
  background: linear-gradient(90deg, rgb(0, 179, 228) 0, rgb(0, 140, 228) 100%);
}

.kw_2-home .sec4 .right_box2 {
  border-radius: 20px;
  background-image: url("https://statics.kreditiweb.com/common/img/webp/descubre-financiacion.webp");
  background-position: center;
  height: 300px;
  background-repeat: no-repeat;
  background-size: 100%;
}

.kw_2-home .sec4 .text-bottom {
  margin-bottom: 0.3rem;
  font-size: 1rem;
}

.kw_2-home .sec4 .text-2 {
  font-size: 0.9rem;
}

.kw_2-home .circle-grey {
  color: #00b3e4;
  border-radius: 50%;
  background-color: rgb(245, 245, 245);
}

.kw_2-home .circle-red {
  color: white;
  border-radius: 50%;
  background: linear-gradient(90deg, rgb(0, 179, 228) 0, rgb(0, 140, 228) 100%);
}

.kw_2-home .sec6 .title-list-sec6 {
  font-size: 18px;
  font-weight: bold;
}

.kw_2-home .sec6 .text-sec6 {
  color: rgba(245, 245, 245, 0.7019607843);
}

.kw_2-home .sec6-img {
  background-image: url("https://statics.kreditiweb.com/common/img/home/solucion-financiera.png");
  background-position: center;
  width: 558px;
  background-size: 100%;
  height: 331px;
  background-repeat: no-repeat;
  border-radius: 20px;
}

.kw_2-home .sec4 .right_box3 {
  border-radius: 20px;
  background-image: url("https://statics.kreditiweb.com/common/img/webp/gratuito-y-transparente.webp");
  background-position: bottom;
  height: 300px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.kw_2-home .sec4 .right_box3:hover,
.kw_2-home .sec4 .right_box2:hover,
.kw_2-home .sec4 .right_box1:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

.kw_2-home .sec4 .red-bubble,
.kw_2-home .sec5 .red-bubble {
  background-color: var(--titlecolor);
  color: white;
  border-radius: 20px;
}

.kw_2-home .sec2 h3 {
  font-size: 23px;
}

.kw_2-home .sec2 a {
  font-size: 14px;
}

.kw_2-home h3,
.kw_2-home h2,
.kw_2-home h1 {
  font-weight: bold;
}

.kw_2-home .bttn_2 {
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: white;
  background: linear-gradient(90deg, rgb(0, 179, 228) 0, rgb(0, 140, 228) 100%);
}

.kw_2-home .bttn_2:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

.kw_2-home .bttn_2_red:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  background-color: white;
  color: #00b3e4 !important;
}

.kw_2-home .sec1 .bubble {
  background-color: var(--titlecolor);
  border-radius: 15px;
  color: white;
}

.kw_2-home .sec1 {
  margin-top: 7%;
}

.kw_2-home .sec6 {
  margin-bottom: 10%;
}

.kw_2-home .sec6__banner {
  margin-bottom: 0%;
}

.home-banneralert_title {
  color: var(--titlecolor);
  font-weight: 700;
  font-size: 2.188rem;
}

.home-blockalert_title {
  color: var(--titlecolor);
  font-weight: 700;
  font-size: 2.188rem;
}

.kw_2-home .sec2,
.kw_2-home .sec5 {
  padding-top: 10%;
  padding-bottom: 10%;
}

@media (max-width: 576px) {
  .kw_2-home h1,
  .kw_2-home .sec2 h2 {
    font-size: 25px !important;
  }
  .kw_2-home .sec1 {
    margin-top: 14%;
  }
  .kw_2-home .sec2 {
    padding-top: 14%;
    padding-bottom: 22%;
  }
  .kw_2-home .sec5 {
    padding-top: 18%;
    padding-bottom: 18%;
  }
  .kw_2-home .sec2 h3 {
    font-size: 22px;
  }
  .kw_2-home .sec3 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .kw_2-home h2 {
    font-size: 25px;
  }
}
.fixed-top {
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  background-color: white;
  border-bottom: 2px solid #DBDBDB;
}

.navbar #navbar-primary, .navbar .form-inline {
  margin-top: 0.75rem;
}

.navbar-nav a, .about-header {
  color: #4d4d4d;
}

.navbar .dropdown-menu {
  position: absolute;
  top: 100%;
  left: inherit;
  z-index: 1000;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.navbar .bttn_2:hover {
  color: white;
  border: 1px solid #ff5f17;
  background: #ff5f17;
}

.navbar .dropdown button {
  background: transparent;
  border: none;
}
.navbar button.dropdown-toggle {
  color: rgba(0, 0, 0, 0.7);
  padding: 0.5rem 0rem;
}
.navbar .dropdown-menu {
  background: white;
  position: inherit;
}
.navbar .dropdown-menu .show {
  width: 100%;
}
.navbar #navbarNav {
  max-height: 600px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.navbar .category_title {
  font-size: 1.25rem;
  color: black;
}

.navbar .category_title::before {
  background-color: #00b3e4;
  height: 10px;
  border-radius: 1rem;
}

.navbar .topbar_lists .dropdown-item {
  white-space: unset;
}

.navbar .bttn_2 {
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  background: linear-gradient(90deg, rgb(0, 179, 228) 0, rgb(0, 140, 228) 100%);
}

.navbar a.dropdown-item:hover {
  background-color: #00b3e4;
  color: white;
  border-radius: 6px;
}

.navbar a.dropdown-item:active {
  color: black;
}

.navbar a.dropdown-item:focus {
  background-color: transparent;
}

.navbar a.dropdown-item:active {
  background-color: transparent !important;
}

.navbar .col-left {
  border-left: 1px solid lightgrey !important;
}

.navbar-nav a.nav-link:hover, .about-header:hover {
  color: #00b3e4;
}

.navbar a.category_title:hover {
  color: black;
  background: none;
}

.navbar-icon {
  background-image: url("data:image/svg+xml;charset=utf8,<svg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(0,179,228, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/></svg>");
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
}

@media (max-width: 767.98px) {
  .navbar #navbarNav {
    max-height: 600px;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .dropdown-menu {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .dropdown-menu.show {
    width: 100%;
  }
}
@media (max-width: 999px) {
  .dropdown-menu {
    width: 100%;
  }
}
.faq .sec1 img {
  width: 100%;
  border-radius: 20px;
  height: auto;
}

.faq .sec1 .bubble {
  background-color: var(--titlecolor);
  border-radius: 15px;
  color: #fff;
}

.faq .sec1 h1 {
  color: black;
  font-size: 56px;
  font-weight: 600;
}

.faq .sec1 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: rgb(245, 245, 245);
}

.faq .ask {
  transition: display 2s;
}

.faq .border-ask {
  border-top: 1px solid grey;
}

.faq .sec3 {
  padding-bottom: 10%;
}

.faq .ask:hover {
  cursor: pointer;
}

@media (max-width: 576px) {
  .faq .sec1 h1 {
    font-size: 25px;
  }
  .faq .sec1 {
    padding-top: 7%;
    padding-bottom: 7%;
    background-color: rgb(245, 245, 245);
  }
}
.faq-icons i {
  color: #00B3E4;
  font-size: 23px;
}

#footer {
  background-color: #f3f4f5;
  color: #555c61;
  padding: 3rem 0;
}
#footer a {
  color: #555c61;
  font-size: 12.8px;
}
#footer a.country {
  color: #555c61;
}
#footer .off {
  font-size: 12.8px;
  cursor: pointer;
}
#footer .title-footer {
  color: var(--titlecolor);
  font-size: 1.1rem;
  font-weight: 700;
}
#footer .country-img {
  width: 2.063rem;
}

@media (max-width: 576px) {
  footer {
    padding-bottom: 130px;
  }
  #footer a {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .small {
    font-size: 16px;
  }
}
.listas .sec1 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f5f5f5;
}

.listas .changue, .listas .sec6 .text {
  background-color: rgb(245, 245, 245);
}

.listas .changue:hover, .listas .not-changue:hover {
  transition: 0.2s;
  cursor: pointer;
}

.listas .sec7 .border-l {
  border-left: 4px solid #00b3e4;
}

.listas .sec2 .subtitle-image {
  color: #00b3e4;
  font-weight: 600;
  font-size: 13px;
}

.listas .sec2 .borders {
  border-left: 1px solid #E0E0E7;
  border-right: 1px solid #E0E0E7;
}

.listas .sec2 .mini-title {
  color: #00b3e4;
  font-weight: 600;
  font-size: 20px;
}

.listas .sec2 .mini-title2 {
  color: var(--titlecolor);
  font-weight: 400;
  font-size: 14px;
}

.listas .sec7 span {
  color: #00b3e4;
  font-size: 13px;
  font-weight: 600;
}

.listas .sec7 h2 {
  font-size: 28px;
}

.listas .not-changue:hover {
  background-color: rgb(245, 245, 245);
}

.listas .not-changue:hover > h2 {
  color: var(--titlecolor);
}

.listas .not-changue > h2 {
  color: white;
}

.listas .not-changue {
  background: #00b3e4;
  color: white;
}

.listas .sec1 img {
  width: 100%;
  border-radius: 20px;
  height: auto;
}

.listas .sec1 .bubble {
  background-color: var(--titlecolor);
  border-radius: 15px;
  color: #fff;
}

.listas .sec1 h1 {
  color: #000;
  font-weight: 700;
}

.listas .sec5 .after-image {
  font-size: 18px;
  font-weight: 600;
}

.listas .sec6 h2 {
  font-size: 20px;
  font-weight: 600;
}

.listas .sec5 .before-image {
  color: #8e8e93;
  font-size: 14px;
}

.listas .sec5 img {
  border-radius: 20px;
}

.listas .sec5 .separator {
  border-left: 1px solid #E0E0E7;
}

.listas .sec2 i {
  color: #00b3e4;
}

.listas .sec2 {
  padding-top: 10%;
  padding-bottom: 10%;
}

.listas .nav-tabs li {
  background-color: blue;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 0 0.75rem;
}

.listas .nav-tabs li a {
  color: white;
}

.listas .nav-tabs li:not(:first-child, :last-child) {
  margin: 0 1rem;
}

.listas .tab-content {
  background-color: whitesmoke;
  padding: 1.5rem;
}

.listas .nav-tabs li.active {
  background-color: whitesmoke;
  border-bottom: none;
}

.listas.lateral-bar {
  border-left: #00b3e4 solid 5px;
  padding: 1.5rem 3rem;
}

.listas .title-text {
  color: var(--titlecolor);
  font-weight: 700;
  font-size: 2.188rem;
}

.listas .link-text {
  color: #00b3e4;
  font-size: 1.15rem;
  font-weight: 500;
}

.listas .section-image {
  border-left: #f5f5f7 solid 1px;
  padding-left: 1.5rem;
}

.listas .section-image img {
  width: 100%;
  border-radius: 20px;
}

.listas .gray-text {
  color: #8e8e93;
  font-size: 14px;
}

.listas .title-text {
  font-size: 2.25rem;
  font-weight: 650;
}

.listas .subtitle-text {
  font-size: 18px;
  font-weight: 600;
}

.listas .link-text {
  color: #00b3e4;
  font-size: 1.15rem;
  font-weight: 500;
}

.listas li {
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: var(--fontcolor);
}

.listas li, .listas p {
  color: black !important;
  font-size: 16px;
}

@media (max-width: 576px) {
  .listas .sec2 {
    padding-top: 7%;
    padding-bottom: 10%;
  }
  .lateral-bar {
    padding: 0rem 1.5rem !important;
  }
  .lateral-bar .title-text {
    font-size: 25px;
  }
  .listas .sec1 {
    padding-top: 7%;
    padding-bottom: 7%;
  }
  .listas .sec6 h2 {
    font-size: 18px;
  }
  .listas .sec5 .separator {
    border-left: none;
  }
  .listas .sec7 h2 {
    font-size: 22px;
  }
  .listas .sec2 .borders {
    border-left: none;
    border-right: none;
  }
  .listas .sec7 .border-l {
    border-left: none;
  }
  .listas .sec2 img {
    width: 50%;
  }
  .listas .section-image {
    border-left: none;
    padding-left: 0;
  }
}
.contacto .sec1 {
  padding-top: 100px;
  padding-bottom: 10%;
}

.contacto .sec1 h1 {
  color: #000;
  font-size: 48px;
  font-weight: 600;
}

.contacto .captcha img {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
}

.contacto .circle-grey {
  color: white;
  border-radius: 50%;
  background: linear-gradient(90deg, rgb(0, 179, 228) 0, rgb(0, 140, 228) 100%);
}

.contacto .email-text {
  color: #00b3e4;
}

.contacto .sec4 input[type=checkbox] {
  vertical-align: middle;
}

.contacto .sec4 .privacity {
  font-size: 14px;
}

.contacto iframe {
  border-radius: 20px;
  width: 115%;
}

.contacto .sec2 h3 {
  font-size: 18px;
}

.contacto .sec2 a {
  display: block;
}

.contacto .sec2 a, .contacto .sec2 span {
  font-size: 14px;
}

.contacto .sec3 .border {
  border: 1px solid #E0E0E7;
  border-radius: 20px;
}

.contacto .sec3 .p-30 {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
}

.contacto .sec3 span {
  font-weight: 600;
  font-size: 17px;
}

.contacto .sec3 p {
  font-size: 13px;
}

.contacto .sec3 a {
  font-size: 14px;
}

.contacto .sec3 .blue-backg {
  background: linear-gradient(90deg, rgb(0, 179, 228) 0, rgb(0, 140, 228) 100%);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.contacto .sec3 .darkblue-backg {
  background: var(--titlecolor);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.contacto .sec3 .orange-backg {
  background: linear-gradient(90deg, rgb(243, 145, 3) 0, rgb(228, 102, 0) 73%);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.contacto .sec3 .item-up:hover {
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
  transition-duration: 0.6s;
}

.contacto .sec4 {
  background-color: #F5F5F5;
  border-radius: 20px;
  padding-bottom: 10%;
  padding: 60px 60px 60px 20px;
}

.contacto input[type=text] {
  border: 1px solid rgb(224, 224, 231);
  border-radius: 30px;
  height: 65%;
  padding-left: 15px;
}

.contacto .sec4 input[type=submit] {
  border: none;
}

.contacto .sec4 input[type=submit]:hover {
  background: #ff5f17;
}

.contacto .sec4-pb {
  padding-bottom: 10%;
}

.contacto .sec4 textarea {
  width: 100%;
  border: 1px solid rgb(224, 224, 231);
  min-height: 200px;
  padding: 15px;
  border-radius: 20px;
}

.contacto .success {
  color: green;
  background-color: lightgreen;
  border: solid 1px green;
  border-radius: 0.5rem;
  text-align: center;
  padding: 10px 5px;
  margin: 10px 0px 20px 10px;
}

.contacto .error {
  color: red;
  background-color: pink;
  border: solid 1px red;
  border-radius: 0.5rem;
  text-align: center;
  padding: 10px 5px;
  margin: 10px 0px 20px 0px;
}

@media (max-width: 576px) {
  .contacto .sec1 {
    padding-top: 10%;
  }
  .contacto .sec1 h1 {
    font-size: 25px;
  }
  .contacto iframe {
    width: 100%;
  }
  .contacto .sec4 {
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.page404 form {
  border-radius: 30px;
  border: 1px solid rgb(224, 224, 231);
}

.page404 input, .page404 button {
  border: none;
  background: none;
}

.page404 {
  padding-top: 4%;
  padding-bottom: 4%;
}

.privacy_policy_extra div.text {
  margin-bottom: 1rem;
}

.legales {
  padding-top: 3%;
  padding-bottom: 3%;
}

.legales .outertable {
  padding: 10px 20px;
  background: #f1f1f1;
}

.legales .outertable p span {
  float: right;
}

.legales h4 {
  font-size: 22px;
  font-weight: 500;
}

.th-1 {
  width: 20%;
}

.th-2 {
  width: 20%;
}

.bb-td {
  border-bottom: 0px !important;
  border-top: 0px !important;
}

.ba-td {
  border-bottom: 0px !important;
}

@media (max-width: 576px) {
  .legales p, .legales span, .legales a, .legales ul li {
    font-size: 16px;
  }
  .legales h2 {
    font-size: 20px;
  }
  .legales {
    padding-top: 5%;
    padding-bottom: 5%;
  }
  .legales h1 {
    font-size: 24px;
  }
}
.h2 {
  color: var(--titlecolor);
  font-weight: 700;
  font-size: 2.188rem;
}

.list-box {
  border-radius: 30px;
  border: 1px solid #E0E0E7;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.list-box img {
  border-radius: 20px;
  max-height: 170px;
  width: 100%;
}

.list-box .bubble {
  background-color: #00b3e4;
  border-radius: 15px;
  color: #fff;
}

.list-box .title-img {
  color: rgb(142, 142, 147);
  font-size: 13px;
}

.list-box a {
  color: var(--titlecolor);
  font-weight: 600;
  font-size: 30px;
  line-height: 30px;
}

.list-box a:hover {
  color: #00b3e4;
  transition: 0.3s;
}

.list-box .white-circle {
  background-color: #00b3e4;
  color: white;
  font-size: 10;
  border-radius: 129%;
}

.list-box i {
  font-size: 13px;
  vertical-align: middle;
}

@media (max-width: 576px) {
  .list-box a {
    font-size: 22px;
  }
}
.home_plantillas .sec1 h1 {
  color: black;
  font-size: 56px;
  font-weight: 600;
}

.home_plantillas .sec1 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: rgb(245, 245, 245);
}

.home_plantillas .sec1 img, .home_plantillas .sec3 img, .home_plantillas .sec4 img {
  width: 100%;
  border-radius: 20px;
  height: auto;
}

.home_plantillas .sec1 .bubble, k .home_plantillas .sec3 .bubble, .home_plantillas .sec4 .bubble {
  background-color: #fb506c;
  border-radius: 15px;
  color: #fff;
}

.home_plantillas .sec3 i, .home_plantillas .sec3 em {
  color: #00b3e4;
}

@media (max-width: 576px) {
  .home_plantillas .sec1 h1 {
    font-size: 30px;
  }
  .home_plantillas .sec1 {
    padding-top: 7%;
    padding-bottom: 7%;
    background-color: rgb(245, 245, 245);
  }
}
.questions .ask:hover .title-ask, .questions .ask:hover i {
  color: #ff5f17;
}

.questions .ask i {
  color: #00b3e4;
}

.questions .ask:hover {
  cursor: pointer;
}

.questions .border-ask {
  border-top: 1px solid grey;
}

#cambiar_idioma .bg-changue-country {
  background-color: rgb(247, 247, 247);
  border-radius: 20px;
}

#cambiar_idioma a {
  text-decoration: none;
  color: #191C1F;
}

#cambiar_idioma img {
  width: 2.063rem;
}

#cambiar_idioma button:hover {
  text-decoration: none;
}

#cambiar_idioma a:hover {
  color: var(--link);
}

#cambiar_idioma h1, #cambiar_idioma h2 {
  font-size: 1.875rem;
  font-weight: 500;
}

.footer-content {
  padding: 3rem;
}

.footer-content .cont-1 {
  padding-top: 2.5rem;
  padding-bottom: 1.5rem;
}

.footer-content .cont-2 {
  padding-top: 1.5rem;
  padding-bottom: 2.5rem;
}

.footer-sec-1 {
  padding: 3rem 1rem 3rem 1rem;
}

.footer-sec-2 {
  padding: 3rem 1rem 6rem 1rem;
}

.footer-content {
  padding-top: 3rem !important;
  padding: 0 1rem;
}

#native .title {
  font-weight: bold;
  color: var(--titlecolor);
}

#native .desc {
  font-size: 1rem;
  font-family: "Lato", sans-serif;
  font-weight: normal;
}

#native .columnas_5 img,
#native .columnas_4 img,
#native .colusmnas_3 img {
  height: 2.5rem;
}

#extras input {
  border-radius: inherit;
}

#native .native__colorText--Policy {
  color: var(--lighttext);
}

#native h1 {
  font-size: 1.875rem;
}

#native .steps-box i {
  font-size: 2.5rem;
  color: var(--titlecolor);
}

#native .errorlabelreplace {
  background: #e03e3e !important;
  border-radius: 10px;
  color: white;
  display: inline-block !important;
}

#native .columnas_5 p {
  font-size: 1rem;
}

.title-box-height {
  min-height: 9.7rem;
}

.bg-done-step {
  background-color: var(--titlecolor);
}

.steps span {
  font-size: 0.75rem;
  color: var(--titlecolor);
}

.step-circle {
  width: 85%;
  height: 75%;
}

.current-step {
  background-color: #00B3E4;
}

.native-bttn:hover {
  background: linear-gradient(90deg, rgb(243, 145, 3) 0, rgb(228, 102, 0) 73%) !important;
  color: #fff !important;
}

.next-step {
  height: 65%;
  border: 2px solid #00B3E4;
}

.next-step-swipe {
  height: 65%;
  border: 2px solid #FF5F17;
}

.bg-done-swipe-step {
  background-color: #FF5F17;
}

#native .error-validator ul {
  text-decoration: none;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

#native .logo-kw:hover {
  cursor: pointer;
}

.steps-text {
  vertical-align: sub;
}

.steps-line {
  display: flex;
  position: absolute;
  left: 56.5%;
  width: 85%;
}

#native .columnas_5 .size-box {
  width: 9.594rem;
  word-break: break-word;
}

#native .botones_3 label,
#native .botones_3 p {
  font-size: 1.375rem;
}

.select2-selection {
  border: none !important;
}

.select2-selection__rendered,
.select2-dropdown {
  border: 2px solid var(--titlecolor) !important;
}

.select2-selection__rendered {
  border-radius: 0.75rem;
}

.select2-selection__arrow {
  padding-top: 4rem;
}

.select2-selection__rendered {
  padding-top: 1.1rem !important;
  padding-left: 1.75rem;
}

.select2-selection__arrow > b {
  display: none;
}

#native .native-inputDato__select::after {
  content: url(https://statics.mrfinan.com/img/arrow-down.png);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  right: 1.25rem;
  background: var(--white);
  top: 23px;
  padding: 0 0 0;
  position: absolute;
  pointer-events: none;
  width: 25px;
  height: 20px;
}

#native .select2-selection__rendered:after {
  content: url(https://statics.mrfinan.com/img/arrow-down.png);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  right: -0.2rem;
  background: var(--white);
  top: 20px;
  padding: 0 0 0;
  position: absolute;
  pointer-events: none;
  width: 25px;
  height: 20px;
}

.select2-search__field {
  border: 1px solid var(--titlecolor) !important;
}

.select2-search__field {
  border-radius: 0.25rem;
  outline: none;
}

.select2-dropdown {
  margin-top: 1rem;
  border-top: none !important;
}

.select2-dropdown {
  width: 37.458rem !important;
}

#native .columnas_5 .bluegradient-bg:hover,
#native .columnas_5 label:hover,
#native .columnas_4 .bluegradient-bg:hover,
#native .columnas_4 label:hover,
#native .columnas_3 .bluegradient-bg:hover,
#native .columnas_3 label:hover,
#native .botones_3 .bluegradient-bg:hover,
#native .botones_3 label:hover,
#native #si_no .bluegradient-bg:hover,
#native #si_no label:hover {
  cursor: pointer;
  background: linear-gradient(90deg, rgb(243, 145, 3) 0, rgb(228, 102, 0) 73%);
  color: white;
  border-radius: 0.5rem;
}

.last_step {
  background: linear-gradient(90deg, rgb(243, 145, 3) 0, rgb(228, 102, 0) 73%) !important;
  color: #fff !important;
}

.last_step:hover {
  background: linear-gradient(90deg, rgb(0, 213, 24) 0, rgb(64, 141, 73) 73%) !important;
  color: #fff !important;
}

#native .columnas_5 .bluegradient-bg input[type=checkbox],
#native .columnas_4 .bluegradient-bg input[type=checkbox],
#native .columnas_3 .bluegradient-bg input[type=checkbox],
#native .botones_3 .bluegradient-bg input[type=checkbox] {
  visibility: hidden;
}

.bttn_green {
  background: linear-gradient(90deg, rgb(0, 213, 24) 0, rgb(64, 141, 73) 73%) !important;
}

#native .siguiente,
#native .atras {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

#native .go_to {
  border-radius: 2rem;
}

#native h1,
#native h2,
#native span,
#native p,
#native h3 {
  font-family: "Open sans" !important;
}

#native .ajuste-size-img {
  min-height: 10.5rem;
}

#native .ajuste-size {
  min-height: 8.656rem;
}

#native select {
  border: 2px solid var(--titlecolor);
}

#native .bluegradient-bg {
  background: linear-gradient(90deg, rgb(0, 179, 228) 0, rgb(0, 140, 228) 100%);
}

#native .steps-box {
  min-height: 12.5rem;
}

#native .euro {
  font-size: 1.25rem;
  font-weight: bold;
}

#native .select-height,
#native .select2-selection__rendered {
  height: 4.25rem;
}

#native .data-input {
  height: 3.5rem;
}

#native .select-height {
  padding-left: 1.8rem;
}

#native .select2-selection__rendered {
  padding-left: 2rem;
  width: 37.458rem;
}

#native .border-right-importe {
  border-radius: 0;
  border-right: 2px solid var(--titlecolor) !important;
}

#native .border-left-importe {
  border-radius: 0;
  border-left: 2px solid var(--titlecolor) !important;
}

/*QUITA EL BORDE AZUL AL HACER CLICK EN UN INPUT*/
#native input:focus,
input.form-control:focus {
  outline: none !important;
  outline-width: 0 !important;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

#native .border-input-importe {
  border: 2px solid var(--titlecolor) !important;
}

#native .border-input-importe input {
  border: none;
}

#native #si_no label {
  font-size: 1.875rem;
  font-family: "Montserrat", sans-serif;
}

#native span.aligned-vertical {
  vertical-align: middle;
}

#native input[type=text] {
  align-self: center;
  min-height: 3.5rem;
  vertical-align: middle;
}

#native .pt-title {
  padding-top: 3rem;
}

#native .bttn_orange {
  background: linear-gradient(90deg, rgb(243, 145, 3) 0, rgb(228, 102, 0) 73%);
  color: white;
}

@media (max-width: 576px) {
  #native .select2-selection__rendered {
    padding-left: 2rem;
    width: auto;
  }
  #native .pt-title {
    padding-top: 2rem;
  }
  #native .select2-selection__rendered:after {
    right: 0.2rem;
  }
  #native .title {
    font-size: 1.375rem;
  }
  #native .mt-field-mobile {
    margin-top: 5.375rem;
  }
  #native .opened-field .mt-field-mobile {
    margin-top: 4.188rem;
  }
  #native textarea {
    resize: none;
    border: 1px solid var(--titlecolor);
  }
  #native span.aligned-vertical {
    vertical-align: sub;
  }
  #native .bluegradient-bg label {
    display: block;
  }
  #native .size-box {
    min-height: 3rem !important;
  }
  #native .h-100-mobile {
    height: 100%;
  }
  .step-circle {
    width: 100%;
    height: 90%;
  }
  .steps-line {
    left: 50%;
    width: 100%;
    height: 90%;
    transform: translate(0, -2px);
  }
  .next-step,
  .next-step-swipe {
    height: 80%;
  }
  #native .h-100-mobile {
    height: 100%;
  }
  #native .go_to {
    border-radius: 0.5rem;
  }
  #native p,
  #native span {
    font-size: 1.125rem;
  }
  #native .botones_imagenes label {
    font-size: 1.375rem;
  }
  #native .ajuste-size-img,
  #native .ajuste-size {
    min-height: unset;
  }
  #native .columnas_3 label,
  #native .columnas_4 label,
  #native .columnas_5 label {
    font-size: 1.375rem;
  }
}
@media (min-width: 970px) {
  #native .columnas_5 .width-column {
    max-width: 11.875rem;
  }
}
.texto-step {
  font-size: 0.75rem;
  font-family: "Open sans" !important;
  color: #162C47;
}

#swipe h1 {
  font-size: 1.563rem;
}

#swipe .main-box-title {
  font-style: italic;
}

#swipe .main-box {
  padding: 30px 20px;
  padding-bottom: 0;
}

#swipe input[type=checkbox] {
  width: 15px;
  height: 15px;
}

#swipe .title-privacy {
  font-size: 15px;
  color: var(--titlecolor);
  margin: 0;
  line-height: 1.2;
}

#swipe .section2 h3 {
  margin: 0;
  font-weight: 700;
  font-size: 25px;
  color: var(--titlecolor);
}

#swipe h2 {
  color: var(--titlecolor);
  font-weight: 700;
  font-size: 1.563rem;
}

#swipe .bttn {
  border-radius: 0.5em;
  padding: 0.25rem;
}

#swipe .steps .steps-line, #swipe p {
  font-family: Lato;
}

#analizando h1 {
  font-size: 1.875rem;
}

#swipe .px-swipe {
  padding-left: 2.188rem;
  padding-right: 2.188rem;
}

#swipe .swipe-button {
  font-size: 20px;
  font-weight: 500;
}

#swipe .section2 p.atributo {
  color: var(--titlecolor);
  font-weight: 600;
}

#swipe .circle {
  border-radius: 50rem;
}

#swipe .border-right-swipe {
  border-right: 2px solid var(--titlecolor);
}

#swipe .section2 img {
  max-width: 65%;
}

#swipe .section2 h4 {
  font-size: 1.125rem;
  color: var(--orange);
}

#swipe .section3 h4 {
  font-size: 1.125rem;
  color: var(--orange);
}

#swipe #section1 img {
  height: 2.5rem;
}

#swipe .declined-text {
  color: #E33E3E;
}

.rederror {
  background: #e03e3e !important;
  border-radius: 10px;
  margin-bottom: 12px;
}

.error-color {
  color: #e03e3e;
}

#analizando .box-circle {
  background-color: var(--titlecolor);
  border-radius: 50%;
  z-index: 100;
  position: absolute;
}

#analizando .box-circle-orange {
  background-color: #ff5f17 !important;
}

#swipe .width-button {
  width: 75%;
}

#analizando .spinner-border {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  vertical-align: text-bottom;
  border: 0.2em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
  animation: 2s linear infinite spinner-border;
  border-top-color: transparent;
  border-left-color: transparent;
}

#analizando .spinner-border-none {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  vertical-align: text-bottom;
  border: none;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
  animation: 2s linear infinite spinner-border;
  border-top-color: transparent;
  border-left-color: transparent;
}

#analizando img.loading {
  width: 10%;
}

#analizando .dotted-line-color {
  border: none;
  border-top: 2px dashed #ff5f17;
  color: #fff;
  background-color: #fff;
  height: 1px;
  width: 40.5%;
  margin-left: 4%;
}

#analizando .dotted-line-black {
  border: none;
  border-top: 2px dashed #242424;
  color: #fff;
  opacity: 0.6;
  background-color: #fff;
  height: 1px;
  width: 40.5%;
  margin-left: 4%;
}

#analizando .box-circle span {
  position: absolute;
  top: 22%;
  left: 40%;
}

#flex_steps {
  margin-left: 9.5rem;
  margin-right: 6.5rem;
}

.pt-steps {
  padding-top: 1.8rem;
}

#analizando p.step {
  position: absolute;
  margin-top: 5%;
}

#analizando .text-warning {
  color: #00b3e4 !important;
}

#swipe .success-text {
  color: #159816;
}

#swipe .shadow {
  box-shadow: 0 0.2rem 1.5rem rgba(0, 0, 0, 0.15) !important;
}

#swipe a {
  color: #FF5F17;
  font-weight: 500;
}

#swipe label, #swipe .desc {
  color: var(--titlecolor);
  font-weight: 500;
}

#swipe label {
  font-size: 14px;
}

#swipe .desc {
  color: var(--titlecolor);
  margin: 0;
  font-size: 17px;
  font-family: "Inter";
}

#swipe .bg-sucess {
  background-color: #619B42;
}

#swipe .bg-sucess:hover {
  background-color: #79A464;
}

#swipe .bg-declined {
  background-color: #E33E3E;
}

#swipe .bg-declined:hover {
  background-color: #f55151;
}

#swipe .bg-alternative {
  background-color: #FF5F17;
}

#swipe .bg-alternative:hover {
  background-color: #FF702F;
}

.last-box-border {
  box-shadow: 0 0rem 1rem 0rem rgba(0, 1, 0, 0.15) !important;
}

#swipe #section1 h2 {
  color: var(--link);
  font-size: 1.25rem;
  font-weight: bold;
}

#swipe #section1 .container {
  word-wrap: break-word;
}

#swipe .section3 .borders-top-bottom {
  border-top: 0.2px solid #B3B3B3;
  border-bottom: 0.2px solid #B3B3B3;
}

#swipe .section3 h1.title {
  font-size: 1.25rem;
  color: var(--titlecolor);
  font-weight: 600;
}

#swipe .section3 .buttons-section img {
  height: 1.3rem !important;
  vertical-align: sub;
}

#swipe .bttn-w {
  width: 100%;
}

#swipe .step-circle {
  width: 100%;
}

#swipe .swipe-logo-marca {
  width: 20%;
  height: auto;
}

#analizando .preaccepted {
  /* background-image: url(../../img/statics/Aceptado1.svg); */
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: auto;
}

#analizando {
  min-height: 46.875rem;
}

#analizando img.loading-mobile {
  height: 134px;
  width: 134px;
}

#swipe {
  opacity: 0;
  overflow: hidden;
  transition: none;
}

#swipe.show {
  opacity: 1;
  transition: all 2s;
}

@media (max-width: 576px) {
  #swipe .width-button {
    width: 100% !important;
  }
  #swipe .desc {
    font-size: 17px;
  }
  .pb-mobile {
    padding-bottom: 25%;
  }
  #swipe .main-box {
    padding: 0 10px;
    padding-top: 20px;
  }
  #swipe input[type=checkbox] {
    width: 15px;
    height: 15px;
  }
  #flex_steps {
    margin-left: 1.5rem;
    margin-right: 2rem;
  }
  #analizando img.loading {
    width: 20%;
  }
  #analizando .dotted-line-color, #analizando .dotted-line-black {
    width: 39%;
  }
  #swipe .swipe-logo-marca {
    width: 45%;
  }
  #swipe .buttonrow {
    -webkit-transform: translateZ(0);
    max-width: 600px;
    margin: auto;
    padding-top: 40px;
    position: fixed;
    background: linear-gradient(to bottom, transparent, white);
    z-index: 10;
    bottom: 0;
    right: 0;
    left: 0;
    padding-bottom: 10px;
    background: -moz-linear-gradient(top, rgba(241, 245, 248, 0) 0%, rgba(241, 245, 248, 0.8) 23%, rgb(241, 245, 248) 44%, rgb(241, 245, 248) 100%);
    background: -webkit-linear-gradient(top, rgba(241, 245, 248, 0) 0%, rgba(241, 245, 248, 0.8) 23%, rgb(241, 245, 248) 44%, rgb(241, 245, 248) 100%);
    background: linear-gradient(to bottom, rgba(241, 245, 248, 0) 0%, rgba(241, 245, 248, 0.8) 23%, rgb(241, 245, 248) 44%, rgb(241, 245, 248) 100%);
  }
  #swipe .steps-line {
    width: 100%;
    height: 90%;
    transform: translate(0, 2px);
  }
  .buttonrow .interested {
    border: 10px solid #a7e1ae !important;
  }
  .buttonrow .interested {
    color: white !important;
    background-color: #0a940a !important;
  }
  .buttonrow .custombutton {
    font-size: 50px !important;
    border-radius: 50%;
    border: 10px solid #ededed;
    width: 116px;
    height: 116px;
    padding: 15px;
    text-align: center;
    margin: auto;
    display: block;
    transition: 0.5s;
    cursor: pointer;
    background: white;
  }
  .buttonrow i {
    vertical-align: inherit;
  }
  .buttonrow .accepted {
    color: #0a940a;
  }
  .buttonrow p {
    font-weight: bold;
  }
  .buttonrow .notinterested {
    border: 10px solid #e7b9b9 !important;
  }
  .buttonrow .notinterested {
    color: white;
    background-color: #d33e3e !important;
  }
  .buttonrow .notin {
    color: #e33e3e;
  }
  .buttonrow .custombutton {
    font-size: 50px !important;
    border-radius: 50%;
    border: 10px solid #ededed;
    width: 116px;
    height: 116px;
    padding: 15px;
    text-align: center;
    margin: auto;
    display: block;
    transition: 0.5s;
    cursor: pointer;
    background: white;
  }
  #swipe .buttons-section a {
    font-size: 1.563rem;
  }
  #swipe .px-swipe {
    padding-left: 1.563rem;
    padding-right: 1.563rem;
  }
  #swipe .border-right-swipe {
    border-right: none;
  }
  #swipe .section2 h3 {
    font-size: 1.313rem;
  }
  #swipe .section3 .borders-top-bottom {
    border-top: none;
    border-bottom: none;
  }
  #swipe .section3 h4 {
    margin-bottom: 0;
  }
  #swipe .section3 hr {
    border-bottom: 0.2px solid #B3B3B3;
  }
  #swipe .section3 h1.title,
  #swipe .section3 h4 {
    font-size: 0.938rem;
    font-style: normal;
    font-weight: bold;
  }
}
.img-seguros img {
  width: 100%;
  border-radius: 20px;
  height: auto;
}

@media (max-width: 768px) {
  .seguros.title-box-height {
    min-height: 0rem;
  }
}
#ty_page .title {
  color: var(--titlecolor);
}

#ty_page .desc-box-m {
  padding-top: 2.7rem;
}

#ty_page .subtitle {
  color: var(--titlecolor);
}

#ty_page h2 {
  font-size: 0.813rem;
  color: var(--titlecolor);
}

#ty_page p, #ty_page label {
  color: var(--titlecolor);
}

#ty_page .correct_color {
  border-color: var(--green) !important;
  border: 1.5px solid;
  border-radius: 0.5rem;
}

#ty_page .error_color {
  border-color: var(--red) !important;
  border: 1.5px solid;
  border-radius: 0.5rem;
}

#ty_page .errorlabelreplace {
  color: white;
  background-color: red;
  font-size: 0.8rem;
  border-radius: 0.5rem;
}

.visible {
  visibility: visible;
  opacity: 1;
  padding: 15px 0px;
  transition: opacity 2s linear;
}

.oculto {
  visibility: hidden;
  opacity: 0;
  height: 0;
  padding: 0;
}

#ty_page h4 {
  font-size: 0.938rem;
  font-weight: 550;
  color: var(--titlecolor);
}

#extras input {
  font-size: 20px;
}

#ty_page h3 {
  font-size: 1.125rem;
}

#extras .select-height,
#extras .select2-selection__rendered {
  height: 4.25rem;
}

#extras label {
  font-family: "Lato";
  font-size: 24px;
}

#extras .bttn {
  border-radius: 0.5rem;
}

#extras .bttn:hover {
  color: white !important;
  background: linear-gradient(90deg, rgb(0, 179, 228) 0, rgb(11, 113, 151) 100%);
}

#extras input[type=text] {
  align-self: center;
  min-height: 4.25rem;
  vertical-align: middle;
}

#extras .border-input-importe input {
  border: none;
}

#extras .border-input-importe {
  border: 2px solid var(--titlecolor);
}

#ty_page .bttn--orange:hover {
  color: white !important;
  background: linear-gradient(90deg, rgb(0, 179, 228) 0, rgb(11, 113, 151) 100%);
}

#ty_page .bttn--orange, #ty_page .bttn--green {
  border-radius: 0.5rem !important;
}

#extras .border-input-importe input {
  border: none;
}

#extras .data-input {
  height: 3.5rem;
}

#extras label.check {
  font-size: 16px;
}

.white-div-box {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: white;
}

.father:focus-within, .father:focus {
  border-color: var(--bggradient) !important;
}

#extras .native-inputDato__select::after {
  content: url(https://statics.mrfinan.com/img/arrow-down.png);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  right: 1.25rem;
  background: var(--white);
  top: 23px;
  padding: 0 0 0;
  position: absolute;
  pointer-events: none;
  width: 25px;
  height: 20px;
}

#extras select {
  border: none;
}

#extras select-height {
  padding-left: 1.8rem;
}

#ty_page .backcampanyas {
  background-color: var(--backcampanyas);
}

#ty_page .atributos p {
  font-size: 0.875rem;
}

#ty_page .bttn--orange:hover {
  color: white !important;
  background: linear-gradient(90deg, rgb(0, 179, 228) 0, rgb(11, 113, 151) 100%);
}

#ty_page .left_text {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}

#ty_page a {
  font-size: 0.75rem;
  font-family: "Lato", sans-serif;
}

#ty_page .bttn a {
  font-size: 1rem;
}

#ty_page #section1 .desc {
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 500;
}

#ty_page #section1 .rejected.desc {
  font-weight: 800;
}

.typ_rejected .rejected {
  background-color: #E9E9E9;
  border-radius: 0.5rem;
  color: #DC2700;
  font-weight: 600;
  font-size: 18px;
}

.typ_rejected .rejected,
.typ_rejected .accepted {
  font-family: "Lato";
}

#ty_page .title {
  font-size: 30px;
}

.typ_accepted .accepted {
  background-color: #E9E9E9;
  border-radius: 0.5rem;
  color: #038B00;
  font-weight: 600;
  font-size: 18px;
}

#ty_page .bttn--orange,
#ty_page .bttn--green {
  font-weight: 600;
  border-radius: 0.5em;
  font-size: 18px;
}

#ty_page input {
  border-radius: 0.5rem;
}

#ty_page .bttn--green {
  background-image: linear-gradient(to right, #4ceb12, #3fe11f, #32d627, #24cc2d, #14c231);
}

#ty_page .bttn--green:hover {
  color: white !important;
  background: linear-gradient(90deg, rgb(0, 179, 228) 0, rgb(11, 113, 151) 100%);
}

#extras h1 {
  font-family: "Montserrat";
  font-size: 30px;
  font-weight: bold;
}

#extras img.entity {
  width: 50%;
  height: auto;
}

#extras .error label {
  color: red;
}

#extras button {
  font-size: 1.2rem;
}

#extras .border-error {
  border-color: red !important;
}

#extras h3 {
  font-family: "Lato", sans-serif;
  font-weight: bold;
}

#ty_page .more-details {
  cursor: pointer;
}

#ty_page #logo-img {
  width: 90%;
}

#extras .numberinput {
  border: 2px solid var(--titlecolor);
}

#extras .border-right-importe {
  border-radius: 0;
  border-right: 2px solid var(--titlecolor) !important;
}

#extras .euro {
  font-size: 1.25rem;
  font-weight: bold;
}

#extras input:focus,
#extras select:focus {
  outline: none;
  box-shadow: none;
}

#ty_page hr {
  border-top: 2px solid var(--bg-bank);
}

#ty_page .bg-rejected {
  background: #A7A7A7;
}

#ty_page .bg-rejected-btn {
  background: rgb(231, 62, 62);
  background: linear-gradient(90deg, rgb(231, 62, 62) 0%, rgb(224, 38, 38) 100%);
}

@media (max-width: 576px) {
  #ty_page .desc {
    font-size: 1.1rem;
  }
  #ty_page span.rejected,
  #ty_page span.accepted,
  #ty_page .bg-rejected {
    background-color: transparent;
  }
  #ty_page .title {
    font-size: 1.8rem;
  }
  #extras img.entity {
    width: 50%;
    height: auto;
  }
  #ty_page #logo-img {
    width: 60%;
  }
  #extras h1 {
    font-size: 25px;
    font-weight: bold;
  }
  .typ_rejected img,
  .typ_accepted img,
  .typ_redir img {
    width: 50%;
  }
  #ty_page a {
    font-size: 0.938rem;
    font-family: "Lato", sans-serif;
  }
  #ty_page h2,
  #ty_page p {
    font-size: 0.875rem;
    color: var(--titlecolor);
  }
  #ty_page .not-pr-mobile {
    padding-right: unset;
  }
  #ty_page .more-details {
    color: var(--link);
  }
  #ty_page .not-padding-mobile {
    padding: unset;
  }
  #ty_page .white-div-box {
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
  }
  #ty_page .subtitle {
    font-size: 1rem;
  }
}
@media (max-width: 778px) {
  #ty_page .backcampanyas {
    background-color: inherit;
  }
  #ty_page .backblue {
    background: none;
  }
  #ty_page .bttn {
    font-size: 25px !important;
    padding: 10px 0px !important;
  }
  #ty_page input {
    height: 60px;
    font-size: 1.4rem;
  }
  #ty_page .errorlabelreplace {
    font-size: 1.25rem;
  }
}
.financieras {
  padding-top: 80px;
  padding-bottom: 10%;
}
.financieras .offers {
  background-color: rgb(247, 247, 247);
  border-radius: 20px;
}
.financieras .shadowbox {
  box-shadow: 0 0 10px var(--gray);
  background: white;
  border-radius: 0.8em;
}
.financieras .of_name {
  color: var(--titlecolor);
  font-weight: 700;
}

@media (max-width: 576px) {
  .financieras {
    padding-top: 40px;
  }
  .financieras .of_name {
    font-size: 16px;
  }
}
.categorias {
  padding-bottom: 5%;
}
.categorias a.height-list-texts:hover {
  color: #ff5f17;
}
.categorias a.height-list-texts {
  color: var(--titlecolor);
}
.categorias h2 {
  font-size: 36px;
}
.categorias h1 {
  font-size: 48px;
}

@media (max-width: 576px) {
  .categorias h1, .categorias h2 {
    font-size: 25px;
  }
}
#ty_page_no_target {
  background: linear-gradient(to top right, #FFFFFF 44%, #dff5fc 80%);
}
#ty_page_no_target #logo-img-no-target {
  width: 144px;
}
#ty_page_no_target .container {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
}
#ty_page_no_target .container-campaign {
  padding-right: 10px;
  padding-left: 10px;
}
#ty_page_no_target .title {
  color: var(--titlecolor);
  font-size: 28px;
  font-weight: 500;
}
#ty_page_no_target .desc {
  color: var(--titlecolor);
  font-size: 16px;
  font-weight: 400;
}
#ty_page_no_target .landing-section-boxes-shadow {
  background-color: #FFFFFF;
  box-shadow: 0 3px 0.3rem rgba(58, 64, 73, 0.3);
  border-radius: 15px;
}
#ty_page_no_target .bttn_swipe_typ {
  background-color: #143e71;
  font-size: 14px;
}
#ty_page_no_target .bttn_swipe_typ_accepted {
  background-color: #E9E9E9;
  font-size: 14px;
}
#ty_page_no_target .bttn_swipe_typ_rejected {
  background-color: #E9E9E9;
  font-size: 14px;
}
#ty_page_no_target .bttn_swipe_typ:hover {
  background-color: #fd7e14;
  color: #FFFFFF;
}
#ty_page_no_target .bttn {
  border-radius: 1.5em;
  padding: 7px 10px;
  text-decoration: none;
  color: var(--white);
  text-align: center;
  display: inline-block;
  border: none;
  width: 100%;
}
#ty_page_no_target .column-gap {
  flex-wrap: wrap;
  gap: 26px 0px;
  justify-content: space-between;
}
#ty_page_no_target .padding-target {
  padding: 2.5rem 2.5rem;
}
#ty_page_no_target .padding-zero {
  padding: 0px;
}
#ty_page_no_target .img-fluid {
  width: 100%;
  max-width: 10rem;
  height: 100%;
  max-height: 4rem;
  object-fit: contain;
}
#ty_page_no_target .accepted {
  color: #038B00;
  border-radius: 1.5em;
  padding: 7px 10px;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  border: none;
  pointer-events: none;
  cursor: not-allowed;
  width: 100%;
}
#ty_page_no_target .rejected {
  color: #DC2700;
  border-radius: 1.5em;
  padding: 7px 10px;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  border: none;
  pointer-events: none;
  cursor: not-allowed;
  width: 100%;
}

@media (min-width: 992px) {
  #ty_page_no_target .container {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
@media (max-width: 768px) {
  #ty_page_no_target .padding-target {
    padding: 2.5rem 1.5rem;
  }
  #ty_page_no_target .title {
    color: var(--titlecolor);
    font-size: 22px;
    font-weight: 500;
  }
  #ty_page_no_target .desc {
    color: var(--titlecolor);
    font-size: 18px;
    font-weight: 400;
  }
  #ty_page_no_target .typ-box-title {
    font-size: 16px;
  }
  #ty_page_no_target .bttn_swipe_typ {
    background-color: #143e71;
    font-size: 19px;
  }
  #ty_page_no_target .bttn_swipe_typ_accepted {
    background-color: #E9E9E9;
    font-size: 19px;
  }
  #ty_page_no_target .bttn_swipe_typ_rejected {
    background-color: #E9E9E9;
    font-size: 19px;
  }
  #ty_page_no_target .bttn {
    border-radius: 1.5em;
    padding: 11px 10px;
    text-decoration: none;
    color: var(--white);
    text-align: center;
    display: inline-block;
    border: none;
    width: 100%;
  }
  #ty_page_no_target .rejected {
    color: #DC2700;
    border-radius: 1.5em;
    padding: 11px 10px;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    border: none;
    pointer-events: none;
    cursor: not-allowed;
    width: 100%;
  }
  #ty_page_no_target .accepted {
    color: #038B00;
    border-radius: 1.5em;
    padding: 11px 10px;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    border: none;
    pointer-events: none;
    cursor: not-allowed;
    width: 100%;
  }
}
/*imports de*/
/*--------------------------*/
/*------Componentes---------*/
/*--------------------------*/
.circle {
  border-bottom-right-radius: 80px;
  border-bottom-left-radius: 80px;
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  width: 40px;
}

/*boton*/
.bttn {
  border-radius: 0.5em;
  color: var(--maincolor);
  text-align: center;
  border: none;
  padding: 0.25rem;
  width: 100%;
}

.bttn:hover {
  cursor: pointer;
  text-decoration: none;
}

.bttn:focus {
  outline: none;
}

.bttn--rounded {
  border-radius: 1em;
}

.bttn--green {
  color: var(--white);
  background: var(--green);
}

.bttn--orange {
  color: var(--white);
  background: rgb(243, 145, 3);
  background: linear-gradient(90deg, rgb(243, 145, 3) 0%, rgb(228, 102, 0) 73%);
}

.bttn--blue {
  color: var(--white);
  background: rgb(11, 173, 234);
  background: linear-gradient(90deg, rgb(11, 173, 234) 0%, rgb(7, 134, 239) 24%, rgb(15, 112, 217) 56%, rgb(30, 73, 177) 93%);
}

.bttn--white {
  color: var(--link);
  background-color: var(--white);
}

.bg-bluelink {
  background-color: var(--link);
}

.bg-kwblue {
  background-color: var(--titlecolor);
}

/*Icono*/
.icon {
  width: 50%;
}

.container-redux {
  max-width: 960px;
}

/*---------------------------------------------*/
/*-------Estilos para contenido de back--------*/
/*---------------------------------------------*/
.contenido_back {
  color: var(--fontcolor) !important;
}

.contenido_back ol {
  font-weight: bold;
  line-height: 36px;
  margin-left: 2.5rem;
}

.contenido_back li {
  font-size: 0.875rem;
  color: var(--fontcolor);
}

.contenido_back ul {
  list-style-type: none;
  margin-left: 2.5rem;
}

.contenido_back ul li {
  margin: 1rem 0;
}

.contenido_back h1 {
  font-size: 1.563rem;
}

.contenido_back h2 {
  margin-bottom: 1.25rem;
}

.contenido_back h3 small span {
  color: var(--fontcolor) !important;
}

.fondo_popup {
  position: absolute;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  top: 4.5%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1) translateZ(0px);
  z-index: 1040;
  width: 100vw;
  height: 200vh;
  padding: 20px;
}

.bg__block {
  background: #f6f7f9;
  position: relative;
  border-radius: 2%;
  top: 25%;
  margin-top: 30%;
  margin-left: 20%;
  margin-right: 20%;
}

.home-blockalert_title {
  font-size: 2rem;
  color: var(--titlecolor);
  font-weight: bold;
  margin-bottom: 0.5rem;
  display: block;
  font-family: Open Sans, sans-serif;
  line-height: 1.2;
  text-align: center;
}

.home-blockalert_body {
  font-size: 1.2rem;
  color: var(--titlecolor);
  font-weight: 700;
  margin-bottom: 0.5rem;
  display: block;
  font-family: Open Sans, sans-serif;
  line-height: 1.3;
  text-align: center;
}

@media (min-width: 1400px) {
  .contenido_back li {
    font-size: 1rem;
  }
  .fondo_popup {
    position: absolute;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.5);
    top: 4.5%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1) translateZ(0px);
    z-index: 1040;
    width: 100vw;
    height: 200vh;
    padding: 20px;
  }
  .bg__block {
    background: #f6f7f9;
    position: relative;
    border-radius: 2%;
    top: 22%;
    margin-top: 30%;
    margin-left: 30%;
    margin-right: 30%;
  }
  .home-blockalert_title {
    font-size: 2rem;
    color: var(--titlecolor);
    font-weight: bold;
    margin-bottom: 0.5rem;
    display: block;
    font-family: Open Sans, sans-serif;
    line-height: 1.2;
    text-align: center;
  }
  .home-blockalert_body {
    font-size: 1.2rem;
    color: var(--titlecolor);
    font-weight: 700;
    margin-bottom: 0.5rem;
    display: block;
    font-family: Open Sans, sans-serif;
    line-height: 1.3;
    text-align: center;
  }
}
/*--------------------------*/
/*----------Texto-----------*/
/*--------------------------*/
.text-wrap {
  overflow-wrap: break-word;
}

.icon-font {
  font-size: 2rem;
}

.montserrat {
  font-family: "Montserrat", sans-serif;
}

.lato {
  font-family: "Lato", sans-serif;
}

.bold {
  font-weight: bold;
}

.subtitle {
  font-size: 1.875rem;
}

.semibold {
  font-weight: 500;
}

.underline {
  text-decoration: underline;
}

.italic {
  font-style: italic;
}

.fontcolor {
  color: var(--fontcolor);
}

.linkcolor {
  color: var(--link);
}

.titlecolor {
  color: var(--titlecolor);
}

.bordercolor {
  color: var(--border);
}

.linkcolor-bold {
  color: var(--link);
  font-weight: bold;
}

.titlecolor-bold {
  color: var(--titlecolor) !important;
  font-weight: bold !important;
}

.lightcolor {
  color: var(--lighttext);
}

.linkcolor-bold {
  color: var(--link);
}

.bg-sucess {
  background-color: green;
}

.bg-declined {
  background-color: brown;
}

.big-bold {
  font-weight: 800 !important;
}

.box-md {
  padding-bottom: 3%;
}

.modal-backdrop {
  display: none;
}

.orangecolor-bold {
  color: #EA6129;
  font-weight: bold;
}

.line-height--title {
  line-height: 36px;
}

/*--------------------------*/
/*----------Bordes----------*/
/*--------------------------*/
.border-top--mobilebutton {
  border-top: 4px solid var(--secondarycolor);
}

.border-bottom {
  border-bottom: 1px solid var(--border);
}

.border-left-blue {
  border-left: 2px solid var(--blue);
}

.br-100 {
  border-radius: 1rem;
}

.br-75 {
  border-radius: 0.75rem;
}

.br-50 {
  border-radius: 0.5rem;
}

.br-25 {
  border-radius: 0.25rem;
}

.color-text-grey p,
.color-text-grey span,
.color-text-grey small {
  color: var(--fontcolor);
}

.enviar_mobile {
  vertical-align: text-bottom;
}

.bluebanner-bg .bttn--white:hover {
  color: white;
  background: linear-gradient(90deg, rgb(243, 145, 3) 0, rgb(228, 102, 0) 73%);
}

.orangebanner-bg .bttn--white:hover {
  color: white !important;
  background: linear-gradient(90deg, rgb(0, 179, 228) 0, rgb(11, 113, 151) 100%);
}

.bblr-25 {
  border-bottom-left-radius: 0.25rem;
}

.bblr-50 {
  border-bottom-left-radius: 0.5rem;
}

.bblr-75 {
  border-bottom-left-radius: 0.75rem;
}

.bblr-100 {
  border-bottom-left-radius: 1rem;
}

.bbrr-25 {
  border-bottom-right-radius: 0.25rem;
}

.bbrr-50 {
  border-bottom-right-radius: 0.5rem;
}

.bbrr-75 {
  border-bottom-right-radius: 0.75rem;
}

.bbrr-100 {
  border-bottom-right-radius: 1rem;
}

.btlr-25 {
  border-top-left-radius: 0.25rem;
}

.btlr-50 {
  border-top-left-radius: 0.5rem;
}

.btlr-75 {
  border-top-left-radius: 0.75rem;
}

.btlr-100 {
  border-top-left-radius: 1rem;
}

.btrr-25 {
  border-top-right-radius: 0.25rem;
}

.btrr-50 {
  border-top-right-radius: 0.5rem;
}

.btrr-75 {
  border-top-right-radius: 0.75rem;
}

.btrr-100 {
  border-top-right-radius: 1rem;
}

.grey-text {
  color: var(--grey);
}

/*--------------------------*/
/*----------Fondo-----------*/
/*--------------------------*/
.button-name {
  font-family: "Montserrat", sans-serif;
  color: white;
  font-size: 1rem;
}

.shadow_box {
  box-shadow: 0px 0px 10px grey;
}

.backwhite {
  background-color: var(--white);
}

.backgrey {
  background-color: var(--bgcolor);
}

.backblue {
  background: linear-gradient(90deg, rgb(0, 179, 228) 0%, rgb(11, 113, 151) 100%);
}

.orange-button {
  background-color: var(--orange);
}

.backcampanyas {
  background-color: var(--backcampanyas);
}

/*-----------------------------------*/
/*--------------scroll---------------*/
/*-----------------------------------*/
.scroll {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.scroll::-webkit-scrollbar {
  display: none;
}

/**/
/*----------Breadcrumb-------------*/
/**/
#breadcrumb nav ol {
  margin-left: 0;
}

.emphasis-paragraph {
  border-left: #00b3e4 solid 5px;
  padding: 1.5rem 3rem;
}

/**/
/**/
.linebox {
  color: var(--linebox);
}

.erroralert {
  color: red;
}

.bg-dark-blue {
  background-color: var(--titlecolor);
}

.link-arrow {
  border-bottom: solid 1px var(--link);
  color: var(--link);
}

@media (max-width: 992px) {
  .fondo_popup {
    position: absolute;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.5);
    top: 4.5%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1) translateZ(0px);
    z-index: 1040;
    width: 100vw;
    height: 200vh;
    padding: 20px;
  }
  .bg__block {
    background: #f6f7f9;
    position: relative;
    border-radius: 2%;
    top: 35%;
    margin-top: 30%;
    margin-left: 20%;
    margin-right: 20%;
  }
  .home-blockalert_title {
    font-size: 1.8rem;
    color: var(--titlecolor);
    font-weight: bold;
    margin-bottom: 0.5rem;
    display: block;
    font-family: Open Sans, sans-serif;
    line-height: 1.2;
    text-align: center;
  }
  .home-blockalert_body {
    font-size: 1.2rem;
    color: var(--titlecolor);
    font-weight: 700;
    margin-bottom: 0.5rem;
    display: block;
    font-family: Open Sans, sans-serif;
    line-height: 1.3;
    text-align: center;
  }
  .small {
    font-size: 0.875rem;
  }
  .icon {
    width: 100%;
  }
  .title {
    font-size: 1.875rem;
  }
  .subtitle {
    font-size: 1.25rem;
  }
  .contenido_back ol {
    margin-left: 0;
    padding-inline-start: 1rem;
  }
  .contenido_back ul {
    padding: 0;
    margin-left: 0;
  }
}
@media (max-width: 475px) {
  .fondo_popup {
    position: absolute;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.5);
    top: 4.5%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1) translateZ(0px);
    z-index: 1040;
    width: 100vw;
    height: 200vh;
    padding: 20px;
  }
  .bg__block {
    background: #f6f7f9;
    position: relative;
    border-radius: 2%;
    top: 35%;
    margin-top: 50%;
    margin-left: 10%;
    margin-right: 10%;
  }
  .home-blockalert_title {
    font-size: 1.2rem;
    color: var(--titlecolor);
    font-weight: bold;
    margin-bottom: 0.5rem;
    display: block;
    font-family: Open Sans, sans-serif;
    line-height: 1.2;
    text-align: center;
  }
  .home-blockalert_body {
    font-size: 0.8rem;
    color: var(--titlecolor);
    font-weight: 700;
    margin-bottom: 0.5rem;
    display: block;
    font-family: Open Sans, sans-serif;
    line-height: 1.3;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .fondo_popup {
    position: absolute;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.5);
    top: 4.5%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1) translateZ(0px);
    z-index: 1040;
    width: 100vw;
    height: 200vh;
    padding: 20px;
  }
  .bg__block {
    background: #f6f7f9;
    position: relative;
    border-radius: 2%;
    top: 35%;
    margin-top: 50%;
    margin-left: 10%;
    margin-right: 10%;
  }
  .home-blockalert_title {
    font-size: 1.2rem;
    color: var(--titlecolor);
    font-weight: bold;
    margin-bottom: 0.5rem;
    display: block;
    font-family: Open Sans, sans-serif;
    line-height: 1.2;
    text-align: center;
  }
  .home-blockalert_body {
    font-size: 0.8rem;
    color: var(--titlecolor);
    font-weight: 700;
    margin-bottom: 0.5rem;
    display: block;
    font-family: Open Sans, sans-serif;
    line-height: 1.3;
    text-align: center;
  }
}
/*color principal de la pagina*/
/*color de los textos, generalmente usado en p*/
/*color secundario de la pagina*/
/*Linea de separacion en algunas cajas*/
:root {
  --backcampanyas: #00192d;
  /*Color principal para titulos*/
  --titlecolor: #162C47;
  /*color principal de la pagina*/
  --maincolor: #B898F3;
  /*color de los textos, generalmente usado en p*/
  --fontcolor: #4D4D4D;
  /*color secundario de la pagina*/
  --secondarycolor: #03324C;
  --borderfaq: #83CAEF;
  --imgtitle: #1D2E37;
  --bginitial: #00b3e4;
  --bgfinal-bank: #0b7197;
  --bginitial-bank: #0888b1;
  --bg-bank: #0c688d;
  --bgfinal: #162c47;
  --bgblue: #03a1cf;
  --border: #03324C;
  --orange: #FF5F17;
  --link: #3FA9F5;
  --lighttext: #989898;
  --bgcolor: #F6F7F9;
  --bggradient: #097aa1;
  /*Linea de separacion en algunas cajas*/
  --linebox: #707070;
  --greytext: #CCCCCC;
  --bgbody: #fcfcfc;
}

.item-up:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  transition-duration: 0.3s;
}

textarea:focus,
input:focus {
  outline: none;
}

/*----ESTILOS PRINCIPALES----*/
button:hover,
button:focus,
button:active {
  outline: none !important;
  border: none !important;
}

.bttn--orange {
  color: var(--white);
  background: rgb(243, 145, 3);
  background: linear-gradient(90deg, rgb(243, 145, 3) 0%, rgb(228, 102, 0) 73%);
}

.br-100 {
  border-radius: 1rem;
}

.br-75 {
  border-radius: 0.75rem;
}

.br-50 {
  border-radius: 0.5rem;
}

.br-25 {
  border-radius: 0.25rem;
}

.backblue {
  background: linear-gradient(90deg, rgb(0, 179, 228) 0, rgb(11, 113, 151) 100%);
}

.main {
  margin: 0 auto;
  width: 100%;
  background-color: var(--white);
  position: relative;
  left: 0;
  z-index: 1;
}

.content {
  /* margin-top:100px; */
}

.bubble {
  background-color: var(--titlecolor);
  border-radius: 15px;
  color: #fff;
}

.bttn_2 {
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #fff;
  background: linear-gradient(90deg, rgb(0, 179, 228) 0, rgb(0, 140, 228) 100%);
}

.bttn_2:hover {
  color: white;
  border: 1px solid #ff5f17;
  background: #ff5f17;
}

html {
  font-size: 16px;
}

.item-up:hover {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  transition-duration: 0.4s;
}

body {
  font-family: "Inter", sans-serif;
}

.space {
  padding-top: 10%;
  padding-bottom: 10%;
}

h1,
h2,
h3,
h4 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
}

p {
  font-size: 0.875rem;
  color: var(--fontcolor);
}

h1 {
  color: var(--titlecolor);
  font-size: 3.5rem;
}

h2, .product-title {
  color: var(--titlecolor);
  font-weight: 700;
  font-size: 2.188rem;
}

.h2title {
  color: var(--titlecolor);
  font-weight: 700;
  font-size: 2.188rem;
}

h3,
h4 {
  color: var(--titlecolor);
  font-weight: 550;
  font-size: 1.25rem;
}

h5 {
  color: var(--titlecolor);
  font-size: 1rem;
}

.title-box {
  color: var(--link);
  font-size: 0.875rem;
  font-weight: bold;
}

.box-pt {
  padding-top: 2% !important;
}

a:hover {
  text-decoration: none;
}

.bg-pager {
  background-color: #F6F7F9;
}

#pager-template #numbers a {
  font-size: 1.25rem;
  color: var(--titlecolor);
}

#pager-template #numbers .active a {
  font-size: 1.25rem;
  color: var(--link);
}

.fixed-button {
  z-index: 9999;
  bottom: 0;
  position: fixed;
}

#exampleModal {
  z-index: 9999;
  /* position: absolute; */
}

.modal-backdrop {
  display: none;
}

.breadcrumb {
  background: none;
  margin-bottom: 0;
}

.bttn {
  border-radius: 1.5em;
  padding: 10px 50px;
  text-decoration: none;
  color: var(--white);
  text-align: center;
  display: inline-block;
  border: none;
}

#solicitar_mobile_box {
  border-top: 2px solid #888888;
}

.bg__banner {
  margin-top: 4%;
  margin-bottom: 4%;
}

.emphasis-paragraph {
  border-left: #00b3e4 solid 5px;
  padding: 1rem 2rem;
}
.emphasis-paragraph .font-weight-bold {
  color: var(--titlecolor);
}
.emphasis-paragraph img {
  width: 6% !important;
}

.body-mobile {
  overflow: hidden;
}

@media (max-width: 576px) {
  .bttn-solicitar-mobile {
    background: linear-gradient(90deg, rgb(0, 179, 228) 0, rgb(0, 140, 228) 100%);
    color: white;
  }
  .mobile_button_text {
    font-size: 18px;
    font-weight: bold;
  }
  #solicitar_mobile_box {
    bottom: 0;
    position: fixed;
    z-index: 999;
    left: 0;
    width: 100%;
  }
  .space {
    padding-top: 14%;
    padding-bottom: 14%;
  }
  h1,
  h2,
  .product-title {
    font-size: 25px;
  }
  .not-px-mobile {
    padding-left: 0;
    padding-right: 0;
  }
  .not-pl-mobile {
    padding-left: 0;
  }
  .box-pt {
    padding-top: 6% !important;
  }
  .emphasis-paragraph img {
    width: 15% !important;
    position: relative;
    left: 0%;
  }
}
@media (min-width: 1400px) {
  p {
    font-size: 1rem;
  }
}

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