﻿@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800);


/*************************
*******Typography & General Styles******
**************************/

body {
  background: #fff;
  font-family: 'Open Sans', sans-serif;
  color:#4e4e4e;
  line-height: 22px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600; 
  font-family: 'Open Sans', sans-serif;
  color:#4e4e4e;
}

h1{
  font-size: 36px;
  color:#fff;
}

h2{
  font-size: 20px;
}

h3{
  font-size: 16px;
  color: #787878;
  font-weight: 400;
  line-height: 24px;
}

h4{
  font-size: 16px;
}

a {
  color: #0d547d;
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

a:hover, a:focus {
  color: #d43133;
}

hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}
.hrfooter{
  margin-top: 3px;
  margin-bottom: 3px;
}

.btn-primary {
  padding: 8px 20px;
  background: #0d547d;
  color: #fff;
  border-radius: 4px;
  border:none;
  margin-top: 10px;
}



.btn-primary:hover, 
.btn-primary:focus{
  background: #0d547d;
  outline: none;
  box-shadow: none;
} 
.btn-radius{
  
  border-radius: 60px;
  
}
.btn-transparent {
  border: 3px solid #fff;
  background: transparent;
  color: #fff;
}

.btn-transparent:hover {
  border-color: rgba(255, 255, 255, 0.5);
}

a:hover,
a:focus {
  color: #111;
  text-decoration: none;
  outline: none;
}

.dropdown-menu {
  margin-top: -1px;
  min-width: 195px;
}

.center h2{
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 20px;
}

.media>.pull-left{
  margin-right: 20px;
}

.media>.pull-right{
  margin-left: 20px;
}

body > section {
  padding: 70px 0;
}
body > section#bottom{
  padding: 45px 0!important;
}
    body > section#techBiz {
    padding-bottom: 20px;
    }
    body > section#contact {
        padding-top:90px;
        overflow-x:hidden; 
        padding-bottom: 0px;
    }

.center {
  text-align: center;
  padding-bottom: 55px;
}

.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}

.lead{
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.transparent-bg {
  background-color: transparent !important;
  margin-bottom: 0;
}

@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

/*************************
*******Header******
**************************/

/*LOGO*/
a.navbar-brand > img {
      width: 270px;
  padding: 0px 0px 3px 0px;
  margin-top: -10px;
  margin-left: -15px;
  
}

.navbar-brand {
  padding: 0;
  margin:0;
}

.navbar {
  border-radius: 0;
  margin-bottom: 0;
  background: #151515;
  padding: 15px 0;
  padding-bottom: 0;
 
}

 .navbar-nav{
  margin-top: 12px;

 }

.navbar-nav>li{
  margin-left: 15px;
  padding-bottom: 28px;
}

.navbar-inverse .navbar-nav > li > a {
  padding: 5px 12px;
  margin: 0;
  border-radius: 3px;
  color: #fff;
  line-height: 24px;
  display: inline-block;
}

.navbar-inverse .navbar-nav > li > a:hover{
	background-color: #0d547d;
  color: #fff;
}

.navbar-inverse {
  border: none;
  border-bottom: 2px solid #1b83bf;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}

.navbar-inverse .navbar-brand {
  font-size: 36px;
  line-height: 50px;
  color: #fff;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #0d547d;
  color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu {
  background-color: rgba(0,0,0,.85);
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  border: 0;
  padding: 0;
  margin-top: 0;
  border-top: 0;
  border-radius: 0;
  left: 0;
}

.navbar-inverse .navbar-nav .dropdown-menu:before{
  position: absolute;
  top:0;
}

.navbar-inverse .navbar-nav .dropdown-menu > li > a {
  padding: 8px 15px;
  color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:hover > a,
.navbar-inverse .navbar-nav .dropdown-menu > li:focus > a,
.navbar-inverse .navbar-nav .dropdown-menu > li.active > a {
  background-color: #0d547d;
  color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:last-child > a {
  border-radius: 0 0 3px 3px;
}

.navbar-inverse .navbar-nav .dropdown-menu > li.divider {
  background-color: transparent;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-top: 0;
  padding-bottom: 0;
}



/*************************
*******MAIN SLIDER******
**************************/

#main-slider {
  position: relative;
}

.no-margin {
  margin: 0;
  padding: 0;
}

#main-slider .carousel .carousel-content {
  margin-top: 150px;
}

#main-slider .carousel .slide-margin{
  margin-top: 140px;
}

#main-slider .carousel h2 {
  color: #fff;
}

#main-slider .carousel .btn-slide {
  padding: 8px 20px;
  background: #0d547d;
  color: #fff;
  border-radius: 4px;
  margin-top: 25px;
  display: inline-block;
}

