@charset "UTF-8";
/* Reseteo */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0px;
	padding: 0px;
	border: medium;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
html, *{
	box-sizing:border-box;
	}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
section{
	padding: 20px;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*ESTILOS GENERALES*/
body {
	background-color:#ffffff;
	font-family: "Roboto Slab", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	font-size: 18px;
	line-height: 2;
}

h1,h2,h3,h4,h5,h6{
	color:#000000
}
h1{
	font-size: 3rem;
}

/*ESTILOS PROPIOS*/
header{
	background-color:#000000;
	width: 100%;
	height: 9vh;
	z-index: 1;
	
}

nav{
	padding: 2px
}
a{
	text-decoration: none;
	display: inline-block;
	font-size: 1rem;
}
a:hover{
	color:#FFE58A;
	text-decoration: none;
}
.menu{
	background-color: black;
	display: flex;
	justify-content: flex-start;
}
.menu a {
	padding: 1%;
	color: white;
	text-decoration: none;
}
.menu a.active{
	color:#FFE58A
}
.principal {
	background-image: url("img-port/Ani/WAX3.png");
	background-repeat: no-repeat;
	background-size: cover;
	height: 80vh;
	text-align: center;
	display: flex;
	justify-content: center;
	margin: 5px;
}
.inicio {
	background: rgba(0,0,0,0.60);
	width: 100vh;
	height: 71vh;
}

.intro {
	color: #FFFFFF;
	text-shadow: 3px 3px 3px black;
	display: flex;
	justify-content: center;
}
.tarea {
	padding: 5px;
	color: #FFFFFF;
	margin-top: 1rem;
	margin-bottom: 1rem;
	margin-left: 1rem;
	margin-right: 1rem;
	font-size: 2rem;
}
.btn {
  font-size: 20px;
  padding: 10px;
  background: #ffffff;
  color: rgb(0, 0, 0);
  width: 200px;
  border-radius: 10px;
  text-decoration: none;
	display:inline-block;
	transition: all 2s;
}
.btn:hover {
	width: 300px;
}
.titulo {
	color: #FFFFFF;
	padding: 10px;
	font-size: 2rem;
	text-shadow: 3px 3px 3px black;
	text-align: center;
}
.titulo-armas {
	color: #FFFFFF;
	padding: 20px;
	font-size: 2rem;
	text-shadow: 3px 3px 3px black;
	text-align: center;
	background-color: #271f1d;
}
.trailer p {
	text-align: center;
	color: #FFFFFF;
	background-color: #000000;
	opacity: 0.7;
	padding-bottom: 20px 20px 20px
}
.eco {
	background: #271f1d;
	box-shadow: 3px 3px 3px black;
	background-image: url("img-port/Ani/WAX4.png");
	background-repeat: no-repeat;
	background-size: cover;
	height: 50vh;
	text-shadow: 3px 3px 3px black;
}
.texto-eco{
	padding: 3%;
	font-size: 1.5rem;
	margin: 3%;
}
hr{
	background-color: #271f1d;
	
}
.video {
	display: flex;
	justify-content: center;
	text-align: center;
}
.video-p {
	/*display: flex;*/
	text-align: center;
	margin-left: 25%;
	margin-right: 25%;
	margin-top: 2%;
	font-size: 2rem;
	border-radius: 8px;
}
/*FOTOS*/
.fotos{
	padding: 20px;
	height: 70vh;
	display: flex;

}

.img1{
	margin: 3%;
}

.img2{
	margin-left: 3%;
}

.img3{
	padding: 1%;
	margin: 3%;
}

.img4{
	margin-left: 25%;
	margin-right: 25%;
}

.img5{
	margin-left: 10%;
	margin-right: 10%;
}

.fotos div{
	width: 23%;
	height: 600px;
	padding: 20px
}

.abajo {
	display: flex;
	flex-flow: row-reverse;
	align-content: center;
	align-items: center;
	background-image: url( "img-port/Rig/RIG\ 1.png");
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
	overflow: hidden;
}

.caza {
	float: left;
	margin-left: 20px;
	display: flex;
	justify-content: center;
}
.caza p {
	margin-left: 40px;
	color: #FFFFFF;
	padding: 20px 20px 20px;
	width: 30vh;
}

li{
	padding-left: 1rem;
	color: #FFFFFF;
	opacity: 0.9;
}
.hueco {
	clear: both;
}
.formulario {
	background-color: #000000;
	width: 40%;
	margin-left: 600px;
	box-shadow: 3px 3px 3px black;
	text-align: center;
	border-radius: 8px;
}
.formulario form input {
	color: #FFE58A;
	border: 1px solid;
}
form {
	padding: 12px;
	border-radius: 6px;
	border:1px solid #A2A2A2;
	margin: 2px;
	margin-bottom: 15px;
	margin-top: 15px;
}
option {
	height: 1rem;
}
input{
	border-radius: 12px;
	height: 1rem;
	text-align: center;
	font-size: 1rem;
	margin: 3%;
	padding-left: 10%;
	padding-right: 10%;
	padding-top: 3%;
	padding-bottom: 3%;
	}

.select{
	font-size: 1.3rem;
	border-radius: 5px;
}

.fa-brands{
	padding: 3px;
	color: white;
	font-size: 2rem;
}
footer{
	clear: both;
	background-color:#000000;
	padding: 20px;
}
footer p {
	color: #FFFFFF;
	margin-left: 30px;
	opacity: 0.8;
}
.capcom {
	margin-right: 20px;
	margin-top: 10px;
	display: flex;
	justify-content: flex-end;
	margin: 1%;
}

.iframe{
	display: flex;
	justify-content: center;
	margin: 20px;
	font-size: 2rem;
	text-align: center;
}
iframe{
	padding: 10px
}
@media (min-width: 600px) and (max-width: 768px){
	.video{ width: 500px;}
	.formulario {width: 300px;}
	.img-caza {width: 250px;}
}