@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=M:wght@200&display=swap');

body {
    font-family: 'Montserrat', sans-serif;
    background-color: #ffffff;
    /*background-image: url("../../assets/img/background-a.png");*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#mobileheader.topnav #menumobile {
    background-color: #b02529 !important;
    /*border: 1px solid #fff !important;*/
    border: 1px solid #b02529 !important;
    /*border-right: 1px solid #fff !important;*/
    /*clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);*/
}

h2.subtitulo {
    text-align:  center;
    font-family:  Montserrat;
    color: #b02529;
    font-size: 40px;
    padding-top: 20px;
}

h5.subtitulo {
    text-align:  center;
    font-family:  Montserrat;
    color: #b02529;
}

.card.filamobile {
    background-color: #b02529;
    color: #ffffff;
    border-radius: 10px;
    padding-left: 0px;
    padding-right: 0px;
}
.card.filamobile p {
    color: #ffffff;
    margin-bottom: 2px;
    font-size: 0.8em;
    font-weight: 600;    
}
.card.filamobile span {
    color: #ffffff;
    font-weight: 400;
}

.colorgray1 {
    background-color: #f5f6f6 !important;
}

.table-controllo {
    color:  #222222;
    border:  1px solid #222222;
    border-collapse: collapse;
    text-align:  center;
}

.table-controllo thead tr th {
    border:  1px solid #222222;   
    color: #b02529; 
}

.table-controllo tbody, .table-controllo td {
    border:  1px solid #222222;
}

.table-controllo tbody {
    border:  1px solid #222222;
}


.table-controllo img {
    margin: 10px;
    padding: 0px;
}

.container .preview1 .row.mt-1 {
    margin-top: .4rem !important;
}

a {
    text-decoration: none;
    color: #333333;
}

p a:hover {
    color: #b02529;
}

p {
    color: #333333;
}

#form-login {
    padding: 60px 0px;
}

#form-login input.form-control {
    padding: 12px 20px;
}


#form-login input.form-control {
    background-color: #b02529;
    border-radius: 9px;
    color: #ffffff;
}

select.form-control, input.form-control, textarea.form-control {
    background-color: #ffffff; 
    border-radius: 9px;
    color: #b02529;
    border: 1px solid #b02529;
    padding: 12px 20px;
}

.select2-container--default .select2-selection--single {
    background-color: #ffffff !important; 
    border-radius: 9px !important;
    color: #b02529 !important;
    border: 1px solid #b02529 !important;
    padding: 12px 20px !important;
    height: 55px !important;
}

#form-newticket input.form-control, #form-newticket textarea.form-control {
    color: #222222;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #cccccc;
}

textarea.form-control:hover, textarea.form-control:focus, select.form-control:hover, input.form-control:hover, 
select.form-control:focus, input.form-control:focus {
    background-color: #eeeeee;
    color: #b02529;
}

textarea.form-control::placeholder, select.form-control::placeholder, input.form-control::placeholder {
    color: #212529;
}

#form-login select.form-control::placeholder, #form-login input.form-control::placeholder {
    color: #ffffff;
}

.boton-login {
    width: 100%;
    background-color: #ffffff;
    color: #b02529;
    border-color: #b02529;
    font-weight: 500;
    border-radius: 9px;
    padding: 12px;
}
.boton-ticket:hover, .boton-login:hover {
    background-color: #422730;
    border-color: #422730;
}

.boton-ticket {
    width: 100%;
    background-color: #b02529;
    color: #ffffff;
    border-color: #b02529;
    font-weight: 500;
    border-radius: 9px;
    padding: 12px;
}

.boton-white {
    background-color: #ffffff;
    color: #422730;
    border-color: #422730;
    font-weight: 500;
    border-radius: 9px;
}
.boton-white:hover {
    background-color: #422730;
    border-color: #422730;
}


.colorticket {
    color: #b02529;
}

.bg-colorticket {
    background-color: #b02529;
    border-color:  #b02529;
}

.chat-container {
    color: #b02529;
    border: 1px solid #b02529;
    border-radius: 7px;
}

.chat-left {
    color: #ffffff;
    background-color: #b02529;
    border: 1px solid #b02529;
    border-radius: 7px;    
}

.chat-left a img.svg {
    fill: #ffffff;
}

.chat-right {
    color: #b02529;
    border: 1px solid #b02529;
    border-radius: 7px;
    text-align: right;
}

.chat-container .chat-row .chat-left label {
    color: #FFC0CB;
}

.chat-container .chat-row .chat-left label, .chat-container .chat-row .chat-right label {
    margin-top: 4px;
    margin-bottom: 5px;
    font-size: 0.9em;
}

.chat-container .chat-row .chat-left p {
    color: #ffffff;
}

.chat-container .chat-row .chat-left p, .chat-container .chat-row .chat-right p {
    margin-bottom:7px;
}

