#landing{
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 92%;
    line-height: 1.4em;
    padding: 0 0 1.25em 0;
}
#landing .content ol, #landing .content ul{
    list-style: disc;
    padding-left: 20px;
}

#landing #content_main{
    width: 100%;
}

#landing .bg{
    position: relative;
    height: 100%;
    margin-bottom: 20px;
}

#landing .bg img{
    position: relative;
    top: 0;
    left: 0;
    height: auto;
    object-fit: cover;
}

#landing .bg .titol {
    float: none;
    z-index: 2;
    position: absolute;
    bottom: 20%;
    left: 5%;
    line-height: normal;
}

#landing .bg .titol h1{
    font-weight: 700;
    color: #fff;
    font-size: 28px;
    margin-bottom: 10px;
}
#landing .bg .titol h2{
    color: #fff;
    font-size: 24px;
    margin-right: 140px;

}

#landing .bg .titol a{
    text-decoration: none;
}

#landing .content{
    width: 60%;
    margin-top: 2rem;
    margin-left: auto;
    margin-right: auto;
}

#landing .video{
    margin-top: 2rem;
}

#landing .img{
    margin-top: 2rem;
}

@media screen and (max-width: 700px) {
    #landing .bg .titol h1{
        font-size: 20px;
        margin-right: 40px;
        margin-bottom: 0;
    }

    #landing .bg .titol h2{
        font-size: 20px;
        margin-right: 40px;
        display: none;
    }

    #landing .content{
        width: 100%;
    }
}

#landing #content_main_ofertes {
    width: 66%;
	margin: 0 auto;
    margin-top: 3rem;
}

#landing #content_main_ofertes h3{
    margin-bottom: 1rem;
    font-weight: 300;
    font-size: 17px;
}

#landing #content_main_ofertes  ul.menu  {
    list-style: none !important;
}

#landing #content_main_ofertes .menu li {
    float: left;
}

#landing #content_main_ofertes .menu li a {
    background: rgb(37,110,149);
    background: linear-gradient(90deg, rgba(37,110,149,1) 0%, rgba(62,151,213,1) 100%);
    padding: 25px;
    display: inline-block;
    margin-bottom: 25px;
    color: white;
    text-decoration: none;
    border-radius: 6px;
    width: 235px;
    text-align: center;
}
#landing #content_main_ofertes .menu li:nth-child(odd) {
margin-right: 20px;
}

#landing #content_main_ofertes .menu li a:hover {
text-decoration: underline;
}

@media screen and (max-width: 700px) {

	#landing #content_main_ofertes {
		width: 100%;
        margin-top: 2rem;
	}


	#landing #content_main_ofertes .menu li {
		display: block;
		width: 100%;
		float: none;
	}
    #landing #content_main_ofertes .menu li a {
        width: 100%;
        padding: 25px 0;
    }
}