﻿body {
    text-align: center;
    font-family: sans-serif;
}

.border_err {
    border: 1px solid red !important
}

p {
    font-size: 1em;
    color: #999;
    line-height: 25px;
}

h3, h4 {
    color: #e64415 !important;
}
/* Footer Section*/
.nearshore_footer > footer > .col-md-12 {
    margin-top: -30px;
    margin-bottom: 20px;
}
#front_logoNearshore {
    position: absolute;
    top: 10%;
    left: 20%;
}

/* Agree Button Animation */
#learnMore {
    text-decoration: underline;
    color: #e64415;
    cursor: pointer
}
#agreeBtn {
    background: white !important;
    color: black;
    margin-top: 10px !important
}
    #agreeBtn:hover {
        background: black !important;
        color: white;
    }
/* Button Animation */
#detectHover1, #detectHover2, #detectHover3, #detectHover5 {
    z-index: 9;
    background: transparent !important;
    position: absolute;
    height: 40px;
}
#a_detectedHover1:active, #a_detectedHover2:active, #a_detectedHover3:active, #a_detectedHover1:focus, #a_detectedHover2:focus, #a_detectedHover3:focus {
    background: white !important;
    color: #e64415 !important
}
#detectHover1 {
    width: 298px;
}
#detectHover2 {
    width: 204px;
}
#detectHover3 {
    width: 215px;
}
#detectHover4 {
    z-index: 999999;
    background: transparent !important;
    position: absolute;
    border-radius: 50%;   
}
    #detectHover1:hover, #detectHover2:hover, #detectHover3:hover, #detectHover4:hover, #detectHover5:hover {
        cursor: pointer;
    }

        #detectHover1:hover ~ #a_detectedHover1, #detectHover2:hover ~ #a_detectedHover2, #detectHover3:hover ~ #a_detectedHover3 {
            background: white !important;
            color: #e64415 !important;
        }
            #detectHover1:hover ~ #a_detectedHover1 > i, #detectHover2:hover ~ #a_detectedHover2 > i, #detectHover3:hover ~ #a_detectedHover3 > i, #detectHover1:hover ~ #a_detectedHover1 > span, #detectHover2:hover ~ #a_detectedHover2 > span, #detectHover3:hover ~ #a_detectedHover3 > span {
                transform: rotateX(180deg)
            }
#a_detectedHover1 > i, #a_detectedHover2 > i, #a_detectedHover3 > i, #a_detectedHover1 > span, #a_detectedHover2 > span, #a_detectedHover3 > span {
    transform: rotateX(0deg)
}
#a_detectedHover1 {
    width: 297px;
    height: 40px;
}
    #a_detectedHover1 > i {
        position: absolute;
        left: 6%;
        top: 28%;
    }
    #a_detectedHover1 > span {
        position: absolute;
        left: 16%;
        top: 23.5%;
    }
#a_detectedHover2 {
    width: 204px;
    height: 40px;
}

    #a_detectedHover2 > i {
        position: absolute;
        left: 6%;
        top: 28%;
    }

    #a_detectedHover2 > span {
        position: absolute;
        left: 16%;
        top: 23.5%;
    }
#a_detectedHover3 {
    width: 215px;
    height: 40px;
    margin: 15px 0px;
}
    #a_detectedHover3 > i {
        position: absolute;
        left: 6%;
        top: 28%;
    }

    #a_detectedHover3 > span {
        position: absolute;
        left: 20%;
        top: 23.5%;
    }
#a_detectedHover5 {
    width: 130px;
    height:40px;
    background: #324e66 !important
}
#a_detectedHover5:hover{
    background: #e64415 !important
}
/* Help Modal */
.select2-container--default .select2-selection--multiple {
    /*border: 1px solid #ced4da !important;*/
}
.commands_table_row {
    margin: 20px 0px;
}
.help_table_row > div > img {
    width: 150px;
    height: 130px;
    margin: 0 auto;
}


#helpModal > .modal-dialog {
    max-width: 650px !important;
}
#helpModal > .modal-dialog > .modal-content{
    width: 650px;
}

