                /* ----------------------------------- HEADER ----------------------------------- */
                
                .nav-bar {
                    width: 100%;
                    height: 85px;
                    /* background-color: #a7abaf; */
                    /* background-color: rgb(182, 182, 182); */
                    background-color: #4b5055;
                    padding: 10px;
                    box-sizing: border-box;
                    border-bottom: 1px solid #1a252f;
                }
                
                .logo {
                    width: 80%;
                }
                
                .inner-logo {
                    width: 15%;
                    float: left;
                }
                
                .inner-nav {
                    width: 85%;
                    float: right;
                }
                
                .headiv2 {
                    width: 100%;
                }
                
                .lingua {
                    width: 2.4%;
                    margin-top: 1.9%;
                    cursor: pointer;
                }
                
                .lingua2 {
                    width: 2.4%;
                    margin-top: 1.9%;
                    margin-left: 10%;
                    margin-right: 1.5%;
                    cursor: pointer;
                }
                
                .lingua3 {
                    width: 2.4%;
                    margin-top: 1.9%;
                    margin-left: 20%;
                    margin-right: 1.5%;
                    cursor: pointer;
                }
                
                .uk {
                    width: 2%;
                    margin-top: -1.4%;
                    float: right;
                    margin-right: 4%;
                    cursor: pointer;
                }
                
                .nav-bar ul {
                    list-style: none;
                    height: 100%;
                    margin: 0 auto;
                    color: #fff;
                    letter-spacing: 2px;
                    position: relative;
                }
                
                .nav-bar ul li {
                    width: auto;
                    float: left;
                    margin-left: 6%;
                    margin-right: 6%;
                    text-align: center;
                    margin-top: 2%;
                    font-size: 15px;
                    cursor: pointer;
                    transition: all 0.4s ease;
                    white-space: nowrap;
                }
                
                .nav-bar ul li:last-child {
                    margin-right: 0;
                }
                
                .nav-bar ul li:hover {
                    color: red;
                }
                
                .nav-bar ul li:hover .mega-menu {
                    color: #fff;
                }
                
                .nav-bar ul li .mega-menu p:hover a:hover {
                    color: red;
                }
                
                .header-banner {
                    background: #18bc9c;
                    width: 100%;
                    height: 350px;
                }
                
                .mega-menu {
                    position: absolute;
                    margin-top: 4%;
                    left: 7%;
                    width: 80%;
                    height: auto;
                    background: #4b5055;
                    opacity: 0;
                    visibility: hidden;
                    transition: all 0.4s ease;
                    box-sizing: content-box;
                    padding: 40px;
                    z-index: 100;
                }
                
                .m1 a {
                    text-decoration: none;
                    color: white;
                }
                
                .mega-menu-cofiim {
                    width: auto;
                    margin-left: 15%;
                }
                
                .inner-mega-menu-cofiim {
                    margin-left: 10%;
                    padding-right: 20px;
                }
                
                .inner-mega-menu-cofiim a {
                    margin-left: 20%;
                }
                
                .nav-bar ul li:hover .mega-menu {
                    opacity: 1;
                    visibility: visible;
                }
                
                .inner-mega-menu {
                    position: relative;
                    width: 32%;
                    float: left;
                    margin-right: 1%;
                    border-left: 1px solid #fff;
                }
                
                .inner-mega-menu p {
                    font-size: 12px;
                    text-align: left;
                    margin-left: 5%;
                    padding: 5px 0;
                    transition: all 0.4s ease;
                }
                
                .inner-mega-menu:last-child {
                    margin-right: 0%;
                }
                
                .mega-menu a {
                    text-decoration: none;
                    color: inherit;
                }
                
                .ident {
                    text-indent: 25px;
                }
                
                .first {
                    text-transform: uppercase;
                    font-weight: bold;
                    margin-bottom: 10%;
                }
                
                .borderless {
                    border-left: none;
                }
                
                .cont {
                    text-decoration: none;
                    color: inherit;
                }
                
                .icon {
                    display: none;
                }
                /* ----------------------------------- BODY ----------------------------------- */
                
                body {
                    background: white;
                    color: rgb(71, 71, 71);
                    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
                    margin: 0;
                    padding: 0;
                }
                
                .contactos {
                    width: 33%;
                    float: left;
                }
                
                .move {
                    padding-left: 15%;
                }
                
                .tela {
                    margin-top: 5%;
                    padding-left: 4%;
                    overflow: hidden;
                }
                
                .text {
                    font-size: 14px;
                    font-weight: lighter;
                    font-family: 'Lato', sans-serif;
                }
                
                .inner-cont {
                    margin-top: 6%;
                    margin-bottom: 6%;
                    padding-top: 1%;
                    width: 60%;
                }
                
                .inner-cont1 {
                    margin-bottom: 10%;
                    width: 70%;
                }
                
                .first1 {
                    border-top: 1px solid grey;
                    width: 103%;
                    padding-top: 4%;
                }
                
                .inner-cont1 p {
                    font-size: 15px;
                }
                
                .inner-contact {
                    /* padding-top: 1%;
                width: 70%; */
                    margin-top: 8%;
                    margin-bottom: 6%;
                    padding-top: 3%;
                    width: 75%;
                }
                
                .line-div {
                    margin-top: 10%;
                    border-bottom: 1px solid grey;
                    width: 35%;
                }
                
                .forms {
                    float: right;
                    width: 63%;
                    /* padding-left: 5%; */
                }
                
                .inner-forms-left {
                    float: left;
                    width: 50%;
                }
                
                .inner-forms-right {
                    float: right;
                    width: 50%;
                }
                
                .first-form {
                    margin-top: 6.5%;
                }
                
                form input[type=checkbox] {
                    font-size: 50px;
                }
                
                .aux {
                    float: left;
                    width: 35%;
                }
                
                .title {
                    margin-bottom: 4%;
                    font-size: 18px;
                }
                
                .tit {
                    font-size: 26px;
                }
                
                .img {
                    display: block;
                    width: 100%;
                    height: 370px;
                    object-fit: cover;
                }
                
                #myLinks {
                    display: none;
                    float: none;
                }
                
                .logo {
                    font-size: 22px;
                    font-weight: bold;
                    color: black;
                }

                .tident{
                    margin-left: 11%;
                }
                /* ----------------------------------- FOOTER ----------------------------------- */
                
                footer {
                    color: white;
                    width: 100%;
                    height: 400px;
                    /* background-color: rgb(182, 182, 182); */
                    background-color: #4b5055;
                    /* background-color: rgba(211, 210, 210, 0.8); */
                    /*text-align: center;
                    */
                    margin-top: 5%;
                }
                
                footer h2 {
                    padding-left: 10%;
                    margin-top: 11%;
                }
                
                footer p {
                    font-size: 14px;
                    padding-left: 5%;
                    margin-top: 7%;
                }
                
                .inner-footer-left {
                    width: 30%;
                    float: left;
                }
                
                .inner-footer-right {
                    width: 70%;
                    float: right;
                }
                
                .inner-footer-left p {
                    margin-top: 4%;
                    padding-left: 10%;
                }
                
                .inner-footer-left a {
                    color: inherit;
                }
                
                .face {
                    width: 20%;
                    float: right;
                    padding-top: 20%;
                    padding-right: 5%;
                }
                
                .face1 {
                    width: 70%;
                }
                
                .menu-footer {
                    margin-top: 4%;
                }
                
                .inner-menu-footer {
                    width: 32%;
                    float: left;
                    margin-right: 1%;
                    border-left: 1px solid #fff;
                }
                
                .inner-menu-footer p {
                    font-size: 13px;
                    text-align: left;
                    margin-left: 5%;
                }
                
                .menu-footer a {
                    text-decoration: none;
                    color: inherit;
                }
                
                .ident {
                    text-indent: 25px;
                }
                
                .first {
                    text-transform: uppercase;
                    font-weight: bold;
                    margin-bottom: 10%;
                }
                /*----------------MOBILE-------------------*/
                
                @media only screen and (min-width: 1101px) {
                    .links {
                        display: none;
                    }
                    .t1 {
                        display: none;
                    }
                }
                
                @media only screen and (max-width: 1100px) {
                    .m1 {
                        display: none;
                    }
                    .icon {
                        padding-top: 20%;
                        display: block;
                        color: white;
                    }
                    .logo {
                        min-width: 180px;
                    }
                    .frase {
                        display: none;
                    }
                    .mob-menu {
                        float: right;
                        margin-right: 15%;
                        margin-top: 1.5%;
                    }
                    .links {
                        background-color: rgb(71, 71, 71);
                        width: 80%;
                        border-radius: 3%;
                        margin-top: 8%;
                        z-index: 100;
                        opacity: 1;
                        display: none;
                        position: absolute;
                        left: 0%;
                    }
                    .t1first {
                        margin-top: 7%;
                    }
                    .links div {
                        margin-bottom: 10%;
                    }
                    .links a {
                        margin-left: 10%;
                    }
                    .t1 a {
                        text-decoration: none;
                        color: white;
                        font-size: 35px;
                        text-align: left;
                    }
                    .t2 a {
                        text-decoration: none;
                        color: white;
                        font-size: 25px;
                        text-align: left;
                    }
                    .t1 p {
                        text-indent: 13%;
                        text-decoration: none;
                        color: white;
                        font-size: 30px;
                    }
                    .t2c {
                        margin-right: 45%;
                    }
                    .t2 p {
                        color: grey;
                    }
                    .serv-mob-hidden {
                        display: none;
                    }
                    .serv-mob-visible {
                        display: block;
                    }
                    .cont-mob-hidden {
                        display: none;
                    }
                    .cont-mob-visible {
                        display: block;
                    }
                    .t1last {
                        margin-top: none;
                        margin-bottom: 1%;
                        margin-left: 36%;
                    }
                    .inner-contact {
                        width: 100%;
                    }
                    .inner-contact1 {
                        width: 100%;
                    }
                    .links {
                        width: 60%;
                    }
                }
                
                @media only screen and (max-width: 868px) {
                    #serv-drop {
                        font-size: 32px;
                    }
                    .tit a {
                        font-size: 32px;
                    }
                    .t2 a {
                        font-size: 24px;
                    }
                    .t2 p {
                        font-size: 27px;
                    }
                }
                
                @media only screen and (max-width: 768px) {
                    #serv-drop {
                        font-size: 25px;
                    }
                    .tit a {
                        font-size: 25px;
                    }
                    .t2 a {
                        font-size: 20px;
                    }
                    .t2 p {
                        font-size: 22px;
                    }
                    .move {
                        padding-left: 20%;
                    }
                    .inner-contact {
                        width: 80%;
                    }
                    .inner-cont1.privacy {
                        width: 80%;
                    }
                    .contactos {
                        width: 100%;
                    }
                    /* mudado */
                    .forms {
                        width: 80%;
                        /* float: none; */
                        margin-top: 10%;
                    }
                    .first1 {
                        border-top: none;
                    }
                    .title {
                        margin-bottom: 10%;
                    }
                    .inner-cont {
                        border: none;
                    }
                    .links {
                        width: 80%;
                    }
                    .inner-forms-right {
                        float: none;
                    }
                    .inner-cont1 {
                        width: 80%;
                    }
                }
                
                @media only screen and (max-width: 602px) {
                    #serv-drop {
                        font-size: 18px;
                    }
                    .tit a {
                        font-size: 18px;
                    }
                    .t2 a {
                        font-size: 12px;
                    }
                    .t2 p {
                        font-size: 15px;
                    }
                    .conteudo {
                        width: 100%;
                        float: none;
                    }
                    .conteudo p {
                        font-size: 12px;
                        line-height: 25px;
                    }
                    .menu {
                        display: none;
                    }
                    #emp2 .list p {
                        line-height: 5px;
                    }
                    #emp {
                        text-align: center;
                        font-size: 17.5px;
                        font-weight: bold;
                        padding: 0px;
                    }
                    .list p {
                        display: block;
                        margin-block-start: 0em;
                        margin-block-end: 0em;
                        margin-inline-start: 0px;
                        margin-inline-end: 0px
                    }
                    footer {
                        height: 280px;
                    }
                    .inner-footer-right {
                        display: none;
                    }
                    .inner-footer-left {
                        width: 95%;
                    }
                    .inner-footer-left h2 {
                        font-size: 18px;
                    }
                    .inner-footer-left p {
                        font-size: 12px;
                    }
                    .tela {
                        padding-left: 10%;
                    }
                    .contactos {
                        width: 100%;
                        float: none;
                    }
                    .contactos .move {
                        padding: 0px;
                    }
                    .forms {
                        width: 100%;
                        float: none;
                        margin-top: 10%;
                    }
                    .title {
                        margin-bottom: 10%;
                    }
                    .inner-cont {
                        border: none;
                    }
                    .links {
                        width: 80%;
                    }
                    .inner-forms-right {
                        float: none;
                    }
                    .inner-cont1 {
                        width: 80%;
                    }
                }
                
                @media only screen and (max-width: 380px) {
                    .logo {
                        margin-left: -30%;
                    }
                    #serv-drop {
                        font-size: 16px;
                    }
                    .tit a {
                        font-size: 16px;
                    }
                    .t2 a {
                        font-size: 11px;
                    }
                    .t2 p {
                        font-size: 13px;
                    }
                    .conteudo {
                        width: 100%;
                        float: none;
                    }
                    .conteudo p {
                        font-size: 12px;
                        line-height: 25px;
                    }
                    .menu {
                        display: none;
                    }
                    #emp2 .list p {
                        line-height: 5px;
                    }
                    #emp {
                        text-align: center;
                        font-size: 17.5px;
                        font-weight: bold;
                        padding: 0px;
                    }
                    .list p {
                        display: block;
                        margin-block-start: 0em;
                        margin-block-end: 0em;
                        margin-inline-start: 0px;
                        margin-inline-end: 0px
                    }
                    .fa {
                        margin-top: 40%;
                    }
                    footer {
                        height: 260px;
                    }
                    .inner-footer-right {
                        display: none;
                    }
                    .inner-footer-left {
                        width: 95%;
                    }
                    .inner-footer-left h2 {
                        font-size: 18px;
                    }
                    .inner-footer-left p {
                        font-size: 12px;
                    }
                    .inner-contact {
                        width: 100%;
                    }
                }
                
                @media only screen and (max-width: 330px) {
                    #serv-drop {
                        font-size: 16px;
                    }
                    .tit a {
                        font-size: 16px;
                    }
                    .t2 a {
                        font-size: 9px;
                    }
                    .t2 p {
                        font-size: 12px;
                    }
                    .logo {
                        min-width: 140px;
                        padding-top: 3%;
                    }
                    .conteudo {
                        width: 100%;
                        float: none;
                    }
                    .conteudo p {
                        font-size: 10px;
                        line-height: 25px;
                    }
                    .menu {
                        display: none;
                    }
                    #emp {
                        text-align: center;
                        font-size: 13.5px;
                        font-weight: bold;
                        padding: 0px;
                    }
                    /* p {
                        display: block;
                        margin: 0px;
                        margin-block-start: 0em;
                        margin-block-end: 0em;
                        margin-inline-start: 0px;
                        margin-inline-end: 0px
                    } */
                    footer {
                        height: 260px;
                    }
                    .inner-footer-right {
                        display: none;
                    }
                    .inner-footer-left {
                        width: 95%;
                    }
                    .inner-footer-left h2 {
                        font-size: 18px;
                    }
                    .inner-footer-left p {
                        font-size: 12px;
                    }
                    .img {
                        height: 280px;
                    }
                }