/** 
 * Anturio
 *
 * FICHEIRO CSS, ESTÁ DIVIDIDO POR SECÇÕES
 * 
 * @author João Cardoso <joao.martins@anturio.com>
 * @author Diogo Gomes <diogo.gomes@anturio.com>
 */


/** 
 *
 * CSS GLOBAL E NAVBAR
 *
 */

 html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
}

body {
    font-family: "Helvetica Neue",sans-serif;
    font-weight: lighter;
    background-color: black;
    position: relative;
}

#video-banner {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -1000;
  }

header {
    width: 100%;
    height: 10vh;
    background-size: cover;
}

.logo {
    line-height: 60px;
    float: left;
    margin-top: 16px;
    margin-bottom: 16px;
    margin-left: 11%;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 2px;
}

nav {
    position: fixed;
    width: 100%;
    line-height: 60px;
    display: flex;
    justify-content: space-between;
    z-index: 10000;
}

nav ul {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.35px;
    text-transform: uppercase;
    color: #FFFFFF;
    line-height: 60px;
    list-style: none;
    background: rgba(0, 0, 0, 0);
    padding: 0;
    text-align: right;
    margin: 0;
    transition: 1s;
    display: flex;
    
}
.dropbtn{
    border: none;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.35px;
    text-transform: uppercase;
    color: #FFFFFF;
    line-height: 60px;
    list-style: none;
    background: rgba(0, 0, 0, 0);
    padding: 10px 10px;
    text-align: right;
    margin: 0;
    transition: 1s;
}
.language-dropdown{
    color: #FFFFFF;
    margin-right: calc(5.5% - (53.21px / 2));
    margin-left: calc(5.5% - (53.21px / 2));;
}

.social-media{
    align-self: center;
    margin-right: 0px;
    margin-left: auto;
}
.social-media svg{
    margin-right: 6px;
}

body{
    display: none;
}

#construction-sectors-slider{
    display: none;
}

#it-sectors-slider{
    display: none;
}
#industry-sectors-slider{
    display: none;
}
#distribution-sectors-slider{
    display: none;
}
.slider-home-page{
    transition: all 1s linear;
}
.hidden-slider {
    opacity: 0;
  }

.black {
    background: #212121;
}
.black .dropdown-content{
    background: #212121;
}

nav ul li {
    display: inline-block;
    padding: 16px 6px;;
}

nav ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
}
#close-hamburguer{
    display: none;
    position: fixed;
    right: 20px;
    top:30px;
    z-index: 10000;
}

.menu-icon {
    line-height: 60px;
    width: 100%;
    background: #212121;
    box-sizing: border-box;
    padding: 15px 24px;
    cursor: pointer;
    color: #fff;
    display: none;
}
.menu{
    margin-left: auto;
}


#title-1{
    margin-left: 11%;
    margin-top:100px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 1.5px;
    text-transform: uppercase;

    color: #FFFFFF;
}

#content-first-page #title-1{
    margin-top: 0px;
}

#title-2{
    margin-left: 11%;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 300;
    font-size: 98px;
    line-height: 112px;
    letter-spacing: -1.5px;
    color: #FFFFFF;
    transition: 1s;

}

#title-3{
    margin-left: 11%;
    font-family: 'Montserrat';
    width: 25%;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #FFFFFF;
    margin-bottom: 10px;

}
#sectors-slider{
    display: flex;
    justify-content: start;
    margin-left: 11%;
    margin-bottom: 50px;
}

#more-info{
    margin-left: 11%;
}
.more-info-button-homepage{
    width: 280px;
    padding: 15px 40px;
    background: #ED1C23;
    border-radius: 5px; 
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    color: #FFFFFF;
    border:none;
}
.social-media-hamburguer{
    display: none;
}
#sectors-text{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #FFFFFF;
    align-self: flex-end;
    padding-bottom: 3px;
    margin-left: 22px;
    padding-top: 16px;
}
#first-hr, #first-hr-sections{
    border: 0;
    clear: both;
    display: block;
    width: 100%;
    background-color: #ED1C23;
    height: 8px;
    margin-bottom: -2px;
}
.hr-mobile{
    border: 0;
    clear: both;
    display: block;
    width: 100%;
    background-color: #ED1C23;
    height: 12px;
    margin-bottom: -2px;
    display: none;
    margin-top: -2px;
}
#dropdown-language{
    min-width: 70px;
    width: 70px;
    text-align: center;
    
}
#dropdown-language a{
    color: rgba(255, 255, 255, 0.38);
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.35px;
    text-transform: uppercase;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top:0px;
}
.language-hr{
    border: 0.3px solid rgba(255, 255, 255, 0.38);
    margin-top: 0px;
    width: 45%;
    margin-top: -13px;
    margin-bottom: -13px;
}

#dropdown-language a:hover{
    color: rgb(255, 255, 255);
    font-weight: 500;
}
#content-first-page{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 45px;
}
@media(min-width: 993px) {
    #content-first-page{
        height: calc( 100vh - 90px );
    }
    #content-homepage-construction{
        height: calc( 100vh - 190px );
    }
    #content-homepage-distribution, #content-homepage-industry, #content-homepage-ti{
        height: calc( 100vh - 190px );
    }
    #content-contact-us{
        height: calc( 100vh - 190px );
    }
}


/** 
 *
 * INICIO DIV SOMOS A SOLUÇÃO
 *
 */


#we-solution-page{
    display: flex;
    justify-content: space-between;
    background-color: #F5F5F5;
    position: relative;
}
#we-solution-left{
    display: grid;
    grid-template-columns: 142.5px 142.5px  142.5px  142.5px  auto;
    grid-template-rows: 142.5px  142.5px 142.5px 142.5px ;
    background-color: #F5F5F5;
    width: 50%;
}

#we-solution-right{
    display: grid;
    grid-template-columns: auto 142.5px 142.5px  142.5px  142.5px;
    grid-template-rows: 90px 142.5px  142.5px 142.5px 142.5px;
    background-color: #F5F5F5;
    width: 50%;
    justify-content: end;
    align-content: end;
}

/** 
 *
 * LEFT SIDE
 *
 */

#first-first-img-solution {
    grid-column-start: 2;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 1;
  }
#first-red-solution{
grid-column-start: 3;
grid-column-end: 3;
grid-row-start: 1;
grid-row-end: 1;
}
#first-second-img-solution{
grid-column-start: 4;
grid-column-end: 4;
grid-row-start: 1;
grid-row-end: 1;
}
#second-first-img-solution{
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 2;
    grid-row-end: 2;
}
#second-third-img-solution{
    grid-column-start: 3;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 2;
}
#third-red-solution{
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 3;
    grid-row-end: 3;
}
#third-second-img-solution{
    grid-column-start: 2;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 3;
}
#fourth-first-img-solution{
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 4;
    grid-row-end: 4;
}
#last-red-solution{
    grid-column-start: 2;
    grid-column-end: 2;
    grid-row-start: 5;
    grid-row-end: 5;
}
/** 
 *
 * RIGHT SIDE
 *
 */

#first-first-img-solution-right {
    grid-column-start: -2;
    grid-column-end: -2;
    grid-row-start: -1;
    grid-row-end: -1;
  }
#first-red-solution-right {
grid-column-start: -3;
grid-column-end: -3;
grid-row-start: -1;
grid-row-end: -1;
}
#first-second-img-solution-right {
grid-column-start: -4;
grid-column-end: -4;
grid-row-start: -1;
grid-row-end: -1;
}
#second-first-img-solution-right {
    grid-column-start: -1;
    grid-column-end: -1;
    grid-row-start: -2;
    grid-row-end: -2;
}
#second-third-img-solution-right {
    grid-column-start: -3;
    grid-column-end: -3;
    grid-row-start: -2;
    grid-row-end: -2;
}
#third-red-solution-right {
    grid-column-start: -1;
    grid-column-end: -1;
    grid-row-start: -3;
    grid-row-end: -3;
}
#third-second-img-solution-right {
    grid-column-start: -2;
    grid-column-end: -2;
    grid-row-start: -3;
    grid-row-end: -3;
}
#fourth-first-img-solution-right {
    grid-column-start: -1;
    grid-column-end: -1;
    grid-row-start: -4;
    grid-row-end: -4;
}
#last-red-solution-right {
    grid-column-start: -2;
    grid-column-end: -2;
    grid-row-start: -5;
    grid-row-end: -5;
}
#we-solution-text{
    position: absolute;
    text-align: center;
    left:50%; 
    top:55%; 
    transform: translate(-50%, -50%)
}
#culture-title{
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 300;
    font-size: 98px;
    line-height: 112px;
    text-align: center;
    letter-spacing: -1.5px;
    color: #ED1C23;
}
#culture-subtitle{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.5px;
    color: #212121;
    margin-bottom: 30px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    
}
#our-culture{
    width: 252px;
    height: 46px;
    padding: 15px 40px;
    background: #ED1C23;
    border-radius: 5px; 
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    color: #FFFFFF;
    border:none;
}
#our-culture:hover{
    background: transparent;
    color: #ED1C23;
    border: solid 2px #ED1C23;
}

@media(max-width: 1250px) {
 #we-solution-left img{
    max-width: 83.5px;
 }
 #we-solution-right img{
     max-width: 83.5px;
}
#we-solution-left{
    grid-template-columns: 83.5px 83.5px  83.5px  83.5px  auto;
    grid-template-rows: 83.5px 83.5px  83.5px  83.5px ;
}

#we-solution-right{
    grid-template-columns: auto 83.5px 83.5px  83.5px  83.5px;
    grid-template-rows: 120px 83.5px  83.5px 83.5px 83.5px;
}
#culture-title{
    font-size: 61px;
    line-height: 72px;
    letter-spacing: -0.5px;
}
#culture-subtitle{
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.25px;
}
#we-solution-text{
    top:55%; 
}
}

@media(max-width: 900px){
    #we-solution-text{
        top:48%; 
    }
}
@media(max-width: 750px) {
    #we-solution-right{
        display: none;
    }
    .remove-mobile{
        display: none;
    }
    #we-solution-left{
        width: 100%;
     }
     #we-solution-left{
        grid-template-columns:auto auto auto auto;
        grid-template-rows: auto auto;
    }
    #we-solution-left img{
        object-fit: cover;
        width: 100%;
        height: 100%;
        max-width: 1000px;
     }
     #culture-title{
        font-size: 35px;
        line-height: 36px;
        letter-spacing: 0.25px;
    }
    #we-solution-text{
        position: relative;
        transform: none;
        left: 0px;
        top: 0px;
        margin-top:20px;
    }
    #we-solution-page{
        flex-direction: column;
    }
    #our-culture{
        margin-bottom: 50px;
        margin-top:20px;
    }

}

/** 
 *
 * FIM DIV SOMOS A SOLUÇÃO
 *
 */

@media(max-width: 992px) {
    .social-media, #language-btn{
        display: none;
    }
    nav{
        justify-content: center;
    }
    .logo {
        position:absolute;
        top: -5px;
        margin-left: 0px;
        
    }
    #sectors-text{
        display: none;
    }
    #first-hr{
        display: none;
    }

    nav ul {
          max-height: 0px;
          background: #212121;
          overflow: hidden;
          position: absolute;
          left: 0;
          top: 85px;
          position: absolute;
            margin-left: auto;
            margin-right: auto;
            left: 0;
            right: 0;
            text-align: center;
            padding-right: 0px;
            display: block;
            height: calc(100vh - 90px);
    }

    nav.black ul {
          background: white;
    }

    .showing {
          max-height: 34em;
          background: white;
          font-family: Ubuntu;
            font-style: normal;
            font-weight: normal;
            font-size: 28px;
            line-height: 24px;
            letter-spacing: 0.35px;
            text-transform: uppercase;
            color: #212121;
            padding-left: 5%;
            height: calc(100vh - 90px);
    }
    .social-media-hamburguer{
        position:absolute;
        bottom: 65px;
        flex-direction: column;
        align-content: center;
        margin-left: -5%;
        width: 100%;
    }
    .hamburguer-hr{
        border: 1px solid #EEEEEE;
        margin-right: 5%;
        margin-top: 1px;
        margin-bottom: 1px;
    }
    #hamburguer-icons-text{
        font-family: Montserrat;
        font-style: normal;
        font-weight: 500;
        font-size: 10px;
        line-height: 16px;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        color: #000000;
    }
    .showing-display li{
        text-align: left;
    }
    .li-sub{
        padding-left: 5%;
    }

    nav ul li {
          box-sizing: border-box;
          width: 100%;
          padding: 0px 0px;
          text-align: center;
    }

    .menu-icon {
          display: block;
    }
    .dropbtn-sub{
        border: none;
        font-family: 'Ubuntu';
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0.30px;
        text-transform: uppercase;
        color: #FFFFFF;
        line-height: 40px;
        list-style: none;
        background: rgba(0, 0, 0, 0);
        padding: 0;
        text-align: right;
        margin: 0;
        transition: 1s;
        padding: 0px !important;
    }
    #title-1{
        display:none;
    }
    
    #title-2{
        margin-top: 100px;
        font-weight: 300;
        font-size: 61px;
        line-height: 72px;
        letter-spacing: -0.5px;
    
    }
    
    #title-3{
        margin-left: 11%;
        width: 45%;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0.25px;
    }
    #sectors-slider{
    margin-bottom: 25px;
}
.dropbtn{
    color: #212121;
    border: none;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 24px;
    letter-spacing: 0.35px;
    text-transform: uppercase;
    line-height: 60px;
    list-style: none;
    padding: 10px 10px;
    text-align: right;
    margin: 0;
    transition: 1s;
}
#sectors-btn{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
#sectors-dropdown{
    width: 100%;
}
#sectors-btn svg{
    align-self: center;
    margin-right: 5%;
}

}
@media(max-width: 500px) {
    nav ul {
        max-height: 0px;
        background: #000;
        overflow: hidden;
        width: 100%;
        padding-right: 0px;
  }
    #title-2{
        font-size: 61px;
        line-height: 72px;
        text-align: center;
        letter-spacing: -0.5px;
        margin-left: 0px !important;
        margin-right: 0px;

    }

    #sectors-text{
        display: flex;
        align-self: center;
        margin-top: 20px;
    }

    #title-3{
        text-align: center;
        margin-right: auto;
        margin-left: auto;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.5px;
    }
    #more-info{
        margin-left: 0px;
        margin-bottom: 0px;
    }
    .more-info-button-homepage{
        width: 100%;
    }
    #sectors-slider{
        display:flex;
        flex-direction: column;
        align-items: center;
        margin-left: 0px;
    }
    #content-first-page{
        padding-bottom: 0px;
    }
}

/** 
 *
 * FOOTER
 *
 */
.footer {
    clear: both; 
    z-index: 1; 
    height: 100%;
 }

#first_links a{
    text-decoration: none;
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    font-feature-settings: 'salt' on, 'liga' off;
    color: #D9DBE1;
}

#first_links a:hover{
    color: grey;
}

#second_links a{
    text-decoration: none;
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    font-feature-settings: 'salt' on, 'liga' off;
    color: #D9DBE1;
}

#second_links a:hover{
    color: grey;
    cursor:pointer;
}
#name_links{
    color:white;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.15px;
}
#copyright_and_image{
    margin-left:5px;
}

#copyright_anturio2{
    position: static;
    bottom: 57.14%;
    margin-left: 35%;
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    font-feature-settings: 'salt' on, 'liga' off;
    color: #D9DBE1;
    flex: none;
    order: 0;
    flex-grow: 0;
}

