@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@300&family=Slabo+27px&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


body, html{
    margin: 0;
    font-family: 'Assistant', sans-serif; 
}

.titulo__principal{
    font-family: 'Assistant', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #1a1818;
    height: 150px;
}

.titulo__principal a{
    display: inline-block;
    width: 70px;
    height: 70px;
    margin: 0 20px;
    background: #daa520;
    border-radius: 20px;
    overflow: hidden;
    font-size: 22px;
    position: relative;
    color: #1a1818;
}

.titulo__principal a:hover{
    color: white;
    transform: scale(1.2);
}

.titulo__principal a i::before{
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
}

.titulo__principal p{
    margin-top: 10px;
    color: white;
}

.conteudo__titulo{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: black;
    width: 100%;
    height: 100px;
    font-family: "Lora", serif;
    color: #daa520;
    font-weight: bold;
}

.conteudo__titulo h1{
     font-family: "Lora", serif;
    margin-top: 20px;
}

.imagem__principal{
    margin-top: 100px;
    width: 100%;
    height: 620px;
}

.imagem__principal img{
    width: 100%;
    height: 620px;
}

.conteudo__servicos{
    font-weight: bold;
    font-family: 'Assistant', sans-serif;
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.conteudo__servicos--tipo{
    display: flex;
    
}

.conteudo__servicos--item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px;
}

.conteudo__servicos--item img,
.item img{
    margin-bottom: 20px;
    height: 90px;
    width: 90px;
}

.conteudo__servicos--item img:hover,
.item img:hover{
    transition: ease 0.8s;
    transform: scale(1.3);
}

.conteudo__servicos--item h4{
     font-family: "Lora", serif;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 20px;
}

.conteudo__servicos--reparo{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: 'Assistant', sans-serif; 
    font-weight: bold;

}

.conteudo__conteudo--reparo{
  display: flex;
  justify-content: space-between;
  align-items: center;
    
}

.conteudo__conteudo--reparo img{
    margin: 0px 80px;
    height: 300px;
    width: 300px;
}

.conteudo__servicos--reparo h1, 
.conteudo__pagamento h1{
     font-family: "Lora", serif;
    font-weight: bold;
    margin-bottom: 40px;
    color: #daa520;
    margin-top: 50px;
}

.conteudo__sobre h1{
     font-family: "Lora", serif;
    font-weight: bold;
    color: #daa520;
    margin-top: 50px;
    margin-bottom: 10px;
}

.conteudo__sobre img {
    max-height: 400px;
    max-width: 400px;
}

.conteudo__servicos--reparo h3,
.item h5{
    font-weight: bold;
    margin-bottom: 50px;
}

.conteudo__servicos--reparo h1>img,
.conteudo__pagamento h1>img{
    height: 10px;
    width: 100px;
}

.conteudo__pagamento--item{
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 50px;
    font-family: 'Assistant', sans-serif;
}

.conteudo__sobre{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
}

.conteudo__sobre img{
    margin-top: 50px;
}

.typing-2{
    font-family: 'Assistant', sans-serif;
    font-weight: bold; 
    font-style: italic;
}

.conteudo__contato {
    font-family: 'Assistant', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
}

.form{
    width:100%;
	 padding-bottom: 20px;
}

.middlePage {
    overflow: hidden;
    width: auto;
    
}
.panel-info > .panel-heading {  
    margin-top: 50px;  
    margin-bottom: 20px;
    float: left;
    width: 100%;
}
.form-group {
    margin-top: 20px;
}
.section-addres {
    margin: 0;
    padding: 40px 0 20px;
    width: 100%;
}
.col-lft {
    color: #fff;
    float: left;
    font-size: 30px;
    min-height: 50px;
    text-align: center;
    width: 16%;
}
.col-ryt {
    margin-left: 25%;
}

.conteudo__contato label{
    font-weight: bold;
}

#btnContactUs{
    background-color: #daa520;
    font-weight: bold;
}

#btnContactUs:hover{
    background-color: #f1e758;
}

.conteudo__rodape{
    font-family: 'Assistant', sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #1a1818;
    width: 100%;
}

.conteudo__rodape h4{
    margin-top: 10px;
    color: white;
}

.rodape__social{
    height: 200px;
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1a1818;
}

.rodape__social a{
    margin: 0 20px;
    width: 80px;
    height: 80px;
    display: inline-block;
    border-radius: 24px;
    background-color: #daa520;
    box-shadow: 6px 6px 12px black;
    overflow: hidden;
    font-size: 28px;
    transition: .3s linear;
    position: relative;
    color: #1a1818;
}

.rodape__social a:hover{
    transform: scale(1.3);
    border-radius: 50%;
    color: black;
}

.rodape__social a i::before{
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    background-size: 200% 200%;
    background-position: 75% 75%;
    top: 0;
    left: 0;
    line-height: 80px;
    transition: .5s linear;
}

.rodape__social a:hover i::before{
    background-position: 0% 0%;
}

.conteudo__rodape--final{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #daa520;
    width: 100%;
    font-weight: bold;
}

.conteudo__rodape--final-copyright{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #1a1818;
    width: 100%;
    font-weight: bold;
    color: white;
}

.conteudo__rodape--final p{
    font-family: 'Assistant', sans-serif;
    margin: 5px;
}

.conteudo__rodape--final a{
    color: white;
}

.conteudo__rodape--final a:hover{
    color: rgb(234, 240, 150);
    text-decoration: none;
}

@media (max-width: 768px){
    .titulo__principal {
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        height: 630px;
    }

    .imagem__principal, 
    .imagem__principal img{
        height: 300px;   
    }

    .conteudo__sobre{        
        flex-wrap: wrap;        
    }

    .conteudo__sobre img{
        width: 370px;
        margin: 0 auto;
    }

    .conteudo__sobre--texto{
        margin: 0px 20px 10px 20px;
    }

    .conteudo__sobre--texto p{
        text-align: center;
    }

    .conteudo__servicos{
        flex-wrap: wrap;
    }

    .conteudo__servicos--tipo{
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .conteudo__servicos--item{
        margin: 0px 0px 0px 0px;
        text-align: center;
    }

    .conteudo__servicos--reparo h1,
    .conteudo__pagamento h1,
    .conteudo__servicos--reparo h3{
        font-size: 20px;
    }

    .conteudo__servicos--reparo h1>img,
    .conteudo__pagamento h1>img{
        width: 60px;
    }

    .conteudo__pagamento--item{
        flex-direction: column;
        padding: 20px;
    }

    .conteudo__pagamento--item h5{
        font-size: 30px;
    }

    .rodape__social a{
        height: 75px;
        font-size: 39px;
        border-radius: 10px;
    }

    .conteudo__conteudo--reparo{
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }

    .conteudo__conteudo--reparo img{
        margin-top: 30px;
        width: 320px;
        height: 300px;
    }

    .scroll-up-btn {
        right: 80px;      
    }

    .navbar-brand img{
        width: 260px;
    }

    .navbar-toggler i{
        margin-left: -100px;
    } 

    
}

