.top-menu {
    background-color: #1d355e;
    color: #fff !important;
}

.pull-right {
    float: right !important;
}

.topMenuPadding {
    padding: 0.5rem 1rem 0.5rem 1rem;
    font-size: 20px;
    letter-spacing: 1px;
    margin-right: 30px;
}

.topMenuPadding:hover {
    background-color: #1e2735 !important;
}

.container-main-top {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 35px;
}

.icon-search3 {
    background-color: #ef402a;
    color: #fff;
    /* padding: 8px; */
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 23px;
    padding-left: 8px;
    margin-top: -10px;
}

#slider {
    /* margin-top: -2% !important; */
    /* margin-bottom: 10% !important; */
}

.primary-color {
    color: #1d355e !important;
}

.box-content-dec {
    background-color: #ef402a !important;
    height: 46px;
    position: absolute;
    /* bottom: 6px; */
    left: 0px;
    z-index: 21;
    top: 1;
    width: 25px;
}

.primary-font {
    font-family: 'Helvetica-Compressed' !important;
}

.primary-font2 {
    font-family: 'Helvetica-Condensed';
}

.primary-font3 {
    font-family: 'Lora-Regular';
}

.responsive tr td {
    font-size: 20px !important;
}

.bg-color-ateca {
    background-color: #1d355e !important;
}

.stories-bg-color {
    background-color: #f5f6f7 !important;
}

.stories-img {
    width: 100%;
    /* height: 100px; */
    border-radius: 50%;
    ;
}

.round-container {
    width: 100px;
    height: 100px;
    border-radius: 50px;
}

.number-text {
    margin-top: -13px !important;
    padding-top: -14px;
    z-index: 2;
    font-size: 40px;
}

.happening-p {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}

.live-feed-image {
    margin-bottom: 20px;
    max-width: 350px;
    margin-left: -10px;
    overflow: hidden;
}

.instagram-container {
    width: 300px;
    height: 200px;
    margin-bottom: 3%;
    overflow: hidden;
}

.footer-col {
    border-right: 1px solid #ef402a;
    ;
}

@keyframes shadow-pulse {
    0% {
        box-shadow: 0 0 0 0px rgba(239, 64, 42, 0.2);
    }
    100% {
        box-shadow: 0 0 0 35px rgba(239, 64, 42, 0);
    }
}

@keyframes shadow-pulse-big {
    0% {
        box-shadow: 0 0 0 0px rgba(239, 64, 42, 0.1);
    }
    100% {
        box-shadow: 0 0 0 70px rgba(239, 64, 42, 0);
    }
}

.circle-icon {
    height: 50px;
    width: 50px;
    background-color: rgb(239, 64, 42) !important;
    border-radius: 40px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-animation: growing 1.2s ease infinite;
    animation: shadow-pulse 1s infinite;
}

.caption-container {
    position: absolute;
    /* left: 20%; */
    /* right: 20%; */
    top: 45%;
    bottom: 50%;
    width: 100%;
}

.circle-icon i {
    font-size: 20px;
}

.letter-spacing-2 {
    letter-spacing: 2px;
}

.letter-spacing-3 {
    letter-spacing: 3px;
}

.letter-spacing-4 {
    letter-spacing: 4px;
}

.letter-spacing-5 {
    letter-spacing: 5px;
}

.read-more {
    color: rgb(239, 64, 42) !important;
}

.Content-section-dynamic p {
    font-family: 'Helvetica-Condensed';
}

.Content-section-dynamic ul {
    font-family: 'Helvetica-Condensed';
}

.border-bottom-1 {
    border-bottom: 5px solid rgb(239, 64, 42);
    margin-left: 42% !important;
    margin-right: 42% !important;
}

.border-bottom-2 {
    border-bottom: 5px solid rgb(239, 64, 42);
    margin-left: 35% !important;
    margin-right: 35% !important;
}

.desktop-ateca {}

.mobile-ateca {
    display: none !important;
}

@media all and (max-width: 991px) and (min-width: 200px) {
    .desktop-ateca {
        display: none !important;
    }
    .mobile-ateca {
        display: inline !important;
    }
    .main-21 {
        display: block !important;
    }
    .miz-kicker--homepage {
        font-size: 1rem !important;
    }
    .miz-hero__title {
        font-size: 1rem !important;
    }
}

.menu-ateca:hover {
    background-color: #193052;
    color: #fff !important;
}