body > .fluid {
    margin-bottom: 0px;
}

#aboutUsFluid{
    margin-bottom: 90px;
}

.container-fluid1{
    margin-bottom: 80px;
}

#toTopBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 98;
  mix-blend-mode: difference;
  transform: scale(1.5);
}

#toTopBtn img {
  width: 80%;
}

#myBtn:hover {
  background-color: #555;
}

/* header */

#formatHeader{
    margin-bottom: 0px!important;
}

.nav>li>a:hover {
    text-decoration: none;
    background-color: none;
}

.icon-bar{
    background-color: white;
}

#contentHeader{
    border-bottom: 1px #D3D3D3 solid;
}

.logoImg{
    width: 111px;
    filter: invert(1.0);
}
.navbar-right li a {
    color: white;
    background-color: #171717;
    margin-top: 7px;
    font-weight: 400;
    font-size: 16px;
    position: relative; /* Adiciona posição relativa para os elementos filhos */
}

.navbar-right li a span {
    position: relative; /* Adiciona posição relativa para os elementos filhos */
}

.navbar-right li a span::after {
    content: ''; /* Adiciona um conteúdo vazio */
    position: absolute; /* Define posição absoluta */
    left: 0;
    bottom: -5px; /* Ajusta a distância do fundo */
    width: 0; /* Inicia com largura 0 */
    height: 1px;
    background-color: #D3D3D3;
    transition: width 0.3s; /* Adiciona transição para a largura */
}

.navbar-right li a:hover span::after {
    width: 100%; /* Ao passar o mouse, aumenta a largura para 100% */
}

.navbar-right li a.selected span::after {
    width: 0%; /* Remove a linha de sublinhado */
}

#dropdownBox{
    background-color: #171717;
}

#dropdownBox li:nth-child(2) {
    margin-bottom: 6px;
}

.navbar-right li a:hover{
    background-color: none;
}

.navbar-right li a span{
    color: white;
    font-family: 'Montserrat', sans-serif;
}

.carousel-caption{
    height: 100%;
}

.carousel-caption div{
    text-align: left;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 80%;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size:2rem;
}

.carousel-caption div .carouse-title{
    font-size:60px;
}

.carousel-caption div .carousel-description{
    font-size:22px;
    font-weight: 400;
    width: 40%;
}

#mailto{
    background-color: white;
    color: #1E1E1E;
    border-radius: 90px;
    padding: 5px 30px;
    font-family: 'Montserrat', sans-serif;
    margin-top:17px;
    margin-left: 20px;
}

.vl{
    height: 100%;
    width: 1px;
    background-color: #D3D3D3;
    position: absolute;
    margin-right: 20px;
}

.icon-bar {
    transition: transform 0.3s ease, opacity 0.3s ease; /* Adiciona transição suave para transformação e opacidade */
}

.fa-angle-down{
    transition: transform 0.3s ease;
    margin-left: 4px;
}

.fa-angle-downOpen{
    transform: rotate(180deg)translateX(4px);
    transition: transform 0.3s ease;
}

.imageBase2{
    height: 300px;
    background-size: cover;
    background-position: top;
    position: relative;
    margin-bottom: 60px;
}

/* Homepage */

.bannersHome{
    height:65vh;
    width: 100%; 
    background-size: cover
}

.knowMoreBanners{
    margin-right: 10px;
    color: white;
}

.bannerContent1 a:hover{
    text-decoration: none;
}

.svgKnowMoreBanners{
    position: absolute;
    bottom: -5px;
}

#aboutUsContainer{
  margin-top: 90px;  
}

