@font-face {
    font-family: 'Poppins';
    src: url('fonts/poppins.ttf');
    }

    @font-face {
    font-family: 'Aviano';
    src: url('fonts/aviano.otf');
    }



    h1,h2,h3,h4{
        font-family: 'Aviano';
    }

    *{
        font-family: 'Poppins';
    }

    #promotional {
        background: linear-gradient(rgba(0, 0, 0, 0.7) 100%, rgba(0, 0, 0, 0.4)100%), url(images/Vista-calle-01-L.webp);
        background-size: cover;
        background-position: center;
    }

    .gradient-bg {
        background: rgb(0, 0, 0);
        background: linear-gradient(360deg, rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0) 50%);
    }

    /* gallery */
    @import url('https://fonts.googleapis.com/css?family=Muli&display=swap');

    .panel {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height: 80vh;
        /* border-radius: 50px; */
        color: #fff;
        cursor: pointer;
        flex: 0.5;
        margin: 10px;
        position: relative;
        -webkit-transition: all 700ms ease-in;
    }

    .panel h3 {
        text-shadow: rgb(0, 0, 0) 1px 0 10px;
        font-size: 24px;
        position: absolute;
        bottom: 20px;
        left: 20px;
        margin: 0;
        opacity: 0;
    }

    .panel.active {
        flex: 5;
    }

    .panel.active h3 {
        opacity: 1;
        transition: opacity 0.3s ease-in 0.4s;
    }

    @media (max-width: 480px) {
        .container {
            width: 100vw;
        }

        .panel {
            height: 60vh;
        }

        .panel h3 {
            font-size: 10px;
        }

        .panel:nth-of-type(4),
        .panel:nth-of-type(5) {
            display: none;
        }
    }

    .swiper-pagination-bullet{
        width: auto;
        height: auto;
        background: #04251d;
        color: white;
        border-radius: 4px;
        padding: 2px 10px;
        opacity: .8;
        margin-bottom: 5px !important;
        font-size: 20px;
        font-weight: bold ;


    }
    .swiper-pagination-bullet-active{
        opacity: 1;
    }

    @media screen and (max-width:668px) {
        .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
            bottom: -60px;
        }
        .swiper{
            overflow-y: visible !important;
        }
        .mySwiper img{
            height: 220px;
            object-fit: contain;
        }
    }
