html {
  scroll-behavior: smooth;
}

@keyframes anim-lineUp {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0.25;
  }
  50% {
    opacity: 0.66;
    transform: translateY(0%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}

.lineUp {
  animation: 2s anim-lineUp ease-out;
}


@font-face {
  font-family: 'LeagueSpartan-Bold';
  src: url('/fonts/LeagueSpartan-Bold.otf');
  src: url('/fonts/LeagueSpartan-Bold.ttf');
  src: url('/fonts/LeagueSpartan-Bold.woff2');
}

@font-face {
  font-family: 'Raleway-Black';
  src: url('/fonts/Raleway-Black.ttf');
}

@font-face {
  font-family: 'Raleway-Regular';
  src: url('/fonts/Raleway-Regular.ttf');
}

@font-face {
  font-family: 'Raleway-Bold';
  src: url('/fonts/Raleway-Bold.ttf');
}

@font-face {
  font-family: 'Raleway-Medium';
  src: url('/fonts/Raleway-Medium.ttf');
}

@font-face {
  font-family: 'Raleway-Light';
  src: url('/fonts/Raleway-Light.ttf');
}

@font-face {
  font-family: 'Raleway-SemiBold';
  src: url('/fonts/Raleway-SemiBold.ttf');
}



#container {
  width: 100%;
}

.navbar {
  width: 100%;
  min-height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hamburger {
  display: none;
  cursor: pointer;
}

.bar {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px 0;
  transition: all 0.3s ease;
  background-color: black;
}

body {
  margin: 0;
  width: 100%;
}

.header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 80px 180px 0 180px;
}

#logo {
  margin: 30px;
  width: 500px;
}

#links {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  background-color: #fff;
}

.link {
  text-decoration: none;
  color: #573487;
  text-align: center;
}

.link:hover {
  text-decoration: none;
  color: #e55d54;
}

.linkBtn {
  display: flex;
  padding: 15px;
  font-size: 20px;
  font-family: 'Raleway-Regular';
}

#proyectemos {
  position: relative;
  max-width: 100%;
  background-image: url('/images/Recurso286.png');
  width: 100%;
  height: 800px;
  background-position: right;
  background-size: cover;
}

#proyectemosImg {
  width: 100%;
}

#textContainer {
  display: flex;
  flex-direction: column;
  height: 800px;
}

#proyectemosTitle {
  position: absolute;
  top: 190px;
  left: 300px;
  font-size: 80px;
  color: #fff;
  font-family: 'LeagueSpartan-Bold';
}

#proyectemosTitle1 {
  position: absolute;
  top: 260px;
  left: 300px;
  font-size: 150px;
  color: #fff;
  font-family: 'LeagueSpartan-Bold';
}

#proyectemosBody {
  position: absolute;
  top: 450px;
  left: 290px;
  width: 700px;
  font-size: 30px;
  color: #fff;
  font-family: 'Raleway-Light';
}

#proyectemosBody1 {
  position: absolute;
  top: 483px;
  left: 690px;
  width: 300px;
  font-size: 30px;
  color: #fff;
  font-family: 'Raleway-Medium';
}

#recurso282 {
  position: absolute;
  right: 0;
  bottom: -110px;
}

#diagnosticamos {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 800px;
  background-image: url('/images/Recurso163.png');
}

#diagnosticamosHeader {
  font-family: 'LeagueSpartan-Bold';
  color: #573487;
  font-size: 39px;
  letter-spacing: 0.1em;
  margin: 200px auto 30px auto;
  width: 900px;
  text-align: center;
}

#diagnosticamosBody {
  color: #573487;
  text-align: center;
  display: flex;
  align-self: center;
  margin: 0 auto;
  width: 900px;
  font-size: 30px;
  letter-spacing: 0.1em;
  display: inline-block;
  font-family: 'Raleway-Regular';

}

/*
#diagnosticamosBody1 {
  color: #573487;
  font-weight: 900;
  display: inline-block;
}
*/

#situaciones {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 500px;
  background-image: url('/images/Recurso175.jpg');
}

#situacionesHeader {
  margin: -70px 0 0 0;
  align-self: center;
  height: 250px;
  width: 600px;
}

#grid {
  align-self: center;
  margin: 30px 0 0 0;
  display: grid;
  grid-template-columns: 450px 450px;
  grid-row: auto auto;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  font-family: 'Raleway-Light';
}

#firstBox {
  display: flex;
  flex-direction: row;
  font-size: 23px;
}

#secondBox {
  display: flex;
  flex-direction: row;
  font-size: 23px;
}

#thirdBox {
  display: flex;
  flex-direction: row;
  font-size: 23px;
}

#fourthBox {
  display: flex;
  flex-direction: row;
  font-size: 23px;
}

#BoxTextColour {
  color: #fff;
}

#BoxTextColour1 {
  color: #fff;
  font-weight: 900;
}

#Recurso167 {
  align-self: center;
  padding: 0 10px 0 0;
  width: 75px;
  height: 75px;
}

