

.listCategorie{ 
	padding: 10px; 
	background: #ededf1; 

}

.itemCategorie{
	width: 140px!important;
	height: 130px;
	margin: 10px;
	border-radius: 10px	!important;
	display: inline-block!important;
	text-decoration: none;
}

.cadCategorie{
	border-radius: 10px	!important;
 


	color: rgb(97, 75, 104);
    width: 100%;
    height: 100%;
    overflow: hidden;
    box-shadow: 0 15px 35px rgb(0 0 0 / 10%);

	box-shadow: 0px 5px 6px rgb(0 0 0 / 10%);

    border-radius: 15px;
    background: rgba(255, 255, 255, 0.06);
	background: rgb(255 255 255 / 65%);

    transform-style: preserve-3d;
    transition: 0.5s;
    backface-visibility: hidden;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;

	border-right: 1px solid transparent;
	border-bottom: 1px solid transparent;


}

.titleCategorias{
	
    font-family: inherit;
    color: #696b85ba; 
    text-shadow: aliceblue;
    font-size: 1.125rem;

}
 


.cadCategorie>.dvImage{
	text-align: center;
}

.cadCategorie>.dvImage>img{
	width: 80%;
	 
}


.bg-listCategorie{	  
	background:transparent;
}

.bg-white{	  
	background: white;
}

.bg-white>.card{
	border-color: white;
}


 
.imgAbout{
	box-shadow: 11px 3px 20px rgb(96 96 96 / 10%) !important;
    border-radius: 20px !important;
    width: 67%;
}


.about{
	 
	font-family: "Roboto",sans-serif;
    font-size: 15px;
    color: #535353;
}




 /* seccion  registrarse */

 .btn-outline-custom {
    border: 1px solid #00bcd4;
    color: #00bcd4;
    background-color: transparent;
}


 .imgUnete {
    box-shadow: 11px 3px 20px rgb(96 96 96 / 10%) !important;
    border-radius: 20px !important;
	width: 80%!important;
}


 .faqs .accordion .card-title a {
    background-color: #f8f9fa;
    padding: 12px 10px 12px 60px;
}

.faqs .accordion .card-title .collapsed:before {
    content: "\f0142";
}

.faqs .accordion .card-title a:before {
    content: "\f0140";
    font-family: "Material Design Icons";
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 100%;
    line-height: 45px;
    font-size: 15px;
    color: #fff;
    background: #00bcd4;
    text-align: center;
}


.text-dark {
    color: #272727 !important;
}



/*  -- Incio para mobiles  -------------------------------------------------------------------------------------------> */

@media(max-width:767px) {

    .imgAbout{
        width: 90%;
    }

	.imgUnete { 
		width: 90%!important;
	}

	 
	

}