* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 22px;
}

body, html {
  background-color: white;
}

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

#hidden-menu-deactivated {
  -webkit-animation: menu 1s;
          animation: menu 1s;
  position: relative;
}
@-webkit-keyframes menu {
  0% {
    bottom: 0;
  }
  100% {
    bottom: 50vh;
  }
}
@keyframes menu {
  0% {
    bottom: 0;
  }
  100% {
    bottom: 50vh;
  }
}

#hidden-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: white;
  height: 0px;
  border-bottom: 5px solid #034B9D;
  overflow: hidden;
  -webkit-transition: 1s;
  transition: 1s;
  position: relative;
  bottom: 1em;
}
#hidden-menu .hidden-menu-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 80%;
}
#hidden-menu .hidden-menu-container #navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1em;
}
#hidden-menu .hidden-menu-container #navigation a {
  color: #525252;
  font-size: 2em;
  font-family: "Livvic", sans-serif;
  font-weight: 500;
  margin-bottom: 0.5em;
}
#hidden-menu .hidden-menu-container .feedback a {
  color: white;
  font-size: 2.5em;
  font-family: "Livvic", sans-serif;
  font-weight: 600;
  background-color: #B20B0B;
  padding: 0.2em 0.7em;
}

.submit-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.submit-container span {
  margin-bottom: 0.5em;
}

#form-error {
  display: inline;
  color: red;
  font-size: 1em;
  font-family: "Livvic", sans-serif;
  font-weight: 300;
}

.submit-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.submit-container span {
  margin-bottom: 0.5em;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 4em 8em;
}
.header .logo img {
  width: 15em;
  height: 4.2em;
}
.header #navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header #navigation a {
  color: #525252;
  font-size: 0.9em;
  font-family: "Livvic", sans-serif;
  font-weight: 500;
  margin-right: 1em;
}
.header #navigation a:hover {
  color: rgba(82, 82, 82, 0.6980392157);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header .feedback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .feedback h1 {
  color: black;
  font-size: 1.5em;
  font-family: "Livvic", sans-serif;
  font-weight: 500;
}
.header .feedback a {
  color: white;
  font-size: 1.5em;
  font-family: "Livvic", sans-serif;
  font-weight: 600;
  background-color: #B20B0B;
  padding: 0.2em 0.7em;
}
.header .burger-menu-container {
  display: none;
}
.header .burger-menu-container .burger-menu {
  display: none;
}
.header .burger-menu-container .burger-menu img {
  width: 3.8em;
  height: 3.2em;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: 5px solid #034B9D;
}
.footer .soc img {
  width: 3.6rem;
  height: 3.6rem;
}
.footer .soc img#whatsapp {
  width: 3.8rem;
  height: 3.8rem;
}
.footer .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0em 8em;
  color: #525252;
  font-size: 1em;
  font-family: "Livvic", sans-serif;
  font-weight: 500;
}
.footer .info .company-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 19rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer .info .contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 19rem;
}
.footer .info .contact-info img {
  width: 2.6rem;
  height: 2.6rem;
}
.footer .info .contact-info img#whatsapp {
  width: 2.8rem;
  height: 2.8rem;
}
.footer .hidden-form {
  display: none;
  width: 30%;
  background-color: #034B9D;
  padding: 3rem 2rem;
  position: fixed;
  left: 35%;
  bottom: -4%;
  border: 3px solid white;
}
.footer .hidden-form h1 {
  color: white;
  font-size: 2.1rem;
  font-family: "Livvic", sans-serif;
  font-weight: 600;
  text-align: center;
}
.footer .hidden-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 1rem;
}
.footer .hidden-form form label {
  color: white;
  font-size: 1.4em;
  font-family: "Livvic", sans-serif;
  font-weight: 500;
}
.footer .hidden-form form input {
  height: 2.3rem;
}
.footer .hidden-form form #submit {
  color: #034B9D;
  font-size: 1.8rem;
  font-family: "Livvic", sans-serif;
  font-weight: 600;
  background-color: white;
  border: none;
}
.footer .hidden-form button {
  color: white;
  font-size: 1.8rem;
  font-family: "Livvic", sans-serif;
  font-weight: 600;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  border: 3px solid white;
  padding-bottom: 0.1rem;
  height: 2.5rem;
}

.welcome-block {
  padding: 4em 8em;
}
.welcome-block h1 {
  color: #034B9D;
  font-size: 2.1em;
  font-family: "Livvic", sans-serif;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1em;
}
.welcome-block h2 {
  color: #034B9D;
  font-size: 1.6em;
  font-family: "Livvic", sans-serif;
  font-weight: 500;
  margin-bottom: 1em;
}
.welcome-block .welcome-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.welcome-block .welcome-container .left-side h1 {
  color: #034B9D;
  font-size: 1.4em;
  font-family: "Livvic", sans-serif;
  font-weight: 600;
  border-left: 5px solid #034B9D;
  padding: 0.5em;
  text-align: start;
}
.welcome-block .welcome-container .right-side {
  cursor: pointer;
}
.welcome-block .welcome-container .right-side a {
  color: #034B9D;
  font-size: 2.1em;
  font-family: "Livvic", sans-serif;
  font-weight: 600;
  border: 5px solid #034B9D;
  padding: 0.5em;
}

