body {
    font-family: 'Poppins', sans-serif !important;
    /* overflow-x: hidden; */
    background: #F6F5F5 !important;
    overflow-x: hidden;
}

html {
    overflow-x: hidden;
}

/* fonts e titulos */
h1 {
    font-weight: 800;
    color: white;
}

h6 {
    font-weight: 300;
    color: white;
}


a {
    text-decoration: none;
    color: #ca000e !important;
}

a:hover {
    color: #9e0711 !important;
    text-decoration: none;
    font-weight: 500;
}

p ul,
p ol {
    line-height: 1.5;
    color: #212529;
    font-weight: 300;
}

:focus,
:focus:active,
:focus:hover {
    outline: none !important;
    box-shadow: none !important;
}

.font-upp {
    text-transform: uppercase;
    font-size: 1.2em;
}


/*navbar*/

.navbar-fast {
    transition: background-color 250ms ease-out;
    height: 80px;
    background: white;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.162);
    /* padding: 40px 0px 40px 0px; */
}

@media screen and (max-width: 992px) {
    .navbar-fast {
        background-color: #ffffff;
        transition: background-color 250ms ease-in;
        /* height: 13%; */
    }
}

.secondnav.scrolled {
    transition: background-color 250ms ease-in;
}

.nav-secondary {
    background-color: #333333;
}

.logo-nav img {
    height: 40px;
    padding-left: 40%;
}

.nav-item {
    margin: auto 10px;
    text-transform: uppercase;
}

.nav-link {
    color: #05450C !important;
    font-size: 0.9em;
    font-size: 15px;
    font-weight: 700;
}

.nav-link:hover {
    font-weight: normal;
}

.item-highlighted {
    opacity: 0;
    background-color: #f58220;
    border-radius: 50px;
    padding: 0 10px;
    transition: opacity 0.25s ease-out;
    text-transform: none;
}

.navbar-fast.scrolled .item-highlighted {
    opacity: 1;
    transition: opacity 150ms ease-in;
}

/* banner inicial */

.carousel-info-banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100vh;
    background-color: rgba(51, 51, 51, 0.70);
    background-blend-mode: multiply;
    padding: 0 10%;
}


.info-banner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    position: relative;
    margin-top: 2%;
}



@media screen and (max-width: 991px) {
    .carousel-info-banner {
        height: auto;
        padding: 100px 30px;
        padding-top: 30vh;
    }

    .af-formcot {
        display: none;
    }

    #form-banner-mobile {
        display: block;
    }

    .item-highlighted {
        display: none;
    }

    .navbar-nav {
        background: #ffffff;
        padding: 50px;
        margin-top: 3px;      
        float: unset !important;
        margin: 0;  
    }
    .info-banner h1 {
        font-size: 2em;
    }

    .af-localizar {
        font-size: .9em;
    }

    .firstnav {
        display: none;
    }

    .secondnav {
        margin-top: 0 !important;
    }

    .firstnav-mobile {
        display: block;
    }

    .carousel-inner {
        margin-top: 80px;
    }

    .footer-menu {
        display: none;
    }

    .fa-search {
        display: none !important;
    }

}

@media screen and (min-width: 992px) {

    .af-formcot {
        display: block;
    }

    #form-banner-mobile {
        display: none;
    }

    .firstnav-mobile {
        display: none;
    }

}

.tab {
    display: none;
}

.step {
    height: 5px;
    width: 5px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
}

.step.active {
    background-color: white;
}

.info-banner select {
    background-image: url(../img/arrow-white.svg) !important;
}

.af-input-banner {
    font-size: 16px;
    color: rgb(0, 0, 0);
    margin-left: 30px;
    margin-top: 15px;
    width: 81%;
    height: 50px;
    padding-left: 2%;
    border-radius: 6px;
    border: 2px #C2C2C2 solid;
}

.af-input-banner::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #9F9F9F;
    font-weight: 300;
    opacity: 1; /* Firefox */
}

.af-input-banner:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #777;
}

.af-input-banner::-ms-input-placeholder { /* Microsoft Edge */
    color: #777;
}

.af-input-banner:focus {
    outline: none;
}

.af-localizar {
    position: absolute;
    right: 10%;
    width: 30%;
    padding-top: 3px;
    border-radius: 30px;
    border: 1px solid #f58220;
    background: #f58220;
    color: white;
    margin: 20px -20px 10px 0;
    height: 48px;
}

.af-localizar:hover {
    background-color: #bd631a;
    border: 1px solid #bd631a;
}

@media screen and (max-width: 991px) {
    /* .af-input-banner {
        width: 100%;
    } */

    .af-localizar {
        position: absolute;
        right: 4%;
        width: 30%;
    }
}

.af-inputs {
    width: 100%;
    padding: 6px 16px;
    border-radius: 4px;
    border: 1px solid white;
    background-color: transparent;
    color: rgba(255, 255, 255, 0.4);
    height: 35px;
}

.af-inputs:focus {
    outline: none;
}

.af-light {
    font-weight: 300;
}

.af-regular {
    font-weight: 500;
}

.af-bold {
    font-weight: 700;
}

.af-extrabold {
    font-weight: 800;
}

.af-formcot {
    background-color: rgba(51, 51, 51, 0.9);
    padding: 30px 40px;
    margin: 0 35px;
}

@media screen and (max-width: 1024px) {
    .af-formcot {
        margin: auto;
    }

    .af-inputs {
        height: 48px;
    }
}

.font-orange {
    color: #f58220;
}


.input-title {
    text-transform: uppercase;
    font-size: .8em;
    color: white;
    width: 100%;
}

.btn-form-orange {
    background-color: #f58220;
    color: white;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}



/* Newsletter */
.af-input-newsletter {
    width: 100%;
    padding: 12px 16px;
    border-radius: 4px 0 0 4px;
    border: 1px solid white;
    background: none;
    color: rgba(255, 255, 255, 0.4);
    height: 48px;
    display: inline;
}

.af-submit-newsletter {
    width: 20%;
    bottom: 0;
    right: 0;
    position: absolute;
    padding: 12px 16px;
    border-radius: 0 4px 4px 0;
    border: 1px solid white;
    background: white;
    color: #f58220;
    height: 48px;
    display: inline;
}


.newsletter .alert-success {
    background: transparent;
    background-color: transparent !important;
    color: #28a745;
    font-weight: bold;
    padding: 0;
    border: none;
    margin-top: -10px;
}
/* SECÇÕES */

.section-title {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 30px;
}
.title-contacts{
    font-weight: 800;
    text-transform: uppercase;
    font-size: 30px;
}

.orange-line {
    border: 0;
    border-top: 2px solid #f58220;
    width: 60px;
    margin: 20px 0 40px;
}

p {
    font-weight: 400;
    line-height: 1.8em;
    font-size: 16px;
}


/* SECÇÃO SOBRE NOS */
#sobre-nos {
    padding: 0px 0;
    /* background-color: white; */
    width: 100vw;
    padding-top: 100px;
}

#sobre-nos .container {
    margin: auto;
}

.af-block-text {
    margin-bottom: 50px;
}

.af-block-text ul {
    padding-left: 0;
}

@media screen and (max-width: 991px) {
    #sobre-nos {
        padding: 100px 30px;
    }

    .af-block-text {
        margin-top: 50px;
    }
}

.af-btn-rgrey {
    background-color: #333333;
    padding: 12px 16px;
    color: white;
    border-radius: 30px;
    font-size: .9em;
}

.af-btn-rgrey:focus {
    outline: none;
}

.af-block-text ul li {
    color: #f58220;
    font-weight: 300;
    line-height: 1.8em;
    list-style: none;
}

.af-block-text ul li:before {
    background-image: url(../img/list-style.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 30px;
    height: 15px;
    content: "";
}

/* SECÇÃO SERVIÇOS */
#servicos {
    /* background-color: #333333; */
    padding: 100px 0;
}

.icon-services {
    height: 80px;
    margin-bottom: 20px;
}

#servicos .section-title {
    color: white;
}

#servicos .orange-line {
    margin: 20px auto 40px auto;
}

#servicos .af-section {
    padding: 80px 100px;
    color: white;
    text-align: center;
}

#servicos .af-section .services {
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 80px;
}

.af-btn-rorange {
    background-color: #f58220;
    padding: 12px 28px;
    color: white;
    border-radius: 30px;
    font-size: .9em;
    border: none;
}

.af-btn-rorange:focus {
    outline: none;
}

#servicos .af-section .af-btn-rorange {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (max-width: 991px) {
    #servicos .af-section {
        padding: 80px 0 80px 30px;
    }

    #servicos .af-section .services {
        margin-bottom: 50px;
    }

    #servicos .af-section .af-btn-rorange {
        bottom: 50px;
    }
}

/* NOTICIAS */
#noticias {
    padding: 100px 0 150px 0;
    /* background-color: white; */

}

#noticias .section-title {
    text-align: center;
}

.titulo-noticia {
    margin-top: 20px;
}

#noticias .orange-line {
    margin: 20px auto 40px auto;
}

#noticias .card {
    padding: 0 !important;
    margin: 10px;
    max-width: 31%;
    flex: 0 0 31%;
    -ms-flex: 0 0 31%;
    -webkit-box-shadow: 0px 0px 29px -16px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 29px -16px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 29px -16px rgba(0,0,0,0.75);
}



@media screen and (max-width: 991px) {
    #noticias .card {
        max-width: 100%;
        flex: 0 0 100%;
        -ms-flex: 0 0 100%;
    }
}

#noticias .carousel-indicators {
    bottom: -90px;
}

#noticias .carousel-indicators li {
    background-color: #333333;
    width: 16px;
    border-radius: 100%;
    height: 16px;
}

#noticias .card-title {
    font-weight: 800;
    font-size: 1.5rem;
}

#noticias .card-img-top {
    width: 100%;
    height: 15vw;
    object-fit: cover;
}

#noticias .btn-read {
    text-transform: uppercase;
    color: #f58220;
    text-align: right;
    width: 100%;
    font-weight: 500;
}

#noticias .btn-read:focus {
    outline: none;
}

#noticias .btn-read:after {
    background-image: url(../img/button-noticias.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 20px;
    height: 15px;
    margin-left: 15px;
    content: "";
}

#mapa {
    background-color: #f5f5f5;
    height: 500px;
}

@media screen and (max-width: 991px) {
    #mapa {
        height: 700px;
    }
}


#mapa .row {
    height: 100%;
}

#mapa .mapa-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    position: relative;
}

#mapa h1 {
    color: #333333 !important;
}

#mapa h6 {
    color: #333333 !important;
}

#mapa .mapa-content iframe {
    width: 100%;
    height: 100%;
}

#mapa .af-btn-rgrey {
    width: fit-content;
    padding: 12px 28px;
}

.af-btn-rgrey:hover {
    font-weight: bold !important;
}

.mapa-content-left {
    padding: 0 10% 0 10%;
}

#mapa .contactos {
    margin: 30px 0;
}

/* footer */

footer {
    background-position: bottom;  
    height: 515px;
    padding: 20px 10%;
    padding-top: 219px;
    background-image: url('/assets/website/img/footer.svg');
    background-size: cover;  
    background-repeat: no-repeat;
}

/* @media (min-width: 767px) and (max-width: 1600px) {

    footer {
        background-position: bottom;  
        height: 515px;
        padding: 20px 10%;
        padding-top: 219px;
    }
} */

@media (min-width: 1900px) and (max-width: 1932px) {
    footer {
        background-position: bottom;  
        height: 631px;
        padding: 20px 10%;
        padding-top: 338px;
    }
}
@media (max-width:775px){
    footer {
        background-position: bottom;
        height: 100%;
        padding: 56px 10%;
        padding-top: 56px;
        background-color: #192a1d;
        background-image: none;
        background-size: 2684px;
        background-repeat: no-repeat;
        margin-top: 20px;
    }
    footer ul li {
        padding: 6px 0px !important;
        font-size: 13px !important;
    }
    .bottom-info-left {
        text-align: left;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .class-avisos {
        display: flex;
        align-content: center;
        align-items: flex-start !important;
        flex-direction: column;
    }
    .small-txt {
        font-size: 12px;
        color: white;
    }
}
@media (min-width: 776px) and (max-width:991px){
    footer {
        background-position: bottom;
        height: auto;
        padding: 20px 10%;
        padding-top: 56px;
        background-color: #192a1d;
        background-image: none;
        background-size: 2684px;
        background-repeat: no-repeat;
    }
    footer ul li {
        padding: 6px 0px !important;
        font-size: 13px !important;
    }
    .bottom-info-left {
        text-align: left;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .class-avisos {
        display: flex;
        align-content: center;
        align-items: flex-start !important;
        flex-direction: column;
    }
    
}
@media (min-width: 992px) and (max-width:999px){
    footer {
        background-position: bottom;
        height: 493px;
        padding: 20px 10%;
        padding-top: 182px;
        background-image: url(/assets/website/img/footer.svg);
        background-size: 1700px;
        background-repeat: no-repeat;
    }
    footer ul li {
        padding: 6px 0px !important;
        font-size: 13px !important;
    }
}
@media (min-width: 1000px) and (max-width:1193px){
    footer {
        background-position: bottom;
        height: 493px;
        padding: 20px 10%;
        padding-top: 182px;
        background-image: url(/assets/website/img/footer.svg);
        background-size: 1700px;
        background-repeat: no-repeat;
    }
    footer ul li {
        padding: 6px 0px !important;
        font-size: 13px !important;
    }
}
@media (min-width: 1194px) and (max-width:1425px){
    footer {
        background-position: bottom;
        height: 493px;
        padding: 20px 10%;
        padding-top: 219px;
        background-image: url(/assets/website/img/footer.svg);
        background-size: auto;
        background-repeat: no-repeat;
    }
}

.class-avisos{
    display: flex; 
    align-content: center; 
    align-items: center;
}
.redes-sociais{
    display: flex;
    align-items: center;
}
footer .logo {
    height: 45px;
    margin-bottom: 30px;
}

footer ul li {
    list-style-type: none;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    padding: 8px 14px;
    margin: 0 4rem;
    font-size: 15px;
}

footer a {
    color: #fff !important;
}

.legal-links {
    margin-bottom: -8px !important;
}

.legal-links li {
    padding: 0 5px;
}

.legal-links li a{
    font-size: 14px;
    color: #fff;
}

@media screen and (max-width: 991px) {
    footer ul li {
        padding: 10px 0;
        margin: 0 0;
    }

    .small-txt {
        padding-left: 0;
        margin-bottom: 30px;
    }
}

.small-txt {
    font-size: 15px;
    color: white;
}


#newsletter {
    margin-top: 30px;
}



.title {
    font-weight: 800;
}


.af-link {
    color: #f58220;
    text-transform: uppercase;
}


#bottom-info {
    background-color: #2d2d2d;
    padding: 20px 40px;
    color: white;
}

