#modal_portfolio__img {
    width: 100%;
}

.whatsapp-for-all {
    margin-top: 30px;
    background: #00b79c;
    padding: 40px;
}
.whatsapp-for-all  i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    position: relative;
    top: -3px;
    font-size: 20px;
}
.whatsapp-for-all ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.whatsapp-for-all * {
    color: white;
}
.whatsapp-for-all h4 {
    margin-bottom: 0; 
}
.whatsapp-for-all a {
    font-size: 24px;
    opacity: .8;
}
.whatsapp-for-all a:hover,
.whatsapp-for-all a:focus {
    opacity: 1;
    color: white;
}
.whatsapp-for-all li {
    margin-bottom: 25px;
}
.video-desktop {
    display: none;
}
#coverVideo {
    
    height:100%;
    width:100%;
    position:relative;
    display:flex;
    justify-content:center;
    align-items:center;
    overflow:hidden;
}
#coverVideo:before {
    content: "";
    background: rgba(0,0,0,0,.4);
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
}
#contentVideo {
    flex:0;
    min-height:100%;
    min-width:100%;
}
.section_banner2 {
    display: none;
}
.section_portfolio .portfolio__item__img > img {
    -moz-transform: scale(1.07);
    -webkit-transform: scale(1.07);
    -o-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
}
@media (min-width: 768px) {
    .whatsapp-for-all ul {
        display: flex;
        flex-wrap: wrap;
    }
    .whatsapp-for-all ul li {
        width: 50%;
    }
}
@media (min-width: 992px) {
    .whatsapp-for-all ul li {
        width: 23%;
        margin: 0;
    }
    .whatsapp-for-all ul li:nth-child(3) {
        width: 31%;
    }
    .whatsapp-for-all ul li .fa-whatsapp {
        font-size: 21px;
    }
    .whatsapp-for-all ul li p {
        margin: 0;
    }
    #section_banner {
        display: none;
    }
    .video-desktop {
        display: block;
    }
}
@media (min-width: 1200px) {
    .aeste {
        margin-bottom: 6px!important;
    }
}
@media (min-width: 768px) {
    .section_portfolio .portfolio__item__img {
        height: 257px;
    }
}
@media (min-width: 992px) {
    .section_portfolio .portfolio__item__img {
        height: 345px;
    }
}
@media (min-width: 1200px) {
    .section_portfolio .portfolio__item__img {
        height: 197px;
    }
}
@media (min-width: 1300px) {
    .section_portfolio .portfolio__item__img {
        height: 217px;
    }
}
@media (min-width: 1400px) {
    .section_portfolio .portfolio__item__img {
        height: 236px;
    }
}