@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700");
.carousel-control-next-icon, .carousel-control-prev-icon {
  width: 45px !important;
  height: 45px !important;
}

.slider-content {
  display: flex;
  flex-flow: row-reverse;
}
.slider-content .slider-info {
  background-color: #005596d1;
  padding: 30px 75px 30px 25px;
  width: 45%;
}
.slider-content .slider-info .btn-show-more {
  color: #005596;
  background-color: #fcb035;
  border-color: #fcb035;
  border-radius: 0px;
  font-size: 14px;
  padding: 5px 25px;
  font-weight: 700;
}

.all-sol .btn-all-sol {
  color: black;
  background-color: #fcb035;
  border-color: #fcb035;
  border-radius: 0px;
  font-size: 14px;
  padding: 5px 25px;
  font-weight: 700;
  width: 100%;
}

.carousel-caption {
  height: 75%;
}

.carousel-indicators .active {
  background-color: #fcb035;
}

.our-solutions {
  background-color: #e8edef;
  background-image: url("/images/imgs_redsuperior.png");
  background-repeat: no-repeat;
  background-size: 11%;
}
.our-solutions .sol-title {
  color: white;
  margin-top: -40px;
}
.our-solutions .sol-title h3 {
  font-weight: 700;
}

.support-service {
  background-image: url("/images/imgs_redinferior.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 11%;
}
.support-service h1 a {
  color: #005596;
}
.support-service h1 a:hover {
  text-decoration: none;
}

.about-us {
  background-image: url("/images/ban.jpg");
  background-size: 100% 100%;
  padding-top: 75px;
  padding-bottom: 75px;
}
.about-us h1, .about-us p {
  color: white;
  text-align: center;
}
.about-us p {
  font-weight: 100;
  line-height: 35px;
}
.about-us .btn-about-us {
  background-color: #005596;
  color: white;
  width: 75%;
}

.news a:hover {
  text-decoration: none;
}
.news h5 {
  color: #212529;
  font-weight: 700;
  padding-top: 10px;
}
.news p {
  font-weight: 700;
  color: #005596;
}
.news .btn-news {
  background-color: #e8edef;
  color: #005596;
  width: 100%;
  font-weight: 700;
}

/*RESPONSIVE SLIDER*/
@media only screen and (max-width: 600px) {
  #slider-img {
    height: 180px;
  }

  .carousel-caption {
    height: 80%;
  }

  .slider-info {
    padding: 15px 35px 15px 25px !important;
    width: 100% !important;
  }
  .slider-info .btn-show-more {
    font-size: 10px;
  }
  .slider-info h2 {
    font-size: 15px;
  }
  .slider-info h6 {
    font-size: 10px;
  }
}
@media only screen and (max-width: 900px) and (min-width: 600px) {
  #slider-img {
    height: 180px;
  }

  .carousel-caption {
    height: 80%;
  }

  .slider-info {
    padding: 15px 35px 15px 25px !important;
    width: 75% !important;
  }
  .slider-info .btn-show-more {
    font-size: 10px;
  }
  .slider-info h2 {
    font-size: 15px;
  }
  .slider-info h6 {
    font-size: 10px;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 901px) {
  #slider-img {
    height: 180px;
  }

  .carousel-caption {
    height: 80%;
  }

  .slider-info {
    padding: 15px 35px 15px 25px !important;
    width: 50% !important;
  }
  .slider-info .btn-show-more {
    font-size: 10px;
  }
  .slider-info h2 {
    font-size: 17px;
  }
  .slider-info h6 {
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .our-solutions {
    background-size: 110px;
  }

  .support-service {
    background-size: 110px;
  }
}
/*FIN RESPONSIVE*/

/*# sourceMappingURL=home.css.map */
