body{
    font-family: arial, helvetica, sans-serif;
    margin: 0;
}
a{
    color: coral;
    text-decoration: none;
}
a:hover{
    font-weight: bold;
}
h2 a:hover{
    color: red;
}
header{
    background-color: #222;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 3px solid coral;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    opacity: .9;
    z-index: 1;
}
header a{
    text-decoration: none;
    color: white;
}
img{
    width: 80%;
    display: block;
    margin: auto;
    border-radius: 10px;
}
.logo{
    margin: 10px;
}
.logo img{
    width: 90%;
}
.nav{
    margin: 10px;
}
//.nav a{
//    padding: 10px;
//    padding-top: 30px;
//    padding-bottom: 30px;
//    text-transform: uppercase;
//    font-weight: bold;
//}
.nav a:hover, .selected{
    color: coral;
}
.nav-list{
    list-style-type: none;
    display: flex;
    gap: 1rem;
    margin: 20px;
    text-transform: uppercase;
    font-weight: bold;
}
/*img{
    border-radius: 10px;
    max-width: 50%;
    display:block;
    margin:auto;
}*/

.prod{
    max-width: 70%;
    max-height: 70%;
    display: block;
    margin: auto;
    object-fit: cover;
    border-radius: 20px;
    padding: 5px;
}
img:hover{
    opacity: .8;
}
td{
    width: 50%;
    text-align: center;
}
td p{
    text-align: left;
}
td li{
    list-style-type: disc;
    text-align: left;
}
.colores{
    border: 2px solid #222;
}
.colores td{
    border: 1px solid #222;
}
.colores th{
    border: 1px solid #222;
}
.content{
    margin: auto;
    max-width: 1000px;
    margin-top: 120px;
    margin-bottom: 500px;
}
.footer{
    text-align: center;
    margin-bottom: 10px;
}
.mapa{
    margin: auto;
    max-width: 60%;
}
.abrir-menu, .cerrar-menu{
    display: none;
}
@media screen and (max-width:1040px){
    .content{
	margin-left: 20px;
	margin-right: 20px;
    }
    img{
	width: 50%;
    }
}
@media screen and (max-width:940px){
    .prod{
	width: 50%;
	height: 50%;
    }
    .abrir-menu, .cerrar-menu{
	display: block;
	border: 0;
	font-size: 1.25rem;
	background-color: transparent;
	cursor: pointer;
    }
    .abrir-menu{
	color: #ececec;
	margin: 10px;
    }
    .cerrar-menu{
	color: silver;
    }
    .nav{
	opacity: 0;
	visibility: hidden;
	display: flex;
	flex-direction: column;
	align-items: end;
	position: absolute;
	gap: 1rem;
	top: 0;
	right: 0;
	background-color: black;
	padding: 2rem;
	box-shadow: 0 0 0 100vmax rgba(0, 0, 0, .75);
    }
    .nav-list{
	flex-direction: column;
	align-items: end;
    }
    .nav.visible{
	opacity: 1;
	visibility: visible;
	transition: all .3s;
    }
}
/*@media(max-width:1040px){
    .content{
        margin-left: 20px;
        margin-right: 20px;
    }
    img{
        width: 50%;
    }
    .mapa{
        width: 700px;
    }
}
@media(max-width: 750px){
    .logo, .nav{
        margin: 5px;
    }
    .prod{
        width: 50%;
        height: 50%
    }
}
    
@media(max-width: 726px){
    .logo, .nav{
        margin: 0;
    }
    .nav{
        margin-bottom: 3px;
    }
    header{
        flex-direction: column;
    }
    
}*/