.logo-enovo {
    height: 20px;
}

.bottom-info-left {
    text-align: left;
    display: flex; 
    justify-content: space-between;
}

.bottom-info-right {
    text-align: right;
}

@media screen and (max-width: 991px) {
    .bottom-info-right {
        text-align: left;
        margin-top: 10px
    }
}


/*paginas basicas*/

#basic-banner {
    /* height: 59vh; */
    height: 371px;
    margin-bottom: -96px;
    background-size: cover;
    background-position: center;
    /* background-color: rgba(51, 51, 51, 0.70); */
    background-blend-mode: multiply;
}

#basic-bannerservices {
    /* height: 59vh; */
    height: 423px;
    /* margin-bottom: -96px; */
    background-size: cover;
    background-position: center;
    /* background-color: rgba(51, 51, 51, 0.70); */
    background-blend-mode: multiply;
}


/* @media screen and (max-width: 991px) {
    #basic-banner {
        height: 100vh;
    }
} */


/*candidatura*/

.cont,
#pag-contactos,
#pag-servicos {
    padding: 50px 50px 50px 50px;
    background-color: #f5f5f5;
}

.candidatura {
    margin-top: 40px;
}

@media screen and (max-width: 991px) {

    .cont,
    #pag-servicos,
    #pag-contactos {
        padding: 50px;
    }
}

.cont form .af-inputs {
    border: 1px solid #333333;
    background-color: transparent;
    color: #333333b0;
}

.cont form .input-title {
    color: #333333;
    font-weight: 700;
}

.cont .form-candidatura {
    padding: 0 50px;
}

@media screen and (max-width: 991px) {
    .cont .form-candidatura {
        margin-bottom: 40px;
    }
}

.title-form {
    color: #f58220;
    font-weight: 700;
    font-size: 24px;
    margin-top: 50px;
}

@media screen and (max-width: 991px) {
    .cont .form-candidatura {
        padding: 0;
    }
}


/*form*/

.form-check-input {
    position: relative;
    margin-left: 0;
}

.form-policy {
    margin-top: 30px;
}

.form-policy .form-check-label {
    display: inline;
}

.af-inputs[type='file'] {
    padding: 0;
    border: none !important;
}

select {
    width: 100%;
    -webkit-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 0px;
    background-image: url(../img/arrow-white.svg);
    background-position: 98% 50%;
    background-repeat: no-repeat;
    background-size: 15px;
}

.form-check-label {
    position: relative;
    margin-left: 30px;
}

[type="radio"]:not(:checked),
[type="radio"]:checked {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

[type="radio"]+label:before,
[type="radio"]+label:after {
    content: '';
    position: absolute;
    left: -30px;
    top: -3px;
    margin: 4px;
    width: 20px;
    height: 20px;
    z-index: 0;
    transition: .28s ease;
}

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    opacity: 1 !important;
    pointer-events: none;
}

[type="checkbox"]+label:before,
[type="checkbox"]+label:after {
    content: '';
    position: absolute;
    left: -30px;
    top: -3px;
    margin: 4px;
    width: 20px;
    height: 20px;
    z-index: 0;
    transition: .28s ease;
}

[type="radio"]:not(:checked)+label:before,
[type="radio"]:not(:checked)+label:after,
[type="radio"]:checked+label:before,
[type="radio"]:checked+label:after {
    border-radius: 50%;
}

[type="radio"]:not(:checked)+label:before,
[type="radio"]:not(:checked)+label:after,
[type="radio"]:checked+label:before,
[type="radio"]:checked+label:after {
    border: 2px solid #333333;
}

[type="checkbox"]:not(:checked)+label:before,
[type="checkbox"]:not(:checked)+label:after,
[type="checkbox"]:checked+label:before,
[type="checkbox"]:checked+label:after {
    border: 2px solid #333333;
}

[type="checkbox"]:checked+label:after {
    background-image: url(../img/list-style.png);
    background-size: contain;
    background-repeat: no-repeat;
}

[type="radio"]:checked+label:after {
    background-color: #333333;
    transform: scale(0.5);
}

input[type="file"] {
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    padding: 14px 0;
    cursor: pointer;
    position: absolute;
}

.input-title-file {
    display: block;
    text-align: center;
    padding: 12px 40px;
    background: #333333;
    color: #fff;
    font-size: 14px;
    transition: all .4s;
    cursor: pointer;
    width: 100%;
    font-weight: 600;
}

.btn-candidatura {
    border-radius: 50px;
}

@media screen and (max-width: 991px) {
    input[type="file"] {
        width: 100%;
    }

    .input-title-file {
        width: 100%;
    }
}

/*noticias page*/

.noticias-page .navbar-fast {
    background-color: #333333;
}

#noticia-highlight {
    background-color: #f5f5f5;
    padding: 60px 0;
}

#noticia-highlight .section-title {
    text-align: center !important;
}

#noticia-highlight .orange-line {
    margin: 20px auto 40px auto;
}

#noticia-highlight .img-thumbnail {
    background-color: transparent;
    border: transparent;
    border-radius: 0;
    max-width: 100%;
    height: auto;
}

/* contactos page */

#pag-contactos {
    padding: 100px 150px 150px 150px;
    background-color: #f5f5f5;
}

.pag-contactos .orange-line {
    margin: 20px auto 40px auto;
}

.agencias {
    padding-top: 100px;
}

#pag-servicos {
    padding: 100px 150px 150px 150px;
    background-color: #f5f5f5;
}

.service-icon {
    height: 40px;
    margin-right: 14px;
}

.list-services {
    list-style-type: none;
    border-left: 2px solid #f58220;
    padding-left: 20px;
}

#pag-servicos .info {
    margin: 30px 0;
}

.tabs {
    font-size: .95em;
    margin-bottom: 40px;
}

#pag-servicos .tabs a {
    margin-right: 8px;
}

.nav-tabs {
    border-bottom: none;
}

.nav-tabs .active a {
    color: #f58220;
}

.fade:not(.show) {
    opacity: 1;
}

.dropdown-menu {
    padding: 20px 12px;
    text-transform: capitalize;
    border: none;
    background: #ffffff;
}

.dropdown-menu a {
    color: #05450c !important;
    padding: 8px 14px;
    font-weight: 700;
    font-size: 15px;
}

.dropdown-menu a:hover {
    color: #0e6618;
    background: none;
}

.dropdown-item.active,
.dropdown-item:active {
    background: none;
}

#form-banner-mobile {
    background-color: #2d2d2d;
    padding: 100px 30px;
}

hr {
    border-bottom: 1px solid white;
}

.navbar-dark .navbar-toggler {
    border: none;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 2.25rem;
    line-height: 0;
    fill: #1e6830;
    display: flex;
    background-color: transparent;
    border: 1px solid transparent;
    margin-right: 6%;
    margin-bottom: 2%;
    border-radius: 0.25rem;
    align-content: center;
    align-items: center;
}

.flip-v {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.font-1-2 {
    font-size: 1.2em !important;
}

.carousel-control-prev,
.carousel-control-next {
    width: 8%;
}

.agencia-contacto {
    margin-bottom: 40px;
}

.dropdown:hover>.dropdown-menu {
    display: block;
    top: 100%;
}

.dropdown>.dropdown-toggle:active {
    pointer-events: none;
}

.card {
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08) !important;
    border: none;
}

.card-body {
    padding: 30px;
}

.client-menu {
    background-color: black;
    height: 30px;
}

.secondnav {
    margin-top: 0px;
}

.firstnav ul {
    margin: 0;
}

.firstnav ul li {
    list-style-type: none;
    display: inline;
    font-size: .8em;
    margin: 10px;
}

.firstnav-mobile {
    border-top: 1px solid #05450c;
    margin-top: 10px;
    padding-top: 10px;
}

.banner-front {
    padding: 165px 80px 176px 80px;
    /* top: 30px; */
    /* padding: 165px;
    padding-left: 80px; */
}

.tabs li {
    margin-right: 10px;
}

.content-servicos .info {
    margin-top: 30px;
}

.firstnav {
    background: #2d2d2d;
    color: white;
    z-index: 9999999;
    padding: 10px 30px;
}

.firstnav .align-middle {
    width: 100vw;
}

.tab-services {
    list-style-type: none;
}

.tab-services li {
    display: inline;
}

.line {
    border-right: 1px solid #2d2d2d;
    padding-right: 20px;
}

/* .carousel { z-index: -99; }
.carousel .item {
    position: fixed;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 3s;
    -moz-transition: opacity 3s;
    -ms-transition: opacity 3s;
    -o-transition: opacity 3s;
    transition: opacity 3s;

}
.carousel .one {
    background: url(../img/bg-02.jpg);
    background-size: cover;
    -moz-background-size: cover;
}
.carousel .two {
    background: url(../img/bg-01.jpg);
    background-size: cover;
    -moz-background-size: cover;
}
.carousel .three {
    background: url(../img/bg-client.jpeg);
    background-size: cover;
    -moz-background-size: cover;
}
.carousel .active.left {
    left:0;
    opacity:0;
    z-index:2;
} */

#noticias .carousel {
    z-index: 100;
}

#accordionFaqs button {
    background-color: #333333;
    text-align: left;
    border-radius: 0;
}

#accordionFaqs .card-body {
    text-align: left;
}

#accordionFaqs button .card-header h6 {
    color: #f58220;
    font-size: 1rem;
    font-weight: 500;
}

#accordionFaqs .btn-link,
#accordionFaqs .btn-link:hover {
    text-decoration: none;
}

#accordionFaqs .card-header {
    background-color: transparent;
    border-bottom: transparent;
}

#accordionFaqs .card-body p {
    margin-bottom: 0;
}

a.anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}

.list-group-item.active {
    z-index: 2;
    color: #fff !important;
    background-color: #2d2d2d;
    border-color: #2d2d2d;
}

.list-group-item {
    color: #333 !important;
}

.list-inline {
    display: inline-block;
    margin: 0;
}

.list-inline li {
    display: inline-block;
    float: left;
}

.form-quote-feedback {
    color: #7ed036;
    margin: 0;
    padding: 20px 30px;
    border-radius: 4px;
    text-align: center;
}

.form-quote-feedback.success {
    color: #7ed036;
}

.form-quote-feedback.error {
    color: #ff2e25;
}

.form-quote-feedback i {
    font-size: 40px;
}

.reversemail {
    unicode-bidi: bidi-override;
    direction: rtl;
}

.cryptedmail span:after {
    content: attr(data-name) "@" attr(data-domain) "." attr(data-tld);
}

.swal {
    text-align: center;
    margin-top: 15px;
}

.swal.success {
    color: #39ac00;
}

.swal.error {
    color: #ee0900;
}

/**
 * PROCESS MODEL
 */

.nav>li>a:focus, .nav>li>a:hover{background: transparent!important;}
.design-process-section .text-align-center {
    line-height: 25px;
    margin-bottom: 12px;
}

.process-model {
    list-style: none;
    padding: 0;
    position: relative;
    margin: 20px auto 26px;
    border: none;
    z-index: 0;
}

.process-model li::after {
    background: #e5e5e5 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    height: 4px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    top: 33px;
    width: 85%;
    z-index: -2;
}

.process-model li {
    display: inline-block;
    width: 19.5%;
    text-align: center;
    float: none;
}

.nav-tabs.process-model > li.active > a,
.nav-tabs.process-model > li.active > a:hover,
.nav-tabs.process-model > li.active > a:focus,
.process-model li a:hover,
.process-model li a:focus {
    border: none;
    background: transparent;

}


.process-model .nav-tabs .active a {
    color: #29a700 !important;
}

.process-model li a {
    padding: 0;
    border: none;
    color: #606060;
}

.process-model li.active,
.process-model li.visited,
.process-model li.active a,
.process-model li.active a:hover,
.process-model li.active a:focus,
.process-model li.visited a,
.process-model li.visited a:hover,
.process-model li.visited a:focus,
.process-model li.active p,
.process-model li.visited p {
    font-weight: 600;
    color: #29a700;
}

.process-model li.active i,
.process-model li.visited i  {
    background: #fff;
    border-color: #29a700;
}

.process-model li.active::after,
.process-model li.visited::after {
    background: #29a700;
    position: relative;
    top: -87px;
    left: -100px;
    z-index: -1;
    width: 100%;
}


.process-model li.incidence.active,
.process-model li.incidence.visited,
.process-model li.incidence.active a,
.process-model li.incidence.active a:hover,
.process-model li.incidence.active a:focus,
.process-model li.incidence.visited a,
.process-model li.incidence.visited a:hover,
.process-model li.incidence.visited a:focus,
.process-model li.incidence.active p,
.process-model li.incidence.visited p {
    font-weight: 600;
    color: #ff0000;
}

.process-model li.incidence.active i,
.process-model li.incidence.visited i  {
    background: #fff;
    border-color: #ff0000;
}


.process-model li.incidence.active::after,
.process-model li.incidence.visited::after {
    background: #ff0000;
}

