@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
* {
  font-family: "Poppins", sans-serif;
  padding: 0;
  margin: 0;
  border: 0;
  box-sizing: border-box;
  resize: none;
  text-decoration: none;
  list-style: none;
  outline: none;
  background-position: center;
  background-repeat: no-repeat;
  object-fit: cover;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 6rem;
}

img {
  display: flex;
  overflow: hidden;
  object-fit: cover;
  width: 100%;
  position: relative;
}

.container {
  width: 80%;
}

@media (max-width: 1024px) {
  .container {
    width: 83%;
  }
}
@media (min-width: 100rem) {
  .container {
    width: 60%;
  }
}
::-webkit-scrollbar {
  background-color: #b3b8ff;
  width: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: #7073a0;
  border-radius: 12px;
}

h1 {
  color: #7073a0
}
h1 .w {
  color: #000;
  
}
h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 500;
  width: 100%;
}
h3 {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  width: 100%;
}

#nav{
  top: -50px;
  opacity: 0;
  visibility: hidden;
}
#nav[data-active=true] {
  top: 0;
  opacity: 1;
  visibility: visible;
}

nav {
  width: 100%;
  height: 6rem;
  display: grid;
  position: fixed;
  z-index: 9999999999999;
  place-items: center;
  overflow: visible;
  transition: all 0.3s ease;
}
nav[data-active=true] {
  backdrop-filter: blur(23px);
  -webkit-backdrop-filter: blur(23px);
  background: rgba(32, 32, 32, 0.2941176471) 0% 0% no-repeat padding-box;
}
nav[data-active=true] .container ul li a {
  color: #fff;
}
nav .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  overflow: visible;
}
nav .container img {
  width: 15%;
  height: 60px;
}
nav .container ul {
  display: flex;
  flex-direction: row;
  gap: 0 3rem;
}
nav .container ul li a {
  position: relative;
  padding: 5px 0;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  transition: all 0.5s ease;
  display: grid;
  place-items: center;
  opacity: .8 ;
}
nav .container ul a::after {
    content: "";
    position: absolute;
    display: block;
    height: 1.2px;
    bottom: 0;
    opacity: 1;
    width: 0%;
    background: #fff;
    transition: all 0.5s ease;
}
nav .container ul li:hover a::after{
  width: 100%;
}
nav .container a button {
  width: 140px;
  height: 36px;
  border-radius: 5px;
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  background-color: #7073a0;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 300;
}
nav .container a button:hover {
  transform: translateY(-3px);
  color: #70719d;
  border: none;
  background-color: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
nav .container #navbtn {
  display: none;
}
nav .container #sidebar-nav {
  display: none;
}
nav .container ul .a2 {
    display: none;
}
nav .container ul .active {
    opacity: 1;
}
nav .container ul .active::after {
    content: "";
    position: absolute;
    display: block;
    height: 1.2px;
    bottom: 0;
    opacity: 1;
    width: 100%;
    background: #fff;
    transition: all 0.5s ease;
}
@media (max-width: 1024px) {
  nav {
    transition: all 0.3s ease;
    backdrop-filter: none;
  }
  nav[data-active=true] {
    border-radius: 0;
    backdrop-filter: none;
    background-color: transparent;
  }
  nav[data-active=true] .container {
    padding-top: 3rem;
    transition: all 0.3s ease;
    justify-content: end;
  }
  nav[data-active=true] .container img {
    position: absolute;
    bottom: 120%;
  }
  nav[data-active=true] .container #navbtn {
    z-index: 998;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0.3rem;
    border-radius: 50%;
    position: relative;
    transition: all 0.45s cubic-bezier(0, 0.92, 0.55, 1);
    background-color: #fff;
    cursor: pointer;
    position: relative;
    overflow: visible;
    box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
  }
  nav[data-active=true] .container #navbtn .line {
    width: 33px;
  }
  nav .container {
    transition: all 0.3s ease;
  }
  nav .container img {
    transition: all 0.3s ease;
    width: 150px;
    height: 50px;
  }
  nav .container ul {
    display: flex;
    flex-direction: row;
    gap: 0 1rem;
  }
  nav .container ul li a {
    display: none;
  }
  nav .container a button {
    display: none;
  }
  nav .container #navbtn {
    z-index: 998;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0.3rem;
    border-radius: 50%;
    position: relative;
    transition: all 0.45s cubic-bezier(0, 0.92, 0.55, 1);
    background-color: #fff;
    cursor: pointer;
    position: relative;
    overflow: visible;
  }
  nav .container #navbtn::after {
    content: "";
    display: block;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    position: absolute;
    background-color: #fff;
    transition: all 0.5s ease-out;
    z-index: 998;
  }
  nav .container #navbtn .line {
    width: 90%;
    height: 4px;
    z-index: 999;
    border-radius: 18px;
    background-color: #70719d;
    transition: all 0.45s cubic-bezier(0, 0.92, 0.55, 1);
  }
  nav .container #navbtn[data-active=true] {
    z-index: 999;
  }
  nav .container #navbtn[data-active=true]::after {
    transform: scale(30);
  }
  nav .container #navbtn[data-active=true] .line:nth-child(1) {
    transform: translateY(8px) rotateZ(225deg);
  }
  nav .container #navbtn[data-active=true] .line:nth-child(2) {
    transform: translateY(0.5px) rotateZ(405deg);
  }
  nav .container #navbtn[data-active=true] .line:nth-child(3) {
    transform: translateY(-9px) rotateZ(-225deg);
    height: 5px;
  }
  nav .container #sidebar-nav {
    position: fixed;
    top: 0%;
    bottom: 0;
    right: 0%;
    width: 100%;
    display: grid;
    place-items: center;
    visibility: hidden;
    z-index: 999;
  }
  nav .container #sidebar-nav ul {
    display: flex;
    padding: 0;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    text-align: start;
    width: 100%;
    gap: 2.5rem;
  }
  nav .container #sidebar-nav ul li {
    width: 199px;
    text-align: start;
    position: relative;
    top: -90rem;
    right: -100%;
    transition: all 0.5s ease;
    transition-delay: 0;
  }
  nav .container #sidebar-nav ul li:nth-child(2) {
    transition-delay: 0;
  }
  nav .container #sidebar-nav ul li:nth-child(3) {
    transition-delay: 0;
  }
  nav .container #sidebar-nav ul li:nth-child(4) {
    transition-delay: 0;
  }
  nav .container #sidebar-nav ul li:nth-child(5) {
    transition-delay: 0;
  }
  nav .container #sidebar-nav ul li:nth-child(6) {
    transition-delay: 0;
  }
  nav .container #sidebar-nav ul li a {
    font-size: 21px;
    font-weight: 400;
    color: #70719d;
    cursor: pointer;
    position: relative;
    display: block;
    z-index: 9999999;
  }
  nav .container #sidebar-nav[data-active=true] {
    right: 0;
    top: 10%;
    visibility: visible;
  }
  nav .container #sidebar-nav[data-active=true] ul li {
    transition: all 0 ease;
    top: 0;
    right: 0;
  }
  nav .container #sidebar-nav[data-active=true] ul li:nth-child(2) {
    transition-delay: 0.1s;
  }
  nav .container #sidebar-nav[data-active=true] ul li:nth-child(3) {
    transition-delay: 0.2s;
  }
  nav .container #sidebar-nav[data-active=true] ul li:nth-child(4) {
    transition-delay: 0.3s;
  }
  nav .container #sidebar-nav[data-active=true] ul li:nth-child(5) {
    transition-delay: 0.4s;
  }
  nav .container #sidebar-nav[data-active=true] ul li:nth-child(6) {
    transition-delay: 0.5s;
  }
}
#home {
  width: 100%;
  height: 100vh;
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  background-image: url("../assets/images/home.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: visible;
  position: relative;
}
@media screen and (max-width: 64rem) {
  #home {
    background-image: url("../assets/images/home-mobile.jpg");
  }
}
#home .flutuante {
  display: block;
  position: fixed;
  bottom: 5%;
  right: 5%;
  z-index: 999999999;
  width: 60px;
  height: 60px;
}
#home .flutuante a img {
  width: 100%;
  height: fit-content;
}
#home .container {
  display: flex;
  align-items: center;
  justify-content: end;
  overflow: visible;
}
#home .container .text {
  width: 100%;
  gap: 1.5rem 0;
  display: flex;
  flex-direction: column;
}
#home .container .text h1 {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  width: 30%;
}
#home .container .text p {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  width: 40%;
}
#home .container .form-wrapper {
  backdrop-filter: blur(23px);
  width: 328px;
  height: 458px;
  border-radius: 8px;
  position: absolute;
  bottom: -42%;
  z-index: 999;
}
#home .container .form-wrapper form {
  z-index: 999999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 2.2rem 0;
  padding: 2.75rem 2.35rem;
  border-radius: 0.813rem;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1607843137);
  backdrop-filter: blur(23px);
  background: rgba(112, 115, 160, 0.5);
  width: 328px;
  height: 458px;
}
#home .container .form-wrapper form .title {
  display: grid;
  place-items: center;
  gap: 0.85rem 0;
}
#home .container .form-wrapper form .title h1 {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}
#home .container .form-wrapper form .title p {
  width: 90%;
  color: #fff;
  font-size: 13px;
  font-weight: 300;
}
#home .container .form-wrapper form input {
  width: 100%;
  background: transparent;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 0rem;
  padding-left: 0.95rem;
  color: #fff;
}
#home .container .form-wrapper form input::placeholder {
  font-size: 0.75rem;
  color: #fff;
}
#home .container .form-wrapper form select {
  width: 100%;
  height: 2rem;
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 0rem;
  padding-left: 0.95rem;
  color: #fff;
}
#home .container .form-wrapper form select option {
  color: #70719d;
}
#home .container .form-wrapper form textarea {
  width: 100%;
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 0rem;
  padding-left: 0.95rem;
  color: #fff;
}
#home .container .form-wrapper form textarea::placeholder {
  font-size: 0.75rem;
  color: #fff;
}
#home .container .form-wrapper form button {
  width: 140px;
  height: 36px;
  border-radius: 5px;
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 500;
  color: #7073a0;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 8.125rem;
  height: 2.125rem;
}
#home .container .form-wrapper form button:hover {
  transform: translateY(-3px);
  color: #fff;
  border: none;
  background-color: #70719d;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
