@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@font-face {
  font-family: "Gill Sans MT", sans-serif;
  src: url("../fonts/gill-sans-mt/gill-sans-mt.ttf") format(ttf), url("../fonts/gill-sans-mt/gill-sans-mt-italic.ttf") format(ttf), url("../fonts/gill-sans-mt/gill-sans-mt-bold-italic.ttf") format(ttf);
}
body {
  padding: 0;
  margin: 0;
}

* {
  padding: 0;
  margin: 0;
}

.grid-max {
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 1600px) {
  .grid-max {
    width: 1200px !important;
    left: 0 !important;
    right: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    z-index: 2;
  }
}

h1, h2, h3, h4, h5, h6, p, span, a, button, div {
  font-family: "Gill Sans MT", sans-serif !important;
}

h1 {
  font-weight: bold;
}

h2, h3, h4, h5, h6 {
  font-weight: lighter;
}

p {
  font-weight: lighter;
  line-height: 150%;
}

.text-info {
  width: 100%;
  height: 70px;
  overflow-y: scroll;
}

.color-resumen {
  color: #2EAEFF !important;
}

.text-gray-1 {
  color: #747474;
}

p {
  font-size: 15px;
}

.swal2-styled {
  background-color: #2d93d5 !important;
}

.btn {
  border-radius: 0px !important;
  border: none;
  padding-left: 8%;
  padding-right: 8%;
}

.btn-warning {
  background-color: #F7941E;
  border-colo: #F7941E;
  color: #FFFF;
}
.btn-warning:hover {
  color: #FFFF;
}

.btn-icon {
  display: flex;
  align-items: center;
}
.btn-icon img {
  height: 60%;
  margin-right: 10px;
}

a {
  color: #2EAEFF;
}

.form-input {
  display: flex;
  flex-direction: column;
  margin-bottom: 5px;
}
.form-input input {
  height: 22px;
  border: none;
}
.form-input label {
  font-size: 13px;
  font-weight: bold;
}
.form-input .error {
  color: #e51414;
  font-weight: lighter;
}

.form-check {
  position: relative;
}
.form-check input {
  height: 13px;
  width: 13px;
}
.form-check label {
  font-size: 13px;
}
.form-check label.error {
  position: absolute;
  left: 100px;
  top: 5px;
  color: #000;
  font-weight: lighter;
}

.statements-form {
  margin-bottom: 10px;
  margin-top: 10px;
}
.statements-form p {
  font-size: 13px;
  line-height: 15px !important;
  margin-bottom: 0px;
  color: #747474;
  text-align: justify;
}

#header-page {
  width: 100%;
  position: absolute;
  z-index: 10;
  top: 0;
  padding: 3em 12% 0em 12%;
  height: min-content;
  position: absolute;
  z-index: 3;
  bottom: 30px;
  width: 95%;
}
#header-page img {
  width: 250px;
}
@media only screen and (max-width: 720px) {
  #header-page {
    padding: 2em 12% 0 12%;
  }
  #header-page img {
    width: 180px;
  }
}

#tabs-navigation {
  position: fixed;
  left: 0;
  height: 100%;
  width: 12%;
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 720px) {
  #tabs-navigation {
    display: none;
  }
}
#tabs-navigation .tab-item {
  text-decoration: none;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#tabs-navigation .tab-item .beagle-item {
  height: 15px;
  width: 15px;
  border-radius: 100%;
  background-color: #2EAEFF;
  display: flex;
  margin: 5px;
}
#tabs-navigation .tab-item .beagle-item:hover ~ .tooltip-item {
  opacity: 1;
}
#tabs-navigation .tab-item .tooltip-item {
  position: absolute;
  color: #FFFF;
  left: 115%;
  background-color: #2EAEFF;
  font-size: 15px;
  font-weight: bold;
  padding: 5px 10px;
  opacity: 0;
  white-space: nowrap;
  transition: opacity 200ms;
}
#tabs-navigation .tab-item .tooltip-item::after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #2EAEFF transparent transparent;
}

