/*
 Theme Name:     Divi Child
 Theme URI:      https://flaviofaustino.com/
 Description:    Flávio Faustino Child Theme
 Author:       	 Flávio Faustino
 Author URI:     https://flaviofaustino.com/
 Template:       Divi
 Version:        1.0.0
*/


/* =Theme customization starts here
------------------------------------------------------- */
li.btn-contratar {
	background-color: #3FB08C;
	padding: 8px 15px;
    height: 55px;
    margin-top: 33px !important;
    border-radius: 5px;
    cursor: pointer;
    filter: drop-shadow(0 4px 4px rgba(0,0,0,.25));
}
li.btn-contratar:hover {
	background-color: #22936d;
	opacity: 1;	
}

li.btn-contratar a:hover {	
	opacity: 1;	
}

ul#menu-menu-nav li.btn-contratar a {
	padding-top: 20px !important;
    color: #fff !important;   
}

div.titulo-preco {
	padding: 50px 0 15px 0;
}

div.bg-preco {
	background-color: #3FD2A3;
    padding: 20px;
    text-align: center;
	color: #fff;
}

div.itens-preco {
	padding-left: 30px;
    margin: 60px 0;
}

div.btn-preco {
	display: flex;
    justify-content: center;
    padding-bottom: 50px;
}

button.btn-contrate {
	color: #FFFFFF!important;
    border-width: 0px!important;
    border-radius: 5px;
    font-size: 1.5rem;
    background-color: #3fb08c;
	padding: 10px 30px;
    font-weight: 600;
	cursor:	pointer;
}
button.btn-contrate:hover {
	background-color: #22936d;
}

button.btn-saiba-mais {
	color: #FFFFFF!important;
    border-width: 0px!important;
    border-radius: 5px;
    font-size: 1.5rem;
    background-color: #3fb08c;
	padding: 10px 60px;
    font-weight: 600;
	cursor:	pointer;
	margin-top: 30px;
}
button.btn-saiba-mais:hover {
	background-color: #22936d;
}

@media (max-width:768px) {
	li.btn-contratar {	
    	margin-top: 8px !important;    
	}
	li.btn-contratar.et_pb_menu_page_id-31.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-31 a {	
    	color: #fff !important;    
	}
}