#home .container .form-wrapper form button:hover {
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.0705882353);
}

@media (max-width: 1024px) {
  #home .container {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
    height: 79vh;
  }
  #home .container .text {
    width: 90%;
    text-align: center;
	margin-top: 90vw;
  }
  #home .container .text h1 {
    font-size: 22px;
    font-weight: 600;
    width: 100%;
  }
  #home .container .text p {
    font-size: 15px;
    font-weight: 300;
	color: #fff;
    width: 100%;
  }
  #home .container .form-wrapper {
    backdrop-filter: blur(23px);
    width: 328px;
    height: 458px;
    border-radius: 8px;
    position: absolute;
    bottom: -50%;
    z-index: 999;
  }
  #home .container .form-wrapper form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 2.2rem 0;
    padding: 2.75rem 2.35rem;
    border-radius: 0.813rem;
    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1607843137);
  }
  #home .container .form-wrapper form .title {
    display: grid;
    place-items: center;
    gap: 0.85rem 0;
  }
  #home .container .form-wrapper form .title h1 {
    font-size: 22px;
    font-weight: 700;
  }
  #home .container .form-wrapper form .title p {
    width: 90%;
    font-size: 13px;
    font-weight: 300;
  }
  #home .container .form-wrapper form input {
    width: 100%;
    height: 2rem;
    background: transparent;
    padding-bottom: 0.95rem;
  }
  #home .container .form-wrapper form input::placeholder {
    font-size: 12px;
  }
}
#after-header {
  width: 100%;
  height: fit-content;
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  padding: 6rem 0;
  background-color: #EFEFEF;
}
@media (max-width: 1024px) {
  #after-header {
    padding: 4.5rem 0;
  }
}
#after-header .container {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 1.5rem 0;
  padding-left: 4rem;
}
#after-header .container .text {
  gap: 1.5rem 0;
  display: flex;
  flex-direction: column;
}
#after-header .container .text h1 {
  font-size: 22px;
  font-weight: 600;
  width: 45%;
}
#after-header .container .text p {
  font-size: 14px;
  font-weight: 300;
  width: 38.5%;
  color: #636363;
}
#after-header .container .socials {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0 1rem;
}
#after-header .container .socials a {
  transition: all 0.3s ease;
}
#after-header .container .socials a:hover {
  transform: scale(0.9);
}
#after-header .container .socials a button {
  width: 50px;
  height: 50px;
}

