/*
 Theme Name:     WabTheme
 Author:         Wab
 Author URI:     https://www.wab.com.br
 Template:       Divi
 Version:        1.0.0
*/

body {font-weight: 400;}

.titulo,
p {
  font-weight: 300 !important;
}

.et-pb-controls a {
  font-size: 32px;
  font-weight: 300;
}

.percent-value {
  font-size: 48px;
}

.endereco,.telefone {
  margin-top: 20px;
}

/* GrayScale na home - clientes */

.grayscale .et_pb_gallery_image {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .6;
   pointer-events: hover;
   cursor: default;
}

.grayscale .et_pb_gallery_image:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
}

.et_overlay:before {
    display: none;
}

.mini-top{
  font-size: 14px;
  margin-right: 3px;
}

.whatsapp-icon{
    background-repeat: no-repeat;
    background-image: url(https://www.wab.com.br/wp-content/uploads/2017/08/whatsapp-logo.png);
    display: inline-block;
    background-size: 100%;
}

.icon-top{
    min-width: 14px;
    min-height: 14px;
    margin-left: 10px;
}

.icon-bottom{
    min-width: 15px;
    min-height: 15px;
    margin-bottom: -3px;
    margin-right: 3px;
}

#et-info-phone::before{
	visibility: hide;
	display: none;
}

