:root{
    --attitude-bg-color: #0f1f40;
    --attitude-txt-color: #fff;
}

body {
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    background-color: #e5e5e5;
}

header{
    width: 100%;
    height: auto;

}


.modal{

    top:80px;
}

/*
h1{
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
    font-weight: bold;
    font-family: Roboto;
}

h2{
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

body{

}

div.container{
    background: url('../img/shutterstock_228075313.jpg') no-repeat  fixed center;
    background-size: cover;
}
*/

body{
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    color: #3C4858;
    font-weight: 300;
    font-size: 14px;
}

h2{
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: "Roboto Slab", "Times New Roman", serif;
    color: #3C4858;
    font-weight: 700;
    font-size: 36.4px;
    line-height: 54.6px;
    text-align: center;
    text-transform: uppercase;
}

h3{
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 15px;
}

h5{
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    margin-bottom: 15px;
    color: #999999;
    font-size: 17.5px;
    line-height: 27.125px;
    font-weight: 300;
}

h4{
    margin-top: 20px;
    color: #ffffff;
    margin: 30px 0 15px;
    font-weight: 700;
    font-family: "Roboto Slab", "Times New Roman", serif;
    font-size: 18.2px;
    line-height: 28.21px;

}

div.topBar{
    background-color: #363537;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    max-height: 40px;
    color: #ffffff;
}

.pull-right{
    float: right;
    text-align: right;

}

.pull-left{
    float: left;
    color: #ffffff;
}

ul#menu-contactos li{
    margin: 0 5px;
    list-style: none;
    float: left;
}

ul#menu-contactos li a{
    color: #ffffff;
}

div.menu-social{
    margin-top: 4px;
    margin-right: 40px;
}

div.menu-social a {
    margin: 0 2px;
    color:#fff;
}

.footer_p{
    font-size: 12px;
    font-family: Meltix;
}

div.spinner {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: rgb(217, 217, 217);
	opacity: 0.5;
}

.spinner .fa-spinner{
    top: 48%;
    left:48%;
	position: absolute;
}

div.top{
	position: fixed;
	bottom: 15px;
	right: 15px;
	display: none;
}

nav.navbar{
    /*margin-top: 2px;
    border-radius: 15px;
    border: 1px solid lightgrey;
    background-color: rgba(15, 31, 64,0.5);*/
    position: absolute;
    top:40px;

    /*z-index: 10;
    position: fixed;
    top: 10px;*/


}

.navbar-light .navbar-nav .nav-link{
    color: var(--attitude-txt-color);
}

.navbar-light .navbar-nav .nav-link.active{
    color: var(--attitude-txt-color);
    font-weight: bold;
}

.navbar-light .navbar-nav .nav-link.disabled{
    color: lightgrey;
    font-weight: bold;
}

div.header_logo{
    width: 350px;
    height: auto;
}

div.header_logo img{
    width: 100%;
    height: auto;
}

.navbar-light .navbar-nav .nav-link:hover{
    color:var(--attitude-txt-color);
}

.attXXI{
    color:#a4c400!important;
}

/* Imagem principal */

div.featureImage{
    position: relative;
    width: 100%;
}

div.carousel-inner{
    width: 100%;
    overflow: hidden;
    /*height: 90vh;*/

}

div.carouselImage{

    background-position:center ;
    background-attachment: center ;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    filter: brightness(60%);
}

div.carousel-caption{
    bottom: 30%;
}


div.carousel-caption h1{
    font-size: 67.2px;
    line-height: 77.28px;
}

div.carousel-caption span{
    font-family: "Roboto Slab", "Times New Roman", serif;
    font-size: 18.2px;
    line-height: 25.48px;
    display: block;
}

div.carousel-caption a{
    color:#fff;
    font-size: 14px;
    padding: 17px 35px;
    margin-top: 55px;
    margin-right: 25px;
}

div.numbers{
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    box-shadow: 0 2px 2px 0 rgba(15,82,150,0.14), 0 3px 1px -2px rgba(15,82,150,0.2), 0 1px 5px 0 rgba(15,82,150,0.12);
}

