/*
* **********************************
* ################################## ESTILOS DO LOGIN
* **********************************
*/

/*
========================
======================== ESTILOS GERAIS DO LOGIN
========================
*/

.services {
    background: url("../../img/global/custom/bg-internal.png") top center no-repeat;
    padding: 230px 0 70px 0;
}

.services .content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.services-header{
    flex-basis: 100%;
    text-align: center;
    margin-bottom: 30px;
    color: #201f1f;
}

.services-header h1 {
    font-size: 2.5em;
    font-weight: 600;
    line-height: 0.95;
}

.services-header p {
    font-size: 1.5em;
    line-height: 1.083;
    margin-top: 5px;
}

.services-left{
    /*flex-basis: 48%;*/
    flex-basis: 60%;
    margin: 0 20%;
}

@media (max-width: 1024px) {
    .services-left{
        flex-basis: 100%;
    }
}

.services .j-accordion {
    background-color: #00abc3;
    padding: 25px;
    margin-bottom: 5px;
    border-left: 10px solid #007e90;

    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;

    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.services .j-accordion:hover{
    background-color: #007e90;
}

.services .j-accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.services .j-accordion-header > h1 {
    font-size: 1.625em;
    line-height: 1.1em;
    font-weight: 400;
    color: #FFF;
}

.services .j-accordion-content {
    display: none;
}

.services .j-accordion-content ul{
}

.services .j-accordion-content ul li a{
    font-size: 1.2em;
    color: #FFF;
    padding: 3px 0;
    display: block;
}

.services .j-accordion-content ul li a:hover{
    color: #007e90;
}

.services-right{
    display: none;
    /*flex-basis: 48%;*/
    /*overflow: hidden;*/
}

@media (max-width: 1024px) {
    .services-right{
        flex-basis: 100%;
        text-align: center;
        margin-top: 40px;

    }
}

.accredited-network-header{
    flex-basis: 100%;
    text-align: center;
    margin-bottom: 30px;
    color: #201f1f;
}

.accredited-network-header h1 {
    font-size: 2.5em;
    font-weight: 600;
    line-height: 0.95;
}

.accredited-network-header p {
    font-size: 1.5em;
    line-height: 1.083;
    margin-top: 5px;
}

.accredited-network-block{
    flex-basis: 100%;
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
}

.accredited-network-item{
    flex-basis: calc(50% - 20px);
    background-color: #FFF;
    height: 250px;
    margin: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;

    box-shadow: 0px 1px 13px 0px rgba(32, 31, 31, 0.1);
    -webkit-box-shadow: 0px 1px 13px 0px rgba(32, 31, 31, 0.1);
    -moz-box-shadow: 0px 1px 13px 0px rgba(32, 31, 31, 0.1);

    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

@media(max-width: 1024px){
    .accredited-network-item{
        flex-basis: calc(50% - 20px);
    }
}

@media(max-width: 680px){
    .accredited-network-item{
        flex-basis: 100%;
        margin: 0 0 20px 0;
    }
}

.accredited-network-item-buttons{
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 20px;

    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.accredited-network-item:hover .accredited-network-item-buttons{
    display: block;
}

.accredited-network-item-buttons a{
    background-color: #ffdf4f;
    width: 100%;
    display: block;
    padding: 10px;
    text-align: center;
    font-size: 1em;
    color: #201f1f;
    margin-bottom: 10px;
    text-transform: none;
}

.accredited-network-item-buttons a:last-child{
    margin-bottom: 0;
}

.accredited-network-item-buttons a:hover{
    background-color: #dbb713;
}



/*dots*/
.accredited-network-list .slick-dots {
    margin-top: 20px;
    text-align: center;
    position: relative;
}

.accredited-network-list .slick-dots li {
    display: inline-block;
}

.accredited-network-list .slick-dots li button {
    background: #ee4b3f;
    display: block;
    width: 12px;
    height: 12px;
    margin: 2px;
    cursor: pointer;

    font-size: 0;
    outline: 0;
    padding: 0;
    border: 0;

    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;

    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.accredited-network-list .slick-dots li:hover button,
.accredited-network-list .slick-dots li.slick-active button {
    width: 34px;
    background: #fdca05;
}

.services-form{
    flex-basis: 100%;
    margin-top: 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.services-form-left{
    flex-basis: 48%;
}

@media (max-width: 1024px) {
    .services-form-left{
        flex-basis: 100%;
        text-align: center;
    }
}

.services-form-header{
    flex-basis: 100%;
    color: #201f1f;
    margin-bottom: 30px;
}

.services-form-header h1 {
    font-size: 1.875em;
    font-weight: 400;
    line-height: 1.2;
}

.services-form-header p {
    font-size: 1.125em;
    line-height: 1.222;
    margin-top: 5px;
}

.services-form-left label{
    flex-basis: 100%;
}

.services-form-left .label_group{
    flex-basis: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.services-form-left .label_group label{
    flex-basis: 49%;
}

.services-form-left input,
.services-form-left textarea,
.services-form-left select{
    font-family: 'Baloo Tamma 2', cursive;
    font-size: 1em;
    font-weight: 300;
    color: #201f1f;
    background-color: #f6f6f6;

    border: 0 !important;
    padding: 20px !important;

    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;

    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.services-form-left textarea{
    height: 130px;
}

.services-form-left input:focus,
.services-form-left textarea:focus,
.services-form-left select:focus{
    background-color: #e2e6e7;
    outline: 0;

    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}


.services-form-left ::-webkit-input-placeholder {
    opacity: 1;
    color: #202223;
}

.services-form-left ::-moz-placeholder {
    opacity: 1;
    color: #202223;
}

.services-form-left :-ms-input-placeholder {
    opacity: 1;
    color: #202223;
}

.services-form-left :-moz-placeholder {
    opacity: 1;
    color: #2b3748;
}

.services-form-left .select-custom-default .select-arrow {
    top: 17px;
    right: 18px;
    font-size: 1.4em;
    color: #202223;
}

.services-form-left .btn{
    font-size: 1em;
    font-weight: 600;
    border: 0 !important;
    padding: 17px 50px !important;
}

@media(max-width: 1024px){
    .services-form-left .btn{
        width: 100%;
    }
}

.services-form-right{
    flex-basis: 48%;
    padding-left: 60px;
}

@media (max-width: 1024px) {
    .services-form-right{
        flex-basis: 100%;
        text-align: center;
        margin-top: 40px;
    }
}

.services-form-right li{
    display: flex;
    margin-bottom: 10px;
}

@media(max-width: 1024px){
    .services-form-right li{
        flex-direction: column;
    }
}

.services-form-right li:last-child{
    margin-bottom: 0;
}

.services-form-right li .icon{
    flex-basis: 10%;
}

@media(max-width: 1024px){
    .services-form-right li .icon{
        flex-basis: 100%;
    }
}

.services-form-right li .desc{
    flex-basis: 90%;
    padding-left: 10px;
}

@media(max-width: 1024px){
    .services-form-right li .desc{
        flex-basis: 100%;
        padding-left: 0;
        padding-top: 10px;
    }
}

.services-form-right li span{
    font-size: 1em;
    color: #00abc3;
    font-weight: 600;
    text-transform: uppercase;
}

.services-form-right li p{
    font-size: 1.6em;
    color: #00abc3;
    margin-top: -12px;
    font-weight: 400;
}

.services-form-right li .desc div{
    margin-bottom: 10px;
}

.services-form-right li .desc div h1{
    font-size: 1.4em;
    color: #201f1f;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.services-form-right li .desc div p{
    font-size: 1.1em;
    line-height: 1.1em;
    font-weight: 300;
    color: #201f1f;
    width: 270px;
}

@media(max-width: 1024px){
    .services-form-right li .desc div p{
        width: 100%;
    }
}
