.logo_grande img {
    width: 100%;
    height: auto;
}

.botao_whats {
    background-color: #1EA651;
    color: #fff;
    padding: 3px 12px;
    position: fixed;
    top: 92%;
    right: 80px;
    z-index: 99999999999;
    border-radius: 50%;
    font-size: 2em;
}

.botao_whats i {
    color: #fff !important;
}




.overlay-popup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 999999;
}


.overlay-popup:target {
    visibility: visible;
    opacity: 1;
}

.pop_cont {
    background-color: #f3f3f3;
    width: 100%;
    height: auto;
    padding: 12% 5%;
    -webkit-box-shadow: 0px 5px 12px 0px rgba(50, 50, 50, 0.58);
    -moz-box-shadow: 0px 5px 12px 0px rgba(50, 50, 50, 0.58);
    box-shadow: 0px 5px 12px 0px rgba(50, 50, 50, 0.58);
    position: relative;
}





.pop_cont input {
    width: 100%;
    padding: 8px 5%;
    height: auto;
    font-size: 20px;
    float: left;
    border-radius: 50px;
    border: 2px solid #ccc;
    margin: 6px 0;
    transition: .2s all ease-out;
    outline: 0;
    font-weight: 300;

}

.pop_cont input:focus {
    border: 2px solid #266D5F;
}

.pop_cont select {
    width: 93%;
    padding: 8px 3%;
    height: auto;
    font-size: 20px;
    float: left;
    border-radius: 50px;
    border: 2px solid #ccc;
    margin: 6px 0;
    transition: .2s all ease-out;
    outline: 0;
    font-weight: 300;
}

.nome-template {
    font-weight: bold;
    font-size: 26px;
    letter-spacing: 0px;
}

.img-template img {
    border-radius: 12px;
    margin-top: 15px;
}

.pop_cont select:focus {
    border: 2px solid #266D5F;
}


.pop_cont form {
    width: 100%;
    overflow-x: hidden;
}

.pop_cont select {
    width: 100%;
    height: auto;
    float: left;
}

.popup {
    margin: 70px auto;
    padding: 20px;

    border-radius: 5px;
    height: auto;
    max-width: 500px;
    position: relative;
    transition: all 5s ease-in-out;
}

.popup h2 {
    margin-top: 0;
    color: #333;
    font-family: Tahoma, Arial, sans-serif;
}

.popup .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}

.popup .close:hover {
    color: #ff0000;
}


@media screen and (max-width: 768px) {
    .box {
        width: 70%;
    }
    .popup {
        width: 70%;
    }
    .popup .close {
        position: absolute;
        top: 0px;
        right: 5px;
        transition: all 200ms;
        font-size: 30px;
        font-weight: bold;
        text-decoration: none;
        color: #333;
    }
}






.mb20 {
    margin-bottom: 20px;
}