.help_table_row {
    height: 150px;
    margin: 25px 35px 20px 35px !important;
}
.help_table_row > .col-md-8{
    display: flex
}
.help_table_row > .col-md-4{
    border-right: 1px solid black;
    margin:60px auto
}
.help_table_row > .col-md-4 > h4 {
    text-align: center
}
/* Game integration*/
#endGame_img {
    margin: 30px 0
}
.nameSuggestedButton {
    background-color: #e64415;
    margin: 0px 10px;
    border: 1px solid #e64415;
    color: white;
    padding: 1px 5px 2px 7px;
    border-radius: 4px;
}
    .nameSuggestedButton:hover {
        background-color: white;
        color: #e64415;
        cursor: pointer
    }
#nameSuggested {
    text-align: center;
}
#nameSuggested > h4 {
    color: red
}
.nickname_div > div {
    height: 40px
}
.help_button {
    position: absolute;
    bottom: 10px;
    left: 48%;
    z-index: 99;
    display:none
}
    .help_button:hover > i {
        cursor: pointer;
        background: white;
        color: black;
        border-radius: 50%;
        padding: 0px 4px;
    }
    .help_button > i {
        font-size: 40px;
        color: white;
    }
   
.close_icon {
    font-size: 30px !important;
    top: 4%;
    position: absolute;
    right: 5%;
}
.close_icon:hover {
    cursor:pointer
}
.save_span:hover {
    background: #e64415;
    color: white;
    cursor:pointer;
}
.nickname_div {
    height: 38px;
}
.nickname_div > div > input {
    border: 1px solid #ced4da !important;
    text-align: center
}
.nickname_div > .form-group {
    margin:0px;
    padding-bottom:0px
}
#exampleModalLabel {
    color: black
}
#h2_pauseGame {
    display: none;
    left: 29% !important;
}
.particles-js-canvas-el {
    top: 0%
}

#button_start_game > i {
    font-size: 4em;
}
#logo_aubay_initial:hover {
    border-radius: 50%;
    background: white;    
    cursor: pointer
}

.anim_logo_hover{
    animation-name: anim_logo;
    animation-duration: 0.7s;
    animation-fill-mode: forwards
}
.anim_logo_hover_back {
    animation-name: anim_logo_back;
    animation-duration: 1s;
    animation-fill-mode: forwards
}
.hover_logo_func {
    background: black;
    opacity: 0.7;
}
#h2_2_aubay_initial {
    top:80%;
    left: -35% !important;
    width: 700px
}
@keyframes anim_logo {
    0% {
        transform: rotateX(0deg);
    }
    100% {
        transform: rotateX(180deg)
    }
}
@keyframes anim_logo_back {
    0% {
        transform: rotateX(180deg);
    }

    100% {
        transform: rotateX(0deg)
    }
}
.char1 {
    transform: rotate(6deg);
}

.char2 {
    transform: rotate(12deg);
}

.char3 {
    transform: rotate(18deg);
}

.char4 {
    transform: rotate(24deg);
}

.char5 {
    transform: rotate(30deg);
}

.char6 {
    transform: rotate(36deg);
}

.char7 {
    transform: rotate(42deg);
}

.char8 {
    transform: rotate(48deg);
}

.char9 {
    transform: rotate(54deg);
}

.char10 {
    transform: rotate(60deg);
}

.char11 {
    transform: rotate(66deg);
}

.char12 {
    transform: rotate(72deg);
}

.char13 {
    transform: rotate(78deg);
}

.char14 {
    transform: rotate(84deg);
}

.char15 {
    transform: rotate(90deg);
}

.char16 {
    transform: rotate(96deg);
}

.char17 {
    transform: rotate(102deg);
}

.char18 {
    transform: rotate(108deg);
}

.char19 {
    transform: rotate(114deg);
}

.char20 {
    transform: rotate(120deg);
}

.char21 {
    transform: rotate(126deg);
}

.char22 {
    transform: rotate(132deg);
}

.char23 {
    transform: rotate(138deg);
}

.char24 {
    transform: rotate(144deg);
}

/*#canvas-id {
    background-image: url('../../../../img/Game/gameBackground.png');
    height: 100%;
}*/

