/* CSS custom rapido per modifiche dell'ultimo minuto */

body{
    background-color: #fff !important;
}
footer.page-footer{
    background-color: #fff !important;
}
div.footer-copyright{
    background-color: #fff !important;
    color: #f18401 !important;
}
.my-shadow{
    -webkit-box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.64); 
box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.64);
}
.colore-ceo {
    position: relative;
    left: 10%;
    width: 80%;
    min-height: 10px;
    /* border: 3px solid #232323; */
    background-color: #F18500;
    color: #ffffff;
}

.my-pointer{
    cursor: pointer;
}

.width-height-100 {
    width: 100%;
    height: 100%;
}

.vertical-bottom {
    vertical-align: bottom;
}

.vertical-top {
    vertical-align: top;
}

.my-flex {
    display: flex;
}

.my-flex-column {
    flex-direction: column;
}

.my-justify-center {
    justify-content: center;
}

.my-align-items-center {
    align-items: center;
}

.img32 {
    width: 32px;
    height: 32px;
}

.my-btn-a {
    color: #ffffff;
    text-decoration: none;
}

.my-padding-15 {
    padding: 15px;
}

.my-margin-0 {
    margin: 0;
}
.my-margin-0-15 {
    margin: 0 15px;
}

.i-padding-right {
    padding-right: 5px;
}

.i-font-2-rem {
    font-size: 2.3rem !important;
}

.my-uppercase {
    text-transform: uppercase;
}

.my-text-center {
    text-align: center;
}
/* .line{
    height: 150px;
    position: relative;
    overflow: hidden;
}
.line>img{
    width: 200px;
    height: 200px;
}
.line>img.top{
    position: absolute;
    right: -20px;
    top: -20px;

} */
.yellow{
    background-color: #ffed00;
}
.red{
    background-color: #e30613;
}
.orange{
    background-color: #f18401;
}
.orario{
    font-size: 18px;
    
}
.pillow{
    color: white;
    
    border-radius: 10px;
    padding: 5px 15px;
}
.sm{
    flex-grow: 1;
}
.md{
    flex-grow: 2;
}
.line{
    height: 10px;
}
.my-logo{
    margin-top: 30px;
}
.my-col-50{
    width: 50%;
}
.title-wrapper{
    padding-left: 20px;
}
.red-text{
color: #e30613;
}
.date{
    font-size: 25px;
}
.lower-banner{
    height: 100px;
}
.title{
    margin: 0 !important;
}
.mob-name{
    display: none;
}
.desk-name{
    display: block;
}
@media screen and (max-width: 768px) {
    .my-col-50{
        width: 100%;
    }
    .my-col-50 img{
        margin-top: 30px;
    }
    .my-flex{
        display: block;
    }
    .title{
        font-size: 35px;
    }
    .title-wrapper{
        padding: 0;
    }
    .line-wrapper{

    }
    .clearfix::after {
        content: "";
        clear: both;
        display: table;
      }
    .my-sm{
        width: 20%;
        float: left;
    }
    .my-md{
        width: 40%;
        float: left;
    }
    .my-name{
        font-size: 3.8rem;
    }
    .mob-name{
        display: block;
    }
    .desk-name{
        display: none;
    }
  }