body { font-family: 'Open Sans', Helvetica, Arial, sans-serif; font-weight: 300; }

.fS300 { font-weight: 300; }
.fS400 { font-weight: 400; }
.fS700 { font-weight: 700; }

.head-bar, .navbar-light {
    background-color: #ffffff;
}

.firstLogo { width: 120px; }

.navbar-light .navbar-toggler {
    border: none;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(32, 152, 204);
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgb(255, 85, 0);
}

.navbar-collapse {
    background-color: transparent;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    z-index: 9999;
}

.mainColor { color: #2098cc; }

.characteristics .icon { font-size: 36px; color: #2098cc; }
.grayBar { background-color: #f0f0f0; }
.pinkBar { background-color: #2098cc; }
.pinkBarG { background: linear-gradient(45deg, #000000 0%,#2098cc 80%); }
.pinkBarC { background-color: #2098cc; }
.fWhite { color: #ffffff; }
.br-10 { border-radius: 5px; }
.iconContact { font-size: 36px; }
.btn-lg.btn-fill {
    background-color: #ffffff;
    color: #2098cc;
    border: none;
}
.footBar {
    background-color: #101010;
}
li.nav-item {
    text-align: center;
}
.navbar-toggler i { font-size: 36px; color: #2098cc; }

.alert-success {
    color: #ffffff;
    background-color: #ab1984;
    border-color: #ab1984;
}
.hide { display: none; }

.partners img { width: 100%; }

.slideContainer { margin-top: 0px; color: #ffffff; text-shadow: 4px 4px 3px #000000b0; }
.carousel-caption span { font-size: 56px; line-height: 56px; font-weight: 700; }
.carousel-caption p { font-size: 25px; line-height: 25px; font-weight: 700; }


@media (max-width: 960px){
    .carousel-caption span { font-size: 32px; line-height: 32px; }
    .carousel-caption p { font-size: 18px; line-height: 18px; }
}

@media (max-width: 580px){
    .carousel-caption span { font-size: 25px; line-height: 22px; }
    .carousel-caption p { font-size: 12px; line-height: 12px; }
    .carousel-caption { bottom: 0px; padding-bottom: 0px; }
}

@media (max-width: 490px){
    .navbar-light { }
    .slideContainer { margin-top: 0px; }
    .carousel-caption span { font-size: 16px; line-height: 14px; }
    .h2, h2 { font-size: 1.1rem; }
    .h3, h3 { font-size: 1rem; }
    .h4, h4 { font-size: 1rem; }
    .h5, h5 { font-size: 0.8rem; }
    body { font-size: 0.8rem; }
    .btn-group-lg>.btn, .btn-lg { font-size: 1rem; }
    .mt-3, .my-3 { margin-top: 0.6rem!important; }
    .firstLogo { width: 100px; }
    .navbar-toggler i { font-size: 28px; }
    .navbar-toggler { padding-right: 0px; }
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #fe4800;
    color: white;
    cursor: pointer;
    border-radius: 100%;
    font-size: 30px;
    text-align: center;
    width: 50px;
    height: 50px;
    box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.75);
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}