/* Basic Styling */
//body {background-color: #F3F9EB; }
 
/* Header & Logo */
#header { background: #9ecde9 url(../images/webcampista/header_background.jpg) repeat-x top;
//		max-width: 900px;
//		min-width: 400px;
		 }
 
	#header .left { background: url(../images/webcampista/header_left.jpg) no-repeat top left; }
 
	#header .right {
		height: 174px;
		background: url(../images/webcampista/header_right.jpg) no-repeat top right;
		position: relative; }
 
	#header h1, #header h2 { position: absolute; }
 
	#header h1 {
		top: 76px;
		left: 25px;
		color: #ffffff;
		text-shadow: 0px 0px 8px #426B9A;
		background: transparent;
		font-family: 'Kaushan Script', cursive;
		font-size: 36px; }
 
	#header h2 {
		top: 125px;
		left: 141px;
		color: #033C73;
		font-family: 'Kaushan Script', cursive;
		font-size: 18px; }
		
	#header .sobre {
		background: url(../images/webcampista/logo.jpg)
		position:absolute;
		height: 174px;
		top:0px;
		left:600px;
		border:none;  }

/* Header & Logo movil y quitado logo*/
	#header2 { background: #9ecde9; }

	#header2 h1 {
		color: #fff88;
		text-shadow: 0px 0px 8px #426B9A;
		background: transparent;
		font-family: 'Kaushan Script', cursive;
		font-size: 36px; }
 
	#header2 h2 {
		color: #033C73;
		font-family: 'Kaushan Script', cursive;
		font-size: 18px; }


/* lazy */
.cover {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.imgHolder {
     height: 100%;
    overflow: hidden;
    position: relative;
}

/* anchor */
.anchor {
	padding-top: 90px;
	padding-bottom: 0px;
}	

.navbar .navbar-nav .nav-link {
    color: #F5FCF5;
}


.navbar .navbar-nav  .nav-link:hover {
    color: 868986;
background-color: #5bb85b;
}

.navbar-dark .navbar-nav .nav-link.active {
    color: 868986;
		background-color: #5bb85b;
}

#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}



.z-depth-0 {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.z-depth-1,
.chip:active {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important
}

.z-depth-1-half {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15) !important
}

.z-depth-2 {
    -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important
}

.z-depth-3 {
    -webkit-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19) !important;
    box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19) !important
}

.z-depth-4 {
    -webkit-box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21) !important;
    box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21) !important
}

.z-depth-5 {
    -webkit-box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22) !important;
    box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22) !important
}

.a {
   color: #0d6efd;
   text-decoration: none;	
}