﻿
/*@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@600&display=swap');*/
/*@import '~mdb-ui-kit/css/mdb.min.css';*/


/*@font-face {
    font-family: 'Raleway', sans-serif !important;
}*/

.fade {
background-color:rgba(0,0,0,0.7);
}

.modal-header {
    background-color: rgb(250,50,40);
    color: white;
}

.modal-body #teams {
    font-size: 2.5rem;
    color: rgb(250,50,40);
}

/*.btn a{
    text-decoration:none;
    color:white;
}

.btn a:hover {
    text-decoration: none;
    color: white;
}*/

.contenedor {
    height: 100%;
    padding: 5% 0;
}

h1 {
    color: #FCFBFA;
}

.intro {
    color: rgb(250,50,40);
    font-weight:800;
}

.row {
    display: flex !important;
    /*justify-content: center !important;*/
}

.container_foto {
    background-color: rgba(57, 62, 93, 1);
    padding: 0;
    overflow: hidden;
    max-width: 350px;
    margin: 5px;
}

.container_foto article {
    padding: 9%;
    position: absolute;
    bottom: 0;
    z-index: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.container_foto h2 {
    color: #fff;
    font-weight: 800;
    font-size: 25px;
    border-bottom: #fff solid 1px;
}

.container_foto h4 {
    font-weight: 300;
    color: #fff;
    font-size: 16px;
}

.container_foto img {
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.4;
    -webkit-transition: all 4s ease;
    -moz-transition: all 4s ease;
    -o-transition: all 4s ease;
    transition: all 4s ease;
}

.ver_mas {
    background-color:  #151414; /* span con tasto play*/
    position: absolute;
    width: 100%;
    height: 70px;
    bottom: 0;
    z-index: 1;
    opacity: 0;
    transform: translate(0px, 70px);
    -webkit-transform: translate(0px, 70px);
    -moz-transform: translate(0px, 70px);
    -o-transform: translate(0px, 70px);
    -ms-transform: translate(0px, 70px);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.ver_mas span {
    font-size: 30px;
    color: rgb(250,50,40);
    position: relative;
    margin: 0 auto;
    width: 100%;
    top: 13px;
}

.container_foto:hover {
    cursor: pointer;
}

.container_foto:hover img {
    opacity: 0.1;
    transform: scale(1.5);
}

.container_foto:hover article {
    transform: translate(2px, -69px);
    -webkit-transform: translate(2px, -69px);
    -moz-transform: translate(2px, -69px);
    -o-transform: translate(2px, -69px);
    -ms-transform: translate(2px, -69px);
}

.container_foto:hover .ver_mas {
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    opacity: 1;
}

/*STILE PER STEPPER------------*/
/*
    border: #701010
    c4s:    #fa3328
*/

.step {
    padding: 10px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    background-color: none;
}

.v-stepper {
    position: relative;
    /*   visibility: visible; */
}


.step .circle {
    background-color: white;
    border: 3px solid #fa3328;
    border-radius: 100%;
    width: 20px; /* +6 for border */
    height: 20px;
    display: inline-block;
}

.step .line {
    top: 20px;
    left: 9px;
    /*   height: 120px; */
    height: 100%;
    position: absolute;
    border-left: 3px solid grey;
}

.step.completed .circle {
    visibility: visible;
    background-color: #fa3328;
    border-color: #333030;
}

.step.completed .line {
    border-left: 3px solid grey;
}

.step.active .circle {
    visibility: visible;
    border-color: darkgrey;
}

.step.empty .circle {
    visibility: hidden;
}

.step.empty .line {
    /*     visibility: hidden; */
    /*   height: 150%; */
    top: 0;
    height: 150%;
}


.step:last-child .line {
    border-left: 3px solid white;
    z-index: -1; /* behind the circle to completely hide */
}

.content {
    margin-left: 20px;
    display: inline-block;
}
