@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700,800");

@font-face {
    font-family: "ArialRoundedMTBold";
    src: url("../fonts/Arial Rounded Bold.ttf") format("truetype")
}

body {
    margin: 0;
    background: #fff;
    font-family:"Open Sans", Helvetica, Arial, serif
}

h2 {
    font-weight: 600;
    font-size: 35px;
    color: #00A3AD;
    text-align: center;
    letter-spacing: 0.25px;
    line-height: 44.0px;
    margin: 0 0 50px
}

a:-webkit-any-link {
    color: #fff;
    text-decoration: none
}

.container {
    width: 1270px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.button {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 4px;
    background-color: #AF3165;
    border: 2px solid #AF3165;
    color: #fff;
    font-weight: bold;
    text-decoration: none
}
.btn a:-webkit-any-link {
        color: #fff;
}
.btn a:-webkit-any-link:hover {
      color: #AF3165;
}

.button:hover {
    background: transparent;
    color: #fff;
}

.hrcerts {
    width: 100%;
    min-width: 100%;
    margin: 0px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #fff;
    width: 100%
}

.hrcerts .header {
    background-color: #102129;
    height: 85px;
    width: 100%;
    position: fixed;
    margin: 0;
    z-index: 9999;
}

.hrcerts .header.header-alt {
    height: 80px;
    background-color: #102121;
    position: fixed;
    width: 100%;
    /* transition: all 0.5s; */
}

.hrcerts .header.header-alt .logo {
    font-size: 30px;
    height: 80px;
    transition: all 0.5s
}

.hrcerts .header.header-alt .logo a {
    padding-top: 5px
}

.hrcerts .header.header-alt .nav,.hrcerts .header.header-alt .btn,.hrcerts .header.header-alt .flags {
    height: 80px;
}

.hrcerts .header .container {
    display: flex
}

.hrcerts .header .logo {
    font-family: "Open Sans", Helvetica, Arial, serif;
    font-weight: 800;
    font-style: normal;
    font-size: 36.0px;
    color: #4eabc0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    float: left;
    transition: all 0.5s
}

.hrcerts .header .nav {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
    float: left;
    margin-left: 45px;
}

.hrcerts .header .nav ul {
    font-family: "Open Sans", Helvetica, Arial, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16.0px;
    color: #4eabc0;
    text-align: left
}

.hrcerts .header .nav ul li {
    display: inline;
    padding: 0 24px;
    cursor: pointer
}

.hrcerts .header .nav ul li a:hover {color: #00a3ad;}

.hrcerts .header .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 102px;
    margin: 0 60px 0 30px;
    transition: all 0.5s
}

.hrcerts .header .flags {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 102px;
    transition: all 0.5s;
    display: none;
    cursor: pointer
}

.hrcerts .header .flags img {
    width: 35px;
    padding-right: 20px
}

.hrcerts .about,.hrcerts .overview, .hrcerts .who-certification {
    background-color: #fff;
    height: auto;
    width: 100%;
    position: relative;
    padding-bottom: 40px;
    margin-top: 40px;
    font-size: 18px;
}

.hrcerts .overview p, .hrcerts .who-certification p {
    font-size: 20px;
    color: #4f4f4f;
    text-align: justify;
    line-height: 28.0px;
    width: 45%;
    display: inline-block;
    margin-left: 60px;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.hrcerts .col-6{
    flex: 0 0 49%;
    /* max-width: 49%; */
}

.hrcerts .exam-details table {
    text-align: left;
    line-height: 40px;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #eaf3f7;
    width: 970px;
    margin: 50px auto;
    color: #8195a9;
    border-radius: 0.25rem
}

.hrcerts .exam-details tr:nth-child(even) {
    background: #eaf3f7
}

.hrcerts .exam-details thead tr:first-child {
    background: #76adac;
    color: #fff;
    border: none
}

.hrcerts .exam-details td:first-child,.hrcerts .exam-details th:first-child {
    padding: 0 0 0 15px;
    font-weight: bold;
    width: 220px
}

.hrcerts .exam-details tbody tr:hover {
    cursor: default
}

.hrcerts .exam-details tbody td {
    border-right: 1px solid #f5f9fc
}

.hrcerts .exam-details td:last-child {
    padding-right: 10px;
    text-align: left;
    padding-left: 10px;
    border-right: 0;
    line-height: 1.6em;
    padding-bottom: 5px;
    padding-top: 5px
}

.hrcerts .recruitment-professional,.hrcerts .exam-details, .hrcerts .requirements {
    background-color: #f8f8f8;
    height: auto;
    width: 100%;
    position: relative;
    padding: 70px 0
}

.hrcerts .recruitment-professional p,.hrcerts .exam-details p, .hrcerts .requirements p {
    font-size: 18px;
    color: #4f4f4f;
    text-align: justify;
    line-height: 28.0px;
    text-align: center;
}


.hrcerts .recruitment-professional .btn,.hrcerts .exam-details .btn {
    margin: 80px auto 0;
    width: 164px
}

.hrcerts .whycertify {
    background-color: #415870;
    height: auto;
    width: 100%;
    position: relative;
    padding: 70px 0;
    display: flex
}

.hrcerts .whycertify h2 {
    color: #eaf3f7
}

.hrcerts .whycertify p {
    font-size: 22.0px;
    color: #eaf3f7;
    text-align: justify;
    line-height: 28.0px;
    width: 50%;
    float: left
}

.hrcerts .whycertify img {
    float: right
}

.hrcerts .faq {
    background-color: #ffffff;
    height: auto;
    width: 100%;
    position: relative;
    padding: 70px 0;
    display: flex;
    transform: rotate(0deg)
}

.hrcerts .faq p {
    font-size: 18px;
    color: #4f4f4f;
    text-align: justify;
    line-height: 28.0px;
    text-align: center
}

.hrcerts .faq ul {
    list-style: none;
    padding: 0;
    display: inline-block;
    margin: 60px 0 0;
    color: #4f4f4f;
    width: 100%;
}


.hrcerts .faq ul li {
    position: relative;
    padding: 0;
    margin: 0;
    padding-bottom: 4px;
    padding-top: 18px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    font-size: 22.0px;
    padding-right: 30px
}



.hrcerts .faq ul li:last-child {
    border-top: 0
}

.hrcerts .faq ul li span {
    top: 6px;
    position: relative;
    font-size: 18px;
}

.hrcerts .faq ul li p {
    font-size: 18px;
    color: #4f4f4f;
    text-align: justify;
    line-height: initial
}

.hrcerts .faq ul li i {
    position: absolute;
    transform: translate(-6px, 0);
    margin-top: 18px;
    right: 0
}

.hrcerts .faq ul li i:before,.hrcerts .faq ul li i:after {
    content: "";
    position: absolute;
    background-color: #00A3AD;
    width: 2px;
    height: 15px
}

.hrcerts .faq ul li i:before {
    transform: translate(-8px, 0) rotate(45deg)
}

.hrcerts .faq ul li i:after {
    transform: translate(2px, 0) rotate(-45deg)
}

.hrcerts .faq ul li input[type=checkbox] {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    top: -3px;
}

.hrcerts .faq ul li input[type=checkbox]:checked ~ p {
    margin-top: 0;
    max-height: 0;
    opacity: 0
}

.hrcerts .faq ul li input[type=checkbox]:checked ~ i:before {
    transform: translate(-3px, 0) rotate(45deg)
}

.hrcerts .faq ul li input[type=checkbox]:checked ~ i:after {
    transform: translate(-13px, 0) rotate(-45deg)
}

.hrcerts .cerification {
    background-color: #EAF3F7;
    height: auto;
    width: 100%;
    position: relative;
    padding: 70px 0
}

.hrcerts .cerification p {
    font-size: 22.0px;
    color: #8195a9;
    text-align: justify;
    line-height: 28.0px;
    text-align: center
}

.hrcerts .cerification .list {
    background: #ffffff;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px
}

.hrcerts .cerification .list p {
    color: #4EABC0;
    text-align: left;
    font-size: 22px;
    margin: 10px 0
}

.hrcerts .cerification .list .input-group {
    background-color: #F5F9FC;
    height: 75px
}

.hrcerts .cerification .list .input-group input[type="text"] {
    height: 48px;
    line-height: 1.42857143;
    padding-left: 22px;
    color: #8195A9;
    font-size: 16px;
    border: 2px solid #4dabbf;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    background: transparent;
    border-radius: 4px;
    margin-top: 15px;
    margin-left: 18px;
    min-width: 295px
}

.hrcerts .cerification .list .input-group .btn {
    background: #4dabbf;
    color: #ffffff;
    line-height: 1.33;
    font-size: 1.0625em;
    display: inline-block;
    padding: 11px 30px;
    margin-bottom: 0;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid #4dabbf;
    height: 48px;
    border-radius: 4px;
    position: relative;
    left: -30px;
    cursor: pointer;
    top: -1px
}

.hrcerts .cerification .list .input-group .btn:hover {
    background: #f5f9fc;
    color: #4dabbf;
    border: 2px solid #4dabbf;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.hrcerts .cerification .list .input-group ::-webkit-input-placeholder {
    color: #8195A9
}

.hrcerts .cerification .list .input-group :-moz-placeholder {
    color: #8195A9
}

.hrcerts .cerification .list .input-group ::-moz-placeholder {
    color: #8195A9
}

.hrcerts .cerification .list p:lang(pt) {
    display: none
}

.hrcerts .cerification .list table {
    padding: 0 15px 0
}

.hrcerts .cerification .list table tr {
    border-bottom: solid 1px #eee;
    display: -webkit-box;
    text-align: left
}

.hrcerts .cerification .list .table {
    padding: 0 15px 30px
}

.hrcerts .cerification .list .table tr {
    border: 0
}

.hrcerts .cerification .list .table td {
    font-size: 18.0px;
    color: #8195a9
}

.hrcerts .cerification .list .table td i {
    color: #8195a9
}

.hrcerts .cerification .list .table td span:before {
    content: " | "
}

.hrcerts .contactus {
    background-color: #f8f8f8;
    height: auto;
    width: 100%;
    position: relative;
    padding: 70px 0;
}

.hrcerts .contactus p {
    font-size: 18px;
    color: #4f4f4f;
    text-align: justify;
    line-height: 28.0px;
    text-align: center
}

.hrcerts form{
    width: 42%;
    margin: 0 auto;
}


.hrcerts .contactus .form-group {
    margin-bottom: 15px;
}
.hrcerts .contactus label {
    display: block;
    margin-bottom: 5px;
}
.hrcerts .contactus input, textarea {
    width: 100%;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.hrcerts .contactus button {
    padding: 10px  30px;
    background: #00A3AD;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-align: right;
}
.hrcerts .contactus button:hover {
    background: #098184;
}

.hrcerts .event {
    padding: 70px 0;
    height: 405px;
    width: 100%;
    position: relative;
    margin: 0;
    background: transparent url(../img/sp.png) top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.hrcerts .event p {
    display: block;
    font-size: 40px;
    color: #fff;
    text-align: center;
    line-height: 54.0px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 50px
}

.hrcerts .event h2 {
    color: #ffffff
}

.hrcerts .event .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 102px;
    margin: 80px 0 0
}

.hrcerts .event .btn a {
    padding: 15px 30px;
    background: #ffffff;
    color: #4eabc0;
    border-color: #ffffff
}

.hrcerts .event .btn a:hover {
    background: transparent;
    color: #ffffff;
    border-color: #ffffff
}

.hrcerts .certified {
    background-color: #41596f;
    height: auto;
    width: 100%;
    position: relative;
    padding: 70px 0
}

.hrcerts .certified h2 {
    color: #eaf3f7
}

.hrcerts .certified p {
    font-size: 22.0px;
    color: #eaf3f7;
    text-align: center;
    line-height: 28px
}

.hrcerts .certified .features {
    height: 245px;
    margin: 90px 0 0
}

.hrcerts .certified .features p {
    font-size: 16.0px;
    text-align: center;
    width: 193px;
    margin: 0 auto 10px
}

.hrcerts .certified .features h3 {
    font-weight: 400;
    font-style: normal;
    font-size: 18.0px;
    color: #4eabc0;
    text-align: center;
    letter-spacing: 0.4px;
    line-height: 22px
}

.hrcerts .certified .features .first,.hrcerts .certified .features .second,.hrcerts .certified .features .third,.hrcerts .certified .features .four , .hrcerts .certified .features .five{
    width: 19%;
    display: inline-block;
    height: 300px;
    margin-left: 7px;
}

.hrcerts .certified .features .side-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 102px
}

.hrcerts .certified .features .side-icon span {
    display: block;
    width: 99px;
    height: 99px;
    text-align: center;
    line-height: 2.5em;
    background-color: transparent;
    border: 2px solid #eaf3f7;
    color: #ffffff;
    border-radius: 100px;
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 0 0 rgba(0,0,0,0.1);
    font-size: 41px
}

.hrcerts .certified .features .side-icon span img {
    align-items: center;
    align-content: center;
    text-align: center;
    justify-content: center;
    width: 40px;
    height: 100px;
    color: #ffffff
}

.hrcerts .help {
    background-color: #102129;
    height: auto;
    width: 100%;
    position: relative;
    padding: 70px 0
}
.hrcerts .help h2{
    color: #00A3AD;
}

.hrcerts .help p {
    font-size: 22.0px;
    color: #fff;
    text-align: center;
    line-height: 28px
}

.hrcerts .help .features {
    height: auto;
    margin-top: 0;
}

.hrcerts .help .features p {
    font-size: 17px;
    text-align: center;
    line-height: 25px;
}

.hrcerts .help .features h3 {
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    color: #00A3AD;
    text-align: center;
    letter-spacing: 0.4px;
    line-height: 22px
}
.hrcerts .help .features .first{
    margin-left: 0;
    width: 27%;
    display: inline-block;
    height: auto;
    text-align: left;
    padding: 20px;
}

.hrcerts .help .features .second,.hrcerts .help .features .third{
    width: 27%;
    display: inline-block;
    height: auto;
    text-align: left;
    padding: 20px;
    margin-left: 50px;
}

.hrcerts .help .features .side-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hrcerts .help .features .side-icon span {
    display: block;
    text-align: center;
    line-height: 1.5em;
    color: #fff;
    font-size: 65px;
}

.hrcerts .help .features .side-icon span img {
    align-items: center;
    align-content: center;
    text-align: center;
    justify-content: center;
    width: 70px;
    height: 100px;
    color: #ffffff
}

.hrcerts .subscribe {
    background-color: #4eabc0;
    height: auto;
    width: 100%;
    position: relative;
    padding: 70px 0
}

.hrcerts .subscribe h2 {
    color: #ffffff
}

.hrcerts .subscribe p {
    font-size: 22.0px;
    color: #ffffff;
    text-align: center;
    line-height: 28px
}

.hrcerts .subscribe form {
    display: flex;
    width: 465px;
    margin: 70px auto 0
}

.hrcerts .subscribe input {
    width: 100%;
    height: 54px;
    line-height: 1.42857143;
    padding-left: 20px;
    color: #ffffff;
    font-size: 1.0625em;
    border: 2px solid #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    background: transparent;
    border-radius: 4px
}

.hrcerts .subscribe label.error {
    color: #ffffff;
    font-size: 13px;
    font-family: "ProximaNova-Regular", Helvetica, Arial, serif;
    padding-top: 10px;
    display: block
}

.hrcerts .subscribe #response-subscribe {
    text-align: center
}

.hrcerts .subscribe #response-subscribe .success {
    text-align: center;
    color: #93ff98;
    font-family: "ProximaNova-Regular", Helvetica, Arial, serif;
    padding-top: 10px;
    display: block
}

