@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,900);
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(http://weloveiconfonts.com/api/?family=fontawesome);

/************************
 ESTILOS
*************************/
body {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
}
.portada {
  position: relative;
  display: block;
  height: 100vh;
}
.container { 
  background: url(img/infracomhome.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position:fixed !important;
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  z-index: -1;
}
.logo-container {
  width: 800px;
  height: 200px;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-bottom: 50px;
}
.desktop {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.mobile767 {
  display: none;
}
.mobile600 {
  display: none;
}
.logo-container p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: .6em;
  text-align: center;
  text-transform: uppercase;
  padding-top: 1%;
}
h1 {

}
h1 span {
  display: none;
}
h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1.5em;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1.6em;
  color: #000;
  text-transform: uppercase;
  text-align: center;
}
h4 {
  color: #d0d0d0;
  font-size: .8em;
  margin: 0;
}
h5 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1em;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  background-color: #0057A2;
  padding: 10px 5px;
  margin: 10px 0;
}
h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1em;
  color: #fff;
  text-align: left;
  padding: 30px 15px;
  margin: 10px 0;
}
a {
  text-decoration: none;
  color: #000000;
}
i {
  color: #fff;
  -moz-transition:opacity .2s ease-in;
  -o-transition:opacity .2s ease-in;
  -webkit-transition:opacity .2s ease-in;
  opacity: .5;
}
i:hover {
  opacity: 1;  
}
.arrow {
  display: block;
  position: absolute;
  bottom: 0;
  font-size: 1.8em;
  text-align: center;
  padding-bottom: 2%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.iseccion {
  font-size: 1em !important;
  opacity: 1 !important;
}
.enter {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 0.5em;
  color: #fff;
  opacity: .5;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0;
}
.clearfix {
  clear: both;
  overflow: hidden;
}
/* efecto fade in */
.hideme
{
  opacity:0;
}
.up {
  opacity: 0;
}
.up-slow {
  opacity: 0;
}
/* efecto fade in */
.fadein
{
    opacity:0;
}
/************************ menu ************************/
.menu {
  position: relative;
  width: 100%;
  height: 60px;
  line-height: 60px;
}
.logo-menu {
  position: relative;
  float: left;
  margin-left: 5%;
}
.logo-menu img {
    vertical-align: middle;
    padding-bottom: 15px;
    z-index: 100;
}
.menu-ul {
  list-style: none;
  padding: 0;
  margin: 0;
  float: right;
  margin-right: 5%;
  vertical-align: middle;
}
.menu-ul li {
  display: inline-block;
  color: #666666;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: .9em;
  text-transform: uppercase;
  text-align: center;
  margin: 0 10px;
}
.seccion a {
  color: #CCCCCC;
}
.menu-ul li a {
  -moz-transition:color .2s ease-in;
  -o-transition:color .2s ease-in;
  -webkit-transition:color .2s ease-in;
}
.menu-ul li a:hover {
  color: #25cec9;
}
.seccion li a:hover {
  color: #fff;
}
.mark {
  color: #25cec9 !important;
}
.markseccion {
  color: #fff !important;
}
/*******************************************/

/************************ menu RESPONSIVE ************************/
.menu {
  display: block;
}
.menu-mobile {
  display: none;
  position: relative;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: transparent;
}
.menu-collapsed {
  transition: all .25s;
  padding: 0;
  margin: 0;
}
.menu-collapsed ul {
  transition: all .05s;
  position: fixed;
  display: none;
}
.menu-expanded ul {
  display: block;
}

/** CSS menu mobile hamburger**/
.c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 96px;
  height: 85px;
  float: right;
  margin-right: 3%;
  font-size: 0;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}

.c-hamburger:focus {
  outline: none;
}
.c-hamburger span {
  display: block;
  position: absolute;
  top: 30px;
  left: 35px;
  right: 35px;
  height: 2px;
  background: #3a3a3a;
}

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #3a3a3a;
  content: "";
}