.aboutUsCol{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.aboutUsImgCol{
    padding-left: 30px;
}

.aboutUsCol li{
    font-size: 15px;
    text-transform: uppercase;
}

.aboutUsCol div{
    font-size: 18px;
}

.aboutUsCol h1{
    font-size: 32px;
}

.aboutUsCol p{
    font-size: 18px;
    font-weight: 300;
    text-align: justify;
    margin-top: 0px;
    margin-bottom: 0px;
}

.aboutUsImg{
    width: 100%;
    background-size: cover;
    background-position: center;
}

.aboutUsImgMobile{
        display: none;
        width: 100%;
    }

.aboutUsLogo{
    position: absolute;
    height: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    filter: invert(1);
}

.weBelieveCol{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: white;
    background-color: #2E2E2E;
    padding-top: 30px;
    padding-bottom: 40px;
}

.weBelieveCol h2{
   font-size: 26px; 
}

.othersSayCol{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: white;
    background-color: #2E2E2E;
    padding-top: 30px;
    padding-bottom: 40px;
    padding-left: 30px;
}

.othersSayCol h2{
   font-size: 26px; 
}

.othersSayImg{
    background-size: cover;
    min-height: 340px;
}

.othersSayRow{
    display: flex;
    align-items: center;
}

.weBelieveCol ul li{
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 22px;
}

.weBelieveImg{
    width: 100%;
    background-size: cover;
    background-position: center;
}

.othersSayCol{
    background-size: cover;
    background-position: center;
}

#weBelieveContainer{
    margin-top: 190px;
}

#backgroundWeBelieve{
    background-color: #2E2E2E;
    width: 140%;
    position: absolute;
    left: 0px;
    transform: rotate(-2deg) translate(-50px, -105px);
}

#backgroundWeBelieveSm{
    background-color: #2E2E2E;
    width: 140%;
    position: absolute;
    height: 20px;
}

#weBelieveKnowMore{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 20px;
    margin-right: 20px;
}

#weBelieveKnowMore a{
    color: white;
}



#backgroundWeBelieve2{
    display: none;
}

.ourIndustriesCol{
    font-family: 'Montserrat', sans-serif;
    padding-right: 30px;
}

.ourIndustriesImg{
    background-size: cover;
    position: center;
}

.ourIndustriesImgCol{
    padding-left: 30px;
}

.ourIndustriesCol li{
    font-size: 15px;
    text-transform: uppercase;
}

.ourIndustriesCol h2{
   font-size: 26px;
   margin-bottom: 30px;
   margin-left: -12px;
}

.ourIndustriesCol ul li{
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 12px;
}

#ourIndustriesKnowMore{
    font-size: 20px;
    margin-right: 114px;
    color: black;
}

.ourIndustriesCol ul{
    margin-bottom: 30px;
    padding-inline-start: 0px;
}

li {
    text-indent: -5px;
}

#prestigeRow{
    font-family: 'Montserrat', sans-serif;
}

#prestigeRow div h3{
    font-weight: 500;
    font-size: 20px;
}

#prestigeRow div h4{
    font-weight: 400;
    font-size: 16px;
    text-align: justify;
    margin-top: 0px;
    margin-bottom: 0px;
}

.numeroPrestige{
    font-weight: 500;
    font-size: 64px;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.prestigeCol{
    min-height: 370px;
    padding-right: 50px;
}

.iconPrestige{
    position: absolute;
    right: 0px;
    bottom: 0px;
    text-align: right;
    transform: translate(-30px, -20px);
}

.iconPrestige img{
    height: 70px;
}

.firstIconPrestige img{
    height: 55px;
}

#titleArticles{
    font-family: 'Montserrat', sans-serif;
}

#titleArticles h2{
    font-size: 32px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 40px;
    font-weight: 500;
}

.newHome{
    height: 250px;
    width: 100%;
    background-size: cover;
    margin-bottom: 10px;
    background-position: center;
}

.lastNewsTitle{
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    color: black;
    word-wrap: break-word;
    color: black;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lastNewsDate{
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: black;
}


.lastNewsText{
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: black;
}


.lastNewsPreview{
    word-wrap: break-word;
    color: black;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lastNewsPreview div p{
    font-family: 'Montserrat', sans-serif;
}

.eachLastNew{
   min-height: 460px;
   
}

.readMoreLastNews{
    position: absolute;
    color: black;
    bottom: 0px;
    font-family: 'Montserrat', sans-serif;
}

#svgWeBelieve {
        position: absolute;
        bottom: 35px;
    }
    
#svgOthersSay {
        position: absolute;
        bottom: 35px;
    }

.weBelieveImgCol{
    padding-right: 30px;
}

.weBelieveCol{
    padding-left: 30px;
}

.weBelieveImgColSm{
    display: none;
    margin-top: 40px;
    }
    
.weBelieveImgSm{
    width: 100%;
    background-position: center;
    background-size: cover;
    height: 400px;
    background-image: url(/uploads/cms/big_cms_1710172535_1126.jpeg);
}

