*{
    padding: 0;
    margin: 0;
}
body{
    font-family: 'Montserrat', sans-serif;
}

ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.btn--blue{
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    background: #425559;
    border-radius: 8px;
}

.btn--blue:hover{
    color: #fff;
}

.paddingb-default{
    padding-bottom: 100px;
}

.paddingt-default{
    padding-top: 100px;
}

.gradient-bg{
    background: linear-gradient(90deg, rgba(232,235,226,1) 60%, rgba(54,74,99,1) 60%);
}

.gradient-bg-darker{
    background: linear-gradient(90deg, rgba(209,216,205,1) 80%, rgba(54,74,99,1) 80%);
}

.gradient-bg-darker-invert{
    background: linear-gradient(90deg, rgba(54,74,99,1) 35%, rgba(209,216,205,1) 35%);
}

.grey-bg{
    background: #FAF6F1;
}

.grey-darker-bg{
    background: #e2e6db;
}

.title-style{
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    position: relative;
    color: #425559;
    margin-bottom: 50px;
    display: inline-block;
}

.title-style:after{
    content: '';
    width: 100%;
    height: 2px;
    background: #425559;
    position: absolute;
    bottom: -20px;
    left: 0;
}

.text-style h1{
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    position: relative;
    color: #425559;
    margin-bottom: 50px;
    padding-bottom: 10px;
    display: inline-block;
    border-bottom: 2px solid #425559;
}
.text-style p,
.text-style{
    font-weight: 300;
    font-size: 17px;
    line-height: 24px;
    color: #42555A;
}

.text-style.bold,
.text-style.bold p{
    font-weight: 400;
}

.banner-intern{
    height: 33vh;
    background: linear-gradient(180deg, rgba(54, 74, 99, 0) 0%, #364A63 100%), url('../images/banner-interns.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.modal-header {
    border: none;
}

.calendly-inline-widget{
    min-height: 930px;
}

/* HEADER */

header{
    background: #E8EBE2;
}

.logo-paula-backs{
    width: 284px;
}

header #navbarNav ul.menu {
    display: flex;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
header #navbarNav ul.menu li{
    text-transform: uppercase;
    padding: 10px 15px;
    margin: 0 10px;
}

header #navbarNav ul.menu li.btn--blue a{
    color: #fff;
}
header #navbarNav ul.menu li a{
    text-decoration: none;
     font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #425559;
    padding-bottom: 0;
}
header #navbarNav ul.menu li a.active{
    font-weight: 700;
    border-bottom: 2px solid #425559;
}




.nav-item.pt{
    padding: 0 10px;
}


.top-languages img:hover{
    opacity: 0.8;
    transition: all ease 0.8s;
}
.top-languages .opcity-flag{
    opacity: 0.5;
    transition: all ease 0.8s;
}

.top-languages ul{
    display: flex;
    gap: 30px;
    position: relative;
}

.top-languages img{
    width: 24px;
}

.top-languages li:first-child::before{
    content: '';
    width: 2px;
    height: 24px;
    background: #42555A;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

header.scrolled{
    transition: all ease 1s;
    -webkit-box-shadow: -5px 5px 8px 3px rgba(0,0,0,0.22); 
    box-shadow: -5px 5px 8px 3px rgba(0,0,0,0.22);
    padding: 0;
}

.space-menu{
    height: 92px;
}

/* home */

.home-banners{
    background-image: linear-gradient(180deg, rgba(66, 85, 89, 0) 0%, rgba(54, 74, 99, 0.00312487) 0.01%, rgba(54, 74, 99, 0.883686) 65.42%, #364A63 100%), url('../images/home-banner.jpg'); 
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.home-banner-content{
    height: 90vh;
    color: #fff;
}

.home-banner-content h1{
    font-weight: 400;
    font-size: 32px;
    line-height: 39px;
    margin-bottom: 40px;
}

#homeBannersIndicators .carousel-indicators{
    margin-bottom: 2rem;
}

#homeBannersIndicators .carousel-indicators [data-bs-target]{
    width:10px;
    height:10px;
    background:#fff;
    opacity: 0.1;
    padding: 0;
    margin: 0 5px;
    border: 0;
}

#homeBannersIndicators .carousel-indicators .active{
    background: #fff;
    opacity: 1;
}

#homeBannersIndicators .carousel-indicators [data-bs-target]:focus-visible{
    outline: none;
}

.service-item{
    border: 3px solid #425559;
    color: #425559;
    border-radius: 8px;
    text-align: center;
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    transition: all ease 0.4s;
    margin-top: 20px;
}

.services a{
    text-decoration: none;
}

.service-item img{
    transition: all ease 0.4s;
}

.service-item.home img{
    width: 60px;
}

.service-item p{
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 10px;
}

.service-item:hover{
    background: #425559;
    color: #fff;
}

.service-item:hover img{
    filter: brightness(0) invert(1);
}

/* services */
.service-item.intern{
    width: 100%;
    background: transparent;
}

.service-item.intern.active{
    background: #425559;
    color: #fff;   
}

