@charset "UTF-8";
/*
	Theme Name: Metric
	Theme URI:
	Text Domain: metric
	Version: 1.0
	Author: Félix Zambrano
	Author URI: 
	Tags: software, progrmacion

	License: GNU General Public Licence or Later

*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400|Ubuntu:300,400");
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #212121;
  background: #fbfbfb;
}

@media (min-width: 768px) {
  body {
    font-size: 16px;
  }
}

a {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a, a:hover, a:focus, a:active {
  text-decoration: none;
}

h1 {
  font-size: 2.5em;
}

h2 {
  font-size: 1.875em;
}

h3 {
  font-size: 1.625em;
}

h1, h2, h3 {
  line-height: 1.3;
  color: #212121;
  font-weight: 300;
}

ul {
  padding: 0;
  margin: 0;
}

figure {
  margin: 0;
  padding: 0;
}

.gutter, .services-intro .owl-item, .portafolio-intro .owl-item {
  padding-left: 15px;
  padding-right: 15px;
}

.alto, .row, .container, .container-fluid {
  height: 100%;
}

.ancho-full {
  width: 100%;
  max-width: 1400px;
  padding: 0px;
  margin: 0 auto;
  overflow: hidden;
}

.oculto {
  display: none;
}

.primario {
  background: #273477;
}

.segundo {
  background: #1F9DD9;
}

.tercero {
  background: #F05A28;
}

.cuarto {
  background: #BFE5EE;
}

.color-negro {
  color: #212121;
}

.color-blanco {
  color: white;
}

.centrado-flex, .head-inside__title-center, .intermedio__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.parallax {
  background-position: center 0;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

[class^="fa"]::before {
  position: relative;
  top: -1px;
}

.sinpadding {
  padding: 0;
}

.sinmargin {
  margin: 0;
}

.mayuscula {
  text-transform: uppercase;
}

.subtitle-center {
  text-align: center;
  color: #757575;
  margin-top: 10px;
}

.title-center {
  text-align: center;
  font-size: 3.75em;
  font-family: "Ubuntu", sans-serif;
}

.title-centerdos {
  text-align: center;
  font-size: 1.5em;
  font-family: "Ubuntu", sans-serif;
  position: relative;
  padding: 10px 15px;
  margin-top: 0;
}

.title-centerdos:before {
  content: "";
  position: absolute;
  width: 50px;
  border-bottom: 2px solid #1F9DD9;
  z-index: 3;
  bottom: 0;
  left: 50%;
  margin-left: -25px;
}

.titulo-plano {
  font-size: 2.5em;
  font-family: "Ubuntu", sans-serif;
  color: #273477;
}

.titulouno {
  font-family: "Ubuntu", sans-serif;
  position: relative;
  margin-bottom: 10px;
  font-size: 1.5em;
}

.titulouno:before {
  content: "";
  position: absolute;
  width: 50px;
  border-bottom: 2px solid #F05A28;
  z-index: 3;
  bottom: -10px;
  left: 0;
}

.titulouno span {
  color: #273477;
}

.title-right {
  font-family: "Ubuntu", sans-serif;
  text-align: right;
  border-right: 8px solid #273477;
  padding: 10px 10px;
  margin-bottom: 20px;
  line-height: 1;
}

.title-left, .title-leftalterno {
  font-family: "Ubuntu", sans-serif;
  padding: 10px 10px;
  margin-bottom: 20px;
  line-height: 1;
}

.title-left {
  border-left: 8px solid #273477;
}

.title-leftalterno {
  border-left: 8px solid #1F9DD9;
  color: white;
}

.titulotres {
  font-family: "Ubuntu", sans-serif;
  text-align: left;
  margin-left: 15px;
  border-left: 8px solid black;
  padding: 5px 10px;
}

.subtitle, .subtitle-alterno {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}

.subtitle {
  color: #757575;
}

.subtitle-alterno {
  color: white;
}

.cuerpo {
  padding-top: 3.75em;
  background-color: #FBFBFB;
  padding-bottom: 3.125em;
}

.leer-mas {
  display: inline-block;
  padding: 10px 15px;
  background-color: #1F9DD9;
  color: white;
  cursor: pointer;
  border-radius: 5px;
  font-size: 14px;
}

.leer-mas:hover {
  background: #1a83b5;
  color: white;
}

.leer-mas__border {
  display: inline-block;
  padding: 10px 15px;
  color: #1F9DD9;
  border: 1px solid #1F9DD9;
  cursor: pointer;
  border-radius: 5px;
}

.leer-mas__border:hover {
  background: #1F9DD9;
  color: white;
}

.title-widget {
  margin-top: 0;
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 15px;
  font-family: "Ubuntu", sans-serif;
  font-size: 20px;
}

.title-widget:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  border: 2px solid #1F9DD9;
  width: 40%;
}

.boton-wps {
  background: #018F2D;
  color: white;
  padding: 15px;
  border-radius: 5px;
  font-family: "Ubuntu", sans-serif;
  display: inline-block;
  margin-top: 30px;
  font-size: 1.125em;
  border: 1px solid white;
}

.boton-wps span {
  font-size: 20px;
}

.parrafo, .tecnologias__parrafo {
  font-size: 14px;
  color: #757575;
}

.pagination .page-numbers {
  background: #1F9DD9;
  color: white;
  padding: 5px;
}

.pagination .page-numbers:hover {
  background: #273477;
}

.pagination .current {
  background: #273477;
  color: white;
}

.flexslider {
  overflow: hidden;
}

.flexslider .flex-control-nav {
  bottom: -10px;
}

.flex-direction-nav a {
  width: 50px;
  height: 50px;
}

.breadcrumb {
  color: white;
  background: #272727;
  margin: 40px 15px 0 15px;
  border-left: 10px solid #1F9DD9;
}

.breadcrumb a {
  color: white;
}

.owl-theme .owl-nav [class*="owl-"] {
  position: absolute;
  z-index: 200;
  margin: 0;
  padding: 5px 15px;
  background: #1F9DD9;
  color: #273477;
  font-size: 26px;
  font-weight: bolder;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #1b86ba;
}

.owl-theme .owl-nav .owl-prev {
  top: 50%;
  left: -100px;
}

.owl-theme .owl-nav .owl-next {
  top: 50%;
  right: -100px;
}

.espaciado {
  padding-top: 2.8125em;
  padding-bottom: 2.8125em;
}

.border-blanco {
  border: 1px solid white !important;
}

.tarjetas-creditos {
  margin-top: 28px;
}

.tarjetas-creditos h4 {
  text-align: center;
  margin-bottom: 0;
  color: white;
}

.facebook {
  color: #3b5998;
  border: 1px solid #3b5998;
}

.twitter {
  color: #55acee;
  border: 1px solid #55acee;
}

.instagram {
  color: #e95950;
  border: 1px solid #e95950;
}

ul.paginacion {
  list-style: none;
}

@media (min-width: 992px) {
  .cuerpo-right {
    width: 77%;
    float: right;
  }
}

@media (min-width: 992px) {
  .cuerpo-right .container-fluid, .cuerpo-right .container {
    width: 100%;
  }
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.ir-arriba {
  display: none;
  padding: 10px 15px;
  background: #1F9DD9;
  color: white;
  font-size: 25px;
  cursor: pointer;
  position: fixed;
  bottom: 50px;
  right: 30px;
  border-radius: 50%;
  z-index: 10;
}

.mostrar-menu {
  left: 0 !important;
}

.rellenocolor {
  position: absolute;
  width: 100%;
  background: rgba(17, 23, 32, 0.89);
  height: 100%;
  top: 0;
  left: 0;
}

.wp-video {
  margin: auto;
}

.franja {
  height: 60px;
  background: #1F9DD9;
}

.fondo-titulo {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #272727;
}

.topmenu {
  height: 80px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), color-stop(rgba(0, 0, 0, 0.65)), color-stop(rgba(0, 0, 0, 0.5)), color-stop(rgba(0, 0, 0, 0.4)), color-stop(rgba(0, 0, 0, 0.3)), color-stop(rgba(0, 0, 0, 0.2)), color-stop(rgba(0, 0, 0, 0.1)), color-stop(rgba(0, 0, 0, 0.05)), to(transparent));
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.05), transparent);
  background: -o-linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.05), transparent);
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.05), transparent);
}

.navmenu {
  height: 100%;
  margin-top: 17px;
}

.navmenu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin: 0;
}

.navmenu ul li a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: white;
  font-family: "Ubuntu", sans-serif;
  text-shadow: 1px 1px black;
}

.navmenu ul li a:hover {
  color: #1F9DD9;
  border-bottom: 2px solid #1F9DD9;
  text-shadow: none;
}

.navmenu ul li.current_page_item a, .navmenu ul li.current-menu-item a {
  color: white;
  background: transparent;
  color: #1F9DD9;
  border-bottom: 2px solid #1F9DD9;
}

.header {
  height: 70px;
  background: #0e122a;
  padding-top: 3px;
}

@media (min-width: 992px) {
  .header {
    position: fixed;
    display: block;
    top: -75px;
    left: 0;
    width: 100%;
    z-index: 200;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), color-stop(rgba(0, 0, 0, 0.65)), color-stop(rgba(0, 0, 0, 0.5)), color-stop(rgba(0, 0, 0, 0.4)), color-stop(rgba(0, 0, 0, 0.3)), color-stop(rgba(0, 0, 0, 0.2)), color-stop(rgba(0, 0, 0, 0.1)), color-stop(rgba(0, 0, 0, 0.05)), to(transparent));
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.05), transparent);
    background: -o-linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.05), transparent);
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.05), transparent);
    -webkit-transition: top 0.4s;
    -o-transition: top 0.4s;
    transition: top 0.4s;
  }
}

.header__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.header__logo__enlace {
  display: inline-block;
}

.header__logo__img {
  height: 60px;
  /*la altura debe de ser la misma que el header*/
  margin-top: 2px;
}

