@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Inria+Sans:wght@400;700&display=swap');

html {
    scroll-behavior: smooth;
}

body {
    background-color: #235b72;
    font-family: barlow Condensed, serif;
}

.inria-sans-regular {
  font-family: "Barlow Condensed", serif;
  font-weight: 400;
  font-style: normal;
}

.inria-sans-bold {
  font-family: "Barlow Condensed", serif;
  font-weight: 700;
  font-style: normal;
}


.header-logo {
    width: 200px;
}

.header-logo-mobile {
    width: 50px;
}

.btn-color {
    background-color: #235b72;
}

.btn-color:hover {
    opacity: 0.6;
}

.banner-bg-img {
    background-image: url('../images/bg.png');
}

.snowflake {
    position: absolute;
    width: 10px;
    height: 10px;
    background: linear-gradient(white, white);
    /* Workaround for Chromium's selective color inversion */
    border-radius: 50%;
    filter: drop-shadow(0 0 10px white);
}

.section-title {
    color: #235b72;
}

.section-text{
    color: #235b72;
}

.teste {
    background-color: rgb(187,238,244);
    border-radius: 0;
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    padding: 16px;
}

/* rgb 35 91 114 */

@media (min-width: 768px) {
    .teste-banner {
        top: 25%;
    }
}

@media (min-width: 840px) {
    .teste-banner {
        top: 35%;
    }
}

@media (min-width: 900px) {
    .teste-banner {
        top: 38%;
    }
}

@media (min-width: 1000px) {
    .teste-banner {
        top: 43%;
    }
}

@media (min-width: 1130px) {
    .teste-banner {
        top: 45%;
    }
}

@media (min-width: 1200px) {
    .teste-banner {
        top: 48%;
    }
}

@media (min-width: 1280px) {
    .teste-banner {
        top: 50%;
    }
}
    