/*-----------------------------------------------------------------------------------

    Template Name: Petshop HTML5 Template,
    Template URI: http://themectg.com
    Description: This is html5 template
    Author: BootExperts
    Author URI: http://themectg.com
    Version: 1.0

-----------------------------------------------------------------------------------
    
    CSS INDEX
    ===================
	0. Theme Default CSS (body, link color, section etc),
    1. Helper Class
    2. Top Area 
    3. About Area
    4. Service-area
    5. Portfolo-area
    6. Skill-area
    7. Discover Area
    8. Blog Area
    9. Offer Area
    10. Price-area  
    11. Client-area
    12. Footer-area
-----------------------------------------------------------------------------------*/


/* 0. Theme Default CSS (body, link color, section etc) 
========================================================*/


/* Google Fonts
=================*/

@import url('https://fonts.googleapis.com/css?family=Dosis:300,400,600,700|Open+Sans:400,700');

/* 0. Theme Default CSS */

* {
    margin: 0;
    padding: 0;
}

a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-family: 'Open Sans', sans-serif;
}

a:focus {
    outline: 0 solid;
    color: #ffffff;
}

img {
    max-width: 100%;
    height: auto;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
font-family: Montserrat;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    line-height: 1.4
}

html,
body {
    height: 100%;
}

body {
font-family : Montserrat;




font-weight: 400;
font-size: 20px;    color: #000;    line-height: 1.6;
    background: #ffffff;

}

a:focus,
a:hover {
    text-decoration: none;
}


/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    outline: none;
}

button:focus,
input:focus,
input.form-control:focus,
textarea:focus,
textarea.form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #dddddd;
}

.form-control {
    border: 1px solid #dddddd;
}


/*=============================
 1. Helper Class
==============================*/

