@charset "utf-8";

/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Maven+Pro:400,500,700');

html,
body {
    margin: 0px;
    padding: 0px;
    color: #000;
    font-family: 'Maven Pro', sans-serif;
    background-color: #000;
}

a,
a:hover,
a:focus {
    color: #000;
    outline: none !important;
}

.underline {
    text-decoration: underline;
}

a.underline:hover,
a.underline:focus {
    text-decoration: none;
}

.text-center .img-responsive {
    display: inline-block;
}

.italic {
    font-style: italic;
}

.uppercase {
    text-transform: uppercase !important;
}

button {
    outline: none !important;
}

textarea {
    resize: none;
}

header {
    position: fixed;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 11;
    padding: 25px 0px;
}

.navbar {
    margin-bottom: 0px;
    min-height: inherit;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.navbar-default .navbar-nav>li>a {
    color: #ebebeb;
    font-size: 18px;
    padding: 15px 20px 0px;
    text-transform: uppercase;
}

.navbar-default .navbar-nav>li.last>a {
    padding-right: 0px;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #ad9a6f;
    background-color: transparent;
}

.language ul {
    list-style-type: none;
    text-align: right;
    margin-right: 15px;
}

.language ul li {
    display: inline;
}

.language ul li a {
    display: inline-block;
    text-align: center;
    width: 24px;
    height: 24px;
    line-height: 22px;
    font-size: 12px;
    border-radius: 24px;
    color: #fff;
    border: 1px solid #fff;
    margin-right: 10px;
}

.language ul li a:hover,
.language ul li a:focus,
.language ul li.active a {
    color: #090b0b;
    background-color: #ad9a6f;
    text-decoration: none;
    border-color: #ad9a6f;
}

.testata {
    position: relative;
    /* height: 100vh;background-image: url(../img/video.jpg);
	background-repeat: no-repeat;
	background-position: center center; */
}


/* .overlay {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.4);
	z-index: 2;
	background-image: url(../img/pattern.png);
} */

.link-scroll {
    font-size: 40px;
    padding-bottom: 55px;
    background-image: url(../img/freccia.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 60px;
    z-index: 4;
    display: block;
    width: 100%;
    text-transform: uppercase;
}

.link-scroll:hover,
.link-scroll:focus {
    color: #fff;
    text-decoration: none;
}

section.azienda {
    background-color: #C2B497;
    padding: 70px 0px 130px;
    background-image: url(../img/mano.png);
    background-repeat: no-repeat;
    background-position: center bottom 30px;
}

h1 {
    font-size: 50px;
    text-transform: uppercase;
    padding-bottom: 20px;
    background-image: url(../img/bg-h1.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    margin-bottom: 45px;
    position: relative;
    background-color: #fff;
}

section.azienda h1 {
    background-color: #C2B497;
}

.testo {
    font-size: 18px;
    line-height: 32px;
}

.justified-gallery {
    background-color: #fff;
    padding-top: 3px;
    text-align: center;
}

.justified-gallery .primo-blocco div.left {
    width: 66.6%;
    float: left;
    display: block;
}

.justified-gallery .primo-blocco div.right {
    width: 33.3%;
    float: left;
    display: block;
}

.justified-gallery .secondo-blocco a {
    width: 33.3%;
    float: left;
    display: block;
}

.justified-gallery .terzo-blocco a {
    width: 50%;
    float: left;
    display: block;
}

.justified-gallery .primo-blocco img,
.justified-gallery .secondo-blocco img,
.justified-gallery .terzo-blocco img {
    margin: 3px;
    max-width: 99%;
    display: inline-block;
}

section.qualita {
    padding: 105px 0px 120px;
    background-color: #fff;
}

.m-top30 {
    margin-top: 30px;
}

.m-bottom50 {
    margin-bottom: 50px;
}

.m-bottom6 {
    margin-bottom: 6px;
}

.certificati {
    padding-top: 60px;
    padding-left: 19px;
}

.certificati img.img-responsive {
    display: inline-block;
    margin: 0px 15px 35px;
    transition: all .2s ease-in-out;
}

.certificati a:hover img {
    transform: scale(1.1);
}

.prodotti {
    position: relative;
}

.prodotti .titolo {
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

/* .prodotti .testo {
    position: absolute;
    width: 100%;
    padding: 20px 0px;
    font-size: 25px;
    line-height: 40px;
    text-align: center;
    background-color: rgba(200, 176, 131, 0.8);
    color: #000;
    bottom: 0px;
} */

.fiere {
    padding-top: 105px;
    padding-bottom: 100px;
    background-color: #fff;
}

.fiere img {
    border: 3px solid #ad9a6f;
    margin-bottom: 30px;
}

.fiere .titolo {
    font-size: 28px;
    font-weight: 700;
}

.fiere .data {
    font-size: 22px;
    color: #ad9a6f;
    padding-bottom: 30px;
    background-image: url(../img/bg-h1.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    margin-bottom: 22px;
}

.fiere .testo {
    font-size: 18px;
    line-height: 25px;
}

.contatti {
    background-color: #fff;
    padding-top: 105px;
}

.embed-container {
    position: relative;
    padding-bottom: 516.516px;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.contatti-interno {
    background-image: url(../img/pattern-contatti.png);
    padding-top: 60px;
}

.m-bottom60 {
    margin-bottom: 60px;
}

.contatti .bianco {
    font-size: 26px;
    color: #fff;
    font-weight: 700;
    line-height: normal;
}

.contatti-interno .col-lg-3 {
    margin-bottom: 60px;
}

.lavora-con-noi {
    background-image: url(../img/pattern-lavora.png);
    padding: 70px 0px;
}

.font20 {
    font-size: 20px;
}

footer {
    background-color: #000;
    color: #fff;
    padding: 80px 0px;
    font-size: 16px;
    line-height: 25px;
}

footer a {
    color: #fff !important;
}

.absolute {
    position: absolute;
    width: 50%;
    height: 5px;
    background-image: url(../img/bg-azienda.png);
    background-repeat: repeat-x;
    margin-top: 90px;
}

section.azienda .container,
section.qualita .container,
section.fiere .container,
section.contatti .container.uno,
section#agevolazioni .container,
section.gallery .container,
section.prodotti .container.uno {
    position: relative;
    background-repeat: no-repeat;
    background-position: left 90px;
}

section.qualita .absolute,
section.fiere .absolute,
section.contatti .absolute,
section.gallery .absolute,
section.prodotti .absolute {
    background-image: url(../img/bg-qualita.png);
}

section.qualita .container.primo,
section.fiere .container,
section.contatti .container.uno,
section#agevolazioni .container,
section.gallery .container,
section.prodotti .container.uno {
    background-image: url(../img/bg-qualita.png);
}

section.qualita .container,
section.fiere .container,
section.contatti .container.uno,
section.gallery .container.uno {
    background-color: #fff;
}

.m-top25 {
    margin-top: 25px;
}

.immagini-azienda .img-responsive {
    display: inline-block;
}

@media (min-width: 768px) {
    .p-left0 {
        padding-left: 0px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #navbar2 {
        text-align: center;
    }

    .navbar-nav {
        float: none;
        display: inline-block;
        margin: 0 auto;
    }

    .certificati {
        padding-top: 25px;
        padding-left: 0px;
    }

    section.azienda {
        background-position: 45px 200px;
    }

    .certificati img.img-responsive {
        margin: 0px 10px 35px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    /* .overlay {
    display: none;
} */
    .navbar-default .navbar-nav>li>a {
        padding: 15px 20px !important;
    }

    .navbar-nav>li {
        float: none;
    }

    .nav>li {
        display: inline-block;
    }

    .navbar-nav {
        float: none;
        text-align: center;
    }

    section.azienda {
        background-position: 300px bottom;
    }

    .certificati img.img-responsive {
        margin: 0px 5px 35px;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none;
    }

    /* .overlay {
    display: none;
} */
    .language ul {
        margin: 0px;
        padding: 0px;
    }

    .language ul li a {
        margin-right: 0px;
        margin-left: 10px;
    }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border: none;
    }

    .navbar-collapse {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-nav {
        margin: 0px -15px;
    }

    .certificati .col-sm-3,
    .fiere .col-sm-6 .immagine {
        text-align: center;
    }

    .fiere .col-sm-6 img.img-responsive {
        display: inline-block;
        margin-bottom: 10px;
    }

    .fiere .col-sm-6 {
        margin-bottom: 60px;
    }

    .fiere {
        padding-bottom: 0px;
    }

    header {
        position: fixed;
        min-height: inherit;
        padding: 15px 0px;
        background-color: rgba(0, 0, 0, 0.9);
    }

    footer .col-sm-2,
    footer .col-sm-7 {
        margin-bottom: 20px;
    }

    section.azienda {
        padding: 40px 0px 70px;
    }

    section.qualita {
        padding: 60px 0px;
    }

    section.azienda {
        background-image: url(../img/mano-mobile.png);
        background-repeat: no-repeat;
        background-position: bottom;
    }

    .m-top25 {
        margin-top: -35px !important;
    }

    .prodotti .titolo {
        font-size: 30px;
    }

    .prodotti .testo {
        position: relative;
        font-size: 20px;
        line-height: 37px;
        /* background-color: #C8B083; */
        bottom: auto;
    }

    header .pull-right {
        float: none !important;
    }

    .justified-gallery .primo-blocco a,
    .justified-gallery .secondo-blocco a,
    .justified-gallery .terzo-blocco a {
        width: 100%;
        float: none;
    }

    .link-scroll.tedesco {
        font-size: 25px;
    }
}

@media (min-width: 1045px) and (max-width: 1119px) {
    .navbar-default .navbar-nav>li>a {
        padding: 15px 25px;
    }
}

@media (min-width: 975px) and (max-width: 1044px) {
    .navbar-default .navbar-nav>li>a {
        padding: 15px 20px;
    }
}

@media (min-width: 1200px) {
    .p-left0-lg {
        padding-left: 0px;
    }
}


/* #myVideo {
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
}
#myVideo {
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
@media (max-width : 767px) {
	#myVideo {
		position: absolute;
		top: 121px;
		left: 0px;
		transform: none;
	}
} */

.content {
    position: relative;
    bottom: 0;
    width: 100%;
    overflow: hidden;
}

header.interna {
    position: relative;
}

.p-60 {
    padding: 60px 0px !important;
}

.sound {
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url(../img/AudioON.png);
    background-repeat: no-repeat;
    background-size: 30px;
    right: 45px;
    bottom: 50px;
    cursor: pointer;
    z-index: 10;
}

.sound.disabled {
    background-image: url(../img/AudioOFF.png);
}

@media (min-width: 768px) and (max-width: 991px) {
    .sound {
        top: 210px;
        right: 20px;
        bottom: initial;
    }
}

@media (max-width: 767px) {
    .sound {
        top: 150px;
        right: 20px;
        bottom: initial;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .sound {
        bottom: 100px;
    }
}


/* modifiche per video e frecce */

header {
    top: 0px;
}


/* video vimeo */

.contenitore-video {
    width: 100%;
    position: relative;
    max-height: 100vh;
    /* height: 100vh;
	position: absolute; */
}

.vimeo-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.vimeo-container iframe,
.vimeo-container object,
.vimeo-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 767px) {
    .contenitore-video {
        margin-top: 121px;
    }
}


/* freccina in movimento */

section.azienda {
    padding: 20px 0px 130px;
}

.link-scroll-due {
    font-size: 40px;
    color: #fff;
    text-align: center;
    bottom: 60px;
    z-index: 4;
    display: block;
    width: 100%;
    text-transform: uppercase;
}

.link-scroll-due:hover,
.link-scroll-due:focus {
    color: #fff;
    text-decoration: none;
}

@media (max-width: 767px) {
    .link-scroll-due {
        font-size: 28px;
    }
}

.round {
    position: relative;
    border: 2px solid #fff;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    margin: 10px auto;
}

#cta {
    width: 100%;
    cursor: pointer;
    position: absolute;
}

#cta .arrow {
    left: 23%;
}

.arrow {
    position: absolute;
    bottom: 0;
    width: 30px;
    height: 19px;
    background-size: contain;
    top: 15px;
}

.segunda {
    margin-top: 10px;
}

.next {
    background-image: url(../img/freccia-small.png);
}

@keyframes bounceAlpha {
    0% {
        opacity: 1;
        transform: translateY(0px) scale(1);
    }

    25% {
        opacity: 0;
        transform: translateY(10px) scale(0.9);
    }

    26% {
        opacity: 0;
        transform: translateY(-10px) scale(0.9);
    }

    55% {
        opacity: 1;
        transform: translateY(0px) scale(1);
    }
}

.bounceAlpha {
    animation-name: bounceAlpha;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.arrow.primera.bounceAlpha {
    animation-name: bounceAlpha;
    animation-duration: 1.4s;
    animation-delay: 0.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.round:hover .arrow {
    animation-name: bounceAlpha;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.round:hover .arrow.primera {
    animation-name: bounceAlpha;
    animation-duration: 1.4s;
    animation-delay: 0.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}


/* modifiche per logo 40 */

.logo {
    margin-right: 20px;
}

@media (max-width: 767px) {
    .link-logo {
        margin-top: 10px;
        width: 68%;
        margin-right: 4%;
    }

    .logo40 {
        margin-top: 10px;
        width: 28%;
    }

    header .container-fluid {
        padding-right: 0px;
        padding-left: 0px;
    }
}


/* logo-aib */

.logo-aib {
    background-color: #C2B497;
}

.absolute {
    width: 25%;
}

.logo-aib img {
    padding-top: 23px;
}

@media (max-width: 767px) {
    h1 {
        font-size: 40px;
        padding-bottom: 31px;
    }
}


/* nascondere fiere */
/* ul.navbar-nav li:nth-child(5) {
	display: none;
} */
.fiere {
    display: none;
}


/* cookiebot */

.cookieconsent-optout-statistics {
    display: block;
    color: #fff;
    text-align: center;
    width: 100%;
    font-size: 25px;
    line-height: 35px;
    position: absolute;
    bottom: 30px;
}

.cookieconsent-optout-statistics a {
    color: #fff !important;
}

.fancybox-slide #hidden-content {
    background-color: #000;
}

#hidden-content .cookieconsent-optout-statistics {
    font-size: 18px;
}

#hidden-content .cookieconsent-optout-statistics {
    position: relative;
    font-size: 18px;
    margin-top: 25px;
}


/* sezione agevolazioni */

section#agevolazioni {
    padding-top: 105px;
    background-color: #fff;
}

section#agevolazioni .absolute {
    background-image: url(../img/bg-qualita.png);
}

.agevolazioni {
    background-color: #c3b598;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: stretch;
}

.agevolazioni .immagine {
    background-image: url(../img/foto-alto-garom.jpg);
    background-position: top center;
    background-size: cover;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.agevolazioni .testo {
    padding: 80px 15px;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.agevolazioni .testo .testo1 {
    font-size: 28px;
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 30px;
}

.agevolazioni .testo .testo2 {
    font-size: 35px;
    font-weight: 700;
    line-height: 45px;
    margin-bottom: 30px;
}

.agevolazioni .testo .testo3 {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 30px;
    font-weight: 500;
}

.agevolazioni .testo .testo4 {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 30px;
}

@media (max-width: 1789px) {
    .agevolazioni .testo br {
        display: none;
    }
}

@media (max-width: 767px) {

    .agevolazioni .immagine,
    .agevolazioni .testo {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .agevolazioni .immagine {
        height: 500px;
    }

    .agevolazioni .testo {
        padding: 40px 15px;
    }
}


/* =======================================   MODALE CON IMMAGINE  =====================  */

#modalImage .modal-body .close.buttonTop {
    font-size: 45px;
    color: #fff;
    text-shadow: none;
    filter: alpha(opacity=100);
    opacity: 1;
    font-weight: 300;
    margin-top: -15px;
    position: absolute;
    right: 10px;
    top: 10px;
}

#modalImage .modal-body {
    padding: 0px;
    background-color: #136942;
    text-align: center;
}

#modalImage .modal-body .img-responsive {
    margin: 0px auto;
}

.modal {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

/* mod 27/06/2023 */
.mb-25 {
    margin-bottom: 25px;
}

.gallery {
    padding-top: 105px;
    background-color: #fff;
}

section.prodotti .container.due {
    margin-top: 45px;
}

.gallery img {
    border: 1px solid #dadada;
}

.contatti .form-group label {
    font-size: 18px;
}

.contatti .btn-default {
    padding: 10px 24px;
    background-color: #c3b598;
    border-color: #c3b598;
    color: #000;
    font-size: 18px;
    font-weight: 400;
}

@media (max-width : 767px) {
    footer .text-right {
        text-align: center !important;
    }

    .embed-container {
        margin-bottom: 25px;
    }
}

/* modifiche 28-08-2023 */

@media (min-width : 2050px) {
    .absolute {
        width: 35%;
    }
}

#immagini-azienda .primo-blocco,
.gallery .secondo-blocco {
    max-width: 1920px;
    margin: 0px auto;
}

.gallery .justified-gallery .secondo-blocco a {
    width: 49.5%;
    float: left;
    display: block;
}

@media (min-width : 768px) {
    .gallery .justified-gallery .secondo-blocco a {
        width: 25%;
    }
}

.bg-bianco {
    background-color: #fff;
}

/* pagina visita */

#paginaVisita .mt-10 {
    margin-top: 10px;
}

#paginaVisita .mt-30,
section.azienda .btn-default {
    margin-top: 30px;
}

#paginaVisita .spacer,
#paginaVisita .spacer-footer-grazie {
    height: 200px;
}

#paginaVisita .spacer-footer {
    height: 100px;
}

#paginaVisita h1 {
    background-position: center bottom;
}

