/*

Theme Name: BTR
Theme URI: https://www.btrtransportes.com.br/
Author: AKAU
Author URI: https://somosakau.com.br
Version: 1.0
Text Domain: AKAU

*/

body,
html,
* {
  font-family: "Satoshi-Variable", sans-serif;
  font-style: normal;
}

body {
  background: black;
}

img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

:root {
  --h1: 2.95rem;
  --h2: 2.75rem;
  --h3: 2.55rem;
  --h4: 1.6rem;
  --h5: 1.25rem;
  --p: 1.2rem;
  --red: #e52d32;
  --dark-red: #8f3231;
}

#smooth-content {
  will-change: transform;
}

.pt-50 {
  padding-top: 5em;
}

.py-50 {
  padding-top: 5em;
  padding-bottom: 5em;
}

.pb-50 {
  padding-bottom: 5em;
}

.py-70 {
  padding-top: 7em;
  padding-bottom: 7em;
}

.py-100 {
  padding-top: 10em;
  padding-bottom: 10em;
}

.pt-100 {
  padding-top: 10em;
}

.pb-100 {
  padding-bottom: 10em;
}

.pt-200 {
  padding-top: 20em;
}

.pb-200 {
  padding-bottom: 20em;
}

.py-200 {
  padding-top: 20em;
  padding-bottom: 20em;
}

.z-index-0 {
  position: relative;
  z-index: 0;
}

.z-index-1 {
  position: relative;
  z-index: 1;
}

/* TEXT */

h1,
h2,
h3,
h4,
h5,
p {
  line-height: 1;
}

h1 {
  font-size: var(--h1);
  font-weight: 700;
  margin-bottom: 1rem;
}

h1 u {
  font-weight: 900;
}

h2 {
  font-size: var(--h2);
  font-weight: 700;
}

h3 {
  font-size: var(--h3);
  font-weight: 700;
}

h4 {
  font-size: var(--h4);
  font-weight: 700;
}

h5 {
  font-size: var(--h5);
  font-weight: 700;
}

p {
  font-size: var(--p);
  font-weight: 400;
  line-height: 1.25;
}

b,
strong {
  font-size: inherit;
  font-weight: 500;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

.btn,
.form-container input.btn {
  display: inline-flex;
  gap: 0.25em;
  padding: 0.55em 1.25em;
  border-radius: 2em;
  font-size: var(--p);
  font-weight: 900;
  text-transform: uppercase;
  width: fit-content;
  height: fit-content;
  transition: all 0.25s ease;
}

.btn-grey {
  background: #d1d1d1;
  color: black;
}

.btn-red,
.form-container input.btn-red {
  background: var(--red);
  color: white;
}

.btn-red:hover,
.form-container input.btn-red:hover {
  background: var(--dark-red);
  color: white;
}

.icon {
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.5em;
}

.i-truck-pin {
  background: url("assets/img/icons/ic-truck-pin.svg") no-repeat center;
}

.i-phone {
  background: url("assets/img/icons/ic-phone.svg") no-repeat center;
}

.i-mail {
  background: url("assets/img/icons/ic-mail.svg") no-repeat center;
}

.i-address {
  background: url("assets/img/icons/ic-location.svg") no-repeat center;
}

#header-container nav {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  gap: 2em;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 3.5rem;
  padding-left: 3em;
  padding-right: 4em;
  z-index: 11;
}

.menu-toggle {
  background: none;
  border: none;
  width: 3em;
  height: 3em;
  display: flex;
}

.menu-toggle img {
  display: none;
}

.menu-toggle img.active {
  display: block;
}

#header-container .nav-ul-container {
  display: block;
  align-items: start;
  width: fit-content;
  height: fit-content;
  gap: 0.5em;
  margin: 0;
  padding-top: 20em;
  padding-left: 3em;
}

#header-container .nav-ul-container li {
  margin-bottom: 0.5em;
}

#header-container .nav-ul-container li a {
  font-size: calc(var(--h2) / 1.25);
  font-weight: 900;
  color: black;
  border-radius: 2em;
  text-transform: uppercase;
  transition: all 0.25s ease;
  position: relative;
}

#header-container .nav-ul-container li a:hover {
  padding-left: 0.5em;
}

