﻿/* CARGAR FUENTE ARCHIVO DESDE GOOGLE */
@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@100;200;300;400;500;600;700&display=swap');

body {
    font-family: 'Archivo', 'Futura', sans-serif;
}

.dxgvControl_Metropolis, .dxgvDisabled_Metropolis {
    font-family: 'Archivo', 'Futura', sans-serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: 'Archivo', 'Futura', sans-serif }


.navbar {
    background: #EED484;
}

/*#grdDocumentoPendiente_DXCTMenu0 {
    background-color: #FECB00 !important;
    color: black;
}

#grdDocumentoPendiente_grouppanel {
    background-color: #FECB00 !important;
    color:black;
}*/

/*.dxm-main {
    background-color: #FECB00 !important;
    color: black;
}*/

/*#grdDocumentoPendiente_col0 {
    background-color: #FECB00 !important;
    color: black;
    font:bold;
}

#grdDocumentoPendiente_col1 {
    background-color: #FECB00 !important;
    color: black;
    font: bold;
}*/
/*.dxgvGroupPanel {
    background-color: #FECB00 !important;
    color: black;
    font: bold;
}*/

.menu {
    font-weight: bold !important;
    color: black !important;
}

.btnMSCprimary {
    font-weight: bold !important;
    background-color: #EED484 !important;
    color: black !important;
    transition: color ease-in-out .3s,background ease-in-out .3s !important;
    border-radius: 100px;
}

.btnMSCprimary:focus, .btnMSCprimary:hover {
    background: #f2df91;
    color: #000;
    opacity: .7;
}

/* .btnMSCprimary {
    padding: 16px 64px;
    font-weight: 500;
    background-color: #EED484;
    color:#222221;
    border-radius: 100px;
    border: 2px solid #EED484;
    transition: background ease-in-out .2s;
}

.btnMSCprimary:focus, .btnMSCprimary:hover {
    background: transparent;
} */

span {
    color: black;
    font: bold;
}



.ulNavBar {
    color: black;
    font: bold;
    /*background-color: #EED484 !important;*/
    padding: 10px !important;
}



.dxmLite {
    background-color: #EED484 !important;
}

ol li {
    font-weight: bold;
    padding: 10px !important;
}

/*.ulNavBar li:after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    margin: 2px;
    background: #EED484;
}*/

li > * {
    font-weight: bold;
}

.navbar-inverse .navbar-nav > li > a {
    color: black !important;
}

.navbar-inverse .navbar-nav > .open > a {
    /*color: #EED484  !important;*/
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #EED484 !important;
}

.modal-content {
    width: 100%;
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
}

@media (min-width: 576px) {
    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2));
    }
}

/*.dxgvControl, .dxgvDisabled {
    border: 1px Solid #9F9F9F;
    font: 12px Univers,Futura,"Trebuchet MS",Arial,sans-serif;
    background-color: #F2F2F2;
    color: Black;
    cursor: default;
}*/

* {
    margin: 0;
    padding: 0;
}

.divBox {
    width: 900px;
    height: 500px;
    margin: 0 auto;
    overflow: auto;
}

.divImagen {
    padding-left: 55px;
}

.ulBox {
    list-style-type: none;
    font-family: Univers,Futura,"Trebuchet MS",Arial,sans-serif;
    font-size: .875rem;
    line-height: 1.875rem;
    font-weight: 400;
    text-decoration: none;
    display: block;
    padding: 0;
    margin-left: -.3125rem;
    list-style-position: outside;
    box-sizing: border-box;
}

.liBox {
    width: 230px;
    height: 100px;
}

.trImagen {
    padding: 5px;
    background-color: transparent
}

.liBoxImg {
    float: left;
    width: 100px;
    height: 100px;
    margin: 1px;
    -webkit-transition: box-shadow 0.5s ease;
    -moz-transition: box-shadow 0.5s ease;
    -o-transition: box-shadow 0.5s ease;
    transition: box-shadow 0.5s ease;
}

