/* promotion sitio */

@font-face {
    font-family: 'P22MackinacPro-Bold';
    src: url('/assets/site/fonts/P22MackinacPro-Bold_16.otf') format('opentype');
    font-weight: bold;
}

@font-face {
    font-family: 'P22MackinacPro-Book';
    src: url('/assets/site/fonts/P22MackinacPro-Book_25.otf') format('opentype');
    font-weight: normal;
}

@font-face {
    font-family: 'P22MackinacPro-Medium';
    src: url('/assets/site/fonts/P22MackinacPro-Medium_26.otf') format('opentype');
    font-weight: normal;
}

@font-face {
    font-family: 'MyriadPro-Regular';
    src: url('/assets/site/fonts/MyriadPro-Regular.otf') format('opentype');
    font-weight: normal;
}

body {
    background-image: url('/assets/site/img/2.svg');
    background-color: #fff;
    background-size: 100%;

}


h1, button, th {
    font-family: 'P22MackinacPro-Bold', sans-serif !important;
}

label, select {
    font-family: 'P22MackinacPro-Medium', sans-serif;
}

input::placeholder, {
    font-family: 'P22MackinacPro-Book', sans-serif;
}

p , li, td{
    font-family: 'P22MackinacPro-Book', sans-serif;
}

strong {
    font-family: 'P22MackinacPro-Bold', sans-serif;
}


span.text-header-per {
    align-self: center;
    font-size: 60px;
    color: #fff;
}

span.text-header-per2 {
    align-self: center;
    font-size: 24px;
    color: #fff;
}

.background-white {
    background-color: #fff;
}

.background-gray {
    background-color: #E9ECEF;
}

.form-message.error {
    color: #fff;
    background-color: #D00A2B;
    border-color: red;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: .25rem;
}

.form-message.success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: .25rem;
}

.padding-top-100 {
    padding-top: 150px !important;
}


.pb-18 {
    padding-bottom: 18rem !important;
}

/* .background-sticker {
    background: url(../img/background-2-new.jpeg), url(../img/background.jpeg);
    background-repeat: no-repeat, no-repeat;
    background-size: 20%;
    background-position: 95% top,
                         5% top;
    padding-top: 70px;
} */

@media (min-width: 768px) and (max-width: 991px) {
    span.text-header-per {
        font-size: 45px;
    }

    span.text-header-per h2 {
        font-size: 19px;
    }

    li.width-responsive {
        width: 75%;
    }

    img.width-image {
        width: 50%;
    }

}

@media (max-width: 767px){
    span.text-header-per {
        font-size: 30px;
    }

    span.text-header-per2 {
        font-size: 18px;
        font-weight: 400 !important;
    }

    li.width-responsive {
        width: 75%;
    }

    img.width-image {
        width: 50%;
    }
}

@media (max-width: 575px) {
    .mobile-responsive {
        display: flex;
        justify-content: center;
        margin-bottom: 1.5rem;
    }
    span.text-header-per {
        font-size: 28px;
    }

    span.text-header-per2 {
        font-weight: 400 !important;
        font-size: 15px;
    }

    li.width-responsive {
        width: 100%;
        text-align: center;
    }

    img.width-image {
        width: 50%;
    }

    .background-sticker {
        background-size: 27%;
        padding-top: 110px;
    }

}

@media (max-width: 360px) {
    span.text-header-per {
        font-size: 16px;
    }
    li.width-responsive {
        width: 100%;
    }
}