/* 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: 2rem 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_custom
{
  min-height:830px
}

.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;
}


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

.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;
 }

 .floating-youtube {
  right:  20px;
  bottom: 280px;
 }