@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;800&family=Roboto:wght@100;300;400;500;700;900&display=swap');

body {
    background: transparent;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

h1 {
    color: #286090;
    position: relative;
    font-size: 1.5rem;
}

h2 {
    color: #286090;
    position: relative;
    font-size: 1.5rem;
    padding-bottom: 20px;
}

a {
    color: #286090;
}

small a:link{
    text-decoration: none;
}
.container2 {
    width: 90%;
    max-width: 1280px;
    margin: auto;
}

.head {
    display: inline-block;
    vertical-align: top;
}

.logo {

}

.name {
    padding-left: 50px;
    padding-top: 10px;
    float: left;
}

.menu {
    background-color: #286090;
    background-image: linear-gradient(to bottom, #72a7d4, #286090);
    background-repeat: repeat-x;
    border-color: #828586 #747575 #145e7a;
    min-height: 25px;
    margin: 0;
}

.mlink {
    color: #ffffff;
    font-weight: bold;
    font-size: 0.9em;
    margin: 20px;
    text-decoration: none;
}

.copy {
    font-size: 12px;
    font-weight: bold;
    color: #5e5e5e;
}

.text {
    margin-left: 5%;
    margin-right: 5%;
}

.zag {
    color: #286090;
    font-size: 1em;
    font-weight: bold;
    margin-left: 10%;
}

.block {
    display: inline-block;
    vertical-align: top;
    padding: 10px;
}

.smlink {
    padding-left: 10px;
}

.dropdown-menu {
    min-width: 12rem;
}

.footer-clean {
    padding: 15px 0;
    background-color: #fff;
    color: #4b4c4d;
}

.footer-clean h3 {
    margin-top: 0;
    margin-bottom: 12px;
    font-weight: bold;
    font-size: 16px;
}

.footer-clean ul {
    padding: 0;
    list-style: none;
    line-height: 1.6;
    font-size: 14px;
    margin-bottom: 0;
}

.footer-clean ul a {
    color: inherit;
    text-decoration: none;
    opacity: 0.8;
}

.footer-clean ul a:hover {
    opacity: 1;
}

.footer-clean .item.social {
    text-align: right;
}

@media (max-width: 767px) {
    .footer-clean .item {
        text-align: center;
        padding-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .footer-clean .item.social {
        text-align: center;
    }
}

.footer-clean .item.social > a {
    font-size: 24px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #ccc;
    margin-left: 10px;
    margin-top: 22px;
    color: inherit;
    opacity: 0.75;
}

.footer-clean .item.social > a:hover {
    opacity: 0.9;
}

@media (max-width: 991px) {
    .footer-clean .item.social > a {
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .footer-clean .item.social > a {
        margin-top: 10px;
    }
}

.footer-clean .copyright {
    margin-top: 14px;
    margin-bottom: 0;
    font-size: 13px;
    opacity: 0.6;
}

.ion-social-facebook {
    position: relative;
}

.serviceBox {
    background: #fff;
    text-align: center;
    padding: 20px 0 40px;
    position: relative;
}

.serviceBox:hover {
    background: #01AED9;
}

.serviceBox .service-icon {
    width: 100px;
    height: 100px;
    line-height: 95px;
    border-radius: 50%;
    border: 3px solid #b3b3b3;
    font-size: 50px;
    color: #b3b3b3;
    margin: 0 auto;
    transition: all 0.5s ease-in-out;
}

.serviceBox .service-icon i {
    position: relative;
}

.serviceBox:hover .service-icon {
    transform: rotateY(360deg);
    color: #fff;
    border-color: #fff;
    background: #01AED9;
}

.serviceBox .service-content h3 a {
    font-size: 22px;
    color: #333;
}

.serviceBox .service-content p {
    font-size: 14px;
    padding: 0 20px;
    margin: 15px 0 30px;
    color: #333;
}

.serviceBox:hover h3 a,
.serviceBox:hover p {
    color: #fff;
}

.serviceBox .btn {
    background: #4acab4;
    color: #fff;
    padding: 10px 35px;
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
}

.serviceBox:hover .btn {
    background: #333;
    color: #fff;
}

@media screen and (max-width: 990px) {
    .serviceBox {
        margin-bottom: 20px;
        padding: 20px 0;
    }
}

.modal-dialog {
    max-width: 85%;
}

.generateqr {
    border: 20px solid #30A5B7;
    width: 800px;
    height: 800px;
    padding: 5px;
}

@page {
    size: A4;
    margin: 0;
}

@media print {
    html, body {
        width: 210mm;
        height: 297mm;
    }
}

.page-link {
    color: #286090;
}

.list-group-item.active {
    background: #01AED9;
    border-color: #01AED9;
}

.info_bar {
    padding: 5px 0 0 0;
}

.app-download {
    display: flex;
    justify-content: space-around;
    align-items: center;
    direction: rtl;
    background-color: #dc1e4d;
    top: 0;
    position: fixed;
    flex-direction: column;
    z-index: 100;
    left: 2rem;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    box-shadow: 1px 2px 14px 5px #00000070;
    padding: 1rem;
}
:focus {
    outline: none;
}

label {
    margin-top: .5rem;
    margin-bottom: .5rem;
    color: #fff;
    cursor: pointer;

}
#first-title {
    font-size: 1rem;
}

#second-title {
    font-size: .8rem;
}

.fa-mobile-phone {
    color: #fff;
    font-size: 2.5rem;
    width: 45px;
    height: 45px;
    display: flex;
    border: 2px dotted #fff;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: .5rem 0;
    cursor: pointer;
}

.close-download-app {
    color: #fff;
    margin-top: .5rem;
    font-size: .7rem;
    cursor: pointer;
}

.bounce {
    animation: bounce 0.5s;
    animation-direction: alternate;
    animation-timing-function: cubic-bezier(.5, 0.05, 1, .5);
    animation-iteration-count: infinite;
    -webkit-animation-name: bounce;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-direction: alternate;
    -webkit-animation-timing-function: cubic-bezier(.5, 0.05, 1, .5);
    -webkit-animation-iteration-count: infinite;
}

@keyframes bounce {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        transform: translate3d(0, 3px, 0);
    }
}

@-webkit-keyframes bounce {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        -webkit-transform: translate3d(0, 3px, 0);
        transform: translate3d(0, 3px, 0);
    }
}

