@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?orhkx9');
  src:  url('fonts/icomoon.eot?orhkx9#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?orhkx9') format('truetype'),
    url('fonts/icomoon.woff?orhkx9') format('woff'),
    url('fonts/icomoon.svg?orhkx9#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-phone-solid:before {
  content: "\e900";
}
.icon-location-dot-solid:before {
  content: "\e901";
}
.icon-square-facebook:before {
  content: "\e902";
}
.icon-square-instagram:before {
  content: "\e903";
}
.icon-square-whatsapp:before {
  content: "\e904";
}
.icon-whatsapp:before {
  content: "\e905";
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: "Montserrat", sans-serif;
}
a {
    text-decoration: none;
}
ul {
    list-style: none;
}
h2 {
    font-size: clamp(2rem, 4vw, 2.8rem);
    font-weight: 400;
    letter-spacing: -2.2px;
}
h2 span {
    font-weight: 800;
}
.btn-whats{
    clip-path: circle();
    border-radius: 50%;
    padding: 20px;
    width: max-content;
    height: max-content;
    position: fixed;
    right: 3%;
    top: 84%;
    z-index: 99999 !important;
    background-color: #F16C03;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-whats svg{
    width: 40px;
    fill: #fff;
}
html {
    scroll-behavior: smooth;
}
.color-white {
    color: #fff;
}
.color-purple {
    color: #510078;
}
.content {
    max-width: 1268px;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}
header {
    background-color: #510078;
    width: 100vw;
    max-width: 100%;
    height: 36px;
    top: 0;
    position: sticky;
    z-index: 9;
}
header .social-medias,
header .wrapper-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
header .wrapper-header img {
    width: 78px;
    margin-left: 96px;
}
header .social-medias {
    gap: 18px;
    margin-right: 118px;
}
header .social-medias p {
    font-size: .8rem;
}
header .social-medias a {
    font-size: 1.5rem;
}
a.top-of-the-page {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    writing-mode: vertical-lr;
    text-orientation: upright;
    background: #232323;
    color: #F0EFEB;
    font-weight: 600;
    letter-spacing: -4px;
    padding: 12px 4px;
}
div.wrapper {
    display: flex;
    padding: 64px;
}
div.wrapper .links {
    position: fixed;
    width: 246px;
}
div.wrapper .links ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
div.wrapper .links li a {
    color: #510078;
    font-weight: 600;
}
div.wrapper .links li a:hover {
    text-shadow: 0 0 1px #510078;
}
div.wrapper .links li.active {
    -webkit-text-stroke: .8px;
}
div.wrapper main {
    margin-left: 266px;
}
div.wrapper main p,
div.wrapper main h2,
div.wrapper main li,
div.wrapper main h3,
div.wrapper main b {
    margin: 20px 0;
    color: #510078;
}
div.wrapper main h2:not(:first-child) {
    margin-top: 128px;
}
div.wrapper main ul,
div.wrapper main ol {
    list-style: inside;
}

.anchor {
    display: block;
    position: relative;
    top: -360px;
    visibility: hidden;
}
footer {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #510078;
}
footer .wrapper-footer {
    display: flex;
    justify-content: space-between;
    padding: 76px 20px;
}
footer .wrapper-footer i {
    font-size: 1.3rem;
}
footer .wrapper-footer h3 {
    font-weight: 400;
    font-size: 1.6rem;
    margin-bottom: 8px;
}
footer .wrapper-footer .logo {
    width: 480px;
}
footer .wrapper-footer .logo img {
    width: 100%;
    height: auto;
}
footer .wrapper-footer .about {
    width: 278px;
}
footer .wrapper-footer a,
footer .wrapper-footer .about p {
    font-weight: 500;
    line-height: 1.5;
}
footer .wrapper-footer a:hover {
    text-shadow: 0 0 1px #fff;
}
footer .wrapper-footer .contact a {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px;
}
section.developed-by {
    text-align: center;
}
section.developed-by img {
    padding: 8px;
    object-fit: contain;
    width: clamp(300px, 40vw, 333px);
}
@media(max-width: 768px) {
    div.wrapper {
        padding: 0 20px;
        flex-direction: column;
    }
    div.wrapper .links {
        width: 100%;
        padding: 32px 0;
        background-color: #fff;
        box-shadow: 0 3px 25px 0px #0000003b;
        left: 0;
    }
    div.wrapper .links ul {
        justify-content: center;
        text-align: center;
        align-items: center;
        gap: 10px;
    }
    div.wrapper main {
        margin: 217px 0 0 0;
    }
    a.top-of-the-page {
        top: 64%;
    }
}
