/* ************************* */
/* *** IRON CALLS STYLES *** */
/* ************************* */

.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }
.material-icons.md-100 { font-size: 100px; }

/* ======================================================= */

body {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.5;
  color: #777777;
  color: #7f7f7f;
  background: #fff;
  width: 100%;
  height: 100%;
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
}

.navbar-brand img {
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-top: -6px;
  margin-right: 5px;
}

.navbar-brand img.brand-name {
  display: inline-block;
  width: 150px;
  height: 23px;
  margin-top: -14px;
  margin-right: 5px;
}

.navbar-header a {
  font-size: 36px !important;
  color: #3db0d9 !important;
}

.inicio {
  width: 100%;
  height: 700px; /* 100% */
  background-color: #fff;
  background-image: url(../img/cable.jpg); 
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.inicio .text-wrap {
  height: 800px;
}

.inicio .text-wrap {
  display: table;
  width: 100%;
  position: relative;
  z-index: 4;
}

.inicio .text-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.inicio .text-inner img {
  display: block;
  width: 45%;
  margin: auto;
}

.inicio .text-inner a {
  color: white;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.inicio .text-inner h1 {
  font-size: 50px;
  color: white;
  margin: 0 0 20px 0;
}

.inicio .text-inner h2 {
  font-size: 28px;
  line-height: 38px;
  font-weight: 300;
  color: rgba(13, 47, 134);
  margin: 0;
}

.intro {
  position: relative;
  bottom: 0;
  margin-top: -150px;
  z-index: 10;
  padding-bottom: 0px;
}

.intro > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
}

.intro .block {
  width: 33.33%;
  float: left;
  text-align: center;
  font-size: 16px;
  min-height: 300px;
  vertical-align: middle;
  padding: 40px;
  background: #fff;
  -webkit-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
  -moz-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
  -ms-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
  -o-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
  box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
  z-index: 7;
  flex-grow: 1;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
}

.intro .block:hover {
  background-color: rgba(50,50,50,0.98);
  -webkit-transition:background-color 200ms ease-in-out;
  -moz-transition:background-color 200ms ease-in-out;
  transition:background-color 200ms ease-in-out;
}

.intro-text p {
  display: block;
  display: -webkit-box;
  margin: 0 auto;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.intro-text i/*, .intro-text h2*/ {
  color: #3db0d9;
}

.intro .block:hover h2, .intro .block:hover p {
  color: #f4f4f4;
}

.pulled-up {
  margin-top: -120px;
}


.slant {
  position: relative;
  transform: rotate(-1.3deg);
  -ms-transform: rotate(-1.3deg);
  -webkit-transform: rotate(-1.3deg);
  -o-transform: rotate(-1.3deg);
  -moz-transform: rotate(-1.3deg);
  background-color: #fff;
  content: "";
  z-index: 3;
  display: inline-block;
  height: 70px;
  bottom: 0;
  margin-bottom: -35px;
  padding: 0;
  width: 101%;
}

.slant-alt {
  position: relative;
  transform: rotate(1.3deg);
  -ms-transform: rotate(1.3deg);
  -webkit-transform: rotate(1.3deg);
  -o-transform: rotate(1.3deg);
  -moz-transform: rotate(1.3deg);
  background-color: #fff;
  content: "";
  z-index: 3;
  display: inline-block;
  height: 70px;
  bottom: 0;
  margin-bottom: -35px;
  padding: 0;
  width: 101%;
}

.slant-colored {
  position: absolute;
  transform: rotate(-1.7deg);
  -ms-transform: rotate(-1.7deg);
  -webkit-transform: rotate(-1.7deg);
  -o-transform: rotate(-1.7deg);
  -moz-transform: rotate(-1.7deg);
  background-color: #3db0d9;
  content: "";
  z-index: 3;
  display: inline-block;
  height: 70px;
  margin-bottom: -35px;
  padding: 0;
  width: 101%;
}


/* OVERRIDES */
.form-control:focus {
  border:1px solid #3db0d9 !important;
  box-shadow: none;
}

.btn-success {
  background: #3db0d9 !important;
  color: #fff !important;
  border: 1px solid #3db0d9 !important;
}

.navbar-collapse {
  overflow: hidden !important;
  height: 68px !important;
  margin-top: 8px !important;
  float: right !important;
}

.dropdown-btn {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin-top: 8px;
  margin-left: 15px;
  margin-right: 10px;
  margin-bottom: 20px;
}

.dropdown-menu {
  background: rgba(0,0,0,0.35) !important;
}

.dropdown-menu li a {
  padding: 5px 15px !important;
  font-size: 1.7rem !important;
  text-align: right !important;
  color: #fff !important;
  font-weight: lighter !important;
}

.dropdown-menu li:hover {
  background: #3db0d9 !important;
}

.dropdown-menu li a:hover {
  color: #fff !important;
  background: none !important;
}

.open > a {
  color: #3db0d9 !important;
  background: none !important;
}
/* */

.section-heading {
  float: left;
  width: 100%;
  padding-bottom: 50px;
  /*margin-bottom: 50px;*/
  clear: both;
}

.section-heading h2 {
  margin: 0 0 30px 0;
  font-size: 50px;
  font-weight: 300;
  color: #444;
  text-transform: uppercase;
  position: relative;
  display: block;
  padding-bottom: 20px;
  line-height: 1.5;
}

.section-heading h2.left-border:after {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background: #3db0d9;
  left: 0%;
  margin-left: 0px;
  bottom: 0;
}

.section-heading h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background: #3db0d9;
  left: 50%;
  margin-left: -40px;
  bottom: 0;
}

.section-heading h3 {
  font-weight: 300;
  line-height: 1.5;
  color: #929292;
}

.blocky {
  border: 2px solid #f2f2f2;
  padding: 80px 30px 30px 30px;
  float: left;
  width: 100%;
  position: relative;
}

.blocky figure {
  position: absolute;
  margin-top: -60px;
  top: 0;
  left: 50%;
  margin-left: -60px;
  display: block;
  width: 120px;
  height: 120px;
  margin-bottom: 50px;
  background: #fff;
  color:#3db0d9;
  border: 2px solid #f2f2f2;
  border-radius: 100%;
}

.blocky figure span {
  line-height: 120px;
}

.blocky h3 {
  margin-bottom: 0px;
}

.blocky .blocky-position {
  color: #ddd;
  display: block;
  margin-bottom: 20px;
}

.sms .blocky h3, .callcenter .blocky h3 {
  color:#fff !important;
}

.sms .blocky p, .callcenter .blocky p {
  color:#f4f4f4 !important;
}

.contact-info li {
  list-style: none;
  padding: 5px 0px;
  border-bottom: 1px dashed #eee;
}

.contact-info li:last-child {
  border-bottom: none;
}

.contact-info li i {
  float: left;
  margin-right: 5px;
  margin-top: 3px;
} 


/*
.navbar-opacity {
  background: rgba(225,225,255,0.25) !important;
  border-bottom: 0px !important;
}
*/

p {
  text-align: center;
  padding: 10px;
}

.contacto a {
  color:#3db0d9 !important;
}

/* SECTIONS */
.sms {
  width: 100%;
  height: auto;
  background:-webkit-linear-gradient(120deg, #07747B 10%, #3db0d9);
  background:linear-gradient(120deg, #1f2944 10%, #2a3a5b);
  padding-bottom: 50px;
  padding-top: 100px;
  color:#f4f4f4;
}

/*
.sms {
  width: 100%;
  height: auto;
  background-color: #fff;
  background-image: url(../img/iron-bg.jpg);
  background-size: cover;
  background-position:0% 0%; 
  background-repeat: no-repeat;
  padding: 50px 0px;
  color: #f4f4f4;
}
*/

.sms .section-heading h2, .sms .section-heading h3 {
  color:#f4f4f4 !important;
}

.blaster {
  width: 100%;
  height: auto;
  padding: 50px 0px;
}

.callcenter {
  width: 100%;
  height: auto;
  background:-webkit-linear-gradient(-120deg, #1f2944 10%, #2a3a5b);
  background:linear-gradient(-120deg, #1f2944 10%, #2a3a5b);
  padding-bottom: 50px;
  padding-top: 100px;
  color:#f4f4f4;
}

/*
.callcenter {
  width: 100%;
  height: auto;
  background-color: #fff;
  background-image: url(../img/iron-bg.jpg);
  background-size: cover;
  background-position:0% 0%; 
  background-repeat: no-repeat;
  padding: 50px 0px;
  color: #f4f4f4;
}
*/

.callcenter .section-heading h2, .callcenter .section-heading h3 {
  color:#f4f4f4 !important;
}

.contacto {
  padding: 50px 0px;
}

.footer {
  background: #333;
  color:#f4f4f4;
}

/* Empresa */
.empresa {
  background: #f4f4f4;
  padding-top: 100px;
  padding-bottom: 0px; 
  width: 100%;
  height: 100%;
  /*
  background-image: url(../img/iron-bg.jpg);
  background-size: cover;
  background-position:0% 0%; 
  background-repeat: no-repeat;
  padding: 50px 0px;
  color: #f4f4f4;
  padding: 50px 0px;
  */
}

.clientes h3 {
  border-bottom: 1px solid #ddd;
}

.clientes .row {
  padding: 20px 0px;
  border-bottom: 1px solid #ddd;
}

.clientes img {
  display: block;
  margin: auto;
  width: 80%;
  opacity: 0.5;
}


.features {
  display: block;
  margin: auto;
  padding: 10px;
}

.features li {
  text-align: justify;
  padding:5px;
}

.features li:last-child {
  list-style: none;
  margin-top: 15px;
}

.sms small {
  color: #ddd;
}

.blaster small {
  color: #bbb;
}


/* ******************** */
/* ** MEDIA QUERIES *** */
/* ******************** */
@media all and (max-width: 767px) {
.navbar-brand img {
  margin-top: -14px;
}

.inicio {
  height: 400px;
}

.inicio .text-wrap {
  height: 600px;
}

.inicio .text-inner h2 {
  font-size: 24px;
  line-height: 30px;
}

.intro {
    margin-top: 0px;
  }

.intro .block {
    width: 100%;
  }

.navbar-collapse {
  overflow: hidden !important;
  height: auto !important;
  float: none !important;
}  

.dropdown-btn {
  margin-top: 0px;
  margin-left: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
}

.dropdown-menu {
  background: rgba(255,255,255,0.1) !important;
}  

.dropdown-menu li a {
  color: #333 !important;
  text-align: left !important;
  text-indent: 15px !important;
}  

.section-heading h2 {
    font-size: 30px;
  }

.section-heading h3 {
  font-size: 24px !important;
  line-height: 34px;
}

.blocky {
  margin-bottom: 70px;
}

.pulled-up {
  margin-top: -120px;
}


}

@media all and (min-width: 768px) and (max-width: 1024px) {
  .blocky {
  margin-bottom: 70px;
}

.intro-text p {
  -webkit-line-clamp: 4;
  line-height: 18px;
  padding: 0px;
  margin-bottom: 10px;
} 

}

@media all and (max-width: 416px)  {
  .pulled-up {
  margin-top: -150px;
}

}

