html, body{
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	color: white;
}
#navv{
    border-bottom: #FFD33E;
    border-bottom-width: 7px;
    border-style: solid;
    margin-bottom: auto;
 /*   padding-top: 5px;*/



    /* position: absolute; */
   
    /* z-index: 10000; */
    box-sizing: border-box;

        /* height: 15%; */
    padding: 7px;
    height: max-content;
}


#div-arrow{
        position: absolute;
    top: 0;
    bottom: 0;
    margin-bottom: auto;
    margin-top: auto;
    height: min-content;
    margin-left: 5%;
}
header{
        margin-top: auto;
    margin-bottom: auto;
    position: relative;
}

#logo{
    background-image: url('../img/logo_kickup.png');
    background-repeat: no-repeat;
    background-size: auto 100%;
    height: 50px;
    width: 175px;
}
#headerwrap {
	background: url('../img/banner-field.jpg') no-repeat center top;
	margin-top: 0px;

	background-attachment: relative;
	background-position: center center;
	min-height: 650px;
	width: 100%;
	height: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#headerwrap h1 {
    font-family: 'Roboto Slab', serif;
	color:#ffffff;
	font-size: 4em;
	font-weight: bold;
	text-shadow: 2px 2px 2px #000;

    bottom: 0;
    margin-bottom: auto;
    margin-top: auto;
    height: min-content;
    top: 0;
    position: absolute;
    width: 100%;
    text-align: center;

}
#headerwrap div{
    position: relative;
    height: inherit;
}

#wrap1{
    position: absolute;
    width: 100%;
    background-color: black;
    margin-bottom: auto;
}

#greywrap1 {
    background: #000000;
 
    padding-top: 40px;
 
    text-align: center;
    padding-bottom: 40px;
    height: auto;
    font-size: initial;
   
    width: 100%;
    position: relative;
}
#form{
	width: 40%;
    background-color: white;
    border-radius: 20px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 4%;
    margin-bottom: 2%;
}
#form p{
	color: black;
	font-size: x-small;
    text-align: left;
}
input{
	border: none;
	border-bottom: 1px solid black;
	background-color: white;
	width: 100%;
	margin-bottom: 5%;
    text-align: center;
    color: black;
}
form{
	    margin: auto;
    padding: 15%;
    box-sizing: border-box;
        text-align: left;
        padding-bottom: 3%;
        padding-top: 20%;
}
#btnSend{
	background-color: #ffd33e;
    border-radius: 50px;
    height: 50%;
    width: 50%;
    box-sizing: border-box;
        padding-top: 5%;
    padding-bottom: 5%;

	position: relative;
    margin-left: auto;
    margin-right: auto;
}
#btnSend:hover{
    background-color: #DAAE1F;
}
#btnSend p{
	font-weight: bold;
	color: black;
	margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    display: block;
    width: 50%;
    text-align: center;
}

.link_idioma:link {
color: #ffffff;
}
.link_idioma:visited {
color: #ffffff;
}
.link_idioma:hover {
color: #ffffff;
}

.centered {
    text-align: center;
        margin-left: auto;
    margin-right: auto;
}
.c{
        width: min-content;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    /* height: 60%; */
    position: relative;
    /* height: 9%; */
    height: max-content;
}

@media only screen and (min-device-width:768px) and (max-device-width : 1024px) and (orientation : portrait){
    .header{background-attachment: scroll;}
}


@media screen and (max-width:769px) {

	#form{
	    width:100%;
	}
}