#auditamos {
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: center;
  position: relative;
  width: 100%;
  height: 300px;
  background-color: #573487;
}

#auditamosContainer {
  position: relative;
  margin-top: 70px;
  display: flex;
  background-color: #e55d54;
  width: 520px;

  height: 30px;
  align-self: center;
  justify-self: center;
}

#auditamosTitle {
  position: absolute;
  font-family: 'LeagueSpartan-Bold';
  font-size: 35px;
  width: 520px;
  color: #fff;
  top: -30px;
}

#auditamosText {
  margin: 20px 0 0 0;
  align-self: center;
  font-size: 25px;
  color: #fff;
  width: 900px;
  font-family: 'Raleway-Light';
}

#laptopImage {
  position: absolute;
  top: -50px;
  width: 600px;
  height: 600px;
  right: 0;
}

#auditoria {
  display: flex;
  flex-direction: row;
  margin: 60px auto;
  justify-content: center;
}

#icon {
  position: relative;
  align-self: center;
  margin: 0 30px;
}

#innerText {
  display: flex;
  flex-direction: column;
  position: absolute;
  text-align: center;
  font-family: 'Raleway-Regular';
  font-size: 25px;
  color: #573487;
  top: 150px;
  left: 60px;
}

.innerTextItem {
  margin: 0;
}

#diagnostico {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-content: center;
  margin: 70px 0 0 0;
}

#diagnosticoTitle {
  display: inline-block;
  color: #573487;
  font-family: 'Raleway-SemiBold';
  font-size: 40px;
}
#titleSplit {
  display: inline-block;
  color: #e55d54;
  font-family: 'Raleway-Black';
  text-align: center;
  width: 400px;
  align-self: center;
  font-size: 40px;
}

#diagnosticoText{
  display: flex;
  align-self: center;
  text-align: start;
  border: 1px solid #e55d54;
  color: #e55d54;
  border-radius: 35px;
  width: 450px;
  padding: 20px;
  font-family: 'Raleway-Light';
  font-size: 25px;
}

#servicios {
  display: flex;
  flex-direction: column;
  margin-top: 80px;
  text-align: center;
  align-content: center;
  justify-content: center;
}

#serviciosTitle {
  align-self: center;
  background-color: #e55d54;
  color: #fff;
  width: 350px;
  border-radius: 50px;
  padding: 20px;
  font-family: 'Raleway-SemiBold';
}

#icons {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  text-align: center;
}

.iconItems {
  display: flex;
  flex-direction: column;
  margin: 10px 0 30px 0;
  font-family: 'Raleway-Light';
}

.iconImg {
  height: 140px;
  width: 120px;
  align-self: center;
}

.iconText {
  display: inline-block;
  margin: 0;
  font-size: 22px;
  width: 190px;
  color: #573487;
}

#empezar {
  display: flex;
  position: relative;
  justify-content: center;
  background-image: url('/images/Recurso202.png');
  background-size: cover;
  width: 100%;
  height: 390px;
}

#empezarImg {
  width: 100%;
}

#empezarContent {
  display: flex;
  flex-direction: column;
  color: #fff;
  text-align: center;
  position: absolute;
}

#empezarTitle {
  margin: 90px 0 0 0;
  width: 900px;
  font-size: 45px;
  font-family: 'LeagueSpartan-Bold';

}

#empezarTitle1 {
  margin: 0;
  font-size: 45px;
  font-family: 'Raleway-Light';
}

#empezarTitle2 {
  font-weight: 800;
  font-family: 'Raleway-Light';
}

#empezarText {
  font-size: 27px;
  margin: 20px 0;
  font-family: 'Raleway-Light';

}

#empezarPrompt {
  margin: 0;
  align-self: center;
  background-color: #fff;
  color: #573487;
  font-size: 30px;
  padding: 10px;
  width: 300px;
  border-radius: 30px;
  font-family: 'Raleway-Regular';
}

#ustedes {
  display: flex;
  margin: 80px 0 0 0;
  height: 80px;
  width: 100%;
  background-color: #573487;
  align-content: center;
}

#ustedesText {
  font-family: 'Raleway-Light';
  margin-left: 500px;
  color: #fff;
}

#clients {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  margin: auto;
}

.clientIcon {
  align-self: center;
  margin: 0 20px 0 20px;
}

#panaaceaIcon {
  margin-bottom: 90px;
}

#mapa {
  display: flex;
  flex-direction: column;
  height: 250px;
  width: 100%;
  background-image: url('/images/Recurso209.png');
  /* background-color: #e55d54; */
  justify-content: center;
  align-content: center;
  text-align: center;
}

#mapaTitle {
  font-family: 'LeagueSpartan-Bold';
  margin-top: 80px;
  font-size: 40px;
  color: #fff;
}

