*{
  margin: 0;
  padding: 0;
}
body{
  margin: 0;
  padding: 0;
  text-decoration: none;
  font-family: 'Lato', sans-serif;
  font-family: 'Montserrat', sans-serif;
  color: #444444;
}
body::-webkit-scrollbar-track{
	background-color: rgba(0,0,0,0);
}
body::-webkit-scrollbar{
	width: 5px;
	background-color: rgba(0,0,0,0);
}
body::-webkit-scrollbar-thumb{
	background-color: #f4a500;
  border-radius: 20px;
}
a:hover, a:focus{
  text-decoration: none;
  outline: none;
}
.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
h1, h2, h3, h4, h5, h6{
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}

header .top{
  background: #444444;
  color: white;
}
.top h1{
  font-size: 12px;
  line-height: 40px;
  margin: 0;
  padding-left: 15px;
}
#menu{
  height: 100px;
  padding: 15px 0px;
  border-bottom: solid 4px #f4a500;
  transition: top 1s ease-in-out;
  top: -200px;
}
#menu.affix{
  display: block;
  position: fixed;
  top: 0px;
  width: 100%;
  background: white;
  z-index: 90;
  box-shadow: 0px 1px 8px rgba(0,0,0,.5);
  transition: top 1s ease-in-out;
}
#menu .logo{
  height: 70px;
  width: auto;
}
#menu .telefono, #menu nav{
  line-height: 60px;
}
#menu nav{
  text-align: center;
  transition: .4s ease;
}
#menu nav span{
  float: left;
  padding: 0px;
  margin-top: 15px;
  line-height: 15px;
  text-align: initial;
}
#menu nav span.dos-renglones{
  margin-top: 12px;
}
#menu nav span a{
  color: #f4a500;
  font-weight: 700;
  padding: 0 1.2em;
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  transition: .8s ease;
}
#menu nav span a .fa{
  font-size: 30px;
}
#menu .llama{
    background:#f4a500;
    border-radius: 3px;
    text-align: center;
    color:#fff;
    height:70px;
}
#menu .llama p{
    margin: 0;
}
#menu .llama .c2a{
    font-weight: bold;
    font-size:20px;
    text-transform: uppercase;
}
#menu .llama .texto i{
    font-size:35px;
    padding-right:5px;
}
#menu .llama .texto a{
    line-height: 32px;
    vertical-align:top;
    color:#fff;
    font-size:20px;
	font-weight: 700 !important;  
}
.productos .caja-borde-amarillo {
    border: 5px solid #f4a500;
    padding: 45px 20px;
    text-align: center;
    border-radius: 0 55px;
    margin: 20px auto;
    
}
#slider{
    position: relative;
    background: #eee;
    min-height: 500px;
}
#slider.affix{
    margin-top: 100px;
}
#slider .contenedor{
    width: 100%;
    padding: 50px 10%;
    display: flow-root;
}
.owl-carousel .owl-item img{
    max-width: 500px;
    position: relative;
    float: left;
}
#slider .ala-izq{
    position: relative; 
    float: right !important;
}
#slider .texto{
  font-weight: 700;
  position: absolute;
  font-size: 3.6vw;
  text-transform: uppercase;
  top: 50%;
  transform: translateY(-100%);
  left: 10%;
  line-height: 55px;
  opacity: .0;
  transition: .8s ease-in-out;
  transition-delay: .4s;
}
#slider .center .texto{
  opacity: 1;
  transform: translateY(-50%);
  transition: .8s ease-in-out;
}
#slider .texto b{
  color: #f4a500;
  font-weight: 800;
}
#slider .ala-der{
  text-align: right;
  right: 10% !important;
}
#slider .owl-nav{
  color: white;
  opacity: .0;
  position: absolute;
  top: 50%;
  font-size: 30px;
  width: 100%;
  line-height: 50px;
  transition: 1s ease;
}
#slider .owl-nav .owl-prev{
  background: gray;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  text-align: center;
  position: absolute;
  left: 20px;
}
#slider .owl-nav .owl-next{
  background: gray;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  text-align: center;
  position: absolute;
  right: 20px;
}
#slider:hover .owl-nav{
  opacity: .5;
}
.fa-chevron-left:before{
  margin-left: -5px;
}
.fa-chevron-right:before{
  margin-right: -5px;
}
#expertos{
  padding: 100px 0;
  font-family: 'Lato', sans-serif;
}
#expertos h2{
  font-size: 25px;
  font-weight: 700;
}
#expertos h2::after{
  content: " ";
  display: block;
  width: 50px;
  height: 3px;
  background: #f4a500;
  margin-top: 10px;
}
#expertos .texto-expertos{

  font-weight: 300;
  font-size: 22px;
  line-height: 32px;
}
#expertos img{
  max-height: 350px;
  margin: auto;
}
#expertos .marcas{
  font-size: 20px;
}
#expertos .marcas ul{
  padding-left: 10px;
  margin-top: 10px;
  list-style: circle;
}
#expertos .marcas ul li{
  font-weight: lighter;
  margin-bottom: 15px;
  color: #f4a500;
}
.fondo-de-color{
  background: url('../img/fondo-teclado.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 170px 0;
  position: relative;
  z-index: 0
}
.fondo-de-color::before{
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(244, 165, 0, .8);
}
.texto-importante{
  text-align: left;
  font-size: 50px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  color: white;
  text-transform: uppercase;
  line-height: 55px;
  padding: 90px 0;
}
.cotiza form input, .cotiza form textarea{
  width: 100%;
  border: solid 2px white;
  line-height: 40px;
  color: white;
  border-radius: 10px;
  background: transparent;
  margin: 10px 0;
  padding: 10px;
  text-transform: uppercase;
  font-size: 12px;
}
.cotiza form input{
  height: 40px;
}
.cotiza form textarea{
  height: 80px;
}
.cotiza input:-ms-input-placeholder{
  color: #fff;
}
.cotiza textarea:-ms-input-placeholder{
  color: #fff;
}
.cotiza input:-moz-placeholder{
  color: #fff;
}
.cotiza textarea:-moz-placeholder{
  color: #fff;
}
.cotiza input::-webkit-input-placeholder{
  color: #fff;
}
.cotiza textarea::-webkit-input-placeholder{
  color: #fff;
}
.cotiza form .col-xs-12{
  padding: 0px;
}
.cotiza button{
  width: 100px;
  padding: 5px 0;
  background: white;
  color: #444;
  border-radius: 8px;
  border: none;
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 15px;
}
.fondo-de-color b{
  font-size: 40px;
}
.productos{
  padding: 80px 0;
  background: #F7F7F8;
}
.productos .caja-borde-amarillo{
  border: solid 5px #f4a500;
  padding: 45px 20px;
  text-align: center;
  border-radius:0px 55px 0px 55px;
  margin: 20px auto;
}
.productos .caja-borde-amarillo span i{
  font-size: 40px;
  color: #f4a500;
}
.productos .caja-borde-amarillo h3{
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 35px;
}
.productos .caja-borde-amarillo h3::after{
  content: " ";
  display: block;
  background: #f4a500;
  width: 90px;
  height: 3px;
  margin: 2px auto;
}

/*** SERVICIO  ***/

#servicio{
  background: #F7F7F8;
  padding: 200px 0 150px;
}
#servicio h3{
  font-weight: 700;
  text-transform: uppercase;
  font-size: 25px;
  text-align: center;
  margin-bottom: 60px;
}
#servicio #computadoras{
  height: 100px;
}
#servicio h3::after{
  content: "";
  display: block;
  width: 90px;
  height: 4px;
  margin: 10px auto 0;
  background: #f4a500;
}
#servicio .servicios{
  background: #f4a500;
  margin-bottom: 40px;
  transition: .5s ease-in-out;
  border-radius: 0 25px ;
  box-shadow: 0px 0px 0px rgba(0,0,0,0);
}
#servicio .servicios:hover{
  box-shadow: 0px 7px 15px rgba(0,0,0,.4);
}
#servicio .servicios:hover img{
  filter: grayscale(100%);
}
#servicio .servicios img{
  width: 100%;
  height: auto;
  filter: grayscale(0% );
  transition: .7s ease-in-out;
  border-radius: 0 23px 0 0;
}
#servicio .servicios figure figcaption{
  padding: 35px;
}
#servicio .servicios figure figcaption h3{
  font-weight: 700;
  text-align: center;
  margin-bottom: 35px;
  color: white;
}
#servicio .servicios figure figcaption h3::after{
  display: block;
  content: " ";
  background: #444;
  height: 3px;
  width: 100px;
  margin: 5px auto;
}
#servicio .servicios figure figcaption p{
  text-align: justify;
  color: white;
  font-size: 20px;
  font-weight: lighter;
  font-family: 'Lato', sans-serif;
  line-height: 25px;
}
.informacion-pie{
  background: #444444;
  padding: 25px 0;
  color: white;
  font-weight: lighter;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  text-align: center;
}
.informacion-pie img{
  height: 40px;
  width: auto;
  margin: auto;
}
.informacion-pie .datos{
  position: relative;
}
.informacion-pie .datos .icono{
  position: absolute;
  font-size: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.informacion-pie .datos div{
  display: inline-block;
}
.informacion-pie .datos .datos{
  margin-left: 25px;
}
footer .pie{
  background-color: #f4a500;
  text-align: center;
  text-transform: uppercase;
  font-weight: lighter;
  line-height: 30px;
  padding: 10px 0 20px 0;
}
footer p{
  margin: 0;
  font-size: 11px;
}
footer img{
    height: 25px;
}
footer .xtra{
    max-height: 50px;
    overflow-y: scroll;
    padding: 0 10px;
    display: block;
}
footer .xtra hr{
    border-top: solid 1px #333;
}
footer .xtra::-webkit-scrollbar-track{
	background-color: rgba(0,0,0,0);
}
footer .xtra::-webkit-scrollbar{
	width: 5px;
	background-color: rgba(0,0,0,0);
}
footer .xtra::-webkit-scrollbar-thumb{
	background-color: #f4a500;
  border-radius: 20px;
}
footer .xtra h6{
    font-size: 9px;
    text-transform: capitalize !important; 
}
#flotante{
   display: block;
   position: fixed;
   left:10px;
   bottom:25px;
   padding: 3px 10px;
   border-radius:30px;
   text-align:center;
   line-height:20px;
   background: #00e676;
   z-index:1000000;
   font-size:25px;
   box-shadow: 0 4px 8px rgba(0,0,0,.4);
   cursor: pointer;
   border: solid 2px #fff;
   transition: left 1s;
  }
 #flotante a{
    color: #fff;
  }
 #flotante i{
     margin-right: 3px;
 }
 #flotante span{
    font-size: 14px;
    vertical-align: top;
 }