.grad_2 {
    background: rgba(44, 124, 108, 1);
    background: -moz-linear-gradient(45deg, rgba(44, 124, 108, 1) 40%, rgba(156, 236, 91, 1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(40%, rgba(44, 124, 108, 1)), color-stop(100%, rgba(156, 236, 91, 1)));
    background: -webkit-linear-gradient(45deg, rgba(44, 124, 108, 1) 40%, rgba(156, 236, 91, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(44, 124, 108, 1) 40%, rgba(156, 236, 91, 1) 100%);
    background: -ms-linear-gradient(45deg, rgba(44, 124, 108, 1) 40%, rgba(156, 236, 91, 1) 100%);
    background: linear-gradient(45deg, rgba(44, 124, 108, 1) 40%, rgba(156, 236, 91, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6185d8', endColorstr='#9cec5b', GradientType=1);
}


.tit_int {
    font-size: 60px;
    letter-spacing: -4px;
    margin: 0 0 25px 0;
    font-weight: 600;
    line-height: 60px;
}

.sub_tit_int {
    font-size: 32px;
    letter-spacing: -1px;
    line-height: 30px;
    margin: 0 0 30px 0;
    color: #828282;
}


.tit_int_small {
    font-size: 28px;
    letter-spacing: -1px;
    margin: 0 0 12px 0;
    font-weight: 600;
}







#colorlib-hero .flexslider .slides li .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .6;
    background: #000;
}







.colorlib-nav ul li a {
    margin-top: 3px;
}



.btn-redes {
    text-decoration: none !important;
    color: #266D5F;
    margin-left: 5px;
    transition: .2s all ease-out;
    font-size: 26px;
    margin: 0 8px;
}

.btn-redes:hover {
    color: #000;
}

.colorlib-nav ul li.btn-cta a span {
    font-size: 22px;
    padding: 0 7px;
    border-radius: 50%;
    background-color: #00E676;
}

.logo-topo img {
    max-width: 90px;
}

.texto_servico {
    font-size: 12px;
}


.bg-verde {
    background-color: #266D5F;
}

.cor-verde {
    color: #266D5F;
}

.cor-branco {
    color: #fff;
}


.classes .wrap {
    border: 0px solid #e6e6e6;
    border-top: none;
    width: 95%;
    background: #fff;
    margin-top: -2em;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.services {
    margin-bottom: 30px;
    position: relative;
    padding: 10px;
    z-index: 0;
    display: block;
    bordeR: 1px solid #e6e6e6;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}


#colorlib-footer {
    padding-top: 6em;
    background: #000;
    color: rgba(255, 255, 255, 0.6) !important;
}

.colorlib-nav .upper-menu {
    width: 100%;
    padding: 15px 0;
    background: #000;
    -webkit-box-shadow: 0px 15px 16px -6px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 15px 16px -6px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 15px 16px -6px rgba(0, 0, 0, 0.16);
}


/*assinatura tempbox*/

.linha_tempbox {
    width: 100%;
    height: auto;
    float: left;
    padding: 24px 0;
    background-color: #fff;
    font-size: .8rem;
}

.linha_tempbox .coluna {
    width: 50%;
    height: auto;
    float: left;
}

.linha_tempbox .dir {
    text-align: right;
}

.linha_tempbox .esq {
    text-align: left;
}

.tempbox {
    font-family: 'Titillium Web', sans-serif;
    display: block;

    color: #6F7275;
    width: 125px;
    height: auto;
    float: right;
}

.tempbox div {
    float: left;
    margin-right: 4px;
    font-size: 13px;
}

.tempbox img {
    float: left;
    max-height: 24px;
}

.copy {
    font-size: 13px;
}

.ancora {
    margin-top: -100px;
    position: absolute;

}



.topo-internas {
    height: 480px;
    background: #fff url(../images/loader.gif) no-repeat center center;
    width: 100%;
    float: left;
    margin-bottom: 4em;
}

.hero-interna {
    height: 420px;
}

.mgb-22 {
    margin-bottom: 22px;
}

.mgb-80 {
    margin-bottom: 80px;
}

.i_gde {
    font-size: 44px;
    color: #266D5F;
}

.barrinha {
    position: absolute;
    width: 70px;
    height: 3px;
    left: 50%;
    margin-left: -35px;
    background-color: #266D5F;
}


.topo_interna {
    width: 100%;
    height: auto;
    padding: 220px 0 140px 0;
    float: left;
    position: relative;
    background-size: cover;
    margin-bottom: 4em;
}


.topo_interna .overlay-interna {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .4;
    background: #000;
}


.topo_interna h2 {
    color: #fff;
}

.topo_interna h2 .breadcrumbs {
    color: #fff;
}

.topo_interna .titulo_interna {
    position: absolute;
    z-index: 9999999;
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 44px;
    font-weight: 600;
}


.gototop a {
    width: 50px;
    height: 50px;
    display: table;
    background-color: #266D5F;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.contact-info-wrap-flex .con-info {
    width: 100% !important;
    background: #fff;
    padding: 1.5em;
    margin-left: 10px;
    border: 1px solid #e6e6e6;
    text-align: center;
}

.contact-info-wrap-flex .con-info:first-child {
    margin-left: 0;
}

@media screen and (max-width: 768px) {
    .contact-info-wrap-flex .con-info {
        width: 100%;
        margin: 4px !important;
    }
}






.contact-info-wrap-flex p {
    margin-bottom: 0;
    color: #000;
}

.contact-info-wrap-flex p span i {
    color: #266D5F;
}

.contact-info-wrap-flex p a {
    color: #000;
}


.navy-bg {
    background-color: #266D5F;
    color: #fff;
}

/* New Timeline style */

.vertical-container {
    /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
    width: 90%;
    max-width: 1170px;
    margin: 0 auto;
}

.vertical-container::after {
    /* clearfix */
    content: '';
    display: table;
    clear: both;
}

#vertical-timeline {
    position: relative;
    padding: 0;
    margin-top: 2em;
    margin-bottom: 2em;
}

#vertical-timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 18px;
    height: 100%;
    width: 4px;
    background: #f1f1f1;
}

.vertical-timeline-content .btn {
    float: right;
}

#vertical-timeline.light-timeline:before {
    background: #e7eaec;
}

.dark-timeline .vertical-timeline-content:before {
    border-color: transparent #f5f5f5 transparent transparent;
}

.dark-timeline.center-orientation .vertical-timeline-content:before {
    border-color: transparent transparent transparent #f5f5f5;
}

.dark-timeline .vertical-timeline-block:nth-child(2n) .vertical-timeline-content:before,
.dark-timeline.center-orientation .vertical-timeline-block:nth-child(2n) .vertical-timeline-content:before {
    border-color: transparent #f5f5f5 transparent transparent;
}

.dark-timeline .vertical-timeline-content,
.dark-timeline.center-orientation .vertical-timeline-content {
    background: #f5f5f5;
}

@media only screen and (min-width: 1170px) {
    #vertical-timeline.center-orientation {
        margin-top: 3em;
        margin-bottom: 3em;
    }
    #vertical-timeline.center-orientation:before {
        left: 50%;
        margin-left: -2px;
    }
}