.industriesBanner {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-48.8%);
    background-color: rgba(0, 0, 0, 0.5);
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    color: white;
    width: calc(100% - 45px);
    font-weight: 400;
    text-align: center;
    padding: 30px 0px;
    height: 110px;
    overflow: hidden;
    transition: height 0.5s ease;
}

.industriesBanner.hovered {
    height: 100%; 
}

.industriesBannerText{
    font-size: 16px;
    font-weight: 300;
    padding: 30px;
    text-align: justify;
    opacity: 0;
    transition: opacity 1s ease; 
}

.industriesBannerText.hovered {
    opacity: 1;
}

.fluidPadrao{
    height: 50px;
    background-image: url('/media/images/footerPadrao.png');
}

.viewAllPosts{
    text-align: right;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    transform: translateX(-120px);
    margin-top: 40px;
    color: black;
}

.viewAllPosts span{
    margin-right: 20px;
}

.weBelieveContainer{
    transform: skewY(-2deg);
    background-color: #2E2E2E; 
    padding: 100px 0px;
}

.weBelieveSkew{
    transform: skewY(2deg);
}

.prestigeContainer{
    transform: skewY(2deg);
    background-color: #2E2E2E; 
    padding: 90px 0px;
    color: white;
}

.prestigeSkew{
    transform: skewY(-2deg);
}

.ourIndustriesContainer{
    padding: 100px 0px;
}

/* Base */

.titlePage{
    margin-top: 40px;
}

.titlePage h1{
    font-size: 35px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    color: white;
    position: absolute;
    bottom: 0px;
    padding-bottom: 30px;
}

#titlePageDetail{
    color: black;
    position: static;
    padding-bottom: 0px;
}

/* Equipa */

.ellipsis {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: white;
    z-index: 10;
    font-family: 'Montserrat', sans-serif;
    padding-left: 30px;
    padding-right: 30px;
}

.member:hover .ellipsis {
    display: block;
}

.vCard{
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 600;
}

.eachMember{
     margin-bottom: 60px;
}

.member{
    background-position: top;
    background-size: cover;
    height: 520px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.memberName{
    position: absolute;
    bottom: 0px;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(9,9,121,0) 40%);
    height: 100%;
    width: 100%;
    transition: background 0.3s ease;
}

.memberNameInside {
    position: absolute;
    bottom: 40px;
    transition: bottom 0.3s ease; 
}

.memberNameInsideHover {
    bottom: calc(100% - 80px);
}

.hoveredMemberName{
    background-color: RGBA(0, 0, 0, 0.5);
}

.memberCategory{
    text-decoration: underline;
}

.knowMore{
    position: absolute;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 500;
    text-decoration: underline;
    padding-left: 30px;
    color: white;
    bottom: 100%;
    font-size: 18px;
    transition: bottom 0.3s ease;
}

.knowMoreHover{
    bottom: 40px;
}

.imgMember{
    height: 550px;
    width: 100%;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 90px;
}

.imgMember svg{
    margin-top: 20px;
    transform: translate(0px, 10px);
    margin-right: 10px;
}

.memberDetailDescription{
    font-family: 'Montserrat', sans-serif;
    text-align: justify;
    font-size: 16px;
    font-weight: 300;
    line-height: normal;
    
}

.memberDetailName{
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
    margin-top: 0px;
}

.memberDetailRow{
    margin-bottom: 40px;   
}

.memberDetailPosition{
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 20px;
    margin-top: 0px;
}

.backBtn{
    font-size: 16px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    color: black;
}

.backBtn2{
    display: none;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    color: black;
    padding-left: 15px;
}

.backBtn3{
    font-size: 16px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    color: black;
}

.memberContainer{
    margin-top: 40px;
}

.opacityMemberDetail{
    top: 100%;
    height: 100%;
}
    


/* Contactos */

.contacts{
    display: flex;
    justify-content: center;
    align-items: center;
}

.google-map-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%; /* Proporção 16:9 para o contêiner do mapa */
}

.google-map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.contactInfo{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
}

.contactsTitles{
    font-weight: 500;
    line-height: 33px;
}

/* Industrias */

.eachIndustry {
    height: 280px;
    width: 100%;
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(9,9,121,0) 100%);
    position: relative;
    margin-bottom: 40px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.eachIndustry:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

