*{
  border: 0px;
  padding: 0px;
  margin: 0px;
}
/*
font-family: athelas, serif;
font-weight: 700;
font-style: normal;

font-family: montserrat, sans-serif;
font-weight: 400;
font-style: normal;

font-family: montserrat, sans-serif;
font-weight: 700;
font-style: normal;
*/

p{
  font-family: montserrat, sans-serif;
font-weight: 400;
font-style: normal;
}
h2{
  font-family: athelas, serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
}
h4{
  font-family: montserrat, sans-serif;
font-weight: 700;
font-style: normal;
font-size: 1.2rem;
}
hr{
  background: #000;
}
.negativo{
  background: #000;
  color: #fff;
  font-family: athelas, serif;
  font-weight: 700;
}
.bajada{
  width: 90%;
}
/*hover imagenes*/
.div1 {
  position: relative;
}

.div1 .div2 {
  position: absolute;  
  top: 0;  
  left: 0;
  opacity: 0;
  transition: .5s;
}
.elle{
  background: #000;
}
.div1:hover .div2 {
  opacity: 1;
}
/*hover imagenes*/
.line-1{
  border: 2px #000 solid;
}
.line-l{
  border-left: 4px #000 solid;
}
.line-r{
  border-right: 4px #000 solid;
}
.carousel-control-next, .carousel-control-prev {
    height: 80%;
  }
.carousel-control-next-icon {
    background-image: url(../img/next.svg)!important;
}
.carousel-control-prev-icon {
    background-image: url(../img/prew.svg);
}
.btn-img{
  width: 250px;
  margin: 2rem;
}

footer{
  background: #000;
}

@media only screen and (max-width: 600px) {
  .line-l{
  border-left: none;
  }
  .line-r{
  border-right: none;
  }
}