/* Our Culture Section*/
#happy_img_section > div > div > img {
    box-shadow: -9px 9px 9px #333;
}
.aubay_cares {
    border-radius: 8%;
    transform: rotateZ(10deg);
}
.aubay_outdoor {
    border-radius: 10%;
    transform: rotateZ(3deg);
}
.aubay_meetups {
    border-radius: 10%;
    transform: rotateZ(-3deg)
}
.aubay_trainning {
    border-radius: 10%;
    transform: rotateZ(-10deg);
}
/* Background Dynamic effect */
.particles-js-canvas-el {
    position: absolute;
    z-index: 10
}
.go-to-contacts {
    z-index: 9;
}
/* navbar Lateral */
.nav_fixed {
    position: fixed;
    width: 35px;
    top: 0;
    left: 5px;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center
}
.oval-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50% / 17.5px
}
.circle {
    cursor: pointer;
    width: 10px;
    height: 10px;
    background: rgb(255, 255, 255);
    border-radius: 50%;
    margin: 15px auto;
    border: 3px solid transparent;
    transition: all 340ms ease-out;
    box-shadow: 0px 0px 10px 10px transparent;
    will-change: box-shadow, border-color
}
    .circle:hover {
        border-color: #e64415;
        box-shadow: 0 0 0 -5px #e64415;
        background: rgba(0, 0, 0, 0.3);
    }

/* Video background Section*/
.gradientToWhite {
    height: 200px;
    width: 100%;
    position:absolute;
    bottom:0px;
    background: linear-gradient(transparent, white); /* Standard syntax (must be last) */
}
#video-landing {
    height: 100vh;
    position: relative;
   /* overflow-y: hidden;*/
    color: white;
}

    #video-landing video {
        opacity:0.9;

        position: absolute;
        min-height: 100%;
        min-width: 100%;
        /*top: -200px;*/
        left: 0;
        bottom: 0;
        right: 0;
        z-index: -100;
    }

    #video-landing h2 {
        margin-top:40px;
        font-size: 3.5em;
        position: absolute;
        left:4%
    }

.logo_section {
    width: 400px;
    z-index: 10;
    margin: 0 auto;
    text-align: center;
    position: relative;
    top: 40%;
    transform: translateY(-50%);
}

#chartdiv {
    overflow: hidden;
    text-align: left;
    border: 10px solid #333;
    border-radius: 50%;
    margin: 0 auto;
    width: 550px;
    height: 550px;
}						
/* Aubay Academy section */
#owl-demo2 .item img {
    display: block;
    width: 100%;
    height: auto;
}

#owl-demo .item, #owl-demo2 .item {
    margin: 0px !important
}
#owl-demo .owl-controls .owl-pagination {
    position: absolute;
    bottom: 0%;
    left: 17%
}
#owl-demo2 .owl-controls .owl-pagination {
    position: absolute;
    bottom: 0%;
    left: 6%
}
#owl-demo .owl-wrapper-outer {
    width: 100%;
    left: 15%;
}
#owl-demo2 .owl-wrapper-outer {
    width: 100%;
    left: 4%;
}
#owl-demo .owl-wrapper-outer, #owl-demo2 .owl-wrapper-outer {
    box-shadow: -9px 9px 9px #333;
    border-radius: 20px;
}
#owl-demo2 {
    position: absolute;
    top: 0%;
    left: -4%;
}
#owl-demo > .owl-wrapper-outer > div > div, #owl-demo > .owl-wrapper-outer > div > div, #owl-demo2 > .owl-wrapper-outer > div > div, #owl-demo2 > .owl-wrapper-outer > div > div {
    /*width: auto !important*/
}
/*.academy_carrousel1_img, .academy_carrousel2_img {
    width: 550px !important;
}*/
/*.academy_carrousel1_img {
    float: right;
}*/

.owl-buttons {
    display:none
}
.whyPT-PcView {
    text-align: justify;
    padding-top: 15px;
}
.whyportugal-title-TelView {
    padding-top: 5px;
}
    .whyportugal-title-TelView > h7 {
        float: right;
        text-align: justify;
        padding-right: 60px;
    }
.carrousel-why-portugal > img {
    width: 400px;
    float: right;
    margin-bottom: 15px;
    box-shadow: -9px 9px #333;
}
.carrousel-business-portugal > img {
    width: 400px;
    position: absolute;
    left: -6%;
    top: 46.5%;
    box-shadow: -9px 9px #333;
}
/* Business section*/
.business_outsource_design {
    top: -36%;
    left: 27%;
}
    .business_outsource_design > p {
        padding-left: 0px;
        padding-right: 75px;
        text-align: justify;
    }
