/* Add here all your CSS customizations */
@font-face {
    font-family: Roboto;
    src: url(fonts/roboto/Roboto-Light.woff);
}
.subseguimentos :hover{
    color: #f8f8f8;
}

#container_menu{
	display:none;
}

.name-seguimentos{
    cursor: pointer;
}

.custom-produtos{
	font-size: 17px;
	margin-top: 30px;
}

.testimonial-style-4 blockquote p{
	font-style: italic;
}

.btn-custom-header{
	color: #fff;
}



.card {
  background: #FFF9C4;
  border-radius: 6px;
  display: inline-block;
  margin: 1rem;
  position: relative;
  width: 100%;
  margin-top: 10px;
}
.icon-card{
	text-align:center;
	float:left;
}

.card:hover{
	cursor: pointer;
	background-color: #FFF59D;
}

.card:active{
	cursor: pointer;
	background-color: #8dbdd7;
}

.card-1 {
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.card-1:hover {
  
}

.title-card{
	color: #151414;
	font-family: Roboto, sans-serif;
	font-size: 25px;
	font-weight: 300;
	padding-top:10px;
	position: relative;
	top: 20px;
	margin-left: 10px;
}

.text-card{
	color: #151414;
	font-family: Roboto, sans-serif;
	font-size: 12px;
	font-weight: 300;
	margin-top: 30px;
	line-height: 1.6;
	margin-left: 10px;
}


.btn-custom-table{
	postion:relative;
	top: -10px;
}
.row .card-col{
	width: 47%;
	float: left;
	margin-right: 10px;
}

.icon-featured{
}

.icon-image{
	margin-top: 9px;
	width: 87px;
}

.btn-custom{
    background-color: #3f51b5;
    color: #fff;
}

.name-seguimentos{
    cursor: pointer;
}

.custom-produtos{
	font-size: 17px;
	margin-top: 30px;
}

.testimonial-style-4 blockquote p{
	font-style: italic;
}
.cadastro{
	margin: 0 auto;
	padding-top: 120px;
	z-index: 3000;
}

.img-feactures{
    width: 250px;
}
.col-feacture{
    text-align: center;
    padding-left: 23%;
}

.col-feacture-reight{
    text-align: center;
    padding-left: 3%;
}

.list-feactures li button{
    float: left;
    cursor: default;
}

.box-feacture{
    float: left;
    width: 90%;
    margin-left: 5px;
}

.list-feactures{
    list-style:none !important;
    margin-top: 20px;
    padding-bottom: 100px;
}


#contato-whatsapp{
    width: 54px;
    height: 54px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 10px;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
    border-radius: 35px;
    z-index: 999;  
    background-image: linear-gradient(to bottom right, #7b9977, #2FB844);
    font-family: 'Roboto Condensed', Helvetica, Times New Roman, sans-serif;
    font-size: 13px;
    font-weight: bold;
    box-shadow: 0 0 0 0 #2FB844;
    border-radius: 50%;
    background-size:cover;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}

#contato-whatsapp a, #contato-whatsapp a:hover, #contato-whatsapp a:visited{    
    color: #FFF;
}

#contato-whatsapp .col-xs-7, #contato-whatsapp .col-xs-5{                                 
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}
#contato-whatsapp:hover 
{
  -webkit-animation: none;-moz-animation: none;-ms-animation: none;animation: none;
}

@-webkit-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(0, 153, 0, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(0, 153, 0, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(0, 153, 0, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 45px rgba(0, 153, 0, 0);}}