body {
    background: #FFFFFF;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

/* #logueo-admin {
    background: #fff;
    width: 300px;
    height: 365px;
    margin: auto;
    position: fixed;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 1px solid #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    padding: 10px;
    text-align: center
} */

img.img-logotipo {
    max-width: 100%;
    width: 50%;
    margin: 0 auto;
}

#logueo-admin {
    background: #fff;
    width: 76%;
    height: 430px;
    margin: auto;
    /* display: block; */
    border: 1px solid #fff;
    border-radius: 20px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    padding: 10px;
    text-align: center;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}

/* #logueo-admin img {
    display: block;
    width: 50%;
    margin: 10px auto
} */

#logueo-admin label {
    display: block
}

#logueo-admin input[type="text"],
#logueo-admin input[type="password"] {
    display: block;
    background: #E8E8E8;
    padding: 5px 3px;
    margin: 10px auto;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    text-align: center;
}

div#controllers {
    display: none !important;
}

/* #header-panel {
    background: #fff;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
    position: fixed;
    width: 100%;
    height: 69px;
    top: 0;
    left: 0px;
    z-index: 9999
} */

#header-panel {
    background: #0F6375;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
    position: fixed;
    width: 100%;
    height: 69px;
    top: 0;
    left: 0px;
    z-index: 9999
}

#header-panel #logo {
    width: 10%;
    display: block
}

/* ul#menu-admin2 {
    background: rgba(255, 255, 255, .15);
} */

ul#menu-admin2 {
    background: transparent;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-weight: bold;
}

#header-panel #logo img {
    width: 100%
}

.contenedor {
    position: relative
}

/* .menuactivo {
    border: 1px solid black;
    color: #000;
    border-radius: 10px;
} */

.menuactivo {
    border: 0px solid #fff;
    color: #fff;
    border-radius: 8px;
    font-weight: bold;
}

a:focus,
a:hover {
    color: #fff;
    text-decoration: underline;
}

button.btn_micuenta {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 13px;
    text-decoration: none;
    padding: 3px 15px;
    margin: 5px;
    background: none;
    border: 1px solid #FFFFFF;
    border-radius: 8px;
    width: auto;
    height: 25px;
}

button.btn_micuenta:hover{
    color: #fff;
    background: transparent;
    color: #271B1A;
    border: 1px solid #0090B5;
}

.far,
.fas {
    font-size: 14px;
}

/*********/
input[type="text"],
select,
email {
    background: #fff;
    display: block;
    padding: 0.7% 2px;
    border: 1px solid #CCC;
    border-radius: 3px;
    width: 100%;
    height: 48px;
}

select {
    width: 100%;
    height: 50px;
    background: white;
    font-size: 14px;
    font-weight: 400;
    color: #333;
}

.nicEdit-main {
    text-align: left !important;
    background: #fff
}

textarea {
    display: block;
    padding: 16px 15px;
    background: #fff;
    box-sizing: border-box;
    border: 2px solid #FDCB52;
    border-radius: 8px !important;
}

button {
    width: 100%;
    height: 37px;
    float: left;
    background: #0090B5;
    border-radius: 8px;
    border: 1px solid #0090B5;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    margin: 5px;
}

button:hover {
    background: #ffffff;
    color: #271B1A;
    border:1px solid #fdcb52;
}

.fa {
    font-size: 16px;
}

i.fa.fa-tasks {
    font-size: 16px !important;
}

i.fa.fa-image {
    font-size: 16px !important;
}

i.fa.fa-sign-out-alt {
    font-size: 16px;
}

i.fab.fa-whatsapp {
    font-size: 47px;
}

.reporte {
    width: 100%;
}

input[type="password"] {
    background: #fff;
    display: block;
    padding: 0.7% 2px;
    border: 1px solid #CCC;
    width: 100%;
    height: 44px;
    border-radius: 8px;
    border-color: #FDCB52;
}

