@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

body {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

#mapa {
    min-height: 500px;
    height: 100vh;
}

.contenedor-mapa {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.menu-izq {
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    padding: 10px 0;
    grid-column: span 1;
    background: transparent linear-gradient(154deg, #FFFFFF 0%, #D5CFCF 100%) 0% 0% no-repeat padding-box;
}

.filtros-mapa {
    padding: 0px 20px;
}

.filtros-mapa>.titulo {
    display: flex;
    align-items: center;
    text-align: left;
    font: normal normal bold 14px/18px Noto Sans;
    letter-spacing: 0px;
    color: #797979;
    margin: 20px 0;
}

.filtros-mapa>.titulo img {
    height: 50px;
    margin-right: 5px;
}


.mapa {
    grid-column: span 3;
}

.filtro-grupo {
    display: flex;
    flex-direction: column;
    padding: 5px;

}

.filtro-grupo label {
    text-align: left;
    font: normal normal bold 14px/20px Noto Sans;
    color: #797979;
    opacity: 1;
}

.content-select select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.content-select select::-ms-expand {
    display: none;
}


.content-select {
    max-width: 100%;
    position: relative;
}

.content-select select {
    display: inline-block;
    width: 100%;
    cursor: pointer;
    height: 35px;
    outline: 0;
    position: relative;
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #797979;
    border-radius: 99px;
    font: normal normal bold 12px/14px Noto Sans;
    letter-spacing: 0px;
    color: #000000;
    padding: 10px;
    transition: all 0.25s ease;
}

.content-select select:hover {
    background: #EEEEEE 0% 0% no-repeat padding-box;
}


.content-select i {
    position: absolute;
    right: 15px;
    top: calc(50% - 6px);
    width: 6px;
    height: 6px;
    display: block;
    border-left: 4px solid #981DC1;
    border-bottom: 4px solid #981DC1;
    transform: rotate(-45deg);
    transition: all 0.25s ease;
}

.content-select:hover i {
    margin-top: 3px;
}


.acciones {
    display: flex;
    justify-content: flex-end;
    padding: 5px 10px;
    height: 20px;
    align-items: center;
}

.acciones a {
    text-decoration: none;
    font: normal normal normal 14px/16px Noto Sans;
    margin-left: 20px;
   /*  line-height: 50px; */
    cursor: pointer;
}

.acciones>a {
    color: #981DC1;
}

.acciones .btnBuscar {
    background: #981DC1 0% 0% no-repeat padding-box;
    border: 1px solid #981DC1;
    border-radius: 99px;
    padding: 10px 20px;
    font: normal normal normal 14px/16px Noto Sans;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.accionW {
    margin: 50px 20px 0;
    padding: 5px;
    background: #98C11D 0% 0% no-repeat padding-box;
    border-radius: 99px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.accionW a {
    line-height: 49px;
    margin-left: 10px;
    text-decoration: none;
    color: #FFFFFF;
    font: normal normal bold 12px/14px Noto Sans;
}

.accionW img {
    height: 30px;
}

.btn-wsp {
    display: none;
}

.ol-selectable {
    margin: 0;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    width: 80%;
}

.pop-img {
    width: 100%;
    border-radius: 20px;
}

.ol-popup {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 20px;
}

.modal-body {
    display: flex;
    border-bottom: 1px solid #707070;
    padding: 20px;
}

.modal-imagen {
    width: 400px;
    height: 350px;
    display: flex;
    margin-right: 20px;
}
.modal-info{
    padding-top:20px;
}

.pop-titulo {
    display: flex;
    align-items: center;
}

.pop-titulo span {
    text-align: left;
    font: normal normal bold 30px/36px Noto Sans;
    letter-spacing: 0px;
    color: #662383;
    margin: 0 10px;
}

.pop-titulo img {
    width: 30px;
}

.pop-descripcion p {
    font: normal normal normal 16px/18px Noto Sans;
    letter-spacing: 0px;
    color: #797979;
}

.pop-descripcion p span {
    font: normal normal bold 18px/20px Noto Sans;
}
.modal-footer{
    padding: 30px;
    text-align: end;
}
.modal-footer a{
    text-decoration: none;
    font: normal normal normal 16px/20px Noto Sans;
    letter-spacing: 0px;
    color: #FFFFFF;
    background: #981DC1 0% 0% no-repeat padding-box;
    border-radius: 99px;
    padding: 5px 20px;
}
.modal-footer a:hover{
    background: #98C11D 0% 0% no-repeat padding-box;
    color: #FFFFFF;
}

.ol-popup:after {
  border-top-color: white;
  border-width: 10px;
  left: 48px;
  margin-left: -10px;
}

.ol-popup:before {
  border-top-color: #cccccc;
  border-width: 11px;
  left: 48px;
  margin-left: -11px;
}

.ol-popup-closer {
  text-decoration: none;
  position: absolute;
  top: 15px;
  right: 15px;
  font: normal normal normal 20px/20px Noto Sans;
  color: grey;
}

.ol-popup-closer:after {
  content: "X";
}


@media screen and (max-width: 600px) {
    .contenedor-mapa {
        grid-template-columns: repeat(1, 1fr);
    }

    .menu-izq {
        grid-row: 1;
    }

    .mapa {
        grid-column: span 1;
        grid-row: 2;
    }

    .accionW {
        display: none;
    }

    .btn-wsp {
        display: block;
        position: fixed;
        bottom: 45px;
        right: 25px;
        z-index: 100;
        transition: all 300ms ease;
    }

    .btn-wsp img {
        height: 70px;
    }

    .filtros-mapa>.titulo {
        margin: 0;

    }
    .ol-viewport{
        position: initial!important;
    }

    .ol-selectable {
        top: 0 !important;
        width: 90%;
        z-index: 2000;
    }
    .modal-body{
        flex-direction: column;
        border: none;
        padding: 10px;
    }
    .modal-imagen {
        width: 100%;
        height: 300px;
    }
    .modal-footer {
        padding: 0;
        text-align: center;
        padding-bottom: 20px;
    }
    .modal-footer a {
        padding: 5px 100px;
    }
    .ol-popup-closer {
        top: 27px;
        right: 27px;
        font: normal normal normal 35px/20px Noto Sans;
        background-color: #fff;
        padding: 10px;
        border-radius: 50%;
    }
    .pop-descripcion{        
    max-height: 170px;
    overflow-y: scroll;
    }
    .ol-overlaycontainer-stopevent{
        z-index: 200!important;
    }
    
    .ol-unselectable ol-layers{
         z-index: -200!important;
    }
    .ol-popup {
       min-height: 60vh;
        box-shadow: 0px 3px 30px #0000004D;
    }
    #mapa {
        min-height: 80px;
        height: 60vh; 
    }
    #popup-content{
       /*height: 100%; */
    }
    .modal {
      /*  height: 100%;*/
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
}