.carousel-indicators{
     border-radius: 50%;
     list-style: initial;
     color: #F23E14;
     font-size: 55px;
}

body{
  font-family: 'Roboto Slab', sans-serif;
}
/*
*/
.colorprincipal{
  color: #F76A00;
}
/**/
.display-5 {
    font-size: 3.0rem;
    font-weight: 300;
    line-height: 1.2;
}
.display-6 {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2;
}
.display-7 {
    font-size: 2.0rem;
    font-weight: 300;
    line-height: 1.2;
}
.display-8 {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.form-control {
    color:#ffffff;
    background-color:#2D2D30 ;
    border: none;
    border-radius: 30px;
    font-size: 25px;

}

/* Bottom right text */
.bottom-right {
    position: absolute;
    bottom: 12px;
    right: 30px;
  }

  .social ul li .icon-background-ws {background:#1FC045 !important;} 
.social ul li .icon-background-ws:hover {background:#16e046 !important;} 
.social ul li .icon-background-phone {background:#4a4a4a !important;}
.social ul li .icon-background-phone:hover {background:#7b7a7a !important;}

.social {
  position: fixed;
  right:0px;
  top:20%;
  z-index: 7000;  
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.social ul {
  list-style: none;
  padding:10px 0px 0px 5px;

}

.social ul li a i{
font-size:25px;
right:4px;
}

.social ul li a
{
  padding-top:12px !important;
  border-radius:50% !important;
  width:50px;
  height: 50px;
  /*margin-bottom:5px;*/
}