* {
    box-sizing: border-box;
    padding: 0%;
    margin: 0%;
 }
 
 @font-face {
    font-family: "Avenir";
    src: url(../Font/Avenir-Medium.ttf) format('truetype');
    font-weight: 200;
 }
 
 @font-face {
    font-family: "Avenir";
    font-weight: 100;
    src: url(../Font/Avenir-Light.ttf) format('truetype');
 }
 
 @font-face {
    font-family: "Avenir";
    font-weight: 300;
    src: url(../Font/Avenir-Book.ttf) format('truetype');
 }
 
 @font-face {
    font-family: "Avenir";
    font-weight: 500;
    src: url(../Font/Avenir-Heavy.ttf) format('truetype');
 }
 
 @font-face {
    font-family: "Avenir";
    font-weight: 800;
    src: url(../Font/Avenir-Black.ttf) format('truetype');
 }
 
 @font-face {
    font-family: "Avenir";
    font-style: italic;
    src: url(../Font/Avenir-MediumOblique.ttf) format('truetype');
 }
 
 body{
    font-family: "Avenir";
    font-weight: 200;
 }
 /*navbar*/
 .bg-green, .navbar-collapse{
    background-color: #00795C;
 }
 .navbar{
    height: 100px;
 }
 
 .nav-link{
    color: white !important;
    font-size: 20px;
    font-weight: 300;
    padding-left: 1.5rem !important;
 }
 .nav-link:hover, .btn-sesion:hover {
    font-weight: 400;
  }
 .btn-sesion{
    color: #00795C;
    background-color: #ffffff;
    box-shadow: 2px 2px 2px 0px #00000040;
    border-radius: 7px;
    padding:0 .8rem;
    font-weight: 200;
    border-style: none;
 }
 /*hero*/
 .hero {
    background-image: url("../img/FactorWeb-1.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height:560px;
 }
 .banner{
    /* background:rgba(0, 122, 94, 0.5);    */
    background: rgba(0,121,92,0);
    background:  linear-gradient(to right, rgba(0,121,92,0) 0%, rgba(0,121,92,0.25) 50%, rgba(0,121,92,0.5) 100%);
   
    height: 136px;
    width: 100%;
    position: relative;
    bottom: -424px;
   
 }
 .txt-hero{
    font-size: 3.375em;
    font-weight: 200;
    color:#ffffff;
    padding-top: 3rem;
 }
 .banner-titulo{
    background:#00795C;
 }
 .img-funcionamiento{
    height: 275px;
    width: auto;
 }
 
 h2{
    font-size:2.875em;
    font-weight: 200;
    color:#ffffff;
 }
 .py-custom{
    padding-top: 2rem;
    padding-bottom: 2rem;
 }
 .beneficios{
    background-image: url("../img/FactorWeb-3.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height:375px;
 }
 
 .tit-2{
    font-weight: 500;
    margin-bottom: 1rem;
 }
 .b{
    text-shadow: 1px 1px #000000;
 }
 .txt{
    color: #ffffff;
    font-size:1.375em;
    line-height: normal;
    margin-bottom: 1.8rem; 
 }
 .heavy{
    font-weight: 500;
 }
 
 .factoraje{
    background-image: url("../img/FactorWeb-4.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
   
 }
 
 .card{
    border: none;
    box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.2);
    border-radius: 0;
 }
 .card-header{
    background-color: #ffffff;
    border-bottom: none;
    color: #00795C;
    font-size: 2em;
    font-weight: 200;
    padding-top: 3rem;
 }
 
 .card-body{
    font-size: 1.313em;
    font-weight: 500;
 }
 .card-text{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
 }
 .dorado{
    color:#C4970A;
 }
 .gris{
    color: #374340;
 }
 ul {
    margin-left: 1.5rem;
    list-style-image: url("../img/bullet-triangulo.png")
 }
 
 .txt-lista{
    font-weight: 200;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
 }
 li {
    padding-bottom: 1.2rem;
 }
 
 .contacto{
    background-color: #C4970A;
 }
 .pt-custom{
    padding-top: 2rem;
 }
 .correo{
    background-color: #00795C;
 }
 .form-custom{
    height: 72px;
    font-size: 1.375em;
    width: 90%;
 }
 
 ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color:#8C9391!important;
    opacity: 1; /* Firefox */
 }
 .btn-custom{
    color: #ffffff;
    background-color: #C4970A;
    border-color: #C4970A;
    height: 72px;
    width: 96%;
    font-size: 1.375em;
 }
 .bold {
    font-weight: 500;
 }
 .txt-legales {
    font-size: 1.1rem;
    color: #6C6C6C;
    line-height: 2rem;
    margin-bottom: .2rem;
 }
 .footer-am {
    position: relative;
    margin-top: -150px; /* negative value of footer height */
    padding-top: 20px;
    background-color: #00795C;
    height: 150px;
 }
 .padd-iconos-r {
    padding-bottom: .5rem;
 }
 .logos-lgls {
    height: 57px;
    margin: 0 .8rem;
 }
 .iconos-redes {
    color: #fff;
    width: 40px;
 }
 
 .iconos-redes2 {
    width: 38px;
 }
 
 .txt-footer {
    font-size: 1.22rem;
    color: #fff;
    text-decoration: underline;
    font-weight: 300;
 }
 
 .txt-footer2 {
    font-size: 1.22rem;
    color: #fff;
    font-weight: 300;
 }
 
 .tres-icons {
    align-self: flex-end;
    width: 28%;
    /* right: 6%;
  bottom: 8%; */
 }
 
 .icono-buro {
    width: 35px;
 }
 .iconos-redes{
    width: 35px;
 }
 .txt-creditos{
 font-size: 1em;
 color: #8C9391;
 padding-top: 1.2rem;
 }
 
 .link-creditos{
    color:#8C9391;
    text-decoration: underline;
 }
 .link-creditos:hover{
    color: #00795C;
 }
 
 /*modals*/
 /*iniciar sesión*/
 .modal-content {
    border-radius: 33px;
    box-shadow: 0px 3px 6px #00000029;
    border: none;
 }
 
 .modal-header {
    border-bottom: none;
 }
 .modal-title{
    color: #00795C;
    font-size: 1.75em;
    font-weight: 200;
 }
 
 .form-control-modal {
    background-color:rgba(0, 122, 94, 0.23);
    border-radius: 5px;
 }
 
 .form-body {
    padding: 0 4rem;
 }
 .form-check-label{
    color: #00795C;
    font-size: 1em;
 
 }
 .txt-small {
    color: #00795C;
    font-size: 1em;
    margin-bottom: 0;
    margin-left: 2.5em;
   
 }
 
 .nav-link-factor {
    color: white !important;
    font-size: 1.4vw;
    font-weight: 300;
    text-decoration: underline;
 }
 
 .btn-modal-sesion {
    width: 350px;
    height: 50px;
    background: #C4970A;
    box-shadow: 2px 2px 2px #00000040;
    border-radius: 7px;
    color: #fff;
    font-size: 1.125rem;
 }
 .btn-modal-registro {
    width: 350px;
    height: 50px;
    background: #00795C;
    box-shadow: 2px 2px 2px #00000040;
    border-radius: 7px;
    color: #fff;
    font-size: 1.125rem;
 }
 a {
    color: #5f727f;
    margin-top: 2%;
    margin-bottom: 4%;
 }
 
 .aviso {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    text-align: right;
 }
 input,
 textarea {
     font-family: FontAwesome, "Avenir";
   
 }
 ::placeholder .modal { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color:#00795C!important;
    opacity: 1; /* Firefox */
 }
 @media(max-width:320px){
    .logo-af{
        width: 50px;
    }
 }
 
 
 @media(max-width:414px) {
 
    .txt-hero{
        font-size:2.313em ;
    }
    h2{
        font-size: 1.9em;
    }
    .beneficios{
        height: auto;
    }
    .txt{
        font-size: 1em;
    }
    .pb-f{
        padding-bottom: 1rem;
    }
    .form-body{
        padding: 0 1rem;
    }
    .txt-small{
        margin-left: 0;
    }
    .footer-modal{
        padding: 0 1rem;
    }
    .btn-modal-sesion{
        max-width: 240px;
    }
    .btn-modal-registro {
        max-width: 240px;
    }
    .nav-link-factor {
        font-size: 20px;
        text-decoration: underline;
    } 
 }
 
 @media(max-width:768px){
    .form-custom{
        height: 72px;
        font-size: 1.375em;
        width: 100%;
    }
    .btn-custom{
        width: 100%;
    }
    .txt-hero{
        padding-top: 0%;
    }
    .img-fluid-2 {
        max-width: 100%;
    }
 }
 
 
 /*Estilos de nuevo login*/
 .login-container {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 640px;
 }
 .login-form {
    display: flex;
    flex-direction: column;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    width: 450px;
    height: 530px;
 }
 .login-logo {
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
    height: 55px;
    margin: 0;
 }
 .login-logo>img{
    height: 100%;
    object-fit: scale-down;
 }
 
 .login-data-form {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 85%;
 }
 
 .login-title {
    color: rgb(25, 39, 46);
    font-family: Sora, sans-serif;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -0.5px;
    text-align: center;
    font-size: 36px;
    margin-bottom: 32px;
 }
 
 .login-inputs-container {
    height: 55%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
 }
 
 .show-pass {
    position: absolute;
    right: 15px;
    top: 20px;
    color: gray;
    font-size: 14px;
    cursor: pointer;
 }
 
 .login-button {
    border: none;
    background: #35785f;
    border-radius: 8px;
    height: 40px;
    color: #fff;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 4px;
 }
 .register-text {
    text-align: center;
 }
 .link-text {
    font-family: Manrope, sans-serif;
    font-weight: 400;
    line-height: 180%;
    letter-spacing: 0px;
    text-align: left;
    font-size: 14px;
    color: rgb(16, 144, 208);
    cursor: pointer;
 }
 
 .login-footer {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    justify-content: space-around;
    margin-top: 15px;
    width: 450px;
 }
 
 .login-footer > a {
    color: rgb(111, 133, 144) !important;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    text-decoration: unset;
    text-align: center;
    cursor: pointer;
 }
 
 .login-footer > hr {
    border-style: solid;
    border-width: 0px thin 0px 0px;
    margin-block: unset;
    height: 69%;
    display: flex;
    align-self: center;
    border-color: #8080805c;
 }
 
 .login-input-group {
    width: 100%;
    height: 50px;
    position: relative;
    overflow: hidden;
 
    display: flex;
    align-items: flex-end;
    position: relative;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(224, 230, 235);
    border-radius: 8px;
    padding: 8px 16px 10px;
    height: 60px;
    width: 100%;
 }
 .login-input-group input {
    width: 100%;
    height: 100%;
    background: none;
    padding-top: 20px;
    border: none;
    outline: 0px;
    margin-bottom: 0 !important;
    font-weight: 300;
    color: gray;
 }
 .login-input-group .input-lbl {
    pointer-events: none;
    position: absolute;
    pointer-events: none;
    width: 250px;
    font-weight: 100;
 }
 
 .lbl-text {
    position: absolute;
    bottom: 5px;
    left: 0;
    transition: all 0.3s ease;
    color: black;
 }
 .login-input-group input:focus + .input-lbl .lbl-text,
    /* .login-input-group input:valid + .input-lbl .lbl-text, */
 .filled+ .input-lbl .lbl-text {
    transform: translateY(-70%);
    font-size: 12px;
    font-weight: 400;
    color: #125E3F;
 }
 .login-input-group input:focus + .input-lbl:after,
 .login-input-group input:valid + .input-lbl:after {
    transform: translateX(0%);
 }
 @media (max-width: 525px) {
    .login-form {
        width: 390px;
    }
    .login-title {
        letter-spacing: 1.5px;
        font-size: 32px;
        margin-bottom: 5px;
        margin-top: 10px;
    }
    .login-footer {
        width: 390px;
        font-size: 14px;
    }
 }
 
 @media (max-width: 426px) {
    .login-form {
        width: 325px;
 
    }
    .login-container {
 
    }
    .login-footer {
        width: 325px;
    }
    .login-footer > a {
        font-size: 12px;
    }
 }
 
 @media (min-width: 0px) and (max-width: 370px) {
    .login-form {
        width: 100%;
        box-shadow: none;
    }
    .login-title {
        letter-spacing: 0.5px;
        font-size: 24px;
    }
    .login-container {
        padding: 12px;
        justify-content: space-between;
    }
    .login-footer {
        margin-top: 40px;
        width: 100%;
    }
    .login-footer > a {
        font-size: 10px;
    }
 }
 
 /*Registro, nueva vista*/
 