.hrcerts .subscribe .send {
    background: #fff;
    color: #4dabbf;
    line-height: 1.33;
    font-size: 1.0625em;
    display: inline-block;
    padding: 15px 20px;
    margin-bottom: 0;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid #fff;
    width: 100%;
    height: 54px;
    cursor: pointer;
    border-radius: 4px;
    position: relative;
    left: -10px;
    cursor: pointer
}

.hrcerts .subscribe .send:hover {
    background: #4dabbf;
    border: 2px solid #ffffff;
    color: #ffffff;
    border-radius: 0;
    transition: all 0.4s ease-out;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.hrcerts .subscribe .form-input,.hrcerts .subscribe .form-button {
    display: inline-block;
    float: left
}

.hrcerts .subscribe .form-input {
    width: 85%
}

.hrcerts .subscribe .form-button {
    width: 35%
}

.hrcerts .subscribe ::-webkit-input-placeholder {
    color: white
}

.hrcerts .subscribe ::-moz-placeholder {
    color: white
}

.hrcerts .subscribe :-moz-placeholder {
    color: white
}

.hrcerts .contact-us {
    background-color: #eaf3f7;
    height: auto;
    width: 100%;
    position: relative;
    padding: 70px 0
}

.hrcerts .contact-us .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 102px
}

