@font-face {
    font-family: 'robotoregular';
    src: url('/font/roboto/Roboto-Regular-webfont.eot');
    src: url('/font/roboto/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('/font/roboto/Roboto-Regular-webfont.woff2') format('woff2'),
    url('/font/roboto/Roboto-Regular-webfont.woff') format('woff'),
    url('/font/roboto/Roboto-Regular-webfont.ttf') format('truetype'),
    url('/font/roboto/Roboto-Regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotobold';
    src: url('/font/roboto/Roboto-Bold-webfont.woff') format('woff');
}

body {
    margin-top: 85px;
    font-size: 16px;
    font-family: robotoregular;
}

#app {
    position: relative;
    min-height: 100vh;
}

#content-wrap{
    padding-bottom: 10rem;    /* Footer height */
}

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

@media screen and (min-width: 768px) {
    p {
        line-height: 2;
    }
}

@media screen and (max-width: 768px) {
    p {
        line-height: 1.6;
    }
}

.roboto-bold {
    font-family: 'robotobold';
}

#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 45px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: rgba(0, 0, 0, 0.7); /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding-bottom: 0px;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px; /* Increase font size */
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    border-style: 1px solid #ffffff;
}

#myBtn:hover {
    background-color: rgba(194, 213, 0, 0.7); /* Add a dark-grey background on hover */
}

#myBtn i {
    border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 12px;
}

#myBtn .up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

/* Navbar Principal - Ficar transparente */
#app nav {
    background-color: rgba(0, 0, 0, 0.6);
}

/* Navbar  */
@media screen and (min-width: 767px) {
    .navbar {
        padding-bottom: 0;
        padding-top: 0;
        height: 85px;
        width: 100%;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }
}

/*================================================================*/
@media screen and (min-width: 767px) {
    .logo img {
        height: 55px;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

    .scrolled-nav {
        height: 50px;
    }

    .scrolled-img {
        height: 30px !important;
    }

    .scrolled-nav.navbar-light li.nav-item.dropdown a.nav-link.menus{
        padding-bottom: unset;
        padding-top: unset;
        line-height: 50px;
        height: 50px;
    }
}

.dropdown-menu {
    top: 85px;
    border-radius: 0;
}

.scrolled_dropdownmenu.dropdown-menu {
    top: 50px !important;
}

/* Gonçalo */
/*navbar com borda azul*/
.navbar-light .nav-link > span {
    font-size: 0.8rem !important;
}

.navbar-light .nav-link.menus {
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    padding-left: 20px;
    padding-right: 20px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-light .nav-link.menus {
        padding-left: 14px;
        padding-right: 14px;
    }
}


.navbar-light .nav-link:hover {
    border-style: solid;
    color: #C2D500 !important;
    text-align: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
}

/* Navbar Grupo and Serviços MouseOver */
@media screen and (min-width: 767px) {
    .dropdown-menu:li {
        text-align: left;
    }

    .dropdown .dropdown-menu {
        opacity: 0;
        transition: opacity 0.2s linear;
        -webkit-transition: top 0.5s;
        transition: top 0.5s;
    }

    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
        opacity: 1;
    }
}

.dropdown-item.active,
.dropdown-item:active {
    color: #C2D500;
    text-decoration: none;
    background-color: #00000000;
}

/* Navbar Principal - Letras em branco */
.navbar-light .navbar-nav .nav-link {
    color: #fff !important;
}

.navbar-light .nav-link {
    color: #fff !important;
}

/* Dropdown das tabelas da Navbar */
div.dropdown-menu {
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
}

div.dropdown-menu.covid {
    background-color: rgba(205, 23, 30, 0.7);
    color: white;
}

/* Letras das tabelas da Navbar */
a.dropdown-item {
    color: #fff;
}

/* Margem das imagens dos serviços */
div.img1 img {
    margin-top: 25px;
    margin-bottom: 25px;
}

