@font-face {
    font-family: 'ProximaNova-Light';
    src: url('../fonts/ProximaNova-Light.eot');
    src: local('Proxima Nova Light'), local('ProximaNova-Light'),
        url('../fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNova-Light.woff2') format('woff2'),
        url('../fonts/ProximaNova-Light.woff') format('woff'),
        url('../fonts/ProximaNova-Light.ttf') format('truetype'),
        url('../fonts/ProximaNova-Light.svg#ProximaNova-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova-Regular';
    src: url('../fonts/ProximaNova-Regular.eot');
    src: local('Proxima Nova Regular'), local('ProximaNova-Regular'),
        url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('../fonts/ProximaNova-Regular.woff') format('woff'),
        url('../fonts/ProximaNova-Regular.ttf') format('truetype'),
        url('../fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova-Semibold';
    src: url('../fonts/ProximaNova-Semibold.eot');
    src: local('Proxima Nova Semibold'), local('ProximaNova-Semibold'),
        url('../fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNova-Semibold.woff2') format('woff2'),
        url('../fonts/ProximaNova-Semibold.woff') format('woff'),
        url('../fonts/ProximaNova-Semibold.ttf') format('truetype'),
        url('../fonts/ProximaNova-Semibold.svg#ProximaNova-Semibold') format('svg');
    font-weight: normal;
    font-style: normal;
}


h1,
.h1 {
    font-family: 'ProximaNova-Light', sans-serif;
    font-weight: normal;
    font-size: 28px;
    line-height: 120%;
    color: #243856;
    letter-spacing: 3px; 
}

h2,
.h2 {
    font-family: 'ProximaNova-Regular', sans-serif;
    font-weight: normal;
    font-size: 24px;
    line-height: 120%;
    color: #243856;
    letter-spacing: 3px;
}

h3,
.h3 {
    font-family: 'ProximaNova-Regular', sans-serif;
    font-weight: normal;
    font-size: 20px;
    line-height: 120%;
    color: #243856;
    letter-spacing: 1px;
}

h4,
.h4,
.menu ul li a {
    font-family: 'ProximaNova-Regular', sans-serif;
    font-weight: normal;
    font-size: 19px;
    line-height: 130%;
    color: #fff;
    text-decoration: none;
    letter-spacing: 2px;
}

.menu ul li a:hover,
.menu ul li a.active {
    text-decoration: none;
}

nav ul,
nav ol,
.nav ul,
.nav ol {
    list-style: none;
    list-style-image: none;
    margin-left: 0;
}

body,
p,
.text {
    font-family: 'ProximaNova-Regular', sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #243856;
    line-height: 24px;
    letter-spacing: 2px;
}

.reduced,
.reduced * {
    font-family: 'ProximaNova-Regular', sans-serif;
    font-size: 13px;
    color: #727272;
}

.ultraReduced,
.ultraReduced * {
    font-size: 10px;
    color: #727272;
}

.upper {
    text-transform: uppercase;
    letter-spacing: 1px
}

label {
    display: block;
}

a {
    font-family: 'ProximaNova-Regular', sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #9E9E9E;
    text-decoration: none;
    letter-spacing: 2px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

a:hover,
a.active {
    color: #999;
}

textarea,
input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=search],
select {
    font-family: 'ProximaNova-Regular', sans-serif;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 2px;
    color: #243856;
    background-color: transparent;
    border: 1px solid #243856;
    border-radius:5px;
    padding: 10px 8px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    width: 100%;
}

::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #999;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999; 
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;   
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999;  
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-border-radius: 0px;
}

select::-ms-expand {
    display: none;
}

.select {
    position: relative;
    display: block;
    overflow-x: hidden;
    z-index: 9;
}

.select select {
    position: relative;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    z-index: 999;
    border-radius: 5px;
}

.osx .select select {
    padding-top: 11px;
}

.select::after {
    content: '\f107';
    position: absolute;
    top: 50%;
    right: 15px;
    width: 15px;
    height: 15px;
    margin-top: -11px;
    color: #243856;
    font-family: 'Font Awesome 5 Free';
    font-size: 24px;
    font-weight: 900;
}

.select select:disabled {
    background: none;
    background-color: #f7f7f7;
}

input[type=text]:hover,
input[type=email]:hover,
input[type=password]:hover,
input[type=tel]:hover,
input[type=search]:hover,
textarea:hover,
select:hover,
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=search]:focus,
textarea:focus,
select:focus {
    /*border-color: #222;*/
}