.hrcerts .contact-us p {
    font-size: 22.0px;
    color: #8195a9;
    text-align: center;
    line-height: 28px
}

.hrcerts .contact-us #response-contact,.hrcerts .contact-us #response-training,.hrcerts .contact-us #response-register {
    text-align: center
}

.hrcerts .contact-us #response-contact .success,.hrcerts .contact-us #response-training .success,.hrcerts .contact-us #response-register .success {
    text-align: center;
    color: #63bb67;
    font-family: "ProximaNova-Regular", Helvetica, Arial, serif;
    padding-top: 10px;
    display: block
}

.hrcerts .contact-us form {
    margin-top: 30px
}

.hrcerts .contact-us form label.error {
    color: #f7633e;
    font-family: "ProximaNova-Regular", Helvetica, Arial, serif;
    padding-top: 0;
    display: block;
    position: relative;
    top: -14px;
    font-weight: 300;
    font-size: 13px
}

.hrcerts .contact-us form input,.hrcerts .contact-us form textarea {
    width: 100%;
    height: 54px;
    line-height: 1.42857143;
    padding-left: 20px;
    color: #49abc0;
    font-size: 1.0625em;
    border: 2px solid #49abc0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    background: transparent;
    border-radius: 4px;
    margin-bottom: 20px;
    box-shadow: none
}

