body {
	margin: 0 auto;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	background: #191919;
}
.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: 55px;
    left: 17px;
    height: 25px;
    width: 20px;
    z-index: 2000;
    -webkit-tap-highlight-color: transparent !important;
    padding-left: 0;
    margin-left: 0;
}
.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: #1f29356b;
    height: 80px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
}
.menu-icon {
    height: 30px;
    width: 30px;
    margin-left: 17px;
}
.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;
}
.top-wrapper {
    background-image: url('../../assets/img/top-background.jpg');
    background-size: cover;
    background-position: center;
    padding: 0 10px 0 10px;
    text-align: center;
    height: 773px;
    margin-top: -22px;
    background-repeat: no-repeat;
    box-shadow: inset 0 0 0 1000px rgba(0,0,0,.6);
}
p {
    margin: 0;
}
h1 {
	color: #D9062A;
	font-family: 'Oswald-Medium', sans-serif;
	font-size: 30px;
	padding-top: 200px;
	font-weight: normal;
	margin: 0;
}
.top-description {
    color: #FFFFFF;
    font-size: 24px;
    margin-top: 20px;
    font-family: 'Oswald', sans-serif;
    line-height: 25px;
}
button {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    -webkit-tap-highlight-color: transparent !important;
}
.top-button {
    background-color: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #D9062A;
    margin: 35px auto 0 auto;
    display: block;
    padding: 15px 10px;
    color: #D9062A;
    font-family: 'Montserrat-Bold', sans-serif;
    max-width: 335px;
    text-decoration: none;
}
.top-button-desktop {
    display: none;
}
.contact-button {
    animation: glow 1s infinite alternate;
}
@keyframes glow {
  from {
    box-shadow: 0 0 5px -2px #D9062A;
  }
  to {
    box-shadow: 0 0 5px 2px #D9062A;
  }
}
.contact-button-icon {
    max-width: 27px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
}
.company-services {
    border-top: 1px solid #FFFFFF;
    background-color: #191919;
    text-align: center;
    font-family: 'Montserrat-Light', sans-serif;
}
.highlight-container {
    padding: 0;
    margin-top: 70px;
}
.highlight-logo {
    width: 235px;
    height: 153px;
    display: block;
    margin: auto;
}
.highlight {
    display: inline-block;
    max-width: 32.4%;
    margin: 0 0 50px 0;
    padding: 0;
    color: #FFFFFF;
    font-family: 'Montserrat-Light', sans-serif;
    vertical-align: top;
    text-align: center;
}
.highlight li {
	margin: 10px;
}
li {
    list-style: none;
}
.highlight-icon {
    width: 70px;
    height: 70px;
}
.highlight-icon-alt {
    height: 70px;
    width: 110px;
}
.highlight-title {
    font-family: 'Oswald-Medium', sans-serif;
    color: #D9062A;
    font-size: 18px;
    line-height: 20px;
}
.highlight-title-gold {
	color: #ffffff;
}
.highlight-title-alt {
    margin-top: 15px;
}
.highlight-description {
    margin: 10px 5px 0 5px;
    font-size: 13px;
}
.highlight-description-alt {
    margin-top: 25px;
}
.highlights-bar {
    width: 80%;
    height: 1px;
    background-color: #D9062A;
    border: none;
    margin: 40px auto;
}
.services-intro {
    margin: 50px 20px;
    border-radius: 15px;
    background: #1D242C;
    padding: 30px 20px;
    color: #ffffff;
    border: 1px solid #D9062A;
}
.service-container {
    background-color: #1F2935;
    border-radius: 15px;
    padding: 25px 10px 35px 10px;
    margin-top: 25px;
    width: 40%;
    height: 330px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
.mobile-container {
    background-color: #495B72;
}
.service-image {
    width: 120px;
    height: 100px;
}
.service-image-alt {
    margin-top: -10px;
}
h2 {
    color: #FFFFFF;
    font-family: 'Montserrat-SemiBold', sans-serif;
    font-size: 16px;
    margin: 0;
    height: 100px;
    font-weight: normal;
}
.service-title {
    height: 100px;
}
.service-button {
    border-radius: 4px;
    border: 1px solid #D9062A;
    background-color: #161a1b59;
    padding: 5px 10px 5px 5px;
    color: #FFFFFF;
    font-family: 'Montserrat-SemiBold', sans-serif;
    font-size: 14px;
    margin-top: 30px;
}
.service-button-alt {
    margin-top: 40px;
}
.service-button-icon {
    height: 25px;
    width: 25px;
    margin-right: 5px;
    vertical-align: middle;
}
.external-icon {
    max-width: 18px;
    margin-top: -1px;
}
.overlay_flight_traveldil {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay_flight_traveldil:target {
   visibility: visible; 
   opacity: 1;
}
.popup-container {
    position: relative;
    top: 90px;
    margin-left: 20px;
    margin-right: 20px;
    left: 0;
    right: 0;
    background-color: #1F2935;
    border-radius: 5px;
    transition: all 2s ease-in-out;
    height: 550px;
}
.close-popup {
    float: right;
    margin: 15px 15px 0 0;
    height: 18px;
    width: 18px;
}
.popup-title {
    padding-top: 40px;
    font-family: 'Montserrat-SemiBold', sans-serif;
    font-size: 20px;
    color: #D9062A;
    margin: 0 10px;
}
.popup-subtitles {
    margin-bottom: 30px;
}
.popup-subtitles li {
    margin-bottom: 5px;   
}
.popup-symbol {
    color: #D9062A;
    margin-right: 5px;
}
h3 {
    font-size: 14px;
    color: #FFFFFF;
    font-weight: normal;
    text-align: center;
    margin: 0 10px;
}
.popup-split {
    background: #D9062A;
    border: none;
    height: 1px;
    width: 200px;
}
.popup-text-container {
    margin: 30px 10px;
    color: #FFFFFF;
    font-size: 15px;
}
.popup-button {
    border-radius: 4px;
    border: 1px solid #D9062A;
    background-color: #161a1b59;
    padding: 9px 10px;
    color: #FFFFFF;
    margin: 10px 0 30px 0;
    font-family: 'Montserrat-SemiBold', sans-serif;
    font-size: 14px;
}
.popup-contact-button {
    margin-left: 20px;
    padding: 9px 10px;
}
.popup-form-button {
    display: none;
}
.rating-number {
    font-family: 'Montserrat-Bold', sans-serif;
    font-size: 40px;
    color: #FFFFFF;
}
.rating-stars {
    background-repeat: repeat-x;
    height: 28px;
    width: 147px;
    background-image: url('../../assets/img/rating.svg');
    background-size: 30px;
    margin: 10px auto;
}
.rating-opinions {
    color: #FFFFFF;
    margin: 15px 0 30px 0;
}
.rating-container {
    margin-top: 20px;
    text-align: center;
    padding: 0 30px;
}
#carrousel-container {
    background: #1F2935;
    border-radius: 15px;
    height: 330px;
}
#carrousel {
    height:400px;
    margin: 0 auto;
    position:relative;
    overflow:hidden;
}
.slide {
    position:absolute;
    top:0px;
    left:0px;
    width: 300px;
    height: 330px;
}
.carrousel-picto{
    position:absolute;
    bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
}
.carrousel-picto li{
    display:inline-block;
    background-color:#ffffff;
    border-radius:50%;
    width:10px;
    height:10px;
    margin:6px;
    cursor:pointer;    
}
.carrousel-picto span{
    display: block;
    color: transparent;
}
.carrousel-picto li:hover, .carrousel-picto li.active {
    background-color:#D9062A;
}
#carrousel-nav .prev{
    width:54px;
    height:54px;
    top:45%;
    left: 10%;
    position: absolute;
    cursor:pointer;
    opacity:0.8;
}
#carrousel-nav .next{
    width:54px;
    height:54px;
    top:45%;
    right: 10%;
    position: absolute;
    cursor:pointer;
    opacity:0.8;
}
#carrousel-nav .prev:hover,#carrousel-nav .next:hover {
    opacity: 1;
}
.carrousel-box-container {
    text-align: left;
}
.carrousel-avatar {
    display: inline-block;
    vertical-align: top;
    margin: 30px 0 0 10px;
    height: 46px;
    width: 46px;
}
.carrousel-info {
    display: inline-block;
    margin: 25px 0 0 15px;
    max-width: 220px;
}
#carrousel li {
    margin: 10px 0 0 6px;
    -webkit-tap-highlight-color: transparent;
}
.carrousel-name {
    font-family: Montserrat-SemiBold;
    font-size: 16px;
    color: #D9062A;
}
.carrousel-opinions {
    font-size: 14px;
    color: #FFFFFF;
    font-family: 'Montserrat-Light', sans-serif;
    display: block;
}
.carrousel-rate {
    background-repeat: repeat-x;
    height: 15px;
    width: 83px;
    background-image: url('../../assets/img/rating.svg');
    background-size: 17px;
    margin: 0;
    display: inline-block;
}
.carrousel-rate-date {
    display: inline-block;
    font-size: 14px;
    color: #FFFFFF;
    font-family: 'Montserrat-Light', sans-serif;
    margin-left: 10px;
}
.carrousel-review {
    font-size: 14px;
    margin-top: 15px;
    color: #FFFFFF;
}
.register {
    display: none;
}
.register.active {
    display: block;
}
.success {
    display: none;
    height: 100%;
    padding: 70px 0 0 0;
    margin: 0;
    background-color: #000;
    left: 0;
}
.success.active {
    display: block;
    background-color: #191919;
    padding: 0;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
}
.success-title{
    font-family: 'Montserrat-SemiBold', sans-serif;
    text-align: center;
    color: #D9062A;
    font-size: 24px;
    margin: 100px auto 0 auto;
    max-width: 350px;
}
.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;
}
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: #ffffff;
    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: #FFFFFF;
    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;
    background: #191919;
    border: 2px solid #202835;
}
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: -20px 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 35px 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: #191919;
    background-image: url(../../assets/img/form/select.svg);
    background-repeat: no-repeat;
    background-position: right 10px bottom 15px;
    border: 2px solid #202835;
}
select:focus{
    outline: none;
}
select::placeholder {
    color: #FFFFFF;
    background-image: none;
}
select option {
    color: #FFFFFF;
}
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: #ffffff;
  margin-top: 60px;
}
.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 {
    background-color: #191919;
    text-align: center;
    padding: 15px 0 150px 0;
    color: #FFFFFF;
    margin-top: 100px;
}
.footer-bar {        
    width: 80%;
    height: 1px;
    background-color: #D9062A;
    border: none;
    margin: 0 auto;
}
.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;
}
li {
    margin-bottom: 20px;
}
.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;
}
.company-services .collapsible-container {
	margin: 30px 20px;
}
.company-services .collapsible-title {
	max-width: 250px;
}
.company-services .collapsible-bar {
	margin: 0 0 50px 0;
}
.collapsible-container {
    border-radius: 15px;
    background: #d7102e;
    margin: 30px 0;
}
.collapsible {
  cursor: pointer;
  padding: 15px 0 15px 20px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  position: relative;
  background-color: rgb(29 36 44);
  border-radius: 15px;
  border: 2px solid #d7102e;
}
.active-open, .collapsible:hover {
}
.collapsible:after {
  content: url('../../assets/img/expand.svg');
  color: #e30513;
  right: 0;
  top: 7px;
  font-weight: bold;
  position: absolute;
  width: 50px;
}
.active-open:after {
  content: url('../../assets/img/expand-less.svg');
}
.collapsible-title {
    font-family: 'Montserrat', sans-serif;
    color: #FFFFFF;
    max-width: 230px;
    text-align: left;
    font-size: 17px;
    line-height: 18px;
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    font-weight: normal;
    max-height: 20px;
}
.collapsible-content {
  padding: 0 15px 0 15px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: rgb(25 25 25);
  margin: -20px 0 80px 0;
  text-align: left;
  color: #FFFFFF;
  border: 2px solid #d7102e;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-radius: 15px;
}
.collapsible-content h2 {
	height: auto;
	margin: 50px 0 5px 0;
	font-size: 18px;
}
.collapsible-content h3 {
	font-family: 'Montserrat-SemiBold', sans-serif;
	margin: 0 0 5px 0;
	text-align: left;
}
.footer-cities-list {
	margin: 50px 0;
	!i;!;
}
.collapsible-content-text {
    padding: 0 0 20px 0;
}
.collapsible-content-text a {
    color: #FFFFFF;
    text-decoration: none;
}
.collapsible-content-list li {
    margin-left: 20px;
    list-style: disc;
}
.collapsible-content-list li a {
    color: #FFFFFF;
    text-decoration: none;
}
.footer-city {
	line-height: 5px;
	margin: 0;
}
.footer-city a {
	color: #ffffff;
}
.city-department {
    margin: 0 0 0 20PX;
    list-style: outside;
}
.city-department:first-child {
	margin-top: -10px;
} 
.city-department:last-child {
	margin-bottom: 15px;
} 
.city-department .footer-city {
	line-height: 20px;
	margin: 0;
}
.floating-button {
    position: fixed;
    right: 15px;
    bottom: 40px;
    width: 54px;
    height: 54px;
    z-index: 101;
}
.floating-service {
    background-color: #D9062A;
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #FFFFFF;
    z-index: 100;
}
.floating-service {
    padding: 10px 0;
}
.floating-service-title {
    font-family: 'Montserrat-SemiBold', sans-serif;
}
.floating-service-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 {
	color: #000000;
	text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}
