/*
Theme Name: Salusse Marangoni Parente e Jabur Advogados Backup
Theme URI: http://smabr.com/
Version: 1.0
Author: Javali Digital
Author URL: http://www.javalidigital.com.br
*/

@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,900");
$font1: "Source Sans Pro", sans-serif;

$cor1: rgba(255, 255, 255, 1);
$cor100: rgba(255, 255, 255, 0);
$cor101: rgba(255, 255, 255, 0.1);
$cor102: rgba(255, 255, 255, 0.2);
$cor103: rgba(255, 255, 255, 0.3);
$cor104: rgba(255, 255, 255, 0.4);
$cor105: rgba(255, 255, 255, 0.5);
$cor106: rgba(255, 255, 255, 0.6);
$cor107: rgba(255, 255, 255, 0.7);
$cor108: rgba(255, 255, 255, 0.8);
$cor109: rgba(255, 255, 255, 0.9);

$cor2: rgba(0, 87, 87, 1);
$cor201: rgba(0, 87, 87, 0.1);
$cor202: rgba(0, 87, 87, 0.2);
$cor203: rgba(0, 87, 87, 0.3);
$cor204: rgba(0, 87, 87, 0.4);
$cor205: rgba(0, 87, 87, 0.5);
$cor206: rgba(0, 87, 87, 0.6);
$cor207: rgba(0, 87, 87, 0.7);
$cor208: rgba(0, 87, 87, 0.8);
$cor209: rgba(0, 87, 87, 0.9);

$cor3: rgba(0, 148, 144, 1);
$cor301: rgba(0, 148, 144, 0.1);
$cor302: rgba(0, 148, 144, 0.2);
$cor303: rgba(0, 148, 144, 0.3);
$cor304: rgba(0, 148, 144, 0.4);
$cor305: rgba(0, 148, 144, 0.5);
$cor306: rgba(0, 148, 144, 0.6);
$cor307: rgba(0, 148, 144, 0.7);
$cor308: rgba(0, 148, 144, 0.8);
$cor309: rgba(0, 148, 144, 0.9);

$cor4: rgba(105, 94, 89, 1);
$cor400: rgba(105, 94, 89, 0);
$cor401: rgba(105, 94, 89, 0.1);
$cor402: rgba(105, 94, 89, 0.2);
$cor403: rgba(105, 94, 89, 0.3);
$cor404: rgba(105, 94, 89, 0.4);
$cor405: rgba(105, 94, 89, 0.5);
$cor406: rgba(105, 94, 89, 0.6);
$cor407: rgba(105, 94, 89, 0.7);
$cor408: rgba(105, 94, 89, 0.8);
$cor409: rgba(105, 94, 89, 0.9);

$cor5: rgba(103, 228, 225, 1);
$cor6: rgba(172, 172, 172, 1);
$cor7: rgba(0, 0, 0, 1);
$cor8: rgba(220, 220, 220, 1);

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    font-size: 100%;
    height: 100%;
    line-height: 1.15;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    overflow-x: hidden; /* Disable horizontal scroll */
    position: relative;
}

img {
    outline: 1px solid transparent;
}

a {
    text-decoration: none !important;
}
p {
    font-family: $font1;
}

/* Extra small devices (phones, less than 480px - Ex: iPhone 4) */
/* No media query since this is the default in Bootstrap */

.up {
    position: fixed;
    display: block;
    bottom: 10px;
    right: 0;
    z-index: 1000;
    width: 30px;
    height: 30px;
    background-color: $cor3;
    padding: 5px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -ms-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
    &:hover {
        background-color: $cor4;
    }
}

#Menu {
    z-index: 2;
    width: 100%;
    background-color: $cor1;
    .navbar-brand {
        img {
            height: 50px;
            -webkit-transition: all 500ms ease;
            -moz-transition: all 500ms ease;
            -ms-transition: all 500ms ease;
            -o-transition: all 500ms ease;
            transition: all 500ms ease;
        }
    }
    .navbar-toggler {
        border: 1px solid $cor2;
    }
    .navbar-collapse {
        padding-top: 30px;
        ul {
            li {
                list-style: none;
                a {
                    font-family: $font1;
                    color: $cor2;
                    font-weight: 600;
                }
                ul {
                    li {
                        a {
                            color: $cor3;
                            font-weight: 400;
                        }
                    }
                }
            }
            li.active {
                a {
                    color: $cor3;
                }
            }
        }
    }
}
.login_cliente {
    display: none;
}

#home {
    width: 100%;
    height: calc(100% - 76px);
    position: relative;
    background-color: $cor2;
}

#carousel {
    width: 100%;
    height: 100%;
    z-index: 1;
    .carousel-inner {
        height: 100%;
        .carousel-item {
            height: 100%;
            background-position: center top;
            background-size: cover;
            .carousel_overlay {
                height: 100%;
                display: flex;
                align-items: center;
                justify-content: center;
                a {
                    &:hover {
                        h2 {
                            color: $cor6;
                        }
                    }
                }
                .banner-centraliza {
                    width: 95%;
                    text-align: center;
                    h2 {
                        color: $cor1;
                        margin: 0;
                        font-family: $font1;
                    }
                }
            }
        }
    }
    .carousel-control-next,
    .carousel-control-prev {
        top: 76px;
    }
}

.escritorio-texto {
    img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }
}
.atuacao-texto {
    img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }
}

#QuemSomosHome {
    position: relative;
    width: 100%;
    padding: 50px 0;
    background-color: $cor1;
    z-index: 1;
    &:before {
        top: 0;
        transform: skewY(7deg);
        transform-origin: 100% 0;
        padding: 100px 0;
        background: inherit;
        content: "";
        display: block;
        height: 50%;
        left: 0;
        position: absolute;
        right: 0;
        z-index: -1;
        -webkit-backface-visibility: hidden;
    }
    h1 {
        position: relative;
        z-index: 2;
        font-family: $font1;
        color: $cor2;
        margin: 0 0 10px 0;
        font-weight: 600;
        font-size: 3rem;
    }
    hr {
        position: relative;
        z-index: 2;
        border: 0;
        margin: 0 0 20px 0;
        width: 0;
        height: 0;
        border-top: 12px solid $cor4;
        border-left: 28px solid transparent;
    }

    p {
        position: relative;
        z-index: 2;
        font-family: $font1;
        color: $cor4;
        margin: 0;
        font-weight: 600;
        line-height: 30px;
        font-size: 1.3rem;
    }
}

#AtuacaoHome {
    padding: 0 0 50px 0;
    .dropdown-menu {
        display: block;
        background-color: transparent !important;
        border: 0 !important;
        border-radius: 0 !important;
        margin: 0 !important;
        padding: 0 0 0 20px !important;
    }
    .dropdown-toggle {
        &::after {
            display: none;
        }
    }
    .row {
        align-items: flex-end;
    }
    .atuacao_box1,
    .atuacao_box2 {
        ul {
            list-style-image: url("images/icone_lista.png");
            margin-bottom: 0;
            li {
                a {
                    color: $cor5;
                    font-family: $font1;
                    font-weight: 600;
                    font-size: 20px;
                    white-space: normal;
                    padding: 4px 0;
                    &:hover {
                        background-color: transparent;
                    }
                }
                ul {
                    padding-left: 20px;
                    li {
                        a {
                            color: $cor1;
                            font-family: $font1;
                        }
                    }
                }
            }
        }
    }
    .atuacao_box1 {
        background-color: $cor2;
        margin-top: 50px;
        padding: 20px 10px;
        ul {
            padding-left: 25px;
        }
    }
    .atuacao_box2 {
        background-color: $cor3;
        padding: 20px 10px;
        ul {
            padding-left: 25px;
        }
    }
    h1 {
        position: relative;
        z-index: 2;
        font-family: $font1;
        color: $cor2;
        margin: 30px 0 10px 0;
        font-weight: 600;
        font-size: 3rem;
        text-align: right;
        line-height: 1;
    }
    hr {
        margin: 0 0 0 auto;
        position: relative;
        z-index: 2;
        border: 0;
        width: 0;
        height: 0;
        border-top: 12px solid $cor4;
        border-left: 28px solid transparent;
    }
    p {
        position: relative;
        z-index: 2;
        font-family: $font1;
        color: $cor4;
        margin: 30px 0 20px 0;
        font-weight: 600;
        line-height: 30px;
        font-size: 1.3rem;
        text-align: right;
    }
}

#AtualidadesHome {
    padding: 50px 0;
    h1 {
        font-family: $font1;
        color: $cor4;
        margin: 0 0 10px 0;
        font-weight: 600;
        font-size: 3rem;
    }
    hr {
        margin: 0;
        position: relative;
        z-index: 2;
        border: 0;
        width: 0;
        height: 0;
        border-top: 12px solid $cor2;
        border-left: 28px solid transparent;
    }
    .ver_todas {
        color: $cor6;
        font-family: $font1;
        margin: 0;
        text-align: right;
        font-size: 20px;
        font-weight: 600;
        img {
            width: 15px;
        }
    }

    .atualidades_bloco {
        margin-top: 50px;
        .atualidades_ind {
            margin-bottom: 30px;
            .atualidades_borda {
                border: 2px solid $cor8;
                padding: 15px;
            }
            .link_cat {
                font-family: $font1;
                color: $cor7;
                margin: 0;
                font-weight: 700;
                text-transform: uppercase;
                -webkit-transition: all 500ms ease;
                -moz-transition: all 500ms ease;
                -ms-transition: all 500ms ease;
                -o-transition: all 500ms ease;
                transition: all 500ms ease;
                &:hover {
                    color: $cor4;
                }
            }
            hr {
                width: 20px;
                height: 2px;
                border: 0;
                background-color: $cor4;
                margin: 10px 0;
            }
            h5 {
                font-family: $font1;
                color: $cor2;
                margin: 0;
                font-weight: 600;
                -webkit-transition: all 500ms ease;
                -moz-transition: all 500ms ease;
                -ms-transition: all 500ms ease;
                -o-transition: all 500ms ease;
                transition: all 500ms ease;
                &:hover {
                    color: $cor3;
                }
            }
        }
    }
}

#Newsletter {
    padding: 0 0 50px 0;

    .news_bloco {
        background-color: $cor6;
        padding: 20px;

        h1 {
            font-family: $font1;
            color: $cor1;
            margin: 0 0 10px 0;
            font-weight: 600;
            font-size: 2.5rem;
        }
        p {
            font-family: $font1;
            color: $cor1;
            margin: 0;
            font-size: 20px;
        }
        form {
            overflow: hidden;
            margin-top: 20px;
            p:nth-of-type(1) {
                width: 100%;
                float: left;
                padding: 0;
                margin: 0 0 5px 0;
                input {
                    width: 100%;
                    -webkit-border-radius: 0;
                    border-radius: 0;
                    height: 35px;
                    padding: 3px 3px 3px 10px;
                    border: 1px solid $cor1;
                    background-color: transparent;
                    font-family: $font1;
                    color: $cor1;
                    -webkit-transition: all 500ms ease;
                    -moz-transition: all 500ms ease;
                    -ms-transition: all 500ms ease;
                    -o-transition: all 500ms ease;
                    transition: all 500ms ease;
                    &:focus {
                        background-color: $cor2;
                    }
                    &::-webkit-input-placeholder {
                        /* Chrome/Opera/Safari */
                        color: $cor105;
                    }
                    &::-moz-placeholder {
                        /* Firefox 19+ */
                        color: $cor105;
                    }
                    &:-ms-input-placeholder {
                        /* IE 10+ */
                        color: $cor105;
                    }
                    &:-moz-placeholder {
                        /* Firefox 18- */
                        color: $cor105;
                    }
                }
            }
            p:nth-of-type(2) {
                width: 100%;
                float: left;
                padding: 0;
                margin: 0 0 5px 0;
                input {
                    width: 100%;
                    -webkit-border-radius: 0;
                    border-radius: 0;
                    height: 35px;
                    padding: 3px 3px 3px 10px;
                    border: 1px solid $cor1;
                    background-color: transparent;
                    font-family: $font1;
                    color: $cor1;
                    -webkit-transition: all 500ms ease;
                    -moz-transition: all 500ms ease;
                    -ms-transition: all 500ms ease;
                    -o-transition: all 500ms ease;
                    transition: all 500ms ease;
                    &:focus {
                        background-color: $cor2;
                    }
                    &::-webkit-input-placeholder {
                        /* Chrome/Opera/Safari */
                        color: $cor105;
                    }
                    &::-moz-placeholder {
                        /* Firefox 19+ */
                        color: $cor105;
                    }
                    &:-ms-input-placeholder {
                        /* IE 10+ */
                        color: $cor105;
                    }
                    &:-moz-placeholder {
                        /* Firefox 18- */
                        color: $cor105;
                    }
                }
            }
            p:nth-of-type(3) {
                display: none;
            }
            p:nth-of-type(4) {
                width: 100%;
                float: left;
                padding: 0;
                margin: 0;
                input {
                    width: 100%;
                    -webkit-border-radius: 0;
                    border-radius: 0;
                    background-color: $cor1;
                    color: $cor4;
                    border: 0;
                    font-weight: 600;
                    height: 35px;
                    padding: 3px 3px 3px 10px;
                    font-family: $font1;
                    -webkit-transition: all 500ms ease;
                    -moz-transition: all 500ms ease;
                    -ms-transition: all 500ms ease;
                    -o-transition: all 500ms ease;
                    transition: all 500ms ease;
                    &:hover {
                        background-color: $cor1;
                        color: $cor2;
                    }
                    &:focus {
                        background-color: $cor1;
                        color: $cor2;
                    }
                }
                .ajax-loader {
                    position: absolute;
                }
            }
            input.wpcf7-not-valid {
                &::-webkit-input-placeholder {
                    /* Chrome/Opera/Safari */
                    color: red !important;
                }
                &::-moz-placeholder {
                    /* Firefox 19+ */
                    color: red !important;
                }
                &:-ms-input-placeholder {
                    /* IE 10+ */
                    color: red !important;
                }
                &:-moz-placeholder {
                    /* Firefox 18- */
                    color: red !important;
                }
            }
            .wpcf7-response-output {
                float: left;
                width: 100%;
                border: 0;
                -webkit-border-radius: 5px;
                border-radius: 5px;
                background-color: red;
                color: $cor1;
                margin: 5px 0 0 0;
                text-align: center;
            }
            .wpcf7-not-valid-tip {
                display: none;
            }
            div.wpcf7-mail-sent-ok {
                background-color: $cor2;
                color: $cor1;
            }
            div.wpcf7-mail-sent-ng {
                background-color: red;
                color: $cor1;
            }
            div.wpcf7-spam-blocked {
                background-color: red;
                color: $cor1;
            }
            div.wpcf7-validation-errors {
                background-color: red;
                color: $cor1;
            }
        }
        p.consente_news {
            font-family: $font1;
            color: $cor1;
            margin: 10px 0 0 0;
            font-size: 14px;
            line-height: 16px;
        }
    }
}

