@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);
/* ==========================================================================
Global Styles
========================================================================== */
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #0d0d0d;
  overflow-x: hidden;
}

.sep {
  max-width: 35%;
  border: 7px solid #efe427;
  margin-top: 40px;
  margin-bottom: 2px;
}

.light-sep {
  max-width: 80px;
  border: 2px solid #fff;
  margin-top: 40px;
  margin-bottom: 40px;
}

img {
height: auto;
max-width: 100%;
}
/* ==========================================================================
Tipografias
========================================================================== */
h1,h2 {
  font-size: 2.6em;
  
  font-weight: bold;
  letter-spacing: 0.16em;
  text-shadow: -.01em .02em  #231D47;
  margin-bottom: 0.8em;
}



h3 {
  font-size: 26px;
  color: #000;
  font-weight: 400;
}

h4 {
  font-size: 24px;
  color: #000;
  font-weight: 400;
}

h5 {
  font-size: 22px;
  color: #000;
  font-weight: 400;
}

h6 {
  font-size: 18px;
  color: #000;
  font-weight: 400;
  letter-spacing: 0.05em;
}

p {
  font-size: 16px;
  color: #000;
  font-weight: 400;
}

/* ==========================================================================
Botones Styles
========================================================================== */
.btn-transparent {
  background: transparent;
  border: 3px solid #fff;
  padding: 15px 30px;
  font-size: 14px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #fff;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active {
  background: #fff;
  color: #0d0d0d;
  text-decoration: none;
}

.btn-light {
  background: #fff;
  border: 3px solid #fff;
  padding: 15px 30px;
  font-size: 14px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #0d0d0d;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
  background: transparent;
  color: #fff;
  text-decoration: none;
}

.btn-block {
  background: #24242a;
  padding: 15px 0;
  font-size: 16px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #fff;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border: 3px solid #24242a;
}

.btn-block:hover,
.btn-block:focus,
.btn-block:active {
  background: #fff;
  color: #0d0d0d;
  text-decoration: none;
}

/* ==========================================================================
Layout 
========================================================================== */
.dark-bg {
  background: #24242a;
}

.light-bg {
  background: #fff;
}

    /* ==========================================================================
Precarga Style
========================================================================== */
.preloader {
  display: inline-block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background: #42d7f0;
}
.preloader i {
  color: #fff;
  position: absolute;
  font-size: 36px;
  line-height: 36px;
  top: 50%;
  left: 50%;
  height: 36px;
  width: 36px;
  margin-top: -15px;
  margin-left: -15px;
  display: inline-block;
}

/* ==========================================================================
logo
========================================================================== */
.logo {
  margin-top: 1em;
}
    /* ==========================================================================
Menu de Navegacion Style
========================================================================== */
.navbar-default {
  background: rgba(21, 25, 62, 0.8);
  margin-bottom: 0;
  border: none;
}
.navbar-default .navbar-header {
  width: 12%;
  padding-right: 15px;
}
.navbar-default .nav-wrap {
  width: 50%;
}

.navbar-default .nav > li > a {
  font-size: 0.7em;  
  color: #fff;  
  text-transform: uppercase;  
  padding: 35px 15px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus,
.navbar-default .nav > li > a:active {
  border-bottom:solid 3px #2a7de1;
  color: #151a3e;  
  background: #f1e83e;
}
.navbar-default .nav > li > a:hover > i,
.navbar-default .nav > li > a:focus > i,
.navbar-default .nav > li > a:active > i
 {  
  color: #FFF;    
}

.navbar-default .social-media {
  float: right;
  padding: 0 15px;
}
.navbar-default .social-media i {
  font-size: 22px;
  color:#f1e83e;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  /*background: transparent;
  color: #a3a3a3;*/
  border-bottom:solid 3px #2a7de1;
  color: #151a3e;    
  background: #f1e83e;
}
}

.top-nav-collapse {
  background:rgba(54,32,128,0.5);

}
.top-nav-collapse .navbar-brand {
  height: auto;
}
.top-nav-collapse .navbar-brand img {
  /*
  width: 52px;
  height: 52px;*/
}
.top-nav-collapse .nav > li > a {
  padding: 30px 15px;
}

    /* ==========================================================================
Sliders Style
========================================================================== */
#owl-hero {
  overflow: hidden;
}
#owl-hero .item {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#owl-hero .item .caption {
  position: absolute;
  top: 50%;
  margin-top: -104px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 15;
}
#owl-hero .item .caption h1 {
  color:#FFF;
  margin-top: 40px;
  margin-bottom: 50px;
  text-transform: uppercase;

}
#owl-hero .item .caption h1 span {
  font-weight: 700;
}