#header-container .nav-ul-container li a::after {
  content: "|";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 3.4rem;
  color: var(--red);
  opacity: 0;
  transition: all 0.25s ease;
}

#header-container .nav-ul-container li a:hover::after {
  opacity: 1;
}

#header-container .nav-logo {
  width: 16em;
  height: auto;
  display: block;
  position: relative;
}

#header-container .btn-red {
  font-size: calc(var(--p) / 1.25);
  margin-left: auto;
}

.nav-ul-container .header-menu-container {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: white;
  z-index: 10;
  display: none;
  opacity: 0;
  padding-top: 20em;
  padding-left: 3em;
}

/* BANNER TOPO */

.banner-section {
  position: relative;
  z-index: 1;
  width: 100%;
  background: black;
  padding-top: 14em;
}

.banner-content {
  position: relative;
  z-index: 2;
}

.banner-content h1 {
  margin-bottom: 1em;
  line-height: 1.25;
}

.banner-content h1 u,
.banner-content h1 s {
  position: relative;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 0.5rem;
  text-decoration-color: var(--red);
}

.banner-content p {
  font-size: calc(var(--p) * 1.15);
}

.banner-section .banner-content img {
  width: 90%;
  margin-bottom: -5%;
}

.banner-section .video-banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.banner-section .video-banner-bg video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.el-arrow-container {
  z-index: 1;
  position: absolute;
  top: calc(100% - 6.75em);
  left: 50%;
  transform: translateX(-50%);
}

.el-arrow-base,
.el-arrow-body,
.el-arrow-point {
  display: block;
  position: relative;
  margin: 0 auto;
  box-sizing: content-box;
}

.el-arrow-base {
  width: 68vw;
  height: 6.75em;
  fill: url(#linear-gradient);
  margin: 0 auto;
  display: flex;
  align-items: end;
  z-index: 2;
}

.el-arrow-body {
  width: 68vw;
  height: 0;
  background: linear-gradient(170deg, #aa6a44 10%, #dd8958 60%);
  top: -1px;
}

.el-arrow-point {
  width: 74vw;
  height: 249px;
  margin: 0 auto;
  fill: #dd8958;
  margin-top: -2px;
  overflow: hidden;
}

.el-arrow-point svg {
  object-position: bottom;
}

.arrow-content {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  text-align: center;
  width: 35em;
}

.arrow-content h3 {
  font-size: calc(var(--h1) * 1.75);
  font-weight: 900;
  margin: 0.25em 0;
}

.arrow-content h3 sub {
  bottom: 0.35em;
  font-size: var(--h2);
}

.arrow-content p {
  font-size: calc(var(--p) * 1.25);
}

.gradient-container {
  position: absolute;
  top: -30em;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.gradient-container .grad-item {
  position: absolute;
  top: 0;
  width: 60%;
  height: 50em;
}

.gradient-container .grad-item:first-of-type {
  left: 0;
  background: radial-gradient(farthest-side, #e6313177 0%, #e6313100 100%);
}

.gradient-container .grad-item:last-of-type {
  right: 0;
  background: radial-gradient(farthest-side, #dd89587a 0%, #dd895800 100%);
}

.paraguai-section {
  background: black;
  color: white;
  position: relative;
  padding-top: 53em;
}

.paraguai-section h2 {
  font-size: var(--h1);
  margin-bottom: 1em;
}

.paraguai-section p {
  font-size: calc(var(--p) * 1.15);
}

.paraguai-section .el-flag-container {
  margin: 0 auto;
  width: 12em;
  height: 7em;
  margin-bottom: 5rem;
}

#pixi_flag {
  width: 100%;
  height: 100%;
}

#three_flag {
  width: 100%;
  height: 100%;
  position: relative;
}

.cards-grid-container {
  display: grid;
  grid-template-columns: repeat(4, minmax(200px, 1fr));
  gap: 3em;
  justify-content: space-between;
  padding: 2em 0;
  margin-top: 8em;
  flex-wrap: wrap;
}

.card-item {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  min-height: 440px;
  border-radius: 20px;
  text-align: center;
  padding: 1.5em;
  background: black;
  transition: all 0.5s ease;
  box-shadow: 0 0 3em rgba(230, 49, 49, 0.25);
}

.card-item:hover {
  box-shadow: 0 0 3em rgba(230, 49, 49, 0.75);
}

.card-item:nth-child(1) {
  top: -15em;
}

.card-item:nth-child(3) {
  top: -3em;
}

.card-item:nth-child(4) {
  top: -10em;
}

.card-item .card-content {
  position: relative;
  z-index: 1;
  margin-top: 15em;
}

.card-item h3 {
  color: var(--red);
  font-size: calc(var(--h2) * 1.1);
}

.card-item h3 sub {
  bottom: 0;
}

.card-item .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60%;
  object-fit: cover;
  z-index: 0;
  mask: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 40%);
}

#globe-canvas {
  width: 100%;
  height: 100em;
  z-index: 0;
  margin: 0 auto;
  position: absolute;
  top: 38em;
  left: 50%;
  transform: translateX(-50%);
}

