/* growth */
.popup-growth{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: rgba(0,0,0,0.9);
    z-index: 9999;
}  

.popup-content{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center; 
    padding: 50px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.show-popup{
    animation: showPopup 1.2s ease forwards;
}

.hide-popup{
    animation: hidePopup 1.2s ease forwards;
}

.remove-transparent{
    transition: all 0.5s ease-in-out;
    opacity: 1;
}

.popup-div{
    position: relative;
}

.growth-img{
    max-width: 500px;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.growth-close{
    position: absolute;
    top: -10px;
    right: 0;
    transform: translateY(-100%);
}

.growth-close:hover {
    cursor: pointer; 
}

@keyframes showPopup {
    from {
        height: 0%;
    }

    to {
        height: 100%;
    }
}

@keyframes hidePopup{
    from {
        height: 100%;
    }

    to {
        height: 0%;
    }
}
/* growth */


.page-title{
    padding-top: 5%;
}

.strong{
    color: #0F2D87;
}

.subtitle {
    padding-top: 10px;
    padding-bottom: 5%;
    line-height: 1.8;
    max-width: 86%;
}

.align-center {
    text-align: center!important;
}

.subtitle2 {
    padding-top: 10px;
    padding-bottom: 5%;
    line-height: 1.8;
}
.subtitle3 {
    padding-top: 10px;
    line-height: 1.8;
}

.color-blue {
    color: #0F2D87;
}

.color-red {
    color: #da5b47;
}

.color-green {
    color: #3cb371;
}

.margin20 {
    margin-top: 20px;
}

.blue-box-orcamento{
    margin-bottom: 30px;
    margin-bottom: 0px;
    height: 100%;
}

.blue-box-orcamento .overlay.opacity-1 {
    height: 100%;
}

.container-orcamento {
    margin-bottom: 140px;
}

.grid-item{
    margin-bottom: 30px;
}
.project-thumb.welcome-message {
    padding-bottom: 0;
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.project-thumb.welcome-message .inner {
    top: 0;
    left: 0px;
    right: 15px;
    bottom: 0;
    padding: 20px 30px !important;
    height: 100%;
    background-color: transparent;
}
.project-thumb.welcome-message {
    background-color: white;
}
.project-thumb.welcome-message .inner {
    position: relative;
    border: 10px solid #0F2D87;
}

.video-home{
    max-height: 600px !important;
}

.video-home video{
    margin-top: -180px !important;
}

/*************
BLOG
**************/
.blog-listing .has-thumbnail .post-details {
    min-height: 340px !important;
}
.blog-listing .post-details .meta {
    position: absolute;
    bottom: 45px;
    right: 45px;
}
.blog-listing .post {
    margin-top: 1.5rem;
}
.post-content figure{
    margin: 40px 0px 40px 0px;
}
.address-details h6{
    margin-bottom: 0px;
}

.btn-whatsapp{
    position: fixed;
    right: 2%;
    bottom: 3%;
    z-index: 99;
}

/***
FOOTER
***/
.premio-google{
    max-height: 60px; 
    margin-top: 30px;
    padding: 0 20px;
}
.premio-pme{
    max-height: 90px; 
    margin-top: 30px;
    padding: 0 20px;
}
.premio-presta{
    max-height: 120px; 
    margin-top: 30px;
}

/***
404
***/
.pag404-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* blog */
.flex-1-1-0{
    flex: 1 1 0;
}

.blog-listing .has-thumbnail .post-details.blog-box {
    min-height: 400px !important;
}

.z-1{
    z-index: 1;
}

@media (max-width: 575px) {
    .premio-google{
        max-height: 30px; 
        margin-top: 0px;
        padding: 0 0px;
    }
    .premio-pme{
        max-height: 60px; 
        margin-top: 0px;
        padding: 0 0 0 10px;
    }
    .premio-presta{
        max-height: 80px; 
        margin-top: 00px;
    }
    .project-thumb.welcome-message .inner {
        padding: 20px 20px !important;
    }
    .project-thumb.welcome-message .inner {
        margin: 0rem;
    }
    .blue-box-orcamento {
        margin-top: 30px;
    }

    .container-orcamento {
        margin-bottom: 0px!important;
        -webkit-box-orient: vertical !important;
        -moz-box-orient: vertical;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }


    .brand-gallery {
        margin-bottom: 0px!important;
    }
    .blog-listing .has-thumbnail .post-details {
        min-height: 250px !important;
    }

    .single .other-posts .thumb .info {
        display: none;
    }

    .video-home{
        max-height: 400px !important;
    }

    .video-home video{
        margin-top: -127px !important;
    }
}

@media (max-width: 767px) {
    .blog-listing .has-thumbnail .post-details.blog-box {
        min-height: unset !important;
    }
}