/* Justificar todos os paragrafos e o seu tipo de letra */
p {
    text-align: justify;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
    p {
        text-align: left;
    }
}

/*  */
#container.field b {
    margin-top: 50px;
}

/*joao*/
/*Parallax*/

.parallax-container img {
    /* parallax img */
    width: 100%;
}

.img .parallax-container {
    -webkit-transform: translateZ(-200px) scale(9);
    transform: translateZ(-300px) scale(3);
    z-index: 3;
}

.contentimg {
    /* tamanho da imagem parallax(group.blade.php) */
    padding-bottom: 250px;
    padding-top: 250px;
    width: 100%;
    height: 100%;
}

.contentimg .contimg {
    /* imagem all vision na parallax */
    padding-left: 500px;
    opacity: 0, 7;
}

/* Gonçalo */

/* Mouseover das imagens */
.css-slideshow figcaption {
    color: #fff !important;
    background: rgba(0, 0, 0, 0.7);
    font-size: 0.8em;
    padding: 8px 12px;
    opacity: 0;
    transition: opacity 0.5s;
}


.css-slideshow:hover figure figcaption {
    transition: opacity 0.5s;
    opacity: 1;
}

/* Footer */
.footer {
    background-color: rgba(0, 0, 0, 0.6);
}

.footer img {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media screen and (max-width: 991px) {
    .footer img {
        margin-left: 15px;
    }
}

/* Footer Text */
#copyright {
    color: #4d4d4d;
    font-size: 12px;
    line-height: 30px;
    letter-spacing: 1px;
    font-weight: 300;
}

/* Footer Social Media */
.fa {
    z-index: 457;
    position: relative;
/ / border-width: thin;
/ / border-style: solid;
/ / border-color: #000;
}

a.fa.fa-envelope-o {
    margin-left: 300px;
}

.fa-envelope-o {
    color: #000;
    text-align: center;
}

.fa-envelope-o:hover {
    opacity: 1;
    color: #fff !important;
    background-color: #0078d7;
    border-color: #000;
    text-decoration: unset !important;
}

.fa-facebook {
    color: #000;
    text-align: center;
}

.fa-facebook:hover {
    opacity: 1;
    color: #fff !important;
    background-color: #29487d;
    border-color: #000;
    text-decoration: unset !important;
}

.fa-linkedin {
    color: #000;
    text-align: center;
}

.fa-linkedin:hover {
    color: #fff !important;
    background-color: #125688;
    border-color: #000;
    text-decoration: unset !important;
}

/*ana*/
/**TOP BAR */

.jumbotron-topbar {
    text-align: center;
    vertical-align: middle;
    line-height: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #f5f8fa;
}

@media screen and (min-width: 575px) and (max-width: 991px) {
    .jumbotron-topbar {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .jumbotron-midlebar {
        padding-top: 35px;
        padding-bottom: 35px;
    }
}

@media screen and (min-width: 300px) and (max-width: 575px) {
    .jumbotron-topbar {
        line-height: 26px;
        padding-top: 26px;
        padding-bottom: 25px;
    }

    .jumbotron-topbar h2 {
        font-size: 22px;
    }

    .jumbotron-midlebar h3 {
        font-size: 22px;
    }
}

.container-fluid {
    margin-top: 85px;
}

/* Scroll Top*/
#backTop {
    width: 30px;
    height: 30px;
    font-size: 15px;
    text-align: center;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    background-color: #C2D500;
    left: 85px;
    margin-left: 50px;
    padding-top: 10px;
    padding-bottom: 14px;

}

#backTop:hover {
    background-color: #C2D500;
}

.backtop {
    float: right;

}

/* GONÇALO */
/* ==========================================================================
Social Network Footer
========================================================================== */
.socialNetwork {
    margin-left: auto;
    float: right;
}

@media screen and (min-width: 575px) and (max-width: 991px) {
    .socialNetwork {
        text-align: left;
    }
}