.photo-gallery {
    color: #313437;
    background-color: #fff;
}

.photo-gallery p {
    color: #7d8285;
}

.photo-gallery h2 {
    font-weight: bold;
    margin-bottom: 40px;
    padding-top: 40px;
    color: inherit;
}

@media (max-width: 767px) {
    .photo-gallery h2 {
        margin-bottom: 25px;
        padding-top: 25px;
        font-size: 24px;
    }
}

.photo-gallery .intro {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto 40px;
}

.photo-gallery .intro p {
    margin-bottom: 0;
}

.photo-gallery .photos {
    padding-bottom: 20px;
}

.photo-gallery .item {
    padding-bottom: 30px;
}

.btn-text {
    text-align: left;
    color: #286090;
    font-weight: 400;
    background-color: transparent;
    border-color: transparent;
}

.btn-text:active {
    color: #1c7430;
}

.footer-link {
    font-size: small;
}

.job {
    border: 1px double #adb5bd;
    border-radius: 3px;
    max-width: 550px;
    margin: 15px;
}

.small_logo {
    max-width: 50px;
    margin: 5px;
}

.jobtop {
    font-weight: bold;
}

.top_vacc {
    padding-left: 10px;
    font-size: large;
}

.jobfoto {
    border-top: 1px solid #adb5bd;
    border-bottom: 1px solid #adb5bd;
    justify-content: center;
}

.jobinfo {
    margin: 20px;
}
.list_indicii{
    padding-bottom: 10px;
}
.nav-item{
    font-size: 14px;
}
.abonamente{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 20px;
}
.abonamente_item{
    font-size: 18px;
    max-width: 250px;
    padding: 15px;
    text-align: center;
    border: 2px solid #1d5879;
    border-radius: 30px;
    color: #1d5879;
    margin-bottom: 10px;
    box-shadow: 5px 10px 8px #717171;
}
.abonamente_price{
    margin: 20px 10px 20px 10px;
    font-size: 48px;
}
.news_title{
    padding-left: 25px;
}
.news_small_info{
    font-size: 10px;
    color: #6c757d;
}

.page_title{
    margin-left: 25px;
    font-size: 1rem;
}