﻿
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {scroll-margin-top: 90px;}

:root {
    --c-primary: #17123a;
    --c-secondary: #629745;
    --fontFam-becas: Bebas Neue;
}

body {font: 500 16px "Montserrat", sans-serif;}

.fs_9{font-size:9px}
.fs_10{font-size:10px}
.fs_11{font-size:11px}
.fs_12{font-size:12px}
.fs_13{font-size:13px}
.fs_14{font-size:14px}
.fs_15{font-size:15px}
.fs_15{font-size:15px}
.fs_16{font-size:16px}
.fs_17{font-size:17px}
.fs_18{font-size:18px}



.animaiton_mt{transition:all 0.6s ease; margin-top:0}
.animaiton_mt:hover{transition:all 0.6s ease; margin-top:10px}

.fontFam_becas{font-family:"Bebas Neue", sans-serif;}

.c_695910 {color: #695910;}

.btn-danger {
    background: var(--c-primary);
}
.img__copyright{color:white;background: rgba(0,0,0,0.80);padding:3px 8px; text-align:center;width:fit-content;position:absolute;bottom:10px; right:20px;z-index:2;font-size:12px}
.btn-danger:hover {
    background: var(--c-primary);
}
.btn-danger:focus,.btn-danger:focus-visible,.btn-danger:active{box-shadow:none; background:var(--c-primary)!important}

.text-danger{color:var(--c-primary);}

.fw_800{font-weight:800}

.cp{cursor:pointer;}

/* INNER PAGES START CODE */
.heading{text-transform:uppercase; font-size:40px; color:#2B2B2B; font-weight:400; font-family:var(--fontFam-becas)}

/* INNER PAGES END CODE */

@media screen and (max-width: 767.98px) {
    .heading{font-size:30px;}
}