/* Colors */

:root {
  --theme-color1: #042e68;
  --theme-color2: #cbbc99;
  --theme-color3: #0070e3;
  --theme-color4: #f4f7fd;
  --theme-grey: #999999;
  --theme-grey-medium: #cccccc;
  --theme-grey-light: #F7F7F7;
  --theme-white: #FEFEFE;
  --theme-black: #121212;
}

/* ****** */

/* Custom */

body {
    background-color: var(--theme-grey-light);
}

.service-icon img {
    width: 70px;
    margin-top: 20px;
}

.contact-area form .submit-btn-wrapper .theme-btn {
    background-color: var(--theme-color2);
    color: var(--theme-white);
    border-radius: 50px;
    padding: 15px 30px;
}

.contact-area form .submit-btn-wrapper .theme-btn:hover {
    background-color: var(--theme-white);
    color: var(--theme-color1);
}

.contact-area form input {
    height: 60px;
    padding: 15px 20px;
    font-size: 15px;
}


.contact-area form input::placeholder {
    font-size: 15px;
}

.hero-style-1 .slide-caption h2, .hero-style-2 .slide-caption h2 {
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.2;
    font-size: 64px;
    margin: 20px 0 50px;
}

.hero-style-1 .slide-caption p, .hero-style-2 .slide-caption p {
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.3;
}

.footer-link.social-icons ul li a {
    width: 40px;
    height: 40px;
    background-color: var(--theme-color1);
    border-radius: 50%;
    line-height: 40px;
    padding: 0;
    margin: 0;
    text-align: center;
    color: var(--theme-white);
}

.footer-link.social-icons ul li a:hover {
    background-color: var(--theme-color2);
    color: var(--theme-white);
}

.about-text h1,
.practice-area .section-title h2,
.section-title2 h2, .section-title h2 {
    text-transform: uppercase;
}

.section-title2 h2 {
    color: var(--theme-color1);
}

.logo-jan {
  height: 16px !important;
  margin-left: 10px;
  margin-top: 2px;
}

.logo {
    margin-bottom: 15px;
}

.logo img {
    width: 150px;
}

.header-top li {
    font-size: 14px;
}

.header-area.sticky {
    border-bottom: 0;
}

.sticky {
    background: var(--theme-color1);
}

.sticky .logo img {
    width: 110px;
}

.main-menu nav ul li a {
    padding: 48px 28px;
    font-weight: 600;
}

.main-menu nav ul li a.active {
    color: var(--theme-color2);
}

.sticky .main-menu nav ul li a {
    padding: 35px 18px;
}

.slide::after {
    background: linear-gradient(to right, rgba(4, 46, 104, 0.82) 14%, rgba(4, 46, 104, 0.82) 15%, rgba(138, 140, 151, 0) 33%, rgba(255, 255, 255, 0) 52%, rgba(244, 244, 244, 0) 55%, rgba(166, 167, 175, 0) 68%, rgba(4, 46, 104) 83%, rgba(4, 46, 104, 0.86) 92%)
}

.footer-link.social-icons ul {
    display: flex;
}

.footer-link.social-icons ul li {
    margin-right: 15px;
}

.service-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120%;
    height: 100%;
    position: relative;
    padding: 30px;
}

.service-icon i {
    font-size: 36px;
    color: var(--theme-white);
}

.section-title h2:before {
    left: calc(50% - 30px);
}

.practice-area .service-text {
    padding: 20px 55px 45px;
    min-height: 178px;
}

.practice-area .service-text p {
    font-size: 14px;
    line-height: 1.5;
}

.expert-single, .expert-content {
    background-color: var(--theme-white);
}

.expert-content h3 {
    padding: 30px 0 0;
    color: var(--theme-color1);
}

.expert-content ul li {
    color: var(--theme-color1);
}

.footer-contact ul li,
.footer-bottom-content span {
    color: var(--theme-color1);
}