.aparece, .menufijo {
  top: 0px;
}

.nav {
  position: absolute;
  top: 70px;
  width: 100%;
  left: -100%;
  z-index: 200;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  padding-right: 0;
}

@media (min-width: 992px) {
  .nav {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 15px;
  }
}

.nav ul.menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

@media (min-width: 992px) {
  .nav ul.menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    /*para centrar el menu de forma vertical teniendo en cuenta el alto del header*/
  }
}

.nav ul.menu li.menu-item a {
  display: block;
  padding: 15px;
  background: #1F9DD9;
  text-decoration: none;
  color: white;
  font-family: "Ubuntu", sans-serif;
}

.nav ul.menu li.menu-item a:hover {
  background: #273477;
  color: white;
}

@media (min-width: 992px) {
  .nav ul.menu li.menu-item a {
    padding: 10px 15px;
    background: transparent;
    text-shadow: 1px 1px black;
  }
  .nav ul.menu li.menu-item a:hover {
    color: #1F9DD9;
    border-bottom: 2px solid #1F9DD9;
    text-shadow: none;
  }
}

.nav ul.menu li.current_page_item a, .nav ul.menu li.current-menu-item a {
  background: #273477;
  color: white;
}

@media (min-width: 992px) {
  .nav ul.menu li.current_page_item a, .nav ul.menu li.current-menu-item a {
    background: transparent;
    color: #1F9DD9;
    border-bottom: 2px solid #1F9DD9;
  }
}