#mapaText {
  align-self: center;
  width: 300px;
  background-color: #fff;
  color: #573487;
  border-radius: 30px;
  margin: 10px;
  padding: 10px;
  font-size: 30px;
  font-family: 'Raleway-Regular';
}

.contactFormBtn {
  text-decoration: none;
  color: #573487;
}

.homeBtn {
  text-decoration: none;
  color: #fff;
}

#homeFooter {
  display: flex;
  height: 150px;
  background-color: #573487;
  justify-content: center;
  align-content: center;
  text-align: center;
}

#footerContent {
  color: #fff;
  font-size: 30px;
  font-family: 'LeagueSpartan-Bold';
}

#footerLinks {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
  text-align: center;
}

.footerLink {
  display: flex;
  text-decoration: none;
  font-family: 'Raleway-Medium';
}

.footerImg {
  height: 30px;
  width: 30px;
  margin: -10px 10px 0 0;
}

.footerText {
  margin: -10px 20px 0px 0px;
  font-size: 20px;
  text-decoration: none;
}

/* MAX-WIDTH -- 300 */

@media screen and (min-width: 0px) and (max-width: 300px) {
  #container {
    width: 100%;
  }
  .header {
    padding: 0px;
  }

  #logo {
    width: 180px;
    margin: 20px 0 0 10px;
  }

  .hamburger {
    display: block;
    margin: 20px;
  }

  .hamburger.active .bar:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .hamburger.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  #links {
    position: absolute;
    top: -100%;
    left: -30px;
    gap: 0;
    flex-direction: column;
    width: 100%;
    text-align: center;
    transition: 0.8s;
    z-index: 2;
    justify-content: center;
    align-items: center;
  }

  .linkBtn {
    margin: 16px 0;
  }

  #links.active {
    text-align: center;
    top: 50px;
    left: -35px;
    color: black;
  }
  .link {
    color: black;
  }

  #proyectemos {
    height: 400px;
    display: flex;
    justify-content: center;
    align-self: center;
    text-align: center;
  }

  #textContainer {
    background-color: rgb(0, 0, 0, 0.4);
  }

  #proyectemosTitle {
    font-size: 40px;
    top: 40px;
    left: auto;
  }
  #proyectemosTitle1 {
    top: 90px;
    left: auto;
    font-size: 50px;
  }
  #proyectemosBody {
    top: 170px;
    left: auto;
    width: 250px;
    text-align: center;
    font-size: 20px;
  }

  #proyectemosBody1 {
    top: 250px;
    left: auto;
    width: 250px;
    font-size: 30px;
    font-family: 'Raleway-Medium';
  }

  #recurso282 {
    width: 300px;
    bottom: -50px;
  }

  #diagnosticamos {
    height: 650px;
    display: flex;
    justify-content: center;
    align-content: center;
  }

  #diagnosticamosHeader {
    font-size: 30px;
    margin: 0 auto 30px auto;
    width: 250px;
  }

  #diagnosticamosBody {
    width: 270px;
    font-size: 25px;
  }

  #situacionesHeader {
    margin: -70px 0 0 0;
    width: 220px;
    height: 120px;
  }

  #grid {
    padding: 20px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
  }

  #firstBox {
    display: flex;
    flex-direction: row;
    font-size: 15px;
  }

  #secondBox {
    display: flex;
    flex-direction: row;
    font-size: 15px;
  }

  #thirdBox {
    display: flex;
    flex-direction: row;
    font-size: 15px;
  }

  #fourthBox {
    display: flex;
    flex-direction: row;
    font-size: 15px;
  }

  #auditamos {
    width: 100%;
    height: 200px;
  }

  #auditamosContainer {
    margin-top: 25px;
    width: 520px;
    height: 20px;
  }

  #auditamosTitle {
    font-size: 20px;
    width: 520px;
    top: -8px;
  }

  #auditamosText {
    font-size: 15px;
    width: 250px;
  }

  #laptopImage {
    top: 150px;
    width: 200px;
    height: 200px;
  }

  #auditoria {
    flex-direction: column;
    margin: 150px auto 0 auto;
  }

  #icon {
    margin: 0 auto;
  }
  #iconImg {
    width: 300px;
    height: 300px;
  }

  #innerText {
    font-size: 15px;
    top: 115px;
    left: 70px;
  }

  #diagnostico {
    margin: 70px 0 0 0;
  }

  #diagnosticoTitle {
    font-size: 24px;
  }
  #titleSplit {
    width: 300px;
    font-size: 24px;
  }

  #diagnosticoText {
    width: 200px;
    padding: 20px;
  }

  #servicios {
    margin: 0;
  }

  #serviciosTitle {
    margin: 0;
    width: 200px;
    height: 20px;
    font-size: 20px;
    border-radius: 50px;
    padding: 20px;
    font-family: 'Raleway-SemiBold';
  }

  #icons {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    text-align: center;
  }

  .iconItems {
    display: flex;
    flex-direction: column;
    margin: 10px 0 30px 0;
  }

  .iconImg {
    height: 140px;
    width: 120px;
    align-self: center;
  }

  .iconText {
    display: inline-block;
    margin: 0 auto;
    font-size: 25px;
    width: 190px;
    color: #573487;
  }

  #empezarTitle {
    margin: 60px auto 0 auto;
    width: 300px;
    font-size: 30px;
  }
  #empezarTitle1 {
    font-size: 25px;
  }

  #empezarTitle2 {
    font-weight: 800;
  }

  #empezarText {
    font-size: 25px;
    margin: 20px 0;
  }

  #empezarPrompt {
    font-size: 20px;
    padding: 10px;
    width: 200px;
    border-radius: 30px;
  }

  #ustedesText {
    margin: auto auto;
  }

  #clients {
    flex-direction: column;
  }

  

  #panaaceaIcon {
    margin: 0;
  }

  #mapa {
    height: 200px;
    width: 100%;
  }

  #mapaTitle {
    font-family: 'Raleway-Black';
    font-size: 30px;
    color: #fff;
  }

  #mapaText {
    width: 250px;
    font-size: 30px;
  }

  #homeFooter {
    height: 250px;
  }

  #footerContent {
    padding: 20px;
    font-size: 15px;
  }

  #footerLinks {
    flex-direction: column;
  }

  .footerLink {
    display: flex;
    align-self: center;
    margin-top: 10px;
  }

  .footerImg {
    height: 30px;
    width: 30px;
    margin: 0;
  }

  .footerText {
    margin: 1px 0 0 0;
    font-size: 20px;
    text-decoration: none;
  }
}

