html { scroll-behavior: smooth; }
html, body { height: 100%; width: 100% !important; max-width: 100% !important; }
body { margin: 0; font-family: 'Montserrat', sans-serif; }

/* .header{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 104px;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
} */

.header{
    display: block;
    position: relative;
    width: 100%;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
}

.top-header{
    display: block;
}

.content-header{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.image-logo{
    display: block;
    position: relative;
}

.content{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    width: 100%;
    height: 1000px;
    /* height: 580px; */
}

.content-info{
    display: block;
    margin-top: -160px;
    /* margin-top: -40px; */
}

.icon-content{
    width: 105px;
    height: 80px;
}

h1{
  color:#4E4E4E;
  font-size: 34px;  
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
}

p{
    color:#4E4E4E;
    font-size: 22px;  
    font-weight: 400;
    font-family: 'Montserrat', sans-serif; 
}

.footer{
    display: block;
    position: relative;
    width: 100%;
    bottom: 0;
}

.footer-block{
    display: flex;
    position: relative;
    height: 261px;
}

.footer-logos{
    position: relative;
    float: left;
    flex: 25;
}

.icons-align{
    display: flex;
    position: relative;
    width: 100%;
    height: 90px;
    align-items: center;
    justify-content: center;
}

.desktop{
    display: flex;
}

.mobile{
    display: none;
}

.icons-footer{
    display: block;
    position: relative;
    width: 32px;
    height: 32px;
    margin-left: 10px;
    margin-right: 10px;
}

.icons-footer-02{
    display: block;
    position: relative;
    width: 44px;
    margin-left: 10px;
    margin-right: 10px;
}

.division{
    border-top: 2px solid #222;
    border-bottom: 0;
    width: 100%;
}

.image-align{
    display: flex;
    position: relative;
    width: 100%;
    height: 140px;
    align-items: center;
    justify-content: center;
}

.image-footer{
    display: block;
    position: relative;
}

.footer-institucional{
    position: relative;
    float: right;
    flex: 75;
    background-color: #383838;
}

.footer-align{
    display: flex;
    position: relative;
}

.text-01{
    display: flex;
    position: relative;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 15px;
    width: 35px;
    left: 62px;
    margin-top: 22px;
    margin-bottom: 10px;
}

.medals-align{
    display: flex;
    position: absolute;
    top: 52px;
    width: 150px;
    left: 70px;
    align-items: center;
    justify-content: center;
}

.icons-footer-03{
    display: block;
    position: relative;
    width: 46px;
    margin-left: 10px;
    margin-right: 10px;
}

.text-footer{
    display: block;
    position: absolute;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    right: 16px;
    text-align: right;
    width: 300px;
    margin-top: 26px;
}

.text-02{
    display: block;
    position: relative;
    font-weight: 700;
    margin-bottom: 20px;
}

.text-03{
    display: block;
    position: relative;
    font-weight: 400;
    line-height: 26px;
}

.footer-signature{
    display: flex;
    width: 100%;
    height: 44px;
    color: #222222;
    background-color: #fff;
    text-align: center;
    font-weight: 400;
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 2000px) {
    .content{
        height: 850px;
    }
    .content-info{
        margin-top: -140px;
    }
}

@media only screen and (max-width: 1800px) {
    .content{
        height: 750px;
    }
    .content-info{
        margin-top: -120px;
    }
}

@media only screen and (max-width: 1600px) {
    .content{
        height: 650px;
    }
    .content-info{
        margin-top: -100px;
    }
}

@media only screen and (max-width: 1442px) {
    .content{
        height: 610px;
    }
    .content-info{
        margin-top: -90px;
    }
}

@media only screen and (max-width: 1100px) {
    .content{
        height: 560px;
    }
    .content-info{
        margin-top: -110px;
    }
    h1 {
        font-size: 32px;
    }
    p {
        font-size: 20px;
    }
}

@media only screen and (max-width: 770px) {
    .content{
        height: 520px;
    }
    .icon-content{
        width: 96px;
        height: auto;
    }
}

@media only screen and (max-width: 700px) {
    .footer-block {
        display: block;
        width: 100%;
        height: auto;
    }
    .division {
        display: none;
    }
    .footer-logos {
        flex: none;
        width: 100%;
    }
    .footer-institucional {
        flex: none;
        width: 100%;
        height: 260px;
    }
    .icons-align {
        height: auto;
        margin-top: 12px;
        margin-bottom: 12px;
    }
    .desktop{
        display: none;
    }
    .mobile{
        display: flex;
    }
    .icons-footer {
        padding-top: 4px;
    }
    .image-align{
        height: auto;
        margin-top: 12px;
        margin-bottom: 12px;
    }
    .footer-institucional {
        display: flex;
        position: relative;
        width: 100%;
        align-items: center;
        justify-content: left;
    }
    .footer-align {
        display: block;
        position: relative;
        width: 100%;
    }
    .footer-right{
        display: flex;
        position: relative;
        width: 100%;
        justify-content: right;
        right: 16px;
    }
    .text-01{
        margin-top: 0;
        left: initial;
        margin-left: 30px;
    }
    .medals-align{
        justify-content: left;
        position: relative;
        width: initial;
        left: 16px;
        top: 0;
    }
    .text-footer{
        position: relative;
        width: initial;
        left: initial;
        right: initial;
    }
}

@media only screen and (max-width: 450px) {
    .content {
        height: 410px;
    }
    .content-info{
        margin-top: -60px;
    }
    .icon-content {
        width: 90px;
    }
    h1 {
        font-size: 24px;
    }
    p {
        font-size: 17px;
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media only screen and (max-width: 350px) {
    .content {
        height: 360px;
    }
    .icon-content {
        width: 80px;
    }
    h1 {
        font-size: 22px;
    }
    p {
        font-size: 16px;
        margin-left: 20px;
        margin-right: 20px;
    }
}