#copyright_anturio{
    position: static;
    bottom: 57.14%;
    margin-right:5px;
    margin-left: 35%;
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    font-feature-settings: 'salt' on, 'liga' off;
    color: #D9DBE1;
    flex: none;
    order: 0;
    flex-grow: 0;
}
#social_media{
    margin-bottom:10%;
    margin-left:35%;
}

#social_media img{
    flex: none;
    order: 0;
    flex-grow: 2;
    margin: 0px 5px;
}

.sector_empresa{
    margin-top: 8% ;
}

.sector_support{
    margin-top: 8% ;
}
#anturio_logo{
    margin-top: 4% ;
    margin-left: 19% ;
    margin-bottom: 3%;
}
  
  /* The container <div> - needed to position the dropdown content */
  .dropdown {
    position: relative;
    display: inline-block;
    align-self: center;
  }
  
  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
    display: none;
    position: absolute;
    left: -10%;
    background-color: transparent;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    text-align: left;
    border-radius: 7px;
  }
  
  /* Links inside the dropdown */
  .dropdown-content a {
    color: #FFFFFF;
    padding: 0px 16px;
    text-decoration: none;
    display: block;
    font-weight: 300;
    margin-top: -20px;
  }
  
  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {
    font-weight: 500;
    cursor:pointer;
}
  

/* Logos Inicial*/

#LogoMinisterio_C{
    width: 40%;
    height: 70%;
    margin-left: auto;
    margin-right: auto;
}

#LogoRemax_C{
    margin-top: 10%;
    width: 43%;
    height: 30%;
    margin-left: auto;
    margin-right: auto;
}

#LogoQuintaDoLago_C{
    width: 40%;
    height: 90%;
    margin-left: auto;
    margin-right: auto;
}

#LogoRancilio_C{
    width: 30%;
    height: 80%;
    margin-left: auto;
    margin-right: auto;
}


#LogoMinisterio_P{
    width: 30%;
    height: 10%;
}

#LogoRemax_P{
    margin-top: 5%;
    width: 40%;
    height: 15%;
}

#LogoQuintaDoLago_P{
    width: 25%;
    height: 25%;
}

#LogoRancilio_P{
    width: 20%;
    height: 20%;
}

  /* Show the dropdown menu on hover */

  @media(min-width: 993px) {

  .dropdown:hover .dropdown-content {display: block;}

  }
  
  /* Change the background color of the dropdown button when the dropdown content is shown */
    .more-info-button-homepage:hover{
        background: transparent;
        color: #ED1C23;
        border: solid 2px #ED1C23;
        line-height: 12px;
    }

    .dropbtn:hover {
        cursor: pointer;
        text-decoration: none;
        transition: all .1s ease;
        color:#FFFFFF;
        }
    .social-media svg:hover {
        transform: scale(1.05);
        cursor: pointer;
        }
    .logo:hover {
        transform: scale(1.03);
        cursor: pointer;
        }

@media only screen and (max-width: 699px) {
    #first_links{
        display:none;
    }
    .sector_empresa{
        display:none;
    }
    #anturio_logo{
        margin-left: 0% !important;
        margin-bottom:10%;
    }
    .sector_support{
        display:none;
    }
    #second_links{
        margin-top:10px;
        line-height: 26px;
    }
    #empresas{
        display:none;
    }

    #clear_fix{
        display:none;
    }

    #copyright_anturio{
        top:100px;
        margin-left:0%;
    }
    #copyright_anturio2{
        margin-left:0%
    }

    #social_media{
        margin-bottom:10%;
        margin-left: 0% !important;
    }
  }

  @media only screen and (min-width: 700px) and (max-width: 993px) {
    #first_links{
        display:none;
    }
    #anturio_logo{
        margin-left: 0% !important;
        margin-bottom:10%;
    }
    .sector_empresa{
        display:none;
    }
    .sector_support{
        display:none;
    }
    #second_links{
        line-height: 26px;
    }
    #empresas{
        display:none;
    }

    #clear_fix{
        display:none;
    }

    #copyright_anturio{
        top:100px;
        margin-left:0%;
    }
    #copyright_anturio2{
        margin-left:0%
    }

    #center_elements{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    #social_media{
        margin-bottom:10%;
        margin-left:0%;
    }
  }
/** 
 *
 * FIM FOOTER
 *
 */

 /** 
 *
 * Especialistas em diferentes setores
 *
 */

#different_sectors{
    width:auto;
    display: flex;
    justify-content: space-between;
    background: #212121;
    height: 459px;
    color: white;
    margin-bottom: 0px;
}
#especialists_text{
    margin-left: 11%;
    margin-right: 50px;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 300;
    font-size: 61px;
    float: left;
    line-height: 72px;
    align-self:center;
    letter-spacing: -0.5px;
    color: rgba(255, 255, 255, 0.38);
}

#svg_Number4_tablet{
    width: 250px;

}


#number_4{
    align-self:center;
    margin-right:11%;
}

#dot_point{
    position: absolute;
    margin-top:48px;
    margin-left: 3px; 
    display: inline-block;
}

/*Mobile*/
  @media only screen and (max-width: 608px) {
    
    #different_sectors{
        width:auto;
        display: flex;
        flex-direction: column;
        align-content: center;
        flex-wrap: wrap;
    }

    #especialists_text{
        font-family: Ubuntu;
        font-style: normal;
        font-weight: normal;
        font-size: 24px;
        line-height: 24px;
        margin-left:auto;
        margin-right:auto;
        text-align: center;
        margin-left: 0%;
    }
    #dot_point{
    
        margin-top:17px;
    }
    

    #number_4{
        align-self: center;
        justify-content: center;
        margin-left:auto;
        margin-right:auto;
        padding-bottom: 30px;
        margin-top: 54px;
    }
    #different_sectors {
        justify-content: center;
    }

  }

/* tablet*/
  @media only screen and (min-width: 609px) and (max-width: 992px) {
    #different_sectors{
        width:auto;
    }
   #especialists_text{
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 35px;
    line-height: 36px;
    padding-left: 10%;
    letter-spacing: 0.25px;
    margin-left:0%;
   }

   #dot_point{
    
    margin-top:26px;
    margin-left: 3px;
    width:6;
    height:6; 
   }

   #number_4{
    align-self:center;
}
  }

/* Fim de Especialistas em diferentes setores style */



/*Início de Div Construção, Indústria, Distribuição e TI*/
#div_with_sectors{
    width:auto;
    display: flex;
    justify-content: space-between;
    background: #2D2D2D;
    height: 223px;
    color: white;
  }
  #svg_construction{
    margin-left: 15%;
  }
  #svg_it{
    margin-right: 15%;
  }
  
  .svg_sectors{
    align-self:center;
  }
  
  #first_two_icons{
    display: flex;
    justify-content: space-around;
    width:50%;
    margin-left: 15%;
  }
  
  #second_two_icons{
    display: flex;
    justify-content: space-around;
    width:50%;
    margin-right: 15%;
  }
  
  #svg_construction{
      cursor: pointer;
  }
  
  #svg_industry{
      cursor: pointer;
  }

  #svg_distribution{
      cursor: pointer;
  }

  #svg_it{
      cursor: pointer;
  }
  /* tablet*/
  @media only screen and (min-width: 609px) and (max-width: 992px) {
    #div_with_sectors{
      justify-content: space-between;
    }
  
    #first_two_icons{
      margin-left: 0%;
    }
  
    #second_two_icons{
      margin-right: 0%;
    }
    
    .svg_sectors{
        display: flex;
        align-self: center;
    }
  }
  
  /*Mobile*/
  @media only screen and (max-width: 608px) {

   #div_with_sectors{
    justify-content: center;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
   }

   #first_two_icons{
    margin-left: 0%;
    width:100%;
    margin-bottom: 22px;
    justify-content: space-evenly;
  }
  
  #second_two_icons{
    margin-right: 0%;
    width:100%;
    justify-content: space-evenly;
  }

  #svg_construction{
    margin-left: 0%;
  }

  #svg_it{
    margin-right: 0%;
  }
   
  }

  /* Div VÍDEO OUR PROJECT - Secção Construção*/
  
  div.control_our_project_video > iframe {
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    width: 71%;
    height: 80%;
    flex-direction: column-reverse;
    margin: auto;
}
  
@media only screen and (max-width: 800px){
    .control_our_project_video video{
        margin: auto;
        
    }
}

div.control_our_project_video{
        
    margin-bottom: 0px;
    padding: 0px;
    padding-bottom: 50%;
    position: relative;       
      
}



  /* Início de Div "Mais de 500 clientes que confiam em nós" */
#div_trusted_clients{
    width:auto;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    height: 360px;
    background: #212121;
    color:white;
  }
  
  #clients_text{
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 35px;
    line-height: 36px;
    letter-spacing: 0.25px;
    align-self:center;
    color: rgba(255, 255, 255, 0.38);
  }
  
  #clients_imgs{
    display: flex;
    width: 100%;
    height: 180px;
    align-self:center;
    justify-content: space-evenly;
  }

  #first_two_icons_clients{
    display: flex;
    justify-content: space-around;
    width: 49%;
    margin-left: 15%;
  }
  
  #second_two_icons_clients{
    display: flex;
    justify-content: space-around;
    width: 49%;
    margin-right: 15%;
  }

  .icons_clients{
    align-self:center;
    justify-content: space-between;
  }

@media only screen and (min-width: 1690px) {
    #LogoQuintaDoLago_C{
        width: 32%;
        height: 90%;
    }

    #LogoRancilio_C{
        width: 23%;
    }
}

@media only screen and (min-width: 1650px) {
    #LogoMinisterio_C{
        width: 35%;
        height: 70%;
    }

    #LogoRemax_C{
        margin-top: 7%;
        width: 35%;
        height: 30%;
    }
}

@media only screen and (min-width: 1540px) and (max-width: 1689px){
    #LogoQuintaDoLago_C{
        width: 35%;
        height: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    #LogoRancilio_C{
        width: 25%;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1539px){
    #LogoRancilio_C{
        width: 27%;
        height: 85%;
        margin-left: auto;
        margin-right: auto;
    }
}

  @media only screen and (min-width: 609px) and (max-width: 992px) {

    #different_sectors{
        width:auto;
    }

   #especialists_text{
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 35px;
    line-height: 36px;
    padding-left: 10%;
    letter-spacing: 0.25px;
   }
  
   #dot_point{
    margin-top:26px;
    margin-left: 3px;
    width:6;
    height:6; 
   }
  
   #number_4{
    align-self:center;
  }
  
  }

  #breakline_phone{
    display:none;
  }
  
  /*Mobile*/
  @media only screen and (max-width: 607px) {

    #clients_text{
      font-family: Ubuntu;
      font-style: normal;
      font-weight: 500;
      font-size: 20px;
      line-height: 24px;
      text-align: center;
      letter-spacing: 0.15px;
    }

    #breakline_phone{
      display:block;
    }
    
    #clients_imgs{
      display: flex;
      flex-direction: column;
      align-content: center;
      flex-wrap: wrap;
      margin-top:20px;
    }

    #div_trusted_clients {
      display:flex;
      justify-content: center;
      flex-direction: column;
      align-content: center;
      flex-wrap: wrap;
    }

    #first_two_icons_clients{
      display:flex;
      flex-wrap: wrap;
      flex-direction: column;
      width: 49%;
      margin-left: 0%;
      align-self:center;
      justify-content: space-evenly;
    }

    #second_two_icons_clients{
      display:flex;
      flex-direction: column;
      flex-wrap: wrap;
      margin-right: 0%;
      width: 49%;
      align-self:center;
      justify-content: space-evenly;
    }

    #LogoMinisterio_C{
        height: 50%;
    }
    
    #LogoRemax_C{
        height: 30%;
    }
    
    #LogoQuintaDoLago_C{
        height: 53%;
    }
    
    #LogoRancilio_C{
        height: 50%;
    }
  }
  
  
  #dot_point_clients{    
    margin-top: 14px;
    margin-left: 3px;
  }
  /*Tablet*/
  @media only screen and (min-width: 608px) and (max-width: 992px) {
    
    #first_two_icons_clients{
      display:flex;
      margin-left: 0%;
      width: 100%;
      align-self:center;
      justify-content: space-evenly;
    }
    #second_two_icons_clients{
      display:flex;
      margin-right: 0%;
      width: 100%;
      align-self:center;
      justify-content: space-evenly;
      }
    
    }
  /* Fim de Div "Mais de 500 clientes que confiam em nós" */

  /* ponto final geral */
  .dot_point_geral{
      color: #ED1C23;

  }





  /* CONTACT US - INICIO */

  #contact-us{
    background: #F5F5F5;
    padding-top: 100px;
    padding-bottom: 20px;
}
#contact-us-post-form p{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.4px;
    color: rgba(33, 33, 33, 0.6);
    width: 450px;
    margin-left: 5px;
}
#terms-conditions{
    display: flex;
    justify-content: left;
    width: 450px;
}
.input-contact{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #737373;
    width: 450px;
    height: 50px;
    background: #F9F9F9;
    border: 1px solid #E6E6E6;
    box-sizing: border-box;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 5px;
}
#agree{
    background: #FFFFFF;
    border: 1px solid #DCDCDC;
    box-sizing: border-box;
    border-radius: 5px;
    width: 25px;
    height: 25px;
}
#submit-button-contact{
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #ED1C23;
    border-radius: 5px;
    padding: 15px 40px;
    border: none;
    width: 450px;
}
#submit-button-contact:hover{
    background: transparent;
    color: #ED1C23;
    border: solid 2px #ED1C23;
}
.input-message{
    padding: 15px 5px 135px 10px;
    overflow: hidden;
    resize: none;
}
#contact-us-phone-btn{
    background: #ED1C23;
    border-radius: 5px;
    flex: none;
    order: 0;
    flex-grow: 0;
    width: 240px;
    height: 54px;
    margin-top: 40px;
    border: none;
    display: +0;
    position: relative;
}

#contact-us-img-phone-btn {
    width: 30px;
    height: 30px;
   position: absolute;
   top: 11px;
   right: 180px;
   padding: 0px ;
}

.button-a{
    position: absolute;
   top: 18px;
   right: 40px;
   padding: 0px 15px;
   border: none;
   font-family: 'ubuntu';
   font-style: normal;
   font-weight: 500;
   font-size: 14px;
   line-height: 16px;
   text-align: center;
   text-transform: uppercase;
   color:#ffffff;
   content: center;

}

#contact-us-phone-btn:hover path {
    fill: #ED1C23;
}
#contact-us-phone-btn:hover {
    background: transparent;
    color: #ED1C23;
    border: solid 2px #ED1C23;
}

#contact-us-phone-btn-mobile:hover path {
    fill: #ED1C23;
}
#contact-us-phone-btn-mobile:hover {
    background: transparent;
    color: #ED1C23;
    border: solid 2px #ED1C23;
}

#contact-us-talk-with-us{
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 300;
    font-size: 98px;
    line-height: 112px;
    letter-spacing: -1.5px;
    color: #ED1C23;
}
.hover_social_media{
    cursor: pointer;
  }
  #contact-us{
      display: flex;
      justify-content: space-between;
  }
  #contact-us-text-div{
      width: 40%;
      padding-left: 10%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding-bottom: 130px;
    
  }
  #contact-us-img{
      padding-top: 50px;
  }
  #contact-us-phone-btn-mobile{
      display: none;
  }


@media only screen and (max-width: 1350px) {
    #contact-us-text-div{
        padding-left: 3%;
    }
}
@media only screen and (max-width: 1200px) {
    #contact-us-img{
        display: none;
    }
    #contact-us{
        justify-content: space-around;
    }
}

