/* Small devices (moviles, 768px and up) */
@media (min-width: 320px) {
    body{
        font-size:12px;
    }
    .navbar-brand{
        font-size:11px;
    }
    .nav-tabs li{
        font-size:10px;
    }
    .titulo_pagina h1{
        font-size:15px;
    }
    .boton_viabilidad .btn{
        font-size:10px;
    }
    .nav-tabs > li > a{
        padding: 3px 5px;
    }
    .btn-lg.boton_empezar i{
        font-size:14px;
    }
    .btn-lg.boton_empezar{
        font-size:14px;
        white-space:normal;
    }
    .jumbotron h1{
        font-size:40px;
    }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    body{
        font-size:13px;
    }
    .navbar-brand{
        font-size:11px;
    }
    .nav-tabs li{
        font-size:24px;
    }
    .titulo_pagina h1{
        font-size:21px;
    }
    .boton_viabilidad .btn{
        font-size:16px;
    }
    .nav-tabs > li > a{
        padding: 10px 15px;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) { 
    body{
        font-size:13px;
    }
    .navbar-brand{
        font-size:18px;
    }
    .nav-tabs li{
        font-size:14px;
    }
    .titulo_pagina h1{
        font-size:24px;
    }
    .boton_viabilidad .btn{
        font-size:16px;
    }
    .nav-tabs > li > a{
        padding: 10px 15px;
    }
    .pym_informe{
        height:235px;
    }
    .jumbotron h1{
        font-size:24px;
    }
    .jumb_texto{
        font-size:16px;
    }
    .jumbotron .btn{
        font-size:14px;
    }
    .btn-lg.boton_empezar i{
        font-size:18px;
    }
    .btn-lg.boton_empezar{
        font-size:18px;
        max-widht:100%;
        
    }
    .jumbotron h1{
        font-size:54px;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    body{
        font-size:14px;
    }
    .navbar-brand{
        font-size:22px;
    }
    .titulo_pagina h1{
        font-size:32px;
    }
    .boton_viabilidad .btn{
        font-size:18px;
    }
    .nav-tabs > li > a{
        padding: 10px 15px;
    }
    .jumbotron h1{
        font-size:54px;
    }
    .jumb_texto{
        font-size:26px;
    }
    .jumbotron .btn{
        font-size:16px;
    }
}