.table {
    display: table;
    width: 100%;
    height: 100%;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

.fix {
    overflow: hidden;
}

.section-padding {
    padding: 80px 0;
}

.padding-top {
    padding-top: 120px;
}

.padding-top-padrao {
    padding-top: 110px;
}

.margin-top-40 {
    margin-top: 40px;
}

.section-relative {
    position: relative
}

.three-qoater-text {
    width: 80%;
    margin: auto;
}

.battn {
    background-color: #64BE43;
    border: 1px solid #64BE43;
    border-radius: 1px;
    color: #ffffff;
    display: inline-block;
    letter-spacing: 1.2px;
    margin: 0 5px;
    padding: 12px 30px;
    text-transform: uppercase;
    border-radius: 2px;
    transition: 0.3s;
    border-radius: 2px;
    letter-spacing: 1.2px
}

.battn:hover {
    background-color: transparent;
    color: #64BE43;
}

.btn1 {
    background-color: #4267b2;
    border: 1px solid #29487d;
    border-radius: 1px;
    color: #ffffff;
    display: inline-block;
    letter-spacing: 1.2px;
    margin: 0 5px;
    padding: 12px 30px;
    text-transform: uppercase;
    border-radius: 2px;
    transition: 0.3s;
    border-radius: 2px;
    letter-spacing: 1.2px
}

.btn1:hover {
    background-color: transparent;
    color: #29487d;
}

/*===============================
2. Top Area 
================================*/

.top-area {
    height: 100%;
}

.header-text-area {
    height: 100%;
    width: 100%;
    color: #ffffff;
}

.section-bg {
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.pogoSlider-slide::after,
.section-bg:after {
    background-color: #000;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.pogoSlider-slide::before {
    background: url() no-repeat scroll center bottom / 100% auto;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
}

.header-top {
    position: absolute;
    z-index: 999;
    width: 100%;
    height: auto;
}

.header-top-bar {
    background-color: #ffffff;
    padding: 10px 0;
}

.contact-number a {
    color: #464646;
    margin-right: 10px;
    line-height: 1;
}

.contact-number a span {
    color: #64BE43;
    margin-right: 5px;
}

.contact-number a:hover {
    color: #64BE43;
    64BE43
}

.social-menu {
    text-align: right;
}

.add-cart {
    text-align: right;
}

.add-cart a {
    position: relative;
    font-size: 18px;
}

.add-cart a .cartpoint {
    position: absolute;
    top: -5px;
    left: 0;
    background-color: red;
    color: #ffffff;
    border-radius: 50%;
    padding: 2px;
    font-size: 12px;
    width: 15px;
    height: 15px;
}

.add-cart a,
.social-menu a {
    color: #464646;
    width: 30px;
    height: 20px;
    display: inline-block;
    text-align: center;
    line-height: 1.5;
}

.add-cart a:hover,
.social-menu a:hover {
    color: #64BE43;
}

.mainmenu-area {
background-color: #5d0460;    top: -100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.mainmenu-area.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.mainmenu ul.nav.navbar-nav {
    float: none;
    text-align: right;
}

.mainmenu ul.nav.navbar-nav li {
    float: none;
    display: inline-block;
}

.mainmenu ul.nav.navbar-nav li a {
    text-transform: uppercase;
 color: #e3e0e0;    background: none;
    padding: 30px 15px;
    font-weight: 600;
    position: relative;
}

.mainmenu ul.nav.navbar-nav li.active a,
.mainmenu ul.nav.navbar-nav li a:hover {
    color: #03acbf;
}

.mainmenu ul.nav.navbar-nav li a:before,
.mainmenu ul.nav.navbar-nav li a:after {
    position: absolute;
    content: "";
    left: -100%;
    top: 26px;
    width: 50%;
    height: 1px;
    opacity: 0;
    background-color: #ffffff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.mainmenu ul.nav.navbar-nav li.active a:before,
.mainmenu ul.nav.navbar-nav li.active a:after {
    opacity: 1;
}

.mainmenu ul.nav.navbar-nav li a::before {
    left: auto;
    right: -100%;
    top: auto;
    bottom: 26px;
}

.mainmenu ul.nav.navbar-nav li.active a:after {
    left: 0;
}

.mainmenu ul.nav.navbar-nav li.active a::before {
    right: 0;
}

.logo {
    margin-top: 8px;
}

.mainmenu {
    position: relative;
    padding-right: 50px;
}

.menu-right-button {
    position: absolute;
    right: 0;
    top: 25px;
}

.menu-right-button button {
    background: none;
    border: none;
    color: #000;
    width: 30px;
    height: 30px;
}

.search-box {
    position: absolute;
    right: 0;
    top: 100%;
    padding: 20px;
    background-color: #64BE43;
    border-radius: 0 0 3px 3px;
    display: none;
}

.search-box #search {
    float: right;
    width: 30px;
    height: 30px;
    background: none;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-left: none;
    border-radius: 0 3px 3px 0;
    box-sizing: border-box;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.search-box input {
    height: 30px;
    padding: 5px;
    border: 1px solid #dddddd;
    border-radius: 3px 0 0 3px;
    width: 250px;
}

.search-box #search:hover {
    background-color: #ffffff;
    color: #64BE43;
}

.header-text-area h1 {
    color: #ffffff;
    font-weight: 700;
    text-shadow: 2px 2px 4px ##1acade;
    text-transform: uppercase;
    font-size: 50px;
    position: relative;
    padding-bottom: 20px;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.header-text-area h1::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 200px;
    background-color: #ffffff;
    height: 5px;
    margin: auto;
    right: 0;
    border-radius: 3px;
}

.header-text-area h1 span {
    color: #7fe0ea;
}

.header-text-area p {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.about-text-button,
.header-text-button {
    margin-top: 50px;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}


/*=======================
3. About Area
=========================*/

.about-area .page-title h2 {
    margin-bottom: 0;
}

.page-title {
    margin-bottom: 60px;
    text-align: center;
}

.page-title h2 {
    color: #03acbf;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    position: relative;
    display: inline-block;
    padding: 10px 0;
    margin-bottom: 30px;
}

.page-title h2:before,
.page-title h2:after {
    position: absolute;
    content: "";
    width: 50%;
    max-width: 100px;
    height: 2px;
    background-color: #64BE43;
    left: 0;
    right: 20%;
    margin: auto;
    top: 0;
}

.page-title h2:before {
    top: auto;
    bottom: 0;
    right: -20%;
}

.green-pg .page-title h2,
.contact-area .page-title h2 {
    /* color: #ffffff; */
}

.green-bg .page-title h2::after,
.green-bg .page-title h2::before,
.contact-area .page-title h2::after,
.contact-area .page-title h2::before {
    background-color: #ffffff;
}

.about-area:after {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    content: "";
    background: url(images/sobre-nos.png) no-repeat scroll right 20% bottom / auto 100%;
}

.about-text h3 {
    color: #03acbf;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
}


/*==================
4. Service-area
===================*/

.gray-bg {
    background-color: #f9dde7;
    border-bottom: 3px solid #5d0460;
    border-top: 3px solid #5d0460;
}

.green-bg {
    background-color: #d8f1f7;
    color: #000000;
    border-bottom: 3px solid #5d0460;
}

.service-photo {
    border: 1px solid #464646;
    border-radius: 50%;
    padding: 10px;
    display: inline-block;
    margin-bottom: 40px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
}

.service-photo img {
    border-radius: 50%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.single-service:hover .service-photo img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.single-service h2,
.single-blog h2 {
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 600;
}

.read-more {
    color: #64BE43;
    text-transform: uppercase;
}

.read-more:focus,
.read-more:hover {
    color: #64BE43;
    text-decoration: underline;
}

.single-service:hover h2 {
    color: #08589c;
}

.single-service:hover .service-photo {
    border-color: #64BE43;
}


/*======================
5. Portfolo-area
=======================*/

.filter-menu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    margin-top: 30px;
}

.filter-menu ul li {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 3px;
    cursor: pointer;
    font-family: 'Dosis', sans-serif;
    font-weight: 600;
    color: #64BE43;
    transition: 0.3s;
}

.filter-menu ul li.active {
    background-color: #64BE43;
    color: #ffffff;
}

.single-portfolio {
    width: 20%;
    float: left;
    overflow: hidden;
    position: relative;
}

.portfolio-zoom-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 1;
}

.single-portfolio img {
    width: 100%;
}

.portfolio-zoom-icon a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    color: #64BE43;
    width: 50px;
    height: 50px;
    background-color: #ffffff;
    border-radius: 50%;
    line-height: 3;
    font-size: 16px;
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5);
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 9;
    transform: scale(1.3)
}

