/*************** CSS PEDRO ******************/
.footer-inner2 h3 {color: #ff3066 !important;}
.footer-inner2 span {color: #ff3066 !important;}
.footer-inner2 a {color: #fff !important;}
.footer-inner2 p {color: #fff !important;}
.footer-inner2 a:hover {color: #ff3066 !important;}


.menu-wrap2 > ul ul {
    position: absolute;
    left: -500px;
    top: 100%;
    min-width: 1170px;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
}

.menu-wrap2 > ul ul li {
    line-height: initial;
    padding: 0;
    font-size: .975rem;
    width: 24%;
    display: inline-block;
}
.menu-wrap2 > ul ul li a {
    padding: 0.5rem 1.5rem;
    display: block;
}
.menu-wrap2 > ul ul li h5 {
    padding: 1rem 1.5rem;
    display: block;
}
.menu-wrap2 > ul ul li a:focus {
    color: #000;
}

header.style1 .menu-wrap2 > ul > li, header.style1 .cnt-inf {
    color: #fff;
}
header.style4 .menu-wrap2 > ul > li, header.style1 .cnt-inf {
    color: #fff;
}

@media (min-width:999px) {
	
	.menu-btns {display:none !important}
}

.w-80 {
    width: 80%!important;
    width: 1280px!important;
    margin: 0 auto;
}

.srv-box1 i {
    font-size: 60px;
    color: #ee3364;
}

.botao-whatsapp {
    position: fixed;
    background: #11ab4c;
    color: #fff !important;
    width: 60px;
    height: 60px;
    padding: 15px 10px;
    text-align: center;
    border-radius: 30px;
    font-weight: bold;
    font-size: 11px;
    z-index: 9999;
    right: 20px;
    bottom: 30px;
}

.botao-whatsapp img {
    width: 30px;
    height: 30px;
}

.botao-whatsapp:hover {
	color:#fff;
	background: #074c07;
}



section.customers {
    align-items: center;
    display: grid;
    grid-template-columns: 29% repeat(4, auto);
    justify-content: space-between;
    margin-top: 75px;
    row-gap: 15%;
}


/* MARGINS */
.mt-12-menos {margin-top: -12.25rem;}

.srv-box1.mb-30.w-100.brd-rd10 {
    border: 1px solid #cdcdcd;
}

.about-info > h2 {
    font-size: 1.900rem;
}	

.srv-box1:hover {
	
    background-color: #f5f5f5 !important;
}	


.bt-area-whatsapp {
    background: #11ab4c;
}

.botao-whatsapp2 {
	bottom: 100px;
}