.process-model li.incidence.active,
.process-model li.incidence.visited,
.process-model li.incidence.active a,
.process-model li.incidence.active a:hover,
.process-model li.incidence.active a:focus,
.process-model li.incidence.visited a,
.process-model li.incidence.visited a:hover,
.process-model li.incidence.visited a:focus,
.process-model li.incidence.active p,
.process-model li.incidence.visited p {
    font-weight: 600;
    color: #ff0000;
}

.process-model li.incidence.active i,
.process-model li.incidence.visited i  {
    background: #fff;
    border-color: #ff0000;
}


.process-model li.incidence.active::after,
.process-model li.incidence.visited::after {
    background: #ff0000;
}

.process-model li.returned.active,
.process-model li.returned.visited,
.process-model li.returned.active a,
.process-model li.returned.active a:hover,
.process-model li.returned.active a:focus,
.process-model li.returned.visited a,
.process-model li.returned.visited a:hover,
.process-model li.returned.visited a:focus,
.process-model li.returned.active p,
.process-model li.returned.visited p {
    font-weight: 600;
    color: #ff8d1e;
}

.process-model li.returned.active i,
.process-model li.returned.visited i  {
    background: #fff;
    border-color: #ff8d1e;
}


.process-model li.returned.active::after,
.process-model li.returned.visited::after {
    background: #ff8d1e;
}

.process-model li:first-child::after {
    width: 0;
}

.process-model li i {
    display: block;
    height: 68px;
    width: 68px;
    text-align: center;
    margin: 0 auto;
    background: #f5f6f7;
    border: 2px solid #e5e5e5;
    line-height: 65px;
    font-size: 30px;
    border-radius: 50%;
}

.process-model li p {
    font-size: 14px;
    margin-top: 11px;
}
.process-model.contact-us-tab li.visited a, .process-model.contact-us-tab li.visited p {
    color: #606060!important;
    font-weight: normal
}
.process-model.contact-us-tab li::after  {
    display: none;
}
.process-model.contact-us-tab li.visited i {
    border-color: #e5e5e5;
}



@media screen and (max-width: 560px) {
    .more-icon-preocess.process-model li span {
        font-size: 23px;
        height: 50px;
        line-height: 46px;
        width: 50px;
    }
    .more-icon-preocess.process-model li::after {
        top: 24px;
    }
}
@media screen and (max-width: 380px) {
    .process-model.more-icon-preocess li {
        width: 16%;
    }
    .more-icon-preocess.process-model li span {
        font-size: 16px;
        height: 35px;
        line-height: 32px;
        width: 35px;
    }
    .more-icon-preocess.process-model li p {
        font-size: 8px;
    }
    .more-icon-preocess.process-model li::after {
        top: 18px;
    }
    .process-model.more-icon-preocess {
        text-align: center;
    }
}


@media (min-width: 768px) and (max-width: 991px)  {
    .card {
        margin-top: 30px;
        margin-bottom: 50px;
    }
}

@media (max-width: 767px)  {

    .login-simple .card{
        margin: 0;
    }

    .card {
        margin-top: 30px;
        margin-bottom: 50px;
    }

    .card.card-tracking {
        margin-top: 30px;
        margin-bottom: 0 !important;
    }

    .contacts li {
        width: 48% !important;
    }

    .contacts li.email {
        width: 100% !important;
    }

    .card-tracking .details-box {
        height: auto;
        padding: 0 10px;
        margin: auto;
    }

    .process-model {
        margin: 20px 0 -10px;
    }

    .process-model li::after{
        left: -20px;
        top: 0;
    }

    .process-model li i {
        display: block;
        height: 35px;
        width: 35px;
        line-height: 30px;
        font-size: 16px;
    }

    .more-icon-preocess.process-model li p {
        font-size: 8px;
        margin: 4px -7px 10px;
    }
}

.label {
    border-radius: 18px;
    white-space: nowrap;
    padding: 3px 10px;
    color: #fff;
    font-size: 13px;
}

@media (max-width: 768px) {
    .logo-nav img {
        height: 37px;
        padding-left: 0;
        margin: 10px 0;
    }
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: #0e6618 !important;
    /* background-color: #0d5d16; */
    font-size: 0.9em;
    font-size: 15px;
    font-weight: 700;
}

.nav-area:hover,
.nav-area:focus {
    /* color: #0e6618 !important; */
    background-color: #0e6618 !important;
    /* font-size: 0.9em;
    font-size: 15px;
    font-weight: 700; */
}

.btn-quote {
    font-size: 0.9em;
    font-weight: 700;
    display: block;
    padding: 0.5rem 0.5rem;
    color: #fff;
}

.btn-quote:hover {
    font-weight: bold;
    color: rgba(255,255,255,0.6) !important;
}


/*coisas que vou adicionar do site da transnos*/

.texto-home1{
    font-weight: 700;
    font-size: 38px;
    color: #206C28;
    margin-bottom: 10%;
}

.encomenda-home{
    width: auto; 
    height: 160px;
    background: white;
    box-shadow: 8px 6px 26px rgba(0, 0, 0, 0.197);
    border-radius: 6px;
    
}



div#background
{
    /* height: 126vh; */
    background-size: cover;
    background-position: top -592px right -884px;
    background-repeat: no-repeat;
} 
.texto-home2{
    color: #4E4E4E;
    font-size: 20px;
    font-weight: 500;
    padding-top: 30px;
    padding-left: 30px;
}
.btn-pesquisa {
    height: 54px;
    background: #1F833A;
    box-shadow: 11px 9px 26px rgba(0, 0, 0, 0.18);
    border-radius: 12px;
    width: 58px;
    border: transparent;
    margin-left: 0px;
}

.btn-pesquisa:hover {
    background-color: #0e4401;
    border: 1px solid #0e4401;
}



.btn-pedir {
    height: 54px;
    background: #CA000E;
    /* box-shadow: 11px 9px 26px rgba(0, 0, 0, 0.18); */
    color: white !important;
    border-radius: 12px;
    width: 29%;
    border: transparent;
    margin-top: 4%;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 700;
}

.btn-pedir:hover {
    background-color: #CA000E;
    color: #ffffff !important;
    box-shadow: 11px 9px 26px rgba(209, 3, 3, 0.18); 
}

.img-camiao{
    width: 100%;
    /* margin-top: -5%; */
}

/* responsividade do site*/
@media (min-width: 767px) and (max-width: 1640px) {

    /* div#background-service
    {
    position: absolute;
    width: 100%;
    height: 142%;
    margin-top: -5% !important;
    margin-left: 54% !important;
    background-size: cover;
    background-position: top -642px right -140px;
    background-repeat: no-repeat;
    }  */
}

@media (min-width: 1900px) and (max-width: 1932px) {
    div#fundo-servicohome
    {
        position: absolute;
        width: 116.5%;
        height: 116%;
        margin-top: -16%;
        margin-left: -20%;
        background-size: cover;
        background-repeat: no-repeat;
    } 
}

.green-line {
    border: 0;
    border-top: 3px solid #B3C386;
    width: 170px;
    margin: -1px 0 20px;
}

/* div#background-service {
    position: absolute;
    width: 100%;
    height: 142%;
    margin-top: -14%;
    margin-left: 56%;
    background-size: cover;
    background-position: top -642px right -140px;
    background-repeat: no-repeat;
} */

/* Os nossos destinos*/
.af-map-text ul li {
    color: #000000;
    font-weight: 600;
    line-height: 1.8em;
    font-size: 20px;
    list-style: none;
}
.af-map-text ul li:hover {
    color: #CA000E;
    font-weight: 600;
    line-height: 1.8em;
    font-size: 20px;
    list-style: none;
}

.af-map-text ul li:before {
    background-image: url('/assets/website/img/localizador.svg');
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 30px;
    height: 20px;
    content: "";
}

.font-grey {
    color: #05450C;
}

.map-home {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}


div#fundo-servicohome
{
    position: absolute;
    width: 112.7%;
    height: 116%;
    /* margin-top: -16%; */
    margin-left: -20%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top 0px right -52px;
} 

.font-white {
    color: #ffffff;
}


.carde-imagem{
    width: 65%;
    height: auto;
    left: 0px;
    top: 0px;
    position: absolute;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0);
}

/* carde tentativa */
.ft-service-innerbox-3 .ft-service-img {
    overflow: hidden;
    width: 98%;
    margin-right: auto;
    margin-left: auto;
}


.elementor img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}


/* carde serviços página inicial  */

/* .ft-service-innerbox-3 .ft-service-text-icon {
    top: -5px;
    padding: 35px 30px 40px;
} */

/* .ft-service-innerbox-3 .ft-service-text-icon:before {
    left: 0;
    top: -67px;
    box-shadow: 0px 0px 29px 0px rgba(12, 12, 12, 0.07);
    content: "";
    position: absolute;
    transition: 500ms all ease;
    width: 100% !important;
    height: 312px;
    border-top: 62px solid transparent;
    border-right: 407px solid white;
    border-bottom: 0px solid transparent;
} */
.ft-service-innerbox-3 .ft-service-text-icon {
    top: -113px;
    padding: 120px 30px 68px;

}
.ft-service-text-icon {
    background-image: url(/assets/website/img/rectanglerec.svg);
    width: 100%;
    background-size: cover;
    height: 369px;
    background-position: revert-layer;
    background-repeat: no-repeat;
    background-position: top 21px;
    box-shadow: 0px 0px 29px 0px rgba(12, 12, 12, 0.07);
}

.ft-service-innerbox-3 .ft-service-icon {
    right: 30px;
    top: -38px;
    z-index: 1;
    width: 95px;
    height: 95px;
    border-radius: 100%;
    background-color: #fff;
    border: 10px solid #CA000E;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
}

.ft-service-innerbox-3 .ft-service-icon i {
    color: #141415;
    font-size: 40px;
    line-height: 0.75;
}