#paginaVisita form {
    margin-top: 60px;
}

#paginaVisita label {
    font-size: 20px;
    font-weight: 500;
}

#paginaVisita input[type=text],
#paginaVisita input[type=email] {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 0px;
}

#paginaVisita .checkbox label {
    font-size: 16px;
    font-weight: 400;
}

#paginaVisita .btn-default,
section.azienda .btn-default {
    padding: 10px 24px;
    background-color: #000;
    border-color: #000;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}

#paginaVisita .btn-default:hover,
section.azienda .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

@media (min-width: 992px) and (max-width: 1199px) {
    #paginaVisita .spacer {
        height: 250px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #paginaVisita .spacer {
        height: 280px;
    }
}

#CookieDeclarationChangeConsentChange {
    background-color: yellow;
}

section.azienda #bottone-visita img {
    position: absolute;
    padding: 0;
    top: -120px;
    right: 0;
}

section.azienda #bottone-visita a {
    display: block;
}

@media (min-width: 768px) and (max-width: 991px) {
    section.azienda #bottone-visita img {
        top: -50px;
        max-width: 200px;
    }
}

@media (max-width : 767px) {
    section.azienda #bottone-visita img {
        top: -110px;
        max-width: 150px;
        right: 10px;
    }

    section.azienda #bottone-visita img.tedesco {
        top: -70px;
    }
}