#banner-start {
  position: relative;
  height: 100vh;
  width: 100%;
}
#banner-start .bg-img-banner {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: 0;
}
#banner-start .bg-overlay-banner {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  background: rgba(0, 0, 0, 0.45);
}
#banner-start .social {
  position: fixed;
  z-index: 3;
  right: 0;
  height: 100%;
  padding-top: 19%;
}
#banner-start .social .social-item {
  background-color: #F7941E;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
}
#banner-start .social .social-item img {
  max-width: 70%;
  max-height: 70%;
}
@media only screen and (max-width: 720px) {
  #banner-start .social {
    padding-top: 2%;
  }
}
#banner-start .more {
  position: absolute;
  z-index: 3;
  bottom: 30px;
  width: 95%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#banner-start .more a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 720px) {
  #banner-start .more {
    width: 100%;
  }
}
@media only screen and (max-width: 720px) {
  #banner-start {
    height: auto;
    padding-bottom: 5em;
    padding-top: 6em;
  }
}
#banner-start .banner-contain {
  height: 100%;
  position: relative;
  padding: 2em 12%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #FFFF;
}
@media only screen and (min-width: 1600px) {
  #banner-start .banner-contain {
    width: 1400px !important;
    left: 0 !important;
    right: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media only screen and (max-width: 720px) {
  #banner-start .banner-contain {
    flex-direction: column;
    width: 100%;
    padding: 2em 0%;
  }
  #banner-start .banner-contain .banner-content {
    text-align: center;
  }
}
#banner-start .banner-contain .banner-form {
  position: relative;
  background-color: rgba(20, 149, 231, 0.8);
  padding: 2em 3em;
  width: 400px;
}
#banner-start .banner-contain .banner-form .resumen {
  transform: translateY(10px);
  font-size: 14px;
}
#banner-start .banner-contain .banner-form .btn-send {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  top: auto;
  bottom: -20px;
  width: 150px;
}
@media only screen and (max-width: 720px) {
  #banner-start .banner-contain .banner-form {
    margin-top: 3em;
  }
}
@media only screen and (max-width: 546px) {
  #banner-start .banner-contain .banner-form {
    width: 100%;
  }
}

.banner-basic {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2em 12%;
  position: relative;
}
.banner-basic .grid-max {
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 999;
}
@media only screen and (max-width: 720px) {
  .banner-basic .grid-max {
    flex-direction: column;
  }
}
.banner-basic .banner-content {
  width: 42%;
}
.banner-basic .banner-image {
  width: 53%;
}
.banner-basic .banner-content, .banner-basic .banner-image {
  position: relative;
}
.banner-basic .bg-img-banner {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: 0;
}
.banner-basic .bg-overlay-banner {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: 1;
}
@media only screen and (max-width: 720px) {
  .banner-basic {
    flex-direction: column;
    padding: 4em 0;
    justify-content: space-evenly;
  }
  .banner-basic .banner-content {
    width: 100%;
    margin-bottom: 2em;
  }
  .banner-basic .banner-image {
    width: 100%;
  }
}

.divider-banner {
  height: 1px;
  width: 60px;
  background-color: #2EAEFF;
  margin: 10px 0;
}

#banner-wear {
  height: 100vh;
  color: #2EAEFF;
}
@media only screen and (min-width: 1600px) {
  #banner-wear {
    width: 1400px !important;
    left: 0 !important;
    right: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 5%;
    padding-right: 5%;
  }
}
#banner-wear p {
  color: #747474;
  text-align: justify;
}
#banner-wear .banner-image img {
  width: 85%;
  margin-left: 5%;
  object-fit: cover;
  object-position: top;
}
@media only screen and (max-width: 720px) {
  #banner-wear {
    height: auto;
  }
  #banner-wear p {
    text-align: justify;
  }
  #banner-wear .banner-content {
    padding: 0 8%;
  }
  #banner-wear .banner-image img {
    width: 100%;
    margin-left: 0%;
    height: 300px;
  }
}