.hrcerts .contact-us form .styled-select {
    width: 100%;
    height: 54px;
    line-height: 1.42857143;
    padding-left: 20px;
    color: #49abc0;
    font-size: 1.0625em;
    border: 2px solid #49abc0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    background: transparent;
    border-radius: 4px;
    margin-bottom: 20px;
    box-shadow: none
}

.hrcerts .contact-us form .styled-select label.error {
    top: 4px;
    left: -22px;
    font-size: 13px
}

.hrcerts .contact-us form .styled-select select {
    width: 100%;
    font-size: 1.0625em;
    font-family: "ProximaNova-Regular", Helvetica, Arial, serif;
    height: 53px;
    margin: 0;
    background: transparent;
    color: #44abc1;
    border: none;
    outline: none;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer
}

.hrcerts .contact-us form .styled-select select option {
    background-color: #fff
}

.hrcerts .contact-us form .styled-select .select-button {
    background-color: transparent;
    right: 25px;
    top: 0;
    position: absolute;
    pointer-events: none;
    width: 2em;
    height: 54px
}

.hrcerts .contact-us form .styled-select .select-button .select-button-text {
    color: #fff;
    line-height: 1.8em;
    text-align: center;
    display: block
}

.hrcerts .contact-us form .styled-select .select-button .select-button-text span {
    font-size: 1em
}

