* {
    margin: 0;
    padding: 0;
    max-width: 100%;
    max-height: 100%;
}

.navbar {
    background-color: #5b8a72;
    font-family: "open sans";
}

.logo_full {
    height: 90px;
}

.logo_small {
    height: 90px;
}

.nav-link {
    font-size: 25px;
}

.container {
    background-color: #5b8a72;
    max-width: 100%;
    padding: 0px;
}

.instrucciones {
    text-align: center;
    font-weight: bold;
    font-size: 30px;
}
.gracias {
    padding-top: 50px;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
}

.botones {
    text-align: center;
    margin: 5px;
    padding-bottom: 0;
}

.img-eco{
    background-color: white;
    position: relative;
    text-align: center;
}

.Economico {
    height: auto;
    width: auto;
    padding: 5px;
}

.informacion {
    background-color: white;
    position: absolute;
    top: 29%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
}

footer {
    position: relative;
    bottom:0;
    left: 0;
    right: 0;
    background-color: #5b8a72;
    height: auto;
}

footer p {
    text-align: right;
    font-family: "open sans";
    font-size: 20px;
}

@media screen and (max-width:767px) {
    /* Celular */
    .logo_categoria {
        display: none;
    }
    header {
        text-align: center;
    }
    .instrucciones {
        font-size: 25px;
    }
    .gracias {
        font-size: 25px;
    }
    .logo_full {
        display: none;
    }
    #info {
        font-size: 20px;
    }
}

@media screen and (min-width:768px) and (max-width:1086px) {
    /* Tablet */
    .logo_small {
        display: none;
    }

    header {
        text-align: center;
    }
    .instrucciones {
        font-size: 55px;
    }
    .gracias {
        font-size: 50px;
    }
    footer p {
        text-align: right;
        font-family: "open sans";
        font-size: 50px;
    }
    .btn-primary {
        font-size: 50px;
    }
    #info {
        font-size: 30px;
    }
}

@media screen and (min-width:1087px) {
    /* escritorio */
    .logo_small {
        display: none;
    }
    .instrucciones {
        font-size: 40px;
    }
    .gracias {
        font-size: 40px;
    }
    #info {
        font-size: 45px;
    }
}