@media only screen and (max-width: 1050px) {
    #contact-us-phone-btn{
        display: none;
    }
    #contact-us-phone-btn-mobile{
        display: block;
        background: #ED1C23;
        border-radius: 5px;
        flex: none;
        order: 0;
        flex-grow: 0;
        width: 75px;
        height: 45px;
        border: none;
    }
    #contact-us-text-div{
        text-align: center;
        width: 100%;
        padding: 0;
        margin: 0;
        margin-left: 5%;
        margin-right: 5%;
    }
    #submit-div-contact{
        margin-bottom: 15px;
    }
    #contact-us{
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top: 10px;
    }
    #submit-div-contact{
        display: flex;
        justify-content: space-around;
    }
    .input-contact{
        width: 100%;
    }
    #contact-us-form{
        width: 100%;
    }
    #contact-us-post-form{
        margin-left: 5%;
        margin-right: 5%;
    }
    #terms-conditions, #contact-us-post-form p{
        width: 100%;
    }
    #submit-button-contact{
        width: 100%;
        margin-left: 10px;
    }
    #contact-us-text-div{
        margin-top: 15px;
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 700px) {
    #contact-us-talk-with-us{
        font-size: 70px;
    }
}

@media only screen and (max-width: 500px) {
    #contact-us-talk-with-us{
        font-family: 'Ubuntu';
        font-style: normal;
        font-weight: normal;
        font-size: 35px;
        line-height: 36px;
        text-align: center;
        letter-spacing: 0.25px;
        color: #FFFFFF;
        padding-top: 20px;
        padding-bottom: 10px;
    }
    #contact-us-text-div{
        background: #2D2D2D;
        margin: 0px;
        margin-bottom: 35px;
    }
    #contact-us{
        padding-top: 0px;
    }
    #submit-div-contact{
        margin-bottom: 25px;
    }
    .other-color{
        color:red;
    }
}


  /* CONTACT US - FIM */

/* INICIO DIV CONSTRUÇÃO */
#content-homepage-construction, #content-homepage-distribution, #content-homepage-industry, #content-homepage-ti {
    position: relative;
}

.sub-homepage-info{
    width: 78%;
    margin-left: 11%;
    margin-right: 11%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 30px;
}
.sub-homepage-info-item{
    width: 205px;


}
.sub-homepage-info-title{
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: bold;
    font-size: 11px;
    line-height: 24px;
    letter-spacing: 0.35px;
    text-transform: uppercase;
    color: #FFFFFF;
}
.sub-homepage-info-text{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #FFFFFF;
}
.sub-homepage-info-title svg{
    padding-right: 5px;

}
.vertical-line{
    border: 0.5px solid #FFFFFF;
    transform: rotate(90deg);
    width: 7%;
    margin: 0px -7%;
    align-self: center;
}

.white-button{
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    color: #ED1C23;
    background: #FFFFFF;
    border-radius: 5px;
    border: none;
    padding: 15px 40px;
    width: 350px;
    height: 80px;
    margin-right: 11%;
    align-self: center;
}
.white-button:hover{
    color: #FFFFFF;
    background: transparent;;
    border: solid 2px #FFFFFF;
}
.demo-section{
    height: 362px;
    background-color: #ED1C23;
    display: flex;
    justify-content: space-between;
}
.demo-section-text{
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: normal;
    font-size: 49px;
    line-height: 56px;
    color: #FFFFFF;
    margin-left: 11%;
    width: 50%;
    align-self: center;
    text-align: center;

}
.arrows-sub-homepage{
    display: none;
}

@media(max-width: 1500px){
    .white-button{
        width: 250px;
        height: 60px;
    }
}

@media(max-width: 1115px) {
    .sub-homepage-info{
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }

}

@media(max-width: 992px) {
    #construction-item-3, #construction-item-4, #construction-line-2, #construction-line-3{
        display: none;
    }

    .arrows-sub-homepage{
        display: block;
        align-self: center;
    }
    .arrows-sub-homepage:hover{
        transform: scale(1.2);
    }

    .sub-homepage-info{
        position: initial;
        margin-top: 30px;
        margin-bottom: 30px;
        display: flex;
        justify-content: space-between;
        bottom: 20px;
    }
    .demo-section-text{
        width: 80%;
        margin-left:0px;
        margin-top: 30px;
        font-size: 48px;
    }
    .white-button{
        margin-right:0px;
        margin-bottom: 30px;
        margin-top:10px
    }
    .sub-homepage-info-text{
        text-align: center;
    }
    .demo-section{
            flex-direction: column;
            align-content: center;
            height: auto;
    }

}

@media(max-width: 600px){
    #construction-item-3, #construction-item-4,  #construction-item-2{
        display: none;
    }
    .vertical-line{
        display: none;
    }
}

@media(max-width: 500px) {
    .white-button{
        width: 75%;
        border-radius: 5px;
    }
    .demo-section-text{
        font-size: 24px;
    }
}

/* FIM DIV CONSTRUÇÃO */


/* Zona Management Construction*/

#complete_management{
    display:flex;
    background: #F5F5F5;
    padding-bottom: 30px;
  }
  #complete_management_info p{
    margin-bottom: 30px;
  }
  #complete_management_imgs{
      position: relative;
      padding-top: 100px;
      padding-bottom: 20px;
      height: 850px;
      width:50%;
  }
  
  .half_anturio_img{
    position: absolute;
    margin-left: -100px;
  }
  
  #management_img{
    position: relative;
    width: 490px;
    height: auto;
    margin-left: 135px;
    margin-top: 130px;
  }
  
  #complete_management_info{
    align-self: flex-start;
    font-family: Ubuntu;
  font-style: normal;
  font-weight: normal;
  font-size: 35px;
  line-height: 36px;
  letter-spacing: 0.25px;
  
  color: #000000;
    width:50%;
    margin-right: 11%;
    margin-top: 134px;
    margin-left: 1%;
  }
  
  .buttons_text_management{
    font-family: Ubuntu;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #424242;
  text-decoration: none !important;
  
  }
  
  
  
  .card-header{
    width: 100%;
  }
  
  .text_accordion{
    font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  
  color: #000000;
  
  }
  
  .accordion_svgs{
    float: right;
  }
  .accordion_background{
    background-color: white;
  }

  .card_go_down{
    margin-top:15px;
  }

  @media only screen and (max-width: 1600px){
    #complete_management_info{
        margin-right: 11%;
        margin-left: 3%;
    }
  }
  @media only screen and (max-width: 1200px){
      #complete_management{
          flex-direction: column;
          justify-content: center;
      }
      #complete_management_info{
          width: 70%;
          margin-top: -90px;
          margin-right: 15%; 
         margin-left: 15%;
         margin-bottom: 30px;
      }
      #complete_management_imgs{
          width: 100%;
          text-align: center;
          padding-top: 30px;
      }
      #management_img{
          margin-left: 0px;
      }
      .half_anturio_img{
        margin-left: -350px;
    }
  }

  @media only screen and (max-width: 800px){
    .half_anturio_img{
        width: 400px;
        margin-left: -200px;
    }
  }

  /* Mobile */
@media only screen and (max-width: 608px) {
    #complete_management{
      width:100%;
      display: flex;
      flex-wrap: wrap;
      align-content: center; 
      justify-content: center;
      padding-bottom: 50px;
    }
    
    #complete_management_imgs{
      width:auto;
      margin-top: -180px;
      margin-bottom: -460px;
      text-align: center;
      padding-top: 100px;
    }
    #management_img{
      position:initial;
      width: 306.5px;
      height: auto;
      margin-left:0px;
    }
    
    #complete_management_info{
      width:auto;
      margin-right: 1%;
      margin-left: 1%;
      margin-top: 134px;
    }
    #complete_management_text{
      text-align: center;
    }
    
    #buttons_text_management{
      width:50%;
    }
    
    .accordion_svgs{
      margin-left: 11%;
    }
    .accordion{
        margin-right: 1%;
    }
    
    }
  /* Fim Zona Management Construction */


  /* INICIO SECÇÃO NOSSOS PROJETOS */


  .projects-section-title{
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 300;
    font-size: 61px;
    line-height: 72px;
    letter-spacing: -0.5px;
    color: #000000;
    text-align: center;
    padding-top: 50px;


  }
  .project-item{
      display: flex;
      justify-content: center;
  }
  .project-item-logo{
      position: relative;
  }

#QuintaLago{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 30% !important;
    height: 35% !important;
}

#Ministerio{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 30% !important;
    height: 25% !important;
}

#Remax{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 35% !important;
    height: 15% !important;
}

#Rancilio{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 20% !important;
    height: 30% !important;
}

#Zircom{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 40% !important;
    height: 20% !important;
}

.project-item-logo img{
    height: 100%;
}
  .carousel-item {
      padding: 50px 0px;
  }
  .projects-section{
      position: relative;
    background-color: #F5F5F5;
  }
  .projects-elipse{
      position: absolute;
      left: -40px;
      top:10px;
  }

  .project-item-study-case{
      padding: 50px;
      background-color: #ED1C23;
      width: 30%;
      margin-right: 20px;
  }
  .carousel-indicators li{
    background-color: rgba(33, 33, 33, 0.38);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-left: 5px;
    margin-right: 5px;
  }
  .carousel-indicators .active{
    background-color: #ED1C23;

}


  .project-item-text-1{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #FFFFFF;
  }

  .project-item-text-2{
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 35px;
    line-height: 36px;
    letter-spacing: 0.25px;
    color: #FFFFFF;
    margin-bottom: 35px;
    margin-top: -15px;
}

.project-item-text-3{
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #FFFFFF;
      
}

.project-item-text-4{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #FFFFFF;
}

.carousel-control-next, .carousel-control-prev{
    width: 3%;
    opacity: .8;
}

.carousel-control-prev-icon {
    background-image: url("../img/arrow-left-projects.svg");
}
    
.carousel-control-next-icon {
    background-image: url("../img/arrow-rigth-projects.svg");
}

@media(min-width: 993px) {
    .carousel-control-projects:hover .carousel-control-next-icon{
        background-image: url("../img/arrow-rigth-projects-hover.svg");
    }

    .carousel-control-projects:hover .carousel-control-prev-icon{
        background-image: url("../img/arrow-left-projects-hover.svg");
    }

    .carousel-control-next-icon, .carousel-control-prev-icon {
        width: 55px;
        height: 55px;
    }
}


@media(max-width: 1300px) {
    .projects-elipse{
        display: none;
    }
    .project-item-study-case{
        width: 45%;
    }
    .project-item-logo{
        width: 45%;
    }
    .project-item-logo img{
        width: 100%;
    }

}

@media(max-width: 1100px) {
    .project-item-study-case{
        width: 45%;
        padding: 10px 40px;
        margin-right: 10px;
    }
}

@media(max-width: 992px) {
    .carousel-control-prev-icon {
        background-image: url("../img/arrow_back_ios_24px.svg");
    }
        
    .carousel-control-next-icon {
        background-image: url("../img/arrow_back_ios_24px-1.svg");
    }
    .project-item-study-case{
        width: 47%;
        padding: 10px 20px;
        margin-right: 5px;
    }
    .project-item-logo{
        width: 47%;
    }
}

@media(max-width: 800px) {
    .hr-mobile{
        display: block;
    }
    .carousel-control-prev-icon {
        display: none;
    }
        
    .carousel-control-next-icon {
        display: none;
    }
    .projects-section-title{
        display: none;
    }
    .project-item{
        flex-direction: column-reverse;
        
    }
    .project-item-study-case{
        width: 100%;
        padding: 10px 10%;
        margin-right: 0px;
        text-align: center;
    }
    .project-item-logo{
        width: 100%;
    }
    .carousel-item {
        padding: 0px 0px;
        padding-bottom: 50px;
        background-color: #ED1C23;
    }
    .carousel-indicators-white li{
        background-color: rgba(255, 255, 255, 0.38);
      }
      .carousel-indicators-white .active{
        background-color: #FFFFFF;
    }
    .project-item-text-1{
        margin-top:25px
      }
    
      .project-item-text-2{
        margin-bottom: 25px;
        margin-top: -15px;
    }
    
    .project-item-text-3{
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.15px;
        margin-bottom: 0px;
          
    }




}

  /* FIM SECÇÃO NOSSOS PROJETOS */

  

/* Ínicio Ideal Solution Chart Div */


#ideal_solution_chart{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #212121;
  }
  
  #ideal_solution_chart_text{
    margin-top: 62px;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 49px;
    line-height: 56px;
    color: #FFFFFF;
    margin-bottom: 80px;
    width: 95%;
    text-align: center;
    }
    
  .img_solution_chart{
    width: 90%;
      height: 53%;
    margin-bottom: 70px;
  }
  /* Tablet */
  @media only screen and (max-width: 1300px) {
    .img_solution_chart{
      height: 80%;
      width: 80%;
    }
    
    #ideal_solution_chart_text{
      font-size: 49px;
      line-height: 56px;
    }
    #ideal_solution_chart{
      height:auto;
    }
  }
  
  /* Mobile */
  
  @media only screen and (max-width: 699px) {
    .img_solution_chart{
      height: 70%;
      width: 70%;
    }
    
    #ideal_solution_chart_text{
      font-size: 24px;
    line-height: 24px;
    }
    #ideal_solution_chart{
      height:auto;
    }
  }
  
    /* Fim Ideal Solution Chart Div */
  
   
  /* Contacta-nos Section */

  @media(min-width: 621px) {
    #content-contact-us{
        height: calc( 60vh - 170px );
    }
    #contact-us-office-info{
        height: 40vh;
    }
}


/* Inicio Secção Reviews com Preview */
.section-reviews{
    background-color: #F5F5F5;
  }
.carouselReviews{
    position: relative;
}

.carouselReviews .carousel-inner .prev .review-item, .carouselReviews .carousel-inner .next .review-item{
    padding: 20px 30px;
    margin-top: 20px;
}



.carouselReviews .carousel-inner .prev{
    width: 100%;
    z-index: 0;
    display: block;
    opacity: 0.4;
    position: absolute;
    right: 22%;
    margin:0px;
}
.carouselReviews .carousel-inner .next{
    width: 100%;
    position: absolute;
    z-index: 0;
    display: block;
    opacity: 0.4;
    left: 22%;
    margin:0px;
}
.carouselReviews .carousel-inner{
    width: 100%;
}
.carouselReviews .carousel-inner .carousel-item{
    width: 100%;
    background-color: initial;
    
}
.carouselReviews .carousel-inner .active{
    
    z-index: 1;
    
}

.review-item{
    padding: 50px 30px 30px;
    width: 25%;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
}
.review-header{
    display: flex;
    justify-content: center;
}
.review-header img{
    border-radius: 50%;
    margin-top:-10px;
    margin-right: 4%;
    margin-left: -15%;
}
.review-header-name{
    margin: 10px 0px;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 24px;
    color: #212121;
}
.review-header-role{
    margin: 10px 0px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.4px;
}
.review-content-text{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.5px;
    color: #212121;
    margin-top: 15px;
    margin-bottom: 15px;
}
.review-logo{
    text-align: center;
}

.carousel-control-prev-icon-reviews {
    background-image: url("../img/arrow-reviews-left.svg");
    width: 55px;
    height: 55px;
}
.carousel-control-reviews:hover .carousel-control-prev-icon-reviews{
    background-image: url("../img/arrow-reviews-left-hover.svg");
}
.carousel-control-reviews:hover .carousel-control-next-icon-reviews{
    background-image: url("../img/arrow-reviews-rigth-hover.svg");
}
    
.carousel-control-next-icon-reviews {
    background-image: url("../img/arrow-reviews-rigth.svg");
    width: 55px;
    height: 55px;
}
.carousel-control-reviews{
    width: 10%;
}
@media(max-width: 1450px) {
    .review-item{
        width: 40%;
    }
}

