@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  --darkgreen: #184350;
  --blue: #03c1cf;
  --white: #ffffff;
  --black: #000000;
  --grey: #858585;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: 'Urbanist', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  overflow-x: hidden !important;
}

a:hover {
  color: #000000;
}

/* navbar */
.nav {
  padding: 25px 0;
  background: var(--white);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.nav-logo {}

.nav-logo img {
  height: 50px;
}

.nav-txt {
  text-align: right;
}

.nav-txt h5 {
  display: inline-block;
  cursor: pointer;
  width: auto;
}

.adv-txt {
    width: 80% !important;
    border-bottom: 1px solid var(--grey);
    text-align: center;
    margin-bottom: 8px;
    margin-top: -25px;
}
.adv-txt p {
    margin: 5px auto;
    font-size: 11px;
    color: var(--grey);
}


/* header */
.header {
  margin-top: 80px;
  padding: 30px 0;
}

.header-txt p {
  font-size: 15px;
  margin: 0 0 10px 0;
}

.header-txt h1 {
  font-size: 40px;
  font-weight: 700;
  color: var(--darkgreen);
}

.header-txt h6 {
  font-size: 20px;
  font-weight: 500;
  color: var(--grey);
}


.header-txt img,
img.tolp,
img.tolpv2 {
  width: 100%;
  margin: 20px auto 0 auto;
}

img.tolpv2 {
    margin: 0;
}

.linkToLP {
  text-decoration: underline;
  cursor: pointer;
}

#section-ads {
  display: none;
}

/* section1 */
.section1 {
  padding: 10px 0 0 0;
}

.sec1-txt {
  max-width: 95%;
  margin: 0 auto 0 0;
  padding-bottom: 10px;
}

.sec1-txt h6 {
  font-size: 22px;
  font-weight: 700;
  color: var(--darkgreen);
}

.sec1-txt p {
  font-size: 18px;
  color: var(--black);
  line-height: 1.3;
}

.sec1-txt p span {
  font-weight: 700;
  color: var(--blue);
}

.sec1-txt ul {
  margin: 25px 0 0 0;
  padding: 0;
  list-style: none;
}

.sec1-txt ul li {
  font-size: 18px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}

.sec1-txt ul li p {
  margin: 0;
}

.list-num {
  background: var(--blue);
  color: var(--white) !important;
  width: 25px;
  height: 25px;
  border-radius: 50px;
  line-height: 1;
  font-size: 16px;
  margin-right: 10px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* section2 */
.section2 {
  padding: 10px 0 20px 0;
}

.sec2-txt h3 {
  font-size: 22px;
  color: var(--darkgreen);
  font-weight: 700;
}

.sec2-txt p {
  line-height: 1.3;
  font-size: 18px;
  color: var(--black);
  max-width: 95%;
  margin: 10px 0 30px 0;
}

.sec2-txt p span {
  font-weight: 700;
  color: var(--blue);
}

.cta {
  width: 100%;
  height: 55px;
  border: none;
  background: var(--blue);
  color: var(--white);
  font-weight: 700;
  font-size: 20px;
  border-radius: 20px;
  box-shadow: 0 5px 0 var(--darkgreen);
  transition: all 0.4s ease;
}

.cta:hover {
  box-shadow: none;
  transform: translateY(5px);
}

.map img {
  max-height: 280px;
  margin-top: 0;
  transition: all 0.4s ease;
}

.map img:hover {
  transform: scale(1.05);
}

.sec2-hr {
  padding-top: 35px;
}

/* section3 */
.section3 {
  text-align: center;
  padding: 30px 0 30px 0;
}

.sec3-title {
  background: var(--darkgreen);
  padding: 20px;
  margin-bottom: 20px;
}

.sec3-title h3 {
  font-size: 30px;
  font-weight: 700;
  color: var(--white);
  margin: 0 auto;
}

.region ul {
  list-style: none;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}

.region ul li {
  width: 32%;
  height: 60px;
  border-radius: 10px;
  background: var(--blue);
  color: var(--white);
  font-size: 20px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 6px 0;
  cursor: pointer;
  transition: all 0.6s ease;
}

.region ul li:hover {
  background: var(--darkgreen);
  transform: scale(1.02);
}

.region p {
  text-align: left;
  font-size: 18px;
  line-height: 1.3;
  color: var(--black);
  margin: 30px 0 0 0;
}

/* politica */
.politica {
    width: 100%;
    display: flex;
    justify-content: center;
  padding: 20px 0;
}
.p-link {
    width: unset;
}
.p-link a {
  font-size: 13px;
  color: var(--grey) !important;
  text-decoration: none;
}
.p-link a:hover {
  color: var(--blue) !important;
  text-decoration: underline;
}

a:hover {color: #000000;}

/* Adstrategy */
#section-ads {
  text-align: center;
  padding: 30px 0;
}

/* Media Queries */
@media only screen and (max-width: 1400px) {
  .sec1-txt {
    max-width: 90%;
  }

  .sec2-txt p {
    font-size: 16px;
  }

  .cta {
    font-size: 17px;
  }
}

@media only screen and (max-width: 1200px) {
  .sec1-txt {
    max-width: 100%;
  }

  .sec2-txt p {
    font-size: 14px;
  }

  .region ul li {
    font-size: 18px;
  }

  .cta {
    font-size: 15px;
  }
}

@media only screen and (max-width: 991px) {
  .header-txt h1 {
    font-size: 40px;
  }

  .header-txt h6 {
    font-size: 18px;
  }

  .sec1-txt p {
    font-size: 16px;
  }

  .sec2-txt p {
    font-size: 16px;
  }

  .cta {
    font-size: 22px;
  }

  .map {
    text-align: center;
  }

  .map img {
    max-width: 80%;
    margin: 40px auto 0 auto;
  }

  .sec3-title h3 {
    font-size: 25px;
  }
}

@media only screen and (max-width: 768px) {
  .nav-logo {
    margin: 0 auto 0 0;
  }

  .nav-logo img {
    height: auto;
    max-width: 90%;
  }

  .list-num {
    font-size: 13px;
    min-width: 22px;
    min-height: 22px;
  }

  .region ul li {
    width: 32.5%;
    font-size: 16px;
  }

  .sec1-txt p {
    font-size: 15px;
  }
}

@media only screen and (max-width: 550px) {
  .header-txt h1 {
    font-size: 35px;
  }

  .header-txt h6 {
    font-size: 15px;
  }

  .region ul li {
    width: 48%;
  }

  .region p {
    font-size: 16px;
  }

  .nav-txt h5 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 485px) {
  .sec1-txt ul li p {
    line-height: 1.2;
  }

  .region p {
    font-size: 12px;
  }

  .sec3-title {
    padding: 15px;
  }

  .sec3-title h3 {
    font-size: 22px;
  }

  .cta {
    font-size: 20px;
  }
}

@media only screen and (max-width: 445px) {
  .cta {
    font-size: 18px;
  }
}

@media only screen and (max-width: 375px) {
  .region ul {
    justify-content: center;
  }

  .region ul li {
    width: 75%;
    font-size: 18px;
  }

  .cta {
    font-size: 14px;
  }

  .header-txt h6 {
    font-size: 14px;
  }
}

@media only screen and (max-width: 345px) {
  .region ul li {
    width: 85%;
  }
}