#NewsletterHeader {
    position: sticky;
    top: 0;
    z-index: 2000;
    display: none;
    padding: 0;
    background-color: $cor6;
    overflow: hidden;
    .news_bloco {
        background-color: $cor6;
        padding: 10px;
        position: relative;
        > i {
            cursor: pointer;
            color: $cor1;
            position: absolute;
            z-index: 2001;
            right: 5px;
            top: 5px;
        }
        h1 {
            font-family: $font1;
            color: $cor1;
            margin: 0 0 10px 0;
            font-weight: 600;
            font-size: 2.5rem;
        }
        p {
            font-family: $font1;
            color: $cor1;
            margin: 0;
            font-size: 20px;
        }

        form {
            overflow: hidden;
            margin-top: 20px;

            p:nth-of-type(1) {
                width: 100%;
                float: left;
                padding: 0;
                margin: 0 0 5px 0;

                input {
                    width: 100%;
                    -webkit-border-radius: 0;
                    border-radius: 0;
                    height: 35px;
                    padding: 3px 3px 3px 10px;
                    border: 1px solid $cor1;
                    background-color: transparent;
                    font-family: $font1;
                    color: $cor1;
                    -webkit-transition: all 500ms ease;
                    -moz-transition: all 500ms ease;
                    -ms-transition: all 500ms ease;
                    -o-transition: all 500ms ease;
                    transition: all 500ms ease;

                    &:focus {
                        background-color: $cor2;
                    }

                    &::-webkit-input-placeholder {
                        /* Chrome/Opera/Safari */
                        color: $cor105;
                    }

                    &::-moz-placeholder {
                        /* Firefox 19+ */
                        color: $cor105;
                    }

                    &:-ms-input-placeholder {
                        /* IE 10+ */
                        color: $cor105;
                    }

                    &:-moz-placeholder {
                        /* Firefox 18- */
                        color: $cor105;
                    }
                }
            }

            p:nth-of-type(2) {
                width: 100%;
                float: left;
                padding: 0;
                margin: 0 0 5px 0;

                input {
                    width: 100%;
                    -webkit-border-radius: 0;
                    border-radius: 0;
                    height: 35px;
                    padding: 3px 3px 3px 10px;
                    border: 1px solid $cor1;
                    background-color: transparent;
                    font-family: $font1;
                    color: $cor1;
                    -webkit-transition: all 500ms ease;
                    -moz-transition: all 500ms ease;
                    -ms-transition: all 500ms ease;
                    -o-transition: all 500ms ease;
                    transition: all 500ms ease;

                    &:focus {
                        background-color: $cor2;
                    }

                    &::-webkit-input-placeholder {
                        /* Chrome/Opera/Safari */
                        color: $cor105;
                    }

                    &::-moz-placeholder {
                        /* Firefox 19+ */
                        color: $cor105;
                    }

                    &:-ms-input-placeholder {
                        /* IE 10+ */
                        color: $cor105;
                    }

                    &:-moz-placeholder {
                        /* Firefox 18- */
                        color: $cor105;
                    }
                }
            }

            p:nth-of-type(3) {
                display: none;
            }

            p:nth-of-type(4) {
                width: 100%;
                float: left;
                padding: 0;
                margin: 0;

                input {
                    width: 100%;
                    -webkit-border-radius: 0;
                    border-radius: 0;
                    background-color: $cor1;
                    color: $cor4;
                    border: 0;
                    font-weight: 600;
                    height: 35px;
                    padding: 3px 3px 3px 10px;
                    font-family: $font1;
                    -webkit-transition: all 500ms ease;
                    -moz-transition: all 500ms ease;
                    -ms-transition: all 500ms ease;
                    -o-transition: all 500ms ease;
                    transition: all 500ms ease;

                    &:hover {
                        background-color: $cor1;
                        color: $cor2;
                    }

                    &:focus {
                        background-color: $cor1;
                        color: $cor2;
                    }
                }

                .ajax-loader {
                    position: absolute;
                }
            }

            input.wpcf7-not-valid {
                &::-webkit-input-placeholder {
                    /* Chrome/Opera/Safari */
                    color: red !important;
                }

                &::-moz-placeholder {
                    /* Firefox 19+ */
                    color: red !important;
                }

                &:-ms-input-placeholder {
                    /* IE 10+ */
                    color: red !important;
                }

                &:-moz-placeholder {
                    /* Firefox 18- */
                    color: red !important;
                }
            }

            .wpcf7-response-output {
                float: left;
                width: 100%;
                border: 0;
                -webkit-border-radius: 5px;
                border-radius: 5px;
                background-color: red;
                color: $cor1;
                margin: 5px 0 0 0;
                text-align: center;
            }

            .wpcf7-not-valid-tip {
                display: none;
            }

            div.wpcf7-mail-sent-ok {
                background-color: $cor2;
                color: $cor1;
            }

            div.wpcf7-mail-sent-ng {
                background-color: red;
                color: $cor1;
            }

            div.wpcf7-spam-blocked {
                background-color: red;
                color: $cor1;
            }

            div.wpcf7-validation-errors {
                background-color: red;
                color: $cor1;
            }
        }

        p.consente_news {
            font-family: $font1;
            color: $cor1;
            margin: 10px 0 0 0;
            font-size: 14px;
            line-height: 16px;
        }
    }
}

#Equipe {
    .equipe_tit {
        justify-content: center;
        background-position: center;
        background-size: cover;
        .equipe_titoverlay {
            padding: 80px 0 180px 0;
            h1 {
                font-family: $font1;
                margin: 0;
                color: $cor1;
                font-weight: 600;
                font-size: 4.5rem;
            }
            p {
                font-family: $font1;
                margin: 0;
                color: $cor1;
                font-weight: 600;
                i {
                    margin-right: 5px;
                }
            }
        }
    }
    .orientacao_flex {
        align-items: flex-end;
    }
    .equipe_info {
        position: relative;
        width: 100%;
        padding: 100px 0;
        background-color: $cor1;
        z-index: 1;
        &:before {
            top: 0;
            transform: skewY(5deg);
            transform-origin: 100% 0;
            padding: 100px 0;
            background: inherit;
            content: "";
            display: block;
            height: 50%;
            left: 0;
            position: absolute;
            right: 0;
            z-index: -1;
            -webkit-backface-visibility: hidden;
        }
        .equipe_filtros {
            overflow: hidden;
            background-color: $cor8;
            padding-top: 10px;
            padding-bottom: 10px;
            margin-top: 30px;
            .filtros_letras {
                float: left;
                width: 80%;
                a,
                img {
                    display: inline;
                    vertical-align: middle;
                }
                a {
                    color: $cor4;
                    font-family: $font1;
                    text-transform: uppercase;
                    cursor: pointer;
                    -webkit-transition: all 500ms ease;
                    -moz-transition: all 500ms ease;
                    -ms-transition: all 500ms ease;
                    -o-transition: all 500ms ease;
                    transition: all 500ms ease;
                    &:hover {
                        color: $cor3;
                    }
                }
                img {
                    width: 5px;
                    margin: 0 3px;
                }
            }
            .filtros_vertodos {
                float: right;
                width: 20%;
                text-align: right;
                a {
                    text-transform: uppercase;
                    color: $cor2;
                    font-family: $font1;
                    cursor: pointer;
                    -webkit-transition: all 500ms ease;
                    -moz-transition: all 500ms ease;
                    -ms-transition: all 500ms ease;
                    -o-transition: all 500ms ease;
                    transition: all 500ms ease;
                    &:hover {
                        color: $cor3;
                    }
                }
            }
            input.nome {
                width: 100%;
                float: left;
                margin-top: 10px;
                -webkit-border-radius: 0;
                border-radius: 0;
                height: 40px;
                padding: 5px 3px 5px 10px;
                border: 0;
                font-family: $font1;
                color: $cor2;
                -webkit-transition: all 500ms ease;
                -moz-transition: all 500ms ease;
                -ms-transition: all 500ms ease;
                -o-transition: all 500ms ease;
                transition: all 500ms ease;
                &::-webkit-input-placeholder {
                    /* Chrome/Opera/Safari */
                    color: $cor2;
                }
                &::-moz-placeholder {
                    /* Firefox 19+ */
                    color: $cor2;
                }
                &:-ms-input-placeholder {
                    /* IE 10+ */
                    color: $cor2;
                }
                &:-moz-placeholder {
                    /* Firefox 18- */
                    color: $cor2;
                }
            }
        }
        .equipe_ind {
            margin-bottom: 20px;
            .equipe_borda {
                border-bottom: 1px solid $cor6;
                min-height: 50px;
                display: flex;
                align-items: center;
            }
            .equipe_borda_adm {
                flex-direction: column;
                padding-bottom: 5px;
                p.equipe_nome {
                    width: 100%;
                }
            }
            .equipe_retrato {
                width: 50px;
                display: inline-block;
                vertical-align: middle;
            }
            p.equipe_nome {
                display: inline-block;
                width: calc(100% - 65px);
                vertical-align: middle;
                font-family: $font1;
                color: $cor3;
                margin: 0 0 0 10px;
                font-size: 18px;
                line-height: 18px;
                -webkit-transition: all 500ms ease;
                -moz-transition: all 500ms ease;
                -ms-transition: all 500ms ease;
                -o-transition: all 500ms ease;
                transition: all 500ms ease;
            }
            p.equipe_nome_retrato {
                width: 100% !important;
            }
            &:hover {
                p.equipe_nome {
                    color: $cor2;
                }
            }
            .perfil_informacoes2 {
                width: 100%;
            }
            .perfil_informacoes2:nth-of-type(1) {
                margin-bottom: -5px;
            }
            .perfil_informacoes2 img {
                width: 12px;
                margin: 0 0 0 5px;
                display: inline;
                vertical-align: middle;
            }
            .perfil_informacoes2 p {
                display: inline;
                vertical-align: middle;
                color: #695e59;
                font-size: 14px;
                margin: 0;
                font-family: "Source Sans Pro", sans-serif;
                a {
                    color: #695e59;
                }
            }
        }
        hr {
            margin-bottom: 30px;
            border: 0;
            height: 1px;
            background-color: $cor3;
            width: 100%;
        }
        .nav-pills {
            justify-content: center;
        }
        .grid {
            margin-top: 30px;
            padding-top: 30px;
            border-top: 1px solid $cor3;
        }
    }
}

#Perfil {
    .perfil_info {
        position: relative;
        width: 100%;
        padding: 50px 0;
        background-color: $cor1;
        z-index: 1;
        &:before {
            top: 0;
            transform: skewY(5deg);
            transform-origin: 100% 0;
            padding: 100px 0;
            background: inherit;
            content: "";
            display: block;
            height: 50%;
            left: 0;
            position: absolute;
            right: 0;
            z-index: -1;
            -webkit-backface-visibility: hidden;
        }
        .perfil_retrato {
            .perfil_ret_borda {
                border-bottom: 5px solid $cor2;
            }
            img {
                width: 100%;
                padding: 0 30px;
            }
        }
        .perfil_contato {
            padding-top: 50px;
            .perfil_contato_bloco {
                padding: 0;
                overflow: hidden;
                h1 {
                    color: $cor2;
                    margin: 0;
                    font-family: $font1;
                    font-weight: 600;
                }
                h5 {
                    color: $cor4;
                    margin: 0;
                    font-family: $font1;
                    font-weight: 600;
                    text-transform: uppercase;
                }
                .perfil_informacoes1,
                .perfil_informacoes2 {
                    float: left;
                    margin-bottom: 15px;
                    img {
                        width: 20px;
                        margin: 0 10px 0 0;
                        display: inline;
                        vertical-align: middle;
                    }
                    p {
                        display: inline;
                        vertical-align: middle;
                        color: $cor4;
                        font-size: 18px;
                        margin: 0;
                        font-family: $font1;
                    }
                    h4 {
                        display: inline;
                        vertical-align: middle;
                        margin: 0;
                        font-family: $font1;
                        font-weight: 600;
                        padding: 0 3px;
                        background-color: $cor2;
                        color: $cor1;
                        font-size: 22px;
                        -webkit-border-radius: 2px;
                        border-radius: 2px;
                    }
                    i {
                        color: $cor2;
                        display: inline;
                        vertical-align: middle;
                        margin-right: 5px;
                    }
                    h3 {
                        margin: 0;
                        font-family: $font1;
                        font-weight: 600;
                        color: $cor2;
                        font-size: 22px;
                    }
                    ul {
                        padding: 0 0 0 20px;
                        margin: 0;
                        list-style-image: url("images/bullet.png");
                        li {
                            float: left;
                            margin-right: 35px;
                            font-family: $font1;
                            a {
                                color: $cor3;
                                &:hover {
                                    color: $cor2;
                                }
                            }
                        }
                    }
                }
                .perfil_informacoes1 {
                    width: 50%;
                }
                .perfil_informacoes2 {
                    width: 100%;
                }
            }
            hr {
                width: 100%;
                border: 0;
                height: 1px;
                background-color: $cor2;
            }
        }
        .perfil_exp {
            .perfil_exp_padding {
                padding: 0;
                margin-top: 50px;
                h3 {
                    margin: 0 0 20px 0;
                    font-family: $font1;
                    font-weight: 600;
                    color: $cor2;
                }
                p {
                    color: $cor4;
                    font-size: 18px;
                    margin: 0;
                    font-family: $font1;
                }
            }
        }
    }
}

