﻿
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .header {
        height: 40px;
    }

    body.fixed-layout .content-wrapper, body.fixed-navbar .content-wrapper {
        padding-top: 40px;
        padding-bottom: 0px;
    }

    ol.breadcrumb{
        display: none;
    }

    .escudo-img {
        height: 100px;
        width: auto;
    }

    .space-footer{
        display: none;
    }

    .img_medios_pagos {
        margin-top: 0px;
        float: none;
    }

    .img_card_listasdlusr{
        width: 100% !important;
    }

    .btn {
        border-radius: 15px;
        font-size:16px;
    }

    .btn_back_nav{
        float:none;
        margin: 0 auto;
    }

    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
    }

    .btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px;
    }

    .form-control {
        font-size: 16px;
    }

  
    

   
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    
}