.business_nearshore_design:before {
    left: 49% !important
}
.business_nearshore_design {
    position: absolute;
    top: 8%;
    left: -2%;
    padding-left:0px
}
    .business_nearshore_design > p {
        padding-left: 46px;
        padding-right: 54px;
        text-align: justify;
    }

.business_turnkey_design {
    padding-left: 0px;
    position: absolute;
    text-align: justify;
    top: -35%;
    left: -27%;
    max-width: 120%;
}
    .business_turnkey_design > p {
        padding-left: 54px;
        padding-right:20px;
    }

    .business_turnkey_design > h3 {
        padding-left: 54px;
        padding-right: 20px;
    }


.business_section > div > div {
    display: inline-grid;
    padding-top: 55px
}
    .business_section > div > div:before {
        background: #333;
        position: absolute;
        content: '';
        top: -14px;
        width: 2px;
        left: 50%;
        height: 50px;
    }

    .business_section > div > div > i {
        margin: 0 auto;
        font-size: 40px;
        padding: 13px;
        border-radius: 50%;
    }
    /*.business_section > div > div > i:hover {
        margin: 0 auto;
        font-size: 40px;
        border: 1px solid #333;
        background: #333;
        color: white;
        padding: 13px;
        border-radius: 50%;
        cursor:pointer;
    }*/
    .business_section > div > div > p {
        padding-top:10px;
    }
        /*.business_section > div > div > p:before {
            background: #333;
            position: absolute;
            content: '';
            top: -14px;
            width: 2px;
            left: 50%;
            height: 50px;
        }*/


.services-page-list {
    list-style-type: none;
}
    /* line 135, /home/pearsona/public_html/dev.pearson-advisory.com/wp-content/themes/pearson/src/scss/layouts/content */
    .services-page-list li {
        position: relative;
        z-index: 10;
        position: relative;
        width: 352px;
        float: left;
        cursor: pointer;
    }

.top-left, .bottom-left {
    margin-right: 50px;
    padding-left: 7.5rem;
    padding-top: 1rem;
    padding-right: 1.5rem;
}

.top-right, .bottom-right {
    margin-left: -53px;
    padding-right: 7.5rem;
    padding-top: 1rem;
    padding-left: 1.5rem;
    text-align: right;
}

/* line 172, /home/pearsona/public_html/dev.pearson-advisory.com/wp-content/themes/pearson/src/scss/foundation/components/global */
.services-page-list li:before, .services-page-list li:after {
    content: " ";
    display: table;
}
/* line 173, /home/pearsona/public_html/dev.pearson-advisory.com/wp-content/themes/pearson/src/scss/foundation/components/global */
.services-page-list li:after {
    clear: both;
}
/* line 137, /home/pearsona/public_html/dev.pearson-advisory.com/wp-content/themes/pearson/src/scss/layouts/content */
.services-page-list li:before {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    transition: .5s all;
    height: 300px;
    border-left: 1px solid #f2f2f2;
    pointer-events: none;
    transform-origin: 0 0;
    z-index: -2;
}

.top-right:before {
    transform: rotate(45deg);
    top: 2.5rem;
    bottom: 0;
    right: 2.5rem;
}

.top-left:before {
    transform: rotate(-45deg);
    top: 2.5rem;
    bottom: 0;
    left: 2.5rem;
}

.bottom-right:before {
    transform: rotate(135deg);
    top: 2.5rem;
    bottom: 0;
    right: 4.3rem;
}

.bottom-left:before {
    transform: rotate(-135deg);
    top: 2.6rem;
    bottom: 0;
    left: 4.3rem;
}
/* line 143, /home/pearsona/public_html/dev.pearson-advisory.com/wp-content/themes/pearson/src/scss/layouts/content */
.services-page-list i {
    display: block;
    height: 5rem;
    width: 5rem;
    line-height: 5rem;
    float: left;
    background: #f2f2f2;
    color: #2dae54;
    font-size: 2rem;
    text-align: center;
    border-radius: 2.5rem;
    position: relative;
    z-index: 12;
    position: absolute;
    z-index: -1;
    transition: .5s all;
}

