﻿.banner-main {
    transform: translate(75%, -25%);
}

.banner-text {
    margin: 0;
    text-align: left;
    width: 100%;
    color: #0093BE;
    font-size: 16px;
    font-family: "Heebo", sans-serif;
    font-weight: 400;
}

.golden-text {
    color: #fbb040;
}

.ver-mas-btn-block {
    text-align: center;
    font-family: "Heebo", sans-serif;
    display: flex;
    align-items: center;
}

    .ver-mas-btn-block a:hover {
        -webkit-box-shadow: 0px 3px 15px rgb(0 0 0 / 20%);
        box-shadow: 0px 3px 15px rgb(0 0 0 / 20%);
        text-decoration: none;
    }

    .ver-mas-btn-block a {
        background-color: rgba(0, 147, 190, 0.42);
        text-transform: uppercase;
        color: #ffffff;
        font-size: 10px;
        padding: 10px 30px;
        text-decoration: none;
        -webkit-transition: all ease-out 0.3s;
        transition: all ease-out 0.3s;
    }

.banner-icon-button {
    display: flex;
    justify-content: space-between;
    padding: 25px 0;
}

.banner-icon {
    width: 60px;
    max-width: 16vw;
    padding-right: 12px;
    max-height: 48px;
}

.banner-multi-icon img {
    display: inline-block;
}

.banner-all-icons {
    display: flex;
    padding: 25px 0;
}

.slide-overlay {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(26, 73, 95, 0.9);
}

.header .slick-dots {
    bottom: 54px !important;
}

.header__title {
    font-size: 60px !important;
}

.navigation__search {
    visibility: hidden;
}

@media (min-width: 1400px) {
    .banner-main {
        transform: translate(90%, -35%);
    }

    .banner-text {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .banner-main {
        transform: translate(0%, -10%);
    }

    .header__title {
        font-size: 32px !important;
    }
}