/* ev color: #0d1f3f */

:root {
    --maincolor: #0d1f3f;
    --buttoncolor: #0d1f3f;
  }
  
  html {
    scroll-padding-top: 100px;
  }
  
  element {
    --main-image: url(../img/imageLanding_1.jpg);
  }
  
  * {
    font-family: "Raleway", sans-serif;
  }
  body {
    font-family: "Raleway", sans-serif;
    background-color: #f8f8f8;
  }
  p,
  h1,
  h2,
  h3,
  h4,
  a,
  ul,
  li {
    color: #051226;
    font-weight: 100;
    list-style: none;
  }
  
  a {
    color: #ed43e5;
    text-decoration: none !important;
  }
  
  a:hover {
    color: #ed43e5;
  }
  
  b {
    color: #000;
  }
  .container,
  .container-fluid {
    --bs-gutter-x: 0 !important;
  }
  
  .banner {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 100px 50px;
  }
  
  #punto {
    font-weight: 900;
    font-size: 1.6em;
  }
  
  header {
    position: sticky;
    top: 0;
    z-index: 99;
    height: 110px !important;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .img-header {
    height: 50px;
  }
  
  .navbar-item {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .navbar-item > p {
    padding: 5px;
    font-size: 20px;
    font-weight: 500;
  }
  
  .navbar-list {
    width: auto;
    margin: auto 10px;
  }
  
  .navbar-list:hover {
    transition: 0.3s ease-in;
    transform: scale(1.06);
  }
  
  .row {
    --bs-gutter-x: 0 !important;
  }
  
  .container {
    --bs-gutter-x: 0 !important;
  }
  
  .logo-footer-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
  }
  
  .logo-footer {
    max-width: 120px;
  }
  
  .logo-header {
    max-height: 90px;
  }
  
  .section-1 {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 3em 0px 0px 50px;
  }
  
  .section-1-button {
    background-color: #ed43e5;
    padding: 10px 20px;
    text-transform: uppercase;
    margin-top: 1em;
    margin-left: 2.5em;
    text-decoration: none !important;
    box-shadow: #606060 3px 3px 10px 3px;
    width: 260px;
  
    transition: 0.4s ease-in-out;
    border-radius: 5px;
  }
  
  .link-button > h5 {
    color: #fff !important;
    font-size: 24px;
  }
  
  .btn-1 {
    background-color: #ed43e5 !important;
    color: #fff !important;
    padding: 10px 20px !important;
    margin: 0em;
    text-transform: uppercase;
    font-size: 1.4em !important;
    font-weight: 400;
    transition: 0.4s ease-in-out;
  }
  
  .btn-1:hover {
    color: #fff !important;
    background-color: #ed43e5;
  }
  
  .section-1-documents {
    background-color: #0d1f3f;
    color: #fff !important;
    opacity: 100% !important;
    padding: 10px 20px;
    text-transform: uppercase;
    margin-left: 3.5em;
    margin-top: 2rem;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    display: inline-flex;
    transition: 0.8s ease-out;
  }
  
  .section-1-documents::marker {
    display: none;
  }
  
  .section-1-h5 {
    color: #fff;
    display: inline;
    font-size: 1em;
    margin-left: 1.5em;
  }
  
  .opacity-row {
    background: rgba(123, 123, 123, 0.46);
    height: 100px;
  }
  
  .section-2 {
    background-color: #dcdcdc;
  }
  
  .img-section-2-padding {
    padding: 32px 0px;
  }
  
  .img-section-2-left {
    float: left !important;
  }
  
  .section-3 {
    background-color: white;
    height: 1em;
  }
  
  .blue-container-1 {
    min-width: 24%;
    background-color: var(--maincolor);
    position: absolute;
    z-index: 23;
    margin-top: 2em;
    right: 21%;
    padding: 1.1em;
    box-shadow: rgba(37, 31, 31, 0.68) 3px 3px 10px 3px;
    border-radius: 20px;
  }
  
  .blue-container-2 {
    min-width: 24%;
    background-color: var(--maincolor);
    position: absolute;
    z-index: 23;
    margin-top: 2em;
    left: 21%;
    padding: 1.1em;
    box-shadow: dimgray 3px 3px 20px 3px;
    border-radius: 20px;
  }
  
  .blue-container-3 {
    width: 90%;
    background-color: var(--maincolor);
    position: relative;
    z-index: 23;
    padding: 1.2em;
    font-size: 1.5em;
    text-align: center;
    border-radius: 20px;
    margin: 10px auto;
  }
  
  .blue-container-custom-1 {
    background-color: var(--maincolor);
    padding: 1.1em;
    box-shadow: rgba(37, 31, 31, 0.68) 3px 3px 10px 3px;
  }
  
  .blue-container-custom-2 {
    background-color: #dc251b !important;
    padding: 1.1em;
    box-shadow: rgba(37, 31, 31, 0.68) 3px 3px 10px 3px;
  }
  
  .blue-container-custom-1 p {
    font-size: 1.5em;
    text-align: center;
    color: #ffffff;
    margin-bottom: unset;
    letter-spacing: 2px;
  }
  
  .blue-container-custom-2 {
    background-color: var(--maincolor);
    padding: 1.1em;
    box-shadow: rgba(37, 31, 31, 0.68) 3px 3px 10px 3px;
  }
  
  .blue-container-custom-2 p {
    font-size: 1.5em;
    text-align: center;
    color: #ffffff;
    margin-bottom: unset;
    letter-spacing: 2px;
  }
  
  .custom-box-1 {
    height: unset;
    padding: 3%;
    background-color: #dcdcdc;
    line-height: 1.3em;
    font-size: 1.3em;
    text-align: justify;
    box-shadow: dimgray 3px 3px 20px 3px;
  }
  
  .custom-box-2 {
    height: unset;
    padding: 3%;
    background-color: #dcdcdc;
    line-height: 1.3em;
    font-size: 1.3em;
    text-align: justify;
    box-shadow: dimgray 3px 3px 20px 3px;
    margin: 0 3%;
  }
  
  .blue-container-1 p {
    font-size: 1.5em;
    text-align: center;
    color: #ffffff;
    margin-bottom: unset;
    letter-spacing: 2px;
  }
  
  .blue-container-2 p {
    font-size: 1.5em;
    text-align: center;
    color: #ffffff;
    margin-bottom: unset;
    letter-spacing: 2px;
  }
  
  .red-container-1 {
    width: 7%;
    height: 8rem;
    background-color: #ed43e5;
    position: relative;
    float: right;
    margin-top: 30%;
    z-index: 22;
    margin-right: -8em;
    box-shadow: dimgray 3px 3px 10px 3px;
    border-radius: 10px;
  }
  
  .red-container-2 {
    width: 7%;
    height: 9rem;
    background-color: #ed43e5;
    position: relative;
    float: left;
    margin-top: 26%;
    margin-left: -7.6em;
    z-index: 22;
    box-shadow: #606060 3px 3px 10px 3px;
    border-radius: 10px;
  }
  
  .section-4 {
    width: 100%;
    height: 100%;
    background-color: #e5e5e5;
    min-height: 6em;
  }
  
  .first-red-line {
    width: 6px;
    height: 4em;
    background-color: #ed43e5;
    display: flex;
    position: absolute;
    margin-left: 10%;
    z-index: 1;
  }
  
  .second-red-line {
    width: 6px;
    height: 100%;
    min-height: 240em;
    background-color: #ed43e5;
    display: flex;
    position: absolute;
    margin-left: 10%;
    z-index: -2;
  }
  
  .img-section-3 {
    width: 37%;
    height: 100%;
    max-height: 300px;
    margin-top: 4em;
    z-index: 3;
  }
  
  .first-box {
    padding: 60px;
    margin-top: -100px;
    height: unset;
    z-index: 10;
    background-color: #dcdcdc;
    position: relative;
    line-height: 1.3em;
    font-size: 1.3em;
    text-align: justify;
    box-shadow: dimgray 3px 3px 20px 3px;
  }
  
  .custom-box {
    height: unset;
    background-color: #dcdcdc;
    line-height: 1.3em;
    font-size: 1.3em;
    text-align: justify;
    box-shadow: dimgray 3px 3px 20px 3px;
  }
  
  .section-3-container {
    margin-left: 20%;
    width: 60%;
    height: 300px;
    background-color: #e5e5e5;
    position: absolute;
    display: flex;
    margin-top: -3em;
    text-align: justify;
    padding: 4em;
  }
  
  .section-3-container p {
    font-size: 1.3em;
    font-weight: 500;
    color: #000000;
  }
  
  .section-3-blue-container {
    margin-left: 40%;
    background-color: var(--maincolor);
    position: absolute;
    margin-top: -10em;
    text-align: left;
    z-index: 12;
    box-shadow: #606060 3px 3px 10px 3px;
  }
  
  .section-3-blue-container p {
    font-size: 1.5em;
    font-weight: 300;
    color: #ffffff;
    padding: 1em 2.2em;
    text-transform: uppercase;
    text-align: center;
  
    margin-bottom: unset;
  }
  
  .accordion-item {
    z-index: 3;
    background-color: #ffffff !important;
  }
  .accordion-button {
    background-color: #e5e5e5 !important;
    min-height: 3.5em;
    font-size: 0.7em !important;
    font-weight: 700;
  }
  .accordion-button:not(.collapsed) {
    color: #000000 !important;
  }
  .accordion-button:focus {
    border: 3px solid black !important;
    box-shadow: 3px 3px 3px black !important;
  }
  
  .accordion-body {
    font-weight: 500 !important;
    font-size: 1.3em !important;
    text-align: justify;
    padding: unset !important;
  }
  .accordion-icon-width {
    width: 100px !important;
  }
  
  .accordion-button::after {
    background-image: url("../img/arrow.png") !important;
    scale: 1.8;
    margin-right: 2em;
  }
  
  .accordion-red-line {
    border-right: #ed43e5 6px solid !important;
  }
  
  .accordion-red-line-left {
    border-left: #ed43e5 6px solid !important;
  }
  
  .accordion-padding {
    padding: 1em 1.2em !important;
  }
  
  .section-5-container {
    width: 100%;
    height: 100%;
    background-color: #e5e5e5;
    min-height: 6em;
    z-index: 100 !important;
  }
  
  .section-5-red-container {
    width: 7%;
    height: 1.8rem;
    background-color: var(--maincolor);
    position: absolute;
    margin-left: -0.2%;
    text-align: center;
    margin-top: 4%;
    z-index: 2;
  }
  
  .section-6-container {
    width: 100%;
    height: 100%;
    background-color: #e5e5e5;
  }
  
  .section-7-container {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
  }
  
  .section-6-container h5 {
    font-size: 1.5em;
    text-align: justify;
    margin-top: 2em;
    color: #000000;
    font-weight: 500;
    margin-left: 16%;
    margin-right: 16%;
    padding-bottom: 1.75em;
  }
  
  .section-6-container h5 a {
    color: red;
    text-decoration: none;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
  }
  
  .franja {
    margin-left: 10%;
    background-color: #a61f15;
    width: 6px;
    z-index: 1;
    min-height: 44.8%;
    position: absolute;
  }
  
  .red-container-3 {
    width: 4%;
    height: 9rem;
    background-color: var(--maincolor);
    position: relative;
    float: right;
    margin-right: -1em;
    z-index: 22;
    box-shadow: #606060 3px 3px 10px 3px;
  }
  
  .calendar {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    background-color: #ffffff;
  }
  .calendar h3 {
    color: #434343;
    background-color: #ffffff;
    letter-spacing: 4px;
    text-transform: uppercase;
  }
  
  .calendar-text {
    letter-spacing: 0.5em;
    text-transform: uppercase;
    background-color: #ffffff;
    text-align: justify;
    margin: 0 !important;
  }
  
  .calendar-election-text {
    background-color: #0d1f3f;
    color: #ffffff;
    letter-spacing: 3px;
    font-size: 1.5em;
  }
  
  .calendar .day,
  .calendar .number {
    width: 14%;
    height: 48px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
  }
  
  .calendar .calendar .number:nth-child(7n + 7) {
    color: black;
    font-weight: 600;
  }
  .calendar .day {
    color: black;
    font-weight: 400;
    font-size: 1.1em;
    font-family: "Raleway", sans-serif;
  }
  .calendar .number {
    color: black;
    font-weight: 500;
    font-size: 1.1em;
  }
  .calendar .number a {
    color: #000000;
    display: -webkit-box;
    font-weight: 600;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    text-decoration: none;
    position: relative;
    box-shadow: 0 2px 10px rgba(29, 209, 85, 0);
    -webkit-transition: background-color 0.15s linear;
    transition: background-color 0.15s linear;
  }
  .calendar .number a::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #a61f15;
    right: -4px;
    top: 3px;
  }
  .calendar .number a.active {
    width: 30px;
    height: 30px;
    color: #fff;
    border-radius: 50%;
    background-color: #a61f15;
  }
  .calendar .number a.active::before {
    display: none;
  }
  
  .calendar-list li {
    border-bottom: 2px solid #ffffff;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.5em;
    color: red;
    margin: 1em;
  }
  .feriado {
    color: red !important;
  }
  
  .linkcalendar {
    text-decoration: none;
    font-size: 0.75em;
    color: #000000;
    font-weight: 400;
  }
  .linkcalendar2 {
    color: black;
    text-decoration: none;
    font-size: 0.8em;
    font-weight: 500;
  }
  
  .linkcalendar a {
    text-decoration: none;
    font-weight: 400;
  }
  
  .linkcalendar a:hover {
    font-weight: 800;
    color: #b5283d;
  }
  
  footer {
    background: #0d1f3f;
    color: #ffffff;
  }
  
  footer h4 {
    font-size: 1.3em;
    font-weight: 500;
    color: #ffffff;
  }
  
  footer a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
  }
  
  footer a:hover {
    color: #ffffff;
    opacity: 0.5;
  }
  
  footer h5 {
    font-size: 1.1em;
    font-weight: 600;
    color: #ffffff;
  }
  
  .background-container {
    margin: 3em auto !important;
  }
  
  .box {
    margin-bottom: 3em;
    margin-left: 20px !important;
  }
  
  .hero .container .box {
    display: block;
    position: relative;
    padding: 30px;
    color: white;
    margin-left: 3em;
    border-radius: 20px;
    opacity: 0.8;
    width: 60%;
  }
  .hero .container .box h1 {
    text-transform: uppercase;
    font-size: 2em;
    margin: 0px 0px 20px 0px;
  }
  .hero .container .box a {
    font-weight: 100;
    text-decoration: underline;
  }
  
  .intro .container {
    padding: 50px 0px;
  }
  
  .intro .container p,
  .intro .container li {
    font-size: 1.1em !important;
    margin: 0px 0px 30px 0px;
  }
  .intro .container p a {
    text-decoration: underline;
  }
  .intro .container button {
    background-color: #051226;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    border-radius: 5px;
    padding: 10px 20px;
    font-weight: 100;
  }
  .intro .container button:hover {
    opacity: 0.75;
  }
  .intro .container button:after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f054";
    font-size: 1.2em;
    position: absolute;
    right: 27px;
    top: 16px;
  }
  
  section.video {
    margin: 50px 0px;
  }
  section.video .container {
    background: url(../img/bgVideo.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 150px 50px;
    text-align: center;
  }
  section.video .container button {
    color: #fff;
    font-size: 4em;
  }
  section.video .container .modal.show .modal-dialog {
    padding-top: 10%;
  }
  section.video .container .modal-content {
    position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    /*padding-top: 30px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
  }
  section.video .container .modal-content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  section#comoVotar .container {
    padding: 30px 0px;
  }
  section#comoVotar .container h2 {
    text-transform: uppercase;
    font-size: 2.4em;
    margin: 0px 0px 20px 0px;
  }
  section#comoVotar .container p {
    font-size: 1.1em;
  }
  section#comoVotar .container .nav-tabs .nav-item {
    margin: 0px 14px 0px 0px;
  }
  section#comoVotar .container .nav-tabs .nav-item + .nav-item {
    margin: 0px 22px;
  }
  section#comoVotar .container .nav-tabs {
    border: none;
  }
  section#comoVotar .container .nav-link {
    text-transform: uppercase;
    color: #fff;
    background-color: #051226;
    border: 1px solid #051226;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    font-size: 1.4em;
    text-align: center;
    padding: 16px 0px 0px 0px;
  }
  section#comoVotar .container .nav-link:hover {
    border: 1px solid transparent;
  }
  section#comoVotar .container .nav-link.active {
    border: none;
    background-color: #f73200;
    border: 1px solid #f73200;
    color: #fff;
  }
  section#comoVotar .tab-content .container {
    padding: 30px 0px;
  }
  section#comoVotar .tab-content .container img {
    max-width: 100%;
  }
  section#comoVotar .tab-content .container h3 {
    font-size: 2.4em;
    margin: 0px 0px 20px 0px;
  }
  section#comoVotar .tab-content .container .row {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  section#comoVotar .tab-content .container p {
    font-size: 1.1em;
    background-color: #051226;
    color: #fff;
    padding: 80px 40px;
    margin-left: -100px;
  }
  
  section#plataformas .container .row {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  section#plataformas .container img {
    max-width: 100%;
  }
  section#plataformas .container .col-md-5 {
    z-index: 9;
  }
  
  section#plataformas .container .box1 {
    margin-top: 50px;
    height: unset;
    z-index: 12;
    margin-left: -100px;
    background-color: #dcdcdc;
    position: relative;
    box-shadow: dimgray 3px 3px 20px 3px;
  }
  
  section#plataformas .container .box2 {
    margin-top: 80px;
    height: unset;
    z-index: 12;
    margin-right: -100px;
    background-color: #dcdcdc;
    position: relative;
    box-shadow: dimgray 3px 3px 20px 3px;
  }
  
  section#plataformas .container .box1 strong {
    font-size: 1.3em;
    font-weight: 700;
    color: #000000;
    line-height: 1.1em;
    text-align: justify;
  }
  
  section#plataformas .container .box2 strong {
    font-size: 1.3em;
    font-weight: 700;
    color: #000000;
    line-height: 1.1em;
    text-align: justify;
  }
  
  section#plataformas .container .box1 p {
    font-size: 1.3em;
    font-weight: 500;
    color: #000000;
    line-height: 1.3em;
    text-align: justify;
  }
  
  section#plataformas .container .box2 p {
    font-size: 1.3em;
    font-weight: 500;
    color: #000000;
    line-height: 1.3em;
    text-align: justify;
  }
  
  section#plataformas .container .box p {
    font-size: 1.1em;
    color: #fff;
  }
  section#plataformas .container .box h2 {
    font-size: 2.4em;
    color: #fff;
    text-transform: uppercase;
  }
  
  section#plataformas .container .box a {
    color: #ffffff;
    text-decoration: underline;
  }
  
  .video-fluid {
    width: 100%;
    height: auto;
  }
  
  .margin-calendar {
    margin: 3em;
  }
  
  .logo-cliente {
    width: auto !important;
    margin: 10px !important;
  }
  
  .preguntas-item {
    font-weight: 700;
    margin-bottom: 0;
    margin-right: 10px;
  }
  
  @media (min-width: 320px) and (max-width: 575px) {
    #preguntas {
      margin-top: 10px !important;
    }
    .footer-text {
      font-size: 10px;
    }
    .blue-container-1 > p,
    .blue-container-2 > p,
    .blue-container-3 {
      font-size: 16px;
    }
    .custom-box-2,
    .box1 > p,
    .box2 > p,
    .accordion-padding,
    .accordion-red-line-left > h5 {
      font-size: 16px !important;
    }
  
    .blue-container-1,
    .blue-container-2 {
      position: relative;
      width: 60%;
      transform: translateX(-50%);
      left: 50% !important;
      margin-bottom: -80px;
      top: 0 !important;
    }
    .red-container-1 {
      right: 140px;
    }
    .red-container-2 {
      left: 130px;
    }
    .box1 .box2 {
      margin: 40px 30px 0 30px !important;
    }
    .box1,
    .box2 {
      margin: 40px 30px 0 30px !important;
    }
    .img-como-ingresar,
    .img-como-votar {
      display: none;
    }
    .section-1-button {
      margin: auto !important;
    }
    .section-1 {
      padding: 20px;
    }
    .titulo-junta {
      font-size: 24px !important;
    }
    .box > div {
      text-align: center;
    }
    .background-container {
      margin-top: 0 !important;
    }
    .box {
      width: 80% !important;
      margin: auto auto !important;
      margin-bottom: 1em !important;
      flex-direction: column-reverse;
    }
    html {
      scroll-padding-top: 24%;
    }
    header {
      height: auto !important;
    }
    .container-header {
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    .navbar-list {
      width: auto;
    }
    .img-header {
      height: 40px;
    }
    .navbar-item {
      flex-direction: column;
    }
    .navbar-item > p {
      font-size: 12px;
    }
    .navbar {
      padding-top: 0 !important;
    }
  }
  
  @media (min-width: 575px) and (max-width: 767px) {
    .blue-container-1 > p,
    .blue-container-2 > p,
    .blue-container-3 {
      font-size: 18px;
    }
    .custom-box-2,
    .box1 > p,
    .box2 > p,
    .accordion-padding,
    .accordion-red-line-left > h5 {
      font-size: 18px !important;
    }
    .blue-container-1,
    .blue-container-2 {
      position: relative;
      width: 60%;
      transform: translateX(-50%);
      left: 50% !important;
      margin-bottom: -80px;
      top: 0 !important;
    }
    .red-container-1 {
      right: 140px;
    }
    .red-container-2 {
      left: 130px;
    }
    .box1,
    .box2 {
      margin: 40px 30px 0 30px !important;
    }
    .img-como-ingresar,
    .img-como-votar {
      display: none;
    }
    .section-1-button {
      margin: auto !important;
    }
    .link_button {
      margin: auto !important;
    }
    .box > div {
      text-align: center;
    }
    .box {
      width: 80% !important;
      margin: auto !important;
      margin-bottom: 1em !important;
      flex-direction: column-reverse;
    }
    header {
      height: auto !important;
      scroll-padding-top: 40px;
    }
    .container-header {
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    .navbar-list {
      width: auto;
    }
    .img-header {
      height: 30px;
    }
    .navbar-item > p {
      font-size: 16px;
    }
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .blue-container-1,
    .blue-container-2 {
      position: relative;
      width: 60%;
      transform: translateX(-50%);
      left: 50% !important;
      margin-bottom: -80px;
      top: 0 !important;
    }
    .red-container-1 {
      right: 18%;
    }
    .red-container-2 {
      left: 17%;
    }
    .box1,
    .box2 {
      margin: 40px 30px 0 30px !important;
    }
    .img-como-ingresar,
    .img-como-votar {
      display: none;
    }
    .section-1-button {
      margin: auto !important;
    }
    .box {
      width: 80% !important;
      margin: auto !important;
      margin-bottom: 1em !important;
    }
    .navbar-item {
      flex-direction: column;
    }
    .navbar-list {
      width: auto;
    }
    .img-header {
      height: 30px;
    }
    .navbar-item > p {
      font-size: 16px;
    }
  }
  