.service-item.intern.active img{
    filter: brightness(0) invert(1);
}


.service-item.intern:hover{
    background: #425559;
}

.service-item{
    scroll-margin-top: 50rem;
}

.service-item.intern:focus-visible{
    outline: none;
}

/* contact */

.contact-infos{
    display: flex;
    justify-content: space-between;
    margin: 50px 0;
}

p.contact-infos__title{
    font-weight: 600!important;
    margin-bottom: 0;
}

.contact-infos img{
    margin-left: 8px;
}

.contact-infos .border-right,
.contact-infos .border-left{
    position: relative;
}

.contact-infos .border-right::after{
    content: '';
    width: 2px;
    height: 102px;
    background: #425559;
    position: absolute;
    top: 0;
    right: 34px;
}

.contact-infos .border-left::before{
    content: '';
    width: 2px;
    height: 102px;
    background: #425559;
    position: absolute;
    top: 0;
    left: -34px;
}

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

.wpcf7-form label{
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #425559;
    width: 100%;
    margin-bottom: 8px;
}

.wpcf7-form textarea{
    height: 80px;
}
.wpcf7-form textarea,
.wpcf7-form input{
    width: 100%;
    border: none;
    font-weight: 400;
    font-size: 16px;
    padding: 15px;
    color: #ABABAB;
}

.wpcf7-form textarea::placeholder,
.wpcf7-form input::placeholder{
    color: #ABABAB;
}

.wpcf7-form textarea:focus-visible,
.wpcf7-form input:focus-visible{
    outline: none;
}

.wpcf7-form input[type="submit"]{
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    background: #425559;
    border-radius: 8px;
}


/* FOOTER  */

footer{
    background: #E8EBE2;
}

.footer-border{
    position: relative;
}

.footer-border::after{
    content: '';
    width: 3px;
    height: 132px;
    background: #425559;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.footer-copyright{
    position: relative;
}

.footer-copyright::before{
    content: '';
    width: 100%;
    height: 1px;
    background: #425559;
    position: absolute;
    top: -20px;
}

.footer-copyright p{
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.1em;
    color: #425559;
    text-align: center;
    margin: 20px 0;
}

.footer-copyright a{
    color: #425559;
    text-decoration: none;
}

footer li{
    padding: 5px 0!important;
}

footer li.btn--blue{
    background: transparent;
}

footer a{

    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #425559;
    padding-bottom: 0;
    text-decoration: none;
}

/* RESPONSIVE */

@media(max-width: 1200px){
    /* contact */
    .contact-infos .border-right::after ,
    .contact-infos .border-left::before{
        display: none;
    }
}

@media(max-width: 992px){
    /* header */
    .top-languages ul {
        justify-content: center;
        margin-top: 20px;
    }
    
    .top-languages li:first-child::before{
        background: #fff;
    }

    /* intern */
    .banner-intern {
        height: 18vh;
        background-position: bottom;
    }

    /* contact */
    .contact-infos__title{
        display: none;
    }

    .contact .text-style{
        text-align: center;
    }
    
    .contact-infos img{
        margin: auto;
        margin-bottom: 10px;
    }

}

@media(max-width: 778px){
    /* all */
    .paddingb-default{
        padding-bottom: 50px;
    }
    .paddingt-default{
        padding-top: 50px;
    }
    .bg-dark-mobile{
        background: #e2e6db;
    }

    .bg-darker-mobile{
        background: #d1d8cd;
    }

    .title-style{
        text-align: center;
    }

    .title-style:after{
        right: 0;
        margin: auto;
    }

    /* header */
    header .logo-paula-backs{
        width: 226px;
    }

    .space-menu{
        height: 75px;
    }

    /* home */
    .home-banner-content{
        height: 60vh;
    }

    .home-banner-content h1{
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .service-item.home{
        margin-left: 20px;
        margin-right: 20px;
        height: 85%;
    }

    .slick-track{
    display: flex !important;
    }
    .slick-slide
    {
        height: inherit !important;
    }

    .slick-dots {
        bottom: -35px;
    }

     .slick-dots li{
        width: 15px;
        height: 2px;
        padding: 0;
        margin: 0;
    }

    .slick-dots li button:before,
    .slick-dots li.slick-active button:before{
        height: 2px;
        width: 15px;
        padding: 0;
        content: '';
    }

    .slick-dots li.slick-active button,
    .slick-dots li button{
        height: 2px;
        margin: 0;
        padding: 0;
        transform: unset;
        width: 15px;
        border-radius: 0;
        background: #E2E6DB;
    }

    .slick-dots li.slick-active button:before{
        background: #425559;
    }

    /* services */
    .services-slick.intern .services-slick__list{
        margin: 0 10px;
    }
    
    .service-item.intern{
        margin: 0;
    }

    .service-item.intern img{
        width: 40px;
    }

    .services-slick.intern .slick-dots li button{
        background: #fff;
    }

    /* contact */
    input.btn--blue{
        display: block;
        margin: auto;
    }

    /* footer */
    .footer-border::after{
        display: none;
    }
}
