*{
    margin: 0;
    padding: 0;
}
a:hover{
    color:white;
    text-decoration: none;
}
a{
    text-decoration: none;
}
p{
    margin-bottom: 0px;
}
header{
    width: 100%;
    height: 220px;
    background: white;
    padding-top: 20px;
}
.icon-call{
    width: 50px;
    height: 50px;
    background: #252f5e;
    color: white;
    border-radius: 50%;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}
.info-past{
    margin-bottom: 30px;
    font-weight: bold;
    color: #252f5e;
}
.contact-header{
    display: flex;
    align-items: center;
    margin-top: 30px;
}
.contact-header a{
    color: black;
    text-decoration: none;
}
.contact-header a:hover{
    color: #718096;
}
header a, .header-animation a{
    color: white;
    text-decoration: none;
}
.header-container{
    height: 100%;
    display: flex;
    overflow: hidden;
    justify-content: space-between;
}
.menu{
    width: 100%;
    height: 60px;
    background: #252f5e;
    position: absolute;
    bottom: 0px;
}
.menu>ul{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.menu>ul>li{
    color: white;
    list-style: none;
    margin: 0px 20px;
    transition: 1s;
}
.menu li:hover{
    color: #6b7280;
    cursor: pointer;
}
.item-header{
    height: 100%;
}
.header-menu-mobile{
    display: none;
}
.header-menu-mobile ul{

}
.header-mobile-menu{
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 150px;
}
.header-mobile-menu .contact-header{
    margin-top: -6px;
}
.close-menu{
    width: 60px;
    height: 60px;
    background: #0a58ca;
    font-size: 40px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}
.menu-mobile{
    display: flex;

    height: 40%;
    align-items: center;

}
.header-menu-mobile li{
    list-style: none;
    font-size: 23px;
}
.item-header img{
    height: 44%;
    margin-top: 20px;
}
.line-top-right{
    margin-left: -3%;
    width: 103%;
    height: 20px;
    background: #252f5e;
}
.line-header:first-child{
    background: #dcdcdc;
}
.item-header:first-child{
    width: 38%;
}
.item-header:last-child{
    width: 50%;
}
.item-header:nth-child(2){
    width: 22%;
}
.lines{
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: absolute;
    width: 100%;
}
.line-header{
    width: 20px;
    height: 120%;
    transform: rotate(30deg);
    transform-origin: top right;
    background: #6b7280;
}
.line-header:last-child{
    background: #252f5e;
}
.line-header:nth-child(3){
    background: #11a1bb;
}
.line-long-left-header{
    width: calc(100% - 100px);
    height: 20px;
    background: #dcdcdc;
    position: absolute;
    bottom: 0px;
}
.line-left-header{
    width: 200px;
    height: 20px;
    background: #718096;
    position: absolute;
    bottom: 30px;
    left: 0px;
}
.item-header{
    position: relative;
}
.header-animation{
    width: 100%;
    height: 60px;
    background: #252f5e;
    position: fixed;
    top: 0px;
    transform: translateY(-100%);
    transition: 1s;
    z-index: 22;
}
.header-animation ul{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.header-animation ul li{
    margin: 0px 20px;
    list-style: none;
    color: white;
}

/*header*/
.banner-image{
    width: 100%;
    height: 500px;
    /*background-image: url("../img/4.jpg");*/
    /*background-size: cover;*/
    /*background-attachment: fixed;*/
    position: relative;
}
.banner-image-back{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    clip-path: inset(0);
}
.banner-image-back img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-single-page img{
    position: fixed!important;
    width: 100%!important;
    height: 100%;
    left: 0px;
    top: 0px;
    object-fit: cover;
}
.banner-image-back img:first-child{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.logo-banner{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 22;
    display: flex;
    justify-content: center;
    align-items: center;
}
.text-center {
    text-align: center!important;
    margin-top: 40px;
}
.banner-image>img:last-child{
    /*position: absolute;*/
}
.banner-image{
    margin: 10px 0px;
}
.banner-image h1{
    font-size: 60px;
    z-index: 222;
    position: relative;
    color: white;
}
.logo-banner img{
    width: 400px;
}
.banner{
    width: 100%;
    background: #252f5e;
    color: white;
    padding-top: 30px;
    padding-bottom: 40px;
}
.line-head-text{
    width: 200px;
    height: 4px;
    background: #252f5e;
    margin: auto;
}
.service-item{
    position: relative;
}
.service-text{
    width: calc(100% - 24px);
    height: 60px;
    background: #11a1bb;
    position: absolute;
    transition: 0.5s;
    bottom: 0px;
}
.service-item h3{
    margin-left: 20px;
}

.service-item:hover .service-text{
    height: 100%;
    opacity: 0.5;
    cursor: pointer;
}
.social-links a{
    list-style: none;
    color: white;
}
.btn-law{
    padding: 15px 50px;
    background: #252f5e;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    width: max-content;
    cursor: pointer;
    transition: 0.5s;
}
.btn-law:hover{
    box-shadow: 0px 0px 13px 2px #252f5ea2;
}

.staff-people img{
    object-fit: cover;
}
.info-social{
    width: 150px;
    height: 40px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    transition: 1s;
}
.info-social>div{
    color: white;
    display: flex;
    background: #252f5e;
    align-items: center;
    justify-content: center;
    width: calc(100% / 3 - 2px);
}
.info-social a{
    color: white;
}
.avatar-user{
    position: relative;
    width: 80%;
    margin: auto;
    overflow: hidden;
}
.item-staff img{
    transition: 1s;
}
.item-staff:hover .info-social{
    width: 200px;
    height: 60px;
}
.item-staff:hover img{
    transform: scale(1.2);
}
.info-social>div{
    border: 2px solid rgba(37, 47, 94, 0.35);
}

.avatar-news{
    max-height: 250px;
}
.avatar-news img{
    height:250px;
    width: 100%;
    object-fit: cover;
}
.news-item{
    margin-bottom: 20px;
}
/*footer*/
footer{
    width: 100%;
    background: #252f5e;
    color: white;
}
footer li{
    list-style: none;
}

.footer-bottom{
    width: 100%;
    height: 60px;
    background: #131c48;
}
.top-footer img{
    width: 300px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 35px;
}
.menu i{
    display: none;
}
.link-link{
    color: white;
    text-decoration: none;
}
.contact-map{
    height: 500px;
}
@media only screen and (max-width: 1300px){
    .menu>ul {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }
    .menu>ul>li {
        color: white;
        list-style: none;
        margin: 0px 10px;
        transition: 1s;
        font-size: 13px;
    }
    .item-header img {
        height: 40%;
        margin-top: 20px;
    }
}
@media only screen and (max-width: 1200px){
    .header-menu-mobile{
        width: 50%;
        height: 100vh;
        background: rgba(37, 47, 94, 0.78);
        z-index: 222;
        position: fixed;
        top: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        /*display: none;*/
        display: block;
        transform:translateX(-100%);
        transition: 1s;
    }
    .header-mobile-menu a{
        color: white;
    }
    .active{
        transform:translateX(0%);
    }
    .contact-header {
        justify-content: flex-end;
    }
    .menu>ul{
        display: none;
    }
    .menu {
        width: 60px;
        height: 60px;
        right: 0px;

        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 40px;
        color: white;
    }
    .menu i{
        display: block;
    }
    .line-header{
        display: none;
    }
    .line-top-right{
        display: none;
    }
    .item-header:nth-child(2){
        display: none;
    }
}

@media only screen and (max-width: 770px){
    .banner-image h1{
        font-size: 30px;
    }

    .header-menu-mobile {
        width: 100%;
    }
    .avatar-news{
        height: 270px;
    }
    .avatar-news img{
        object-fit: cover;
    }
    .line-long-left-header, .line-left-header{
        display: none;
    }
    .item-header img{
        height: 70px;
    }
    .item-header:last-child {
        width: 100%;
        align-items: center;
        display: flex;
    }
    .contact-header {
        justify-content: flex-start;
        align-items: center;
    }
    .header-container{
        flex-direction: column;
    }
}
@media only screen and (max-width: 490px){
    .logo-banner img{
        width: 200px;
    }
    .footer-bottom p{
        font-size: 12px;
        /*text-align: center;*/
    }
    .top-footer img{
        width: 200px;
    }
    .banner-image h1{
        font-size: 20px;
        text-align: center;
    }
}
