@font-face {
    font-family: "Fredoka One";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/fredokaone/v12/k3kUo8kEI-tA1RRcTZGmTlHGCaI.ttf) format("truetype");
}
.btn-primary {
    background-color: #252162 !important;
    color: #fff;
}
.btn-success {
    font-weight: 700;
}
.btn-info {
    font-weight: 700;
}
.btn-warning {
    font-weight: 700;
}
.btn-danger {
    font-weight: 700;
}
.box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
div#ubicacion {
    padding-top: 20px;
    padding-bottom: 40px;
    background-size: cover;
    height: 360px;
    width: 1170px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
@media only screen and (max-width: 480px) {
    div#ubicacion {
        width: 100%;
    }
}
div#ubicacion div.titulo {
    width: 100%;
    text-align: center;
    padding-bottom: 40px;
    padding-top: 20px;
    letter-spacing: 1px;
    font-weight: 700;
}
div#ubicacion .container-fuid {
    width: 100%;
    position: relative;
    float: left;
}
div#ubicacion .container-fuid .col1 {
    width: 33%;
    float: left;
    padding-bottom: 40px;
    padding-right: 20px;
    height: 600px;
}
div#ubicacion .container-fuid .col1 h3 {
    margin-bottom: 20px;
}
div#ubicacion .container-fuid .col1 .form-group {
    width: 100%;
    float: left;
    padding-bottom: 10px;
}
div#ubicacion .container-fuid .col1 .form-group input,
div#ubicacion .container-fuid .col1 .form-group textarea {
    width: 100%;
    float: left;
    padding: 10px;
    background: 0 0;
    border: 1px solid #fff;
}
div#ubicacion .container-fuid .col1 .form-group input.enviar {
    padding: 10px;
    width: 100%;
    background: #4f5ca5;
    border: none;
}
div#ubicacion .container-fuid .col2 {
    margin-top: 50px;
    float: left;
    height: auto;
    padding-bottom: 40px;
    padding: 40px;
    height: 600px;
    width: 66%;
}
div#ubicacion .container-fuid .col2 img.mapas {
    float: left;
    margin-top: 0;
    padding-bottom: 20px;
    margin-left: 00px;
    width: 100%;
}
div#ubicacion .container-fuid .col2 p.nota {
    text-align: right;
    padding-top: 20px;
    opacity: 0.5;
}
div#ubicacion .container-fuid h3 {
    margin-bottom: 0;
    padding-bottom: 0;
    color: #ffbd68;
}
div#ubicacion .container-fuid .col {
    float: left;
    width: 24.5%;
    margin-right: 0;
    height: 150px;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}
@media only screen and (max-width: 480px) {
    div#ubicacion .container-fuid .col {
        width: 100%;
        height: auto;
    }
}
div#ubicacion .container-fuid address {
    font-style: normal;
    font-size: 14px;
    line-height: 18px;
    padding: 0;
    padding-bottom: 20px;
    height: 150px;
}
@media only screen and (max-width: 480px) {
    div#ubicacion .container-fuid address {
        height: auto;
    }
}
div#ubicacion .container-fuid address h3 {
    padding-bottom: 10px;
    font-size: 18px !important;
    border-bottom: 1px solid #98d9f4;
    margin-bottom: 10px;
}
div#ubicacion .container-fuid address img {
    width: 100%;
}
div#ubicacion .container-fuid address a {
    color: #fff;
}
#ubicacion {
    padding-top: 80px;
    padding-bottom: 40px;
    padding-top: 60px;
    padding-bottom: 0;
    background-size: cover;
    height: auto;
}
.container {
    width: 1100px;
}
@media only screen and (max-width: 480px) {
    .container {
        width: 100% !important;
    }
}
.btn.perfil {
    background: #f5f5f5;
    border: 1px solid gray;
}
.btn.perfil:hover {
    background: gray;
    color: #fff;
}
.noti__item {
    margin-right: 0;
}
.notifi-dropdown {
    left: -160px;
    min-height: 400px;
    height: 400px;
    overflow: auto;
}
.notifi__footer {
    padding: 10px;
}
section.contenedora {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
div#pop {
    background: #fc3;
    padding: 5px 20px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    color: #002da1;
    font-size: 1em;
    z-index: 99999;
    -webkit-transition: transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: block;
}
@media only screen and (max-width: 480px) {
    div#pop {
        padding-bottom: 10px;
    }
}
div#pop:hover {
    opacity: 1;
}
div#pop .container-fluid {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
}
div#pop .container-fluid img {
    height: 36px;
    width: 149px;
    float: left;
    padding-top: 15px;
}
@media only screen and (max-width: 480px) {
    div#pop .container-fluid img {
        padding-top: 15px;
    }
}
div#pop .container-fluid p {
    float: left;
    width: 55%;
    padding-top: 12px;
    padding-left: 20px;
    font-size: 12px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    div#pop .container-fluid p {
        width: 55%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    div#pop .container-fluid p {
        width: 50%;
    }
}
@media only screen and (max-width: 480px) {
    div#pop .container-fluid p {
        width: 100%;
        padding: 10px;
        padding-right: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}