/* MAX-WIDTH -- 500 */

@media screen and (min-width: 301px) and (max-width: 500px) {
  #container {
    width: 100%;
  }
  .header {
    padding: 0px;
  }

  .navbar {
    display: flex;
    flex-direction: row;
  }

  #logo {
    width: 250px;
    margin: 20px 0px 0 50px;
  }

  .hamburger {
    display: block;
    margin: 20px;
  }

  .hamburger.active .bar:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .hamburger.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  #links {
    position: absolute;
    top: -150%;
    left: -30px;
    gap: 0;
    flex-direction: column;
    width: 100%;
    text-align: center;
    transition: 0.8s;
    z-index: 2;
    justify-content: center;
    align-items: center;
  }

  .linkBtn {
    margin: 16px 0;
  }

  #links.active {
    text-align: center;
    top: 50px;
    left: -40px;
    color: black;
  }
  .link {
    color: black;
  }

  #proyectemos {
    display: flex;
    flex-direction: column;
    align-content: center;
    text-align: center;
    height: 300px;
  }

  #textContainer {
    background-color: rgb(0, 0, 0, 0.4);
  }

  #proyectemosTitle {
    position: static;
    font-size: 40px;
    margin: 20px auto 0 auto;
  }
  #proyectemosTitle1 {
    position: static;
    font-size: 45px;
  }

  #proyectemosBody {
    margin: 10px auto 0 auto;
    position: static;
    width: 300px;
    text-align: center;
    font-size: 20px;
  }

  #proyectemosBody1 {
    position: static;
    margin: 10px auto 0 auto;
    width: 300px;
    font-size: 20px;
    font-family: 'Raleway-Medium';
  }
  #recurso282 {
    width: 250px;
    bottom: -50px;
  }

  #diagnosticamos {
    height: 750px;
  }

  #diagnosticamosHeader {
    font-size: 25px;
    margin: 80px auto 30px auto;
    width: 290px;
  }

  #diagnosticamosBody {
    width: 90%;
    margin-top: 50px;
    text-align: center;
    font-size: 20px;
  }

  #situacionesHeader {
    margin: -50px 0 0 0;
    width: 250px;
    height: 120px;
  }

  #grid {
    padding: 10px;
    margin: 10px auto 0 auto;
    display: flex;
    flex-direction: column;
  }

  #firstBox {
    display: flex;
    flex-direction: row;
    font-size: 18px;
  }

  #secondBox {
    display: flex;
    flex-direction: row;
    font-size: 18px;
  }

  #thirdBox {
    display: flex;
    flex-direction: row;
    font-size: 18px;
  }

  #fourthBox {
    display: flex;
    flex-direction: row;
    font-size: 18px;
  }

  #auditamos {
    width: 100%;
    height: 250px;
  }

  #auditamosContainer {
    margin-top: 25px;
    width: 100%;
    height: 20px;
  }

  #auditamosTitle {
    position: relative;
    font-size: 20px;
    width: 520px;
    top: -8px;
  }

  #auditamosText {
    font-size: 18px;
    width: 350px;
  }

  #laptopImage {
    top: 180px;
    width: 200px;
    height: 200px;
  }

  #auditoria {
    flex-direction: column;
    margin: 150px auto 0 auto;
  }

  #icon {
    margin: 0 auto;
  }
  #iconImg {
    width: 300px;
    height: 300px;
  }

  #innerText {
    font-size: 15px;
    top: 115px;
    left: 70px;
  }

  #diagnostico {
    margin: 70px 0 0 0;
  }

  #diagnosticoTitle {
    font-size: 35px;
  }
  #titleSplit {
    width: 300px;
    font-size: 35px;
  }

  #diagnosticoText {
    width: 300px;
    padding: 20px;
  }

  #servicios {
    margin: 0;
  }

  #serviciosTitle {
    margin: 0;
    width: 200px;
    height: 20px;
    font-size: 20px;
    border-radius: 50px;
    padding: 20px;
    font-family: 'Raleway-SemiBold';
  }

  #icons {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }

  .iconItems {
    grid-column: span 2;
    text-align: center;
    justify-self: center;
    align-self: center;
  }

  .iconItems:nth-last-child(1):nth-child(odd) {
    grid-column: 2 / span 2;
  }

  .iconImg {
    height: 140px;
    width: 120px;
    align-self: center;
  }

  .iconText {
    display: inline-block;
    margin: 0 auto;
    font-size: 20px;
    width: 150px;
    color: #573487;
  }

  #empezarTitle {
    margin: 60px auto 0 auto;
    width: 300px;
    font-size: 30px;
  }
  #empezarTitle1 {
    font-size: 25px;
  }

  #empezarTitle2 {
    font-weight: 800;
  }

  #empezarText {
    font-size: 20px;
    margin: 20px 0;
  }

  #empezarPrompt {
    font-size: 20px;
    padding: 10px;
    width: 200px;
    border-radius: 30px;
  }

  #ustedesText {
    margin: auto auto;
  }

  #clients {
    flex-direction: column;
  }

  #panaaceaIcon {
    margin: 0;
  }

  #mapa {
    height: 200px;
    width: 100%;
  }

  #mapaTitle {
    margin: 0 0 20px 0;
    font-family: 'Raleway-Black';
    font-size: 25px;
    color: #fff;
  }

  #mapaText {
    width: 170px;
    font-size: 20px;
    border-radius: 30px;
    padding: 5px;
  }

  #homeFooter {
    height: 180px;
  }

  #footerContent {
    padding: 10px;
    font-size: 16px;
  }

  #footerLinks {
    flex-direction: column;
  }

  .footerLink {
    display: flex;
    align-self: center;
    margin-top: 10px;
  }

  .footerImg {
    height: 30px;
    width: 30px;
    margin: 0;
  }

  .footerText {
    margin: 5px 0 0 6px;
    font-size: 15px;
    text-decoration: none;
  }
}

