@import url("https://assets.podemos.info/bower_components/montserrat-fonts-sources/fonts/webfonts/Montserrat.css");

*{
  margin:0;
  padding:0;
}
body{
  font-family: 'Montserrat', 'sans-serif' !important;
}
.topnav{
  position: fixed;
    z-index: 8000;
    background-color: #fff;
    width: 100% !important;
    box-shadow: 0px 0px 20px;
    overflow-x: hidden;
}
.logo{
  width: 15%;
}
.fab{
  padding: 10px;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
  background-color: #693189;
  color:#fff;
}
.fa-facebook:hover{
  background-color: #3b5998;
}
.fa-twitter:hover{
  background-color: #1dcaff;
}
.fa-youtube:hover{
  background-color: #c4302b;
}
.slider{
  padding-top: 80px;
}
.carousel-item img {
  width: 100vw;
}
.carousel-indicators li{
  background-color: #ebb619 !important;
  height: 6px !important;
}
.carousel-indicators li.active{
  background-color: #693189 !important;
}
h1{
  color: #693189 !important;
  font-weight: 700 !important;
  font-size: 3.2rem !important;
}
h4{
  font-weight: 600 !important;
  font-size: 3.5rem !important; 
  color: #ebb619 !important;
}
h5{
  font-weight: 800 !important;
  font-size: 1.5rem !important; 
  color: #693189 !important;
}
.inferior{
  background-image: url('../images/paper_texture_10.png');
  background-position: center;
  background-size: cover;
}
footer{
  background-color: #693189;
}

@media (max-width: 992px){
  .cabecera,.pie{
    flex-wrap: nowrap !important;
  }
  h1{
    font-size: 2.7rem !important;
    font-weight: 700 !important;
  }
  h4{
    font-size: 2rem !important;
  }
  h5{
    padding-top: 10px;
  }
}