/* ==========================================================================
Icon-Link Email
========================================================================== */
.far.fa-envelope {
    z-index: 457;
    width: 31px;
    height: 31px;
    position: relative;
    border: thin solid #535353;
    color: #535353;
    font-size: 16px;
    /*  margin-left: 246px;  */
    text-align: center;
    padding-left: 2px;
    padding-top: 7px;
    top: 3px;
}

.far.fa-envelope:hover {
    color: #fff !important;
    background-color: #C2D500;
    border-color: #C2D500;
    text-decoration: unset !important;
}

/* ==========================================================================
Icon-Link Facebook
========================================================================== */
.fab.fa-facebook-f {
    z-index: 457;
    width: 31px;
    height: 31px;
    position: relative;
    border: thin solid #535353;
    color: #535353;
    font-size: 16px;
    text-align: center;
    padding-top: 7px;
    margin-left: 10px;
    top: 3px;
}

.fab.fa-facebook-f:hover {
    color: #fff !important;
    background-color: #3b5998;
    border-color: #3b5998;
    text-decoration: unset !important;
}

/* ==========================================================================
Icon-Link Linkdin
========================================================================== */
.fab.fa-linkedin-in {
    z-index: 457;
    width: 31px;
    height: 31px;
    position: relative;
    border: thin solid #535353;
    color: #535353;
    font-size: 16px;
    text-align: center;
    padding-top: 7px;
    margin-left: 10px;
    top: 3px;
}

.fab.fa-linkedin-in:hover {
    color: #fff !important;
    background-color: #0077b5;
    border-color: #0077b5;
    text-decoration: unset !important;
}

/* ==========================================================================
Responsive Footer
========================================================================== */
div.col-lg-6.col-md-12.col-sm-12.text {
    padding-top: 5px;
    padding-left: 0;
}

@media screen and (max-width: 575px) {
    div.row.col-md-12 {
        display: flex;
        flex-direction: column-reverse;
    }
}

@media screen and (max-width: 575px) {
    .far.fa-envelope {
        margin-left: 0;
    }
}

@media screen and (max-width: 575px) {
    div.col-lg-6.text {
        font-size: 10px;
        line-height: 160%;
        margin-top: 14px;
        padding-top: 5px;
    }
}

/* Footer Portugal 2020 */
@media screen and (max-width: 767px) {
    .footer .container img {
        width: 298px;
    }
}

@media screen and (max-width: 360px) {
    .footer .container img {
        width: 96%;
    }
}

/* ==========================================================================
Footer Image Social Media
========================================================================== */
@media screen and (min-width: 575px) and (max-width: 991px) {
    div.row.col-md-12 {
        display: flex;
        flex-direction: column-reverse;
    }

    div.col-lg-6.col-md-12.text {
        padding-left: 84px;
    }

    /*    a.far.fa-envelope {
          margin-left: 214px;
      }*/
}

/* 24/05/2018 */
#app .container {
    padding-top: 0;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .show > .nav-link {
    color: #fff !important;
    box-shadow: inset 0 -3px 0 0 #C2D500;
    transition: box-shadow 0.3s;
}

@media screen and (min-width: 767px) {
    .navbar-light .nav-item.dropdown.show .nav-link {
        border: unset !important;
    }
}

.navbar-light li.nav-item.dropdown a.nav-link.menus {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    line-height: 85px;
    height: 85px;
    padding-bottom: unset;
    padding-top: unset;
    font-family: robotobold;
}

@media screen and (max-width: 767px) {
    .navbar-light li.nav-item.dropdown a.nav-link.menus {
        padding-top: 15px;
        padding-bottom: 15px;
        height: 52px;
        line-height: unset;
    }
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #C2D500;
    text-decoration: none;
    background-color: #00000000;
}

.menu-icon {
    width: 35px;
    height: 2px;
    background-color: white;
    margin: 9px 0;
}

#app .container button.navbar-toggler {
    padding: 4px 12px;
}