#banner-maintenance {
  height: 100vh;
}
#banner-maintenance .bg-overlay-banner {
  background-color: rgba(19, 69, 108, 0.8);
}
#banner-maintenance .banner-content {
  color: #FFF;
}
#banner-maintenance .divider-banner {
  background-color: #FFFF;
}
@media only screen and (max-width: 720px) {
  #banner-maintenance {
    height: auto;
    padding: 4em 8%;
  }
}
#banner-maintenance .banner-image {
  display: flex;
}
#banner-maintenance .banner-image #swiper-banner-maintenance {
  width: 90%;
  margin-left: 0px;
}
#banner-maintenance .banner-image #swiper-banner-maintenance .swiper-pagination-maintenance {
  top: 0;
  height: 4em;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#banner-maintenance .banner-image #swiper-banner-maintenance .swiper-pagination-maintenance .swiper-pagination-bullet {
  width: 46%;
  border-radius: 0px;
  height: auto;
  background-color: #1E71AF;
  opacity: 1;
  color: #FFFF;
  font-size: 13px;
  padding-top: 5px;
  text-align: center;
  margin: 3px 0px;
}
#banner-maintenance .banner-image #swiper-banner-maintenance .swiper-pagination-maintenance .swiper-pagination-bullet-active {
  background-color: #2EAEFF;
}
#banner-maintenance .banner-image #swiper-banner-maintenance .swiper-wrapper {
  margin-top: 10px;
}
#banner-maintenance .banner-image #swiper-banner-maintenance .swiper-wrapper .swiper-slide {
  background-color: #FFFF;
}
#banner-maintenance .banner-image #swiper-banner-maintenance .swiper-wrapper .swiper-slide .swiper-slide-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
#banner-maintenance .banner-image #swiper-banner-maintenance .swiper-wrapper .swiper-slide .swiper-slide-content {
  padding: 1em 25px;
  background: linear-gradient(0deg, #1E71AF, #1E71AF), linear-gradient(0deg, #1E71AF, #1E71AF), #1E71AF;
  color: #FFFF;
  height: 100%;
}
#banner-maintenance .banner-image #swiper-banner-maintenance .swiper-wrapper .swiper-slide .swiper-slide-content p {
  font-size: 14px;
  line-height: 110%;
}
@media only screen and (max-width: 720px) {
  #banner-maintenance .banner-image #swiper-banner-maintenance {
    width: 100%;
  }
  #banner-maintenance .banner-image #swiper-banner-maintenance .swiper-wrapper {
    margin-top: 2em;
  }
}

#banner-awards {
  padding: 3em 12%;
  height: 80vh;
  color: #2EAEFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-items: flex-start;
}
@media only screen and (min-width: 1600px) {
  #banner-awards {
    width: 1400px !important;
    left: 0 !important;
    right: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 5%;
    padding-right: 5%;
  }
}
#banner-awards .content-awards {
  justify-content: center;
  align-items: flex-end;
  margin-top: 2em;
  width: 100%;
}
#banner-awards .content-awards .card-award {
  display: flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 10px 20px;
  position: relative;
}
#banner-awards .content-awards .card-award:hover .tooltip-award {
  opacity: 1;
}
#banner-awards .content-awards .card-award img {
  max-width: 70px;
  max-height: 85px;
}
#banner-awards .content-awards .card-award h6 {
  font-size: 13px;
  font-weight: bold;
  margin-top: 10px;
  text-align: center;
}
#banner-awards .content-awards .card-award .tooltip-award {
  position: absolute;
  background-color: #F7941E;
  padding: 20px;
  color: #FFFF;
  line-height: 120%;
  font-size: 13px;
  width: 300px;
  left: auto;
  z-index: 2;
  bottom: 115%;
  user-select: none;
  opacity: 0;
  transition: opacity 200ms;
}
#banner-awards .content-awards .card-award .tooltip-award::after {
  content: " ";
  position: absolute;
  top: 100%;
  left: 50%;
  border-width: 5px;
  border-style: solid;
  border-color: #F7941E transparent transparent transparent;
}
@media only screen and (max-width: 720px) {
  #banner-awards .content-awards .card-award .tooltip-award {
    width: 200px;
    font-size: 11px;
  }
}
#banner-awards .content-awards .card-award:last-child .tooltip-award {
  right: 0px;
}
#banner-awards .content-awards .card-award:last-child .tooltip-award::after {
  left: auto;
  right: 15%;
  margin-left: auto;
}
#banner-awards .content-awards .card-award:first-child .tooltip-award {
  left: 0px;
}
#banner-awards .content-awards .card-award:first-child .tooltip-award::after {
  left: 15%;
  right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 720px) {
  #banner-awards {
    height: auto;
    padding: 6em 4%;
  }
  #banner-awards .content-title {
    padding: 0 6%;
  }
  #banner-awards .content-awards .card-award {
    margin: 10px 10px;
  }
  #banner-awards .content-awards .card-award img {
    max-width: 60px;
    max-height: 75px;
  }
  #banner-awards .content-awards .card-award h6 {
    font-size: 12px;
  }
}