#Sobre {
    .sobre_info {
        position: relative;
        width: 100%;
        padding: 50px 0 0 0;
        background-color: $cor1;
        z-index: 1;
        .sobre_centro {
            align-items: center;
            margin-bottom: 50px;
        }
        &:before {
            background: inherit;
            content: "";
            display: block;
            height: 50%;
            left: 0;
            position: absolute;
            right: 0;
            z-index: -1;
            -webkit-backface-visibility: hidden; // for Chrome Windows
            top: 0;
            transform: skewY(5deg);
            transform-origin: 100% 0;
        }
        .sobre_foto {
            margin-top: 30px;
            img {
                width: 100%;
            }
        }
        h1 {
            font-family: $font1;
            color: $cor4;
            margin: 0;
            span {
                color: $cor2;
                font-weight: 600;
            }
        }
        p {
            font-family: $font1;
            color: $cor4;
            margin: 0;
            font-size: 18px;
            line-height: 22px;
        }
        .sobre_texto {
            margin-top: 50px;
            margin-bottom: 50px;
            .sobre_direita {
                text-align: left;
                hr {
                    margin: 0 0 20px 0;
                }
            }
            .sobre_esquerda {
                text-align: left;
                hr {
                    margin: 0 0 20px 0;
                }
            }
            h1 {
                font-family: $font1;
                color: $cor2;
                margin: 0 0 10px 0;
                font-weight: 600;
                font-size: 3rem;
            }
            hr {
                margin: 0;
                position: relative;
                z-index: 2;
                border: 0;
                width: 0;
                height: 0;
                border-top: 12px solid $cor4;
                border-left: 28px solid transparent;
            }
            p {
                font-family: $font1;
                color: $cor4;
                margin: 0 0 10px 0;
                font-weight: 600;
                line-height: 30px;
                font-size: 1.3rem;
            }
        }
    }
}
#responsabilidade {
    .sobre_info {
        position: relative;
        width: 100%;
        padding: 50px 0 0 0;
        background-color: $cor1;
        z-index: 1;
        &:before {
            background-image: url("https://smabr.com/wp-content/uploads/2022/03/digital.png");
            background-position: top left;
            background-size: 90%;
            background-color: #fff;
            background-repeat: no-repeat;
            content: "";
            display: block;
            height: 50%;
            left: 0;
            position: absolute;
            right: 0;
            z-index: -1;
            -webkit-backface-visibility: hidden; // for Chrome Windows
            top: 0;
            transform: skewY(5deg);
            transform-origin: 100% 0;
        }
        .sobre_foto {
            margin-top: 30px;
            img {
                width: 100%;
                margin-bottom: 30px;
            }
        }
        .sobre_centro {
            .texto {
                padding-bottom: 50px;
                h2 {
                    font-family: $font1;
                    font-style: normal;
                    font-weight: 700;
                    font-size: 32px;
                    line-height: 130%;
                    letter-spacing: -0.015em;
                    color: #009490;
                }
                h3 {
                    font-family: $font1;
                    font-style: normal;
                    font-weight: 600;
                    font-size: 24px;
                    line-height: 130%;
                    letter-spacing: -0.015em;
                    color: #005757;
                }
                p {
                    font-family: $font1;
                    color: $cor4;
                    margin: 0;
                    font-size: 18px;
                    line-height: 22px;
                    margin-bottom: 20px;
                }
            }
        }

        .equidade {
            background-color: #cceae9;
            padding-bottom: 50px;
            .eq-texto {
                // padding-left: 50px;
                padding-top: 50px;
                padding-bottom: 30px;
                h3 {
                    font-family: $font1;
                    font-style: normal;
                    font-weight: 700;
                    font-size: 32px;
                    line-height: 120%;
                    letter-spacing: -0.015em;
                    color: #005757;
                }
                p {
                    font-family: "Source Sans Pro";
                    font-style: normal;
                    font-weight: 400;
                    font-size: 24px;
                    line-height: 120%;
                    letter-spacing: -0.015em;
                    color: #695e59;
                    strong {
                        font-weight: 700;
                    }
                }
                .per100 {
                    margin-top: 30px;
                    border: 2px solid #009490;
                    box-sizing: border-box;
                    background-color: transparent;
                    .per {
                        width: 60%;
                        background-color: #009490;
                        padding: 5px 20px;
                        h4 {
                            font-family: $font1;
                            font-style: normal;
                            font-weight: 700;
                            font-size: 36px;
                            line-height: 120%;
                            letter-spacing: -0.015em;
                            color: #fff;
                            margin: 0;
                        }
                    }
                }
            }
            .container-fluid {
                .row {
                    align-items: center;
                }
            }
            img {
                width: 100%;
            }
        }
        .investimento {
            padding-top: 30px;
            padding-bottom: 50px;
            background-color: #fff;
            .row {
                align-items: center;
                justify-content: center;
            }
            .inv-texto {
                position: relative;

                h1 {
                    position: relative;
                    z-index: 2;
                    font-family: $font1;
                    color: $cor2;
                    margin: 50px 0 0 30px;
                    font-weight: 600;
                    font-size: 36px;
                    span {
                        display: block;
                        padding-left: 40px;
                    }
                }
                hr {
                    position: relative;
                    z-index: 2;
                    border: 0;
                    margin: -30px 0 0 30px;
                    width: 0;
                    height: 0;
                    border-top: 12px solid $cor4;
                    border-left: 28px solid transparent;
                }
                img {
                    position: absolute;
                    top: 0;
                    left: 15px;
                    width: 90%;
                }
                p {
                    font-family: "Source Sans Pro";
                    font-style: normal;
                    font-weight: 600;
                    font-size: 20px;
                    line-height: 150%;
                    color: #695e59;
                    margin-top: 60px;
                }
                h5 {
                    font-family: "Source Sans Pro";
                    font-style: normal;
                    font-weight: 600;
                    font-size: 20px;
                    line-height: 150%;
                    color: #009490;
                }
            }
        }
        .causas {
            padding-bottom: 30px;
            background-color: #fff;
            > .container {
                > .row {
                    justify-content: center;
                }
            }
            .ind {
                border: 2px solid #dadada;
                margin-bottom: 30px;
                overflow: hidden;
                .row {
                    align-items: center;
                }
                .texto {
                    padding: 20px 20px 30px 20px;
                    img {
                        max-width: 200px;
                        height: 60px;
                        margin-bottom: 15px;
                        object-fit: contain;
                        object-position: top center;
                    }
                    p {
                        font-family: "Source Sans Pro";
                        font-style: normal;
                        font-weight: 600;
                        font-size: 16px;
                        line-height: 155%;
                        color: #695e59;
                        margin-bottom: 30px;
                    }
                    a {
                        font-family: "Source Sans Pro";
                        font-style: normal;
                        font-weight: 700;
                        font-size: 18px;
                        line-height: 100%;
                        text-align: center;
                        text-transform: uppercase;
                        color: #ffffff;
                        padding: 10px 20px;
                        background: #009490;
                        justify-self: flex-end;
                        margin-top: auto;
                        -webkit-transition: all 300ms ease;
                        -moz-transition: all 300ms ease;
                        -ms-transition: all 300ms ease;
                        -o-transition: all 300ms ease;
                        transition: all 300ms ease;
                        &:hover {
                            background-color: $cor4;
                        }
                    }
                }
                .foto {
                    padding: 0;
                    img {
                        width: 100%;
                        object-fit: cover;
                        object-position: center bottom;
                    }
                }
            }
            .ind-esq {
                border: 0;
                .row {
                    border: 2px solid #dadada;
                    margin: 0 -15px;
                    align-items: flex-start;
                }
                .texto {
                    padding: 20px;
                    min-height: unset;
                    display: flex;
                    flex-direction: column;
                    justify-content: flex-start;
                    align-items: flex-start;
                }
            }
            .ind-dir {
                border: 0;
                .row {
                    border: 2px solid #dadada;
                    margin: 0 -15px;
                    align-items: flex-start;
                }
                .texto {
                    padding: 20px;
                    min-height: unset;
                    display: flex;
                    flex-direction: column;
                    justify-content: flex-start;
                    align-items: flex-start;
                }
            }
        }
        .meio-ambiente {
            background-image: url("https://smabr.com/wp-content/uploads/2022/03/Meio-ambiente.jpg");
            background-position: left center;
            background-size: cover;
            padding-top: 75px;
            padding-bottom: 75px;
            .texto {
                h2 {
                    font-family: "Source Sans Pro";
                    font-style: normal;
                    font-weight: 700;
                    font-size: 36px;
                    line-height: 120%;
                    letter-spacing: -0.015em;
                    color: #65e1de;
                }
                p {
                    font-family: "Source Sans Pro";
                    font-style: normal;
                    font-weight: 600;
                    font-size: 18px;
                    line-height: 130%;
                    color: #ffffff;
                    margin: 0;
                }
            }
        }
        .governanca {
            padding-top: 150px;
            padding-bottom: 75px;
            background-image: url("https://smabr.com/wp-content/uploads/2022/03/img.png");
            background-position: right top;
            background-size: 100%;
            background-repeat: no-repeat;
            .tit-texto {
                position: relative;
                h1 {
                    position: relative;
                    z-index: 2;
                    font-family: $font1;
                    color: $cor2;
                    margin: 50px 0 0 20px;
                    font-weight: 600;
                    font-size: 3rem;
                    span {
                        display: block;
                        padding-left: 40px;
                    }
                }
                img {
                    position: absolute;
                    top: 0;
                    left: 15px;
                    width: 90%;
                }
            }
            .texto-2 {
                margin-top: 70px;

                p {
                    font-family: "Source Sans Pro";
                    font-style: normal;
                    font-weight: 600;
                    font-size: 16px;
                    line-height: 155%;
                    color: #695e59;
                    margin-bottom: 0;
                }
            }
            .texto {
                margin-top: 135px;
                p {
                    font-family: "Source Sans Pro";
                    font-style: normal;
                    font-weight: 600;
                    font-size: 20px;
                    line-height: 150%;
                    color: #695e59;
                    margin-bottom: 15px;
                }
                ul {
                    list-style-type: none;
                    padding-left: 20px;
                    margin-top: 30px;
                    li {
                        font-family: "Source Sans Pro";
                        font-style: normal;
                        font-weight: 600;
                        font-size: 18px;
                        line-height: 120%;
                        color: #007b78;
                        margin-bottom: 10px;
                        position: relative;
                        &:before {
                            content: "";
                            width: 5px;
                            height: 5px;
                            position: absolute;
                            left: -15px;
                            top: 10px;
                            background-color: #007B78;
                            border-radius: 50%;
                        }
                    }
                }
            }
            .gv {
                margin-top: 30px;
                > div {
                    border: 2px solid #dadada;
                    padding: 15px;
                    img {
                        max-width: 200px;
                        margin-bottom: 20px;
                    }
                    p {
                        font-family: "Source Sans Pro";
                        font-style: normal;
                        font-weight: 600;
                        font-size: 16px;
                        line-height: 155%;
                        color: #695e59;
                        margin-bottom: 15px;
                    }
                    a {
                        display: inline-block;
                        font-family: "Source Sans Pro";
                        font-style: normal;
                        font-weight: 700;
                        font-size: 18px;
                        line-height: 100%;
                        text-align: center;
                        text-transform: uppercase;
                        color: #ffffff;
                        padding: 10px 20px;
                        background: #009490;
                    }
                }
            }
        }
    }
}

