/* *********** color *********** */
/* *********** typo *********** */
html, * {
  font-size: 20px;
}

h1, h2 {
  font-family: 'Lato', sans-serif;
  color: #005C84;
  line-height: 1em;
}

p {
  font-family: 'Lato', sans-serif;
  color: #222222;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1 {
  font-size: 1.9em;
  line-height: 1.2em;
  text-align: center;
  font-weight: 600;
  margin-top: 45%;
  margin-bottom: 45%;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 60px 60px;
}

h2 {
  font-size: 1.5em;
  font-weight: 600;
  margin-top: 60px;
  text-align: center;
  line-height: 1.4em;
}

h3 {
  font-size: 1.300em;
  line-height: 0.5em;
  font-weight: 600;
  margin: 0;
}

p {
  font-size: 1em;
  line-height: 1.500em;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: justify;
}

/* *********** header *********** */
#header .nav-segundo {
  background-color: #005C84;
}

#header .nav-segundo .logo-brand img {
  max-height: 30px;
}

#header .nav-segundo .social-header li {
  background: transparent;
  border: 1px solid #fff;
}

.social-header .twitter-header button::before {
  color: #fff;
}
.social-header .facebook-header button::before {
  color: #fff;
}

/* *********** propio *********** */
.margin-top-l {
  margin-top: 60px;
}

.margin-top-m {
  margin-top: 30px;
}

/* *********** Contenido *********** */
.img-principal {
  background: url(../img/fondo.jpg) no-repeat center;
  background-size: cover;
}

.servicios-item {
  background: #CEE1E5;
  overflow: hidden;
  position: relative;
}

.contenedor-servicios {
  width: 100%;
  position: relative;
  height: 500px;
  margin-top: 60px;
}
.contenedor-servicios img {
  position: absolute;
  z-index: 200;
  margin-left: 50%;
  transform: translateX(-267px);
}

#edificio {
  width: 240px;
  position: absolute;
  z-index: 250;
  margin-left: 50%;
  margin-top: 150px;
  transform: translateX(-120px);
}

.nubes {
  position: absolute;
}

.contenedor_nube {
  position: absolute;
  z-index: 100;
  top: 0;
}

#nube1 {
  top: 2000px;
  left: 0;
}

#nube2 {
  top: 1500px;
  left: 100px;
}

#nube3 {
  top: 1000px;
  left: 1000px;
}

.listado-servicios {
  position: relative;
  margin-top: 100px;
  margin-bottom: 40px;
  z-index: 260;
}
.listado-servicios ul {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0;
}
.listado-servicios ul li {
  display: inline-block;
  height: 100px;
  list-style: none;
  font-weight: 600;
  color: #005C84;
  border-right: 3px dashed #005C84;
  margin-right: 10px;
  width: 18%;
}
.listado-servicios ul li .title-span {
  font-size: 14px;
  line-height: 14px;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  width: 100%;
}
.listado-servicios ul li .txt-span {
  font-size: 14px;
  vertical-align: top;
  margin-top: 10px;
  margin-right: 10px;
  display: inline-block;
  text-align: center;
  font-weight: 300;
}
.listado-servicios ul li:last-child {
  border-right: none;
  margin-right: 0;
}
.listado-servicios ul li:last-child .txt-span {
  margin-right: 0;
}
.listado-servicios ul #wifi {
  background: url(../img/wifi.png) no-repeat top left 20%;
  background-size: 30px 30px;
}
.listado-servicios ul #fibra {
  background: url(../img/fibra.png) no-repeat top left 20%;
  background-size: 30px 30px;
}
.listado-servicios ul #nube {
  background: url(../img/servicios-nube.png) no-repeat top left 20%;
  background-size: 30px 30px;
}
.listado-servicios ul #fijo {
  background: url(../img/fijo.png) no-repeat top left 20%;
  background-size: 30px 30px;
}
.listado-servicios ul #movil {
  background: url(../img/movil.png) no-repeat top left 20%;
  background-size: 30px 30px;
}

.popover {
  border-radius: 0;
  box-shadow: none;
  color: #005C84;
  max-width: 160px;
}
.popover .popover-content {
  font-size: 1em;
}