@media (max-width: 1024px) {
  #after-header {
    width: 100%;
    height: 180vw;
    display: grid;
    place-items: center;
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
    background-color: #EFEFEF;
    place-items: center;
    padding-bottom: 0 !important;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  #after-header {
    padding: 4.5rem 0;
  }
}
@media (max-width: 1024px) {
  #after-header .container {
    padding-top: 75%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3rem 0;
    padding-left: 0;
    text-align: center;
  }
  #after-header .container .text {
    gap: 1.5rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: start;
  }
  #after-header .container .text h1 {
    font-size: 16px;
    font-weight: 600;
    width: 90%;
  }
  #after-header .container .text p {
    font-size: 14px;
    font-weight: 300;
    width: 87%;
  }
  #after-header .container .socials {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0 3rem;
  }
  #after-header .container .socials a button {
    width: 80px;
    height: 80px;
  }
}
#reference {
  width: 100%;
  height: fit-content;
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  padding: 6rem 0;
  background-color: #EFEFEF;
  padding: 0;
}
@media (max-width: 1024px) {
  #reference {
    padding: 4.5rem 0;
  }
}
#reference .container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3rem 0;
}
#reference .container .title {
  font-size: 18px;
  font-weight: 700;
  width: 40%;
  text-align: center;
}
#reference .container .images {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  cursor: pointer;
}
#reference .container .images .flip-container {
  width: 25%;
  height: 470px;
  perspective: 1000px;
}
#reference .container .images .flip-container[data-active=true] .flipper {
  transform: rotateY(180deg);
}
#reference .container .images .flip-container .flipper {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.8s;
  position: relative;
}
#reference .container .images .flip-container .flipper .front {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  display: flex;
}
#reference .container .images .flip-container .flipper .front .h3 {
  position: absolute;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4392156863);
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  padding-bottom: 2rem;
}
#reference .container .images .flip-container .flipper .front .h3 h2 {
  font-size: 15px;
  font-weight: 500;
}
#reference .container .images .flip-container .flipper .front .h3 h3 {
  font-weight: 300;
  font-size: 12px;
}
#reference .container .images .flip-container .flipper .back {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: rotateY(180deg);
  backface-visibility: hidden;
  background-color: #7073a0;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  text-align: start;
  padding: 0 10%;
  padding-left: 10%;
  gap: 2rem 0;
}
#reference .container .images .flip-container .flipper .back h3 {
  font-size: 20px;
  font-weight: 700;
}
#reference .container .images .flip-container .flipper .back p {
  font-size: 15px;
  font-weight: 300;
}

@media (max-width: 1024px) {
  #reference {
    width: 100%;
    height: fit-content;
    display: grid;
    place-items: center;
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
    background-color: #EFEFEF;
    padding-bottom: 0 !important;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  #reference {
    padding: 4.5rem 0;
  }
}
@media (max-width: 1024px) {
  #reference .container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4rem 0;
  }
  #reference .container .title {
    font-size: 18px;
    font-weight: 700;
    width: 95%;
    text-align: center;
  }
  #reference .container .images {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
  }
  #reference .container .images .flip-container {
    width: 80%;
    height: 483px;
    perspective: 1000px;
  }
  #reference .container .images .flip-container[data-active=true] .flipper {
    transform: rotateY(180deg);
  }
  #reference .container .images .flip-container .flipper {
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: transform 0.8s;
    position: relative;
  }
  #reference .container .images .flip-container .flipper .front {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
  }
  #reference .container .images .flip-container .flipper .back {
    position: absolute;
    width: 100%;
    height: 100%;
    transform: rotateY(180deg);
    backface-visibility: hidden;
    background-color: #70719d;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    text-align: start;
    padding: 0 8%;
    gap: 2rem 0;
  }
  #reference .container .images .flip-container .flipper .back h3 {
    font-size: 22px;
    font-weight: 700;
  }
  #reference .container .images .flip-container .flipper .back p {
    font-size: 16px;
    font-weight: 300;
  }
}
#about-us {
  width: 100%;
  height: fit-content;
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  padding: 6rem 0;
  background-color: #EFEFEF;
}
@media (max-width: 1024px) {
  #about-us {
    padding: 4.5rem 0;
  }
}
#about-us .container {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  place-items: center;
  gap: 0 5rem;
  padding: 0 8rem 0 5rem;
}
#about-us .container img {
  width: 130%;
  height: 320px;
  border-radius: 5px;
}
#about-us .container .all {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 2rem 0;
}
#about-us .container .all h1 {
  font-size: 22px;
  font-weight: 700;
  position: relative;
  padding-bottom: 1rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: start;
}
#about-us .container .all h1::after {
  content: "";
  position: absolute;
  width: 70%;
  border-bottom: 1.8px solid #473a67;
  bottom: 0;
}
#about-us .container .all .text {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 2rem 0;
}
#about-us .container .all .text .ps {
  display: flex;
  flex-direction: column;
  gap: 0.3rem 0;
}
#about-us .container .all .text .ps p {
  color: #636363;
  font-size: 14px;
  font-weight: 300;
}
#about-us .container .all .text a button {
  width: 140px;
  height: 36px;
  border-radius: 5px;
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  background-color: #7073a0;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0 0.5rem;
}
#about-us .container .all .text a button:hover {
  transform: translateY(-3px);
  color: #70719d;
  border: none;
  background-color: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
#about-us .container .all .text a button img {
  width: 11px;
  height: 7px;
}

@media (max-width: 1024px) {
  #about-us {
    width: 100%;
    height: fit-content;
    display: grid;
    place-items: center;
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
    padding-top: 0;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  #about-us {
    padding: 4.5rem 0;
  }
}
@media (max-width: 1024px) {
  #about-us .container {
    display: grid;
    grid-template-columns: 1fr;
    place-items: center;
    gap: 4rem 0;
    padding: 0;
  }
  #about-us .container img {
    width: 100%;
    height: 200px;
    border-radius: 5px;
  }
  #about-us .container .all {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 2rem 0;
  }
  #about-us .container .all h1 {
    font-size: 16px;
    font-weight: 600;
    position: relative;
    padding-bottom: 1rem;
    text-align: start;
    display: flex;
    align-items: start;
    justify-content: center;
  }
  #about-us .container .all h1::after {
    content: "";
    position: absolute;
    width: 105%;
    border-bottom: 1.8px solid #70719d;
    bottom: 0;
  }
  #about-us .container .all .text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: start;
    gap: 2rem 0;
  }
  #about-us .container .all .text .ps p {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    color: #636363;
    line-height: 1.7;
  }
  #about-us .container .all .text a {
    width: 100%;
    display: flex;
    align-items: start;
  }
  #about-us .container .all .text a button {
    width: 140px;
    height: 36px;
    border-radius: 5px;
    display: grid;
    place-items: center;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    background-color: #70719d;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0 0.5rem;
  }
  #about-us .container .all .text a button:hover {
    transform: translateY(-3px);
    color: #70719d;
    border: none;
    background-color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  }
  #about-us .container .all .text a button img {
    width: 11px;
    height: 7px;
  }
}
#careful {
  width: 100%;
  height: 500px;
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  background-image: url("../assets/images/banner1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-position-y: 80%;
}
@media screen and (max-width: 64rem) {
  #careful {
    background-image: url("../assets/images/banner1-mob.jpg");
  }
}
#careful .container {
  display: flex;
  align-items: center;
  justify-content: start;
}
#careful .container .text {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  text-align: start;
  width: 40%;
  gap: 1.5rem 0;
}
#careful .container .text h1 {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  text-align: start;
}
#careful .container .text p {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-align: start;
  width: 96%;
}
#careful .container .text a button {
  width: 140px;
  height: 36px;
  border-radius: 5px;
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  background-color: #7073a0;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 13px;
  font-weight: 400;
  width: 174px;
  height: 46px;
}
#careful .container .text a button:hover {
  transform: translateY(-3px);
  color: #70719d;
  border: none;
  background-color: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