i[class^="flaticon-"]:before, i[class*=" flaticon-"]:before {
    font-family: flaticon !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.elementor *, .elementor :after, .elementor :before {
    box-sizing: border-box;
}

.ft-service-innerbox-3 .ft-service-text-icon:after {
    top: 19px;
    left: -6px;
    width: 102%;
    content: "";
    height: 15px;
    position: absolute;
    background-color: #ca000e;
    -webkit-transform: rotate(-12deg) skew(-15deg);
    transform: rotate(-7deg) skew(-15deg);
}


.ft-service-innerbox-3 .more-btn {
    right: 0px;
    bottom: 0px;
}

.ft-service-innerbox-3 .more-btn a {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    padding: 14px 26px;
    background-color: #CA000E;
}
/* .ft-service-innerbox-3 .more-btn a:before {
    top: 0;
    width: 0;
    height: 0;
    content: "";
    left: -16px;
    position: absolute;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
    border-bottom: 49px solid #932f05;
    border-left: 16px solid transparent;
} */

.ft-service-innerbox-3 .more-btn a i {
    margin-left: 8px;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
}
.fa-arrow-right:before {
    content: "\f061";
}

/* hover */

/* .ft-service-innerbox-3:hover .ft-service-text-icon {
    background-color: #6f060d;
} */

/* .ft-service-innerbox-3:hover .ft-service-text-icon:before {
    border-bottom: 70px solid #6f060d;
} */

/* .ft-service-innerbox-3:hover .ft-service-icon {
    border: 10px solid #8b010a;
} */

.ft-service-innerbox-3 .more-btn a:hover {
    background-color: #ca000e;
    filter: drop-shadow(-6px -5px 9px rgba(207, 19, 0, 0.32));
}


/* .ft-service-innerbox-3:hover .ft-service-text-icon {
    color: #ffffff;
} */

/*page about */
.about-banner {
    margin-bottom: 91px !important;
    padding-left: 80px !important;
}

/* subtitulos */
.green-caption{
    color: #097815;
    font-size: 20px;
}


.img-about{
    padding: 150px 80px 350px 80px;
    background-size: cover;
    background-position: center;
    background-position: top -32px right 0px;
    background-blend-mode: multiply;
    background-repeat: no-repeat;
    /* padding: 184px 80px 350px 80px;
    background-size: cover;
    background-position: center;
    background-position: top -52px right 0px;
    background-blend-mode: multiply;
    background-repeat: no-repeat; */
}


.section-about {
    padding: 155px 50px 50px 85px;
    background-color: #f5f5f5;
}
.section-services {
    padding: 60px 80px 241px 80px;
    background-size: cover;
    background-position: center;
    background-position: top -32px right 0px;
    background-blend-mode: multiply;
    background-repeat: no-repeat;
}

/* circulo  */
.date-history span{
    color: #C1C1C1;
    font-size: 70px;
    font-weight: 600;
    padding: 0px 0px 0px 80px;
}

.caption-history span{
    color: #000;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    padding: 0px 0px 0px 33px;    
}

.line-text{
    position: absolute;
    width: 22vw;
    margin-top: -0.3vw;
    height: 0.5vw;
    left: 0vw;
}

.history-text2{
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    padding-left: 25px;
    padding: 0px 0px 0px 80px;
}

.circle-svg {
    /* width: 100px;
    height: 100px; */
    text-align: center;
    vertical-align: baseline;
    display: inline-table;
    transform-origin: center;
    transition: transform 0.5s;
    transform: rotate(0deg);
    margin-top:-12%; 
    margin-left: 14%;
}

.rotating {
    transform: rotate(360deg);
}

/* missão da empresa*/

.mission{
    background: #ffffff;
    width: auto;
    padding: 50px 25px 50px 25px;
    height: 495px;
    /* width: 21.4%;
    height: 51vh; */
    flex-shrink: 0;
    box-shadow: 5px 5px 26px 1px rgba(0, 0, 0, 0.10);
}
.mission:hover{
    margin-top: -2%;
    box-shadow: 4px 2px 26px 1px rgba(207, 19, 0, 0.15);
}

.mission-circle{
    border-radius: 50%;
    width: 125px;
    margin-top: 7%;
    height: 125px;
    flex-shrink: 0;
    border-radius: 148.449px;
    background: var(--white, #FFF);
    filter: drop-shadow(3px 3px 17px rgba(207, 19, 0, 0.10));
}

.text-mission{
    color: #CA000E;
    font-size: 29px;
    font-style: normal;
    font-weight: 700;
    height: 21%;
}

.caption-mission{
    text-align: center;
    /* font-size: 17px; */
    width: 85%;
    /* margin-top: -12%; */
}

.mission-textealo{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.quality-services{
    /* width: 205.002px; */
    width: auto;
    height: 220px;
    flex-shrink: 0;
    border-radius: 38px;
    padding: 20px 10px 20px 10px;
    /* background: var(--white, #FFF); */
    background-color: #ffffff;
    /* transition: all 0.6s ease-in-out; */
    /* margin-right: 2%; */
    /* padding: 1%; */
   
}

.quality-services:hover{
    box-shadow: 11px 4px 24px 0px rgb(0 0 0 / 7%);
}
.quality-text{
    color: #787878;
    font-weight: 500;
    text-align: center;
    /* width: 65%; */
}

/* pagina de cada serviço */
.service-textgr{
    color: #05450C;
    font-size: 55px;
    font-style: normal;
    font-weight: 600;
}

div#background-service
{
    /* position: absolute; */
    /* width: 100%; */
    height: 142%;
    /* margin-top: -55%; */
    /* margin-left: 59%; */
    background-size: cover;
    /* background-position: top -642px right -140px; */
    background-repeat: no-repeat;
} 

.img-paletes {
    height: 480px;
}
.img-carga {
    width: 100%;
}
.img-caixas {
    height: 480px;
}
.img-pendurados {
    height: 480px;
}
.img-ldm{
    height: 480px;
}



.counters{
    /* width: 652px; */
    width: auto;
    height: 231px;
    flex-shrink: 0;
    border-radius: 38px;
    background: #ffffff;
    box-shadow: 11px 4px 24px 0px rgba(0, 0, 0, 0.13);
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 1% 50px 1% 50px;
}

.img-counters{
    width: 20%;
    margin-right: 10%;
}


.counters-text{
    color: #C1C1C1;
    font-size: 30px;
    font-weight: 700;
    line-height: 0.1;
}

.sub-textcounters{
    color: #C1C1C1;
    font-size: 25px;
    font-weight: 700;
    line-height: 0.1;
}

.counter{
    color: #CA000E;
    font-size: 60px;
    font-weight: 700;
}

/* .class-counters{
    padding: 2% 10% 2% 10%;
    display: flex;
    justify-content: space-between; 
} */

.rectangle-tracking{
    width: 100%;
    height: 60vh;
    flex-shrink: 0;
    border-radius: 6px;
    background: var(--white, #FFF);
    box-shadow: 8px 6px 26px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    justify-content: center;
}



/* media responsividade do website */
/* homepage */

@media screen and (max-width: 560px) {
   
}
@media screen and (max-width: 380px) {
   
}

@media (min-width: 768px) and (max-width: 991px)  {
   
}

@media (max-width: 767px)  {

}

/* responsividade do site*/
@media (min-width: 1295px) and (max-width: 1640px) {
    div#fundo-servicohome
    {
        width: 116.5% !important;
        height: 120% !important;
        margin-top: -17% !important;
    } 
    /* .ft-service-innerbox-3 .ft-service-text-icon:before {
        left: 0;
        top: -67px;
        box-shadow: 0px 0px 29px 0px rgba(12, 12, 12, 0.07);
        content: "";
        position: absolute;
        transition: 500ms all ease;
        width: 100% !important;
        height: 312px;
        border-top: 62px solid transparent;
        border-right: 407px solid white;
        border-bottom: 0px solid transparent;
    } */

}

@media (min-width: 1650px) and (max-width: 1890px) {

    div#fundo-servicohome
    {
        width: 116.5% !important;
        height: 120% !important;
        margin-top: -17% !important;
    } 
    /* .ft-service-innerbox-3 .ft-service-text-icon:before {
        left: 0;
        top: -67px;
        box-shadow: 0px 0px 29px 0px rgba(12, 12, 12, 0.07);
        content: "";
        position: absolute;
        transition: 500ms all ease;
        width: 100% !important;
        height: 312px;
        border-top: 62px solid transparent;
        border-right: 407px solid white;
        border-bottom: 0px solid transparent;
    } */
}


@media (min-width: 1900px) and (max-width: 1932px) {
    /* .ft-service-innerbox-3 .ft-service-text-icon:before {
        left: 0;
        top: -75px;
        box-shadow: 0px 0px 29px 0px rgba(12, 12, 12, 0.07);
        content: "";
        position: absolute;
        transition: 500ms all ease;
        width: 99% !important;
        height: 312px;
        border-top: 88px solid transparent;
        border-right: 505px solid white;
        border-bottom: 0px solid transparent;
    } */
    /* .ft-service-innerbox-3 .more-btn {
        bottom: -20px;
    } */
}


/* 
@media (min-width: 1200px) and (max-width: 1400px) {  
}
@media (min-width: 768px) and (max-width: 991.98px) { 
} */


#background-service
{
    /* height: 130vh; */
    /* margin-top: -55%; */
    /* margin-left: 59%; */
    height: auto;
    background-size: cover;
    background-position: top -647px right -885px;
    background-repeat: no-repeat;
} 

#background-orcamento{
    /* height: 105vh; */
    /* margin-top: -55%; */
    /* margin-left: 59%; */
    background-size: cover;
    background-position: top -783px right -885px;
    background-repeat: no-repeat;
}
#background-tracking{
    height: 105vh;
    /* margin-top: -55%; */
    /* margin-left: 59%; */
    background-size: cover;
    background-position: top -783px right -885px;
    background-repeat: no-repeat;
}



#background-login{
    height: 104vh;
    /* margin-top: -55%; */
    /* margin-left: 59%; */
    background-size: cover;
    background-position: top -716px right -1063px;
    background-repeat: no-repeat;
}
#background-register{
    /* height: 104vh; */
    /* margin-top: -55%; */
    /* margin-left: 59%; */
    background-size: cover;
    background-position: top -716px right -1063px;
    background-repeat: no-repeat;
}

#img-servic{
    /* height: 104vh; */
    /* margin-top: -55%; */
    /* margin-left: 59%; */
    background-size: cover;
    /* background-position: top -716px right -1063px; */
    background-repeat: no-repeat;
    background-size: contain;
}

.form-group.is-required > label:after, .label-required:after {
    color: #1a7030 !important;
    vertical-align: super;
    font-size: 60%;
    content: " *";
    text-shadow: 0 0 2px #1a7030 !important;
}



.contact-departamento{
    color:#ffffff; 
    font-weight: 600;
    font-size: 20px;
}

.contactos-contactos{
    color:#ffffff !important; 
    /* width: 100%;  */
    font-size: 15px;
}

.transnos-nunber{
    font-size: 17px;
    color: #A29F9F;
    font-style: normal;
    font-weight: 500;
}

.btn-criarconta{
    height: 54px;
    background: transparent;
    box-shadow: transparent;
    color: #ca000e !important;
    border-radius: 12px;
    width: 29%;
    text-decoration: underline;
    border: transparent;
    margin-top: 4%;
    border-radius: 36px;
    font-weight: 700;
}

.btn-criarconta:hover{
    /* background: #ffffff;
    box-shadow: 11px 9px 26px rgba(0, 0, 0, 0.18); */
    color: #ca000e !important;
    border: transparent;
    text-decoration: underline;
    font-weight: 700;
}

.paises-class{
    /* padding-left: 165px; 
    padding-top: 165px; */
    z-index: 1;
}

/*meter o site responsivo*/
@media (max-width: 365px){
    .ft-service-innerbox-3 .ft-service-text-icon:after {
        top: 26px !important;
        width: 105% !important;
    }
    .img-paletes {
        height: 242px !important;
    }
    .img-caixas{
        height: 242px !important;
    }
    .img-pendurados {
        height: 242px !important;
    }
    .img-ldm{
        height: 242px !important;
    }
    .class-servicos {
        padding: 20px 0px 0px 0px !important;
    }  
    .position-relative {
        position: relative !important;
        text-align: center;
    }
}

@media (min-width: 365px) and (max-width: 394px){
    .ft-service-innerbox-3 .ft-service-text-icon:after {
        top: 26px !important;
        width: 105% !important;
    }
    .img-paletes {
        height: 242px !important;
    }
    .img-caixas{
        height: 242px !important;
    }
    .img-pendurados {
        height: 242px !important;
    }
    .img-ldm{
        height: 242px !important;
    }
    .class-servicos {
        padding: 20px 0px 0px 0px !important;
    } 
    .position-relative {
        position: relative !important;
        text-align: center;
    }  
}
@media (min-width: 395px) and (max-width: 500px){
    .class-servicos {
        padding: 20px 0px 0px 0px !important;
    }   
}

@media (min-width: 395px) and (max-width: 395px){
    .ft-service-innerbox-3 .ft-service-text-icon:after {
        top: 39px !important;
        width: 105% !important;
    }
    .img-paletes {
        height: 242px !important;
    }
    .img-caixas{
        height: 242px !important;
    }
    .img-pendurados {
        height: 242px !important;
    }
    .img-ldm{
        height: 242px !important;
    }
    .position-relative {
        position: relative !important;
        text-align: center;
    }  
}

@media (min-width: 395px) and (max-width: 430px){
    .ft-service-innerbox-3 .ft-service-text-icon:after {
        top: 22px !important;
        width: 105% !important;
    }
    .img-paletes {
        height: 242px !important;
    }
    .img-caixas{
        height: 242px !important;
    }
    .img-pendurados {
        height: 242px !important;
    }
    .img-ldm{
        height: 242px !important;
    }
    .position-relative {
        position: relative !important;
        text-align: center;
    } 
    .class-servicos {
        padding: 49px  0px 0px 0px !important;
    }  
}

@media (max-width: 470px){
}
@media (max-width: 500px) {
    .ft-service-innerbox-3 .ft-service-text-icon:after {
        top: 44px ;
    }
    .ft-service-innerbox-3 .ft-service-icon{
        top: -6px;
    }
}
@media (max-width: 575.98px) { 
    .af-map-text ul {
        padding-left: 31px;
    }
    .af-map-text ul li {
        color: #000000;
        font-weight: 600;
        line-height: 1.8em;
        font-size: 15px;
        list-style: none;
        width: 130% !important;
    }
    .af-map-text ul li:hover {
        color: #CA000E;
        font-weight: 600;
        line-height: 1.8em;
        font-size: 15px;
        list-style: none;
    }
    .ft-service-innerbox-3 .ft-service-text-icon:after{
        top: 15px;
    }
    #img-servic {
        background-size: 193%;
    }
    .section-services {
        padding: 110px 30px 70px 30px !important;
    }
}

@media (max-width: 768px) { 
    .ft-service-text-icon {
        height: auto !important;
    }
    .paises-class {
        padding-left: 0px;
        padding-right: 0px;
        /* padding-top: 165px; */
        /* display: flex; */
        z-index: 1;
        /* justify-content: center; */
    } 
    .af-map-text ul {
        padding-left: 31px;
    }
    .af-map-text ul li {
        color: #000000;
        font-weight: 600;
        line-height: 1.8em;
        font-size: 15px;
        list-style: none;
        width: 106% ;
    }
    .af-map-text ul li:hover {
        color: #CA000E;
        font-weight: 600;
        line-height: 1.8em;
        font-size: 15px;
        list-style: none;
    }
    .ft-service-innerbox-3 .ft-service-text-icon:after {
        top: 23px;
        left: -6px;
        width: 102%;
        content: "";
        height: 15px;
        position: absolute;
        background-color: #ca000e;
        -webkit-transform: rotate(-12deg) skew(-15deg);
        transform: rotate(-7deg) skew(-15deg);
    }
    .ft-service-innerbox-3 .ft-service-text-icon:after{
        top: 15px;
        transform: rotate(-6deg) skew(-15deg);
    }
    .navbar-brand {
        display: flex;
        padding-bottom: 0px;
        margin-right: auto;
        /* padding-left: 85px; */
        padding-left: 6%;
        align-items: center;
    }
    div#background {
        /* height: 126vh; */
        background-size: cover;
        background-position: top -986px right -686px;
        background-repeat: no-repeat;
    }
    .green-line {
        margin: auto;
    }
    .section-title {
        font-size: 25px;
        text-align: center;
    }
    p {
        font-weight: 400;
        line-height: 1.8em;
        font-size: 14px;
        text-align: center;
    }
    .texto-home1 {
        text-align: center;
        font-size: 30px;
    }
    .banner-front {
        padding: 165px 80px 80px 80px;
        /* top: 30px; */
    }
    .encomenda-home {
        width: 100%;
        height: 160px;
        background: white;
        box-shadow: 8px 6px 26px rgba(0, 0, 0, 0.197);
        border-radius: 6px;
    }
    .info-banner {
        display: flex;
        flex-direction: column;
        justify-content: center;
        box-sizing: border-box;
        position: relative;
        margin-top: 2%;
        align-items: center;
    }
    .img-paletes {
        height: 330px;
    }
    .img-caixas{
        height: 330px ;
    }
    .img-pendurados {
        height: 330px;
    }
    .img-ldm{
        height: 330px ;
    }
    .section-services {
        padding: 123px 80px 119px 80px;
        background-size: cover;
        background-position: center;
        background-position: top -32px right 0px;
        background-blend-mode: multiply;
        background-repeat: no-repeat;
    }
    .position-relative {
        position: relative !important;
        text-align: center;
    } 
    .class-servicos {
        padding: 49px  0px 0px 0px;
    }  
}
/* algumas medidas da página inicial responsiva */
@media (width:1024px) and (height:1366px){
    .img-camiao {
        width: 520px;
        margin-top: 11%;
    }
}

@media (width:768px) and (height:1024px){
    .img-camiao {
        width: 461px;
        margin-top: 11%;
        margin-left: 20%;
    }
}

@media (width:912px) and (height:1368px){
    .img-camiao {
        width: 461px;
        margin-top: 11%;
    }
}

