﻿
/*==================================================================*/
/************* /fonts ************************/
/*===================================================================*/
@font-face {
    font-family: 'Nunito-Regular';
    src: url('/fonts/Nunito-Regular.eot');
    src: url('/fonts/Nunito-Regular.eot?#iefix') format('embedded-opentype'), url('/fonts/Nunito-Regular.woff2') format('woff2'), url('/fonts/Nunito-Regular-Regular.woff') format('woff'), url('/fonts/Nunito-Regular-Regular.ttf') format('truetype'), url('/fonts/Nunito-Regular-Regular.svg#Nunito-Regular-Regular') format('svg');
}


@font-face {
    font-family: 'Nunito-Bold';
    src: url('/fonts/Nunito-Bold.eot');
    src: url('/fonts/Nunito-Bold.eot?#iefix') format('embedded-opentype'), url('/fonts/Nunito-Bold.woff2') format('woff2'), url('/fonts/Nunito-Bold.woff') format('woff'), url('/fonts/Nunito-Bold.ttf') format('truetype'), url('/fonts/Nunito-Bold.svg#Nunito-Bold') format('svg');
}

html, body {
    /*position: relative;*/
    overflow-x: hidden;
    overscroll-behavior-y: contain;
}

body {
 
  
    color: #333;
    font-family: Nunito-Regular;
    font-size: 1em;
    background-repeat: no-repeat;
    background-color:#ebebeb;
}





.containerError {
    width: 100%;
    max-width: 1280px;
    padding-left: 10px;
    padding-right: 10px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-content:center;
    height:100vh;
}

.text-center{
    text-align:center;
}


a {
    cursor: pointer;
    color: #333 !important;
    text-decoration: none !important;
}


/****************************background colors, colors general*************************/
.whiteBg {
    background-color: #fff;
}

.whiteBgTrans {
    background-color: rgba(255,255,255,0.3);
    padding: 5px;
}

.whiteBgTransFooter {
    background-color: rgba(255,255,255,0.3);
    padding: 5px;
}

@media(max-width:1180px) {
    .whiteBgTrans {
        padding: 0px;
    }
}

@media(orientation:portrait) {
    .whiteBgTransFooter {
        background-color: transparent;
    }
}

.blueBg {
    background-color: #1460ab;
}

.grayBg {
    background-color: #ebebeb;
}

.gris {
    background-color: #8a8a8a;
}

.whiteColor {
    color: #fff !important;
}

.blueColor {
    color: #1460ab !important;
}

.blueColor2 {
    color: #90b2d5 !important;
}



/*grid*/

/*****rows*********/
.pcolForm {
    padding: 5px 15px;
}



.row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
}

.col-md {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
}

.col-video {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
}

.colIcon {
    flex: 0 0 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.col-banner-event {
    flex: 0 0 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.col-md-7 {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
}

.col-md-8 {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
}

.col-md-10 {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
}


.col {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1
}

.col-7 {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1.5
}

.col-8 {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 2
}

.col-10 {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 3;
}

.plr0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}



@media screen and (min-width: 900px) {
    .col-md {
        flex: 1
    }

    .col-md-7 {
        flex: 1.5
    }

    .col-md-8 {
        flex: 2
    }

    .col-md-10 {
        flex: 3;
    }
}













.row-space-between {
    display: flex;
    justify-content: space-between;
}



.row-space-evenly {
    justify-content: space-evenly;
}

.center {
    justify-content: center;
    align-items: center;
}

.centerVertical {
    align-items: center;
}



.mt20 {
    margin-top: 20px !important;
}

.mt30 {
    margin-top: 30px !important;
}


.mb30 {
    margin-bottom: 30px;
}



/***********************************buttons**********************************************/



.btn-primary {
    color: #ffffff !important;
    background-color: #8a8a8a;
    border: none;
    transition: all .4s cubic-bezier(.43,.39,.23,1.01);
    font-family: 'Nunito-Bold';
    font-size: 1.3em;
    text-transform: capitalize;
    padding: 6px 20px 6px 20px;
    /*border-bottom: 3px solid #000;*/
    -webkit-box-shadow: inset 0 -4px #000;
    box-shadow: inset 0 -4px #000;
}

    .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
        background-color: #ccc;
    }









