@charset "utf-8";

@font-face {
    font-family: 'stellarbold';
    src: url('stellar-bold-webfont.woff2') format('woff2'),
         url('stellar-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'stellarlight';
    src: url('stellar-light-webfont.woff2') format('woff2'),
         url('stellar-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'stellarmedium';
    src: url('stellar-medium-webfont.woff2') format('woff2'),
         url('stellar-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'stellarregular';
    src: url('stellar-regular-webfont.woff2') format('woff2'),
         url('stellar-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




body {
    background-color: white;
    margin: auto;
    width: 100%;
}




header {
    color: white;
    background-color: #f16f8d;
    font-size: 9pt;
    font-family: 'stellarregular';
}




h1 {
    font-family: 'stellarbold';
    color: #f16f8d;
    margin-left: 10px;
    margin-top: 150px;
    font-size: 40pt;
    }





#donde {
    width: 5%;
    margin-top: 15px;
    margin-left: 40px;
    }




section nav ul li{
    display: inline;
    color: rgb(0, 173, 200);
    font-size: 11pt;
    font-family: 'stellarregular';
}



#mapa {
    width: 90%;
    margin-left: 40px;

}

#mapa img {
width: 100%;

}





.listado {
    display: flex;
    justify-content: space-between;
     }

.listado p {
    display: list-item;
    text-decoration-style: 0;
    display: inline; 
    flex-direction: column;
    font-size: 14pt;
    color: rgb(0, 173, 200);
    font-family: 'stellarbold';
    width: 100%;
    margin-left: 1px;
    margin-right: 1px;
      }











#buscador {
    width: 100%;
    
}

#buscador img {
    margin-top: 100px;
    width: 95%;
    
}



h3 {
    margin-top: 5em;
     }

h3 a {
    text-decoration: none;
    color: #f16f8d;   
    font-size: 20pt;
    font-family: 'stellarbold';
   }

    
.pie {
    margin-top: 100px;
    font-size: 6pt;
    color: #00adc8;
    text-align: center; 
    font-family: 'stellarregular';
    }