.eachIndustry img {
    height: 80px;
    transition: opacity 0.3s ease;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.eachIndustry:hover img {
    opacity: 0;
}

.insideEachIndustry {
    position: absolute;
    color: white;
    bottom: 12px;
    left: 12px;
    font-size: 15px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    transition: top 0.3s ease;
    margin-top: 0px;
    margin-bottom: 0px;
}

.insideEachIndustryHover {
    top: 12px;
    transition: top 0.3s ease;
}

.eachIndustryText {
    opacity:0;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    padding-left: 15px;
    padding-right: 15px;
    transition: opacity 0.3s ease;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -45%);
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
}

.eachIndustry:hover .eachIndustryText {
    opacity: 1;
}

.subtitleIndustrias {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 40px;
}


/* Noticias */

.eachNew{
    border: 0.5px solid rgba(171, 171, 171, 0.50);
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 40px;
    color: black;
}

.eachNewImg{
    height: 240px;
    background-size: cover;
    margin-bottom: 20px;
    background-position: center;
}

.eachNewDate{
    padding-left: 20px;
    padding-right: 20px;
    font-size: 11px;
    font-weight: 400;
    margin-bottom: 5px;
}

.eachNewTitle{
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px;
    height: 3em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
    margin-top: 0px;
}

.eachNewPreview{
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 4.5em;
    line-height: 1.4;
    margin-top: 0px;
}

.eachNewCategory{
    font-size: 12px;
    font-weight: 400;
    text-decoration-line: underline;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
}

.newDetail{
    margin-bottom: 60px;
    margin-top: 60px;
}

#newDetailTitle{
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 600;
    margin-bottom:20px;
}

#newDetailImg{
    height: 450px;
    background-position: center;
    background-size: cover;
    margin-bottom:30px;    
}

#newDetailText{
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin-bottom:30px;    
}

.newDetailTitleBorder{
    border-bottom: 1px solid black;
    margin-bottom: 40px;
    max-width: 70%;
}

.writtenBy{
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    font-weight: 600;
    color: black;
    margin-bottom: 30px;
}

.imagemWrittenBy{
    width: 100%;
}

.memberNameWrittenBy{
    position: absolute;
    bottom: 0px;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(9,9,121,0) 100%);
    height: 100%;
    width: 100%;
}

.imageMemberWrittenBy{
    height: 300px;
    background-size: cover;
    background-position: top;
}

.descriptionMemberWrittenBy{
    font-family: 'Montserrat', sans-serif;
    text-align: justify;
    font-size: 16px;
    font-weight: 300;
    line-height: normal;
    display: -webkit-box;
    -webkit-line-clamp: 11;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nameInsideWrittenBy{
    bottom: 20px;
    position: absolute;
    left: 20px;
}

.navbar-right li a.selected span::after {
    width: 100%;
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    height: 1px;
    background-color: #D3D3D3;
}

.seePdfButton {
    border-radius: 90px;
    border: 1px solid #1E1E1E;
    background: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 400;
    padding: 12px 22px;
    margin-bottom: 40px;
    color: black;
    transition: background 0.25s, color 0.25s, border 0.25s; /* Add the transition property */
}

.seePdfButton:hover {
    border: 1px solid #1E1E1E;
    background: black;
    font-family: 'Montserrat', sans-serif;
    color: white;
    transition: background 0.25s, color 0.25s, border 0.25s; /* Ensure the transition is defined in the hover state */

}
/* Footer */

.fluidPadrao{
    width: 100%;
    height: 50px;
    background-image: url('/media/images/footerPadrao.png');
}

#menuFooterTitle{
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
}

#cms_menu_footer a{
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
}

.contactsFooter{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: white;
}

.contactsFooter > .row:first-child {
    margin-bottom: 25px;
}

.poweredBy{
    text-align: right;
}

.poweredBy a{
    color: white;
}

.socialMediaFooter span{
        padding: 0px 3px;
}

.bottomFooter{
    color: white;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}

.menuFooterXs{
    display: none;
}

/*paginator*/

.paginationNumber {
    display: inline-block;
    padding: 3px 8px;  
    margin-right: 5px;
    margin-left: 5px;
    border: black solid 0.5px;
    font-family: 'Montserrat', sans-serif;
    color: black;
    font-size: 20px;
}


