button {
    border: none;
    margin: 2px;
}

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");
/* Mobile*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");
html{scroll-behavior:smooth}
.button {
  margin-top: 1rem;
  padding: 0.7rem 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  background: #ffa412;
  color: #fff;
  transition: 0.15s;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  color: #fff;
  background: #3c9bd6;
  transition: 0.2s;
}
.button:hover {
  transform: scale(1.05);
  text-decoration: none;
}
@media (min-width: 768px) {
  .button {
    max-width: 9rem;
  }
}
.button img {
  max-height: 1.5rem;
  margin-left: 1rem;
}
.button:hover {
  transform: scale(1.05);
  color: #fff;
}

*::-webkit-scrollbar {
  display: none;
}

.background {
  border-bottom: 1px solid #c8c8c8;
}

.container {
  max-width: 95%;
  margin: 0 auto;
  /* Desktop */
  padding: 0.5rem 0;
}
@media (min-width: 768px) {
  .container {
    max-width: 90%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1180px;
  }
}

.logo {
  max-width: 13rem;
}

.dflex {
  display: flex !important;
  justify-content: space-between !important;
}

a.nav-link {
  color: #3c4043 !important;
  font-weight: 600;
  font-size: 0.9rem;
  margin: 0 0.4rem;
  font-family: "Poppins", sans-serif;
}
a.nav-link:hover {
  cursor: pointer;
  color: #0056b3 !important;
  text-decoration: none;
}

.dropdowmItem {
  margin: 0.5rem 0;
}

@media (min-width: 1024px) {
  .navbar {
    min-height: 4rem;
    padding: 0;
  }
}

/* Mobile*/
.button {
  margin-top: 1rem;
  padding: 0.7rem 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  background: #ffa412;
  color: #fff;
  transition: 0.15s;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  color: #fff;
  background: #3c9bd6;
  transition: 0.2s;
}
.button:hover {
  transform: scale(1.05);
  text-decoration: none;
}
@media (min-width: 768px) {
  .button {
    max-width: 9rem;
  }
}
.button img {
  max-height: 1.5rem;
  margin-left: 1rem;
}
.button:hover {
  transform: scale(1.05);
  color: #fff;
}

*::-webkit-scrollbar {
  display: none;
}

.footer_background {
  background-color: #000000;
}

.footer_container {
  max-width: 95%;
  margin: 0 auto;
  /* Desktop */
  padding: 1rem 0;
  font-family: "Poppins", sans-serif;
}
@media (min-width: 768px) {
  .footer_container {
    max-width: 90%;
  }
}
@media (min-width: 1200px) {
  .footer_container {
    max-width: 1180px;
  }
}
@media (min-width: 1024px) {
  .footer_container {
    max-width: 1240px;
  }
}
@media (min-width: 768px) {
  .footer_container .footer_top {
    display: flex;
    flex-wrap: wrap;
  }
}
.footer_container .footer_top .footer_col {
  margin: 2rem auto 0 auto;
  color: #fff;
  text-align: center;
  max-width: 80%;
}
@media (min-width: 768px) {
  .footer_container .footer_top .footer_col {
    text-align: start;
  }
}
.footer_container .footer_top .footer_col .socialMedias img {
  margin-top: 1rem;
  margin-right: 1rem;
}
.footer_container .footer_top .footer_col p {
  border-bottom: 1px solid #fff;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 500;
  margin-top: 1.5rem;
}
.footer_container .footer_top .footer_col a {
  font-size: 0.9rem;
  display: inline-block;
  color: #fff;
  margin: 0.5rem 0;
  font-weight: 300;
  color: #f6f6f6;
}
.footer_container .footer_top .footer_col input {
  display: block;
  width: 100%;
  padding: 0.7rem;
  border-radius: 5px;
  border: none;
}
.footer_container .footer_top .footer_col button {
  display: block;
  width: 100%;
  background: #0e97a8;
  padding: 0.7rem;
  color: #fff;
  margin-top: 1rem;
  border-radius: 5px;
  border: none;
}
.footer_container .footer_top .footer_col button:hover {
  transform: scale(1.05);
  text-decoration: none;
  cursor: pointer;
}
.footer_container .footer_top .footerLogo {
  margin-top: 1rem;
}
@media (min-width: 1200px) {
  .footer_container .footer_top .smallWidth {
    width: 15%;
  }
}
@media (min-width: 1024px) {
  .footer_container .footer_top .footer_emailInput {
    width: 50%;
  }
}
.footer_container .footer_top .footer_emailInput .content {
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .footer_container .footer_top .footer_emailInput .content {
    width: 45%;
  }
}
.footer_container .footer_top .footer_emailInput .content p {
  text-align: center;
}
.footer_container .bottom {
  text-align: center;
  color: #fff;
  font-family: "Poppins", sans-serif;
}
.footer_container .bottom img {
  margin-bottom: 1rem;
}
.footer_container .bottom .terms {
  margin: 1rem 0;
}
.footer_container .bottom p {
  font-size: 0.6rem;
  font-weight: 300;
  line-height: 1;
  margin: 0 0 0.5rem 0;
}
@media (min-width: 768px) {
  .footer_container .bottom p {
    font-size: 0.7rem;
  }
}
@media (min-width: 1024px) {
  .footer_container .bottom p {
    font-size: 0.8rem;
  }
}
.footer_container .bottom p a {
  color: #fff;
  text-decoration: underline;
  margin-right: 0.5rem;
}

