    
    * {
        margin: 0;
      }
      
      body {
        font-family: "Roboto", sans-serif;
      }
      
      .cookie-container p{
        margin: 24px 0;
      }
      
      .wrapper {
        padding: 32px;
      }
      
      .cookie-container {
        position: fixed;
        bottom: -100%;
        left: 0;
        right: 0;
        background: #2f3640;
        color: #f5f6fa;
        padding: 0 32px;
        box-shadow: 0 -2px 16px rgba(47, 54, 64, 0.39);
      
        transition: 400ms;
      }
      
      .cookie-container.active {
        bottom: 0;
      }
      
      .cookie-container a {
        color: #f5f6fa;
      }
      
      .cookie-btn {
        background: #e84118;
        border: 0;
        border-radius: 10%;
        color: #f5f6fa;
        margin-bottom: 1%;
        cursor: pointer;
      }
      .hidden{
          visibility: hidden;
      }
      .popup {
        position: relative;
        display: inline-block;
        cursor: pointer;
      }
      
      /* The actual popup (appears on top) */
      .popup .popuptext {
        visibility: hidden;
        width: 1000%;
        background-color: #555;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 8px 0;
        position: absolute;
        z-index: 100000;
        bottom: 125%;
        left: 50%;
        margin-left: -80px;
      }
      
      /* Popup arrow */
      .popup .popuptext::after {
        content: "";
        position: relative;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #555 transparent transparent transparent;

    }

    .hidden-fade {
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s 1s, opacity 1s linear;
      }

    .visible-fade{
        visibility: visible;
        opacity: 1;
        transition: visibility 0s 1s, opacity 1s linear;

    }

    .wrapper{
      position: absolute;
      bottom: 20%;
      left: 0%;
      max-width: 100%;
      background: rgb(148, 148, 148);
      padding: 25px 25px 30px 25px;
      border-radius: 15px;
      box-shadow: 1px 7px 14px -5px rgba(0,0,0,0.15);
      text-align: center;
    }
    .wrapper.hide{
      opacity: 0;
      pointer-events: none;
      transform: scale(0.8);
      transition: all 0.3s ease;
    }
    ::selection{
      color: rgb(255, 255, 255);
      background: #FCBA7F;
    }
    .wrapper img{
      z-index:4000;
      max-width: 90px;
    }
    .content header{
      font-size: 25px;
      font-weight: 600;
    }
    .content{
      margin-top: 10px;
    }
    .content p{
      color: #ffffff;
      margin: 5px 0 20px 0;
    }
    .content .buttons{
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .buttons button{
      padding: 10px 20px;
      border: none;
      outline: none;
      color: #fff;
      font-size: 16px;
      font-weight: 500;
      border-radius: 5px;
      background: #e84118;
      cursor: pointer;
      transition: all 0.3s ease;
    }
    .buttons button:hover{
      transform: scale(0.97);
    }
    .buttons .item{
      margin: 0 10px;
    }
    .buttons a{
      color: #FCBA7F;
    }
      
      /* Toggle this class when clicking on the popup container (hide and show the popup) */
      .popup .show {
        visibility: visible;
        -webkit-animation: fadeIn 1s;
        animation: fadeIn 1s
      }
      
      /* Add animation (fade in the popup) */
      @-webkit-keyframes fadeIn {
        from {opacity: 0;}
        to {opacity: 1;}
      }
      
      @keyframes fadeIn {
        from {opacity: 0;}
        to {opacity:1 ;}
      }
      


    /* ----------------------------------- 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;
    }
    
    .kkk {
        width: 100%;
        height: 600px;
    }
    
    .logo {
        width: 80%;
        min-width: 75px;
    }
    
    .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;
    }
    
    .m1 a {
        text-decoration: none;
        color: white;
    }
    
    .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;
    }
    
    .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;
    }

    /* ----------------------------------- BODY ----------------------------------- */
    
    body {
        background: white;
        color: rgb(71, 71, 71);
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
        margin: 0;
        padding: 0;
        min-height: 700px;
    }
    
    .textcenter {
        color: white;
        font-size: 50px;
        position: absolute;
        top: 42%;
        left: 50%;
        transform: translate(-50%, -50%);
        white-space: nowrap;
    }
    
    .features {
        background: white;
        color: gray;
        padding: 20px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin-top: 2%;
    }
    
    .second {
        margin-top: none;
        margin-bottom: 3%;
    }
    
    .features figure {
        margin: auto;
        text-align: left;
        text-transform: uppercase;
        width: 350px;
        object-fit: fill;
    }
    
    .features figure img {
        border: 1px solid white;
        height: 200px;
        box-shadow: gray 0 0 10px;
        width: 100%;
        object-fit: cover;
    }

    .tident{
        margin-left: 11%;
    }
    
    .line {
        border-top: 1px solid grey;
        margin-bottom: 7%;
        width: 70%;
    }
    
    #myLinks {
        display: none;
        float: none;
    }
    
    .links {
        display: none;
    }
    
    .hiper {
        float: left;
        color: rgb(17, 167, 218);
        font-size: 15px;
        text-transform: none;
    }
    
    .hiper:hover {
        color: rgb(0, 0, 0);
    }
    
    .features figure figcaption {
        width: 350px;
        text-align: center;
        margin-top: 5%;
        height: 80px;
        text-align: justify;
        text-transform: none;
        font-size: 15px;
        object-fit: none;
    }
    /* Slideshow container */
    
    .slideshow-container {
        height: auto;
        position: relative;
        object-fit: cover;
        z-index: -1;
    }
    /* Caption text */
    
    .text {
        color: #f2f2f2;
        font-size: 15px;
        padding: 8px 12px;
        position: absolute;
        bottom: 8px;
        width: 100%;
        text-align: center;
    }
    /* Number text (1/3 etc) */
    
    .numbertext {
        color: #f2f2f2;
        font-size: 12px;
        padding: 8px 12px;
        position: absolute;
        top: 0;
    }
    /* The dots/bullets/indicators */
    
    .dot {
        height: 15px;
        width: 15px;
        margin: 0 2px;
        background-color: #bbb;
        border-radius: 50%;
        display: inline-block;
        transition: background-color 2.0s ease;
    }
    
    .dot2 {
        height: 15px;
        width: 15px;
        margin: 0 2px;
        background-color: #bbb;
        border-radius: 50%;
        display: inline-block;
        transition: background-color 2.0s ease;
    }
    
    .active {
        background-color: #717171;
    }
    
    .titulo {
        font-weight: bold;
        color: black;
    }
    /* Fading animation */
    
    .fade {
        -webkit-animation-name: initial;
        -webkit-animation-duration: 1.5s;
        animation-name: initial;
        animation-duration: 1.5s;
    }
    
    .fade2 {
        transition: all 1s ease;
        z-index: 10;
        -webkit-animation-name: initial;
        -webkit-animation-duration: 1.5s;
        animation-name: initial;
        animation-duration: 1.5s;
    }
    @keyframes exam {
        from {display: none;}
        to {display: block}
      }
    .icon {
        display: none;
    }
    
    @-webkit-keyframes fade {
        from {
            opacity: .1
        }
        to {
            opacity: 1
        }
    }
    
    @keyframes fade {
        from {
            opacity: .1
        }
        to {
            opacity: 1
        }
    }
    /* ----------------------------------- 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: 12%;
        padding-right: 5%;
    }
    
    .face1 {
        width: 70%;
    }

    .lkd {
        width: 70%;
        border-radius: 50%;
        size: 5%;
    }
    
    .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%;
    }
    /* On smaller screens, decrease text size */
    
    @media only screen and (min-width: 1101px) {
        .links {
            display: none;
        }
        .t1 {
            display: none;
        }
    }
    
    @media only screen and (max-width: 1100px) {
        .m1 {
            display: none;
        }
        .kkk {
            height: 450px;
        }
        .icon {
            padding-top: 20%;
            display: block;
            color: white;
        }
        .small-menu {
            display: none;
        }
        .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%;
        }
        .thirdpic {
            padding-top: 5%;
        }
        .links {
            width: 60%;
        }
        #serv-drop {
            font-size: 28px;
        }
        .tit a {
            font-size: 28px;
        }
        .t2 a {
            font-size: 20px;
        }
        .t2 p {
            font-size: 23px;
        }
    }
    
    @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;
        }
    }
    
    @media only screen and (max-width: 602px) {
        .kkk {
            height: 350px;
        }
        .inner-logo {
            float: left;
        }
        .inner-nav {
            width: 20%;
            float: right;
            padding-top: 12px;
            padding-right: 40px;
        }
        ul {
            padding: 0;
        }
        #serv-drop {
            font-size: 18px;
        }
        .tit a {
            font-size: 18px;
        }
        .t2 a {
            font-size: 14px;
        }
        .t2 p {
            font-size: 16px;
        }
        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;
        }
        .slideshow-container {
            margin-bottom: 10%;
        }
        .features {
            background: white;
            color: gray;
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            padding: 0px;
            margin-top: 0%;
            margin-bottom: 0%;
        }
        .features figure {
            margin-bottom: 10%;
        }
        .features figure figcaption {
            width: 350px;
            height: auto;
            text-align: center;
            margin-top: 5%;
            text-align: justify;
            text-transform: none;
            font-size: 15px;
            object-fit: none;
            margin-bottom: 4%;
        }
        .links {
            width: 80%;
        }
    }
    
    @media only screen and (max-width: 380px) {
        .kkk {
            height: 280px;
        }
        .inner-logo {
            float: left;
        }
        .inner-nav {
            width: 20%;
            float: right;
            padding-top: 0px;
            padding-right: 0px;
        }
        ul {
            padding: 0;
        }
        .mob-menu {
            float: left;
            margin-right: 15%;
        }
        #serv-drop {
            font-size: 16px;
        }
        .tit a {
            font-size: 16px;
        }
        .t2 a {
            font-size: 13px;
        }
        .t2 p {
            font-size: 15px;
        }
        .features figure img {
            width: 100%;
        }
        .features figure figcaption {
            width: 100%;
        }
        .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;
        }
        .slideshow-container {
            margin-bottom: 10%;
        }
        .features {
            background: white;
            color: gray;
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            padding: 0px;
            margin-top: 0%;
            margin-bottom: 0%;
        }
        .features figure {
            margin-bottom: 10%;
        }
        .features figure figcaption {
            width: 350px;
            height: auto;
            text-align: center;
            margin-top: 5%;
            text-align: justify;
            text-transform: none;
            font-size: 15px;
            object-fit: none;
            margin-bottom: 4%;
        }
    }
    
    @media only screen and (max-width: 330px) {
        .kkk {
            height: 200px;
        }
        .inner-logo {
            float: left;
        }
        .inner-nav {
            width: 20%;
            float: right;
        }
        .links {}
        ul {
            padding: 0;
        }
        #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%;
        }
        .logo1 {
            max-width: 300px;
        }
        figure {
            max-width: 300px;
        }
        figcaption {
            max-width: 260px;
        }
        a.hiper {
            margin-top: 10%;
        }
        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;
        }
        .slideshow-container {
            margin-bottom: 10%;
        }
        .features {
            background: white;
            color: gray;
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            padding: 0px;
            margin-top: 0%;
            margin-bottom: 0%;
        }
        .features figure {
            margin-bottom: 10%;
        }
        .features figure figcaption {
            width: 350px;
            height: auto;
            text-align: center;
            margin-top: 5%;
            text-align: justify;
            text-transform: none;
            font-size: 15px;
            object-fit: none;
            margin-bottom: 4%;
        }
    }