div#pop .container-fluid strong {
    padding-top: 10px;
    padding-left: 20px;
    font-size: 1em;
    float: left;
    width: 25%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    div#pop .container-fluid strong {
        width: 25%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    div#pop .container-fluid strong {
        width: 50%;
    }
}
@media only screen and (max-width: 480px) {
    div#pop .container-fluid strong {
        width: 50%;
    }
}
div#pop .close {
    height: 40px;
    width: 40px;
    position: absolute;
    top: -20px;
    right: 50px;
    background: #fff;
    box-shadow: 2px 2px 2px #8a90a6;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    div#pop .close {
        right: 25px;
    }
}
@media only screen and (max-width: 480px) {
    div#pop .close {
        right: 25px;
    }
}
div#pop .close span {
    color: #000;
    padding-left: 15px;
    padding-top: 12px;
    float: left;
}
div#pop a {
    color: #002da1;
}
div#sidebar {
    height: 100%;
    border-right: 1px solid gray;
}
a.lada {
    font-size: 28px;
}
.delete_file {
    color: red !important;
}
.form_info .form-group {
    margin-bottom: 20px;
}
.business-header {
    margin-top: 20px;
    height: 500px;
    min-height: 500px;
    width: 1070px;
    margin-left: auto;
    margin-right: auto;
}
@media only screen and (max-width: 480px) {
    .business-header {
        width: 100%;
    }
}
.business-header .columna-1 {
    float: left;
    width: 50%;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@media only screen and (max-width: 480px) {
    .business-header .columna-1 {
        width: 100%;
    }
}
.business-header .columna-1 .titulo {
    font-family: "Fredoka One", cursive;
    font-size: 2.6em;
    color: #252162;
    margin-top: 4em;
}
@media only screen and (max-width: 480px) {
    .business-header .columna-1 .titulo {
        margin-top: 0;
    }
}
.business-header .columna-1 .texto {
    margin-top: 25px;
    font-family: Roboto, sans-serif;
    padding-left: 0;
}
@media only screen and (max-width: 480px) {
    .business-header .columna-1 .texto {
        display: none;
    }
}
.business-header .columna-2 {
    float: left;
    width: 50%;
    height: 500px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url(../img/welcome_palobras_by_sirocimss.png) center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: contain;
    background-size: contain;
}
@media only screen and (max-width: 480px) {
    .business-header .columna-2 {
        width: 100%;
        height: 450px;
    }
}
@media only screen and (max-width: 480px) {
    header.header {
        width: 100%;
    }
}
@media only screen and (max-width: 480px) {
    div#headfix span {
        margin-right: 5px;
    }
}
.logo-login {
    width: 20%;
}
@media only screen and (max-width: 480px) {
    .logo-login {
        width: 40%;
    }
}
#headfix {
    background: #252162;
    width: 100%;
    height: 30px;
    position: fixed;
    top: 0;
    z-index: 999;
    padding-top: 0;
    color: #fff;
}
#headfix a {
    color: #fff !important;
}
#headfix .phone {
    padding-left: 24px;
    background: left center no-repeat;
    -webkit-background-size: 20px;
    background-size: 20px;
    background-image: url(../img/phone_h.png);
    margin-right: 5px;
    overflow: hidden;
}
#headfix .ws {
    background-image: url(../img/w_h.png);
}
#headfix .social a .link {
    margin-left: 0;
    background-image: url(../img/link_h.png);
}
#headfix .social a .instagram {
    background-image: url(../img/instagram_h.png) !important;
}
#headfix .social a .facebook {
    background-image: url(../img/facebook_h.png) !important;
}
.header {
    background-color: #fff;
    border-bottom: 4px solid #252162;
    font-size: 11px;
    margin-top: 30px;
}
.header .container .navbar-expand-lg .bienvenido .gerente {
    background-color: transparent !important;
    color: #55595c !important;
}
.header .container .navbar-expand-lg .bienvenido .gerente .zmdi-account {
    padding: 10px;
    background-color: #a9a9a9;
    font-size: 1.4em;
    border-radius: 24px;
    height: 35px;
    width: 35px;
}
.header .container .navbar-expand-lg .bienvenido .contratista {
    background-color: transparent !important;
    color: #55595c !important;
}
.header .container .navbar-expand-lg .bienvenido .contratista .zmdi-account {
    padding: 10px;
    background-color: #a9a9a9;
    font-size: 1.4em;
    border-radius: 24px;
    height: 35px;
    width: 35px;
}
.titulo-dash {
    font-size: 2em;
}
section#blocks-content {
    padding-bottom: 10px;
}
section#blocks-content .row {
    width: 100%;
}
section#blocks-content .row .col-obras {
    float: left;
    width: 25%;
    padding-right: 14px;
    padding-left: 14px;
}
section#blocks-content .row .col-obras .url-obras {
    width: 100%;
}
section#blocks-content .row .col-obras .url-obras .card {
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.05);
    margin-bottom: 1.875rem;
    position: relative;
    display: block;
    margin-bottom: 1rem;
    background-color: #fff;
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, 0.06);
}
section#blocks-content .row .col-obras .url-obras .card .card-body .card-block {
    padding: 1.5rem;
}
section#blocks-content .row .col-obras .url-obras .card .card-body .card-block .media {
    overflow: hidden;
}
section#blocks-content .row .col-obras .url-obras .card .card-body .card-block .media .media-right .font-large-2 {
    font-size: 3rem !important;
}
.propietarios {
    background-color: #fff;
    padding: 10px;
}
.propietarios .gerente {
    color: #fff !important;
}
.proovedores {
    background-color: #fff;
    padding: 10px;
}
.proovedores .gerente {
    color: #fff !important;
}
.side_bar {
    background: #fff;
    min-height: 480px;
    max-height: 480px;
    padding: 20px 10px;
    border-radius: 5px;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.05);
    float: left;
}
@media only screen and (max-width: 480px) {
    .side_bar {
        display: none;
    }
}
@media only screen and (max-width: 480px) {
    .info-dash {
        max-width: 100% !important;
    }
}
.boton-gral {
    padding: 15px;
}
.boton-gral:hover {
    opacity: 0.85;
}

