.btn-main{
    color: #fff;
    border-color: #fff;
    padding: 6px 60px;
}

.icons-new{
    height: 1.5em;
}

.whatsapp {
    position:fixed;
    width:60px;
    height:60px;
    bottom:100px;
    right:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    z-index:100;
}

.whatsapp-icon {
    margin-top:13px;
}

.whatsapp:hover {
    color: black;
}
/*.contenedor {
    display: flex;
    justify-content: space-around;
}*/

/*.imgs {
    position: relative;
    display: flex;
    justify-content: space-around;
}*/
.imgs img {
    filter: brightness(50%);
}
/*.imgs p {
    position: absolute;
    top: 100px;
    color: white;
}*/

.contenedor {
    margin: auto;
    text-align: center;
}

.imgs {
    display: inline-block;
    position: relative;
    width: 33.3%;
    margin: -2px;
}



.imgs p {
    position: absolute;
    top: 50%;
    left: 40%;
    color: white !important;
    font-weight: 800;
    z-index: 10;
}

.logo img {
    width: 8em;
    height: auto;
}

@media(min-width: 600px){
    .logo img {
        width: 10em;
    }
}




@media(max-width: 640px) {
    .contenedor {
        display: unset;
    }
    .imgs {
        margin: 5px 0 0 0;
        width: 100%;
    }
    .imgs img {
        width: 90%;
    }
    #about-us .section-tagline, #about-icons .desc, #portfolio .section-tagline, #contact .section-tagline {
        font-size: 1.2em;
    }
}