.txt-img p:first-child {
  margin-top: 0;
  letter-spacing: -1.35px;
}
.txt-img p:last-child {
  margin-bottom: 0;
}

.destacados {
  background: #CEE1E5;
  padding: 60px 0;
  overflow: hidden;
  position: relative;
}
.destacados h3 {
  position: relative;
  z-index: 200;
  color: #005C84;
  text-align: center;
  font-size: 2em;
  font-weight: 100;
  line-height: 1.4em;
}
.destacados .contenedor_nube_grupo {
  position: absolute;
  z-index: 100;
  top: 0;
}
.destacados .contenedor_nube_grupo #nube1_grupo {
  top: 2200px;
  left: 10px;
}
.destacados .contenedor_nube_grupo #nube2_grupo {
  top: 2000px;
  left: 300px;
}
.destacados .contenedor_nube_grupo #nube3_grupo {
  top: 1800px;
  left: 800px;
}

/* *********** media queries *********** */
@media screen and (max-width: 1024px) {
  html, * {
    font-size: 16px;
  }

  p {
    font-size: 1em;
    text-align: left;
  }

  h1 {
    font-size: 1.6em;
    margin-top: 30%;
    margin-bottom: 30%;
    padding: 40px 40px;
  }

  h2 {
    font-size: 1.4em;
  }

  h3 {
    font-size: 1.1em;
  }

  .listado-servicios ul li {
    height: 85px;
  }
  .listado-servicios ul li .txt-span {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  h2 {
    font-size: 1.1em;
  }

  .destacados h3 {
    font-size: 1.2em;
    font-weight: 400;
  }

  .txt-img p {
    margin-bottom: 30px;
  }

  .contenedor-servicios {
    height: 200px;
  }
  .contenedor-servicios img {
    width: 200px;
    height: 200px;
    transform: translateX(-100px);
  }

  #edificio {
    width: 100px;
    margin-top: 60px;
    transform: translateX(-50px);
  }

  .listado-servicios {
    height: auto;
    margin-top: 60px;
  }
  .listado-servicios ul {
    height: auto;
    display: block;
    position: relative;
  }
  .listado-servicios ul li {
    display: block;
    border-right: none;
    text-align: left;
    width: 100%;
    height: 120px;
  }
  .listado-servicios ul li .title-span {
    font-size: 16px;
  }
  .listado-servicios ul li .txt-span {
    font-size: 16px;
    width: 100%;
    margin-right: 0;
  }
  .listado-servicios ul li:before {
    content: '';
    position: absolute;
    width: 80%;
    margin-top: 100px;
    border-bottom: 3px dashed rgba(0, 92, 132, 0.3);
    margin-left: 10%;
    margin-right: 10%;
  }
  .listado-servicios ul li:first-child:after {
    content: '';
    position: absolute;
    width: 80%;
    border-top: 3px dashed rgba(0, 92, 132, 0.3);
    margin-left: 10%;
    margin-right: 10%;
    top: -20px;
  }
  .listado-servicios ul #wifi, .listado-servicios ul #fibra, .listado-servicios ul #nube, .listado-servicios ul #fijo, .listado-servicios ul #movil {
    background-position: top left 40%;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 1.2em;
    margin-top: 20%;
    margin-bottom: 20%;
    padding: 30px 30px;
  }

  h2 {
    font-size: 1.1em;
    text-align: left;
  }

  .servicios-item h2 {
    text-align: center;
  }

  .listado-servicios ul li {
    height: 140px;
  }
  .listado-servicios ul li .title-span {
    font-size: 1.2em;
  }
  .listado-servicios ul li .txt-span {
    font-size: 1.2em;
    line-height: 1.2em;
  }
  .listado-servicios ul li:before {
    content: '';
    position: absolute;
    margin-top: 120px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .listado-servicios ul li:first-child:after {
    content: '';
    width: 100%;
    left: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .listado-servicios ul #wifi, .listado-servicios ul #fibra, .listado-servicios ul #nube, .listado-servicios ul #fijo, .listado-servicios ul #movil {
    background-position: top left 20%;
  }
}

/*# sourceMappingURL=estilo-movistar.css.map */
