.header-fullscreen {
    background-image: url('fondoLanding.png');
    background-size: cover;
    height: 100vh;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
}


.open-sans-title {
    font-family: "Open Sans", serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-variation-settings:
        "wdth"100;
}

.btn-secondary-rail {
    background: #e4e5df;
    color: black;
    padding: 2% 7%;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-size: 2vh;
    font-family: "Open Sans", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
        "wdth"100;

}

.btn-secondary-rail:hover {
    background: transparent;
    color: #e4e5df;
    border: 1px solid #e4e5df;
    padding: 2% 7%;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-size: 2vh;
    font-family: "Open Sans", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
        "wdth"100;

}

.sub-title-rail {
    background: #e4e5df;
    color: #747473;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-size: x-small;
    font-family: "Open Sans", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
        "wdth"100;

}

.sub-title-rail-ns {
    background: #e4e5df;
    color: #747473;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-size: x-small;
    font-family: "Open Sans", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
        "wdth"100;

}

.parrafo-nuestros-servicios {
    width: 90%;
    font-size: 1rem;
}



.headTitle {
    font-family: "Open Sans", serif;
    color: white;

}

body {
    margin: 0;
}

/* Como Funciona */

.head h1 {
    font-size: 5rem;
    font-weight: 500;
    color: #08c481;
    text-shadow: 1px 1px 6px #b5b2b2;
}

.head h3 {
    font-size: xx-large;
    font-weight: 300;
    margin-top: -1.9rem;
    margin-left: 7rem;
    text-shadow: 1px 1px 1px #e2e2e2;
}

.fase {
    text-align: end;
    display: contents;
}

.fase h1 {
    font-size: 11rem;
    font-weight: 900;
    color: #d7d2d2;
}

.fase img {
    height: 8rem;
    margin-top: 3rem;
    margin-left: -3rem;
}

.textoFase {
    margin-left: 2rem;
}

.textoFase h4 {
    font-weight: 200;
    margin-bottom: 0px;
}

.textoFase h4 strong {
    font-weight: 600;
}

.textoFase small {
    font-size: x-small;
    font-weight: 200;
    color: #686868;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

.textoFase p {
    font-weight: 200;
}

.textoFase span {
    color: #08c481;
}

.callAction a {
    background-color: #08c481;
    border-radius: 10px;
    border-color: #08c481;
    margin-top: 1rem;
}


.callAction a:hover {
    background-color: #08c48200;
    border-radius: 10px;
    border-color: #08c481;
    color: #08c481;
}

.callAction small {
    font-size: x-small;
    font-weight: 200;
    color: #686868;
    text-transform: uppercase;
    letter-spacing: 0.2em;

}

/* Mas informacion */


.tablero h1 {
    font-size: 6rem;
    font-weight: 600;
    color: #08c481;
}

.tablero h3 {
    font-size: 2rem;
    font-weight: 200;
    margin-top: -1.9rem;

    color: #d7d2d2;
}

.tableroDescripcion h3 {
    font-size: 2rem;
    font-weight: 300;
    color: #d7d2d2;

}

.hojasEstadisticas h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #020202;
    margin: 10px 0px 10px 0px;
    padding: 10px;
    background: #d7d2d2;
    border-radius: 10px;
    text-align: center;
    text-transform: uppercase;

}

.hojasEstadisticas {

    font-size: 1rem;
    font-weight: 700;
    color: #020202;
    margin: -35px 0px 10px 0px;
    padding: 10px;
    background: #d7d2d2;
    border-radius: 10px;
    text-align: center;
    text-transform: uppercase;
    z-index: 2;
    width: max-content;

}

.hojasEstadisticasDescripcion h3 {
    font-size: 1.5rem;
    font-weight: 400;
    color: white;
    border-radius: 10px;
    text-transform: uppercase;
}

.moreInfo .card {
    height: 6rem;
    margin: 0.5rem;
    background: #5a5959;
}

.moreInfo .card p {
    color: rgb(233, 224, 224);
    padding: 3% 0.1rem;
    font-weight: 300;
    font-size: 1.3rem;
    line-height: 1.5rem;
    margin: 0px;

}

.card-products {

    margin: 0.5rem;
    background: #5a5959;
}

.card-products p {
    color: rgb(233, 224, 224);
    padding: 3% 0.1rem;
    font-weight: 300;
    font-size: 1.3rem;
    line-height: 1.5rem;
    margin: 0px;

}

.opacity-layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../../assets/img/FondoRail.png');
    background-size: cover;
    opacity: 0.9;
    z-index: -1;
}

body {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../../assets/img/FondoRail.png');
    background-size: cover;
    opacity: 0.9;
    z-index: -1;
}

.contacto h1 {
    font-size: auto;
    font-weight: 600;
    color: #08c481;
    text-shadow: 1px 1px 6px #b5b2b2;
}

.contacto h3 {
    font-size: auto;
    font-weight: 300;
    margin-top: -1.7rem;
    margin-left: 2rem;
    text-shadow: 1px 1px 1px #e2e2e2;
}

.contacto .card {
    height: 3rem;
    background: #E4E5DF;
    border: none;
    margin-left: 1rem;
}

.contacto .card p {

    font-size: 1rem;
    font-weight: 300;
    color: rgb(89, 87, 87);
    border-radius: 15px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.2em;


}

.contacto img {
    height: 5rem;
    margin-bottom: -2rem;
    margin-left: 6rem !important;
}


.contacto button {
    background-color: #08c481;
    border-radius: 10px;
    border-color: #08c481;
    margin-top: 1.5rem;

}


.contacto button:hover {
    background-color: #08c48200;
    border-radius: 10px;
    border-color: #08c481;
    color: #08c481;
}

.contacto label {
    font-size: 1rem;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 5px;
}

.contacto ::placeholder {
    color: #bcbbbb;
}

.navbar-nav .nav-item .nav-link {
    color: white;
    padding-right: 1rem;
}

.navbar-nav .nav-item .nav-link:hover {
    color: #08c481;
}

.navbar-nav {
    box-shadow: none;
}

.navbar-hidden {
    display: none;
}

.btn-login:hover {
    color: white;
    border: 1px solid #08c481;
    color: #08c481;


    ;
}

.btn-login {
    color: white;
    border-bottom: 1px solid #08c481;
    border-radius: 1px;
    padding-left: 2rem;
    padding-right: 2rem;

}

.contacto a {
    font-size: small;
    font-weight: 200;
    color: #686868;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    text-align: center;
    text-decoration: none;
}

.text-footer {
    font-weight: 200;
    color: rgb(196 194 194);

}

.icon {
    color: rgb(196 194 194);
    margin: 5px
}