/****** PLACE YOUR CUSTOM STYLES HERE ******/

.blue {
    color: #23d0ec !important;
}

.bottom-border {
    border-bottom: 2px solid #365f79;
}

.title_h2 {
    font-size: 32px;
    color: #43484d;
}

img.small {
    max-width: 50px;
    margin-bottom: 10px;
}

img.transparent {
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.7));
}

hr.zig,
hr.zag {
    border: none;
    height: 30px;
    margin: 0 auto;
    width: 100px;
}

hr.zig {
    background: linear-gradient(-135deg, #f8f8f8 20px, rgba(0, 0, 0, 0) 0) 0 5px, linear-gradient(135deg, #f8f8f8 20px, rgba(0, 0, 0, 0) 0) 0 5px;
    background-color: rgba(0, 0, 0, 0);
    background-position: center bottom;
    background-repeat: repeat-x;
    background-size: 20px 40px;
    z-index: 100;
    position: relative;
}

hr.zag {
    background: linear-gradient(-135deg, #23d0ec 20px, rgba(0, 0, 0, 0) 0) 0 5px, linear-gradient(135deg, #23d0ec 20px, #f8f8f8 0) 0 5px;
    background-color: rgba(0, 0, 0, 0);
    background-position: center bottom;
    background-repeat: repeat-x;
    background-size: 20px 40px;
    z-index: 50;
    margin-top: -28px;
}

.overlay-header:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(to bottom, #090909, #070707, #050504, #020202, #000000);
    opacity: .6;
    z-index: 2;
}

.matafuego {
    background-image: url(../img/matafuego2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 120px;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 3;
}

.badges {
    display: inline-block;
    border-radius: 10rem;
    padding: 8px 15px 8px 15px;
    color: #6773dd;
    background-color: #6773dd33;
    /* margin-bottom: 26px; */
    font-size: 11px;
    line-height: 1;
    letter-spacing: 0.5px;
    font-weight: 700;
    white-space: nowrap;
    vertical-align: middle;
}

.badges-sub {
    display: inline-block;
    border-radius: 10rem;
    padding: 8px 15px 8px 15px;
    color: #6773dd;
    background-color: #6773dd33;
    /* margin-bottom: 26px; */
    font-size: 11px;
    line-height: 1;
    letter-spacing: 0.5px;
    font-weight: 700;
    white-space: nowrap;
    vertical-align: middle;
}

.badges-card {
    background: #365f79;
    /*font-family: 'Reem Kufi', sans-serif;*/
    text-align: center;
    /*animation: shake-with-delay 5s infinite;*/
    color: #fff;
    font-size: 11px;
    display: block;
    right: 40px;
    font-weight: 700;
    white-space: nowrap;
    position: absolute;
    line-height: 1;
    padding: 8px 15px 8px 15px;
    border-radius: 30px;
    -webkit-box-shadow: 0px 10px 20px -2px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0px 10px 20px -2px rgba(0, 0, 0, 0.20);
    box-shadow: 0px 10px 20px -2px rgba(0, 0, 0, 0.20);
}

.circular--landscape {
    display: inline-block;
    position: relative;
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
    background-color: white;
    border: 4px solid rgb(215, 231, 247, .37);
}

.circular--landscape img {
    width: auto;
    height: 100%;
}

#img-safe .background-image-holder {
    height: 150vh;
}

#download .btn-filled {
    background: #365f79;
    border: 2px solid #365f79;
}

.down:hover.btn-filled {
    color: black;
    background-color: #fff !important;
}

.show {
    animation: fadeInUp;
    /* referring directly to the animation's @keyframe declaration */
    animation-duration: .7s;
    /* don't forget to set a duration! */
}

span.text-24hs {
    font-size: 60px;
    color: #23d0ec;
    margin-top: 20px;
}

.bg-facebook {
    background-color: #225B99;
    border-color: #fff !important;
    color: #fff !important;
}

.bg-twitter {
    background-color: #11b1cb;
    border-color: #fff;
    color: #fff;
}

.sponsorhsip img {
    width: 80% !important;
    height: 100%;
    left: 150px !important;
}


/*------------------------------------------*/


/*   Back to Top Button
/*------------------------------------------*/

.top {
    display: inline-block;
    height: 60px;
    width: 60px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99999;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: #23d0ec url("../img/top-arrow.svg") no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

.top.is-visible,
.top.fade-out,
.no-touch .top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

.top.is-visible {
    visibility: visible;
    opacity: 1;
}

.top.fade-out {
    opacity: .8;
}

.no-touch .top:hover {
    background-color: #e86256;
    opacity: 1;
}

@keyframes shake-with-delay {
    from,
    16%,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    1.6%,
    4.8%,
    8%,
    11.2%,
    14.4% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    3.2%,
    6.4%,
    9.6%,
    12.8% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}