html {
  scroll-behavior: smooth;
}

menu {
    padding: 0;
    margin: 0;
    position: fixed;
    top: 0;
    z-index: 200;
    width: 100%;
    border-bottom: 0px solid black;
}

header {
    position: relative;
    top: 0;
    z-index: 150;
    width: 100%;
    margin-top: -50px;
}

.counterTime {
	/*background-color: #07161f;*/
	background-color: black;
	padding: 20px 0 20px 0;
	border-top: 2px solid rgba(255,255,255,0.4);
	color: white;
	font-size: 25px;
	text-align: center;
}

/*.menuInscripcions{
    background-color:black;
    color:white !important;
}
.menuInscripcionsA a{
    color:white !important;
}

.menuInscripcionsA .show{
    background-color:black;
}*/

#navbarDropdown{
    cursor: pointer;
}

.inscripcionsLink{
    color: white;
}

.inscripcionsLink:hover{
    color: #ffc107;
}

.linkCurses{
    color:black;
    margin-top: 10px;
}
.linkCurses:hover{
    background-color: #ffc107!important;
    border-radius: 15px;
    color:#ffc107!important;
}

.noticies{
    font-size: 25px;
    text-align: center;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url(../media/bars-solid.svg);
}
.navbar-dark .navbar-toggler{
    border-color: black;
}
.boxTitle{
    position: relative;
    display: inline-block; /* Make the width of box same as image */
    width: 100%;
    margin-top: 0px;
}
.boxTitle .textTitle{
    position: absolute;
    z-index: 100;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 20%; /* Adjust this value to move the positioned div up and down */
    text-align: center;
    width: 75%; /* Set the width of the positioned div */
    color: white;
    text-align: center;
    -webkit-text-stroke: 2px black;
}

.boxTitle .textTitleClas{
    position: absolute;
    z-index: 100;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 40%; /* Adjust this value to move the positioned div up and down */
    text-align: center;
    width: 90%; /* Set the width of the positioned div */
    color: white;
    text-align: center;
    -webkit-text-stroke: 2px black;
}

.textTitle h1{
    font-size: 60px;
}
.textTitleClas h1{
    font-size: 40px;
}
.textTitle h3{
    font-size: 30px;
}

.dropdown-menu{
    color: black !important;
    font-size: 20px !important;
}
.navbar-dark .navbar-nav .nav-link {
    color: black !important;
    font-size: 20px !important;
}

.logoPortada{
	width: 120px;
    height: auto;
    margin:20px;
}

.fotoCursa{
    width: 250px;
    min-height: 160px;
    margin-bottom:10px;
    margin-top:10px;
}

.borderLogoPortada {
	margin-top: 20px;
}

.borderLogoPortadaYellow {
	margin-top: 10px;
    background-color: #ffc107 !important;
}

.logoSponsor{
    margin-top: 20px;
    margin-bottom: 20px;
}

.descripcionsTextCursa{
    font-size:20px;
}

.descripcioCursa{
    text-align: justify;
    font-size: 24px;
    padding: 10px;
    opacity: .7;
    color: white;
}

.descripcioCursaLlarga {
    background: #44ab00ff;
}
.descripcioCursaMitja {
    background: #FE0417;
}
.descripcioCursaCurta {
    background: #048FFC;
}
.descripcioCursaXics {
    background: #aa00d4ff;
}
.descripcioCursaserveis {
    background: #ffc107;
}
.a-button-outline.a-button--warning{
    background-color: #f2f2f2 !important;
}

.whiteFont{
    /*color: #f2f2f2;
    -webkit-text-stroke: 2px black;*/
    color:black;
}

.logosInscripcions{
    width: 75px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px;
}

.logosInscripcions:hover{
    background: #ffc107!important;
    border-radius: 15px;
    padding: 20px;
}

.logosXarxeSocials:hover{
    background-color: #ffc107!important;
    /* padding-left: 5px; */
    /* padding-right: 1px; */
    padding-bottom: 17px;
    padding-top: 14px;
    /* width: 50px;
}

.botoVoluntaris:hover{
    background-color: black;
    color: red;
}

#colaboradors{
    margin-bottom: 40px;
}

.listColabadores{
    justify-content: left!important;
}

@media (min-width: 768px) {
    .listColabadores{
        justify-content: center!important;
    }
    .col-md-3 {
        max-width: none;
    }
    .textTitle h1{
        font-size: 95px;
    }
    .textTitle h3{
        font-size: 50px;
    }
    .textTitleClas h1{
        font-size: 75px;
    }
}
@media (min-width: 990px) {
    .col-md-3 {
        max-width: 25%;
    }
}

menu{
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
    border-bottom: 1px solid black;
}