
@font-face {
    font-family: 'MonumentExtended';
    src: url('../fonts/MonumentExtended-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MonumentExtended';
    src: url('../fonts/MonumentExtended-Ultrabold.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
}
html {
    scroll-behavior: smooth;
}
body {
    background-image: url('../img/bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    font-family: 'Poppins', sans-serif;
}

.heading-regular {
    font-family: 'MonumentExtended', 'Poppins', sans-serif;
}

.heading-bold {
    font-family: 'MonumentExtended', 'Poppins', sans-serif;
    font-weight: 800;
}

@media(max-width: 768px){
    html{
        font-size: 12px;
    }
    /* .heading-regular {
        font-size:
    }

    .heading-bold {
        font-family: 'MonumentExtended', 'Poppins', sans-serif;
        font-weight: 800;
    } */
}


/* PARTICLES */
#particles-js {
    background-color: #001f3f;
    background-image: url('../img/bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

/* CURSOS */

#cursos {
    position: relative;
    z-index: 1;
}

#cursos::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('../img/phone2.png');
    background-size: 400px;
    background-position: center bottom;
    background-repeat: no-repeat;
    opacity: 0.3;
    z-index: -1;
    background-attachment: fixed;
}


/* COLORS */

.color-guard-blue {
    color: #077DCB
}
.bg-guard-blue {
    background-color: #077DCB
}
.bg-guard-blue-gradient {
    background: rgb(7,122,199);
    background: -moz-linear-gradient(125deg, rgba(7,122,199,1) 0%, rgba(1,40,96,1) 100%); background: -webkit-linear-gradient(125deg, rgba(7,122,199,1) 0%, rgba(1,40,96,1) 100%);
    background: linear-gradient(125deg, rgba(7,122,199,1) 0%, rgba(1,40,96,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#077ac7',endColorstr='#012860',GradientType=1);
}
.color-guard-red {
    color: #c21f28
}

button.bg-guard-blue-gradient:hover,
a.bg-guard-blue-gradient:hover {
    background: rgb(7,122,199);
}


/* MP */
.mercadopago-button {
    padding: 0 1.7142857142857142em;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    line-height: 2.7142857142857144;
    background: #009ee3;
    border-radius: 0.2857142857142857em;
    color: #fff;
    cursor: pointer;
    border: 0;
    min-width: 200px;
    min-height: 58px;
}