body {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.2rem;
    color: #686868;
    font-style: italic;
}
.ajust1{
    
    margin-right: 5.75rem!important;
}
.ajust2{
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 84.666667%!important;
}


.logo-header {
    width: 150px;
}

.legal-der {
    position: absolute;
    z-index: 500;
    top: 10%;
}

.fondo-slider {
    background-image: url(../images/fondo-slide.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.arriba {
    z-index: 800;
}

h1 {
    font-size: 2rem;
    color: #686868;
    font-weight: 100;
    margin: 0;
    line-height: 2.4rem;
}

h1 span {
    font-size: 3rem;
    color: #016d38;
    font-weight: 600;
    margin: 0;
    line-height: 3.4rem;
}

h2 {
    font-size: 2rem;
    color: #016d38;
    font-weight: 600;
    margin: 0;
    line-height: 2.4rem;
}

label {
    color: #016d38;
    font-size: 1.2rem;
}

.gris label {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1rem;
    color: #686868;
    font-style: italic;
    font-weight: 100;
    text-align:left;
}

p {
    margin: 0;
    font-weight: 100;
}

b {
    margin: 0;
    font-style: italic;
    font-weight: 600;
    color: #016d38;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-weight: 100;
    color: #686868;
    background-color: #eaeaea;
    background-clip: padding-box;
    border: none;
    border-radius: 5rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.2rem;
    color: #686868;
    font-style: italic;
    text-align: center;

}

.form-control:focus {
    color: #686868;
    background-color: #eaeaea;
    border-color: none;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

label span {
    font-size: 1rem;
    color: #016d38;
}

.peque {
    font-size: 1rem;
}

#loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../images/pageLoader.gif') 50% 50% no-repeat rgb(249, 249, 249);
    opacity: .8;
}


.boton-amarillo {
    background-color: #ffdc5d;
    color: #5b4c11;
    padding: 2% 10%;
    font-size: 1.5rem;
    font-weight: 600;
    border-radius: 100px;
    border: 0;
}

.boton-amarillo:hover {
    background-color: #016d38;
    color: white;
   padding: 2% 10%;
    font-size: 1.5rem;
    font-weight: 600;
    border-radius: 100px;
    border: 0;
}

.boton-amarillo .btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    background-color: #016d38;
    color: white;
    padding: 2% 10%;
    font-size: 1.5rem;
    font-weight: 600;
    border-radius: 100px;
    border: 0;
}

.boton-amarillo .btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgb(255 220 93 / 50%);
}

.fondo-gris-oscuro {
    background-color: #686868;
}

.fondo-gris-oscuro b {
    font-size: 1rem;
    color: white;
    font-weight: 100;
    margin: 0;
}

.ec-stars-wrapper a {
    font-style: normal;
}
@media only screen and (min-width: 320px) {
    .ajust1 {
        margin-right: 0.75rem!important;
    }
}
@media only screen and (min-width: 768px) {
    h1 {
        font-size: 2rem;
        color: #686868;
        font-weight: 100;
        margin: 0;
        line-height: 2.4rem;
    }

    h1 span {
        font-size: 2.5rem;
        color: #016d38;
        font-weight: 600;
        margin: 0;
        line-height: 3.4rem;
    }

    h2 {
        font-size: 2rem;
        color: #016d38;
        font-weight: 600;
        margin: 0;
        line-height: 2.4rem;
    }

    .legal-der {
        position: absolute;
        z-index: 500;
        top: 30%;
    }
}

@media only screen and (min-width: 992px) {
    h1 {
        font-size: 3rem;
        color: #686868;
        font-weight: 100;
        margin: 0;
        line-height: 3.4rem;
    }

    h1 span {
        font-size: 3.5rem;
        color: #016d38;
        font-weight: 600;
        margin: 0;
        line-height: 3.9rem;
    }

    h2 {
        font-size: 2rem;
        color: #016d38;
        font-weight: 600;
        margin: 0;
        line-height: 2.4rem;
    }

    .legal-der {
        position: absolute;
        z-index: 500;
        top: 10%;
    }
}

@media only screen and (min-width: 1200px) {
    h1 {
        font-size: 4rem;
        color: #686868;
        font-weight: 100;
        margin: 0;
        line-height: 4.4rem;
    }

    h1 span {
        font-size: 4.5rem;
        color: #016d38;
        font-weight: 600;
        margin: 0;
        line-height: 4.9rem;
    }

    h2 {
        font-size: 2rem;
        color: #016d38;
        font-weight: 600;
        margin: 0;
        line-height: 2.4rem;
    }
}