.c-hamburger span::before {
  top: -8px;
}

.c-hamburger span::after {
  bottom: -8px;
}
.c-hamburger--htx {
  background-color: transparent;
}

.c-hamburger--htx span {
  transition: background 0s 0.3s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
  transition-property: top, transform;
}

.c-hamburger--htx span::after {
  transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
  background-color: transparent;
}

.c-hamburger--htx.is-active span {
  background: none;
}

.c-hamburger--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.3s;
}
.seccion-mobile .c-hamburger span  {
  background-color: #fff;
}
.seccion-mobile .c-hamburger span::before  {
  background-color: #fff;
}
.seccion-mobile .c-hamburger span::after  {
  background-color: #fff;
}
.seccion-mobile .c-hamburger--htx.is-active span {
  background-color: transparent;
}
.seccion-mobile .c-hamburger--htx.is-active span::before {
  background-color: #3a3a3a;
}
.seccion-mobile .c-hamburger--htx.is-active span::after {
  background-color: #3a3a3a;
}
/** END CSS menu mobile hamburger**/
.menu-expanded {
  transition: all .25s;
  text-align: center;
  line-height: 50px;
  height: auto;
  width: 100%;
  padding: 0;
  margin: 0;
  border-radius: 0px;
  top: 0;
  right: 0;
  background-color: #fff;
  z-index: 600;
  padding-bottom: 30px;
}
.menu-expanded ul {
  transition: all .05s;
  position: relative;
  left: 0;
  z-index: 2;
  text-transform: uppercase;
  list-style: none;
  padding: 0;
  margin-top: -50px;
}
.menu-expanded a {
  transition: all .15s;
  text-decoration: none;
  color: #666666;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: .9em;
  padding: 5px;
}
.menu-expanded a:hover {
  color: #25cec9;
  transition: all 300ms ease;
  -webkit-transition: all 0.5s ease;
}

/*******************************************/

/************************ EMPRESA ************************/
#empresa-vision {
  width: 100%;
  height: auto;
  background-color: #efefef;
  z-index: 1000;
}
.empresa-vision-text {
  padding-top: 7%;
  padding-bottom: 10%;
}
#empresa-vision p {
  font-weight: 400;
  font-size: 1em;
  color: #666565;
  width: 50%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  line-height: 150%;
}
/*******************************************/

/************************ IMAGE-NAV ************************/
.container-nav {
  width: 100%;
  height: 100%;
  background-color: #efefef;
}
.grid {
  position: relative;
  margin: 0 auto;
  padding: 1em 0 4em;
  max-width: 1200px;
  list-style: none;
  text-align: center;

}

/* Common style */
.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  min-width: 320px;
  max-width: 100%;
  max-height: auto;
  width: 48%;
  background: #3085a3;
  text-align: center;
  cursor: pointer;
}

.grid figure img {
  position: relative;
  display: block;
  width: 100%;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
}

.grid figure figcaption {
  padding: 1em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.grid figure h2 {
  font-size: 2em;
  font-weight: 700;
}

.grid figure h2 span {
  font-weight: 800;
}

.grid figure h2,
.grid figure p {
  text-align: left;
}

.grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
  margin-top: -25px;
}

/* Individual effects */

/*---------------*/
/***** Apollo *****/
/*-----------------*/

figure.effect-apollo {
  background: #52BAD3;
}

figure.effect-apollo img {
  opacity: 0.95;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale3d(1.05,1.05,1);
  transform: scale3d(1.05,1.05,1);
}

figure.effect-apollo figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.5);
  content: '';
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
  transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}

figure.effect-apollo:hover img {
  opacity: 0.3;
  -webkit-transform: scale3d(1,1,1);
  transform: scale3d(1,1,1);
}