#Contato {
    .contato_info {
        position: relative;
        width: 100%;
        padding: 50px 0;
        background-color: $cor1;
        z-index: 1;
        &:before,
        &:after {
            background: inherit;
            content: "";
            display: block;
            height: 50%;
            left: 0;
            position: absolute;
            right: 0;
            z-index: -1;
            -webkit-backface-visibility: hidden; // for Chrome Windows
        }
        &:before {
            top: 0;
            transform: skewY(5deg);
            transform-origin: 100% 0;
        }
        &:after {
            bottom: 0;
            transform: skewY(-5deg);
            transform-origin: 100%;
        }
        .contato_texto {
            text-align: center;
            margin-bottom: 100px;
            p {
                font-family: $font1;
                color: $cor4;
                margin: 0;
                font-size: 18px;
                line-height: 22px;
            }
        }
        .contato_dados {
            text-align: center;
            margin-bottom: 30px;
            .contato_dadosbox {
                margin-bottom: 20px;
                img {
                    width: 30px;
                    margin-right: 10px;
                    display: inline;
                    vertical-align: middle;
                }
                h4 {
                    display: inline;
                    vertical-align: middle;
                    margin: 0;
                    color: $cor2;
                }
            }
            h5 {
                margin: 0;
                font-family: $font1;
                color: $cor4;
                font-size: 1.15rem;
            }
        }
    }
    .contato_form {
        background-color: $cor2;
        padding: 80px 0 50px 0;
        h2 {
            font-family: $font1;
            text-align: right;
            color: $cor1;
            margin: 0 0 10px 0;
            font-weight: 600;
        }
        hr {
            margin: 0 0 0 auto;
            position: relative;
            z-index: 2;
            border: 0;
            width: 0;
            height: 0;
            border-top: 12px solid $cor1;
            border-left: 28px solid transparent;
        }
        .formulario {
            margin-top: 50px;
            form {
                overflow: hidden;
                margin-top: 20px;
                p:nth-of-type(1) {
                    width: 50%;
                    float: left;
                    padding: 0 5px 5px 0;
                    margin: 0 0 10px 0;
                    input {
                        width: 100%;
                        -webkit-border-radius: 0;
                        border-radius: 0;
                        height: 40px;
                        padding: 5px 3px 5px 10px;
                        border: 0;
                        border-bottom: 1px solid $cor105;
                        background-color: $cor305;
                        font-family: $font1;
                        color: $cor1;
                        -webkit-transition: all 500ms ease;
                        -moz-transition: all 500ms ease;
                        -ms-transition: all 500ms ease;
                        -o-transition: all 500ms ease;
                        transition: all 500ms ease;
                        &:focus {
                            background-color: $cor2;
                        }
                        &::-webkit-input-placeholder {
                            /* Chrome/Opera/Safari */
                            color: $cor105;
                        }
                        &::-moz-placeholder {
                            /* Firefox 19+ */
                            color: $cor105;
                        }
                        &:-ms-input-placeholder {
                            /* IE 10+ */
                            color: $cor105;
                        }
                        &:-moz-placeholder {
                            /* Firefox 18- */
                            color: $cor105;
                        }
                    }
                }
                p:nth-of-type(2) {
                    width: 50%;
                    float: left;
                    padding: 0 0 5px 5px;
                    margin: 0 0 10px 0;
                    input {
                        width: 100%;
                        -webkit-border-radius: 0;
                        border-radius: 0;
                        height: 40px;
                        padding: 5px 3px 5px 10px;
                        border: 0;
                        border-bottom: 1px solid $cor105;
                        background-color: $cor305;
                        font-family: $font1;
                        color: $cor1;
                        -webkit-transition: all 500ms ease;
                        -moz-transition: all 500ms ease;
                        -ms-transition: all 500ms ease;
                        -o-transition: all 500ms ease;
                        transition: all 500ms ease;
                        &:focus {
                            background-color: $cor2;
                        }
                        &::-webkit-input-placeholder {
                            /* Chrome/Opera/Safari */
                            color: $cor105;
                        }
                        &::-moz-placeholder {
                            /* Firefox 19+ */
                            color: $cor105;
                        }
                        &:-ms-input-placeholder {
                            /* IE 10+ */
                            color: $cor105;
                        }
                        &:-moz-placeholder {
                            /* Firefox 18- */
                            color: $cor105;
                        }
                    }
                }
                p:nth-of-type(3) {
                    width: 50%;
                    float: left;
                    padding: 0 5px 5px 0;
                    margin: 0 0 10px 0;
                    input {
                        width: 100%;
                        -webkit-border-radius: 0;
                        border-radius: 0;
                        height: 40px;
                        padding: 5px 3px 5px 10px;
                        border: 0;
                        border-bottom: 1px solid $cor105;
                        background-color: $cor305;
                        font-family: $font1;
                        color: $cor1;
                        -webkit-transition: all 500ms ease;
                        -moz-transition: all 500ms ease;
                        -ms-transition: all 500ms ease;
                        -o-transition: all 500ms ease;
                        transition: all 500ms ease;
                        &:focus {
                            background-color: $cor2;
                        }
                        &::-webkit-input-placeholder {
                            /* Chrome/Opera/Safari */
                            color: $cor105;
                        }
                        &::-moz-placeholder {
                            /* Firefox 19+ */
                            color: $cor105;
                        }
                        &:-ms-input-placeholder {
                            /* IE 10+ */
                            color: $cor105;
                        }
                        &:-moz-placeholder {
                            /* Firefox 18- */
                            color: $cor105;
                        }
                    }
                }
                p:nth-of-type(4) {
                    width: 50%;
                    float: left;
                    padding: 0 0 5px 5px;
                    margin: 0 0 10px 0;
                    input {
                        width: 100%;
                        -webkit-border-radius: 0;
                        border-radius: 0;
                        height: 40px;
                        padding: 5px 3px 5px 10px;
                        border: 0;
                        border-bottom: 1px solid $cor105;
                        background-color: $cor305;
                        font-family: $font1;
                        color: $cor1;
                        -webkit-transition: all 500ms ease;
                        -moz-transition: all 500ms ease;
                        -ms-transition: all 500ms ease;
                        -o-transition: all 500ms ease;
                        transition: all 500ms ease;
                        &:focus {
                            background-color: $cor2;
                        }
                        &::-webkit-input-placeholder {
                            /* Chrome/Opera/Safari */
                            color: $cor105;
                        }
                        &::-moz-placeholder {
                            /* Firefox 19+ */
                            color: $cor105;
                        }
                        &:-ms-input-placeholder {
                            /* IE 10+ */
                            color: $cor105;
                        }
                        &:-moz-placeholder {
                            /* Firefox 18- */
                            color: $cor105;
                        }
                    }
                }
                p:nth-of-type(5) {
                    width: 100%;
                    float: left;
                    padding: 0;
                    margin: 0;
                    textarea {
                        width: 100%;
                        -webkit-border-radius: 0;
                        border-radius: 0;
                        padding: 5px 3px 5px 10px;
                        border: 0;
                        border-bottom: 1px solid $cor105;
                        background-color: $cor305;
                        font-family: $font1;
                        color: $cor1;
                        -webkit-transition: all 500ms ease;
                        -moz-transition: all 500ms ease;
                        -ms-transition: all 500ms ease;
                        -o-transition: all 500ms ease;
                        transition: all 500ms ease;
                        &:focus {
                            background-color: $cor2;
                        }
                        &::-webkit-input-placeholder {
                            /* Chrome/Opera/Safari */
                            color: $cor105;
                        }
                        &::-moz-placeholder {
                            /* Firefox 19+ */
                            color: $cor105;
                        }
                        &:-ms-input-placeholder {
                            /* IE 10+ */
                            color: $cor105;
                        }
                        &:-moz-placeholder {
                            /* Firefox 18- */
                            color: $cor105;
                        }
                    }
                }
                p:nth-of-type(6) {
                    width: 20%;
                    float: right;
                    padding: 0;
                    margin: 0;
                    input {
                        width: 100%;
                        -webkit-border-radius: 0;
                        border-radius: 0;
                        background-color: $cor1;
                        color: $cor4;
                        border: 0;
                        font-weight: 600;
                        height: 35px;
                        padding: 3px 3px 3px 10px;
                        font-family: $font1;
                        -webkit-transition: all 500ms ease;
                        -moz-transition: all 500ms ease;
                        -ms-transition: all 500ms ease;
                        -o-transition: all 500ms ease;
                        transition: all 500ms ease;
                        &:hover {
                            background-color: $cor1;
                            color: $cor2;
                        }
                        &:focus {
                            background-color: $cor1;
                            color: $cor2;
                        }
                    }
                }
                .wpcf7-not-valid {
                    border: 1px solid red !important;
                }
                .wpcf7-response-output {
                    float: left;
                    width: 100%;
                    border: 0;
                    -webkit-border-radius: 0;
                    border-radius: 0;
                    background-color: red;
                    color: $cor1;
                    margin: 0;
                    text-align: center;
                }
                .wpcf7-not-valid-tip {
                    display: none;
                }
                div.wpcf7-mail-sent-ok {
                    background-color: $cor2;
                    color: $cor1;
                }
                div.wpcf7-mail-sent-ng {
                    background-color: red;
                    color: $cor1;
                }
                div.wpcf7-spam-blocked {
                    background-color: red;
                    color: $cor1;
                }
                div.wpcf7-validation-errors {
                    background-color: red;
                    color: $cor1;
                }
            }
        }
    }
}
#Mapa {
    border-top: 5px solid $cor2;
    height: 50vh;
}

#Atualidades {
    .atualidades_bloco {
        position: relative;
        width: 100%;
        padding: 50px 0;
        background-color: $cor1;
        z-index: 1;
        &:before {
            background: inherit;
            content: "";
            display: block;
            height: 50%;
            left: 0;
            position: absolute;
            right: 0;
            z-index: -1;
            -webkit-backface-visibility: hidden; // for Chrome Windows
            top: 0;
            transform: skewY(5deg);
            transform-origin: 100% 0;
        }
        .paginacao {
            text-align: center;
            margin-top: 30px;
            a {
                margin: 0 10px;
                color: $cor2;
                font-family: $font1;
                font-weight: 700;
                -webkit-transition: all 300ms ease;
                -moz-transition: all 300ms ease;
                -ms-transition: all 300ms ease;
                -o-transition: all 300ms ease;
                transition: all 300ms ease;
                &:hover {
                    color: $cor4;
                }
            }
        }
        .atualidades_ind {
            margin-bottom: 20px;
            .atualidades_borda {
                border: 2px solid $cor8;
                padding: 15px;
            }
            .link_cat {
                font-family: $font1;
                color: $cor7;
                margin: 0;
                font-weight: 700;
                text-transform: uppercase;
                -webkit-transition: all 500ms ease;
                -moz-transition: all 500ms ease;
                -ms-transition: all 500ms ease;
                -o-transition: all 500ms ease;
                transition: all 500ms ease;
                &:hover {
                    color: $cor4;
                }
            }
            hr {
                width: 20px;
                height: 2px;
                border: 0;
                background-color: $cor4;
                margin: 10px 0;
            }
            h5 {
                font-family: $font1;
                color: $cor2;
                margin: 0;
                font-weight: 600;
                -webkit-transition: all 500ms ease;
                -moz-transition: all 500ms ease;
                -ms-transition: all 500ms ease;
                -o-transition: all 500ms ease;
                transition: all 500ms ease;
                &:hover {
                    color: $cor3;
                }
            }
            p {
                font-family: $font1;
                margin: 0;
                color: $cor4;
                font-size: 14px;
            }
        }
        .atualidades_sidebar {
            width: 100%;
            background-color: $cor8;
            padding: 10px;
            .atualidades_filtros {
                h5 {
                    font-family: $font1;
                    color: $cor2;
                    margin: 0 0 20px 0;
                    font-weight: 600;
                }
                a {
                    display: block;
                    font-size: 18px;
                    font-family: $font1;
                    color: $cor4;
                    margin: 0;
                    cursor: pointer;
                    &:hover {
                        color: $cor3;
                    }
                }
                a:last-child {
                    font-weight: 600;
                }
            }
            .atualidades_procura {
                padding: 0 0 10px 0;
                overflow: hidden;
                h6 {
                    font-family: $font1;
                    color: $cor2;
                    margin: 0 0 5px 0;
                    font-weight: 600;
                }
                form {
                    input {
                        width: 80%;
                        float: left;
                        height: 35px;
                        padding: 3px 3px 3px 10px;
                        border: 1px solid $cor3;
                        &::-webkit-input-placeholder {
                            /* Chrome/Opera/Safari */
                            color: $cor4;
                        }
                        &::-moz-placeholder {
                            /* Firefox 19+ */
                            color: $cor4;
                        }
                        &:-ms-input-placeholder {
                            /* IE 10+ */
                            color: $cor4;
                        }
                        &:-moz-placeholder {
                            /* Firefox 18- */
                            color: $cor4;
                        }
                    }
                    button {
                        width: 20%;
                        float: left;
                        background-color: $cor3;
                        color: $cor1;
                        border: 0;
                        font-weight: 600;
                        height: 35px;
                        padding: 3px 3px 3px 10px;
                        text-transform: uppercase;
                        -webkit-transition: all 500ms ease;
                        -moz-transition: all 500ms ease;
                        -ms-transition: all 500ms ease;
                        -o-transition: all 500ms ease;
                        transition: all 500ms ease;
                        &:hover {
                            background-color: $cor1;
                            i {
                                color: $cor3;
                            }
                        }
                        &:focus {
                            background-color: $cor1;
                            i {
                                color: $cor3;
                            }
                        }
                    }
                }
            }
            .atualidades_autores {
                padding: 10px 0;
                h6 {
                    font-family: $font1;
                    color: $cor2;
                    margin: 0 0 5px 0;
                    font-weight: 600;
                }
                li {
                    list-style: none;
                    font-family: $font1;
                    color: $cor3;
                    a {
                        font-size: 16px;
                        font-family: $font1;
                        color: $cor4;
                        margin: 0;
                    }
                }
            }
            .atualidades_cat {
                padding: 10px 0;
                h6 {
                    font-family: $font1;
                    color: $cor2;
                    margin: 0 0 5px 0;
                    font-weight: 600;
                }
                li {
                    list-style: none;
                    font-family: $font1;
                    color: $cor3;
                    a {
                        font-size: 16px;
                        font-family: $font1;
                        color: $cor4;
                        margin: 0;
                    }
                }
            }
            .atualidades_palavras {
                padding: 10px 0;
                h6 {
                    font-family: $font1;
                    color: $cor2;
                    margin: 0 0 5px 0;
                    font-weight: 600;
                }
                ul {
                    list-style: none;
                    padding: 0;
                    li {
                        display: inline-block;
                        vertical-align: middle;
                        padding: 0 2px;
                        margin-bottom: 5px;
                        -webkit-transition: all 300ms ease;
                        -moz-transition: all 300ms ease;
                        -ms-transition: all 300ms ease;
                        -o-transition: all 300ms ease;
                        transition: all 300ms ease;
                        a {
                            font-family: $font1;
                            color: $cor4;
                            margin: 0;
                            -webkit-transition: all 300ms ease;
                            -moz-transition: all 300ms ease;
                            -ms-transition: all 300ms ease;
                            -o-transition: all 300ms ease;
                            transition: all 300ms ease;
                        }
                    }
                }
            }
            .atualidades_arquivo {
                padding: 10px 0 0 0;
                h6 {
                    font-family: $font1;
                    color: $cor2;
                    margin: 0 0 5px 0;
                    font-weight: 600;
                }
                li {
                    list-style: none;
                    a {
                        font-size: 16px;
                        font-family: $font1;
                        color: $cor4;
                        margin: 0;
                    }
                }
            }
        }
    }
}

#Publicacao {
    .publicacao_info {
        position: relative;
        width: 100%;
        padding: 50px 0;
        background-color: $cor1;
        z-index: 1;
        &:before {
            background: inherit;
            content: "";
            display: block;
            height: 50%;
            left: 0;
            position: absolute;
            right: 0;
            z-index: -1;
            -webkit-backface-visibility: hidden; // for Chrome Windows
            top: 0;
            transform: skewY(5deg);
            transform-origin: 100% 0;
        }
        .publicacao_conteudo {
            .publicacao_data_autor {
                p {
                    color: $cor4;
                    margin: 0;
                    strong {
                        font-weight: 700;
                    }
                    a {
                        color: $cor2;
                    }
                }
            }
            .publicacao_bloco {
                margin-top: 20px;
                p {
                    color: $cor4;
                    strong {
                        font-weight: 700;
                    }
                }
                ul,
                ol {
                    li {
                        color: $cor4;
                        font-family: $font1;
                        font-size: 18px;
                    }
                }
                h1,
                h2 {
                    strong {
                        font-weight: 900;
                    }
                }
                img {
                    width: 100%;
                    margin: 0 0 20px 0;
                }
                img.alignleft {
                    width: 50%;
                    float: left;
                    margin-right: 30px;
                }
                img.alignright {
                    width: 50%;
                    float: right;
                    margin-left: 30px;
                }
                blockquote {
                    margin: 20px 0;
                    padding: 20px;
                    font-family: $font1;
                    background-color: $cor8;
                    p {
                        margin: 0;
                    }
                }
                a {
                    color: $cor3;
                    font-family: $font1;
                }
            }
        }
        .publicacao_sidebar {
            width: 100%;
            padding: 0;
            background-color: $cor8;
            padding: 10px;
            .publicacao_procura {
                overflow: hidden;
                padding: 0 0 10px 0;
                h6 {
                    font-family: $font1;
                    color: $cor2;
                    margin: 0 0 5px 0;
                    font-weight: 600;
                }
                form {
                    input {
                        width: 80%;
                        float: left;
                        height: 35px;
                        padding: 3px 3px 3px 10px;
                        border: 1px solid $cor3;
                        &::-webkit-input-placeholder {
                            /* Chrome/Opera/Safari */
                            color: $cor4;
                        }
                        &::-moz-placeholder {
                            /* Firefox 19+ */
                            color: $cor4;
                        }
                        &:-ms-input-placeholder {
                            /* IE 10+ */
                            color: $cor4;
                        }
                        &:-moz-placeholder {
                            /* Firefox 18- */
                            color: $cor4;
                        }
                    }
                    button {
                        width: 20%;
                        float: left;
                        background-color: $cor3;
                        color: $cor1;
                        border: 0;
                        font-weight: 600;
                        height: 35px;
                        padding: 3px 3px 3px 10px;
                        text-transform: uppercase;
                        -webkit-transition: all 500ms ease;
                        -moz-transition: all 500ms ease;
                        -ms-transition: all 500ms ease;
                        -o-transition: all 500ms ease;
                        transition: all 500ms ease;
                        &:hover {
                            background-color: $cor1;
                            i {
                                color: $cor3;
                            }
                        }
                        &:focus {
                            background-color: $cor1;
                            i {
                                color: $cor3;
                            }
                        }
                    }
                }
            }
            .publicacao_cat {
                h6 {
                    font-family: $font1;
                    color: $cor2;
                    margin: 0 0 5px 0;
                    font-weight: 600;
                }
                ul {
                    list-style: none;
                    padding: 0;
                    li {
                        a {
                            font-size: 16px;
                            font-family: $font1;
                            color: $cor4;
                            margin: 0;
                        }
                    }
                }
            }
            .publicacao_palavras {
                h6 {
                    font-family: $font1;
                    color: $cor2;
                    margin: 0 0 5px 0;
                    font-weight: 600;
                }
                ul {
                    list-style: none;
                    padding: 0;
                    li {
                        display: inline-block;
                        vertical-align: middle;
                        padding: 2px 5px 5px 5px;
                        margin-bottom: 5px;
                        -webkit-transition: all 300ms ease;
                        -moz-transition: all 300ms ease;
                        -ms-transition: all 300ms ease;
                        -o-transition: all 300ms ease;
                        transition: all 300ms ease;
                        a {
                            font-family: $font1;
                            color: $cor4;
                            margin: 0;
                            -webkit-transition: all 300ms ease;
                            -moz-transition: all 300ms ease;
                            -ms-transition: all 300ms ease;
                            -o-transition: all 300ms ease;
                            transition: all 300ms ease;
                        }
                    }
                }
            }
            .publicacao_social {
                h6 {
                    font-family: $font1;
                    color: $cor2;
                    margin: 0 0 5px 0;
                    font-weight: 600;
                }
                i {
                    display: inline-block;
                    vertical-align: middle;
                    color: $cor6;
                    margin: 0 5px 0 0;
                }
            }
        }
    }
}

