html {
  font-size: 15px; }

body {
  font-family: 'Nunito Sans', sans-serif;
  color: #111; }

.inicial {
  background: url("../images/background-initial.jpg") no-repeat center top;
  background-size: cover;
  background-attachment: fixed !important;
  height: 96vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.logo-page {
  width: 150px;
  height: auto; }

.encabezado {
  background-color: #FFF;
  color: #28699A;
  padding: 0.5rem 0; }

.encabezado .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

/* Boton menu */
.menu-boton {
  border: 0;
  font-size: 1.5rem;
  padding: 0 .6rem;
  background: transparent;
  color: #28699A;
  margin-left: auto; }

.menu-boton:focus {
  outline: 0; }

#menu-navegacion {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%; }

#menu-navegacion ul {
  padding: 0;
  list-style: none;
  margin: 1rem 0 0 0; }

#menu-navegacion ul a {
  display: block;
  padding: 0.5rem 0;
  text-align: center;
  color: #28699A;
  border-bottom: 1px solid #666;
  text-transform: uppercase;
  text-decoration: none; }

#menu-navegacion ul a:hover,
#menu-navegacion ul li.active a {
  color: #f79646; }

.titulo-encabezado .display-4 {
  margin-top: 4.3rem;
  font-size: 2.6rem; }