/***  contacto  ***/
#margen.affix{
    margin-top: 100px;
}
.formulario{
  background: #f4a500;
  padding: 120px 0px;
}
.formulario h2{
  text-align: center;
  color: white;
  font-weight: 700;
  font-size: 50px;
  margin-bottom: 50px;
}
.formulario input{
  border: solid 4px #444;
  border-radius: 10px;
  width: 100%;
  background: transparent;
  margin-bottom: 25px;
  line-height: 50px;
  padding: 0px 10px;
  color: #444;
  font-size: 12px;
  text-transform: uppercase;
outline: -webkit-focus-ring-color auto 0px;
}
.formulario textarea{
  border: solid 4px #444;
  border-radius: 10px;
  width: 100%;
  background: transparent;
  margin-bottom: 25px;
  line-height: 50px;
  padding: 0px 10px;
  color: #444;
  font-size: 12px;
  text-transform: uppercase;
  max-height: 200px;
}
.formulario input:-ms-input-placeholder{
  color: #444;
}
.formulario textarea:-ms-input-placeholder{
  color: #444;
}
.formulario input:-moz-placeholder{
  color: #444;
}
.formulario textarea:-moz-placeholder{
  color: #444;
}
.formulario input::-webkit-input-placeholder{
  color: #444;
}
.formulario textarea::-webkit-input-placeholder{
  color: #444;
}
input:focus {
    outline-offset: 0px;
}
textarea:focus{
    outline-offset: 0px;
}
:focus {
    outline: -webkit-focus-ring-color auto 0px;
}
.formulario button{
  background: #444;
  color: #f4a500;
  border: none;
  width: 140px;
  height: 40px;
  margin: 0px 15px;
  border-radius: 10px;
  text-transform: uppercase;
  font-size: 12px;
  transition: .6s ease-in-out;
  margin-top: 20px;
}
.formulario button:hover{
  box-shadow: 0px 4px 10px rgba(0,0,0,.6)
}
.gracias{
  padding: 30px 0;
  width: 100%;
  height: 100vh;
  position: relative;
  background: url('../img/background.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.gracias h3{
  position: absolute;
  font-size: 6.8vh;
  font-weight: bold;
  text-align: center;
  top: 40%;
  width: 70%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.gracias h3:after, .gracias h3::before{
  content: " ";
  width: 40%;
  height: 4px;
  background: #444;
  display: block;
  margin: 40px auto;
}
.gracias button{
  border: none;
  background: #444;
  border: solid 3px #444;
  font-weight: bold;
  color: #f4a500;
  padding: 15px 80px;
  border-radius: 15px;
  text-transform: uppercase;
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: .4s ease-in-out;
  box-shadow: 0px 5px 8px rgba(0,0,0,.5)
}
.gracias button:hover{
  background: transparent;
  color: #444;
  box-shadow: 0px 0px 0px rgba(0,0,0,.50);
  margin-top: 3px;
}

/***   responsive   ***/
@media(max-width: 1200px){
  #menu .telefono i{
    font-size: 22px;
    margin-right: 5px;
  }
  #menu .telefono div p{
    font-size:  25px;
    font-weight: 600;
    margin: 0;
  }
  #menu .telefono div p b{
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: .13em;
    font-weight: lighter;
    color: #f4a500;
  }
}
@media (max-width: 1010px){
    #slider .texto{
      font-size: 3vw;
      line-height: 30px;
    }
}
@media (max-width: 992px){
  .tecnologia .icono{
    display: none;
  }
  header #menu{
    height: 145px;
  }
  #menu .logo {
    height: 50px;
    margin: auto;
  }
  #menu .telefono{
    text-align: center;
  }
  #menu .telefono div p{
    line-height: 20px;
  }
  #menu .telefono, #menu nav{
    line-height: 50px;
  }
  #menu nav{
    margin-top: 10px;
  }
  #menu nav span{
    float: none;
  }
  #menu nav span a{
    display: inline-block;
    text-align: center;
  }
 #flotante{
   display: block;
   position: fixed;
   left:10px;
   bottom:25px;
   padding: 3px 10px;
   border-radius:30px;
   text-align:center;
   line-height:30px;
   background: #00e676;
   z-index:1000000;
   font-size:25px;
   box-shadow: 0 4px 8px rgba(0,0,0,.4);
   cursor: pointer;
   border: solid 2px #fff;
   transition: left 1s;
  }
 #flotante a{
    color: #fff;
  }
 #flotante i{
     margin-right: 3px;
 }
 #flotante span{
    font-size: 14px;
    vertical-align: top;
 }
 .owl-carousel .owl-item img{
    float: none;
    margin: 0 auto;
}
#slider .ala-izq{
    float: none !important;
}
#slider .texto{
  font-weight: 700;
  position: inherit;
  font-size: 50px;
  line-height: 50px;
  text-align: center;
  transform: translateY(0);
}
#slider .center .texto{
    transform: translateY(0);
}
#slider .ala-der{
  text-align: center;
}
}
@media (max-width: 768px){
  #menu .telefono div p{
    font-size: 18px;
    line-height: 18px;
  }
  #menu .telefono i{
    font-size: 18px;
    margin-right: 5px;
  }
  #menu .telefono div p b{
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: .13em;
    font-weight: lighter;
    color: #f4a500;
  }
  #slider .texto {
    font-size: 35px;
    left: 10%;
    line-height: 35px;
  }
  #slider .ala-der{
    right: 10% !important;
  }
  .tecnologia img{
    max-width: 100%;
    width: 100% !important;
  }
  .experiencias{
    margin: 30px 0;
  }
  .tecnologia .texto{
    margin: auto;
  }
  .texto-importante{
    font-size: 35px;
    line-height: 40px;
    text-align: center;
  }
  .fondo-de-color b{
    font-size: 30px;
  }
}
@media (max-width: 650px){
  #menu nav span a{
    padding: 0 .5em;
    font-size: 11px;
  }
  #menu .llama .texto a{
      font-size:15px;
  }
  body > header > div#menu > div > div > div.col-md-3.col-md-push-6.col-sm-6.col-xs-6 > div > span.c2a > p > b{
      font-size: 15px;
  }
}
@media (max-width: 550px){
  #menu .llama .c2a{
      font-size: 17px;
  }
  #slider .texto {
    font-size: 35px;
    line-height: 35px;
  }
  #slider .owl-nav .owl-next, #slider .owl-nav .owl-prev{
    width: 20px;
    height: 20px;
  }
  #slider .owl-nav{
    font-size: 15px;
    line-height: 20px;
  }
  .top h1{
    text-align: center;
    line-height: 20px;
    padding: 5px;
  }
}
@media (max-width: 380px){
  #menu .telefono div p{
    font-size: 12px;
    line-height: 12px;
  }
  #menu .telefono div p b{
    font-size: 12px;
  }
  #menu .telefono i{
    font-size: 12px;
    margin-right: 3px;
  }