@media (max-width: 1024px) {
  #careful {
    height: 787px;
    place-items: end center;
  }
  #careful .container {
    justify-content: center;
    align-items: center;
    padding-bottom: 2.5rem;
  }
  #careful .container .text {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #careful .container .text h1 {
    font-size: 16px;
    font-weight: 700;
  }
  #careful .container .text p {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    line-height: 1.6;
  }
}
.modal-container {
  position: fixed;
  z-index: 999999999999;
  background-color: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(8px);
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease;
}
.modal-container[data-active=true] {
  opacity: 1;
  pointer-events: all;
}
.modal-container .modal {
  background-color: #9d8bbe57;
  width: 55%;
  height: 65%;
  text-align: center;
  padding-top: 0;
  line-height: 1.3;
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.modal-container .modal img {
  width: 100%;
  height: 100%;
  display: flex;
  object-fit: cover;
}
.modal-container .modal #fechar {
  position: absolute;
  z-index: 9999;
  cursor: pointer;
  top: 5%;
  right: 3%;
  background-color: transparent;
}
.modal-container .modal #fechar img {
  width: 1.2rem;
  height: 1.2rem;
}
.modal-container .modal .text {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  padding: 0 3.5rem;
  text-align: start;
  gap: 1rem 0;
}
.modal-container .modal .text h1 {
  font-size: 24px;
  width: 90%;
  color: #fff;
}
.modal-container .modal .text p {
  font-size: 14px;
  color: #fff;
}

@media (max-width: 1024px) {
  #modal_container .modal {
    width: 80%;
    height: fit-content;
    grid-template-columns: 1fr;
    grid-template-rows: 220px 1fr;
  }
  #modal_container .modal img {
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
    overflow: hidden;
    object-fit: cover;
  }
  #modal_container .modal .text {
    padding: 2.5rem;
  }
  #modal_container .modal #fechar {
    top: 3%;
    right: 4%;
  }
}
#treatments {
  width: 100%;
  height: fit-content;
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  padding: 6rem 0;
  background-color: #EFEFEF;
}
@media (max-width: 1024px) {
  #treatments {
    padding: 4.5rem 0;
  }
}
#treatments .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem 0;
}
#treatments .container .title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#treatments .container .title h1 {
  width: 40%;
  font-size: 22px;
  font-weight: 700;
}
#treatments .container .arrow {
  width: 110%;
  position: relative;
  bottom: -140px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
#treatments .container .arrow img {
  width: 35px;
  height: 35px;
}
#treatments .container .arrow .left {
  transform: rotate(0deg);
}
#treatments .container .arrow .right {
  transform: rotate(180deg);
}
#treatments .container .hof__swiper {
  width: 80vw;
  gap: 0 2rem;
  position: relative;
}
#treatments .container .hof__swiper .swiper-pagination {
  display: none;
}
#treatments .container .hof__swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 247px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  padding: 0 2rem;
  border-radius: 5px;
  background-color: #9d8bbe57;
  gap: 0.5rem 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
#treatments .container .hof__swiper .swiper-wrapper .swiper-slide .img {
  background-image: url("../assets/icons/icone-dente-marrom.svg");
  width: 50px;
  height: 50px;
}
#treatments .container .hof__swiper .swiper-wrapper .swiper-slide h2 {
  color: #7073a0;
  font-size: 13px;
  font-weight: 600;
}
#treatments .container .hof__swiper .swiper-wrapper .swiper-slide p {
  font-size: 13px;
  font-weight: 300;
  color: #7073a0;
}
#treatments .container .hof__swiper .swiper-wrapper .swiper-slide-active {
  width: 100%;
  height: 247px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  padding: 0 2rem;
  border-radius: 5px;
  background-color: #7073a0;
  border: 2px solid #3e405d;
  gap: 0.5rem 0;
  cursor: pointer;
}
#treatments .container .hof__swiper .swiper-wrapper .swiper-slide-active .img {
  background-image: url("../assets/icons/icone-dente.svg");
}
#treatments .container .hof__swiper .swiper-wrapper .swiper-slide-active h2 {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}
#treatments .container .hof__swiper .swiper-wrapper .swiper-slide-active p {
  color: #fff;
  font-size: 13px;
  font-weight: 300;
}
#treatments .container .hof__swiper .swiper-button-prev, #treatments .container .hof__swiper .swiper-button-next {
  position: absolute;
  top: 0;
  z-index: 9;
}
#treatments .container .btn {
  margin-top: 4rem;
}
#treatments .container .btn a button {
  width: 140px;
  height: 36px;
  border-radius: 5px;
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  background-color: #7073a0;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 13px;
  font-weight: 300;
  width: 174px;
  height: 46px;
}
#treatments .container .btn a button:hover {
  transform: translateY(-3px);
  color: #9d8bbe57;
  border: none;
  background-color: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

@media (max-width: 1024px) {
  #treatments {
    width: 100%;
    height: fit-content;
    display: grid;
    place-items: center;
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
    background-color: #EFEFEF;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  #treatments {
    padding: 4.5rem 0;
  }
}
@media (max-width: 1024px) {
  #treatments .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3rem 0;
  }
  #treatments .container .title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  #treatments .container .title h1 {
    width: 100%;
    font-size: 16px;
    font-weight: 700;
  }
  #treatments .container .arrow {
    width: 100%;
    position: absolute;
    bottom: 23%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    gap: 0 2rem;
  }
  #treatments .container .arrow img {
    width: 35px;
    height: 35px;
  }
  #treatments .container .arrow .left {
    transform: rotate(0deg);
  }
  #treatments .container .arrow .right {
    transform: rotate(180deg);
  }
  #treatments .container .hof__swiper {
    width: 80vw;
    gap: 0 2rem;
    position: relative;
  }
  #treatments .container .hof__swiper .swiper-pagination {
    display: none;
  }
  #treatments .container .hof__swiper .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 317px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    padding: 0 2rem;
    border-radius: 5px;
    background-color: transparent;
    border: 2px solid #70719d;
    gap: 1rem 0;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  #treatments .container .hof__swiper .swiper-wrapper .swiper-slide .img {
    width: 60px;
    height: 60px;
    cursor: pointer;
  }
  #treatments .container .hof__swiper .swiper-wrapper .swiper-slide h2 {
    color: #70719d;
    font-size: 18px;
    font-weight: 600;
  }
  #treatments .container .hof__swiper .swiper-wrapper .swiper-slide p {
    font-size: 14px;
    font-weight: 300;
    color: #70719d;
  }
  #treatments .container .hof__swiper .swiper-wrapper .swiper-slide-active {
    width: 100%;
    height: 317px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    padding: 0 2rem;
    border-radius: 5px;
    background-color: #7073a0;
    border: 2px solid #70719d;
    gap: 1rem 0;
    cursor: pointer;
  }
  #treatments .container .hof__swiper .swiper-wrapper .swiper-slide-active h2 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
  }
  #treatments .container .hof__swiper .swiper-wrapper .swiper-slide-active p {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
  }
  #treatments .container .hof__swiper .swiper-button-prev, #treatments .container .hof__swiper .swiper-button-next {
    position: absolute;
    top: 0;
    z-index: 99999;
  }
  #treatments .container .btn {
    margin-top: 4rem;
  }
  #treatments .container .btn a button {
    width: 140px;
    height: 36px;
    border-radius: 5px;
    display: grid;
    place-items: center;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    background-color: #7073a0;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 13px;
    font-weight: 300;
    width: 174px;
    height: 46px;
  }
  #treatments .container .btn a button:hover {
    transform: translateY(-3px);
    color: #9d8bbe57;
    border: none;
    background-color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  }
}
#smile {
  width: 100%;
  height: 300px;
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  background-image: url("../assets/images/home-dra.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
@media screen and (max-width: 64rem) {
  #smile {
    background-image: url("../assets/images/home-dra.jpg");
  }
}
#smile .container {
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}
#smile .container .text {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 1.5rem 0;
}
#smile .container .text h1 {
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  width: 100%;
}
#smile .container .text p {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  width: 35%;
  line-height: 1.5;
}
#smile .container .text a button {
  width: 140px;
  height: 36px;
  border-radius: 5px;
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  background-color: #7073a0;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 174px;
  height: 46px;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 400;
}
#smile .container .text a button:hover {
  transform: translateY(-3px);
  color: #70719d;
  border: none;
  background-color: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