#main-slider .carousel .slider-img{
  text-align: right;
  position: absolute;
}


#main-slider .carousel .item {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  height: 730px;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
}

#main-slider .carousel .item:first-child {
  top: auto;
  position: relative;
}

#main-slider .carousel .item.active {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  z-index: 1;
}

#main-slider .prev,
#main-slider .next {
  position: absolute;
  top: 50%;
  background-color: #0d547d;
  color: #fff;
  display: inline-block;
  margin-top: -25px;
  height: 60px;
  line-height: 60px;
  width: 30px;
  text-align: center;
  border-radius: 4px;
  z-index: 5;
}

#main-slider .prev:hover,
#main-slider .next:hover {
  background-color: #000;
}

#main-slider .prev {
  left: 10px;
}

#main-slider .next {
  right: 10px;
}

#main-slider .carousel-indicators li {
  width: 20px;
  height: 20px;
  background-color: #fff;
  margin: 0 15px 0 0;
  position: relative;
}

#main-slider .carousel-indicators li:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #FFF;
  left: -3px;
  top: -3px;
}

#main-slider .carousel-indicators .active{
  width: 20px;
  height: 20px;
  background-color: #0d547d;
   margin: 0 15px 0 0;
   border: 1px solid #0d547d;
   position: relative;
}

#main-slider .carousel-indicators .active:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: #0d547d;
  border: 1px solid #0d547d;
  left: -3px;
  top: -3px;
}

#main-slider .active .animation.animated-item-1 {
  -webkit-animation: fadeInUp 300ms linear 300ms both;
  -moz-animation: fadeInUp 300ms linear 300ms both;
  -o-animation: fadeInUp 300ms linear 300ms both;
  -ms-animation: fadeInUp 300ms linear 300ms both;
  animation: fadeInUp 300ms linear 300ms both;
}

#main-slider .active .animation.animated-item-2 {
  -webkit-animation: fadeInUp 300ms linear 600ms both;
  -moz-animation: fadeInUp 300ms linear 600ms both;
  -o-animation: fadeInUp 300ms linear 600ms both;
  -ms-animation: fadeInUp 300ms linear 600ms both;
  animation: fadeInUp 300ms linear 600ms both;
}

#main-slider .active .animation.animated-item-3 {
  -webkit-animation: fadeInUp 300ms linear 900ms both;
  -moz-animation: fadeInUp 300ms linear 900ms both;
  -o-animation: fadeInUp 300ms linear 900ms both;
  -ms-animation: fadeInUp 300ms linear 900ms both;
  animation: fadeInUp 300ms linear 900ms both;
}

#main-slider .active .animation.animated-item-4 {
  -webkit-animation: fadeInUp 300ms linear 1200ms both;
  -moz-animation: fadeInUp 300ms linear 1200ms both;
  -o-animation: fadeInUp 300ms linear 1200ms both;
  -ms-animation: fadeInUp 300ms linear 1200ms both;
  animation: fadeInUp 300ms linear 1200ms both;
}


#recent-works .col-xs-12.col-sm-4.col-md-3{
  padding: 0;
}

#recent-works{
    padding-bottom: 70px;
}

.recent-work-wrap {
  position: relative;
}

.recent-work-wrap img{
  width: 100%;
}

.recent-work-wrap .recent-work-inner{
  top: 0;
  background: transparent;
  opacity: .8;
  width: 100%;
  border-radius: 0;
  margin-bottom: 0;
}

.recent-work-wrap .recent-work-inner h3{
  margin: 10px 0;
}

.recent-work-wrap .recent-work-inner h3 a{
  font-size: 24px;
  color: #fff;
}

.recent-work-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 0;
  background: #0d547d;
  color: #fff;
  vertical-align: middle;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;  
  padding: 30px;
}

.recent-work-wrap .overlay .preview {
  bottom: 0;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  border-radius: 0;
  background: transparent;
  text-align: center;
  color: #fff;
}