#AtuacaoPag {
    .atuacaopag_bloco {
        position: relative;
        width: 100%;
        padding: 50px 0;
        background-color: $cor1;
        z-index: 1;
        &:before {
            background: inherit;
            content: "";
            display: block;
            height: 50%;
            left: 0;
            position: absolute;
            right: 0;
            z-index: -1;
            -webkit-backface-visibility: hidden; // for Chrome Windows
            top: 0;
            transform: skewY(5deg);
            transform-origin: 100% 0;
        }
        .dropdown-menu {
            display: block;
            background-color: transparent !important;
            border: 0 !important;
            border-radius: 0 !important;
            margin: 0 !important;
            padding: 0 0 0 20px !important;
        }
        .dropdown-toggle {
            &::after {
                display: none;
            }
        }
        .row {
            align-items: flex-end;
        }
        .atuacao_box1,
        .atuacao_box2 {
            ul {
                list-style-image: url("images/icone_lista.png");
                margin-bottom: 0;
                li {
                    a {
                        color: $cor5;
                        font-family: $font1;
                        font-weight: 600;
                        font-size: 20px;
                        white-space: normal;
                        padding: 4px 0;
                        &:hover {
                            background-color: transparent;
                        }
                    }
                    ul {
                        padding-left: 20px;
                        li {
                            a {
                                color: $cor1;
                                font-family: $font1;
                            }
                        }
                    }
                }
            }
        }
        .atuacao_box1 {
            background-color: $cor2;
            padding: 20px 10px;
            ul {
                padding-left: 25px;
            }
        }
        .atuacao_box2 {
            background-color: $cor3;
            padding: 20px 10px;
            ul {
                padding-left: 25px;
            }
        }
        h1 {
            position: relative;
            z-index: 2;
            font-family: $font1;
            color: $cor2;
            margin: 0 0 10px 0;
            font-weight: 600;
            font-size: 3rem;
            text-align: right;
            line-height: 1;
        }
        hr {
            position: relative;
            z-index: 2;
            width: 20px;
            height: 8px;
            border: 0;
            background-color: $cor4;
            margin: 0 0 0 auto;
            text-align: right;
        }
        p {
            position: relative;
            z-index: 2;
            font-family: $font1;
            color: $cor4;
            margin: 30px 0 60px 0;
            font-weight: 600;
            line-height: 30px;
            font-size: 1.3rem;
            text-align: right;
        }
    }
}

#Especializacao {
    .especializacao_tit {
        justify-content: center;
        background-position: center;
        background-size: cover;
        .especializacao_titoverlay {
            padding: 80px 0 180px 0;
            h1 {
                font-family: $font1;
                margin: 0;
                color: $cor1;
                font-weight: 600;
                font-size: 4.5rem;
            }
            p {
                font-family: $font1;
                margin: 0;
                color: $cor1;
                font-weight: 600;
                i {
                    margin-right: 5px;
                }
            }
        }
    }
    .especializacao_bloco {
        position: relative;
        width: 100%;
        padding: 0;
        background-color: $cor1;
        z-index: 1;
        &:before {
            background: inherit;
            content: "";
            display: block;
            height: 50%;
            left: 0;
            position: absolute;
            right: 0;
            z-index: -1;
            -webkit-backface-visibility: hidden; // for Chrome Windows
            top: 0;
            transform: skewY(5deg);
            transform-origin: 100% 0;
        }
        h2 {
            font-family: $font1;
            color: $cor2;
            margin: 0 0 20px 0;
        }
        p {
            font-size: 18px;
            font-family: $font1;
            color: $cor4;
            margin: 0 0 20px 0;
        }
        ul {
            padding: 0 0 0 20px;
            margin: 0;
            list-style-image: url("images/bullet.png");
            li {
                margin-bottom: 10px;
                font-family: $font1;
                color: $cor4;
                font-size: 18px;
            }
        }
    }
}
.especializacao_ind {
    margin-top: 50px;
}
#Especialistas {
    padding: 150px 0 50px 0;
    .row {
        align-items: flex-end;
    }
    h1 {
        font-family: $font1;
        color: $cor4;
        margin: 0 0 10px 0;
        font-weight: 600;
        font-size: 3rem;
    }
    hr {
        position: relative;
        z-index: 2;
        border: 0;
        width: 0;
        height: 0;
        border-top: 12px solid $cor2;
        border-left: 28px solid transparent;
        margin: 0;
    }
    .especialistas_bloco {
        margin-top: 50px;
        .row {
            align-items: flex-start;
        }
        .especialistas_ind {
            margin-bottom: 30px;
            img {
                width: 100%;
                padding: 0 10px;
                border-bottom: 8px solid $cor2;
            }
            p.equipe_nome {
                padding: 10px 20px 0 20px;
                color: $cor2;
                font-weight: 600;
                font-family: $font1;
                font-size: 20px;
                line-height: 20px;
                margin: 0;
            }
            p.equipe_cargo {
                padding: 0 20px 5px 20px;
                color: $cor4;
                font-weight: 600;
                font-family: $font1;
                font-size: 16px;
                margin: 0 0 5px 0;
                text-transform: uppercase;
                border-bottom: 2px solid $cor6;
            }
            a {
                padding: 0 20px;
                color: $cor2;
                font-family: $font1;
                font-size: 20px;
                margin: 0 0 5px 0;
                i {
                    margin-left: 10px;
                }
                &:hover {
                    color: $cor3;
                }
            }
        }
    }
    .ver_todas {
        color: $cor3;
        font-family: $font1;
        margin: 0;
        text-align: right;
        font-size: 20px;
        font-weight: 600;
        img {
            width: 15px;
        }
    }
}
.bloco_pills {
    margin-top: 50px;
    .nav-link.active {
        background-color: $cor2 !important;
    }
    .nav-link {
        -webkit-border-radius: 0 !important;
        border-radius: 0 !important;
    }
}

#Trabalhe {
    .trabalhe_info {
        position: relative;
        width: 100%;
        padding: 50px 0;
        background-color: $cor1;
        z-index: 1;
        &:before {
            top: 0;
            transform: skewY(5deg);
            transform-origin: 100% 0;
            background: inherit;
            content: "";
            display: block;
            height: 50%;
            left: 0;
            position: absolute;
            right: 0;
            z-index: -1;
            -webkit-backface-visibility: hidden; // for Chrome Windows
        }
        .trabalhe_texto {
            margin-bottom: 20px;
            h1 {
                font-family: $font1;
                color: $cor4;
                margin: 0;
                span {
                    color: $cor2;
                    font-weight: 600;
                }
            }
        }
        .formulario {
            form {
                overflow: hidden;
                p:nth-of-type(1) {
                    width: 100%;
                    float: left;
                    padding: 0;
                    margin: 0 0 10px 0;
                    input {
                        width: 100%;
                        -webkit-border-radius: 0;
                        border-radius: 0;
                        padding: 5px 3px 5px 10px;
                        height: 40px;
                        border: 0;
                        border-bottom: 1px solid $cor2;
                        background-color: $cor1;
                        font-family: $font1;
                        color: $cor2;
                        -webkit-transition: all 500ms ease;
                        -moz-transition: all 500ms ease;
                        -ms-transition: all 500ms ease;
                        -o-transition: all 500ms ease;
                        transition: all 500ms ease;
                        &:focus {
                            background-color: $cor8;
                        }
                        &::-webkit-input-placeholder {
                            /* Chrome/Opera/Safari */
                            color: $cor3;
                        }
                        &::-moz-placeholder {
                            /* Firefox 19+ */
                            color: $cor3;
                        }
                        &:-ms-input-placeholder {
                            /* IE 10+ */
                            color: $cor3;
                        }
                        &:-moz-placeholder {
                            /* Firefox 18- */
                            color: $cor3;
                        }
                    }
                }
                p:nth-of-type(2) {
                    width: 100%;
                    float: left;
                    padding: 0;
                    margin: 0 0 10px 0;
                    input {
                        width: 100%;
                        -webkit-border-radius: 0;
                        border-radius: 0;
                        padding: 5px 3px 5px 10px;
                        height: 40px;
                        border: 0;
                        border-bottom: 1px solid $cor2;
                        background-color: $cor1;
                        font-family: $font1;
                        color: $cor2;
                        -webkit-transition: all 500ms ease;
                        -moz-transition: all 500ms ease;
                        -ms-transition: all 500ms ease;
                        -o-transition: all 500ms ease;
                        transition: all 500ms ease;
                        &:focus {
                            background-color: $cor8;
                        }
                        &::-webkit-input-placeholder {
                            /* Chrome/Opera/Safari */
                            color: $cor3;
                        }
                        &::-moz-placeholder {
                            /* Firefox 19+ */
                            color: $cor3;
                        }
                        &:-ms-input-placeholder {
                            /* IE 10+ */
                            color: $cor3;
                        }
                        &:-moz-placeholder {
                            /* Firefox 18- */
                            color: $cor3;
                        }
                    }
                }
                p:nth-of-type(3) {
                    width: 100%;
                    float: left;
                    padding: 0;
                    margin: 0 0 10px 0;
                    input {
                        width: 100%;
                        -webkit-border-radius: 0;
                        border-radius: 0;
                        padding: 5px 3px 5px 10px;
                        height: 40px;
                        border: 0;
                        border-bottom: 1px solid $cor2;
                        background-color: $cor1;
                        font-family: $font1;
                        color: $cor2;
                        -webkit-transition: all 500ms ease;
                        -moz-transition: all 500ms ease;
                        -ms-transition: all 500ms ease;
                        -o-transition: all 500ms ease;
                        transition: all 500ms ease;
                        &:focus {
                            background-color: $cor8;
                        }
                        &::-webkit-input-placeholder {
                            /* Chrome/Opera/Safari */
                            color: $cor3;
                        }
                        &::-moz-placeholder {
                            /* Firefox 19+ */
                            color: $cor3;
                        }
                        &:-ms-input-placeholder {
                            /* IE 10+ */
                            color: $cor3;
                        }
                        &:-moz-placeholder {
                            /* Firefox 18- */
                            color: $cor3;
                        }
                    }
                }
                p:nth-of-type(4) {
                    width: 100%;
                    float: left;
                    padding: 0;
                    margin: 0 0 10px 0;
                    textarea {
                        width: 100%;
                        -webkit-border-radius: 0;
                        border-radius: 0;
                        padding: 5px 3px 5px 10px;
                        height: 200px;
                        border: 0;
                        border-bottom: 1px solid $cor2;
                        background-color: $cor1;
                        font-family: $font1;
                        color: $cor2;
                        -webkit-transition: all 500ms ease;
                        -moz-transition: all 500ms ease;
                        -ms-transition: all 500ms ease;
                        -o-transition: all 500ms ease;
                        transition: all 500ms ease;
                        &:focus {
                            background-color: $cor8;
                        }
                        &::-webkit-input-placeholder {
                            /* Chrome/Opera/Safari */
                            color: $cor3;
                        }
                        &::-moz-placeholder {
                            /* Firefox 19+ */
                            color: $cor3;
                        }
                        &:-ms-input-placeholder {
                            /* IE 10+ */
                            color: $cor3;
                        }
                        &:-moz-placeholder {
                            /* Firefox 18- */
                            color: $cor3;
                        }
                    }
                }
                p:nth-of-type(5) {
                    width: 100%;
                    float: left;
                    padding: 0;
                    margin: 0 0 10px 0;
                    span {
                        font-family: $font1;
                        color: $cor4;
                        margin: 0;
                        font-size: 18px;
                    }
                }
                p:nth-of-type(6) {
                    width: 30%;
                    float: right;
                    padding: 0;
                    margin: 0;
                    input {
                        width: 100%;
                        -webkit-border-radius: 0;
                        border-radius: 0;
                        background-color: $cor2;
                        color: $cor1;
                        border: 0;
                        font-weight: 600;
                        height: 35px;
                        padding: 3px 3px 3px 10px;
                        font-family: $font1;
                        -webkit-transition: all 500ms ease;
                        -moz-transition: all 500ms ease;
                        -ms-transition: all 500ms ease;
                        -o-transition: all 500ms ease;
                        transition: all 500ms ease;
                        &:hover {
                            background-color: $cor3;
                        }
                        &:focus {
                            background-color: $cor3;
                        }
                    }
                }
                .wpcf7-not-valid {
                    border: 1px solid red !important;
                }
                .wpcf7-response-output {
                    float: left;
                    width: 100%;
                    border: 0;
                    -webkit-border-radius: 0;
                    border-radius: 0;
                    background-color: red;
                    color: $cor1;
                    margin: 0;
                    text-align: center;
                }
                .wpcf7-not-valid-tip {
                    display: none;
                }
                div.wpcf7-mail-sent-ok {
                    background-color: $cor2;
                    color: $cor1;
                }
                div.wpcf7-mail-sent-ng {
                    background-color: red;
                    color: $cor1;
                }
                div.wpcf7-spam-blocked {
                    background-color: red;
                    color: $cor1;
                }
                div.wpcf7-validation-errors {
                    background-color: red;
                    color: $cor1;
                }
            }
        }
    }
}
p.consente_trabalhe {
    font-family: $font1;
    color: $cor2;
    margin: 20px 0 0 0;
}

