@import url("/website/css/fonts.css");

*{
    font-family: "Avenir";
    margin:0px;
    padding: 0px;
    text-decoration: none;
}

i, .icimarcIcon{
  font-family: "icimarcIcon";
  font-size: 37px;
  font-style: normal;
  font-weight: 200;
  line-height: 50px;
  color:#8E969F;
}

h3,h4,h5{
    font-weight: 400;
}

body{
    background-color: #FFF;
    position: relative;
    overflow-x: hidden;
    width: 100%;
}

.body{
 position: relative;
}

.header-shadow{
    height: 50px;
}

.bg-content{
    position: absolute; 
    position: fixed;
    object-fit: cover; /* or object-fit: contain; */
    height: 100%;
    width: 100%;
-webkit-transition:0.3s;
 -moz-transition: 0.3s;
   -o-transition: 0.3s;
  -ms-transition: 0.3s;
      transition: 0.3s;  
      overflow: hidden;
}


h3{
    color: #006185;
    font-weight: 200;
    font-size: 40px;
}

.body{
    height: 100%;
}

.g-width{
	max-width: 1200px;
	margin: auto;
}
 
.no-list-style{
    /*padding: 0px;*/
    margin:0px;
    padding:0px;
   
}

.no-list-style li{
     list-style-type: none;
}

.gen-width{
	max-width:1200px;
}

.h2-blue{
    font-size: 45px;
    color: #2B485E;
    margin-bottom: 20px;
    font-weight: 200;
}

.h2-blue-black{
    font-size: 45px;
    color: #39688C;
    margin-bottom: 10px;
    font-weight: 200; 
}

.h2-white{
    font-size: 30px;
    color: #FFF;
    margin-bottom: 20px;
}

.p-gray{
    color:#686868;
    font-size: 20px;
}

.p-white{
    color:#CDCDCD;
    font-size: 20px;
}

.button-blue{
    display: inline-block;
    color:#FFF;
    background-color: #4A8DD6;    
    border-radius: 20px;
    padding: 5px 20px;
    font-size: 14px;
    border:1px solid transparent;
}

.button-blue:hover{
    color:#4A8DD6;
    background-color: transparent;    
    cursor: pointer;
    border:1px solid #5580AE;
}

.button-blue-white i{
    line-height: 15px;
    padding-right: 5px;
    color:#4A8DD6;    
    font-size: 34px;
}

.button-blue-white:hover i{
    color:#FFF;
}


.button-blue-white{
    display: flex;
    justify-content: center;
    align-items: center;
    color:#245891;
    background-color: #FFF;    
    border-radius: 20px;
    padding: 5px 15px;
    font-size: 14px;
    border:1px solid #4A8DD6;
}


.button-blue-white:hover{
    color:#FFF;
    background-color: #4A8DD6;    
    cursor: pointer;
    border:1px solid #FFF;
}