.recent-work-wrap:hover .overlay {
  opacity: 1;
}

/***********************
********* Questions ******
************************/

#maincontact-info{
  background: #fff url(../img/contact.png) no-repeat 90% 0;
  padding: 50px 0;
  border-top: 1px solid rgb(237, 237, 237);
}

.contact-info i{
  width: 60px;
  height: 60px;
  font-size: 40px;
  line-height: 60px;
  color: #fff;
  background: #1b83bf;
  text-align: center;
  border-radius: 10px;
}

.contact-info h2{
  margin-top: 0;
  color: #1b83bf;
}

.contact-info{
  color:#000;
}



/***********************
********* Footer ******
************************/
#bottom {
  background: #f5f5f5;
  border-bottom: 5px solid #0d547d;
  font-size: 14px;
  padding: 45px 0!important;
}

#bottom h3 {
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size:22px;
  color: #000;
}

#bottom ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#bottom ul li {
  display: block;
  padding: 5px 0;
}

#bottom ul li a {
  color: #808080;
}

#bottom ul li a:hover {
  color: #0d547d;
}

#bottom .widget {
  margin-bottom: 0;
}

#footer {
  padding-top: 35px;
  padding-bottom: 35px;
  color: #808080;
  background: #2e2e2e;
}

#footer a {
  color: #808080;
}

#footer a:hover {
  color: #0d547d;
}

#footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer ul > li {
  display: inline-block;
  margin-left: 15px;
}


.social-share{
 display: inline-block;
 list-style: none;
 padding: 0;
 margin: 0;
}

ul.social-share li {
  display: inline-block;
}

ul.social-share li a {
  display: inline-block;
  color: #fff;
  background: #404040;
  width: 50px;
  height: 50px;
  line-height: 60px;
  text-align: center;
  border-radius: 2px;
}


ul.social-share li a:hover {
  background: #0d547d;
  color: #fff!important;
}

.customisable-highlight {
  font-size: 29px!important;
  margin-top: 0!important;
  margin-bottom: 10px!important;
  text-transform: uppercase!important;
  font-size: 22px!important;
  color: #000!important;
  font-family: 'Open Sans', sans-serif!important;
  font-weight: 400!important;

}

.btn-orange {
  color: #fff;
  background-color: #1b83bf;
  border-color: #CB4F00;
}

.social-footer a {
    font-size: 22px;
    padding-right: 10px;
    color: #959595;
    transition: 0.3s;
}
.social-footer a:hover{
    color: #5f5e5e;
}
.social-footer hr{
    border-color: #8B8B8B !important;
}
.comodologo
{
  margin-top: -35px; 
  opacity: .7;
}
.comodologo:hover
{
 
  opacity: 1;
}

/***********************
********* About Us ***** 
********* Nosotros *****
************************/

#about {
padding-top: 140px;
padding-bottom: 0px;
}
.aboh1 {
color: #0d547d;
font-size: 30px;
margin-bottom:40px;
    }
.aboh2 {
color: #4e4e4e;
font-size: 24px;
line-height: 24px;
font-weight: 400;
font-style: normal;
padding: 0px;
margin-bottom: 90px;
text-align: center;
    }

.aboh2::after{
    background-color: #0d547d;
}
.aboh2::after {
    display: block;
    height: 1px;
    width: 160px;
    content: "";
    bottom: 53px;
    position: absolute;
    margin-left: -80px;
    left: 50%;
}
.aboh3 {
color: #4e4e4e;
font-size: 18px;
line-height: 20px;
font-weight: 300;
font-style: normal;
padding: 0px;
margin-bottom: 40px;
text-align: left;
    }


blockquote.bqabout p {
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  text-align: justify;
  color: #4E4E4E;
}

#team {
padding-top: 15px;
}

#tech {
    padding-bottom: 30px;
    padding-top: 20px;
}

