/*-------------------GENERALES--------------------------*/
body {
  font-family: "Maven Pro", sans-serif !important;
}
#usoCookies {
  display: none;
  background: #16a9df;
  color: white;
  padding: 30px 0 10px 0;
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 999;
}
#usoCookies button {
  float: right;
}
.pAll a {
  color: #9e9e9e !important;
}
.wLimitado {
  max-width: 960px !important;
}
.gtco-section:first-child .row {
 margin-top: 30px;
}
.titulo {
  font-weight: lighter;
  border-bottom: 2px solid;
  font-size: 30px;
  color: #566167;
  padding: 0 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: inline-block;
}
.txtWhite {
  color: white !important;
}
.txtCenter {
  text-align: center !important;
}
.parrafo {
  text-align: justify;
  font-size: 14px;
}
.subTitulo {
  margin: 10px 0;
  text-transform: uppercase;
  font-size: 20px;
}
#gtco-footer {
  padding: 2em 0 !important;
}
.copyright .text-center {
  margin: 0 !important;
}
.btn-default {
  background-color: #117DAA;
  color: white;
  border-radius: 5px;
  border: 2px solid #FFFFFF;
  font-size: 15px;
}
.btn-default:hover {
  background-color: #15A9DF !important;
  border: 2px solid #FFFFFF;
  color: white;
}
@media (min-width: 769px) {
  .gtco-section:first-child .row {
    margin-top: 15px;
   }
}
/*------------------FIN GENERALES----------------------*/
/*-------------------MENU-------------------------------*/
.menuColor {
  background-color: rgba(17, 125, 170, 0.75) !important;
  padding: 10px 0 7px 0 !important;
}
.menuColor .gtco-container {
  max-width: 1300px !important;
}
.menuText {
  line-height: 51px;
}
.menuText .active a {
  color: white !important;
  background-color: #15A9DF;
  border: 2px solid white;
}
.menuText > ul > li > a {
  border-radius: 5px;
  border: 2px solid transparent;
  padding: 5px;
  text-transform: uppercase !important;
  text-decoration: none;
}
.menuText > ul > li > a:hover {
  background-color: #15A9DF;
  border: 2px solid white;
  text-decoration: none !important;
}
.menuText > ul > li > a {
  color: white !important;
}
#sLenguaje {
  position: fixed;
  right: 20px;
  height: 40px;
  text-align: center;
  margin-top: 5px;
  background-color: rgba(17, 125, 170, 0.75) !important;
  background-color: rgba(17, 125, 170, 0.75) !important;
  color: white;
  border-color: white !important;
  font-size: 15px;
}
.logo {
  max-width: 200px;
  width: 100%;
}
.sin-padding {
  padding: 0;
}
/*---------------------Botones Idiomas----------------*/
#selectorDeIdioma {
  height: 40px;
  position: relative;
}
#divBotonesIdioma,
#divBotonesIdiomaMobile {
  position: absolute;
  height: 100%;
  width: 225px;
  right: 5px;
  padding-top: 10px;
}
.animate {
  transition: all 0.3s ease-out;
}
.btnIdioma:hover {
  background-color: #15a9df !important;
  cursor: pointer;
}
.btnIdioma {
  position: absolute;
  border: 2px solid;
  border-radius: 5px;
  padding: 3px !important;
  left: 0;
  right: 0;
  width: 75px;
  font-size: 15px;
  text-align: center;
  background-color: rgb(17, 125, 170) !important;
  border-color: white !important;
  color: white !important;
  z-index: 10;
}
.idiomaActivo {
  z-index: 15;
  background-color: #15a9df !important;
}
.idiomaSeleccionado {
  z-index: 20;
}
.btnIdiomaCentro {
  left: 77px;
}
.btnIdiomaIzquierda,
.btnIdiomaDerecha {
  left: 77px;
  right: auto;
}
/*------------------FIN Botones Idiomas----------------*/
/*------------------FIN MENU---------------------------*/
/*-------------------INICIO-----------------------------*/
.sliderText {
  font-size: 40px;
  font-weight: lighter;
  color: white;
  text-transform: uppercase;
}
.sliderText > label {
  background-color: rgba(17, 125, 170, 0.75) !important;
  padding: 0 20px;
  font-weight: lighter;
}
#li_slide_1 {
  background-image: url(../img/Photo1.jpg);
}
.overlay {
  background: rgba(0, 0, 0, 0.3) !important;
}
.overlayGreen {
  background: rgba(154, 195, 28, 0.7) !important;
}
/*------------------FIN INICIO-------------------------*/
/*-------------------NOSOTROS---------------------------*/
#somosIMG,
#misionIMG,
#valoresIMG,
#certificacionesIMG {
  max-width: 150px;
}
#vision div:nth-child(2){
  display: flex;
  height: 100% !important;
  justify-content: center;
}
.img-container {
  margin-top: 44px;
}
.img-container img {
  width: 150px;
}
#misionIMG,
#valoresIMG,
#certificacionesIMG {
  margin-top: -30px !important;
}
#mision,
#certificaciones {
  margin-top: 30px;
}
@media (min-width: 769px) {
  .img-container {
    margin-top: 0;
  }
}
/*------------------FIN NOSOTROS-----------------------*/
/*-------------------SERVICIOS--------------------------*/
.service > div {
 padding: 0;
}
.service div  div h2 {
  height: 40px;
}
.service .parrafo {
  text-align: center;
  font-size: 18px;
  line-height: 22px;
}
.servicios {
  background-color: #15a9df !important;
}
.servicios .subTitulo {
  font-size: 20px;
}
.mbList > div {
  margin-bottom: 30px;
}
.fortalezas > .subTitulo {
  margin: 0 auto;
  text-align: center;
  font-weight: lighter;
  font-size: 20px;
}
.fortaleza div {
  padding: 0 !important;
  text-align: left;
}
.fortaleza img {
  max-width: 100px;
}
.immg {
  height: 80px;
  display: flex;
  align-items: center;
}
.section-fortalezas {
  background-image: url("../img/bgFortalezas.png") !important;
}
.fortaleza {
  font-size: 13px;
  text-align: center;
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.fortaleza img {
  max-width: 85px;
}
.fortalezas span {
  font-size: 18px;
}
.fortalezas span::before {
  content: "•";
  margin-right: 0.5rem;
}
.service img {
  margin-top: 1rem;
  width: 70%;
}
@media (min-width: 426px) {
  .fortalezas span {
    font-size: 14px;
  }
  .immg {
    justify-content: center;
    margin-bottom: 2rem;
  }
  .service > div {
    display: flex;
    flex-direction: column;
  }
  .service > div img {
    height: 100px;
  }
  .servicios .subTitulo {
    font-size: 18px;
  }
  .service .parrafo {
    font-size: 14px;
    padding: 0px 12px;
  }
  .service img {
   width: 100%;
  }
  .service > div:nth-child(1) {
    padding-right: 15px;
  }
  .service > div:nth-child(2) {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
  .service > div:nth-child(3) {
    padding-left: 15px;
  }
}
/*------------------FIN SERVICIOS----------------------*/
/*-------------------EQUIPO-----------------------------*/
.owl-nav {
  position: relative;
  top: calc(50% - 20px);
  width: 100%;
  height: 50px;
}
.owl-nav* {
  margin: 0 !important;
}
.owl-nav i {
  opacity: 0.2;
}
.owl-nav i:hover {
  opacity: 1;
}
.owl-stage-outer {
  padding-top: 5px;
}
.owl-nav > .owl-prev,
.owl-nav > .owl-next {
  top: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.owl-nav > .owl-prev {
  left: 0 !important;
}
.owl-nav > .owl-next {
  right: 0 !important;
}
.ti-arrow-right.owl-direction {
  background-color: #117daa !important;
}
.equipo .titulo {
  color: #9ac31c !important;
}
.owl-carousel-people {
  height: auto !important;
  padding-bottom: 25px;
  margin-top: 20px;
}
.empleado {
  max-width: 280px;
  margin: 20px auto;
}
.empleadoFoto {
  max-width: 190px;
  height: 170px;
  margin: 0 auto;
  margin-bottom: 10px;
  object-fit: contain;
}
.empleadoNombre {
  font-size: 18px;
  line-height: 1.11;
}
.empleadoCargo {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: -0.4px;
  line-height: 1.11;
}
.empleadoRedes {
  margin: 0.5rem 0 1.5rem;
  min-height: 26px;
}
.redSocialIcon {
  display: inline-block;
  border: 3px solid transparent;
}
.redSocialIcon img {
  height: 15px !important;
}
/*------------------FIN EQUIPO-------------------------*/
/*-------------------LENGUAJES-------------------------*/
.section-lenguajes {
  background-color: #15a9df;
}
.section-lenguajes img {
  width: 100%;
}
/*----------------FIN LENGUAJES-------------------------*/
/*-------------------PORTAFOLIO-------------------------*/
.nc-mpp-tituloProyecto {
  color: white;
  position: absolute;
  top: 70px;
  left: 30px;
  font-size: 1.5em;
}
@media (max-width: 700px) {
  .mfp-title {
    max-height: 255px;
    padding: 20px 50px !important;
    overflow: auto;
  }
}
.mfp-title {
  background-color: rgba(0, 0, 0, 0.35) !important;
}
.portafolio .titulo {
  color: #9ac31c !important;
}
.menuPortafolio a {
  margin-bottom: 2rem;
  display: inline-block;
  color: #9ac31c !important;
}
#gtco-offcanvas {
  text-transform: uppercase;
  font-size: 1.5em;
}
.menuPortafolio li {
  border-radius: 5px;
  list-style: none;
  display: inline;
  margin: 0 10px;
  padding: 5px;
  font-size: 12px;
  font-weight: bold;
  border: 2px solid transparent;
  text-transform: uppercase;
}
.mpActive {
  border: 2px solid !important;
  color: #9ac31c !important;
}
.tituloPortafolioItem {
  color: #fff;
  font-size: 30px;
  transition: 0.3s;
  text-align: center;
  padding-top: 20px;
}
.information-center{
  position: absolute;
  width: 100%;
  background-color: #00000094;
  bottom: 0;
  height: 40px;
  text-align: left;
  color: white;
  text-indent: 20px;
  padding-top: 10px;
}
@media (max-width: 700px) {
  .menuPortafolio li {
    font-size: 14px;
  }
}
/*------------------FIN PORTAFOLIO---------------------*/
/*-------------------CONTACTO---------------------------*/
.message-contact{
  margin-bottom: 2rem !important;
  font-size: 18px;
}
.fb-page-container {
  margin-top: 2rem !important;
}
.visible-xs div:nth-child(3) {
  text-align: center;
}
.visible-xs hr {
  border-top: 2px solid white;
}
.contactContainer {
  padding: 0 !important;
}
#contactoForm {
  color: white;
  font-size: 14px;
}
#contactoForm .form-control {
  background-color: white;
  border: none;
  border-radius: 5px;
  height: 50px;
}
textarea.form-control {
  height: 150px !important;
  resize: none;
}
#cfEnviar {
  margin: 10px 0;
  background-color: #117DAA !important;
  color: white;
  border-radius: 5px;
  border: 2px solid #FFFFFF !important;
  font-size: 15px;
}
#cfEnviar:hover {
  background-color: #15A9DF !important;
  border: 2px solid #FFFFFF;
  color: white;
}
#contactoForm img {
  width: 100%;
}
.contactoTextoYlogo {
  padding-top: 25px;
  font-size: 17px;
  font-stretch: normal;
  line-height: normal;
  text-align: justify;
}
.mr-2 {
  margin-right: 0.5rem !important;
}
.contactoTextoYlogo #logoContacto {
  margin-top: -30px;
}
.location-info{
 font-size: 15px;
}
.contacto {
  background-image: url("../img/bgContacto.png") !important;
  background-size: 66px 44px;
}
#msgStatus {
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9999;
  display: none;
}
.msgStatus {
  width: 100%;
  max-width: 450px;
  height: 200px;
  background: rgb(255, 255, 255);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 5px;
  text-align: center;
  border: 10px solid #4c9dbf;
  line-height: 180px;
}
#closeMsgStatus {
  color: black !important;
}
.msgStatus > span {
  display: none;
}
.msgStatus > .ok,
.msgStatus > .captcha {
  font-size: 2em;
  color: #147eab !important;
}
.msgStatus > .error {
  padding: 60px 20px;
  font-size: 1.5em;
  color: #ff6f6f !important;
}
.contenedor-captcha {
  padding-left: unset;
}
.contenedor-btn-enviar {
  padding-right: unset;
  padding-left: 0;
}
.contenedor-plugin-facebook {
  padding-top: 27px;
}
.g-recaptcha {
  transform:scale(0.949);
  transform-origin:0 0;
}
@media (max-width: 768px) {
  .contenedor-btn-enviar {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
/*------------------FIN CONTACTO-----------------------*/
.go-back-to-transcol{
  position: fixed;
  top: 0;
  align-items: center;
  width: 100%;
  z-index: 2;
}
.go-back-to-transcol a {
  display: flex;
  align-items: center;
  height: 50px;
  width: 100%;
  padding: 0 20px;
  background: #c72942;
  color: white;
  font-size: 2rem;
  text-decoration: none;
}
.go-back-to-transcol i {
  color: white;
  text-decoration: none;
  margin-right: 10px;
}
.from-transcol .js-gtco-nav-toggle{
  top: 60px;
}
.from-transcol .gtco-nav{
  top: 50px;
}