body {
  padding: 0;
  margin: 0 auto;
  background-image: url("/assets/img/testimonios-bg.png");
  background-repeat: no-repeat;
  background-position-x: 650px;
  background-position-y: 2900px;
  background-color: #001533;
  font-family: "neue-haas-unica";
  color: white;
  font-size: 16px;
  position: relative;
  max-width: 1600px;
}


h1 {
  font-size: 105px;
  position: relative;
  font-style: normal;
  font-weight: 450;
}
h2 {
  font-size: 72px;
}

h3 {
  font-size: 48px;
}

h4 {
  font-size: 32px;
}

.nav-link, .nav-link.active {
  color: white !important;
}

#nav-contact-link {
  height: 70px;
  border-left: 1px solid white;
  width: 300px;

}

#nav-contact-link:hover {
  background-color: #0060E5;
}

#nav-contact-link a {
  color: white;
  text-decoration: none;
  font-family: "neue-haas-unica";
  text-transform: uppercase;
  height: 70px;
  padding-top: 20px;
}
#nav-contact-link img{
  width: 12.5px;
  vertical-align: baseline;
}

.navbar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  height: 70px;
  font-size: 18px;
  position: fixed;
  z-index: 5;
  max-width: 1600px;
  color: white;
}

.nav-item {
  height: 70px;
  padding-top: 14px;
}

.active, .nav-link:focus, .nav-link.active {
  color: white !important;
  border-bottom: 3px solid rgba(255, 255, 255, 0.5);
}

.navbar-brand {
  padding-left: 130px;
}

/* seccion hero */
#hero {
  background: url(../img/thisisengineeringbig.png) center no-repeat;
  background-size: cover;
  height: 1200px;
  position: relative;
  padding: 0 120px;
}

#hero-text {
  position: relative;
  top: 300px;
}

h1 span{
  position: relative;
  display: block;
  text-align: right;
}

.hero-img {
  position: relative;
  bottom: 65px;
}

.consultoria {
  letter-spacing: 3px;
}

#datos {
  position: relative;
  top: 80px;
  right: 0;
}

.dato {
  height: 140px;
}

.dato p {
  font-size: 76px;
  max-height: 80px;
  line-height: 1.2;
}

.dato span {
  font-size: 18px;
  display: block;
  width: 240px;
}

/* seccion about */

#about {
  min-height: 800px;
  background: url("../img/Layer_2.png") no-repeat;
  background-position-y: -400px;
  background-size: cover;
}

#about-text {
  height: 400px;
}

#about h2 {
  max-width: 830px;
  line-height: 100%;
}

#about p {
  font-size: 32px;
  max-width: 878px;
  line-height: 39px;
}

#companias {
  padding: 0;
  flex-wrap: wrap;
  height: 200px;
  width: 90%;
}

.compania img {
  /* width: 150px; */
}

/* seccion servicios */

#servicios {
  min-height: 700px;
}
.card-servicios {
  min-height: 600px;
  border-radius: 0;
  overflow: hidden;
  position: relative;
}

.card-servicios .card-body {
  height: 500px;
}


.card-info {
  min-height: 370px;
}



