/*!
 * Start Bootstrap - Full Slider (https://startbootstrap.com/template-overviews/full-slider)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-full-slider/blob/master/LICENSE)
 */

body {    
    font-family: 'Century Gothic', 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;    
    color: #777777;
}

a.linkmenu {
  opacity: 0.7;
  color: #777777;
  font-size: 20px;
}

a.linkmenu:hover {
  opacity: 1;
  font-size: 20px;
  color: #777777;
}

h1.textocarrusel {
    text-shadow: 2px 2px 2px rgba(150, 150, 150, 1);
}

.unete {
    margin: 20px 0;
    padding: 10px 40px;
    /*background-color: #427823;*/
}

.carousel-caption {
    
    bottom: 50px;
    
}

.carousel-item {
  height: 100vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}



/* Sticky footer styles
-------------------------------------------------- */

.footer-bs {
	/*position: absolute;*/
  bottom: 0;
  width: 100%;
    background-color: rgb(0, 0, 0);
	/*padding: 20px 20px 20px 20px;*/
    padding-top: 20px;
    padding-bottom: 20px;
	color: rgba(255,255,255,1.00);
	/*margin-bottom: 20px;*/
	/*border-bottom-right-radius: 6px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 6px;*/
}
.footer-bs .footer-brand, .footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns { padding:10px 25px; }
.footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns { border-color: transparent; }
.footer-bs .footer-brand h2 { margin:0px 0px 10px; }
.footer-bs .footer-brand p { font-size:12px; color:rgba(255,255,255,0.70); }

.footer-bs .footer-nav ul.pages { list-style:none; padding:0px; }
.footer-bs .footer-nav ul.pages li { padding:5px 0px;}
.footer-bs .footer-nav ul.pages a { color:rgba(255,255,255,1.00); font-weight:bold; text-transform:uppercase; }
.footer-bs .footer-nav ul.pages a:hover { color:rgba(255,255,255,0.80); text-decoration:none; }
.footer-bs .footer-nav h4 {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom:10px;
}

.footer-bs .footer-nav ul.list-inline { list-style:none; padding:0px; }
.footer-bs .footer-nav ul.list-inline li { padding:5px 10px;}
.footer-bs .footer-nav ul.list-inline a { color:rgba(255,255,255,0.80); }
.footer-bs .footer-nav ul.list-inline a:hover { color:rgba(255,255,255,0.60); text-decoration:none; }

.footer-bs .footer-social ul { list-style:none; padding:0px; }
.footer-bs .footer-social h4 {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.footer-bs .footer-social li { padding:5px 4px;}
.footer-bs .footer-social a { color:rgba(255,255,255,1.00);}
.footer-bs .footer-social a:hover { color:rgba(255,255,255,0.80); text-decoration:none; }

.footer-bs .footer-ns h4 {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom:10px;
}
.footer-bs .footer-ns p { font-size:12px; color:rgba(255,255,255,0.70); }

@media (min-width: 768px) {
	.footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns { border-left:solid 1px rgba(255,255,255,0.10); }
}

.social-box { text-align: center; }
.social-box i {border:1px solid #fff; color:#fff; width:50px; height:50px; border-radius:50%;line-height:50px;}
.social-box i:hover{background:#fff; color:#545252;}
.social-box a{margin: 0 5px;}





.imagebox {
  background: black;
  padding: 0px;
  position: relative;
  text-align: center;
  width: 100%;
  font-size: 20px;
}

.imagebox img {
  opacity: 0.7;
  transition: 0.5s opacity;
}

.imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: white;
  font-size: 1.2em;
  left: 0px;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: 100%;
}

.imagebox:hover img {
  opacity: 1;
}

.imagebox:hover .imagebox-desc {
  padding-bottom: 10%;
}

.card:hover > .imagebox .imagebox-desc {
  padding-bottom: 10%;
}

.card:hover > .imagebox img {
  opacity: 1;
}

.card:hover {
  opacity: 1;
}

.imagebox {
  background: black;
  padding: 0px;
  position: relative;
  text-align: center;
  width: 100%;
}

.imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
}

.imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: white;
  font-size: 1.2em;
  left: 0px;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: 100%;
}

.imagebox:hover img {
  opacity: 1;
}

.imagebox:hover .imagebox-desc {
  padding-bottom: 10%;
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    top: 50%;
    margin: 0 auto;
}