/*==================================================================
====================================================================
!!!!!!!!!!!!!!!!!!!!!! Size Error Responsive !!!!!!!!!!!!!!!!!!!!!!!
====================================================================
==================================================================*/
/*
app .container .collapse.navbar-collapse {
    margin-right: 50px;
    height: 85px;
}
*/
/*
#app .container .collapse.navbar-collapse.show {
    margin-right: 50px;
    height: 0;
}
*/
/*
ul.navbar-nav.ml-auto {
    background-color: rgba(0, 0, 0, 0.7);
}
*/
/*================================================================*/

/* New navbar responsive */
@media screen and (max-width: 767px) {
    nav.noResp {
        display: none;
    }
}

nav.yesResp {
    display: none;
}

@media screen and (max-width: 767px) {
    nav.yesResp {
        display: unset;
    }
}

.dropdown-item i {
    display: none;
}

@media screen and (max-width: 767px) {
    .dropdown-item i {
        display: unset;
    }
}

@media screen and (max-width: 767px) {
    div.dropdown-menu {
        background-color: #0000003a;
    }
}

/* ======== Navbar Responsive ======== */
@media screen and (max-width: 767px) {
    body {
        margin-top: 67px;
    }

    nav.navbar.navbar-expand-md.navbar-light.navbar-laravel.navbar.fixed-top {
        padding-left: 0;
        padding-right: 0;
    }

    nav div.container {
        max-width: 100%;
    }

    nav div.container img {
        height: 41px;
    }

    nav div.container a {
        margin-left: 13px;
    }

    nav div.container button {
        margin-right: 18px;
    }

    #navbarSupportedContent a.nav-link.menus {
        margin-right: 13px;
    }

    #navbarSupportedContent a.nav-link.menus.web {
        display: none;
    }

    a.dropdown-item {
        padding-left: 34px;
    }
}

/*@media screen and (min-width: 767px) {

    #navbarSupportedContent a.nav-link.menus.mobile {
        display: none;
    }
}*/

/* ========== 28/05/2018 ========== */
#copyright .row.col-md-12 {
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    padding-left: 0;
}

@media screen and (min-width: 991px) and (max-width: 2000px) {
    #copyright .socem2018 {
        width: 520px;
    }
}

@media screen and (min-width: 575px) and (max-width: 991px) {
    #copyright .socialNetwork {
        margin-left: auto !important;
    }
}

@media screen and (min-width: 0px) and (max-width: 991px) {
    .socialNetwork {
        width: auto;
    }
}

@media screen and (min-width: 767px) and (max-width: 991px) {
    #copyright .col-lg-6.col-md-12.col-sm-12.text {
        padding-left: 15px;
    }

    #copyright .socem2018 {
        width: 100%;
        text-align: left;
        padding-top: 10px;
    }
}

@media screen and (min-width: 575px) and (max-width: 767px) {
    #copyright .col-lg-6.col-md-12.col-sm-12.text {
        padding-right: 0;
    }

    #copyright .socem2018 {
        width: 100%;
        text-align: left;
        padding-top: 10px;
    }
}

/* Linguagem em Responsivo */
li.nav-item.dropdown a.nav-link.menus.languages {
    padding-right: 0;
    padding-left: 20px;
}

.nav-link.menus.languages{
    box-shadow: unset !important;
}

.dropdown-menu.languages {
    margin-top: 0;
    width: 98px;
    min-width: 0;
}

.dropdown-item img {
    width: 20px;
    margin-right: 4px;
}

.nav-link.menus img {
    width: 25px;
}

.nav-link.menus i.fa.fa-angle-down {
    padding-left: 6px;
    border-style: none;
    width: 12px;
}

