/*
Personalizar css
Colmotiom.co
*/

body{
	background-color: #fafafa;
	font-family: 'Nunito', sans-serif;
}


.text-small {
	font-size: 0.7rem;
}

.navbar-brand {
	font-size: 1.1rem;
}
.div-cel{
	height:0px;
}
.navbar-collapse {
	flex-grow: 0 !important;
}

.bg-dark{
	transition: 750ms ease;
	/*background-color: rgb(36, 126, 1) !important; */
	background-color: transparent !important;
}

.bg-dark.scrolled{
	/*background-color: rgba(33, 37, 41) !important; Azul fuerte Cambia el color del Navbar*/
	background-color: rgb(228, 47, 137) !important; /* Cambia el color del Navbar*/
	/*-webkit-box-shadow: 0 8px 6px -6px #999;
	-moz-box-shadow: 0 8px 6px -6px #999;
	box-shadow: 0 8px 6px -6px #999;*/
}
.bg-dark_no_scrolled{
	/*background-color: rgba(33, 37, 41) !important; Azul fuerte Cambia el color del Navbar*/
	background-color: rgb(228, 47, 137) !important; /* Cambia el color del Navbar*/
	/*-webkit-box-shadow: 0 8px 6px -6px #999;
	-moz-box-shadow: 0 8px 6px -6px #999;
	box-shadow: 0 8px 6px -6px #999;*/
}


.caption-item{
	top: 30vh;
	left: 20vh;
	bottom: auto;
	text-align: left !important;
}
/*
.btn-danger{
	background: linear-gradient(to right, rgb(158, 1, 1), rgb(255, 156, 7));
}
*/
.navbar{
	padding-bottom: 0.5rem!important;
	padding-top: 0.5rem!important;
}

.fondo{
	height: 100vh;
	background: url('/img/bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}

.top-nav-collapse{
	background: rgba(52 107 174);
}

.bg-footer{
	background-color: rgb(228, 47, 137) !important; /* Cambia el color del Navbar*/
}

/* Muesta botón de ayuda de whatsapp*/
.label-container{
	position:fixed;
	bottom:48px;
	right:105px;
	display:table;
	visibility: hidden;
}

.label-text{
	color:#FFF;
	background:rgba(51,51,51,0.5);
	display:table-cell;
	vertical-align:middle;
	padding:10px;
	border-radius:3px;
}

.label-arrow{
	display:table-cell;
	vertical-align:middle;
	color:#333;
	opacity:0.5;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	/*background-color:#06C;*/
	background-color: #249011;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
	text-decoration: none;
}

.my-float{
	font-size:22px;
	margin-top:14px;
	color:#FFF;
	text-decoration: none;
}
a.float + div.label-container {
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity 0.5s ease;
  }
  
  a.float:hover + div.label-container{
	visibility: visible;
	opacity: 1;
  }
  
  a{
	  text-decoration: none;
  }
/* end Muesta botón de ayuda de whatsapp*/
/*
.dropdown:hover>.dropdown-menu {
	display: block;
}
*/
.cardrito{
	width: 35rem;
}


/*Galeria*/

.p-img{
  display:flex;
  margin:0 auto;
}

.p-img:hover{
	height:118px;
   }

.lightbox-gallery {
    background-image: linear-gradient(#4A148C, #E53935);
    background-repeat: no-repeat;
    color: #000;
    overflow-x: hidden
}

.lightbox-gallery p {
    color: #fff
}

.lightbox-gallery h2 {
    font-weight: bold;
    margin-bottom: 40px;
    padding-top: 40px;
    color: #fff
}

@media (max-width:767px) {
    .lightbox-gallery h2 {
        margin-bottom: 25px;
        padding-top: 25px;
        font-size: 24px
    }
}

.lightbox-gallery .intro {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto 40px
}

.lightbox-gallery .intro p {
    margin-bottom: 0
}

.lightbox-gallery .photos {
    padding-bottom: 20px
}

.lightbox-gallery .item {
    padding-bottom: 30px
}



@media (max-width: 767px) {


}
@media (max-width: 540px) {

	.bg-dark{
		/*background-color: rgba(33, 37, 41) !important; Azul fuerte Cambia el color del Navbar*/
		background-color: rgb(228, 47, 137) !important; /* Cambia el color del Navbar*/
		/*-webkit-box-shadow: 0 8px 6px -6px #999;
		-moz-box-shadow: 0 8px 6px -6px #999;
		box-shadow: 0 8px 6px -6px #999;*/
	}

	.navbar{
		padding-bottom: 0.1rem!important;
		padding-top: 0.1rem!important;
	}

	.div-cel{
		height:60px;
	}
	.navbar-brand {
		font-size: 0.4rem;
	}

	.caption-item{
		top: 2vh;
		left: 0vh;
	}
	.carousel-caption{
		font-size: 1.1rem;
	}

	.parrafo, .hilo {
		font-size: 1.0rem;
		margin-top: 0;
		margin-bottom: 0;
		margin-left: 2.8rem;
		padding: 0;
	}
	.parrafo{
		margin-top: 0.5rem;
		font-size: 0.7rem;
	}
	.carousel-caption > .btn{
		font-size: 4vw;
		margin-top: 0.8rem;
		margin-left: 2.8rem;
	}

	#carousel{
		margin-top: 7.2vh;
	}

	.cardrito{
		width:auto;
	}
}