@font-face {
    font-family: 'Gotham Rounded';
    src: url('GothamRounded-Bold.eot');
    src: url('GothamRounded-Bold.eot?#iefix') format('embedded-opentype'),
        url('GothamRounded-Bold.woff2') format('woff2'),
        url('GothamRounded-Bold.woff') format('woff'),
        url('GothamRounded-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Rounded';
    src: url('GothamRounded-BoldItalic.eot');
    src: url('GothamRounded-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('GothamRounded-BoldItalic.woff2') format('woff2'),
        url('GothamRounded-BoldItalic.woff') format('woff'),
        url('GothamRounded-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham Rounded';
    src: url('GothamRounded-Bold_1.eot');
    src: url('GothamRounded-Bold_1.eot?#iefix') format('embedded-opentype'),
        url('GothamRounded-Bold_1.woff2') format('woff2'),
        url('GothamRounded-Bold_1.woff') format('woff'),
        url('GothamRounded-Bold_1.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

html,body {
	font-size:16px;
	font-size:62.5%;
}

body{
    color:#FFF;
    font-family: 'Gotham Rounded', 'Verdana',Arial;
    font-size:1.2rem;
    background:#e91c23 url(../img/background-p.jpg) no-repeat center center;
    background-size: cover;
    min-height: 100vh;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: bold;
}

h3{
    font-size:2rem;
}

h4{
    font-size:1.8rem;   
}

.btn{
     padding:0.5rem 4rem;
     font-size:1.6rem;
     border-radius: 10rem;
}

.btn-primary{
    background-color:#144E8B !important;
    border:0; 
}

input.input-tri{
    background-color: #F1F1F2;
    border: 2px solid #144E8B;
    border-radius: 10rem;
    text-align: center;
    padding: 1rem;
    font-size: 1.6rem;
}

/* ADMIN */
/* NAVBAR */
.bg-blue{
    background: #223872 !important;
    border-bottom: 1px solid #FFF;  
}

.navbar-light .navbar-nav .nav-link{
    color:#FFF;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
    color:#DA251C;
    background-color: #FFF;
    border-radius: 10px;
}

@media (min-width: 768px) {
	body{
		background:#e91c23 url(../img/background-l.jpg) repeat-x top left;
		background-size: cover;
        min-height: 100vh;
	}
	
} 