@media screen and (max-width: 750px){
    #myBtn {
        display: inline; /* Hidden by default */
        position: fixed; /* Fixed/sticky position */
        bottom: 20px; /* Place the button at the bottom of the page */
        right: 30px; /* Place the button 30px from the right */
        z-index: 99; /* Make sure it does not overlap */
        border: none; /* Remove borders */
        outline: none; /* Remove outline */
        background-color: white; /* Set a background color */
        color: #686768; /* Text color */
        cursor: pointer; /* Add a mouse pointer on hover */
        border-radius: 50px; /* Rounded corners */
        font-size: 34px;
        width: 50px;
        height: 50px;
        opacity: 50%;
        text-align: center;
        font-weight: 900;
    }
    #myBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
    }
    
    
}

@media only screen
and (min-device-width: 1024px)
and (max-device-width: 1366px)
and (-webkit-min-device-pixel-ratio: 2) {

}


@media (max-width: 1025px){
    .rodape{
        
        text-align: center !important;
        padding: auto !important;
        flex-direction: column !important;
    }

    .box{
        display: inline !important;
    }

    .box__numero{
        width: auto;
    }

    .box__endereco{
        margin: 3% 0;
    }

    #footer__img_logo{
        margin: 10% 0px;
    }

    .rodape__endereco{
        text-align: initial !important;
    }

    .footer__img_sa{
        margin-top: 10%;
    }

    .footer__content{
        padding-left: 0% !important;
    }

    .rodape p, .rodape a{
        font-size: 1.5rem !important;
    }

    .footer__img{
        border: none !important;
    }

}




.rodape{
    padding: 5% 5% 5% 5%;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    background-color: #035024;
}

.rodape h2{
    font-weight: 800;
    font-size: 2rem;
    margin-bottom: 3%;
    color: white;
}

.rodape p, .rodape a{
    font-weight: 500;
    font-size: 2.1rem;
    margin: 0%;
    text-transform: none;
    color: white;
}

.footer__img{
    flex: 1;
    text-align: center;
    border-right: 5px solid white;
}

#footer__img_logo{
    width: 250px;
    height: 250px;
}

.footer__temp{
   flex: 2; 
}

.footer__content{
    padding-left: 20%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.footer__img_sa{
    width: 150px;
    height: 100px;
}

.box > * {
    margin-bottom: 3%;
}

.box__numero{
}

.box__endereco{
    width: 400px;
}


.icone__rodape{
    width: 40px;
    height: 40px;
}


.icon__footer{
    justify-content: normal;
    width: 150px;
}

.icon__footer a{
    margin-right: 10%;
}

.formulario{
    background: #2D2D2B !important;
    color: white !important;
}

.enviar{
    padding-left: 0px;

}

.divisor__certificado{
    position: relative;
    top: 45%;
    left: 70%;
}


.center {
    width: 180px;
    height: 60px;
    position: relative;
}

.btn {
    width: 180px;
    height: 60px;
    cursor: pointer;
    background: transparent;
    border: 1px solid #91C9FF;
    outline: none;
    transition: 1s ease-in-out;
}

svg {
    position: absolute;
    left: 0;
    top: 0;
    fill: none;
    stroke: #fff;
    stroke-dasharray: 150 480;
    stroke-dashoffset: 150;
    transition: 1s ease-in-out;
}

.btn:hover {
    transition: 1s ease-in-out;
    background: #4F95DA;
}

.btn:hover svg {
    stroke-dashoffset: -480;
}

.btn span {
    color: white;
    font-size: 18px;
    font-weight: 100;
}

.icone__rede{
    width: 50px !important;
    height: 50px !important;

}

.email{
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    font-size: 1.5rem;
    text-transform: none;
    color: white;
}

.text-sep{
    margin-left: 15px;
}