figure.effect-apollo:hover figcaption::before {
  -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
  transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

figure.effect-apollo figcaption {
  text-align: left;
}

figure.effect-apollo figcaption > div {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 3em;
  width: 100%;
  height: 50%;
}

figure.effect-apollo h2,
figure.effect-apollo p {
  -webkit-transform: translate3d(0,30px,0);
  transform: translate3d(0,30px,0);
}

figure.effect-apollo h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

figure.effect-apollo p {
  color: rgba(255,255,255,0.8);
  opacity: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
  transition: opacity 0.2s, transform 0.35s;
}

figure.effect-apollo:hover p {
  opacity: 1;
}

figure.effect-apollo:hover h2,
figure.effect-apollo:hover p {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

figure.effect-apollo:hover p {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
}
/* Media queries */
@media screen and (max-width: 50em) {
  .content {
    padding: 0 10px;
    text-align: center;
  }
  .grid figure {
    display: inline-block;
    float: none;
    margin: 0px auto;
    width: 100%;
  }
}
/*******************************************/

/************************ footer ************************/
footer {
  height: auto;
  width: 100%;
  position:relative;
  background-color: #101010;
  bottom: 0;
}
.footer-center {
  height: 200px;
  width: 70%;
  display: table;
  margin-right: auto;
  margin-left: auto;
}
.footer-nav {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
.footer-nav ul {
  list-style: none;
  margin: 0;
}
.footer-nav li {
  line-height: 140%;
}
.footer-nav li a {
  color: #d0d0d0;
  font-size: .8em;
}
.footer-nav li a:hover {
  color: #fff;
  font-size: .8em;

}
.footer-datos {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding-bottom: 4px;
  padding-left: 15%;
}
.footer-datos p {
  color: #d0d0d0;
  font-size: .8em;
}
.footer-datos a {
  color: #d0d0d0;
  font-size: .8em;
}
.footer-datos a {
  border-bottom: solid 1px;
  padding-bottom: 4px;
}
.footer-contacto {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding-bottom: 4px;
  padding-left: 5%;
}
.footer-contacto p {
  color: #d0d0d0;
  font-size: .8em;
}
.footer-contacto a {
  color: #d0d0d0;
  font-size: .8em;
}
.footer-contacto a {
  border-bottom: solid 1px;
  padding-bottom: 4px;
}
.scrollup {
  position: absolute;
  width: 40px;
  height: 40px;
  margin-left: 50px;
  margin-top: 90px;
  text-align: center !important;
}
.scrollup i {
  position: absolute;
  color: #101010;
  font-size: 1.3em;
  font-weight: 700;
  text-align: right;
  padding: 0 5px;
  background-color: #fff;
  border-radius: 5px;
  opacity: .2;
  -moz-transition:opacity .2s ease-in;
  -o-transition:opacity .2s ease-in;
  -webkit-transition:opacity .2s ease-in;
}
.scrollup i:hover {
  opacity: .4;
}
/*******************************************/

/************************ SERVICIOS ************************/
.portadaseccion-servicios {
  background: url(img/banner-servicios.jpg) center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 300px;
  position: absolute;
  top:0;
  right:0;
  left:0;
  bottom:0;
}
#servicios {
  padding-top: 300px;
  text-align: center;
}
.servicios-text {
  width: 70%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  z-index: 1000;
}
#servicios ul {
  list-style: none;
  margin: 0;
  padding: 20px 0;
}
#servicios ul li {
  color: #0057A2;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: .9em;
  text-align: left;
  line-height: 35px;
  padding-left: 20px;
}
#servicios ul li:before {
  font-family: FontAwesome;
  color: #0057A2;
  content: "\f046"; /* escaped unicode for the icon */
  float: left;
  width: 1.6em; /* icon width + space */
}
.servicios-text {
  margin-top: 6%;
}
#servicios p {
  font-weight: 400;
  font-size: 1em;
  color: #666565;
  line-height: 150%;
}
#servicios h3 {
  text-align: center;
}
.servicios-container {
  width: 70%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: auto;
  margin-top: 5%;
  margin-bottom: 10%;
}
.cuadro-celeste {
  width: 100%;
  height: 60px;
  background-color: #52BAD3;
}
.cuadro-gris {
  height: 20em;
  width: 100%;
  background-color: #EFEFEF;
}
.telecomunicaciones {
  display: block;
  position: relative;
  float: left;
  display: inline-block;
  width: 48%;
  height: auto;
}
.consultoria {
  display: block;
  position: relative;
  float: right;
  display: inline-block;
  width: 48%;
  height: auto;
}
/*******************************************/

