@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

html {
  scroll-behavior: smooth;
}

button {
  outline: 0;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

q {
  display: inline;
  font-style: italic;
}

q:before {
  content: '"';
  font-style: normal;
}

q:after {
  content: '"';
  font-style: normal;
}

textarea,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="search"],
input[type="password"] {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
input[type] {
  height: 3.4375rem;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
input[type] {
  width: 100%;
  border: 1px solid #175c91;
  padding: 0.625rem 1.25rem 0.625rem 1.25rem;
  border-radius: 1.25rem;
}

input::placeholder,
textarea::placeholder {
  color: #175c91;
}

textarea {
  height: 9.375rem;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  padding: 2px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

body {
  background-color: #efefef;
  overflow-x: hidden;
  margin: 0;
  display: flex;
  flex-direction: column;
}

a {
  text-decoration: none;
  display: flex;
}

a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}

strong {
  font-weight: 700;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .container {
    min-width: 768px;
  }
}
@media screen and (min-width: 768px) {
  .container {
    min-width: 768px;
  }
}
@media screen and (min-width: 1024px) {
  .container {
    padding: 0 2.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .container {
    min-width: 1280px;
  }
}
@media screen and (min-width: 1440px) {
  .container {
    min-width: 1536px;
  }
}

img {
  width: 100%;
  height: 100%;
  object-fit: contain !important;
}

@media screen and (min-width: 1024px) {
  .mobile {
    display: none;
  }
}

.desktop {
  display: none;
}
@media screen and (min-width: 1024px) {
  .desktop {
    display: block;
  }
}

.bg-white {
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.footer {
  margin-top: -1px;
}
@media screen and (min-width: 1024px) {
  .footer {
    margin-top: 0;
  }
}
.footer--mobile {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .footer--mobile {
    display: none;
  }
}
.footer--desktop {
  display: none;
}
.footer--desktop img {
  object-fit: contain;
}
@media screen and (min-width: 1024px) {
  .footer--desktop {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .footer--desktop--infos {
    display: flex;
    flex-direction: column;
  }
}

.header--content {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .header--content--mobile {
    display: none;
  }
}
.header--content--desktop {
  display: none;
}
@media screen and (min-width: 1024px) {
  .header--content--desktop {
    display: block;
  }
}

@media screen and (min-width: 1024px) {
  .contents--content--mobile {
    display: none;
  }
}
.slider {
  background-color: #efefef;
}
.contents--content--mobile {
  display: flex;
  flex-direction: column;
}
.contents--content--mobile .slider {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.contents--content--mobile .slider .swiper-button-next::after,
.contents--content--mobile .slider .swiper-button-prev::after {
  content: "";
  background-image: url("../../dist/icons/arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}
.contents--content--mobile .slider .swiper-button-next {
  transform: rotate(180deg);
}
.contents--content--desktop .slider {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.contents--content--desktop .slider .swiper-button-next::after,
.contents--content--desktop .slider .swiper-button-prev::after {
  content: "";
  background-image: url("../../dist/icons/arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}
.contents--content--desktop .slider .swiper-button-next {
  transform: rotate(180deg);
}
@media screen and (min-width: 1024px) {
  .contents--content--desktop {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (min-width: 1024px) {
}

.slider2 {
  background-color: #efefef;
}
.contents--content--mobile {
  display: flex;
  flex-direction: column;
}
.contents--content--mobile .slider2 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.contents--content--mobile .slider2 .swiper-button-next::after,
.contents--content--mobile .slider2 .swiper-button-prev::after {
  content: "";
  background-image: url("../../dist/icons/arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}
.contents--content--mobile .slider2 .swiper-button-next {
  transform: rotate(180deg);
}
.contents--content--desktop .slider2 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 1024px) {
  .contents--content .slider2 .swiper-slide2 img {
    height: 27.1875rem;
  }
}
/*# sourceMappingURL=styles.css.map */


.m-footer-copyright {
    background: #c2c2c2;
    color: #3e3e3e;
    text-align: center;
    padding: 16px 0;
    font-size: 0.75rem;
    line-height: 1.5;
    font-family: "Lato", sans-serif;
}

.m-footer-copyright a {
  color: #3e3e3e;
  display: inline;
}

.m-footer-copyright .container {
    width: 100%;
    margin: 0 auto;
    padding: 0 35px;
}

.m-whatsapp {
    width: 60px;
    height: 60px;
    position: fixed;
    border-radius: 100%;
    text-decoration: none;
    bottom: 20px;
    right: 21px;
    z-index: 9999999;
    background: #4fb96f;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.4));
}

.m-whatsapp img {
    height: 74%;
    width: auto;
    position: relative;
    top: -1px;
}