.central h2 {
    color: #333;
    font-size: 45px;
    font-weight: 700;
}

.central svg {
    position: absolute;
    top: 0;
    right: 0;
}

.central .box-central {
    height: 237px;
    background: #F7C200;
    width: 100%;
    padding: 20px;
    clip-path: polygon(85% 0, 100% 18%, 100% 60%, 100% 100%, 0 100%, 0% 60%, 0 0);
}

.central .box-central img {
    width: 81px;
    height: 81px;
}

.central .box-central h3 {
    color: #333;
    font-size: 16px;
    font-weight: 700;
}

.central .box-central span {
    color: #333;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
}

/* FORMS */
.forms {
    background-color: #333;
    padding: 40px 0;
    clip-path: polygon(0 0, 87% 0, 100% 19%, 100% 100%, 0 100%, 0% 50%);
}

.forms h4 {
    color: #FFF;
    font-size: 40px;
    font-weight: 500;
}

.forms span {
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.8px;
}

.forms .btns-form li .btn {
    border: 2px solid #F7C200;
    width: 100%;
    padding: 15px;
    margin-top: 15px;
    color: #FCBC00;
    font-size: 20px;
    font-weight: 500;
    transition: 300ms all ease-in-out;
}

.forms .btns-form li .btn:hover,
.forms .btns-form li .btn.active {
    color: #333;
    background-color: #F7C200;
}

.forms .btns-form li .btn:hover>svg path,
.forms .btns-form li .btn.active svg path {
    fill: #333;
}

.forms .formularios {
    display: none;
}

.forms .formularios.active {
    display: block;
}

.forms .form-control {
    height: 70px;
}

.forms textarea.form-control {
    height: 275px;
}

.forms label {
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
}

.forms .border1 {
    background-color: #FCBC00;
    clip-path: polygon(0 0, 96% 0, 100% 21%, 100% 100%, 3% 100%, 0 80%);
    width: 234px;
}

.forms input[type="submit"] {
    clip-path: polygon(0 0, 96% 0, 100% 21%, 100% 100%, 3% 100%, 0 80%);
    width: 100%;
    background: transparent;
    height: 50px;
    background: #fff;
    border: none;
    color: #333;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    transition: 300ms all ease-in-out;
}

.forms input[type="submit"]:hover {
    background-color: #FCBC00;
    color: #333;
}

/* MAPS */
.maps .box-links {
    background-color: #FCBC00;
    clip-path: polygon(0 0, 96% 0, 100% 21%, 100% 100%, 3% 100%, 0 100%);
    padding: 20px;
}

.maps .loc h4 {
    color: #333;
    font-size: 28px;
    font-weight: 600;
    margin: 0;
}

.maps .loc span {
    color: #000;
    font-size: 14px;
    font-weight: 400;
}

.maps .links-maps .maps .content-mapslink,
.maps .links-maps .waze .content-wazelink {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 194px !important;
    height: 100%;
}

.maps .links-maps .maps .content-mapslink p,
.maps .links-maps .waze .content-wazelink p {
    margin: 0 0 0 10px;
    font-size: 16px;
    font-weight: 600;
    line-height: 18.77px;
    color: #fff;
}

.maps iframe {
    width: 100% !important;
    height: 429px !important;
}

.maps svg.d-none {
    position: absolute;
    bottom: 0;
    left: 0;
}

@media (max-width: 765px) {
    .forms {
        clip-path: unset;
    }

    .central .box-central span {
        font-size: 17px;
    }

    .forms h4 {
        font-size: 36px;
    }

    .central h2 {
        font-size: 39px;
    }
}


/*  */

.forms .tab {
    float: left;   
    width: 100%;
    height: 300px;
}

/* Style the buttons inside the tab */
.forms .tab button {
    border: 2px solid #F7C200;
    width: 100%;
    padding: 15px;
    margin-top: 15px;
    color: #FCBC00;
    font-size: 20px;
    font-weight: 500;
    transition: 300ms allease-in-out;
    border-radius: 8px;
    background-color: transparent;
}

/* Change background color of buttons on hover */
.forms .tab button:hover {
    color: #333;
    background-color: #F7C200;
}

/* Create an active/current "tab button" class */
.forms .tab button.active {
    color: #333;
    background-color: #F7C200;
}

/* Style the tab content */
.forms .tabcontent {
    padding: 0px 12px;
    width: 100%;
}
