* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto';
    text-decoration: none;
    list-style: none;
}

button{
    cursor: pointer;
}
@font-face{
    font-family: "Roboto";

    /*Caso a fonte esteja na mesma pasta*/
    src: url("../font/Roboto-Regular.ttf");
}

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes downScrol {
    from {margin-top: -100px;}
    to {margin-top: 0;}
}

header .container{
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-around;
    flex-wrap: wrap;
}

nav .menu{
    display: flex;
    flex-direction: row;    
}

nav .menu li{
    margin: 5px;
    padding: 5px;
    font-size: 30px;
    font-weight: bold;
    animation-name: downScrol;
    animation-duration: 3s;
    
}

nav .menu li a {    
    color: #2d156d;
    transition: 750ms;
    font-size: 35px;
}

nav .menu li a:hover{
    color: #51c9cb;
    border-top: 1px solid #51c9cb;
}

.container .logo img {
    width: 250px;
    animation-name: fadeIn;
    animation-duration: 3s;
}

section .container-banner{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 500px;
    background-image: url(../imagens/banner.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.content-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50%;
    text-align: center;
    color: #fff;
}

.content-text strong {
    font-size: 35px;
    margin: 5px;
    padding: 5px;
    animation-name: fadeIn;
    animation-duration: 5s;
}

.content-text span {
    font-size: 20px;
    margin: 5px;
    padding: 5px;
    animation-name: fadeIn;
    animation-duration: 6s;
}

.content-text .button-contato {
    border: 0;
    background: #2d156d;
    border-radius: 5px;
    font-size: 20px;
    color: #fff;
    width: 50%;
    margin: 5px;
    padding: 5px;
    transition: 650ms;
    animation-name: fadeIn;
    animation-duration: 7s;
}

.content-text .button-contato:hover{
    background-color: #2c9a9c;
    color: #2d156d;
}

.container-descricao {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 25px;
    margin-bottom: 25px;
}

.title-descricao{
    font-size: 32px;
    color: #121212;
    margin: 20px;
    padding: 15px;
}

.paragrafo-descricao {    
    margin-top: 15px;
    margin-bottom: 20px;
}

.paragrafo-descricao p{
    font-size: 18px;
    padding: 5px;
}

.button-servicos{
    border: 0;
    background: #2d156d;
    border-radius: 5px;
    font-size: 23px;
    font-weight: bold;
    color: #fff;
    width: 40%;
    margin: 5px;
    padding: 5px;
    transition: 650ms;
    text-align: center;
    padding: 10px;
    margin: 15px;
}


.button-servicos:hover{
    background-color: #2c9a9c;
    color: #2d156d;
}

.container-qualidade{
    margin-top: 50px;
    padding: 10px
}

.titulo-qualidade {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
    padding: 5px
}

.titulo-qualidade strong {
    font-size: 30px;
    color: #121212;
}

.descricao-qualidade{
    display: flex;
    margin-bottom: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.descricao-qualidade .icone{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 40px;
    margin: 5px;
    padding: 5px;
    color: #2d156d;
}

.coluna {
    margin: 5px;
    padding: 5px;
    width: 100%;
    box-shadow: 4px 6px 5px rgb(50 50 50 / 77%);
    border-radius: 5px;
    transition: 850ms;
}


.coluna:hover{
    border: 1px solid #2d156d;
    border-radius: 5px;
}

.coluna span{
    color: #121212;
    font-size: 20px;
}

#bg-qualidade{
    background-color: #efefef;
}

#rodape{
    background-color: black;
    height: 100%;
}

