@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap");
a,
a:hover,
a:focus,
a:active,
a:visited,
a:link {
  color: inherit;
  text-decoration: none;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: 0px;
  color: #000;
}
h2 {
  font-weight: 300;
  font-size: 1.2em;
}
body {
  font-family: "Roboto", sans-serif;
}
nav ul li a {
  color: #a5a6a8 !important;
  font-size: 0.9em;
}
nav ul li a:hover {
  color: #ff5000 !important;
}
nav ul li .active {
  color: #ff5000 !important;
}
.fa-bars {
  color: #6d6e71 !important;
  font-size: 1.5em;
}
nav {
  width: 100%;
  position: fixed !important;
  top: 0;
  left: 0;
  padding: 15px !important;
  background: #fff;
  z-index: 99;
}
.li-idioma {
  width: 100px;
}
.link-idioma {
  color: #6d6e71 !important;
}
.link-idioma:hover {
  color: #26a1db !important;
}
.link-idioma-mobile {
  display: none;
}
.blanco {
  height: 100px;
}
.carousel {
  width: 100%;
}
.carousel-control-next,
.carousel-control-prev {
  width: 50px;
}
.fa-chevron-left,
.fa-chevron-right {
  color: #fff;
  font-size: 2em !important;
}
.carousel-item {
  position: relative;
}
.carousel-itemBack {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.carousel-itemBack p {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
  text-align: center;
  text-shadow: 1px 1px 5px #000;
}
.backSliderP p {
  padding-left: 30px;
  font-size: 2rem;
}
.carousel-itemBack p b {
  color: #00A4EC;
}
.br-mobile {
  display: none;
}
.carousel-indicators li {
  height: 10px;
  width: 10px;
  border-radius: 100%;
  margin: 0 10px;
}
/* Estado inicial del texto */
.carousel-item p {
  opacity: 0;
  transform: translateY(-30px);
  transition: all 0.8s ease;
}

/* Animación para el primer slide (desde arriba) */
.carousel-item.active.first-slide p {
  opacity: 1;
  transform: translateY(0);
}

/* Animación escalonada (una frase tras otra) */
.carousel-item.active.first-slide p:nth-child(1) { transition-delay: 0.2s; }
.carousel-item.active.first-slide p:nth-child(2) { transition-delay: 0.4s; }
.carousel-item.active.first-slide p:nth-child(3) { transition-delay: 0.6s; }
.carousel-item.active.first-slide p:nth-child(4) { transition-delay: 0.8s; }

/* Animación para los demás slides (desde la izquierda) */
.carousel-item p.slide-in-left {
  opacity: 1 !important;
  transform: translateX(0) !important;
  transition: all 0.8s ease;
}

  

.nosotros {
  padding-top: 50px;
  padding-bottom: 50px;
}
.nosotros h2 {
  color: #ff5000;
  margin-bottom: 20px;
}
.nosotros p {
  color: #737373;
  font-size: 1.2em;
  font-weight: 300;
}
.nosotros span {
  color: #5bc2ef;
}
.nosotros b {
  color: #05a4ec;
  font-weight: 500;
}
.avatar-img {
  border-radius: 50%;
}
.box-avatar {
  position: relative;
  width: 130px;
}
.nosotros-linkedin {
  color: #007bb5;
  font-size: 2em;
  position: absolute;
  right: 0;
  bottom: 0;
}
.avatar-nosotros h3 {
  font-size: 0.9em;
  margin-top: 15px;
  color: #787879;
}
.avatar-nosotros {
  margin-top: 50px;
  cursor: pointer;
}
.back-modal {
  z-index: 999999998;
}
.back-modal .modal-content {
  padding: 20px;
}
.back-modal .close {
  font-size: 1.7em;
  color: #8f8e8f;
}
.back-modal h2 {
  color: #4f4d4f;
  font-size: 1.2em;
}
.back-modal .fa-linkedin {
  font-size: 1.4em;
  color: #007bb5;
  margin-left: 20px;
}
.box-text-nosotros {
  background: #e6e7e8;
  padding: 15px;
  font-size: 0.85em !important;
  color: #606061 !important;
  border-radius: 10px;
}
.ofrecemos-mobile {
  display: none;
}
.ofrecemos .card {
  background: #4d4d4f !important;
  border: none !important;
}
.ofrecemos .card .btn-link {
  background: #05a3e8 !important;
  text-decoration: none;
}
.ofrecemos .card .collapsed {
  background: #6f6f71 !important;
}
.ofrecemos .card button {
  width: 100%;
  color: #fff !important;
  background: #6f6f71 !important;
  border-radius: 0;
  margin-bottom: 5px;
}
.ofrecemos .card button:hover {
  background: #05a3e8 !important;
  text-decoration: none;
}
.ofrecemos .card-body {
  background: #4d4d4f;
}
.ofrecemos {
  background: #4d4d4f;
  color: #aeaeaf;
  padding-top: 50px;
  padding-bottom: 50px;
  min-height: 440px;
  position: relative;
}
.ofrecemos h2 {
  color: #ff5000;
  margin-bottom: 20px;
}
.ofrecemos .nav-tabs {
  border: none !important;
  list-style: none;
  padding: 0 !important;
}
.ofrecemos .nav-link {
  color: #fff;
  background: #6f6f71;
  border-radius: 0;
  margin-bottom: 5px;
}
.ofrecemos .nav-link:hover {
  background: #05a3e8;
}
.ofrecemos .nav .active {
  background: #05a3e8;
}
.ofrecemos p {
  font-size: 1.2em;
  font-weight: 300;
}
.box-ofrecemos {
  border-bottom: 1px solid #ff5000;
}
.num-ofrecemos {
  color: #05a3e8;
  margin-top: 10px;
}
.num-ofrecemos h3 {
  font-size: 1.4em;
}
.trabajos {
  padding-top: 50px;
  padding-bottom: 50px;
}
.trabajos h2 {
  color: #ff5000;
  margin-bottom: 30px;
}
.box-trabajo {
  background: #f7f7f7;
  margin-bottom: 30px;
}
.box-trabajo2 {
  background: #fff;
  margin-bottom: 30px;
}
.box-trabajos-descripcion {
  padding-top: 20px;
  color: #737373;
  font-size: 0.75em;
  padding-right: 40px;
}
.box-trabajos-descripcion h3 {
  color: #05a4ea;
  font-size: 1.3em;
  font-weight: 400;
}
.box-trabajos-descripcion p {
  margin-bottom: 5px;
}
.text-trabajos {
  margin: 0px !important;
}
.text-trabajos b {
  color: #000;
}
.ubicacion-span {
  display: none;
}
.carousel2 .fa-chevron-left,
.carousel2 .fa-chevron-right {
  font-size: 2em !important;
  text-shadow: 3px 3px 5px #444;
}
.lista-trabajos {
  padding-top: 20px;
  background: #f7f7f7;
}
.lista-trabajos h2 {
  color: #ff5000;
  margin-bottom: 20px;
}
.box-lista-trabajos {
  height: 500px;
  background: #fff;
  border: 1px solid #c1c1c1;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 30px;
}
.box-lista-trabajos ul {
  list-style: none;
  padding: 0;
}
.box-lista-trabajos li {
  padding: 2px;
  padding-bottom: none;
  font-size: 0.9em;
  font-weight: 300;
}
.box-lista-trabajos li b {
  text-transform: uppercase;
  color: #05a3e8;
}
.box-lista-trabajos li br {
  display: none;
}
.box-lista-trabajos::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.3);
  background-color: #ffff;
  margin-top: 10px;
}
.box-lista-trabajos::-webkit-scrollbar {
  width: 14px;
  height: 18px;
}
.box-lista-trabajos::-webkit-scrollbar-thumb {
  height: 100px;
  border: 4px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  -webkit-border-radius: 7px;
  background-color: rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0.05),
    inset 1px 1px 0px rgba(0, 0, 0, 0.05);
}
.box-lista-trabajos::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}
.box-lista-trabajos::-webkit-scrollbar-corner {
  background-color: transparent;
}
.tambien {
  background: #4d4d4f;
  padding-top: 30px;
  padding-bottom: 20px;
  color: #fcfffe;
}
.tambien h2 {
  color: #ff5000;
}
.tambien .nav-link {
  color: #fff;
  background: #6f6f71;
  border-radius: 0;
  margin: 5px;
  padding: 5px 40px;
}
.tambien .nav-link:hover {
  background: #05a3e8;
}
.tambien .nav .active {
  background: #05a3e8;
}
.tambien .tabien-panel-box {
  background: #fff;
  border-radius: 10px;
  color: #6d6e72;
  text-align: left;
  padding: 30px;
}
.tabien-panel-box h3 {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #ff5000;
  font-weight: 300;
}
.tabien-panel-box p {
  margin-bottom: 10px;
  font-size: 0.9em;
}
.tabien-panel-box a {
  color: #1fabe9;
  font-size: 0.8em;
}
.tabien-panel-box a:hover {
  color: #ff5000;
}
.contacto h2 {
  color: #ff5000;
  margin-bottom: 20px;
}
.contacto .tab-pane {
  background: #e6e7e8;
  margin-bottom: 15px;
  border-radius: 5px;
  border: 0;
  font-size: 1em;
}
.contacto .form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #abb1bb;
}
.box-btn-close {
  margin-top: 0px;
}
.btn-contacto {
  background: #05a3e8;
  color: #fff;
  font-weight: 300;
}
.btn-contacto:hover {
  background: #000;
  color: #fff;
  font-weight: 300;
}
.cerrar-contacto {
  color: #000;
  font-weight: 500;
  font-size: 1.2em;
  cursor: pointer;
}
.cerrar-contacto i {
  color: #8f8e8f;
}
.box-contacto-footer p {
  margin-top: 10px;
  font-size: 0.8em;
}
.box-contacto-footer p a {
  font-weight: bold;
}
footer {
  color: #797a7c;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 0.9em;
}
footer i {
  font-size: 2em;
  margin: 10px;
}
footer span {
  color: #5bc2ef;
  font-size: 1.1em;
}
footer b {
  font-size: 1.1em;
  color: #05a4ec;
  font-weight: 500;
}
footer a {
  font-weight: bold;
}
.padd {
  padding-left: 30px;
  padding-right: 30px;
}

/* ---- Pop Up ---- */
#PopUp {
  display: flex;
  background: #fff;
  border-bottom: 2px solid #ccc;
  align-items: center;
  position: absolute;
  width: 100%;
  z-index: 100;
  display: none;
}
#AccPopUp {
  display: flex;
  height: 100%;
  margin-right: 10px;
}
#AccPoPUp div {
  cursor: pointer;
}

.BtnRed {
  color: red;
  font-size: 15px;
  cursor: pointer;
  border-radius: 50px;
  border: 2px solid #e14a3b;
  padding: 3px 10px 3px 10px;
  font-weight: bold;
}
#MsgPopUp {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 0px 10px 0px;
}
#MsgPopUp p {
  display: flex;
  font-size: 15px;
  align-items: center;
  padding: 0;
  margin: 0;
  margin-left: 20px;
}
