﻿/*D I S P O S I T I V O S   M O B I L E S*/
@media (min-width:500px) and (max-width: 1000px) {

    body {
        font-family: "Avenir", "Calibri";
        background-color: #425057;
        font-size: 40px;
        color: #676a6c;
        overflow-x: hidden;
        padding-top: 150px;
    }

    .wrapper {
        padding: 0 20px !important;
    }
    .wrapper-content {
        padding: 200px 10px 40px !important;
    }

    .form-control, .single-line {
        background-color: #FFFFFF;
        background-image: none;
        border: 2px solid #525558;
        border-radius: 1px;
        color: inherit;
        display: block;
        padding: 6px 12px;
        transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
        width: 100%;
        font-size: larger;
    }

    img {
        vertical-align: middle;
        border-style: none;
        width: 50%;
    }

    .ancho {
        width: 15% !important;
    }

    .btn-success {
        color: #fff;
        background-color: #7d8d9c !important;
        border-color: #7d8d9c !important;
        height: 80px !important;
        font-size:45px;
    }

    .titulo {
        text-align: center;
        color: white;
        font-size: 50px;
        padding-top: 5px;
        line-height: 60px;
    }


    element.style {
    }

    #page-wrapper {
        padding: 0 15px;
        position: relative !important;
        flex-shrink: 1;
        /* width: calc(100% - 220px); */
        width: calc(100%);
    }

    #page-wrapper {
        min-height: 83vh !important;
    }

    .footerFont {
        font-size:20px;
    }

    .spacePayment {
        text-align: center;
        padding-top: 100px;
    }

    .spacePaymentResp {
        padding-top: 500px;
        text-align: center;
        color: #888;
    }

    .messagePayment {
        font-size: 50px;
    }

    .form-group > .select2-container {
        width: 100% !important;
        height: 100px !important;
    }




    .tabs-container .panel-body {
        background: #fff;
        border: 1px solid #757779;
        border-radius: 1px;
        padding: 20px;
        position: relative;
    }

    .tabs-container .nav-tabs {
        border-bottom: 1px solid #757779;
    }

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        color: #335679;
        background-color: #fff;
        border-color: #757779 #757779 #fff !important;
    }

    .topTramites {
        padding-top: 70px;
        text-align: center;
        width: 100%;
    }

    .dt-bootstrap4 .form-control-sm {
        height: 70px !important;
        margin-bottom: 50px;
    }

    .btn-primary {
        color: #fff;
        background-color: #a09b9b;
        border-color: #a09b9b;
        width: 90px;
    }

    .page-item.active .page-link {
        background-color: #a09b9b;
        border-color: #a09b9b;
        width:70px;
    }

    .pagination > li > a, .pagination > li > span {
        background-color: #FFFFFF;
        border: 1px solid #DDDDDD;
        color: inherit;
        float: left;
        line-height: 1.42857;
        margin-left: -1px;
        padding: 4px 10px;
        position: relative;
        text-decoration: none;
        width: 70px;
    }





    .breadcrumb-content li > a::before {
        background-color: #aaaaaa;
        content: "";
        height: 5px;
        position: absolute;
        right: -41px;
        top: 25px;
        transform: rotate(-67deg);
        transition: all 0.4s ease 0s;
        width: 40px;
    }



}
