
* {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
}
:root{
    /*breaking points*/
 
    /*colors*/
    --bg-text-content:rgba(0, 0, 0, 0.4);
    --bg-modal:rgba(0, 0, 0, 0.8);
    --primary-text:rgb(129, 158, 252);
    --tittle-text-color:rgb(101, 137, 255);
    --dark-bg:url("./images/dark-bg.png");
    --rbga1-color:rgba(0, 0, 0, .5);
    --rbga2-color:rgba(0, 0, 0, .8);
    --default-brdr-radius:10px;
    --facebook-color: rgb(19, 93, 255);
    --whatsapp-color:rgb(37, 158, 0);
    --github-color:rgba(255,255,255);
    --portfolio-color:rgb(255, 45, 45);
    --default-shadow:7px 7px 10px black;
    --def-black-color: rgb(0,0,0);
    --onhover-text-color: rgb(255,255,255);

    /*font size*/
    --s-serv-font-size:18px;
}
body{
    background-image: url('../images/contato-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    display: block;
}


/**

.modal_cont_err{
    background: #FFFFFF;
    width: 500px;
    max-width: 85%;
    transform: translate(-50%,-50%);
    z-index: 10;
    position: fixed;
    top: 50%;
    left:50%;
    border-radius: .5rem;
}

.modal_cont_err_header{
    background-color: var(--def-black-color);
    padding: 3%;
    border-radius:.5rem .5rem 0 0;
    color: var(--tittle-text-color);
}

.model_cont_body{
    padding: 3%;
    text-align: justify;
}

.modal_cont_button{
    background: var(--def-black-color);
    color: var(--tittle-text-color);
    margin-left: 50%;
    transform: translateX(-50%);
    text-decoration: solid;
    font-weight: bold;
    padding: 1.2%;
    font-size: medium;
    border-radius: .5rem;
    margin-bottom: 1.5%;
    transition: 0.3s;
}

.modal_cont_button:hover{
    color: var(--onhover-text-color);
}

.fade{
    background-color: var(--rbga2-color);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hide{
    opacity: 0;
    z-index: -10;
}
*/


/*CELLULAR*/
@media only screen and (max-width:320px){
    /*TOP*/
    .top-banner{
        display: block;
        background-image: url('../images/BannerLogo.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        margin-top:140px;
        width: 100%;
        height: 350px;
    }
    .nav{
        z-index: 888;
        vertical-align: middle;
        position: fixed;
        top: 0;
        display: flex;
        width: 100%;
        height: 150px;
    }
    .nav li{
        padding: 4px;
    }
    .content-nav{
        padding: 20px 0 20px 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        z-index: 300;
        width: 100%;
        vertical-align: middle;
        justify-content: space-around;
        list-style-type: none;
    }
    .nav-bg{
        width: 100%;
        height: 100%;
        background-color: var(--def-black-color);
    
    }
    .nav-link{
        font-size: 18px;
        font-weight: bold;
        text-decoration: solid;
        color: var(--tittle-text-color);
        text-transform: uppercase;
    }
    .nav-link:hover{
        color: white;
    
    }
    

    

    /*SEC1*/
    .sec1{
        background-color: black;
        color: var(--primary-text);
        display: block;
        box-sizing: content-box;
        
    }
    .sec1-sub{
        justify-content: center;
        background-color: black;
        display: flex;
        flex-direction: column-reverse;
        box-sizing: border-box;
    }
    .sec1-sub2{
        display:flex;
        justify-content: center;
        padding: 0 0 50px 0;
    }
    .sec1-sub2 h2{
        margin:0;


    }
    .d-content-about{
            padding: 40px;
            width: 100%;
            box-sizing: border-box;
            display: block;
    }
    .h-div{
        display: flex;
    }
    .h-about{
        padding-left:10px;
        background-color: var(--bg-text-content);
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;

    }
    .h-anim{
        background-color: var(--bg-text-content);
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
        margin-right: auto;
    }
    .p-about{
        background-color: var(--bg-text-content);
        border-left: white solid 1px;
        border-right: white solid 1px;
        text-align: justify;
        text-justify: inter-word;
        padding-left:10px;
        padding-right: 10px;

    }
    .h2-about{
        width: 90%;
        background-color: var(--bg-text-content);
        margin-top: 50px;
        padding-top: 10px;
        margin-bottom:40px;
        border-top: white solid 1px;
        border-bottom: white solid 1px;
        padding-bottom: 10px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
 
        
    }
    .d-gif-about{
        width: 100%;
        height:100%;
        display: flex;
        align-content: center;
        justify-content: center;
        background-color: black;
        margin-left: auto;
        margin-right: auto;
        
    }
    .gif-about{
        width: 50%;
        height: 50%;
        margin-top: 20px;
        margin-bottom: 20px;        
        animation: pulse 9s linear 0s infinite alternate forwards;
    }



    /*SEC2*/
    .sec2{
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        color:var(--primary-text);
    }
    .div-hc{
        box-sizing: border-box;
        flex-shrink: 0;
        width: 100%;
        height: 150px;
        vertical-align: middle;
        display: flex;
        justify-items: center;
        justify-content: center;
        

    }
    .sub-div-hc{
        height: 100%;
        width: 100%;
        height: fit-content;
        background-image: url('../images/dark-bg.jpg');
        background-size: cover;
        display: flex;
        justify-items: center;
        justify-content: center;
        flex-direction: column; 
        padding:40px 30px;
        box-shadow: 0px 2px 2px black;

    
    }
    .h-serv{
        text-justify:inter-word;
        text-align: center;
        width: 100%;
        color: var(--primary-text);
        text-transform: uppercase;
    }
    .s-serv{
        padding-top: 4px;
        padding-bottom: 20px;
        color: var(--primary-text);
        text-align: center;
        width: 100%;
        font-size: var(--s-serv-font-size);
    }
    .cards-div{
        margin-top: 50px;
        padding-bottom: 45px;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .card{
        width: 75%;
        padding: 10px;
        margin-bottom:20px;
        background-color: rgba(0, 0, 0, .8);
        border: rgba(0, 0, 0, 0.4) solid 1px;
        border-radius: var(--default-brdr-radius);
        box-shadow: 0px 2px 2px black;
        font-size: 16px;

    }
    .img-card{
        box-sizing: border-box;
        width: 100%;
        height: 240px;
        border: rgba(222, 222, 222, 0.4) solid 1px;
    
    }
    .card-text{
        padding: 2px;
        text-align: justify;
        text-justify: inter-word;
    }
    .card p{
        font-size:17px
    }

    /*Social Section */
    .sec3{
        width: 100%;
        display: flex;
        flex-direction: column;
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
    }
    .div-contato{
        width: 100%;
        height: 100%;
        display: inline-flex;
        justify-content: center;
        justify-items: center;
        align-content: center;
        align-items: center;
        margin-top: 10px;
    }
    .form-contato{
        width: 80%;
        display: inline-flex;
        flex-direction: column;
        color:  var(--primary-text);
        background-color: rgba(0, 0, 0, 0.9);
        padding: 20px 10px 40px 10px;
        justify-content: center;
        margin: 40px 30px 100px 30px;
        border-radius: var(--default-brdr-radius);
        box-shadow: 0px 2px 2px black;

    }
    .main-social{
        display: flex;
        width: 100%;
        justify-content: center;
    }
    .sub-social{
        margin-top: 20px;
        box-sizing: border-box;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
    }
    .div-social{
        display: flex;  
        justify-content: center;
        margin-bottom: 20px;  
    }
    .bi{
        display: flex;
        color:var(--primary-text);
        padding: 16px;
    }
    .bi-small{
        display: block;
        color:var(--primary-text);
        height:auto;
        box-sizing: content-box;
    }
    .bi:hover{
        animation: social-anim 2s ease 0s 1 normal forwards;
    }
    .bi-facebook:hover{
        color: var(--facebook-color);
    }
    .bi-whatsapp:hover{
        color: var(--whatsapp-color);
    }
    .bi-github:hover{
        color: var(--github-color);
    }
    .bi-globe:hover{
        color: var(--portfolio-color);
    }
    .form-txt{
        display: flex;
        width: 100%;
        font-size: 16px;
        padding-top: 20px;
        padding-bottom: 5px;
        color: var(--primary-text);
    }
    .h{ 
        display: block;
        text-align: center;
        padding: 6px 2px 6px 1px;
        border-top: var(--primary-text) solid 1px;
        border-bottom: var(--primary-text) solid 1px;
    }
    .form-input{
        padding: 15px;
        font-size: 16px;
    }
    .form-input::placeholder{
        font-size: 16px;
    }
    .form-txta{
        padding: 15px;
        height: 150px;
        font-size: 16px;
        display: block;
        resize: none;
    }
    .form-txta::placeholder{
        font-size: 16px;
    }
    .bt-form{
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        padding: 15px;
        display: block;
        width: 40% ;
        color: var(--primary-text);
        background-color: black;
        border-width: 0.3px;
        border-radius: var(--default-brdr-radius);
        font-size: 16px;
    }
    .bt-form:hover{
        background-color: var(--primary-text);
        color: black;
        animation: bt-form-anim .5s ease 0s 1 normal forwards;
    
    }
    
    @keyframes social-anim {
        0% {
          transform: scale3d(1, 1, 1);
        }
      
        30% {
          transform: scale3d(1.25, 0.75, 1);
        }
      
        40% {
          transform: scale3d(0.75, 1.25, 1);
        }
      
        50% {
          transform: scale3d(1.15, 0.85, 1);
        }
      
        65% {
          transform: scale3d(0.95, 1.05, 1);
        }
      
        75% {
          transform: scale3d(1.05, 0.95, 1);
        }
      
        100% {
          transform: scale3d(1, 1, 1);
        }
    }
    @keyframes bt-form-anim{
        0%{
            scale: 1;
        }
        100%{
            scale:1.02;
        }
    }




    /*==================================FOOTER SECTION===========================*/
    .footer{
        color: var(--primary-text);
        background-image: url('../images/dark-bg.jpg');
        background-position: center;
        background-size: cover;
        display:block;
        box-sizing: border-box;
    }
    .footer-sub1{
        box-sizing: border-box;
        width: 100%;
        display:flex;
        justify-content:space-between;
        align-content: center;
        padding: 70px 8px 30px 8px;

    }
    .footer-cell{
        display: flex;
        box-sizing: content-box;
        justify-content: center;
        justify-items: center;
        vertical-align: middle;

    }
    .footer-cell h3{
        text-align: center;
        font-size:12px;
    }
    .cell-link{
        display: flex;
        background-color: var(--rbga2-color);
        padding:1px 4px;
        border-radius:10px;
        align-content: center;
    }
    .cell-link-social{
        display: flex;
        background-color: var(--rbga2-color);
        padding: 1px;
        border-radius:10px;
    }
    .img-rotate{
        animation: logo-rotate-anim 10s linear 0s infinite normal forwards;
        min-width:30px;
        min-height:30px;
        max-width:100px;
        max-height:100px;
    }
    .cell-link a{
        text-decoration: none;
        color: var(--primary-text);
        font-size: 12px;
        padding:1px;
        text-align: center;
    }
    .cell-link a:hover{
        animation: a-subf-anim 0.5s ease 0s 1 normal forwards;
    
    }
    .cl-sub{
        display: flex;
        justify-content:center;
        align-content: center;
        flex-direction: column;
    }
    .footer-social1{
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        box-sizing: border-box;
    }
    .footer-social{
        display: flex;
        vertical-align: middle;
    }
    .footer-social svg{
        color: var(--primary-text);
        padding:20px 6px;
        max-width: 25px;
        max-height: 25px;

    }
    .sub-footer{
        width: 100%;
        display: block;
    }
    .span-subf{
        display: block;
        text-align: center;
        height: 100%;
        font-size: 12px;
        background-color: var(--rbga1-color);
        padding: 16px 20px;
    }
    .span-subf:hover{
        background-color: var(--rbga2-color);
    
    }
    @keyframes a-subf-anim {
        0% {
          transform: scaleX(1.01);
        }
      
        100% {
          transform: scaleX(1.1);
        }
    }
      @keyframes logo-rotate-anim{
        0% {
          transform: rotate(0);
        }
      
        100% {
          transform: rotate(360deg);
        }
    }
    
}

@media only screen and (min-width:320px) and (max-width:480px) {
    /*TOP*/
    .top-banner{
        display: block;
        background-image: url('../images/BannerLogo.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        margin-top:140px;
        width: 100%;
        height: 350px;
    }
    .nav{
        z-index: 888;
        vertical-align: middle;
        position: fixed;
        top: 0;
        display: flex;
        width: 100%;
        height: 150px;
    }
    .nav li{
        padding: 4px;
    }
    .content-nav{
        padding: 20px 0 20px 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        z-index: 300;
        width: 100%;
        vertical-align: middle;
        justify-content: space-around;
        list-style-type: none;
    }
    .nav-bg{
        width: 100%;
        height: 100%;
        background-color: var(--def-black-color);
    
    }
    .nav-link{
        font-size: 18px;
        font-weight: bold;
        text-decoration: solid;
        color: var(--tittle-text-color);
        text-transform: uppercase;
    }
    .nav-link:hover{
        color: white;
    
    }
    

    

    /*SEC1*/
    .sec1{
        background-color: black;
        color: var(--primary-text);
        display: block;
        box-sizing: content-box;
        
    }
    .sec1-sub{
        justify-content: center;
        background-color: black;
        display: flex;
        flex-direction: column-reverse;
        box-sizing: border-box;
    }
    .sec1-sub2{
        display:flex;
        justify-content: center;
        padding: 0 0 50px 0;
    }
    .sec1-sub2 h2{
        margin:0;


    }
    .d-content-about{
            padding: 40px;
            width: 100%;
            box-sizing: border-box;
            display: block;
    }
    .h-div{
        display: flex;
    }
    .h-about{
        padding-left:10px;
        background-color: var(--bg-text-content);
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;

    }
    .h-anim{
        background-color: var(--bg-text-content);
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
        margin-right: auto;
    }
    .p-about{
        background-color: var(--bg-text-content);
        border-left: white solid 1px;
        border-right: white solid 1px;
        text-align: justify;
        text-justify: inter-word;
        padding-left:10px;
        padding-right: 10px;

    }
    .h2-about{
        width: 90%;
        background-color: var(--bg-text-content);
        margin-top: 50px;
        padding-top: 10px;
        margin-bottom:40px;
        border-top: white solid 1px;
        border-bottom: white solid 1px;
        padding-bottom: 10px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        
    }
    .d-gif-about{
        width: 100%;
        height:100%;
        display: flex;
        align-content: center;
        justify-content: center;
        background-color: black;
        margin-left: auto;
        margin-right: auto;
        
    }
    .gif-about{
        width: 50%;
        height: 50%;
        margin-top: 20px;
        margin-bottom: 20px;        
        animation: pulse 9s linear 0s infinite alternate forwards;
    }



    /*SEC2*/
    .sec2{
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        color:var(--primary-text);
    }
    .div-hc{
        box-sizing: border-box;
        flex-shrink: 0;
        width: 100%;
        height: 150px;
        vertical-align: middle;
        display: flex;
        justify-items: center;
        justify-content: center;
        

    }
    .sub-div-hc{
        height: 100%;
        width: 100%;
        height: fit-content;
        background-image: url('../images/dark-bg.jpg');
        background-size: cover;
        display: flex;
        justify-items: center;
        justify-content: center;
        flex-direction: column; 
        padding:40px 30px;
        box-shadow: 0px 2px 2px black;

    
    }
    .h-serv{
        text-justify:inter-word;
        text-align: center;
        width: 100%;
        color: var(--primary-text);
        text-transform: uppercase;
    }
    .s-serv{
        padding-top: 4px;
        padding-bottom: 20px;
        color: var(--primary-text);
        text-align: center;
        width: 100%;
        font-size: var(--s-serv-font-size);
    }
    .cards-div{
        margin-top: 50px;
        padding-bottom: 45px;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .card{
        width: 75%;
        padding: 10px;
        margin-bottom:20px;
        background-color: rgba(0, 0, 0, .8);
        border: rgba(0, 0, 0, 0.4) solid 1px;
        border-radius: var(--default-brdr-radius);
        box-shadow: 0px 2px 2px black;
        font-size: 16px;

    }
    .img-card{
        box-sizing: border-box;
        width: 100%;
        height: 240px;
        border: rgba(222, 222, 222, 0.4) solid 1px;
    
    }
    .card-text{
        padding: 2px;
        text-align: justify;
        text-justify: inter-word;
    }
    .card p{
        font-size:17px
    }

    /*Social Section */
    .sec3{
        width: 100%;
        display: flex;
        flex-direction: column;
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
    }
    .div-contato{
        width: 100%;
        height: 100%;
        display: inline-flex;
        justify-content: center;
        justify-items: center;
        align-content: center;
        align-items: center;
        margin-top: 10px;
    }
    .form-contato{
        width: 80%;
        display: inline-flex;
        flex-direction: column;
        color:  var(--primary-text);
        background-color: rgba(0, 0, 0, 0.9);
        padding: 20px 10px 40px 10px;
        justify-content: center;
        margin: 40px 30px 100px 30px;
        border-radius: var(--default-brdr-radius);
        box-shadow: 0px 2px 2px black;

    }
    .main-social{
        display: flex;
        width: 100%;
        justify-content: center;
    }
    .sub-social{
        margin-top: 20px;
        box-sizing: border-box;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
    }
    .div-social{
        display: flex;  
        justify-content: center;
        margin-bottom: 20px;  
    }
    .bi{
        display: flex;
        color:var(--primary-text);
        padding: 16px;
    }
    .bi-small{
        display: block;
        color:var(--primary-text);
        height:auto;
        box-sizing: content-box;
    }
    .bi:hover{
        animation: social-anim 2s ease 0s 1 normal forwards;
    }
    .bi-facebook:hover{
        color: var(--facebook-color);
    }
    .bi-whatsapp:hover{
        color: var(--whatsapp-color);
    }
    .bi-github:hover{
        color: var(--github-color);
    }
    .bi-globe:hover{
        color: var(--portfolio-color);
    }
    .form-txt{
        display: flex;
        width: 100%;
        font-size: 16px;
        padding-top: 20px;
        padding-bottom: 5px;
        color: var(--primary-text);
    }
    .h{ 
        display: block;
        text-align: center;
        padding: 6px 2px 6px 1px;
        border-top: var(--primary-text) solid 1px;
        border-bottom: var(--primary-text) solid 1px;
    }
    .form-input{
        padding: 15px;
        font-size: 16px;
    }
    .form-input::placeholder{
        font-size: 16px;
    }
    .form-txta{
        padding: 15px;
        height: 150px;
        font-size: 16px;
        display: block;
        resize: none;
    }
    .form-txta::placeholder{
        font-size: 16px;
    }
    .bt-form{
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        padding: 15px;
        display: block;
        width: 40% ;
        color: var(--primary-text);
        background-color: black;
        border-width: 0.3px;
        border-radius: var(--default-brdr-radius);
        font-size: 16px;
    }
    .bt-form:hover{
        background-color: var(--primary-text);
        color: black;
        animation: bt-form-anim .5s ease 0s 1 normal forwards;
    
    }
    
    @keyframes social-anim {
        0% {
          transform: scale3d(1, 1, 1);
        }
      
        30% {
          transform: scale3d(1.25, 0.75, 1);
        }
      
        40% {
          transform: scale3d(0.75, 1.25, 1);
        }
      
        50% {
          transform: scale3d(1.15, 0.85, 1);
        }
      
        65% {
          transform: scale3d(0.95, 1.05, 1);
        }
      
        75% {
          transform: scale3d(1.05, 0.95, 1);
        }
      
        100% {
          transform: scale3d(1, 1, 1);
        }
    }
    @keyframes bt-form-anim{
        0%{
            scale: 1;
        }
        100%{
            scale:1.02;
        }
    }




    /*==================================FOOTER SECTION===========================*/
    .footer{
        color: var(--primary-text);
        background-image: url('../images/dark-bg.jpg');
        background-position: center;
        background-size: cover;
        display:block;
        box-sizing: border-box;
    }
    .footer-sub1{
        box-sizing: border-box;
        width: 100%;
        display:flex;
        justify-content:space-between;
        align-content: center;
        padding: 70px 8px 30px 8px;

    }
    .footer-cell{
        display: flex;
        box-sizing: content-box;
        justify-content: center;
        justify-items: center;
        vertical-align: middle;

    }
    .center-cell{
        margin-left: -5%;
    }
    .footer-cell h3{
        text-align: center;
        font-size:12px;
    }
    .cell-link{
        display: flex;
        background-color: var(--rbga2-color);
        padding:1px 4px;
        border-radius:10px;
        align-content: center;
    }
    .cell-link-social{
        display: flex;
        background-color: var(--rbga2-color);
        padding: 1px;
        border-radius:10px;
    }
    .img-rotate{
        animation: logo-rotate-anim 10s linear 0s infinite normal forwards;
        min-width:30px;
        min-height:30px;
        max-width:100px;
        max-height:100px;
    }
    .cell-link a{
        text-decoration: none;
        color: var(--primary-text);
        font-size: 12px;
        padding:1px;
        text-align: center;
    }
    .cell-link a:hover{
        animation: a-subf-anim 0.5s ease 0s 1 normal forwards;
    
    }
    .cl-sub{
        display: flex;
        justify-content:center;
        align-content: center;
        flex-direction: column;
    }
    .footer-social1{
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        box-sizing: border-box;
    }
    .footer-social{
        display: flex;
        vertical-align: middle;
    }
    .footer-social svg{
        color: var(--primary-text);
        padding:20px 6px;
        max-width: 25px;
        max-height: 25px;

    }
    .sub-footer{
        width: 100%;
        display: block;
    }
    .span-subf{
        display: block;
        text-align: center;
        height: 100%;
        font-size: 12px;
        background-color: var(--rbga1-color);
        padding: 16px 20px;
    }
    .span-subf:hover{
        background-color: var(--rbga2-color);
    
    }
    @keyframes a-subf-anim {
        0% {
          transform: scaleX(1.01);
        }
      
        100% {
          transform: scaleX(1.1);
        }
    }
      @keyframes logo-rotate-anim{
        0% {
          transform: rotate(0);
        }
      
        100% {
          transform: rotate(360deg);
        }
    }
    
}

/*pequeno -> médio*/
@media only screen and (min-width:481px) and (max-width:768px){
  
    /*TOP*/
    .top-banner{
        display: block;
        background-image: url('../images/BannerLogo.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        margin-top:140px;
        width: 100%;
        height: 350px;
    }
    .nav{
        z-index: 888;
        vertical-align: middle;
        position: fixed;
        top: 0;
        display: flex;
        width: 100%;
        height: 150px;
    }
    .nav li{
        padding: 4px;
    }
    .content-nav{
        padding: 20px 0 20px 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        z-index: 300;
        width: 100%;
        vertical-align: middle;
        justify-content: space-around;
        list-style-type: none;
    }
    .nav-bg{
        width: 100%;
        height: 100%;
        background-color: var(--def-black-color);
    
    }
    .nav-link{
        font-size: 18px;
        font-weight: bold;
        text-decoration: solid;
        color: var(--tittle-text-color);
        text-transform: uppercase;
    }
    .nav-link:hover{
        color: white;
    
    }
    

    

    /*SEC1*/
    .sec1{
        background-color: black;
        color: var(--primary-text);
        display: block;
        box-sizing: content-box;
        
    }
    .sec1-sub{
        justify-content: center;
        background-color: black;
        display: flex;
        flex-direction: column-reverse;
        box-sizing: border-box;
    }
    .sec1-sub2{
        padding: 20px 10px;
    }
    .sec1-sub2 h2{
        margin: 0 auto 16px auto;
        width:90%;
        text-align: center;
    }
    .d-content-about{
            padding: 20px;
            width: 100%;
            box-sizing: border-box;
            display: block;
    }
    .h-div{
        display: flex;
    }
    .h-about{
        padding-left:10px;
        background-color: var(--bg-text-content);
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;

    }
    .h2-about{
        margin-top:0;
        margin-bottom:0;
    }
    .h-anim{
        background-color: var(--bg-text-content);
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
        margin-right: auto;
    }
    .p-about{
        background-color: var(--bg-text-content);
        border-left: white solid 1px;
        border-right: white solid 1px;
        text-align: justify;
        text-justify: inter-word;
        padding-left:10px;
        padding-right: 10px;

    }
    .h2-about{
        width: 90%;
        background-color: var(--bg-text-content);
        margin-top: 50px;
        padding-top: 10px;
        margin-bottom:40px;
        border-top: white solid 1px;
        border-bottom: white solid 1px;
        padding-bottom: 10px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        
    }
    .d-gif-about{
        width: 100%;
        height:100%;
        display: flex;
        align-content: center;
        justify-content: center;
        background-color: black;
        margin-left: auto;
        margin-right: auto;
        
    }
    .gif-about{
        width: 50%;
        height: 50%;
        margin-top: 20px;
        margin-bottom: 20px;        
        animation: pulse 9s linear 0s infinite alternate forwards;
    }



    /*SEC2*/
    .sec2{
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        color:var(--primary-text);
    }
    .div-hc{
        box-sizing: border-box;
        flex-shrink: 0;
        width: 100%;
        height: 150px;
        vertical-align: middle;
        display: flex;
        justify-items: center;
        justify-content: center;
        

    }
    .sub-div-hc{
        height: 100%;
        width: 100%;
        height: fit-content;
        background-image: url('../images/dark-bg.jpg');
        background-size: cover;
        display: flex;
        justify-items: center;
        justify-content: center;
        flex-direction: column; 
        padding:40px 30px;
        box-shadow: 0px 2px 2px black;

    
    }
    .h-serv{
        text-justify:inter-word;
        text-align: center;
        width: 100%;
        color: var(--primary-text);
        text-transform: uppercase;
    }
    .s-serv{
        padding-top: 4px;
        padding-bottom: 20px;
        color: var(--primary-text);
        text-align: center;
        width: 100%;
        font-size: var(--s-serv-font-size);

    }
    .cards-div{
        margin-top: 80px;
        padding-bottom: 50px;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .card{
        width: 65%;
        padding: 10px;
        margin-bottom:20px;
        background-color: rgba(0, 0, 0, .8);
        border: rgba(0, 0, 0, 0.4) solid 1px;
        border-radius: var(--default-brdr-radius);
        box-shadow: 0px 2px 2px black;
        font-size: 16px;

    }
    .img-card{
        box-sizing: content-box;
        width: 100%;
        height: 240px;
        border: rgba(222, 222, 222, 0.4) solid 1px;
    
    }
    .card-text{
        padding: 2px;
        text-align: justify;
        text-justify: inter-word;
    }
    .card p{
        font-size:17px;
    }

    /*Social Section */
    .sec3{
        width: 100%;
        display: flex;
        flex-direction: column;
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
    }
    .div-contato{
        width: 100%;
        height: 100%;
        display: inline-flex;
        justify-content: center;
        justify-items: center;
        align-content: center;
        align-items: center;
        margin-top: 10px;
    }
    .form-contato{
        width: 70%;
        display: inline-flex;
        flex-direction: column;
        color:  var(--primary-text);
        background-color: rgba(0, 0, 0, 0.9);
        padding: 20px 10px 40px 10px;
        justify-content: center;
        margin: 40px 30px 100px 30px;
        border-radius: var(--default-brdr-radius);
        box-shadow: 0px 2px 2px black;

    }
    .main-social{
        display: flex;
        width: 100%;
        justify-content: center;
    }
    .sub-social{
        margin-top: 20px;
        box-sizing: border-box;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
    }
    .div-social{
        display: flex;  
        justify-content: center;
        margin-bottom: 20px;  
    }
    .bi{
        display: flex;
        color:var(--primary-text);
        padding: 16px;
    }
    .bi-small{
        display: block;
        color:var(--primary-text);
        height:auto;
        box-sizing: content-box;
    }
    .bi:hover{
        animation: social-anim 2s ease 0s 1 normal forwards;
    }
    .bi-facebook:hover{
        color: var(--facebook-color);
    }
    .bi-whatsapp:hover{
        color: var(--whatsapp-color);
    }
    .bi-github:hover{
        color: var(--github-color);
    }
    .bi-globe:hover{
        color: var(--portfolio-color);
    }
    .form-txt{
        display: flex;
        width: 100%;
        font-size: 20px;
        padding-top: 20px;
        padding-bottom: 5px;
        color: var(--primary-text);
    }
    .h{ 
        display: block;
        text-align: center;
        padding: 6px 2px 6px 1px;
        border-top: var(--primary-text) solid 1px;
        border-bottom: var(--primary-text) solid 1px;
    }
    .form-input{
        padding: 15px;
        font-size: 20px;
    }
    .form-input::placeholder{
        font-size: 20px;
    }
    .form-txta{
        padding: 15px;
        height: 150px;
        font-size: 20px;
        display: block;
        resize: none;
    }
    .form-txta::placeholder{
        font-size: 20px;
    }
    .bt-form{
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        padding: 15px;
        display: block;
        width: 40% ;
        color: var(--primary-text);
        background-color: black;
        border-width: 0.3px;
        border-radius: var(--default-brdr-radius);
        font-size: 20px;
    }
    .bt-form:hover{
        background-color: var(--primary-text);
        color: black;
        animation: bt-form-anim .5s ease 0s 1 normal forwards;
    
    }
    
    @keyframes social-anim {
        0% {
          transform: scale3d(1, 1, 1);
        }
      
        30% {
          transform: scale3d(1.25, 0.75, 1);
        }
      
        40% {
          transform: scale3d(0.75, 1.25, 1);
        }
      
        50% {
          transform: scale3d(1.15, 0.85, 1);
        }
      
        65% {
          transform: scale3d(0.95, 1.05, 1);
        }
      
        75% {
          transform: scale3d(1.05, 0.95, 1);
        }
      
        100% {
          transform: scale3d(1, 1, 1);
        }
    }
    @keyframes bt-form-anim{
        0%{
            scale: 1;
        }
        100%{
            scale:1.02;
        }
    }




    /*==================================FOOTER SECTION===========================*/
    .footer{
        color: var(--primary-text);
        background-image: url('../images/dark-bg.jpg');
        background-position: center;
        background-size: cover;
        display:block;
        box-sizing: border-box;
    }
    .footer-sub1{
        box-sizing: border-box;
        width: 100%;
        display:flex;
        justify-content:space-around;
        align-content: center;
        padding: 70px 8px 30px 8px;

    }
    .footer-cell{
        display: flex;
        box-sizing: content-box;
        justify-content: center;
        justify-items: center;
        vertical-align: middle;

    }

    .footer-cell h3{
        text-align: center;
        font-size:18px;
    }
    .cell-link{
        display: flex;
        background-color: var(--rbga2-color);
        padding:4px 16px;
        border-radius:10px;
        align-content: center;
    }
    .cell-link-social{
        display: flex;
        background-color: var(--rbga2-color);
        padding: 4px;
        border-radius:10px;
    }
    .img-rotate{
        animation: logo-rotate-anim 10s linear 0s infinite normal forwards;
        min-width:60px;
        min-height:60px;
        max-width:120px;
        max-height:120px;
    }
    .cell-link a{
        text-decoration: none;
        color: var(--primary-text);
        font-size: 18px;
        padding:4px;
        text-align: center;
    }
    .cell-link a:hover{
        animation: a-subf-anim 0.5s ease 0s 1 normal forwards;
    
    }
    .cl-sub{
        display: flex;
        justify-content:center;
        align-content: center;
        flex-direction: column;
    }
    .footer-social1{
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        box-sizing: border-box;
    }
    .footer-social{
        display: flex;
        vertical-align: middle;
    }
    .footer-social svg{
        color: var(--primary-text);
        padding:24px 9px;
        max-width: 40px;
        max-height: 40px;

    }
    .sub-footer{
        width: 100%;
        display: block;
    }
    .span-subf{
        display: block;
        text-align: center;
        height: 100%;
        font-size: 12px;
        background-color: var(--rbga1-color);
        padding: 16px 20px;
    }
    .span-subf:hover{
        background-color: var(--rbga2-color);
    
    }
    @keyframes a-subf-anim {
        0% {
          transform: scaleX(1.01);
        }
      
        100% {
          transform: scaleX(1.1);
        }
    }
      @keyframes logo-rotate-anim{
        0% {
          transform: rotate(0);
        }
      
        100% {
          transform: rotate(360deg);
        }
    }
    
}

/*MÉDIO->GRANDE*/
@media only screen and (min-width:768px) and (max-width:1024px) {
    /*==================================TOP SECTION===========================*/
    .top-banner{
        display: block;
        background-image: url('../images/BannerLogo.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        width: auto;
        height: 590px;
    }
    .nav{
        z-index: 888;
        vertical-align: middle;
        position: fixed;
        top: 0;
        display: flex;
        width: 100%;
    }
    .content-nav{
        padding: 20px 0 20px 0;
        display: flex;
        position: relative;
        z-index: 300;
        width: 100%;
        vertical-align: middle;
        justify-content: space-around;
        list-style-type: none;
    }
    .nav-bg{
        width: 100%;
        height: 100%;
        background-color: var(--def-black-color);
    
    }
    .nav-link{
        font-size: 20px;
        font-weight: bold;
        text-decoration: solid;
        color: var(--tittle-text-color);
        text-transform: uppercase;
    }
    .nav-link:hover{
        color: white;
    
    }
    
    
    
    /*==================================SECTION 1===========================*/
    .sec1{
        width:100%;
        height: 100%;
        background-color: black;
        color: var(--primary-text);
        display: block;
        box-sizing: border-box;
        
    }
    .sec1-sub{
        background-color: black;
        padding: 40px 40px 0 40px;
        display: flex;
        justify-content: center;
        align-content: center;
        justify-items: center;
        align-items:center;
        box-sizing: border-box;

        
    }
    .sec1-sub2 {
        width: 100%;
        display:flex;
        justify-content: center;
        justify-items: center;
        padding:0px 0px 50px 0px;
        box-sizing: border-box;
    }
    .sec1-sub2 h2{
        text-align: center;
        margin:0 auto;
    }
    .d-content-about{
        width: 50%;
        padding:20px;
        box-sizing: border-box;

    }
    .h-div{
        display: flex;
    }
    .h-about{
        width:100%;
        box-sizing: border-box;
        background-color: var(--bg-text-content);
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;        
        padding-bottom: 30px;
    }
    .h-anim{
        background-color: var(--bg-text-content);
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
        margin-right: auto;
    }
    .p-about{
        box-sizing: border-box;
        background-color: var(--bg-text-content);
        border-left: white solid 1px;
        border-right: white solid 1px;
        text-align: justify;
        text-justify: inter-word;
        padding-left:20px;
        padding-right:20px;
        padding-top: 5px;
        margin-bottom: 40px;
    }
    .h2-about{
        width: 80%;
        background-color: var(--bg-text-content);
        margin-top: 50px;
        padding-top: 10px;
        border-top: white solid 1px;
        border-bottom: white solid 1px;
        padding-bottom: 10px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;

    }
    .d-gif-about{
        display: flex;
        box-sizing: border-box;
        height:60%;
        width: 60%;
        background-color: black;
    }
    .gif-about{
        box-sizing: border-box;
        display: flex;
        margin: auto auto 100px auto;
        width: 80%;
        height: 80%;
        animation: pulse 9s linear 0s infinite alternate forwards;
    }
    @keyframes pulse {
        0% {
          transform: scale(1);
        }
      
        50% {
          transform: scale(1.15);
        }
      
        100% {
          transform: scale(1);
        }
      }
    
    
    /*==================================SECTION 2===========================*/
    .sec2{
        width: 100%;
        display: block;
        box-sizing:border-box;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        position: relative;
        color:var(--primary-text);
 
    }
    .div-hc{
        flex-shrink: 0;
        width: 100%;
        height: 150px;
        vertical-align: middle;
        display: flex;
        justify-items: center;
        justify-content: center;
        box-shadow: 0px 13px 10px black;

    }
    .sub-div-hc{
        height: 100%;
        width: 100%;
        height: fit-content;
        background-image: url('../images/dark-bg.jpg');
        background-size: cover;
        display: flex;
        justify-items: center;
        justify-content: center;
        flex-direction: column; 
        padding-top: 40px;
        padding-bottom: 40px;   
    
    }
    .h-serv{
        text-justify:inter-word;
        text-align: center;
        width: 100%;
        color: var(--primary-text);
        text-transform: uppercase;
    }
    .s-serv{
        padding-top: 4px;
        padding-bottom: 20px;
        color: var(--primary-text);
        text-align: center;
        width: 100%;
        font-size: var(--s-serv-font-size);

    }
    .cards-div{
        margin-top: 60px;
        padding-bottom: 100px;
        padding-left: 10px;
        padding-right: 10px;
        width: 100%;
        height: 100%;
        display: grid;
        grid-template-columns: 32% 32% 32%;
        align-items: center;
        justify-content: space-between;
        box-sizing: border-box;
    }
    .card{
        width: 98%;
        height: 95%;
        padding: 8px;
        margin: 20px 0px;
        background-color: rgba(0, 0, 0, .8);
        border: rgba(0, 0, 0, 0.4) solid 1px;
        border-radius: var(--default-brdr-radius);
        box-shadow: 7px 7px 10px black;
        box-sizing: border-box;
        font-size: 16px;
    }
    .img-card{
        box-sizing: content-box;
        width: 100%;
        height: 240px;
        border: rgba(222, 222, 222, 0.4) solid 1px;
        border-radius: var(--default-brdr-radius);
    
    }
    .card-text{
        padding: 2px;
        text-align: justify;
        word-spacing:-2px;
        text-justify: inter-word;
    }
    .card p{
        flex-grow: 1;
     font-size: 18px;
        text-align: justify;
        text-justify: inter-word;
    }
    
    
    
    /*==================================SECTION 3===========================*/
                                       /*contato*/
    .sec3{
        width: 100%;
        display: flex;
        flex-direction: column;
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
    }
    .div-contato{
        width: 100%;
        height: 100%;
        display: inline-flex;
        justify-content: center;
        justify-items: center;
        align-content: center;
        align-items: center;
        margin-top: 10px;
    }
    .form-contato{
        width: 50%;
        display: inline-flex;
        flex-direction: column;
        color:  var(--primary-text);
        background-color: rgba(0, 0, 0, 0.9);
        padding: 20px 60px 60px 60px;
        justify-content: center;
        margin-top: 20px;
        margin-bottom: 100px;
        border-radius: var(--default-brdr-radius);
        box-shadow: 7px 7px 10px black;    
    }
    .main-social{
        display: flex;
        width: 100%;
        justify-content: center;
    }
    .sub-social{
        margin-top: 20px;
        box-sizing: border-box;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
    }
    .div-social{
        display: flex;  
        justify-content: center;
        margin-bottom: 20px;  
    }
    .bi{
        display: flex;
        color:var(--primary-text);
        padding: 16px;
    }
    .bi-small{
        display: block;
        color:var(--primary-text);
        height:auto;
        box-sizing: content-box;
    }
    .bi:hover{
        animation: social-anim 2s ease 0s 1 normal forwards;
    }
    .bi-facebook:hover{
        color: var(--facebook-color);
    }
    .bi-whatsapp:hover{
        color: var(--whatsapp-color);
    }
    .bi-github:hover{
        color: var(--github-color);
    }
    .bi-globe:hover{
        color: var(--portfolio-color);
    }
    .form-txt{
        display: flex;
        width: 100%;
        font-size: 20px;
        padding-top: 20px;
        padding-bottom: 5px;
        color: var(--primary-text);
    }
    .h{ 
        display: block;
        text-align: center;
        padding: 6px 2px 6px 1px;
        border-top: var(--primary-text) solid 1px;
        border-bottom: var(--primary-text) solid 1px;
    }
    .form-input{
        padding: 15px;
        font-size: 20px;
    }
    .form-input::placeholder{
        font-size: 20px;
    }
    .form-txta{
        padding: 15px;
        height: 150px;
        font-size: 20px;
        display: block;
        resize: none;
    }
    .form-txta::placeholder{
        font-size: 20px;
    }
    .bt-form{
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        padding: 15px;
        display: block;
        width: 40% ;
        color: var(--primary-text);
        background-color: black;
        border-width: 0.3px;
        border-radius: var(--default-brdr-radius);
        font-size: 20px;
    }
    .bt-form:hover{
        background-color: var(--primary-text);
        color: black;
        animation: bt-form-anim .5s ease 0s 1 normal forwards;
    
    }
    
    @keyframes social-anim {
        0% {
          transform: scale3d(1, 1, 1);
        }
      
        30% {
          transform: scale3d(1.25, 0.75, 1);
        }
      
        40% {
          transform: scale3d(0.75, 1.25, 1);
        }
      
        50% {
          transform: scale3d(1.15, 0.85, 1);
        }
      
        65% {
          transform: scale3d(0.95, 1.05, 1);
        }
      
        75% {
          transform: scale3d(1.05, 0.95, 1);
        }
      
        100% {
          transform: scale3d(1, 1, 1);
        }
    }
    @keyframes bt-form-anim{
        0%{
            scale: 1;
        }
        100%{
            scale:1.02;
        }
    }
    
    /*==================================TEAM SECTION===========================*/
    .sec-team{
        display: block;
    }
    .div-team{
        display: flex;
        justify-content: space-evenly;
        padding-top:100px;
        padding-bottom:100px;
        padding-left:40px;
        padding-right: 40px;
    
    }
    .card-team{
        box-sizing: content-box;
        width: 25%;
        height: auto;
        padding: 40px;
        background-color: var(--rbga2-color);
        border: rgba(0, 0, 0, 0.4) solid 1px;
        border-radius: var(--default-brdr-radius);
        justify-content: center;
    }
    .crd-team-h2{
        display: flex;
        color: white;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .imgct{
        box-sizing: border-box;
        width: 100%;
        height: 250px;
        border-radius: var(--default-brdr-radius);
    
    }
    .span-crd-team{
        margin-top:10px;
        box-sizing: border-box;
        color: var(--primary-text);
        display: flex;
    
    }
    .sec-team-social{
        margin-top:10px;
        display: flex;
        justify-content: space-evenly;
        background-color: var(--rbga1-color);
        padding-top: 12px;
        padding-bottom: 16px;
        border-radius: var(--default-brdr-radius);
        vertical-align: middle;
    }
    .a-teamsocial{
        display: block;
        text-align: center;
        color: var(--primary-text);
        font-size: 10px;
        text-decoration: none;
        box-sizing: border-box;
    }
    .social-block{
        display: block;
    }
    .afs:hover{
        color: var(--facebook-color);
    }
    .aws:hover{
        color: var(--whatsapp-color);
    }
    .ags:hover{
        color: var(--github-color);
    }
    .aps:hover{
        color: var(--portfolio-color);
    }
    
    
    /*==================================FOOTER SECTION===========================*/
    .footer{
        color: var(--primary-text);
        background-image: url('../images/dark-bg.jpg');
        background-position: center;
        background-size: cover;
        display:block;
        box-sizing: border-box;
    }
    .footer-sub1{
        background-color: var(--rbga1-color);
        box-sizing: border-box;
        padding-top: 60px;
        padding-left: 50px;
        padding-right: 50px;
        width: 100%;
        display:flex;
        justify-content:space-between;
    
    }
    .footer-cell{
        display:flex;
        justify-content: center;
        justify-items: center;
        vertical-align: middle;
    }
    .footer-cell-social{
        display:flex;
        justify-content: center;
        justify-items: center;
        vertical-align: middle;
    
    
    }
    .center-cell{
        margin-left: -9%;
    }
    .footer-cell h3{
        text-align: center;
    }
    .cell-link{
        display: flex;
        margin-top: auto;
        margin-bottom: auto;
        background-color: var(--rbga2-color);
        padding: 24px 6px;
        border-radius:10px;
    }
    .img-rotate:hover{
        animation: logo-rotate-anim 10s linear 0s 1 normal forwards;
    }
    .cell-link a{
        text-decoration: none;
        color: var(--primary-text);
        font-size: 19px;
        padding: 3px;
        text-align: center;
    }
    .cell-link a:hover{
        animation: a-subf-anim 0.5s ease 0s 1 normal forwards;
    
    }
    .cl-sub{
        display: flex;
        flex-direction: column;
    }
    .footer-social1{
        display: flex;
        flex-direction: column;
        margin-top: auto;
        margin-bottom: auto;
        background-color: var(--rbga2-color);
        border-radius:var(--default-brdr-radius);
        padding:10px;
    }
    .footer-social{
        display: flex;
        vertical-align: middle;
    }
    .footer-social svg{
        color: var(--primary-text);
        padding:24px 6px;
    }
    .sub-footer{
        background-color: var(--rbga1-color);
        width: 100%;
        display: block;
    }
    .span-subf{
        display: block;
        text-align: center;
        height: 100%;
        background-color: var(--rbga1-color);
        padding-top: 16px;
        padding-bottom: 16px;
    }
    .span-subf:hover{
        background-color: var(--rbga2-color);
    
    }
    @keyframes a-subf-anim {
        0% {
          transform: scaleX(1.01);
        }
      
        100% {
          transform: scaleX(1.1);
        }
    }
      @keyframes logo-rotate-anim{
        0% {
          transform: rotate(0);
        }
      
        100% {
          transform: rotate(360deg);
        }
    }
    
}
/*GRANDE*/
@media only screen and (min-width:1024px){
    /*==================================TOP SECTION===========================*/
    .top-banner{
        display: block;
        background-image: url('../images/BannerLogo.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        width: auto;
        height: 590px;
    }
    .nav{
        z-index: 888;
        vertical-align: middle;
        position: fixed;
        top: 0;
        display: flex;
        width: 100%;
    }
    .content-nav{
        padding: 20px 0 20px 0;
        display: flex;
        position: relative;
        z-index: 300;
        width: 100%;
        vertical-align: middle;
        justify-content: space-around;
        list-style-type: none;
    }
    .nav-bg{
        width: 100%;
        height: 100%;
        background-color: var(--def-black-color);
    
    }
    .nav-link{
        font-size: 20px;
        font-weight: bold;
        text-decoration: solid;
        color: var(--tittle-text-color);
        text-transform: uppercase;
    }
    .nav-link:hover{
        color: white;
    
    }
    
    
    
    /*==================================SECTION 1===========================*/
    .sec1{
        width:100%;
        height: 100%;
        background-color: black;
        color: var(--primary-text);
        display: block;
        box-sizing: border-box;
        
    }
    .sec1-sub{
        background-color: black;
        padding: 40px 40px 0 40px;
        display: flex;
        justify-content: center;
        align-content: center;
        justify-items: center;
        align-items:center;
        box-sizing: border-box;

        
    }
    .sec1-sub2 {
        width: 100%;
        display:flex;
        justify-content: center;
        justify-items: center;
        padding:0px 0px 80px 0px;
        box-sizing: border-box;
    }
    .sec1-sub2 h2{
        text-align: center;
        margin:0 auto;
    }
    .d-content-about{
        width: 50%;
        padding:20px;
        box-sizing: border-box;

    }
    .h-div{
        display: flex;
    }
    .h-about{
        width:100%;
        box-sizing: border-box;
        background-color: var(--bg-text-content);
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;        
        padding-bottom: 30px;
    }
    .h-anim{
        background-color: var(--bg-text-content);
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
        margin-right: auto;
    }
    .p-about{
        box-sizing: border-box;
        background-color: var(--bg-text-content);
        border-left: white solid 1px;
        border-right: white solid 1px;
        text-align: justify;
        text-justify: inter-word;
        padding-left:20px;
        padding-right:20px;
        padding-top: 5px;
        margin-bottom: 40px;
    }
    .h2-about{
        width: 80%;
        background-color: var(--bg-text-content);
        margin-top: 50px;
        padding-top: 10px;
        border-top: white solid 1px;
        border-bottom: white solid 1px;
        padding-bottom: 10px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;

    }
    .d-gif-about{
        display: flex;
        box-sizing: border-box;
        height:60%;
        width: 60%;
        background-color: black;
    }
    .gif-about{
        box-sizing: border-box;
        display: flex;
        margin: auto auto 40px auto;
        width: 60%;
        height: 60%;
        animation: pulse 9s linear 0s infinite alternate forwards;
    }
    @keyframes pulse {
        0% {
          transform: scale(1);
        }
      
        50% {
          transform: scale(1.15);
        }
      
        100% {
          transform: scale(1);
        }
      }
    
    
    /*==================================SECTION 2===========================*/
    .sec2{
        width: 100%;
        display: block;
        box-sizing:border-box;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        position: relative;
        color:var(--primary-text);
 
    }
    .div-hc{
        flex-shrink: 0;
        width: 100%;
        height: 150px;
        vertical-align: middle;
        display: flex;
        justify-items: center;
        justify-content: center;
        box-shadow: 0px 13px 10px black;

    }
    .sub-div-hc{
        height: 100%;
        width: 100%;
        height: fit-content;
        background-image: url('../images/dark-bg.jpg');
        background-size: cover;
        display: flex;
        justify-items: center;
        justify-content: center;
        flex-direction: column; 
        padding-top: 40px;
        padding-bottom: 40px;   
    
    }
    .h-serv{
        text-justify:inter-word;
        text-align: center;
        width: 100%;
        color: var(--primary-text);
        text-transform: uppercase;
    }
    .s-serv{
        padding-top: 4px;
        padding-bottom: 20px;
        color: var(--primary-text);
        text-align: center;
        width: 100%;
        font-size: var(--s-serv-font-size);

    }
    .cards-div{
        margin-top: 60px;
        padding-bottom: 100px;
        padding-left: 10px;
        padding-right: 10px;
        width: 100%;
        height: 100%;
        display: grid;
        grid-template-columns: 32% 32% 32%;
        align-items: center;
        justify-content: space-between;
        box-sizing: border-box;
    }
    .card{
        width: 100%;
        height: 104%;
        padding: 4px;
        margin: 20px 0px;
        background-color: rgba(0, 0, 0, .8);
        border: rgba(0, 0, 0, 0.4) solid 1px;
        border-radius: var(--default-brdr-radius);
        box-shadow: 7px 7px 10px black;
        box-sizing: border-box;
        font-size: 15px;
    }
    .img-card{
        box-sizing: border-box;
        width: 100%;
        height: 60%;
        border: rgba(222, 222, 222, 0.4) solid 1px;
        border-radius: var(--default-brdr-radius);
    
    }
    .card-text{
        padding:3px;
        text-align: justify;
        text-justify: inter-word;
    }
    .card p{
        font-size: 18px;
    }
    
    
    /*==================================SECTION 3===========================*/
                                       /*contato*/
    .sec3{
        width: 100%;
        display: flex;
        flex-direction: column;
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
    }
    .div-contato{
        width: 100%;
        height: 100%;
        display: inline-flex;
        justify-content: center;
        justify-items: center;
        align-content: center;
        align-items: center;
        margin-top: 10px;
    }
    .form-contato{
        width: 50%;
        display: inline-flex;
        flex-direction: column;
        color:  var(--primary-text);
        background-color: rgba(0, 0, 0, 0.9);
        padding: 20px 60px 60px 60px;
        justify-content: center;
        margin-top: 20px;
        margin-bottom: 100px;
        border-radius: var(--default-brdr-radius);
        box-shadow: 7px 7px 10px black;    
    }
    .main-social{
        display: flex;
        width: 100%;
        justify-content: center;
    }
    .sub-social{
        margin-top: 20px;
        box-sizing: border-box;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
    }
    .div-social{
        display: flex;  
        justify-content: center;
        margin-bottom: 20px;  
    }
    .bi{
        display: flex;
        color:var(--primary-text);
        padding: 16px;
    }
    .bi-small{
        display: block;
        color:var(--primary-text);
        height:auto;
        box-sizing: content-box;
    }
    .bi:hover{
        animation: social-anim 2s ease 0s 1 normal forwards;
    }
    .bi-facebook:hover{
        color: var(--facebook-color);
    }
    .bi-whatsapp:hover{
        color: var(--whatsapp-color);
    }
    .bi-github:hover{
        color: var(--github-color);
    }
    .bi-globe:hover{
        color: var(--portfolio-color);
    }
    .form-txt{
        display: flex;
        width: 100%;
        font-size: 20px;
        padding-top: 20px;
        padding-bottom: 5px;
        color: var(--primary-text);
    }
    .h{ 
        display: block;
        text-align: center;
        padding: 6px 2px 6px 1px;
        border-top: var(--primary-text) solid 1px;
        border-bottom: var(--primary-text) solid 1px;
    }
    .form-input{
        padding: 15px;
        font-size: 20px;
    }
    .form-input::placeholder{
        font-size: 20px;
    }
    .form-txta{
        padding: 15px;
        height: 150px;
        font-size: 20px;
        display: block;
        resize: none;
    }
    .form-txta::placeholder{
        font-size: 20px;
    }
    .bt-form{
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        padding: 15px;
        display: block;
        width: 40% ;
        color: var(--primary-text);
        background-color: black;
        border-width: 0.3px;
        border-radius: var(--default-brdr-radius);
        font-size: 20px;
    }
    .bt-form:hover{
        background-color: var(--primary-text);
        color: black;
        animation: bt-form-anim .5s ease 0s 1 normal forwards;
    
    }
    
    @keyframes social-anim {
        0% {
          transform: scale3d(1, 1, 1);
        }
      
        30% {
          transform: scale3d(1.25, 0.75, 1);
        }
      
        40% {
          transform: scale3d(0.75, 1.25, 1);
        }
      
        50% {
          transform: scale3d(1.15, 0.85, 1);
        }
      
        65% {
          transform: scale3d(0.95, 1.05, 1);
        }
      
        75% {
          transform: scale3d(1.05, 0.95, 1);
        }
      
        100% {
          transform: scale3d(1, 1, 1);
        }
    }
    @keyframes bt-form-anim{
        0%{
            scale: 1;
        }
        100%{
            scale:1.02;
        }
    }
    
    /*==================================TEAM SECTION===========================*/
    .sec-team{
        display: block;
    }
    .div-team{
        display: flex;
        justify-content: space-evenly;
        padding-top:100px;
        padding-bottom:100px;
        padding-left:40px;
        padding-right: 40px;
    
    }
    .card-team{
        box-sizing: content-box;
        width: 25%;
        height: auto;
        padding: 40px;
        background-color: var(--rbga2-color);
        border: rgba(0, 0, 0, 0.4) solid 1px;
        border-radius: var(--default-brdr-radius);
        justify-content: center;
    }
    .crd-team-h2{
        display: flex;
        color: white;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .imgct{
        box-sizing: border-box;
        width: 100%;
        height: 250px;
        border-radius: var(--default-brdr-radius);
    
    }
    .span-crd-team{
        margin-top:10px;
        box-sizing: border-box;
        color: var(--primary-text);
        display: flex;
    
    }
    .sec-team-social{
        margin-top:10px;
        display: flex;
        justify-content: space-evenly;
        background-color: var(--rbga1-color);
        padding-top: 12px;
        padding-bottom: 16px;
        border-radius: var(--default-brdr-radius);
        vertical-align: middle;
    }
    .a-teamsocial{
        display: block;
        text-align: center;
        color: var(--primary-text);
        font-size: 10px;
        text-decoration: none;
        box-sizing: border-box;
    }
    .social-block{
        display: block;
    }
    .afs:hover{
        color: var(--facebook-color);
    }
    .aws:hover{
        color: var(--whatsapp-color);
    }
    .ags:hover{
        color: var(--github-color);
    }
    .aps:hover{
        color: var(--portfolio-color);
    }
    
    
    /*==================================FOOTER SECTION===========================*/
    .footer{
        color: var(--primary-text);
        background-image: url('../images/dark-bg.jpg');
        background-position: center;
        background-size: cover;
        display:block;
        box-sizing: border-box;
    }
    .footer-sub1{
        background-color: var(--rbga1-color);
        box-sizing: border-box;
        padding-top: 60px;
        padding-left: 50px;
        padding-right: 50px;
        width: 100%;
        display:flex;
        justify-content:space-between;
    
    }
    .footer-cell{
        display:flex;
        justify-content: center;
        justify-items: center;
        vertical-align: middle;
    }
    .footer-cell-social{
        display:flex;
        justify-content: center;
        justify-items: center;
        vertical-align: middle;
    
    
    }
    .center-cell{
        margin-left: -5%;
    }
    .footer-cell h3{
        text-align: center;
    }
    .cell-link{
        display: flex;
        margin-top: auto;
        margin-bottom: auto;
        background-color: var(--rbga2-color);
        padding: 24px 6px;
        border-radius:10px;
    }
    .img-rotate:hover{
        animation: logo-rotate-anim 10s linear 0s 1 normal forwards;
    }
    .cell-link a{
        text-decoration: none;
        color: var(--primary-text);
        font-size: 19px;
        padding: 3px;
        text-align: center;
    }
    .cell-link a:hover{
        animation: a-subf-anim 0.5s ease 0s 1 normal forwards;
    
    }
    .cl-sub{
        display: flex;
        flex-direction: column;
    }
    .footer-social1{
        display: flex;
        flex-direction: column;
        margin-top: auto;
        margin-bottom: auto;
        background-color: var(--rbga2-color);
        border-radius:var(--default-brdr-radius);
        padding:10px;
    }
    .footer-social{
        display: flex;
        vertical-align: middle;
    }
    .footer-social svg{
        color: var(--primary-text);
        padding:24px 6px;
    }
    .sub-footer{
        background-color: var(--rbga1-color);
        width: 100%;
        display: block;
    }
    .span-subf{
        display: block;
        text-align: center;
        height: 100%;
        background-color: var(--rbga1-color);
        padding-top: 16px;
        padding-bottom: 16px;
    }
    .span-subf:hover{
        background-color: var(--rbga2-color);
    
    }
    @keyframes a-subf-anim {
        0% {
          transform: scaleX(1.01);
        }
      
        100% {
          transform: scaleX(1.1);
        }
    }
      @keyframes logo-rotate-anim{
        0% {
          transform: rotate(0);
        }
      
        100% {
          transform: rotate(360deg);
        }
    }
    
}

/*GG*/
@media only screen and (min-width:1176px){
    .cards-div{
        margin-top: 60px;
        padding-bottom: 100px;
        padding-left: 10px;
        padding-right: 10px;
        width: 100%;
        height: 100%;
        display: grid;
        grid-template-columns: 32% 32% 32%;
        align-items: center;
        justify-content: space-between;
        box-sizing: border-box;
    }
    .card{
        width: 100%;
        height: 100%;
        padding: 4px;
        margin: 20px 0px;
        background-color: rgba(0, 0, 0, .8);
        border: rgba(0, 0, 0, 0.4) solid 1px;
        border-radius: var(--default-brdr-radius);
        box-shadow: 7px 7px 10px black;
        box-sizing: border-box;
        font-size: 15px;
    }
    .img-card{
        box-sizing: content-box;
        width: 100%;
        height: 240px;
        border: rgba(222, 222, 222, 0.4) solid 1px;
        border-radius: var(--default-brdr-radius);
        align-self: stretch;

    }
}



/*PAGINA DE CONTATO ENVIADO.*/
@media only screen and (min-width:320px) and (max-width:480px){

    .div-contato-env{
        display: flex;
        flex-direction: column;
        margin-top: 50px;
        margin-bottom: 50px;
        margin-left: auto;
        margin-right: auto;
        padding: 14px;
        width: 50%;
        background-color: var(--bg-modal);
        color: var(--primary-text);
        justify-content: center;
        text-justify: inter-word;
        border: rgba(0, 0, 0, 0.4) solid 1px;
        border-radius: var(--default-brdr-radius);
        box-shadow: 7px 7px 10px black;
        box-sizing: border-box;
        font-size: 11px;
    }

    .h1-contato-env{
        text-align: center;
        font-size: 14px;
        margin-bottom: 6px;
    }

    .contato-env-gif{
        width: 40%;
        margin-left: auto;
        margin-right: auto;

        justify-content: center;
        vertical-align: center;
    }

    .a-contat-env{
        width: 100%;
        height: 100%;
        display: block;
        text-align: center;
        color: var(--primary-text);
        text-decoration: none;
        box-sizing: border-box;
        text-transform: uppercase;
        padding: 15px;

    }
    .a-contat-env:hover{
        color: black;
    }

    .bt-retorna{
        display: flex;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        display:flex;
        width: 80% ;
        color: var(--primary-text);
        background-color: black;
        border-width: 0.3px;
        border-radius: var(--default-brdr-radius);
        font-size: 12px;
    }

    .bt-retorna:hover{
        background-color: var(--primary-text);
        color: black;    
        animation: bt-form-anim .5s ease 0s 1 normal forwards;

    }


    @keyframes bt-form-anim{
        0%{
            scale: 1;
        }
        100%{
            scale:1.02;
        }
    }

}
@media only screen and (min-width:481px) and (max-width:767px){

    .div-contato-env{
        display: flex;
        flex-direction: column;
        margin-top: 150px;
        margin-bottom: 100px;
        margin-left: auto;
        margin-right: auto;
        padding: 20px;
        width: 50%;
        background-color: var(--bg-modal);
        color: var(--primary-text);
        justify-content: center;
        text-align: center;
        border: rgba(0, 0, 0, 0.4) solid 1px;
        border-radius: var(--default-brdr-radius);
        box-shadow: 7px 7px 10px black;
        box-sizing: border-box;
        font-size: 12px;
    }

    .contato-env-gif{
        width: 40%;
        margin-left: auto;
        margin-right: auto;

        justify-content: center;
        vertical-align: center;
    }

    .a-contat-env{
        width: 100%;
        height: 100%;
        display: block;
        text-align: center;
        color: var(--primary-text);
        text-decoration: none;
        box-sizing: border-box;
        text-transform: uppercase;
        padding: 15px;

    }
    .a-contat-env:hover{
        color: black;
    }

    .bt-retorna{
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        display:flex;
        width: 50% ;
        color: var(--primary-text);
        background-color: black;
        border-width: 0.3px;
        border-radius: var(--default-brdr-radius);
        font-size: 13px;
    }

    .bt-retorna:hover{
        background-color: var(--primary-text);
        color: black;    
        animation: bt-form-anim .5s ease 0s 1 normal forwards;

    }


    @keyframes bt-form-anim{
        0%{
            scale: 1;
        }
        100%{
            scale:1.02;
        }
    }

}
@media only screen and (min-width:768px){

    .div-contato-env{
        display: flex;
        flex-direction: column;
        margin-top: 150px;
        margin-bottom: 100px;
        margin-left: auto;
        margin-right: auto;
        padding: 30px;
        width: 45%;
        background-color: var(--bg-modal);
        color: var(--primary-text);
        justify-content: center;
        text-align: center;
        border: rgba(0, 0, 0, 0.4) solid 1px;
        border-radius: var(--default-brdr-radius);
        box-shadow: 7px 7px 10px black;
        box-sizing: border-box;
        font-size: 15px;

    }

    .contato-env-gif{
        width: 35%;
        margin-left: auto;
        margin-right: auto;

        justify-content: center;
        vertical-align: center;
    }

    .a-contat-env{
        width: 100%;
        height: 100%;
        display: block;
        text-align: center;
        color: var(--primary-text);
        text-decoration: none;
        box-sizing: border-box;
        text-transform: uppercase;
        padding: 15px;

    }
    .a-contat-env:hover{
        color: black;
    }

    .bt-retorna{
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        display:flex;
        width: 40% ;
        color: var(--primary-text);
        background-color: black;
        border-width: 0.3px;
        border-radius: var(--default-brdr-radius);
        font-size: 16px;
    }

    .bt-retorna:hover{
        background-color: var(--primary-text);
        color: black;    
        animation: bt-form-anim .5s ease 0s 1 normal forwards;

    }


    @keyframes bt-form-anim{
        0%{
            scale: 1;
        }
        100%{
            scale:1.02;
        }
    }

}


/*
320px — 480px: Mobile devices.
481px — 768px: iPads, Tablets.
769px — 1024px: Small screens, laptops.
1025px — 1200px: Desktops, large screens.*/