#btn-menu {
  display: block;
  width: 40px;
  height: 40px;
  font-size: 1.875em;
  background: #F05A28;
  color: white;
  text-align: center;
  line-height: 40px;
  border-radius: 5px;
  margin-left: auto;
  cursor: pointer;
  margin-top: 13px;
}

/*Estilos para el footer*/
.pie {
  padding-top: 5em;
  padding-bottom: 3.75em;
  background-image: url("img/footer.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 768px) {
  .pie .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 30px;
  }
}

.pie .row {
  width: 100%;
}

@media (min-width: 768px) {
  .pie .pie_contenido {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
  }
  .pie .pie_contenido:nth-child(2) {
    padding-left: 60px;
  }
}

.pie__title {
  color: #ffffff;
  font-size: 1.625em;
  text-align: center;
  font-family: "Ubuntu", sans-serif;
}

.pie .textwidget {
  color: #ffffff;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  text-align: center;
}

.pie ul.menu {
  list-style: none;
  text-align: center;
}

.pie ul.menu li {
  color: #ffffff;
}

.pie ul.menu li a {
  color: #ffffff;
}

.pie ul.menu li a:hover {
  color: #273477;
}

.pie__redes span {
  font-size: 28px;
  display: inline-block;
  margin-right: 5px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
}