@media (max-width: 1024px) {
  #smile {
    height: 50vw;
    place-items: end center;
  }
  #smile .container {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    padding-bottom: 2.5rem;
  }
  #smile .container .text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.5rem 0;
    text-align: start;
  }
  #smile .container .text h1 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    width: 100%;
  }
  #smile .container .text p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    line-height: 1.5;
  }
}
#treatments {
  width: 100%;
  height: fit-content;
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  padding: 6rem 0;
  background-color: #EFEFEF;
}
@media (max-width: 1024px) {
  #treatments2 {
    padding: 4.5rem 0;
  }
}
#treatments .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3rem 0;
}
#treatments .container .all {
  width: 100%;
  position: relative;
}
#treatments .container .all .treatments__swiper {
  width: 70vw;
  gap: 0 2rem;
  position: static;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#treatments .container .all .treatments__swiper .swiper-pagination {
  display: none;
}
#treatments .container .all .treatments__swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 2rem;
  border-radius: 18px;
  background-color: #e6d9e7;
  gap: 1rem 0;
  transition: all 0.3s ease;
  text-align: center;
}
#treatments .container .all .treatments__swiper .swiper-wrapper .swiper-slide h3 {
  color: #70719d;
  font-size: 14px;
  font-weight: 400;
}
#treatments .container .all .treatments__swiper .swiper-wrapper .swiper-slide-active {
  width: 100%;
  height: 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0;
  border-radius: 18px;
  background-color: #70719d;
  gap: 1rem 0;
}
#treatments .container .all .treatments__swiper .swiper-wrapper .swiper-slide-active h3 {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
#treatments .container .all .swiper-button-prev, #treatments .container .all .swiper-button-next {
  position: absolute;
  place-items: center;
  z-index: 99999;
  display: flex;
}
#treatments .container .all .swiper-button-prev::after {
  color: #70719d;
  font-size: 30px;
  font-weight: 700;
}
#treatments .container .all .swiper-button-next::after {
  color: #70719d;
  font-size: 30px;
  font-weight: 700;
}
#treatments .container .informations {
  background-color: #fff;
  border-radius: 12px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  place-items: center;
  width: 885px;
  height: 377px;
  gap: 0 4rem;
  z-index: 50;
  position: relative;
}
#treatments .container .informations .white-box {
  width: 50%;
  height: 55px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  border-top-left-radius: 12px;
}
#treatments .container .informations .line {
  position: absolute;
  z-index: 0;
  width: 4px;
  height: 49px;
  background-color: #70719d;
  top: -13%;
  left: 9%;
  display: flex;
  flex-direction: column-reverse;
  align-items: end;
  justify-content: end;
  transition: all 0.4s ease;
}
#treatments .container .informations .line[data-active=true] {
  top: 0;
}
#treatments .container .informations .text {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  padding-left: 10%;
  z-index: 100;
  gap: 2rem 0;
}
#treatments .container .informations .text h2 {
  font-size: 20px;
  font-weight: 500;
  color: #70719d;
}
#treatments .container .informations .text p {
  color: #636363;
  font-size: 14px;
  font-weight: 300;
}
#treatments .container .informations img {
  width: 275px;
  height: 279px;
  border-radius: 15px;
}
#treatments .container .btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#treatments .container .btn a button {
  width: 140px;
  height: 36px;
  border-radius: 5px;
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  background-color: #7073a0;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 174px;
  height: 46px;
}
#treatments .container .btn a button:hover {
  transform: translateY(-3px);
  color: #7073a0;
  border: none;
  background-color: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

