@charset "UTF-8";
/* CSS Document */


.nav-link {
    color: #fff;
   
}

.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
    color: #fff;
 
}

.nav-link.active2{
	color: chartreuse;
	
}

.whatsapp {
    position: fixed;
    bottom: 30px;
    right: 30px;
    max-width: 50px;
    z-index: 10;
}

footer {
	background: #000000;
	
}

.nav-link:focus, .nav-link:hover {
    color: #eb2128;
}

.backgroundlayher{
	background: #000000;
	background-size: cover;
	padding: 20px 0 20px 0;
	
}

.backgroundlayhervideo {
	width: 400px;
    display: flex;
    margin: 0 auto;
}

.backgroundrigging{
	background: #000000;
	background-size: cover;
	padding: 10px 0 10px 0;
	
}

.backgroundriggingvideo {
	width: 400px;
    display: flex;
    margin: 0 auto;
}

.backgroundriel{
	background: #000000;
	background-size: cover;
	padding: 10px 0 10px 0;
}
.backgroundrielvideo {
	width: 400px;
    display: flex;
    margin: 0 auto;
}
.backgroundbigblocks{
	background: #000000;
	background-size: cover;
	padding: 10px 0 10px 0;
}

.backgroundbigblocksvideo{
	width: 400px;
    display: flex;
    margin: 0 auto;
	
}

.centrar{
	text-align: center;
	margin: 0 auto;
}

.final{
	background: #323232;
	color: aliceblue;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 300px	
}

.final h1 {
	font-size: 32px;
}

.final h2 {
	font-size: 32px;
}

.final p{
	font-size: 13px;
}

.container{
	width: 100vw;		
}

.hero-text	 {
	text-align: center;
	position: absolute;
	top:80%;
	left:50%;
	transform: translate(-50%, -50%);
	color: white;
}

h5{
	font-weight: 300;
	font-size: 900;
}

.navbar-toggler {
   padding-top: 10px;
   padding-bottom: 4px;
   padding-right: 20px;
   padding-left: 6px;
   margin-right: 10px;	
   font-size: 20px;
   line-height: 1;
   color: aliceblue;
   background-color: transparent;
   border-right-width: 5px;
   border-top-width: 5px;		
}

.dropdown-submenu {
   position: relative;
   padding-left: 8px;
	padding-right: 8px;
}

.dropdown-submenu>.dropdown-menu {
   top: 0;
   left: 100%;
   margin-top: -6px;
   margin-left: -1px;
   -webkit-border-radius: 0 6px 6px 6px;
   -moz-border-radius: 0 6px 6px;
   border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
   display: block;
   transition-duration: 2s;	
}

.dropdown-submenu:hover>a:after {
   border-left-color: #fff;
   color: red;
}

.dropdown-submenu.pull-left {
   float: none;
   transition-delay: 2s;
   transition-duration: 2s;	
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
	transition-delay: 2s;
	transition-duration: 2s;	
}

.dropdown-submenu .dropdown-menu li .dropdown-item{
	font-weight: 300;
	transition-delay: 2s;
	transition-duration: 2s;
}

.dropdown-submenu .dropdown-menu li .dropdown-item:hover{
	color: #eb2128;
	font-weight: 300;
	transition-delay: 2s;
	transition-duration: 2s;
}