/*
Theme Name: Astrad
Theme URI: http://www.astrad.cl/
Author: Dani Duarte
Author URI: http://daniduarte.cl
Version: 1.0
*/

/*#13D2A9
#05C4E6*/

body {
  font-family: 'Roboto', sans-serif;
  margin: 0;
  padding-top: 70px;
}

.header {
  background: white;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 15px 0 0;
  height: 70px;
  z-index: 100;
  box-shadow: 0 3px 2px -2px rgba(0,0,0,.1);
}

.header__nav,
.header__nav > li {
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
}

.header__nav > li {
  display: inline-block;
}

.header__nav a {
  display: inline-block;
  padding: 10px 20px;
  color: white;
  position: relative;
}

.header__nav a:hover {
  text-decoration: none;
}


.header__nav a .fa {
  margin-left: 5px;
}

.header__nav .dropdown-menu {
  left: auto !important;
  right: 0 !important;
}

.header__brand {
  position: relative;
  display: inline-block;
}

.header__brand img {
  height: 100px;
  top: -30px;
  position: relative
}

.header__brand span {
position: absolute;
  left: 100%;
  white-space: nowrap;
  color: #999;
  font-style: italic;
  top: 12px;
  margin-left: 10px;
}

.cover {
/*  background: url(images/cover0.png);
  background-size: cover;
  padding: 160px 0;*/
  position: relative;
}

.cover--sm {
  background-image: none;
  padding: 30px 0;
}

.cover__title {
  font-size: 36px;
  color: white;
  margin: 0;
  padding: 20px 0;
  font-weight: bolder;
  text-transform: uppercase;
}

.carousel-caption {
  font-size: 42px;
  font-weight: bolder;
}

.carousel-control.left,
.carousel-control.right {
  background-image: none !important;
}

h3 {
  font-weight: bolder;
  margin: 30px 0;
}

.bg-color {
  display: block;
  background: linear-gradient(-45deg, #13D2A9, #05C4E6);
}

.bg-image1 {
  display: block;
  background: url(images/service1.png);
  background-size: cover;
}

.bg-image2 {
  display: block;
  background: url(images/service2.png);
  background-size: cover;
}

.bg-image3 {
  display: block;
  background: url(images/service3.png);
  background-size: cover;
}

.name {
  padding: 30px 0;
}

.name__title, 
.name__subtitle {
  margin: 0;
  padding: 0;
}

.name__title {
  font-weight: bolder;
}

.name__subtitle {
  padding: 20px 0 30px;
}

.brands-box {
  padding: 40px;
}

.image-box {
  box-shadow: 0 3px 2px -2px rgba(0,0,0,.1);
}

.image-box img {
  width: 100%;
  height: auto;
}

.brands-box__text {
  color: white;
  margin: 0;
  padding: 0;
  text-align: center;
}

.brands-box__images {
  margin-top: 30px;
}

.brands-box__navi {
  padding: 0;
  margin: 30px 0 0;
  text-align: center;
}

.brands-box__navi span {
  width: 10px;
  height: 10px;
  margin: 10px 0;
  border: 1px solid white;
  border-radius: 10px;
  display: inline-block;
}

.brands-box__navi span.active {
  background: white;
}

.solutions {
  padding: 30px 0;
}

.solutions__title {
  font-weight: bolder;
  /*margin: 30px 0;*/
  padding: 0;
  font-size: 36px;
}

.service-box {
  /*padding: 20px;*/
  display: block;
  height: 200px;
  overflow: hidden;
  position: relative;
}

.service-box:hover {
  text-decoration: none;
}

.service-box__title {
  color: white;
  font-size: 24px;
  margin: 0;
  padding: 0;
  font-weight: bolder;
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
}

.image-service {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  display: block;
}

.alignright {
  float: right;
}

.footer {
  padding: 30px 0;
}

.footer dl,
.footer dt,
.footer dd {
  margin: 0;
  padding: 0;
}

.footer dt {
  font-weight: bolder;
}

.footer dt,
.footer dd {
  margin-bottom: 10px;
}

.footer dd a {
  color: #333;
}

.footer dd a:hover {
  text-decoration: underline;
}

.footer dd {
  overflow: hidden;
  display: block;
}

.footer dd .fa {
  margin-right: 5px;
}

.credits {
  background: #eee;
  padding: 15px 0;
}

.credits__text {
  margin: 0;
  padding: 0;
}

.credits__brand {
  height: 20px;
  width: auto;
  position: relative;
}

.contact {
  background: #eee;
  padding: 30px;
  text-align: center;
  margin-top: 30px;
}

.text-box {}

.text-box__title {
  padding: 0;
  margin: 30px 0;
  font-weight: bolder;
  font-size: 24px;
}

.text-box__content {
  margin-bottom: 30px;
}

.text-box dl,
.text-box dt,
.text-box dd {
  margin: 0;
  padding: 0;
}

.text-box dt {
  font-weight: bolder;
}

.text-box dt,
.text-box dd {
  margin-bottom: 10px;
}

.text-box dd {
  overflow: hidden;
  display: block;
}

.text-box dd .fa {
  margin-right: 5px;
}

.customer {
  position: relative;
  display: block;
}

.customer__name {
  font-weight: bolder;
  font-size: 14px;
  margin: 0;
}
.customer__role {
  font-size: 12px;
}
.customer__content {}
.customer__excerpt {
  margin: 0 0 10px;
}
.customer__image {
  width: 140px;
  height: 140px;
  border-radius: 70px;
  float: left;
  margin-right: 20px;
}


.contact__text {
  font-weight: bolder;
  text-align: center;
}

.contact__link {
  padding: 10px 20px;
  color: white;
  display: inline-block;
}

.contact__link:hover {
  text-decoration: none;
  color: white;
}

@media (min-width: 768px) {
  .name .brands-box,
  .name .image-box {
    margin-top: -70px;
  }
} 