@charset "utf-8";
/* CSS Document */
html, body {
	height:100%;
	margin:0;
	padding:0;
}
html {
  scroll-behavior: smooth;
}


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

.text-shadow {
	text-shadow: #000 2px 2px 1px;
}


.top-logo {max-width:100px; max-height:100px;}



/*.carousel-caption {
z-index: 10;
	
}
.carousel .carousel-item {
background-color: #777;
}
.carousel .carousel-inner .bg {
background-repeat:no-repeat;
background-size:cover;
}
.carousel .carousel-inner .bg1 {
background-color:#7036FF;
background-image:url('../images/fondo.png');
background-position: center center;
	
}*/


.carousel, .carousel-item, .carousel-inner, .active {
	height:100%;
}

.carousel-caption {
	top: 25%;
	transform: translateY(-25%);
	bottom: middle;
	
}

@media all and (min-width:768px){
    .carousel-caption {
	top: 50%;
	transform: translateY(-50%);
	bottom: middle;
	
}
}