@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(http://weloveiconfonts.com/api/?family=fontawesome|typicons);
@import url(http://weloveiconfonts.com/api/?family=fontawesome|typicons);


@font-face {
    font-family: 'neo_sansregular';
    src: url('neosan.eot');
    src: url('neosan.eot?#iefix') format('embedded-opentype'),
         url('neosan.woff2') format('woff2'),
         url('neosan.woff') format('woff'),
         url('neosan.ttf') format('truetype'),
         url('neosan.svg#neo_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




[class*="fontawesome-"]:before {
  font-family: 'neo_sansregular', Monaco, monospace;
}




* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
     font-family: 'neo_sansregular', Monaco, monospace;
}





.card-body h6 {
	font-family: 'neo_sansregular', Monaco, monospace;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
}

.card-body h5 {
	font-family: 'neo_sansregular', Monaco, monospace;
	font-size: 14px;
	text-align: left;
	
}

#card mb-4 shadow-sm {
	
	
	}

#card mb-4 shadow-sm:hover{
		border: 1px solid #696A6A;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	
	}



h1 {
	float: left;
	font-family: 'neo_sansregular', Monaco, monospace;
}


h2 {
   
	font-family: 'neo_sansregular', Monaco, monospace;
	
}



#bienvenidos {
    text-align: center;
}

h5 {
	
	font-style: normal;
	font-weight: normal;
	font-family: 'neo_sansregular', Monaco, monospace;
}

h4 {
	text-align: center;
	font-family: 'neo_sansregular', Monaco, monospace;
}

h3 {
	text-align: center;
	font-weight: lighter;
	font-family: 'neo_sansregular', Monaco, monospace;
}

#blog  {
	text-align: center;
}


#blog .contenedor{
    display: flex;
    flex-wrap: wrap;
	 justify-content: space-around;
}

#blog article {
    margin: 7px;
}

#blog img {
    width: 100%;
    max-width: 320px;
}

#blog img:hover {
	width: 100%;
	max-width: 320px;
	border: 1px solid #696A6A;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}




#banner {
    margin-top: 50px;
    position: relative;
}

#banner img {
    width: 100%;
    height: 100%;
}

#banner .contenedor {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: #fff;
}

#banner h2 {
    font-size: 28px;
}

#banner a {
	display: block;
	width: 100px;
	color: #110F0F;
	text-decoration: none;
	padding: 7px;
	margin-top: 10px;
	border: 3px solid #fff;
}

#banner a:hover {
	background: rgba(51,51,51,0.5);
	color: #FFF6F6;
}

@media (min-width:480px) {
    #banner h2 {
	font-size: 40px;
	color: #111010;
    }
    
    #banner a {
        margin-top: 25px;
    }
}

@media (min-width:768px) { 
    #banner {
	height: 400px;
	overflow: hidden;
    }
    
    #banner img {
        height: auto;
        margin-top: -100px;
    }
}

@media (min-width:1024px) { 
    #banner img {
        margin-top: -200px;
    }
}

#info {
    background: #333;
    color: #fff;
    text-align: center;
    padding: 20px;
}

#info .contenedor {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.flexslider {
	cursor: pointer;
}