@media(max-width: 992px) {
    .carouselReviews .carousel-inner .prev{
        right: 12%;
    }
    .carouselReviews .carousel-inner .next{
        left: 12%;
    }
    .review-item{
        width: 55%;
    }

}

@media(max-width: 800px) {
    .section-reviews{
        padding: 50px 0px;
    }
    .review-item{
        width: 70%;
    }
    #first-hr-sections{
        display: none;
    }
}

@media(max-width: 500px) {
    .carouselReviews .carousel-inner .prev{
        right: 3%;
        opacity: 0.8;
    }
    .carouselReviews .carousel-inner .next{
        opacity: 0.8;
        left: 3%;
    }
    .review-item{
        width: 92%;
    }

}



/* Fim Secção Reviews com Preview */


/* Contacta-nos Section */

@media(min-width: 993px) {
    #section-contact-us_first{
        height: calc( 65vh - 70px );
    }
    #contact-us-office-info{
        height: 35vh;
    }
  }
  
  
  #section-contact-us-first{
    display: flex;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
  }
  
  #content-contact-us{
      padding-top: 80px;
      text-align: center;
  }
  
  #contact_us_title{
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 300;
    font-size: 98px;
    line-height: 112px;
    letter-spacing: -1.5px;
    color: #FFFFFF;
    transition: 1s;
  }
  
  #offices_cities_text{
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.35px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.74);
    display: flex;
    justify-content:space-around;
    list-style-type:none;
    margin-bottom:45px;
    margin-top: 20px;
  }
  
  #offices_cities_text li a{ 
    padding: 10px 30px;
  }
  
  #offices_cities_text a:hover{
    font-weight: bold;
    color: #FFFFFF;
    cursor: pointer;
    text-decoration: underline;
  }
  
  /* escritórios */
  
  #contact-us-office-info{
    background: #212121; 
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  
  
  
  .offices_text_class{
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 24px;
    color: #FFFFFF;
  }
  
  .above_office_text{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #FFFFFF;
  }
  
  .construction-lines-office{
    border: 0.5px solid #FFFFFF;
    transform: rotate(90deg);
    width: 7%;
    margin: 0px -7%;
  }
  
  #second_offices_div{
    margin-left: 0%;
  }
  
  #third_offices_div{
    margin-left: 0%;
  }
  
  .contacts_svg{
    margin-top:-3px;
  }

  
.hover{
    font-weight: bold;
    color: #FFFFFF !important;
    cursor: pointer;
    text-decoration: underline !important;
  }
  

.offices_div{
    margin-left: 11%;
    align-self: center;
    width:25%;
  }
   
  /* tablet*/
  @media only screen and (max-width: 1004px) {
    #offices_cities_text li a {
      padding: 10px 20px;
  }
  }
  
  
  @media only screen and (max-width: 890px) {
    #offices_cities_text li a {
      padding: 10px 10px;
  }
  #third_offices_div{
    margin-right: 11%;
  }
  }
  
  @media only screen and (max-width: 704px) {
    #offices_cities_text li a {
      padding: 10px 5px;
  }
  }
  
  @media only screen and (max-width: 620px) {
    #offices_cities_text li a {
      padding: 10px 10px;
  }
  #third_offices_div{
    margin-right: 11%;
  }
  #contact_us_title{
    font-size: 49px;
  line-height: 56px;
  
  }
  
  .accordion_offices{
    background:#212121;
  }
  .offices_btn{
    text-decoration: none;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.35px;
    text-transform: uppercase;
    color: #FFFFFF;
  }
  .offices_btn:hover{
      color: #FFFFFF;
  }
  #section-contact-us{
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .card-contact-us, .card-contact-us .card-body{
        background-color: rgba(33, 33, 33, 0.8);
        font-family: Ubuntu;
        font-style: normal;
        font-weight: normal;
        font-size: 24px;
        line-height: 24px;
        text-align: center;
        color: #FFFFFF;
        border-radius: 5px !important;
    }
    #section-contact-us_first{
        padding-bottom: 25px;
    }
    #accordionOffices{
        margin-bottom: 40px;
    }
  
    .offices_div{
      width: 100%;
      margin-left: 0%;
    }
  
    .horizontal-line{
      border: 1px solid rgba(255, 255, 255, 0.38);
      width:30%;
    }
    
  }

  .svg_address, .email_anturio_svg, .svg_phone{
      cursor: pointer;
  }
  /* Fim Contacta-nos Section */
  



  /* INICIO SECÇÃO SOLUÇÃO À MEDIDA */

  .solution-business{
    background: #F5F5F5;
    position: relative;
  }
  .solution-ideal-circle{
      position: absolute;
      bottom: 0px;
      right: 0px;
      z-index: 0;
  }
  .solution-business-content{
      margin-right: 11%;
      margin-left: 11%;
      text-align: center;
      padding-bottom: 60px;
      z-index: 1;
      position: relative;
  }
  .solution-business-title{
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 300;
    font-size: 61px;
    line-height: 72px;
    letter-spacing: -0.5px;
    color: #18191F;
    padding-top: 80px;
    padding-bottom: 30px;
  }
  
.solution-card-title{
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    font-feature-settings: 'salt' on, 'liga' off;
    color: #18191F;
    margin-right: 10%;
    margin-left: 10%;
    padding-top:25px;
}
.solution-card-text{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #18191F;
    margin-right: 10%;
    margin-left: 10%;
    margin-top:10px;
    padding-bottom: 10px;
}
.line-solution{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.line-solution-bigger{
    justify-content: space-around;
}
.line-solution-bigger .solution-card-item{
    width: 30%;
}
.solution-card-item{
    box-shadow: 0px 10px 20px rgba(41, 41, 42, 0.07);
    border-radius: 8px;
    width: 23.5%;
    background: #FFFFFF;
}

@media(min-width: 993px) {
    .solution-cards-carousel-tablet, .solution-cards-carousel-mobile{
        display: none;
    }
}

@media(max-width: 992px) {
    .solution-ideal-circle, .solution-cards-desktop, .solution-cards-carousel-mobile{
        display: none;
    }
    .solution-cards-carousel-tablet{
        display: block;
    }
    .solution-card-item{
        width: 31.3%;
    }
    .solution-business-content{
        margin-right: 0%;
        margin-left: 0%;
        padding-bottom: 0px;
    }
    .solution-business-title{
        padding-top: 50px;
        padding-bottom: 0px;
        font-size: 49px;
        line-height: 56px;
        margin-right: 5%;
        margin-left: 5%;
    }
     .line-solution{
        margin-right: 5%;
        margin-left: 5%;
        margin-top: 5px;
    }
    .line-solution-bigger{
        justify-content: space-around;
    }
    .line-solution-bigger .solution-card-item{
        width: 45%;
    }
    .carouselSolution .carousel-item{
        background-color: #F5F5F5;
        padding-bottom: 50px;
    }

    .carouselSolution .carousel-control-projects{
        width: 5%;
    }

    .carouselSolution .carousel-control-next .carousel-control-next-icon{
        background-image: url("../img/arrow_solutions_rigth.svg");
        display: block;

    }

    .carouselSolution .carousel-control-prev .carousel-control-prev-icon{
        background-image: url("../img/arrow_solutions_left.svg");
        display: block;
    }

}

@media(max-width: 570px) {
    .solution-cards-carousel-tablet{
        display: none;
    }
    .solution-cards-carousel-mobile{
        display: block;
        padding-bottom: 30px;
    }
    .solution-business-title{
        padding-bottom: 30px;
        font-size: 35px;
        line-height: 36px;
        text-align: center;
        letter-spacing: 0.25px;
    }
    .solution-card-text{
        padding-bottom: 30px;
    }
    .solution-card-item{
        width: 75%;
        margin-left: auto;
        margin-right: auto;
    }
    .solution-business-content{
        margin-right: 2%;
        margin-left: 2%;
    }
    .carouselSolution .carousel-control-next .carousel-control-next-icon{
        display: block;

    }
    .carouselSolution .carousel-control-prev .carousel-control-prev-icon{
        display: block;
    }
    .carouselSolution .carousel-item{
        background-color: #F5F5F5;
        padding-bottom: 0px;
    }

}






  /* FIM SECÇÃO SOLUÇÃO À MEDIDA */
/* Início SECÇÃO O QUE PODE GANHAR COM ESTA SOLUÇÃO */
.hr_separate_accordion_gains{
    width: 150px;
    height: 10px;
    background: #ED1C23;
    border-radius: 2px;
    margin-top: 0%;
    margin-bottom: 54px;
  }
  .solution_gains{
    background: #F5F5F5;
    padding-bottom: 5%;
  }
  
  .solution_gains_text{
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 49px;
    line-height: 56px;
    color: #212121;
    text-align: center;
  }
  
  .solution_gains_class{
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
    margin-right:11%;
    margin-left: 11%;
    text-align: center;
  }
  .solution_gains_sub{
    background: #FFFFFF;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.03), 0px 2px 1px rgba(0, 0, 0, 0.05), 0px 1px 3px rgba(0, 0, 0, 0.08);
    width:32%;
  }
  
  .solution_gains_sub_title{
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #252B42;
    text-align: left;
    margin-left: 11%;
    margin-right: 11%;
  }
  
  .svg_gains{
    display: flex;
    margin-top: 8%;
    margin-left:11%;
    margin-bottom: 5%;
  }
  
  .solution_gains_sub_text{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #737373;
    text-align: left;
    margin-left: 11%;
    margin-right: 11%;
    margin-bottom: 30px;
  }
  
  /* tablet*/
  @media only screen and (max-width: 992px) {
    .solution_gains_text{
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 49px;
    line-height: 56px;
    text-align: center;
    margin-left: 15%;
    margin-right: 15%;
    }
  }
  
  /*Mobile*/
  @media only screen and (max-width: 775px) {
    .solution_gains_class{
      flex-direction: column;
      justify-content: space-evenly;
      margin-right: 2%;
      margin-left: 2%;
      text-align:center;
    }
  
    .solution_gains_sub{
      width:100%;
      margin-bottom: 15px;
    }
    .solution_gains_sub_title{
      text-align: center;
    }
  
    .solution_gains_sub_title{
      text-align: center;
    }
  
    .svg_gains{
      margin-left: auto;
      margin-right: auto;
      text-align: center;
    }
  }
  
  
  
  /* FIM SECÇÃO O QUE PODE GANHAR COM ESTA SOLUÇÃO */



  /* INÍCIO SECÇÃO CONTROLO E PLANEAMENTO */
  .control_and_planning{
    padding-bottom: 30px;
    background: #212121;
    text-align: center;
}

.control_and_planning_title{
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 300;
    font-size: 61px;
    line-height: 72px;
    text-align: center;
    letter-spacing: -0.5px;
    color: #FFFFFF;
    margin-right: 18%;
    margin-left: 18%;
    margin-bottom: 80px;
    padding-top: 40px;
}

.control_and_planning_text{
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 300;
    font-size: 61px;
    line-height: 72px;
    text-align: center;
    letter-spacing: -0.5px;
    color: #FFFFFF;
    width: 50%;
    position: center ;
    margin: auto;
}

.control_and_planning_text_title{
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 35px;
    line-height: 36px;
    letter-spacing: 0.25px;
    color: #FFFFFF;
    text-align: center;
}

.control_and_planning_text_content{
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 35px;
    font-feature-settings: 'salt' on, 'liga' off;
    color: #FFFFFF;
    text-align: center;
    display: block;
    
}

.control_and_planing_text_items{
    padding-bottom: 10px;
}



@media only screen and (max-width: 1500px){
    .control_and_planning_content{
        flex-direction: column-reverse;
        justify-content: center;
    }
    .control_and_planning_text{
        width: 90%;
        padding-bottom: 0%;
    }

    .control_and_planing_text_items p{
        text-align: center;
        margin-right: -5%;
        margin-left: 5%;
    }

    .control_and_planning_title{
        font-size: 49px;
        line-height: 56px;
         margin-right: 10%;
         margin-left: 10%;
    }

     
}

@media only screen and (max-width: 550px){
    .control_and_planning_title{
        font-size: 35px;
        line-height: 36px;
    }
    .control_and_planning_content {
        margin-left: 5%;
        margin-right: 5%;
    }

}

div.control_and_planning_video > iframe {
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    width: 69%;
    height: 69%;
    border-style: 3px solid white;
    flex-direction: column-reverse;
    margin: auto;
}
  
@media only screen and (max-width: 800px){
    .control_and_planning_video video{
        margin: auto;
        
    }
}

div.control_and_planning_video{
        
    margin-bottom: 0px;
    padding: 0px;
    padding-bottom: 50%;
    position: relative; 
}

  /* FIM SECÇÃO CONTROLO E PLANEAMENTO */

  
/* INICIO SECÇÃO - OUR TEAM VIDEO */
div.our_team_video > iframe {
    position: absolute;
    bottom: 0;
    top: 10%;
    right: 50%;
    left: 30%;
    width: 500;
    height: 300;
    flex-direction: column-reverse;
    margin: 0;
}

@media only screen and (max-width: 400px){
    .our_team_video video{
        margin: auto;
        
    }
}

div.our_team_video{
        
    margin-bottom: 0px;
    padding: 0px;
    padding-bottom: 50%;
    position: relative;       
      
}

div.our_team_video > iframe {
    position: absolute;
    bottom: 0;
    top: 0%;
    right: 50%;
    left: 0%;
    flex-direction: column-reverse;
    margin: 0px;
}

div.our_team_video{
    width: 800px !important;
    height: 280px !important;
    margin: auto;
}

div.our_team_video > iframe {
    position: absolute;
    bottom: 0;
    top: 0%;
    right: 50%;
    left: 0%;
    flex-direction: column-reverse;
    margin: 0px;
}

div.our_team_video{
    width: 800px !important;
    height: 280px !important;
    margin: auto;
}


@media only screen and (min-width: 1200px){

    div.our_team_video > iframe {
        position: absolute;
        bottom: 0;
        top: 10%;
        right: 50%;
        left: 0%;
        flex-direction: column-reverse;
        margin: 0;
    }

    div.our_team_video{
        width: 1050px !important;
        height: 420px !important;
        margin: auto;
    }

    #equipa{
        height:1865px !important;/*Fixed*/
    }
}


@media only screen and (max-width: 991px) {
    #equipa{
        height: 1121px !important;
    }
    div.our_team_video{
        width:725px !important;
        height:300px !important;
        margin:auto;
    }/*Fixed*/

}

@media only screen and (max-width: 768px) {
    div.our_team_video{
        width:700px !important;
        height:300px !important;
        margin:auto;
    }

    #equipa{
        height: 928px !important;
    }/*Fixed*/

}


@media only screen and (max-width: 734px) {
    #equipa{
        height: 450px;
    }
    div.our_team_video{
        width:550px !important;
        height:350px !important;
        margin:auto;
    }
}

@media only screen and (max-width: 640px) {
    #equipa{
        height: 1000px;
    }
    div.our_team_video{
        width:490px !important;
        height:350px !important;
        margin:auto;
    }
}



@media only screen and (max-width: 553px) {
    #equipa{
        height: 840px !important;
    }
    div.our_team_video{
        width: 100%!important;
        height:250px !important;
        margin:auto;/*Fixed*/
    }

}


@media only screen and (min-width: 412px) and (max-width: 414px) {
    #equipa{
        height: 1177px !important;
    }
    div.our_team_video{
        width: 100%!important;
        height:250px !important;
        margin:auto;/*Fixed*/
    }
}