@media (width:820px) and (height:1180px){
    .img-camiao {
        width: 461px;
        margin-top: 20%;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {  
    .paises-class {
        padding-left: 0px;
        padding-right: 0px;
        /* padding-top: 165px; */
        /* display: flex; */
        z-index: 1;
        /* justify-content: center; */
    }  
    .af-map-text ul {
        padding-left: 31px;
    }
    .af-map-text ul li {
        font-size: 16px;
    }
    .af-map-text ul li:hover {
        font-size: 16px;
        list-style: none;
    }
    .class-servicos {
        padding: 10px !important;
    } 
    .ft-service-text-icon {
        height: 465px !important;
    } 
    .collapse:not(.show){
        display: none!important;
    }
    .navbar-brand {
        display: flex;
        padding-bottom: 0px;
        margin-right: auto;
        padding-left: 10px;
        align-items: center;
    }
    .mission {
        height: 551px;
    }
    .img-paletes {
        height: 330px;
    }
    .img-caixas{
        height: 330px !important;
    }
    .img-pendurados {
        height: 330px;
    }
    .img-ldm{
        height: 330px ;
    }
}
/* excecao */
@media (min-width: 768px) and (max-width: 850px){
    .ft-service-text-icon {
        height: 539px !important;
    }
    .ft-service-innerbox-3 .ft-service-text-icon:after{
        top: 43px;
        width: 105% !important;
    }
    .ft-service-innerbox-3 .ft-service-icon {
        top: 1px;
    }
}
@media (min-width: 850px) and (max-width: 991.98px){
    .ft-service-text-icon {
        height: 449px !important;
    }
    .ft-service-innerbox-3 .ft-service-text-icon:after{
        top: 36px;
    }
}

@media (min-width: 991.98px) and (max-width: 1010px) { 
    .ft-service-text-icon {
        background-image: url(/assets/website/img/rectanglerec.svg);
        width: 100%;
        background-size: cover;
        height: 509px;
        background-position: revert-layer;
        background-repeat: no-repeat;
        background-position: top 21px;
        box-shadow: 0px 0px 29px 0px rgba(12, 12, 12, 0.07);
    }
    .class-servicos {
        padding: 10px !important;
    }  
    .ft-service-innerbox-3 .ft-service-text-icon:after{
        top: 44px;
    }
    .mission {
        height: 551px;
    }
    .img-paletes {
        height: 360px;
    }
    .img-caixas{
        height: 360px !important;
    }
    .img-pendurados {
        height: 360px;
    }
    .img-ldm{
        height: 360px ;
    }
}

@media (min-width: 1010px) and (max-width: 1120px) { 
    .ft-service-text-icon {
        background-image: url(/assets/website/img/rectanglerec.svg);
        width: 100%;
        background-size: cover;
        height: 465px;
        background-position: revert-layer;
        background-repeat: no-repeat;
        background-position: top 21px;
        box-shadow: 0px 0px 29px 0px rgba(12, 12, 12, 0.07);
    }
    .ft-service-innerbox-3 .ft-service-text-icon:after{
        top: 34px;
        width: 105% !important;
    }
    .class-servicos {
        padding: 10px !important;
    } 
    .mission {
        height: 551px;
    }
    .img-paletes {
        height: 360px;
    }
    .img-caixas{
        height: 360px !important;
    }
    .img-pendurados {
        height: 360px;
    }
    .img-ldm{
        height: 360px ;
    }
}
@media (min-width: 1120px) and (max-width: 1200px) { 
    .ft-service-text-icon {
        background-image: url(/assets/website/img/rectanglerec.svg);
        width: 100%;
        background-size: cover;
        height: 418px;
        background-position: revert-layer;
        background-repeat: no-repeat;
        background-position: top 21px;
        box-shadow: 0px 0px 29px 0px rgba(12, 12, 12, 0.07);
    }
    .ft-service-innerbox-3 .ft-service-text-icon:after{
        top: 29px;
    }
}
/* @media (min-width: 1390px) and (max-width: 1420px) { 
    .img-carga {
        height: 458px;
    }
}
@media (min-width: 1427px) and (max-width: 1431px) { 
    .img-carga {
        height: 458px;
    }
}
@media (min-width: 1432px) and (max-width: 1483px) { 
    .img-carga {
        height: 458px;
    }
} */

@media (min-width: 1900px) and (max-width:1932px){  
    .ft-service-innerbox-3 .more-btn {
        right: 0px;
        bottom: 0px;
    }
    /* .ft-service-innerbox-3 .ft-service-text-icon:after {
        top: 24px;
        left: -6px;
        width: 543px;
        content: "";
        height: 15px;
        position: absolute;
        background-color: #ca000e;
        -webkit-transform: rotate(-12deg) skew(-15deg);
        transform: rotate(-7deg) skew(-15deg);
    } */
    .ft-service-innerbox-3 .ft-service-img {
        overflow: hidden;
        width: 98%;
        margin-right: auto;
        margin-left: auto;
    }
    .img-about{
        padding: 184px 80px 350px 80px;
        background-size: cover;
        background-position: center;
        background-position: top -52px right 0px;
        background-blend-mode: multiply;
        background-repeat: no-repeat;
    }
    #background-service {
        height: 118vh;
        /* margin-top: -55%; */
        /* margin-left: 59%; */
        background-size: cover;
        background-position: top -837px right -1077px;
        background-repeat: no-repeat;
    }
}

.class-servicos{
    padding: 40px;
}

.destinos-class{
    padding: 66px 80px 5px 80px;
}

/* tornar responsiva a imagem principal*/
@media  (max-width: 369px) {
    div#background {
        background-position: top -606px right -510px !important;
    }
    .texto-home1 {
        text-align: center;
        font-size: 25px;
    }
    .banner-front {
        padding: 165px 25px 39px 25px;
        /* top: 30px; */
    }
    .section-title {
        font-weight: 800;
        text-transform: uppercase;
        font-size: 25px;
        text-align: center;
    }
    .destinos-class{
        padding: 0px 25px 0px 25px;
    }
    .green-line {
        margin: auto;
    }
    .icone-pesquisa {
        width: 25px !important;
    }
    .btn-orcamento {
        width: auto !important;
    }
}
@media (min-width: 369px) and (max-width: 379px) {
    div#background {
        background-position: top -636px right -563px !important;
    }
    .texto-home1 {
        text-align: center;
        font-size: 30px;
    }
    .banner-front {
        padding: 165px 25px 39px 25px !important;
    }
    .destinos-class {
        padding: 63px 25px 10px 25px !important;
    }
    .icone-pesquisa {
        width: 25px !important;
    }
    .btn-orcamento {
        width: auto !important;
    }
}
@media (min-width: 379px) and (max-width: 385px) {
    div#background {
        background-position: top -611px right -560px !important;
    }
    .texto-home1 {
        text-align: center;
        font-size: 30px;
    }
    .banner-front {
        padding: 165px 25px 39px 25px !important;
        /* top: 30px; */
    }
    .destinos-class {
        padding: 63px 25px 10px 25px !important;
    }
    .icone-pesquisa {
        width: 25px !important;
    }
    .btn-orcamento {
        width: auto !important;
    }
}
@media (min-width: 385px) and (max-width: 400px) {
    div#background {
        background-position: top -657px right -563px !important;
    }
    .texto-home1 {
        text-align: center;
        font-size: 30px;
    }
    .banner-front {
        padding: 165px 25px 39px 25px !important;
    }
    .destinos-class {
        padding: 63px 25px 10px 25px !important;
    }
    .icone-pesquisa {
        width: 25px !important;
    }  
    .btn-orcamento {
        width: auto !important;
    }  
}

@media (min-width: 400px) and (max-width: 450px) {
    div#background {
        background-position: top -638px right -566px !important;
    }
    .texto-home1 {
        text-align: center;
        font-size: 30px;
    }
    .banner-front {
        padding: 165px 25px 39px 25px !important;
        /* top: 30px; */
    }
    .destinos-class {
        padding: 63px 25px 10px 25px !important;
    }
    .icone-pesquisa {
        width: 25px !important;
    }
    .btn-orcamento {
        width: auto !important;
    }
}
@media (min-width: 450px) and (max-width: 515px) {
    div#background {
        background-position: top -670px right -561px !important;
    }
    .texto-home1 {
        text-align: center;
        font-size: 30px;
    }
    .banner-front {
        padding: 165px 25px 39px 25px !important;
    }
    .destinos-class {
        padding: 63px 25px 10px 25px !important;
    }
    .icone-pesquisa {
        width: 25px !important;
    }
    .btn-orcamento {
        width: auto !important;
    }
}
@media (min-width: 515px) and (max-width: 545px) {
    div#background {
        background-position: top -687px right -535px !important;
    }
    .texto-home1 {
        text-align: center;
        font-size: 30px;
    }
    .banner-front {
        padding: 165px 49px 39px 49px !important;
    }
    .destinos-class {
        padding: 63px 49px 10px 49px !important;
    }
    .icone-pesquisa {
        width: 25px !important;
    }
    .btn-orcamento {
        width: auto !important;
    }
}
@media (min-width: 545px) and (max-width: 576px) {
    div#background {
        background-position: top -667px right -524px !important;
    }
    .texto-home1 {
        text-align: center;
        font-size: 30px;
    }
    .banner-front {
        padding: 165px 49px 39px 49px !important;
    }
    .destinos-class {
        padding: 63px 49px 10px 49px !important;
    }
    .icone-pesquisa {
        width: 25px !important;
    }
    .btn-orcamento {
        width: auto;
    }
}
@media (min-width: 576px) and (max-width: 620px) {
    div#background {
        background-position: top -795px right -571px !important;
    }
    .texto-home1 {
        text-align: center;
        font-size: 30px;
    }
    .banner-front {
        padding: 165px 49px 39px 49px ;
    }
    .destinos-class {
        padding: 63px 49px 10px 49px;
    }
    .icone-pesquisa {
        width: 25px !important;
    }
    .btn-orcamento {
        width: auto;
    }
}
@media (min-width: 620px) and (max-width: 646px) {
    div#background {
        background-position: top -743px right -576px !important;
    }
    .texto-home1 {
        text-align: center;
        font-size: 30px;
    }
    .icone-pesquisa {
        width: 25px !important;
    }
    .btn-orcamento {
        width: auto;
    }
}
@media (min-width: 646px) and (max-width: 681px) { 
    div#background {
        /* height: 126vh; */
        background-size: cover;
        background-position: top -775px right -559px;
        background-repeat: no-repeat;
    }
    .texto-home1 {
        text-align: center;
    }
    .icone-pesquisa {
        width: 25px !important;
    }
    .btn-orcamento {
        width: auto;
    }
}
@media (min-width: 681px) and (max-width: 768px) { 
    div#background {
        /* height: 126vh; */
        background-size: cover;
        background-position: top -873px right -576px;
        background-repeat: no-repeat;
    }
    .texto-home1 {
        text-align: center;
    }
    .icone-pesquisa {
        width: 25px !important;
    }
    .btn-orcamento {
        width: auto;
    }
}
@media (min-width: 768px) and (max-width: 820px) {
    div#background {
        /* height: 126vh; */
        background-size: cover;
        background-position: top -553px right -991px;
        background-repeat: no-repeat;
    }
    .texto-home1 {
        text-align: left;
    }
    .section-title {
        font-size: 25px;
        text-align: left;
    }
    p {
        font-weight: 400;
        line-height: 1.8em;
        font-size: 14px;
        text-align: left;
    }
    .green-line {
        border: 0;
        border-top: 3px solid #B3C386;
        width: 170px;
        margin: -1px 0 20px;
    }
    .icone-pesquisa {
        width: 25px !important;
    }
    .btn-orcamento {
        width: auto;
    }
}
@media (min-width:820px) and (max-width:835px){
    div#background {
        /* height: 126vh; */
        background-size: cover;
        background-position: top -525px right -1148px;
        background-repeat: no-repeat;
    }
    .icone-pesquisa {
        width: 25px !important;
    }
    .btn-orcamento {
        width: auto;
    }
}
@media (min-width: 835px) and (max-width: 915px) {
    div#background {
        /* height: 126vh; */
        background-size: cover;
        background-position: top -592px right -1145px;
        background-repeat: no-repeat;
    }
    .icone-pesquisa {
        width: 25px !important;
    }
}

@media (min-width: 915px) and (max-width: 1000px) {
    div#background {
        /* height: 126vh; */
        background-size: cover;
        background-position: top -592px right -1064px;
        background-repeat: no-repeat;
    }
}

@media (min-width: 1000px) and (max-width: 1065px) { 
    div#background {
        /* height: 126vh; */
        background-size: cover;
        background-position: top -592px right -1100px;
        background-repeat: no-repeat;
    }
}
@media (min-width: 1065px) and (max-width: 1120px) { 
    div#background {
        /* height: 126vh; */
        background-size: cover;
        background-position: top -592px right -1040px;
        background-repeat: no-repeat;
    }
}
@media (min-width: 1120px) and (max-width: 1130px) { 
    div#background {
        /* height: 126vh; */
        background-size: cover;
        background-position: top -592px right -1000px;
        background-repeat: no-repeat;
    }
}
@media (min-width: 1130px) and (max-width: 1215px) { 
    div#background {
        /* height: 126vh; */
        background-size: cover;
        background-position: top -592px  right -959px;
        background-repeat: no-repeat;
    }
}
@media (min-width: 1270px) and (max-width: 1343px) { 
    div#background {
        /* height: 126vh; */
        background-size: cover;
        background-position: top -592px right -920px;
        background-repeat: no-repeat;
    }
}
@media (min-width: 1350px) and (max-width: 1417px) { 
    div#background {
        /* height: 126vh; */
        background-size: cover;
        background-position: top -592px right -907px;
        background-repeat: no-repeat;
    }
}

.btn-orcamento {
    /* height: 54px; */
    padding: 15px !important;
    background: #CA000E !important;
    /* box-shadow: 11px 9px 26px rgba(0, 0, 0, 0.18); */
    color: #ffffff !important;
    border-radius: 12px;
    width: 250px;
    border: transparent;
    margin-top: 4%;
    border-radius: 13px !important;
    font-size: 16px !important;
    font-weight: 700;
}