.paraguai-section .section-content {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}

.about-section {
  position: relative;
  overflow: hidden;
}

.div-content {
  position: relative;
  z-index: 1;
  margin-top: 18em;
}

.div-content h2 {
  padding-bottom: 4em;
}

.div-content .el-arrow {
  position: absolute;
  bottom: 0;
  left: -60%;
  width: 60em;
  height: 6em;
  object-fit: cover;
  z-index: 0;
  background: url("assets/img/elements/el-arrow-red.svg") no-repeat center;
}

.about-section .el-white-circle {
  position: absolute;
  background: #dcdcdc;
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.5s ease;
}

.about-section .el-white-circle.first {
  width: 0;
  height: 0;
  opacity: 0;
}

.about-section .el-white-circle.second {
  width: 70vw;
  height: 70vw;
  top: 5%;
  left: -20%;
}

.about-section .el-white-circle.third {
  width: 40vw;
  height: 40vw;
  top: 61%;
  left: 39%;
}

.about-section .el-white-circle:after {
  content: "";
  position: absolute;
  bottom: -30%;
  right: -25%;
  transform: rotate(61deg);
  width: 55rem;
  height: 100rem;
  background: radial-gradient(
    closest-side,
    #bf7e53bb 0%,
    rgba(255, 255, 255, 0) 90%
  );
  border-radius: 50%;
  transition: all 0.5s ease;
}

.el-grad {
  position: absolute;
  left: 20%;
  width: 55rem;
  height: 55rem;
  border-radius: 50%;
  z-index: -1;
}

.el-grad.grad-red {
  background: radial-gradient(
    closest-side,
    #e63231 0%,
    rgba(255, 255, 255, 0) 90%
  );
  top: 5%;
}

.el-grad.grad-yellow {
  background: radial-gradient(
    closest-side,
    #bf7e53bb 0%,
    rgba(255, 255, 255, 0) 90%
  );
  top: 20%;
}

.about-section .el-white-circle.gradRed:after {
  left: -90%;
  right: auto;
  background: radial-gradient(
    closest-side,
    #e63231 0%,
    rgba(255, 255, 255, 0) 90%
  );
  transform: rotate(140deg);
}

.el-phrase-container {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  z-index: -1;
}

.el-phrase-container span {
  font-size: 20rem;
  font-weight: 900;
  display: inline-block;
  min-width: 100vw;
  letter-spacing: -1rem;
  margin: 0;
  padding: 0;
  color: #8282822f;
  line-height: 0.8;
}

.about-section h2 {
  font-size: calc(var(--h2) / 1.05);
}
.about-item {
  display: flex;
  width: 100%;
  height: auto;
  gap: 2.5em;
  color: white;
  justify-content: start;
}

.about-item + .about-item {
  margin-top: 6em;
}

.about-item .icon-circle {
  --width: 5em;
  width: var(--width);
  min-width: var(--width);
  max-width: var(--width);
  height: var(--width);
  display: inline-block;
  border-radius: 50%;
  background: linear-gradient(180deg, #e63231 0%, #8f3231 100%);
  position: relative;
}

.icon-circle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2.25em;
  height: 2.25em;
}

.icon-circle.ic-truck::after {
  background: url("assets/img/icons/ic-truck-pin.svg") no-repeat center;
}

.icon-circle.ic-security::after {
  background: url("assets/img/icons/ic-security.svg") no-repeat center;
}

.icon-circle.ic-timer::after {
  background: url("assets/img/icons/ic-timer.svg") no-repeat center;
}