.chat-container .chat-row label.chat-timestamp {
    font-size: 0.8em;
    color: #555;
    margin-top: 2px;
}




/*Menu*/
#mobileheader #menumobile {
    display: none;
}
#mobileheader.topnav.responsive #menumobile {
    display: block;
}
#mobileheader.topnav #menumobile {
    text-align: center;
    border-right: 0px;
    padding: 20px 9px 16px;
    border-radius: 1px 0px 0px 1px;
    margin-top: 30px;
    position: absolute;
    z-index: 9999;
	right: 10px;
}


#mobileheader.topnav #menumobile a {
    display: block;
    padding: 14px 0px;
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: 500;
	color: #ffffff;
    /*text-align: right;*/
}

/* FONDO MENU */
#mobileheader.topnav #menumobile a:hover {
    color: #333333;
}
/*End Menu*/

/*Menu Mobile*/
@media screen and (max-width: 768px) {
	#mobileheader.topnav #menumobile {
		text-align: center;
		border-right: 0px;
		padding: 20px 9px 16px;
		border-radius: 1px 0px 0px 1px;
		margin-top: 30px;
		position: absolute;
		right: 0px;
		z-index: 9999;
		width: 100%;
	}

	#mobileheader.topnav #menumobile a {
		text-align: center;
		color: #ffffff;
	}
	#mobileheader.responsive #menumobile img.img-fluid {
		max-width: 90px !important;
		background: #ffffff;
		border-radius: 50px;
	}
}

/*Begin Help*/
#divhelp.mobilehelp {
    display: none;
}
#divhelp.mobilehelp.responsive {
    display: block;
    width: 50%;
    margin-left: 25%;
    top: 30%;
    transform: translateY(-50%);
}
#divhelp.mobilehelp {
    border: 1px solid #ffffff;
    padding: 60px 40px 50px;
    background-color: #412731;
    border-radius: 3px 3px 3px 3px;
    position: absolute;
    z-index: 9999;
}
#divhelp.mobilehelp a {
    display: block;
    padding: 5px 0px;
    font-size: 0.8em;
    text-transform: uppercase;
    font-weight: 500;
}
#divhelp.mobilehelp .close-icon {
    top: 5px;
    right: 10px;
    color: #ffffff;
    position: absolute;
}
/*End Help*/

/*Begin registro*/
#divregistro.mobileregistro {
    display: none;
  }
  #divregistro.mobileregistro.responsive {
    display: block;
    width: 50%;
    margin-left: 25%;
    top: 50%;
    transform: translateY(-50%);
  }
  #divregistro.mobileregistro {
    border: 1px solid #ffffff;
    padding: 10px 30px 50px;
    background-color: rgba(65, 39, 49, 0.9);
    border-radius: 3px 3px 3px 3px;
    position: absolute;
    z-index: 9999;
  }
  #divregistro.mobileregistro a {
    display: block;
    padding: 5px 0px;
    font-size: 0.8em;
    text-transform: uppercase;
    font-weight: 500;
  }
  #divregistro.mobileregistro .close-icon {
    top: 5px;
    right: 10px;
    color: #ffffff;
    position: absolute;
  }
  /*End profilo*/
  
/*Begin Search*/
#divsearch.mobilesearch {
    display: none;
}
#divsearch.mobilesearch.responsive {
    display: block;
    width: 50%;
    margin-left: 25%;
    top: 25%;
    transform: translateY(-25%);
}
#divsearch.mobilesearch {
    border: 1px solid #be1c1c;
    padding: 10px 26px 18px;
    background-color: #ffffff;
    border-radius: 3px 3px 3px 3px;
    position: absolute;
    z-index: 9999;
}
#divsearch.mobilesearch a {
    display: block;
    padding: 5px 0px;
    font-size: 0.8em;
    text-transform: uppercase;
    font-weight: 500;
}
#divsearch.mobilesearch .close-icon {
    top: 5px;
    right: 10px;
    color: #222222;
    position: absolute;
}
/*End Search*/


a.boton1 {
    background-color: #584b53;
    border-radius: 9px;
    color: #ffffff;
    padding: 10px 12px;
    border: 1px solid #ffffff;
    text-decoration: none;
}
a.boton2 {
    border-radius: 11px;
    color: #ffffff;
    padding: 3px 12px;
    border: 1px solid #ffffff;
    text-decoration: none;
    font-weight: 500;
}
a.boton3 {
    border-radius: 16px;
    color: #ffffff;
    padding: 1px 15px;
    border: 1px solid #ffffff;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.85em;
}

.area-block {
    border:1px solid #c37e7f;
    /*margin: 3px;*/
    min-height: 180px;
    border-radius: 4px;
    background-color: rgba(102, 19, 24, 0.7);
}
.area-block h3 {
    padding-top: 50px;
}

