@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap');

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #9370DB;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #BA55D3;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #FF00FF;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.pointer {
    cursor: pointer !important;
}

.bg-color-marrom {
    background-color: brown !important;
}

.btn.bg-color-marrom:hover {
    background-color: brown !important;
    ;
    opacity: 0.9;
}

.bg-color-yellow {
    background-color: #ffc107 !important;
    ;
}

.btn.bg-color-yellow:hover {
    opacity: 0.9;
    background-color: #ffc107 !important;
    ;
}

.bg-footer {
    background-color: #d4c4a8;
}

.nav-link {
    color: #eeeeee !important;
}

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #9b191d;
    color: #eeeeee;
    width: 40px;
    height: 40px;
    right: 5px;
    bottom: 1px;
    padding-top: 2px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    box-shadow: rgba(34, 34, 34, 1) 2px 2px;
}

.scroll-top-wrapper:hover {
    background-color: #9b191d;
    color: #eeeeee;
    box-shadow: rgba(34, 34, 34, .7) 2px 2px 2px 2px;
}

.scroll-top-wrapper.show {
    visibility: visible;
    cursor: pointer;
    opacity: 1.0;
}

.scroll-top-wrapper i.fa {
    line-height: inherit;
}

.sidelang a {
    position: absolute;
    /* Position them relative to the browser window */
    right: -100px;
    /* Position them outside of the screen */
    transition: 0.3s;
    /* Add transition on hover */
    width: 132px;
    /* Set a specific width */
    text-decoration: none;
    /* Remove underline */
    font-size: 18px;
    /* Increase font size */
    color: white !important;
    /* White text color */
    border-radius: 5px 0 0 5px;
    /* Rounded corners on the top right and bottom right side */
    text-align: left !important;
}

.sidelang a:hover {
    right: 0;
    /* On mouse-over, make the elements appear as they should */
}

.sideitemlang {
    height: 40px;
    position: relative;
    padding-top: 5px;
    padding-left: 5px;
    background-color: #d4c4a8;
}

.pt-br {
    top: calc(50vh);
}

.en {
    top: calc(55vh);
}

.es {
    top: calc(60vh);
}

.img-zoom {
    border: 1px solid var(--yellow);
    /* yellow border */
    border-radius: 4px;
    /* Rounded border */
    padding: 5px;
    /* Some padding */
    max-width: 150px;
    /* Set a small width */
    z-index: 1000 !important;
    /*Set order to front*/
    cursor: -moz-zoom-in;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.img-zoom:hover {
    transform: scale(3);
    box-shadow: 0 0 2px 1px var(--marrom);
    z-index: 1000 !important;
    /*Set order to front*/
}

footer a[href^="https"] {
    color: var(--yellow) !important;
    text-decoration: none !important;

}

footer a,
footer a:link {
    color: #E64135 !important;
    text-decoration: none !important;
    ;
}

a[href^="mailto:"] {
    color: var(--marrom) !important;
    text-decoration: none !important;
    ;

}

.circle {
    background-color: var(--yellow);
    border-radius: 50%;
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: relative;
    border: solid white 6px;
}

.circle img {
    position: absolute;
    bottom: 0;
    height: 100%;
    border: none !important;
}

.circle:hover {
    transform: scale(1.2);
    box-shadow: 0 0 2px 1px var(--marrom);
    z-index: 1000 !important;
    /*Set order to front*/
}

a,
a:link a:hover {
    color: var(--marrom)
}

.disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.6;
}

.g-recaptcha {
    display: inline-block;
}

.p-featured {
    font-family: 'Open Sans', sans-serif;
    font-weight: 900;
}

.w-10 {
    width: 10% !important;
}

.w-12-5 {
    width: 12.5% !important;
}

.w-15 {
    width: 15% !important;
}

.cursor-move {
    cursor: move;
}

.pointer {
    cursor: pointer;
}

.captcha {
    font-family: "Kaushan Script", serif;
    font-weight: 400;
    font-size: 30px;
    font-style: normal;
}

.text-darkred {
    color: #8B0000 !important
}

.dt-buttons {
    margin-bottom: 10px !important;
}