@media only screen and (max-width: 400px) {
    #equipa{
        height: 1194px !important;
    }
    div.our_team_video{
        width: 100% !important;
        height: 250px !important;
        margin:auto;/*Fixed*/
    }
}

@media only screen and (min-width: 390px) and (max-width: 393px) {
    #equipa{
        height: 1224px !important;
    }
    div.our_team_video{
        width: 100% !important;
        height: 250px !important;
        margin:auto;/*Fixed*/
    }
}
@media only screen and (width: 360px) {
    #equipa{
        height: 1066px !important;
    }
    div.our_team_video{
        width: 100%!important;
        height:250px !important;
        margin:auto;/*Fixed*/
    }
}


    @media only screen and (max-width: 347px) {
        #equipa{
            height: 860px !important;
        }
        div.our_team_video{
            width: 300px!important;
            height:250px !important;
            margin:auto;
        }
    }

    @media only screen and (max-width: 340x) {
       
        #equipa{
            height: 1400px !important;
        }
        div.our_team_video{
            width: 120px !important;
            height:100px !important;
            margin:auto;
           
        }

    }
    

@media only screen and (max-width: 300px) {
    #equipa{
        height: 800px !important;
        width: 100% !important;
    }

    div.our_team_video{
        width: 100% !important;
        height:100px !important;
        margin:auto;
    }
}

@media only screen and (max-width: 295px) {
    #equipa{
        height: 920px !important;
    }

    .our_team_video > iframe{
    position: absolute;
    bottom: 0;
    top: 0% !important;
    right: 0% !important;
    left: 0% !important;
    width: 100%;
    height: 150px;
    flex-direction: column-reverse;
    margin: 0;
    }

}/*Fixed*/

  /* FIM SECÇÃO - OUR TEAM VIDEO */


  /* Início SECÇÃO AS MELHORES SOLUÇÕES */

  .best-solutions-it{
    background: #F5F5F5;
  }

  .best-solutions-title p{
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 300;
    font-size: 61px;
    line-height: 72px;
    text-align: center;
    letter-spacing: -0.5px;
    color: #18191F;
    padding-bottom: 40px;
    padding-top:60px;
  }
  .card-title{
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 35px;
    line-height: 36px;
    text-align: center;
    letter-spacing: 0.25px;
    color: #212121;
    padding-top: 15px;
    padding-bottom: 5px;
  }
  .card-sub-title{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #FC2B22;
  }
  .card-front-content{
      height: inherit;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      position: relative;
  }
  .card-absolute-item{
      position:absolute;
      right: 0;
      bottom: 0;
  }
  .cards-line{
      display: flex;
      justify-content: space-between;
      padding-bottom: 60px;
  }
  .card-back-1{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 16px;
    text-align: left;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.74);
  }
  .card-back-2{
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 35px;
    line-height: 36px;
    text-align: left;
    letter-spacing: 0.25px;
    color: #FFFFFF;
  }
  .card-back-3{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #FFFFFF;
    text-align: left;
  }
  .card-back-content{
      display: flex;
      justify-content: center;
      height: inherit;
      flex-direction: column;
      margin-right: 11%;
      margin-left: 11%;
  }

  /* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-card {
    background-color: transparent;
    width: 46%;
    min-height: 380px;
    border: 1px solid #f1f1f1;
    perspective: 1000px; /* Remove this if you don't want the 3D effect */
  }
  
  /* This container is needed to position the front and back side */
  .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
  }
  
  /* Do an horizontal flip when you move the mouse over the flip box container */
  .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
  }
  
  /* Position the front and back side */
  .flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;
  }
  
  /* Style the front side (fallback if image is missing) */
  .flip-card-front {
    background: #FFFFFF;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.05);
  }
  
  /* Style the back side */
  .flip-card-back {
    background: #ED1C23;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.05);
    transform: rotateY(180deg);
  }
  .best-solutions-cards{
      margin-left: 11%;
      margin-right: 11%;
  }

  @media(max-width: 992px) {
    .best-solutions-cards{
        margin-right: 5%;
        margin-left: 5%;
    }
    .flip-card{
        width: 48.5%;
        min-height: 450px;
    }
  }
  @media(max-width: 575px) {
      .cards-line{
          flex-direction: column;
          gap: 60px;
      }
      .flip-card-inner{
          width: 100%;
          height: 480px;
      }
      .flip-card{
          width: 100%;
      }
      .best-solutions-title p{
          font-size: 50px;
      }




  }







  /* Fim SECÇÃO AS MELHORES SOLUÇÕES */

/* INÍCIO SECÇÃO A NOSSA EXPERIÊNCIA */
.our_experience{
    display: flex;
    background: #212121;
  }
  .our_experience_left_title{
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 300;
    font-size: 98px;
    line-height: 112px;
    letter-spacing: -1.5px;
    color: #FFFFFF;
  }
  
  .our_experience_left_text{
    width: 80%;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #FFFFFF;
  }
  
  .our_experience_right_text{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #FFFFFF;
  }
  
  .our_experience_left{
    width:39%;
    margin-left: 11%;
    margin-top: 8%;
    padding-bottom: 8%;
  }
  .our_experience_right{
    width: 75%;
    margin-right: 11%;
    align-self: center;
    margin-left: 5%;
    margin-top: 8%;
    padding-bottom: 8%;
  }
  
  .development_text_first_line{
    display: flex;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.1px;
    color: rgba(255, 255, 255, 0.74);
    margin-right: 2%;
  }
  
  
  .development_text_second_line{
    display: flex;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.1px;
    color: rgba(255, 255, 255, 0.74);
    margin-right: 2%;
  }
  
  .infrastructures_text_first_line{
    display: flex;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.1px;
    color: rgba(255, 255, 255, 0.74);
    margin-right: 2%;
  }
  
  .business_text_first_line{
    display: flex;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.1px;
    color: rgba(255, 255, 255, 0.74);
    margin-right: 2%;
  }
  .first_dev{
    margin-right: 10%;
  }
  
  .our_experience_right_title{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #FFFFFF;
  }
  
  .development{
    margin-bottom: 8%;
  }
  .development_mobile{
    margin-bottom: 8%;
  }
  
  .infrastructures{
    margin-bottom: 8%;
  }
  
  @media only screen and (max-width: 1220px) {
    
    .our_experience_left_title{
      font-size: 61px;
      line-height: 72px;
      letter-spacing: -0.5px;
    }
  
    .our_experience_left_text{
      font-size: 14px;
      line-height: 20px;
      letter-spacing: 0.25px;
    }
    .our_experience_right{
      margin-right: 2%;
    }
  }
  
  @media only screen and (max-width: 992px) {
    
    .our_experience_left_title{
      font-family: Ubuntu;
      font-style: normal;
      font-weight: normal;
      font-size: 35px;
      line-height: 36px;
      text-align: center;
      letter-spacing: 0.25px;
      color: #FFFFFF;
      width: 100%;
      text-align: left;
      padding: 0;
    }
  
    .our_experience_right{
      width: 60%;
    }
    
    .our_experience_left_text{
      font-size: 16px;
      line-height: 24px;
      letter-spacing: 0.5px;
      padding: 0;
      width: 80%;
    }
    .right_content{
      margin-right: 62%;
    }
  
    .our_experience_left{
      display: flex;
      flex-wrap: wrap;
    }
  }

  .our_experience_left_text_mobile{
      display: none;
  }
    
  @media only screen and (max-width: 775px) {
      .development_text_first_line, .development_text_second_line, .infrastructures_text_first_line,.business_text_first_line{
          flex-direction: column;
          margin:0px;
      }
      .our_experience_right{
          width: 100%;
          margin:0px;
      }
      .our_experience_left{
          margin: 0px;
          width: 100%;
      }
      .our_experience{
          flex-direction: column;
      }
      .our_experience_left_text{
          display: none;
      }
      .our_experience_left_text_mobile{
        display: block;
        font-family: Montserrat;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        letter-spacing: 0.25px;
        color: #FFFFFF;
    }
    .right_content{
        margin: 0px;
        text-align: center;
    }
    .our_experience_left{
        text-align: center;
    }
    .our_experience_left_title{
        padding-top:40px;
        margin-right: 12.5%;
        margin-left: 12.5%;
        text-align: center;
    }
    .first_dev{
        margin-right: 0px;
    }
    .first_dev svg{
        margin-right: 5px;
    }
    .our_experience_left_text_mobile{
        text-align: center;
        margin-right: 15%;
        margin-left: 15%;
        padding-top: 20px;
    }

      
}
  
    
  /* FIM SECÇÃO A NOSSA EXPERIÊNCIA */

  /* INICIO SECÇÃO SETORES IT */


  .sectors-it{
    background: #212121;
  }

  .sectors-it-content{
      margin-right: 11%;
      margin-left: 11%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      min-height: 650px;
  }
  .sectors-it-title-1{
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 300;
    font-size: 98px;
    line-height: 112px;
    letter-spacing: -1.5px;
    color: #FFFFFF;
    padding-bottom: 30px;

  }
  .sectors-it-title-2{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #FFFFFF;
    width: 60%;

  }
  .sectors-it-content-titles{
      width: 50%;

  }
  .sectores-it-content-info{
      width: 50%;
      text-align: right;
      position: relative;
  }
  .percentage-it{
      position: absolute;
      top: 43%;
      right: 140px;
      transform: translate(-50%);
      font-family: Ubuntu;
      font-style: normal;
      font-weight: bold;
      font-size: 49px;
      line-height: 56px;
      color: #616161;
  }
  .tooltip-inner{
    background-color: #C4C4C4;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #424242;
    padding: 10px;
  }
  .bs-tooltip-right .arrow::before, .bs-tooltip-left .arrow::before{
    border-right-color: #C4C4C4;
    border-left-color: #C4C4C4;
  }
  .it-tooltip-transport-grey:hover ~ .it-tooltip-transport{
      stroke-width: 31.5;
  }
  .it-tooltip-admin-grey:hover ~ .it-tooltip-admin{
    stroke-width: 31.5;
}
    .it-tooltip-tele-grey:hover ~ .it-tooltip-tele{
        stroke-width: 31.5;
    }
    .it-tooltip-banca-grey:hover ~ .it-tooltip-banca{
        stroke-width: 31.5;
    }
    .it-tooltip-transport:hover,.it-tooltip-banca:hover, .it-tooltip-tele:hover,.it-tooltip-admin:hover {
        stroke-width: 31.5;
    }

    @media(max-width: 1300px) {
        .sectores-it-content-info svg{
            width: 400px;
            height: 400px;
        }
        .percentage-it{
            right: 90px;
        }
    }

    @media(max-width: 1200px) {
        .sectors-it-content{
            margin-right: 4%;
            margin-left: 4%;
        }
        .sectors-it-title-2{
            width: 80%;
            font-size: 16px;
            line-height: 24px;
            letter-spacing: 0.5px;
        }
        .sectors-it-title-1{
            font-size: 61px;
            line-height: 72px;
            letter-spacing: -0.5px;
        }
    }

    
    @media(max-width: 900px) {
        .sectores-it-content-info svg{
            width: 320px;
            height: 320px;
        }
        .percentage-it{
            right: 110px;
            top:44%;
            font-size: 39.2px;
        line-height: 45px;
        }
        .sectores-it-content-info{
            text-align: center;
        }

    }

    @media(max-width: 850px) {
        .percentage-it{
            right: 97px;
        }
    }

    @media(max-width: 800px) {
        .percentage-it{
            right: 85px;
        }
    }

    @media(max-width: 740px) {
        .percentage-it{
            right: 75px;
        }
    }

    @media(max-width: 700px) {
        .sectores-it-content-info svg{
            width: 280px;
            height: 280px;
        }
    }

    @media(max-width: 680px) {
        .percentage-it{
            right: 55px;
        }
    }

    @media(max-width: 640px) {
        .percentage-it{
            right: 52px;
        }
    }

    @media(max-width: 610px) {
        .percentage-it{
            right: 45px;
        }
    }


    .sectores-it-content-mobile{
        display: none;
    }

    @media(max-width: 600px) {
        .sectores-it-content-mobile{
            display: block;
        }
        .sectores-it-content-info{
            display: none;
        }
        .sectors-it-content-titles{
            width: 100%;
            text-align: center;
        }
        .sectors-it-title-2{
            width: 80%;
            font-size: 14px;
            line-height: 20px;
            text-align: center;
            letter-spacing: 0.25px;
            color: rgba(255, 255, 255, 0.74);
            margin-right: 10%;
            margin-left: 10%;
            padding-top:30px;
        }
        .sectors-it-title-1{
            font-size: 35px;
            line-height: 36px;
            text-align: center;
            letter-spacing: 0.25px;
            margin-right: 18%;
            margin-left: 18%;
            padding-top: 45px;
        }
        .it-mobile-item-title-1{
            font-family: Ubuntu;
            font-style: normal;
            font-weight: normal;
            font-size: 16px;
            line-height: 24px;
            letter-spacing: 0.15px;
            color: rgba(255, 255, 255, 0.74);
            text-align: left;
            
        }
        .it-mobile-item-title-2{
            font-family: Ubuntu;
            font-style: normal;
            font-weight: 300;
            font-size: 18px;
            line-height: 21px;
            color: #616161;
            text-align: right;
        }
        .sectors-it-content{
            margin-left: 10%;
            margin-right: 10%;
            align-items: flex-start;
        }
        .it-mobile-item progress{
            width: 100%;
        }

    }



  /* FIM SECÇÃO SETORES IT */


    /*CSS Noticias*/
#section_news1{
    display: flex;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
    padding-top: 80px;
    text-align: center;
    background-color: #F2F2F2;
  }

  #section_news2{
    display: none;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
    padding-top: 80px;
    padding-bottom: 25px;
    text-align: center;
    background-color: #F2F2F2;
  }
  
  #news_title{
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 300;
    font-size: 98px;
    line-height: 112px;
    letter-spacing: -1.5px;
    color: #212121;
    transition: 1s;
    margin-bottom: 65px;
  }
/*Fim css Noticias*/

/*flex noticias*/
.flexcontainer1 {
    display: table;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    width: auto;

    background-color: #FFFFFF;
    gap: 20px;

    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.08), 0px 1px 10px rgba(0, 0, 0, 0.06), 0px 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin: auto;
    width: 60%;
    margin-bottom: 40px;
}


 
.gridcontainer2 {
    margin-top: 15px;
    display: table;
    grid-template-columns: 512px 20px 512px;
    grid-template-rows: 400px 200px;
    gap: 0px 0px;
    grid-auto-flow: row;
    align-items: center;
    grid-template-areas:
        "foto2 . foto3"
        "descricao2 . descricao3";
    
    background-color: #FFFFFF;
    
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.08), 0px 1px 10px rgba(0, 0, 0, 0.06), 0px 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin: auto;
    width: 60%;
    margin-bottom: 40px;

}


.gridcontainer3 {
    margin-top: 25px;
    display: table;
    grid-template-columns: 512px 20px 512px;
    grid-template-rows: 400px 200px;
    gap: 0px 0px;
    grid-auto-flow: row;
    align-items: center;
    grid-template-areas:
        "foto4 . foto5"
        "descricao4 . descricao5";
    
    background-color: #FFFFFF;
    
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.08), 0px 1px 10px rgba(0, 0, 0, 0.06), 0px 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin: auto;
    width: 60%;
    margin-bottom: 40px;

}

.gridcontainer4 {
    margin-bottom: 25px;
    margin-top: 15px;
    display: table;
    grid-template-columns: 512px 20px 512px;
    grid-template-rows: 400px 200px;
    gap: 0px 0px;
    grid-auto-flow: row;
    align-items: center;
    grid-template-areas:
        "foto6 . foto7"
        "descricao6 . descricao7";
    
    background-color: #FFFFFF;
    
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.08), 0px 1px 10px rgba(0, 0, 0, 0.06), 0px 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin: auto;
    width: 60%;
    margin-bottom: 40px;

}

