form label{
    display: flex;
    flex-direction: column;
    font-size: 16px !important;
    font-family: "Open Sans" !important;
    color: #041421;
    font-weight: 600;
    line-height: 24px;
}

.ctc_contact_input {
    background: #F5F6F6;
    height: 38px;
    //max-width: calc(750px - 40px);
    width: 100%;
    outline: none;
    border: none;
    padding: 0 20px;
    border: 0.5px solid #ccc;
    transition: border-color 0.3s;
}

.ctc_contact_input_2{
    width: 103.8%;
}

/* input, select {
    width: 100%;
    box-sizing: border-box;
} */

.ctc_contact_input:focus {
    border-color: #041421;
}
#your-mens{min-height: 150px;}

.ctc_send{
    background: #0071C5;
    color: #fff;
    height: 43px;
    border: none;
    border-radius: 10px;     
    width: 110px;
    font-size: 16px !important;
    font-family: "Open Sans" !important;
}

.ctc_send:hover{
    background: #045c9d;
}

.ctc_reset{
    background: #fff;
    color: #000;
    height: 39px;
    border: solid 2px #000;
    border-radius: 10px;     
    width: 106px;
    font-size: 16px !important;
    font-family: "Open Sans" !important;

}

.interior_main {
    margin: 150px 0;
}
.interior-title h1{
    display: flex;
    color: #000000;
    font-family: 'Poppins';
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 0;
    margin-bottom: 0px;
}
.wrapper-pagination {
    display:flex;
}

.pagination {
    display: flex;
    list-style: none;
    margin:auto;
}

    .pagination li {
        margin: 0 5px;
        padding: 5px 10px;
        color: #000000;
    }

        .pagination li a span, .pagination li a div {
            font-style: normal;
            font-weight: 600;
            font-size: 16px;
            align-items: center;
            text-align: center;
            color: #555861;
            letter-spacing: 0;
            line-height: 19px;
        }

    .pagination .current{
        box-sizing: border-box;
        border: 0.7px solid #989A9F;
        border-radius: 30px;
        background-color: #0071C5;
        height: 40px;
        width: 40px;
        text-align: center;
    }
    .pagination .current span {
        color: #FFF;
    }

    .pagination li.pag_setas {
        border: none;
        margin-top: 5px;
    }
        .pagination li.pag_setas a {
           
            display:flex;
        }
.fa-chevron-right {
    margin-left: 10px;
}
.fa-chevron-left {
    margin-right: 10px;
}
.backButton {
    cursor: pointer;
}
    .backButton .voltarWord {
        color: #000000;
        font-family: Lato;
        font-size: 18px;
        letter-spacing: 0;
        line-height: 22px;
        margin-left: 10px;
        font-weight: 600;
        font-family: "Poppins";
    }
.content-zone p {
    color: #000000;
    font-family: "Open Sans";
    font-size: 18px;
    letter-spacing: 0;
    line-height: 28px;
}
.content-zone h2 {
    font-size: 24px;
    font-weight:bold;
}
.content-faq h2 {
    font-size: 18px !important;
    margin-top: 30px;
}
.c-accordion__title {
    color: #041421;
    //font-family: "Poppins";    
    letter-spacing: -0.18px;
    line-height: 28px;
}
.c-accordion__content {
    border-radius: 7px;
    background-color: #F5F6F6;
    padding:20px 30px
}
.c-accordion__title:after {
    color: #0071C5;
}
.content-zone h3 {
    font-size: 24px;
    margin:0;
}
ul {
    margin-top: 0
}
ul, ol, li {
    font-size: 18px;
    line-height: 28px;
}
.breadcrum {
    list-style: none;
    display: flex;
    color: #000000;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 19px;
    
}
    .breadcrum span {
        color: #000000;
        font-family: "Open Sans";
        font-size: 14px;
        font-weight: 300;
        letter-spacing: 0;
        line-height: 19px;
        text-decoration: underline;
    }
    .breadcrum ul {
        padding: 0;
        text-decoration: underline;
        font-size:14px;
    }
    .breadcrum ul:last-child{
        
        text-decoration: none;
    }
.start_home {
    text-decoration: underline;
    color: #000000;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    
}
.ver-bar {
    background-color: #000000;
    width: 2px;
    height: 15px;
    margin-top: 9px;
    margin-left: 10px;
    margin-right: 10px;
}
.post-type {
    color: #000000;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 19px;
    margin-top: 4px;
    text-transform:capitalize;
}
.wp-block-spms-accordion-item {
    margin-left: 20px;
    margin-right: 20px;
}

/*=============================================Mobile=============================================*/
/*---------------------Phones-------------------*/
@media (max-width: 667px) {
    .interior_main {
        margin: 100px 0;
    }
    .interior-title {
        margin-left: 20px;       
    }
    .interior-title {
       
        font-size: 20px;
       
    }
    .breadcrum{
        margin-left:20px;
    }
    .pagination {
        margin-bottom: 40px;
    }

    .backButton {
        padding: 20px;
    }

    .ctc_contact_input {
	width: 88%;
    }

    img.wp-image-854 {
        margin-left: -25%;
    }
}