@media (max-width: 1024px) {
  #treatments {
    position: relative;
  }
  #treatments .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3rem 0;
    width: 83%;
  }
  #treatments .container .all {
    width: 100%;
    position: static;
  }
  #treatments .container .all .treatments__swiper {
    width: 80vw;
    gap: 0 2rem;
    position: static;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #treatments .container .all .treatments__swiper .swiper-pagination {
    display: none;
  }
  #treatments .container .all .treatments__swiper .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 64px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 2rem;
    border-radius: 18px;
    background-color: #F7EBDF;
    gap: 1rem 0;
    transition: all 0.3s ease;
    text-align: center;
  }
  #treatments .container .all .treatments__swiper .swiper-wrapper .swiper-slide h3 {
    color: #70719d;
    font-size: 14px;
    font-weight: 400;
  }
  #treatments .container .all .treatments__swiper .swiper-wrapper .swiper-slide-active {
    width: 100%;
    height: 64px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 2rem;
    border-radius: 18px;
    background-color: #70719d;
    gap: 1rem 0;
  }
  #treatments .container .all .treatments__swiper .swiper-wrapper .swiper-slide-active h3 {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
  }
  #treatments .container .all .swiper-button-prev, #treatments .container .all .swiper-button-next {
    position: absolute;
    place-items: center;
    z-index: 99999;
    top: 86.5%;
  }
  #treatments .container .all .swiper-button-prev {
    left: 37%;
  }
  #treatments .container .all .swiper-button-next {
    right: 37%;
  }
  #treatments .container .informations {
    background-color: #fff;
    border-radius: 12px;
    display: grid;
    grid-template-columns: 1fr;
    place-items: center;
    width: 345px;
    height: 708px;
    gap: 0rem;
    position: relative;
  }
  #treatments .container .informations .line {
    position: absolute;
    width: 4px;
    height: 49px;
    background-color: #70719d;
    top: -7%;
    left: 50%;
  }
  #treatments .container .informations .text {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 7%;
    gap: 2rem 0;
  }
  #treatments .container .informations .text h2 {
    font-size: 20px;
    font-weight: 500;
    color: #70719d;
  }
  #treatments .container .informations .text p {
    color: #636363;
    font-size: 14px;
    font-weight: 300;
  }
  #treatments .container .informations img {
    width: 275px;
    height: 259px;
    border-radius: 15px;
  }
  #treatments .container .btn {
    margin-top: 12%;
  }
}
#results {
  width: 100%;
  height: fit-content;
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  padding: 6rem 0;
  background: linear-gradient(0deg, #EFEFEF 55%, #7073a0 45%);
}
@media (max-width: 1024px) {
  #results {
    padding: 4.5rem 0;
  }
}
#results .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3rem 0;
}
#results .container .title {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 1rem 0;
}
#results .container .title h1 {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}
#results .container .title h3 {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  width: 45%;
}
#results .container .results__swiper {
  width: 60vw;
  padding: 1rem 0;
}
#results .container .results__swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  backdrop-filter: blur(30px);
  background: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem 0;
}
#results .container .results__swiper .swiper-wrapper .swiper-slide img {
  width: 230px;
  height: 240px;
}
#results .container .results__swiper .swiper-wrapper .swiper-slide .all {
  width: 75%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem 0;
}
#results .container .results__swiper .swiper-wrapper .swiper-slide .all .socials {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
#results .container .results__swiper .swiper-wrapper .swiper-slide .all .socials .reaction {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  gap: 0 0.5rem;
}
#results .container .results__swiper .swiper-wrapper .swiper-slide .all .socials .reaction img {
  width: 15px;
  height: 15px;
  object-fit: fill;
}
#results .container .results__swiper .swiper-wrapper .swiper-slide .all .socials img {
  width: 15px;
  height: 15px;
}
#results .container a button {
  width: 140px;
  height: 36px;
  border-radius: 5px;
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  background-color: #7073a0;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 174px;
  height: 46px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0 0.7rem;
  font-size: 13px;
  font-weight: 500;
}
#results .container a button:hover {
  transform: translateY(-3px);
  color: #70719d;
  border: none;
  background-color: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
#results .container a button:hover .img {
  background-image: url("../assets/icons/icone-instagram 1.svg");
}
#results .container a button .img {
  width: 18px;
  height: 18px;
  background-image: url("../assets/icons/icone-instagram.svg");
}

@media (max-width: 1024px) {
  #results {
    width: 100%;
    height: fit-content;
    display: grid;
    place-items: center;
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
    background: linear-gradient(0deg, #EFEFEF 55%, #70719d 45%);
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  #results {
    padding: 4.5rem 0;
  }
}
@media (max-width: 1024px) {
  #results .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3rem 0;
  }
  #results .container .title {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 1rem 0;
  }
  #results .container .title h1 {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
  }
  #results .container .title h3 {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    width: 80%;
  }
  #results .container .results__swiper {
    width: 70vw;
    padding: 1rem 0;
    overflow: visible;
  }
  #results .container .results__swiper .swiper-pagination {
    position: absolute;
    bottom: -30px;
  }
  #results .container .results__swiper .swiper-pagination .swiper-pagination-bullet {
    background-color: #70719d;
  }
  #results .container .results__swiper .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 295px;
    backdrop-filter: blur(30px);
    background-image: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem 0;
  }
  #results .container .results__swiper .swiper-wrapper .swiper-slide img {
    width: 206px;
    height: 208px;
  }
  #results .container .results__swiper .swiper-wrapper .swiper-slide .all {
    width: 70%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem 0;
  }
  #results .container .results__swiper .swiper-wrapper .swiper-slide .all .socials {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  #results .container .results__swiper .swiper-wrapper .swiper-slide .all .socials .reaction {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    gap: 0 0.5rem;
  }
  #results .container .results__swiper .swiper-wrapper .swiper-slide .all .socials .reaction img {
    width: 15px;
    height: 15px;
    object-fit: fill;
  }
  #results .container .results__swiper .swiper-wrapper .swiper-slide .all .socials img {
    width: 15px;
    height: 15px;
  }
}
#contact {
  width: 100%;
  height: fit-content;
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  padding: 6rem 0;
  padding: 0;
}
@media (max-width: 1024px) {
  #contact {
    padding: 0.5rem 0;
  }
}
#contact .social {
  display: none;
}
#contact .thanks {
  width: 100%;
  height: 417px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: st;
  justify-content: center;
}
#contact .thanks .map iframe {
  width: 100%;
  height: 417px;
}
#contact .thanks .container {
  position: absolute;
  z-index: 999;
  background: rgba(112, 115, 160, 0.8);
  width: 100%;
  height: 417px;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: start;
  padding-left: 10%;
}
#contact .thanks .container h1 {
  color: #fff;
  width: 25%;
}
#contact .form-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 328px;
  height: 458px;
  position: absolute;
  right: 18%;
  gap: 2rem 0;
}
#contact .form-wrapper form {
  z-index: 999999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 2.2rem 0;
  padding: 2.75rem 2.35rem;
  border-radius: 0.813rem;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1607843137);
  backdrop-filter: blur(23px);
  background: rgba(112, 115, 160, 0.5);
  width: 328px;
  height: 458px;
}
#contact .form-wrapper form .title {
  display: grid;
  place-items: center;
  gap: 0.85rem 0;
}
#contact .form-wrapper form .title h1 {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}
#contact .form-wrapper form .title p {
  width: 90%;
  color: #fff;
  font-size: 13px;
  font-weight: 300;
}
#contact .form-wrapper form input {
  width: 100%;
  background: transparent;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 0rem;
  padding-left: 0.95rem;
  color: #fff;
}
#contact .form-wrapper form input::placeholder {
  font-size: 0.75rem;
  color: #fff;
}
#contact .form-wrapper form select {
  width: 100%;
  height: 2rem;
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 0rem;
  padding-left: 0.95rem;
  color: #fff;
}
#contact .form-wrapper form select option {
  color: #70719d;
}
#contact .form-wrapper form textarea {
  width: 100%;
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 0rem;
  padding-left: 0.95rem;
  color: #fff;
}
#contact .form-wrapper form textarea::placeholder {
  font-size: 0.75rem;
  color: #fff;
}
#contact .form-wrapper form button {
  width: 140px;
  height: 36px;
  border-radius: 5px;
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 500;
  color: #70719d;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 8.125rem;
  height: 2.125rem;
}
#contact .form-wrapper form button:hover {
  transform: translateY(-3px);
  color: #fff;
  border: none;
  background-color: #70719d;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
#contact .form-wrapper form button:hover {
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.0705882353);
}
#contact .form-wrapper .socials {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0 1rem;
  z-index: 99999999;
  left: 0;
}
#contact .form-wrapper .socials a {
  transition: all 0.3s ease;
}
#contact .form-wrapper .socials a:hover {
  transform: scale(0.9);
}
#contact .form-wrapper .socials a img {
  width: 44px;
  height: 44px;
  z-index: 2;
}
#contact .address {
  background-color: #7073a0;
