html {
    scroll-behavior: auto !important;
}

body {
    font-family: 'Ubuntu';
    font-weight: 300;
    color: #4fafb8;
    font-size: 18px;
}

h1, h2, h3, h4, h5, h6 {
    
}

h1 {
    margin-bottom: 1em;
}

h2 {
    margin-bottom: 1em;
}

header { 
    background: url('../img/banner.jpg') no-repeat center center;
    background-size: cover;
    border-radius: 15px;
    min-height: 500px;
} 

footer {
    background: #4fafb8;
    color: #c5e5e8;
}

footer h3 {
    margin-bottom: 1em;
}

footer svg {
    fill: #c5e5e8;
}

footer a {
    color: #c5e5e8;
}

#copyright {
    background: #4fafb8;
    color: #c5e5e8;
    padding-top: .5em;
    padding-bottom: .5em;
}

#copyright a {
    color: #c5e5e8;
}

a {
    text-decoration: none;
}

.icon-usp {
    width: 128px;
    height: 128px;
    max-height: 128px;
}

ul {
    list-style: none;
    padding: 0;
}

#badge {
    padding-top: 2em;
    padding-bottom: 1em;
    text-align: center;
}

#badge img {
    width: 768px;
    height: auto;
}

.box {
    transition: all .3s;
    cursor: pointer;
    min-height: 190px;
}

.box h2,
.box p {
    margin: 0;
}

.box svg {
    fill: #3c4362;
}

.box:hover {
    transition: all .3s;
    background: #3c4362;
    color: #fff;
}

.box:hover svg {
    fill: #fff;
}

.bg-blue2 {
    background: #c5e5e8;
}

.btn {
    border: 0;
}

.btn-primary {
    background: #4fafb8;
}

.btn-primary:hover {
    background: #c5e5e8;
}

.border {
    border: solid #c5e5e8 1px;
    border-radius: 7px;
}

.icon-svg {
    position: relative;
    top: -3px;
}

.swiper-button-next, .swiper-button-prev {
    color: #fff;
}

.bg-light {
    background: #4fafb8 !important;
    color: #fff;
}

.img-gallery {
    background-position: top center;
    background-size: cover !important;
    height: 300px;
    border: solid white 5px;
}

.img-presse {
    background-position: top center;
    background-size: 100% !important;
    height: 300px;
    border: solid white 5px;
}

.back-to-top {
    background: #c5e5e8aa;
    color: #4fafb8;
    position: fixed;
    bottom: 10px;
    right: 10px;
    padding: 1em 1.25em 1em 1.25em;
    border-radius: 7px;
    z-index: 100;
    transition: all .2s;
}

.back-to-top:hover {
    background: #c5e5e8ff;
    transition: all .2s;
}