@font-face {
    font-family: 'helveticaneuemedium';
    src: url('./fonts/helveticaneue_medium-webfont.woff2') format('woff2'),
         url('./fonts/helveticaneue_medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'helveticaneuebold';
    src: url('./fonts/helvetica_neu_bold-webfont.woff2') format('woff2'),
         url('./fonts/helvetica_neu_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.form-contact textarea {
    height: 100px;
}

.btn,
.wpcf7-submit,
input.btn {
    border: none !important;
    border-radius: 30px !important;
    padding: 0.7rem 3rem !important;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.4);
}

.btn:hover,
.wpcf7-submit:hover {
    filter: brightness(0.95);
}

.quit-hover:hover {
    background: inherit;
}

body {
    font-family:'helveticaneuemedium', sans-serif !important;
}

.font-secondary {
    font-family: 'helveticaneuebold', sans-serif !important;
}

.link-light {
    font-size: 16px !important;
}

.logo {
    max-width: 150px !important;
}

.section {
    padding: 3.5rem 0 !important;
}

.wpcf7-submit {
    padding: 0.6rem 3rem !important;
    border-radius: 50px !important;
    font-size: 20px;
    font-family: 'helveticaneuebold', sans-serif !important;
    width: 100% !important;
    height: 70px;
}

.c-container {
    /* background-color: #d00b3f; */
    /* border: solid #212529 1px; */
    border-radius: 10px;
    width: 100%;
    padding: 0 30px;
}

.c-gracias-title {
    font-weight: 900 !important;
    font-size: 45px !important;
}

.c-gracias__figure {
    width: 100%;
    max-width: 300px;
    text-align: center;
    margin: 0 auto;
}

.c-gracias-subtitle {
    font-weight: 500 !important;
}

.c-gracias-text {
    font-weight: 300 !important;
}

.c-gracias__list, ul {
    color: white;
    list-style: none;
}

.c-gracias__list li {
    margin-bottom: 1rem;
}

.c-fs {
    font-size: 21px;
}

.c-fs a {
    text-decoration: underline !important;
}

.c-decoration-none {
    text-decoration: none !important;
}

.slider-testimony-container {
    position: relative !important;
    width: 100% !important;
}

.card-testimony img {
    position: relative !important;
    width: 100% !important;
    /* height: none !important; */
    height: 100% !important;
    object-fit: contain !important;
    top: 0 !important;
}

.card-testimony {
    height: 194px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 0 !important;
    margin-top: 0 !important;
}

.slider-testimony-container .swiper-container {
    padding-bottom: 40px;
}

.swiper-testimonial-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: -20px;
}

.swiper-testimonial-left {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 30px;
    margin: auto;
    height: 40px;
    width: 40px;
    z-index: 100;
    padding: 0 !important;
    /* opacity: 0; */
}

.swiper-testimonial-right {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 30px;
    margin: auto;
    height: 40px;
    width: 40px;
    z-index: 100;
    padding: 0 !important;
    /* opacity: 0; */
}

.swiper-pagination-bullet-active {
    filter: sepia(1);
}

.country-name {
    color: #000 !important;
}

.section-form {
    padding-top: 1.5rem !important;
}

.c-cert-text {
    text-align: justify;
}

.card-testimony {
    padding: 1rem 2rem !important;
}

.card-testimony img {
    height: auto !important;
    max-height: 100% !important;
}

.wpcf7-form .col-12 {
    margin-top: 15px !important;
}

.form-contact input, .form-contact textarea {
    /* padding: 0.3rem 1rem !important; */
}

.card-feature__icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.wpcf7-not-valid-tip {
    color: #fff !important;
}

@media (min-width: 1024px) {
    .logo {
        max-width: 180px !important;
    }

    .c-container { 
        padding: 30px;
    }

    .c-gracias-title {
        font-size: 50px !important;
    }

    .c-gracias-subtitle {
        font-size: 40px !important;
    }

    .c-gracias-text {
        font-size: 21px !important;
        max-width: 950px;
        margin: 0 auto;
    }

    .c-gracias__list li {
        font-size: 21px !important;
    }

    .section-form {
        padding-top: 3.5rem !important;
    }

    .btn {
        font-size: 20px !important;
    }

    .c-cert-text {
        text-align: start
    }

    .card-testimony {
        padding: 1rem !important;
    }

    .wpcf7-form .col-12 {
        margin-top: 1.5rem !important;
    }
}