#banner-videos {
  height: 100vh;
}
#banner-videos .bg-overlay-banner {
  background: rgba(30, 113, 175, 0.53);
}
#banner-videos .swiper-button-next-videos, #banner-videos .swiper-button-prev-videos {
  background-color: #1495E7;
  position: absolute;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
#banner-videos .swiper-button-next-videos {
  right: 0px;
}
#banner-videos .swiper-button-prev-videos img {
  transform: rotate(180deg);
}
#banner-videos .swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
@media only screen and (max-width: 720px) {
  #banner-videos {
    height: auto;
    padding: 3em 0;
    z-index: 999;
  }
  #banner-videos .swiper-button-next-videos {
    right: 0px;
  }
  #banner-videos .swiper-button-prev-videos {
    left: 0px;
  }
  #banner-videos .swiper-button-next-videos, #banner-videos .swiper-button-prev-videos {
    width: 30px;
    height: 30px;
    z-index: 999;
  }
}
#banner-videos .banner-content {
  width: 100%;
}
#banner-videos .banner-content h3 {
  text-align: center;
  color: #FFF;
  margin-bottom: 0px;
}
#banner-videos .banner-content #swiper-banner-videos {
  z-index: 2;
  width: 70%;
  margin-top: 3em;
}
#banner-videos .banner-content #swiper-banner-videos .swiper-pagination-videos {
  display: flex;
  justify-content: center;
  margin-top: 2em;
}
#banner-videos .banner-content #swiper-banner-videos .swiper-pagination-videos .swiper-pagination-bullet {
  background-color: #FFFF;
  opacity: 1;
}
#banner-videos .banner-content #swiper-banner-videos .swiper-pagination-videos .swiper-pagination-bullet-active {
  background-color: #2EAEFF;
}
#banner-videos .banner-content #swiper-banner-videos .swiper-slide iframe, #banner-videos .banner-content #swiper-banner-videos .swiper-slide video, #banner-videos .banner-content #swiper-banner-videos .swiper-slide img {
  width: 90%;
  margin-left: 5%;
  height: 20em;
}
@media only screen and (min-width: 1600px) {
  #banner-videos .banner-content #swiper-banner-videos .swiper-slide iframe, #banner-videos .banner-content #swiper-banner-videos .swiper-slide video, #banner-videos .banner-content #swiper-banner-videos .swiper-slide img {
    height: 30em;
    width: 100%;
  }
}
@media only screen and (max-width: 720px) {
  #banner-videos .banner-content #swiper-banner-videos {
    width: 90%;
  }
  #banner-videos .banner-content #swiper-banner-videos .swiper-slide iframe, #banner-videos .banner-content #swiper-banner-videos .swiper-slide video, #banner-videos .banner-content #swiper-banner-videos .swiper-slide img {
    height: 200px;
  }
}