.top-right i, .bottom-right i {
    right: 0;
    margin: 0 0 0 24px;
}

.top-left i, .bottom-left i {
    left: 0;
    margin: 0 24px 0 0;
}

.top-right i, .top-left i {
    top: 0;
}

.bottom-left i, .bottom-right i {
    bottom: 0;
}

    .top-right i:before, .bottom-right i:before {
        right: 1.5rem;
    }

    .top-left i:before, .bottom-left i:before {
        left: 1.5rem;
    }

.services-page-list li i:before {
    position: absolute;
}

top-right i:before, top-left i:before {
    top: 0;
}

.bottom-left i:before, .bottom-right i:before {
    bottom: 0;
}

.services-page-list li h3 a, .services-page-list li p {
    transition: .5s all;
}

.services-page-list li .excerpt {
    opacity: 0;
    color: #fff;
}

.excerpt a {
    color: #fff;
}

.services-page-list li:hover h3 a, .services-page-list li:hover .excerpt, .services-page-list li.hover h3 a, .services-page-list li.hover .excerpt {
    color: #fff;
    opacity: 1;
}

.services-page-list li:hover i, .services-page-list li.hover i {
    border-radius: 0;
    width: 100%;
    height: 100%;
    color: #f2f2f2;
    background: #2dae54;
}

.services-page-list li:hover .excerpt p a {
    opacity: 1;
}

.services-page-list li.top-left:hover .excerpt p a, .services-page-list li.top-right:hover .excerpt p a {
    top: 100%;
    margin-top: -24px;
}

.services-page-list li.bottom-left:hover .excerpt p a, .services-page-list li.bottom-right:hover .excerpt p a {
    bottom: 100%;
    margin-bottom: -24px;
}

.services-page-list li:hover:before, .services-page-list li.hover:before {
    border-color: #2dae54;
}
/* line 149, /home/pearsona/public_html/dev.pearson-advisory.com/wp-content/themes/pearson/src/scss/layouts/content */
.services-page-list h3, .services-page-list p {
    overflow: hidden;
    font-weight: normal;
    font-size: 87.5%;
}
/* line 151, /home/pearsona/public_html/dev.pearson-advisory.com/wp-content/themes/pearson/src/scss/layouts/content */
.services-page-list .excerpt {
    font-size: 87.5%;
    margin-bottom: 1rem;
}
    /* line 152, /home/pearsona/public_html/dev.pearson-advisory.com/wp-content/themes/pearson/src/scss/layouts/content */
    .services-page-list .excerpt * {
        margin-bottom: 0;
    }
        /* line 153, /home/pearsona/public_html/dev.pearson-advisory.com/wp-content/themes/pearson/src/scss/layouts/content */
        .services-page-list .excerpt * + * {
            margin-top: 1.5rem;
        }


.services-page-list h3 {
    font-size: 1.44rem;
}

.excerpt p a {
    display: block;
    position: absolute;
    background: #5AC57A;
    padding: 0px 12px;
    text-transform: uppercase;
    opacity: 0;
    transition: 0.5s all;
}

.top-left .excerpt p a, .top-right .excerpt p a {
    top: 0;
}

.bottom-left .excerpt p a, .bottom-right .excerpt p a {
    bottom: 0;
}

.top-left .excerpt p a, .bottom-left .excerpt p a {
    left: 0;
}

.top-right .excerpt p a, .bottom-right .excerpt p a {
    right: 0;
}

a {
    color: #2dae54;
    text-decoration: none;
    transition: color 0.15s ease-in;
}

.bottom-left, .bottom-right {
    margin-top: 226px;
}

.center-service {
    width: 684px;
    background: #f2f2f2;
    position: absolute;
    padding: 1rem;
    text-align: center;
    left: 183px;
    top: 150px;
    z-index: 12;
    border: 1px solid #f2f2f2;
    transition: all .5s;
}

    .center-service.bottom-left-hover {
        border-bottom-color: #2dae54;
        border-left-color: #2dae54;
    }

    .center-service.bottom-right-hover {
        border-bottom-color: #2dae54;
        border-right-color: #2dae54;
    }

    .center-service.top-left-hover {
        border-top-color: #2dae54;
        border-left-color: #2dae54;
    }

    .center-service.top-right-hover {
        border-top-color: #2dae54;
        border-right-color: #2dae54;
    }

    .center-service:hover {
        border-color: #2dae54;
    }

