/* definir configurações padroes do CSS para html e navegadores*/
*{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/*
amarelo: #feed01
vermelho: #c20e1a
*/

body{
    /*background-image: url(../img/bg.jpg);*/
    background-color: #c20e1a;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.container{
    width: auto;
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;

}

.user-area{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 32px;
    padding-top: 15px;
    /*background-color: aquamarine;*/
}

.img-mini{
    position: relative;
    width: 96px;
    height: 96px;
    display: block;
    background-color: transparent;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    /*box-shadow: 1px 1px 6px #aaa;*/
}
.img-mini img{
    width: 0;
    min-width: 96px;
    min-height: 96px;

}

.user-area h1{
    margin-bottom: -15px;
}

.user-area h2{
    margin-bottom: 35px;
}
.user-name{
    font-weight: 500;
    font-size: 38px;
    color:#feed01!important;
    font-family: 'Maven Pro', sans-serif;
    margin-bottom: -22px;
}

.frase{
    font-weight: 400;
    font-size: 18px;
    color:#fff!important;
    font-family: 'Maven Pro', sans-serif;
    margin-top: -15px;
    margin-bottom: -26px;
}


.links{
    text-align: center;
    clear: both;
    margin-bottom: 20px;
    color:#52584D;
}

.link{
margin-bottom: 16px;
display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.link a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    max-width: 700px;
    text-decoration: none;
    color: #c20e1a;
    box-shadow: 1px 0 4px #52584D;
}


.link a span{
    margin-left: 10px;
}

.link2{
    margin-bottom: 16px;
    display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    
.link2 a {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        max-width: 700px;
        text-decoration: none;
        color: #011b54;;
        box-shadow: 1px 0 4px #52584D;
    }
.link2 a span{
        margin-left: 10px;
    }

.link-whats{
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
    
.link-whats a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    max-width: 700px;
    text-decoration: none;
    color: #fff;
    box-shadow: 1px 0 4px #52584D;
}
.link-whats a:hover {
    text-decoration: none;
    color: #0B4521;
}
.link-whats a span{
    margin-left: 10px;
}
  

.img-loja{
    width: 90%;
    height: auto;
    border-radius: 3px;
    margin-bottom: 16px;
    vertical-align: middle;
display: inline-block;
}

.btn-link-whats{
    width: 90%;
    height: 50px;
    background-color: #096d62;
    border-radius: 3px;
}
.btn-link-whats:hover{
    width: 95%;
    height: 52px;
}
.btn-link{
    width: 90%;
    height: 50px;
    background-color: #feed01;
    color: #E0E0E0;
    border-radius: 5px;
}
.btn-link2{
    width: 90%;
    height: 50px;
    background-color: #feed01;
    color: #001C54;
    border-radius: 5px;
}
.btn-link2:hover{
    width: 95%;
    height: 52px;
}
.btn-link:hover{
    width: 95%;
    height: 52px;
}
.btn-link:active{
    background-color: #feed01;
    border: 1px solid #1F3E74;
}
.btn-link i span{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14px;
}

.frase2{
    font-weight: 400;
    font-size: 18px;
    color:red;
    font-family: 'Maven Pro', sans-serif;
    margin-top: 15px;
}

.link-social i{
    font-size: 26px;
    margin-top: 12px;
}
.btn-link-fb{
    display: inline-block;
    position: relative;
    width: 50px;
    height: 50px;
    background-color: #3b5998;
    color: #fff;
    margin: 0 auto;
    border-radius: 50%;
    box-shadow: 1px 1px 6px #aaa;
    margin-right: 10px;
}
.btn-link-ig{
    display: inline-block;
    position: relative;
    width: 50px;
    height: 50px;
    background-color: #DD2A7B;
    color: #fff;
    margin: 0 auto;
    border-radius: 50%;
    box-shadow: 1px 1px 6px #aaa;
    margin-left: 10px;
}


.rodape{
    text-align: center;
    color: #19325D;
    font-size: 14px;
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.dados-empresa{
margin-top: 35px;
}

.dados-empresa p{
    color:#4f4f4f;
    font-size: 13px;
}


.lgpd{
    position: fixed;
    left: 20px;
    right: 20px;
    bottom: 20px;
    padding: 20px;
    background-color: red;
    color: black;
    font-size: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 3px;
    }
    
.lgpd a{
        color: #fff;
    
    }
    
.lgpd button{
        background-color: black;
        border: 0;
        color: #fff;
        cursor: pointer;
        padding: 10px 30px;
        border-radius: 1px;
    }


.texto{
    font-size: 14px;
    color: black;
    text-align: justify;
}


@media only screen and (max-device-width: 900px) {

.user-name{
    font-weight: 500;
    font-size: 24px;
    font-family: 'Maven Pro', sans-serif;
    margin-bottom: -22px;
}

.frase{
    font-weight: 400;
    font-size: 12px;
    font-family: 'Maven Pro', sans-serif;
    margin-top: -15px;
    margin-bottom: -26px;
}

.dados-empresa p{
    font-size: 10px;
}

.lgpd{
    font-size: 9px;

    }

}