﻿/* CarroSell */
#slider {
  padding-top: 100px;
  padding-bottom: 50px; 
}
.carousel-indicators{
	position:absolute;
	top: 310px;
}
.carousel-indicators li {
	background: #C4C4BE;
}
.carousel-indicators li.active {
	background: #FE980F;
}
.item{
  padding-left: 100px;    
}
.girl {
  margin-left: 0;
}
.item h1 {
  color: #B4B1AB;
  font-family: abel;
  font-size: 48px;
  margin-top: 80px;
}
.item h1 span {
	color:#FE980F;
}
.item h2 {
  color: #363432;
  font-family: 'Roboto', sans-serif;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 22px;
  margin-top: 10px;
}
.item p {
	color:#363432;
	font-size:16px;
	font-weight:300;
	font-family: 'Roboto', sans-serif;
}
.item img{
    max-width: 90%;
}