/************************ LOCALIDADES ************************/
.portadaseccion-localidades {
  background: url(img/banner-localidades.jpg) center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 300px;
  position: absolute;
  top:0;
  right:0;
  left:0;
  bottom:0;
}
#localidades{
  width: 100%;
  height: auto;
  text-align: center;
  padding-top: 300px;
  background-color: #fff;
  z-index: 1000;
}
.localidades-text {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6%;
}
#localidades p {
  font-weight: 400;
  font-size: 1em;
  color: #666565;
  line-height: 150%;
}
#localidades h3 {
  text-align: center;
}
.localidades-container {
  position: relative;
  display: block;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  margin-top: 5%;
  margin-bottom: 5%;
}
.mapa {
  width: 400px;
  height: auto;
  position: relative;
  display: inline-block;
  float: left;
  padding-top: 3%;
}
.direcciones {
  position: relative;
  display: inline-block;
  float: right;
}
.localidades-container ul {
  list-style: none;
  padding: 0;
}
.direcciones p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 0.8em !important;
  color: #3A3A3A;
  text-align: center;
  margin: 2px 0;
}
.direcciones a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 0.8em !important;
  color: #52BAD3;
  text-align: center !important;
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.localidad-bloque {
  margin-bottom: 30px;
}
/*******************************************/
/************************ EMPRESA ************************/
.portadaseccion-empresa {
  background: url(img/banner-empresa.jpg) center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 300px;
  position: absolute;
  top:0;
  right:0;
  left:0;
  bottom:0;
}
#empresa{
  width: 100%;
  height: auto;
  padding-top: 300px;
  background-color: #fff;
  z-index: 1000;
}
.empresa-text {
  width: 60%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6%;
  margin-bottom: 6%;
  text-align: center;
}
#empresa p {
  font-weight: 400;
  font-size: 1em;
  color: #666565;
  line-height: 150%;
}
#empresa h3 {
  text-align: center;
}
.space {
  padding-top: 20px;
}
#empresa article {
  padding-top: 5%;
  padding-bottom: 5%;
  text-align: center;
  background-color: #EFEFEF;
}
#empresa article p {
  width: 50%;
  color: #3A3A3A;
  margin-left: auto;
  margin-right: auto;
}
.destacado {
  font-weight: 700 !important;
}
.empresa-listado {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  background-color: #fff;
  padding-top: 5%;
  padding-bottom: 10%;
}
.empresa-listado p {
  color: #000 !important;
  font-weight: 200 !important;
}
.empresa-listado ul {
  list-style: none;
  padding: 0;
}
.iconos {
  width: 200px;
  display: block;
  float: right;
}
.iconos img {
  margin-left: 10px;
}
.nuestro {
  background-color: #fff !important;
}
.nuestro img {
  margin-top: 20px;
}
/*******************************************/


/************************ CONTACTO ************************/
.portadaseccion-contacto {
  background: url(img/banner-contacto.jpg) center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 300px;
  position: absolute;
  top:0;
  right:0;
  left:0;
  bottom:0;
}
#contacto{
  width: 60%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 300px;
  background-color: #fff;
  z-index: 1000;
}
.contacto-text {
  margin-top: 10%;
}
#contacto p {
  font-weight: 400;
  font-size: .8em;
  color: #000;
  line-height: 150%;
}
#contacto h3 {
  text-align: left;
}
.space {
  padding-top: 20px;
}
#mapa {
  width: 60%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3%;
  margin-bottom: 5%;
}
    .google-maps {
        position: relative;
        padding-bottom: 65%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }
/*******************************************/


/* Begin Responsive Changes */

@media only screen and (min-width : 200px) and (max-width : 600px) {
  .logo-container {
    width: 300px;
  }
  .desktop {
    display: none;
  }
  .mobile767 {
    display: none;
  }
  .mobile600 {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .menu {
  display: none;
  }
  .menu-mobile {
    display: block;
  }
  h3 {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    font-size: 1.6em;
  }
  #empresa-vision p {
    width: 80%;
    font-size: 0.9em;
  }
  .empresa-vision-text {
  padding-top: 15%;
  padding-bottom: 20%;
  }
  figure.effect-apollo figcaption > div {
  padding: 2em 2em;
  }
  .scrollup {
    display: block;
    position: absolute;
    margin-top: -40px;
    margin-left: 60%;
  }
  .grid {
    padding: 0;
  }
  .footer-center {
    display: block;
    width: 60%;
    padding: 5em 0;
    height: auto;
  }
  .footer-nav {
    display: none; 
  }
  .footer-datos {
    position: relative;
    display: block;
    width: auto;
    padding-left: 0;
        margin-bottom: 4em;
  }
  .footer-contacto {
    position: relative;
    display: block;
    width: auto;
    padding-left: 0;
  }
  .servicios-container {
    width: 100%;
    margin-bottom: 0;
  }
    .telecomunicaciones {
  display: block;
  position: relative;
  float: none;
  width: 100%;
  height: auto;
  }
  .consultoria {
    display: block;
    position: relative;
    float: none;
    width: 100%;
    height: auto;
  }
  #servicios ul li {
    text-align: center;
  }
  #servicios ul li:before {
  float: none;
  padding-right: 4px;
  } 
  .caja-text {
    padding-top: 8%;
    padding-bottom: 8%;
  }
  h3 {
    font-size: 1.3em;
  }
  .subtitulo {
    font-size: .9em !important;
  }
  h6 {
  text-align: center;
  font-size: 1.3em;
  padding: 20px 0px;
  }
  .cuadro-gris {
    height: auto;
  }
    .localidades-text {
    width: 70%;
  }
  .localidades-container {
    width: 70%;
  }
  .mapa {
    display: block;
    width: 100%;
  }
  .mapa img {
    width: 300px; 
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .direcciones {
    display: block;
    float: none;
    clear: both;
    overflow: hidden;
  }
  #contacto {
    margin-top: 15%;
  }
  #contacto h3 {
    margin: 0;
  }
  #mapa {
    margin-bottom: 15%;
  }
  h2 {
    margin-bottom: 10%;
  }
  #empresa p {
    font-size: 0.9em;
  }
  .empresa-listado ul li {
    font-size: 0.9em;
  }
  .empresa-listado {
    width: 80%;
    padding-top: 5%;
    padding-bottom: 18%;
  }
  #empresa article p {
    width: 80%;
  }
}

