/* 
    Author     : nhuanquiri
*/
a {
    text-overflow: ellipsis;
    word-break: break-all;
}

.header3 {
    background-image: url(../images/cabecera\ fondo_lapaz_2022-1536x864-1.jpg);
    background-color:#fff;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    color:#fff;
    height:120px;
    overflow: hidden;    
}

.logo-acm {
    background-image: url(../images/HEADER_ACM-1.png);
    background-repeat: no-repeat;
    background-position: top 15px left 20px;
    background-size: 150%;
    width: 262px;
    clip-path: xywh(0px 1px 200px 90% round 0 0);
    height: 114px;
    /* border: 1px solid yellow; */
}

.logo-gamlp {
    background-image: url(../images/HEADER_ACM-1.png);
    background-repeat: no-repeat;
    background-position: top 15px left -180px; 
    background-size: 150%;
    clip-path: xywh(0px 0px 245px 90% round 0 0);
    width: 262px;
    height: 114px;
    /* border: 1px solid yellow; */
}

.pie-de-pagina {
    background-image: url(../images/footer_f5_lpz.jpg);
    height: 87px;
    border: none;
    background-position: bottom;
    margin: 0px;
    color:#fff;
    text-align: center;
}


footer {
    background-color: #333333 !important;
    color: #d3d3d3 !important;
    font-size: 16px;
    padding: 15px;
}
.logo {
    color: #f4511e;
    font-size: 200px;
}
.logo-small {
    color: #00d2c9;
    font-size: 35px;
}

.cata-titulo b {
    color: #d57ee6;
}

.my-jumbotron {
    padding-top: 5px;
    padding-bottom: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.bg-grey {
    background-color: #f6f6f6;
}
.slideanim {visibility:hidden;}
.slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
}


.ol-search ul {
    max-width: none;
}

.map-container{
    width: 100%; 
    height: 55vh;
    min-height: 430px;
    border: 1px solid #d0d0d0;
}

#map { 
    width: 100%; 
    height: 100%;
}


.catabox { display:inline-block; width:2em; height:1em; }

/*
table.tbl_info td, table.tbl_info th {
    padding: 1px 2px 1px 2px;
    font-size: 1.125em;
}
*/

/*
table.tbl_info {
    margin-top: 2px;
}
*/

table.tbl_info .cell_campo, 
table.tbl_info .cell_info {
    padding: 1px 2px 1px 2px;
    font-size: 1.115em;
    border-bottom: thin solid #efd8a7;
}

table.tbl_info .cell_title {
    padding: 1px 2px 1px 2px;
    font-size: 1.125em;
    background-color: #fbe4b5;
    font-weight: bold;
    border-top: 1px solid #f4bc46;
    /* border-bottom: 1px solid #f4bc46; */
    background-image: linear-gradient(#f9da9b, #fffff0);
}

table.tbl_info .cell_campo {
    font-style: italic;
    font-weight: bold;
}

.info-bar-message {
    padding: 3px;
    background-color: #fffff0; /* #909090; */
    border-radius: 3px;
    color: #1b5763;
    border: 1px solid #fff;
    font-size: 1.2em;
    font-weight: bold;
}

.info-content {
     width: 300px;
     height: 220px;
     max-width: 450px;
     /* max-height: 220px; */
     overflow: auto;
     background-color: #fffff0;
     cursor: default;
}

.advertencia-nota {
    font-size: 1.150em;
    font-weight: bold;
}

.panel-info-cata {
    min-width: 270px;
    max-width: 270px;
    overflow: auto;
    max-height: 280px;
    min-height: 200px;
}
.affix {
    top: 0;
    width: 100%;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.affix-top {
    position: static;
    top: -35px;
}
.affix + .container{
    padding-top: 70px;
}

div.my-search-ext > ul.autocomplete {
    position: absolute;
    background-color: #FFFFF0;
    z-index: 1000;
    max-height: 180px;
    overflow: auto;
}

div.my-search-ext > input.search {
    padding: 0.5em 0.5em 0.5em 0.5em;
    border: thin solid lightgrey;
    font-size: 1.125em;
    height: 1.8em;
    border-radius: 5px;
}

.modal-content {
    top: 24px;
}

/* Selecciona cualquier <div> que se muestre en modo de pantalla completa */
/* Implementado en Firefox, WebKit/Chrome, y Edge/IE usando prefijos;
   Edge también es compatible con la versión sin prefijo */
div:-moz-full-screen {
  background-color: #fff;
}

div:-webkit-full-screen {
  background-color: #fff;
}

div:fullscreen {
  background-color: #fff;
}

/* Nuevos estilos */
.layer-info-x-panel {
    border-bottom: 1px solid #c0c0c0;
    margin-bottom: 20px;
    background-color: #FAFAFA;
    max-width: 11em;
    background-image: linear-gradient(#E0E0E0, #F0F0F0);
    padding: 2px;
}

div.layer-info-x-panel > div > select {
    max-width: 10.8em;
}

.layer-info-x-desc {
    border: 1px solid #ffb871;
    margin-top: 2px;
    margin-bottom: 2px;
    background-color: #FFF;
    font-size: 0.9em;
    color: #1b5763;
    padding: 3px;
}

.layer-info-x-close{
    float: right;
    background-color: #f0f0f0;
    padding: 1px 5px 1px 5px;
    font-size: 0.85em;
    border-bottom: 1px solid #c0c0c0;
    border-left:  1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
    top: 2px;
    right: 8px;
    position: relative;
}

.alert-myinfo {
    color: #1b5763;
    background-color: #f5f5f5;
    border-color: #EAEAEA;
}

.alert-myinfo span{
    color: #dfdfdf;
    background-color: #f5f5f5;
    border-color: #EAEAEA;
}

.layer-switcher-container {
    /* width: 100%;
    height: 50vh;
    min-height: 430px; */
    width: 100%;
    max-height: 55vh;
    overflow: auto;
    /* background-color: #F0F0F0; */
    border: 1px solid #d0d0d0;
    max-width: 24em;
}

.layer-switcher-container > div {
    min-width: 15em;
    max-width: 22em;
}

.offset-top-50 {
    margin-top: 50px;
}


.ol-layerswitcher .panel li label {
    /* max-width: none; */
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
}

.ol-layerswitcher .panel {
    background-color: #e4f4f8;
}


.ol-layerswitcher .layerInfo {
    background: #1b5763;
    border-radius: 90%;
}

.ol-layerswitcher .expend-layers:after {
    background: #1b5763;
}

.ol-layerswitcher .expend-layers:before, .ol-layerswitcher .collapse-layers:before {
    background: #1b5763;
}

.ol-layerswitcher .panel li {
    border: 1px solid #d0d0d0;
    margin-bottom: 3px;
}

.ol-layerswitcher .ol-layer-group > ul > li {
    border: 0px solid #fff;
    background: #fff;
}

.ol-layer-group > .ol-layerswitcher-buttons > .layerInfo {
    display: none;
}

.ol-popup.shadow {
    -webkit-box-shadow: 2px 2px 4px 4px rgba(0,0,0,0.38);
    box-shadow: 2px 2px 4px 4px rgba(0, 0, 0, 0.38);
}

.ol-popup.default .anchor:after {
    border-color: #fffff0 transparent;
}

.tbl_info {
    width: 100%;
}

.ol-popup table {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.social-icons{
    width: 250px;    
    padding: 40px 20px;
    margin: 0px auto;
}
.social-icons a{
    
    background: #fff;
    padding: 20px 10px 10px 10px;
    height: 30px;
}



.footer{
    text-align: center;
}