ul {
  list-style: none;
  padding: 0;
}

.mainContainer {
  position: relative;
}

h2 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.3rem;
  margin: 0 auto;
  text-align: center;
  max-width: 90%;
}
@media (min-width: 768px) {
  h2 {
    font-size: 1.8rem;
  }
}
@media (min-width: 1024px) {
  h2 {
    font-size: 2.2rem;
  }
}
@media (min-width: 1200px) {
  h2 {
    max-width: 45%;
  }
}

.heroBackground {
  background-color: #f6f6f6;
  padding-bottom: 5rem;
  background-image: url(../assets/blueBackground.svg);
  /* Tablet */
  background-size: cover;
}
@media (min-width: 768px) {
  .heroBackground {
    padding-bottom: 0;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
  }
}
.heroBackground .heroContainer {
  max-width: 85%;
  margin: 0 auto;
  /* Desktop */
}
@media (min-width: 768px) {
  .heroBackground .heroContainer {
    max-width: 95%;
  }
}
@media (min-width: 1200px) {
  .heroBackground .heroContainer {
    max-width: 1180px;
  }
}
@media (min-width: 1024px) {
  .heroBackground .heroContainer {
    max-width: 90%;
  }
}
@media (min-width: 1200px) {
  .heroBackground .heroContainer {
    max-width: 1180px;
  }
}
.heroBackground .heroContainer .hero {
  min-height: 100vh;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  /* Tablet */
}
@media (min-width: 768px) {
  .heroBackground .heroContainer .hero {
    flex-direction: column;
    min-height: 80vh;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
@media (min-width: 1500px) {
  .heroBackground .heroContainer .hero {
    min-height: 50rem;
  }
}
.heroBackground .heroContainer .hero .image {
  margin-top: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  /* Tablet */
}
@media (min-width: 768px) {
  .heroBackground .heroContainer .hero .image {
    margin: 2rem 0 2rem 3rem;
  }
}
.heroBackground .heroContainer .hero .image .homeHero {
  display: block;
  max-width: 100%;
}
@media (min-width: 768px) {
  .heroBackground .heroContainer .hero .image .homeHero {
    max-width: 66%;
  }
}
@media (min-width: 1024px) {
  .heroBackground .heroContainer .hero .image .homeHero {
    max-width: 100%;
    height: 30rem;
  }
}
.heroBackground .heroContainer .hero .text {
  margin-top: 3rem;
  /* Tablet */
  color: #fff;
}
@media (min-width: 768px) {
  .heroBackground .heroContainer .hero .text {
    margin-top: 5rem;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 0;
  }
}
.heroBackground .heroContainer .hero .text p {
  font-size: 1.1rem;
  line-height: 1.5;
  margin: 1rem 0;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}
@media (min-width: 768px) {
  .heroBackground .heroContainer .hero .text p {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.heroBackground .heroContainer .hero .text p span {
  font-size: 1.1rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .heroBackground .heroContainer .hero .text p span {
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) {
  .heroBackground .heroContainer .hero .text p {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .heroBackground .heroContainer .hero .text p {
    font-size: 1rem;
    margin-right: 3rem;
    line-height: 1.5;
  }
}
.heroBackground .heroContainer .hero .text .secondText {
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .heroBackground .heroContainer .hero .text .secondText {
    font-size: 1.2rem;
    letter-spacing: 1.2px;
    line-height: 1.5;
  }
}
@media (min-width: 1024px) {
  .heroBackground .heroContainer .hero .text .secondText {
    font-size: 1.3rem;
  }
}
.heroBackground .heroContainer .hero .text .thirdTex {
  font-size: 0.9rem;
  font-weight: 300;
}
@media (min-width: 1024px) {
  .heroBackground .heroContainer .hero .text .thirdTex {
    margin-right: 5rem;
    font-size: 1rem;
  }
}
.heroBackground .heroContainer .hero .text .whiteLogo {
  max-width: 80%;
  margin: 1.2rem 0;
}
@media (min-width: 768px) {
  .heroBackground .heroContainer .hero .text .whiteLogo {
    margin: 0.7rem 0 0.5rem 0;
    max-width: 20rem;
  }
}
@media (min-width: 1024px) {
  .heroBackground .heroContainer .hero .text .whiteLogo {
    max-width: 23rem;
  }
}
.heroBackground .heroContainer .hero .text .heroButton {
  margin-top: 1rem;
  padding: 0.7rem 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  background: #ffa412;
  color: #fff;
  transition: 0.15s;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.heroBackground .heroContainer .hero .text .heroButton:hover {
  transform: scale(1.05);
  text-decoration: none;
}
@media (min-width: 768px) {
  .heroBackground .heroContainer .hero .text .heroButton {
    max-width: 9rem;
  }
}
.heroBackground .heroContainer .hero .text .heroButton img {
  max-height: 1.5rem;
  margin-left: 1rem;
}

.hero2 {
  background-color: red;
}

.section_dital_first {
  margin-top: 3rem;
  text-align: center;
}
@media (min-width: 768px) {
  .section_dital_first {
    max-width: 95%;
    margin: 0 auto;
    /* Desktop */
    margin-top: 5rem;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .section_dital_first {
    max-width: 90%;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .section_dital_first {
    max-width: 1180px;
  }
}
.section_dital_first img {
  max-width: 95%;
  margin: 0 auto;
}
.section_dital_first h2 {
  margin-bottom: 3rem;
}
.section_dital_first .text {
  list-style-type: disc;
  font-family: "Poppins", sans-serif;
  text-align: center;
  max-width: 90%;
  margin: 0 auto;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .section_dital_first .text {
    margin-top: -10rem;
    margin-bottom: 8rem;
  }
}
@media (min-width: 1024px) {
  .section_dital_first .text {
    margin-bottom: 12rem;
    margin-top: -16rem;
  }
}
@media (min-width: 1200px) {
  .section_dital_first .text {
    margin-bottom: 16rem;
  }
}
.section_dital_first .text p {
  max-width: 430px;
  color: #3c4043;
  font-size: 1.1rem;
  margin: 0 0 2rem 0;
  text-align: center;
}
@media (min-width: 768px) {
  .section_dital_first .text p {
    text-align: left;
    margin: 1rem 0;
    font-size: 1.3rem;
    font-weight: 300;
  }
}
@media (min-width: 1024px) {
  .section_dital_first .text p {
    max-width: 500px;
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .section_dital_first .text p {
    max-width: 600px;
  }
}

.section02 {
  margin-top: 3rem;
}
@media (min-width: 1024px) {
  .section02 {
    margin-top: 5rem;
    margin-top: 10rem;
  }
}
@media (min-width: 1200px) {
  .section02 {
    margin-top: 16rem;
  }
}
.section02 h2 {
  margin: 3rem auto 0 auto;
}
@media (min-width: 1024px) {
  .section02 h2 {
    margin: 5rem auto;
  }
}
.section02 .margin-title {
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  .section02 .margin-title {
    margin-bottom: 4rem;
  }
}
.section02 .presentation {
  max-width: 95%;
  margin: 0 auto;
  /* Desktop */
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column-reverse;
  margin: 1rem auto;
}
@media (min-width: 768px) {
  .section02 .presentation {
    max-width: 90%;
  }
}
@media (min-width: 1200px) {
  .section02 .presentation {
    max-width: 1180px;
  }
}
@media (min-width: 1024px) {
  .section02 .presentation {
    flex-direction: row;
    margin-top: 5rem;
  }
}
.section02 .presentation .text {
  text-align: start;
  list-style-type: disc;
  width: 100%;
  font-family: "Poppins", sans-serif;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .section02 .presentation .text {
    margin-bottom: 3rem;
  }
}
@media (min-width: 1024px) {
  .section02 .presentation .text {
    margin-bottom: 0;
    width: 50%;
  }
}
.section02 .presentation .text p {
  color: #3c4043;
  font-size: 1.1rem;
  margin: 0 0 2rem 0;
  text-align: center;
}
@media (min-width: 768px) {
  .section02 .presentation .text p {
    margin: 1rem 0;
    font-size: 1.3rem;
    font-weight: 300;
  }
}
@media (min-width: 1024px) {
  .section02 .presentation .text p {
    text-align: start;
    font-size: 1.5rem;
  }
}
.section02 .presentation .image {
  text-align: center;
  max-width: 80%;
  display: block;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 1024px) {
  .section02 .presentation .image {
    max-width: 100%;
    max-width: 27rem;
  }
}
.section02 .presentation .margin-image {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .section02 .presentation .margin-image {
    margin-bottom: 0;
  }
}

.boxContainer {
  max-width: 95%;
  margin: 0 auto;
  /* Desktop */
  margin-top: 0;
}
@media (min-width: 768px) {
  .boxContainer {
    max-width: 90%;
  }
}
@media (min-width: 1200px) {
  .boxContainer {
    max-width: 1180px;
  }
}
@media (min-width: 768px) {
  .boxContainer {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  .boxContainer {
    margin-top: 5rem;
  }
}
.boxContainer .box {
  font-family: "Poppins", sans-serif;
  border: 2px solid #07193a;
  border-radius: 10px;
  padding: 0.5rem;
  margin: 1rem 0;
}
@media (min-width: 768px) {
  .boxContainer .box {
    margin: 0;
    width: 32%;
  }
}
@media (min-width: 1024px) {
  .boxContainer .box {
    width: 30%;
  }
}
.boxContainer .box .boxHeader {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column-reverse;
  color: #07193a;
}
@media (min-width: 1024px) {
  .boxContainer .box .boxHeader {
    gap: 1rem;
    flex-direction: row;
  }
}
.boxContainer .box .boxHeader p {
  font-size: 1.3rem;
  font-weight: 600;
  margin: 0;
}
.boxContainer .box ul {
  list-style: outside;
  margin-left: 2rem;
  margin-top: 1rem;
}
@media (min-width: 1024px) {
  .boxContainer .box ul {
    margin-left: 3rem;
  }
}
.boxContainer .box ul li {
  font-size: 1.2rem;
  color: #3c4043;
}

/* ********** ISSUSE DIRECT ********** */
/* Carrusel */
.ourpartners {
  margin-top: 5rem;
}
.ourpartners .carrusel_body {
  max-width: 95%;
  margin: 2rem auto;
  /* Desktop */
}
@media (min-width: 768px) {
  .ourpartners .carrusel_body {
    max-width: 90%;
    margin: 5rem auto 2rem auto;
  }
}
@media (min-width: 1300px) {
  .ourpartners .carrusel_body {
    max-width: 1040px;
  }
}
.ourpartners .wrapper {
  width: auto !important;
  align-items: center !important;
}
.ourpartners .carrusel_body img {
  margin: auto 2rem;
  width: 6rem;
}

.video {
  background-image: url("../assets/background_wave.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 3rem 0;
}
@media (min-width: 768px) {
  .video {
    margin-top: 5rem;
  }
}
.video h2 {
  margin-bottom: 3rem;
}
.video .videoFrame {
  height: 15rem;
  width: 100%;
}
@media (min-width: 768px) {
  .video .videoFrame {
    height: 415px;
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .video .videoFrame {
    height: 515px;
    width: 860px;
  }
}

/* DIFERENT */
.diferentContainer {
  max-width: 95%;
  margin: 0 auto;
  /* Desktop */
  margin-top: 5rem;
}
@media (min-width: 768px) {
  .diferentContainer {
    max-width: 90%;
  }
}
@media (min-width: 1200px) {
  .diferentContainer {
    max-width: 1180px;
  }
}
.diferentContainer h2 {
  text-align: left;
  max-width: 100%;
}
.diferentContainer .title {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1.7rem;
  margin-bottom: 3rem;
  text-align: center;
}
@media (min-width: 768px) {
  .diferentContainer .title {
    font-size: 2rem;
  }
}
.diferentContainer p {
  font-weight: bold;
  font-size: 1.1rem;
  font-weight: 300;
  margin-top: 1.5rem;
  text-align: center;
  font-family: "Poppins", sans-serif;
  color: #3c4043;
}
@media (min-width: 768px) {
  .diferentContainer p {
    font-size: 1.3rem;
  }
}
@media (min-width: 1024px) {
  .diferentContainer p {
    max-width: 900px;
    margin: 0 auto;
  }
}
.diferentContainer .boxContainer {
  margin-top: 4rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 768px) {
  .diferentContainer .boxContainer {
    flex-direction: row;
    max-width: 100%;
  }
}
.diferentContainer .boxContainer .singleBox {
  padding: 2rem 1.5rem;
  color: #fff;
  border-radius: 0.7rem;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  text-align: center;
  margin: 0.5rem 0;
  width: 100%;
}
@media (min-width: 768px) {
  .diferentContainer .boxContainer .singleBox {
    margin: 0;
    width: 30%;
  }
}
@media (min-width: 1024px) {
  .diferentContainer .boxContainer .singleBox {
    width: 28%;
  }
}
.diferentContainer .boxContainer .singleBox h4 {
  text-align: center;
  text-transform: capitalize;
  font-size: 1.3rem;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.diferentContainer .boxContainer .singleBox span {
  font-size: 0.9rem;
  line-height: 1;
}
.diferentContainer .boxContainer .firstBox {
  background: #07193a;
}
.diferentContainer .boxContainer .secondBox {
  background: #2f4c82;
}
.diferentContainer .boxContainer .thirdBox {
  background: #6382bc;
}
.diferentContainer .imagesContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 2rem auto;
}
@media (min-width: 768px) {
  .diferentContainer .imagesContainer {
    margin: 4rem auto;
    flex-direction: row;
  }
}
.diferentContainer .imagesContainer .badgeContainer {
  text-align: center;
  margin: 0.5rem 0;
  width: 100%;
}
@media (min-width: 768px) {
  .diferentContainer .imagesContainer .badgeContainer {
    margin: 0;
    width: 30%;
  }
}
@media (min-width: 1024px) {
  .diferentContainer .imagesContainer .badgeContainer {
    width: 28%;
  }
}
.diferentContainer .imagesContainer .badgeContainer img {
  margin: 1rem 0;
  max-width: 80%;
}
@media (min-width: 768px) {
  .diferentContainer .imagesContainer .badgeContainer img {
    max-width: 100%;
    margin: 0;
  }
}

.callToAction {
  background: #075097;
  font-family: "Poppins", sans-serif;
}
.callToAction .container {
  max-width: 95%;
  margin: 0 auto;
  /* Desktop */
  padding: 5rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .callToAction .container {
    max-width: 90%;
  }
}
@media (min-width: 1200px) {
  .callToAction .container {
    max-width: 1180px;
  }
}
@media (min-width: 768px) {
  .callToAction .container {
    flex-direction: row;
  }
}
.callToAction .container .left {
  color: #fff;
  width: 70%;
}
.callToAction .container .left h3 {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  font-size: 1.5rem;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .callToAction .container .left h3 {
    font-size: 2.2rem;
  }
}
.callToAction .container .left p {
  margin-top: 1rem;
  font-size: 1.1rem;
  font-weight: 300;
}
.callToAction .container .right .ctaButon {
  margin-top: 1rem;
  padding: 0.7rem 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  background: #ffa412;
  color: #fff;
  transition: 0.15s;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  background: #ffa412;
  transition: 0.2s;
  color: #fff;
  padding: 0.5rem 1rem;
}
.callToAction .container .right .ctaButon:hover {
  transform: scale(1.05);
  text-decoration: none;
}
@media (min-width: 768px) {
  .callToAction .container .right .ctaButon {
    max-width: 9rem;
  }
}
.callToAction .container .right .ctaButon img {
  max-height: 1.5rem;
  margin-left: 1rem;
}
.callToAction .container .right .ctaButon:hover {
  transform: scale(1.05);
  text-decoration: none;
}

.showDesktop {
  display: none;
}
@media (min-width: 768px) {
  .showDesktop {
    display: block;
  }
}

@media (min-width: 768px) {
  .showMobile {
    display: none;
  }
}

.logosSection {
  margin-top: 5rem;
}
.logosSection h2 {
  margin-bottom: 3rem;
}
.logosSection .logosContainer {
  max-width: 95%;
  margin: 0 auto;
  /* Desktop */
  display: flex;
  justify-content: center;
  margin-top: 1rem;
  gap: 0.5rem;
}
.logosContainer.wrap {
  flex-wrap: wrap;
  gap: 2rem;
}
@media (min-width: 768px) {
  .logosSection .logosContainer {
    max-width: 90%;
  }
}
@media (min-width: 1200px) {
  .logosSection .logosContainer {
    max-width: 1330px;
  }
}
.logosSection .logosContainer img {
  height: 3rem;
  width: 15%;
  object-fit: contain;
}

.carousel {
  text-align: center;
}
.carousel img {
  max-width: 100%;
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin: 0 auto;
}

.carousel-control-prev, .carousel-control-next {
    background: none;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
    filter: invert(1) grayscale(100);
}

.carousel-indicators {
   top: 100px
}

.carousel-indicators > button.active {
    background-color:black
}

.alertPlaceholder {
  position: fixed;
  z-index: 10;
  top: 8px;
  width: -webkit-fill-available;
  margin: 10px;
}

.btn-close {
    position: absolute;
    right: 8px;
    background: none;
    border: none;
    color: inherit;
}

/*# sourceMappingURL=index.css.map */