;
  width: 100%;
  height: 322px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#contact .address .container {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}
#contact .address .container .contact1 {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 1rem 0;
}
#contact .address .container .contact1 .location {
  transition: all 0.3s ease;
  width: 100%;
}
#contact .address .container .contact1 .location:hover {
  transform: translateY(-3px);
}
#contact .address .container .contact1 .location a {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}
#contact .address .container .contact1 .location a strong {
  font-weight: 700;
  padding-right: 0.5rem;
}
#contact .address .container .contact1 .phone {
  transition: all 0.3s ease;
}
#contact .address .container .contact1 .phone:hover {
  transform: translateY(-3px);
}
#contact .address .container .contact1 .phone a {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}
#contact .address .container .contact1 .phone a strong {
  font-weight: 700;
  padding-right: 0.5rem;
}

@media (max-width: 1024px) {
  #contact {
    padding-top: 0;
  }
  #contact.support {
    padding: 0;
  }
  #contact .thanks {
    width: 100%;
    height: 417px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: st;
    justify-content: center;
  }
  #contact .thanks .map iframe {
    width: 100%;
    height: 417px;
  }
  #contact .thanks .container {
    position: absolute;
    z-index: 999;
    background: rgba(112, 115, 160, 0.8);
    width: 100%;
    height: 417px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0%;
  }
  #contact .thanks .container h1 {
    color: #fff;
    width: 80%;
    text-align: center;
	font-size: 28px;
  }
  #contact .form-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 328px;
    height: 458px;
    position: absolute;
    gap: 3rem;
    right: auto;
    bottom: 33%;
  }
  #contact .form-wrapper .socials {
    display: none;
  }
  #contact .form-wrapper .socials a img {
    width: 44px;
    height: 44px;
    z-index: 2;
  }
  #contact .address {
    background-color: #70719d;
    width: 100%;
    height: 685px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    padding-bottom: 11rem;
  }
  #contact .address .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #contact .address .container .contact1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem 0;
  }
  #contact .address .container .contact1 .location {
    width: 100%;
    text-align: center;
  }
  #contact .address .container .contact1 .location a {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    cursor: pointer;
  }
  #contact .address .container .contact1 .location a strong {
    font-weight: 700;
    padding-right: 0.5rem;
  }
  #contact .address .container .contact1 .phone a {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
  }
  #contact .address .container .contact1 .phone a strong {
    font-weight: 700;
    padding-right: 0.5rem;
  }
  #contact .social {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0 1rem;
    position: absolute;
    bottom: 5%;
  }
  #contact .social img {
    width: 58px;
    height: 58px;
  }
}
#support {
  width: 100%;
  height: 460px;
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  background-image: url("../assets/images/banner-pag-apoio.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-position-y: 40%;
}
@media screen and (max-width: 64rem) {
  #support {
    background-image: url("../assets/images/banner-pag-apoio.jpg");
  }
}
#support .flutuante {
  display: block;
  position: fixed;
  bottom: 5%;
  right: 5%;
  z-index: 999999;
  width: fit-content;
  height: fit-content;
}
#support .flutuante a img {
  width: 60px;
  height: 60px;
}
#support .container {
  display: flex;
  align-items: center;
  justify-content: end;
}
#support .container .text {
  width: 31.2%;
}
#support .container .text h1 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

@media (max-width: 1024px) {
  #support {
    place-items: end center;
  }
  #support .container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 4rem;
  }
  #support .container .text {
    width: 90%;
  }
  #support .container .text h1 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
  }
}
#support-page {
  width: 100%;
  height: fit-content;
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  padding: 6rem 0;
}
@media (max-width: 1024px) {
  #support-page {
    padding: 4.5rem 0;
  }
}
#support-page .container {
  display: grid;
  width: 73%;
  grid-template-columns: 1.5fr 1fr;
  gap: 0 6rem;
}
#support-page .container .text {
  display: flex;
  flex-direction: column;
  gap: 3rem 0;
}
#support-page .container .text .title {
  border-left: 4px solid #F7EBDF;
  padding-left: 1rem;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}
#support-page .container .text .title h2 {
  color: #70719d;
  font-size: 15px;
  font-weight: 500;
}
#support-page .container .text .title h1 {
  color: #70719d;
  font-size: 22px;
  font-weight: 700;
}
#support-page .container .text p {
  color: #636363;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  width: 100%;
}
#support-page .container .socials {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 1rem 0;
}
#support-page .container .socials .wpp {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
#support-page .container .socials .wpp:hover {
  transform: translateY(-3px);
}
#support-page .container .socials .wpp a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0 0.7rem;
}
#support-page .container .socials .wpp a img {
  width: 50px;
  height: 50px;
}
#support-page .container .socials .wpp a p {
  font-size: 14px;
  font-weight: 500;
  color: #70719d;
}

@media (max-width: 1024px) {
  #support-page {
    width: 100%;
    height: fit-content;
    display: grid;
    place-items: center;
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  #support-page {
    padding: 4.5rem 0;
  }
}
@media (max-width: 1024px) {
  #support-page .container {
    display: grid;
    width: 83%;
    grid-template-columns: 1fr;
    gap: 3rem 0;
  }
  #support-page .container .text {
    display: flex;
    flex-direction: column;
    gap: 2rem 0;
  }
  #support-page .container .text .title {
    border-left: 4px solid #F7EBDF;
    padding-left: 1rem;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
  }
  #support-page .container .text .title h2 {
    color: #70719d;
    font-size: 15px;
    font-weight: 500;
  }
  #support-page .container .text .title h1 {
    color: #70719d;
    font-size: 22px;
    font-weight: 700;
  }
  #support-page .container .text p {
    color: #636363;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.7;
    width: 100%;
    text-align: start;
  }
  #support-page .container .socials {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 1rem 0;
    width: 100%;
  }
  #support-page .container .socials .wpp {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    width: 100%;
  }
  #support-page .container .socials .wpp a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    gap: 0 1.5rem;
  }
  #support-page .container .socials .wpp a img {
    width: 60px;
    height: 60px;
  }
  #support-page .container .socials .wpp a p {
    font-size: 16px;
    font-weight: 500;
    color: #70719d;
  }
}
#video {
  width: 100%;
  height: 620px;
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  background-image: url("../assets/images/Grupo 830.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 64rem) {
  #video {
    background-image: url("../assets/images/Grupo 830.jpg");
  }
}