.footer-bottom-content span {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

.footer-bottom-content {
    border-top: 1px solid var(--theme-color2);
}

.footer-area {
    border-bottom: 10px solid var(--theme-color2);
}

.footer-area, .expert-area {
    background: url("../images/bg/bg-pattern.png") center center/cover no-repeat local;
}

.expert-area.section-padding {
    padding: 100px 0 160px;
}

.contact-area {
    background: url("../images/about/wollmann-advogados-3.jpg") center center/cover no-repeat local;
    position: relative;
    background-attachment: fixed;
    z-index: 1;
    padding-bottom: 100px;
}

.about-area {
    background-color: var(--theme-color1);
}

.about-area.about-area2.section-padding {
    padding: 120px 0 120px;
}

.expert-active .owl-nav button.owl-prev, .expert-active .owl-nav button.owl-next {
    background-color: var(--theme-color2);
    border-radius: 50%;
    color: var(--theme-white);
}

.btn-style a {
    border-radius: 50px;
    padding: 15px 30px;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 700;
}

.btn-style a:hover {
    background-color: var(--theme-white);
    color: var(--theme-color1);
}

.about-area.about-area2 .btns {
    margin-bottom: 0;
    margin-top: 30px;
}

.header-top .btn-style a {
    border: 1px solid var(--theme-color2);
    color: var(--theme-white);
    font-weight: 400;
}

.header-top .btn-style a:hover {
    border: 1px solid var(--theme-white);
    background-color: var(--theme-white);
    color: var(--theme-color1);
    font-weight: 400;
}

/* .header-top .btn-style a {
    width: 40px;
    height: 40px;
    padding: 0;
    text-align: center;
    margin-left: 10px;
    line-height: 35px;
} */

.footer-top h3 {
    color: var(--theme-color1);
    text-transform: uppercase;
    font-size: 18px !important;
    font-weight: 400;
}

.footer-top {
    padding-top: 75px;
    padding-bottom: 55px;
}

.practice-area {
    background: url(../images/about/wollmann-advogados-4.jpg) center center / cover no-repeat local;
    position: relative;
    z-index: 1;
}

.practice-area::before,
.contact-area:before {
    content: "";
    background-color: rgba(4, 46, 104, 0.9);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.practice-area {
    padding-bottom: 100px;
}

.practice-area .service-icon {
    position: relative;
}

.practice-area .service-icon:after {
    position: absolute;
    content: "";
    background: #c0b596;
    bottom: 0;
    width: 65px;
    height: 1px;
    margin: auto;
    left: 50%;
    transform: translateX(-50%);
}

.practice-area .service-item {
    border: 1px solid #ddd;
    background: none;
    text-align: center;
}

.practice-area .service-text:before {
    display: none;
}

.practice-area .service-icon {
    margin: auto;
}

.practice-area .section-title h2 {
    color: #333;

}

.practice-area .service-text h3 {
    color: #333;
    font-size: 24px;
}

.practice-area .service-text p {
    color: #333;
}

.header-top {
    background: var(--theme-color1);
}

.header-top .container:before {
    display: none;
}

.btn-second {
    margin-left: 10px;
}

.footer-top h3 {
    font-size: 21px;
}

.footer-contact ul li {
    font-size: 15px;
}

.about-area.about-area2 .about-text p {
    margin-bottom: 15px;
    color: rgba(255,255,255,0.6);
}

.practice-area .service-text p {
    color: rgba(255,255,255,0.6);
}

.about-text h1 {
    margin-bottom: 30px;
    color: var(--theme-white);
}

.practice-area .section-title h2 {
    color: var(--theme-white);
}

.practice-area .service-text h3 {
    color: var(--theme-white);
}

.section-title span, .service-text span {
    color: var(--theme-color2);
    text-transform: uppercase;
    line-height: 40px;
}

.section-title h2:before {
    background: var(--theme-color2);
}

.back-to-top {
    background: var(--theme-white);
    width: 50px;
    height: 50px;
    line-height: 50px;
    right: 20px;
    bottom: 90px;
    border-radius: 50%;
}

.back-to-top i {
    color: var(--theme-color1);
}

.back-to-top:hover {
    background-color: var(--theme-color2);
}

.back-to-top:hover i {
    color: var(--theme-white);
}

.header-top li:last-child i,
.header-top li i {
    color: var(--theme-white);
}

.service-text .btn-style a {
    text-transform: none !important;
    font-size: 12px !important;
    background-color: transparent;
    border: 1px solid var(--theme-white);
    padding: 10px 30px;
}

.service-text .btn-style a:hover {
    color: var(--theme-color1);
    background-color: var(--theme-white);
    border: 1px solid var(--theme-white);
}

.modal {
    background-color: #00000090;
    z-index: 999999;
}

.modal-backdrop {
    display: none;
}

.modal-body {
    padding: 30px 35px 20px;
}
  
.modal-header {
    background-color: var(--theme-color1);
}
  
.modal-header .modal-title {
    color: var(--theme-white);
    padding: 10px 20px;
}
  
.close {
    position: relative;
    right: 15px;
    background: transparent;
    color: #FFF;
    width: 30px;
    height: 35px;
    border: 1px solid #FFF;
}

.expert-active .owl-dots {
    position: relative;
    bottom: -50px;
    display: flex;
    justify-content: center;
}

.expert-active .owl-dot {
    display: inline-block;
    height: 10px;
    width: 10px;
    background: #bbb !important;
    border-radius: 50%;
    margin: 0px 5px;
}

.expert-active .owl-dot.active {
    background: var(--theme-color1) !important;
}

/* ****** */

/* WhatsApp */

.widget-whatsapp {
    margin: 25px 20px;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 16000160;
}

.widget-whatsapp--sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.widget-whatsapp {
    width: 50px;
    height: 50px;
    background-color: #4dc247;
    display: block;
    border-radius: 50%;
    text-align: center;
    line-height: 47px;
    /*-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);*/
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.widget-whatsapp:hover {
    background-color: #fff;
    outline: 0;
    /*-webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);*/
}

.widget-whatsapp:hover .widget-whatsapp--icon {
    fill: #4dc247;
}

.widget-whatsapp--icon {
    fill: #fff;
    width: 28px;
    height: 28px;
}

/* ****** */

/* Responsive */


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

    .container {
        padding-left: 30px;
        padding-right: 30px;
    }

    .header-top {
        padding: 5px 0 18px;
    }

    .header-top .gx-1 {
        --bs-gutter-x: 15px;
    }

    .pricing-item, .pricing-item.wollman-jr {
        padding: 25px 45px 35px;
    }

    .pricing-item {
        min-height: 512px !important;
        margin-bottom: 0;
    }

    .expert-active .owl-dots {
        display: flex;
        bottom: -40px;
    }

    .btn-second {
        margin-left: 0;
    }

    .hero-style-1 .slide-caption h2, .hero-style-2 .slide-caption h2 {
        font-size: 32px;
        margin: 240px 0 0;
    }

    .hero, .hero .slide {
        height: 720px;
    }

    .hero .slide {
        background-position: 70% center !important;
    }

    .hero .slide .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .slide::after {
        background: linear-gradient(to top, rgba(4, 46, 104, 0.82) 14%, rgba(4, 46, 104, 0.82) 15%, rgba(138, 140, 151, 0) 33%, rgba(255, 255, 255, 0) 52%, rgba(244, 244, 244, 0) 55%, rgba(166, 167, 175, 0) 68%, rgba(4, 46, 104) 83%, rgba(4, 46, 104, 0.86) 92%);
    }

    .header-area {
        padding: 20px 0 6px;
    }

    .slicknav_btn {
        margin-top: -80px;
    }

    .about-area.about-area2.section-padding {
        padding: 35px 0 35px;
    }

    .about-text h1 {
        margin-bottom: 25px;
        font-size: 26px;
    }

    .about-area.about-area2 .btns {
        margin-top: 15px;
    }

    .about-text p {
        line-height: 26px;
    }

    .practice-area .service-icon {
        padding: 30px 0 0 0;
    }

    .practice-area .service-text {
        min-height: auto;
    }

    .practice-area {
        padding: 40px 0 15px;
    }

    .service-text h3 {
        color: var(--theme-white);
    }

    .section-title h2 {
        margin-bottom: 30px;
    }

    .expert-area.section-padding {
        padding: 40px 0 100px;
    }

    .service-item {
        margin-bottom: 25px;
    }

    .service-icon {
        width: 150%;
        margin-top: 32px;
    }

    .contact-area .mb-4 {
        margin-bottom: 5px !important;
    }

    .contact-area.section-padding {
        padding: 40px 0 50px;
    }

    .contact-area form .submit-btn-wrapper .theme-btn {
        margin-top: 5px;
        width: 100%;
    }

    .footer-link {
        justify-items: center;
        text-align: center;
        justify-content: center;
        position: relative;
        display: flex;
    }

    .footer-top {
        text-align: center;
        padding-top: 50px;
        padding-bottom: 25px;
    }

    .footer-top h3 {
        display: none;
    }

    .footer-contact {
        margin-bottom: 30px;
    }

    .footer-logo {
        max-width: 100%;
        padding: 0 30px;
        margin-bottom: 20px;
    }

    .footer-link.social-icons ul li:last-of-type {
        margin-right: 0;
    }

    .footer-link {
        margin-bottom: 20px;
    }

    .footer-bottom-content span {
        padding-bottom: 0;
    }

    .footer-bottom-content ul {
        margin-top: 0;
    }

    .logo-jan {
        margin-top: 0;
    }

    .footer-bottom-content {
        padding-bottom: 30px;
    }

    .about-area.about-area2 .btn-style a {
        width: 100%;
        text-align: center;
    }

}

.slicknav_nav {
    background: var(--theme-color1);
}

.slicknav_nav a {
    background: var(--theme-color1);
    padding: 15px 20px;
    margin: 5px;
}

.service-text h3 a {
    color: var(--theme-white);
}

.service-text h3 a:hover {
    color: var(--theme-color2);
}

.pricing-item {
    padding: 25px 45px 35px;
    min-height: 490px;
}

.pricing-item.wollman-jr {
    padding: 25px 35px 35px;
}

.pricing-icon h4 {
    color: var(--theme-color1);
}

.pricing-icon span {
    font-size: 14px;
    color: var(--theme-color2);
}

.pricing-text p {
    font-size: 14px;
    margin-bottom: 8px;
    line-height: 22px;
    color: var(--theme-color1);
}

.pricing-item:hover h4,
.pricing-item:hover span {
    color: var(--theme-white);
}