.end-to-end {
  background: linear-gradient(360deg, #2C0189 0%, rgba(74, 71, 204, 0) 100%), url("../img/end-to-end.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  mix-blend-mode: normal;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.end-to-end h3 {
  max-width: 250px;
}

.software-medida {
  background: linear-gradient(360deg, #E52E5C 0%, rgba(229, 60, 57, 0) 99.93%), url("../img/software-medida.jpg");
  background-size: cover;
  mix-blend-mode: normal;
  background-position: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.software-medida h3 {
  max-width: 180px;
}

.cualificados {
  background: linear-gradient(360deg, #0060E5 0%, rgba(0, 170, 255, 0) 100%), url("../img/cualificados.jpg");
  background-size: cover;
  mix-blend-mode: normal;
  background-position: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.cualificados h3 {
  max-width: 220px;
}

.servicios-text {
  line-height: 22px;
  max-width: 300px;
}

.end-to-end h3, .software-medida h3, .cualificados h3 {
  line-height: 115%;
  background-color: transparent;
  font-size: 40px;
}

/* seccion tecnologias */

#tecnologias {
  border-top: 1px solid #F2F6FF;
  border-bottom: 1px solid #F2F6FF;
  min-height: 70px;
  line-height: 70px;
  vertical-align: bottom;
  font-size: 32px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  width: 100%;
}


.tecnologia {
  position: relative;
  display: inline-block;
  min-width: 200px;
  padding: 0 50px;
}

.tecnologia::before {
  display: inline-block;
  content: '';
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background-color: #8E96B2;
  position: relative;
  left: -55px;
  bottom: 3px;
}

/* #tecnologias-listado div:first-child::before {
  display: none;
} */


@keyframes scroll {
  0% {
    left: 100%;
  }

  100% {
    left: -120%;
  }
}

#tecnologias-listado {
  animation: scroll 20s linear infinite;
  position: relative;
}

#tecnologias-listado:hover {
  animation-play-state: paused;
}


/* seccion testimonios */

#testimonios {
  min-height: 1000px;
  padding: 30px;
}
#testimonios-text {
  max-width: 682px;
  text-align: left;
  margin: 100px;
  padding: 10px;
}

#testimonios-text p{
  max-width: 440px;
}

.card-testimonios {
  background: rgba(0, 21, 51, 0.5);
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 32px 40px;
}

.card-testimonios .card-body {
  min-height: 560px;
}

.testimonios-text, .testimonios-img {
  margin-bottom: 50px;
}

.testimonios-nombre {
  margin: 0;
  font-weight: bolder;
}

.testimonios-cargo {
  font-weight: lighter;
  color: rgba(255, 255, 255, 0.66);
}

.card-testimonios:hover {
  background-color: rgba(225, 230, 242, 0.5);
  scale: 1.1;  
  transition: 0.5s ease;
}

#testimonios-listado li {
  list-style-type: none;
}

/* seccion faqs */

#faqs {
  min-height: 900px;
  padding: 60px 140px;
}
#faqs-text {
  font-size: 48px;
  max-width: 400px;
}

#accordion-faqs {
  max-width: 734px;
}


.accordion, .accordion-item, .accordion-button {
  background-color: transparent;
  color: white;
  border-radius: 0 !important;
}

.accordion, .accordion-item {
  border: none;
}

.accordion-button {
  font-size: 32px;
  border-left: 0;
  border-right: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.accordion-button.collapsed{
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.accordion-button.collapsed::after {
  background-image: url("/assets/img/plus.png");
  background-size: auto;
  background-position: center;
  transform: rotate(-90deg);
  transition: all 0.5s ease-in;
}
.accordion-button:focus {
  box-shadow: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.5) !important;
}

/* sobreescribir iconos bootstrap */


.accordion-button:not(.collapsed)::after {
  background-image: url("/assets/img/less.png");
  transform: rotate(180deg);
  background-size: auto;
  background-position: center;
  transition: all 0.5s ease-in;
}
.accordion-button:not(.collapsed) {
  color: white;
  background-color: rgba(204, 228, 255, 0.40);
  box-shadow: none;
  border-bottom: none;
}



.accordion-body {
  padding-right: 54px;
  font-size: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  background-color: rgba(204, 228, 255, 0.40);
}



/* seccion contacto */
#contacto {
  display: flex;
  height: 700px;
  background: url("../img/contactanos.png");
  background-size: cover;
  padding: 80px 140px;
}

#contacto-text {
  max-width: 680px;
  display: flex;
  flex-direction: column;
}

#contacto-text p {
  font-size: 18px;
  max-width: 600px;
}

#contacto-text a {
  text-decoration: none;
  color: white;
  font-weight: bold;
}

#contacto-link {
  font-size: 100px;
  align-self: flex-end;
  border-bottom: 2.5px solid white;
}

#contacto-link a {
  color: white;
  text-decoration: none;
}

/* seccion footer */

#footer {
  background: rgba(19, 41, 72, 0.5);
}
#directorio {
  flex-direction: row;
  height: 298px;
  mix-blend-mode: normal;
  backdrop-filter: blur(15px);
  padding: 50px 140px;
}