@media only screen and (max-width: 1170px) {
    .center-orientation.dark-timeline .vertical-timeline-content:before {
        border-color: transparent #f5f5f5 transparent transparent;
    }
}

.vertical-timeline-block {
    position: relative;
    margin: 2em 0;
}

.vertical-timeline-block:after {
    content: "";
    display: table;
    clear: both;
}

.vertical-timeline-block:first-child {
    margin-top: 0;
}

.vertical-timeline-block:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 1170px) {
    .center-orientation .vertical-timeline-block {
        margin: 4em 0;
    }
    .center-orientation .vertical-timeline-block:first-child {
        margin-top: 0;
    }
    .center-orientation .vertical-timeline-block:last-child {
        margin-bottom: 0;
    }
}

.vertical-timeline-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 16px;
    border: 3px solid #f1f1f1;
    text-align: center;
}

.vertical-timeline-icon i {
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -9px;
}

@media only screen and (min-width: 1170px) {
    .center-orientation .vertical-timeline-icon {
        width: 50px;
        height: 50px;
        left: 50%;
        margin-left: -25px;
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        font-size: 19px;
    }
    .center-orientation .vertical-timeline-icon i {
        margin-left: -12px;
        margin-top: -10px;
    }
    .center-orientation .cssanimations .vertical-timeline-icon.is-hidden {
        visibility: hidden;
    }
}

.vertical-timeline-content {
    position: relative;
    margin-left: 60px;
    background: white;
    border-radius: 0.25em;
    padding: 1em;
}

.vertical-timeline-content:after {
    content: "";
    display: table;
    clear: both;
}

.vertical-timeline-content h2 {
    font-weight: 400;
    margin-top: 4px;
}

.vertical-timeline-content p {
    margin: 1em 0;
    line-height: 1.6;
}

.vertical-timeline-content .vertical-date {
    float: left;
    font-weight: 500;
}

.vertical-date small {
    color: #1ab394;
    font-weight: 400;
}

.vertical-timeline-content::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid white;
}

@media only screen and (min-width: 768px) {
    .vertical-timeline-content h2 {
        font-size: 18px;
    }
    .vertical-timeline-content p {
        font-size: 14px;
    }
}

@media only screen and (min-width: 1170px) {
    .center-orientation .vertical-timeline-content {
        margin-left: 0;
        padding: 1.6em;
        width: 45%;
    }
    .center-orientation .vertical-timeline-content::before {
        top: 24px;
        left: 100%;
        border-color: transparent;
        border-left-color: white;
    }
    .center-orientation .vertical-timeline-content .btn {
        float: left;
    }
    .center-orientation .vertical-timeline-content .vertical-date {
        position: absolute;
        width: 100%;
        left: 122%;
        top: 2px;
        font-size: 14px;
    }
    .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content {
        float: right;
    }
    .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content::before {
        top: 24px;
        left: auto;
        right: 100%;
        border-color: transparent;
        border-right-color: white;
    }
    .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content .btn {
        float: right;
    }
    .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content .vertical-date {
        left: auto;
        right: 122%;
        text-align: right;
    }
    .center-orientation .cssanimations .vertical-timeline-content.is-hidden {
        visibility: hidden;
    }
}


















