* {box-sizing: border-box;
margin: 0;
padding: 0;}

#titulo {
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    font-size:1.6rem; 
    color: white;
    -webkit-text-stroke-width: 0.03rem; 
    -webkit-text-stroke-color: black; 
    text-stroke-width: 0.03rem; 
    text-stroke-color: black; 
    text-shadow: 1px 1px 0.3rem #382c2b; 
    display:inline;
}
#titulo2 {
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    font-size:1.6rem; 
    color: yellow;
    -webkit-text-stroke-width: 0.03rem; 
    -webkit-text-stroke-color: black; 
    text-stroke-width: 0.03rem; 
    text-stroke-color: black;
    text-shadow: 1px 1px 0.3rem #382c2b; 
        display:inline;
}

body {background-image: url(../imagenes/fondo.svg); background-size:auto;
margin:0;}
main{margin:0; padding:0;}

.centrado{text-align: center}
.carousel-item h1 {font-family: 'Concert One', cursive; text-shadow: 2px 1px 1px white; color: #333;
    -webkit-text-stroke-width: 0.03rem; 
    -webkit-text-stroke-color: white; 
    text-stroke-width: 0.03rem; 
    text-stroke-color: white;
      font-size: calc(100% + 1vw + 1vh);
}
.carousel-item h2 {font-family: 'Concert One', cursive; color: #005599;
    -webkit-text-stroke-width: 0.03rem; 
    -webkit-text-stroke-color: white; 
    text-stroke-width: 0.03rem; 
    text-stroke-color: white; 
  font-size: calc(100% + 1vw + 1vh);
}
.carousel-caption {
  transform: translateY(-50%);
  bottom: 0;
  top: 40%;
}
.row.featurette{
    max-height: 10%;
}
#contactanos{
    background-color:black;
}
#contactanos:target{
    padding-top:3rem;
}
#barrios{
    font-size: 0.9rem;
}
#pie {
  position: relative;
  bottom: 0;
  width: 100%;
  height: 1.5rem;
  line-height: 1.5rem;
  background-color: #000;
}
#pie p {font-size: 1rem; color:white;display:inline; margin: 0; padding:0;}
.scrollup {
 width: 30px;
 height: 30px;
 opacity: 1;
 position: fixed;
 bottom: 1rem;
 right: 1rem;
 display: none;
 text-indent: -9999px;
    background-color:black
 background-image: url(/imagenes/subir.svg);
 background: url('imagenes/subir.svg') no-repeat;
}