#directorio-text {
  max-width: 500px;
}


#directorio-text {
  max-width: 500px;
}

#directorio-text a {
  text-decoration: none;
}

.linkedin {
  margin-right: 25px;
}

#legal {
  min-height: 54px;
  font-size: 14px;
  background: rgba(225, 230, 242, 0.5);
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(15px);
  padding: 0 140px;
}

#sedes {
  text-align: right;
  font-size: 18px;
}

#sedes ul {
  list-style: none;
}


#politicas {
  display: flex;
  list-style: none;
  width: 375px;
  padding: 0;
}

#politicas a {
  text-decoration: none;
  color: white;
}

@media only screen and (max-width: 992px) {
  /* generales*/

  body {
    background-position-x: 0px;
    background-position-y: 3650px;
  }

  #logo {
    width: 500px;
    height: 100px;
    position: relative;
    top: 100px;
  }

  .navbar {
    border: none;
    position: relative;
    height: 0;
  }

  .navbar-brand {
    padding: 0;
    position: relative;
    top: -60px;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }

  h1 {
    font-size: 45px;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 32px;
  }

  #faqs {
    flex-direction: column;
  }

  /* seccion hero*/

  #hero {
    height: 900px !important;
    position: relative;
    padding: 0;
  }

  #hero-text {
    padding: 30px;
    top: 300px;
  }


  #hero h1 span {
    position: relative;
    text-align: left;
  }

  .hero-img {
    display: none;
  }

  #datos {
    flex-direction: row !important;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    position: relative;
    top: 87%;
    left: 0;
    background-color: #0060E5;
    padding-left: 20px;
    align-items: center !important;
    height: 200px;
  }

  #datos::-webkit-scrollbar {
    width: 3px;
    position: relative;
    top: 30px;
  }
  
  #datos::-webkit-scrollbar-track {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  }
  
  #datos::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.3);
    outline: 5px solid slategrey;
  }
  
  #datos::-webkit-scrollbar:vertical {
    display: none;
  }


  .dato {
    background-color: #0060E5;
    width: 300px;
    height: 140px;
    margin-right: 25px;
    position: relative;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    padding-right: 80px;
    margin-right: 80px;
  }
  .dato span {
    width: 75px;
  }

  #datos div:last-of-type {
    border: none;
  }

  /* seccion about */
  #about{
    margin-top: 100px;
    background-position-y: 0px;
  }

  #about h2 {
    max-width: 400px;
  }

  #about p {
    max-width: 512px;
  }

  #companias {
    justify-content: space-around;
  }

  #companias .row {
    width: -webkit-fill-available;
  }

  /* seccion servicios*/
  #servicios {
    padding: 0 30px;
  }
  .card-servicios {
    margin: 20px auto;
  }

  .end-to-end .servicio-icon {
    content: '';
    background: url(/assets/img/end-to-end-icon.png) no-repeat;
    height: 60px;
    max-width: 60px;
  }



  .software-medida .servicio-icon {
    content: '';
    background: url(/assets/img/software-medida-icon.png) no-repeat;
    height: 60px;
    max-width: 60px;
  }

  .cualificados .servicio-icon {
    content: '';
    background: url(/assets/img/cualificados-icon.png) no-repeat;
    height: 60px;
    max-width: 60px;
  }

  .card-info {
    transform: translateY(0%);
  }




  /* seccion tecnologias*/
  #tecnologias {
    overflow-x: hidden;
  }

  @keyframes scroll {
    0% {
      left: 100%;
    }
  
    100% {
      left: -200%;
    }
  }
  
  #tecnologias-listado {
    animation: scroll 20s linear infinite;
    position: relative;
  }
  
  #tecnologias-listado:hover {
    animation-play-state: paused;
  }
  /* seccion testimonios */


  #testimonios-text {
    max-width: 400px;
    text-align: center;
    margin: 0 auto;
    padding: 20px;
  }

  #testimonios-listado {
    flex-direction: column;
  }

  .card-testimonios:hover {
    background-color: rgba(225, 230, 242, 0.5);
    scale: 1;  
    transition: 0.5s ease;
  }

  /* seccion faqs */

  #faqs {
    padding: 0;
  }

  #faqs-text {
    text-align: center;
    margin: 100px auto;
    max-width: 420px;
  }

  .accordion-header {
    font-size: 24px !important;
  }

  .accordion-body {
    font-size: 16px !important;
  }

  /* seccion contacto */
  #contacto {
    padding: 0px 30px;
    height: 700px;
  }

  #contacto-text {
    max-width: 328px;
    display: flex;
    flex-direction: column;
  }

  #contacto-text p {
    font-size: 16px;
  }

  #contacto-link {
    font-size: 40px;
  }

  #contacto-link img {
    width: 30px;
  }


  /* seccion footer */
  #directorio {
    height: 700px;
    padding: 100px 30px;
  }


  #directorio-text a {
    text-decoration: none;
  }

  #sedes {
    align-self: flex-end;
    font-size: 20px;
  }

  #legal {
    padding: 0;
    text-align: center;
    height: fit-content;
  }

  #copyright {
    width: 100%;
    text-align: center;
    margin: 12px auto;
  }

  #politicas {
    width: 100%;
    padding: 0;
  }
}