#menu nav span a{
    font-size: 11px;
    padding: 0px 2px;
    font-weight: 600;
  }
  #slider .texto {
    font-size: 28px;
    line-height: 28px;
  }
}
#openVSButton > a > div{
    box-shadow: 0 4px 8px rgba(0,0,0,.4) !important;
}


/*.modal{*/
/*    position:fixed;*/
/*    top:0;*/
/*    left:0;*/
/*    width:100%;*/
/*    height:100%;*/
/*    background-color:rgba(0,0,0,.95);*/
/*    display:none;*/
/*    z-index:99999999999999999999999999999999999999999999999999999999999999999999999999999999999999999;*/
/*}*/

/*.ventana{*/
/*    width:80%;*/
/*    position:absolute;*/
/*    top:50%;*/
/*    left:50%;*/
/*    transform:translateX(-50%) translateY(-50%);*/
/*}*/
/*.ventana img{*/
/*    margin: auto;*/
/*    display: block;*/
/*}*/
/*.ventana span{*/
/*    color:#faa306;*/
/*    background-color:#fff;*/
/*    font-family:Arial;*/
/*    font-weight:bold;*/
/*    border:2px solid #faa306;*/
/*    font-size:20px;*/
/*    text-align:center;*/
/*    border-radius:50%;*/
/*    position:absolute;*/
/*    top:0;*/
/*    right:0px;*/
/*    cursor:pointer;*/
/*    width: 30px;*/
/*    height: 30px;*/
/*}*/


