/*--- Body / Menu ---*/

.menu-principal a, .menu-principal span {
    font-family: "Cabin Condensed", Sans-serif;
}

/*
.backgroundody {
    background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(51, 51, 51, 0.4));
}
*/

/* MENU - Cor de texto */

.header-desktop-menu .menu > ul > li > a, .traducao > a, .menu-mobile li a, .menu-mobile-button, .menuTranslate {
    color: white; /*PERSONALIZAR*/
    cursor: pointer;
}

    /* MENU - Cor de texto:hover */

    .header-desktop-menu .menu > ul > li > a:hover, .traducao > a:hover, .menu-mobile li a:hover, .menu-mobile-button:hover, .menuTranslate:hover {
        color: rgb(255,136,0); /*PERSONALIZAR*/
    }

/* MENU - Fundo  */

/* MENU - Fundo Ativado */

.header-base.desktop-cor-ativado > div > div {
    background: rgb(0 25 115 / 80%); /*PERSONALIZAR*/
}

/* DESKTOP - Submenu */

.header-desktop-menu .dropdown-menu, .header-mobile-menu .menu-linguagem {
    background: rgb(255 136 0 / 60%); /*PERSONALIZAR*/
}

/* MOBILE - Fundo do menu aberto*/

.menu-mobile {
    background: rgb(0 25 115 / 60%); /*PERSONALIZAR*/
}

/* RODAPÉ */

#footer {
    background: rgb(0 25 115 / 80%); /*PERSONALIZAR*/
}

/*--- Body ---*/

.header-desktop-menu .menu > ul > li > a, .traducao > a, .menu-mobile li a, .menu-mobile-button, .menuTranslate {
    font-weight: 900;
    font-size: 13.5px;
}

#layerHome > div.video-topo > div > div > div > div > div > div.tplt-sv-0002-title > div {
    Color: #FCCB06 !important;
}

/*--- header/carousel ---*/

.carousel-text-bottom {
    /*text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #000000, 0 0 70px #000000, 0 0 80px #000000, 0 0 100px #000000, 0 0 150px #000000;*/
    position: absolute;
    bottom: 50px;
}

.carousel-text-top {
    position: absolute;
    top: 200px;
}

.carousel-text-left {
    left: 5%;
}

.carousel-text-right {
    right: 5%;
}

.line {
    /*border-right: 2px solid rgba(255, 255, 255, 0.75);*/
    /*color: rgba(255, 255, 255, 0.75);*/
    color: red;
    font-size: 3em;
    text-align: left;
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
}

.typing-animation {
    animation: blinkCursor 500ms steps(40) infinite normal, typing 4s steps(40) 1s normal both;
}

@keyframes typing {
    from {
        width: 0;
    }

    to {
        width: 90%; /* 16em;*/
    }
}

@keyframes blinkCursor {
    from {
        border-right-color: rgba(255, 255, 255, 0.75);
    }

    to {
        border-right-color: transparent;
    }
}

.video-topo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.carousel .carousel-indicators li {
    width: 30px;
    height: 3px;
    border-radius: inherit;
}

.carousel-caption {
    transform: translateY(-50%);
    top: 50%;
    bottom: inherit;
}

.img_slid {
    height: 100vh;
}

.carousel-control-prev, .carousel-control-next {
    z-index: 1;
}

/*--- Sobre ---*/

.temco_sb1 {
    color: #333333;
    font-family: "Roboto", Sans-serif;
    font-size: 60px;
    font-weight: 600;
    line-height: 1.16em !important;
    letter-spacing: 0px;
}

.temco_sb2 {
    color: #333333;
    font-family: "Roboto", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.05em !important;
    letter-spacing: 0px;
}

.temco_sb3 {
    color: #777777;
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    margin-top: 18px;
    line-height: 1.31em !important;
    flex-basis: 100%;
    margin-bottom: 10px;
}

.btn-mais-temco {
    text-align: left;
}

@media (max-width: 1024px) {
    .temco_sb1 {
        font-size: 50px;
    }

    .temco_sb2 {
        font-size: 20px;
    }

    .temco_sb3 {
        font-size: 14px;
    }
}

/*---Beneficios ---*/

.card {
    transition: 0.3s;
}

    .card:hover {
        box-shadow: 0 2px 20px 3px rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    }

.card-title {
    margin-top: 0;
}

.col-listagem .btn {
    border-radius: 0;
}

.col-listagem.col-md-4.col-lg-3 {
    padding: 15px;
}

