* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  font-style: normal;
  height: 1500px;
  font-family: "Roboto", sans-serif;
  font-family: "Inter", sans-serif;
  scroll-behavior: smooth;
}

:root {
  --blue-color: #028fcc;
  --extreme-blue-color: #0477a8;
  --black-blue-color: #00557a;
  --blue-hover: #0073a5;
  --just-white: #fff;
  --letra-title: #333;
  --letra-body: #666;
  --blue-letras: rgb(2, 143, 204);
}

/* -----------------------------------------------------------------------
---------------------------- Header --------------------------------------
----------------------------------------------------------------------- */

header {
  width: 100%;
  margin-top: 0px;
  position: fixed;
  z-index: 1;
}

.header--navegation__container {
  display: inline-block;
  width: 100%;
  justify-content: space-between;
  position: sticky;
  -webkit-box-shadow: 1px -7px 19px 9px rgba(0, 0, 0, 0.34);
  box-shadow: 1px -7px 19px 9px rgba(0, 0, 0, 0.34);
  background-color: var(--blue-color);
  padding: 0 15px;
}

.button-responsive-menu {
  position: relative;
  border: 2px solid var(--just-white);
  border-radius: 7px;
  width: 38px;
  height: 38px;
  padding: 6px;
  margin-top: 9px;
  margin-right: 30px;
  float: right;
}

#check-navbar {
  display: none;
}

.header--navegation__container .Systemwork-logo {
  width: 160px;
  height: 50px;
  margin: 14px;
}

.navegation--container__navbar {
  display: none;
  position: fixed;
  left: 0px;
  background-color: var(--blue-color);
}

@media (max-width: 1055px) {
  .button-responsive-menu {
    transform: rotate(90deg);
    font-size: 20px;
    margin-top: 25px;
  }

  .button-responsive-menu :hover {
    background-color: #0073a5;
  }

  .navegation--container__navbar ul {
    width: 100%;
  }

  .navegation--container__navbar li {
    text-align: center;
    list-style: none;
    border: 0.5px solid #0073a5;
    border-left: none;
    border-right: none;
  }

  .navegation--container__navbar li a {
    color: var(--just-white);
    text-decoration: none;
    display: inline-block;
    padding: 30px;
    width: 100%;
    font-weight: 800;
    font-size: 1.8rem;
  }

  .navegation--container__navbar li:hover {
    background-color: #0073a5;
  }

  .navegation--container__navbar li a:hover {
    color: #dfdfdf;
  }
}

.button-responsive-menu:hover {
  background-color: var(--extreme-blue-color);
  border: 2px solid var(--black-blue-color);
}

/* ACÁ IBA EL CODIGO DEL HEADER  */

#check-navbar:checked~.navegation--container__navbar {
  display: block;
  width: 100%;
}

/* -----------------------------------------------------------------------
---------------------------- Main ---------------------------------------
----------------------------------------------------------------------- */

main {
  padding-top: 25px;
}

/* media query para darle espacios en pantallas muy pequeñas */

@media (max-width: 500px) {

  main .main--section-announcement {
    padding: 0 20px;
  }

  main .main--section__services {
    padding: 0 18px;
  }

  main .main--section__nosotros {
    padding: 0 30px;
  }

  main .section-portafolio--title {
    padding: 0 20px;
  }

  main .section-aliados--title {
    padding: 0 20px;
  }
}

.media--container {
  flex-wrap: wrap;
  display: flex;
  padding: 30px 0 10px;
}

.media--container .youtube {
  margin: 10px auto;
  padding-top: 30px;
  width: 741px;
  height: 417px;
}

.media--container .spotify {
  margin: 48px auto 10px;
  width: 270px;
  height: 375px;
}

@media (max-width: 799px) {

  .main--section-announcement,
  .main--section-gradient {
    display: none;
  }
}

@media (min-width: 800px) {

  .main--section-announcement {
    background-color: rgb(0, 0, 0);
    background-image: url(../Assets/Videos/revisioGratuita.mp4);
    margin-top: 50px;
    max-width: 1800px;
    max-height: 800px;
  }

  .main--section-announcement video {
    width: 70vw;
    display: block;
    margin: 0 auto;
  }

  .main--section-gradient .section-gradient {
    height: 35px;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.85) 5%, rgba(0, 0, 0, 0.85) 93%);
  }

}