.hrcerts .contact-us form .small-arrow-down {
    width: 0;
    height: 0;
    border-left: .5em solid transparent;
    border-right: .5em solid transparent;
    border-top: .5em solid #44abc1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.hrcerts .contact-us form .lt-ie10 .styled-select {
    background: #fff;
    border: none
}

.hrcerts .contact-us form .lt-ie10 .styled-select .select-button {
    display: none
}

.hrcerts .contact-us form button {
    background: #4eabc0;
    color: #ffffff;
    border-color: #4eabc0;
    padding: 12px 35px;
    float: right;
    font-size: 1.0625em;
    font-family: "ProximaNova-Regular", Helvetica, Arial, serif;
    font-weight: normal;
    cursor: pointer;
    outline: none
}

.hrcerts .contact-us form button:hover {
    background: transparent;
    color: #4eabc0;
    border-color: #4eabc0
}

.hrcerts .contact-us form textarea {
    height: auto;
    font-family: "ProximaNova-Regular", Helvetica, Arial, serif
}

.hrcerts .contact-us form ::-webkit-input-placeholder {
    color: #49abc0
}

.hrcerts .contact-us form ::-moz-placeholder {
    color: #49abc0
}

.hrcerts .contact-us form :-moz-placeholder {
    color: #49abc0
}