/*  conteudo elevado */
.main {
    position: relative;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    border-radius: 6px 6px 0 0;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.main-raised{
    overflow: hidden;
    margin: -60px 30px 0;

}

/* Apresentação */

section.apresenta{
    background-color: #fff;
    padding: 45px 0 35px;
    text-align: center;
}

/* numeros */
section.numeros{
   /* background-color: #ccc;*/
    background-color:  rgba(15, 31, 64,0.8);
    color:#fefefe;
}

section.numeros .numbers p{
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-weight: 200;
}


.count
{
    padding-top: 25px;
    padding-bottom: 10px;
    font-size:40px;
    color:#fefefe;
    font-weight: 500;
}

.numbers span {
    display: block;
    color:#fefefe;
}

/* servicos */
section.servicos{
    color: #fff;
    background-color: rgba(0,0,0,0.7);
    padding: 25px 0;
}

section.servicos h2{
    margin-top: 0;
    padding-top: 10px;
    color: #ffffff;
}

section.servicos h5{
    font-family: "Roboto Slab", "Times New Roman", serif;
    font-weight: 700;
    font-size: 21.84px;
    line-height: 30.576px;
    text-align: center;
    color: #fff;
}

section.servicos hr{
    background-color:#ffffff;
}

section.servicos p{
    font-size: 16px;
    font-weight: 300;
    line-height: 27.12px;
    text-align: center;
    color: #fefefe;
}

section.servicos .row{
    /*background-color: #fff;*/

    padding-top: 15px;
    padding-bottom: 15px;
}

div.iphone img{
    width: 100%;

}

section.servicos .container .row p{
    display: block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 7em;
}

section.servicos .container .row p a{
    color: #fefefe;
    text-decoration: none;
}

section.servicos .container .row p:after{
    content: "...";
}

/* Inqueritos */

section.inquerito{
    background-color: rgba(15, 31, 64,0.8);
    padding: 20px 0;
}

section.inquerito h2{
    color:#fff;
}

section.inquerito .circulos{
    padding-top: 15px;
}

section.inquerito .circulos p{
    text-align: center;
    margin-top: 5px;
    color:#fefefe;
}

/* Empregados */

section.empregados{
    background-color: #fff;
    padding: 25px 0;
    text-align: center;
}

section.empregados .card-image{
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
}

section.empregados .card-image .img{
    width: 100%;
    border-radius: 3px;
}

section.empregados .card-profile{
    margin-top: 30px;
}

section.empregados .card{
    text-align: left;

    position: relative;
    width: 100%;
   /* margin-bottom: 30px;*/
    border-radius: 6px;
    flex-direction: row;
    border: transparent;
}

section.empregados .card.aboutUS{
    text-align: left;
    position: relative;
    width: 100%;
    margin-bottom: 0;
    border-radius: 6px;
    flex-direction: row;
    border: transparent;
    padding-bottom: 5px;
    /*padding-top: 5px;*/
}

section.empregados p.card-description{
    color:#fff;
    display: none;
}

section.empregados div.slick-track{
    /*height: 200px;*/
}

h4.card-title{
    font-size: 18.2px;
    line-height: 28.21px;
    margin-top: 10px;
    margin-bottom: 10px;
    color:#3C4858;
}

/* Portfolio */

section.portfolio{
    background-color: #fff;
    padding-top: 25px;
    padding-bottom: 45px;
}

section.portfolio .portfolioItem{
    margin: 0;
    padding: 0;
    height: 350px;
    position: relative;
    background-color: rgba(15, 31, 64,.5);
}

.portfolioItem .img-fluid{
    opacity: 1;
    display: block;
    height: 350px;
    width: 100%;
    transition: .5s ease;
    backface-visibility: hidden;
}

.figure .middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.portfolioItem:hover .img-fluid {
  opacity: 0.3;
}

.portfolioItem:hover .middle {
  opacity: 1;
}

.portfolioItem .middle a:hover{
    text-decoration: none;
}

.texto {
    /*background-color: #4CAF50;*/
    color: rgba(15, 31, 64,1.0);
    font-size: 20px;
    font-weight: 700;
    display: block;
    text-transform: uppercase;
    /*padding: 16px 16px;*/
}
/* Clientes */
section.clientes{
    background-color: #fff;
    padding: 20px 0;
}

section.clientes .row {
    background-color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}

section.clientes .row img{
    width:75%;
    margin: 0 auto;
}

/* Orçamento */

section.orcamento {
    position: relative;
    padding: 20px 0;
    color: #fff;
}

section.orcamento:after{
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    content: "";
}

section.orcamento h2{
    position: relative;
    z-index: 2;
    color: #fff;
}

section.orcamento span{
    position: relative;
    z-index: 2;
    padding: 15px 0;
    text-align: center;
    display: block;
    font-size: 16px;
    font-weight: 300;
    line-height: 27.12px;
}

section.orcamento form{
    padding-bottom: 25px;
    position: relative;
    z-index: 2;
}

section.construcao, section.producao, section.manutencao, section.distribuicao{
    background-color: #ffffff;
    padding: 75px 0 55px;
    text-align: center;
}

.apresentacao ul{
    list-style: none;
}

div.carousel-caption .logoATTXXI{
    max-width:350px;
    padding-bottom: 25px;
}

section.producao .logoATTXXI{
    max-width:350px;
    padding-bottom: 25px;
}

.imagemATT{
    min-width: 350px;
    width: 100%;
    height: 250px;
}

a.prodLink{
    color: inherit;
    font-size: 15.5px;
    line-height: 24.125px;
    font-weight: 300;
}

a.prodLink:hover{
    text-decoration: none;
}
.subSection{
    margin-top: 20px;

}

section.noticias{
    position: relative;
    padding: 20px 0;
    background-color: #fff;
}


section.noticias:after{
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-color: rgba(0,0,0,0.7);*/
    content: "";
}

section.noticias .card{
    /*margin-right: 10px;
    margin-left: 10px;
    /*padding-bottom: 25px;*/
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
    margin-top: 20px;
    border:transparent;
}

section.noticias .footer{
    margin-bottom: 10px;
}

section.noticias .footer-down{
    margin-top: 20px;
}

section.noticias .card-image{
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    text-align: center;
    margin-top: 10px;
}

section.noticias .card-body{
    padding-top: 0;
}

section.distribuicao span{
    text-transform: none;
}
/*footer */

footer{
    position: relative;
    background:radial-gradient(ellipse at center, #585858 0%, #232323 100%);
    background-color: #343434;
    background-position: center-top;
    background-size: cover;
    padding: 90px 0 70px;
    margin: 0px 30px 30px;

    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

footer:after{
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    content: "";
}

footer .conteudo{
    position: relative;
    z-index: 2;
    color: #fff;
}

footer .conteudo h2{
    color: #fff;
}

footer .icon{
    margin-top: 14px;
    float: left;
    margin-right: 10px;
}

footer .description p{
    color:#ccc;
    margin: 0 0 10px;
}

/* footer form */

.label-floating{
  /*  margin: 0;*/
}

footer form .submitContact{
    margin: 15px;
}
footer .form-group label.control-label{
    margin: 16px 0 0;
    padding-left: 15px;
}

footer form input.form-control,footer form textarea.form-control {
   border:0;
   background-image: linear-gradient(#9c27b0, #9c27b0), linear-gradient(#d2d2d2, #d2d2d2);
   background-color: transparent;
   background-repeat: no-repeat;
   background-position: center bottom, center calc(100% - 1px);
   background-size: 0 2px, 100% 1px;
   margin-bottom: 15px;
}

.footerLogotipos{

}


.footerLogotipos img{

    max-width: 100%;
    max-height: 153px;

}
/* Card Class */

footer .card{
    display: inline-block;
    position: relative;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    border-radius: 6px;
    color: rgba(0,0,0,0.87);
    background-color: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);

}

.card .header-primary{
    background: #0f5296;
}

.card .header{
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    margin: 15px;
    border-radius: 3px;
}

.card-contact .header{
    margin-top: -20px;
    padding: 15px 10px;
}

.card-title{
    font-family: "Roboto Slab", "Times New Roman", serif;
    font-weight: 700;

}

h4.card-title{
    font-size: 18.2px;
    line-height: 28.21px;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* Circulos e animações */

.progress{
    width: 150px;
    height: 150px;
    line-height: 150px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
}
.progress:after{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 5px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.progress > span{
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}
.progress .progress-left{
    left: 0;
}


.progress .progress-bar{
    width: 100%;
    height: 100%;
    background: none;
    border-width: 5px;
    border-style: solid;
    position: absolute;
    top: 0;
}
.progress .progress-left .progress-bar{
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}
.progress .progress-right{
    right: 0;
}
.progress .progress-right .progress-bar{
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;

    animation: loading-1 1.8s linear forwards;
}
.progress .progress-value{
    width: 90%;
    height: 90%;
    border-radius: 50%;
    background-color: rgba(15, 31, 64,0.8);
    /*background: #ccc;*/
    font-size: 24px;
    color: #fff;
    line-height: 135px;
    text-align: center;
    position: absolute;
    top: 5%;
    left: 5%;
}


.progress.blue .progress-bar{
    border-color: red;
}
.progress.blue .progress-left .progress-bar{
    animation: loading-2 1s linear forwards 1.8s;
   visibility: visible;
}


.progress.yellow .progress-bar{
    border-color:red;
}
.progress.yellow .progress-left .progress-bar{
    animation: loading-3 1s linear forwards 1.8s;
}
.progress.pink .progress-bar{
    border-color:red;
}
.progress.pink .progress-left .progress-bar{
    animation: loading-4 1s linear forwards 1.8s;
}
.progress.green .progress-bar{
    border-color: red;
}
.progress.green .progress-left .progress-bar{
    animation: loading-5 1s linear forwards 1.8s;
}
@keyframes loading-1{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@keyframes loading-2{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
    }
}
@keyframes loading-3{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(120deg);
        transform: rotate(120deg);
    }
}
@keyframes loading-4{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(125deg);
        transform: rotate(125deg);
    }
}
@keyframes loading-5{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(100deg);
        transform: rotate(100deg);
    }
}
@media only screen and (max-width: 990px){
    .progress{ margin-bottom: 20px; }
}
