body {
	margin: 0 auto;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	color: #454545;
}
.main {
    margin: 0 auto;
    display: block;
    height: 100%;
    margin-top: 60px;
}
.mainInner{
    display: table;
    height: 100%;
    width: 100%;
    text-align: center;
}
.mainInner div{
    display:table-cell;
    vertical-align: middle;
    font-size: 3em;
    font-weight: bold;
    letter-spacing: 1.25px;
}
#sidebarMenu {
    height: 100%;
    position: fixed;
    left: -10px;
    width: 350px;
    transform: translateX(-350px);
    transition: transform 250ms ease-in-out;
    background: rgba(34, 34, 34, 0.9);
    box-shadow: 0px 0px 10px #000000;
    z-index: 10;
}
#sidebarMenu::-webkit-scrollbar {
    display: none;
}
.sidebarMenuInner{
    margin: 80px 0 100px 0;
    overflow: scroll;
}
.sidebarMenuInner li{
    list-style: none;
    color: #ffffff;
    padding: 15px 10px 15px 30px;
    margin: 0;
    cursor: pointer;
    font-size: 14px;
    text-shadow: 0 2px 0 rgba(0,0,0,.75);
    font-family: 'Montserrat-Bold';
    -webkit-tap-highlight-color: transparent;
}
.sidebarMenuInner li span{
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.50);
}
.sidebarMenuInner li a{
    color: #ffffff;
    text-decoration: none;
}
.sidebarMenu-mobile {
        display: block;
}
.sidebarMenu-desktop {
    display: none;
}
input[type="checkbox"]:checked ~ #sidebarMenu {
    transform: translateX(0);
    overflow-y: auto;
}
input[type=checkbox] {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
}
.sidebarIconToggle {
    transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    top: 47px;
    left: 17px;
    height: 25px;
    width: 20px;
    z-index: 2000;
    -webkit-tap-highlight-color: transparent !important;
    padding-left: 0;
    margin-left: 0;
}
input#openSidebarMenu {
    display: none !important;
} 
.spinner {
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #fff;
    -webkit-tap-highlight-color: transparent !important;
}
.line {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
    border-radius: 3px;
}
.cross.one {
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
    float: left;
    border-radius: 3px;
}
.cross.two {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
    border-radius: 3px;
    background: #FFFFFF;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .line {
    transition: all 0.3s;
    box-sizing: border-box;
    opacity: 0;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .cross.one {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(135deg);
    margin-top: 8px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .cross.two {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-top: -7px;
}
.header {
    background-color: #191919;
    height: 80px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
}
.header-center {
    text-align: center;
    width: 150px;
    margin: -8px auto;
}
.logo {
    width: 150px;
    height: 100px;
}
.header-right {
    position: absolute;
    top: 20px;
    right: 17px;
}
.header-phone {
    width: 40px;
    height: 40px;
}
.header-email-button{
    display: none;
}
.header-phone-button {
    display: none;
}
.blog-post{
    padding: 20px 20px 0 20px;
    text-align: center;
    max-width: 800px;
    margin: auto;
}
ol {
    padding: 100px 0 0 5px;
    text-align: left;
    margin: 0 0 20px 0;
}
ol li {
    display: inline-block;
}
.linking-page {
    color: #939393;
    font-size: 12px;
    font-weight: 300;
    text-decoration: none;
}
.linking-arrow {
    width: 17px;
    height: 17px;
    vertical-align: middle;
}
.post-preview {
    margin: 50px auto 0 auto;
    max-width:  350px;
    text-align: left;
    font-size: 12px;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    padding: 10px 10px 50px 10px;
    box-sizing: content-box;
}
.post-preview-image {  
    border-radius: 10px;  

}
.post-preview-title {
    color: #454545;
    margin: 10px 0 0 0;
    font-size: 20px;
    font-family: 'Montserrat-SemiBold', sans-serif;
    font-weight: normal;
}
.post-preview-description {
    color: #454545;
    text-align: left;
    max-width: 350px;
    margin: 10px auto 0 auto;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.post-preview p {
    line-height: 17px;
}
.post-preview-date {
    margin-top: 10px;
    text-align: left;
    color: #454545;
}
.post-preview-date p {
    display: inline-block;
}
.post-preview-date time {
    font-size: 12px;
}
.post-preview-category a {    
    color: #454545;
}
.post-preview-autor {
    color: #454545;
}
.post-image {
    border-radius: 10px;
    max-width: 100%;
    margin-top: 20px;
}
.post-title {
	color: #D9062A;
	font-family: 'Oswald-Medium', sans-serif;
	font-size: 30px;
	font-weight: normal;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	display: block;
}
.category {
    text-align: left;
    font-size: 12px;
    margin: 10px 0 0 0;
    font-weight: normal;
}
.category a {
    text-decoration: none;
    color: #454545;
}
.category-date {
    margin: 0;
}
.category-date p {
    display: inline-block;
    margin: 0;
    font-size: 12px;
}
time {
    display: inline-block;
    font-size: 14px;
}
.post-content {
    border-top: 1px solid #FFFFFF;
    text-align: center;
    font-family: 'Montserrat-Light', sans-serif;
    margin: 20px 0;
}
.post-content p {
    text-align: justify;
    margin-bottom: 30px;
}
.informative-post h2 {
    font-size: 20px;
    margin-top: 50px;
    text-align: left;
    font-family: 'Montserrat-Bold';
}
.informative-post h3 {
    text-align: left;
    font-size: 18px;
    font-family: 'Montserrat-SemiBold';
    margin: 30px 0 0 0;
}
.informative-post p {
    margin-bottom: 10px;
    text-align: left;
}
.post-related-content {
    border-radius: 10px;
    padding: 20px;
    margin: 50px 0;
    text-align: left;
    font-size: 12px;
    border: 3px solid #d7102e;
    color: #d7102e;
}
.post-related-title {
	margin-bottom: 20px !important;!imp;!impi;!i;!;
}
.post-related-content h3 {
	margin: 10px 0;
	font-family: "Montserrat", sans-serif;
}
.post-related-content a {
    color: #454545;
    font-size: 16px;
}
.post-related-content li {
    margin-left: 10px;
    color: #000000;
}
.post-related-title {
    font-family: "Oswald", sans-serif;
    font-size: 23px;
}
.post-list {
    margin: 30px 0 0 20px;
    text-align: left;
}
.post-list li {
    margin-bottom: 20px;
}
.post-list a {
	color: #454545;
}
.item-list {
    text-align: left;
    list-style: none;
    font-family: 'Oswald', sans-serif;
    margin: 20px 0 50px 0;
}
.item-list li {
	margin: 0 0 10px 0;
}
.post-subtitle {
    font-size: 24px !important;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    line-height: 30px;
    text-align: center;
    margin-top: 50px;
    scroll-margin-top: 7rem;
}
.text-highlight {
    font-family: 'Montserrat-SemiBold', sans-serif;
}
.post-button {
    background: #d7102e;
    padding: 10px 15px;
    text-align: center;
    color: #ffffff;
    display: block;
    margin: 50px auto;
    font-family: 'Montserrat-Bold';
    max-width: 200px;
    border-radius: 5px;
}
.post-button a {
	color: #ffffff;
}
h3 {
    font-weight: normal;
}
.form-title {
    color: #D9062A;
    font-family: 'Oswald-Medium', sans-serif;
    font-size: 26px;
}
.form-intro {
    margin: 18px 0 70px 0;
    font-size: 18px;
}
.register {
    display: none;
}
.register.active {
    display: block;
}
.success {
    display: none;
    height: 100%;
    padding: 70px 0 0 0;
    margin: 0;
    background-color: #000;
    left: 0;
    text-align: center;
}
.success.active {
    display: block;
    background-color: #191919;
    padding: 0;
    font-weight: 400;
    color: #FFFFFF;
}
.success-title{
    font-family: 'Montserrat-SemiBold', sans-serif;
    text-align: center;
    color: #D9062A;
    font-size: 24px;
    margin: 100px auto 0 auto;
    max-width: 320px;
}
.success-text {
    text-align: center;
    color: #FFFFFF;
    margin: 10px auto -0 auto;
    max-width: 315px;
}
.success-button {
    border-radius: 4px;
    border: 1px solid #D9062A;
    background-color: #161a1b59;
    padding: 10px 20px;
    color: #FFFFFF;
    font-family: 'Montserrat-SemiBold', sans-serif;
    font-size: 14px;
    margin: 30px 10px 50px 10px;
    text-decoration: none;
}
.success-logo {
    text-align:center;
    margin: 20px auto 30px auto;
    display:block;
}
.formsec {
    padding: 48px 20px;
    background: var(--paper);
    color: #ffffff;
    margin-top: 60px;
}
form {
    width: 100%;
    padding: 0;
    margin: 0;
}
.form-sector {
    display: block;
}
.form-input-container {
    display: contents;
}
.label-icon {
    width: 14px;
    height: 14px;
    margin-right: 5px;
}
label {
    position: absolute;
    margin: -15px 0 0 10px;
    color: #454545;
    font-size: 14px;
    z-index: 100;
}
label .label-flag {
    max-width: 25px;
    position: absolute;
    top: 37px;
    margin-left: 5px;
}
.large-label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 43%;
}
input {
    font-family: 'Montserrat', sans-serif;
    color: #454545;
    max-width: 100%;
    width: 100%;
    display: inline-block;
    padding: 17px 12px;
    box-sizing: border-box;
    margin: 5px 6px 35px 6px !important;!i;!;!;
    resize: vertical;
    border-radius: 8px;
    border: 1px solid #EBEBEB;
    box-shadow: 0px 4px 4px 0px rgba(134, 134, 134, 0.05);
    font-size: 16px;
    border: 2px solid #D9062A;
}
input[type=tel], textarea {
  padding: 17px 0;
}
input#phone, placeholder {
    padding-left: 36px;
}
input[type="date"] {
    vertical-align: top;
    width: 100%;
}
input[type="date"]:valid {
    color: #FFFFFF;
    width: 100%;
    margin-top: 5px;
    vertical-align: top;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(../../assets/img/form/select.svg);
    background-repeat: no-repeat;
    background-position: right 10px bottom 15px;
}
input:focus{
    outline: none;
}
.input-big {
    width: 95%;
}
::placeholder {
    color: #999999;
    font-family: 'Montserrat-light', sans-serif;
}
.ac-list {
	margin: -36px 0 0 5px !important;
	/* background: #000 !important; */
	/* border: 2px solid #202835 !important; */
}
select{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #999999;
    width: 100%;
    padding: 17px 12px;
    box-sizing: border-box;
    margin: 5px 5px 25px 5px;
    resize: vertical;
    border-radius: 8px;
    border: 1px solid #EBEBEB;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px 0px rgba(134, 134, 134, 0.05);
    -webkit-appearance: none;
    appearance: none;
    background-image: url(../../assets/img/form/select.svg);
    background-repeat: no-repeat;
    background-position: right 10px bottom 15px;
    border: 2px solid #D9062A;
}
select:focus{
    outline: none;
}
select::placeholder {
    color: #FFFFFF;
    background-image: none;
}
select option {
    color: #454545;
}
input[type=submit] {
    border-radius: 6px;
    background: #D9062A;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
    font-size: 18px;
    font-style: normal;
    line-height: normal;
    margin: -20px auto !important;!i;!;
    font-family: 'Montserrat-SemiBold', sans-serif;
    display: block;
    color: #FFFFFF;
    max-width: 270px;
    padding: 17px 30px;
}
.d-none{
    display: none;
}

.formsec,
.formsec *,
.formsec *::before,
.formsec *::after {
  box-sizing: border-box;
}
.formsec {
  padding: 48px 20px;
  background: var(--paper);
  color: #454545;
  margin: 60px 0;
}
.formsec h2 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(26px, 7vw, 32px);
  line-height: 1.1;
  letter-spacing: -.01em;
  margin: 12px 0 0;
  height: auto;
  color: var(--ink);
}
.eyebrow.muted {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--ink-faint); 
}
.eyebrow.muted::before {
  content: "";
  width: 20px;
  height: 1.5px;
  background: var(--ink-faint); 
}
.formcard {
  margin-top: 24px;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--r-m);
  padding: 24px 20px;
  box-shadow: var(--sh-card);
}
.formcard .sub {
  font-size: 13px;
  color: var(--ink-soft);
  margin: 4px 0 50px 0;
}
#form-dinamico {
  display: block;
}
#form-dinamico .form-sector {
  margin: 0 0 8px;
}
#form-dinamico .form-input-container {
  display: flex;
  flex-direction: column;
}
.btn-wa,
#form .submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;      
  color: #fff;
  font-size: 16px;
  border: none;
  cursor: pointer;
  box-shadow: var(--sh-action); 
  padding: 16px;
  gap: 9px;                     
  border-radius: 12px;          
  background: #22C55E;          
  font-weight: 600;             
  margin-top: 14px;             
}
.btn-wa svg {
  width: 21px;
  height: 21px;
}
.formcard .legal,
#form .legal {
  font-size: 11px;
  text-align: center;
  line-height: 1.4;       
  color: #8A857A;         
  margin-top: 16px;       
}
footer {
    border-top: 2px solid #d7102e;
    background-color: #191919;
    text-align: center;
    margin-top: 100px;
    padding: 15px 0 150px 0;
    color: #FFFFFF;
}
.footer-logo {
    width: 235px;
    height: 153px;
}
.footer-social {
    margin-top: 10px;
}
.footer-social-icon {
    width: 46px;
    height: 46px;
    margin: 0 10px;
}
.footer-headphone {
    width: 55px;
    height: 55px;
}
ul {
    padding: 0;
    margin-top: 20px;
}
footer li {
    margin-bottom: 20px;
    list-style: none;
}
.footer-item {
    margin-bottom: 10px;
}
.footer-contact {
    margin-top: 50px;
}
.footer-contact-title {
    font-family: "Oswald-Medium", sans-serif;
    font-size: 22px;
    color: #FFFFFF;
    margin: 0 0 15px 0;
}
.footer-contact-icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    height: 20px;
    width: 20px;
}
.footer-location-icon {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    height: 30px;
    width: 30px;
}
.footer-contact-item {
    display: inline-block;
    color: #FFFFFF;
}
.footer-location {
    max-width: 330px;
    margin: 50px auto 0 auto;
    line-height: 24px;
    color: #FFFFFF;
}
.footer-map {
    width: 90px;
    height: 64px;
}
.floating-button {
    position: fixed;
    right: 15px;
    bottom: 40px;
    width: 54px;
    height: 54px;
    z-index: 101;
}
.floating-blog {
    background-color: #D9062A;
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #FFFFFF;
    z-index: 100;
    padding: 10px 0;
}
.floating-blog-title {
    font-family: 'Montserrat-SemiBold', sans-serif;
}
.floating-blog-description {
    font-size: 12px;
}
.popup-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.popup-overlay:target {
   visibility: visible; 
   opacity: 1;
}
.hidden {
	display: none;
}
.desktop-button {
    display: none;
}
dialog {
  padding: 1rem 3rem;
  background: white;
  max-width: 400px;
  padding-top: 2rem;
  border-radius: 20px;
  border: 0;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
  -webkit-animation: fadeIn 1s ease both;
          animation: fadeIn 1s ease both;
}
dialog::-webkit-backdrop {
  -webkit-animation: fadeIn 1s ease both;
          animation: fadeIn 1s ease both;
  background: rgba(255, 255, 255, 0.4);
  z-index: 2;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
dialog::backdrop {
  -webkit-animation: fadeIn 1s ease both;
          animation: fadeIn 1s ease both;
  background: rgba(255, 255, 255, 0.4);
  z-index: 2;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
dialog .x {
  filter: grayscale(1);
  border: none;
  background: none;
  position: absolute;
  top: 15px;
  right: 10px;
  transition: ease filter, transform 0.3s;
  cursor: pointer;
  transform-origin: center;
}
dialog .x:hover {
  filter: grayscale(0);
  transform: scale(1.1);
}
dialog h2 {
  font-weight: 600;
  font-size: 2rem;
  padding-bottom: 1rem;
  color: firebrick;
}
dialog p {
  font-size: 1rem;
  line-height: 1.3rem;
  padding: 0.5rem 0;
}
dialog p a:visited {
  color: rgb(var(--vs-primary));
}
a {
	-webkit-tap-highlight-color: transparent;
	text-decoration: none;
}
p {
    margin: 0;
}
@font-face {
    font-family: "Oswald";
    src: url(../../assets/fonts/Oswald-Regular.ttf) format("truetype");
    font-display: block;  
}
@font-face {
    font-family: "Oswald-Medium";
    src: url(../../assets/fonts/Oswald-Medium.ttf) format("truetype");
    font-display: block;  
}
@font-face {
    font-family: "Montserrat";
    src: url(../../assets/fonts/Montserrat.ttf) format("truetype");
    font-display: block;  
}
@font-face {
    font-family: "Montserrat-Light";
    src: url(../../assets/fonts/Montserrat-Light.ttf) format("truetype");
    font-display: block;  
}
@font-face {
    font-family: "Montserrat-SemiBold";
    src: url(../../assets/fonts/Montserrat-SemiBold.ttf) format("truetype");
    font-display: block;  
}
@font-face {
    font-family: "Montserrat-Bold";
    src: url(../../assets/fonts/Montserrat-Bold.ttf) format("truetype");
    font-display: block;  
}
@media screen and (min-width: 1024px) {
    .desktop-button {
        display: block;        
    }
	ol {
		padding: 100px 0 0 0;
	}
    .mobile-button {
        display: none !important;
    }
    .header-center {
        margin-top: 0px;
        text-align: left;
        margin-left: 60px;
    }
    .logo {
        margin-top: -9px;
        width: 157px;
        height: 102px;
    }
    .header-right {     
        top: 25px;
    }
    .post-title {
        font-size: 55px;
        padding: 50px 0 0 0;
        margin: 0 auto 0 auto;
        max-width: 800px;
    }
    .header-phone {
        display: none;
    }
    .header-email-button{
        display: inline-block;
        border-radius: 10px;
        border: 1px solid #D9062A;
        padding: 7px 15px;
        color: #FFFFFF;
        font-family: 'Montserrat', sans-serif;
        font-size: 14px;
        color: #D9062A;
    }
    .header-phone-button {
        display: inline-block;
        margin: 0 10px;
        background-color: #FFFFFF;
        border-radius: 10px;
        border: 1px solid #D9062A;
        padding: 2px 15px;
        color: #D9062A;
        font-family: 'Montserrat', sans-serif;
        font-size: 14px;
        text-decoration: none;
    }
    .header-phone-icon {
        vertical-align: middle;
        max-width: 30px;
    }
	.post-preview {
		display: inline-block;
		margin: 50px 12px;
		vertical-align: top;
	}
    .form-title {
        font-size: 28px;
    }
    .form {
        max-width: 1000px;
        margin: 80px auto 0 auto;
    }
	.fieldset-label {
	margin-left: 145px;
	}
    .form {
        max-width: 500px;
        margin: 0 auto;
    }
    form {
        margin-bottom: 100px;
    }
    .multiselect {
        width: 100%;
    }
    .causal-label {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 230px;
    text-align: center;
    }
    .selectBox {
        position: relative;
    }
    .overSelect {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }
    input[type="checkbox" i] {
        margin-top: 0;
        display: block;
    }    
    #checkboxes {
        display: none;
        border: solid 1px #666666;
        box-shadow: #00000017 0px 0px 3px 3px;
        padding: 30px 0 17px 0;
        width: 94%;
        margin: -35px auto 50px auto;
    }
    .label-checkboxes {
        border-top: 1px solid #EBEBEB;
        padding: 15px 10px 0 10px;
        margin-left: 0;
    }
    .label-checkboxes:last-child {
        border-bottom: 1px solid #EBEBEB;
    }
    #checkboxes .label-checkboxes {
        display: block;
        position: relative !important;
        text-align: left;
        line-height: 1;
        color: #FFFFFF;
    }
    label#label-checkbox-63 {
        border-bottom: 1px solid #EBEBEB;
        margin-bottom: 30px;
        max-height: 49px;
    }
    input#checkbox-63 {
        margin-bottom: 20px;
    }
    .content {
        width: 12.1%;
        margin-left: 12px !important;
    }
    .d-none{
        display: none;
    }

    #date {
        display: none;
    }    
    h3 {
        display: inline-block;
        margin-left: 50px;        
    }
	.informative-post h3 {
		text-align: left !important;
		display: block;
	}
	.related-posts-container {
		max-width: 1000px;
		margin: 200px auto 0 auto;
		text-align: center;
	}
	.related-posts-container .post-preview{
		margin: 5px;
		height: 200px;
	}
    .floating-service {
        display: none;
    }
    .wa-popup-container {
        position: relative;
        top: 200px;
        margin: 0 auto;
        left: 0;
        right: 0;
        border-radius: 15px;
        transition: all 2s ease-in-out;
        background: #FFFFFF;
        height: 270px;
        text-align: center;
        max-width: 400px;
        z-index: 1000;
    }
    .wa-popup-container-header {
        background: #25d366;
        padding: 10px;
        text-align: center;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        margin-bottom: 30px;
        color: #FFFFFF;
        font-family: 'Montserrat-SemiBold';
    }
    .wa-popup-container-header p {
        display: inline-block;
    }
    .wa-close-popup {
        margin: 0;
        height: 20px;
        width: 20px;
        position: absolute;
        left: 15px;
    }
    .wa-popup-input {
        background: #FFFFFF;
        display: block;
        border: 1px solid #DFDFDF !important;
        padding: 15px !important;
        color: #454545;
        margin: 0 auto 15px auto !important;
        width: 62%;
        max-width: 100%;
    }
    .wa-phone-input {
        padding-left: 72px !important;
    }
    .wa-popup-input::placeholder {
        color: #aeaeae;    
    }
    .wa-popup-input:focus {
        background-color: #FFFFFF !important;
    }
    .wa-popup-label-flag {
        position: absolute;
        margin: -2px 0 0 -27px;
    }
    .wa-popup-label-phone {
        position: absolute;
        margin: 17px 0 0 120px;
        left: 0;
        font-family: 'Montserrat-SemiBold',sans-serif;
        color: #000000;
    }
	input[type=submit] {
		margin-top: 5px !important;
	}
    .wa-popup-submit {
        background-color: #25d366 !important;
        font-style: normal;
        line-height: normal;
        margin: 0 auto !important;
        font-family: 'Montserrat-SemiBold', sans-serif;
        display: block;
        max-width: 250px !important;
        padding: 15px 60px 15px 62px !important;
        border: none;
        border-radius: 50px;
        background-image: url('../img/wa-form/wa-icon.svg') !important;
        background-repeat: no-repeat;
        background-position: 22px 7px !important;
        background-size: 35px !important;
        -webkit-tap-highlight-color: transparent;
        background-repeat: no-repeat !important;
    }
	.formsec {
        padding: 88px var(--edge);
        text-align: center;
        margin-top: 110px;
    }
    .formsec .eyebrow {
        justify-content: center;
    }
    .formsec .formcard {
        max-width: 680px;
        margin: 0 auto;
        text-align: left;
    }
    .formsec .formcard .sub {
        text-align: center;
        margin: 0 0 30px 0;
    }
    #form-dinamico .form-sector {
        grid-template-columns: 1fr 1fr;
        gap: 20px 24px;
    }
	.footer-logo {
		margin: 50px auto 20px auto;
	}
	.footer-social-icon {
		display: inline-block;
	}
    .footer-contact {
        display: inline-block;
        vertical-align: top;
        width: 33%;
        margin: 100px 10px 0 10px;
    }
	.footer-contact-item {
	    display: contents;
	}
    .footer-location {
        display: inline-block;
        vertical-align: top;
        width: 30%;
        margin: 93px 10px 0 10px;
    }
    .sidebarMenuInner {
        overflow: hidden;
    }
    .sidebarMenu-mobile {
        display: none;
    }
    .sidebarMenu-desktop {
        display: block;
    }
}