/* input[type="submit"] {
    background: #ccc;
    border: 1px solid #467459;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5), 0px 0px 3px rgba(0, 0, 0, 0.5) inset;
    display: block;
    width: auto;
    padding: 5px 15px;
    text-align: center;
    text-transform: uppercase;
    margin: 5px auto;
    cursor: pointer;
    border-radius: 32px;
    color: #000 !important;
    background: #FDCB52 !important;
} */


input[type="submit"]{
    display: block;
    width: auto;
    height: 37px;
    text-align: center;
    text-transform: uppercase;
    padding: 5px 15px;
    background: #0090B5;
    border-radius: 8px;
    border: 1px solid #0090B5;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    margin: 5px auto;
}

/* input[type="submit"]:hover {
    background: #ccc;
    border: 1px solid #000;
} */

input[type="submit"]:hover {
    background: #ffffff;
    color: #271B1A;
    border: 1px solid #fdcb52;
}



#logout {
    background: #252525;
    border: 1px solid #252525;
    border-radius: 3px;
    color: #fff;
    width: 50px;
    position: absolute;
    display: block;
    padding: 0px 10px;
    top: 0px;
    right: 0px
}

#logout:hover {
    background: #fff;
    color: #252525;
    border: 1px solid #252525
}

/*************/

.contenido {
    box-shadow: 0px 1px 2px 0 rgb(0 0 0 / 30%), 0px 1px 3px 1px rgb(0 0 0 / 15%);
    border-radius: 30px;
    margin: 10px;
    padding: 15px;
    background: #F2F2F2 !important;
}

.contenido table {
    solid #ccc;
}

#mod-left.mod-1 {
    background: #252525;
    width: 15%;
    height: 85%;
    margin: 0;
    position: fixed;
    top: 10%;
    bottom: 0;
}

#mod-left.mod-1 ul {
    margin-top: 20px
}

#mod-left.mod-1 ul a {
    display: block;
    padding: 5px;
    color: #fff;
    text-transform: uppercase
}

#mod-left.mod-1 ul a:hover {
    background: #FFFFFF;
    color: #252525
}

#mod-right.mod-3 {
    width: 82%;
    position: fixed;
    right: 1%;
    top: 13%;
    min-height: 75%;
    max-height: 75%;
    overflow: auto;
    box-shadow: 0px 0px 90px rgba(0, 0, 0, 0.5);
    border-radius: 2px;
}

#publica-inmueble {
    padding: 3px
}

#publica-inmueble .mod-2 {
    background: #fff;
    padding: 2%;
    width: 45%;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3)
}

#publica-inmueble .mod-2 input[type="text"],
#publica-inmueble .mod-2 select,
#publica-inmueble .mod-2 textarea,
#publica-inmueble .mod-2 h3,
#ciudaddiv2,
#barriodiv2 {
    min-width: 33.5%;
    padding: 0.7% 2px;
    display: inline-block
}

mod-2 h3 {
    font-weight: bold
}

footer {
    background: #000;
    text-align: center;
    padding: 10px 0px;
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 9999999
}

.table-pri-titulo {
    background: black !important;
    color: white;
    font-size: 13px;
}

.table-pri-titulo-1 {
    background: black !important;
    color: white;
    font-size: 13px;
}

.table-pri-titulo-2 {
    background: black !important;
    color: white;
    font-size: 13px;
}

.table-pri-titulo-3 {
    background: #3c523c !important;
    color: white;
    font-size: 13px;
}

.filaprincipal {
    background: black !important;
    color: white;
    font-size: 13px;
}

/* .trdiv {
    box-shadow: 0px 2px 2px 2px #ccc;
    border-radius: 10px;
    float: left;
    margin: 5px;
    padding: 10px;
} */


.trdiv {
    box-shadow: 0px 1px 2px 0 rgb(0 0 0 / 30%), 0px 1px 3px 1px rgb(0 0 0 / 15%);
    border-radius: 8px;
    float: left;
    margin: 10px;
    padding: 10px;
    background: #FFF !important;
    height: 250px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: stretch;
}

.trdiv:hover {
    background: #ccc;
}