@media only screen and (max-width: 576px) {
  /* generales*/


  body {
    background-position-x: -200px;
    background-position-y: 3650px;
  }

  .nav-container {
    position: relative;
  }

  .navbar-brand {
    padding: 0;
    position: relative;
    top: -60px;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }

  #logo {
    width: 350px;
    height: 70px;
    position: relative;
    top: 100px;
  }

  .navbar {
    border: none;
    position: relative;
    height: 0;
  }


  #faqs {
    flex-direction: column;
  }

  /* seccion hero*/

  #hero {
    background: url(../img/thisisengineeringsmall.png) center no-repeat;
    height: 800px !important;
    position: relative;
    background-size: cover;
    padding: 0;
  }

  #hero-text {
    padding-left: 20px !important;
    top: 250px !important;
  }


  #hero h1 span {
    position: relative;
    text-align: left;
  }

  .hero-img {
    display: none;
  }

  #datos {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    position: relative;
    top: 90%;
    left: 0;
    background-color: #0060E5;
    padding-left: 20px;
    align-items: center !important;
    height: 200px;
  }

  #datos::-webkit-scrollbar {
    width: 3px;
    position: relative;
    top: 30px;
  }
  
  #datos::-webkit-scrollbar-track {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  }
  
  #datos::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.3);
    outline: 5px solid slategrey;
  }
  
  #datos::-webkit-scrollbar:vertical {
    display: none;
  }

  .dato {
    background-color: #0060E5;
    width: 300px;
    height: 140px;
    margin-right: 25px;
    position: relative;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    padding-right: 30px;
    margin-right: 30px;
  }
  .dato span {
    width: 75px;
  }

  #datos div:last-of-type {
    border: none;
  }

  /* seccion about */

  #about {
    padding: 10px;
    height: 900px;
    margin-top: 100px;
    background-position-y: 0px;
    background-position-x: center;
    background-repeat: no-repeat;
  }

  #about h2 {
    max-width: 455px;
    margin-bottom: 30px;
  }

  #about p {
    max-width: 340px;
    font-size: 20px;
    margin: 0 auto;
  }

  #companias {
    justify-content: space-around;
  }

  #companias .row {
    flex-direction: row;
  }

  .compania {
    width: 150px;
  }

  .compania img {
    max-width: 100px;
  }

  /* seccion servicios*/
  #servicios {
    padding: 0 30px;
  }

  .card-servicios {
    margin: 20px auto;
  }

  .servicios-text {
    width: 292px;
    font-size: 16px;
  }

  .end-to-end .servicio-icon {
    background: url(/assets/img/end-to-end-icon.png) no-repeat;
    height: 60px;
    max-width: 60px;
  }

  .software-medida .servicio-icon {
    content: '';
    background: url(/assets/img/software-medida-icon.png) no-repeat;
    height: 60px;
    max-width: 60px;
  }

  .cualificados .servicio-icon {
    content: '';
    background: url(/assets/img/cualificados-icon.png) no-repeat;
    height: 60px;
    max-width: 60px;
  }

  .card-info {
    transform: translateY(0%);
  }




  /* seccion tecnologias*/
  #tecnologias {
    overflow: hidden;
    padding: 0 30px;
  }

  @keyframes scroll {
    0% {
      left: 100%;
    }
  
    100% {
      left: -500%;
    }
  }
  
  #tecnologias-listado {
    animation: scroll 30s linear infinite;
    position: relative;
  }
  
  #tecnologias-listado:hover {
    animation-play-state: paused;
  }

  /* seccion testimonios */

  #testimonios {
    padding: 0px;
  }

  #testimonios-text {
    max-width: 400px;
    text-align: center;
    margin: 0 auto;
    padding: 20px;
  }

  .testimonios-text, .testimonios-img {
    margin-bottom: 20px;
  }

  #testimonios-listado {
    flex-direction: column;
    margin: 0;
  }

  .testimonio {
    padding-left: 0px;
    padding-right: 0px;
  }

  .card-testimonios {
    padding: 30px 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.50);
    border-right: 1px solid rgba(255, 255, 255, 0.50);
    border-bottom: 1px solid rgba(255, 255, 255, 0.50);
    background: rgba(0, 36, 77, 0.50);
    backdrop-filter: blur(15px);
  }

  .card-testimonios .card-body {
    min-height: auto;
  }

  .card-testimonios:hover {
    background-color: rgba(225, 230, 242, 0.5);
    scale: 1;  
    transition: 0.5s ease;
  }

  /* seccion faqs */

  #faqs {
    padding: 0;
  }

  #faqs-text {
    text-align: center;
    margin: 100px auto;
    max-width: 420px;
    font-size: 32px;
  }

  .accordion-header {
    font-size: 24px !important;
  }

  .accordion-body {
    font-size: 16px !important;
  }
  /* seccion contacto */
  #contacto {
    padding: 0px 30px;
    height: 700px;
  }

  #contacto-text {
    max-width: 328px;
    display: flex;
    flex-direction: column;
  }

  #contacto-text p {
    font-size: 16px;
  }

  #contacto-link {
    font-size: 40px;
  }

  #contacto-link img {
    width: 30px;
  }

  /* seccion footer */
  #directorio {
    height: 700px;
    padding: 100px 30px;
  }

  #directorio-text h2 {
    max-width: 380px;
    font-size: 32px;
  }

  #directorio-text a {
    text-decoration: none;
  }

  #sedes {
    align-self: flex-end;
    font-size: 20px;
  }

  #legal {
    padding: 0;
    text-align: center;
    height: fit-content;
  }

  #copyright {
    width: 100%;
    text-align: center;
    margin: 12px auto;
  }

  #politicas {
    width: 100%;
    padding: 0;
    justify-content: space-around;
  }
}