input[type=text]:disabled,
input[type=email]:disabled,
input[type=password]:disabled,
input[type=tel]:disabled,
input[type=search]:disabled,
textarea:disabled,
select:disabled,
input[type=text]:disabled,
input[type=email]:disabled,
input[type=password]:disabled,
input[type=tel]:disabled,
input[type=search]:disabled,
textarea:disabled,
select:disabled {
    color: #bbb;
}

.inputError {
    padding: 0;
    position: relative;
}

.errorToolTip {
    display: none;
}

.errorToolTip2 {
    display: none;
}

.displayError .errorToolTip {
    display: block;
}

.displayError2 .errorToolTip2 {
    display: block;
}

.errorToolTip {
    position: absolute;
    top: -27px;
    left: -2px;
    width: auto;
}

.errorToolTip2 {
    position: absolute;
    top: -10px;
    left: -3px;
    width: auto;
}

.errorToolTip.checkbox {
    top: -38px
}

.imgError {
    height: 9px;
    width: 15px;
    background: url(../images/bgToolTipError.png) no-repeat top left;
    float: left;
    position: absolute;
    top: 26px;
    left: 10px;
}

.bgError {
    background-color: rgb(156, 31, 47);
    border-radius:5px;
}

.errorToolTip .bgError p {
    color: #fff;
    font-size: 12px;
    line-height: 26px;
    margin-left: 10px;
    margin-right: 10px;
}

.errorToolTip2 .bgError p {
    color: #fff;
    font-size: 12px;
    line-height: 26px;
    margin-left: 10px;
    margin-right: 10px;
}

.inputError {
    margin-bottom: 30px;
}

.inputError label span {
    position: absolute;
    top: 12px;
    font-size: 14px;
    left: 10px;
    transition: .3s ease all;
    line-height: 100%;
    cursor: text;
}

.inputError label input:focus~span {
    font-size: 12px;
    top: -18px;
    color: #888;
}

.inputError label input.edited~span {
    font-size: 12px;
    top: -18px;
    color: #888;
}

.inputError label input:disabled~span {
    font-size: 12px;
    top: -10px;
    color: #888;
}


.inputError label textarea:focus~span {
    font-size: 12px;
    top: -18px;
    color: #888;
}

.inputError label textarea.edited~span {
    font-size: 12px;
    top: -18px;
    color: #888;
}

.inputError label textarea:disabled~span {
    font-size: 12px;
    top: -10px;
    color: #888;
}

.hidden {
    display: none
}

.alert.error {
    color: #FFFFFF;
    background-color: rgb(156, 31, 47);
    padding: 5px;
}


/*Buttons*/

.button,
button,
input[type=submit] {
    font-family: 'ProximaNova-Regular', sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    letter-spacing: 2px;
    padding: 10px 30px;
    text-align: center;
    background-color: #243856;
    border:1px solid #243856;
    border-radius:5px;
    line-height: 18px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    white-space: nowrap;
    display: inline-block;
}

.button:hover,
button:hover,
input[type=submit]:hover {
    text-decoration: none;
    background-color: rgba(36,56,86,0.8); 
    color: #fff;
}

.button2 {
    color: #FFF;
    background-color: #00E0B5;
    border: 1px solid #00E0B5;
}

.button2:hover {
    background-color: rgba(0,224,181,0.6); 
    color: #FFF;

}

address {
    font-style: normal;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

@media (min-width: 1300px) {
    .container {
        width: 1270px;
    }
}

@media (min-width: 1450px) {
    .container {
        width: 1430px;
    }
}

@media (min-width:1680px) {
    .container {
        width: 1650px
    }
}


/* General styles */

body {
   
}

.flex{display:flex;align-items:center;}

#containerSite {

}

.pad-container {
    padding: 0 80px;
}

@media (max-width: 1366px) {
    .pad-container {
        padding: 0 40px;
    }
}

@media (max-width: 767px) {
    .pad-container {
        padding: 0 15px;
    }
}

.content img {
    max-width: 100%
}

dl * {
    display: inline-block;
    color: #2776B2;
}

#overlay {
    display: none;
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
}

.left {
    float: left;
}

.right {
    float: right;
}


/* Main */
 /*
.container {
    max-width: 1170px; 
    width: 100%;
    margin-top: 50px;
}
*/
.container-fluid {
    padding: 30px 0px;
}

.container-corporate {
    max-width: 1170px;
    width: 100%;
    margin: 0px auto;
}

.container-corporate h1 {
    margin-bottom: 20px;
}

header {
    position: relative;
    z-index: 999;
    background-color: #fff;
}

.align-right {
    text-align: right
}