/* MAIN SERVICES */

.main--section__services {
  padding-top: 0px;
  margin: 0 0 60px;
  align-items: center;
}

.section--title {
  display: block;
  text-align: center;
  margin: 70px auto;
}

.services--text__title {
  font-size: 2.4rem;
  font-weight: 500;
  max-width: 470px;
  margin: 30px auto 15px;
}

.services--text__body {
  font-size: 1.4rem;
  line-height: 2.4rem;
  max-width: 720px;
  color: var(--letra-body);
  margin: 0 auto;
}

.services--container__wrap {
  flex-wrap: wrap;
  display: flex;
  max-width: 1160px;
  margin: 0 auto;
  line-height: 1.1;
}

.services--container__card {
  width: 320px;
  display: block;
  margin: 0 auto;
}

.services--container__card img {
  width: 90px;
  height: 90px;
  margin: 10px auto;
  display: block;
}

.services--container__card h3 {
  font-size: 2rem;
  line-height: 2.2rem;
  font-weight: 500;
  text-align: center;
  color: var(--letra-title);
}

.services--container__card p {
  text-align: center;
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: var(--letra-body);
}

/* -----------------------------------------------------------------------
---------------------------- Nosotros ------------------------------------
----------------------------------------------------------------------- */

.main--section__nosotros {
  background-image: url(../Assets/Images/Nosotros/about-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: var(--just-white);
  width: 100%;
  align-items: center;
}

@media (min-width: 935px) {
  .main--section__nosotros {
    height: 630px;
    display: flex;
    vertical-align: middle;
  }
}

.section--nosotros__container {
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  padding: 40px 0;
  margin: 0 auto;
  justify-content: space-evenly;
}

@media (min-width: 1150px) {
  .section--nosotros__container {
    width: 1150px;
  }
}

.section--nosotros__text {
  max-width: 485px;
  margin: 10px auto;
}

.nosotros--text__title {
  font-size: 3rem;
  font-weight: 500;
  margin: 20px 0;
}

.nosotros--text__body {
  font-size: 1.4rem;
  margin: 20px 0;
}

.section--nosotros__container img {
  display: block;
  margin: 30px auto;
  /* width: 100%; */
  min-width: 300px;
  max-width: 450px;
  height: auto;
}

/* -----------------------------------------------------------------------
---------------------------- PORTAFOLIO ----------------------------------
----------------------------------------------------------------------- */

.main--section__portafolio {
  padding-top: 13px;
}

.portafolio--text__title {
  font-size: 2.4rem;
  line-height: 3.3rem;
  margin: 0 auto;
  font-weight: 500;
  display: block;
  color: var(--letra-title);
}

.portafolio--text__body {
  font-size: 1.4rem;
  line-height: 2.4rem;
  max-width: 420px;
  display: block;
  color: var(--letra-body);
  margin: 0 auto;
}

.section--portafolio__photos {
  display: flex;
  flex-wrap: wrap;
  max-width: 1400px;
  margin: 0 auto;
  justify-content: space-evenly;
}

@media (min-width: 640px) {
  .section--portafolio__photos {
    max-width: 640px;
  }
}

@media (min-width: 1279px) {
  .section--portafolio__photos {
    max-width: 1280px;
  }
}

.section--portafolio__photos img {
  min-width: 300px;
  max-width: 320px;
}

/* -----------------------------------------------------------------------
---------------------------- Aliados -------------------------------------
----------------------------------------------------------------------- */

.main--section__aliados {
  padding: 8px auto;
  padding-bottom: 50px;
}

.aliados--text__title {
  font-size: 2.4rem;
  font-weight: 500;
  max-width: 470px;
  margin: 30px auto 15px;
}

.aliados--text__body {
  font-size: 1.4rem;
  line-height: 2.4rem;
  margin: 0 auto;
  max-width: 616px;
  color: var(--letra-body);
}

.aliados-container-wrap {
  flex-wrap: wrap;
  display: flex;
  max-width: 1280px;
  margin: 0 auto;
  margin-bottom: 60px;
}

.section-aliados--card {
  width: 320px;
  display: block;
  margin: 0 auto;
}

.section-aliados--card img {
  width: 210px;
  height: 107px;
  display: block;
  margin: 0 auto;
  margin-bottom: 28px;
}

.section-aliados--card h3 {
  font-size: 1.8rem;
  line-height: 19.8px;
  font-weight: 500;
  color: var(--letra-title);
  text-align: center;
}

.section-aliados--card p {
  font-size: 1.4rem;
  margin-bottom: 18px;
  color: #999;
  text-align: center;
}

/* -----------------------------------------------------------------------
---------------------------- Contacto ------------------------------------
----------------------------------------------------------------------- */

.main--contacto__container {
  background-image: url(../Assets/Images/Contacto/contact-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  width: 100%;
  color: var(--just-white);
  padding: 30px 0 80px;
}

.container--text__title {
  font-size: 2.6rem;
  font-weight: 500;
  margin-bottom: 26px;
  color: var(--just-white);
}

.container--text__body {
  font-size: 1.6rem;
  line-height: 2.4rem;
  max-width: 470px;
  margin: 0 auto;
  max-width: 616px;
  color: var(--just-white);
}

.contacto--form__container {
  flex-wrap: wrap;
  display: flex;
  width: 100%;
  margin: 0 auto;
}

form {
  min-width: 300px;
  margin: 0 auto;
}

.contacto--form__container input {
  font-size: 1.6rem;
  padding-left: 10px;
  width: 100%;
  height: 50px;
  position: relative;
  background-color: rgb(0, 0, 0, 5%);
  display: block;
  margin: 10px auto;
  color: rgb(200, 199, 199);
  border: 1px solid #888;
}

.contacto--form__container textarea {
  font-size: 1.6rem;
  min-height: 180px;
  max-height: 180px;
  padding: 10px;
  font-weight: 300;
  min-width: 300px;
  max-width: 300px;
  font-family: "Inter", sans-serif;
  position: relative;
  background-color: rgb(0, 0, 0, 5%);
  display: block;
  margin: 10px auto;
  color: rgb(200, 199, 199);
  border: 1px solid #888;
  display: block;
  font-kerning: auto;
}

.contacto--form__container .form__datos {
  height: 45px;
}

form button {
  width: 100%;
  height: 50px;
  background-color: var(--blue-color);
  border: 1px solid var(--blue-color);
  color: var(--just-white);
  font-size: 1.8rem;
}

form button:active {
  background-color: #006e9d;
  border: 1px solid #006e9d;
}

form input:hover,
textarea:hover {
  border: 1px solid var(--blue-color);
  -webkit-box-shadow: 0px 0px 27px -7px #17b2ff;
  box-shadow: 0px 0px 27px -7px #17b2ff;
}

button:hover {
  background-color: rgb(1, 118, 177);
  border-color: rgb(1, 118, 177);
}

form input:focus,
textarea:focus {
  color: white;
  border: 1px solid #17b2ff;
  -webkit-box-shadow: 0px 0px 12px 3px rgba(23, 178, 255, 0.93);
  box-shadow: 0px 0px 12px 3px rgba(23, 178, 255, 0.93);
}

.contacto--info__container {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.4rem;
  text-align: start;
  color: var(--just-white);
  height: 100px;
  width: 280px;
  margin: 90px auto;
  display: block;
  position: relative;
  justify-content: center;
}

.contacto--info__container p a {
  color: var(--just-white);
  list-style: none;
  text-decoration: none;
}

.contacto--info__container p a:hover {
  color: var(--blue-color);
}

/* -----------------------------------------------------------------------
---------------------------- Footer ------------------------------------
----------------------------------------------------------------------- */

footer {
  width: 100%;
  background-color: var(--blue-color);
}

footer .footer--social__container {
  margin: 0 auto;
  padding: 30px 8px;
}

.footer--social__container .social__logo {
  display: block;
  width: 230px;
  min-width: 300px;
  max-width: 600px;
  margin: 0 auto;
  padding-bottom: 7px;
}

.footer--social__container .social__redes {
  display: block;
  padding-top: 7px;
  margin: 0 auto;
}

.footer--brand__container {
  font-size: 1.4rem;
  font-style: none;
  padding: 15px;
  width: 100%;
  color: var(--blue-letras);
  background-color: white;
  display: inline-flex;
  justify-content: space-evenly;
}

.footer--brand__container p {
  margin-left: 50px;
}

.footer--brand__container a {
  margin-right: 50px;
  height: 20px;
  text-decoration: none;
}