#Preferencias {
    .trabalhe_info {
        position: relative;
        width: 100%;
        padding: 50px 0;
        background-color: $cor1;
        z-index: 1;
        &:before {
            top: 0;
            transform: skewY(5deg);
            transform-origin: 100% 0;
            background: inherit;
            content: "";
            display: block;
            height: 50%;
            left: 0;
            position: absolute;
            right: 0;
            z-index: -1;
            -webkit-backface-visibility: hidden; // for Chrome Windows
        }
        .trabalhe_texto {
            margin-bottom: 20px;
            h1 {
                font-family: $font1;
                color: $cor4;
                margin: 0 0 20px 0;

                span {
                    color: $cor2;
                    font-weight: 600;
                }
            }
            h4 {
                font-family: $font1;
                color: $cor4;
                margin: 0;
                font-style: italic;
                span {
                    color: $cor2;
                    font-weight: 600;
                }
            }
        }
        .formulario {
            h5 {
                font-family: $font1;
                color: $cor2;
                margin: 0 0 10px 0;
                font-weight: 600;
                clear: both;
                padding: 20px 0 0 0;
                span {
                    font-family: $font1;
                    color: #695e59;
                    margin: 0;
                    font-style: italic;
                    font-weight: 400;
                    font-size: 18px;
                }
            }
            form {
                width: 100%;
                overflow: hidden;
                .form_pref {
                    p:nth-of-type(1) {
                        display: none;
                        width: 100%;
                        float: left;
                        padding: 0;
                        margin: 0 0 10px 0;

                        input {
                            width: 100%;
                            -webkit-border-radius: 0;
                            border-radius: 0;
                            padding: 5px 3px 5px 10px;
                            height: 40px;
                            border: 0;
                            border-bottom: 1px solid $cor2;
                            background-color: $cor1;
                            font-family: $font1;
                            color: $cor2;
                            -webkit-transition: all 500ms ease;
                            -moz-transition: all 500ms ease;
                            -ms-transition: all 500ms ease;
                            -o-transition: all 500ms ease;
                            transition: all 500ms ease;

                            &:focus {
                                background-color: $cor8;
                            }

                            &::-webkit-input-placeholder {
                                /* Chrome/Opera/Safari */
                                color: $cor3;
                            }

                            &::-moz-placeholder {
                                /* Firefox 19+ */
                                color: $cor3;
                            }

                            &:-ms-input-placeholder {
                                /* IE 10+ */
                                color: $cor3;
                            }

                            &:-moz-placeholder {
                                /* Firefox 18- */
                                color: $cor3;
                            }
                        }
                    }

                    p:nth-of-type(2) {
                        width: 100%;
                        float: left;
                        padding: 0;
                        margin: 0 0 10px 0;

                        input {
                            width: 100%;
                            -webkit-border-radius: 0;
                            border-radius: 0;
                            padding: 5px 3px 5px 10px;
                            height: 40px;
                            border: 0;
                            border-bottom: 1px solid $cor2;
                            background-color: $cor1;
                            font-family: $font1;
                            color: $cor2;
                            -webkit-transition: all 500ms ease;
                            -moz-transition: all 500ms ease;
                            -ms-transition: all 500ms ease;
                            -o-transition: all 500ms ease;
                            transition: all 500ms ease;

                            &:focus {
                                background-color: $cor8;
                            }

                            &::-webkit-input-placeholder {
                                /* Chrome/Opera/Safari */
                                color: $cor3;
                            }

                            &::-moz-placeholder {
                                /* Firefox 19+ */
                                color: $cor3;
                            }

                            &:-ms-input-placeholder {
                                /* IE 10+ */
                                color: $cor3;
                            }

                            &:-moz-placeholder {
                                /* Firefox 18- */
                                color: $cor3;
                            }
                        }
                    }

                    p:nth-of-type(3) {
                        display: none;
                        width: 100%;
                        float: left;
                        padding: 0;
                        margin: 0 0 10px 0;

                        input {
                            width: 100%;
                            -webkit-border-radius: 0;
                            border-radius: 0;
                            padding: 5px 3px 5px 10px;
                            height: 40px;
                            border: 0;
                            border-bottom: 1px solid $cor2;
                            background-color: $cor1;
                            font-family: $font1;
                            color: $cor2;
                            -webkit-transition: all 500ms ease;
                            -moz-transition: all 500ms ease;
                            -ms-transition: all 500ms ease;
                            -o-transition: all 500ms ease;
                            transition: all 500ms ease;

                            &:focus {
                                background-color: $cor8;
                            }

                            &::-webkit-input-placeholder {
                                /* Chrome/Opera/Safari */
                                color: $cor3;
                            }

                            &::-moz-placeholder {
                                /* Firefox 19+ */
                                color: $cor3;
                            }

                            &:-ms-input-placeholder {
                                /* IE 10+ */
                                color: $cor3;
                            }

                            &:-moz-placeholder {
                                /* Firefox 18- */
                                color: $cor3;
                            }
                        }
                    }
                }
                #areas {
                    .wpcf7-list-item {
                        width: 100%;
                    }
                }
                input[type="submit"] {
                    border-radius: 0 !important;
                    background-color: #005757 !important;
                    color: white !important;
                    border: 0 !important;
                    font-weight: 600 !important;
                    height: 35px !important;
                    padding: 3px 10px !important;
                    font-family: "Source Sans Pro", sans-serif !important;
                    -webkit-transition: all 500ms ease !important;
                    transition: all 500ms ease !important;
                }
                .wpcf7-not-valid {
                    border: 1px solid red !important;
                }
                .wpcf7-response-output {
                    float: left;
                    border: 0;
                    -webkit-border-radius: 0;
                    border-radius: 0;
                    background-color: $cor1;
                    color: $cor1;
                    margin: 0;
                    text-align: left;
                }
                .wpcf7-not-valid-tip {
                    display: none;
                }
                div.wpcf7-mail-sent-ok {
                    background-color: $cor1;
                    color: $cor2;
                }
                div.wpcf7-mail-sent-ng {
                    background-color: $cor1;
                    color: red;
                }
                div.wpcf7-spam-blocked {
                    background-color: $cor1;
                    color: red;
                }
                div.wpcf7-validation-errors {
                    background-color: $cor1;
                    color: red;
                }
            }
        }
    }
}

#Legal {
    .legal_info {
        position: relative;
        width: 100%;
        padding: 50px 0;
        background-color: $cor1;
        z-index: 1;
        &:before {
            background: inherit;
            top: 0;
            transform: skewY(5deg);
            transform-origin: 100% 0;
            content: "";
            display: block;
            height: 50%;
            left: 0;
            position: absolute;
            right: 0;
            z-index: -1;
            -webkit-backface-visibility: hidden; // for Chrome Windows
        }
        p {
            font-family: $font1;
            color: $cor4;
            font-size: 18px;
        }
        ul {
            li {
                font-family: $font1;
                color: $cor4;
                font-size: 18px;
            }
        }
    }
}

footer {
    background-color: $cor2;
    padding: 30px 0 50px 0;
    .rodape_logo {
        img {
            width: 100%;
        }
    }
    .rodape_menu {
        ul {
            list-style: none;
            padding-left: 0;
            margin: 20px 0;
            li {
                a {
                    color: $cor1;
                    font-family: $font1;
                    text-transform: uppercase;
                    -webkit-transition: all 500ms ease;
                    -moz-transition: all 500ms ease;
                    -ms-transition: all 500ms ease;
                    -o-transition: all 500ms ease;
                    transition: all 500ms ease;
                }
            }
            li#menu-item-334,
            li#menu-item-620 {
                a {
                    color: $cor5;
                }
            }
        }
    }
    .rodape_login {
        padding: 0;
        text-align: center;
        margin-top: 20px;
        a {
            color: $cor5 !important;
            text-transform: uppercase;
            font-size: 14px;
            border: 1px solid $cor5;
            padding: 5px 7px;
            -webkit-transition: all 500ms ease;
            -moz-transition: all 500ms ease;
            -ms-transition: all 500ms ease;
            -o-transition: all 500ms ease;
            transition: all 500ms ease;
            &:hover {
                background-color: $cor1;
                border: 1px solid $cor1;
                color: $cor2 !important;
            }
            img {
                width: 12px;
            }
        }
    }
    .rodape_info {
        margin-top: 30px;
        padding-left: 30px;
        .rodape_end,
        .rodape_cont {
            margin-bottom: 10px;
            img {
                width: 20px;
                margin: 0 10px 0 0;
                display: inline-block;
                vertical-align: middle;
            }
            div {
                display: inline-block;
                vertical-align: middle;
                width: calc(100% - 40px);
                p {
                    color: $cor1;
                    margin: 0;
                    font-family: $font1;
                    font-size: 14px;
                    span {
                        font-weight: 700;
                    }
                    a {
                        color: $cor1;
                        text-decoration: underline !important;
                    }
                }
            }
        }
    }
    .rodape_social {
        text-align: right;

        p {
            color: $cor6;
            font-family: $font1;
            margin: 0 20px 0 0;
            display: inline;
            vertical-align: middle;
        }
        i {
            display: inline;
            color: $cor1;
            margin: 0 10px 0 0;
            vertical-align: middle;
        }
    }
    .copyright {
        margin-top: 20px;
        p,
        a {
            color: $cor6;
            margin: 0;
            font-family: $font1;
            font-size: 16px;
        }
        a {
            text-decoration: underline !important;
        }
    }
}

.fullscreen-bg {
    height: 100%;
    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    min-width: 100%;
    min-height: 100%;
    .fullscreen-bg__video {
        position: absolute;
        right: 0;
        bottom: 0;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
    }
    .background-image {
        top: 0;
        left: 0;
        height: 100%;
        /* Preserve aspect ratio */
        min-width: 100%;
        min-height: 100%;
    }
}

#menu-menuareas1,
#menu-menuareas2,
#menu-bloco-1-areas,
#menu-bloco-2-areas {
    .dropdown-menu {
        position: inherit !important;
        display: block !important;
        float: none !important;
        background-color: transparent !important;
        border: 0 !important;
        border-radius: 0 !important;
        margin: 0 !important;
        padding: 0 0 0 20px !important;
    }
}

.titulo_pag {
    justify-content: center;
    background-position: center;
    background-size: cover;
    .titulo_pag_titoverlay {
        padding: 30px 0 70px 0;
        background-position: center;
        background-size: cover;
        h1 {
            font-family: $font1;
            margin: 0;
            color: $cor1;
            font-weight: 600;
            font-size: 2.5rem;
        }
        h1.titulo_single {
            font-size: 2rem;
        }
        h4 {
            font-family: $font1;
            margin: 0;
            color: $cor1;
            font-weight: 600;
        }
        h6 {
            font-family: $font1;
            margin: 0;
            color: $cor1;
            font-weight: 600;
        }
        p {
            font-family: $font1;
            margin: 0;
            color: $cor1;
            font-weight: 600;
            i {
                margin-right: 5px;
            }
        }
    }
}
.title {
    display: none;
}

.show_comp {
    display: none;
}
.show_comp_sobre {
    display: none;
}

.breadcrumbs {
    color: $cor1;
    a {
        color: $cor1;
        &:hover {
            color: $cor5;
        }
    }

    hr {
        position: relative;
        z-index: 2;
        border: 0;
        margin: 0;
        width: 0;
        height: 0;
        border-top: 12px solid $cor1;
        border-left: 28px solid transparent;
        display: inline-block;
        vertical-align: middle;
    }
}

.nav-item {
    .nav-link.active {
        background-color: #009490 !important;
    }
}

.nav-pills {
    .nav-link {
        color: $cor2;
        font-weight: 600;
        font-family: $font1;
    }
}

#Pag404 {
    text-align: center;
    padding: 100px 0;
    overflow: hidden;
    h1 {
        font-family: $font1;
        margin: 0;
        color: $cor2;
        font-weight: 900;
        font-size: 7.5rem;
        text-transform: uppercase;
    }
    p {
        font-family: $font1;
        color: $cor4;
        font-size: 18px;
        width: 100%;
        float: left;
    }
}

.porque {
    p {
        margin-bottom: 20px;
        font-family: $font1;
        color: $cor2;
        font-size: 20px;
        width: 100%;
    }
    p.p_primeiro {
        margin-bottom: 0;
        font-style: italic;
    }
    p.small {
        margin-bottom: 20px;
        font-style: italic;
    }
}

.disclaimer {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    z-index: -1;
    bottom: -100%;
    left: 0;
    right: 0;
    margin: auto;
    padding: 20px 0;
    background-color: $cor2;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    text-align: center;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.disclaimer .fechar {
    position: absolute;
    right: 0;
    top: -40px;
    background-color: $cor7;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.disclaimer .fechar:hover {
    background-color: $cor2;
}

.disclaimer p {
    font-family: $font1;
    margin: 0 0 20px 0;
    color: $cor1;
    line-height: 18px;
    font-size: 14px;
}

.disclaimer a.link-politica {
    text-decoration: underline !important;
    font-weight: bold;
    color: $cor1;
}

.disclaimer button.politica {
    cursor: pointer;
    font-family: $font1;
    border: 0;
    margin: 0;
    color: $cor7 !important;
    font-size: 16px;
    padding: 10px 15px;
    background-color: $cor1;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.disclaimer button.politica:hover {
    color: white !important;
    background-color: $cor3;
}

.titulo_pag.titulo_pag_resp .titulo_pag_titoverlay h1 {
    font-size: 2.2rem;
}

/* Small devices (smartphones, 480px ld or 320px pt and up) */
@media (max-width: 575px) and (orientation: landscape) {
    #responsabilidade .sobre_info .causas .ind-dir .texto {
        min-height: unset;
    }
    #responsabilidade .sobre_info .governanca .tit-texto img {
        width: 50%;
    }
    #responsabilidade .sobre_info .investimento .inv-texto img {
        width: 50%;
    }
    .titulo_pag.titulo_pag_resp .titulo_pag_titoverlay {
        padding: 70px 0 90px 0;
    }

    #home {
        height: 120%;
    }

    #Trabalhe {
        .trabalhe_info {
            .formulario {
                form {
                    p:nth-of-type(1) {
                        width: 33.33333333334%;
                        padding: 0 5px 5px 0;
                    }
                    p:nth-of-type(2) {
                        width: 33.33333333334%;
                        padding: 0 5px 5px 5px;
                    }
                    p:nth-of-type(3) {
                        width: 33.33333333334%;
                        padding: 0 0 5px 5px;
                    }
                    p:nth-of-type(4) {
                        width: 100%;
                    }
                    p:nth-of-type(5) {
                        width: 100%;
                    }
                    p:nth-of-type(6) {
                        width: 30%;
                    }
                }
            }
        }
    }

    #Equipe {
        .equipe_info {
            .equipe_filtros {
                input.nome {
                    width: 50%;
                }
            }
        }
    }

    footer {
        .rodape_info {
            .rodape_end,
            .rodape_cont {
                div {
                    p {
                        font-size: 16px;
                    }
                }
            }
        }
    }

    #Pag404 {
        p {
            width: 50%;
            padding: 0 10px;
        }
    }
}

