
/*----------------------------------------------------------------------------*/
/*    gestion slide                                                           */
/*----------------------------------------------------------------------------*/

.boto {
  text-align: center;
}

.slideshow-container{
    position: relative;
    margin: 10px auto;
    background-color: transparent;
}

.slides img {
    width: 80%;
    height: 40%;
    margin: auto;
    display: block;
    border-radius: 15px;
}

.prev, .next{
    cursor: pointer;
    position: absolute;
    top: 40%;
    margin-left: 5%;
    margin-right: 5%;
    color: blue;
    font-weight: bold;
    font-size: 35px;
    transition: 0.6s ease;
}

.next{
    right: 0;
    padding-right: 20px;
}

.prev{
    left: 0;
    padding-left: 20px;
}

.prev:hover, .next:hover{
    color: black;
    font-size: 35px;
}

.numbertext {
    color: white;
    font-size: 15px;
    margin: 15px;
    position: absolute;
    top: 8px;
    width: 100%;
    text-align: center;
}

.text {
    color: white;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    margin-top: 10px;
    background-color: grey;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active {
    background-color: blue;
}

.dot:hover {
    background-color: #99ccff;
    border-color: blue;
}

button:hover {
    background-color: #99ccff;
    border-color: blue;
}

.transicion {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 3s;
    animation-name: fade;
    animation-duration: 3s;
}

.serveis {
    padding: 15px;
}

.serveis_imatge {
    border: 2px solid black;
    border-radius: 10px;
    box-shadow: 10px 10px 8px black;
    cursor: pointer;
    width: 90%;
}

.serveis_texte {
    font-family: informal2;
    font-weight: bold;
    font-size: 25px;
    margin: 0px;
}

.serveis_texte2 {
    font-family: informal2;
    font-weight: bold;
    font-size: 25px;
    margin-top: 10px;
    color: black;
}
.serveis a {
    text-decoration: none;
}

@-webkit-keyframes fade {
    from {opacity: .3}
    to {opacity: 1}
}

@keyframes fade {
    from {opacity: .3}
    to {opacity: 1}
}