form .hidden-form {
    padding: 0!important;
    width: 0!important;
    height: 0!important;
    margin: 0!important;
    border: 0!important;
}

.formulario {
    padding-right: 0;
}
.formulario .tabla-obreros {
    padding-left: 0;
    padding-right: 0;
}
.formulario .tabla-obreros .obras-gerente {
    background-color: #fff;
    padding: 10px;
}
form .form-group .col-form {
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
section.contenedora .obra-proveedor {
    background-color: #fff;
    padding: 10px;
}

.bg-dark-blue {
    background-color: #102e6a;
}

.dark-blue {
    color: #102e6a;
}

.btn-outline-dark-blue {
    border: 1px solid #102e6a;
    color: #102e6a;
    background-color: transparent;
}

.btn-outline-dark-blue:hover,
.btn-outline-dark-blue:focus{
    border: 1px solid #102e6a;
    background-color: #102e6a;
    color: white;
}
.btn-outline-dark-blue:active{
    border: 1px solid #010e28;
    background-color: #28437a;
    color: white;
}

.btn-primary-dark-blue {
    border: 1px solid #102e6a;
    color: white;
    background-color: #102e6a;
    transition: all .2s;
    border-radius: 3px;
}

.btn-primary-dark-blue:hover,
.btn-primary-dark-blue:focus{
    border: 1px solid #102e6a;
    background-color: #334b7a;
    color: white;
}
.btn-primary-dark-blue:active{
    border: 1px solid #010e28;
    background-color: #18253f;
    color: white;
}