/* Small devices (smartphones, 480px ld or 320px pt and up) */
@media (min-width: 321px) and (orientation: portrait) {
    #home {
        height: calc(100% - 76px);
    }
    #carousel {
        .carousel-inner {
            .carousel-item {
                background-position: 15% top;
            }
        }
    }

    footer {
        .rodape_info {
            .rodape_end,
            .rodape_cont {
                div {
                    p {
                        font-size: 16px;
                    }
                }
            }
        }
    }
}
@media (min-width: 576px) and (orientation: landscape) {

    .titulo_pag.titulo_pag_resp .titulo_pag_titoverlay {
        padding: 70px 0 90px 0;
    }
    #responsabilidade .sobre_info .governanca .tit-texto img {
        width: 50%;
    }
    #responsabilidade .sobre_info .investimento .inv-texto img {
        width: 50%;
    }

    #carousel {
        .carousel-inner {
            .carousel-item {
                .carousel_overlay {
                    justify-content: flex-end;
                    .banner-centraliza {
                        width: 55%;
                        text-align: left;
                        margin-right: 30px;
                    }
                }
            }
        }
    }

    #home {
        height: calc(110% - 76px);
    }

    #QuemSomosHome {
        h1 {
            font-size: 2.8rem;
        }
    }

    #Sobre {
        .sobre_info {
            .sobre_texto {
                .sobre_direita {
                    text-align: right;
                    hr {
                        margin: 0 0 0 auto;
                    }
                }
                .sobre_esquerda {
                    text-align: left;
                    hr {
                        margin: 0 auto 0 0;
                    }
                }
            }
        }
    }

    #Trabalhe {
        .trabalhe_info {
            .formulario {
                form {
                    p:nth-of-type(1) {
                        width: 33.33333333334%;
                        padding: 0 5px 5px 0;
                    }
                    p:nth-of-type(2) {
                        width: 33.33333333334%;
                        padding: 0 5px 5px 5px;
                    }
                    p:nth-of-type(3) {
                        width: 33.33333333334%;
                        padding: 0 0 5px 5px;
                    }
                    p:nth-of-type(4) {
                        width: 100%;
                    }
                    p:nth-of-type(5) {
                        width: 100%;
                    }
                    p:nth-of-type(6) {
                        width: 30%;
                    }
                }
            }
        }
    }

    #Equipe {
        .equipe_info {
            .equipe_filtros {
                input.nome {
                    width: 50%;
                }
            }
        }
    }

    footer {
        .rodape_menu {
            text-align: right;
            ul {
                margin: 0;
                li {
                    display: inline-block;
                    a {
                        font-size: 14px;
                        padding: 0 4px;
                    }
                }
            }
        }
        .rodape_info {
            .rodape_end,
            .rodape_cont {
                div {
                    p {
                        font-size: 16px;
                    }
                }
            }
        }
        .rodape_newsletter {
            form {
                p:nth-of-type(1) {
                    width: 33.3333333334%;
                    padding: 0 5px 0 0;
                    margin: 0;
                }
                p:nth-of-type(2) {
                    width: 33.3333333334%;
                    float: left;
                    padding: 0 5px;
                    margin: 0;
                }
                p:nth-of-type(3) {
                    width: 33.3333333334%;
                    padding: 0 0 0 5px;
                    margin: 0;
                    input {
                        width: 100%;
                    }
                }
            }
        }
    }
    footer .rodape_logo img {
        width: 130%;
    }

    #Pag404 {
        p {
            width: 50%;
            padding: 0 10px;
        }
    }
}

/* Small devices (tablets pt, 768px and up) */
@media (min-width: 768px) {
    #responsabilidade .sobre_info .governanca .tit-texto img {
        width: 90%;
    }
    #responsabilidade .sobre_info .investimento .inv-texto img {
        width: 90%;
    }

    #responsabilidade .sobre_info .governanca .gv > div {
        padding: 30px;
    }
    #responsabilidade .sobre_info .governanca .gv {
        margin-top: 120px;
    }
    #responsabilidade .sobre_info .governanca .texto {
        margin-top: 125px;
    }
    #responsabilidade .sobre_info .governanca .tit-texto h1 {
        margin: 70px 0 0 20px;
    }
    #responsabilidade .sobre_info .governanca .tit-texto img {
        left: 0;
    }
    #responsabilidade .sobre_info .governanca {
        padding-top: 75px;
        padding-bottom: 75px;
        background-size: 50%;
    }
    #responsabilidade .sobre_info .meio-ambiente .texto p {
        font-size: 20px;
        line-height: 150%;
    }
    #responsabilidade .sobre_info .meio-ambiente .texto h2 {
        font-size: 48px;
    }
    #responsabilidade .sobre_info .causas .ind-esq .texto {
        padding: 30px 45px;
        min-height: 392px;
    }
    #responsabilidade .sobre_info .causas .ind-esq .row {
        margin: 0 0 0 -15px;
    }
    #responsabilidade .sobre_info .causas .ind-dir .texto {
        padding: 30px 45px;
        min-height: 392px;
    }
    #responsabilidade .sobre_info .causas .ind-dir .row {
        margin: 0 -15px 0 0;
    }
    #responsabilidade .sobre_info .causas .ind .texto img {
        max-width: 200px;
        height: 100px;
        object-position: top center;
    }
    #responsabilidade .sobre_info .causas .ind .texto {
        padding: 20px;
    }
    #responsabilidade .sobre_info .causas .ind .row {
        align-items: stretch;
    }
    #responsabilidade .sobre_info .causas .ind .foto img {
        height: 100%;
    }
    #responsabilidade .sobre_info .investimento {
        padding-bottom: 100px;
    }
    #responsabilidade .sobre_info .investimento .inv-texto img {
        left: 0;
    }
    #responsabilidade .sobre_info .investimento .inv-texto hr {
        margin: -40px 0 0 20px;
    }
    #responsabilidade .sobre_info .investimento .inv-texto h1 {
        margin: 50px 0 0 20px;
        font-size: 3rem;
    }
    
    #responsabilidade .sobre_info .equidade .eq-texto .per100 .per h4 {
        font-size: 32px;
    }
    #responsabilidade .sobre_info .equidade .eq-texto p {
        font-size: 26px;
    }
    #responsabilidade .sobre_info .equidade .eq-texto h3 {
        font-size: 36px;
    }
    #responsabilidade .sobre_info .equidade .container-fluid {
        padding: 0;
        overflow: hidden;
    }
    #responsabilidade .sobre_info .equidade .eq-texto {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-right: 15px;
        padding-left: 30px;
    }
    #responsabilidade .sobre_info .equidade .eq-texto .per100 {
        margin-top: 10px;
    }
    #responsabilidade .sobre_info .equidade {
        padding-bottom: 0;
    }
    #responsabilidade .sobre_info .sobre_centro .texto h3 {
        font-size: 26px;
    }
    #responsabilidade .sobre_info .sobre_foto img {
        margin-bottom: 0;
    }
    #responsabilidade .sobre_info:before {
        background-size: 50%;
    }
    .titulo_pag.titulo_pag_resp .titulo_pag_titoverlay h1 {
        font-size: 2.5rem;
    }

    .disclaimer {
        padding: 50px 0;
        text-align: left;
    }

    .disclaimer p {
        margin: 0;
        font-size: 16px;
    }

    .escritorio-texto {
        img {
            position: absolute;
            top: -50px;
            left: 0;
            width: 100%;
        }
    }
    .atuacao-texto {
        img {
            position: absolute;
            top: 0;
            left: auto;
            right: 0;
            width: 50%;
        }
    }

    #home {
        height: 100%;
    }
    #carousel {
        .carousel-inner {
            .carousel-item {
                background-position: 30% top;
                .carousel_overlay {
                    justify-content: flex-end;
                    .banner-centraliza {
                        width: 45%;
                        text-align: left;
                        margin-right: 30px;
                    }
                }
            }
        }
    }

    #QuemSomosHome {
        h1 {
            font-size: 3rem;
            margin: -40px 0 10px 0;
        }
        hr {
            margin: 0;
        }
        p {
            line-height: 30px;
            font-size: 1.3rem;
        }
    }

    #AtuacaoHome {
        h1 {
            margin: 30px 0 10px 0;
        }
    }

    #Sobre {
        .sobre_info {
            .sobre_foto {
                margin-top: 0;
            }
            .sobre_texto {
                margin-top: 100px;
                margin-bottom: 100px;
                .sobre_direita {
                    text-align: right;
                    hr {
                        margin: 0 0 0 auto;
                    }
                }
                .sobre_esquerda {
                    text-align: left;
                    hr {
                        margin: 0 auto 0 0;
                    }
                }
            }
        }
    }

    #Equipe {
        .equipe_info {
            .equipe_filtros {
                input.nome {
                    width: 50%;
                }
            }
        }
    }

    #Perfil {
        .perfil_info {
            .perfil_contato {
                .perfil_contato_bloco {
                    padding: 0 20px;
                }
            }
            .perfil_exp {
                .perfil_exp_padding {
                    padding: 0 20px;
                }
            }
        }
    }

    #Atualidades {
        .atualidades_bloco {
            padding: 100px 0;
        }
    }

    #Publicacao {
        .publicacao_info {
            padding: 100px 0;
        }
    }

    #Contato {
        .contato_info {
            padding: 100px 0;
            .contato_dados {
                .contato_dadosbox {
                    img {
                        width: 40px;
                    }
                }
            }
        }
        .contato_form {
            background-color: $cor2;
            padding: 150px 0 100px 0;
        }
    }

    #AtuacaoPag {
        .atuacaopag_bloco {
            padding: 100px 0;
        }
    }

    #Trabalhe {
        .trabalhe_info {
            .formulario {
                form {
                    p:nth-of-type(1) {
                        width: 33.33333333334%;
                        padding: 0 5px 5px 0;
                    }
                    p:nth-of-type(2) {
                        width: 33.33333333334%;
                        padding: 0 5px 5px 5px;
                    }
                    p:nth-of-type(3) {
                        width: 33.33333333334%;
                        padding: 0 0 5px 5px;
                    }
                    p:nth-of-type(4) {
                        width: 100%;
                    }
                    p:nth-of-type(5) {
                        width: 75%;
                    }
                    p:nth-of-type(6) {
                        width: 25%;
                    }
                }
            }
        }
    }

    #Preferencias .trabalhe_info .formulario form .form_pref p:nth-of-type(1) {
        width: 50%;
        padding: 0 5px 0 0;
        margin-bottom: 10px;
    }
    #Preferencias .trabalhe_info .formulario form .form_pref p:nth-of-type(2) {
        width: 100%;
        padding: 0 0 0 5px;
        margin-bottom: 10px;
    }
    #Preferencias .trabalhe_info .formulario form .form_pref p:nth-of-type(3) {
        width: 100%;
        padding: 0;
        margin-bottom: 30px;
    }

    footer {
        .rodape_menu {
            text-align: right;
            ul {
                margin: 0;
                li {
                    display: inline-block;
                    a {
                        font-size: 13px;
                        padding: 0 4px;
                    }
                }
            }
        }
        .rodape_info {
            .rodape_end,
            .rodape_cont {
                div {
                    p {
                        font-size: 16px;
                    }
                }
            }
        }
        .rodape_newsletter {
            form {
                p:nth-of-type(1) {
                    width: 33.3333333334%;
                    padding: 0 5px 0 0;
                    margin: 0;
                }
                p:nth-of-type(2) {
                    width: 33.3333333334%;
                    float: left;
                    padding: 0 5px;
                    margin: 0;
                }
                p:nth-of-type(3) {
                    width: 33.3333333334%;
                    padding: 0 0 0 5px;
                    margin: 0;
                    input {
                        width: 100%;
                    }
                }
            }
        }
        .copyright {
            margin-top: 0;
        }
        .rodape_login {
            margin-top: 20px;
        }
    }
    footer .rodape_login a {
        font-size: 8px;
    }
    footer .rodape_logo img {
        width: 160%;
    }

    .titulo_pag {
        .titulo_pag_titoverlay {
            padding: 50px 0 100px 0;
        }
    }

    .show_mob_sobre {
        display: none;
    }
    .show_comp_sobre {
        display: block;
    }

    #Pag404 {
        p {
            width: 50%;
            padding: 0 10px;
        }
    }

    .titulo_pag.titulo_pag_resp {
        background-position: center right;
        background-size: contain;
        background-repeat: no-repeat;
    }
}

@media (min-width: 768px) and (orientation: portrait) {
    #home {
        height: 60%;
    }
}