.hrcerts .contact-us .styled-checkbox {
    position: absolute;
    opacity: 0
}

.hrcerts .contact-us .styled-checkbox+label {
    position: relative;
    cursor: pointer;
    padding: 0;
    color: #49abc0;
    font-weight: 300;
    margin-bottom: 35px;
    margin-top: 15px
}

.hrcerts .contact-us .styled-checkbox+label+label {
    position: relative;
    cursor: pointer;
    padding: 0;
    color: #49abc0;
    font-weight: 300;
    margin-bottom: 35px;
    margin-top: 15px
}

.hrcerts .contact-us .styled-checkbox+label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: transparent;
    border: 2px #49abc0 solid;
    top: -4px;
    position: relative
}

.hrcerts .contact-us .styled-checkbox:checked+label:before {
    border-color: #49abc0
}

.hrcerts .contact-us .styled-checkbox:disabled+label {
    color: #b8b8b8;
    cursor: auto
}

.hrcerts .contact-us .styled-checkbox:disabled+label:before {
    box-shadow: none;
    background: #ddd
}

.hrcerts .contact-us .styled-checkbox:checked+label:after {
    content: '';
    position: absolute;
    left: 7px;
    top: 7px;
    background: #49abc0;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 #49abc0,4px 0 0 #49abc0,4px -2px 0 #49abc0,4px -4px 0 #49abc0,4px -6px 0 #49abc0,4px -8px 0 #49abc0;
    transform: rotate(45deg)
}

.banner {
    height: 280px;
    padding-top: 95px;
    width: 100%;
    position: relative;
    margin: 0;
    background: #00A3AD;
}
.banner.interna{
    background: url(../img/banner1.png) -83px 85px;
    background-size: 123%;
}

.banner .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 102px
}

.banner .btn a {
    padding: 15px 30px;
    background: #4eabc0;
    color: #ffffff;
    border-color: #4eabc0;
    cursor: pointer
}

.banner .btn a:hover {
    background: #ffffff;
    color: #4eabc0;
    border-color: #ffffff
}

.banner p {
    font-family: "ProximaNova-Regular", Helvetica, Arial, serif;
    font-size: 22.0px;
    color: #fff;
    text-align: center;
    line-height: 28.0px;
    margin: 40px auto;
    width: 70%
}

