﻿@font-face {
    font-family: roboto;
    src: url('../fonts/Roboto-Light.ttf');
}
@font-face {
    font-family: robotoslad;
    src: url('../fonts/RobotoSlab-Regular.ttf');
}
/*arreglin*/
/*
.dropdown-menu {
    position: absolute;
    right: 0;
    transform: translate(0px, 0px) !important;
}*/
html {
    min-height: 100%;
    position: relative;
}
body {
    font-family: roboto;
    height: 100% !important;
}
select {
    font-family: roboto !important;
}
option {
    font-family: roboto !important;
}
h1, h2, h3, h4, h5, h6
{
    font-family: robotoslad;
}
.text-right
{
    text-align: right;
}
.text-justify
{
    text-align: justify;
}
.fondo {
    background-color: #0082ca;
    background-image: url('../Images/bg.min.jpg');
    background-size: 100%;
}
.cabecera
{
    height: 90px;
}
.cabecera img
{
    height: 85px;
    cursor: pointer;
}
.cabecera button {
    margin-top: 20px;
   height: 48px;
    }
.logos-login
{
    margin-top: 20px;
}
.logos-login img
{
    width: 300px; /*258*/
}
.cabecera label
{
    inline-size: 162px;
    line-height: 37px;
    vertical-align: bottom;
    text-align: right;
}
.cuadro-login
{
    border-radius: 15px;
}
.cuadro-panel
{
    background-color: white;
    width: 180px;
    height: 150px;
    border-radius: 15px;
    margin: 10px auto 10px auto;
    text-align: center;
    cursor: pointer;
    transition: .15s;
}
.cuadro-panel i
{
    font-size: 55px;
    margin-top: 33px;
}
div.datatable-wide {
    padding-left: 0;
    padding-right: 0;
}
.cuadro-panel p
{
    font-size: 16px;
    font-family: roboto;
    margin-top: 12px;
}
.cuadro-panel:hover
{
    background-color: #0f69b4;
}
.cuadro-panel:hover i
{
    color: white;
}
.cuadro-panel .fa-info-circle
{
        position: absolute;
        font-size: 16px; /*17*/
        margin: 0;
        margin-top: 0px;
        margin-left: 0px;
        margin-top: 0px;
        margin-left: 62px;
        margin-top: -16px;
        opacity: 0.7;
        padding: 2px;
}
.cuadro-panel-s .fa-info-circle
{
    position: absolute;
    font-size: 16px;
    margin: 0;
    margin-top: 0px;
    margin-left: 0px;
    margin-top: 0px;
    margin-left: 32px;
    margin-top: -20px;
    opacity: 0.7;
    padding: 2px;
}
.cuadro-panel:hover p
{
    color: white;
}

footer .sr {
    position:relative;
    background-color: #f8f9fa;
    width:100%;
    margin:0;
    padding: 0;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 160px;
    /*height: 170px; /*70*/
}
footer .footer-logos {
    height: 170px; /*60*/
    margin-top: -6px;
}

#protector {
    height: 160px;
}
@media (max-width:675px) {
    footer {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 90px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    footer .footer-logos {
        height: 80px;  
        margin-top: -6px;
    }
    #protector {
        height: 90px;
    }
}