.gridcontainer5 {
    margin-bottom: 25px;
    margin-top: 15px;
    display: table;
    grid-template-columns: 512px 20px 512px;
    grid-template-rows: 400px 200px;
    gap: 0px 0px;
    grid-auto-flow: row;
    align-items: center;
    grid-template-areas:
        "foto8 . foto9"
        "descricao8 . descricao9";
    
    background-color: #FFFFFF;
    
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.08), 0px 1px 10px rgba(0, 0, 0, 0.06), 0px 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin: auto;
    width: 60%;
    margin-bottom: 40px;
}

.foto1 {
    width: 100%;
    height: 420px;
    background-image: url("../img/Isa-Img.jpg");
    background-repeat: no-repeat;
    border-radius: 5px;
    background-position: top left;
    background-size: cover;
}

.foto2 { 
        
        grid-area: foto2;
        width: 100%;
        height: 320px;
        background-image: url("../img/José-Catela-Img.jpg");
        background-repeat: no-repeat;
        border-radius: 5px;
        background-position: 50% 20%;
    
    }

.foto3 {
    
        grid-area: foto3;    
        width: 100%;
        height: 320px; 
 
        background-image: url("../img/JorgeImg.png");
        background-repeat: no-repeat;
        border-radius: 5px;
        background-position: center;
    
    }

.foto4 { 

        grid-area: foto4;
        width: 100%;
        height: 320px;
 
        background-image: url("../img/noticia.png");
        background-repeat: no-repeat;
        border-radius: 5px;
        background-position:center;
    
    }

.foto5 {
    
    grid-area: foto5;    
    width: 100%;
    height: 320px;

    background-image: url("../img/Capturar1.png");
    background-repeat: no-repeat;
    border-radius: 5px;
    background-position:center;
    background-size: cover;

}


.foto6 { 

    grid-area: foto6;
    width: 100%;
    height: 320px;
 
    background-image: url("../img/Vaz.jpg");
    background-repeat: no-repeat;
    border-radius: 5px;
    background-position:center;
    
}

.foto7 { 

    grid-area: foto7;
    width: 100%;
    height: 320px;

    background-image: url("../img/Duarte.jpg");
    background-repeat: no-repeat;
    border-radius: 5px;
    background-position:center;

}

.foto7 { 

    grid-area: foto7;
    width: 100%;
    height: 320px;

    background-image: url("../img/Hugo-Valério396x320.png");
    background-repeat: no-repeat;
    border-radius: 5px;
    background-position:center;

}

.foto8 { 

    grid-area: foto8;
    width: 100%;
    height: 320px;

    background-image: url("../img/AlvaroPrimitivo396x320.png");
    background-repeat: no-repeat;
    border-radius: 5px;
    background-position:center;

}

.foto9 { 

    grid-area: foto9;
    width: 100%;
    height: 320px;

    background-image: url("../img/BrunoBettencourt396x320.png");
    background-repeat: no-repeat;
    border-radius: 5px;
    background-position:center;

}

.descricao1 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 15%;
}
    


.descricao2 { grid-area: descricao2;
}

.descricao3 { grid-area: descricao3;
}

.descricao4 { grid-area: descricao4;
}

.descricao5 { grid-area: descricao5;
}

.descricao6 { grid-area: descricao6;
}

.descricao7 { grid-area: descricao7;
}

.descricao8 { grid-area: descricao8;
}

.descricao9 { grid-area: descricao9;
}

.categoria{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 16px;
    text-align: left;

    letter-spacing: 1.5px;
    text-transform: uppercase;

    color: #ED1C23;
    margin-left: 10px;

}

.titulo{
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 35px;
    line-height: 36px;
    text-align: left;

    letter-spacing: 0.25px;

    color: #212121;
    margin-left: 10px;
}

#AnturianoSince{
    font-size: 26px !important;
    line-height: 27px !important;
}

.titulo2{
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 24px;
    text-align: left;

    color: #212121;
    margin-left: 10px;
    min-height: 80px;
}

#AnturianoSince2{
    font-size: 19px !important;
    line-height: 20px !important;
}

.titulo3{
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 24px;
    text-align: left;

    color: #212121;
    margin-left: 10px;
    min-height: 95px;
}

.titulo4{
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 24px;
    text-align: left;

    color: #212121;
    margin-left: 18px;
    min-height: 95px;
}

.autor{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    text-align: left;

    letter-spacing: 0.4px;

    color: #9E9E9E;
    margin-top: 10px;
    margin-left: 10px;

}

.newsbutton{
    border:none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 15px 40px;
    margin-top: 30px;
    margin-left: 10px;

    width: 271px;
    height: 39px;
    left: 579px;
    top: 337px;

    background: #ED1C23;
    border-radius: 5px;

    font-family: Ubuntu;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;

    text-align: center;
    letter-spacing: 1.25px;
    text-transform: uppercase;

    color: #FFFFFF;
}

.newsbutton2{
    border:none;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px 40px;
    
    width: 100%;
    height: 48px;
    
    background: #ED1C23;
    border-radius: 5px 5px 5px 5px;

    font-family: Ubuntu;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;

    text-align: center;
    letter-spacing: 1.25px;
    text-transform: uppercase;

    color: #FFFFFF;
    margin-top: 20px;
    
}

.newsbutton:focus, .newsbutton2:focus, .more-info-button-homepage:focus, #our-culture:focus, #contact-us-phone-btn:focus, #submit-button-contact:focus, .white-button:focus{
    outline: 0 !important;
}

.newsbutton:hover, .newsbutton2:hover{
    background: transparent;
    color: #ED1C23;
    border: solid 2px #ED1C23;
}



/*fim grid noticias*/


/*responsive news*/
@media only screen and (min-width: 1520px){
    .foto1 {
        height: 520px;
    }
    
    .descricao1{
        margin-left: 20%;
    }

    .descricao1 .categoria{
        margin-left: 20%;
    }

    .descricao1 .titulo{
        margin-left: 20%;
    }

    .descricao1 .autor{
        margin-left: 20%;
    }

    .descricao1 .newsbutton{
        margin-left: 20%;
    }
}

@media only screen and (max-width: 900px) {

    .flexcontainer1{
        width: 80%;
    }

    .gridcontainer2{
        width: 80%;
    }

    .gridcontainer3{
        width: 80%;
    }

    .gridcontainer4{
        width: 80%;
    }

    .gridcontainer5{
        width: 80%;
    }

    .newsbutton{
    border:none;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px 40px;
    
    width: 80%;
    height: 48px;
    
    background: #ED1C23;
    border-radius: 5px 5px 5px 5px;

    font-family: Ubuntu;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;

    text-align: center;
    letter-spacing: 1.25px;
    text-transform: uppercase;

    color: #FFFFFF;
    margin-top: 20px;
    }

    .titulo{
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 24px;
    text-align: left;

    color: #212121;
    margin-left: 10px;
    min-height: 80px;
    margin-top: 20px;
    }    

    #AnturianoSince{
        font-size: 20px !important;
        line-height: 21px !important;
    }

    #T1{
        text-align: center;
    }
}


@media only screen and (max-width: 710px){
    .titulo3 {
        min-height: 96px;
    }
}

@media only screen and (max-width: 555px){
    .titulo3 {
        min-height: 120px;
    }
}

@media only screen and (max-width: 494px){
    .titulo3 {
    min-height: 145px;
    }
}

@media only screen and (max-width: 388px){
    .titulo3 {
    min-height: 145px;
    }
}

@media only screen and (max-width: 370px){
    .titulo3 {
        font-size: 12px;
        min-height: 0px;
    }
}


@media only screen and (max-width: 710px){
    .titulo4 {
        min-height: 96px;
    }
}

@media only screen and (max-width: 555px){
    .titulo4 {
        min-height: 120px;
    }
}

@media only screen and (max-width: 494px){
    .titulo4 {
    min-height: 120px;
    }
}

@media only screen and (max-width: 388px){
    .titulo4 {
    min-height: 145px;
    }
}

@media only screen and (max-width: 370px){
    .titulo4 {
        font-size: 12px;
        min-height: 0px;
    }
}


@media only screen and (max-width: 630px) {

    .titulo{
        min-height: 96px;
    }

    .titulo2{
        min-height: 96px;
    }

}

@media only screen and (max-width: 580px){
    #news_title{
        font-weight: 200px;
        font-size: 70px;
        line-height: 80px;
    }
}

@media only screen and (max-width: 545px) {

    .titulo{
        min-height: 100px;
    }

    .titulo2{
        min-height: 100px;
    }

    .gridcontainer2{
        width: 90%;
    }

    .gridcontainer3{
        width: 90%;
    }

    .gridcontainer4{
        width: 90%;
    }

    .gridcontainer5{
        width: 90%;
    }

    .flexcontainer1{
        width: 90%;
    }
}

@media only screen and (max-width: 485px) {
    #news_title{
        font-weight: 100px;
        font-size: 50px;
        line-height: 60px;
    }

    .gridcontainer2{
        width: 97%;
    }

    .gridcontainer3{
        width: 97%;
    }

    .gridcontainer4{
        width: 97%;
    }

    .gridcontainer5{
        width: 97%;
    }

    .flexcontainer1{
        width: 97%;
    }

    .titulo{
        min-height: 120px;
    }

    .titulo2{
        min-height: 120px;
    }
}

@media only screen and (max-width: 460px){
    #clients_imgs{
        height: 240px;
    }

    #first_two_icons_clients{
        width: 100%;
        max-height: 119px;
        text-align: center;
        flex-wrap: wrap;
    }
  
    #second_two_icons_clients{
        width: 100%;
        max-height: 119px;
        text-align: center;
        flex-wrap: wrap;
    }

    #LogoMinisterio_C{
        width: 35%;
        height: 85%;
        margin-left: auto;
        margin-right: auto;
    }
    
    #LogoRemax_C{
        margin-top: 4%;
        width: 35%;
        height: 35%;
        margin-left: auto;
        margin-right: auto;
    }
    
    #LogoQuintaDoLago_C{
        width: 30%;
        height: 85%;
        margin-left: auto;
        margin-right: auto;
    }
    
    #LogoRancilio_C{
        width: 18%;
        height: 70%;
        margin-left: auto;
        margin-right: auto;
    }
  }

  @media only screen and (max-width: 370px) { /* Mudar para Tópicos Separados sem botão*/


    .gridcontainer2{
        width: 90%;
    }

    .gridcontainer3{
        width: 90%;
    }

    .gridcontainer4{
        width: 90%;
    }

    .gridcontainer5{
        width: 90%;
    }

    .flexcontainer1{
        width: 90%;
        margin-bottom: 10px;
    }

    #section_news1{
        display: none;
    }

    #section_news2{
        display: flex;
    }

    .gridcontainer2{
        height: 50px;
        margin-bottom: 10px;
    }

    .gridcontainer4{
        height: 50px;
        margin-bottom: 10px;
    }

    .gridcontainer5{
        height: 50px;
        margin-bottom: 10px;
    }

    .titulo{
        min-height: 50px;
        font-size: 20px;
    }

    #AnturianoSince{
        font-size: 17px !important;
        line-height: 18px !important;
    }


    .titulo2{
        font-size: 12px;
        min-height: 120px;
    }

    .descricao3{
        float:left;
        width:49%; 
        text-align: center; 
        font-size: 5px;
    }

    .descricao1{
        margin-top: 5%;
    }

    .foto1{
        height: 320px;
    }

    .autor{
        margin-left: 0;
    }
}

@media only screen and (max-width: 330px){

    #clients_imgs{
        margin-top: 0px;
    }

    #LogoMinisterio_C{
        width: 35%;
        height: 60%;
    }
    
    #LogoRemax_C{
        margin-top: 4%;
        width: 35%;
        height: 30%;
    }   
    
    #LogoQuintaDoLago_C{
        width: 30%;
        height: 85%;
    }
    
    #LogoRancilio_C{
        width: 18%;
        height: 70%;
    }
  }

  @media only screen and (max-width: 280px){
    
    #LogoQuintaDoLago_C{
        width: 35%;
        height: 90%;
    }
    
    #LogoRancilio_C{
        width: 25%;
        height: 75%;
    }
  }

  @media only screen and (max-width: 200px){
    
    #LogoMinisterio_C{
        width: 35%;
        height: 70%;
    }
    
    #LogoRemax_C{
        margin-top: 4%;
        width: 43%;
        height: 30%;
    }   

    #LogoQuintaDoLago_C{
        width: 43%;
        height: 90%;
    }
    
    #LogoRancilio_C{
        width: 25%;
        height: 75%;
    }
  }
/*fim responsive news*/


  /*CSS NOSSA EQUIPA*/

  #texts_team{
    width:auto;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    height: 360px;
    background: #212121;
    color:white;
    align-self:center;
    margin-top: 220px;
    width: 100%;
}

#text_team{    
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 47px;
    line-height: 53px;
    letter-spacing: 0.25px;
    text-align: center;
    width: 70%;
    margin: auto;
}

  
#text_team_small{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1.5px;
    align-self:center;
    color: #FFFFFF;
    text-transform: uppercase;
  }

#cultura{
      width: auto;
      height: 1190px;
      background-color: #F5F5F5;
}



#nossacultura{
    margin-top: 136px;
    margin-left: 200px;
    width: 30%;
    background-color: #F5F5F5;
    float: left;
}


#culturatitle{
/* Headline 1 */
font-family: Ubuntu;
font-style: normal;
font-weight: 300;
font-size: 98px;
line-height: 112px;

/* or 114% */
letter-spacing: -1.5px;

/* 01. Primary/900 */
color: #212121;
}

#VidaImgCultura{
    display: none;
}

#VidaImgVida{
    display: flex;
}

#cultura_texto{
    
font-family: Ubuntu;
font-style: normal;
font-weight: bold;
font-size: 20px;
line-height: 26px;

/* or 130% */
letter-spacing: 0.15px;

/* 02. Secondary/600 */
color: #ED1C23;
}

#cultura_texto2{
    
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    
    /* or 150% */
    letter-spacing: 0.15px;
    
    /* 01. Primary/900 */
    color: #212121;
}


   /*imagens*/
   #culturafotos{
    margin-top: 136px;
    margin-left: 300px;
    width: 30%;
    float:left;
}

.carousel-inner2
{
top:-180px;
right:220px;
width: 100%;
height: 527px;
background-color: #252b4200;
background-size: 527px;
position: absolute;
border: none;
z-index: 1;
border-radius: 10px;
}
.carousel-inner2
{
top:-180px;
right:220px;
width: 100%;
height: 100%;
background-color: #252b4200;
background-size: 527px;
position: absolute;
border: none;
z-index: 1;
border-radius: 10px;
}


.culturafoto1 {
    /*top: 10px;
    right: 10px;*/
    border: none;
    position: relative;
    z-index: 0;
    background-image: url("../img/000100125411.png");
    background-position: center;
    height: 527px;
    background-size: 527px;
    background-repeat: no-repeat;
    
  
}
.culturafoto2 {
 /*top: 10px;
    right: 10px;*/
    border: none;
    position: relative;
    z-index: 0;
    background-image: url("../img/2536354178529525236.png");
    background-position: center;
    height: 527px;
    background-size: 527px;
    background-repeat: no-repeat;

}
.culturafoto3 {
/*top: 10px;
    right: 10px;*/
    border: none;  
    position: relative;
    z-index: 0;
    background-image: url("../img/000100125425471.png");
    background-position: center;
    height: 527px;
    background-size: 527px;
    background-repeat: no-repeat;

}
.culturafoto4 {
/*top: 10px;
    right: 10px;*/
    border: none;
    position: relative;
    z-index: 0;
    background-image: url("../img/2522222211653.png");
    background-position: center;
    height: 527px;
    background-size: 527px;
    background-repeat: no-repeat;
}
  

