#customPageTitle {
  display: none;
}
h1 {
  opacity: 0;
  margin-top: 40px;
  margin-bottom: 20px;
}
.centeredContent > section {
  /* width: 95%; */
  margin: 0 auto;
}

.centeredContent > section {
  /* width: 100%; */
}
section.infoTextImg {
    margin-top: 54px;
}
.row {
  display: flex;
  flex-direction: row;
  /* width: var(--web-container); */
  margin: 0px auto 40px;
}

.row:nth-of-type(even) {
  flex-direction: row-reverse;
}
.row:nth-of-type(odd) .col-2:nth-child(2) .info.onViewport {
  opacity: 0;
  -webkit-animation: fade-in-left 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s
    both;
  animation: fade-in-left 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
}
.row:nth-of-type(even) .col-2:nth-child(2) .info.onViewport {
  opacity: 0;
  -webkit-animation: fade-in-left 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s
    both;
  animation: fade-in-left 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
}

.col-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
}
section.brandsBox {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: visible;
}
img.contactBanner {
  width: 100%;
}

input.formInput {
  height: 57px;
  border-radius: 8px;
  border: 1px solid #F2F2F2;
  padding: 8px;
  box-sizing: border-box;
  font-size: 12px;
  color: var(--base);
  
}

input::placeholder{
  color: var(--base);
}

.brand {
  position: relative;
  aspect-ratio: 1/1;
  width: 100%;
  background: #F6F6F6;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  border:1px solid transparent;
  transition: 0.4s all ease-out;
}
.brand:hover {
  background: #a624861c;
  border:1px solid var(--secondary)
}
.brand:hover .seeMore{
 display:block
}
.brand img {width: 200px;}
.seeMore {
    position: absolute;
    display: none;
    bottom: 20px;
    text-decoration: underline;
    text-underline-offset: 4px;
    color: var(--secondary);
    font-size: 14px;
    font-weight: 600;
    transition: 0.3s all ease-out;
}
.imgContainer,
.img {
  width: 95%;
  display: block;
  border-radius: var(--border-radius-small);
}

.centeredContent {
  width: 100%;
  max-width: unset;
  overflow: visible;
}
section.banner {
  margin-top: 5rem;
}
.info {
  opacity: 0;
  width: 95%;
  font-size: var(--base-font-size);
  line-height: 20px;
}

.row:nth-of-type(odd) .col-2:nth-child(2) .info.onViewport {
    animation: fade-in-right 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
    -webkit-animation: fade-in-right 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
}
.centeredContent h2 {
  margin-bottom: 30px;
  margin-top: 22px;
  width: 100%;
  max-width: unset;
  color: var(--secondary);
  font-weight: 700;
  font-size: var(
  --group-font-size);
  line-height: var(
  --group-line-height);
  letter-spacing: 1px;
}
.videoBanner {
  height: calc(100svh - var(--menu-height));
  width: 100%;
  object-fit: cover;
}

h1,
#customPageTitle {
  width: 100%;
  position: relative;
  text-align: center;
  height: auto;
  font-family: var(--font-family-2);
  color: var(--secondary);
  letter-spacing: var(
  --letter-spacing);
  font-size: 36px;
  text-transform: uppercase;
  line-height: 40px;
  font-weight: var(
  --custom-titles-font-weight);
  margin: 0;
}
.conveniosText {
    width: 100%;
    max-width: 700px;
    margin: 3rem auto;
    line-height: 18px;
    font-size: 14px;
}
.formTop {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

textarea.formInput.contact_message {
    width: 100%;
    border-radius: 8px;
    min-height: 172px;
    border: 1px solid #F2F2F2;
    padding: 8px;
    box-sizing: border-box;
    resize: none;
}

.formContainer {
    max-width: 700px;
    margin: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.agreementsTitle {
    font-size: 26px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 4px;
    font-family: var(--font-family-2);
    color: var(--secondary);
}

.agreementsText {
    margin-top: 32px;
}

.agreementsSubtitle {
    font-size: 16px;
    line-height: 20px;
}

figure.agreementsImg {
    width: 100%;
    aspect-ratio: 1/1;
}

figure.agreementsImg img {
    width: 100%;
    aspect-ratio: 1/1;
}

.box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px 34px;
    margin-top: 3rem;
}


.file-input-wrapper {
    border: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
    width: 100%;
    text-align: left;
    padding: 8px 15px 8px 10px;
    color: var(--base);
    border-radius: 8px;
}

.uploadFileContianer {
    border-radius: 8px;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    gap: 0;
    cursor: pointer;
    background: #F6F6F680;
    width: 100%;
    font-size: 12px;
    color: var(--base);
    /* padding-right: 20px; */
}

.uploadFileContianer:hover {
    
}

.file-input-close {
    display: none;
}

.file-input-close.visible {
    display: block;
    padding: 10px 18px;
}
.sendContactCustom {
    background: var(--secondary);
    color: var(--base-aux);
    text-align: center;
    padding: 16px 0;
    font-size: 18px;
    font-weight: 600;
    border-radius: 8px;
    transition: 0.3s all ease;
    border: 1px solid var(--secondary);
}
.sendContactCustom:hover {
    background: var(--base-aux);
    color: var(--secondary);
   
}

@media screen and (max-width: 1100px) {
  .centeredContent {
    margin: 0 auto !important;
    width: 90% !important;
  }
section.brandsBox {
  grid-template-columns: repeat(1, 1fr);
  width: 90%;
  margin-top: 1.5rem;
}
.agreementsText {
    margin-top: 16px;
}
  .agreementsSubtitle {
    font-size: 12px;
    line-height: 16px;
}
  .box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 9px;
    margin-top: 3rem;
}
.agreementsTitle {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 0;
}

  
  .row {
    flex-direction: column;
  }
  h1 {
    margin-top: 38px;
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 34px;
    text-align: center;
    width: 100%;
  }
  .row:nth-of-type(even) {
    flex-direction: column;
  }

  .col-2 {
    width: 100%;
  }

  .info {
    width: 92%;
    margin: 40px 0;
  }


  .videoBanner {
    height: 100%;
    object-fit: cover;
    aspect-ratio: 16/9;
  }
}