/* MAX-WIDTH -- 800 */
@media screen and (min-width: 501px) and (max-width: 800px) {
  #container {
    width: 100%;
  }
  .header {
    padding: 0px;
  }

  #logo {
    margin: 20px 0 0 20px;
    width: 250px;
  }

  .hamburger {
    display: block;
    margin: 20px;
  }

  .hamburger.active .bar:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .hamburger.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  #links {
    position: absolute;
    top: -100%;
    left: -30px;
    gap: 0;
    flex-direction: column;
    width: 100%;
    text-align: center;
    transition: 0.8s;
    z-index: 2;
    justify-content: center;
    align-items: center;
  }

  .linkBtn {
    margin: 16px 0;
  }

  #links.active {
    text-align: center;
    top: 60px;
    left: -40px;
    color: black;
  }
  .link {
    color: black;
  }
  #textContainer {
    background-color: rgb(0, 0, 0, 0.4);
  }
  #proyectemos {
    height: 300px;
    display: flex;
    flex-direction: column;
    text-align: center;
    background-size: cover;
  }

  #proyectemosTitle {
    position: static;
    font-size: 40px;
    margin: 20px auto 0 50px;
  }
  #proyectemosTitle1 {
    position: static;
    font-size: 50px;
    margin: 0 auto 0 90px;
  }
  #proyectemosBody {
    position: static;
    margin: 20px auto 0 -30px;
    width: 400px;
    text-align: center;
    font-size: 20px;
  }

  #proyectemosBody1 {
    position: static;
    margin: 20px auto 0 70px;
    width: 200px;
    font-size: 25px;
    font-family: 'Raleway-Medium';
  }

  #recurso282 {
    width: 250px;
    bottom: -50px;
  }

  #diagnosticamos {
    height: 650px;
  }

  #diagnosticamosHeader {
    font-size: 30px;
    margin: 100px auto 30px auto;
    width: 400px;
  }

  #diagnosticamosBody {
    width: 400px;
    font-size: 25px;
  }

  #situacionesHeader {
    margin: -50px 0 0 0;
    width: 220px;
    height: 120px;
  }

  #grid {
    padding: 10px;
    margin: 10px auto 0 auto;
    display: flex;
    flex-direction: column;
  }

  #firstBox {
    display: flex;
    flex-direction: row;
    font-size: 20px;
  }

  #secondBox {
    display: flex;
    flex-direction: row;
    font-size: 20px;
  }

  #thirdBox {
    display: flex;
    flex-direction: row;
    font-size: 20px;
  }

  #fourthBox {
    display: flex;
    flex-direction: row;
    font-size: 20px;
  }

  #auditamos {
    width: 100%;
    height: 200px;
  }

  #auditamosContainer {
    margin-top: 25px;
    width: 520px;
    height: 20px;
  }

  #auditamosTitle {
    font-size: 25px;
    width: 520px;
    top: -15px;
  }

  #auditamosText {
    font-size: 20px;
    width: 350px;
  }

  #laptopImage {
    top: 150px;
    width: 200px;
    height: 200px;
  }

  #auditoria {
    flex-direction: column;
    margin: 150px auto 0 auto;
  }

  #icon {
    margin: 0 auto;
  }
  #iconImg {
    width: 300px;
    height: 300px;
  }

  #innerText {
    font-size: 15px;
    top: 115px;
    left: 70px;
  }

  #diagnostico {
    margin: 70px 0 0 0;
  }

  #diagnosticoTitle {
    font-size: 35px;
  }
  #titleSplit {
    width: 300px;
    font-size: 35px;
  }

  #diagnosticoText {
    width: 400px;
    padding: 20px;
  }

  #servicios {
    margin: 0;
  }

  #serviciosTitle {
    margin: 0;
    width: 200px;
    height: 20px;
    font-size: 20px;
    border-radius: 50px;
    padding: 20px;
    font-family: 'Raleway-SemiBold';
  }

  #icons {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }

  .iconItems {
    grid-column: span 2;
  }

  .iconItems:nth-last-child(1):nth-child(odd) {
    grid-column: 2 / span 2;
  }

  .iconImg {
    height: 140px;
    width: 120px;
    align-self: center;
  }

  .iconText {
    display: inline-block;
    margin: 0 auto;
    font-size: 25px;
    width: 190px;
    color: #573487;
  }

  #empezarTitle {
    margin: 60px auto 0 auto;
    width: 300px;
    font-size: 30px;
  }
  #empezarTitle1 {
    font-size: 25px;
  }

  #empezarTitle2 {
    font-weight: 800;
  }

  #empezarText {
    font-size: 25px;
    margin: 20px 0;
  }

  #empezarPrompt {
    font-size: 20px;
    padding: 10px;
    width: 200px;
    border-radius: 30px;
  }

  #ustedesText {
    margin: auto auto;
  }

  #clients {
    flex-direction: column;
  }

  #panaaceaIcon {
    margin: 0;
  }

  #mapa {
    height: 200px;
    width: 100%;
  }

  #mapaTitle {
    font-family: 'Raleway-Black';
    font-size: 30px;
    color: #fff;
  }

  #mapaText {
    width: 250px;
    font-size: 30px;
    text-decoration: none;
  }

  #homeFooter {
    height: 200px;
  }

  #footerContent {
    padding: 10px;
    font-size: 15px;
  }

  #footerLinks {
    flex-direction: column;
  }

  .footerLink {
    display: flex;
    align-self: center;
    margin-top: 10px;
  }

  .footerImg {
    height: 30px;
    width: 30px;
    margin: 0;
  }

  .footerText {
    margin: 1px 0 0 0;
    font-size: 20px;
    text-decoration: none;
  }
}