#owl-hero .item .caption h3 {
  color: #fff;    
  font-size:2.2em;
  font-weight: 800;
  line-height: 1em;  
  text-align: left;
  width:55%;
  margin: 7% 7%;
  
}
#owl-hero .item .caption h3 span {

  font-size: 0.7em;
  font-weight: bold;
  border-bottom: 1px solid #42d7f0;
  line-height: 0.5em;

}
#owl-hero .owl-pagination {
  position: absolute;
  display: block;
  text-align: center;
  width: 100%;
  bottom: 5%;
}
#owl-hero .owl-pagination .owl-page.active span {
  background: #fff;
}
#owl-hero .owl-pagination .owl-page span {
  border: 2px solid #fff;
  border-radius: 50%;
  background: transparent;
  opacity: 1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#owl-hero .owl-buttons div {
  background: #fff;
  font-size: 24px;
  color: #a3a3a3;
  opacity: 1;
}
#owl-hero .owl-buttons .owl-prev {
  left: -60px;
}
#owl-hero .owl-buttons .owl-next {
  right: -60px;
}
#owl-hero .owl-buttons .owl-prev,
#owl-hero .owl-buttons .owl-next {
  position: absolute;
  background: #fff;
  top: 50%;
  height: 51px;
  width: 51px;
  line-height: 45px;
  border-radius: 0;
  border: 1px solid #fff;
  z-index: 20;
  text-align: center;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#owl-hero:hover .owl-prev {
  left: -5px;
}

#owl-hero:hover .owl-next {
  right: -5px;
}

    /* ==========================================================================
Quienes somos Style
========================================================================== */
#quienes-somos {
  background: url(../img/quienes-somos/quienes_somos.jpg);   
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 500px;  
  padding: 25% 0;
  text-align: center;
  /*width: 100%;
  min-height: 500px;  
  -webkit-background-size: cover;
  background-size: cover;
  -moz-background-size: cover;    
  padding: 30% 0;
  text-align: left;*/
}
#quienes-somos h3 { color:#f1e83e; font-weight: bold;}
#quienes-somos h2 {
    color: #f1e83e;
    text-shadow:2px 2px 4px black;
}
#quienes-somos h2 span {

  font-size: 2em;
  font-weight: 700;
}
#quienes-somos p {
  font-size: 0.75em;
  color: white; 
  line-height: 1.7em;
}
#quienes-somos img {

  margin-top: 100px;
  margin-bottom: 100px;
}
#quienes-somos .row {
  background: red;

}

    /* ==========================================================================
Servicios
========================================================================== */
#servicios {
  background: url(../img/servicios/servicios.jpg);
  -moz-background-size:cover;
  -o-background-size:cover;
  -webkit-background-size:cover;
  background-size: cover;
  background-position: center;
  background-repeat:no-repeat;
  background-attachment: fixed;
  min-height:700px;
  text-align:center;
  padding: 40% 0;

}

#menu-servicios ul {
  list-style: none;
  padding: 0;
  margin:0;
}
#menu-servicios ul li {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
 /*background-color:#2e518b;*/
}
#menu-servicios ul li a {
  background:white;
  color: #201747;
  display: block;
  font-weight: 400;
  font-size:0.7em;
  padding:1.5em;
  font-family:"HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  text-transform:uppercase;
  letter-spacing:1px;
  border-right: solid 1px #ccc;
}
#menu-servicios ul li a:hover {
  -moz-transition:all 0.3s ease-in-out;
  -o-trnasition:all 0.3s ease-in-out;
  -webkit-transirion:all 0.3s ease-in-out;
  transition:all 0.3s ease-in-out;
  background: #f1e83e;
  
  
}
#menu-servicios ul ul {
  display: none;
  position:absolute;
  top: 100%;
  left: 0;
  width:100%;
}
#menu-servicios ul ul li {
  float: none;
  
}
#menu-servicios ul ul li a {
  background: #2a7de1;
  color: #FFF;
  height: 30px;  
  padding: 0.8em;
  margin: auto;
}
#menu-servicios ul li:hover > ul {
  display: block;
}
/* ==========================================================================
Clientes Style
========================================================================== */
#clientes {
  background:url(../img/clientes/clientes.jpg);
  -o-background-size:cover;
  -moz-background-size:cover;
  -webkit-background-size:cover;
  background-size:cover;
  background-position: center;
  background-repeat:no-repeat;
  background-attachment:fixed;
  min-height: 600px;
  padding: 40% 0;
  margin:0;
}
#content-clientes {
   
  background:#2a7de1;
}