@media (max-width: 1024px) {
  #video {
    background-position: 35%;
    height: 450px;
  }
  #video video {
    width: 80%;
    height: 300px;
  }
}
#insta {
  width: 100%;
  height: fit-content;
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  padding: 6rem 0;
  background-color: #EFEFEF;
}
@media (max-width: 1024px) {
  #insta {
    padding: 4.5rem 0;
  }
}
#insta .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 4rem 0;
}
#insta .container .title {
  width: 58%;
}
#insta .container .title h1 {
  color: #70719d;
  font-size: 22px;
  font-weight: 700;
}
#insta .container .title h1 a {
  color: #70719d;
}
#insta .container .photos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0rem;
}
#insta .container a button {
  width: 140px;
  height: 36px;
  border-radius: 5px;
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  background-color: #70719d;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 174px;
  height: 46px;
  font-size: 13px;
  font-weight: 300;
}
#insta .container a button:hover {
  transform: translateY(-3px);
  color: #70719d;
  border: none;
  background-color: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

@media (max-width: 1024px) {
  #insta {
    width: 100%;
    height: fit-content;
    display: grid;
    place-items: center;
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
    background-color: #EFEFEF;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  #insta {
    padding: 4.5rem 0;
  }
}
@media (max-width: 1024px) {
  #insta .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 4rem 0;
  }
  #insta .container .title {
    width: 100%;
  }
  #insta .container .title h1 {
    color: #70719d;
    font-size: 20px;
  }
  #insta .container .title h1 a {
    color: #70719d;
  }
  #insta .container .photos {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem 0;
  }
  #insta .container a button {
    width: 140px;
    height: 36px;
    border-radius: 5px;
    display: grid;
    place-items: center;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    background-color: #70719d;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 174px;
    height: 46px;
    font-size: 13px;
    font-weight: 300;
  }
  #insta .container a button:hover {
    transform: translateY(-3px);
    color: #70719d;
    border: none;
    background-color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  }
}

/* section da equipe */
#equipe{
  display: grid;
  place-items: center;
  height: fit-content;
  padding: 5% 0;
}
#equipe .container {
  display: grid;
  place-items: center;
  gap: 2rem 0;
}
#equipe .container .text{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem 0;
  order: 1;
}
#equipe .container .seta{
  order: 2;
  width: 75%;
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: center;
  gap: 0 1rem;
}
#equipe .container .seta img{
  width: 15px;
  cursor: pointer;
}
#equipe .container .seta .swiper-button-next-equipe{
  transform: rotateZ(180deg);
}
#equipe .container #car{
  order: 3;
  width: 60vw;
}
#equipe .container #car .swiper .swiper-wrapper .swiper-slide{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  cursor: pointer;
  gap: 0;
}
#equipe .container #car .swiper .swiper-wrapper .swiper-slide .img{
  width: 50%;
  display: grid;
  place-items: center;
  background: #7073a0;
  border-radius: 19px;
}
#equipe .container #car .swiper .swiper-wrapper .swiper-slide:hover .img{
  border-radius: 19px 0 0 19px;
}
#equipe .container #car .swiper .swiper-wrapper .swiper-slide .img img{
  width: 100%;
  height: auto;
  border-radius: 19px;
}
#equipe .container #car .swiper .swiper-wrapper .swiper-slide .cont{
  height: 100%;
  opacity: 0;
  width: 0%;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #7073a0;
  transition: all .5s ease;
  border-radius: 0 19px 19px 0;
}
#equipe .container #car .swiper .swiper-wrapper .swiper-slide .cont h3{
  color: #fff;
  width: 80%;
  font-size: 0px;
}
#equipe .container #car .swiper .swiper-wrapper .swiper-slide .cont p{
  color: #fff;
  width: 80%;
  font-size: 0px;
}
#equipe .container #car .swiper .swiper-wrapper .swiper-slide:hover .cont {
  gap: 1rem 0;
  opacity: 1;
  display: flex;
  animation: animete .5s linear forwards;
  
}
#equipe .container #car .swiper .swiper-wrapper .swiper-slide:hover .cont h3{
  font-size: 18px;
  animation: h3 .5s linear forwards;
}
#equipe .container #car .swiper .swiper-wrapper .swiper-slide:hover .cont p{
  font-size: 15px;
  animation: p .5s linear forwards;
}
@keyframes animete{
  0%{
    opacity: 0;
    width: 0;
  }
  50%{
    display: flex;
    opacity: .5;
  }
  100%{
    display: flex;
    opacity: 1;
    width: 50%;
  }
}
@keyframes h3{
  0%{
    font-size: 0;
  }
  50%{
    font-size: 0;
  }
  100%{
    font-size: 18px;
  }
}
@keyframes p{
  0%{
    font-size: 0;
  }
  50%{
    font-size: 0;
  }
  100%{
    font-size: 15px;
  }
}
@media (max-width: 800px){
  #equipe {
    padding: 10% 0;
  }
  #equipe .container #car .swiper .swiper-wrapper .swiper-slide{
    flex-direction: column;
  }
  #equipe .container .text{
    order: 1;
  }
  #equipe .container .seta{
    order: 3;
    justify-content: center;
    gap: 0 2rem;
  }
  #equipe .container .seta img{
    width: 20px;
  }
  #equipe .container #car{
    order: 2;
    width: 80vw;
  }
  #equipe .container #car .swiper .swiper-wrapper .swiper-slide .img{
    width: 100%;
  }
  #equipe .container #car .swiper .swiper-wrapper .swiper-slide:hover .img{
    border-radius: 19px 19px 0 0;
  }
  #equipe .container #car .swiper .swiper-wrapper .swiper-slide:hover .cont{
    gap: .5rem 0;
    width: 100%;
    padding: 10% 0;
    border-radius: 0 0 19px 19px;
  }
  @keyframes animete{
    0%{
      opacity: 0;
      width: 100%;
    }
    50%{
      display: flex;
      opacity: .5;
    }
    100%{
      display: flex;
      opacity: 1;
      width: 100%;
    }
  }
  @keyframes h3{
    0%{
      font-size: 0;
    }
    50%{
      font-size: 0;
    }
    100%{
      font-size: 16px;
    }
  }
  @keyframes p{
    0%{
      font-size: 0;
    }
    50%{
      font-size: 0;
    }
    100%{
      font-size: 14px;
    }
}
footer {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 2% 0 1%;
  background: #013B87;
  gap: 1rem 0;
  border-radius: 40px 0 0 0;
}
footer .container {
  display: grid;
  place-items: center;
}
footer .container img {
  width: 170px;
  height: auto;
}
footer .copyrights {
  display: grid;
  place-items: center;
  text-align: center;
}
footer .copyrights .copy {
  display: flex;
  align-items: center;
  gap: 0 0.5rem;
  font-size: 0.45rem;
  opacity: 1;
  color: #fff;
}
footer .copyrights .copy svg {
  width: 0.75rem;
  height: 0.75rem;
}

@media (max-width: 800px) {
  footer {
    border-radius: 30px 30px 0 0;
    padding: 10% 0 2%;
    gap: 3rem 0;
  }
  footer .container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem 0;
  }
  footer .container img {
    width: 80%;
    right: 0;
  }
}/*# sourceMappingURL=style.css.map */