.paginationNumber:hover{
    background-color: black;
    color: white;
}

.current{
    display: inline-block;
    padding: 3px 8px; 
    margin-right: 2px; 
    background-color: black;
    color:white;
}

.paginatorBlock{
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    margin-bottom: 60px;
}



/* ajax loader e modal box */
.modal-backdrop {
    background-color: #cdcdcd;
    z-index: 999999997;
}

#ajax_loader {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 999999999;
    height: 100px;
    width: 200px;
    margin-left: -100px;
    margin-top: -50px;
    text-align: center;
}

.text-loading {
    margin-top: 20px;
    color: #3b3e42;
    font-weight: 500;
}

.modal {
    z-index: 999999998;
}

.modal-danger .modal-header {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.modal-danger .close {
    color: #a94442;
}

.modal-danger .modal-content {
    border-color: #ebccd1;
}

.modal-danger .modal-footer {
    border-top: 1px solid #ebccd1;
}

.modal-warning .modal-header {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.modal-warning .close {
    color: #8a6d3b;
}

.modal-warning .modal-content {
    border-color: #faebcc;
}

.modal-warning .modal-footer {
    border-top: 1px solid #faebcc;
}

.modal-info .modal-header {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.modal-info .close {
    color: #31708f;
}

.modal-info .modal-content {
    border-color: #bce8f1;
}

.modal-info .modal-footer {
    border-top: 1px solid #bce8f1;
}

.modal-success .modal-header {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.modal-success .close {
    color: #3c763d;
}

.modal-success .modal-content {
    border-color: #d6e9c6;
}

.modal-success .modal-footer {
    border-top: 1px solid #d6e9c6;
}

.modal-primary .modal-header {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
}

.modal-primary .close {
    color: #fff;
}

.modal-primary .modal-content {
    border-color: #428bca;
}

.modal-primary .modal-footer {
    border-top: 1px solid #428bca;
}

/* end modal box*/

#subcontent {
    float: left; 
    width: 100%;
    overflow: hidden;
}

.main_parallax_v {
    width:100%;
}

.contents_parallax_v {
    height: 100%;
}

.main_parallax_h {
    width:100%; 
    height:300px;
    position:relative; 
    overflow:hidden;
}

.contents_parallax_h {
    height: 100%;
    position: absolute;
}

.div_parallax_v {
    height: 500px;
    border: 1px solid red;
    margin-bottom: 10px;
    float:left;
}

.div_parallax_h {
    height: 350px;
    border: 1px solid red;
    margin-bottom: 10px;
    float:left;
}

/* font face use */
/*
html,
body {
    font-family:'Conv_GOTHIC',Sans-Serif;
}

@font-face {
    font-family: 'Conv_GOTHIC';
    src: url('/media/fonts/GOTHIC.eot');
    src: local('?'), url('/media/fonts/GOTHIC.woff') format('woff'), url('/media/fonts/GOTHIC.ttf') format('truetype'), url('/media/fonts/GOTHIC.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}*/

/* end font face */


/* links */




/******************************   media queries   ******************************/

@media(max-width: 1400px){
    .eachIndustryText {
        font-size: 12px;
    }
    
    .industriesBannerText{
        padding: 15px 30px 30px 30px;
    }
}

@media (max-width: 1200px){
    .numeroPrestige{
        font-size: 45px;
    }
    
    .iconPrestige img{
        height: 60px;
    }
    
    .firstIconPrestige img{
        height: 45px;
    }
    
    .memberName{
        font-size: 14px;
    }
    
    .eachIndustry{
        height: 300px;
    }
    
    .eachIndustryText {
        font-size: 13px;
    }
    
    .industriesBannerText{
        font-size: 13px;
    }
    
    .aboutUsCol h2 {
        font-size: 18px;
        margin-bottom: 20px;
    }
    
    .navbar-right li a {
        margin-top: 7px;
        font-size: 13px;
    }
    
    
    #mailto{
        margin-top:16px;
    }
    
    .selectedUnderline{
        top: 44px;
    }
    
    .logoImg{
        width: 111px;
    }
    
    .industriesBannerText{
        font-size: 14px;
    }
    
    .newHome{
        height: 210px;
    }
    
    .eachLastNew {
        min-height: 430px;
    }
    
    .carousel-caption div .carousel-description{
        width: 50%;
    }
}

@media (max-width: 1100px) {
    
}

@media (max-width: 992px) {
    
    .aboutUsImgMobile{
        display: block;
    }
    
    .aboutUsImg{
        display: none;
    }
    
    .othersSayRow{
        display: block;
    }
    
    .othersSayCol{
        padding-left: 40px;
        padding-right: 40px;
    }
    
    .titlePage{
        padding-left: 40px;
        padding-right: 40px;
    }
    
    .memberContainer{
        margin-top: 40px;
        padding-left: 40px;
        padding-right: 40px;
    }

    .imageBase2{
        height: 250px;
    }
    
    #aboutUsContainer{
      margin-top: 50px;  
    }
    
    .aboutUsCol{
        margin-bottom: 40px;
    }
    
    .weBelieveImgColMd{
        display: none;
    }
    
    .weBelieveImgColSm{
        display: block;
    }
    
    .ourIndustriesCol{
        margin-bottom: 40px;
    }
    
    .prestigeCol{
        padding-right: 50px;
        padding-left: 50px;
        min-height: 0px;
        margin-bottom: 40px;
    }
    
    .numeroPrestige{
        position: static;
        font-size: 44px;
    }
    
    .iconPrestige{
        transform: translate(-50px, 0px)
    }
    
    .vl{
        display: none;
    }
    
    .eachLastNew{
        margin-bottom: 40px;   
    }
    
    .backBtn{
        display: none;
    }
    
    .backBtn2{
        display: block;
    }
    
     .industriesBannerText{
        font-size: 16px;
    }
    
    .poweredBy{
        text-align: left;
    }
    
    .eachIndustryText {
        font-size: 11.5px;
    }
    
    .industriesBannerText{
        padding: 40px 30px 30px 30px;
    }
    
    .weBelieveContainer{
        transform: skewY(0deg);
        padding: 60px 0px
    }
    
    .prestigeContainer{
        transform: skewY(0deg);
        padding: 60px 0px 30px 0px;
    }
    
    .weBelieveSkew{
        transform: skewY(0deg);
    }
    .prestigeSkew{
        transform: skewY(0deg);
    }
    
    .ourIndustriesContainer{
        padding: 60px 0px 0px 0px;
    }
    
    .newDetailTitleBorder{
        max-width: 80%;
    }
    
    #newDetailTitle {
    font-size: 26px
    }
    
    .carousel-caption div .carousel-description{
        width: 60%;
    }
    
    .aboutUsCol{
        padding-right: 40px;
        padding-left: 40px;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    
    .aboutUsImgCol{
       padding-right: 40px;
        padding-left: 40px;
    }
    
    .weBelieveImgCol{
        padding-right: 40px;
        padding-left: 40px;
    }
    
    .weBelieveCol{
        padding-right: 40px;
        padding-left: 40px;
    }
    
    .ourIndustriesCol{
        padding-right: 40px;
        padding-left: 40px;
    }
    
    .ourIndustriesImgCol{
        padding-right: 40px;
        padding-left: 40px;
    }
    
    .industriesBanner {
        transform: translateX(-50%);
        width: calc(100% - 80px);

    }
    
    #titleArticles{
        padding-left: 40px;
        padding-right: 40px;
    }
    
    .eachLastNew{
        padding-left: 40px;
        padding-right: 40px;
    }
    
    .footerRow{
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .navbar-toggle{
        margin-right: 0px;
    }
    
    .navbar-header{
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .weBelieveCol{
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        color: white;
        background-color: #2E2E2E;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    
    #svgWeBelieve {
        position: absolute;
        bottom: -5px;
    }
    
    #containerListTeam{
        padding-right: 40px;
        padding-left: 40px;
    }
    
    .listNewsContainer{
        padding-right: 40px;
        padding-left: 40px;
    }
    
    .newDetail{
        padding-left: 40px;
        padding-right: 40px;
    }


}
    
@media (max-width: 880px) {
    
}
        
@media (max-width: 768px) {
    
    .titlePage h1 {
        font-size: 28px;
    }
    
    .imageBase2{
        height: 200px;
    }
    
    #aboutUsFluid{
        margin-bottom: 60px;
    }
    #mailto{
        margin-left: 0px;
        width: 130px;
        margin-bottom: 20px;
    }
    
    .ourIndustriesCol{
        margin-bottom: 40px;
    }
    
    .contactInfo{
        margin-bottom: 20px;
    }
    
    .knowMoreHover{
        display: none;
    }
    
    .imgMember{
        margin-bottom: 30px;
    }
    
    .memberDetailDescription{
        margin-bottom: 30px;
    }
    
    .industriesBannerText{
        opacity: 1;
        font-size: 15px
    }
    
    .industriesBanner{
        height: 100%;
    }
    
    .carousel-caption div .carousel-description{
        font-size: 3.5rem;
    }
    
    .menuFooterMd{
        display: none;
    }
    
    .menuFooterXs{
        display: block;
        margin-top: 30px;
    }
    
    .logoFooter{
        margin-bottom: 30px;
    }
    
    .selectedUnderline{
        position: static;
        margin-left: 32px;
        width: 11%;
        transform: translate(-20px, -5px);
    }
    
    .insideEachIndustry{
        font-size: 21px;
    }
    
    .eachIndustryText{
        font-size: 15px;
    }
    
    .eachLastNew {
        min-height: 415px;
    }
    
    .socialMediaFooter{
    }
    
    .socialMediaFooter span{
        padding: 0px 10px;
    }
    
    .newDetailTitleBorder{
        max-width: 90%;
    }
    
    #newDetailTitle {
        font-size: 20px
    }
    
    .ourIndustriesCol ul{
        padding-inline-start: 15px;
    }
    
    .ourIndustriesCol h2 {
        margin-left: -4px;
    }
    
    .container-fluid1{
        margin-bottom: 60px;
    }
    
    .contacts{
        display: block;
    }

}