/* .bootstrap-select>.dropdown-toggle {
    border-radius: 30px;
    border-color: #FDCB52;
} */

.bootstrap-select>.dropdown-toggle {
    box-sizing: border-box;
    height: 45px;
    border: 2px solid #FDCB52;
    border-radius: 8px;
}

select {
    border-radius: 8px;
    border-color: #FDCB52;
}

/* button, */
input{
    border-radius: 8px;
    border-color: #FDCB52;
}

input[type="text"],
select,
email {
    background: #fff;
    border-radius: 8px;
    border-color: #FDCB52;
}

input[type="date"] {
    height: 47px;
    width: 100%;
}

table {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    border: none
}

table td,
#customers th {
    padding: 8px;
}

table tr:nth-child(odd) {
    background-color: #f2f2f2;
}

table tr:hover {}

table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #331763;
    color: white;
}

td:first-child,
th:first-child {
    border-radius: 10px 0 0 10px;
    font-weight: bold;
}

td:last-child,
th:last-child {
    border-radius: 0 0px 0px 0;
    font-weight: bold;
}

footer {
    display: none !important;
}

/* .contenido {
    border-radius: 10px !important;
} */

.contflot {
    position: fixed;
    width: 268px;
    z-index: 9999999999;
    bottom: 4px;
    left: 10px;
}

/* a.mencargo {
    width: 100%;
    height: 22px;
    float: left;
    background: #719fbf;
    border-radius: 5px;
    margin: 10px;
    color: black;
} */

a.mencargo {
    color: #19333D;
    border: 1px solid #FDCB52;
    border-radius: 8px;
    margin: 0 10px 10px;
    width: auto;
    height: 22px;
    float: left;
    padding: 15px 20px;
    background: #FDCB52 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

a.mencargo i {
    padding-right: 5px;
}

.d-flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

h1.title-procesos {
    font-size: 40px;
    font-weight: bold;
    color: #0090B5;
    margin: 5px 0;
}

span.label-text {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #333333;
}

input#estado {
    box-sizing: border-box;
    width: 9px;
    height: 9px;
    border: 1px solid #333333;
}


input.btn-ocultar {
    color: #19333D !important;
    border: 1px solid #FDCB52 !important;
    border-radius: 20px;
    margin: 5px auto;
    width: auto;
    height: 30px;
    background: #FDCB52 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    box-shadow: none;
}

.d-flex-child {
    display: flex;
    justify-content: center;
    flex: 1 1 auto;
}

span.title-cliente {
    font-weight: bold;
    color: #271B1A;
    font-size: 16px;
    line-height: normal;
    letter-spacing: normal;
}

span.title-usuario-area {
    font-weight: bold;
    font-size: 14px;
    color: #0090B5;
    line-height: normal;
    letter-spacing: normal;
}


span.title-usuario-nombre {
    font-weight: bold;
    color: #19333D;
    font-size: 16px;
    letter-spacing: normal;
    line-height: normal;
}

button.btn-tarea {
    color: #19333D;
    border: 0px solid #000;
    background: #FDCB52 !important;
}

h3{
    font-size: 40px;
    font-weight: bold;
    color: #0090B5;
    margin: 5px 0;
}

@media (max-width: 576px) {
    .menuactivo {
        color: #fff !important;
    }

    .fa-bars:before {
        color: #fff;
    }

    button {
        margin: 5px 0;
    }

    .d-flex-center {
        flex-wrap: wrap;
    }

    .d-flex-child{
        flex-wrap: wrap;
        flex: 1 1 auto;
    }
    
    a.mencargo {
        font-size: 13px;
        margin: 0px 0px 10px;
        width: 350px;
    }

    #divPadre {
        overflow-x: hidden;
    }

    nav ul li a {
        color: #ffffff !important;
    }

}

a.arepo {
    color: #000;
}
h5.npan {
    float: left;
    margin: 0;
    font-size: 12px;
    font-weight: bold;
}
h5.npan2 {
    float: left;
    margin: 0;
    font-size: 11px;
}