.pie__redes__icon {
  color: white;
  background: #1F9DD9;
}

.pie .sub-menu {
  list-style: none;
  margin-left: 15px;
}

.pie .widget_destacadoswidget {
  padding-right: 30px;
}

.copy {
  background: #24252A;
  color: white;
  padding-top: 20px;
}

.copy p {
  color: white;
}

.copy .copyright {
  font-size: 14px;
}

@media (max-width: 768px) {
  .copy .copyright {
    text-align: center;
  }
}

.copy .portal {
  text-align: right;
}

@media (max-width: 768px) {
  .copy .portal {
    display: none;
  }
}

.last-post {
  margin-bottom: 10px;
}

.last-post__right {
  padding-left: 0;
}

.last-post__title {
  font-size: 1em;
  margin-top: 5px;
  margin-bottom: 5px;
}

.last-post__title a {
  color: #212121;
}

.last-post__title a:hover {
  color: #1F9DD9;
}

.widget {
  margin-bottom: 1.5625em;
  background: white;
  padding: 15px;
  border: 1px solid #ebebeb;
}

.widget_categories ul {
  list-style: none;
}

.widget_categories ul li {
  padding: 10px;
  border-bottom: 1px solid #ebebeb;
  color: #1F9DD9;
}

.widget_categories ul li a {
  color: #1F9DD9;
}

.widget_categories ul li a:hover {
  color: #1F9DD9;
}

.widgetservicios__list {
  list-style: none;
}

@media (max-width: 767px) {
  .widgetservicios__item {
    text-align: center;
  }
}

.widgetservicios__enlace {
  color: white;
  font-size: 14px;
}

.widgetservicios__enlace:hover {
  color: #273477;
}

.widgetservicios__enlace span {
  color: #1F9DD9;
  font-size: 14px;
}

.headbanner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  min-height: 400px;
  padding-top: 35px;  
  background-position: center 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

@media (min-width: 768px) {
  .headbanner {
    min-height: 600px;
  }
}

.headbanner-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  width: 80%;
  height: 200px;
}

@media (min-width: 768px) {
  .headbanner-content {
    background-image: url("img/metric-svg-blanco-sincuadro.svg");
    background-position: center 0;
    background-repeat: no-repeat;
    width: 500px;
    height: 145px;
  }
}

.headbanner__titulo {
  color: white;
  margin-top: 0;
}

.headbanner-content .el {
  width: 20px;
  height: 20px;
  left: 55px;
  top: -9px;
  background: #F05A28;
}

.headbanner-content .eldos {
  top: -39px;
  left: 92px;
  width: 28px;
  height: 28px;
  background: #25A9E0;
}

.headbanner-content .eltres {
  left: 54px;
  bottom: -43px;
  width: 20px;
  height: 20px;
  background: #F05A28;
}

.headbanner-content .elcuatro {
  left: 90px;
  bottom: -16px;
  width: 32px;
  height: 32px;
  background: #25A9E0;
}

.shadowuno {
  width: 20px;
  height: 20px;
  left: 56px;
  top: 7px;
}

.shadowdos {
  top: 1px;
  left: 93px;
  width: 28px;
  height: 28px;
}

.shadowtres {
  bottom: 10px;
  left: 55px;
  width: 20px;
  height: 20px;
}

.shadowcuatro {
  left: 91px;
  bottom: 1px;
  width: 32px;
  height: 32px;
}

.line {
  width: 100%;
  padding: 1px 0px;
}

.square {
  pointer-events: none;
  position: relative;
  width: 28px;
  height: 28px;
  margin: 1px;
}

.shadow {
  position: absolute;
  opacity: .4;
  background: #000;
}

.services-main {
  padding-top: 80px;
  padding-bottom: 80px;
}

