@font-face {
    font-family: 'Roboto';
    src: url('../assets/fonts/Roboto-Light.woff') format('woff');
    font-weight: 300; font-style: normal; font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../assets/fonts/Roboto-Regular.woff') format('woff');
    font-weight: 400; font-style: normal; font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../assets/fonts/Roboto-Medium.woff') format('woff');
    font-weight: 600; font-style: normal; font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../assets/fonts/Roboto-Bold.woff') format('woff');
    font-weight: 700; font-style: normal; font-display: swap;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

/* PARAGRAPH */
body, body .gm-style, p, .paragraph {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 160%;
    color: #333;
}

/* SMALL */
small, .small, .small::before, .small::after {
    font-size: 12px;
    line-height: 130%;
    color: #666;
}

/* MEGA-TITLE */
.mega-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 130%;
    color: #333;
    text-transform: uppercase;
}

/* TITLE */
h1:not(.nostyle), .h1:not(.nostyle), .title {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 48px;
    line-height: 118%;
    color: #333;
}

/* SECONDARY-TITLE */
h2:not(.nostyle), .h2:not(.nostyle), .secondary-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 37px;
    line-height: 130%;
    color: #333;
}

/* SUBTITLE */
h3:not(.nostyle), .h3:not(.nostyle), .subtitle {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 26px;
    line-height: 130%;
    color: #333;
}

/* SECONDARY-SUBTITLE */
h4:not(.nostyle), .h4:not(.nostyle), .secondary-subtitle {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 21px;
    line-height: 130%;
    color: #ffffff;
}


/* A */
a, .a, a.small {
    color: #027AFF;
    text-decoration: underline;
}

a:hover, .a:hover {
    color: #027AFF;
    text-decoration: none;
}

a.linked{
    color: #333;
    text-decoration: none;
}

a.linked:hover {
    color: #333;
    text-decoration: none;
}

/*
 *
 * Form
 *
*/
textarea, input[type=text], input[type=date], input[type=number], input[type=email], input[type=password], input[type=tel], input[type=search], input[type=file], select {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #333;
    font-size: 14px;
    padding: 12px 14px;
    border: 1px solid #D3D3D3;
    min-height: 40px;
}

input[type=file] {
    padding: 10px 14px;
}

input[type=text]:hover, input[type=date]:hover, input[type=number]:hover, input[type=email]:hover, input[type=password]:hover, input[type=tel]:hover, input[type=search]:hover, textarea:hover, div.select:not(.disabled):hover,
input[type=text]:focus, input[type=date]:focus, input[type=email]:focus, input[type=password]:focus, input[type=tel]:focus, input[type=search]:focus, textarea:focus {
    border-color: #B3B3B3;
}

input[type=text]:disabled, input[type=email]:disabled, input[type=password]:disabled, input[type=tel]:disabled, input[type=search]:disabled, textarea:disabled, div.select[disabled],
input[type=text].disabled, input[type=email].disabled, input[type=password].disabled, input[type=tel].disabled, input[type=search].disabled, textarea.disabled, div.select.disabled {
    background-color: #F7F7F7 !important;
    border: 1px solid #E6E6E6!important;
    -webkit-text-fill-color: #666;
    -webkit-opacity: 1;
    cursor: default;
}


::-webkit-input-placeholder {color: #999;}
::-moz-placeholder {color: #999;}
:-ms-input-placeholder {color: #999;}
:-moz-placeholder {color: #999;}


.alert{
    display: none;
    width: 500px;
    position: absolute;
    left: calc(50% - 250px);
    top: 30px;
}

.center{
	position: absolute;
	left: calc(50% - 125px);
	text-align: center;
	display: block;
	top: 100px;
}