@font-face {
  font-family: "Inter-Light";
  src: url(../fonts/Inter-Light.otf);
}

@font-face {
  font-family: "Inter-Regular";
  src: url(../fonts/Inter-Regular.otf);
}

@font-face {
  font-family: "Inter-Medium";
  src: url(../fonts/Inter-Medium.otf);
}

@font-face {
  font-family: "Inter-Bold";
  src: url(../fonts/Inter-Bold.otf);
}

@font-face {
  font-family: "Inter-Black";
  src: url(../fonts/Inter-Black.otf);
}

@font-face {
  font-family: "ClashDisplay-Variable";
  src: url(../fonts/ClashDisplay-Variable.ttf);
}

body {
  font-family: "Inter-Regular" !important;
  color: #484848;
  overflow-x: hidden;
}

@media only screen and (max-width: 768px) {
  .iconomenuoffcanvas {
    color: white;
    margin-top: 7%;
    font-size: 1.8rem;
    border: none !important;
  }
  .iconomenuoffcanvasw {
    color: white;
  }
  .bodyoffcanva {
    background: #d4d4d4bd;
  }

  .info-head {
    padding: 15px 10% 0px 10%;
    background-color: #f4f4f4;
  }

  .text-headinfo {
    font-family: "Inter-Regular" !important;
    color: #676767;
    font-size: 14px;
    line-height: 18px;
    text-align: start;
  }

  .social-headinfo {
    font-family: "Inter-Regular" !important;
    color: #000000;
    font-size: 14px;
    line-height: 18px;
    text-align: end;
  }

  .icon-socialheadinfo1 {
    color: #9c1301;
    font-size: 20px;
    margin-right: 18px;
  }

  .nav-texas {
    background-image: linear-gradient(180deg, #00000000, #00000000);
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 10%;
    padding-right: 10%;
    border-radius: 0px;
  }

  .alinknav {
    margin-right: 0%;
    margin-left: -20%;
  }

  .logo-nav {
    width: 200px;
  }

  .item-navbar {
    font-family: "Inter-Regular" !important;
    text-align: start;
    color: #000000;
    font-size: 1.2rem;
  }
  .item-navbar:hover {
    font-family: "Inter-Regular" !important;
    text-align: start;
    color: #ffffff;
    font-size: 1.2rem;
  }

  .item-navbar-drop {
    font-family: "Inter-Regular" !important;
    text-align: start;
    color: #ffffff;
    font-size: 1.2rem;
    background-color: #000000a1;
  }

  .item-navbar-drop2 {
    font-family: "Inter-Regular" !important;
    text-align: start;
    color: #ffffff;
    font-size: 1.2rem;
    background-color: #00000000;
  }
  .item-navbar-drop2:hover {
    font-family: "Inter-Regular" !important;
    text-align: start;
    color: #ffffff;
    font-size: 1.2rem;
    background-color: #00000000;
  }

  .item-navbar-order {
    font-family: "Inter-Medium" !important;
    background-color: #ffffff;
    border-radius: 15px;
    color: #0a8266;
    font-size: 1.1rem;
    padding: 10px 14px;
    margin-right: 0px;
    margin-left: 30px;
  }
  .item-navbar-order:hover {
    font-family: "Inter-Medium" !important;
    background-color: #ffffff;
    border-radius: 15px;
    color: #0a8266;
    font-size: 1.1rem;
    padding: 10px 14px;
    margin-right: 0px;
    margin-left: 30px;
  }

  .container-info-header {
    margin-top: 5%;
  }

  .header {
    min-height: 700px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0% 0% 0% 0px;
    transition: all 1s;
    /* Aplicamos la animación */
    animation: cambiarImagenes 10s infinite; /* dura 10s y se repite infinitamente */
  }

  /* Definimos los pasos de la animación */
  @keyframes cambiarImagenes {
    0% {
      background-image: linear-gradient(45deg, #00000094, #00000045),
        url(../img/back-header.jpg);
      transition: all 1s;
    }
    20% {
      background-image: linear-gradient(45deg, #00000094, #00000045),
        url(../img/back-header-1.jpg);
      transition: all 1s;
    }
    40% {
      background-image: linear-gradient(45deg, #00000094, #00000045),
        url(../img/back-header-2.jpg);
      transition: all 1s;
    }
    60% {
      background-image: linear-gradient(45deg, #00000094, #00000045),
        url(../img/back-header-3.jpg);
      transition: all 1s;
    }
    80% {
      background-image: linear-gradient(45deg, #00000094, #00000045),
        url(../img/back-header-4.jpg);
      transition: all 1s;
    }
    100% {
      background-image: linear-gradient(45deg, #00000094, #00000045),
        url(../img/back-header.jpg);
      transition: all 1s;
    }
  }
  .col-head-banner {
    background-image: linear-gradient(45deg, #31353bbd, #31353bd9);
    border-radius: 20px;
    padding: 40px 40px;
  }

  .subtitle-header {
    font-family: "Inter-Black" !important;
    color: #eeeeee;
    font-size: 3rem;
    line-height: 3.5rem;
    text-align: center;
    margin-top: 15%;
  }

  .text-header {
    font-family: "Inter-Light" !important;
    color: #eeeeee;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    margin-top: 5%;
  }

  .alignbtnhead {
    margin-top: 8%;
    text-align: center;
  }

  .btn-texas {
    font-family: "Inter-Medium" !important;
    background-color: #008250;
    border-radius: 15px;
    color: #ffffff;
    font-size: 14px;
    padding: 10px 25px;
    text-decoration: none;
  }
  .btn-texas:hover {
    font-family: "Inter-Medium" !important;
    background-color: #008250;
    border-radius: 15px;
    color: #ffffff;
    font-size: 14px;
    padding: 10px 25px;
    text-decoration: none;
  }

  /* EDN HEADER */

  /* section icons */

  .section-icons {
    background-color: #fafafa;
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .icon-content {
    background: #ebebeb6b;
    padding: 20px 25px;
    color: #00ae84;
    font-size: 2rem;
    border-radius: 15px;
    box-shadow: 0px 0px 6px 0px #0000001c;
  }

  .title-icon-content {
    font-family: "Inter-Bold" !important;
    color: #7d7d7d;
    font-size: 16px;
    line-height: 20px;
    text-align: start;
  }

  .sectio-icon-item {
    margin-bottom: 3%;
  }
  .text-icon-content {
    font-family: "Inter-Light" !important;
    color: #bbbbbb;
    font-size: 14px;
    line-height: 16px;
    text-align: start;
  }

  .finanzas {
    margin-top: 5%;
  }

  .text-finanza {
    font-family: "Inter-Regular" !important;
    color: #989898;
    font-size: 1.8rem;
    line-height: 2.5rem;
    text-align: start;
    margin-top: 5%;
  }

  .ul-finanzas {
    list-style: circle;
  }

  .ul-finanzas > li {
    font-family: "Inter-Regular" !important;
    color: #363636;
    font-size: 14px;
    line-height: 20px;
    text-align: start;
    margin-top: 0%;
  }

  .title-sect-finanza {
    font-family: "Inter-Bold" !important;
    color: #0c0906;
    font-size: 1.8rem;
    line-height: 3rem;
    text-align: center;
  }

  .section-description {
    background-color: #fafafa;
    padding-top: 4%;
    padding-bottom: 4%;
  }
  .text-finanza-description {
    font-family: "Inter-Light" !important;
    color: #6e6f70;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    margin-top: 5%;
    margin-bottom: 10%;
  }

  .palignbotonagcredit {
    text-align: center;
    margin-bottom: 15%;
  }

  .col-boton-agcredit {
    margin-bottom: 0%;
  }

  .background-col-finanzas {
    background-image: linear-gradient(174deg, #00000052, #00000057),
      url(../img/cajero.jpg);
    padding: 0% 0%;
    min-height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .background-col-finanzas2 {
    background-image: linear-gradient(174deg, #f2f2f270, #f2f2f270);
    padding: 5% 10%;
    min-height: 350px;
  }

  .row-butoncredit {
    margin-top: 5%;
  }

  .button-agencdacredit {
    font-size: 14px;
    background-color: #f8f8f8;
    color: #00a27b;
    padding: 20px 20px;
    text-decoration: none;
    border-radius: 10px;
    font-family: "Inter-Medium";
    box-shadow: 0px 0px 3px #0000002e;
  }

  /* SECTION 7  FOOTER */

  .section-7 {
    margin-top: 10%;
  }

  .col-form-section7 {
    background-image: url(../img/back-footer.png),
      linear-gradient(174deg, #f4f4f400);
    padding: 5% 5%;
    min-height: 480px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    margin-bottom: 5%;
  }

  .title-section-form {
    font-family: "Inter-Bold" !important;
    color: #455753;
    font-size: 1.5rem;
    line-height: 2rem;
    text-align: center;
    font-weight: 300;
    margin-top: 1%;
  }
  .text-section-form {
    font-family: "Inter-Regular" !important;
    color: #0a6e56;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    font-weight: 400;
    margin-top: 5%;
  }
  .col-formulario-section7 {
    background-image: linear-gradient(90deg, #0b8c6d, #0b8c6d);
    padding: 10% 5%;
    border-radius: 20px;
    border-radius: 20px;
  }
  .title-formulario {
    font-family: "Inter-Medium" !important;
    color: #ffffff;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    font-weight: 400;
    margin-bottom: 5%;
  }

  .control-siprosa {
    font-family: "Inter-Regular" !important;
    border-radius: 20px;
    color: #a5a9af;
    font-size: 14px;
    padding: 15px;
  }

  .control-siprosa::placeholder {
    font-family: "Inter-Regular" !important;
    color: #a5a9af;
    font-size: 14px;
    padding: 15px;
  }

  /* FOOTER */

  .wssss {
    display: block;
    position: fixed;
    right: 80px;
    bottom: 15px;
    width: 68px;
    height: 68px;
    z-index: 1999;
    background-color: #027b5e;
    border-radius: 100%;
    margin-left: 100px;
  }

  .wssss i {
    color: #fff;
    margin: 4px;
    padding: 4px;
    padding-left: 13px;
    padding-top: 8px;
  }

  .section-foot {
    background-image: linear-gradient(45deg, #f4f4f4, #f4f4f4);
    padding: 3% 0% 3% 0%;
  }

  .title-foot {
    font-family: "Inter-Medium" !important;
    color: #ffffff;
    font-size: 16px;
    line-height: 2rem;
    text-align: start;
    font-weight: 400;
    margin-top: 10%;
    margin-bottom: 5%;
  }
  .iconfoot {
    color: #0b8c6d;
    font-size: 25px;
    margin-right: 5%;
  }
  .text-foot {
    font-family: "Inter-Regular" !important;
    color: #6b6b6b;
    font-size: 16px;
    line-height: 2rem;
    text-align: end;
    font-weight: 400;
  }

  .row-copy {
    background: #0b8c6d;
    padding: 20px 0px 0px 0px;
  }
  .text-copy {
    font-family: "Inter-Medium" !important;
    color: #ffffff;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    font-weight: 400;
  }

  /* agendas */

  .header-agenda {
    background-image: linear-gradient(180deg, #00000087, #000000c7),
      url(../img/background-agenda1.jpg);
    min-height: 320px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0% 0% 2% 0px;
  }

  .title-agenda {
    font-family: "Inter-Bold" !important;
    color: #ffffff;
    font-size: 2rem;
    line-height: 2.2rem;
    text-align: center;
    margin-top: 2%;
  }

  .section-agenda {
    padding: 10% 0px 10% 0px;
  }

  .row-steps-agenda {
    margin-bottom: 5%;
    justify-content: center;
  }

  .numberstep-agenda1 {
    border: 1px solid #008250;
    background: #008250;
    color: white;
    border-radius: 30px;
    text-align: center;
    padding: 13px 10px 13px 10px;
    font-size: 1.3rem;
    margin-bottom: 0px;
  }

  .numberstep-agenda2 {
    border: 1px solid #ebebeb;
    background: #ebebeb;
    color: #008250;
    border-radius: 30px;
    text-align: center;
    padding: 13px 10px 13px 10px;
    font-size: 1.3rem;
    margin-bottom: 0px;
  }

  .btn-agenda {
    font-family: "Inter-Medium" !important;
    background-color: #008250;
    border-radius: 15px;
    color: #ffffff;
    font-size: 16px;
    padding: 8px 25px;
    text-decoration: none;
    width: 100%;
  }

  .btn-agenda:hover {
    font-family: "Inter-Medium" !important;
    background-color: #008250;
    border-radius: 15px;
    color: #ffffff;
    font-size: 16px;
    padding: 8px 25px;
    text-decoration: none;
    width: 100%;
  }
  .title-numberstep {
    font-family: "Inter-Regular" !important;
    color: #434343;
    font-size: 1.2rem;
    line-height: 1.5rem;
    text-align: start;
    margin-top: 0%;
    margin-bottom: 0px;
  }

  .text-agenda {
    font-family: "Inter-Regular" !important;
    color: #eeeeee;
    font-size: 1.2rem;
    line-height: 1.5rem;
    text-align: start;
    margin-top: 5%;
  }

  .forfree {
    background-color: #0b8c6d;
    color: white;
    padding: 0px 10px;
  }

  /* NUEVOS STYLES */

  .header-login {
    background-color: #000000;
  }

  .content-sigin {
    background: linear-gradient(45deg, #ffffff, #ffffff, #ffffff);
    padding: 8% 0px;
  }
  .row-titloe-sigin {
    margin-bottom: 3%;
  }

  .title-sigin {
    font-family: "Inter-Bold" !important;
    color: #000000;
    font-size: 2.8rem;
    line-height: 2rem;
    text-align: center;
    margin-top: 1%;
  }

  .text-sigin {
    font-family: "Inter-Regular" !important;
    color: #979797;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    margin-bottom: 1%;
    margin-top: 0%;
  }

  .row-table-sigin {
    margin-bottom: 3%;
    justify-content: center;
  }

  .control-mget {
    font-family: "Inter-Regular" !important;
    border-radius: 0px;
    color: #4c4c4c;
    font-size: 14px;
    padding: 15px;
    border: none;
    border-bottom: 1px solid #d7d6d6;
    background: #ff000000;
  }

  .btn-login {
    font-family: "Inter-Bold";
    font-size: 16px;
    background: linear-gradient(45deg, #010a19, #010a19);
    color: #ffffff;
    padding: 5px 40px;
    border-radius: 5px;
    width: 100%;
    text-decoration: none;
  }

  .link-regist-text {
    font-family: "Inter-Regular" !important;
    color: #4f4f4f;
    font-size: 12px;
    text-align: center;
    margin-top: 3%;
    text-transform: none;
  }

  .link-regist {
    color: #f03f09;
  }

  .content-navbar {
    background: #18211e;
    padding: 5px 5px;
  }

  #nheader {
    position: relative;
    min-height: 550px;
    display: flex;
    justify-content: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10% 10% 5% 10%;
  }

  .carousel-bg-itemn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
    z-index: 1;
  }

  .carousel-backgroundsn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }

  .carousel-bg-itemn.active {
    opacity: 1;
  }

  .flagsnav {
    width: 25px;
    margin-right: 5px;
  }

  /* ws new */

  .icon-ws-new {
    background-color: #37be0a;
    color: white;
    font-size: 18px;
    text-decoration: none;
    padding: 15px 25px;
    border-radius: 15px 0px 0px 15px;
    transition: all 0.5s;
  }

  .icon-ws-new:hover {
    background-color: #37be0a;
    color: white;
    font-size: 20px;
    text-decoration: none;
    padding: 15px 25px;
    border-radius: 25px 0px 0px 0px;
    transition: all 0.5s;
  }

  .whatsapp-float {
    display: block;
    position: fixed;
    right: 0px;
    bottom: 30px;
    z-index: 1000;
    border-radius: 10px;
  }

  .review-section {
    padding: 5% 0px;
    background-color: white;
  }

  .title-sect-review {
    font-family: "Inter-Bold" !important;
    color: #0c0906;
    font-size: 2.3rem;
    line-height: 1.2rem;
    text-align: center;
    margin-bottom: 5%;
  }

  .button-cevrobn-s {
    background-color: #000000;
    color: #ffffff;
    padding: 3px 10px;
    border-radius: 20px;
  }

  .review-text {
    font-family: "Inter-Light" !important;
    color: #0c0906;
    font-size: 14px;
    line-height: 1.2rem;
    text-align: center;
    margin-bottom: 5%;
  }
  .review-author {
    font-family: "Inter-Regular" !important;
    color: #0c0906;
    font-size: 14px;
    line-height: 1.2rem;
    text-align: center;
    margin-bottom: 1%;
  }
  .review-date {
    font-family: "Inter-Regular" !important;
    color: #0c0906;
    font-size: 14px;
    line-height: 1.2rem;
    text-align: center;
    margin-bottom: 5%;
  }

  .col-form-agenda {
    background-color: #f4f4f478;
    padding: 40px 20px;
    border-radius: 10px;
  }
}

@media only screen and (min-width: 768px) {
  .bodyoffcanva {
    background: #f2f2f200;
  }

  .info-head {
    padding: 15px 10% 0px 10%;
    background-color: #f4f4f4;
  }

  .text-headinfo {
    font-family: "Inter-Regular" !important;
    color: #676767;
    font-size: 14px;
    line-height: 18px;
    text-align: start;
  }

  .social-headinfo {
    font-family: "Inter-Regular" !important;
    color: #000000;
    font-size: 14px;
    line-height: 18px;
    text-align: end;
  }

  .icon-socialheadinfo1 {
    color: #9c1301;
    font-size: 20px;
    margin-right: 18px;
  }

  .nav-texas {
    background-image: linear-gradient(180deg, #00000000, #00000000);
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 10%;
    padding-right: 10%;
    border-radius: 0px;
  }

  .alinknav {
    margin-right: 0%;
    margin-left: 0%;
  }

  .logo-nav {
    width: 220px;
  }

  .item-navbar {
    font-family: "Inter-Regular" !important;
    text-align: start;
    color: #ffffff;
    font-size: 1rem;
  }
  .item-navbar:hover {
    font-family: "Inter-Regular" !important;
    text-align: start;
    color: #ffffff;
    font-size: 1rem;
  }

  .item-navbar-drop {
    font-family: "Inter-Regular" !important;
    text-align: start;
    color: #ffffff;
    font-size: 1rem;
    background-color: #1f1f1f;
  }

  .item-navbar-drop2 {
    font-family: "Inter-Regular" !important;
    text-align: start;
    color: #ffffff;
    font-size: 1rem;
    background-color: #00000000;
  }
  .item-navbar-drop2:hover {
    font-family: "Inter-Regular" !important;
    text-align: start;
    color: #ffffff;
    font-size: 1rem;
    background-color: #00000000;
  }

  .item-navbar-order {
    font-family: "Inter-Medium" !important;
    background-color: #ffffff;
    border-radius: 5px;
    color: #000000;
    font-size: 1rem;
    padding: 10px 15px;
    margin-right: 0px;
    margin-left: 30px;
  }
  .item-navbar-order:hover {
    font-family: "Inter-Medium" !important;
    background-color: #ffffff;
    border-radius: 5px;
    color: #000000;
    font-size: 1rem;
    padding: 10px 15px;
    margin-right: 0px;
    margin-left: 30px;
  }

  .container-info-header {
    margin-top: 0%;
  }

  .header {
    min-height: 700px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0% 0% 10% 0px;
    transition: all 1s;
    /* Aplicamos la animación */
    animation: cambiarImagenes 10s infinite; /* dura 10s y se repite infinitamente */
  }

  /* Definimos los pasos de la animación */
  @keyframes cambiarImagenes {
    0% {
      background-image: linear-gradient(45deg, #00000094, #00000045),
        url(../img/back-header.jpg);
      transition: all 1s;
    }
    20% {
      background-image: linear-gradient(45deg, #00000094, #00000045),
        url(../img/back-header-1.jpg);
      transition: all 1s;
    }
    40% {
      background-image: linear-gradient(45deg, #00000094, #00000045),
        url(../img/back-header-2.jpg);
      transition: all 1s;
    }
    60% {
      background-image: linear-gradient(45deg, #00000094, #00000045),
        url(../img/back-header-3.jpg);
      transition: all 1s;
    }
    80% {
      background-image: linear-gradient(45deg, #00000094, #00000045),
        url(../img/back-header-4.jpg);
      transition: all 1s;
    }
    100% {
      background-image: linear-gradient(45deg, #00000094, #00000045),
        url(../img/back-header.jpg);
      transition: all 1s;
    }
  }
  .col-head-banner {
    background-image: linear-gradient(45deg, #31353bbd, #31353bd9);
    border-radius: 20px;
    padding: 40px 40px;
  }

  .subtitle-header {
    font-family: "Inter-Black" !important;
    color: #eeeeee;
    font-size: 5rem;
    line-height: 6rem;
    text-align: start;
    margin-top: 15%;
  }

  .text-header {
    font-family: "Inter-Regular" !important;
    color: #eeeeee;
    font-size: 1.2rem;
    line-height: 1.5rem;
    text-align: start;
    margin-top: 5%;
  }

  .alignbtnhead {
    margin-top: 8%;
    text-align: start;
  }

  .btn-texas {
    font-family: "Inter-Medium" !important;
    background-color: #008250;
    border-radius: 5px;
    color: #ffffff;
    font-size: 18px;
    padding: 5px 40px;
    text-decoration: none;
  }
  .btn-texas:hover {
    font-family: "Inter-Medium" !important;
    background-color: #008250;
    border-radius: 5px;
    color: #ffffff;
    font-size: 18px;
    padding: 5px 40px;
    text-decoration: none;
  }

  /* EDN HEADER */

  /* section icons */

  .section-icons {
    background-color: #fafafa;
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .icon-content {
    background: #ebebeb6b;
    padding: 20px 30px;
    color: #00ae84;
    font-size: 3rem;
    border-radius: 20px;
    box-shadow: 0px 0px 6px 0px #0000001c;
  }

  .title-icon-content {
    font-family: "Inter-Bold" !important;
    color: #7d7d7d;
    font-size: 1rem;
    line-height: 1.2rem;
    text-align: start;
  }
  .text-icon-content {
    font-family: "Inter-Regular" !important;
    color: #bbbbbb;
    font-size: 14px;
    line-height: 16px;
    text-align: start;
  }

  .finanzas {
    margin-top: 5%;
  }

  .text-finanza {
    font-family: "Inter-Regular" !important;
    color: #989898;
    font-size: 1.8rem;
    line-height: 2.5rem;
    text-align: start;
    margin-top: 5%;
  }

  .ul-finanzas {
    list-style: circle;
  }

  .ul-finanzas > li {
    font-family: "Inter-Regular" !important;
    color: #363636;
    font-size: 1rem;
    line-height: 1.8rem;
    text-align: start;
    margin-top: 0%;
  }

  .title-sect-finanza {
    font-family: "Inter-Bold" !important;
    color: #0c0906;
    font-size: 2.3rem;
    line-height: 1.2rem;
    text-align: start;
  }

  .section-description {
    background-color: #fafafa;
    padding-top: 4%;
    padding-bottom: 4%;
  }
  .text-finanza-description {
    font-family: "Inter-Regular" !important;
    color: #6e6f70;
    font-size: 1.2rem;
    line-height: 1.8rem;
    text-align: center;
    margin-top: 5%;
  }

  .palignbotonagcredit {
    text-align: center;
    margin-bottom: 15%;
  }

  .background-col-finanzas {
    background-image: linear-gradient(174deg, #00000052, #00000057),
      url(../img/cajero.jpg);
    padding: 0% 0%;
    min-height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .background-col-finanzas2 {
    background-image: linear-gradient(174deg, #f2f2f270, #f2f2f270);
    padding: 5% 0%;
    min-height: 500px;
  }

  .row-butoncredit {
    margin-top: 5%;
  }

  .button-agencdacredit {
    background-color: #f8f8f8;
    color: #00a27b;
    padding: 20px 20px;
    text-decoration: none;
    border-radius: 10px;
    font-family: "Inter-Medium";
    box-shadow: 0px 0px 3px #0000002e;
  }

  /* SECTION 7  FOOTER */

  .section-7 {
    margin-top: 10%;
  }

  .col-form-section7 {
    background-image: url(../img/back-footer.png),
      linear-gradient(174deg, #f4f4f400);
    padding: 5% 5%;
    min-height: 480px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    margin-bottom: 5%;
  }

  .title-section-form {
    font-family: "Inter-Bold" !important;
    color: #455753;
    font-size: 3rem;
    line-height: 3.8rem;
    text-align: start;
    font-weight: 300;
    margin-top: 1%;
  }
  .text-section-form {
    font-family: "Inter-Regular" !important;
    color: #0a6e56;
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: start;
    font-weight: 400;
    margin-top: 10%;
  }
  .col-formulario-section7 {
    background-image: linear-gradient(90deg, #0b8c6d, #0b8c6d);
    padding: 10% 5%;
    border-radius: 20px;
    border-radius: 20px;
  }
  .title-formulario {
    font-family: "Inter-Medium" !important;
    color: #ffffff;
    font-size: 14px;
    line-height: 16px;
    text-align: start;
    font-weight: 400;
    margin-bottom: 5%;
  }

  .control-siprosa {
    font-family: "Inter-Regular" !important;
    border-radius: 20px;
    color: #a5a9af;
    font-size: 14px;
    padding: 15px;
  }

  .control-siprosa::placeholder {
    font-family: "Inter-Regular" !important;
    color: #a5a9af;
    font-size: 14px;
    padding: 15px;
  }

  /* FOOTER */

  .wssss {
    display: block;
    position: fixed;
    right: 80px;
    bottom: 15px;
    width: 68px;
    height: 68px;
    z-index: 1999;
    background-color: #027b5e;
    border-radius: 100%;
    margin-left: 100px;
  }

  .wssss i {
    color: #fff;
    margin: 4px;
    padding: 4px;
    padding-left: 13px;
    padding-top: 8px;
  }

  .section-foot {
    background-image: linear-gradient(45deg, #f4f4f4, #f4f4f4);
    padding: 3% 0% 3% 0%;
  }

  .title-foot {
    font-family: "Inter-Medium" !important;
    color: #ffffff;
    font-size: 16px;
    line-height: 2rem;
    text-align: start;
    font-weight: 400;
    margin-top: 10%;
    margin-bottom: 5%;
  }
  .iconfoot {
    color: #0b8c6d;
    font-size: 25px;
    margin-right: 5%;
  }
  .text-foot {
    font-family: "Inter-Regular" !important;
    color: #6b6b6b;
    font-size: 16px;
    line-height: 2rem;
    text-align: end;
    font-weight: 400;
  }

  .row-copy {
    background: #0b8c6d;
    padding: 20px 0px 0px 0px;
  }
  .text-copy {
    font-family: "Inter-Medium" !important;
    color: #ffffff;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    font-weight: 400;
  }

  /* agendas */

  .header-agenda {
    background-image: linear-gradient(180deg, #00000087, #000000c7),
      url(../img/background-agenda1.jpg);
    min-height: 460px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0% 0% 2% 0px;
  }

  .title-agenda {
    font-family: "Inter-Black" !important;
    color: #ffffff;
    font-size: 3rem;
    line-height: 3rem;
    text-align: center;
    margin-top: 2%;
  }

  .section-agenda {
    padding: 5% 0px 5% 0px;
  }

  .row-steps-agenda {
    margin-bottom: 5%;
    justify-content: center;
  }

  .numberstep-agenda1 {
    border: 1px solid #008250;
    background: #008250;
    color: white;
    border-radius: 30px;
    text-align: center;
    padding: 12px 10px 12px 10px;
    font-size: 1.3rem;
    margin-bottom: 0px;
  }

  .numberstep-agenda2 {
    border: 1px solid #ebebeb;
    background: #ebebeb;
    color: #008250;
    border-radius: 30px;
    text-align: center;
    padding: 12px 10px 12px 10px;
    font-size: 1.3rem;
    margin-bottom: 0px;
  }

  .btn-agenda {
    font-family: "Inter-Medium" !important;
    background-color: #008250;
    border-radius: 15px;
    color: #ffffff;
    font-size: 16px;
    padding: 8px 25px;
    text-decoration: none;
    width: 100%;
  }

  .btn-agenda:hover {
    font-family: "Inter-Medium" !important;
    background-color: #008250;
    border-radius: 15px;
    color: #ffffff;
    font-size: 16px;
    padding: 8px 25px;
    text-decoration: none;
    width: 100%;
  }
  .title-numberstep {
    font-family: "Inter-Regular" !important;
    color: #434343;
    font-size: 1.3rem;
    line-height: 1.5rem;
    text-align: start;
    margin-top: 0%;
    margin-bottom: 0px;
  }

  .text-agenda {
    font-family: "Inter-Regular" !important;
    color: #eeeeee;
    font-size: 1.2rem;
    line-height: 1.5rem;
    text-align: start;
    margin-top: 5%;
  }

  .forfree {
    background-color: #0b8c6d;
    color: white;
    padding: 0px 10px;
  }

  /* NUEVOS STYLES */

  .header-login {
    background-color: #000000;
  }

  .content-sigin {
    background: linear-gradient(45deg, #ffffff, #ffffff, #ffffff);
    padding: 8% 0px;
  }
  .row-titloe-sigin {
    margin-bottom: 3%;
  }

  .title-sigin {
    font-family: "Inter-Bold" !important;
    color: #000000;
    font-size: 2.8rem;
    line-height: 2rem;
    text-align: center;
    margin-top: 1%;
  }

  .text-sigin {
    font-family: "Inter-Regular" !important;
    color: #979797;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    margin-bottom: 1%;
    margin-top: 0%;
  }

  .row-table-sigin {
    margin-bottom: 3%;
    justify-content: center;
  }

  .control-mget {
    font-family: "Inter-Regular" !important;
    border-radius: 0px;
    color: #4c4c4c;
    font-size: 14px;
    padding: 15px;
    border: none;
    border-bottom: 1px solid #d7d6d6;
    background: #ff000000;
  }

  .btn-login {
    font-family: "Inter-Bold";
    font-size: 16px;
    background: linear-gradient(45deg, #010a19, #010a19);
    color: #ffffff;
    padding: 5px 40px;
    border-radius: 5px;
    width: 100%;
    text-decoration: none;
  }

  .link-regist-text {
    font-family: "Inter-Regular" !important;
    color: #4f4f4f;
    font-size: 12px;
    text-align: center;
    margin-top: 3%;
    text-transform: none;
  }

  .link-regist {
    color: #f03f09;
  }

  .content-navbar {
    background: #18211e;
    padding: 5px 5px;
  }

  #nheader {
    position: relative;
    min-height: 800px;
    display: flex;
    justify-content: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10% 10% 5% 10%;
  }

  .carousel-bg-itemn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
    z-index: 1;
  }

  .carousel-backgroundsn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }

  .carousel-bg-itemn.active {
    opacity: 1;
  }

  .flagsnav {
    width: 25px;
    margin-right: 5px;
  }

  /* ws new */

  .icon-ws-new {
    background-color: #37be0a;
    color: white;
    font-size: 18px;
    text-decoration: none;
    padding: 15px 25px;
    border-radius: 15px 0px 0px 15px;
    transition: all 0.5s;
  }

  .icon-ws-new:hover {
    background-color: #37be0a;
    color: white;
    font-size: 20px;
    text-decoration: none;
    padding: 15px 25px;
    border-radius: 25px 0px 0px 0px;
    transition: all 0.5s;
  }

  .whatsapp-float {
    display: block;
    position: fixed;
    right: 0px;
    bottom: 30px;
    z-index: 1000;
    border-radius: 10px;
  }

  .review-section {
    padding: 5% 0px;
    background-color: white;
  }

  .title-sect-review {
    font-family: "Inter-Bold" !important;
    color: #0c0906;
    font-size: 2.3rem;
    line-height: 1.2rem;
    text-align: center;
    margin-bottom: 5%;
  }

  .button-cevrobn-s {
    background-color: #000000;
    color: #ffffff;
    padding: 3px 10px;
    border-radius: 20px;
  }

  .review-text {
    font-family: "Inter-Light" !important;
    color: #0c0906;
    font-size: 1rem;
    line-height: 1.2rem;
    text-align: center;
    margin-bottom: 5%;
  }
  .review-author {
    font-family: "Inter-Regular" !important;
    color: #0c0906;
    font-size: 1rem;
    line-height: 1.2rem;
    text-align: center;
    margin-bottom: 1%;
  }
  .review-date {
    font-family: "Inter-Regular" !important;
    color: #0c0906;
    font-size: 1rem;
    line-height: 1.2rem;
    text-align: center;
    margin-bottom: 5%;
  }

  .col-form-agenda {
    background-color: #f4f4f478;
    padding: 40px 20px;
    border-radius: 10px;
  }
}