.icone-pesquisa{
    width: 42px;
}

.title-topos{
    font-size: 35px; 
    font-weight: 700;
}

/* @media (min-width: 1024px) and (max-width: 1250px) { 
    #background-service {
        height: 130vh;
        background-size: cover;
        background-position: top -647px right -609px;
        background-repeat: no-repeat;
    }
} */
@media (max-width:369px){
    #background-service {
        background-position: top -585px right -499px !important;
    }
    .counters-text {
        font-size: 15px !important;
    }
    .sub-textcounters{
        font-size: 15px !important;
    }
    .padding-retangulos {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .service-textgr {
        font-size: 35px !important;
    }
}
@media (min-width:370px) and (max-width:426px){
    #background-service {
        background-position: top -585px right -499px !important;
    }
    .counters-text {
        font-size: 15px !important;
    }
    .sub-textcounters{
        font-size: 15px !important;
    }
    .service-textgr {
        font-size: 35px !important;
    }
}
@media (min-width:427px) and (max-width:490px){
    #background-service {
        background-position: top -585px right -499px !important;
    }
    .counters-text {
        font-size: 20px !important;
    }
    .service-textgr {
        font-size: 35px !important;
    }
}
@media (max-width:767px){
    #background-service {
        height: auto;
        /* margin-top: -55%; */
        /* margin-left: 59%; */
        background-size: cover;
        background-position: top -611px right -287px;
        background-repeat: no-repeat;
    }
    .class-texto{
        margin-bottom: 38px;
        align-items: center !important;
        display: flex;
        flex-direction: column;
    }
    .green-caption {
        margin-top: 20px;
        text-align: center;
    }
    .service-textgr {
        font-size: 45px;
        text-align: center;
    }
    .texto-img {
        padding: 155px 50px 50px 51px !important;
    }
    .texto-carga {
        padding: 155px 0px 50px 0px !important;
    }
    .counters-text {
        font-size: 25px;
    }
    .sub-textcounters{
        font-size: 20px;
    }
    .texto-mais {
        font-size: 45px !important;
    }
    .counter {
        font-size: 45px !important;
    }
    .texto-traco{
        font-size: 45px !important;
    }
}
@media (min-width:768px) and (max-width:799px){
    #background-service {
        height: auto;
        /* margin-top: -55%; */
        /* margin-left: 59%; */
        background-size: cover;
        background-position: top -56px right -707px;
        background-repeat: no-repeat;
    }
}
@media (min-width: 800px) and (max-width: 825px) { 
    #background-service {
        height: auto;
        /* margin-top: -55%; */
        /* margin-left: 59%; */
        background-size: cover;
        background-position: top -56px right -595px;
        background-repeat: no-repeat;
    }
    .img-paletes {
        height: 330px;
        margin-left: 55px !important;
    }
    .img-caixas{
        height: 330px !important;
    }
    .img-pendurados {
        height: 330px;
    }
    .img-ldm{
        height: 330px ;
    }
}
@media (min-width: 900px) and (max-width: 913px) { 
    #background-service {
        height: auto;
        /* margin-top: -55%; */
        /* margin-left: 59%; */
        background-size: cover;
        background-position: top -937px right -1302px;
        background-repeat: no-repeat;
    }
}

@media (min-width: 1015px) and (max-width: 1024px) { 
    #background-service {
        height: auto;
        /* margin-top: -55%; */
        /* margin-left: 59%; */
        background-size: cover;
        background-position: top -937px right -1221px;
        background-repeat: no-repeat;
    }
}
/* @media (min-width: 1024px) and (max-width: 1030px) { 
    #background-service {
        height: 130vh;
        background-size: cover;
        background-position: top -500px right -500px;
        background-repeat: no-repeat;
    }
} */

/* contadores */
@media (max-width: 575.98px) { 
    
}

@media (max-width: 768px) { 
    /* .padding-retangulos{
        padding-left:50px !important;
        padding-right:50px !important;
    } */
    #background-service{
        height: auto;
    }
}

/* @media (min-width: 768px) and (max-width: 991.98px) {  
    .counters-text {
        font-size: 20px;
    }
    .sub-textcounters {
        font-size: 15px;
    }  
    .padding-retangulos{
        padding-left:20px !important;
        padding-right:20px !important;
    }
} */
@media (min-width: 369px) and (max-width:767px){
    .padding-retangulos{
        padding-left:50px !important;
        padding-right:50px !important;
    }
}
@media (min-width: 768px) and (max-width: 950px) {  
    .counters-text {
        font-size: 20px;
    }
    .sub-textcounters {
        font-size: 15px;
    }
    .padding-retangulos{
        padding-left:20px !important;
        padding-right:20px !important;
    }  
    .texto-img {
        padding: 155px 50px 50px 50px;
    }
    .texto-carga {
        padding: 155px 0px 50px 50px;
    }
}
@media (min-width: 950px) and (max-width: 999px) {  
    .counters-text {
        font-size: 20px;
    }
    .sub-textcounters {
        font-size: 15px;
    }
    .padding-retangulos{
        padding-left:20px !important;
        padding-right:20px !important;
    }  
}
@media (min-width: 1000px) and (max-width: 1009px) {  
    .counters-text {
        font-size: 20px;
    }
    .sub-textcounters {
        font-size: 15px;
    }
    .padding-retangulos{
        padding-left:20px !important;
        padding-right:20px !important;
    }  
}
@media (min-width: 1010px) and (max-width: 1088px) { 
    .counters-text {
        font-size: 20px;
    }
    .sub-textcounters {
        font-size: 15px;
    }  
    .padding-retangulos{
        padding-left:20px !important;
        padding-right:20px !important;
    }
}
@media (min-width: 1088px) and (max-width: 1250px) { 
    .counters-text {
        font-size: 25px;
    }
    .sub-textcounters {
        font-size: 20px;
    }  
    .padding-retangulos{
        padding-left:20px !important;
        padding-right:20px !important;
    }
}

.padding-retangulos{
    padding-left:80px;
    padding-right:80px;
}

.texto-img{
    padding: 200px 80px 50px 80px;
}
.texto-carga{
    padding: 155px 0px 50px 80px;
}
.class-texto{
    align-items: flex-start; 
    justify-content: flex-start; 
    display: flex; 
    flex-direction: column;
}
.texto-mais{
    font-size: 60px; 
    font-weight: 700;
}
.texto-traco{
    font-size: 60px; 
    font-weight: 700;  
}

.button-contactar{
    padding: 15px !important;
    background: #CA000E;
    /* box-shadow: 11px 9px 26px rgba(0, 0, 0, 0.18); */
    color: #ffffff !important;
    border-radius: 12px;
    width: 174px;
    border: transparent;
    margin-top: 4%;
    border-radius: 13px;
    font-size: 16px;
    font-weight: 700;
}
.button-contactar:hover {
    background-color: #ca000e;
    filter: drop-shadow(7px 6px 9px rgba(207, 19, 0, 0.20));
}

/* tentativa do circulo*/

/* Section Services */