.pricing-plan {
    margin: 20px 30px 0 30px;
    border-radius: 4px;
}

.pricing-plan.selected {
    transform: scale(1.1);
    background: #f4f4f4;
}

.pricing-plan ul {
    padding: 50px 0;
}

.pricing-plan li {
    padding: 10px 16px;
    border-top: 1px solid #e7eaec;
    text-align: center;
    color: #aeaeae;
    font-size: 15px;
}

.pricing-plan .pricing-price span {
    font-weight: 700;
    color: #266D5F;
    font-size: 28px;
    letter-spacing: 0;
}

li.pricing-desc {
    font-size: 13px;
    border-top: none;
    padding: 20px 16px;
}

li.pricing-title {
    background: #266D5F;
    color: #fff;
    padding: 10px;
    border-radius: 4px 4px 0 0;
    font-size: 22px;
    font-weight: 600;
}








.single_gallery_item {
    margin-bottom: 30px;
}


.alime-portfolio-area {
    position: relative;
    z-index: 1
}

.alime-portfolio-area .container-fluid {
    padding-right: 10%;
    padding-left: 10%
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .alime-portfolio-area .container-fluid {
        padding-right: 5%;
        padding-left: 5%
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .alime-portfolio-area .container-fluid {
        padding-right: 5%;
        padding-left: 5%
    }
}

@media only screen and (max-width:767px) {
    .alime-portfolio-area .container-fluid {
        padding-right: 5%;
        padding-left: 5%
    }
}

.alime-projects-menu {
    position: relative;
    z-index: 1;
    margin-bottom: 40px
}

.alime-projects-menu .portfolio-menu .btn {
    position: relative;
    z-index: 1;
    padding: 0;
    border: 0;
    background-color: transparent;
    font-size: 16px;
    font-weight: normal;
    border-radius: 0;
    margin: 0 25px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms
}

@media only screen and (max-width:767px) {
    .alime-projects-menu .portfolio-menu .btn {
        font-size: 14px;
        margin: 0 5px
    }
}

.alime-projects-menu .portfolio-menu .btn::after {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    position: absolute;
    width: 0%;
    height: 3px;
    background-color: #266D5F;
    content: '';
    bottom: -5px;
    left: 0;
    right: 0;
    z-index: 1
}

.alime-projects-menu .portfolio-menu .btn.active::after {
    width: 100%
}

.single-portfolio-content {
    position: relative;
    z-index: 1;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    overflow: hidden;
    margin-bottom: 10px;
}

.single-portfolio-content img {
    width: 100%;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms
}

.single-portfolio-content .hover-content {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .6);
    opacity: 0;
    visibility: hidden;
    z-index: 10
}

.single-portfolio-content .hover-content a {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 0;
    margin-left: -26px;
    z-index: 100;
    display: inline-block;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background-color: #266D5F;
    text-align: center;
    line-height: 52px;
    font-size: 28px;
    color: #fff
}

.single-portfolio-content .hover-content a:hover,
.single-portfolio-content .hover-content a:focus {
    background-color: #000
}

.single-portfolio-content:hover img,
.single-portfolio-content:focus img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.single-portfolio-content:hover .hover-content,
.single-portfolio-content:focus .hover-content {
    opacity: 1;
    visibility: visible
}

.single-portfolio-content:hover .hover-content a,
.single-portfolio-content:focus .hover-content a {
    margin-top: -26px
}








/*RESPONSIVO*/

@media (max-width: 1024px) {


    .linha_tempbox .coluna {
        width: 100%;
        height: auto;
        float: left;
    }

    .linha_tempbox .dir {
        text-align: center;
        margin-top: 35px;

    }

    .linha_tempbox .esq {
        text-align: center;
        width: 100%;
        float: left;

    }

    .tempbox {
        margin: 0 auto;
        float: none;
    }

}