@media only screen and (min-width: 992.1px) and (max-width: 1270px) {

  #hero {
    padding: 50px;
  }

  #hero-text {
    top: 180px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 993px) {
  #navcol-3 {
    display: none;
  }

  #testimonios-listado {
    flex-direction: row !important;
  }
}

@media only screen and (min-width: 993px){
  .servicio-icon {
    content: '';
    background: url(/assets/img/plus.png) no-repeat;
    height: 60px;
    max-width: 60px;
    transition: all 0.5s ease-in;
    background-position: center;
    background-color: transparent;
    transition-timing-function: ease-in-out;
  }
  
  .card-servicios:hover .servicio-icon{
    transform: rotate(180deg);
    transition: all 0.5s ease-in;
    background: url(/assets/img/less.png) no-repeat;
    background-position: center;
    height: 60px;
    max-width: 60px;
    background-color: transparent;
  }

  .card-info {
    position: relative;
    transform: translateY(76%);
    transition: transform 0.3s linear;
  }

  .card-servicios:hover .card-info {
    transform: translateY(0);
    transition-timing-function: ease-in-out;
    transition: transform 0.5s linear;
  }
}

.modal {
  background-color: #001533 !important;
  outline: 0;
  width: auto;
}

.modal-content {
  background-color: #001533 !important;
  border: 0 !important;
}