.services {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: -152px;
}
.services > * {
    flex-grow: 1;
}
/* .rotate--circle .circle--rotate{
    transform:rotate(-90deg)
} */
.circle--rotate {
    border-radius: 50%;
    /* border: 1px #000 solid; */
    width: 31%;
    height: 680px ;
    margin: 0 auto 0;
    position: relative;
    transform: rotate(0deg);
    z-index: 0;
    padding: 0;
    left: 664px;
    /* top: 475px; */
}
.circle--rotate > li {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
    z-index: 10;
    visibility: hidden;
}
.circle--rotate > li .icon {
    visibility: visible;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    margin: -5% auto;
    border-bottom: 170px solid transparent;
    border-left: 80px solid transparent;
    border-right: 80px solid transparent;
    border-radius: 0% 0% 45% 45%;
    height: 200px;
    width: 340px;
    rotate: 180deg;
    transition: all 500ms ease;
}
.circle--rotate > li i {
    color: #fff;
    font-size: 24px;
    margin: auto;
    cursor: pointer;
    width: 100%;
    height: 100%;
    display: table;
}
.circle--rotate > li i::before {
    display: table-cell;
    vertical-align: middle;
}
.circle--rotate > li img {
    margin: auto;
}
.circle--slider {
    position: relative;
}
.circle--slider .rotate--circle {
    margin: 0 auto;
}
.circle--slider .circle--rotate > li div {
    position: relative;
    overflow: visible;
    background-color: #1f2845;
}
.circle--slider .circle--rotate > li div span {
    transform: rotate(0deg);
    transition: all 2s;
    opacity: 0;
}
.circle--slider .circle--rotate > li.active div {
    font-size: 20px;
    transition: all 1s;
    width: 82%;
    margin-top: -16%;
    border-bottom: 212px solid transparent;
    border-left: 97px solid transparent;
    border-right: 97px solid transparent;
}
.circle--slider .circle--rotate > li.active div span {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(-45deg);
    z-index: -1;
    opacity: 1;
}
.circle--slider .circle--rotate > li.active div span:before {
    position: absolute;
    height: 1px;
    top: -50%;
    right: 140%;
    bottom: 0;
    margin: auto;
    content: "";
    width: 30%;
    height: 30%;
    filter: blur(3px);
    opacity: 0.7;
    border: 6px solid #f48e2a;
    z-index: -1;
}
.circle--slider .circle--rotate > li.active div span:after {
    position: absolute;
    height: 1px;
    top: 100%;
    left: 130%;
    bottom: 0;
    margin: auto;
    content: "";
    width: 40%;
    height: 40%;
    border-radius: 50%;
    opacity: 0.7;
    border: 8px solid #fe9290;
    z-index: 5;
}
.circle--slider .count2 li:nth-child(2) {
    transform: rotate(180deg);
}
.circle--slider .count3 li:nth-child(2) {
    transform: rotate(120deg);
}
.circle--slider .count3 li:nth-child(3) {
    transform: rotate(240deg);
}
.circle--slider .count4 li:nth-child(2) {
    transform: rotate(90deg);
}
.circle--slider .count4 li:nth-child(3) {
    transform: rotate(180deg);
}
.circle--slider .count4 li:nth-child(4) {
    transform: rotate(270deg);
}
.circle--slider .count5 li:nth-child(2) {
    transform: rotate(72deg);
}
.circle--slider .count5 li:nth-child(3) {
    transform: rotate(144deg);
}
.circle--slider .count5 li:nth-child(4) {
    transform: rotate(216deg);
}
.circle--slider .count5 li:nth-child(5) {
    transform: rotate(-72deg);
}
.circle--slider .count6 li:nth-child(2) {
    transform: rotate(60deg);
}
.circle--slider .count6 li:nth-child(3) {
    transform: rotate(120deg);
}
.circle--slider .count6 li:nth-child(4) {
    transform: rotate(180deg);
}
.circle--slider .count6 li:nth-child(5) {
    transform: rotate(240deg);
}
.circle--slider .count6 li:nth-child(6) {
    transform: rotate(-60deg);
}
.circle--slider .count7 li:nth-child(1) {
    transform: rotate(-90deg);
}
.circle--slider .count7 li:nth-child(2) {
    transform: rotate(-38.5deg);
}
.circle--slider .count7 li:nth-child(3) {
    transform: rotate(13deg);
}
.circle--slider .count7 li:nth-child(4) {
    transform: rotate(64.5deg);
}
.circle--slider .count7 li:nth-child(5) {
    transform: rotate(116deg);
}
.circle--slider .count7 li:nth-child(6) {
    transform: rotate(-193deg);
}
.circle--slider .count7 li:nth-child(7) {
    transform: rotate(-141.5deg);
}
.circle--slider .count8 li:nth-child(2) {
    transform: rotate(45deg);
}
.circle--slider .count8 li:nth-child(3) {
    transform: rotate(90deg);
}
.circle--slider .count8 li:nth-child(4) {
    transform: rotate(135deg);
}
.circle--slider .count8 li:nth-child(5) {
    transform: rotate(180deg);
}
.circle--slider .count8 li:nth-child(6) {
    transform: rotate(-135deg);
}
.circle--slider .count8 li:nth-child(7) {
    transform: rotate(-90deg);
}
.circle--slider .count8 li:nth-child(8) {
    transform: rotate(-45deg);
}
.circle--slider .count9 li:nth-child(2) {
    transform: rotate(40deg);
}
.circle--slider .count9 li:nth-child(3) {
    transform: rotate(80deg);
}
.circle--slider .count9 li:nth-child(4) {
    transform: rotate(120deg);
}
.circle--slider .count9 li:nth-child(5) {
    transform: rotate(160deg);
}
.circle--slider .count9 li:nth-child(6) {
    transform: rotate(-160deg);
}
.circle--slider .count9 li:nth-child(7) {
    transform: rotate(-120deg);
}
.circle--slider .count9 li:nth-child(8) {
    transform: rotate(-80deg);
}
.circle--slider .count9 li:nth-child(9) {
    transform: rotate(-40deg);
}
.circle--slider .count10 li:nth-child(2) {
    transform: rotate(36deg);
}
.circle--slider .count10 li:nth-child(3) {
    transform: rotate(72deg);
}
.circle--slider .count10 li:nth-child(4) {
    transform: rotate(108deg);
}
.circle--slider .count10 li:nth-child(5) {
    transform: rotate(144deg);
}
.circle--slider .count10 li:nth-child(6) {
    transform: rotate(-180deg);
}
.circle--slider .count10 li:nth-child(7) {
    transform: rotate(-144deg);
}
.circle--slider .count10 li:nth-child(8) {
    transform: rotate(-108deg);
}
.circle--slider .count10 li:nth-child(9) {
    transform: rotate(-72deg);
}
.circle--slider .count10 li:nth-child(10) {
    transform: rotate(-36deg);
}
.circle--slider .animate-wrapper {
    width: 25%;
    height: auto !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* margin: auto; */
    border-radius: 50%;
}
.circle--slider .animate-title {
    color: #fff;
}
.circle--slider .animate-img {
    width: 25%;
    height: 25%;
    border-radius: 50%;
    overflow: hidden;
}
.circle--slider .animate-img .animate-img__in {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    background-repeat: no-repeat;
    z-index: 3;
    transform: rotate3d(0, 0, 0, 0deg) scale(0.85);
    transition: 0.55s ease-in-out;
    width: 100%;
    height: 100%;
    /* opacity: 0; */
    background-size: cover;
    /* box-shadow: -20px 20px 50px rgba(0, 0, 0, .3); */
}
.circle--slider .animate-more {
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s 0.4s;
    min-width: 737px; /* coloquei mais de px para isto ficar maior, se não resolver voltar a colocar a 110px*/
    /* overflow: hidden; */
    text-align: center;
    z-index: 30;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    /* padding: 15px; */
    /* height: 62px; */
    transform: scale(0.8);
    display: flex;
    align-items: center;
}
.circle--slider .animate.active .animate-more {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.circle--slider .animate.active .animate-img .animate-img__in {
    opacity: 1;
    transform: scale(1);
}
.circle--slider .prev, .circle--slider .next {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    height: 62px;
    width: 87px;
    text-align: center;
    cursor: pointer;
}
.circle--slider .prev span, .circle--slider .next span {
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-weight: 700;
}
.circle--slider .prev {
    left: 250px;
}
.circle--slider .next {
    right: 250px;
}

/* responsividade da roda*/
@media (width:390px) and (height:844px){
    .services {
        margin-top: -157px !important;
        margin-bottom: -166px !important;
    }
    .circle--rotate {
        height: 302px !important;
    }
    .circle--rotate > li .icon {
        width: 167px !important;
    }
    .circle--slider .animate-more {
        padding: 106px 433px 100px 88px !important;
    }
    .date-history span {
        font-size: 30px !important;
        margin-bottom: -12px;
    }
    .caption-history span {
        font-size: 16px !important;
        margin-bottom: -13px;
    }
    .line-text {
        width: 18vw !important;
    }
    .history-text2 {
        font-size: 8px !important;
    }
}
@media (width:375px) and (height:667px){
    .services {
        margin-top: -150px !important;
        margin-bottom: -124px !important;
    }
    .circle--rotate {
        height: 302px !important;
    }
    .circle--rotate > li .icon {
        width: 167px !important;
    }
    .circle--slider .animate-more {
        padding: 106px 437px 100px 78px !important;
    }
    .date-history span {
        font-size: 30px !important;
        margin-bottom: -12px;
    }
    .caption-history span {
        font-size: 16px !important;
        margin-bottom: -13px;
    }
    .line-text {
        width: 18vw !important;
    }
    .history-text2 {
        font-size: 8px !important;
    }
    .about-banner {
        margin-bottom: 85px !important;
        padding-left: 80px !important;
    }
}
@media (min-height:600px) and (max-height:650px){  
    .services {
        margin-top: -133px !important;
        margin-bottom: -134px !important;
    }
    .circle--slider .animate-more {
        padding: 114px 437px 100px 90px !important;
    }
    .class-textohist{
        margin-left: 13% !important; 
    }
}
@media (min-width:390px) and (max-width:400px){  
    .services {
        margin-top: -157px !important;
        margin-bottom: -166px !important;
    }
    .circle--rotate {
        height: 302px !important;
    }
    .circle--rotate > li .icon {
        width: 167px !important;
    }
    .circle--slider .animate-more {
        padding: 114px 437px 100px 95px !important;
    }
    .date-history span {
        font-size: 30px !important;
        margin-bottom: -12px;
    }
    .caption-history span {
        font-size: 16px !important;
        margin-bottom: -13px;
    }
    .line-text {
        width: 18vw !important;
    }
    .history-text2 {
        font-size: 8px !important;
    }
    .about-banner {
        margin-bottom: 104px !important;
        padding-left: 80px !important;
    }
    .class-historiy {
        padding: 0px 80px 0px 80px !important;
    }
}
@media (width: 414px) and (height: 736px){
    .circle--slider .animate-more {
        padding: 106px 459px 100px 88px !important;
    }
    .circle--rotate {
        height: 302px !important;
    }
}
@media (min-width:300px) and (max-width:380px){  
    .services {
        margin-top: -157px !important;
        margin-bottom: -166px !important;
    }
    .circle--rotate {
        height: 302px !important;
    }
    .circle--rotate > li .icon {
        width: 167px !important;
    }
    .circle--slider .animate-more {
        padding: 106px 459px 100px 88px !important;
    }
    .date-history span {
        font-size: 30px !important;
        margin-bottom: -12px;
    }
    .caption-history span {
        font-size: 16px !important;
        margin-bottom: -13px;
    }
    .line-text {
        width: 18vw !important;
    }
    .history-text2 {
        font-size: 8px !important;
    }
    .about-banner {
        margin-bottom: 27px ;
        padding-left: 113px;
    }
    .class-historiy {
        padding: 0px 80px 0px 80px !important;
    }
}
@media (width:360px) and (height:740px){
    .services {
        margin-top: -157px !important;
        margin-bottom: -166px !important;
    }
    .circle--rotate {
        height: 302px !important;
    }
    .circle--rotate > li .icon {
        width: 167px !important;
    }
    .circle--slider .animate-more {
        padding: 106px 459px 100px 88px !important;
    }
    .date-history span {
        font-size: 30px !important;
        margin-bottom: -12px;
    }
    .caption-history span {
        font-size: 16px !important;
        margin-bottom: -13px;
    }
    .line-text {
        width: 18vw !important;
    }
    .history-text2 {
        font-size: 8px !important;
    }
    .about-banner {
        margin-bottom: 104px;
        padding-left: 80px;
    }
}
@media (width:414px) and (height:736px){
    .services {
        margin-top: -157px !important;
        margin-bottom: -166px !important;
    }
    .circle--rotate {
        height: 302px !important;
    }
    .circle--rotate > li .icon {
        width: 167px !important;
    }
    .circle--slider .animate-more {
        padding: 99px 416px 100px 88px !important;
    }
    .date-history span {
        font-size: 30px !important;
        margin-bottom: -12px;
    }
    .caption-history span {
        font-size: 16px !important;
        margin-bottom: -13px;
    }
    .line-text {
        width: 18vw !important;
    }
    .history-text2 {
        font-size: 8px !important;
    }
    .about-banner {
        margin-bottom: 28px;
        padding-left: 124px;
    }
    .img-about {
        padding: 116px 25px 122px 25px !important;
        margin-bottom: -99px;
    }
}
@media (width:717px) and (height:512px){
    .about-banner {
        margin-bottom: 65px;
        padding-left: 80px;
    }
}
@media (width:1024px) and (height:600px){
    .about-banner {
        margin-bottom: 81px;
        padding-left: 80px;
    }
}
@media (width:820px) and (height:1180px){
    .img-about {
        padding: 118px 80px 171px 80px;
        background-size: cover;
        background-position: center;
        background-position: top -32px right 0px;
        background-blend-mode: multiply;
        background-repeat: no-repeat;
    }
}
@media (width:768px) and (height:1024px){
    .img-about {
        padding: 119px 80px 165px 80px;
        background-size: cover;
        background-position: center;
        background-position: top -32px right 0px;
        background-blend-mode: multiply;
        background-repeat: no-repeat;
    }
}
@media (width:1024px) and (height:1366px){
    .img-about {
        padding: 98px 80px 381px 80px !important;
        background-size: cover;
        background-position: center;
        background-position: top -32px right 0px;
        background-blend-mode: multiply;
        background-repeat: no-repeat;
    }
}
@media (width:1024px) and (height:600px){
    .img-about {
        padding: 98px 80px 388px 80px !important;
        background-size: cover;
        background-position: center;
        background-position: top -32px right 0px;
        background-blend-mode: multiply;
        background-repeat: no-repeat;
    }
}
@media (width:1280px) and (height:800px){
    .about-banner {
        margin-bottom: 78px;
        padding-left: 80px;
    }
}
@media (width:414px) and (height:896px){
    .services {
        margin-top: -207px !important;
        margin-bottom: -187px !important;
    }
    .circle--rotate {
        height: 335px !important;
    }
    .circle--rotate > li .icon {
        width: 170px !important;
    }
    .circle--slider .animate-more {
        padding: 106px 411px 100px 91px !important;
    }
    .date-history span {
        font-size: 30px !important;
        margin-bottom: -12px;
    }
    .caption-history span {
        font-size: 16px !important;
        margin-bottom: -13px;
    }
    .line-text {
        width: 18vw !important;
    }
    .history-text2 {
        font-size: 10px !important;
    }
}
@media (width:430px) and (height:932px){
    .services {
        margin-top: -207px !important;
        margin-bottom: -187px !important;
    }
    .circle--rotate {
        height: 335px !important;
    }
    .circle--rotate > li .icon {
        width: 170px !important;
    }
    .circle--slider .animate-more {
        padding: 106px 411px 100px 112px !important;
    }
    .date-history span {
        font-size: 30px !important;
        margin-bottom: -12px;
    }
    .caption-history span {
        font-size: 16px !important;
        margin-bottom: -13px;
    }
    .line-text {
        width: 18vw !important;
    }
    .history-text2 {
        font-size: 10px !important;
    }
}
@media (width:412px) and (height:915px){
    .services {
        margin-top: -207px !important;
        margin-bottom: -187px !important;
    }
    .circle--rotate {
        height: 335px !important;
    }
    .circle--rotate > li .icon {
        width: 170px !important;
    }
    .circle--slider .animate-more {
        padding: 106px 411px 100px 93px !important;
    }
    .date-history span {
        font-size: 30px !important;
        margin-bottom: -12px;
    }
    .caption-history span {
        font-size: 16px !important;
        margin-bottom: -13px;
    }
    .line-text {
        width: 18vw !important;
    }
    .history-text2 {
        font-size: 10px !important;
    }
}

@media (width:412px) and (height:914px){
    .services {
        margin-top: -207px !important;
        margin-bottom: -187px !important;
    }
    .circle--rotate {
        height: 335px !important;
    }
    .circle--rotate > li .icon {
        width: 170px !important;
    }
    .circle--slider .animate-more {
        padding: 106px 411px 100px 93px !important;
    }
    .date-history span {
        font-size: 30px !important;
        margin-bottom: -12px;
    }
    .caption-history span {
        font-size: 16px !important;
        margin-bottom: -13px;
    }
    .line-text {
        width: 18vw !important;
    }
    .history-text2 {
        font-size: 10px !important;
    }
}
@media (min-width:500px) and (max-width:549px){  
    .circle--rotate {
        height: 437px !important;
    }
    .circle--rotate > li .icon {
        visibility: visible;
        cursor: pointer;
        text-align: center;
        overflow: hidden;
        margin: -5% auto;
        border-bottom: 44px solid transparent;
        border-left: 40px solid transparent;
        border-right: 40px solid transparent;
        border-radius: 0% 0% 45% 45%;
        height: 200px;
        width: 213px !important;
        rotate: 180deg;
        transition: all 500ms ease;
    }
    .circle--slider .animate-more {
        padding: 100px 304px 100px 128px !important;
    }
    .services{
        margin-top: -75px !important;
    }
    .date-history span {
        font-size: 40px !important;
    }
    .caption-history span {
        font-size: 20px !important;
    }
    .line-text {
        width: 18vw !important;
    }
    .history-text2 {
        font-size: 14px !important;
    }
}
@media (min-width:550px) and (max-width:582px){  
    .circle--rotate {
        height: 437px !important;
    }
    .circle--rotate > li .icon {
        visibility: visible;
        cursor: pointer;
        text-align: center;
        overflow: hidden;
        margin: -5% auto;
        border-bottom: 44px solid transparent;
        border-left: 40px solid transparent;
        border-right: 40px solid transparent;
        border-radius: 0% 0% 45% 45%;
        height: 200px;
        width: 213px !important;
        rotate: 180deg;
        transition: all 500ms ease;
    }
    .circle--slider .animate-more {
        padding: 100px 304px 100px 146px !important;
    }
    .services{
        margin-top: -127px !important;
    }
    .date-history span {
        font-size: 40px !important;
    }
    .caption-history span {
        font-size: 20px !important;
    }
    .line-text {
        width: 18vw !important;
    }
    .history-text2 {
        font-size: 14px !important;
    }
}


@media (min-width:583px) and (max-width:649px){  
    .circle--rotate {
        height: 512px !important;
    }
    .circle--rotate > li .icon {
        visibility: visible;
        cursor: pointer;
        text-align: center;
        overflow: hidden;
        margin: -5% auto;
        border-bottom: 44px solid transparent;
        border-left: 40px solid transparent;
        border-right: 40px solid transparent;
        border-radius: 0% 0% 45% 45%;
        height: 200px;
        width: 258px !important;
        rotate: 180deg;
        transition: all 500ms ease;
    }
    .circle--slider .animate-more{
        padding: 100px 233px 100px 133px !important;
    }
    .services{
        margin-top: -105px !important;
    }
    .date-history span {
        font-size: 40px !important;
    }
    .caption-history span {
        font-size: 20px !important;
    }
    .line-text {
        width: 18vw !important;
    }
    .history-text2 {
        font-size: 14px !important;
    }
}


@media (min-width:650px) and (max-width:690px){
    .circle--rotate {
        width: 36% !important;
    }
    .circle--rotate > li .icon {
        width: 269px !important;
    }
    .services {
        margin-top: -68px !important;
    }
    .date-history span {
        font-size: 40px !important;
    }
    .caption-history span {
        font-size: 20px !important;
    }
    .line-text {
        width: 18vw !important;
    }
    .history-text2 {
        font-size: 14px !important;
    }
    .circle--slider .animate-more {
        padding: 100px 233px 100px 200px !important;
    }
}
@media (width:717px) and (height:512px){
    .services {
        margin-top: -1px !important;
        margin-bottom: 31px !important;
    }
    .circle--rotate {
        height: 335px !important;
    }
    .circle--rotate > li .icon {
        width: 170px !important;
    }
    .circle--slider .animate-more {
        padding: 106px 286px 100px 273px !important;
    }
    .date-history span {
        font-size: 30px !important;
        margin-bottom: -12px;
    }
    .caption-history span {
        font-size: 16px !important;
        margin-bottom: -13px;
    }
    .line-text {
        width: 18vw !important;
    }
    .history-text2 {
        font-size: 10px !important;
    }
}
@media (max-width:767px){
    .services {
        margin-top: 0px;
    }
    .circle--rotate {
        border-radius: 50%;
        /* border: 1px #000 solid; */
        width: 100%;
        height: 600px ;
        margin: 0 auto 0;
        position: relative;
        transform: rotate(0deg);
        z-index: 0;
        padding: 0;
        left: 0px;
        /* top: 475px; */
    }
    .circle--slider .animate-more {
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s 0.4s;
        /* min-width: 410px; */
        /* overflow: hidden; */
        text-align: center;
        z-index: 30;
        position: absolute;
        top: 0;
        left: auto;
        right: auto;
        bottom: 0;
        margin: auto;
        padding: 224px;
        /* height: 62px; */
        transform: scale(0.8);
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .circle--slider .animate-wrapper {
        width: 25%;
        height: auto !important;
        position: static;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        /* margin: auto; */
        border-radius: 50%;
    }
    .date-history span {
        color: #C1C1C1;
        font-size: 50px;
        font-weight: 600;
        display: flex;
        padding: 0px 0px 0px 0px;
        justify-content: center;
    }
    .caption-history span {
        color: #000;
        font-size: 25px;
        font-style: normal;
        font-weight: 700;
        padding: 0px 0px 0px 0px;
        text-align: center ;
        display: flex;
        justify-content: center;    
    }
    
    .history-text2 {
        font-size: 16px;
        color: #000000;
        font-weight: 400;
        text-align: center !important;
        padding-left: 25px;
        padding: 0px 0px 0px 0px;
    }
    .class-textohist {
        display: flex;
        flex-direction: column;
        align-items: center !important;
    }
    .line-text {
        position: relative;
        width: 22vw;
        margin-top: -0.3vw;
        height: 0.5vw;
        left: 0vw;
    }
    .circle--slider .animate-img .animate-img__in {
        z-index: -3;
    }
    .circle--rotate > li .icon {
        visibility: visible;
        cursor: pointer;
        text-align: center;
        overflow: hidden;
        margin: -5% auto;
        border-bottom: 22px solid transparent;
        border-left: 28px solid transparent;
        border-right: 28px solid transparent;
        border-radius: 0% 0% 49% 49%;
        height: 100px;
        width: 295px;
        rotate: 180deg;
        transition: all 500ms ease;
    }
    .circle--slider .circle--rotate > li.active div {
        font-size: 20px;
        transition: all 1s;
        width: 315px;
        margin-top: -8%;
        border-bottom: 28px solid transparent;
        border-left: 23px solid transparent;
        border-right: 23px solid transparent;
    }
    .circle--slider .count7 li:nth-child(1) {
        transform: rotate(0deg);
    }
    .circle--slider .count7 li:nth-child(2) {
        transform: rotate(51.5deg);
    }
    .circle--slider .count7 li:nth-child(3) {
        transform: rotate(103deg);
    }
    .circle--slider .count7 li:nth-child(4) {
        transform: rotate(154.5deg);
    }
    .circle--slider .count7 li:nth-child(5) {
        transform: rotate(206deg);
    }
    .circle--slider .count7 li:nth-child(6) {
        transform: rotate(-103deg);
    }
    .circle--slider .count7 li:nth-child(7) {
        transform: rotate(309deg);
    }
    .text-mission {
        color: #CA000E;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        height: 21%;
    }
    .mission {
        background: var(--white, #FFF);
        width: auto;
        padding: 50px 25px 50px 25px;
        height: 412px;
        flex-shrink: 0;
        box-shadow: 5px 5px 26px 1px rgba(0, 0, 0, 0.10);
    }
    .mission-circle {
        border-radius: 50%;
        width: 125px;
        margin-top: 0%;
        height: 125px;
        flex-shrink: 0;
        border-radius: 148.449px;
        background: var(--white, #FFF);
        filter: drop-shadow(3px 3px 17px rgba(207, 19, 0, 0.10));
    }
    .img-about {
        padding: 120px 25px 55px 25px;
    }
    .class-historiy {
        padding: 4px 25px 400px 25px ;
    }
}
@media (min-width: 768px) and (max-width: 820px) { 
    .class-historiy {
        padding: 0px 80px 0px 80px;
    }
    .services {
        margin-top: 0px;
    }
    .circle--rotate {
        border-radius: 50%;
        /* border: 1px #000 solid; */
        width: 100%;
        height: 600px !important;
        margin: 0 auto 0;
        position: relative;
        transform: rotate(0deg);
        z-index: 0;
        padding: 0;
        left: 0px;
        /* top: 475px; */
    }
    .circle--slider .animate-more {
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s 0.4s;
        /* min-width: 410px; */
        /* overflow: hidden; */
        text-align: center;
        z-index: 30;
        position: absolute;
        top: 0;
        left: auto;
        right: auto;
        bottom: 0;
        margin: auto;
        padding: 224px;
        /* height: 62px; */
        transform: scale(0.8);
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .circle--slider .animate-wrapper {
        width: 25%;
        height: auto !important;
        position: static;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        /* margin: auto; */
        border-radius: 50%;
    }
    .date-history span {
        color: #C1C1C1;
        font-size: 50px;
        font-weight: 600;
        display: flex;
        padding: 0px 0px 0px 0px;
        justify-content: center;
    }
    .caption-history span {
        color: #000;
        font-size: 25px;
        font-style: normal;
        font-weight: 700;
        padding: 0px 0px 0px 0px;
        text-align: center ;
        display: flex;
        justify-content: center;    
    }
    
    .history-text2 {
        font-size: 16px;
        color: #000000;
        font-weight: 400;
        text-align: center !important;
        padding-left: 25px;
        padding: 0px 0px 0px 0px;
    }
    .class-textohist {
        display: flex;
        flex-direction: column;
        align-items: center !important;
    }
    .line-text {
        position: relative;
        width: 22vw;
        margin-top: -0.3vw;
        height: 0.5vw;
        left: 0vw;
    }
    .circle--slider .animate-img .animate-img__in {
        z-index: -3;
    }
    .circle--rotate > li .icon {
        visibility: visible;
        cursor: pointer;
        text-align: center;
        overflow: hidden;
        margin: -5% auto;
        border-bottom: 96px solid transparent;
        border-left: 40px solid transparent;
        border-right: 40px solid transparent;
        border-radius: 0% 0% 45% 45%;
        height: 200px;
        width: 295px;
        rotate: 180deg;
        transition: all 500ms ease;
    }
    .circle--slider .circle--rotate > li.active div {
        font-size: 20px;
        transition: all 1s;
        width: 315px;
        margin-top: -7%;
        border-bottom: 96px solid transparent;
        border-left: 40px solid transparent;
        border-right: 40px solid transparent;
    }
    .circle--slider .count7 li:nth-child(1) {
        transform: rotate(0deg);
    }
    .circle--slider .count7 li:nth-child(2) {
        transform: rotate(51.5deg);
    }
    .circle--slider .count7 li:nth-child(3) {
        transform: rotate(103deg);
    }
    .circle--slider .count7 li:nth-child(4) {
        transform: rotate(154.5deg);
    }
    .circle--slider .count7 li:nth-child(5) {
        transform: rotate(206deg);
    }
    .circle--slider .count7 li:nth-child(6) {
        transform: rotate(-103deg);
    }
    .circle--slider .count7 li:nth-child(7) {
        transform: rotate(309deg);
    }
}

@media (min-width: 821px) and (max-width: 899px) { 
   .class-historiy {
        padding: 0px 80px 0px 80px !important;
    }
    .services {
        width: 100%;
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: -228px;
    }
    .circle--slider .animate-more {
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s 0.4s;
        min-width: 480px;
        /* overflow: hidden; */
        text-align: center;
        z-index: 30;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        /* padding: 15px; */
        /* height: 62px; */
        transform: scale(0.8);
        display: flex;
        align-items: center;
    }
    .circle--rotate {
        border-radius: 50%;
        /* border: 1px #000 solid; */
        width: 45%;
        height: 680px !important;
        margin: 0 auto 0;
        position: relative;
        transform: rotate(0deg);
        z-index: 0;
        padding: 0;
        left: 477px;
        /* top: 475px; */
    }
}
@media (height: 600px) {
    .services{
        margin-top: -34px !important;
    }
}
@media (height: 1366px) {
    .services{
        margin-top: -34px !important;
        height: auto!important;
    }
}
@media (height: 1368px) {
    .services{
        margin-top: -34px !important;
        height: auto!important;
    }
}
@media (height: 1180px) {
    .services {
        margin-top: 102px !important;
        height: auto!important;
        margin-bottom: 49px;
    }
}
@media (height: 1024px) {
    .services {
        margin-top: 102px !important;
        height: auto!important;
        margin-bottom: 49px;
    }
}

@media (min-width: 900px) and (max-width: 1120px) { 
    .circle--slider .animate-more {
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s 0.4s;
        min-width: 562px;
        /* overflow: hidden; */
        text-align: center;
        z-index: 30;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        /* padding: 15px; */
        /* height: 62px; */
        transform: scale(0.8);
        display: flex;
        align-items: center;
    }
    .services {
        width: 100%;
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: -246px;
    }
    .circle--rotate {
        border-radius: 50%;
        /* border: 1px #000 solid; */
        width: 36%;
        height: 680px !important;
        margin: 0 auto 0;
        position: relative;
        transform: rotate(0deg);
        z-index: 0;
        padding: 0;
        left: 507px;
    }
    .circle--rotate > li .icon {
        visibility: visible;
        cursor: pointer;
        text-align: center;
        overflow: hidden;
        margin: -5% auto;
        border-bottom: 170px solid transparent;
        border-left: 80px solid transparent;
        border-right: 80px solid transparent;
        border-radius: 0% 0% 45% 45%;
        height: 200px;
        width: 331px;
        rotate: 180deg;
        transition: all 500ms ease;
    }
    .circle--slider .circle--rotate > li.active div {
        /* font-size: 20px; */
        transition: all 1s;
        width: 103%;
        margin-left: -5px;
        margin-top: -13%;
        border-bottom: 189px solid transparent;
        border-left: 97px solid transparent;
        border-right: 97px solid transparent;
    }
}
@media (min-width: 1620px) and (max-width: 1875px) {
    .circle--slider .circle--rotate > li.active div {
        font-size: 20px;
        transition: all 1s;
        width: 65%;
        margin-top: -16%;
        border-bottom: 212px solid transparent;
        border-left: 97px solid transparent;
        border-right: 97px solid transparent;
    }
    .circle--rotate > li .icon {
        visibility: visible;
        cursor: pointer;
        text-align: center;
        overflow: hidden;
        margin: -5% auto;
        border-bottom: 170px solid transparent;
        border-left: 80px solid transparent;
        border-right: 80px solid transparent;
        border-radius: 0% 0% 45% 45%;
        height: 200px;
        width: 344px;
        rotate: 180deg;
        transition: all 500ms ease;
    }
}
@media (min-width: 1900px) and (max-width: 1950px) { 
    .circle--rotate {
        border-radius: 50%;
        /* border: 1px #000 solid; */
        width: 31%;
        height: 885px !important;
        margin: 0 auto 0;
        position: relative;
        transform: rotate(0deg);
        z-index: 0;
        padding: 0;
        left: 782px;
        top: 0;
    }
    .circle--rotate > li .icon {
        visibility: visible;
        cursor: pointer;
        text-align: center;
        overflow: hidden;
        margin: -5% auto;
        border-bottom: 217px solid transparent;
        border-left: 100px solid transparent;
        border-right: 101px solid transparent;
        border-radius: 0% 0% 45% 45%;
        height: 200px;
        width: 442px;
        rotate: 180deg;
        transition: all 500ms ease;
    }
    .circle--slider .circle--rotate > li.active div {
        font-size: 20px;
        transition: all 1s;
        width: 90%;
        margin-top: -19%;
        border-bottom: 246px solid transparent;
        border-left: 119px solid transparent;
        border-right: 118px solid transparent;
    }
    .circle--slider .animate-wrapper {
        width: 50%;
    }
    .line-text {
        position: absolute;
        width: 22vw;
        margin-top: -0.3vw;
        height: 0.3vw;
        left: 0vw;
    }
}

.class-historiy{
    padding: 78px 80px 0px 80px;
}
.class-textohist{
    display: flex; 
    flex-direction: column; 
    align-items: flex-start;
}

@media (width: 1024px) and (height: 1366px) {
    .servico-top{
        margin-bottom: 64px;
        padding-left: 80px;
    }
    .class-qualities{
        padding: 0px 65px 0px 65px; 
    }
}
@media (width: 768px) and (height: 1024px) {
    .about-banner {
        margin-bottom: 54px;
        padding-left: 80px;
    }
    .class-qualities{
        padding: 0px 65px 0px 65px; 
    }
    .qualities-padding {
        padding: 20px 10px 20px 10px !important;  
    }
}
@media (max-width:450px){
    .img-about{
       background-image: none !important;
    }
    .about-banner {
        padding-left: 0px !important;
        padding-right: 0px !important;
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: center;
        padding-bottom: 22px;
        margin-bottom: 0px !important;
    }
}
@media (width:540px) and (height:720px){
    .about-banner {
        margin-bottom: 39px;
        padding-left: 80px;
    }
}
@media (width:912px) and (height:1368px){
    .about-banner {
        margin-bottom: 64px;
        padding-left: 80px;
    }
    .section-services {
        padding: 60px 80px 80px 80px;
    }
}
@media (width:820px) and (height:1180px){
    .about-banner {
        margin-bottom: 47px;
        padding-left: 80px;
    }
    .section-services {
        padding: 60px 80px 80px 80px;
    }
}