.portfolio-zoom-icon:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #64BE43;
    opacity: 0;
    z-index: -1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.single-portfolio:hover .portfolio-zoom-icon a {
    opacity: 1;
    transform: scale(1)
}

.single-portfolio:hover .portfolio-zoom-icon:before {
    opacity: 0.8;
}

.single-portfolio:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.mix {
    display: none;
}


/*=====================
6. Skill-area
======================*/

.single-skill .skill {
    position: relative;
}

.single-skill .skill span {
    position: absolute;
    display: inline-block;
    font-size: 80px;
    line-height: 1;
    color: #64BE43;
    text-align: center;
    width: 100%;
    height: 85px;
    margin: auto;
    top: 0;
    bottom: 0;
    font-family: 'Dosis', sans-serif;
    font-weight: 700;
}

.single-skill .skill canvas {
    margin: auto;
    display: block;
}

.single-skill h3 {
    color: #64BE43;
    text-transform: uppercase;
    margin-top: 30px;
    text-align: center;
    display: block;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 0;
}


/*========================
7. Discover Area
=========================*/

.discover-area {
    color: #ffffff;
    padding: 150px 0;
}

.discover-area .section-bg {
    background-image: url(images/discover-bg.jpg);
}

.single-photography {
    padding-left: 120px;
    position: relative;
    margin: 35px 0;
}

