@charset "UTF-8";
/* CSS Document */

body{
    font-family: 'Quicksand', sans-serif;
}
header{
    padding: 20px 0;
}

.embed-responsive iframe{
    height: 500px;
    width: 100%;
}

.navbar-brand{
    width: 70%;
}
.logo-head{width: 100%;}
#rappresentanze {
    padding-bottom: 100px;
    margin: -100px 0;
}

#copertina-pag{}
.rombi-hp{position: relative;}

p{line-height: 2rem;}
h1{
    font-size: 2rem;
    color: #4d4d4f;
}
h1.titolo{
    font-weight: 700;
}

h1.titolo-pagine{
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
}
h2{
    font-size: 1.5rem;
    color: #4d4d4f;
}
h3{
    font-size: .9rem;
}
h3.contatti{
    color: #000;
    font-size: 1.2rem;
    border-bottom: 2px solid #292e65;
    line-height: 3rem;
}
h4{
    font-size: 1.2rem;
}
h5{
    font-size: 1.1rem;
    color: #4d4d4f;
    line-height: 1.5rem;
}
.mail{
    color: #292e65;
}
.mail a{
    color: #292e65;
    text-decoration: none;
}
.bold{
    font-weight: 700;
}
.img-full{
    width: 100%;
}
.navbar-nav{
    padding: 10px 0;
}
.nav-item{
    border-right: none;
    padding: 0;
    line-height: auto;
    text-align: right;
}
.nav-item:last-child{
    border-right: none;
    padding: 0;
}
.nav-link{
    padding: 0;
}
.active{
    font-weight: 700;
}

#presentazione{
    padding: 80px 0;
}

#presentazione_int {
    padding: 60px 0;
}
#presentazione_int ul{
    padding: 0;
    list-style: none;
}
.immagine-azienda img{
    border: 1px solid #000;
    width: 100%;
}
.immagine-azienda{
    padding-bottom: 10px;
}
.testo-azienda{
    color: #4d4d4f;
    padding-bottom: 10px;
}
.btn-blu{
    background-color: #292e65;
    text-transform: uppercase;
    font-size: 1rem;
    color: #fff;
    border-radius: 0;
}
.btn-blu:active, .btn-blu:hover, .btn-blu:focus{
    background-color: #292e65!important;
    text-transform: uppercase!important;
    font-size: 1rem!important;
    color: #fff!important;
    border-radius: 0;
}
footer{
    padding: 50px 0;
    /*background-image: url("../images/bg-foooter.webp");*/
    background-repeat: repeat-x;
    background-position: top;
    font-family: 'Poppins', sans-serif;
    color: #4d4d4f;
}

.col-footer{
    padding: 30px;
}
.border-top-footer{
    border-top: 2px solid #c1c1c2;
}
.col-footer ul{
    list-style: none;
    padding: 0;
}
.col-footer ul li{
    display: inline;
    padding-right: 10px;
}
#slide{
    height: auto;
    overflow: hidden;
}

.img-full{
    width: 100%;
}

/* The flip box container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-box {
    background-color: transparent;
    width: 100%;
    height: 100%;
    perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-box:hover .flip-box-inner {
    transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-box-front, .flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;
}

/* Style the front side */
.flip-box-front {
    background-color: transparent;
    color: black;
}

/* Style the back side */
.flip-box-back {
    background-color: transparent;
    color: white;
    transform: rotateY(180deg);
    position: relative;
}

.rappresentanze {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    color: #000;
    list-style: none;
    height: 100%;
    padding: 0;
    width: 100%;
    font-size: .85rem;
    line-height: 1rem;
}

.rappresentanze a{
    color: #000;
    text-decoration: none;
    padding-left: 0;
}

.rappresentanze a:hover{
    font-weight: bold;
    letter-spacing: -.02rem;
}

.titoli{
    /*background-image: url("../images/bg-pag-interne.webp");*/
    background-size: cover;
    background-position: center;
    padding: 80px 0;
}

.separatore{
    padding-top: 50px;
}
a{
    color: #000;
}
.box-rappresentanze{
    border-top: 1px solid #000;
    padding-top: 30px;
    min-height: auto;
    margin: 0 auto;
}

.box-rappresentanze a{
    color: #000;
    text-decoration: none;
}
.ico-pdf{
    width: 50px;
    padding-right: 10px;
}
.text-big{
    font-size: 110%;
}
.box-novita{
    padding: 20px 0;
}

.img-news{
    padding-bottom: 5px;
}

.spazio-testi h2{
    min-height: 90px
}

.spazio-testi p{
    line-height: 1.5rem;
    min-height: 120px
}
.btn-small{
    background-color: #292e65;
    text-transform: uppercase;
    font-size: .8rem;
    width: 100%;
    color: #fff;
    border-radius: 0;
}
.btn-small:active, .btn-small:hover, .btn-blu:focus{
    background-color: #292e65!important;
    text-transform: uppercase!important;
    font-size: .8rem!important;
    color: #fff!important;
    border-radius: 0;
}
.blu{
    color: #292e65;
}

.pagination a{
    color: #292e65;
}

.img-rappresentanze{
    max-width: 100%;
    padding-bottom: 10px;
}

#newsletter{
    padding: 50px 0;
    background-color: #f6f6f6;
}
.img-nl{
    max-height: 40px;
    max-width: 180px;
}
.img-nl-2{
    max-height: 55px;
}

.grigio{color: #4d4d4f;}
.team li{
    padding-bottom: 20px;
}

#copertina_news{
    height: 250px;
    overflow: hidden;
}

#presentazione_news{
    padding: 20px 0;
}
.titolo-news{
    background-color: #FFFFFF;
}
.titolo-news h1{
    color: #000;
}

.img-news {
  padding-bottom: 5px;
  max-height: 120px; 
  height: 120px;
  overflow: hidden;
}

.img-fluid {
  max-width: 100%; 
  height: auto; 
  /*
  max-height: 120px;
  width: auto;
  */
}

