.colstitle__items {
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
}
.colstitle__txt {
    text-align: justify;
}
.colstitle__txt * {
    margin-top: 0;
}
/*  */
.cont {
    overflow-x: clip;
    position: relative;
}
.cont>svg {
    position: absolute;
    left: 8vw;
    top: 2%;
    opacity: .02;
    width: 26%;
    height: auto;
    z-index: 1;
}
.cont__items {
    padding-top: 40px;
}
.cont__item {
    font-size: 1.2rem;
    line-height: 150%;
    font-weight: 600;
}
.cont__item:not(:first-child) {
    margin-top: 40px;
}
.cont__title {
    display: block;
    font-weight: 200;
    margin-bottom: 4px;
}
.cont__item div * {
    margin: 0;
}

.cont__form {
    padding: 40px 60px 60px 60px;
    position: relative;
}
.cont__form:before {
    content: '';
    background-color: var(--color-second);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 150%;
}

.cf form>p {
    margin: 0;
}
.cf input:not([type='file']):not([type='submit']):not([type='checkbox']),
.cf textarea {
    font-size: 1rem;
    width: 100%;
    color: #000;
    padding: 10px 20px;
    border: 1px solid rgba(0,0,0, .7);
    font-weight: 400;
    margin-top: 20px;
    font-weight: 200;
    resize: none;
    background-color: transparent;
    border-radius: 0;
    transition: .3s;
}
.cf input:not([type='file']):not([type='submit']):not([type='checkbox'])::placeholder,
.cf textarea::placeholder {
    font-family: var(--font-main);
    color: #000;
    font-weight: 200;
}
.cf input:not([type='file']):not([type='submit']):not([type='checkbox']):focus,
.cf textarea:focus {
    border-color: #000;
}

.cf .wpcf7-acceptance .wpcf7-list-item {
    margin: 30px auto 0 auto;
    max-width: 100%;
    display: block;
    line-height: 140%;
    color: rgba(0,0,0, .3);
    font-weight: 300;
}
.cf .wpcf7-acceptance .wpcf7-list-item * {
    font-size: 13px !important;
}
.cf .wpcf7-acceptance .wpcf7-list-item a {
    font-weight: 400;
    text-decoration: underline;
}
.cf .wpcf7-acceptance label {
    padding-left: 35px !important;
    position: relative;
    display: block;
}
.cf .wpcf7-acceptance label:before {
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    left: 0;
    border-radius: 0%;
    top: 0;
    border: 1px solid #D7D7D7;
    background-color: #fff;
}
.cf .wpcf7-acceptance label.active:before {
    border-color: transparent;
}
.cf .wpcf7-acceptance label.active:after {
    content: '';
    width: 20px;
    height: 20px;
    border: 1px solid #D7D7D7;
    border-radius: 0%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../assets/check.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
}
.cf input[type="checkbox"] {
    position: absolute;
    visibility: hidden;
    z-index: -1;
}
.cf .wpcf7-not-valid-tip {
    font-size: 12px;
    font-weight: 500;
    text-align: right;
    margin-bottom: -20px;
}
.cf .wpcf7 form.invalid .wpcf7-response-output, .cf .wpcf7 form.unaccepted .wpcf7-response-output, .cf .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: var(--color-main);
    font-size: 14px;
    line-height: 130%;
    text-align: center;
    margin-top: 10px !important;
}
.cf .wpcf7 form.sent .wpcf7-response-output {
    border-color: var(--txt-color);
    font-size: 14px;
    line-height: 130%;
    text-align: center;
    margin-top: 10px !important;
}
.cf .cbtn {
    display: block;
    margin-left: auto;
    margin-top: 10px;
}


.cf .rcaptcha a {
    font-size: 12px;
    line-height: 100%;
    font-weight: 300;
}
.cf .rcaptcha {
    font-size: 12px;
    line-height: 120%;
    font-weight: 300;
    display: block;
    width: 100%;
}
.grecaptcha-badge {
    z-index: -9;
    visibility: hidden;
    opacity: 0;
}

/*  */
.iconsborder__item {
    padding: 0 60px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 40px;
}
.iconsborder__img {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.iconsborder__img figure {
    max-width: 90%;
    height: 140px;
    padding: 15px 20px;
    width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(0,0,0, .7);
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
}
.iconsborder__img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.iconsborder__txt {
    display: block;
    text-align: justify;
    border-bottom: 1px solid #000;
    padding-bottom: 15px;
    flex: 1;
}
/*  */
.mapbox {
    padding: 0 !important;
}
.mapbox__item {
    width: 100%;
    padding-top: 10px;
}
.mapbox__item iframe {
    width: 100%;
    aspect-ratio: 16/7;
    height: auto;
    max-width: 100%;
}



@media(max-width: 1440px) {

}

@media(max-width: 1280px) {
    .iconsborder__item {
        padding: 0 20px;
    }
}
@media(max-width: 992px) {
    /*  */
    .cont>svg {
        left: initial;
        right: 2vw;
    }
    .cont__items {
        padding-top: 0;
    }
    .cont__item {
        font-size: 1rem;
        line-height: 140%;
    }
    .cont__item:not(:first-child) {
        margin-top: 20px;
    }
    .cont__form {
        margin-top: 30px;
        padding: 20px;
    }
    .cont__form .section-custom {
        margin-bottom: 10px;
    }

    /*  */
    .iconsborder__img figure {
        height: 100px;
    }
}
@media(max-width: 767px) {
 
    /*  */


    /*  */
    .iconsborder__item:first-child {
        margin-top: 0 !important;
    }
    .iconsborder__item {
        align-items: center;
        text-align: center;
    }
    .iconsborder__txt {
        text-align: center;
    }
    /*  */
    .mapbox__item {
        padding-top: 0;
    }
    .mapbox__item iframe {
        aspect-ratio: 16/9;
    }
}
@media(max-width: 500px) {
   
    /*  */
    .iconsborder__img figure {
        height: 80px;
        width: 200px;
    }
}