@import url('https://www.givocompany.it/themes/givo/css/css.css');
@import url('https://www.givocompany.it/themes/givo/css/css2.css');
/* SKIN */

/* NUOVI FORMATI IMMAGINE */
.embed-responsive-21by9.vertical::before {
    padding-top: padding-top: 233.2%;
}
.embed-responsive-16by9.vertical::before {
    padding-top: 178.67%;
}
.embed-responsive-4by3.vertical::before {
    padding-top: 133.335%;
}
.home-video{
    position:relative;
}
.home-video::before{
    position:absolute;
    width:100%;
    height:100%;
    content:'';
    background:url('../images/home/bg-givo.jpg') center center;
    background-size:cover;
    z-index: -1;
}

:root {

    --primary-color: #e65d13;
    --secondary-color: #48484a;
    --third-color: #b8490e;
    --four-color: #389b31;
    --white-color: #fff;
    --primary-font: 'Ubuntu', sans-serif;
    --secondary-font: 'Ubuntu', sans-serif;
    --font-html:36px;
    --font-body:16px;

}
.bg-primary.after-triangle:after {
    bottom: -20px;
    border-bottom: 1px solid var(--primary-color);
    border-left: 1px solid var(--primary-color);
    z-index: 100;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    height: 40px;
    width: 40px;
    background-color: var(--primary-color);
    content: "";
    -webkit-transform: rotate(
            -45deg
    );
    -ms-transform: rotate(-45deg);
    transform: rotate(
            -45deg
    );
}
a {
    color: var(--primary-color);
}
a:hover, a:focus, a:active {
    color: var(--third-color);
}
.btn-tel, .btn-mail{
    color:var(--four-color)!important;
    text-transform: uppercase;
    transition: all 0.1s;
    padding: 0.3rem 1rem;
}
.btn-mail{
    border: 3px solid var(--four-color);
    border-radius:5rem ;
}
.btn{
    border-radius:5rem ;
}
.btn-mail:hover{
    background-color: var(--four-color)!important;
    color:#fff!important;
    border-radius:5rem ;
}
.dropdown-menu:before, .dropdown-menu:after {
    content: ' ';
    display: block;
    border-style: solid;
    border-width: 0 .5em .8em .5em;
    border-color: transparent;
    position: absolute;
    left: 150px;
}
.dropdown-menu:before {
    top: -.8em;
    border-bottom-color: rgba(0,0,0,.15);
}
.dropdown-menu:after {
    top: -.7em;
    border-bottom-color: #1f2328!important;
}
.nav-link{
    color: var(--secondary-color);
}
.nav-link:hover{
    color: #000;
}
.dropdown-menu .nav-link{
    color: rgba(255,255,255,0.75);
}
.dropdown-menu .nav-link:hover, .dropdown-menu .nav-link:active, .dropdown-menu .nav-link:focus{
    color: rgba(255,255,255,1);
    background: none!important;
}
.btn-primary.active, .btn-primary.active:link, .btn-primary.active:visited, a.btn-primary.active, a.btn-primary.active:link, a.btn-primary.active:visited{
    background: var(--third-color)!important ;
}
.swiper-pagination-bullet {
    width: 20px!important;
    height: 20px!important;
    margin: 10px!important;
    background:#fff!important;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff!important;
}
.input-group-text .material-icons{
    font-size: 24px!important;
}
html{
     font-size:var(--font-html);
}
body{
    font-family: var(--primary-font);
    font-size:var(--font-body);
}
p{
    text-align: justify;
}
body div#tutto {
  /*background-image: url("../images/body.jpg");*/
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.bg-primary{
    background-color: var(--primary-color)!important;
}
.bg-secondary{
    background-color: var(--secondary-color)!important;
}
.bg-black{
    background: rgba(0,0,0,0.75);
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
.bg-third{
    background-color: var(--third-color)!important;
}
.primary-color{
    color: var(--white-color)!important;
}
.secondary-color{
    color: var(--secondary-color)!important;
}
.third-color{
    color: var(--primary-color)!important;
}
.navbar-nav{
    font-family: var(--secondary-font);
    font-weight: 700;
}
.lead{
    font-family: var(--secondary-font);
    font-size: 1.4em!important;
}

.line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 0.8em;
}

h1,h2,h3,h4,h5,h6{
    font-family: var(--secondary-font);
}
.embed-responsive-2by35::before {
    padding-top: 25.94%;
}

.display-title {

    font-size: 4em!important;

    font-weight: 700!important;

}
.h1, h1, .display-1 {

    font-size: 2em!important;

    font-weight: 700!important;

}

