/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/* MENU */

.site-header {
	position: fixed;
	width: 100%;
	z-index: 100;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}
/* FIN MENU */

/* MENU FOOTER */
.menu-footer a {
	color:#ffffff;
	font-size: 14px;
	margin-right: 15px
}
.menu-footer a:hover {
	color: #00c0ff !important;
}
/* FIN MENU FOOTER */

/* VIDEO BACKGROUND */
.background-video-content {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.background-video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    object-fit: cover;
}
/* FIN VIDEO BACKGROUND */


/* MISC */
.no-underline {
	text-decoration: none !important;
}
/* FIN MISC */

/* FORM */
.input-form input {
	width: 100%;
	border-radius: 9px;
}
.formulario-home p {
	margin-bottom: 5px;
}
textarea {
    height: 200px;
}
/* FORM */

/* MOBILE */
@media (max-width: 768px) {
	  .background-video {
    display: none !important;
  }
	.input-form input {
	width: 350px;
	}
}
/* FIN MOBILE */