@import url('https://fonts.googleapis.com/css?family=Acme|Open+Sans:400,700|Source+Sans+Pro:400,600,700" rel="stylesheet');
html{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

*,*:before,*:after{
    box-sizing: inherit;
}

*{
	margin: 0;
	padding: 0;
}

body{
	background: #fff;
	font-family: 'Open Sans', sans-serif;
}

nav{
    border-bottom:5px!important;
}
nav.bg-transparent {
   /*  background: transparent;
    transition: all .3s ease; */
    
}

nav.navbar.navbar-expand-md.bg-dark.navbar-dark.fixed-top:hover{
	background: #8A084B!important;
}
.bg-nav{
background: #ffffffa3!important; color:##0174DF;
}

nav a{
   color:; #0174DF;
}
nav ul{
	/*transition: all .6s ease; */
}

nav ul li.nav-item a{
	color: #0f0f6e!important;
	font-family: 'Open Sans', sans-serif;
	transition: all .3s ease;
	font-weight:bold;
}

nav ul li.nav-item a:hover{
	color: #3498DB!important;
}

@media only screen and (min-width: 992px){
	.nav-scroll{
		/* margin: 0 35px;
	    transition: all .6s ease; */
	}

	.logo{
		/* display: block!important;
		transition: all .9s ease; */
	}
}

@media only screen and (max-width: 992px){
	img#logo{
		 
	}
}

.bg-menu {
   background: #fff!important;
}

img#ilogo{
	margin-left:0px;
	 

}

header.hero{
	background: url(../banner.jpg);
	background-position: center center;
	background-size: cover;
	height: 100vh;
	background-attachment: fixed;
}

.conten-title{
	position: absolute;
	left: 0;
	right: 0;
	top: 40%;
}


h2{
    font-family: 'Acme', sans-serif;
    font-size: 2.4em;
    text-align: center;
    text-transform: uppercase;
    color: #f2f2f2;
}

h2 img{
	margin-right: 20px;
}

.slogan{
	text-align: center;
	color: #f2f2f2;
	font-size: 15px;
	margin-top: 5px;
}
main{
	position: relative;
}

main .centen-des{
	margin-top: 10px;
	padding: 16px 10px;
	/* border-top: 4px solid #3498DB; */
	background: #fff;
}

footer{
	background:  #121213de;
	padding: 10px;
	text-align: center;
	color: #f2f2f2;
	font-size: 13px;
}

footer a{
	color: #f2f2f2;
	text-decoration: none;
}


.container-enlarge {
    display: inline-block;
    position: relative;
    margin: 15px;
}
.container-enlarge > img {
    height: auto;
    max-width: 100%;
    width: 150px;
    border-radius: 5px;
}
.container-enlarge span {
    position: absolute;
    top: -9999em;
    left: -9999em;
}
.container-enlarge:hover span {
    top: -320px;
    left: -75px;
    width: 300px;
}

.text-art{
  color:#fff;
}

 .a {
  list-style-type: circle;
}

 .b {
  list-style-type: square;
}

 .c {
  list-style-type: upper-roman;
}

 .d {
  list-style-type: lower-alpha;
}