@import url(https://fonts.googleapis.com/css?family=Lato:400, 400italic, 700, 900, 900italic, 700italic);

/** CONFIGURACIONES **/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
body {
  font-family: "Lato", sans-serif;
  color: #343e49;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* ======= Header ======= */
.header .top-bar {
  background: #000;
}
.header .top-bar .search-form {
  padding: 10px 0;
}
.header .top-bar .search-form .form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
.header .social-icons li.row-end {
  margin-right: 0;
}
.header .social-icons a {
  background: #424242;
}
.header .social-icons a:hover {
  background: #616161;
}
.header .social-icons a:hover .fa {
  color: #fff;
}
.header .social-icons a .fa {
  color: rgba(255, 255, 255, 0.4);
}
.header .social-icons a .fa:before {
  font-size: 18px;
  text-align: center;
  padding: 0;
}
.header .header-main {
  padding: 15px 0;
}
.header h1.logo {
  margin-top: 0;
  margin-bottom: 0;
}

/** CONTACTO TOP **/
.contacto-top {
  padding: 0;
  margin: 0;
}
.contacto-top li {
  display: inline-block;
  color: #b1b5b8;
  padding: 0 35px 0 0;
  line-height: 40px;
  font-size: 13px;
}
.contacto-top li:hover {
}
.contacto-top li i {
  font-size: 16px;
  padding-right: 5px;
  vertical-align: -2px;
}
.socialTop {
  padding: 0;
  margin: 0;
}
.socialTop li {
  display: inline-block;
  line-height: 40px;
  margin-right: 15px;
}
.socialTop li:last-child {
  margin-right: 0;
}
.socialTop li a i {
  font-size: 16px;
  color: #ccc;
}
.socialTop li a:hover i {
  color: #353535;
}

.header-static-item {
  padding: 7px 27px 0;
}
.header-static-item .icon {
  width: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  border-radius: 3px;
  background-color: #4baee9 !important;
}
.header-static-item h3 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  color: #113560 !important;
}
.header-static-item span {
  font-size: 14px;
  color: #9f9f9f;
}
.header-static-item .text {
  padding-left: 10px;
  float: left;
}

/***********bootstrap navigation default overrides--*/
.navbar-default {
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  margin-bottom: 0;
  width: 100%;
  min-height: 0px;
  padding: 5px 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 3px;
  -ms-box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 3px;
  box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 3px;
  background-color: #2159a2;
  clear: both;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: transparent;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #32c5d2;
  background-color: transparent;
}

.navbar-brand {
  font-weight: 700;
  color: #000 !important;
  font-size: 30px;
  line-height: 20px;
  font-style: normal;
  text-transform: uppercase;
}

.navbar-default .navbar-nav > li > a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  padding-left: 0;
  padding-right: 0;
  margin-right: 30px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:visited {
  color: rgba(255, 255, 255, 0.7);
}

.navbar-brand img {
  width: 80px;
  height: auto;
}
.navbar-default .navbar-toggle .icon-bar {
  background: #fff !important;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background: none !important;
}
.navbar-default .navbar-toggle {
  border-color: #2064b7 !important;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border: none !important;
}

/* ======= Promo Section ======= */
.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.carousel-indicators {
  bottom: 30px;
  margin-bottom: 0;
}
.carousel-indicators li {
  background-color: rgba(255, 255, 255, 0.2);
  border: none;
  width: 10px;
  height: 10px;
  margin: 0;
  margin-right: 5px;
}
.carousel-indicators li.active {
  background-color: rgba(0, 0, 0, 0.5);
  width: 11px;
  height: 11px;
  margin: 0;
  margin-right: 5px;
}
.promo-section {
  background: #343e49;
  position: relative;
}
.hero-carousel {
  height: 440px;
  color: #fff;
}
.hero-carousel .carousel-inner .item {
  height: 440px;
  background-position: center center;
  padding-top: 10px;
}
.hero-carousel .carousel-inner .item-1 {
  background-image: url("../images/slider/1.jpg");
  /**-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;**/
  background-size: cover;
}
.textoImagen{
  background-image: url('../images/slider/slider_texto_grande.png');
}
.hero-carousel .carousel-inner .item-2 {
  background-image: url("../images/slider/2.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.hero-carousel .carousel-inner .item-3 {
  background-image: url("../images/slider/5.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.hero-carousel .carousel-inner .item-content-inner {
  max-width: 680px;
  margin: 0 auto;
}
.hero-carousel .carousel-inner .heading {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 15px;
}
.hero-carousel .carousel-inner .intro {
  font-size: 18px;
  margin-bottom: 30px;
}
/* Hack - http://stackoverflow.com/questions/33494764/owl-carousel-2-resize-window-bug */
.owl-carousel .owl-item img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Generic section styling */
.section {
  padding-top: 40px;
  padding-bottom: 40px;
}
.section-title {
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: 800;
  font-size: 28px;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
.section-intro {
  margin-top: 0;
  margin-bottom: 60px;
  font-size: 16px;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
/* ======= Services Section ======= */
.services-section .item {
  margin-bottom: 60px;
}
.services-section .item-inner {
  padding: 0 15px;
}
.services-section .item-title {
  color: #113560;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 18px;
}
.services-section .custom-icon {
  margin-bottom: 15px;
  display: inline-block;
  color: #4baee9;
  font-size: 68px;
}
.services-section .cta-area {
  margin-top: 45px;
}

/* ======= Footer ======= */
.footer {
  background: #113560;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}
.footer a {
  color: rgba(255, 255, 255, 0.7);
}
.footer a:hover {
  color: #fff;
}
.footer .col-title {
  font-size: 18px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
}
.footer .social-item {
  font-size: 16px;
}
.footer .social-item a {
  display: inline-block;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: rgba(255, 255, 255, 0.1);
  text-align: center;
  padding-top: 4px;
}
.footer .social-item a .fa {
  color: rgba(255, 255, 255, 0.8);
}
.footer .social-item a:hover {
  background: rgba(255, 255, 255, 0.2);
}
.footer .social-item a:hover .fa {
  color: #fff;
}
.footer-col {
  padding: 0 30px;
  margin-bottom: 30px;
}
.footer-col .business-hours-list li {
  margin-bottom: 10px;
}
.footer-col .intro {
  margin-bottom: 15px;
}
.footer-contact-list .item {
  position: relative;
  margin-bottom: 15px;
  padding-left: 32px;
}
.footer-contact-list .custom-icon {
  position: absolute;
  font-size: 22px;
  color: #fff;
  left: 0;
}
.footer-main {
  padding-bottom: 5px;
  padding-top: 40px;
}
.bottombar {
  background: #0d294b;
  padding-top: 15px;
  padding-bottom: 15px;
  color: rgba(255, 255, 255, 0.4);
}
.bottombar a {
  color: rgba(255, 255, 255, 0.4);
}
.bottombar a:hover {
  color: #fff;
}
.copyright {
  font-size: 13px;
}
.footer-menu {
  margin-top: 15px;
  margin-bottom: 0;
}
.footer-menu li {
  margin-bottom: 5px;
}
.footer-menu li:last-child {
  margin-bottom: 0;
}
.footer-menu a {
  color: rgba(255, 255, 255, 0.3);
}

/** TOP CONTROL **/
#topcontrol {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  background: #2064b7;
  color: #fff;
  text-align: center;
  display: inline-block;
  z-index: 30;
  width: 36px;
  height: 36px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#topcontrol:hover {
  background: #1c59a2;
  color: #fff;
}
#topcontrol .fa {
  position: relative;
  top: 3px;
  font-size: 25px;
  font-weight: bold;
}

/** PAGINA NOSOTROS **/
.tituloNosotros {
  font-weight: 800;
  font-size: 28px;
  max-width: 760px;
  margin: 0;
}
.divisionTitulo {
  border-bottom: 4px solid #2064b7;
  width: 90px;
  margin-top: 7px;
}
.tituloNosotrosMini {
  font-weight: 800;
  font-size: 18px;
  max-width: 760px;
  margin: 0;
}
.item-service {
  padding: 0;
  margin: 0;
  position: relative;
  max-width: 100%;
  cursor: pointer;
  margin-top: 25px;
}
.item-service img {
  width: 100%;
}
.text-service {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(45, 45, 45, 0.8);
  color: #fff;
  visibility: hidden;
  opacity: 1;
  display: -webkit-flex;
  font-weight: bold;
  font-size: 20px;

  /* transition effect. not necessary */
  transition: opacity 0.2s, visibility 0.2s;
}
.item-service:hover .text-service {
  visibility: visible;
  opacity: 1;
}

h3.heading {
  border-bottom: 1px solid #e5e5e5;
  color: #4e4e4e;
  font-size: 16px;
  margin: 0 0 25px;
  padding-bottom: 10px;
  position: relative;
  text-transform: capitalize;
  font-weight: 600;
  text-align: left;
}
h3.heading:before {
  position: absolute;
  content: "";
  height: 1px;
  background: #2064b7;
  width: 90px;
  bottom: -1px;
  left: 0px;
}
label {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  color: #777;
}
.btn-theme-bg {
  background-color: #2064b7;
  color: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.btn.focus,
.btn:focus,
.btn:hover {
  color: #000;
  text-decoration: none;
}
.btn-theme-bg:hover,
.btn-theme-bg:active {
  background-color: rgba(10, 55, 183, 0.8);
  color: #fff;
}
.tituloPorque {
  font-size: 40px;
  font-weight: bold;
  color: #2159a2;
  padding-bottom: 20px;
}
.itemborder {
  margin-top: 30px;
  border: 1px solid #cdcdcd;
  border-radius: 5px;
  height: 400px;
}
.quienes-h3 {
  margin-top: 20px;
}
.quienes-h3 h3 {
  border-bottom: 1px solid #e5e5e5;
  color: #4e4e4e;
  font-size: 16px;
  margin: 0 0 25px;
  padding-bottom: 10px;
  position: relative;
  text-transform: capitalize;
  font-weight: 600;
  text-align: left;
}
.quienes-h3 h3:before {
  position: absolute;
  content: "";
  height: 1px;
  background: #2064b7;
  width: 90px;
  bottom: -1px;
  left: 0px;
}
/*************************
*******Preloader CSS*********
**************************/
.preloader {
  display: table;
  background: #1e1e1e;
  z-index: 999999;
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
#loaderImage {
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  text-align: center;
}
#canvas {
  display: table-cell;
  vertical-align: middle;
  margin: 0 auto;
}

/** CSS GALERIAS **/
.item-galeria {
  display: block;
  padding: 0;
  margin: 0;
  position: relative;
  max-width: 100%;
  cursor: pointer;
  margin-top: 25px;
}
.item-galeria img {
  width: 100%;
}
.text-galeria {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(45, 45, 45, 0.8);
  color: #fff;
  visibility: hidden;
  opacity: 1;
  display: -webkit-flex;
  font-weight: bold;
  font-size: 20px;

  /* transition effect. not necessary */
  transition: opacity 0.2s, visibility 0.2s;
}
.item-galeria:hover .text-galeria {
  visibility: visible;
  opacity: 1;
}
.titulo{
  padding-top: 15%;
  font-size: 40px;
  font-weight: bold;
}