.bottom-left {
    clear: both;
}

/*navbar personalized*/
.navbar {
    position: fixed !important;
    width: 100%;
    height: 60px;
    z-index: 99;
    filter: drop-shadow(-2px 3px 5px rgba(0,0,0,0.3));
    background: transparent !important;
    padding-right: 60px;
}
    .navbar > div {
        padding-right: 60px;
    }
    .scrolled > div {
        padding-right: 15px !important;
    }
.scrolled {
    background-color: #fff !important;
    transition: background-color 200ms linear;
}
.navbar-nav > li > a {
    cursor: pointer
}

.navbar-brand {
    margin-left: -4em !important
}
.navbar-brand img {
    position: absolute;
    transform: translateY(-20%)
}

.scrolled .navbar-nav .nav-link{
    color: black !important
}

.work-counter-section {
    background: #e64415;
    padding: 35px 0 !important;
}

/* Opportunities Section */
#search_word {
    width: 200px
}
#div_opp .panel-body p, #div_opp .panel-body ul li {
    color: black
}
#div_opp .panel-body p {
    margin-bottom: 10px
}
#div_opp .panel-body ul {
    padding-left: 30px;
    margin-bottom: 10px;
    list-style: disc
}
.opp_btn_i {
    font-size: 20px;
    padding-right: 10px;
}
.opp_button {
    background: #e64415 ;
    cursor: pointer;
    color: white ;
}
    .opp_button:hover {
        background: white !important;
        color: #e64415 !important;
    }
    .opp_button > div > div > h5 {
        font-size: 14px;
        margin-bottom: 0px !important;
        padding-top: 2px;
        padding-left: 4px;
        font-weight: 600
    }
.panel-default {
    padding: 25px 35px 15px 35px;
}
.panel-title {
    font-size: 1.857em !important
}
.arrow_func {
    position: absolute;
    left: 85%;
    top: 20%;
    font-size: 40px;
    color: #0c0c0c;
}
    .arrow_func:hover {
        cursor: pointer
    }
.arrow_anim {
    animation-name: arrow_anim;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
@keyframes arrow_anim{
    0% {
        left: 85%;
        top: 20%;
    }

    100% {
        left: 85%;
        top: 180%;
    }
}

/* Client Section*/
.client {
    padding: 0px !important
}
#clients {
    padding-top: 4px;
}
#clients > .icon > i{
    font-size: 45px
}
#client-logo {
    margin-bottom: 2%;
}
/* Academy Page*/
.academy_text_section {
}
    .academy_text_section > div {
        display: inline-grid;
        text-align: center;
        position: absolute;
        top: 19%;
        left: 2%
    }
    .academy_text_section > div > div > h5 {
        padding: 30px 240px 0px 180px;
    }
/* Modal-Vagas Section*/
#vagasModal > div > .modal-content {
    top: 140px !important;
    left: -10%;
    width: 130%
}
.aubay_black_logo {
    position: absolute;
    top: -14.2%;
    width: 100px;
    left: 43.3%;
}

/* Modal-Privacy Section*/
#privacyModal .modal-dialog .modal-content {
    width: 351px;
    position: absolute;
    top: 10px !important;
    left: 9%;
}
#privacyModal {
    z-index: 9999;
}
#privacyModal .modal-dialog .modal-content {
    width: 651px;
    position: absolute;
    top: -30px !important;
    left: -12%;
}

    #privacyModal > .modal-dialog > .modal-content > .modal-body {
        text-align: justify
    }
.privacyModal-body {
    padding: 30px 60px 0 60px !important;
}
.color_333 {
    color: #333 !important
}
.modal-header > button > span {
    position: absolute;
    right: 25px;
    top:27px;
    color: black !important;
}
.modal-header > p {
    font-size: 26px !important;
    color: #324e66;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-right: 0px;
}
.privacy_modal_list {
    margin: 0 0 1.5em;
    padding: 0;
    counter-reset: item;
}
    .privacy_modal_list > li {
        margin: 0;
        padding: 0 0 0 2em;
        text-indent: -2em;
        list-style-type: none;
        counter-increment: item;
    }
    .privacy_modal_list > li:before {
        display: inline-block;
        width: 1.5em;
        padding-right: 0.5em;
        font-weight: bold;
        text-align: right;
        content: counter(item) ".";
    }
    /* Culture Section*/
    .culture {
    background: white !important
}