.icon-circle.ic-config::after {
  background: url("assets/img/icons/ic-config.svg") no-repeat center;
}

.icon-circle.ic-money::after {
  background: url("assets/img/icons/ic-money.svg") no-repeat center;
}

.icon-circle.ic-search-pack::after {
  background: url("assets/img/icons/ic-search-pack.svg") no-repeat center;
}

.icon-circle.ic-alarm::after {
  background: url("assets/img/icons/ic-alarm.svg") no-repeat center;
}

.about-item .about-content {
  width: 100%;
  height: auto;
  display: inline-block;
}

.about-item .about-content h3 {
  font-size: calc(var(--h3) / 1.4);
  margin-bottom: 1em;
  font-weight: 700;
}

.about-item .about-content p {
  font-size: calc(var(--p) / 1.05);
}

/* SERVIÇOS */

.services-section {
  position: relative;
  color: white;
}

.services-section h2 {
  font-size: calc(var(--h2) * 1.25);
  margin-bottom: 1em;
}

.services-section h2 + h3 {
  font-size: calc(var(--h3) / 1.25);
  font-weight: 500;
  opacity: 0.7;
}

.tabs-container {
  display: flex;
  justify-content: space-between;
  gap: 1em;
  margin-top: 8em;
  position: relative;
}

.tabs-container .tab-item-group {
  position: relative;
  width: 100%;
  margin-left: 10rem;
}

.tabs-container .tab-item-group .tab-item .el-circle-2 {
  content: "";
  position: absolute;
  width: 45em;
  height: 45em;
  background: #dcdcdc;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  display: none;
}

.tabs-container .tab-item-group .tab-item {
  display: none;
  position: relative;
  width: 100%;
  text-align: center;
  max-width: 20rem;
  color: black;
}

.tabs-container .tab-item-group .tab-item.active {
  display: block;
}

.tabs-container .tab-item-group .tab-item img {
  width: 12rem;
  height: 12rem;
  object-fit: contain;
  margin-bottom: 5rem;
}

.tabs-container .tab-item-group .tab-item h3 {
  font-weight: 500;
  margin-bottom: 0.75rem;
}

.tabs-container .tab-item-group .tab-item span {
  opacity: 0.7;
  font-weight: 800;
  font-style: italic;
  margin-bottom: 0.75rem;
  display: block;
}

.tab-bar {
  display: flex;
  flex-direction: column;
  gap: 1em;
  justify-content: space-between;
  background-color: #0c0c0c;
  border-radius: 50px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  min-height: 27rem;
}

.tab-bar-item-container {
  width: 100%;
  flex: 33%;
  position: relative;
  display: flex;
}

.tab-bar-item-container:not(:first-of-type):not(:last-of-type) {
  align-items: center;
}

.tab-bar-item-container:last-of-type {
  align-items: end;
}

.tab-bar-item {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  padding: 1.25em;
  cursor: pointer;
  background: black;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 1.5em rgba(230, 49, 49, 0.25);
  margin: 0.5em;
  transition: box-shadow 0.25s;
  position: relative;
}

.tab-bar-item:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  height: 60%;
  z-index: 1;
}

.tab-bar-item-container:nth-child(1) .tab-bar-item:after {
  background: url("assets/img/icons/ic-servico-01.svg") no-repeat center;
}

.tab-bar-item-container:nth-child(2) .tab-bar-item:after {
  background: url("assets/img/icons/ic-servico-02.svg") no-repeat center;
}

.tab-bar-item-container:nth-child(3) .tab-bar-item:after {
  background: url("assets/img/icons/ic-servico-03.svg") no-repeat center;
}

.tab-bar-item-container:nth-child(1).active .tab-bar-item:after {
  background: url("assets/img/icons/ic-servico-01-red.svg") no-repeat center;
}

.tab-bar-item-container:nth-child(2).active .tab-bar-item:after {
  background: url("assets/img/icons/ic-servico-02-red.svg") no-repeat center;
}

.tab-bar-item-container:nth-child(3).active .tab-bar-item:after {
  background: url("assets/img/icons/ic-servico-03-red.svg") no-repeat center;
}

.tab-bar-item:hover {
  box-shadow: 0 0 1.75em rgba(230, 49, 49, 0.75);
}