@media screen and (min-width: 300px) and (max-width: 767px) {
    li.nav-item.dropdown a.nav-link.menus.languages {
        width: 75px;
        padding-left: 0;
        margin-left: auto;
        border-bottom-width: 0;
        margin-right: 16px;
    }

    .dropdown-item span {
        display: none;
    }

    .dropdown-item img {
        width: 22px !important;
        height: 22px !important;
    }

    .nav-link.menus img {
        width: 27px;
        height: 27px;
    }

    .nav-link.menus i.fa.fa-angle-down {
        width: 12px;
        height: 12px;
        padding-left: 6px;
        border-width: 0;
    }

    .dropdown-menu.languages {
        margin-left: auto;
        width: 100%;
    }

    .dropdown-menu.languages a {
        width: 70px;
        padding-left: 22px;
        padding-right: 22px;
        margin-left: auto;
    }
}

@media screen and (max-width: 768px) and (min-width: 300px) {
    .contentimg {
        height: 60vw;
        width: 100%;
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.right-black {
    border: solid hsla(0, 0%, 0%, 0.6);
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 14px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.left-black {
    border: solid hsla(0, 0%, 0%, 0.6);
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 14px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.right-white {
    border: solid hsla(0, 0%, 100%, 1);
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 14px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.left-white {
    border: solid hsla(0, 0%, 100%, 1);
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 14px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.carousel-indicators li {
    background-color: hsla(0, 0%, 100%, 0.4);
}

.carousel-indicators .active {
    background-color: hsla(0, 0%, 100%, 0.8);
}

/* ============ Size Square  ============ */
ol.carousel-indicators li {
    width: 15px;
    height: 15px;
}

.navbar-toggler:focus {
    outline: unset !important;
}

/* button drawings */
.draw {
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
}

.draw::before,
.draw::after {
    border: 2px solid transparent;
    width: 0;
    height: 0;
}

.draw::before {
    top: 0;
    left: 0;
}

.draw:hover::before,
.draw:hover::after {
    width: 100%;
    height: 100%;
}

.draw:not(.is-active):hover::before {
    border-top-color: #C2D500;
    border-right-color: #C2D500;
    -webkit-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
    transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}

.draw:not(.is-active):hover::after {
    border-bottom-color: #C2D500;
    border-left-color: #C2D500;
    -webkit-transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s,
    height 0.25s ease-out 0.75s;
    transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s,
    height 0.25s ease-out 0.75s;
}

button.draw.is-active {
    color: #C2D500;
    border-color: #C2D500;
    box-shadow: inset 0 0 0 2px #C2D500 !important;
}

button.is-active {
    color: #C2D500;
    border-color: #C2D500;
    box-shadow: inset 0 0 0 2px #C2D500 !important;
}

button.btn.fil-cat.draw.meet {
    margin-left: 0px;
    margin-right: 0px;
}

button:focus {
    box-shadow: unset !important;
}

.meet:hover {
    color: #C2D500;
}

@media screen and (max-width: 767px) {
    .meet:hover {
        color: #000;
    }
}

.meet::after {
    top: 0;
    left: 0;
}

.meet:not(.is-active):hover::before {
    border-top-color: #C2D500;
    border-right-color: #C2D500;
}

.meet:not(.is-active):hover::after {
    border-bottom-color: #C2D500;
    border-left-color: #C2D500;
    -webkit-transition: height 0.25s ease-out, width 0.25s ease-out 0.25s;
    transition: height 0.25s ease-out, width 0.25s ease-out 0.25s;
}

@media screen and (max-width: 767px) {
    .draw:hover::before,
    .draw:hover::after {
        display: none;
    }
}

.cookieinfo {
  opacity: 0.9 !important;
  line-height: unset !important;
}

.cookieinfo-close {
    border-radius: 0px !important;
    position: relative !important;
}

@media screen and (max-width: 767px) {
    .cookieinfo span {
        font-size: 9px !important;
    }

}



    .logo-company-septec img {
        filter: grayscale(100%);
        height: 50px;
    }

.logo-company-septec:hover img {
    filter: grayscale(0%);
}