.banner h1 {
    display: block;
    font-family: "ProximaNova-Regular", Helvetica, Arial, serif;
    font-size: 45px;
    color: #fff;
    text-align: left;
    line-height: 54.0px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 50px;
    width: 770px;
}

.footer {
    background-color: #102121;
    height: auto;
    width: 100%;
    position: relative;
    padding: 70px 0 0
}

.footer a {
    color: #fff
}

.footer .company,.footer .contact,.footer .social {
    width: 32%;
    display: inline-block;
    height: 165px;
    color: #fff;
    vertical-align: top
}

.footer .company {
    width: 25%;
    margin-right: 200px
}

.footer .social {
    width: 20%;
    float: right
}

.footer .social .icons img {
    padding-right: 5px
}

.footer .copyright {
    background-color: #1c2929;
    height: 85px;
    width: 100%;
    position: relative;
    padding: 0;
    margin-top: 70px
}

.footer .copyright p {
    color: #ffffff;
    text-align: center;
    font-family: "Open Sans", Helvetica, Arial, serif;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    float: left;
    width: 100%
}

.detalhes{
    background: #ffffff;
    padding: 60px 0;
}
.detalhes h2{
    text-align: left;
}

@media (max-width: 414px) {
    .hrcerts form {
        width: 90%;
        margin: 0;
    }
    .why .box{
        width: initial !important;
    }
    .plans .option{
        max-width: 100% !important;
    }

    .row{
        display: flow;
    }
    .hrcerts .help .features .first, .hrcerts .help .features .second, .hrcerts .help .features .third {
        width: 100%;
        display: flow;
        padding: 0;
        margin-left: 0;
    }

    .treinamento{
        display: block !important;
    }
    .treinamento .box {
    width: auto !important;
    display: block !important;
    margin-left: 0 !important;
    margin-bottom: 20px;
}

    .container {
        width:100%;
        box-sizing: border-box
    }

    .hrcerts h2 {
        margin: 0 0 25px;
        line-height: 36px;
    }

    .hrcerts .subscribe .form-input,.hrcerts .hrcerts .subscribe .form-input {
        width: 30%
    }

    .hrcerts .header .nav {
        display: none;
    }

    .hrcerts .header .btn {
        margin: 0
    }

    .hrcerts .header .btn a {
        padding: 15px 10px
    }

    .hrcerts .footer .company,.hrcerts .footer .contact,.hrcerts .footer .social {
        width: 100%;
        margin: 0
    }

    .hrcerts .banner {
        height: 290px;
        background: #00A3AD;
        padding-top: 106px;
        margin-bottom: 30px;
    }

    .hrcerts .banner h1 {
        font-size: 32px;
        line-height: initial;
        margin: 0;
        padding-top: 30px;
        width: 100%;
        margin: 0;
    }

    .hrcerts .banner p {
        font-size: 17px;
        margin: 20px auto;
        width: 100%
    }

    .hrcerts .about p {
        font-size: 18px;
        text-align: justify;
        line-height: 25px;
        width: 100%;
        margin: 0;
        margin-bottom: 26px;
    }

    .hrcerts .cerification p {
        font-size: 18px;
        line-height: 25px
    }

    .hrcerts .cerification .list p {
        font-size: 17px
    }

    .hrcerts .cerification .list .table {
        padding: 0
    }

    .hrcerts .cerification .list .table td {
        font-size: 15px;
        color: #8195a9
    }

    .hrcerts .cerification .list .input-group .btn {
        left: -9px;
        top: -2px
    }

    .hrcerts .faq p {
        font-size: 18px;
        line-height: 25px
    }

    .hrcerts .faq ul {
        width: 100%;
        display: block;
        margin: 30px 0 0
    }

    .hrcerts .faq ul li:first-child {
        border-top: 0
    }

    .hrcerts .faq ul li span {
        font-size: 18px
    }

    .hrcerts .faq ul:last-child {
        float: inherit;
        margin: 0;
        border-bottom: 0
    }

    .hrcerts .faq p {
        font-size: 18px;
        line-height: 25px
    }


    .hrcerts .subscribe form {
        width: 100%
    }

    .hrcerts .becoming p {
        font-size: 18px;
        line-height: 25px
    }

    .hrcerts .becoming .btn {
        margin: 60px auto 0
    }

    .hrcerts .copyright {
        margin-top: 131px;
    }

    .hrcerts .footer {
        padding: 30px 0 0
    }

    .hrcerts .event {
        padding: 70px 0;
        height: 292px
    }

    .hrcerts .event p {
        display: block;
        font-size: 25px;
        line-height: initial;
        padding-top: 40px;
        padding-left: 30px;
        padding-right: 30px
    }

    .hrcerts .event .btn {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 102px;
        margin: 40px 0 0
    }

    .hrcerts .subscribe p {
        font-size: 18px;
        line-height: 25px
    }

    .hrcerts .recruitment-professional p {
        font-size: 18px;
        line-height: 25px
    }

    .hrcerts .recruitment-professional .btn {
        margin: 60px auto 0
    }

    .hrcerts .subscribe .form-input {
        width: 100%
    }

    .hrcerts .subscribe form {
        margin: 50px auto 0
    }

    .hrcerts .footer .social {
        height: 130px
    }

    .hrcerts .header .logo {
        margin-right: 35px
    }

    .hrcerts .exam-details table {
        width: 100%
    }
}