.container-rodape{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.icone-rodape{
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px
}

.icone-rodape a {
    font-size: 30px;
    color:#fff;
    transition: 650ms;
}

.icone-rodape a:hover{
    color: #2d156d;
}

.container-copyrithgt{
    padding: 5px;
}

.container-copyrithgt span {
    color: #fff;
    font-size: 19px;
}

.title-servico{
    background-image: url(../imagens/banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 130px;
    color: #fff;
    font-size: 35px;
    animation-name: fadeIn;
    animation-duration: 4s;
}

.container-servico{
    display: flex;
    flex-direction: row;
    margin: 10px;
    padding: 10px;
}

.coluna-servico{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    width: 100%;    
}

.coluna-servico p {
    color: #121212;
    font-size: 18px;
    padding: 5px;
    box-shadow: 4px 6px 5px rgb(50 50 50 / 77%);
    border-radius: 5px;
}

#secao-saude {
    margin-top: 100px;
    background-color: #f1f1f1;
}

.container-saude{
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.descricao-saude{
    display: flex;
    flex-direction: column;
    width: 50%;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.descricao-saude p {
    font-size: 18px;
    color: #121212;
}

.descricao-saude h3{
    margin-top: 8px;
    margin-bottom: 8px;
}

.coluna-imagem img {
    box-shadow: 4px 6px 5px rgb(50 50 50 / 77%);
    border-radius: 5px;
}

.botao-orcamento {
    display: flex;   
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 20px;
}

.botao-orcamento a {
    background: #2d156d;
    width: 60%;
    border-radius: 5px;
    font-size: 23px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    transition: 650ms;
}

.botao-orcamento a:hover{
    background-color: #2c9a9c;
    color: #2d156d;
}

.botao-orcamento a svg {
    margin-left: 10px;
}

.container-form {
    display: flex;
    margin-top: 60px;
}

.container-form form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.row-form{
    display: flex;
    align-items: center;
    justify-content: center;
}

.coluna-form {
    display: flex;
    flex-direction: column;
}

.coluna-form label {
    width: 500px;
    margin-right: 10px;
    margin-left: 10px;
    color: #121212;
    font-size: 20px;
    font-weight: bold;
}

.coluna-form input {
    border: 0;
    border-radius: 2px;
    box-shadow: 2px 1px 4px 1px rgb(50 50 50 / 77%);
    height: 35px;
    margin: 10px;
    padding: 10px;
    font-size: 18px;
    color: #2d156d;
    transition: 650ms;
}

.coluna-form input:focus {
    border: 1px solid #2d156d;
    outline: 0;
    box-shadow: 2px 1px 4px 1px rgb(79 186 195 / 77%);
}
.coluna-form textarea {
    resize: none;
    border: 0;
    border-radius: 2px;
    box-shadow: 2px 1px 4px 1px rgb(50 50 50 / 77%);
    height: 60px;
    margin: 10px;
    padding: 10px;
    font-size: 18px;
    color: #2d156d;
}

.coluna-form textarea:focus {
    border: 1px solid #2d156d;
    outline: 0;
    box-shadow: 2px 1px 4px 1px rgb(79 186 195 / 77%);
}

.coluna-textarea {
    width: 82%;
}

.botao-form button {
    background: #2d156d;
    width: 450px;
    border-radius: 5px;
    font-size: 23px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    transition: 650ms;
    border: 0;
    margin-bottom: 50px;
    margin-top: 10px;
}

.botao-form button:hover {
    background-color: #2c9a9c;
    color: #2d156d;
}

.title-contato{
    background-image: url(../imagens/banner-contato.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 130px;
    color: #fff;
    font-size: 35px;
    animation-name: fadeIn;
    animation-duration: 4s;
}

@keyframes fadeIn {
    from { opacity: 0;}
    to {opacity: 1;}
}


@media only screen and (max-width: 600px) {
    .container .logo img{
        width: 200px;
    }

    .container-descricao{
        padding: 10px;
    }

    section .container-banner{        
        background-position: center;
    }
    
    .descricao-qualidade {
      flex-wrap: wrap;
    }

    .content-text{
        width: 100%;
    }

    .button-servicos{
        width: 100%;
    }

    .container-copyrithgt span{
        font-size: 13px;
    }

    nav .menu li a{
        font-size: 27px;
    }

    .container-servico {
        flex-wrap: wrap;
    }

    .container-saude {
        flex-wrap: wrap;
    }

    .descricao-saude {
        width: 100%;
    }

    .botao-orcamento a{
        width: 95%;
        font-size: 13px;
    }

    .coluna-imagem img {
        width: 95%;
        margin-left: 5px;
    }

    .container-form form {
        flex-wrap: wrap;
    }

    .row-form {
        flex-wrap: wrap;
    }

    .botao-form button {
        width: 100%;
    }

    .coluna-form {
        width: 100%;    
    }

    .coluna-form label {
        width: 100%;
    }

    .coluna-textarea{
        width: 100%;
    }
  }