.tab-bar img {
}

.tab-bar-item-container.active {
  background: linear-gradient(90deg, #e63231 0%, #8f3231 100%);
}

.gallery-section {
  position: relative;
  background-color: white;
}

.gallery-section::before {
  content: "";
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 1982 144"><path fill="white" d="M1982,84c-304-24.5-631.8-37.9-973.5-37.9S313.8,60.6,0,86.9v57.1h1982v-60Z"/></svg>');
  background-size: cover;
  background-position: top center;
  position: absolute;
  top: -6em;
  left: 0;
  width: 100%;
  height: 8.5em;
  z-index: 0;
}

.gallery-section h2 {
  font-size: calc(var(--h2) * 1.25);
  margin-bottom: 0.5em;
}

.gallery-section h4 {
  font-size: calc(var(--h4) * 1.3);
  font-weight: 500;
  opacity: 0.7;
}

.gallery-scroll {
  display: flex;
  gap: 1em;
  padding: 1em 0;
  margin-top: 2em;
  padding-bottom: 5em;
}

.gallery-scroll .gallery-content .scroll-content {
  display: flex;
  width: fit-content;
  gap: 1em;
  margin-left: 5em;
  margin-bottom: 1em;
}

.gallery-scroll .gallery-content .gallery-item {
  width: 44em;
  height: 28em;
  border-radius: 1.5rem;
  overflow: hidden;
}

.gallery-scroll .gallery-content .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-text-content {
  width: 42rem;
  height: auto;
  overflow: hidden;
}

.about2-section {
  position: relative;
  background: white;
}

.about2-section .about2-title h2 {
  font-size: calc(var(--h2) * 2.25);
  margin-bottom: 0.25em;
}

.about2-section .about2-title h3 {
  font-size: calc(var(--h3) / 1.35);
  font-weight: 600;
  color: #3a3a3a;
}

.about2-section .truck2-container {
  position: relative;
  margin-top: 5em;
}

.about2-section .truck2-container h4 {
  font-size: calc(var(--h4) * 2);
  margin-bottom: 1em;
}

.about2-section .truck2-container .el-truck2 {
  position: relative;
  z-index: 1;
}

.el-truck-container {
  position: relative;
}

.about2-section .truck2-container .el-flags {
  position: absolute;
  left: 8%;
  bottom: 35%;
  width: 25%;
  height: auto;
  z-index: 0;
}

.about2-section .truck2-container p {
  margin-right: 20%;
}

.about2-section .el-red-round {
  position: relative;
  border-radius: 30em;
  width: 14em;
  height: 3.5em;
  background: var(--red);
  margin-top: 4em;
}

.el-anim-phrase {
  position: relative;
  width: 100vw;
  height: 15%;
  min-height: 150px;
  overflow: hidden;
  z-index: 2;
  margin: 0;
  padding: 0;
  transform: translateY(25%);
}

.el-anim-phrase .m-scroll {
  height: 100%;
  white-space: nowrap;
  animation: scrollText 15s infinite linear;
  margin: 0;
  display: inline-block;
}

.m-scroll span {
  font-size: 12rem;
  font-weight: 700;
  display: inline-block;
  min-width: 100vw;
  letter-spacing: -0.75rem;
  margin: 0;
  padding: 0;
}

@keyframes scrollText {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

.app-section {
  position: relative;
  background: black;
  color: white;
}

.app-section .about-item {
  background: rgba(0, 0, 0, 0.75);
  padding: 2.5em;
  border-radius: 1.25em;
}

.el-app-container {
  z-index: 1;
  width: 100%;
  height: 50em;
  display: flex;
  justify-content: right;
}

.el-app-container .el-app {
  width: 120%;
  height: 100%;
  object-fit: contain;
  position: relative;
}

.app-section h3 {
  margin-bottom: 2em;
}

.contact-section {
  position: relative;
  background: black;
  color: white;
  margin-top: -1px;
}

.contact-section h2 {
  font-size: calc(var(--h2) * 1.45);
  margin-bottom: 1em;
}

.contact-section h2 strong {
  font-weight: 700;
  color: #3a3a3a;
}

.address-slider-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.address-slider-container:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  width: 60%;
  height: 100%;
  background: radial-gradient(farthest-side, #e6313177 0%, #e6313100 100%);
  z-index: 0;
}

.address-slider-container::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  width: 60%;
  height: 100%;
  background: radial-gradient(farthest-side, #dd8958 0%, #dd895800 100%);
  z-index: 0;
}

.address-slider {
  width: 100%;
  height: 13em;
  margin: 68px 0;
}

.buttons-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  left: 20%;
  z-index: 1;
  width: 3em;
  height: 3em;
  margin-top: 0;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: "";
  width: 100%;
  height: 100%;
  background: url("assets/img/icons/ic-arrow-red.svg") no-repeat center;
  font-size: inherit;
}

.swiper-button-prev {
  top: 0;
  bottom: auto;
}

.swiper-button-next {
  bottom: 0;
  top: auto;
}

.swiper-button-next::after {
  transform: rotate(180deg);
}

.address-slider .swiper-slide {
  position: relative;
  display: flex;
  gap: 3em;
  justify-content: space-between;
  padding: 3em 8em;
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 3em;
}

.address-slider h3 {
  font-size: calc(var(--h3) / 1.15);
  margin-bottom: 0;
}

.address-slider address {
  margin-bottom: 0;
}

.address-slider a {
  display: inline-flex;
  font-size: var(--p);
  height: fit-content;
  margin-bottom: 0;
}

.address-slider .icon {
  width: 1.5em;
  height: 1.5em;
  background-size: 70%;
  margin-right: 0.25em;
}

.info-content {
  display: inline-grid;
  flex-direction: row;
  gap: 0.25em;
  height: fit-content;
}

footer {
  background: white;
}

.form-container {
  padding-top: 1.5em;
}

.form-container form {
  display: flex;
  justify-content: space-between;
  gap: 1em;
  width: 100%;
  height: auto;
  flex-wrap: wrap;
}

.form-container p {
  margin-bottom: 0;
  font-size: inherit;
}

.form-container .form-item {
  width: 100%;
  height: auto;
  flex: 20%;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0;
  padding: 1em;
  border-radius: 0.75em;
  width: 100%;
}

.wpcf7-not-valid-tip {
  margin-top: 1em;
}

.form-container input {
  width: 100%;
  height: 3em;
  padding: 1em;
  border-radius: 0.75em;
  background: transparent;
  border: 1px solid white;
  color: white;
  font-size: var(--p);
}

.form-container input::placeholder {
  color: white;
}

.footer-menu ul {
  display: flex;
  gap: 0.5em;
  justify-content: center;
  flex-wrap: wrap;
}

.footer-menu ul a {
  font-size: calc(var(--p) / 1.55);
  font-weight: 900;
  color: black;
  background: #ededed;
  border-radius: 2em;
  padding: 0.55em 1.25em;
  text-transform: uppercase;
  transition: all 0.25s ease;
}

.footer-menu ul a:hover {
  background: #dcdcdc;
}

.footer-menu-2 a {
  transition: all 0.25s ease;
}

.footer-menu-2 a:hover {
  color: var(--red);
  text-decoration: underline;
}

footer .menu-logo {
  max-width: 14em;
  display: block;
}

.wp-content {
  margin-top: 1.5em;
  color: black !important;
}

.wp-content h2 {
  font-size: 2.5rem;
}

.blog-section .wp-content p {
  font-size: 1.25rem;
  margin-right: 0;
  margin-top: 0;
  line-height: 1.5;
}

.blog-section .wp-content h1,
.blog-section .wp-content h2,
.blog-section .wp-content h3,
.blog-section .wp-content h4,
.blog-section .wp-content h5,
.blog-section .wp-content ul,
.blog-section .wp-content ol,
.blog-section .wp-content p {
  margin-bottom: 20px;
}

.blog-section .wp-content h1,
.blog-section .wp-content h2,
.blog-section .wp-content h3,
.blog-section .wp-content h4,
.blog-section .wp-content h5 {
  padding-top: 20px;
}

.blog-section .wp-content ul,
.blog-section .wp-content ol {
  list-style: disc;
  list-style-position: inside;
}

.blog-intern {
  background: white;
}

.blog-section .wp-content li {
  font-size: 1.25rem;
  line-height: 1.5;
}

.form-container input.btn {
  border: none;
}