#training-form,#register-form {
    display: none
}
.treinamento{
    margin-top:50px;
    display: flex;
}

.treinamento .box{
    width: 28%;
    display: inline-block;
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 7px;
    height: auto;
    margin-left: 20px;
    position: relative;
    background: #fff;
    transition: transform 0.3s ease;
}
.treinamento .box:hover{
    transform: translateY(-5px);
}

.treinamento .box img{
    width: 100%;

}
.treinamento .box:first-child{
    margin-left: 0;
}
.treinamento .box a:-webkit-any-link{
    color:#ab3765;
    position: absolute;
    bottom: 9px;
}
.treinamento .box h3{
        color: #00A3AD;
        text-align: center;
}



.why {
    padding: 60px 20px;
    background-color: #00A3AD;
    text-align: center;
}

.why .container {
    max-width: 1200px;
    margin: 0 auto;
}

.why h2 {
    color: #fff;
}

.why p {
    color: #fff;
    margin: 0 auto 30px;
    font-size: 18px;
}

.why .box p {
    font-size: 18px;
    color: #555;
    line-height: 1.6;
    margin: 0 auto 30px;
}
.why .features {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.why .box {
    background: #fff;
    box-shadow: 1px 0px 6px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 20px;
    width: 320px;
    text-align: center;
    transition: transform 0.3s ease;
}

.why .box:hover {
    transform: translateY(-5px);
}
.why .side-icon {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

.why .side-icon span{
 font-size: 60px;
 color: #00A3AD;
}

.why h3 {
    font-size: 1.5rem;
    color: #00A3AD;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
   .why .features {
        flex-direction: column;
        align-items: center;
    }
}
.plans{
    background-color: #fff;
    height: auto;
    width: 100%;
    position: relative;
    padding: 70px 0;
}
.plans p{
    text-align: center;
    font-size: 18px;
    color: #4f4f4f;
    text-align: center;
    line-height: 28.0px;
}

.plans .option {
    background: white;
    padding: 20px;
    margin: 20px 0;
    border-radius: 10px;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    transition: transform 0.3s ease;
    flex: 0 0 44.333333%;
    max-width: 44.333333%;
    border: 1px solid #e5e3e3;
}
.plans .option:hover {
    transform: scale(1.05);
}
.plans .option h2 {
    color: #00A3AD;
}
.plans .option p {
    color: #666;
}

.material-symbols-outlined {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;  /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
  }