/* Medium devices (desktops and tablets ld, 992px and up) */
@media (min-width: 992px) {
    .escritorio-texto {
        img {
            position: absolute;
            top: -100px;
            left: 0;
            width: 80%;
        }
    }
    .atuacao-texto {
        img {
            position: absolute;
            top: 0;
            left: 0;
            right: auto;
            width: 100%;
        }
    }

    #Menu {
        z-index: 2;
        width: 100%;
        .navbar-brand {
            padding: 0;
            margin: 0;
            img {
                height: 80px;
            }
        }
        .navbar-collapse {
            justify-content: flex-end;
            flex-direction: column;
            align-items: flex-end;
            padding-top: 0;
            .login_cliente {
                padding-right: 10px;
                margin-bottom: 15px;
                text-align: right;
                a.link_lang {
                    color: $cor1;
                    font-family: $font1;
                    padding: 3px 5px 5px 5px;
                    background-color: $cor2;
                    margin-left: 5px;
                    font-size: 14px;
                }
                a.link_login {
                    background-color: $cor3;
                    color: $cor1;
                    padding: 3px 10px 5px 10px;
                    font-family: $font1;
                    font-size: 14px;
                    text-transform: uppercase;
                    -webkit-transition: all 500ms ease;
                    -moz-transition: all 500ms ease;
                    -ms-transition: all 500ms ease;
                    -o-transition: all 500ms ease;
                    transition: all 500ms ease;
                    &:hover {
                        background-color: $cor2;
                    }
                    img {
                        width: 10px;
                        margin-right: 5px;
                    }
                }
            }
            ul {
                margin: 0;
                li {
                    display: inline-block;
                    padding: 0 10px;
                    a {
                        font-size: 16px;
                        -webkit-transition: all 500ms ease;
                        -moz-transition: all 500ms ease;
                        -ms-transition: all 500ms ease;
                        -o-transition: all 500ms ease;
                        transition: all 500ms ease;
                        &:hover,
                        &:focus {
                            color: $cor3;
                            background-color: transparent;
                        }
                    }
                    .dropdown-menu {
                        li {
                            a {
                                font-size: 14px;
                            }
                            .dropdown-menu {
                                left: 100% !important;
                                top: 0;
                                li {
                                    display: block;
                                    a {
                                        padding: 4px 0;
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }

    #home {
        height: 75%;
    }
    #carousel {
        .carousel-inner {
            .carousel-item {
                .carousel_overlay {
                    .banner-centraliza {
                        width: 40%;
                    }
                }
            }
        }
        .carousel-control-next,
        .carousel-control-prev {
            top: 66px;
        }
    }

    #AtuacaoHome {
        .atuacao_box1 {
            margin-top: 0;
        }
        p {
            margin: 30px 0 100px 0;
        }
    }

    #AtualidadesHome {
        .atualidades_bloco {
            .atualidades_ind {
                margin-bottom: 0;
            }
        }
    }

    #Newsletter {
        padding: 50px 0;

        .news_bloco {
            background-color: $cor6;
            padding: 20px;

            h1 {
                font-family: $font1;
                color: $cor1;
                margin: 0 0 10px 0;
                font-weight: 600;
                font-size: 2.5rem;
            }
            p {
                font-family: $font1;
                color: $cor1;
                margin: 0;
                font-size: 20px;
            }
            form {
                overflow: hidden;
                margin-top: 20px;
                p:nth-of-type(1) {
                    width: 40%;
                    padding: 0;
                    margin: 0;
                }
                p:nth-of-type(2) {
                    width: 40%;
                    padding: 0 5px;
                    margin: 0;
                }
                p:nth-of-type(4) {
                    width: 20%;
                    margin: 0;
                }
            }
        }
    }
    #NewsletterHeader {
        .news_bloco {
            h1 {
                margin: 0 0 10px 0;
                font-size: 2.5rem;
            }

            p {
                margin: 0;
                font-size: 20px;
            }

            form {
                margin-top: 20px;
                p:nth-of-type(1) {
                    width: 40%;
                    padding: 0;
                    margin: 0;
                }

                p:nth-of-type(2) {
                    width: 40%;
                    padding: 0 5px;
                    margin: 0;
                }

                p:nth-of-type(4) {
                    width: 20%;
                    margin: 0;
                }
            }
        }
    }

    #Equipe {
        .equipe_info {
            .equipe_filtros {
                input.nome {
                    width: 30%;
                }
            }
        }
    }

    #Contato {
        .contato_info {
            .contato_dados {
                margin-bottom: 0;
            }
        }
    }

    footer {
        .rodape_menu {
            text-align: right;
            ul {
                margin: 0;
                li {
                    display: inline-block;
                    a {
                        font-size: 17px;
                        padding: 0 5px;
                    }
                }
            }
        }
        .login_cliente {
            padding-right: 5px;
            margin-top: 15px;
            margin-bottom: 15px;
            .link_lang {
                background-color: $cor1;
                color: $cor2;
                padding: 3px 5px 5px 5px;
                font-family: $font1;
                font-size: 14px;
                &:hover {
                    background-color: $cor3;
                    color: $cor1;
                }
            }
            a {
                background-color: $cor3;
                color: $cor1;
                padding: 3px 10px 5px 10px;
                font-family: $font1;
                font-size: 14px;
                text-transform: uppercase;
                -webkit-transition: all 500ms ease;
                -moz-transition: all 500ms ease;
                -ms-transition: all 500ms ease;
                -o-transition: all 500ms ease;
                transition: all 500ms ease;
                &:hover {
                    background-color: $cor6;
                    color: $cor2;
                }
                img {
                    width: 10px;
                    margin-right: 5px;
                }
            }
        }
    }
    footer .rodape_login a {
        font-size: 10px;
    }
    footer .rodape_logo img {
        width: 160%;
    }

    .titulo_pag {
        .titulo_pag_titoverlay {
            padding: 50px 0 130px 0;
        }
    }

    .show_mob {
        display: none;
    }
    .show_comp {
        display: block;
    }
}
@media (min-width: 992px) and (orientation: portrait) {
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

    #responsabilidade .sobre_info .causas .ind-esq .texto p {
        margin-bottom: 15px;
    }
    #responsabilidade .sobre_info .causas .ind-dir .texto p {
        margin-bottom: 15px;
    }

    .titulo_pag.titulo_pag_resp .titulo_pag_titoverlay {
        padding: 80px 0 180px 0;
    }
    .titulo_pag.titulo_pag_resp .titulo_pag_titoverlay h1 {
        font-size: 4.5rem;
    }
    
    #responsabilidade .sobre_info .governanca .tit-texto img {
        width: 90%;
    }
    #responsabilidade .sobre_info .investimento .inv-texto img {
        width: 90%;
    }

    #responsabilidade .sobre_info .governanca .gv > div {
        padding: 30px;
    }
    #responsabilidade .sobre_info .governanca .gv {
        margin-top: 120px;
    }
    #responsabilidade .sobre_info .governanca .tit-texto h1 {
        margin: 70px 0 0 20px;
    }
    #responsabilidade .sobre_info .governanca .tit-texto img {
        left: 0;
    }
    #responsabilidade .sobre_info .governanca {
        padding-top: 50px;
        padding-bottom: 75px;
        background-size: 50%;
    }
    #responsabilidade .sobre_info .meio-ambiente .texto p {
        font-size: 20px;
        line-height: 150%;
    }
    #responsabilidade .sobre_info .meio-ambiente .texto h2 {
        font-size: 48px;
    }
    #responsabilidade .sobre_info .causas .ind-esq .texto {
        padding: 30px 45px;
        min-height: 342px;
    }
    #responsabilidade .sobre_info .causas .ind-esq .row {
        margin: 0 0 0 -15px;
    }
    #responsabilidade .sobre_info .causas .ind-dir .texto {
        padding: 30px 45px;
        min-height: 342px;
    }
    #responsabilidade .sobre_info .causas .ind-dir .row {
        margin: 0 -15px 0 0;
    }
    #responsabilidade .sobre_info .causas .ind .texto img {
        max-width: 200px;
        height: 80px;
        object-position: top center;
    }
    #responsabilidade .sobre_info .causas .ind .texto {
        padding: 20px 65px;
    }
    #responsabilidade .sobre_info .causas .ind-dir2 .texto {
        padding: 30px 45px;
        min-height: 314px;
    }
    #responsabilidade .sobre_info .causas .ind-esq2 .texto {
        padding: 30px 45px;
        min-height: 314px;
    }
    #responsabilidade .sobre_info .investimento {
        padding-bottom: 100px;
    }
    #responsabilidade .sobre_info .investimento .inv-texto img {
        left: 0;
    }
    #responsabilidade .sobre_info .investimento .inv-texto hr {
        margin: -40px 0 0 20px;
    }
    #responsabilidade .sobre_info .investimento .inv-texto h1 {
        margin: 50px 0 0 20px;
        font-size: 3rem;
    }
    #responsabilidade .sobre_info .causas .ind .row {
        align-items: center;
    }
    #responsabilidade .sobre_info .equidade .eq-texto .per100 .per h4 {
        font-size: 66px;
    }
    #responsabilidade .sobre_info .equidade .eq-texto p {
        font-size: 32px;
    }
    #responsabilidade .sobre_info .equidade .eq-texto h3 {
        font-size: 48px;
    }
    #responsabilidade .sobre_info .equidade .container-fluid {
        padding: 0;
    }
    #responsabilidade .sobre_info .equidade .eq-texto {
        padding-top: 0;
        padding-bottom: 0;
        padding-right: 30px;
        padding-left: 0;
    }
    #responsabilidade .sobre_info .equidade .eq-texto .per100 {
        margin-top: 30px;
    }
    #responsabilidade .sobre_info .equidade {
        padding-bottom: 0;
    }
    #responsabilidade .sobre_info .sobre_centro .texto h3 {
        font-size: 26px;
    }
    #responsabilidade .sobre_info .sobre_foto img {
        margin-bottom: 0;
    }
    #responsabilidade .sobre_info:before {
        background-size: 50%;
    }
    #responsabilidade .sobre_info .equidade .eq-texto {
        padding-right: 50px;
    }

    .titulo_pag {
        background-position: center right;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .escritorio-texto {
        img {
            position: absolute;
            top: -105px;
            left: 0;
            width: 60%;
        }
    }
    .atuacao-texto {
        img {
            position: absolute;
            top: -100px;
            right: 0px;
            left: unset;
            width: 80%;
        }
    }

    #Menu {
        .navbar-brand {
            img {
                height: 100px;
            }
        }
        .navbar-collapse {
            ul {
                li {
                    padding: 0;
                    a {
                        font-size: 18px;
                    }
                }
            }
        }
    }
    .login_cliente {
        display: block;
    }

    #carousel {
        .carousel-inner {
            .carousel-item {
                background-position: center;
                .carousel_overlay {
                    .banner-centraliza {
                        text-align: left;
                        width: 328px;
                        margin-right: 130px;
                    }
                }
            }
            .carousel-item2 {
                background-position: center 60% !important;
            }
        }
        .carousel-control-next,
        .carousel-control-prev {
            top: 0;
        }
    }

    #home {
        height: 500px;
    }

    #AtuacaoHome {
        h1 {
            margin: -40px 0 10px 0;
        }
    }

    #Perfil {
        .perfil_info {
            .row {
                width: 990px !important;
                margin: auto;
            }
        }
    }

    .bloco_pills {
        width: 960px;
        margin: 50px auto 0 auto;
    }

    footer {
        background-color: $cor2;
        padding: 30px 0 50px 0;
        .rodape_logo {
            img {
                width: 180%;
            }
        }
        .rodape_menu {
            padding-right: 0;
            ul {
                list-style: none;
                padding-left: 0;
                margin: 35px 0 0 0;
                li {
                    a {
                        color: $cor1;
                        font-family: $font1;
                        text-transform: uppercase;
                        -webkit-transition: all 500ms ease;
                        -moz-transition: all 500ms ease;
                        -ms-transition: all 500ms ease;
                        -o-transition: all 500ms ease;
                        transition: all 500ms ease;
                        padding: 0 6px;
                        &:hover {
                            color: $cor5;
                        }
                    }
                }
                li#menu-item-334 {
                    a {
                        color: $cor5;
                    }
                }
            }
        }
        .rodape_login {
            margin-top: 35px;
            padding: 0;
            text-align: center;
            a {
                color: $cor5 !important;
                text-transform: uppercase;
                font-size: 14px;
                border: 1px solid $cor5;
                padding: 5px 10px;
                margin-right: 7px;
                -webkit-transition: all 500ms ease;
                -moz-transition: all 500ms ease;
                -ms-transition: all 500ms ease;
                -o-transition: all 500ms ease;
                transition: all 500ms ease;
                &:hover {
                    background-color: $cor1;
                    border: 1px solid $cor1;
                    color: $cor2 !important;
                }
                img {
                    width: 12px;
                }
            }
        }
        .rodape_info {
            margin-top: 30px;
            padding-left: 30px;
            .rodape_end,
            .rodape_cont {
                margin-bottom: 10px;
                img {
                    width: 20px;
                    margin: 0 10px 0 0;
                    display: inline-block;
                    vertical-align: middle;
                }
                div {
                    display: inline-block;
                    vertical-align: middle;
                    width: calc(100% - 40px);
                    p {
                        color: $cor1;
                        margin: 0;
                        font-family: $font1;
                        font-size: 14px;
                        span {
                            font-weight: 700;
                        }
                        a {
                            color: $cor1;
                        }
                    }
                }
            }
        }
        .copyright {
            p,
            a {
                color: $cor6;
                margin: 0;
                font-family: $font1;
                font-size: 13px;
            }
            a {
                text-decoration: underline !important;
            }
            .copy-texto {
                padding-right: 0;
            }
        }
        .rodape_social {
            padding-top: 15px;
            i {
                margin: 10px 5px 0 5px;
            }
        }
    }

    .titulo_pag {
        .titulo_pag_titoverlay {
            padding: 80px 0 180px 0;
            h1 {
                font-size: 4.5rem;
            }
        }
    }

    #Pag404 {
        h1 {
            font-size: 10rem;
        }
    }
}
@media (min-width: 1440px) {

    #responsabilidade .sobre_info .equidade .eq-texto {
        padding-left: 75px;
    }

    #home {
        height: 60%;
    }
    #carousel {
        .carousel-inner {
            .carousel-item {
                .banner-centraliza {
                    margin-right: 180px;
                }
            }
        }
    }

    .titulo_pag {
        background-position: right 50%;
    }
}
@media (min-width: 1920px) {

    #responsabilidade .sobre_info .equidade .eq-texto {
        padding-left: 265px;
    }

    .titulo_pag.titulo_pag_resp {
        background-position: center right;
        background-size: cover;
        background-repeat: no-repeat;
    }

    #home {
        height: 65%;
    }

    #QuemSomosHome {
        padding: 100px 0;
        &:before {
            transform: skewY(3deg);
            padding: 180px 0;
        }
    }

    #AtuacaoPag {
        .atuacaopag_bloco {
            &:before {
                transform: skewY(3deg);
                transform-origin: 100% 0;
            }
        }
    }

    #Especializacao {
        .especializacao_bloco {
            &:before {
                transform: skewY(3deg);
                transform-origin: 100% 0;
            }
        }
    }

    #Perfil {
        .perfil_info {
            &:before {
                transform: skewY(3deg);
                padding: 180px 0;
            }
        }
    }

    #Equipe {
        .equipe_info {
            &:before {
                transform: skewY(3deg);
                padding: 180px 0;
            }
        }
    }

    #Sobre {
        .sobre_info {
            &:before {
                transform: skewY(3deg);
                padding: 180px 0;
            }
        }
    }

    #Atualidades {
        .atualidades_bloco {
            &:before {
                transform: skewY(3deg);
                padding: 180px 0;
            }
        }
    }
    #Publicacao {
        .publicacao_info {
            &:before {
                transform: skewY(3deg);
                padding: 180px 0;
            }
        }
    }

    #Contato {
        .contato_info {
            &:before {
                transform: skewY(3deg);
                padding: 100px 0;
            }
            &:after {
                transform: skewY(-3deg);
                padding: 100px 0;
            }
        }
    }

    #Trabalhe {
        .trabalhe_info {
            &:before {
                transform: skewY(3deg);
                padding: 180px 0;
            }
        }
    }

    #Legal {
        .legal_info {
            &:before {
                transform: skewY(3deg);
                padding: 180px 0;
            }
        }
    }

    .titulo_pag {
        background-position: right 40%;
    }
}

.embed-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin: 0 0 40px 0;
    iframe,
    object,
    embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

.navigation {
    margin-top: 50px;
    text-align: center;
    width: 100%;
    ul {
        padding: 0;
    }
}

.navigation li {
    display: inline;
}

.navigation li a {
    background-color: $cor8;
    color: $cor4;
    cursor: pointer;
    padding: 5px 10px;
    text-decoration: none;
    display: inline-block;
    margin-top: 5px;
    font-family: $font1;
}

.navigation li a:hover,
.navigation li.active a {
    background-color: $cor3;
    color: $cor1;
}