#content-clientes img { 
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  
}
/* SI  SE REQUIERE ADAPTACIÓN EN LISTAS
#clientes ul {
  list-style: none;  
  margin: 0;
  padding: 0;
  width: 100%;
}
#clientes ul li {
  position:relative;
  float: left;
  padding: 0;
  margin:0;

}
#clientes ul li a {
  background:#2a7de1;
  padding: 2em;
  display: block;

}*/


    /* ==========================================================================
Portfolio Style
========================================================================== */
#portfolio {
  padding: 60px 0;
  text-align: center;
}
#portfolio h2 {
  text-transform: uppercase;
}
#portfolio p {
  margin-bottom: 40px;
}
#portfolio .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
#portfolio .container-fluid .col-lg-4 {
  padding-left: 0;
  padding-right: 0;
}
#portfolio .portfolio-box {
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 650px;
}
#portfolio .portfolio-box .portfolio-box-caption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  opacity: 0;
  background: rgba(13, 13, 13, 0.6);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#portfolio .portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
}
#portfolio .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
#portfolio .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  padding: 0 15px;
}
#portfolio .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
}
#portfolio .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-size: 18px;
}
#portfolio .portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}

    /* ==========================================================================
Work Process Style
========================================================================== */
#work-process {
  padding: 60px 0;
  text-align: center;
}
#work-process .col-lg-3 {
  margin-top: 40px;
}
#work-process h2 {
  text-transform: uppercase;
}
#work-process h4 {
  text-transform: uppercase;
  color: #0d0d0d;
}
#work-process span {
  font-size: 48px;
  color: #0d0d0d;
  margin-bottom: 15px;
}

    /* ==========================================================================
Fun Facts Style
========================================================================== */
#fun-facts {
  background: #24242a;
  padding: 60px 0;
  text-align: center;
}
#fun-facts .col-lg-3 {
  margin-top: 40px;
  margin-bottom: 20px;
}
#fun-facts h2 {
  text-transform: uppercase;
  color: #fff;
}
#fun-facts p {
  color: #fff;
}
#fun-facts h4 {
  text-transform: uppercase;
  color: #fff;
}
#fun-facts .number {
  color: #fff;
  font-weight: 700;
  padding: 10px 0;
  margin: 0;
}
#fun-facts span {
  font-size: 48px;
  color: #fff;
  margin-bottom: 15px;
}

    /* ==========================================================================
Our Team Style
========================================================================== */
#team {
  padding: 60px 0;
  text-align: center;
}
#team h2 {
  text-transform: uppercase;
}
#team .team {
  margin-top: 40px;
  margin-bottom: 20px;
}
#team .team h4 {
  margin-top: 20px;
  text-transform: uppercase;
  font-weight: 700;
}
#team .team p {
  color: #a3a3a3;
}
#team .team a {
  color: #0d0d0d;
  font-size: 22px;
  padding-right: 10px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#team .team a:hover,
#team .team a:focus,
#team .team a:active {
  color: #a3a3a3;
}

    /* ==========================================================================
Testimonials Style
========================================================================== */
#testimonials {
  background-image: url("../img/testimonials/Testimonials.jpg");
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 60px 0;
  text-align: center;
}
#testimonials h2 {
  text-transform: uppercase;
  color: #fff;
}
#testimonials p {
  color: #fff;
}
#testimonials .item .quote {
  margin: 20px auto;
  width: 80%;
}
#testimonials .item .quote .right {
  margin-left: 40px;
  font-size: 32px;
  color: #fff;
}
#testimonials .item .quote .left {
  float: left;
  margin-right: 40px;
  color: #fff;
}
#testimonials .item h5 {
  color: #fff;
  line-height: 36px;
}
#testimonials .item h5 span {
  font-weight: 700;
  text-transform: uppercase;
}
#testimonials .owl-pagination .owl-page.active span {
  background-color: #fff;
}
#testimonials .owl-pagination .owl-page span {
  border: 2px solid #fff;
  border-radius: 50%;
  background: transparent;
  opacity: 1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

    /* ==========================================================================
Contacto Style
========================================================================== */
#contacto {
  background:url(../img/contacto/contacto.jpg);
  -o-background-size:cover;
  -moz-background-size:cover;
  -webkit-background-size:cover;
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  background-attachment: fixed;
  padding: 60px 0;
  text-align: center;
}
#contacto h2 {
  margin: 1em;
  color: #0d0d0d;
  text-transform: uppercase;
  /*text-shadow:2px 2px 4px black;*/
  font-weight: bold;
}

