﻿.centrar {
  text-align: center !important;
}
.vinetacolor {
  color: #33CC33;
  width: 20px;
}
.eliminarvineta {
  list-style: outside none none;
}
.text-justify {
  text-align: justify !important;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.on-mobile .text-right {
  text-align: center !important;
}
@font-face {
font-family: GEMCOfont;
src: url(BE05014T.TTF);
}
.inputs {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 0 #FFF, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
  -moz-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
  -ms-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
  -o-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
  box-shadow: 0 1px 0 #FFF, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #EAE7E7;
  border: 1px solid #C8C8C8;
  color: #777;
  font: 13px Helvetica, Arial, sans-serif;
  margin: 0 0 10px;
  padding: 4px 0px 4px 10px;
}
.inputs:focus {
  -webkit-box-shadow: 0 0 2px #19619c inset;
  -moz-box-shadow: 0 0 2px #19619c inset;
  -ms-box-shadow: 0 0 2px #19619c inset;
  -o-box-shadow: 0 0 2px #19619c inset;
  box-shadow: 0 0 2px #19619c inset;
  background-color: #ffffff;
  border: 1px solid #19619c;
  outline: none;
}
.submitstyle {
  background: #19619c;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  color: #ffffff;
  padding-bottom: 2px;
  padding-top: 2px;
  font-size: 22px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}
.on-tablet .submitstyle {
  font-size: 14px;
}
.on-mobile .submitstyle {
  font-size: 15px;
}
.box-Contatc {
  border: 2px solid #fff;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
  padding: 5px 0;
}
.v-centrar {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.v-centrar-container {
  position: relative;
  z-index: 0;
}
.imgtrabajos {
  background-image: url('/img/Us2021.jpeg');
  -webkit-filter: opacity(60%);
          filter: opacity(100%);
}
.imgnosotros {
  background-image: url('/img/Emp2021.jpeg');
  -webkit-filter: opacity(60%);
          filter: opacity(100%);
}
.imgcontacto {
  background-image: url('/img/Cont2021.jpg');
  -webkit-filter: opacity(60%);
          filter: opacity(100%);
}
.imgservicios {
  background-image: url('/img/Serv2021.jpeg');
  -webkit-filter: opacity(60%);
          filter: opacity(100%);
}
.attachment {
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  height: 800px;
  position: relative;
  width: 100%;
}
.no-icon {
  list-style: outside none none;
}
.zero-padding {
  padding: 0px;
}
.zero-margin {
  margin: 0 !important;
}
.zero-m-top {
  margin-top: 0 !important;
}
.logo2021 {
  display:block;
  margin:auto;
  width: 70%;
  margin-top: 30px;
  margin-bottom: 5px;
}
.logo {
  float: left;
  width: 150px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 80px;
}
.on-tablet .logo {
  margin-left: 20px !important;
  width: 150px !important;
}
.on-mobile .logo {
  margin-left: 8px !important;
  width: 150px !important;
}
.MTmenu {
  margin-top: 60px;
}
.on-tablet .MTmenu {
  margin-top: 59px;
}
.on-mobile .MTmenu {
  margin-top: 58px;
}
.titGEMCO{
  margin-top: 33px;
  font-family: GEMCOfont;
  font-size: 45px;
  font-weight: bold; 
}
.on-mobile .titGEMCO {
  margin-top: 25px;
  margin-left: 45px;
  margin-right: 45px;
  font-size: 30px;
}
  .on-tablet .titGEMCO {
  margin-top: 25px;
  margin-left: 55px;
  margin-right: 55px;
  font-size: 45px;
}
.titulos {
  margin-top: 33px;
  color: #343434;
  font-family: GEMCOfont;
  font-size: 38px;
  font-weight: bold;
}
.on-mobile .titulos {
  font-size: 25px;
}
.sub-titulos {
  font-size: 26px;
  font-weight: bold;
  margin-top: 0;
  text-align: left;
}
.on-mobile .sub-titulos {
  text-align: center;
}
.sub-linea {
  border-top: 2px solid #19619c;
  width: 243px;
  margin-left: -4px;
}
.on-mobile .sub-linea {
  margin: 0 auto;
}
.sub-linea2 {
  border-top: 2px solid #19619c;
  width: 542px;
  margin-left: -4px;
}
.on-mobile .sub-linea2 {
  width: 290px;
  margin: 0 auto;
}
.sub-linea3 {
  border-top: 2px solid #19619c;
  width: 305px;
  margin-left: -4px;
}
.on-mobile .sub-linea3 {
  margin: 0 auto;
}
.sub-linea4 {
  border-top: 2px solid #19619c;
  margin: auto;
  width: 176px;
}
.lineaServicios {
  border-top: 2px solid #938953;
  width: 100%;
}
.C-letra-Serv {
  color: #938953;
}
.box-img {
  border: 1px solid #ffffff;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
  padding: 5px;
}
.on-tablet .box-img {
  width: 80%;
}
.on-mobile .box-img {
  width: 80%;
}
.separator2 {
  background-color: #ffffff !important;
  margin: 99px 77px !important;
}
.separator2::after {
  background: #000000 none repeat scroll 0 0 !important;
  width: 40px !important ;
}
.titulos2 {
  font-family: GEMCOfont;
  font-size: 45px;
  font-weight: bold; 
  color: white !important;
  text-shadow: 2px 2px 2px black;
}
.on-mobile .titulos2 {
  font-size: 45px;
}
.background {
  background-color: #f1f1f1;
}
.fuentes {
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.verde {
  color: #33CC33;
}
.formulario input {
  border: 1px solid #797979;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
.formulario textarea {
  border: 1px solid #797979;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
.p {
  color: #797979;
  margin: 20px;
  font-size: 1em;
  text-align: center;
}
.p h2 {
  color: #343434;
  font-size: 20px;
}
.formatText {
  color: #797979;
  margin: 6px;
  font-size: 1em;
  text-align: justify;
}
.margbot {
  margin-bottom: 30px;
}
.p2 {
  color: #797979;
  font-size: 1em;
  margin: 10px 5px;
}
.box-style-1 {
  margin: 20px 0;
  padding: 20px;
}
.box-style-1 i {
  font-size: 90px;
  margin: 15px 0 5px;
}
.box-style-1:hover i {
  color: #1d71b8;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.box-style-1.default-bg:hover i,
.box-style-1.dark-bg:hover i {
  color: inherit;
}
.default-bg {
  background-color: #1d71b8;
  color: #ffffff;
}
.dark-bg {
  background-color: #000000;
  color: #ffffff;
}
.hrefwhite a {
  color: #ffffff;
  text-decoration: none;
}
.textoblanco {
  color: #ffffff;
  font-size: 14px;
}
.v-paddings {
  padding-top: 10px;
  padding-bottom: 10px;
}
.padbottom {
  padding-bottom: 20px;
}
.v-paddings1 {
  padding-top: 30px;
}
.v-padding2 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.padfooter {
  padding-left: 80px;
}
.on-tablet .padfooter {
  padding-left: 10px;
}
.on-mobile .padfooter {
  padding-left: 40px;
}
.margfooter {
  margin-top: 37px;
}
.on-mobile .margfooter {
  margin-top: 0px;
}
.centrar2 {
  text-align: center;
}
.on-mobile .centrar2 {
  text-align: left;
}
.ImgQuote {
  max-width: 100%;
}
.on-mobile .ImgQuote {
  max-width:100%;
}
.ImgFooter2 {
  max-width: 200px;
}
.ImgFooter {
  max-width: 300px;
}
.on-tablet .ImgFooter {
  max-width: 80%;
}
.on-mobile .ImgFooter {
  max-width:300px;
}
.backfooter {
  background-color: #343434;
  padding-bottom: 20px;
}
.backfooter2 {
  background: #262626;
}
.right {
  float: right;
}
.intranet {
  width: 100px;
}
.on-mobile .intranet {
  width: 49px;
  margin-top: 4px;
}
.white-bg {
  background-color: #ffffff !important;
  border: medium none !important;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.object-visible,
.touch .object-non-visible {
  -webkit-transition: opacity 0.6s ease-in-out 0s;
  -moz-transition: opacity 0.6s ease-in-out 0s;
  -o-transition: opacity 0.6s ease-in-out 0s;
  transition: opacity 0.6s ease-in-out 0s;
}
.object-visible,
.touch .object-non-visible {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.object-non-visible {
  opacity: 0;
  filter: alpha(opacity=0);
}
.menu-item {
  padding-bottom: 10px;
  text-decoration: none;
  color: #19619c;
}
.on-tablet .menu-item {
  font-size: 14px;
}
.on-mobile .menu-item {
  width: 91%;
  font-size: 21px;
}
.menu-item-bold {
  text-decoration: none;
  color: #19619c;
  font-weight: bold;
}
.slider-portada {
  width: 100%;
  height: auto;
  position: relative;
}
.v-right {
  position: absolute;
  right: 0;
}
.list-group {
  margin-right: 50px;
  margin-left: 50px;
}
.on-tablet .list-group {
  margin-right: 10px;
  margin-left: 10px;
}
.on-mobile .list-group {
  margin-right: 0px;
  margin-left: 0px;
}
.iconos li {
  padding: 10px 0;
}
.iconos li i {
  color: #ffffff;
  vertical-align: top;
  margin-top: 3px;
  margin-right: 7px;
  width: 25px;
}
.blockline {
  display: inline-block;
  white-space: nowrap;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  border: 1px solid #F2F2F2;
  color: #ffffff;
  text-decoration: none;
}
.list-group-item:first-child {
  -webkit-border-top-right-radius: 4px;
     -moz-border-radius-topright: 4px;
          border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
     -moz-border-radius-topleft: 4px;
          border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  -webkit-border-bottom-right-radius: 4px;
     -moz-border-radius-bottomright: 4px;
          border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
     -moz-border-radius-bottomleft: 4px;
          border-bottom-left-radius: 4px;
}
.list-group-item:hover {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
.SocialRed {
  border: 2px solid #F2F2F2;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
  display: inline-block;
  font-size: 27px;
  height: 45px;
  margin-right: 5px;
  overflow: hidden;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  vertical-align: top;
  width: 45px;
}
.SocialRed i {
  line-height: 45px;
  margin: 0px;
}
.SocialRed:hover {
  background: #3B5998;
  color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.SocialRed.twitter:hover {
  background: #55ACEE;
  color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.SocialRed.youtube:hover {
  background: #DD4B39;
  color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.headertop {
  position: fixed;
  top: 0;
  background-color: rgba(242, 242, 242, 0.75);
  z-index: 1;
  border-bottom: 1px solid #797979;
}
.on-mobile .pad10 {
  padding: 10px;
}
.on-mobile .linea {
  border-top: 1px solid #dadada;
}
.btn {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  font-size: 14px;
  line-height: 1.42857;
  margin: 10px 5px;
  min-width: 160px;
  padding: 10px 5px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  display: inline-block;
  text-decoration: none;
}
.btn-white {
  background-color: transparent;
  border: 1px solid #1d71b8;
  color: #19619c;
}
.btn-white:hover {
  background-color: #19619c;
  border-color: boton2;
  color: #ffffff;
}
.btn-default {
  background-color: #1d71b8;
  border-color: #19619c;
  color: #ffffff !important;
}
.btn-default:hover {
  background-color: #19619c;
  border-color: #19619c;
  color: #ffffff;
}
.separator {
  background-color: #cccccc;
  display: block;
  height: 5px;
  margin: 15px auto;
  position: relative;
  width: 60px;
}
.separatorN {
  background-color: #cccccc;
  display: block;
  margin: 15px auto;
  position: relative;
  width: 60px;
}
.separatorN::after {
  background: #333333 none repeat scroll 0 0;
  content: "";
  left: -1px;
  position: absolute;
  top: 0px;
  width: 30px;
}
.separator::after {
  background: #333333 none repeat scroll 0 0;
  content: "";
  height: 5px;
  left: -1px;
  position: absolute;
  top: 0px;
  width: 30px;
}
.on-tablet .tabletmenu {
  margin-left: 16px;
}
.pl-10 {
  padding-left: 10px;
}
.list {
  position: absolute;
  right: 90px;
}
.on-tablet .list {
  right: 33px;
}
.on-mobile .list {
  right: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.8s;
  -moz-transition: max-height 0.8s;
  -o-transition: max-height 0.8s;
  transition: max-height 0.8s;
  position: absolute;
  background-color: #F2F2F2;
  z-index: 10;
  left: 0px;
  top: 60px;
}
.on-mobile .open .list {
  max-height: 500%;
}
.list ul {
  font-family: GEMCOfont;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.on-mobile .list ul li {
  border-bottom: 1px solid #dadada;
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada;
}
.list ul a {
  padding: 19px;
}
.on-tablet .list ul a {
  padding: 20px;
}
.on-mobile .list ul a {
  padding: 0px;
}
.hamburguerMenu {
  display: block;
  position: absolute;
  position: fixed;
  top: 0px;
  width: 50px;
  height: 33px;
  margin-top: 19px;
  z-index: 2;
  right: 0;
}
.hamburguerMenu span {
  display: block;
  position: absolute;
  height: 5px;
  width: 24px;
  background: #19619c;
  opacity: 1;
  -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.hamburguerMenu span:nth-child(1) {
  top: -1px;
}
.hamburguerMenu span:nth-child(2) {
  top: 8px;
}
.hamburguerMenu span:nth-child(3) {
  top: 17px;
}
.open .hamburguerMenu span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(135deg);
     -moz-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
       -o-transform: rotate(135deg);
          transform: rotate(135deg);
}
.open .hamburguerMenu span:nth-child(2) {
  opacity: 0;
  left: 0px;
}
.open .hamburguerMenu span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-135deg);
     -moz-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
       -o-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.on-tablet .hvr-bounce-to-right:before {
  background: #19619c !important;
}
.on-mobile .hvr-bounce-to-right:before {
  background: #19619c !important;
  padding-right: 78% ;
}
.on-desktop .hvr-bounce-to-right:before {
  background: #19619c !important;
}
.texto-encima2021{
    font-family: GEMCOfont;
    font-size: 50px;
    color: white;
    position: absolute;
    top: 460px;
    left: 200px;
    text-shadow: 2px 2px 2px black;
}
.texto-encima2020{
    font-family: GEMCOfont;
    font-size: 50px;
    color: rgb(26, 82, 118);
    position: absolute;
    top: 460px;
    left: 200px;
    text-shadow: 2px 2px 2px lightgray;
}
.centrado2020{
    font-family: GEMCOfont;
    font-size: 8px;
    color: rgb(26, 82, 118);
    position: absolute;
    top: 50%;
    left: 50%;
    text-shadow: 1px 1px 1px lightgray;
    transform: translate(-35%, -50%);
}
.centrado2021{
    font-family: GEMCOfont;
    font-size: 8px;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    text-shadow: 1px 1px 1px black;
    transform: translate(-50%, -50%);
}
.cont{
    position: relative;
    top: 0px;
    left: 0px;
    width: 1601px;
    height: 652px;
}
.on-mobile .cont{
    height: 1666px;
}