body {
    font-family: rooney-sans, sans-serif;
    font-size: 14px; 
}

a { text-decoration: none !important; }
.center { text-align: center; }
.big { font-size: 1.4em; }
.vbig { font-size: 2.2em; }
.blue { color: #00A2FF; }
.dblue {color: #0087D6; }
a.blue { text-decoration: none; }
.white { color: #fff; }

.mrg-m100 {
    margin-top: -100px;
}
.bg-blue {
    background-image: url('images/bg_blue_wave_sm.png');
    background-repeat: no-repeat;
    background-position: bottom;
    
    margin-top: 150px;
    padding-bottom: 40px;
}
.bg-blue-grad {
    background-image: url('images/bg_blue_grad.svg');
    background-repeat: no-repeat;
    background-position: top;    
    background-size: cover;
    color: #fff;
}
.bg-grey {
    background-color: #FBFBFB;
}
.header-bar {
    background-color: #61B5FF;
    color: #fff;
    padding: 10px;
    font-size: 0.9em;
}

.footer-bar {
    background-color: #0087D6;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 0.9em;
}

.content-box {
    background-image: url('images/bg_fala_sm.png');
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: top;
}

.box-white-head {
    border-radius: 50px;
    min-height: 100px;
    background-color: #fff;
    color: #0087D6;
    font-size: 3em;
    width: 100%;
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
}
.box-white-head .big {
    font-size: 1.5em;
    font-weight: bold;
}
.white-head {
    color: #fff;
    text-align: center;
    font-size: 2.5em;
}
.box-blue-head {
    border-radius: 30px;
    border: 1px solid #fff;
    min-height: 60px;
    background-color: #0087D6;
    color: #fff;
    font-size: 2.5em;
    width: 100%;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}
.krs-copy {
    cursor: pointer;
}

.white-box-shadow {
    background-color: #fff;
    box-shadow: 0px 0px 28px #0000001A;
    border-radius: 15px;
    padding: 20px;
}
.box-white-blue {
    background-color: #fff;
    border-radius: 15px;
    padding: 20px;
    border: 2px solid #0087D6;
    text-align: center;
    color: #0087D6;
    font-weight: bold;
    font-size: 2.0em;
}
.button-blue {
    background-color: #0087D6;
    border-radius: 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.2em;
    padding: 10px;
}

.button-darkblue {
    background-color: #00488F;
    border-radius: 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.2em;
    padding: 10px;
    text-decoration: none;
}

.gallery-item .gallery-description {
    background-color: #0087D6;
    color: #fff;
    text-align: center;
    margin-top: -16px;
    width: 85%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-bottom: 5px;
}


@keyframes head-slider {
    0% {margin-left: 0px; }
    50% {margin-left: -1080px; }
    100% {margin-left: 0px; }
  }

@keyframes gallery-slider {
    0% {margin-left: 0px; }
    50% {margin-left: -1450px; }
    100% {margin-left: 0px; }
}
@media(max-width: 1440px)
{
    
}
@media(max-width: 992px)
{
    .gallery-list {
        width: 1640px !important;
        animation-name: gallery-slider;
        animation-duration: 40s;
        animation-iteration-count: infinite;
    }
    .image-slider-head {
        width: 1440px !important;
        animation-name: head-slider;
        animation-duration: 20s;
        animation-iteration-count: infinite;
    }
    .mrg-m100 {
        margin-top: 10px;
    }
    .bg-blue {
        background-size: cover;
        background-position-y: 300px;
    }
}
@media(max-width: 768px)
{
    .box-white-head {
        font-size: 2em;
        border-radius: 30px;
        min-height: 60px;
    }
    .white-head {
        font-size: 1.8em;
    }

    .box-blue-head {
        font-size: 1.8em;
        border-radius: 20px;
        min-height: 40px;
    }
}
@media(max-width: 420px)
{
    .bg-blue {
        background-position-y: 400px;
    }
}

.cookie-bar {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #fbfbfb;
	font-size: 11px;
}

.cookie-bar p {
	margin-bottom: 0.5rem;
}

.cookie-bar .cookie-side {
    display: flex;
    justify-content: center;
    align-items: center;
}