.h2, .title-2, h2, .display-2 {

    font-size: 1.8em!important;

}

.h3, h3, .display-3 {

    font-size: 1.6em!important;

}

h4,.h4, .display-4 {

    font-size: 1.5em!important;

}

h5,.h5, .display-5 {

    font-size: 1em!important;

    font-weight: bolder;

}

hr{
    margin-top: .5rem;
    margin-bottom: .5rem;
    background-color: var(--primary-color)!important;
    height: 3px;
    width: 100px;

}
p {
    margin-top: 0;
    margin-bottom: .5rem;
}
p:last-child {
  margin-bottom: 0!important;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}
/*HAMBURGER MENU*/
.icon-bar {
    width: 22px;
    height: 2px;
    background-color: #B6B6B6;
    display: block;
    transition: all 0.2s;
    margin-top: 4px
}

.navbar-toggler {
    border: none!important;
    background: transparent !important;
    margin-right: -0.55rem;
}
.navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
    opacity: 0;
}

.navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}

.navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
}

.navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0);
}
/*BOTTONI*/

.btn {
    padding: 0.3rem 1rem;
    font-size: 1em;
}

.btn-rounded {

    font-size: 1.2em;

    line-height: 1.5;

    border-radius: 10rem;

}

.btn-rounded,.btn-rounded:link,.btn-rounded:visited, a.btn-rounded,a.btn-rounded:link,a.btn-rounded:visited{

    border-radius: 10rem;

    border-color:var(--primary-color)!important;

    background-color: var(--primary-color)!important;

    color: var(--white-color)!important;

}

.btn-rounded:hover,.btn-rounded:focus,a.btn-rounded:hover,a.btn-rounded:focus{

    background-color: var(--third-color)!important;

    border-color:var(--third-color)!important;

}

.btn-outline-rounded,.btn-outline-rounded:link,.btn-outline-rounded:visited, a.btn-outline-rounded,a.btn-outline-rounded:link,a.btn-outline-rounded:visited{
    border-width: 2px;

    border-radius: 10rem;

    color: var(--white-color)!important;

    background-color: none!important;

    border-color: var(--white-color)!important;;

}

.btn-outline-rounded:hover,.btn-outline-rounded:focus,a.btn-outline-rounded:hover,a.btn-outline-rounded:focus{

    color: var(--white-color)!important;

    background-color: var(--third-color)!important;

    border-color: var(--third-color)!important;;

}

.btn-square,.btn-square:link,.btn-square:visited,a.btn-square, a.btn-square:link,a.btn-square:visited{

    border-radius: 0;

    color: var(--white-color)!important;

    background-color: var(--primary-color)!important;

    border-color: var(--primary-color)!important;

}

.btn-square:hover,.btn-square:focus,a.btn-square:hover, a.btn-square:focus{

    color: var(--white-color)!important;

    background-color: var(--third-color)!important;

    border-color: var(--third-color)!important;

}

.btn-outline-square,.btn-outline-square:link,.btn-outline-square:visited,a.btn-outline-square, a.btn-outline-square:link,a.btn-outline-square:visited{

    border-radius: 0;

    background-color: var(--white-color)!important;

    color: var(--primary-color)!important;

    border-color: var(--primary-color)!important;

}

.btn-outline-square:hover,.btn-outline-square:focus,a.btn-outline-square:hover, a.btn-outline-square:focus {

    background-color: var(--third-color)!important;

    color: var(--white-color)!important;

    border-color: var(--third-color)!important;

}

.btn-primary,.btn-primary:link,.btn-primary:visited,a.btn-primary, a.btn-primary:link,a.btn-primary:visited{

    color: var(--white-color)!important;

    background-color: var(--primary-color)!important;

    border-color: var(--primary-color)!important;

}

.btn-primary:hover,.btn-primary:focus, a.btn-primary:hover, a.btn-primary:focus{

    color: var(--white-color)!important;

    background-color: var(--third-color)!important;

    border-color: var(--third-color)!important;

}

.btn-outline-primary,.btn-outline-primary:link,.btn-outline-primary:visited,a.btn-outline-primary,a.btn-outline-primary:link, a.btn-outline-primary:visited{

    color:var(--primary-color)!important;

    background-color:  var(--white-color)!important;

    border-color: var(--primary-color)!important;

}

.btn-outline-primary:hover,.btn-outline-primary:focus, a.btn-outline-primary:hover, a.btn-outline-primary:focus{

    color: var(--white-color)!important;

    background-color: var(--third-color)!important;

    border-color: var(--third-color)!important;

}

/*-----FINE BOTTONI-----*/