/* MAX-WIDTH -- 1000 */
@media screen and (min-width: 801px) and (max-width: 1000px) {
  #container {
    width: 100%;
  }
  .header {
    padding: 0px;
    height: 150px;
  }

  #logo {
    left: 50%;
    margin: 20px 0px 0 130px;
    max-width: 80%;
  }

  .hamburger {
    display: block;
    margin: 20px;
  }

  .hamburger.active .bar:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .hamburger.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  #links {
    position: absolute;
    top: -100%;
    left: -30px;
    gap: 0;
    flex-direction: column;
    width: 100%;
    text-align: center;
    transition: 0.8s;
    z-index: 2;
    justify-content: center;
    align-items: center;
  }

  .linkBtn {
    margin: 16px 0;
  }

  #links.active {
    text-align: center;
    top: 110px;
    left: -40px;
    color: black;
  }
  .link {
    color: black;
  }

  #proyectemos {
    height: 400px;
    display: flex;
    flex-direction: column;
    text-align: center;
    background-size: cover;
  }

  #proyectemosTitle {
    position: static;
    font-size: 40px;
    margin: 80px auto 0 50px;
  }
  #proyectemosTitle1 {
    position: static;
    font-size: 50px;
    margin: 0px auto 0 50px;
  }

  #proyectemosBody {
    position: static;
    margin: 10px auto 0 45px;
    width: 400px;
    text-align: start;
    font-size: 20px;
  }

  #proyectemosBody1 {
    position: static;
    margin: -23px 0 0 152px;
    width: 240px;
    font-size: 20px;
    font-family: 'Raleway-Medium';
  }

  #recurso282 {
    width: 250px;
    bottom: -50px;
  }

  #diagnosticamos {
    height: 550px;
  }

  #diagnosticamosHeader {
    font-size: 30px;
    margin: 120px auto 30px auto;
    width: 800px;
  }

  #diagnosticamosBody {
    width: 700px;
    margin: 30px auto 30px auto;
    font-size: 25px;
    text-align: center;
  }

  #situacionesHeader {
    margin: -50px 0 0 0;
    width: 220px;
    height: 120px;
  }

  #grid {
    padding: 10px;
    margin: 10px auto 0 auto;
    display: flex;
    flex-direction: column;
  }

  #firstBox {
    display: flex;
    flex-direction: row;
    font-size: 20px;
  }

  #secondBox {
    display: flex;
    flex-direction: row;
    font-size: 20px;
  }

  #thirdBox {
    display: flex;
    flex-direction: row;
    font-size: 20px;
  }

  #fourthBox {
    display: flex;
    flex-direction: row;
    font-size: 20px;
  }

  #auditamos {
    width: 100%;
    height: 250px;
  }

  #auditamosContainer {
    margin-top: 25px;
    width: 520px;
    height: 20px;
  }

  #auditamosTitle {
    font-size: 25px;
    width: 520px;
    top: -15px;
  }

  #auditamosText {
    font-size: 20px;
    width: 350px;
  }

  #laptopImage {
    top: 150px;
    width: 200px;
    height: 200px;
  }

  #auditoria {
    flex-direction: column;
    margin: 150px auto 0 auto;
  }

  #icon {
    margin: 0 auto;
  }
  #iconImg {
    width: 300px;
    height: 300px;
  }

  #innerText {
    font-size: 15px;
    top: 115px;
    left: 70px;
  }

  #diagnostico {
    margin: 70px 0 0 0;
  }

  #diagnosticoTitle {
    font-size: 35px;
  }
  #titleSplit {
    width: 300px;
    font-size: 35px;
  }

  #diagnosticoText {
    width: 400px;
    padding: 20px;
  }

  #servicios {
    margin: 0;
  }

  #serviciosTitle {
    margin: 0;
    width: 200px;
    height: 20px;
    font-size: 20px;
    border-radius: 50px;
    padding: 20px;
    font-family: 'Raleway-SemiBold';
  }

  #icons {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }

  .iconItems {
    grid-column: span 2;
  }

  .iconItems:nth-last-child(1):nth-child(odd) {
    grid-column: 2 / span 2;
  }

  .iconImg {
    height: 140px;
    width: 120px;
    align-self: center;
  }

  .iconText {
    display: inline-block;
    margin: 0 auto;
    font-size: 25px;
    width: 190px;
    color: #573487;
  }

  #empezarTitle {
    margin: 60px auto 0 auto;
    width: 300px;
    font-size: 30px;
  }
  #empezarTitle1 {
    font-size: 25px;
  }

  #empezarTitle2 {
    font-weight: 800;
  }

  #empezarText {
    font-size: 25px;
    margin: 20px 0;
  }

  #empezarPrompt {
    font-size: 20px;
    padding: 10px;
    width: 200px;
    border-radius: 30px;
  }

  #ustedesText {
    margin: auto auto;
  }

  #clients {
    flex-direction: column;
  }

  #panaaceaIcon {
    margin: 0;
  }

  #mapa {
    height: 200px;
    width: 100%;
  }

  #mapaTitle {
    font-family: 'Raleway-Black';
    font-size: 30px;
    margin-top: -10px;
    color: #fff;
  }

  #mapaText {
    width: 250px;
    font-size: 30px;
  }

  #homeFooter {
    height: 200px;
  }

  #footerContent {
    padding: 10px;
    font-size: 25px;
  }

  #footerLinks {
    flex-direction: column;
  }

  .footerLink {
    display: flex;
    align-self: center;
    margin-top: 10px;
  }

  .footerImg {
    height: 30px;
    width: 30px;
    margin: 0px 10px;
  }

  .footerText {
    margin: 1px 0 0 0;
    font-size: 20px;
    text-decoration: none;
  }
}