.area-interna-block {
    /*margin: 3px;*/
    min-height: 180px;
    position: relative;
}
.area-interna-block h4 {
    color: #ffffff;
    margin-top: 7px;
    margin-bottom: 1px;
}
.area-interna-block p {
    color: #ffffff;
    font-size: 0.8em;
}

.video-badge {
    position: absolute;
    right: -15px;
    top: -15px;
}

.progress.progressyellow {
    display: flex;
    height: 0.45rem;
    background-color: #222;
    border-radius: 3px;
    border: 1px solid #eee;
}
.progressyellow .progress-bar {
    background-color: #ffeb3d;
}

.progress.progressgreen {
    display: flex;
    height: 0.8rem;
    background-color: transparent;
    border-radius: 5px;
    border: 1px solid #eee;
}
.progressgreen .progress-bar {
    background-color: #88c946;
}
.progress.strip {
    height: 0.85rem;
}


.accordion .accordion-item {
    border: 0px;
}

.accordion .accordion-item, .accordion .accordion-item .accordion-button {
    background-color: transparent;
}

.accordion-item .accordion-button {
    border: 3px solid #fff;
    margin-top: 12px;
    border-radius: 8px;
    padding-top: 10px;
    padding-bottom: 6px;
}

.accordion-item:first-of-type .accordion-button, .accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 8px;
}

.accordion-item h3 {
    color: #ffffff;
}
.accordion .accordion-item .accordion-body {
    border: 1px solid #fff;
    margin-left: 6px;
    margin-right: 6px;
}


.accordion-button::after, .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.documenti-pdf img {
    padding-bottom: 5px;
}
.documenti-pdf .col {
    margin-top: 10px;
    margin-bottom: 10px;
}
.documenti-pdf a:hover {
    color: #ffffff;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}


/*Begin domanda*/
.domandabox {
    background-color:#412731;
    border: 2px solid #ccc;
    border-radius: 4px;
    padding: 30px 50px 15px;
    position: relative;
}
.domandabox .close-icon {
    top: 5px;
    right: 10px;
    color: #ffffff ;
    position: absolute;
}
.domandabox h4, .domandabox h5 {
    color: #ffffff;
}
.domandabox .domandi {
    color: #ffffff;
    padding: 50px 80px;
}
.domandabox .domandi .form-check {
    padding-bottom: 15px;
}
/*End domanda*/



/*Hamburger*/
.ham {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: transform 400ms;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
      -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
  }
  .hamRotate.active {
    transform: rotate(45deg) scaleX(-1);
    -webkit-transform: rotate(45deg) scaleX(-1);
  }
  .hamRotate180.active {
    transform: rotate(180deg) scaleX(-1);
    -webkit-transform: rotate(180deg) scaleX(-1);
  }
  .line {
    fill:none;
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    stroke:#b02529;
    stroke-width:5.5;
    stroke-linecap:round;
    
  }
  .ham1 .top {
    stroke-dasharray: 20 139;
  }
  .ham1 .middle {
    stroke-dasharray: 30 139;
  }
  .ham1 .bottom {
    stroke-dasharray: 40 180;
  }
  .ham1.active .top {
    stroke-dashoffset: -98px;
    stroke-dasharray: 40 180;
  }
  .ham1.active .middle {
    stroke-dasharray: 30 180;
  }
  .ham1.active .bottom {
    stroke-dashoffset: -180px;
    stroke-dasharray: 20 180;
  }
  /*End Hamburger*/

.text-verde2 {
    color: #00ff0f !important;
}

.row-allegati:not(:last-child) {
    border-bottom: 1px solid #222222;
    padding-bottom: 4px;
}
.hover-hand:hover {
    cursor: pointer;
}
.row-allegati a.hover-hand label:hover {
    color: #b02529;
}


.fntmini {
    font-size: 0.7em !important;
    font-weight: 500;
}

.fntmini2 {
    font-size: 0.65em !important;
    font-weight: 500;
}

.preview1 .row .col-5.newpad, .preview1 .row .col-12.newpad, .preview1 .row .col-8.newpad, .preview1 .row .col-4.newpad, 
.preview1 .row .col-9.newpad, .preview1 .row .col-3.newpad, .preview1 .row .col-6.newpad, .preview1 .row .col-7.newpad,
.preview1 .row .col-2.newpad, .preview1 .row .col-10.newpad, .preview1 .row .col-1.newpad
{
    padding-left: 2px;
    padding-right: 0px;
    line-height: 1.3 !important; 
}


@media (max-width: 575px) {
#mobileheader.responsive #menumobile img.img-fluid {
    max-width: 90px !important;
}


#divsearch.mobilesearch.responsive {
    display: block;
    width: 80%;
    margin-left: 7%;
    top: 19%;
    transform: translateY(-14%);
}

}
  