body {
    font-family: Arial, sans-serif;
    margin: 0px;
    padding: 0;
    background-color: #c0bdbd;
    text-align: center;
}

hr {
	background-color: #363030;
	color: #fff;
	padding: 5px;
	text-align: center;
    width: 110%;
}
.logo {
    position: absolute;
    top: 120px;
    left: -5px;
    padding: 20px;
  }
  
  .logo img {
    width: 150px; /* ancho del logo */
    height: 150px; /* alto del logo */
  }

  nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;  
}

nav ul li {
    position: relative;
}

nav ul li a {
    color: #070000;
    text-decoration: none;
    padding: 30px 20px;
    display: block;
	 
	font-size: 30px
}

nav ul li:hover .dropdown-content {
    display: block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #080808;
    min-width: 160px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
	right: 70px;
}

.dropdown-content a {
    color: #fff;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #575757;
}


  .banner {
    background-size: cover;
	width: 90%;
	height: auto;
	
    text-align: center;
    color: rgb(12, 4, 4);
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

li {
	margin-bottom: 10px;
}

img {
	width: 110%;
	height: auto;
	
}

video {
	width: 100%;
	height: auto;
	margin: 10px 0;
}




#introduccion{  color: #0c0101;
    text-decoration: none;
    height: 1px;
    
}

section {
    margin-bottom: 3rem;
    padding: 8rem;
    background-color: #fdfcf6;
    border-radius: 9px;
    width: 750px;
    height: 70px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

h2 {
    color: #ebe6e6;
}

footer {
    background-color: #0f0f0f;
    color: #fff;
    text-align: center;
    position:absolute;
    width: 105%;
    left: 40px;
    font-family: Arial, sans-serif;
}

main {
    padding: 2rem;
   
}
.details-holder
{
    top: -120px;
    float: left;
    position: relative;
    margin: 10px 5px 10px 5px;
}

.show-details img
{
    opacity: 0.5;
    width: 330px;
    height: 290px;

}
.show-details:hover img
{
    position: relative;
    opacity: 1;
    z-index: 99; 
    left: -50px;   
}
.img-info
{
    padding: 0px 100px 0px 100px;
    position: absolute;
    left: 300px;
    width: 300px;
    top: -5px;   
    background-color: #888888;
    color: #0c0b0b;
    border-radius: 50px;
    box-shadow: 0px 8px 5px -6px #333333;
    -webkit-transition: 0.5s Ease;
    -moz-transition: 0.5s Ease;
    -o-transition: 0.5s Ease;
    transition: 0.5s Ease;
    opacity: 0;
    font-size: 18px;
   
}

.show-details:hover .img-info
{
    top: -1px;
    opacity:1;
        
}
.details-holder h1
{
    font-size: 18px;
    text-transform: uppercase;    
}
.details-holder p
{

    font-size: 30px;
}