#banner-contact {
  height: 100vh;
  padding: 4em 0 0 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#banner-contact .banner-title {
  padding: 0 12%;
}
@media only screen and (min-width: 1600px) {
  #banner-contact .banner-title {
    width: 1400px !important;
    left: 0 !important;
    right: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 5%;
    padding-right: 5%;
  }
}
#banner-contact .banner-title h3 {
  height: min-content;
  color: #2EAEFF;
}
@media only screen and (max-width: 720px) {
  #banner-contact {
    height: auto;
    padding: 5em 0;
  }
}
#banner-contact .banner-card {
  height: 80%;
  margin-top: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #dcdedf;
  position: relative;
  background: linear-gradient(90deg, #dcdedf 50%, #cccdc8 50%);
}
#banner-contact .banner-card .img-card {
  height: 100%;
}
#banner-contact .banner-card .banner-content {
  margin-top: 5%;
  color: #1E71AF;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 300px;
  right: 25%;
}
@media only screen and (max-width: 720px) {
  #banner-contact .banner-card {
    height: auto;
  }
  #banner-contact .banner-card .img-card {
    height: auto;
    width: 100%;
  }
  #banner-contact .banner-card .banner-content {
    width: 50%;
    right: 3px;
    top: 25%;
  }
  #banner-contact .banner-card .banner-content h3 {
    font-size: 13px;
  }
  #banner-contact .banner-card .banner-content h4 {
    font-size: 12px;
  }
  #banner-contact .banner-card .banner-content p {
    font-size: 12px;
  }
}

#banner-brands {
  padding: 3em 12%;
  text-align: center;
  color: #1E71AF;
}
@media only screen and (min-width: 1600px) {
  #banner-brands {
    width: 1400px !important;
    left: 0 !important;
    right: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 5%;
    padding-right: 5%;
  }
}
#banner-brands .divider-banner {
  left: 0;
  right: 0;
  margin: auto;
  color: #1E71AF;
}
#banner-brands .brands-icons {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 3em;
}
#banner-brands .brands-icons .brand {
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 720px) {
  #banner-brands .brands-icons .brand {
    margin-bottom: 15px;
  }
}
#banner-brands .brands-icons .brand img {
  max-width: 80%;
}
@media only screen and (max-width: 720px) {
  #banner-brands .brands-icons .brand img {
    max-width: 90%;
    max-height: 70px;
  }
}
#banner-brands .brands-icons .brand-disable {
  pointer-events: none;
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 720px) {
  #banner-brands .brands-icons .brand-disable {
    margin-bottom: 15px;
  }
}
#banner-brands .brands-icons .brand-disable img {
  max-width: 80%;
}
@media only screen and (max-width: 720px) {
  #banner-brands .brands-icons .brand-disable img {
    max-width: 90%;
    max-height: 70px;
  }
}

#footer-page {
  padding: 3em 12% 0em 12%;
  transition: padding 200ms;
}
@media only screen and (min-width: 1600px) {
  #footer-page {
    width: 1400px !important;
    left: 0 !important;
    right: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media only screen and (max-width: 720px) {
  #footer-page {
    padding: 3em 12% 0em 12%;
  }
}
#footer-page .footer-contain {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#footer-page .footer-contain .footer-content {
  width: 75%;
  padding-right: 4em;
}
#footer-page .footer-contain .footer-content .logo {
  margin-bottom: 4em;
}
#footer-page .footer-contain .footer-map h6 {
  font-weight: bold;
  margin-top: 20px;
}
#footer-page .footer-contain .footer-map .social {
  margin: 20px 0;
}
#footer-page .footer-contain .footer-map .social a {
  margin-right: 10px;
}
@media only screen and (max-width: 720px) {
  #footer-page .footer-contain {
    flex-direction: column;
  }
  #footer-page .footer-contain .footer-content {
    width: 100%;
    padding-right: 0em;
  }
  #footer-page .footer-contain .footer-map {
    text-align: center;
  }
}
#footer-page .footer-bottom {
  border-top: 1px solid #747474;
  padding-top: 1em;
  margin-top: 1em;
}
#footer-page .footer-bottom .solucionsoft {
  font-family: "Lato", sans-serif !important;
  color: #747474;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
  font-size: 12px;
}
#footer-page .footer-bottom .solucionsoft a {
  color: #148370;
  text-decoration: none;
  font-family: "Lato", sans-serif !important;
}
#footer-page .footer-bottom .text-more-info {
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer-page .footer-bottom .text-more-info p {
  margin-bottom: 0px;
  margin-right: 10px;
  font-size: 14px;
  color: #2EAEFF;
}
@media only screen and (max-width: 720px) {
  #footer-page .footer-bottom .text-more-info {
    flex-direction: column;
  }
}
#footer-page .footer-bottom .text-more-info .footer-links {
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer-page .footer-bottom .text-more-info .footer-links div {
  height: 10px;
  width: 1px;
  background-color: #747474;
  margin: 0 5px;
}
#footer-page .footer-bottom .text-more-info .footer-links a {
  font-size: 14px;
  text-decoration: none;
  color: #747474;
  font-weight: normal;
  white-space: nowrap;
}
@media only screen and (max-width: 720px) {
  #footer-page .footer-bottom .text-more-info .footer-links a {
    font-size: 10px;
  }
}