.single-photography .photography-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 100px;
    background-color: #dddddd;
    text-align: center;
    font-size: 46px;
    border-radius: 50%;
    line-height: 2.1;
    color: #64BE43;
}

.single-photography h2 {
    color: #464646;
    font-weight: 600;
    font-size: 22px;
}

.active .single-photography .photography-icon {
    background-color: #64BE43;
    color: #dddddd;
}

.active .single-photography h2 {
    color: #64BE43;
}

.discover-area .battn:hover {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #64be43;
}


/*=====================
8. Blog Area
=====================*/

.price-header img,
.single-blog img {
    width: 100%;
}

.single-blog .blog-photo {
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
    z-index: 2;
}

.single-blog .blog-photo img,
.single-price .price-header img {
    z-index: -1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.single-blog:hover .blog-photo img,
.single-price:hover .price-header img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.single-blog .blog-photo:before {
    position: absolute;
    content: "";
    width: 120px;
    height: 240px;
    background-color: #fff;
    text-align: ;
    bottom: -100px;
    right: -10px;
    opacity: 0.8;
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 1;
}

.single-blog:hover .blog-photo:before {
    background-color: #64BE43;
}

.single-blog .blog-photo .blog-date {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    padding: 0 20px 20px 0;
}

.single-blog .blog-date h3 {
    color: #464646;
    font-weight: 700;
    margin: 0;
}

.single-blog:hover .blog-date h3 {
    color: #ffffff;
}

.single-blog .blog-date h3 span {
    display: block;
}

.single-blog h2 {
    color: #64BE43;
}

.single-blog .tags a {
    color: #464646;
    margin-right: 15px;
}

.single-blog .tags a:hover {
    color: #64BE43;
}

.single-blog .tags a i.fa {
    margin-right: 5px;
}

.single-blog .tags {
    margin-bottom: 20px;
}


/*==========================
9. Offer Area
===========================*/

.offer-area {
    padding-bottom: 160px;
}

.offer-area {
    padding-bottom: 160px;
}

.offer-text {
    margin-top: 40px;
}

.offer-text h2 {
    font-size: 50px;
    font-weight: 700;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.offer-text h4 {
    background-color: #ffffff;
    display: inline-block;
    color: #64BE43;
    padding: 5px 20px;
    font-weight: 700;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.offer-text p {
    -webkit-animation-delay: 0.3;
    animation-delay: 0.3;
}

.offer-image {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.offer-area .carousel-indicators {
    bottom: -54px;
}


/*==================
 9. Price-area
==================*/

.price-header {
    position: relative;
    overflow: hidden;
}

.price-plan {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1;
    color: #64BE43;
}

.price-plan:before {
    content: "";
    position: ;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.5;
    z-index: -1;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.single-price:hover .price-plan:before {
    opacity: 0.6;
    background-color: #64BE43;
}

.single-price:hover .price-rate {
    border-color: #ffffff;
}

.single-price:hover .price-plan {
    color: #ffffff;
}

.price-title h3 {
    font-weight: 600;
    font-size: 35px;
    text-transform: uppercase;
	text-shadow: 2px 2px 4px #050404;
}

.price-rate {
    border-left: 1px solid #64BE43;
    margin-left: 15px;
    padding-left: 15px;
}

.price-rate h3 {
    font-weight: 700;
    font-size: 32px;
	text-shadow: 2px 2px 4px #050404;
}

.price-rate h5 {
    font-size: 19px;
    font-weight: 700;
}

.price-body ul {
    text-align: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.price-body ul li:before {
    content: "\f00c";
    font-family: fontawesome;
    margin-right: 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.price-body ul li:hover:before {
    color: #64BE43;
}

.price-body ul li {
    margin: 15px 0;
}

.price-body {
    border: 1px solid #dddddd;
    padding: 15px 0;
}

.price-footer {
    background-color: #dddddd;
    text-align: center;
    padding: 10px 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.price-battn {
    background-color: #ffffff;
    padding: 4px 20px;
    border-radius: 100px;
    display: inline-block;
    color: #464646;
    font-weight: 600;
    font-family: 'Dosis', sans-serif;
}

.price-battn:hover {
    color: #64BE43;
}

.price-battn i.fa {
    margin-left: 5px;
}

.single-price:hover .price-footer {
    background-color: #64BE43;
}


/*====================
10. Client-area
======================*/

.client-area .section-bg {
    background-image: url(images/client-bg.jpg);
}

.client-area .section-bg:after {
    background-color: #000;
}

.client-area .carousel-indicators li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 50%;
    display: block;
    height: 100px;
    margin: 0;
    overflow: hidden;
    padding: 5px;
    text-indent: 0;
    transition: all 0.3s ease 0s;
    width: 100px;
}

.client-area .carousel-indicators {
    position: static;
}

.client-area img {
    border-radius: 50%;
}

.client-area .carousel-indicators li.active {
    border: 1px solid #ffffff;
}

.client-photo {
    width: 250px;
    height: 250px;
    margin: auto;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 10px;
    margin-bottom: 20px;
}

.single-client {
    color: #ffffff;
}

.single-client h4 {
    margin-bottom: 8px;
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
}

.single-client h5 {
    font-family: 'Open Sans', sans-serif;
}

.client-text {
    width: 70%;
    margin: auto;
    font-family: 'Dosis', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
}

.client-text p::before {
    content: "\f10d";
    font-family: fontawesome;
    font-size: 30px;
    margin-right: 10px;
}

.client-area .client-carousel-control:hover {
    opacity: 1;
}

.client-slide-control {
    position: absolute;
    display: inline-block;
    top: 100px;
    width: 350px;
    left: 0;
    right: 0;
    margin: auto;
}

.client-slide-control .client-carousel-control {
    color: #fff;
    font-size: 50px;
    float: left;
    opacity: 0.6;
}

.client-slide-control .client-carousel-control.right {
    float: right;
}

.client-slide-control .client-carousel-control:hover {
    opacity: 1;
}


/*====================
Contact Area
====================*/

.contact-area .section-bg {
    background-image: url("images/contact-bg.jpg");
}

.contact-area .section-bg::after {
    background-color: #000;
}

.contact-area .page-title {
    color: #ffffff;
}

.contact-area input.form-control {
    height: 45px;
}

.contact-area .battn {
    background-color: #ffffff;
    border: medium none;
    color: #64be43;
    min-width: 200px;
}

.contact-area .battn:hover {
    color: #ffffff;
    background-color: #64BE43;
}

.contact-area input,
.contact-area textarea {
    margin-bottom: 15px;
    border: 1px solid #ffffff;
}

.contact-area input#form-name,
.contact-area input#form-email {
    float: left;
    width: 49%;
}

.contact-area input#form-name {
    margin-right: 2%;
}


/*====================
11. Footer-area
=====================*/

.footer-logo {
    margin-bottom: 20px;
}

.single-footer .contact-details {
    margin-top: 20px;
}

.single-footer .contact-details p {
    color: #64BE43;
}

.single-footer .contact-details a {
    margin-left: 10px;
}

.single-footer a {
    color: #464646;
}

.single-footer h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 30px;
}

.single-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.news-list li {
    padding-left: 60px;
    position: relative;
    min-height: 50px;
    margin-bottom: 15px;
}

.news-list li .news-list-photo {
    position: absolute;
    left: 0;
    top: 0;
}

.footer-area .open-hour li {
    margin-bottom: 10px;
    border-bottom: 1px dashed;
    padding-bottom: 10px;
}

.footer-area .open-hour li span {
    float: right;
}

#maps {
    height: 450px;
    width: 100%;
    align-items: center;
}

.text-left {
    text-align: left;
}

.social-menu.circle a {
    border: 1px solid #64BE43;
    border-radius: 50%;
    color: #64BE43;
    height: 40px;
    line-height: 2.3;
    margin-right: 5px;
    width: 40px;
}

.social-menu.circle a:last-child {
    margin-right: 0;
}

.social-menu.circle a:hover {
    color: #ffffff;
    background-color: #64BE43;
}

.subs-title {
    font-family: 'Open Sans', sans-serif;
}

.subs-title h2 {
    color: #64BE43;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-size: 26px;
    margin-bottom: 0;
}
.subs-title h3 {
    color: #64BE43;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 0;
}

.subs-form form {
    width: 100%;
    height: 60px;
    background-color: #ddd;
    border-radius: 100px;
    padding: 0 0 0 20px;
    position: relative
}

.subs-form form input {
    background: none;
    border: none;
    padding: 16px;
    width: 71%;
    float: left;
    margin-top: 2px;
}

.subs-form form button {
    height: 100%;
    cursor: pointer;
    background-color: #64BE43;
    border: none;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 0 100px 100px 0;
    width: 25%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    right: 0;
    top: 0;
}

.subs-form form button:hover {
    background-color: #6f9d2f;
}

.subs-form form span {
    float: left;
    width: 4%;
    margin: 17px 0 0 0;
}

.footer-bottom {
    background-color: #5d0460;
    color: #fff;
    padding: 20px 0;
}

.copyright p {
    margin-bottom: 0;
}

.copyright {
    padding: 8px 0;
}

.copyright a {
    color: #64BE43;
}

label.mt20.error {
    position: absolute;
    bottom: -30px;
    left: 0;
}

label.mt20.valid {
    margin-top: 17px;
}

#scrollUp {
    background-color: #64BE43;
    border: 1px solid #64BE43;
    border-radius: 2px;
    bottom: 30px;
    color: #fff;
    height: 40px;
    left: 30px;
    text-align: center;
    line-height: 2.3;
    width: 40px;
}

#scrollUp:hover {
    background: #fff;
    color: #64BE43;
}
.equipe {
    font-family: 'Dosis', sans-serif;
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 2px 2px 4px #050404;
}


/*===============================
Inicio do botao whats
================================*/
html, body {
  height: 100%;
}
.wrap {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.button {
  min-width: 300px;
  min-height: 60px;
  display: inline-flex;
  font-family: 'Nunito', sans-serif;
  font-size: 22px;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1.3px;
  font-weight: 700;
  color: #313133;
  background: #25d366;
/* background: linear-gradient(90deg, rgba(129,230,217,1) 0%, rgba(79,209,197,1) 100%); */
  border: none;
  border-radius: 1000px;
  box-shadow: 12px 12px 24px rgba(79,209,197,.64);
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
  outline: none;
  position: relative;
  padding: 10px;
  }

.button:before {
content: '';
  border-radius: 1000px;
  min-width: calc(300px + 12px);
  min-height: calc(60px + 12px);
  border: 6px solid #00FFCB;
  box-shadow: 0 0 60px rgba(0,255,203,.64);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all .3s ease-in-out 0s;
}

.button:hover, 
.button:focus {
  color: #313133;
  transform: translateY(-6px);
}

.button:hover::before, 
.button:focus::before {
  opacity: 1;
  animation: ring 1.5s infinite;
}

.button::after {
  content: '';
  width: 30px; height: 30px;
  border-radius: 100%;
  border: 6px solid #00FFCB;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: ring 1.5s infinite;
}

.button:hover::after, 
.button:focus::after {
  animation: none;
  display: none;
}

@keyframes ring {
  0% {
    width: 30px;
    height: 30px;
    opacity: 1;
  }
  100% {
    width: 300px;
    height: 300px;
    opacity: 0;
  }
}

 
 /*====================
Artigos
====================*/

.containerartigo {
   display: flex;
   align-items: center; /* Alinha o texto verticalmente ao centro da imagem */
   gap: 25px; /* Espaço entre a imagem e o texto */
   padding: 20px;
   background-color: #ededed;
   }
   
.containerartigoazul {
   display: flex;
   align-items: center; /* Alinha o texto verticalmente ao centro da imagem */
   gap: 25px; /* Espaço entre a imagem e o texto */
   padding: 35px;
   background-color: #c8ddf2;
   }
   
.containerartigo img {
   max-width: 300px; /* Define a largura máxima da imagem */
   height: auto;
   border-radius: 10px; /* Bordas arredondadas, opcional */
   -webkit-box-shadow: 9px 7px 5px rgba(50, 50, 50, 0.57);
		-moz-box-shadow:    9px 7px 5px rgba(50, 50, 50, 0.57);
		box-shadow:         9px 7px 5px rgba(50, 50, 50, 0.57);
   }
   
 .containerartigoazul img {
   max-width: 300px; /* Define a largura máxima da imagem */
   height: auto;
   border-radius: 10px; /* Bordas arredondadas, opcional */
   -webkit-box-shadow: 9px 7px 5px rgba(50, 50, 50, 0.57);
		-moz-box-shadow:    9px 7px 5px rgba(50, 50, 50, 0.57);
		box-shadow:         9px 7px 5px rgba(50, 50, 50, 0.57);
   }  
   
   
.text-content {
   max-width: 100%; /* Limita a largura do texto */
   }
   
   @media (max-width: 768px) {
.containerartigoazul {
   flex-direction: column; /* Empilha a imagem e o texto em telas menores */
   text-align: center;
    }
   
   @media (max-width: 768px) {
.containerartigo {
   flex-direction: column; /* Empilha a imagem e o texto em telas menores */
   text-align: center;
   padding: 25px;
    }
        }
        .topicosartigo {
            background-color: #ccc;
    border-bottom: 3px solid #5d0460;
    border-top: 3px solid #5d0460;

   }
     }
        .fundocinzaartigo {
    border-bottom: 1px solid #5d0460;

   }


   /*=============
   FAQ RESPONSIVE
   ========*/
   .accordian {
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
    padding: 15px 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
    border-radius: 8px;
}
.contentfaq {
  width: 85%;
  padding: 0;
  margin: 0 auto;
}   
.centerplease {
  margin: 0 auto;
  max-width: 470px;
  font-size: 40px;
}

/*Question*/
.question {
  position: relative;
  background-color: #c8ddf2;
  border-radius: 8px;
  margin: 0;
  padding: 10px 10px 10px 50px;
  display: block;
  width:100%;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
/*Answer*/
.answers {
  padding: 0px 15px;
  margin: 5px 0;
  width:100%!important;
  height: 0;
  overflow: hidden;
  z-index: -1;
  position: relative;
  opacity: 0;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  background-color: #ededed;
}

.questions:checked ~ .answers{
  height: auto;
  opacity: 1;
  padding: 15px;
  
}

/*FAQ Toggle*/
.plus {
  position: absolute;
  margin-left: 10px;
  z-index: 5;
  font-size: 2em;
  line-height: 100%;
  -webkit-user-select: none;    
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;

}

.questions:checked ~ .plus {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);

}

.questions {
  display: none;
  
}

 
 
/*===============================
Inicio do blog geral
================================*/
body{margin-top:20px;}

.section {
    padding: 100px 0;
    position: relative;
}
.gray-bg {
    background-color: #ebf4fa;
}
/* Blog 
---------------------*/
.blog-grid {
  margin-top: 15px;
  margin-bottom: 25px;
}
.blog-grid .blog-img {
  position: relativ-e;
  border-radius: 5px;
  box-shadow: 9px 7px 5px rgba(50, 50, 50, 0.57);
  overflow: hidden;
}
.blog-grid .blog-img .date {
  position: absolute;
  background: #3a3973;
  color: #ffffff;
  padding: 8px 15px;
  left: 0;
  top: 10px;
  font-size: 14px;
}
.blog-grid .blog-info {
  border-radius: 5px;
  background: #e8e5e5;
  padding: 20px;
  margin: -30px 20px 0;
  position: relative;
}
.blog-grid .blog-info h5 {
  font-size: 22px;
  font-weight: 500;
  margin: 0 0 10px;
}
.blog-grid .blog-info h5 a {
  color: #3a3973;
}
.blog-grid .blog-info p {
  margin: 0;
}
.blog-grid .blog-info .btn-bar {
  margin-top: 20px;
}

.px-btn-arrow {
    padding: 0 50px 0 0;
    line-height: 20px;
    position: relative;
    display: inline-block;
    color: #fe4f6c;
    -moz-transition: ease all 0.3s;
    -o-transition: ease all 0.3s;
    -webkit-transition: ease all 0.3s;
    transition: ease all 0.3s;
}


.px-btn-arrow .arrow {
    width: 13px;
    height: 2px;
    background: currentColor;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 25px;
    -moz-transition: ease right 0.3s;
    -o-transition: ease right 0.3s;
    -webkit-transition: ease right 0.3s;
    transition: ease right 0.3s;
}

.px-btn-arrow .arrow:after {
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    content: "";
    position: absolute;
    top: -3px;
    right: 0;
    display: inline-block;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}




/*====================
Início Menu Pequeno horizontal
====================*/

.menuhorizontal{
margin: 0;
padding: 0;
width: auto;
height: 30px;
}

/*definições gerais do menu*/

.menuhorizontal ul{
list-style: none;
}

/*retirar o estilo das listas*/

.menuhorizontal li{
display: inline;
/*float: left;*/
padding:0px;
margin: 0;
width: 350px;
border-left: #666666 thin solid;
}

/*formatar a lista. Definir o tamanho do botão, o seu posicionamento e display: inline por ser um menu horzontal*/

.menuhorizontal a{
/*display: block;*/
text-decoration: none;
padding: 6px;
background-color: #3a3973;;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
}

/* formatação da âncora e área clicável*/

.menuhorizontal :hover{
background-color: #EEEEEE;
text-decoration: none;
color: #FFFFFF;
}

/*formatação do estado :hover*/

.menuhorizontal li.btnesquerdo{
border: none;}

/*====================
Final Menu Pequeno horizontal
====================*/



/* bot천es azuis de categorias do blog
---------------------*/


.filter-btn:hover {
  background-color: #0056b3;
}

.article-button {
 /* margin: 10px 0;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  */
  display: block;
}

.article.show {
  display: block; /* Mostrar quando a categoria corresponder */
}





.filter-btn {
  margin: 5px; /* Reduz a margem para se ajustar melhor em telas menores */
  padding: 10px 15px; /* Ajusta o tamanho do botão */
  background-color: #007bff;
  color: white;
  border: none;
  cursor: pointer;
  font-size: 1.5rem; /* Ajusta o tamanho da fonte para ser proporcional */
  display: inline-block;
  text-align: center;
  width: auto; /* Permite que os botões ajustem a largura conforme o conteúdo */
}


#category-buttons {
  display: flex;
  flex-wrap: wrap; /* Permite que os botões ocupem várias linhas se necessário */
  justify-content: center; /* Centraliza os botões */
 /* gap: 5px;  Espaçamento consistente entre os botões */
  margin-bottom: 10px;
}

/* Regras de mídia para telas menores */
@media (max-width: 768px) {
  .filter-btn {
    padding: 8px 10px; /* Reduz o tamanho dos botões */
    font-size: 1.2rem; /* Ajusta o tamanho da fonte */
    width: 30%; /* Botões ocupam toda a largura em telas pequenas */
  }

  #category-buttons {
    gap: 5px; /* Reduz o espaçamento entre os botões */
  }
}
