#carrusel {
  float:left;
  width:100000000000px;
  overflow:hidden;
  height:700px;
  position:relative;
  margin-top:0px;
  margin-bottom:0px;
  border: none;
  color:white;
}

.titulo{
  position:relative;
  margin-left: 500px;
  color: aliceblue;
  top: -300px;  
  font-family: "Foundry Monoline W01 Md", sans-serif;
}

.texto{
  position:relative;
  margin-left: 480px;
  text-align: justify;
  color: aliceblue;
  top: -280px;  
  font-family: "Foundry Monoline W01 Md", sans-serif;
  font-weight: 100px;
}

.button1{
  position:relative;
  margin-left: 750px;
  width: 100px;
  color: aliceblue;
  background-color: #e4e4e4;
  top: -280px;
  font-family: "Foundry Monoline W01 Md", sans-serif;
}

.titulo1{
  position:relative;
  margin-left: -500px;
  color: aliceblue;
  top: -300px;  
  font-family: "Foundry Monoline W01 Md", sans-serif;
}

.texto1{
  position:relative;
  margin-left: 100px;
  text-align: justify;
  color: aliceblue;
  top: -280px;  
  font-family: "Foundry Monoline W01 Md", sans-serif;
  font-weight: 100px;
}

.button2{
  position:relative;
  margin-left: 200px;
  width: 200px;
  color: aliceblue;
  background-color: #e4e4e4;
  top: -280px;
  font-family: "Foundry Monoline W01 Md", sans-serif;
}


#carrusel .left-arrow {
  position:absolute;
  left:15px!important;
  z-index:1;
  top:50%;
  margin-top:-9px;
  color:white;
}

#carrusel .right-arrow {
  position:absolute;
  right:15px;
  z-index:1;
  top:50%;
  margin-top:-9px;
  color:white;
}

.carrusel {
  width:4000px;
  left:0px;
  position:absolute;
  z-index:0;
  border: none;
}

.carrusel>div {
  float: left;
  height: 700px;
  margin-right: 10px;
  width: 12000000px;
  text-align:center;
  border: none;
}

.carrusel img {
  cursor:pointer;
}

.product {
  border:#CCCCCC 1px solid;
}

.left-arrow {
  background-color:none;
  color:white;
}

.right-arrow{
  background-color: none;
  color:white !important;
}

.slideshow-content{
  background-color: white;
  text-align: center;
  height: 200px;
  padding-left: 50px; 

}
