/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-top: 3rem;
  padding-bottom: 0rem;
  color: #5a5a5a;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 0rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}



/* Featurettes
------------------------- */

.featurette-divider {
  margin: 3rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 100;
  line-height: 1;
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 40px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 2.5rem;
  }
}


.container_1{
  margin-top: 0.5rem;
  margin-bottom: 3rem;
  text-align: center;
}

.adm_list{
  margin-left : 2rem;
  margin-bottom: 1rem;
  text-align: left;
}

.navbar {
  margin-bottom: 20px;
}


.container_footer
{
padding-top: 0.5em;  
padding-bottom: 0.5em;  
text-align: center;
color: #FFFFFF;
min-height: 3rem;
width: 100%;
}

.featurette-bottom-divider {
  margin: 0.4rem 0; /* Space out the Bootstrap <hr> more */
  color: white;
  background-color: white;
}

.featurette-bottom-divider-black {
  margin: 0.4rem 0; /* Space out the Bootstrap <hr> more */
  color: black;
  background-color: black;
}


/****************************************************************************/

.fabs {
  position: fixed;
  left: 15px;
  bottom: 20px;
}

.action {
  background: rgb(24, 145, 196);
  height: 55px;
  width: 55px;
  border-radius: 50%;
  box-shadow: 0 5px 7px 0px gray;
  transition: background-color 0.4s ease-in-out;
}

.action i {
  position: absolute;
  color: white;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 25px;
  cursor: pointer;
}

.action:hover {
  background-color: rgb(255, 103, 179);
}

.btns {
  position: absolute;
  bottom: 0px;
  margin-bottom: 10px;
  height: 40px;
  width: 40px;
  transition: 0.3s ease-in-out;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.btns.open {
  bottom: 50px;
}




/* ======================================= */
/* For Floating Buttons                    */
/* ======================================= */

.floating-btn {
 width:  1.35em;
 height: 1.35em;
 color: white;
 display: flex;
 align-items: center;
 justify-content: center;
 border-radius: 50%;
 font-size: 35px;
 position: fixed;
 z-index: 9;
}

.floating-Watsapp {
 right: 20px;
 bottom: 40px;
}

.floating-instagram {
 right:  20px;
 bottom: 100px;
 background-image: './images/instagram.png';
}

.floating-facebook {
 right:  20px;
 bottom: 160px;
}

.floating-linkedin {
  right:  20px;
  bottom: 220px;
 }

/*********** Products Text ***********/
.products-text{
  font-size: 17px;
  font-weight: normal;
  text-align: left;
}





.carousel .carousel-item {
  color: #999;
  overflow: hidden;
    min-height: 120px;
  font-size: 13px;
}
.carousel .media {
  position: relative;
  padding: 0 0 0 20px;
  margin-left: 20px;
}
.carousel .media img {
  width: 75px;
  height: 75px;
  display: block;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    border: 2px solid #fff;
}
.carousel .testimonial {
    color: #fff;
    position: relative;    
    background: #9b9b9b;
  padding: 15px;
  margin: 0 0 20px 20px;
}
.carousel .testimonial::before, .carousel .testimonial::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -20px;
}
.carousel .testimonial::before {
    width: 20px;
    height: 20px;
  background: #9b9b9b;
  box-shadow: inset 12px 0 13px rgba(0,0,0,0.5);
}
.carousel .testimonial::after {
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    border-left-color: #fff;
}
.carousel .carousel-item .row > div:first-child .testimonial {
  margin: 0 20px 20px 0;
}
.carousel .carousel-item .row > div:first-child .media {
  margin-left: 0;
}
.carousel .testimonial p {
  text-indent: 40px;
    line-height: 21px;
  margin: 0;
}
.carousel .testimonial p::before {
  content: "\201D";
    font-family: Arial,sans-serif;
    color: #fff;
    font-weight: bold;
    font-size: 68px;
    line-height: 70px;
    position: absolute;
    left: -25px;
    top: 0;
}
.carousel .overview {
  padding: 3px 0 0 15px;
}
.carousel .overview .details {
  padding: 5px 0 8px;
}
.carousel .overview b {
  text-transform: uppercase;
  color: #ff5555;
}

.carousel-indicators {
  bottom: -60px;
}
.carousel-indicators li, .carousel-indicators li.active {
  width: 17px;
  height: 17px;
  border-radius: 0;
  margin: 1px 3px;
  box-sizing: border-box;
}
.carousel-indicators li {	
    background: #e2e2e2;
    border: 4px solid #fff;
}
.carousel-indicators li.active {
    color: #fff;
    background: #ff5555;
    border: 5px double;    
}

.star-rating li {
  padding: 0 2px;
}
.star-rating i {
  font-size: 14px;
  color: #ffdc12;
}