footer p
{
    text-align: center;
    margin: 0px;
    font-size: 16px;
}
.cuadro-inicio {
    background-color: white;
    margin: 0 auto;
    width: 1278px;
    border-radius: 15px;
}
.cuadro {
    background-color: white;
    margin: 0 auto;
    border-radius: 15px;
}
.cuadro-mapa
{
    background-color: white;
    padding: 10px;
    border-radius: 15px;
}
.cuadro-mapa .ol-viewport
{
    border-radius: 10px;
}
.panel-lateral {
    background-color: white;
    /*margin-left: -12px;..............................................*/
    border-radius: 15px 15px 15px 15px;
}
.panel-lateral button
{
    width: 92%;
}
.dropdown-item
{
    cursor: pointer !important;
}
.select-pad {
    padding: 16px 7px !important;
}
.text-area-false {
    height: 58px;
    font-size: 10pt;
    resize: none
}
.btn-area-false {
    position: absolute;
    right: 18px;
    bottom: 4px;
    z-index: 100;
    color: #8a8a8a;
    cursor: pointer;
}
.btn-area-false:hover {
    color: #5c636a;
}
.tabla-dinamica tbody tr td {
    cursor: pointer;
}
.tabla-dinamica tbody tr:hover {
    background-color: #0f69b4;
    color: white;
}
.mi-popup {
    background-color: white;
    padding: 8px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px -5px black;
}
.label-empresa
{
    position: absolute;
    right: 30px;
    top: 34px;
    font-size: 16px;
    color: #0f69b4;
}

.cuadro-panel-s 
{
    background-color: white;
    width: 120px; /*110*/
    height: 108px; /*98*/
    border-radius: 15px;
    margin: 10px auto 10px auto;
    text-align: center;
    cursor: pointer;
    transition: .15s;
}
.cuadro-panel-s i
{
    font-size: 34px;
    margin-top: 21px;
}
.cuadro-panel-s p
{
    font-size: 16px;
    font-family: roboto;
    margin-top: 1px;
}

.cuadro-panel-s:hover {
    background-color: #0f69b4;
}

.cuadro-panel-s:hover i {
color: white;
}

.cuadro-panel-s:hover p {
color: white;
}
.tabla-ficha
{
    font-size: 16px;
}
.cuadro-panel span {
    position: absolute;
    margin-left: -40px;
    margin-top: 10px;
    background-color: #212529;
    color: white;
    font-size: 16px;
    width: 26px;
    border-radius: 15px;
    padding: 2px 2px 1px;
}
.cuadro-panel:hover span {
    background-color: white;
    color: #0f69b4;
}
.mensaje_error {
    color: gray;
    font-size: 9px;
    text-align: justify;
}
#pComunas a
{
}
.titulo_pag {
    /*position: absolute*/;
    /*text-align: center;*/
    color: #0f69b4;
    font-size: 25px;
    padding: 2px;
    font-family: robotoslad;
    /*margin-left: 35%;*/
}

.label-incluir {
    padding: 0px;
    font-size: 16px; /*11*/
    color: #0f69b4;
    margin-left: 5px;
}

.form-check-input:checked#checkNOMOP {
    background-color: #00c853;
    border: 1px solid rgba(0,0,0,.25);
}
.form-check-input:checked#checkNOMOPINFRA {
    background-color: #aeea00;
    border: 1px solid rgba(0,0,0,.25);
}
.form-check-input:checked#checkMOPPROY {
    background-color: #e53935;
    border: 1px solid rgba(0,0,0,.25);
}
.form-check-input:checked#checkMOPCONCE {
    background-color: #ff9800;
    border: 1px solid rgba(0,0,0,.25);
}
.form-check-input:checked#checkMOPINFRA {
    background-color: #e040fb;
    border: 1px solid rgba(0,0,0,.25);
}
tr:hover .table_link{
    color:white;

}
a.no-estilo:link {
    text-decoration: inherit;
    color: inherit;
    cursor: auto;
}

a.no-estilo:visited {
    text-decoration: inherit;
    color: inherit;
    cursor: auto;
}

#imagen_norte {
    position: absolute;
    z-index: 200;
    right: 20px;
    bottom: 45px;
    width: 60px;
    background-color: #ffffffc4;
    border-radius: 100px;
}

#imagen_norte_explorar {
    position: absolute;
    z-index: 200;
    right: 35px;
    bottom: 235px;
    width: 94px;
    background-color: #ffffffc4;
    border-radius: 100px;
}
#js-map {
    height: 600px
}
#js-map-plus {
    height: 700px
}

#terminos_frame {
    width: 100%;
    height: 700px;
}