.footer-page-padding-sm {
  padding: 3em 12% 0em 12%;
}
@media only screen and (max-width: 720px) {
  .footer-page-padding-sm {
    padding: 3em 12% 0em 12%;
  }
}

.btn-no-padding {
  padding-left: 5%;
  padding-right: 5%;
}

#cookies-section {
  background-color: rgba(61, 61, 61, 0.9);
  max-height: 500px;
  overflow: hidden;
  transition: max-height 200ms;
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 999;
}
#cookies-section .grid-max {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em 2em;
  color: #FFFF;
  text-align: center;
  justify-content: space-evenly;
}
#cookies-section .grid-max h5 {
  font-weight: bold;
  font-size: 22px;
}
#cookies-section .grid-max p {
  width: 40%;
}
#cookies-section .grid-max .btn {
  background-color: #1495E7;
  color: #FFF;
  margin-right: 10px;
}
#cookies-section .grid-max a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  white-space: nowrap;
}
@media only screen and (max-width: 720px) {
  #cookies-section .grid-max {
    flex-direction: column;
  }
  #cookies-section .grid-max p {
    width: 90%;
  }
}

.cookies-section-hidden {
  max-height: 0px !important;
}

.container-thanks {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 100%;
}
.container-thanks img {
  width: 60%;
}
.container-thanks .msg-thanks {
  position: absolute;
  top: 63%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #2EAEFF;
  border: none;
  color: white;
  padding: 30px 139px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}
.container-thanks .msg-thanks h1 {
  font-size: 25px;
}
@media only screen and (max-width: 720px) {
  .container-thanks .msg-thanks {
    width: 98%;
    padding: 0px 77px;
  }
  .container-thanks .msg-thanks h1 {
    font-size: 11px;
  }
}
.container-thanks .msg-thanks-sub {
  position: absolute;
  top: 83%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #F7941E;
  border: none;
  color: white;
  padding: 0px 8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}
.container-thanks .msg-thanks-sub h1 {
  font-size: 33px;
}
@media only screen and (max-width: 720px) {
  .container-thanks .msg-thanks-sub {
    top: 88%;
    padding: 0px 2px;
  }
  .container-thanks .msg-thanks-sub h1 {
    font-size: 9px;
  }
}

body::-webkit-scrollbar {
  -webkit-appearance: none;
}
body::-webkit-scrollbar:vertical {
  width: 8px;
}
body::-webkit-scrollbar-button {
  display: none;
}
body::-webkit-scrollbar-button:increment {
  display: none;
}
body::-webkit-scrollbar:horizontal {
  height: 10px;
}
body::-webkit-scrollbar-thumb {
  background-color: #F7941E;
  border-radius: 20px;
  border: 2px solid #f1f2f3;
}
body::-webkit-scrollbar-track {
  border-radius: 10px;
}

#box {
  width: 304px;
  height: 80px;
  overflow-y: scroll;
}
@media only screen and (max-width: 720px) {
  #box {
    width: 100%;
  }
}

/*# sourceMappingURL=app.css.map */