/* video */

section.azienda .video .titolo {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 20px;
}

section.azienda .video .d-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

section.azienda .video .btn {
    position: relative;
    font-size: 35px;
    line-height: 1;
    font-weight: 500;
    border-width: 2px;
    border-radius: 15px;
    padding: 10px 25px 10px 65px;
    min-height: 77px;
    white-space: normal;
    display: flex;
    align-items: center;
}

section.azienda .video .btn::before {
    content: '';
    display: block;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 35px;
    background-image: url(../img/play-nero.png);
    background-size: 32px 35px;
    background-repeat: no-repeat;
    background-position: center center;
}

section.azienda .video .btn-due::before,
section.azienda .video .btn-uno:hover::before,
section.azienda .video .btn-uno:focus:before,
section.azienda .video .btn-uno:active::before {
    background-image: url(../img/play-oro.png);
}

section.azienda .video .btn-due:hover::before,
section.azienda .video .btn-due:focus:before,
section.azienda .video .btn-due:active::before {
    background-image: url(../img/play-nero.png);
}

section.azienda .video .btn-uno,
section.azienda .video .btn-due:hover,
section.azienda .video .btn-due:focus,
section.azienda .video .btn-due:active {
    color: #000;
    background-color: #aa9b74;
    border-color: #000;
}

section.azienda .video .btn-uno:hover,
section.azienda .video .btn-uno:focus,
section.azienda .video .btn-uno:active,
section.azienda .video .btn-due {
    color: #aa9b74;
    background-color: #000;
    border-color: #aa9b74;
}

@media (min-width: 992px) and (max-width: 1199px) {
    section.azienda .video .btn {
        font-size: 34px;
    }
}

@media (max-width: 991px) {
    section.azienda .video .btn {
        min-height: 66px;
    }

    section.azienda .video .btn {
        font-size: 24px;
    }
}

@media (max-width : 767px) {
    section.azienda .video .titolo {
        font-size: 23px;
    }
}