.cards-advantages {
  background-color: #034B9D;
  padding: 4em 8em;
}
.cards-advantages .adv-list-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4em;
}
.cards-advantages .adv-list-container img {
  width: 35em;
  height: 33.5em;
  margin-right: 4em;
}
.cards-advantages .adv-list-container .adv-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 33.5em;
}
.cards-advantages .adv-list-container .adv-list h2 {
  color: white;
  font-size: 1.2em;
  font-family: "Livvic", sans-serif;
  font-weight: 500;
  border-left: 5px solid white;
  padding: 0.2em;
}
.cards-advantages h1 {
  color: white;
  font-size: 1.8em;
  font-family: "Livvic", sans-serif;
  font-weight: 500;
}

.lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4em 8em;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.lists .list {
  background-color: #034B9D;
  padding: 1em 0.5em;
  border: 3px solid white;
  text-align: center;
}
.lists .list a {
  color: white;
  font-size: 1.3em;
  font-family: "Livvic", sans-serif;
  font-weight: 600;
}

.arguments {
  padding: 2em 8em;
}
.arguments h1 {
  color: #034B9D;
  font-size: 1.4em;
  font-family: "Livvic", sans-serif;
  font-weight: 600;
  padding: 0.5em;
  border-left: 5px solid #034B9D;
  margin-bottom: 1em;
}
.arguments span {
  color: #525252;
  font-size: 2.1em;
  font-family: "Livvic", sans-serif;
  font-weight: 500;
}

@media screen and (width <= 1750px) {
  * {
    font-size: 19px;
  }
}
@media screen and (width <= 1536px) {
  * {
    font-size: 17px;
  }
}
@media screen and (width <= 1440px) {
  * {
    font-size: 16px;
  }
}
@media screen and (width <= 1366px) {
  * {
    font-size: 15px;
  }
}
@media screen and (width <= 1024px) {
  * {
    font-size: 11px;
  }
}
@media screen and (width <= 768px) {
  .header #navigation {
    display: none;
  }
  .header .feedback {
    display: none;
  }
  .header .burger-menu-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .burger-menu-container h1 {
    margin-right: 1em;
    color: black;
    font-size: 1.5em;
    font-family: "Livvic", sans-serif;
    font-weight: 500;
  }
  .header .burger-menu-container .burger-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .feedback-block img {
    display: none;
  }
  .welcome-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .welcome-container .left-side {
    margin-bottom: 1em;
  }
  .welcome-container .left-side h1 {
    border-left: 3px solid #034B9D;
  }
  .welcome-container .right-side a {
    border: 3px solid #034B9D;
  }
  .cards-advantages {
    padding: 2em 4em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cards-advantages .adv-list-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .cards-advantages .adv-list-container .adv-list {
    margin-top: 1em;
  }
  .cards-advantages .adv-list-container .adv-list h2 {
    border-left: 3px solid white;
    font-size: 1.4em;
    margin-bottom: 1em;
  }
  .cards-advantages h1 {
    margin-top: 6em;
  }
  .lists {
    padding: 2em 4em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .lists .list {
    width: 100%;
    margin-bottom: 1em;
  }
  .lists .list h1 {
    font-size: 2.5em;
  }
  .footer .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer .header .navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 0.5em;
  }
  .footer .header .navigation a {
    color: #525252;
    font-size: 1.5em;
    font-family: "Livvic", sans-serif;
    font-weight: 500;
    margin-right: 1em;
  }
  .footer .header .feedback {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: white;
    font-size: 2em;
    font-family: "Livvic", sans-serif;
    font-weight: 600;
    margin-top: 1em;
  }
  .footer .hidden-form {
    width: 60%;
    bottom: 5%;
    left: 20%;
  }
}
@media screen and (width <= 426px) {
  * {
    font-size: 8px;
  }
  .header {
    padding: 2em 4em;
  }
  .welcome-block {
    padding: 4em;
  }
  .welcome-block .welcome-container .left-side h1 {
    border-left: 3px solid #034B9D;
  }
  .welcome-block .welcome-container .right-side a {
    border: 3px solid #034B9D;
  }
  .arguments {
    padding: 2em 4em;
  }
  .arguments h1 {
    border-left: 3px solid #034B9D;
  }
  .footer .header .soc img {
    width: 2.8em;
    height: 2.8em;
  }
  .footer .header .soc img#whatsapp {
    width: 3.2em;
    height: 3.2em;
  }
  .footer .header .navigation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer .header .navigation a {
    font-size: 2.5em;
  }
  .footer .info {
    padding: 0em 4em;
  }
  .footer .hidden-form {
    width: 60%;
    bottom: 20%;
    left: 20%;
    border: 2px solid white;
  }
  .footer .hidden-form button {
    border: 2px solid white;
  }
}
@media screen and (width <= 375px) {
  * {
    font-size: 7px;
  }
}
@media screen and (width <= 320px) {
  * {
    font-size: 5px;
  }
  .footer .hidden-form {
    bottom: 40%;
  }
}