@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,700|Roboto:300,400,700');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
*{
    margin:0;
    padding: 0;
    outline: none;
    text-decoration: none !important;
    list-style-type: none;
}
html,body{
    margin: 0 !important;
    padding: 0 !important;
    font-family: "Montserrat", sans-serif;
}
h1,h2,h3,h4,h5,h6,strong,label,span,a,ul,address{
    margin: 0;
    padding: 0;
}
h1{
    font-size: 30px;
}
h2{
    font-size: 26px;
}
h3{
    font-size: 22px;
}
h4{
    font-size: 18px;
}
h5{
    font-size: 16px;
}
p{
    font-size: 16px;
    margin: 0;
}
.x-header{
    background: #f9f9f9;
}
.x-header img{
    width: 35%;
}
.x-header h5{
    padding-top:28px;
    font-size: 1.3em;
    color: #777;
}
.x-header h2{
    font-size: 2.5em;
    color: #138440;
}
.x-header h2,.x-header h5{
    font-weight: bold;
}
.x-footer{
    background: #333;
    padding: 15px 0;
    text-align: right;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
}
.x-footer a{
    color: #fff;
}
.x-footer img{
    width: 3%;
}
.texto-branco{
    color: #fff !important;
}
.sombra{
    text-shadow: 0px 2px 5px rgba(0,0,0,.4);
}
.chamada-produto h1{
    font-size: 3em;
}
.chamada-produto h2 strong{
    font-weight: normal !important;
}
.box-form{
    padding: 20px 20px;
    background: #f9f9f9;
}
.box-form h3{
    text-align-last: center;
    padding: 15px 0;
    color: #138440;
    font-size: 1.9em;
}
.box-form .form-control{
    height: 50px;
    box-shadow: none;
    border: 2px solid #f4f4f4;
}
.box-form .btn-success{
    display: block;
    margin: 0 auto;
    padding: 15px 35px;
    border: none;
    font-weight: bold;
}
.box-form .btn-success:hover{
    background: #5BBA6F;
}
.box-form p{
    font-family: "Montserrat";
    font-size: .9em;
    text-align-last: center;
    display: block;
    color: #999;
}
.category h4 {
    margin-top: 20px !important;
    display: block;
}
.category p{
    font-weight: lighter;
    color: #999;
}

@media screen and (max-width: 480px){
    .x-header img{
        width: 55%;
    }
    .x-header h5{
        font-size: 1em;
    }
    .x-header h2{
        font-size: 1.4em;
    }
    .chamada-produto h1{
        font-size: 2em;
        text-align: center;
        padding-top: 30px;
    }
    .chamada-produto h2{
        font-size: 1.3em;
        text-align: center;
    }
    .x-footer{
        text-align: center;
    }
}
@media screen and (max-width: 1024px){
.x-header h5{
    padding-top: 15px;
}
.box-form h3{
    font-size: 1.6em;
    text-align: center;
}
}
@media screen and (max-width: 320px){
    .box-form h3{
        font-size: 1em;
        text-align-last: center;
    }
    .box-form{
        padding: 15px 0;
    }
    .box-form .form-control{
        width: 100%;
        display: block;
        margin:0 auto;
        font-size: .9em;
    }
    .box-form .btn-success{
        font-size: .9em;
        display: block;
        width: 100%;
        height: 50px;
        padding: 0;
    }
    .x-header img{
        width: 55%;
    }
    .x-header h5{
        padding-top: 20px;
        font-size: .8em;
    }
    button.ult-align-center{
        font-size: .9em;
    }
    .x-header h2{
        font-size: 1em;
    }
    .chamada-produto h1{
        font-size: 2em;
        text-align: center;
        padding-top: 30px;
    }
    .chamada-produto h2{
        font-size: 1.3em;
        text-align: center;
    }
    .x-footer{
        text-align: center;
        font-size: .8em
    }
}
#wpadminbar{
    display: none;
}
.category h3{
	font-weight: bold;
	text-transform: uppercase;
	color: #5BBA6F;
}
.category ul{
	padding-left: 20px;
}
.category ul li{
	list-style-type: disc !important;
	margin: 5px 0;
	color: #999;
	font-weight: normal;
	font-family: "Roboto";
	font-size: 1.2em;
}
.social-footer ul{
	display: flex;
}
.social-footer ul li a{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 1.3em;
	width: 50px;
	height: 50px;
	background: rgba(0,0,0,.4);
	border-radius: 50%;
	margin: 0 5px;
	margin-top: 15px;
}
.footer a{
	color: #fff;
	padding: 5px 0;
	display: block;
	font-size: .93em;
}