
:root {
    --main-bg-color-100: rgba(111,132,113, 1);
    --main-bg-color-80: rgba(111,132,113, .8);
    --main-bg-color-60: rgba(111,132,113, .6);
    --main-bg-color-20: rgba(111,132,113, .2);
}



html, body {
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

.font-2{
    font-family: "Open Sans", sans-serif;
}

.font-3{
    font-family: "Roboto", sans-serif;
}

p{
    margin: 0;
    padding: 0;
}

.swal2-html-container{
    color: white !important;
}

.swal2-popup {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
    supported by Chrome, Edge, Opera and Firefox */
    background-color: rgba(0,0,0,0);
}

.swal2-html-container{
    text-align: center;
}

.btn_site{
    
}

.btn_site_o{
    
}


.content_loader {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    z-index: 100;
    display: none; 
}

.loader {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #4C4DC3;
    border-bottom: 16px solid #4C4DC3;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    align-self: center; 
}

.loader_centro {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    white-space: nowrap;
    vertical-align: middle;
    align-self: center; 
}

.loader_centro p {
    color: white;
    font-size: 20px;
    align-self: center; 
}

@media (max-width: 650px) {
    

}


header .navbar-nav .active{

    /*border-bottom: 3px solid #BCA66C;*/
    font-weight: bold;

}