@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;        
    }
    .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;
    }
    .top-wrapper {
        background-image: url(../../assets/img/top-background-big.jpg);
        height: 900px;
    }
    h1 {
        font-size: 55px;
        padding: 200px 0 0 0;
        margin: 0;
    }
    .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;
    }
    .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;
    }
    .header-phone-icon {
        vertical-align: middle;
        max-width: 30px;
    }
    .top-description {
        font-size: 30px;
        margin: 0 auto 0 auto;
        max-width: 540px;
        line-height: 40px;
    }
    .top-button {
        padding: 15px 40px;
        display: none;
    }
    .top-button-desktop {
        margin: 35px auto 0 auto;
        display: block;
        max-width: 450px;
    }
    .highlight-container-title {
        font-size: 28px;
    }
    .highlight {
        margin: 30px 50px;
    }
	.highlight li {
	    margin-bottom: 0;
	}
    .highlight-logo {
        display: block;
        text-align: center;
        margin: 50px auto 30px auto;
    }
    .highlight-title-alt {
        margin-top: 0;
    }
    .highlight-icon {
        width: 130px;
        height: 135px;
    }
    .highlight-icon-alt {
        width: 180px;
        height: 135px;
    }
    .highlight-description {
        max-width: 180px;
    }
    .highlight-description-alt {
        margin-top: 0px;
    }
    .services-intro {
        max-width: 1230px;
        margin: 30px auto;
    }
    .service-container {
        width: 45%;
        margin: 5px;
        height: 700px;
        position: relative;
        padding-top: 70px;
    }
    .mobile-container {
        background-color: #1F2935;
    }
    .service-container-alt {
        background-color: #495B72;
    }
    h2 {
        height: 70px;
        font-size: 22px;
    }
    .service-title {
        margin-top: 0;
        height: 70px;
    }
    .service-button {
        display: none;
    }
    .overlay_flight_traveldil {
        visibility: initial;
        opacity: 100;
        position: initial;
    }
    .popup-container {
        position: initial;
        margin: 0;
        background-color: #4a5a72;
        border-radius: 0;
    }
    .popup-container-alt {
        background-color: #202835;
    }
    .service-image {
        width: 230px;
        height: 110px;
    }
    .dark-blue {
        background-color: #202835;
        height: 0;
    }
    .dark-gray {
        background-color: #495B72;
        height: 0;
    }
    .close_flight_travelDl {
        display: none;
    }
    .popup-title {
        display: none;
    }
    .popup-image {
        display: none;
    }    
    .popup-text-container {
        position: absolute;
        top: 410px;
        margin: 20px 50px;
    }
    .popup-subtitles {
        position: absolute;
        top: 280px;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
    }
    .popup-split {
        position: absolute;
        top: 390px;
        width: 350px;
        left: 0;
        right: 0;
        margin: 10px auto;
    }
    .popup-button {
        width: 160px;
        margin-top: 360px;
    }
    .popup-contact-button {
        display: none;
    }
    .popup-form-button {
        display: inline-block;
        margin-left: 20px;
    }
    .wa-popup-container {
        position: relative;
        top: 200px;
        margin: 0 auto;
        left: 0;
        right: 0;
        border-radius: 15px;
        transition: all 2s ease-in-out;
        background: #ECE5DD;
        height: 260px;
        text-align: center;
        max-width: 400px;
    }
    .wa-popup-container-header {
        background: #075E54;
        padding: 10px;
        text-align: center;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        margin-bottom: 20px;
        color: #FFFFFF;
        height: 42px;
    }    
	.popup-container-header p {
        display: inline-block;
        vertical-align: top;
        margin: 5px 10px;
    }
	.wa-profile {
		position: absolute;
		width: 40px;
		left: 20px;
	}
	.wa-profile-name {
		position: absolute;
		left: 70px;
		top: 15px;
	}
	.wa-profile-status {
		position: absolute;
		font-size: 11px;
		top: 35px;
		left: 70px;
	}	
    .wa-close-popup {
        margin: 0;
        height: 20px;
        width: 20px;
        position: absolute;
        right: 15px;
        top: 22px;
    }
    .wa-popup-input {
        background: #FFFFFF;
        display: block;
        border: 1px solid #DFDFDF !important;
        padding: 12px 15px !important;
        color: #454545;
        margin: 0 auto 10px auto !important;
        width: 85%;
        max-width: 100%;
        box-shadow: 0 1px 2px rgba(6, 40, 30, .16);
        border-radius: 12px;
    }
    .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: 15px 0 0 75px;
        left: 0;
        font-family: 'Montserrat-SemiBold',sans-serif;
        color: #000000;
    }
	input[type=submit] {
		margin-top: 5px !important;
		border-radius: 12px;
	}
	.wa-popup-submit:hover {
        background: #1FAE53 !important;
        cursor: pointer;
        background-image: url(../../assets/img/wa-form/wa-icon.svg) !important;
        background-repeat: no-repeat !important;
        background-position: 75px 6px !important;
        background-size: 35px !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: 339px !important;
        padding: 12px 60px 12px 110px !important;
        border: none;
        border-radius: 50px;
        background-image: url('../../assets/img/wa-form/wa-icon.svg') !important;
        background-repeat: no-repeat;
        background-position: 75px 6px !important;
        background-size: 35px !important;
        -webkit-tap-highlight-color: transparent;
        background-repeat: no-repeat !important;
    }
    .company-services .collapsible-container {
        margin: 30px 70px;
    }
    .rating-number {
        font-size: 80px;
    }
    .rating-stars {
        background-repeat: repeat-x;
        height: 36px;
        background-size: 40px;
        width: 197px;
    }
    .rating-opinions {
        font-size: 22px;
    }
    #carrousel-container {
        width: 350px;
        margin: 0 auto;
    }
    .carrousel-box-container {
        margin-left: 20px;
        width: 300px;
    }
    .form-title {
        font-size: 28px;
    }
	.fieldset-label {
		margin-left: 145px;
	}
    .form {
        max-width: 1000px;
        margin: 80px auto 0 auto;
    }
    .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: 252px;
        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;
    }
	input#openSidebarMenu {
		display: none;
	}
    #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%;
    }
    .d-none{
        display: none;
    }
    #date {
        display: none;
    }
    .form-bar {
        width: 90%;
    }
    .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;
    }
    .formsec {
        padding: 88px var(--edge);
        text-align: center;
        margin-top: 110px;
        color: #ffffff;
    }
    .formsec .eyebrow {
        justify-content: center;
    }
    .formsec .formcard {
        max-width: 680px;
        margin-left: auto;
        margin-right: 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;
    }
}