.card-title {
    font-size: 1.3em;
    opacity: 0.9;
    height: 50px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.card .card-body .card-text {
    height: 60px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: .8rem;
    color: #747373;
    font-weight: 300;
}

.card .btn {
    float: right;
    margin: 0;
    padding: .64rem 1.5rem;
}

.img-fluid {
    height: 180px;
    background-size: cover !important;
    background-position: center !important;
}

.col-listagem {
    margin-bottom: 15px;
}

@media screen and (min-width:768px) {
    .col-listagem {
        margin-top: 15px;
    }
}

ul.pagination li a {
    height: 30px;
    border-radius: 5px;
    background: #272727;
    color: #fff;
    width: 25px;
    margin-right: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    transition: .3s;
}

ul.pagination li.active a {
    background: #5f5f5f;
    color: #fff;
}

ul.pagination li a:hover {
    transform: scale(1.15);
}

/*--- E-mail ---*/

.container_envio_email_site .input-group i {
    width: 18px;
}

.container_envio_email_site .row {
    margin-top: 5px;
}

.container_envio_email_site textarea {
    resize: vertical;
}

.container_envio_email_site .erro_preenchimento * {
    border-color: #a71818 !important;
}

.btn_enviar_email {
    position: relative;
    transition: 0.5s ease all;
}

    .btn_enviar_email:hover {
        background-color: #1e819e;
        background-position: 0 -3px;
    }

.titulo-text-contato {
    text-align: center;
    font-size: 27px;
    font-weight: 900;
    margin-bottom: 0px;
}

/*--- remakebootstrap4 ---*/

.col {
    flex-basis: inherit !Important;
}

#top {
    position: fixed;
    bottom: 8px;
    right: 50px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    background-color: rgb(255,136,0); /*PERSONALIZAR*/
    color: white;
    text-align: center;
    line-height: 2rem;
    cursor: pointer;
    display: none;
    z-index: 9001;
}

#whatsapp {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 28px;
    height: 28px;
    border-radius: 60%;
    border-bottom-left-radius: 30%;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    background-color: green;
    text-align: center;
    cursor: pointer;
    z-index: 9002;
}

    #whatsapp i {
        position: relative;
        top: -3px;
        left: -1.7px;
        font-size: 2.2rem;
    }

    #whatsapp a {
        color: white;
    }

@media screen and (max-width: 667px) {
    #top {
        bottom: 60px;
        right: 10px;
    }

    #whatsapp {
        bottom: 20px;
    }
}

#counter {
    margin: 0;
    padding: 0;
}

    #counter i {
        font-size: 3rem;
        margin-bottom: 10px;
    }

    #counter p {
        font-size: 0.8rem;
    }



.counter {
    font-size: 2rem;
    line-height: 1.16em !important;
    letter-spacing: 1px;
}

.text-area {
    text-align: justify;
    /*text-indent: 2em;*/
}

.overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #F3F3F3;
    filter: opacity(90);
    opacity: 0.9;
    z-index: 9000;
    overflow: hidden;
}

.overlay-content {
    margin-top: 25%;
    text-align: center;
    width: 100%;
    z-index: 9001;
}

.msgbox {
    border: 1px solid var(--var-line);
    border-radius: 5px;
    height: 150px;
    width: 350px;
    background-color: White;
    margin: 0;
    padding: 0;
    font-size: 13pt;
    text-align: center;
    overflow: hidden;
    z-index: 9003;
}

    .msgbox a:link, a:visited, a:hover {
        color: white;
    }

.msgbox-title {
    height: 30px;
    color: white;
    line-height: 30px;
    text-align: center;
    /*padding-left: 15px;*/
    width: 100%;
    background-color: var(--var-line);
}

.msgbox-icon {
    width: 65px;
    color: var(--var-line);
}

.button-message {
    display: inline-block;
    height: 28px;
    width: 80px;
    border: 1px solid var(--var-line);
    border-radius: 5px;
    background-color: var(--var-line);
    padding: 0 8px 0 8px;
    text-align: left;
    font-family: Awesome, RopaSans;
    font-size: 16px;
}

    .button-message a:link, a:visited, a:hover {
        color: white;
    }

    .button-message:after {
        position: relative;
        content: '\f0e2   Continuar';
        top: 5px;
    }

/* Testimonial */

#myCarousel .carousel-indicators {
    bottom: -30px;
}

.carousel-control-prev, .carousel-control-next {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    top: 25%;
    background: none;
}

    .carousel-control-prev i, .carousel-control-next i {
        font-size: 34px;
        line-height: 21px;
        position: absolute;
        display: inline-block;
        color: rgba(0, 0, 0, 0.8);
        text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
    }

.carousel-indicators li {
    background: #999;
    border-color: transparent;
    box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}

    .carousel-indicators li.active {
        background: #555;
        box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
    }

.carousel .img-box img {
    width: 8rem;
    height: 8rem;
    display: block;
    border-radius: 50%;
    margin: 0 auto;
}

.testimonial {
    margin: 0 auto;
    width: 50%;
    margin-top: 1rem;
    text-align: center;
}

.overview {
    text-align: center;
}

@media screen and (max-width: 667px) {
    .carousel-control-prev, .carousel-control-next {
        top: 15%;
    }

    .testimonial {
        width: 90%;
    }
}

#Area {
    margin: 0;
    padding: 0;
    width: 100%;
}

    #Area i {
        font-size: 3rem;
        margin-bottom: 10px;
    }

    #Area p {
        font-size: 0.8rem;
    }


.counter-cell {
    float: left;
    width: 25%;
    text-align: center;
}

.area-cell {
    float: left;
    width: 100%;
    text-align: center;
}

@media screen and (max-width: 667px) {
    .counter-cell, .area-cell {
        width: 50%;
    }
}

.gallery {
    column-count: 4;
    column-gap: 10px;
}

.image {
    width: 100%;
}

    .image img {
        width: 100%;
        border-radius: 4px;
        margin-bottom: 10px;
        height: auto;
        transition: transform 0.5s;
    }

    .image:hover img {
        transform: scale(1.1);
    }