@media (max-width: 680px) {
    
    .eachMember {
        margin-bottom: 30px;
    }
    
    .carousel-caption div .carouse-title {
        font-size: 50px;
    }
        
    .imageBase2{
        height: 150px;
    }
    
    .imageBase2 {
        margin-bottom: 40px;
    }
    
    .member{
        height: 300px;
    }
    
    .memberName{
        padding-left: 12px;
    }
    
    .memberNameInside{
        bottom: 20px;
    }
    
    .industriesBannerText{
        opacity: 1;
        font-size: 13px
    }
    
    .carousel-caption div .carousel-description{
        font-size: 3rem;
    }
    
    .carousel-caption div .carousel-description{
        width: 80%;
    }
}
                
@media (max-width: 500px) {
    
    .imgMember {
        height: 410px;
    }
    
    .carousel-caption div .carouse-title {
        font-size: 45px;
    }

    .aboutUsLogo{
        height: 30%;
    }
  
    .industriesBannerText{
        font-size: 12px;
    }
    
    .member{
        height: 250px;
        font-size: 12px;
    }
    
    .industriesBannerText{
        font-size: 13px
    }
    
    .carousel-caption div .carousel-description{
        font-size: 2.5rem;
    }
    
    .knowMoreBanners{
        font-size: 15px;
        margin-right: 0px;
    }
    
    .svgKnowMoreBanners{
        bottom: 0px;
        height: 25px;
    }
    
    .insideEachIndustry {
        font-size: 18px;
    }
    
    .industriesBannerText{
        padding: 30px;
        font-size: 11px;
    }
    
    #ourIndustriesKnowMore{
        font-size: 16px;
    }
    
    #weBelieveKnowMore{
        font-size: 16px;
    }
    
    .viewAllPosts{
        font-size: 16px;
    }
    .carousel-caption div .carousel-description{
        width: 100%;
    }
}
    

@media (max-width: 400px) {
    .industriesBannerText{
        font-size: 10px;
    }
    
    .member{
        height: 200px;
    }
    
    .memberName{
        font-size: 10px;
    }
    
    .industriesBannerText{
        font-size: 11px
    }
    
    .eachIndustryText{
        font-size: 12px
    }
}

@media (min-width: 1200px){
    
    .ourIndustriesCol ul li {
        margin-bottom: 40px;
    }
    
    .ourIndustriesCol h2 {
        margin-bottom: 40px;
    }
    
    .industriesBannerText {
        font-size: 17px;
    }
    
}

    