.gridButton {
    background: #f2f1ef;
    height: 225px;
    border-top: solid 10px #EED484;
    transition: all 0.3s ease;
    position: relative;
}

.gridButton:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.gridButton a {
    text-align: center;
    width: 100%;
    height: 100%;
    display: block;
    color: black;
    text-decoration: none;
    }

.gridButton a h3 {
    display: block;
    text-align: center;
    height: 40%;
    flex-direction: column;
    justify-content: center;
    font-weight: 700;
}

.modal-header {
    background-color: #EED484 !important;
}

.modal-title {
    font-weight : bold !important;
}
/*a:hover, a:focus {
    color: #EED484 !important;
    text-decoration: underline;
}*/

/* .carousel-caption {
    left: 5% !important;
} */


#txtDiv {
    margin-right: 35px;
    margin-left: 35px;
}

#h3text {
    width: 100%;
}

.carousel-item {
    position: relative;
}

.carousel-item:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #222221;
    opacity: 0.5;
}

.carousel-item {
    height: 220px;
}

.carousel-caption h1 {
    margin: 0;
}

@media (max-width: 768px) {
    .carousel-item {
        height: 175px;
    }
    
    .carousel-caption {
        padding: 0
    }

    .carousel-caption h1 {
        font-size: 30px !important; 
    }

    .carousel-caption a {
        font-size: 16px !important;
    }
  }

.carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}




/* GENERALES */

.search_container {
    padding: 32px 0;
    background: #f2f2f2
}
.search_items {
    position: relative;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search_items .item_label label {
    color: #222221;
    display: block;
    margin: 0
}

.search_items .item_input {
    margin: 0 16px;
    position: relative;
}

.search_items .item_input input,
.search_items .item_input textarea,
.search_items .item_input select {
    height: 34px;
    width: 240px
}

.search_container .item_button input {
    margin: 0 auto;
    display: block;
    box-sizing: border-box;
    width: 150px;
    height: 35px;
    text-align: center;
    color: #222221;
    font-weight: 600;
    border-radius: 100px;
    border: 0;
    background: #EED484
}

.item_instructions {
    width: 100%;
    max-width: 700px;
    margin: 24px auto 0 auto;
    padding: 16px 16px 16px 32px;
    border: 1px solid #EED484;
    border-radius: 16px;
}

.item_instructions ul li {
    color: #222221;
    font-weight: 400;
    font-size: 14px;
}

.item_instructions ul li::marker {
    color: #EED484;
}

.search_container .item_validation span {
    display: block;
    text-align: center;
    width: 100%;
    padding-top: 10px;
    font-size: 14px;
    color: #A6192E
}

.search_container .item_validation ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.search_container .item_validation ul li {
    text-align: center;
    padding-top: 10px;
    font-size: 14px;
    color: #A6192E
}

.search_dobleInput_container {
    margin: 0 auto;
    width: 100%;
    max-width: 900px;
}

.search_dobleInput_container .search_items {
    margin-bottom: 16px;
}

.section_title_center {
    position: relative;
    text-align: center;
    color: #222221;
    margin: 32px 0;
    padding: 0 0 24px 0;
    font-size: 24px;
    font-weight: 600;
}

.section_title_center:after {
    content: '';
    margin: 0 auto;
    width: 100%;
    max-width: 100px;
    height: 5px;
    border-radius: 10px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #EED484
}

 /*TABLE INFO*/

.table_container {
    padding-bottom: 40px
}

.table_container table {
    width: 100%; 
}

.table_container table tr:nth-child(odd) {
    background: #f2f2f2
}

.table_container table td {
    padding: 8px;
    color: #222221;
    font-size: 14px;
}

.table_container table td:first-child {
   width: 150px;
    font-weight: 600
}

@media (max-width: 768px) {
    .search_items {
        flex-direction: column;
    }

    .search_items .item_input {
        margin: 16px 0
    }

    .search_dobleInput_container .search_items .item_input {
        margin: 8px 0
    }
}