*{
    margin: 0;
    padding: 0;
}
body{
    background-color: #000;
}
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.float:hover {
	text-decoration: none;
	color: #25d366;
  background-color:#fff;
}

.my-float{
	margin-top:16px;
}
.aviso-cookies {
	display: none;
	background: #ff1616;
	padding: 8px;
	width: calc(100% - 40px);
	max-width: 152px;
	line-height: 120%;
	border-radius: 15px;
	position: fixed;
	bottom: 10px;
	left: 20px;
	z-index: 100;
	padding-top: 60px;
	box-shadow: 0px 2px 20px 10px rgba(222,222,222,.25);
	text-align: center;
    border: 2px solid #000;
    height: 38%;
    color: #FFF;
}
.aviso-cookies.activo {
	display: block;
    background-color: #dedbdb;
    border: 4px solid #000;
}
.aviso-cookies .galleta {
	max-width: 100px;
	position: absolute;
	top: -65px;
	left: calc(45% - 45px);
}
.aviso-cookies .titulo,
.aviso-cookies .parrafo {
	margin-bottom: 10px;
    font-family: "Lato", sans-serif;
    font-size: 14px;
}
.aviso-cookies .boton {
	width: 78%;
    height: 20%;
	background: #000;
	border: none;
	color: #fff;
	font-family: "Lato", sans-serif;
    font-weight: 800;
    font-style: normal;
	text-align: center;
	padding: 10px 20px;
	cursor: pointer;
	transition: .3s ease all;
	border-radius: 5px;
	margin-bottom: 12px;
	font-size: 15px;
}
.aviso-cookies .boton:hover {
	background: #D4AF37;
}
.aviso-cookies .enlace {
	color: #FFF;
	text-decoration: none;
	font-size: 15px;
    font-family: "Lato", sans-serif;
    font-weight: 800;
    margin-bottom: 5px;
}
.aviso-cookies .enlace:hover {
	text-decoration: underline;
}
.fondo-aviso-cookies {
	display: none;
	background: rgba(0,0,0,.20);
	position: fixed;
	z-index: 99;
	width: 100vw;
	height: 80vh;
	top: 0;
	left: 0;
}
.fondo-aviso-cookies.activo {
	display: block;
}
.contenedor{
    width: 1100px;
    height: auto;
    margin: auto;
    border: 2px solid #FFD700;
    margin-top: 10px;
    margin-bottom: 10px;
}
header{
    width: 1090px;
    height: 220px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
    background-color: orange;
    display: flex;
}
.caja1{
    width: 200px;
    background-color: #000;
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.caja1 img{
    width: 175px;
    height: 165px;
    padding-top: 5px;
    margin-left: 10px;
}
.cartel{
    width: 200px;
    height: 36px;
    background-color: #ff1616;
}
.cartel h1{
    font-size: 30px;
    text-decoration: none;
    padding: 1px;
    color: #fff;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    font-variation-settings: 100;
}
.caja2{
    width: 669px;
    height: 210px;
    background-color: #FFF;
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
}
.caja2 img{
    width: 669px;
    height: 210px;
}
.caja3{
    width: 200px;
    height: 210px;
    background-color: #fff;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
}
.caja3 h1{
    text-align: center;
    color: #ff1616;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    font-variation-settings: 100;
}
.caja3 img{
    width: 191px;
    height: 187px;
    margin-left: 5px;
}
nav {
	width: 1089px;
    height: 21px;
	max-width: 1100px;
	background:#000;
    padding-top: 4px;
    padding-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    border: 1px solid #D4AF37;
}
.menu_bar {
	display: flex;
    float: right;
    margin-right: 2px;
    width: 30px;
    height: 26px;
    color: #D4AF37;
}
.menu_bar span{
    text-decoration: none;
    font-size: 20px;
    color: #D4AF37;
    float: right;
    margin-right: 10px;
    margin-top: 1px;
}
.menu_bar a{
    color: #000;
}
nav ul {
	overflow:hidden;
	list-style:none;
}
nav ul li {
	float:left;
}
nav ul li a {
	color:#D4AF37;
	padding:2px;
	display:block;
	text-decoration:none;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    margin-left: 14px;
    font-weight: 800;
    font-style: bold;
}
nav ul li span {
	margin-right:5px;
    margin-left: 1px;
}
nav ul li a:hover {
	background:#fff;
}
.container {
	width: 1091px;
    height: 545px;
	display: grid;
	grid-gap: 5px;
	background: orange;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(1, 1fr);
	color: #fff;
	text-align: center;
    margin-right: 5px;
    margin-left: 5px;
}
.container .item{
	background: #fff;
	grid-column-start: 1;
	grid-column-end: 2;
	grid-row-start: 1;
	grid-row-end: 1;
	padding: 5px;
	margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
}
.container .item h1{
    font-size: 20px;
    color: #000;
    font-family: 'Oswald', sans-serif;
    text-align: left;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin-left: 4px;
}
form {
    width: 340px;
    margin: auto;
    background: #000;
    padding: 5px 10px;
    box-sizing: border-box;
    margin-top: 1px;
    height: 524px;
}
h2 {
    color: #fff;
    text-align: center;
    margin: 0;
    font-size: 35px;
    margin-bottom: 5px;
}
input, textarea {
    width: 100%;
    margin-bottom: 20px;
    padding: 7px;
    box-sizing: border-box;
    font-size: 17px;
    border: none;
}
textarea {
    min-height: 230px;
    max-height: 200px;
    max-width: 100%;
}
#boton{
    background: #ff1616;
    color: #fff;
    padding: 10px;
    border-radius: 15px;
}
#boton:hover {
    cursor: pointer;
}
.container .item h2 {
    color: #fff;
    text-align: center;
    margin: 3px 4px;
    font-size: 20px;
    margin-bottom: 5px;
    margin-top: 8px;
	font-family: Arial, sans-serif;
}
.container .item2{
	background: #000;
	grid-column-start: 2;
	grid-column-end: 5;
	grid-row-start: 1;
	grid-row-end: 1;
	margin-top: 5px;
	color: #000;
	box-sizing: border-box;
    margin-right: 5px;
    display: block;
    border: 2px solid #FFD700;
    margin-bottom: 5px;
}
.container .item2 h1{
    color: #FFF;
    font-family: "Lato", serif;
    font-size: 15px;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 3px;
    text-align: left;
}
.container .item2 p{
    color: #FFF;
    font-family: "Roboto Mono", monospace;
    font-size: 13px;
    text-align: justify;
    margin-right: 10px;
    margin-left: 10px;
    padding-bottom: 3px;
    margin-top: 5px;
    margin-bottom: 18px;
}
hr{
    margin-top: 10px;
    color: #FFD700;
    margin-left: 5px;
    margin-right: 5px;
    background-color: #FFD700;
    width: 1086px;
    height: 1px;
    margin-bottom: 5px
}

