.bg-content-header{
    width: 100%;
    padding: 11px 0;
    background-color: #093147;
    position: fixed;
    top: 0;
    left: 0;
    transition: .3s;
    z-index: 9999;
}

.header-home .bg-content-header{
    background-color: transparent;
}

/* SCROLL */

.menu-top{
    background-color: #093147 !important;
}

/* SCROLL */

.content-header{
    width: 81%;
    margin: 0 auto;
    max-width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo__header{
    width: 99px;
}

.logo__header img{
    display: block;
    width: 100%;
}

.content-btn__header{
    display: flex;
    align-items: center;
}

.content-btn__header a {
    font-size: 16px !important;
    font-weight: 500;
    color: #C6BA8B;
    display: flex;
    align-items: center;
    text-decoration: none;
    margin-right: 15px;
    transition: 0.3s;
    border-radius: 50px;
    border: 1px solid #C6BA8B !important;
    padding: 7px 15px !important;
}

.content-btn__header a:hover{
    color: #FFFFFF;
    background-color: #C6BA8B;
}

.content-btn__header a i {
    margin-right: 11px;
}

.btn__header{
    width: 51px;
    height: 43px;
    cursor: pointer;
    border-radius: 9px;
    background-color: var(--dorado);
    display: flex;
    align-items: center;
    justify-content: center;
}

.line1,.line2,.line3 {
    z-index: 1;
    width: 29px;
    height: 3px;
    margin: 8px auto;
    transition: .6s;
    border-radius: 2px;
    background-color: var(--azul);
}

.change .line1 {
    -webkit-transform: rotate(-45deg) translate(-9px,6px);
    transform: rotate(-45deg) translate(-9px,6px)
}

.change .line2 {
    opacity: 0
}

.change .line3 {
    -webkit-transform: rotate(45deg) translate(-8px,-8px);
    transform: rotate(45deg) translate(-8px,-8px)
}

.list__header{
    width: 83%;
    height: 100%;
    max-width: 501px;
    position: fixed;
    left: 0;
    top: 65px;
    z-index: 9;
    padding: 55px 27px;
    transform: translateX(-110%);
    background-color: var(--dorado);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    transition: 0.35s all cubic-bezier(0.65,0.05,0.36,1);
}

.open{
    transform: translateX(0);
}

.list__header a{
    display: block;
    font-size: 16px;
    color: var(--azul);
    padding: 19px 0;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid var(--azul);
}

/*--------------- FOOTER ---------------*/

.bg-footer{
    position: relative;
    padding: 57px 0;
    background-color: var(--azul);
}

.content__footer{
    width: 81%;
    margin: 0 auto;
    max-width: 1200px;
}

.item__footer{
    margin-bottom: 25px;
}

.m-bottom{
    margin-bottom: 25px;
}

.left__footer li{
    margin-bottom: 11px;
}

.item__footer ul{
    list-style: none;
}

.item__footer ul li{
    position: relative;
    padding-left: 19px;
    color: var(--white);
    font-size: 14px;
}

.item__footer ul li a{
    color: var(--white);
    font-size: 14px;
    text-decoration: none;
}

.item__footer img{
    display: block;
    position: absolute;
    left: 0;    
}

.item__footer h2{
    font-size: 21px;
    font-weight: 700;
    color: var(--dorado);
    margin-bottom: 15px;    
}

.item__footer b{
    display: block;
    font-size: 16px;
    margin-bottom: 7px;
}

.logos__footer{
    width: 100%;
}

.logos__footer img{
    display: block;
    width: 100%;
}

.line__footer{
    width: 100%;
    height: 7px;
    background-color: var(--dorado);
}

.right__footer li{
    padding-left: 0 !important;
    margin-bottom: 5px;
}

/*--------------- FOOTER ---------------*/

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

    /*--------------- FOOTER ---------------*/

    .content__footer{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .item__footer{
        width: 48%;
    }

    .logos__footer {
        width: 70%;
        max-width: 305px;
        margin: 0 auto;
    }

    /*--------------- FOOTER ---------------*/

}

@media screen and (min-width: 1024px){

    /*--------------- LOGO ---------------*/

    .logo__header {
        width: 129px;
    }

    .list__header {
        top: 67px;
    }

    /*--------------- LOGO ---------------*/


    /*--------------- FOOTER ---------------*/

    .bg-footer {
        padding: 87px 0;
    }

    .left__footer{
        width: 61%;
    }

    .left__footer ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .item__footer h2 {
        width: 100%;
        margin-bottom: 35px;
    }

    .left__footer ul li {
        width: 32%;
    }

    .right__footer{
        width: 33%;
        display: flex;
        justify-content: space-between;
    }

    .logos__footer {
        position: absolute;
        right: 35px;
        bottom: 35px;
    }

    /*--------------- FOOTER ---------------*/

}

@media screen and (min-width: 1200px){

    /*--------------- FOOTER ---------------*/

    .content__footer {
        width: 100%;
    }

    .logos__footer {
        right: 13%;
        bottom: 13%;
    }

    /*--------------- FOOTER ---------------*/

}

@media screen and (min-width: 1500px){

    /*--------------- FOOTER ---------------*/

    .logos__footer {
        right: 17%;
        bottom: 17%;
    }

    /*--------------- FOOTER ---------------*/

}