/*!
	Theme Name: Unidasul
	Author: Allto Digital
	Author URI: https://allto.digital/
	Description: Landing page da Unidasul
	Version: 1.0
*/
/*
* CSS para Componentes globais
*/
@import url("https://fonts.googleapis.com/css2?family=Carattere&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
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, font, 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, figure {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

hr {
  display: none;
}

textarea {
  resize: none;
  overflow: auto;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

:focus {
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

* html > body .clearfix {
  display: inline-block;
  width: 100%;
}

.replace {
  background-repeat: no-repeat;
  background-position: left top;
  background-color: transparent;
  text-indent: -9999em;
  overflow: hidden;
  display: block;
}
.replace * {
  text-indent: -9999em;
  display: block;
  background-repeat: no-repeat;
  background-position: left top;
  background-color: transparent;
}
.replace a {
  text-indent: 0;
}
.replace a span {
  text-indent: -10000px;
}

.replace-bt {
  text-indent: -999px;
  line-height: 999999px;
  cursor: pointer;
  border: none;
}

span.accesskey {
  text-decoration: none;
}

.accessibility {
  position: absolute;
  top: -999em;
  left: -999em;
}

.hidden {
  display: none;
}

@font-face {
  font-family: "Oferta";
  src: local("Oferta"), url("assets/fonts/oferta-dia.ttf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
body {
  font-size: 16px;
  font-family: "Work Sans", sans-serif;
  color: #4c4c4c;
}

.main {
  position: relative;
  overflow: hidden;
}

a {
  text-decoration: none;
  transition: color 0.2s linear, background-color 0.2s linear;
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1196px;
  }
}
.header {
  width: 100%;
  padding: 15px 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.header__navigation {
  background-color: transparent;
  position: relative;
  width: 100%;
  padding: 15px 25px;
  display: block;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.header__navigation ul {
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
  position: relative;
}
.header__navigation ul li {
  margin: 0 50px;
}
.header__navigation ul li a {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  transition: all 0.3s ease;
}
.header__navigation ul li a:hover, .header__navigation ul li a.active {
  color: #f59a1b;
}
.header__navigation ul li.active a {
  color: #f59a1b;
}
@media screen and (max-width: 769px) {
  .header__navigation ul li.active a {
    color: #0b3545;
  }
}
@media screen and (max-width: 992px) {
  .header__navigation ul li {
    margin-bottom: 50px;
  }
}
.header__navigation ul li:first-of-type {
  margin: 0;
}
.header__navigation ul .menu-home a {
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  width: 10vw;
  height: 50px;
  background: url(assets/images/logo-menu.png) no-repeat center/contain;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  margin: 0 50px 0 0;
}
@media screen and (max-width: 769px) {
  .header__navigation ul .menu-home a {
    display: none;
  }
}
.header__navigation ul .menu-youtube a {
  display: inline-block;
  width: 42px;
  height: 29px;
  background: url(assets/images/youtube.png) no-repeat center/contain;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.3s ease;
}
.header__navigation ul .menu-instagram a {
  display: inline-block;
  width: 29px;
  height: 29px;
  background: url(assets/images/instagram.png) no-repeat center/contain;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.3s ease;
}
@media screen and (max-width: 992px) {
  .header__navigation ul {
    flex-direction: column;
  }
}
.header__navigation.scrolled ul .menu-home a {
  top: -9px;
  height: 50px;
  left: 54%;
  transform: translateX(-50%);
  width: 7vw;
}
@media only screen and (max-width: 1441px) {
  .header__navigation.scrolled ul .menu-home a {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 769px) {
  .header__navigation.scrolled ul .menu-home a {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .header__navigation {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(8, 82, 117, 0.968627451);
    padding: 50px 0 50px 0;
    display: none;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    border-radius: 0;
  }
  .header__navigation.active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    display: block !important;
    overflow: hidden;
  }
  .header__navigation ul {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .header__navigation ul .menu-instagram {
    width: 40px;
    height: 40px;
  }
  .header__navigation ul .menu-youtube {
    width: 42px;
    height: 40px;
  }
  .header__navigation ul li {
    margin-bottom: 50px;
  }
  .header__navigation ul li a {
    font-size: 2rem;
    color: #fff;
    text-decoration: none;
  }
  .header__navigation ul li a:hover {
    color: #f59a1b;
  }
  .header__navigation ul .menu-home {
    display: none;
  }
}
.header__navigation-mobile {
  display: none;
}
.header__navigation-mobile__logo {
  max-width: 170px;
}
@media screen and (max-width: 769px) {
  .header__navigation-mobile {
    display: block;
    background-color: transparent;
    width: 85vw;
    margin-left: 5%;
    border-radius: 15px;
    height: 65px;
    margin-top: 0px;
    display: flex;
    align-items: center;
    top: 10px;
    position: relative;
    transition: all 0.4s ease;
  }
}
.header__button-menu {
  position: absolute;
  top: 25px;
  right: 40px;
  background: #085275;
  border: none;
  width: 65px;
  height: 65px;
  padding: 0 13px;
  border-radius: 15px;
  cursor: pointer;
  z-index: 10000;
  transition: all 0.3s ease;
}
.header__button-menu::before, .header__button-menu::after,
.header__button-menu span {
  background: #fff;
  width: 100%;
  height: 5px;
  display: block;
  position: relative;
  border-radius: 2px;
}
.header__button-menu::before, .header__button-menu::after {
  content: "";
}
.header__button-menu::before {
  animation: ease 0.7s line01MenuButton forwards;
}
.header__button-menu span {
  animation: ease 0.7s line02MenuButton forwards;
  margin: 6px 0;
}
.header__button-menu::after {
  animation: ease 0.7s line03MenuButton forwards;
}
.header__button-menu.active::before {
  animation: ease 0.7s line01MenuButtonActive forwards;
}
.header__button-menu.active span {
  animation: ease 0.7s line02MenuButtonActive forwards;
}
.header__button-menu.active::after {
  animation: ease 0.7s line03MenuButtonActive forwards;
}
@media screen and (max-width: 500px) {
  .header__button-menu {
    right: 20px;
  }
}
@media only screen and (max-width: 1441px) {
  .header__navigation {
    left: 7.5%;
    width: 85%;
  }
}
@media only screen and (max-width: 1367px) {
  .header__navigation {
    left: 5%;
    width: 90%;
  }
}
@media only screen and (max-width: 1281px) {
  .header__navigation {
    left: 2.5%;
    width: 95%;
  }
}
@media only screen and (max-width: 992px) {
  .header__navigation {
    left: 0;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .header .container,
  .header .container-lg,
  .header .container-md,
  .header .container-sm,
  .header .container-xl {
    max-width: 1074px;
  }
}

@keyframes line01MenuButton {
  0% {
    top: 11px;
    transform: rotate(45deg);
  }
  50% {
    top: 11px;
    transform: rotate(0deg);
  }
  100% {
    top: 0;
    transform: rotate(0deg);
  }
}
@keyframes line01MenuButtonActive {
  0% {
    top: 0;
    transform: rotate(0);
  }
  50% {
    top: 11px;
    transform: rotate(0);
  }
  100% {
    top: 11px;
    transform: rotate(45deg);
  }
}
@keyframes line03MenuButton {
  0% {
    bottom: 11px;
    transform: rotate(135deg);
  }
  50% {
    bottom: 11px;
    transform: rotate(0);
  }
  100% {
    bottom: 0;
    transform: rotate(0);
  }
}
@keyframes line03MenuButtonActive {
  0% {
    bottom: 0;
    transform: rotate(0);
  }
  50% {
    bottom: 11px;
    transform: rotate(0);
  }
  100% {
    bottom: 11px;
    transform: rotate(135deg);
  }
}
@keyframes line02MenuButton {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes line02MenuButtonActive {
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(0);
  }
}
.footer {
  position: relative;
  z-index: 3;
  padding: 4rem 0;
  margin-bottom: -1px;
  background-color: #0b3545;
}
.footer img {
  width: 300px;
}
@media only screen and (max-width: 550px) {
  .footer img {
    width: 100%;
  }
}

.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.6431372549);
}
.modal-backdrop.show {
  opacity: 0.95;
}
.modal-dialog {
  max-width: 1140px;
  margin: 0px auto 50px;
}
.modal-content {
  border: none;
  padding: 30px 50px;
  border-radius: 25px;
  box-shadow: 5px 8px 22px 2px rgba(0, 0, 0, 0.27);
}
.modal-content__scroll {
  font-family: "Work Sans", sans-serif;
  max-height: 580px;
  overflow: auto;
}
.modal-content__scroll::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.modal-content__scroll::-webkit-scrollbar-thumb {
  background: #9d9d9d;
  border-radius: 5px;
}
.modal-content__scroll::-webkit-scrollbar-track {
  background: #e5e5e5;
  border-radius: 5px;
}
.modal .btn-close {
  background-image: url(assets/images/sprite.png);
  background-position: -298px -233px;
  width: 33px;
  height: 33px;
  background-size: auto;
  padding: 0;
  position: absolute;
  top: -70px;
  right: 50px;
  opacity: 1;
}
.modal-title {
  font-style: normal;
  font-weight: 900;
  font-size: 30px;
  color: #d01f28;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.modal-title::after {
  content: "";
  background-color: #727272;
  height: 1px;
  flex: 1 0 0;
  margin-left: 30px;
}
.modal-regulamento .icon-download {
  background-image: url(assets/images/sprite.png);
  background-position: -406px -152px;
  width: 36px;
  height: 36px;
  order: 2;
  margin-left: 20px;
}
.modal-regulamento__scroll h3 {
  font-weight: 700;
  font-size: 24px;
  color: #72286c;
  margin-bottom: 10px;
}
.modal-regulamento__scroll p {
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  color: #575550;
  margin-bottom: 30px;
}
.modal-regulamento__scroll img {
  width: 100%;
  display: block;
}
.modal-produtos li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 30px 25px 50px;
  border-bottom: 1px solid #727272;
}
.modal-produtos li .modal-flex {
  display: flex;
}
@media screen and (max-width: 769px) {
  .modal-produtos li .modal-flex {
    flex-direction: column;
  }
}
.modal-produtos li:last-child {
  border-bottom: none;
}
@media screen and (max-width: 769px) {
  .modal-produtos li {
    padding: 25px 30px 25px 0px;
  }
}
.modal-produtos__image {
  object-fit: contain;
  width: 125px;
  min-width: 125px;
  max-height: 120px;
  margin-right: 20px;
}
.modal-produtos__name {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #f59a1b;
}
.modal-produtos__desc {
  font-size: 14px;
  line-height: 24px;
  color: #575550;
}
.modal-produtos__price {
  font-weight: 900;
  font-size: 40px;
  font-family: "Work Sans", sans-serif;
  color: #d01f28;
  text-align: right;
  min-width: 300px;
}
@media screen and (max-width: 769px) {
  .modal-produtos__price {
    text-align: left;
    font-size: 1.8rem;
  }
}

html {
  scroll-behavior: smooth;
  height: auto;
  min-height: 100vh;
}

body {
  overflow-x: hidden;
}
body.menu-open {
  overflow: hidden !important;
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  touch-action: none !important;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: none !important;
}
@supports (-webkit-touch-callout: none) {
  body.menu-open {
    position: fixed !important;
    overflow: hidden !important;
  }
}
@media (max-width: 992px) {
  body.menu-open {
    -webkit-overflow-scrolling: auto !important;
    overflow-scrolling: auto !important;
  }
}

.wpcf7 form .wpcf7-response-output {
  color: #fff;
  background: rgba(244, 67, 54, 0.9);
  padding: 1rem 0;
  border-radius: 8px;
  margin: 20px 0;
  font-weight: 600;
  border: 2px solid #f44336 !important;
}
.wpcf7 form .wpcf7-response-output.wpcf7-validation-errors {
  background: rgba(244, 67, 54, 0.9);
  color: #fff;
}
.wpcf7 form .wpcf7-response-output.wpcf7-mail-sent-ok {
  background: rgba(76, 175, 80, 0.9);
  border-color: #4caf50;
  color: #fff;
}
.wpcf7 form.sent .wpcf7-response-output {
  background: rgba(76, 175, 80, 0.9);
  border-color: #4caf50;
  color: #fff;
}
.wpcf7 .wpcf7-not-valid-tip {
  display: block;
  color: #fff;
  background: rgba(244, 67, 54, 0.9);
  padding: 8px 12px;
  border-radius: 6px;
  margin: 8px 0;
  font-size: 0.9rem;
  font-weight: 600;
  border: 1px solid #f44336;
  animation: slideInError 0.3s ease-out;
}
.wpcf7 .wpcf7-not-valid {
  border-color: #f44336;
  box-shadow: 0 0 0 2px rgba(244, 67, 54, 0.3);
  background-color: #fff;
}
.wpcf7 .file-wrapper:has(input.wpcf7-not-valid) .file-label, .wpcf7 .file-wrapper.wpcf7-not-valid .file-label {
  border-color: #f44336;
  background-color: #ffebee;
  color: #d32f2f;
}
.wpcf7 .wpcf7-form-control-wrap[data-name=your-recipe-image] .wpcf7-not-valid-tip {
  display: block;
  color: white;
  background: rgba(244, 67, 54, 0.9);
  padding: 8px 12px;
  border-radius: 6px;
  margin: 8px 0;
  font-size: 0.9rem;
  font-weight: 600;
  border: 1px solid #f44336;
  position: relative;
  z-index: 1000;
}
.wpcf7 .wpcf7-form-control-wrap {
  position: relative;
}
.wpcf7 .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: relative;
  width: 100%;
  z-index: 1000;
}

@media (max-width: 992px) {
  .menu-open .main {
    overflow: hidden !important;
    height: 100vh !important;
    position: relative !important;
  }
}

#regulamento {
  scroll-margin-top: 100px;
}

#faq {
  scroll-margin-top: 100px;
}

.brand-logo {
  max-width: 100%;
  max-height: 150px;
  width: auto;
  height: auto;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.brand-logo:hover {
  transform: scale(1.05);
}

.brand-card {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  min-height: 100px; /* Adjust as needed */
}

.banner {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  overflow: visible;
  z-index: 1;
}
.banner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
@media only screen and (max-width: 992px) {
  .banner iframe {
    width: 100%;
    height: 100%;
  }
}

.wpcf7-form .small-container {
  width: 90%;
  margin-left: -35px;
}
.wpcf7-form .small-container .row {
  margin: 15px auto;
}
.wpcf7-form .small-container .row.textarea-row {
  display: flex;
  align-items: stretch;
}
.wpcf7-form .small-container .row.textarea-row .col-4 {
  display: flex;
  flex-direction: column;
}
.wpcf7-form .small-container .row.textarea-row .col-4 p {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin: 0;
}
.wpcf7-form .small-container .row.textarea-row .col-4 p .wpcf7-form-control-wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.wpcf7-form .small-container .row.textarea-row .col-4 p .wpcf7-form-control-wrap .input-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.wpcf7-form .small-container .row.textarea-row .col-4 p .wpcf7-form-control-wrap .input-wrapper textarea[name=your-jobs] {
  flex: 1;
  height: 100%;
  min-height: 300px;
  resize: none;
}
.wpcf7-form .small-container .row.textarea-row .col-8 {
  display: flex;
  flex-direction: column;
}
.wpcf7-form .small-container .row.textarea-row .col-8 p {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin: 0;
}
.wpcf7-form .small-container .row.textarea-row .col-8 p .wpcf7-form-control-wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.wpcf7-form .small-container .row.textarea-row .col-8 p .wpcf7-form-control-wrap .input-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.wpcf7-form .small-container .row.textarea-row .text-float {
  color: #fff;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  width: 100%;
  display: flex;
  margin: -10px 0 10px 0;
}
.wpcf7-form .small-container .row .input-wrapper {
  position: relative;
  margin-bottom: 10px;
}
.wpcf7-form .small-container .row .input-wrapper .floating-label {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #085275;
  font-size: 1.2rem;
  font-weight: 900;
  pointer-events: none;
  transition: all 0.3s ease;
  padding: 0 5px;
  z-index: 10;
  background: transparent;
  opacity: 0;
}
.wpcf7-form .small-container .row .input-wrapper .textarea-floating-label {
  top: 20px;
  transform: translateY(0);
}
.wpcf7-form .small-container .row .input-wrapper input,
.wpcf7-form .small-container .row .input-wrapper textarea {
  border-radius: 0.9375rem;
  background: #fff;
  color: #085275 !important;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  border: 1px solid #fff;
  padding: 15px 15px 5px 15px;
  width: 100%;
  position: relative;
  z-index: 2;
}
.wpcf7-form .small-container .row .input-wrapper input::placeholder,
.wpcf7-form .small-container .row .input-wrapper textarea::placeholder {
  color: #085275;
  opacity: 1;
  font-weight: 900;
  font-size: 1.2rem;
}
.wpcf7-form .small-container .row .input-wrapper input:focus,
.wpcf7-form .small-container .row .input-wrapper textarea:focus {
  outline: none;
  border-color: #085275;
  box-shadow: 0 0 0 2px rgba(115, 46, 124, 0.2);
}
.wpcf7-form .small-container .row .input-wrapper input:focus::placeholder,
.wpcf7-form .small-container .row .input-wrapper textarea:focus::placeholder {
  opacity: 0;
}
.wpcf7-form .small-container .row .input-wrapper input:focus + .floating-label,
.wpcf7-form .small-container .row .input-wrapper textarea:focus + .floating-label {
  opacity: 1;
  top: -8px;
  transform: translateY(0);
  font-size: 0.9rem;
  color: #085275;
  font-weight: 900;
  background: #fff;
}
.wpcf7-form .small-container .row .input-wrapper input.has-value + .floating-label,
.wpcf7-form .small-container .row .input-wrapper textarea.has-value + .floating-label {
  opacity: 1;
  top: -8px;
  transform: translateY(0);
  font-size: 0.9rem;
  color: #085275;
  font-weight: 900;
  background: #fff;
}
.wpcf7-form .small-container .row .input-wrapper textarea {
  padding: 20px 15px 10px 15px;
  resize: vertical;
}
.wpcf7-form .small-container .row .input-wrapper textarea:focus + .floating-label {
  opacity: 1;
  top: -8px;
  transform: translateY(0);
  font-size: 0.9rem;
  color: #085275;
  font-weight: 900;
  background: #fff;
}
.wpcf7-form .small-container .row .input-wrapper textarea.has-value + .floating-label {
  opacity: 1;
  top: -8px;
  transform: translateY(0);
  font-size: 0.9rem;
  color: #085275;
  font-weight: 900;
  background: #fff;
}
.wpcf7-form .small-container .row .input-wrapper .wpcf7-textarea[name=your-jobs],
.wpcf7-form .small-container .row .input-wrapper .wpcf7-textarea[name=your-history] {
  height: 300px;
}
.wpcf7-form .small-container .row input,
.wpcf7-form .small-container .row textarea {
  border-radius: 0.9375rem;
  background: #fff;
  color: #085275;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  border: 1px solid #fff;
  padding: 5px 10px;
}
.wpcf7-form .small-container .row input::placeholder,
.wpcf7-form .small-container .row textarea::placeholder {
  color: #085275;
  opacity: 1;
}
.wpcf7-form .small-container .row .wpcf7-text,
.wpcf7-form .small-container .row .wpcf7-email,
.wpcf7-form .small-container .row .wpcf7-tel,
.wpcf7-form .small-container .row .wpcf7-textarea {
  width: 100%;
}
.wpcf7-form .small-container .row .wpcf7-file {
  width: 40%;
}
.wpcf7-form .small-container .row .file-wrapper {
  position: relative;
}
.wpcf7-form .small-container .row .file-wrapper .file-label {
  display: inline-block;
  background: #fff;
  color: #085275;
  padding: 15px 20px;
  border-radius: 0.9375rem;
  cursor: pointer;
  font-weight: 900;
  font-size: 1.2rem;
  transition: all 0.3s ease;
  width: 100%;
  height: 50px;
  align-content: center;
}
.wpcf7-form .small-container .row .file-wrapper .file-label *, .wpcf7-form .small-container .row .file-wrapper .file-label::before, .wpcf7-form .small-container .row .file-wrapper .file-label::after {
  cursor: pointer !important;
}
.wpcf7-form .small-container .row .file-wrapper .file-label:hover {
  background: #085275;
  color: #fff;
  cursor: pointer;
}
.wpcf7-form .small-container .row .file-wrapper .file-label:hover *, .wpcf7-form .small-container .row .file-wrapper .file-label:hover::before, .wpcf7-form .small-container .row .file-wrapper .file-label:hover::after {
  cursor: pointer !important;
}
.wpcf7-form .small-container .row .file-wrapper input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}
.wpcf7-form .small-container .row .wpcf7-submit {
  display: flex;
  background: #f59a1b;
  color: #fff;
  border: none;
  padding: 15px 30px;
  border-radius: 0.9375rem;
  font-size: 1.2rem;
  font-weight: 900;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  margin-left: 10px;
  height: 50px;
}
.wpcf7-form .small-container .row .wpcf7-submit:hover {
  background: #f59a1b;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.wpcf7-form .small-container .row .wpcf7-spinner {
  position: absolute;
  margin-top: 10px;
}
.wpcf7-form .small-container .row .d-flex > p {
  display: flex;
}
.wpcf7-form .small-container .row .file-size p {
  text-align: left;
  color: #fff;
}

.section_1 {
  text-align: center;
  position: relative;
  z-index: 3;
  background-image: url("assets/images/bg_1.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  padding: 8rem 0;
}
.section_1 .container .description {
  color: #085275;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.section_1 .container .description span {
  font-family: "Carattere", sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
}
.section_1 .container .description strong {
  font-weight: 900;
  font-size: 2.8125rem;
}

.section_2 {
  position: relative;
  z-index: 4;
  text-align: center;
  padding: 8rem 0;
  background-color: #085275;
}
.section_2 .title {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 2rem;
  text-align: left;
}
.section_2 .img-float {
  position: absolute;
  right: 13%;
  bottom: 3%;
  z-index: 9;
}

.content {
  position: relative;
  z-index: 6;
}
.content__faq {
  padding: 0 0 8rem 0;
  background-color: #085275;
}
.content__faq .title {
  color: #fff;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: normal;
  margin-bottom: 2rem;
  margin-left: 2rem;
}
.content__faq__list dt {
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  font-size: 1.875rem;
  color: #fff;
  border-top: 1px solid rgba(129, 129, 129, 0.5);
  padding: 22px 30px;
  position: relative;
  cursor: pointer;
}
.content__faq__list dt span {
  font-weight: 900;
  font-style: italic;
  font-size: 2.2rem;
}
.content__faq__list dt:first-child {
  border-top: none;
}
.content__faq__list dt:hover {
  background-color: #818181;
  background-color: rgba(129, 129, 129, 0.1);
}
@media screen and (min-width: 992px) {
  .content__faq__list dt {
    font-size: 1.5rem;
  }
  .content__faq__list dt span {
    font-size: 2rem;
  }
}
.content__faq__list dd {
  color: #fff;
  font-family: "Work Sans", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  padding: 0 30px 18px;
  display: none;
}
@media screen and (min-width: 992px) {
  .content__faq__list dd {
    font-size: 18px;
  }
}

.floating-video {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 300px;
  height: 200px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  z-index: 9999;
  opacity: 0;
  transform: translateY(100px) scale(0.8);
  transition: all 0.3s ease;
  pointer-events: none;
  overflow: hidden;
}
.floating-video.show {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}
.floating-video .floating-video-header {
  background: #88201d;
  color: #fff;
  padding: 8px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
}
.floating-video .floating-video-title {
  flex: 1;
  font-size: 13px;
}
.floating-video .floating-video-close {
  background: none;
  border: none;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  padding: 0;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background-color 0.2s ease;
}
.floating-video .floating-video-close:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.floating-video .floating-video-content {
  height: calc(100% - 36px);
}
.floating-video .floating-video-content iframe {
  width: 100%;
  height: 100%;
  border: none;
}

@media only screen and (max-width: 992px) {
  .wpcf7-form .small-container {
    width: 100%;
    margin-left: auto;
    padding: 0;
  }
  .wpcf7-form .small-container .row {
    margin: 0 auto;
  }
  .wpcf7-form .small-container .row .input-wrapper {
    margin: 10px auto;
  }
  .wpcf7-form .small-container .row .input-wrapper .wpcf7-textarea[name=your-jobs] {
    height: 200px;
  }
  .wpcf7-form .small-container .row .input-wrapper .wpcf7-textarea[name=your-history] {
    margin-bottom: -15px;
  }
  .wpcf7-form .small-container .row .input-wrapper .wpcf7-textarea[name=your-method] {
    margin-bottom: 10px;
  }
  .wpcf7-form .small-container .row .d-flex {
    margin-top: 1.5rem;
  }
  .section_1 .container .subtitle {
    margin-bottom: 30px;
  }
  .section_2 .title {
    text-wrap-style: balance;
  }
  .section_2 .img-float {
    right: -8%;
    bottom: -3%;
  }
  .content__faq {
    margin-top: -1px;
  }
}
@media only screen and (max-width: 550px) {
  .wpcf7-form .small-container .row .file-wrapper .file-label {
    height: 69px;
  }
  .wpcf7-form .small-container .row .wpcf7-submit {
    height: 69px;
  }
  .section_1 img {
    width: 100%;
  }
  .section_2 .img-float {
    display: none;
  }
}
.ballon-01 {
  position: absolute;
  top: 1700px;
  left: 0;
  margin-left: 0;
  z-index: 100;
}
@media screen and (max-width: 992px) {
  .ballon-01 {
    display: none;
  }
}
.ballon-02 {
  position: absolute;
  top: 2200px;
  left: -1%;
  margin-left: 0;
  z-index: 100;
  transform: scale(0.734);
}
@media only screen and (max-width: 1500px) {
  .ballon-02 {
    left: -15%;
  }
}
@media screen and (max-width: 992px) {
  .ballon-02 {
    display: none;
  }
}
.ballon-03 {
  position: absolute;
  top: 2500px;
  right: 0;
  margin-right: 0;
  z-index: 100;
}
@media screen and (max-width: 992px) {
  .ballon-03 {
    display: none;
  }
}
.ballon-04 {
  position: absolute;
  top: 2800px;
  right: 0;
  margin-right: 0;
  z-index: 100;
}
@media screen and (max-width: 992px) {
  .ballon-04 {
    display: none;
  }
}

.animateParallax {
  transition: transform 0.2s ease-out;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124;
  }
}

/*# sourceMappingURL=style.css.map */