.culturafoto5 {
/*top: 10px;
    right: 10px;*/
    border: none;
    position: relative;
    z-index: 0;
    background-image: url("../img/253635417852952.png");
    background-position: center;
    height: 527px;
    background-size: 527px;
    background-repeat: no-repeat;
}
.culturafoto6 {
/*top: 10px;
       right: 10px;*/
       border: none;
       position: relative;
       z-index: 0;
       background-image: url("../img/122jihuiiguifsuh5258254asder7677h4dudu.png");
       background-position: center;
       height: 527px;
       background-size: 527px;
       background-repeat: no-repeat;
}
.culturafoto7 {
/*top: 10px;
       right: 10px;*/
       border: none;
       position: relative;
       z-index: 0;
       background-image: url("../img/122jihuiiguifs28888hujsuns14256expolederes.png");
       background-position: center;
       height: 527px;
       background-size: 527px;
       background-repeat: no-repeat;
}
.culturafoto8 {
/*top: 10px;
       right: 10px;*/
       border: none;
       position: relative;
       z-index: 0;
       background-image: url("../img/122jihuiiguifsuhuhuhijk12345yuhyhjol425236.png");
       background-position: center;
       height: 527px;
       background-size: 527px;
       background-repeat: no-repeat;
}
.culturafoto9 {
/*top: 10px;
       right: 10px;*/
       border: none;
       position: relative;
       z-index: 0;
       background-image: url("../img/122jihuiiguifs285p78990frgsthh12dserfg5467uhjihidas.png");
       background-position: center;
       height: 527px;
       background-size: 527px;
       background-repeat: no-repeat;
}
.culturafoto10 {
/*top: 10px;
       right: 10px;*/
       border: none;
       position: relative;
       z-index: 0;
       background-image: url("../img/122jihuiiguifs285p78990frgsthh12.png");
       background-position: center;
       height: 527px;
       background-size: 527px;
       background-repeat: no-repeat;
}

.culturafoto11 {
top:-50px;

position: relative;
z-index: 1;
background-image: url("../img/00010012542268.png");
background-position: center;
height: 507px;
background-size: 527px;
   background-repeat: no-repeat;
}
.culturafoto12 {
top:-50px;

position: relative;
z-index: 1;
background-image: url("../img/0001001254114.png");
height: 507px;
background-size: 527px;
   background-repeat: no-repeat;
}
.culturafoto13 {
top:-50px;


position: relative;
z-index: 1;
background-image: url("../img/000100121253658.png");
height: 507px;
background-size: 527px;
   background-repeat: no-repeat;
}
.culturafoto14 {
top:-50px;


position: relative;
z-index: 1;
background-image: url("../img/2536354178529852525236.png");
height: 507px;
background-size: 527px;
   background-repeat: no-repeat;
}
.culturafoto15 {
top:-50px;

position: relative;
z-index: 1;
background-image: url("../img/2536354178529852589653.png");
height: 507px;
background-size: 527px;
   background-repeat: no-repeat;
}
.culturafoto16 {
top:-50px;

position: relative;
z-index: 1;
background-image: url("../img/122jihuiiguifslokaiordelk.png");
height: 507px;
background-size: 527px;
   background-repeat: no-repeat;
}
.culturafoto17 {
top:-50px;

position: relative;
z-index: 1;
background-image: url("../img/122jihuiiguifslokaikagyagy.png");
height: 507px;
background-size: 527px;
   background-repeat: no-repeat;
}
.culturafoto18 {
top:-50px;

position: relative;
z-index: 1;
background-image: url("../img/122jihuiiguifs285p78990frgsthh12dserfg5467.png");
height: 507px;
background-size: 527px;
   background-repeat: no-repeat;
}
.culturafoto19 {
top:-50px;

position: relative;
z-index: 1;
background-image: url("../img/253635417852985258911111653.png");
height: 507px;
background-size: 527px;
   background-repeat: no-repeat;
}
.culturafoto20 {
top:-50px;

position: relative;
z-index: 1;
background-image: url("../img/122jihuiiguifslokaikagyagy6577.png");
height: 507px;
background-size: 527px;
   background-repeat: no-repeat;
}

#vida{
    width: 100%;
    height: 1650px;
    background-color: #F5F5F5;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

#vidatitle{
    width: 100%;
    text-align: center;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 300;
    font-size: 98px;
    line-height: 112px;

    /* identical to box height, or 114% */
    letter-spacing: -1.5px;

    /* 01. Primary/900 */
    color: #212121;
}

.vidaflex {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.vida1, .vida2, .vida3 {
    width: 20%;
    padding: 5px;
}

#vidatext{
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 35px;
    line-height: 36px;

    /* or 103% */
    letter-spacing: 0.25px;

    /* 02. Secondary/600 */
    color: #ED1C23;
}

.vidaimg1 {
    background-image: url("../img/Location.png");
    background-position: center;
    width: 72px;
    height: 84px;
}

.vidaimg2 {
    background-image: url("../img/3 User.png");
    background-position: center;
    width: 93px;
    height: 72px;
}

.vidaimg3 {
    background-image: url("../img/Star.png");
    background-position: center;
    width: 84px;
    height: 84px;
}

.vidaimg4 {
    width: 800px;
    height: 480px;
    float: left;
    top: -100px;
    position: relative;
}

#VidaGroupImg{
    width: 100%;
    height: 100%;
}

#equipa{
    width: 100%;
    height: 1200px;
    background-color: #F5F5F5;
}

#EquipaContainer{
    position: relative;
    top: -250px;
}

#equipatitle{
    position: relative;
    top: -250px;
    width: 100%;
    text-align: center;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 300;
    font-size: 98px;
    line-height: 112px;

    /* identical to box height, or 114% */
    letter-spacing: -1.5px;

    /* 01. Primary/900 */
    color: #212121;
}

#EquipaTable2{
    display: none;
}

@media only screen and (min-width: 1700px) {
    .vidaimg4{
        top: -120px;
    }
}

@media(max-width: 1165px) {
    #text_team{
        font-family: Ubuntu;
        font-style: normal;
        font-weight: normal;
        font-size: 35px;
        line-height: 36px;
        
        /* or 103% */
        text-align: center;
        letter-spacing: 0.25px;
        
        color: #FFFFFF;
    }
}

@media only screen and (max-width: 1150px) {
    .vidaimg4 {
        width: 600px;
        height: 400px;
        float: left;
        top: -226px;
        position: relative;
    }
 
    
}

@media(max-width: 1250px) {

    #nossacultura{
        width: 30%;
        margin-left: 25px;
    }
    
    #culturafotos{
        margin-top: 136px;
        margin-left: 200px;
        width: 30%;
        float:right;
    }

    #culturafoto1{
        height: 315px;
        background-size: 315px;
    }

    #culturafoto2{
        height: 315px;
        background-size: 315px;
    }

}

@media(max-width: 1050px) {

    #nossacultura{
        width: 35%;
        margin-left: 25px;
    }
    
    #culturafotos{
        margin-top: 136px;
        margin-left: 200px;
        width: 30%;
        float:right;
    }

    #culturafoto1{
        height: 315px;
        background-size: 315px;
    }

    #culturafoto2{
        height: 315px;
        background-size: 315px;
    }

}


@media(max-width: 882px) {
    .vidaimg4 {
        width: 470px;
        height: 270px;
        float: left;
        top: -226px;
        position: relative;
    }
}

@media(max-width: 859px) {

    #text_team{
        font-family: Ubuntu;
        font-style: normal;
        font-weight: normal;
        font-size: 30px;
        line-height: 31px;
        
        /* or 103% */
        text-align: center;
        letter-spacing: 0.20px;
        
        color: #FFFFFF;
    }

    #nossacultura{
        width: 30%;
        margin-left: 20px;
    }
    
    #culturafotos{
        width: 30%;
    }

    #culturafoto1{
        height: 215px;
        background-size: 215px;
    }

    #culturafoto2{
        height: 215px;
        background-size: 215px;
    }
}

@media(max-width: 917px) {
    #culturafotos{
        width: 30%;
    }
}

@media(max-width: 789px) {
    .vidaimg4 {
        width: 430px;
        height: 230px;
        float: left;
        top: -306px;
        position: relative;
    }
}

@media(max-width: 785px) {
    #text_team{
        font-family: Ubuntu;
        font-style: normal;
        font-weight: normal;
        font-size: 30px;
        line-height: 31px;
        
        /* or 103% */
        text-align: center;
        letter-spacing: 0.20px;
        
        color: #FFFFFF;
    }

    #nossacultura{
        width: 35%;
        margin-left: 10px;
    }
    
    #culturafotos{
        width: 27%;
    }

    #culturafoto1{
        height: 115px;
        background-size: 115px;
    }

    #culturafoto2{
        height: 115px;
        background-size: 115px;
    }
}


@media(max-width: 930px) {
    #culturafotos, .culturafoto1, .culturafoto2{
        display: none;
        width: 0px;
        height: 0px;
    }
    
    #cultura{
        height: 856px;
    }

    #culturatitle {
        font-size: 50px;
        text-align: center;
        line-height: 72px;
    }

    #VidaImgCultura{
        display: flex;
        margin-bottom: 5px;
    }

    #VidaImgVida{
        display: none;
    }

    #cultura_texto{
        margin-left: 5%;
        margin-right: 5%;
        text-align: center;
        font-weight: bold;
        font-size: 20px;
        line-height: 26px;
        
        /* or 130% */
        letter-spacing: 0.15px;
    }
        
    #cultura_texto2{
        margin-left: 5%;
        margin-right: 5%;
        text-align: center;
        font-size: 16px;
        line-height: 24px;
        
        /* or 150% */
        letter-spacing: 0.15px;
    }

    #vidatitle{
        margin-top: 10%;
        line-height: 72px;
        font-size: 52px;
        text-align: center;
    }

    .vidaflex {
        width: 90%;
        display: flex;
        flex-direction: column;
        text-align: center;
        align-self: center;
    }

    .vida1, .vida2, .vida3 {
        width: 100%;
    }

    #nossacultura {
        margin: 0;
        width: 100%;
        background-color: #F5F5F5;
        float: left;
    }

    #vida {
        width: 100%;
        height: 1600px;
    }


    .vidaimg1, .vidaimg2, .vidaimg3{
        margin-left: auto;
        margin-right: auto;
    }
    
    .vidaimg4{
        width: 100%;
        height: 370px;
        float: left;
        top: 0px;
        margin-bottom: 3%;
        position: relative;
    }

    #equipatitle {
        font-size: 50px;
        text-align: center;
        line-height: 72px;
    }
}

@media(max-width: 500px) {
    #texts_team{
        margin-top: 0px;
    }

    #EquipaTable1{
        display: none;
    }

    #EquipaTable2{
        display: block;
    }
}

@media(max-width: 415px) {
    #vida{
        height: 1800px;
    }
}

@media only screen and (max-width: 1199px){
    #equipa{
        height: 1474px;
    }

    div.our_team_video{
        width: 100%!important;
        height:350px !important;
        margin:auto;/*Fixed*/
    }
}

@media only screen and (max-width: 991px) {
    #equipa{
        height: 800px;
    }
}

@media only screen and (max-width: 734px) {
    #equipa{
        height: 450px;
    }
}

@media only screen and (max-width: 500px) {
    #equipa{
        height: 1000px;
    }
}

@media only screen and (max-width: 450px) {
    #equipa{
        height: 900px;
    }
}

@media only screen and (max-width: 400px) {
    #equipa{
        height: 800px;
    }
}

@media only screen and (max-width: 300px) {
    #equipa{
        height: 700px;
    }
}

@media only screen and (max-width: 295px) {
    #equipa{
        height: 800px;
    }
}

@media only screen and (max-width: 260px) {
    #equipa{
        height: 600px;
    }
}

@media only screen and (max-width: 207px) {
    #equipa{
        height: 700px;
    }
}

@media only screen and (min-width: 360px) and (max-width: 395px) {
    #equipa{
        height: 900px;
    }
}

@media only screen and (min-width: 734px) and (max-width: 768px) {
    #EquipaContainer{
        top: -100px;
    }

    #equipatitle{
        top: -100px;
    }
}

@media only screen and (max-width: 734px) {
    #EquipaContainer{
        top: -450px;
    }

    #equipatitle{
        top: -450px;
    }
}

@media only screen and (min-width: 735px) and (max-width: 930px) {
    #vida    {
        height: 1900px;  
    }

    #EquipaContainer{
        top: -440px;
    }

    #equipatitle{
        top: -440px;
    }
}

@media only screen and (max-width: 599px) {
    #EquipaContainer{
        top: -400px;
    }

    #equipatitle{
        top: -400px;
    }
}

@media only screen and (max-width: 552px) {
    #EquipaContainer{
        top: -300px;
    }

    #equipatitle{
        top: -300px;
    }
}

@media only screen and (max-width: 486px) {
    #EquipaContainer{
        top: -200px;
    }

    #equipatitle{
        top: -200px;
    }
}


@media only screen and (max-width: 418px) {
    #EquipaContainer{
        top: -150px;
    }

    #equipatitle{
        top: -150px;
    }
}

@media only screen and (min-width: 395px) and (max-width: 415px) {
    #EquipaContainer{
        top: -250px;
    }

    #equipatitle{
        top: -250px;
    }
}

@media only screen and (max-width: 370px) {
    #EquipaContainer{
        top: -100px;
    }

    #equipatitle{
        top: -100px;
    }
}


@media only screen and (max-width: 290px) {
    #EquipaContainer{
        top: -50px;
    }

    #equipatitle{
        top: -100px;
    }
}

@media only screen and (min-width: 296px) and (max-width: 360px) {
    #EquipaContainer{
        top: -250px;
    }

    #equipatitle{
        top: -250px;
    }
}

@media only screen and (max-width: 270px) {
    #EquipaContainer{
        top: -50px;
    }

    #equipatitle{
        top: -50px;
    }
}

@media only screen and (min-width: 228px) and (max-width: 260px) {
    #EquipaContainer{
        top: -350px;
    }

    #equipatitle{
        top: -350px;
    }
}

@media only screen and (max-width: 227px) {
    #EquipaContainer{
        top: -250px;
    }

    #equipatitle{
        top: -250px;
    }
}


@media only screen and (max-width: 213px) {
    #EquipaContainer{
        top: -150px;
    }

    #equipatitle{
        top: -150px;
    }
}

@media only screen and (max-width: 206px) {
    #EquipaContainer{
        top: -70px;
    }

    #equipatitle{
        top: -70px;
    }
}

@media(max-width: 421px) {

    #text_team{
        font-size: 25px;
        margin-top: 44px;
        width:80%;
    }
    #texts_team{height: 310px;}
}

@media(max-width: 360px) {

    #text_team{
        font-size: 20px;
        margin-top: 0px;
    }

    #cultura{
        height: 856px;
    }

    #culturatitle {
        font-size: 50px;
        text-align: center;
    }

    #vidatitle{
        font-size: 50px;
        text-align: center;
    }

    .vidaflex {
        width: 100%;
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .vida1, .vida2, .vida3 {
        width: 100%;
    }

    #nossacultura {
        margin: 0;
        width: 100%;
        background-color: #F5F5F5;
        float: left;
    }

    #vida {
        width: 100%;
        height: 2000px;
    }


    .vidaimg1, .vidaimg2, .vidaimg3{
        margin-left: auto;
        margin-right: auto;
    }
    
    .vidaimg4{
        top: 0px;
    }

    #equipatitle {
        font-size: 50px;
        text-align: center;
    }
}

