﻿.titolo-argomento {
    background-color: #00695C;
    color: #fff;
}
/* riga rossa */
.riga1{
	
    width: 50%;
    float: left;
    height: 4px;
    background: #4EBAAA;
    background: -webkit-linear-gradient(90deg,#4EBAAA 75%,#fff);
    background: -o-linear-gradient(90deg,#4EBAAA 75%,#fff);
    background: -moz-linear-gradient(90deg,#4EBAAA 75%,#fff);
    background: linear-gradient(90deg, #4EBAAA 75%,#fff);
}

.riga2{
	width: 50%;
    float: left;
    height: 4px;
    background: #4EBAAA;
    background: -webkit-linear-gradient(-90deg,#4EBAAA 75%,#fff);
    background: -o-linear-gradient(-90deg,#4EBAAA 75%,#fff);
    background: -moz-linear-gradient(-90deg,#4EBAAA 75%,#fff);
    background: linear-gradient(-90deg,#4EBAAA 75%,#fff);
}

@media (max-width: 991px)
{
	

.titolo-argomento {
    display: block!important;
}}

.jumbotron {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0 15px;
    border-radius: 0;
    position: relative;
}

.jumbotron .jumbotron-overlay.overlay-middle-right {
    top: 50%;
    transform: translateY(-50%)!important;
    right: 0px;
}
.jumbotron.jumbotron-viola .jumbotron-overlay {
        background-color: rgba(0,105,92,.7);    color: #fff;
}
.jumbotron .jumbotron-overlay {
    padding: 1rem;
    position: absolute;
    overflow: hidden;
}
@media (max-width: 991.98px){
.jumbotron .jumbotron-overlay[class*=overlay-] {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	top: 0!important;
	left: 0;
	bottom: 0;
	height: auto;
	transform: none!important;
	position: relative;
	background: #e0e0e0;
	color: #000;
	border-bottom: 3px solid #00695C!important;

}
}



@media (max-width: 991.98px){
.jumbotron .w-50 {
    width: auto!important;
}}

.jumbotron .display-4 {
    font-size: 2.5rem;
}

@media (max-width: 991.98px){
.jumbotron .display-4 {
    font-size: 1.4rem;
}}
.shadow-seu {
     color:#000000;
    
}

.shadow-seu:hover {
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    color:#000000;
    
}
.w-33 {
    width: 100%!important; 
}
.box-news {
    margin-left: 0rem;
}
@media screen and (max-width: 575px){
	
.box-news {
    display: inline-block!important;
}}
