/*Fonts */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&display=swap');
@import url('keyframes.css');
/*reset */
body,h1,h2,ul,li,p,a,label,input {
    margin: 0;
    padding: 0;
}

body {
    overflow-x: hidden;
    font-family: 'Open Sans';
}

.general { 
    max-width: 100%;
}
.background {
    width:1450px;
    margin-top: -110px;
}
.rounded-circle {
    background-color: black;
}
/*Scroll Bar */
::-webkit-scrollbar-track {
    background: #fff;
}
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-thumb {
    background: #E57E25;
    background-attachment: 
}
.flex {
    display: inline-flex;
    justify-content: center;
}
.navbar {
    position: fixed;
    width: 100%;
    z-index: 99;
}
.alert {
    display: none;
    animation:  formEfectDisabled 1s;
}
.ativo {
    display:inline-block;
    animation: formEfectActive 1s forwards;
    
}
/*Estilos do banner */
.banner-item {
    text-align: center;
    background-image:url("../img/banner1920.jpg");
    background-repeat: no-repeat;
    height: 650px;
    
}
.banner-item h2,p {
    color: white;
    text-align: center;
    animation: down 1s forwards;

}
.banner-item  h2 {
    font-size: 3.2em;
    padding-top: 200px;
    padding-bottom: 25px;

}
#banner img {
    width: 100%;
}
/*Estilos dos icones*/
#suaempresa {
    color: black;
    height: 520px;
    text-align:center;
    padding-bottom: 250px;
}

#suaempresa .js a:hover{
    background-color: #B5631C;
    transition: 0.6s;
}

.suaempresa-item {
    position: relative;
    top: calc(50% - 900px);
}
#suaempresa .suaempresa-item ul {
    margin-top: 50px;
    display: flex;
    color: black;
}
.suaempresa-item ul {
    display: flex;
    justify-content: center;
    list-style-type: none;
}
.suaempresa-item a {    
    width: 250px;
    background-color: #E57E25;
    display: inline-block;
    text-align: center;
    border-radius: 10px;
    padding: 12px;

}
.suaempresa-item ul li {
    width: 500px;
    text-align: center;
    padding: 20px;
}
.suaempresa-item ul li img {
    margin-bottom: 10px;
}
.suaempresa-item ul li p {
    color: black;
}
.suaempresa-item ul li a {
    background: none;
    color: #E57E25;
}
.suaempresa-item .agendar {
    display: inline-flex;
    justify-content: center;
    color:white;
}
/*Estilos do sobre*/
#sobre  {
    width: 100%;
    background-color: #4D4D4D;
    background-image:url("../img/sobreimg1.png");
    background-repeat: no-repeat;
    background-position-x: 130%;
    background-position-y: 15px;
    height: 650px;
}
.sobre-item {
    padding-top: 180px;
    margin-top: 30px;
    max-width: 600px;
    text-align: left;
    color: white;
    
}
.sobre-item h3 {
    margin-bottom: 25px;
}
.sobre-item p {
    text-align: left;
    margin-bottom: 25px;
}
.sobre-item ul {
    margin-left: 5.0em;
}
.sobre-item ul li {
    padding: 5px;
}
/*referente a sessão do delphi */
#delphi {
    height: 610px;
}
#delphi .background {
    margin-top: -6.5em;
}
.delphi-item {
    position: relative;
    top: -750px;
    display: flex;
    flex-direction: row;
}
.delphi-item span{
    color:#E57E25;
}
.delphi-item img {
    margin-left: 15px;
}
.conteudo p {
    color: #4D4D4D;
    text-align: start;
    margin-top: 60px;
}
.conteudo .titleimg {
    display: flex;
    margin-top: 100px;
    margin-bottom: 0px;
    margin-left: -50px;
}
#treinamentos {
    background-color: #4D4D4D;
    padding: 120px;
    margin-bottom: 78px;
}
#treinamentos a {
    transition: 0.5s;
}
#treinamentos a:hover {
    color: #E57E25;
    transition: 0.5s;
}
#treinamentos h3 {
    color: white;
    margin-top:60px;
    margin-bottom: 30px;
}
.treinamentos {
    display: flex;
}