@media(max-width: 260px) {
    #vida{
        height: 2450px;
    }

    .vidaflex{
        width: 100%;
    }

    #text_team{
        font-size: 20px;
        line-height: 21px;
    }
}

@media(max-width: 200px) {
    #vida{
        height: 2650px;
    }
}

@media(max-width: 180px) {
    #vida{
        height: 2850px;
    }

    .equipa_nome{
        font-size: 22px !important;
        line-height: 29px !important;
        width: 50% !important;
    }
}

@media(max-width: 500px){
    .equipa_nome{
        font-size: 29px !important;
        line-height: 36px !important;
        width: 50% !important;
        height: 20% !important;
    }
}

@media(max-width: 240px){
    .equipa_nome{
        font-size: 22px !important;
        line-height: 29px !important;
        width: 50% !important;
        height: 20% !important;
    }
}

@media only screen and (min-width: 501px) and (max-width: 768px) {
    .equipa_nome{
        font-size: 29px !important;
        line-height: 36px !important;
        width: 25% !important;
    }
}

@media only screen and (max-width: 500px){
    #equipa {
        height: 1370px !important;
    }
    }
    
    
    @media only screen and (max-width: 440px){
        #equipa {
            height: 1270px !important;
        }
    }
    
    @media only screen and (max-width: 360px){
        #equipa {
            height: 1070px !important;
        }
    }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .equipa_nome{
        font-size: 36px !important;
        line-height: 42px !important;
        width: 25% !important;
    }
}

/*css boostrap*/
.container {
  padding: 3rem 0rem;
}

.equipa_nome {
    vertical-align: bottom !important;
    border: none;
    background-color: red;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 49px;
    line-height: 56px;
    color: #FFFFFF;
    width: 25% !important;
  }

  .equipa_foto, .equipa_fotopadding {
      padding: 0 !important;
  }

  
   /*INICO DO LAYOUT DAS OPORTUNIDADES*/

   #recrutamento{
    background-color: #F5F5F5;
    height: 850px;
}
  /*Grid*/

  .container-cube-career {
    max-width: 98%;
    margin: 0 auto;
  }
  

  .grid-row {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    height: 1px;
  }
  
  .grid-item {
    flex-basis: 33.3%;
    align-items: flex-end;
    justify-items: flex-end;
    width: 80%;
    position: relative;
    padding: 10px;
    box-sizing: border-box;
  }

  .grid-sections {
    flex-basis: 100%;
    align-items: flex-end;
    justify-items: flex-end;
    position: relative;
    padding: 0px;
    box-sizing: border-box;
  }


.cube__face__title { 
padding-top: 14%;
position: relative;
width: 100%;
border: 1px solid rgba(0, 0, 0, 0);
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
font-weight: bold;
text-align: center;
font-size: 40px;
transition: 1s;
}

.cube__face__desc { 
    position: relative;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: bold;
    text-align: center;
    font-size: 40px;
    transition: 1s;
    }

    .cube__face__acessories { 
        position: relative;
        width: 100%;
        border: 1px solid rgba(0, 0, 0, 0);
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-weight: bold;
        text-align: center;
        font-size: 40px;
        transition: 1s;
        padding-bottom: 0%;
        }


label { margin-right: 10px; }


/*Cube Geometry*/

/*Cube Font*/


.textcareercubedesc-title{
margin-left: 5%;
color: white;
text-align: left;
font-weight: 700;
font-size: 55%;
margin-top: 2.5%;
}


.textcareercubedesc-desc{
font-weight: 300;
font-family: 'Ubuntu';
color: white;
font-size: 90%;
margin-top: 2.5%;
margin-bottom: 2.5%;
width: 90%;
margin-left: 5%;
text-align: left;
position: relative;
box-sizing: border-box;
}

.textcareercubedesc-desc> a:hover{
    text-decoration: none;
}


.acessoriescontainercareer{
    margin-top: 1%;
}


.button-candidatura{    
    border: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px 40px;
    width: 90%;
    height: 48px;
    background: #ED1C23;
    border-radius: 5px 5px 5px 5px;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: 20px;
    margin-left: 5%;
}


.button-candidatura:hover{
    box-shadow: 0px 4px 7px 0px rgba(41, 39, 39, 0.178);
    background: transparent;
    color: #ED1C23;
    border: solid 2px #ED1C23;
}

.button-candidaturawhite{    
    border: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px 40px;
    width: 90%;
    height: 48px;
    background: #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    color: #ED1C23;
    margin-top: 20px;
    margin-left: 5%;
}


.button-candidaturawhite:hover{
    box-shadow: 0px 4px 7px 0px rgba(41, 39, 39, 0.178);
    background: transparent;
    color: #FFFFFF;
    border: solid 2px #FFFFFF;
}


#Anturio-logosv{
    height: 10%;
    width: 15%;
    margin-left: 81.5%;
    border: none;
    display: flex;
    flex-direction: column;
    align-items: right;
    text-transform: uppercase;
}

.margenscareer{
    margin-top: -3%;
    margin-right: 0px;
    margin-bottom: 18px;
}




/*---Responsive Font*/

  @media only screen and (width:309px){
      .grid-row {
        margin-left: -4px;
      }

  }

  @media only screen and (max-width:301px){
    .grid-row {
      margin-left: -4px;
    }

}

@media only screen and (max-width:1600px){

    .textcareercubedesc-desc{
        font-size: 80%;
    }

    .textcareercubedesc-title{
        font-size: 50%;
        margin-top: 3%;
        margin-bottom: 3%;
    }

}

@media only screen and (max-width:1249px){

    .textcareercubedesc-desc{
        font-size: 70%;
    }

    .textcareercubedesc-title{
        font-size: 50%;
        margin-top: 3%;
        margin-bottom: 3%;
    }


}

@media (max-width:667px) {
    .textcareercubedesc-title {
        font-size: 40%;
        margin-top: 3%;
        margin-bottom: 3%;
    }
    

    .textcareercubedesc-desc {
        font-size: 60%;
    }

}

@media (max-width:325px) {


    .textcareercubedesc-title {
        font-size: 30%;
        margin-top: 3%;
        margin-bottom: 3%;
    }
    

    .textcareercubedesc-desc {
        font-size: 40%;
    }

}

/*Responsive Font---*/


/*Responsive Height Cubes*/

@media (max-width:3500px) {

    .cube__face__title{
        padding-top: 4%;
    }


    .textcareercubedesc-title{
        min-height: 60px;
    }

    .textcareercubedesc-desc{
        min-height: 175px;
    }

    #recrutamento{
        height: 900px;
    }
}

@media (min-width:3500px) {

    .cube__face__title{
        padding-top: 4%;
    }

    .textcareercubedesc-title{
        min-height: 60px;
    }

    .textcareercubedesc-desc{
        min-height: 122px;
    }
}

@media (max-width: 2367px) {
    .textcareercubedesc-title{
        min-height: 58px;
    }

    .textcareercubedesc-desc{
        min-height: 175px;
    }
}

@media (max-width:2600px) {
    #recrutamento{
        height: 775px;
    }
}

@media (min-width:1250px) and (max-width:2120px) {
    #recrutamento{
        background-color: #F5F5F5;
        height: 825px;
    }
}

@media (max-width: 2120px) {

    .cube__face__title{
        padding-top: 4%;
    }


    .textcareercubedesc-title{
        min-height: 50px;
    }

    .textcareercubedesc-desc{
        min-height: 295px;
    }
}

@media (max-width:1600px) {

    .cube__face__title {
        padding-top: 8%;
    }
    
}

@media only screen and (max-width:1249px){

    .textcareercubedesc-desc{
        min-height: 250px;
    }

    .textcareercubedesc-title{
        min-height: 59px;
    }

    #recrutamento{
        background-color: #F5F5F5;
        height: 730px;
    }

}

@media only screen and (max-width:992px){

    .grid-item {
        flex-basis: 100%;
    }


    #recrutamento{
        background-color: #F5F5F5;
        height: 1950px;
    }

    .cube__face__title {
        padding-top: 4%;
    }

    .textcareercubedesc-desc{
        min-height: 100px;
    }

    .textcareercubedesc-title{
        min-height: 0px;
    }

}


@media (max-width:844px) {
    #recrutamento{
        background-color: #F5F5F5;
        height: 1800px;
    }
}

@media (max-width:730px) {
    #recrutamento{
        background-color: #F5F5F5;
        height: 1600px;
    }
}

@media (max-width:555px) {
    #recrutamento{
        background-color: #F5F5F5;
        height: 1400px;
    }
}

@media (max-width:465px) {
    #recrutamento{
        background-color: #F5F5F5;
        height: 1300px;
    }
}

@media (max-width:395px) {
    #recrutamento{
        background-color: #F5F5F5;
        height: 1200px;
    }
}

@media (max-width:325px) {
    #recrutamento{
        background-color: #F5F5F5;
        height: 1150px;
    }
}

@media (max-width:325px) {
    #recrutamento{
        background-color: #F5F5F5;
        height: 1150px;
    }
}

@media (max-width:290px) {
    #recrutamento{
        background-color: #F5F5F5;
        height: 1050px;
    }
}



@media only screen and (min-width: 501px) {
    .input-contact-cand{
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0.25px;
        color: #737373;
        width: 450px;
        height: 50px;
        background: #F9F9F9;
        border: 1px solid #E6E6E6;
        box-sizing: border-box;
        border-radius: 5px;
        padding-left: 10px;
        padding-right: 5px;
    } 

    .input-file-button-box{
        color: #737373;
        width: 450px;
        height: 50px;
        background: #F9F9F9;
        border: 1px solid #E6E6E6;
        box-sizing: border-box;
        border-radius: 5px;
        text-align: left;
    }
}


.candbutton::-webkit-file-upload-button {
    color: white;
    display: inline-block;
    background: #db0909;
    border: none;
    padding: 7px 15px;
    height: 48px;
    font-weight: 700;
    border-radius: 3px;
    white-space: nowrap;
    cursor: pointer;
    font-size: 10pt;
  }


.CandidaturaForm{
    height: 100%;
    padding-bottom: 5%;
}


.CandidaturaInfo {
    font-size: 18px;
    font-style: normal;
    color: #212121;
    margin-left: 10%;
    margin-right: 10%;
    padding-top: 2%;
  }

  .tituloforms{
      height: 150px;
      padding: 10%;
      width: 100%;
  }
  
/*FIM DO LAYOUT DAS OPORTUNIDADES*/



/*Fim Nossa Equipa*/

/*Inicio Politica de Privacidade*/
#Politica_Privacidade_Section{
    display: flex;
    justify-content: space-between;
    background-color: #F5F5F5;
    position: relative;
    margin-top: 25px;
    width: 100%;
    flex-wrap: wrap;
    overflow: auto;
}

#PoliticaPrivacidadeLoad{
    color: #D9DBE1;
}

#TabelaPoliticaPrivacidade2{
    width: 50%;
}

#TabelaPoliticaPrivacidade1{
    width: 50%;
}

#complete_management_info2{
    align-self: flex-start;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 35px;
    line-height: 36px;
    letter-spacing: 0.25px;
  
    color: #000000;
    width:90%;
    margin-right: 11%;
    margin-top: 134px;
    margin-left: 1%;
    margin-bottom: 25px;
}

@media only screen and (max-width: 770px){
    #Politica_Privacidade_Section{
        height: 2800px;
    }
    
    #TabelaPoliticaPrivacidade2{
        bottom: 0px;
        width: 90%;
    }
    
    #TabelaPoliticaPrivacidade1{
        width: 90%;
    }
}

@media only screen and (max-width: 615px){
    #Politica_Privacidade_Section{
        height: 3000px;
    }
}

@media only screen and (max-width: 480px){
    #Politica_Privacidade_Section{
        height: 3200px;
    }
}

@media only screen and (max-width: 420px){
    #Politica_Privacidade_Section{
        height: 3400px;
    }
}
/*Fim Politica de Privacidade*/



  /** IMAGENS QUE APARECEM NA PAGINA OUR TEAM EM BAIXO **/

 /** IMAGENS QUE APARECEM NA PAGINA OUR TEAM EM BAIXO **/


 @media only screen and  (max-width: 930px) {
    .slideshow { display: none; }
    }

.slideshow {
    list-style-type: none;
  }

  .slideshow,
  .slideshow:after { 
      top: -10px; 
          position: relative;
      width: 150%;
      height: 100%;
      left: 0px;
      z-index: 0; 
  }
  
  .slideshow li span { 
      margin-top: 28%;
      margin-left: 55%;
          position: absolute;
      width: 100%;
      height: 100%;
      top: 0px;
      left: 0px;
      color: transparent;
      background-size: cover;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      opacity: 0;
      z-index: 0;
      animation: imageAnimation 15s linear infinite 0s; 
  }
  
  
  
  .slideshow li:nth-child(1) span { 
      background-image: url("../img/00010001.png"); 
      position: absolute;
    left: -15%;
    height: 80%;
    width: 60%;
      top:10%;
      border-radius: 10px;
 
 
  }
  .slideshow li:nth-child(2) span { 
      background-image: url("../img/00010011.png");
      animation-delay: 3s; 
      position: absolute;
      left: -22%;
      height: 80%;
      width: 60%;
       top:9%;
        border-radius: 10px;
   
  }
  .slideshow li:nth-child(3) span { 
      background-image: url("../img/0001001125.png");
      animation-delay: 6s; 
      height: 80%;
      width: 60%;
      left: -26%;
      top:-8%;
      border-radius: 10px;

  }
  .slideshow li:nth-child(4) span { 
      background-image: url("../img/0001001136.png");   
      animation-delay: 9s; 
      height: 80%;
      width: 60%;
      left: -15%;
        top:-18%;
        border-radius: 10px;
  
    }
  .slideshow li:nth-child(5) span { 
      background-image: url("../img/0001001254.png");
      animation-delay: 12s; 
      height: 80%;
    width: 60%;
      left: -15%;
      top:-16%;
      border-radius: 10px;
  
  }
  .slideshow li:nth-child(6) span { 
    background-image: url("../img/00010012541.png");
    animation-delay: 20s;
    left: 26%;
    top:-20%;
    height: 80%;
    width: 60%;
      border-radius: 10px;
position: relative;
      
}
  
  
  
  @keyframes imageAnimation { 
      0% { opacity: 0; animation-timing-function: linear; animation-duration: 1ms; }
      8% { opacity: 1;  animation-timing-function: linear; animation-duration: 1ms; }
      17% { opacity: 1; animation-timing-function: linear; animation-duration: 1ms;}
      25% { opacity: 0;  animation-timing-function: linear; animation-duration: 1ms;}
      100% { opacity: 0;  animation-timing-function: linear; animation-duration: 1ms; }
  }
  
    
  .no-cssanimations .cb-slideshow li span {
      opacity: 1;
  }



  @media screen and (width: 375px){
    #tablet-img{height: 257px;}
  }

  @media screen and (width: 414px){
    #tablet-img{height: 315px;}
  }

  @media screen and (width: 390px){
    #tablet-img{height: 303px;}
  }

  @media screen and (width: 393px){
    #tablet-img{height: 300px;}
  }

  @media screen and (width: 390px){
    #tablet-img{height: 303px;}
  }

  @media screen and (width: 412px){
    #tablet-img{height: 325px;}
  }

  @media screen and (width: 540px){
    #tablet-img{height: 430px;}
  }

  @media screen and (width: 280px){
    #tablet-img{height: 205px;}
  }