/* Insira aqui os estilos extras do site */
.widget-footer-actions {
    display: none;
}

.sprite {
    background-image: url(https://conversaopratica.com.br/paula-martins/wp-content/uploads/2019/03/icons.png);
    background-repeat: no-repeat;
    display: block;
}

.sprite-Objeto-Inteligente-de-Vetor {
    width: 38px;
    height: 38px;
    background-position: -3px -3px;
}

.sprite-Objeto-Inteligente-de-Vetor-1 {
    width: 35px;
    height: 40px;
    background-position: -47px -3px;
}

.sprite-Objeto-Inteligente-de-Vetor-2 {
    width: 32px;
    height: 42px;
    background-position: -88px -3px;
}

.sprite-Objeto-Inteligente-de-Vetor-3 {
    width: 31px;
    height: 31px;
    background-position: -126px -3px;
}

.text-small{
	color: #999;
	font-size: 13px;
	
}

.box-form > div{
	max-width: 600px;
	margin: 0 auto;
	margin-left: auto!important;
margin-right: auto!important;
		background: #FFF;
	padding: 2rem 3rem;
	box-shadow: rgba(0,0,0,0.4) 0 0 20px;
	border-radius: 10px;
}

input:focus, select:focus, textarea:focus {
    border-color: #f2baa7;
    box-shadow: none;
    outline: none;
}
input, select, textarea {
    border: solid 2px #ddd;
    padding: 10px 5px;
    font-size: 16px;
    transition: all 0.5s;
	  border-radius: 0;
	width: 100%;
}

input, select {
    border-width: 0 0 2px 0;
}

[type=submit]{
	width: 100%;
	display: block;
	border: 0;
	padding: 15px 20px;
	text-transform: uppercase;
	font-size: 16px;
	background: linear-gradient(to right, #6f594f, #eda990, #6f594f);
    transition: all 0.5s;
    line-height: 1;
    letter-spacing: 0.2em;
    font-family: 'Lato', sans-serif;
	color: #FFF;
	border-radius: 5px;
}

[type=submit]:hover{
	background: #eda990;
}

.form-group{
	margin-bottom: 15px;
}

.button-primary .elementor-button {
    font-size: 14px;
    background: linear-gradient(to right, #6f594f, #eda990, #6f594f);
    transition: all 0.5s;
    line-height: 1;
    letter-spacing: 0.2em;
    font-family: 'Lato', sans-serif;
    padding: 15px 20px;
	color: #FFF;
}

.button-primary .elementor-button:hover {
    background: #6f594f
}

.menu-touch ul {
    display: flex!important;
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start!important;
    touch-action: manipulation;
}

.menu-touch ul li {
    white-space: nowrap;
	    margin: 0 5px;
}
.menu-touch li a {
    background: #f0af99;
    color: #FFF!important;
    border-radius: 50px;
    padding: 10px 20px!important;
	transition: all 0.5s;
}

.menu-touch li a:hover{
	background: #6f594f;
}

#menu-mobile ul {
    margin: 0;
    list-style: none;
}
#menu-mobile {
    background: rgba(237, 169, 144, 0.92);
}

#menu-mobile .overlay__body {
    min-height: 100%;
    padding-top: 60px;
}

.overlay.full.active .button-close i {
    font-size: 40px;
}
.overlay.full.active .button-close {
    display: block;
    transform: none;
}

.overlay .menu li {
    margin-bottom: 20px;
}

.overlay .menu a {
    color: #FFF;
    font-size: 18px;
    letter-spacing: 0.2em;
    margin-bottom: 10px;
    display: block;
    text-transform: uppercase;
}

.overlay.full.active .button-close {
    display: block!important;
}