#contacto form {
  background: rgba(255,255,255,0.85);
  margin: 40px 0;
  padding: 2em;
}
#contacto .form-group {
  margin-bottom: 35px;
}
#contacto .form-control {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: transparent;
  border:none;
  color: #0d0d0d;
  min-height: 45px;
}
#contacto .form-control::-webkit-input-placeholder {
  color:#000000;
}

#contacto textarea {
  height: 140px;
  resize: none;
}
#contacto .btn-block {
  background: transparent;
  border: solid 1px #2a7de1;
  border: none;
  color: #2a7de1;
  font-weight: 800;
}

    /* ==========================================================================
Google Map Style
========================================================================== */
#map {
  width: 100%;
  height: 400px;
}

    /* ==========================================================================
Footer Map Style
========================================================================== */
footer {
  background: #241d47;
  padding: 1em 1em;
  text-align: right;
  
}

footer h1 {
  text-transform: uppercase;
  font-weight: 700;
}
footer .social {
  margin: 40px 0;
}
footer .social a {
  color: #fff;
  margin-left: 20px;
  margin-right: 20px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
footer .social a:hover,
footer .social a:focus,
footer .social a:active {
  color: #a3a3a3;
}
footer h6 {
  font-size: 0.8em;
  color: #fff;
}

    /* ==========================================================================
Media Queries Style
========================================================================== */
@media (max-width: 992px) {
  /*-- Menu Navegación --*/
  .navbar-default {
    background: #24242a;
  }
  .navbar-default .navbar-header {
    width: 100%;
    padding-right: 0;
  }
  .navbar-default .navbar-header .navbar-brand {
    height: auto;

  }
  .navbar-default .navbar-header .navbar-brand img {
    width: 52px;
    height: 52px;
  }
  .navbar-default .nav-wrap {
    width: 100%;
  }
  .navbar-default .navbar-toggle {
    padding-top: 25px;
    padding-bottom: 25px;
    border: none;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:active {
    background: none;
  }
  .navbar-default .navbar-left,
  .navbar-default .navbar-right {
    float: none !important;
  }
  .navbar-default .navbar-toggle {
    display: block;

  }
  .navbar-default .navbar-collapse {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    min-height: 470px;
  }
  .navbar-default .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-default .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-default .navbar-nav > li {
    float: none;
  }
  .navbar-default .collapse.in {
    display: block !important;
  }
  h1,h2{font-size: 2em; letter-spacing:0.2em;}
  /*-- Sliders --*/
  #owl-hero h1 {
    font-size: 42px;
  }
  #owl-hero h6 {
    font-size: 16px;
  }
  #owl-hero .btn {
    margin-top: 20px;
  }
  #owl-hero .owl-buttons {
    display: none;
  }
  /*--CLIENTES--*/
  #content-clientes {
    margin: 0.5em;   
    background:rgba(42,125,225,0.7);
  }
   #content-clientes img{
    display: inline-block;
    
  }

  /*-- SERVICIOS --*/
  #services h3 {
    font-size: 22px;
  }
  
  #menu-servicios ul li {
    margin: 3.6em;
    display:block;
    float: none;    
    border-bottom:1px solid rgba(255,255,255, .3);
  }

  #menu-servicios ul li  ul li a{
   position: relative;
   margin-top: -5.2em; 
   display: block;
   min-width: 100%;
   z-index: 10000;
   border: none;
  }


  #menu-servicios ul li:hover #menu-servicios ul li{
    display: none;
  }
 
  /*-- section styles --*/
  section h2 {
    font-size: 32px;
  }

  #testimonials h5 {
    font-size: 18px;
  }
}