.btn .material-icons {
    vertical-align: middle;
    line-height: 0 !important;
    position: relative;
    top: -1px;
    margin-right: -19px;
}

/* FOOTER */
footer {
    background-color:#1f2328 !important;
}
footer .display-3.text-white{
    color: rgba(255,255,255,1)!important;
}
footer .text-white{
    color: rgba(255,255,255,0.75)!important;
}
footer a.text-white:hover{
    color: rgba(255,255,255,1)!important;
}

footer li a{
    padding: .25rem 0 .25rem 0!important;
}

footer a,footer a:link,footer a:visited{
    color: rgba(255,255,255,0.75)!important;

}

footer a:hover,footer a:focus{
    color: rgba(255,255,255,1)!important;
    text-decoration: none!important;
}
footer .border-top{
    border-color: rgba(255,255,255,0.25)!important;
}

/*-----FOOTER-----*/

.border-left{

    border:0;

    border-left: 6px solid var(--third-color)!important;

}

.border-right{

    border:0;

    border-right: 6px solid var(--third-color)!important;

}

.border-bottom{

    border:0;

    border-bottom: 6px solid var(--third-color)!important;

}



.footer-img{

    filter: brightness(0) invert(1);

}

.material-icons{

    font-size: 1rem!important;

}

p.number {

    font-size: 4.5em;

    font-weight: 900;

    background-color: var(--primary-color)!important;
    color:var(--white-color)!important;

}

.swiper-button-next, .swiper-button-prev {

    top: 50%!important;

    background-color: rgba(255,255,255,0.60);

    border-radius: 500px;

    margin-top: -30px!important;

    padding: 30px!important;

    background-size: 20px!important;

    box-shadow: 0 .25rem 0.65rem  rgba(0,0,0,.80)!important;

}
.navbar-brand {
    font-size: 0;
}

.navbar-toggler {
    padding: .25rem .55rem;
    font-size: 1.5em;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.navbar-nav .dropdown-menu {
    position: static;
    float: none;
    left: -15%;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #fff;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1em;
    color: #212529;
    text-align: left;
    list-style: none;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
     background-color: #1f2328!important;
}
.dropdown-menu a:focus{
    background-color: var(--primary-color)!important;
    color: #fff!important;
}
.material-icons {
    font-size: 1.2em!important;
}
.form-group {
    margin-bottom: 0.5rem;
}
.form-control {
    font-size: 1em;
}
.bg-light-dark {
    background-color: rgba(0,0,0,0.45);
}
input[type=checkbox] {
    -ms-transform: scale(2);
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    margin: 5px 0 0px -5px;
    float: left;
}
.form-check-input {
    position: absolute;
    margin-top: .5em;
    margin-left: -1rem;
}
.video-nero {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.25);
}
.map{
    display: block;
    border: 3px solid #1f2328!important;
    transition: all 0.75s;
}
.map:hover{
    border: 3px solid var(--primary-color)!important;
}
.itembox a{
    display: block;
    transition: all 0.75s;
    border: 3px solid transparent!important;
}
.itembox a .card p{
    color:#212529;
}
.itembox a:hover{
    border: 3px solid var(--primary-color)!important;
}
.itembox a:hover .card{
    border: 1px solid var(--primary-color)!important;
}
.itembox a:hover{
    text-decoration: none!important;
}
ul {
    padding-inline-start: 20px;
}
.navbar-brand img {
    height: 55px;
}
/* BLOCCO GALLERIA*/
/*
.row.block-gallery .row .col-12 h2 {
    padding-top: 1rem!important;
}
.row.block-gallery .container {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
.row.block-gallery .row{
    justify-content: center!important;
}
.block-gallery .col-lg-3.col-md-3.col-sm-3.col-12.p-2 {
   padding: 0 0 1rem!important;
text-align: center;
}*/
/*FINE BLOCCO GALLERIA*/
.navbar {
    transition: top 0.5s ease;
}

.navbar-hide {
    top: -118px;
}
#tutto{
    margin-top: 86px;
}
@media (min-width: 1200px) {
    .pre-scrollable{
        overflow-y: auto!important;
    }
    .dueColonne {
        /*Numero di colonne*/
        column-count: 3;
        /* Distanza tra le colonne*/
        column-gap: 0px;
        /*Stile per il bordo delle colonne*/
        column-rule: 1px solid #666;

        /*Amplifica il supporto alle vecchie versioni di Firefox e Chrome/Safari */
        -moz-column-count: 3;
        -moz-column-gap: 0px;
        -moz-column-rule: 1px solid #666;

        -webkit-column-count: 3;
        -webkit-column-gap: 0px;
        -webkit-column-rule: 1px solid #666;

    }
}
