        .hidden {
            display: none;
        }
		
.dropdown:hover .dropdown-menu{
        display: block;
    }
    .dropdown-menu{
        margin-top: 0;
    }
	.eric {
	  
		background-color:rgb(42, 42, 60);

		border: 3px solid #0;
    border-radius: 0px; 
	padding:0;
	}
	
	.dropdown-item {
		color:white;
		
	}
	
	/*
	.dropdown-menu{
		background:transparent;
	}*/
	
	.nav-item:hover {
		background-color:rgb(133,133,143);
		marging:0;
		
	}
	h6 {
		color:white;
		padding-top:4px;
		}
	
	h6 a:link {
		color:rgb(160,160,253);
	}	
	
	h6 a:hover {
		color:rgb(160,160,160);
	}	
	
	ul {
	font-size:1.7rem;
	}
	

.type1 h1
{
    background: rgb(250, 200, 200);
    background: rgba(230, 230, 230, 0.8);
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 5px;
    padding: 20px 0;
    border: 1px solid #cccccc;
    margin-top: 115px;
}

.type1
{
    min-height: 300px;
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (min-width: 768px) {
.type1 {
       background-attachment: fixed;
    }
}

.type1 {
    background-image: url('../images/f1.jpg');
}

.contener1 {
    margin-top: 36px;
}

@media (min-width: 768px) {
    .contener1 {
        margin: 0;
        margin-top: 30px;
    }
}

@media (max-width: 491px) {
  .navbar-collapse >  ul {
      display: block;
  }
}


.min1 {
    min-height: 150px;
}

body {
    background: rgb(240, 240, 240);
}

@media (min-width:768px) {
    body {
        background: rgb(240, 240, 240);
        max-width: 100%;
        background-repeat: repeat;
    }
    
}

.card-header {
    background: rgb(52, 122, 239);
    color: #fff;
}


.headcard1 {
    font-size: 1.1rem;
}

.fa {
  padding: 20px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
}

.fa:hover {
 /* opacity: 0.7;*/
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

/* Twitter */
.fa-twitter {
  background: #55ACEE;
  color: white;
}

.navbar{
position:sticky;
top:30px;
z-index:2000;
}

.list-custom {
  list-style: none;
  padding-left: 0;
  
}

.list-custom li::before {
  content: "•";
}