.services-main__title {
  margin-bottom: 5px;
  text-transform: uppercase;
}

.services-main__subtitle {
  font-size: 24px;
  margin-top: 0;
}

.services-main__intro {
  color: #757575;
  font-size: 14px;
}

@media (max-width: 991px) {
  .services-main__container {
    margin-top: 15px;
  }
}

.services-main__container-title {
  font-size: 20px;
  font-family: "Ubuntu", sans-serif;
}

.services-main__container-title a {
  color: #212121;
}

.services-main__container-title a:hover {
  color: #1F9DD9;
}

.services-main__container-subtitle {
  color: #757575;
  font-size: 14px;
}

.tecnologias {
  background: #272727;
  padding-top: 30px;
}

.tecnologias__parent {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tecnologias__container {
  padding: 60px 60px 80px 60px;
  text-align: left;
  background-color: #fff;
  border-right: solid 1px #eee;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: default;
}

.tecnologias__container:hover, .tecnologias__container:nth-child(3) {
  background: #1F9DD9;
  color: white;
}

.tecnologias__container:hover .tecnologias__title, .tecnologias__container:hover .tecnologias__parrafo, .tecnologias__container:nth-child(3) .tecnologias__title, .tecnologias__container:nth-child(3) .tecnologias__parrafo {
  color: white;
  cursor: default;
}

.tecnologias__icono span {
  font-size: 28px;
}

.tecnologias__title {
  font-size: 20px;
  font-family: "Ubuntu", sans-serif;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tecnologias__parrafo {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.works {
  background: #1F9DD9;
}

.works__parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.works__left {
  background-image: url("img/side2.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.works__right {
  padding-top: 40px;
  padding-bottom: 30px;
}

.works .flexslider {
  overflow: inherit;
}

.works .flexslider .flex-control-nav {
  bottom: -30px;
}

.works__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.works__wrap {
  margin-bottom: 15px;
  margin-top: 15px;
}

.works__box {
  background: white;
  padding: 35px 40px 35px 40px;
  height: 100%;
}

.works__box__title, .works__box__intro {
  color: white;
}

.works__box__subtitle {
  font-size: 18px;
  font-weight: bolder;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.works__box__subtitle:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20%;
  height: 2px;
  background: #1F9DD9;
  z-index: 10;
}

.works__box__texto {
  color: #757575;
  font-size: 14px;
}

.content__blog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.content__blog .blog__parent {
  width: 45%;
  background-color: white;
  border-radius: 5px;
  border: 1px solid #bcbcbc;
  overflow: hidden;
  margin-bottom: 30px;
}

.content__blog .blog__parent:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

@media (max-width: 768px) {
  .content__blog .blog__parent {
    width: 100%;
    max-width: 383px;
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .content__blog {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.content__blog .leer-mas {
  margin-top: 10px;
  border: 1px solid #bcbcbc;
  color: white;
}

.blog__img {
  position: relative;
  overflow: hidden;
}

.blog__img img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 1.5s;
  transition: -webkit-transform 1.5s;
  -o-transition: transform 1.5s;
  transition: transform 1.5s;
  transition: transform 1.5s, -webkit-transform 1.5s;
}

.blog__text {
  padding: 0px 15px 15px 15px;
}

.blog__title {
  margin-top: 10px;
  line-height: 1;
  margin-bottom: 15px;
  color: #273477;
  font-size: 18px;
}

.blog__title a {
  color: #273477;
  font-size: 18px;
}

.blog__title a:hover {
  color: #273477;
}

.blog__extra {
  color: #757575;
  font-size: 14px;
}

.blog .titulo-plano {
  margin-top: 0;
}

.post-single {
  background: white;
  border: 1px solid #ebebeb;
  margin-bottom: 30px;
}

.post-single img {
  margin: auto;
}

.post-single__date {
  float: right;
  color: #757575;
}

.post-single__title {
  font-size: 26px;
}

.post-single__text p {
  text-align: justify;
  color: #757575;
}

.post-single__text ul {
  margin-left: 30px;
}

.interese {
  margin-bottom: 30px;
}

.our {
  margin-top: 60px;
  padding-bottom: 40px;
}

.our__parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.our__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 992px) {
  .our__container__img {
    padding-top: 10px;
  }
}

.our__container__img img {
  width: 80%;
  margin: 50px auto;
}

.our__title {
  font-size: 1.875em;
  color: #212121;
  font-family: "Ubuntu", sans-serif;
  text-align: center;
  margin-top: 0;
}

.our__description p {
  color: #757575;
  margin-top: 14px;
  text-align: justify;
}

@media (min-width: 768px) {
  .mivi__contenido {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.mivi__texto {
  padding: 30px 20px;
}

@media (min-width: 768px) {
  .mivi__texto {
    width: 50%;
    padding: 0 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (min-width: 992px) {
  .mivi__texto {
    padding: 0 6%;
  }
}

.mivi__texto img {
  margin: auto;
}

.mivi__titulo {
  margin-top: 0;
  color: white;
  font-family: "Ubuntu", sans-serif;
  font-size: 2em;
}

@media (min-width: 768px) {
  .mivi__titulo {
    margin-bottom: 5px;
  }
}

.mivi__parrafo {
  margin-bottom: 0;
  text-align: justify;
  font-size: 14px;
  color: white;
}

@media (min-width: 768px) {
  .mivi__imagen {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .mivi .mision {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

.titulosistemas {
  background: white;
  padding-top: 50px;
  padding-bottom: 50px;
}

.titulosistemas__intro {
  color: #757575;
  text-align: center;
}

.titulosistemas:before {
  content: '';
  position: absolute;
  border-left: 20px solid transparent;
  bottom: 15px;
  z-index: 10;
  border-top: 30px solid white;
  border-right: 20px solid transparent;
  left: 50%;
  margin-left: -15px;
}

.sistemas {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #F3F3F3;
}

.sistemas__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sistemas__parent {
  margin-bottom: 15px;
}

.sistemas__content {
  background: white;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.sistemas__content:hover {
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
}

.sistemas__img {
  position: relative;
}

.sistemas__icon {
  position: absolute;
  bottom: 0;
  z-index: 10;
  width: 60px;
  height: 60px;
  background: #1F9DD9;
  border: 4px solid white;
  border-radius: 50%;
  line-height: 53px;
  color: white;
  font-size: 30px;
  text-align: center;
  top: 100%;
  margin-top: -30px;
  left: 50%;
  margin-left: -30px;
}

.sistemas__text {
  background: white;
  padding: 20px;
  text-align: center;
  padding-bottom: 30px;
}

.sistemas__titulo {
  font-size: 20px;
}

.sistemas__intro {
  color: #757575;
  font-size: 14px;
  margin-bottom: 18px;
}

.productos {
  padding-top: 60px;
  padding-bottom: 60px;
}

.productos__container {
  margin-top: 15px;
}

.productos .slidesproducto__sombra img {
  max-width: 175px;
}

.productos .slidesproducto__title__enlace {
  font-size: 18px;
}

.productos .slidesproducto__texto {
  font-size: 14px;
}

.datos {
  display: inline-block;
  padding: 20px;
  margin-top: 40px;
}

.datos__titulo {
  font-size: 1.375em;
  font-family: "Ubuntu", sans-serif;
}

.datos__titulo span {
  font-size: 1.25em;
  color: #273477;
}

.datos__texto {
  padding-left: 25px;
}

.datos a.marcar {
  background: #1F9DD9;
  color: white;
  padding: 10px;
  display: inline-block;
  border-radius: 5px;
  margin-bottom: 5px;
}

.datos a.marcar:hover {
  background: #1a83b5;
}

@media (min-width: 768px) {
  .datos a.marcar {
    color: #212121;
    background: none;
    padding: 0;
  }
  .datos a.marcar:hover {
    background: none;
  }
}

.pagecontacto {
  margin-top: 60px;
}

.contact-main {
  padding-top: 3.75em;
  padding-bottom: 3.75em;
}

.contact-main__right {
  margin-top: 30px;
}

.contact-main__right img {
  margin: auto;
  border-radius: 20px;
  border: 1px solid #ebebeb;
}

.contact-main__container {
  border-radius: 5px;
  padding: 10px;
}

.contact-main__container h2, .contact-main__container p {
  color: white;
  text-align: center;
}

span.control {
  font-size: 14px;
  color: red;
  padding-left: 5px;
  padding-top: 5px;
  display: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.form-submit {
  margin-top: 15px;
}

.form-input, .form-textarea {
  margin-bottom: 15px;
}

.formulario-content {
  padding-left: 30px;
}

.formulario input#nombre,
.formulario input#email,
.formulario input#telefono {
  border: 1px solid #b2b2b2;
  padding: 12px 0px 12px 12px;
  color: #212121;
  font-size: 18px;
  width: 80%;
}

@media (max-width: 768px) {
  .formulario input#nombre,
  .formulario input#email,
  .formulario input#telefono {
    width: 90%;
  }
}

.formulario textarea#mensaje {
  display: block;
  width: 80%;
  height: 150px;
  border: 1px solid #b2b2b2;
  padding: 12px;
  color: #212121;
  font-size: 18px;
}

@media (max-width: 768px) {
  .formulario textarea#mensaje {
    width: 90%;
  }
}

.formulario button#submit {
  padding: 12px 16px;
  background: #1F9DD9;
  color: white;
  border: 0;
  font-size: 18px;
  border-radius: 5px;
  -webkit-transition: 0.3s background;
  -o-transition: 0.3s background;
  transition: 0.3s background;
}

.formulario button#submit span {
  font-size: 30px;
}

.formulario input#submit:hover {
  background: #006521;
}

.head-inside {
  height: 400px;
  background-position: center 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.head-inside__title-center {
  height: 100%;
}

.head-inside__title-center h1 {
  color: white;
  text-shadow: 1px 1px black;
  font-size: 2.5em;
  font-family: "Ubuntu", sans-serif;
  position: relative;
  margin-bottom: 0;
}

.head-inside__title-center h3 {
  color: white;
}

.head-inside__title-center h2 {
  color: white;
  text-shadow: 1px 1px black;
  font-size: 2.25em;
  padding: 10px 15px;
}

.head-inside__title-right {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.head-inside__title-right h1 {
  color: white;
  text-shadow: 1px 1px black;
  font-size: 5em;
  font-family: "Ubuntu", sans-serif;
}

@media (max-width: 768px) {
  .head-inside__title-right h1 {
    font-size: 2.5em;
  }
}

.head-inside__title-right h2 {
  color: white;
  text-shadow: 1px 1px black;
  font-size: 2.25em;
  background: #273477;
  padding: 10px;
}

@media (max-width: 768px) {
  .head-inside {
    height: 200px;
  }
}

@media (min-width: 992px) {
  .head-color {
    height: 120px;
    background: #0e122a;
  }
}

.search {
  position: relative;
}

.search .form-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

input#search {
  border-radius: 4px 0 0 4px;
  height: 40px;
  width: 90%;
}

button.search-submit {
  border: none;
  outline: none;
  background-color: #1F9DD9;
  text-indent: -9999px;
  width: 40px;
  height: 40px;
  vertical-align: top;
  background-image: url("img/buscador.png");
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  right: 0;
}

.more-services {
  padding-top: 2.5em;
  padding-bottom: 5em;
}

.more-services__content {
  overflow: hidden;
}

.more-services__content:hover .owl-nav .owl-prev {
  left: 0px;
}

.more-services__content:hover .owl-nav .owl-next {
  right: 0px;
}

.more-services__title {
  font-size: 18px;
  text-align: center;
}

.more-services__title a {
  color: #273477;
}

.more-services__title a:hover {
  color: #273477;
}

.galeria-single {
  overflow: hidden;
}

.galeria-single:hover .owl-nav .owl-prev {
  left: 0px;
}

.galeria-single:hover .owl-nav .owl-next {
  right: 0px;
}

.services-intro__content {
  overflow: hidden;
}

.services-intro__content:hover .owl-nav .owl-prev {
  left: 0px;
}

.services-intro__content:hover .owl-nav .owl-next {
  right: 0px;
}

.services-intro__text {
  padding-left: 10px;
  padding-right: 10px;
}

.services-intro__title {
  font-size: 18px;
}

.services-intro__title a {
  color: #273477;
  font-weight: 400;
}

.services-intro__title a:hover {
  color: #273477;
}

.services-intro__descripcion {
  color: #757575;
  font-size: 14px;
}

.portafolio-intro__content {
  overflow: hidden;
}

.portafolio-intro__content:hover .owl-nav .owl-prev {
  left: 0px;
}

.portafolio-intro__content:hover .owl-nav .owl-next {
  right: 0px;
}

.portafolio-intro__text {
  padding: 20px 10px 15px 10px;
  background: white;
}

.portafolio-intro__title {
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 0;
}

.portafolio-intro__title a {
  color: #273477;
  font-weight: 400;
}

.portafolio-intro__title a:hover {
  color: #F05A28;
}

.portafolio-intro__descripcion {
  color: #757575;
  font-size: 14px;
  text-align: center;
}

.certificaciones-intro__content {
  overflow: hidden;
}

.certificaciones-intro__content:hover .owl-nav .owl-prev {
  left: 0px;
}

.certificaciones-intro__content:hover .owl-nav .owl-next {
  right: 0px;
}

.certificaciones-intro .owl-item {
  padding-left: 10px;
  padding-right: 10px;
}

.ubicacion {
  padding-top: 60px;
}

#mapa {
  height: 400px;
}

.intermedio {
  background-position: center 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.intermedio .row {
  /* display: flex;
		align-items: center;
		justify-content: center; */
}

.intermedio__home {
  height: 400px;
  background-image: url("img/img2.jpg");
}

.intermedio__inside {
  background-image: url("img/slide5.jpg");
  margin-top: 30px;
  margin-bottom: 50px;
}

.intermedio__container {
  padding-top: 10px;
  padding-bottom: 40px;
  text-align: center;
  color: white;
  height: 100%;
}

.intermedio__title {
  color: white;
}

.intermedio__parrafo {
  font-size: 26px;
  padding: 80px 100px;
  font-family: "Ubuntu", sans-serif;
  text-shadow: 1px 1px black;
}

@media (max-width: 560px) {
  .intermedio__parrafo {
    padding: 30px 40px;
  }
}

div.imagenefecto {
  position: relative;
  overflow: hidden;
  max-width: 454px;
  max-height: 364px;
  display: block;
  margin: 15px auto;
  background: skyblue;
}

div.imagenefecto:hover img {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

div.imagenefecto:hover div.texto h2 {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

div.imagenefecto:hover div.texto p {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

div.imagenefecto img {
  position: relative;
  display: block;
  width: calc(100% + 50px);
  opacity: 0.7;
  -webkit-transform: translateX(-40px);
  -ms-transform: translateX(-40px);
  transform: translateX(-40px);
  height: auto;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  -o-transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}

div.imagenefecto a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

div.imagenefecto div.texto {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  color: #fff;
  font-family: "Ubuntu", sans-serif;
}

div.imagenefecto div.texto h2 {
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  -o-transition: transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  text-shadow: 1px 1px black;
  color: white;
  font-size: 20px;
}

div.imagenefecto div.texto p {
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  opacity: 0;
  text-shadow: 1px 1px black;
  font-family: "Open Sans", sans-serif;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
  transition: opacity 0.2s, -webkit-transform 0.35s;
  -o-transition: opacity 0.2s, transform 0.35s;
  transition: opacity 0.2s, transform 0.35s;
  transition: opacity 0.2s, transform 0.35s, -webkit-transform 0.35s;
}

.boton, .botondos {
  display: inline-block;
  padding: 10px 15px;
  color: white;
  border-radius: 5px;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
  font-size: 14px;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

.boton:focus, .botondos:focus {
  outline: none;
}

.boton:before, .botondos:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #1776a3;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scaleX(0.7);
  -ms-transform: scaleX(0.7);
  transform: scaleX(0.7);
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  -o-transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
}

.boton:hover, .botondos:hover {
  color: white;
}

.boton:hover:before, .botondos:hover:before {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.boton {
  background: #1F9DD9;
}

.botondos {
  background: transparent;
  border: 1px solid #1F9DD9;
  color: #1F9DD9;
}