/* Testimonial Section*/
.testimonial {
    padding:10px 0 !important
}

/*Contact section*/

/*---------------*/
/* News section*/
.single-team-widget :hover {
}
.featured-image > iframe, .featured-image > img {
    width: 100%;
}

/* Copyright/Social media section*/
.copyright a {
    color: #e64415 !important;
    cursor: pointer
}
    .copyright a:hover {
        color: #324e66 !important;
        font-weight: bold;
        font-size: 18px;
    }

.social_media_div {
    font-size: /*18px*/ 20px;
    margin-bottom: 5px;
    padding-right: 15px
}
    .social_media_div > a {
        padding-left: 15px !important;
    }
    .social_media_div > a:hover {
        color: #324e66;
    }

/* Transforms*/
.rotateZ_180 {
    transform: rotateZ(180deg) !important;
}

/* Aubay colors*/
.blue_Aubay {
    color: #324e66 !important;
}
.orange_Aubay {
    color: #e64415 !important;
}

/* Oportunity page*/
.search_word {
    margin-top: 12px;
    line-height: 2.5
}

#search_word {
    padding-left:5px;
}

/* Candidatura Espontânea*/
.spontaneausTemplate {
    border: 2px solid #999;
    border-radius: 12px;
    background: white;
    padding: 60px 50px 50px 50px;
    margin-top: 30px;
}
.opcionalFields {
    position: absolute;
    bottom: -55px;
    right: 5px;
}
.user_icon {
    position: absolute;
    left: 39.5%;
    top: -13.5%;
    font-size: 170px;
}
.personalDataProcessing {
    margin: 60px 0px 0px 60px;
}
#Save {
    background-color: #333;
    border-bottom: 3px solid darkgray;
    color: white;
    cursor: pointer;
}
.f9f9f9 {
    color: #f9f9f9 !important
}

/* Aubay Proxy section*/
.proxy_content > ul {
    list-style: inside;
    margin-left: 2em;
}
/* Animacao do canvas no movimento do rato */
.large-header {
    position: absolute;
    width: 100%;
    background: #f2f2f2;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    z-index: 0
}
.main-title {
    position: absolute;
    margin: 0;
    padding: 0;
    color: #f9f1e9;
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
}
.demo-1 .main-title {
    text-transform: uppercase;
    font-size: 4.2em;
    letter-spacing: 0.1em;
}

.main-title .thin {
    font-weight: 200;
}

@media only screen and (max-width : 768px) {
    .demo-1 .main-title {
        font-size: 3em;
    }
}

/* Classes show/hide */
.show {
    display: inline-block !important
}
.hidden {
    display: none !important
}

.business-item-height {
    height: 100%;
}

/* Media Queries */
@media only screen and (max-width: 768px) {
    .navbar-brand {
        display: none !important;
    }

    .arrow_func {
        position: relative !important;
        top: -120% !important;
    }

    .img-fluid {
        width: 100%;
    }

    .member-title {
        border: none;
    }

    .navbar {
        background: white !important;
    }
}

@media (min-width: 768px) and (max-width: 1100px){
    .navbar-brand {
        margin-left: -1em !important;
    }
}


@media only screen and (max-width: 1200px) {

    .img-responsive {
        width: 100%;
    }
}

@media only screen and (max-width: 575px) {

    .team-mate {
        border: none;
    }
}

/*Correctly positions the business section input Microsoft Edge*/

@supports (-ms-ime-align: auto) {
    #edgeNearshore {
        margin-top: 50px;
    }
}

@supports (-ms-ime-align: auto) {
    #edgeOutsourcing {
        margin-top: -85px;
    }
}

@supports (-ms-ime-align: auto) {
    #edgeTurnkey {
        margin-top: -85px;
    }
}

@supports (-ms-ime-align: auto) {
    .m-t-75 {
        margin-top: 0px !important;
    }
}