/**** VERDE 89d853 */
/**** AZUL 0086c6 */

@font-face {
  font-family: 'HighlandGothicFLF Regular';
  font-style: normal;
  font-weight: normal;
  src: local('HighlandGothicFLF Regular'), url('../fonts/HighlandGothicFLF.woff') format('woff');
}

.hidden {
  overflow: hidden;
}

* {
  user-select: none;
}

body {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  background-color: #fff;
  position: relative;
  overflow-x: hidden;
}

::-webkit-scrollbar {
  display: none;
}

::-webkit-scrollbar:vertical {
  display: block;
  width: 5px;
}
  
::-webkit-scrollbar-track:vertical {
  background: transparent;
}

::-webkit-scrollbar-thumb:vertical {
  background: #5c5c5c;
}

/**** ELEMENTOS GENERALES */

.contenido {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.sombra {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 49;
  display: none;
}

.sombra.active {
  display: block;
}

.sombra-portada {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 3;
}

.contenedor-wrap-reverse {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap-reverse;
}

/**** NAV */

.nav {
  width: 100%;
  height: 110px;
  background-color: #0086c6;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
}

.nav-logo {
  width: 150px;
  height: 100px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.nav-texts {
  width: 500px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.nav-text {
  width: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-family: 'Roboto', sans-serif;
  color: #fff;
}

.nav-text i {
  font-size: 15px;
  color: #89d853;
}

.nav-contact-container,
.nav-contact-container-mob {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}

.nav-social-media-container {
  width: 140px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
}

.nav-social-media {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 17px;
  color: #0086c6;
  background-color: #fff;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  cursor: pointer;
}

.nav-contact-tel {
  width: 100%;
  margin-top: 10px;
  font-size: 24px;
  font-family: 'Montserrat', sans-serif;
  color: #89d853;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}

.nav-ops {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #89d853;
  position: relative;
}

.nav-op {
  margin-left: 40px;
  font-size: 17px;
  font-family: 'Montsterrat', sans-serif;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}

.nav-ops-sub {
  position: absolute;
  width: 200px;
  padding: 9px;
  display: none;
  flex-wrap: wrap;
  background-color: #89d853;
  align-content: space-around;
  justify-content: center;
  z-index: 20;
}

.nav-op-sub {
  width: 100%;
  height: auto;
  margin-top: 8px;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  color: #fff;
  cursor: pointer;
}

.nav-ops-sub.active {
  display: flex;
}

.nav-ham {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 28px;
  color: #fff;
  display: none;
  cursor: pointer;
}

.nav-ham.alt {
  color: #6e6e6e;
}

.nav-ops-mob {
  position: fixed;
  top: 0;
  right: -280px;
  width: 280px;
  height: 100vh;
  background-color: #89d853;
  z-index: 50;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-end;
  transition: 1s all ease;
  -webkit-transition: 1s all ease;
  -moz-transition: 1s all ease;
  -ms-transition: 1s all ease;
  -o-transition: 1s all ease;
}

.nav-ops-mob.alt {
  right: 0;
}

.close-nav-ops-mob {
  font-size: 20px;
  position: absolute;
  top: 30px;
  left: 30px;
  color: #6e6e6e;
  cursor: pointer;
}

.nav-op-mob {
  width: 90%;
  margin: 15px auto;
  text-align: right;
  font-family: 'Nexa-Heavy', sans-serif;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}

.nav-redes-mob {
  width: 90%;
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 1319px) {
  .nav-texts,
  .nav-text,
  .nav-contact-container,
  #logoMBE {
    display: none;
  }

  .nav-ham {
    display: block;
  }

  .nav-ops {
    display: none;
  }
}

/**** HOME */

.portada-home {
  width: 100%;
  height: 35vh;
  margin: 0 auto;
  position: relative;
}

#bg-home {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.txt-home {
  position: absolute;
  top: 20%;
  left: calc(50% - 250px);
  color: #fff;
  font-size: 30px;
  font-family: "Special Gothic Expanded One", sans-serif;
  text-align: center;
  width: 500px;
}

.dmg-home {
  width: 300px;
  position: absolute;
  top: 10%;
  right: 50px;
}

.dmg-home img {
  width: 100%;
}

@media (max-width: 500px) {
  .txt-home {
    top: 45%;
    font-size: 3vh;
  }

  .dmg-home {
    width: 150px;
    right: calc(50% - 75px);
  }
}

.portada-home video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.flecha-portada-home {
  position: absolute;
  bottom: 10%;
  left: calc(50% - 15px);
  width: 30px;
  text-align: center;
  z-index: 2;
  font-size: 20px;
  color: #fff;
}

.section-home {
  width: 100%;
  height: 500px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  position: relative;
}

.texts-home {
  width: 90%;
  max-width: 580px;
  display: flex;
  flex-wrap: wrap;
}

.title-home {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-family: "Special Gothic Expanded One", sans-serif;
  font-size: 65px;
  color: #89d853;
}

.title-home2 {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-family: "Special Gothic Expanded One", sans-serif;
  font-size: 49px;
  color: #89d853;
}

.text-home {
  width: 100%;
  line-height: 28px;
  margin: 20px auto;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #5b5b5b;
}

@media (max-width: 500px) {
  .title-home,
  .title-home2 {
    font-size: 36px;
  }

  .text-home {
    font-size: 13px;
  }
}

.logos-home {
  width: 90%;
  max-width: 600px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-evenly;
}

.logo-home {
  margin: 10px auto;
}

.logo-home img {
  width: 250px;
}

.unidad-home {
  width: 100px;
  height: 100px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  cursor: pointer;
  margin: 30px auto;
}

@media (max-width: 500px) {
  .unidad-home {
    margin: 30px auto;
  }
}

.unidad-home p {
  position: absolute;
  width: 125%;
  bottom: -60px;
  left: 50%;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  color: #5b5b5b;
  text-align: center;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.icon-home {
  width: 100%;
  max-width: 200px;
  margin: 20px auto;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}

.btn-home {
  width: 150px;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  text-align: center;
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  background-color: #0086c6;
  cursor: pointer;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

/**** ABOUT */

.portada-about {
  width: 100%;
  height: 60vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-image: url('../img/atlanta.jpg');
  background-size: cover;
  background-position: center 10%;
  background-repeat: no-repeat;
  /* background-color: #039fe784; */
}

.texto-portada-about {
  font-family: "Special Gothic Expanded One", sans-serif;
  font-size: 65px;
  color: #fff;
  text-align: center;
}

.img-portada-about {
  width: 500px;
}

.img-portada-about img {
  width: 100%;
}

.team-member {
  width: 90%;
  max-width: 1100px;
  margin: 40px auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
}

.team-member-img {
  width: 200px;
  height: 200px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}

@media (max-width: 500px) {
  .team-member-img {
    margin-bottom: 20px;
  }
}

.team-member-info {
  width: 90%;
  max-width: 500px;
  display: flex;
  flex-wrap: wrap;
}

.team-member-name {
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-size: 34px;
  color: #5b5b5b;
  font-weight: bold;
}

.team-member-position {
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  color: #0086c6;
  font-style: italic;
}

.team-member-desc {
  width: 100%;
  margin-top: 15px;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  color: #5b5b5b;
}

/**** SERVICES */

.service-container {
  width: 100%;
  max-width: 1200px;
  display: flex;
  margin: 0 auto;
}

.service-img {
  width: 100%;
  max-width: 600px;
  height: 300px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.service-texts {
  width: 100%;
  max-width: 600px;
  height: 300px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}

.service-title {
  width: 100%;
  text-align: center;
  font-size: 34px;
  font-family: "Special Gothic Expanded One", sans-serif;
  color: #0086c6;
}

.service-text {
  width: 100%;
  max-width: 300px;
  margin-top: 15px;
  text-align: center;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  color: #5b5b5b;
}

/* @media (max-width: 500px) {
  .service-title {
    font-size: 27px;
  }

  .service-text {
    font-size: 14px;
  }
} */

/**** CONTACTO */

.mapa-contacto {
  width: 90%;
  max-width: 500px;
  height: 400px;
  margin: 10px auto;
}

@media (max-width: 900px) {
  .mapa-contacto {
    margin-bottom: 80px;
  }
}

.mapa-contacto iframe {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.contenedor-redes-contacto {
  width: 180px;
  height: auto;
  margin: 20px 0;
  display: flex;
}

.red-contacto {
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 0 auto;
  text-align: center;
  font-size: 17px;
  color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  cursor: pointer;
}

.formulario-contacto {
  width: 90%;
  max-width: 400px;
  height: auto;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  border-radius: 5px;
  padding-bottom: 70px;
  position: relative;
}

@media (max-width: 500px) {
  .formulario-contacto {
    margin-bottom: 40px;
  }
}

.leyenda-formulario-contacto {
  width: 90%;
  height: auto;
  margin: 0 auto;
  margin-bottom: 6px;
  margin-top: 5px;
  font-size: 16px;
  color: #5b5b5b;
  font-family: 'Montserrat', sans-serif;
}

.campo-formulario-contacto {
  width: 90%;
  height: 40px;
  margin: 0 auto;
  margin-top: 6px;
  margin-bottom: 5px;
  border: none;
  outline: none;
  appearance: none;
  border: 1px solid #2c72b5;
  background-color: transparent;
  font-family: 'Montserrat', sans-serif;
  color: #5b5b5b;
  font-size: 15px;
  padding-left: 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.textarea-formulario-contacto {
  width: 90%;
  height: 164px;
  margin: 0 auto;
  border: none;
  outline: none;
  appearance: none;
  resize: none;
  border: 1px solid #2c72b5;
  background-color: transparent;
  padding-left: 10px;
  padding-top: 10px;
  font-family: 'Montserrat', sans-serif;
  color: #5b5b5b;
  font-size: 15px;
  padding-left: 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.btn-formulario-contacto {
  position: absolute;
  bottom: 10px;
  right: 3%;
  width: 165px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #2c72b5;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.panel-mensaje-contacto {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  background-color: #2c72b5;
  z-index: 2;
  transition: ease-in-out 1s;
  -webkit-transition: ease-in-out 1s;
  -moz-transition: ease-in-out 1s;
  -ms-transition: ease-in-out 1s;
  -o-transition: ease-in-out 1s;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.panel-mensaje-contacto.active {
  display: flex;
}

.logo-panel-mensaje-contacto {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 30px;
  color: #fff;
  margin-bottom: 10px;
}

.texto-panel-mensaje-contacto {
  width: auto;
  height: auto;
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
}

/**** FOOTER */

.footer {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-evenly;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #cecece;
}

.section-footer {
    width: 80%;
    max-width: 400px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}

.title-footer {
  width: 100%;
  margin: 5px auto;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.element-footer {
  width: 100%;
  margin: 8px auto;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  cursor: pointer;
}

.logo-footer {
  margin: 10px auto;
}

.logo-footer img {
  height: 90px;
}

.somm-footer {
  font-size: 13px;
  font-family: 'HighlandGothicFLF Regular';
  cursor: pointer;
}

@media (max-width: 1100px) {
  .section-footer {
      margin: 20px auto;
  }
}

@media (max-width: 1199px) {
  .title-footer,
  .element-footer {
    text-align: center;
  }
}