/*:::::Pie de Pagina*/
footer{
    width: 1090px;
    height: 190px;
    background-color: #000;
    margin-left: 5px;
    margin-right: 5px;
    display: flex;
    margin-top: 5px;
}
.pie1{
    width: 200px;
    height: 180px;
    background-color: #0a141d;
    margin-left: 5px;
    margin-top: 5px;
}
.pie1 img{
    width: 200px;
    height: 180px;
    background-color: #fff;
}
.pie2{
    width: 300px;
    height: 179px;
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #000;
    border-left: 1px solid #efb810;
}
.pie2 h1{
    text-align: center;
    color: #efb810;
    font-size: 16px;
    margin-top: 5px;
    font-family: "Lato", serif;
    font-weight: 700;
    font-style: normal;
}
.pie2 h2{
    color: #efb810;
    font-size: 20px;
    margin-top: 12px;
    font-family: "Lato", serif;
    font-weight: 700;
    font-style: normal;
    margin-left: 10px;
    text-align: center;
}
.pie2 p{
    text-align: justify;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 8px;
    font-family: "Lato", serif;
    font-weight: 300;
    font-style: normal;
    color: #efb810;
    font-size: 14px;
    height: 50px;
}
.pie3{
    width: 298px;
    height: 179px;
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #000;
    border-left: 1px solid #efb810;
}
.pie3 h1{
    font-family: "Lato", serif;
    font-weight: 700;
    font-size: 16px;
    color: #efb810;
    text-align: center;
    margin-top: 5px;
    margin-left: 17px;
}
.pie3 .red-social {
    text-align: center;
    width: 238px;
    height: 20px;
    margin-top: 6px;
    margin-left: 19px;
}
.pie3 .red-social a{
    font-size: 20px;
    margin-right: 8px;
    color: #efb810;
    text-decoration: none;
    margin-left: 15px;
}
.pie3 p{
    margin-left: 15px;
    margin-right: 5px;
    margin-top: 8px;
    text-align: justify;
    color: #efb810;
    font-family: "Lato", serif;
    font-weight: 300;
    font-size: 14px;
    width: 259px;
    height: 91px;
}
.pie3 .red-social a:hover{
    color: #fff;
}
.pie4{
    width: 259px;
    height: 179px;
    margin-left: 12px;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #000;
    border-left: 1px solid #efb810;
}
.pie4 img{
    margin-top: 2px;
    margin-left: 5px;
    width: 255px;
    height: 176px;
}
.pie-de-pagina{
    width: 1090px;
    height: 70px;
    background: #242020;
    margin-left: 5px;
    margin-bottom: 3px;
}
.pie-de-pagina p{
    padding-top: 14px;
    padding-bottom: 2px;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: normal;
    text-align: center;
    color: #efb810;
    font-size: 13px;
}