.treinamento-item img {
    width: 80px;
    height: 80px;
    margin-top: 30px;
    margin-bottom: 15px;
}

.treinamento-item p {
    text-align: left;
    padding: 20px 0;
}
.treinamento-item a {
    text-decoration: none;
    color:white;
}
.treinamentos-right {
    margin-left: 25px;
}
/*depoimentos */
#depoimentos {
    height: 520px;
}
#depoimentos .background {
    margin-top:-11.3em;
}
#depoimentos .container {
    position: relative;
    top: -700px;
}
.depoimento-item {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.depoimento-item h2 {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 2.2em;
}

/*Carrousel edit */
.carousel-indicators li {
    width: 10px;
    height: 10px;
    position: relative;
    top: 80px;
    background-color: #4D4D4D;
}
.carousel-indicators .active {
    background-color: black;
}
.carousel-conteudo {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px 0;
}
.carousel-conteudo img {
    margin: 12px 0;
}
.carousel-conteudo h3 {
    color: #E57E25;
    font-size: 1.2em;
    padding: 10px 0;
}
.carousel-conteudo p{
    padding: 15px 0;    
}
.carousel-item p {
    color: #4D4D4D;
    max-width: 600px;
}
/*estilos da pagina de contato */
#contact {
    padding: 100px 0;
    background: #4D4D4D;
}
#contato {
    text-align: center;
}
#contato a {
    background-color: #E57E25;
    border-radius: 10px;
    padding: 10px;
    color: #fff;
}
#contato a:hover {
    background-color: #B5631C;
    transition: .4s;
}
.contato-item {
    padding: 60px 0;
    background-color: #525252;
    border-radius: 15px;
}
.contato-item h2 { 
    font-size: 3.4em;
    padding-bottom: 30px;
    color: #999999;
    text-align: center;
}
.label-item {
    display: flex;
    justify-content: center;
    margin: 15px 0;
}
.label-item label {
    color: #E57E25;
    padding-bottom: 5px;
}
.label-item input {
    width: 350px;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #999999;
    color: white;
}
.label-textarea {
    display: flex;
    justify-content: center;
    margin: 15px 0;
    margin-left: -40px;
}
.label-textarea label {
    padding-top: 3px;
    color: #E57E25;
}
.label-textarea textarea {
    background: #525252;
    color: white;
    border: 0;
    width: 350px;
    padding-bottom: 50px;
}
.label-textarea ::-webkit-input-placeholder {
    border-bottom: 1px solid #999999;
}
.redes img {
    width: 30px;
}
.redes span {
    color: #999999;
    padding-top: 15px;
}
.redes {
    display: flex;
    flex-direction: column;
    text-align: center;
}
.redes-item {
    margin-left: 10px;
}
.redes span { 
    margin-bottom: 5px;
}
.redes-item a img {
    margin-left: 15px;
}
.rodape {
    background-color:#424242;
    color: #999999;
}
.rodape hr {
    background: #999999;
}
.rodape-item {
    padding-bottom: 30px;
}
.rodape-item img {
    display: flex;
    margin: 0 auto;
    padding-top: 25px;
    padding-bottom: 25px;
}
.rodape-item small {
    display: flex;
    justify-content: center;

}
.rodape-item a {
    color: #999999;
    text-decoration: none;
}
.rodape-item span {
    margin-left: 5px;
    color: #E57E25;
    text-decoration-line: solid;
}

@media (min-width:1500px) {
    .background {
        width: 1920px;
        height: 850px; 
    }
    #suaempresa .background {
        margin-top: -110px;
        height: 800px;
    }
    .suaempresa-item ul {
        padding-top: 80px;
    }
    .sobre-item {
        padding-top: 200px;
    }
    #sobre {
        background-position-x: 100%;
    }
    #delphi .background {
        margin-top: -120px;
    }
}

#googleForm {    
    text-align: center;
}