/* MAX-WIDTH -- 1500 */
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  #container {
    width: 100%;
  }
  .header {
    padding: 0px;
  }

  #logo {
    margin: 20px 0 0 0;
    max-width: 100%;
  }

  .hamburger {
    display: block;
    margin: 20px;
  }

  .hamburger.active .bar:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .hamburger.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  #links {
    position: absolute;
    top: -100%;
    left: -30px;
    gap: 0;
    flex-direction: column;
    width: 100%;
    text-align: center;
    transition: 0.8s;
    z-index: 2;
    justify-content: center;
    align-items: center;
  }

  .linkBtn {
    margin: 16px 0;
  }

  #links.active {
    text-align: center;
    top: 110px;
    left: -40px;
    color: black;
  }
  .link {
    color: black;
  }

  #proyectemos {
    height: 300px;
    display: flex;
    flex-direction: column;
    text-align: center;
    background-size: cover;
  }

  #proyectemosTitle {
    position: static;
    font-size: 40px;
    margin: 20px auto 0 200px;
  }
  #proyectemosTitle1 {
    position: static;
    font-size: 50px;
    margin: 0 auto 0 250px;
  }
  #proyectemosBody {
    position: static;
    margin: 10px auto 0 130px;
    width: 400px;
    text-align: center;
    font-size: 20px;
  }

  #proyectemosBody1 {
    position: static;
    margin: 10px auto 0 220px;
    width: 200px;
    font-size: 25px;
    font-family: 'Raleway-Medium';
  }

  #recurso282 {
    width: 250px;
    bottom: -50px;
  }

  #diagnosticamos {
    height: 650px;
  }

  #diagnosticamosHeader {
    font-size: 30px;
    margin: 100px auto 30px auto;
    width: 400px;
  }

  #diagnosticamosBody {
    width: 400px;
    font-size: 25px;
  }

  #situacionesHeader {
    margin: -50px 0 0 0;
    width: 220px;
    height: 120px;
  }

  #grid {
    padding: 10px;
    margin: 10px auto 0 auto;
    display: flex;
    flex-direction: column;
  }

  #firstBox {
    display: flex;
    flex-direction: row;
    font-size: 20px;
  }

  #secondBox {
    display: flex;
    flex-direction: row;
    font-size: 20px;
  }

  #thirdBox {
    display: flex;
    flex-direction: row;
    font-size: 20px;
  }

  #fourthBox {
    display: flex;
    flex-direction: row;
    font-size: 20px;
  }

  #auditamos {
    width: 100%;
    height: 200px;
  }

  #auditamosContainer {
    margin-top: 25px;
    width: 520px;
    height: 20px;
  }

  #auditamosTitle {
    font-size: 25px;
    width: 520px;
    top: -15px;
  }

  #auditamosText {
    font-size: 20px;
    width: 350px;
  }

  #laptopImage {
    top: 150px;
    width: 300px;
    height: 300px;
  }

  #auditoria {
    flex-direction: row;
    margin: 150px auto 50px auto;
  }

  #icon {
    margin: 0;
  }
  #iconImg {
    width: 300px;
    height: 300px;
  }

  #innerText {
    font-size: 15px;
    top: 115px;
    left: 70px;
  }

  #diagnostico {
    margin: 70px 0 0 0;
  }

  #diagnosticoTitle {
    font-size: 35px;
  }
  #titleSplit {
    width: 300px;
    font-size: 35px;
  }

  #diagnosticoText {
    width: 400px;
    padding: 20px;
  }

  #servicios {
    margin: 0;
  }

  #serviciosTitle {
    margin: 0;
    width: 200px;
    height: 20px;
    font-size: 20px;
    border-radius: 50px;
    padding: 20px;
    font-family: 'Raleway-SemiBold';
  }

  #icons {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 800px;
    justify-self: center;
    align-self: center;
  }

  .iconItems {
    grid-column: span 2;
  }

  .iconItems:nth-last-child(1):nth-child(odd) {
    grid-column: 2 / span 2;
  }

  .iconImg {
    height: 140px;
    width: 120px;
    align-self: center;
  }

  .iconText {
    display: inline-block;
    margin: 0 auto;
    font-size: 25px;
    width: 190px;
    color: #573487;
  }

  #empezarTitle {
    margin: 60px auto 0 auto;
    width: 300px;
    font-size: 30px;
  }
  #empezarTitle1 {
    font-size: 25px;
  }

  #empezarTitle2 {
    font-weight: 800;
  }

  #empezarText {
    font-size: 25px;
    margin: 20px 0;
  }

  #empezarPrompt {
    font-size: 20px;
    padding: 10px;
    width: 200px;
    border-radius: 30px;
  }

  #ustedesText {
    margin: auto auto;
  }

  #clients {
    flex-direction: column;
  }

  #panaaceaIcon {
    margin: 0;
  }

  #mapa {
    height: 200px;
    width: 100%;
  }

  #mapaTitle {
    font-family: 'Raleway-Black';
    font-size: 30px;
    color: #fff;
  }

  #mapaText {
    width: 250px;
    font-size: 30px;
  }

  #homeFooter {
    height: 200px;
  }

  #footerContent {
    padding: 10px;
    font-size: 15px;
  }

  #footerLinks {
    flex-direction: column;
  }

  .footerLink {
    display: flex;
    align-self: center;
    margin-top: 10px;
  }

  .footerImg {
    height: 30px;
    width: 30px;
    margin: 0;
  }

  .footerText {
    margin: 1px 0 0 0;
    font-size: 20px;
    text-decoration: none;
  }
}

/* MAX-WIDTH -- 1500 */
@media screen and (min-width: 1201px) and (max-width: 1700px) {
  html{
    zoom: 67%;
  }
}