.btn-primary {
  color: #28699A;
  background: #9bbf5b;
  border-color: transparent;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active:hover {
  background: #f79646;
  border-color: transparent; }

.avanza {
  padding: 2rem; }

.avanza a {
  color: #f79646;
  font-size: 2rem;
  display: inline-block;
  -webkit-animation: animacion-boton-abajo 2s ease-in-out infinite;
          animation: animacion-boton-abajo 2s ease-in-out infinite; }

@-webkit-keyframes animacion-boton-abajo {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(6px);
            transform: translateY(6px); }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes animacion-boton-abajo {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(6px);
            transform: translateY(6px); }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
.titulo-encabezado {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.titulo-encabezado .cinta {
  width: 100%;
  background-color: #FFFFFF66;
  margin-bottom: 3rem;
  margin-top: 2rem; }

.titulo-encabezado p {
  margin: 1rem 0;
  color: #FFF; }

.titulo-encabezado h1 {
  color: #FFF; }

.nosotros {
  background-color: #9bbf5b;
  color: #28699A;
  padding-top: 1rem;
  padding-bottom: 2rem; }

.nosotros h2 {
  border-bottom: 2px solid #f79646;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2rem; }

.nosotros h3 {
  border-bottom: 1px solid #f79646;
  text-align: center;
  margin-bottom: 1.5rem; }

.servicios h2 {
  border-bottom: 2px solid #f79646; }

.servicios article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1rem 0; }

.servicios article a {
  color: #000;
  text-decoration: none;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }

.servicios article a:hover {
  color: #000; }

.servicios h3 {
  font-size: 1.2rem;
  margin-top: 0;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.servicios h3::after {
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  color: #f79646;
  font-size: 1.5rem;
  margin-left: 1rem;
  opacity: .5;
  position: relative;
  left: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }

.servicios h3:hover::after {
  left: -1.5rem;
  color: #9bbf5b; }

.img-services {
  width: 60px;
  height: auto;
  overflow: hidden;
  margin-right: 1rem;
  padding: .5rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

.infraestructura h2 {
  border-bottom: 2px solid #f79646; }

.proyectos h2 {
  border-bottom: 2px solid #f79646; }

.contacto h2 {
  border-bottom: 2px solid #f79646; }

.proyectos h4 {
  margin-top: 2rem;
  margin-bottom: 2rem; }

.item-galeria h5 {
  font-size: 1rem;
  font-weight: bold; }

.proyectos .container {
  padding-left: 0px;
  padding-right: 0px; }

.owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1rem 0; }

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  color: #f79646;
  font-size: 2rem;
  margin: 0 .8rem; }

.owl-carousel .owl-nav button.owl-next:focus, .owl-carousel .owl-nav button.owl-prev:focus, .owl-carousel button.owl-dot:focus {
  outline: 0; }

.widget-title {
  margin-top: 2rem;
  margin-bottom: 1.5rem; }

.textwidget {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0 1rem;
  vertical-align: baseline; }

.textwidget p {
  margin-bottom: .7rem; }

.textwidget i {
  margin-right: 10px;
  font-size: 16px;
  width: 20px; }

.textwidget p a {
  text-decoration: none;
  color: currentColor; }

.textwidget p a:hover {
  color: #f79646; }

.maps {
  border: 2px solid #f79646;
  border-radius: 10px; }

.footer-page {
  background: #FFF;
  color: #28699A;
  text-align: center;
  font-size: .9rem; }

.footer-page .redessociales {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0; }

.footer-page .redessociales a {
  color: currentColor;
  font-size: 1.5rem;
  margin: 0 .5rem;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

.footer-page .redessociales a:hover {
  color: #f79646;
  opacity: 0.5; }

.regresar {
  position: fixed;
  bottom: .5rem;
  right: 1rem;
  font-size: 2rem;
  color: #f79646;
  z-index: 9999;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

.regresar:hover,
.regresar:focus {
  color: #fff;
  outline: 0;
  text-decoration: none; }

.nuestros-clientes {
  margin-top: 2rem; }

.nuestros-clientes img {
  width: 300px;
  height: auto; }

@media (min-width: 768px) {
  .inicial {
    height: 100vh; }

  .logo-page {
    width: 200px;
    height: auto; }

  #menu-navegacion {
    height: auto !important;
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    margin-left: auto; }

  #menu-navegacion ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }

  #menu-navegacion ul li a {
    padding: .3rem;
    font-size: .8rem;
    border: 0;
    border-bottom: 3px solid transparent;
    -webkit-transition: all .5s ease;
    transition: all .5s ease; }

  #menu-navegacion ul li a:hover {
    color: #f79646;
    border-bottom: 3px solid #f79646; }

  .nosotros p {
    font-size: 1.3rem; }

  .nosotros h2 {
    margin-top: 4.5rem; }

  .nosotros h3 {
    margin-bottom: 2.5rem;
    border-bottom: 2px solid #f79646; }

  .servicios h2 {
    margin-top: 4.5rem;
    margin-bottom: 2rem; }

  .servicios article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center; }

  .servicios article img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 190px;
            flex: 0 0 190px;
    width: auto;
    height: auto;
    -webkit-transition: all 1s ease;
    transition: all 1s ease; }

  .servicios article:hover img {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }

  .servicios h3 {
    font-size: 1.2rem;
    margin: 2rem 0 1rem 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }

  .servicios h3::after {
    display: none; }

  .proyectos h4 {
    margin: 3rem 0 2rem 0; }

  .item-galeria h5 {
    height: 70px; }

  .infraestructura h2 {
    margin-top: 4.5rem; }

  .proyectos h2 {
    margin-top: 4.5rem; }

  .contacto h2 {
    margin-top: 4.5rem; }

  .titulo-encabezado .cinta {
    margin-top: 3rem;
    margin-bottom: 5rem; }

  .g-recaptcha {
    margin-bottom: 1rem; } }
@media (min-width: 1000px) {
  #menu-navegacion ul li a {
    padding: .6rem;
    font-size: 1rem; }

  .titulo-encabezado .cinta {
    margin-top: 4rem;
    margin-bottom: 6rem; }

  .titulo-encabezado p {
    font-size: 1.5rem; }

  .nosotros p {
    font-size: 1.5rem; }

  .servicios article img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 190px;
            flex: 0 0 190px; }

  .servicios h3 {
    font-size: 1.5rem; }

  .titulo-encabezado .display-4 {
    margin-top: 4.3rem;
    font-size: 3.6rem; } }

/*# sourceMappingURL=style.css.map */