.jumboabout {
  background-color: rgba(238, 238, 238, 0.09);
  border: 3px solid rgba(0, 0, 0, 0.1);
  padding:20px 5px!important;
 
}
.jumboabout> .container >h2{
  font-size: 30px;
  line-height: 0px;
  letter-spacing: 0;
  margin-bottom: 50px;
  text-align:center;
}
.applyimg {
  text-align:center;
}
.applyimg > img {
  width: 65px;
  margin-left: 3px;
  margin-right: 3px;
  margin-bottom: 20px;

  -webkit-filter: grayscale(10%);
  -webkit-transition: .3s ease-in-out;
  -moz-filter: grayscale(10%); 
  -moz-transition: .3s ease-in-out;
  -o-filter: grayscale(10%); 
  -o-transition: .3s ease-in-out;
  
  opacity: 0.9;
}
.applyimg > img:hover {
    -webkit-filter: saturate(4.1);
  opacity: 1;
  filter: grayscale(0%); 
  -webkit-filter: grayscale(0%);
  -webkit-transition: .3s ease-in-out;
  -moz-filter: grayscale(0%);
  -moz-transition: .3s ease-in-out;
  -o-filter: grayscale(0%);
  -o-transition: .3s ease-in-out;
}

.color2.boxContent {
  border: none;
}
.color2, .slice.color2, .bulle.color2, .ctaBox.color2 {
  background-color: #3d3d3d;
  color: #fff;
}
.boxContent {
  border: 1px dashed rgba(0,0,0,0.15);
  border-top: none;
}
.boxContent {
  padding: 3px 16px;
  border-radius: 0 0 11px 11px;
}
.boxContent > a {
  color: #3d3d3d;
}
.boxContent > a:hover, a:active {
  text-decoration: underline!important;
  outline: none;
  color: #3d3d3d;
}
.boxContent > a:link, .boxContent > a:visited {
  text-decoration: none;
}
ul.socialNetwork {
padding:10px 10px 10px 0px!important;
}
ul.socialNetwork li {
  display: inline-block;
  list-style-type: none;
  margin-right: 3px;
}
ul.socialNetwork li > a > i:hover {
   background-color: rgba(0, 0, 0, 0.9);
  color: rgb(197, 45, 47);
  transition:background-color linear 0.7s;
   transition:color linear 0.3s;

}

.iconRounded {
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: block;
  text-align: center;
  font-size: 20px;
  line-height: 35px;
  color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(21, 21, 21, 0.38);
  background-color: rgba(0, 0, 0, 0.47);
}
/*************************
********* Contact ******
**************************/
.service-box {
  background: #fff;
  border-bottom: 2px solid #f7f7f7;
  padding: 40px 20px;
}

.service-box:hover {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  margin-top: -20px;
    margin-bottom: 20px;
    background-color: rgba(133, 180, 208, 0.1);
}
.service-box:hover {
    border-bottom: 2px solid #083654;
}

.service-icon {
  margin-bottom: 20px;
} 

.service-desc h5 {
  text-transform: uppercase;
  font-weight: 700;
  color: #666;
  font-size: 16px;
  margin-bottom: 10px;
}
.service-desc p {
   font-size:15px;
}
.service-desc .divider-header {
  margin-bottom: 30px;
}


/*************************
********* Contact Us CSS ******
**************************/
 #map {
                width: 100%;
                height: 700px;
            }
.gmap-area {
  background-image: url("../img/contact/map.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 45px 0 70px 0;
  border-bottom: 3px solid rgba(255, 255, 255, 0.4)
}

.gmap-area .gmap iframe {
  border-radius: 50%;
  height: 290px;
  width: 100%;
}

.gmap{
    border: 3px solid #0d547d;
    border-radius: 10%;
    height: 300px;
    width: 100%;
    box-shadow: 0px 0px 1px 1px rgba(119, 118, 116, 0.47);
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.gmap-area .map-content ul {
  list-style: none; 
}

.gmap-area .map-content address h5{
  font-weight: 700;
  /* font-size: 16px; */
}

#contact-page{
  padding-top: 0;
}

#contact-page .contact-form 
.form-group label {
  color: #4E4E4E;
  font-size: 16px;
  font-weight: 300;
}
.form-group
{
      padding-right: 23px;
    padding-left: 0px;
    margin-bottom: 40px;
}

.form-group .form-control {
  


      
    border-color: #f2f2f2;
    box-shadow: none;
    /* line-height: 56px; */
    
    border-radius: 2px;
    width: 100%;
    height: 50px;
    background-color: white;
    padding: 0 20px;
    line-height: 50px;
    border: 1px solid #ccc;
}

textarea#message{
  resize: none;
  padding: 10px;
}

.contact-wrap {
  margin-top: 20px;
      padding: 45px 25px 40px 73px;

}