﻿

@media (min-width : 320px) and (max-width : 375px) {

    #modalAbonarMonedero div {   
      width: 305px !important;
    }
    #modalAbonarMonedero .modal-dialog .modal-content {
        width: 345px !important;
    }

    h3.page-title {
        display: none !important;
    }

}


@media (min-width : 376px) and (max-width : 420px) {
    #modalAbonarMonedero div {
        width: 360px !important;
    }
    #modalAbonarMonedero .modal-dialog .modal-content {
        width: 400px !important;
    }

    h3.page-title {
        display: none !important;
    }
    
}

@media (min-width : 421px) and (max-width : 450px) {
    #modalAbonarMonedero div {
        width: 405px !important;
    }
    #modalAbonarMonedero .modal-dialog .modal-content {
        width: 445px !important;
    }
    
}

@media (min-width : 768px) and (max-width : 991px) {
    #modalAbonarMonedero div {
        width: 700px !important;
    }

    #modalAbonarMonedero .modal-dialog .modal-content {
        width: 740px !important;
    }
    
}


@media (min-width : 991px)  {
    #modalAbonarMonedero div {
        width: 750px !important;
    }

    #modalAbonarMonedero .modal-dialog .modal-content {
        width: 790px !important;
    }
    
}

@media (min-width: 992px) and (max-width: 1280px) {

    .page-top {
        min-height: 80px !important;
    }
}




@media (min-width: 992px) and (max-width: 1180px) {

    .page-top {
        min-height: 80px !important;
    }
}

body.page-boxed {
    background-color: transparent !important;
}

@media (min-width: 1281px) and (max-width: 1452px) {

    .page-top {
        min-height: 80px !important;
    }
}


@media (min-width: 320px) and (max-width: 420px) {

    .page-header.navbar .page-top {
        min-height: 120px !important
    }
}

@media (min-width: 421px) and (max-width:992px) {

    .page-header.navbar .page-top {
        min-height: 140px !important
    }
}

@media (min-width: 440px) and (max-width:992px) {

    .page-header.navbar .page-top {
        height: 120px !important;

    }
}

@media (max-width:420px) {

    #lblOpcion {
        display: none !important;
    }

    .page-header.navbar {
        box-shadow: none !important;
     
    }

  /*  .page-header, .navbar, .navbar-fixed-top {
        background-color: #fff !important;
    }*/

  
}