@media only screen and (min-width : 601px) and (max-width : 767px) {
  .container { 
    background: url(img/infracomhome767.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .logo-container {
    width: 600px;
  }
  .desktop {
    display: none;
  }
  .mobile767 {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .mobile600 {
    display: none;
  }
    .menu {
  display: none;
  }
  .menu-mobile {
    display: block;
  }
  .scrollup {
    display: block;
    position: absolute;
    margin-top: -40px;
    margin-left: 60%;
  }
  .grid {
    padding: 0;
  }
  .footer-center {
    display: block;
    width: 60%;
    padding: 5em 0;
    height: auto;
  }
  .footer-nav {
    display: none; 
  }
  .footer-datos {
    position: relative;
    display: block;
    width: auto;
    padding-left: 0;
        margin-bottom: 4em;
  }
  .footer-contacto {
    position: relative;
    display: block;
    width: auto;
    padding-left: 0;
  }
  .servicios-container {
    width: 100%;
    margin-bottom: 0;
  }
  .telecomunicaciones {
  display: block;
  position: relative;
  float: none;
  width: 100%;
  height: auto;
  }
  .consultoria {
    display: block;
    position: relative;
    float: none;
    width: 100%;
    height: auto;
  }
  #servicios ul li {
    text-align: center;
  }
  #servicios ul li:before {
  float: none;
  padding-right: 4px;
  } 
  .caja-text {
    padding-top: 8%;
    padding-bottom: 8%;
  }
  h3 {
    font-size: 1.3em;
  }
  .subtitulo {
    font-size: .9em !important;
  }
  h6 {
  text-align: center;
  font-size: 1.3em;
  padding: 20px 0px;
  }
  .cuadro-gris {
    height: auto;
  }
    .localidades-text {
    width: 70%;
  }
  .localidades-container {
    width: 70%;
  }
  .mapa {
    display: block;
    width: 100%;
  }
  .mapa img {
    width: 400px; 
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .direcciones {
    display: block;
    float: none;
    clear: both;
    overflow: hidden;
  }
  #contacto h3 {
    margin: 0;
  }
  h2 {
    margin-bottom: 8%;
  }
  #empresa p {
    font-size: 0.9em;
  }
  .empresa-listado ul li {
    font-size: 0.9em;
  }
  .empresa-listado {
    width: 80%;
    padding-top: 5%;
    padding-bottom: 15%;
  }
  #empresa article p {
    width: 80%;
  }
}
@media only screen and (min-width : 768px) and (max-width : 979px) {
  .container { 
    background: url(img/infracomhome979.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
    .menu {
  display: none;
  }
  .menu-mobile {
    display: block;
  }
  .footer-center {
    width: 80%;
  }
  .scrollup {
    margin-left: 10px;
  }
  .servicios-container {
    width: 100%;
    margin-bottom: 0;
  }
  .telecomunicaciones {
  display: block;
  position: relative;
  float: none;
  width: 100%;
  height: auto;
  }
  .consultoria {
    display: block;
    position: relative;
    float: none;
    width: 100%;
    height: auto;
  }
  #servicios ul li {
    text-align: center;
  }
  #servicios ul li:before {
  float: none;
  padding-right: 4px;
  } 
  .caja-text {
    padding-top: 8%;
    padding-bottom: 8%;
  }
  h3 {
    font-size: 1.3em;
  }
  .subtitulo {
    font-size: .9em !important;
  }
  h6 {
  text-align: center;
  font-size: 1.3em;
  padding: 20px 0px;
  }
  .cuadro-gris {
    height: auto;
  }
  .localidades-text {
    width: 70%;
  }
  .localidades-container {
    width: 70%;
  }
  .mapa {
    display: block;
    width: 100%;
  }
  .mapa img {
    width: 400px; 
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .direcciones {
    display: block;
    float: none;
    clear: both;
    overflow: hidden;
  }
  #contacto h3 {
    margin: 0;
  }
  h2 {
    margin-bottom: 7%;
  }
  #empresa p {
    font-size: 0.9em;
  }
  .empresa-listado ul li {
    font-size: 0.9em;
  }
  .empresa-listado {
    width: 80%;
    padding-top: 5%;
    padding-bottom: 15%;
  }
  #empresa article p {
    width: 80%;
  }
}
@media only screen and (min-width : 800px) and (max-width : 950px) {
  figure.effect-apollo figcaption > div {
    padding: 2em 1em;
  }
}
@media only screen and (min-width : 980px) and (max-width : 1170px) {
  .cuadro-gris {
    height: 28em;
  }
  .localidades-text {
    width: 75%;
  }
  .localidades-container {
    width: 75%;
  }
}