.wpcf7-list-item-label {
    color: #3f3f3f !important;
}

.texto-seotado h1{
    padding-top: 0px;
		font-size: 20px;
    color: #3e3e3e;
    text-align: left;
    font-family: Roboto Slab;
    font-weight: 700;
    font-style: normal;
}

.texto-seotado h2{
    padding-top: 0px;
		font-size: 15px;
    color: #3e3e3e;
    text-align: left;
    font-family: Roboto Slab;
    font-weight: 700;
    font-style: normal;
    margin-top: 29px;
}

.texto-seotado{
	padding-top: 40px;
		padding-left: 40px;
		padding-right: 40px;
		padding-bottom: 40px;
		font-family: Raleway;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 20px;
    text-transform: none;
    color: #3f3f3f;
}

.acordeon-seo {
    margin: 10px 0;
}

.acordeon-seo-titulo {
    background-color: white;
    color: #444;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    text-align: center;
    border: none;
    outline: none;
    font-size: 15px;
}


.acordeon-seo-contenido {
    padding: 0 15px;
    background-color: white;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
    max-height: 0px; /* Inicialmente cerrado */
    border: solid 1px #e8e8e8;
}




@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  .vc_non_responsive .vc_row .vc_col-sm-3 {
				width: 100% !important;
	}
		.texto-seotado{
			padding-top:20px;
				padding-left:20px;
				padding-right: 20px;
				padding-bottom:20px;
				
		}
		.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
    	margin-bottom: 10px !important;
		}
}

.theme-icon-wp-menu {
    min-width: 13px !important;
}

.p-title {
    font-weight: bold !important;
    font-size: 15px !important;
}