.descripcion-category-landing{
	    max-width: 600px;
    background: rgba(0, 0, 0, 0.1803921568627451);
    margin: 5px;
    padding: 5px;
    margin-left: 0;
}

.descripcion-category-landing  .form-group{display:none;}

.btn-call-lead{
    padding: 20px;
    background: #32c5f0;
    border-radius: 5px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    color: #d1f5ff;
    width: 100%;
    display: block;
    transition: 0.3s all;
}
.btn-call-lead:hover{
     color: #d1f5ff;
      background: #e4c235;
}


.box-form-lead{
	    padding: 10px;
    background: white;
    margin-bottom: 50px;
    border-radius: 5px;
    width: 100%;
    margin-top: -100px;
    box-shadow: 0 0 40px #b1b1b1;
}
.wpcf7-form .wpcf7-submit{
	width: 100% !important;
}
.widget-area .search_tour {
    background: #dadada !important;
}

.wpcf7-form .wpcf7-submit {
    font-family: Doppio One, Helvetica, Arial, sans-serif;
    background: #f3d03e;
    box-shadow: 0 2px 0 0 rgb(64, 105, 0);
    color: #375a00 !important;
    border-radius: 4px;
    transition: 0.3s all;
}
.wpcf7-form .wpcf7-submit:hover {
    font-family: Doppio One, Helvetica, Arial, sans-serif;
    background: #e4c235;
    box-shadow: 0 2px 0 0 rgb(64, 105, 0);
    color: #375a00 !important;
    border-radius: 4px;
}

@media (max-width: 992px) {
 .box-form-lead{ margin-top: 0px !important;}
}


