/*## template ##*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/**/
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;

    -webkit-animation: spin 2s linear infinite; / Chrome, Opera 15+, Safari 5+ /
          animation: spin 2s linear infinite; / Chrome, Firefox 16+, IE 10+, Opera /
}

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #e74c3c;

        -webkit-animation: spin 3s linear infinite; / Chrome, Opera 15+, Safari 5+ /
          animation: spin 3s linear infinite; / Chrome, Firefox 16+, IE 10+, Opera /
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #f9c922;

        -webkit-animation: spin 1.5s linear infinite; / Chrome, Opera 15+, Safari 5+ /
          animation: spin 1.5s linear infinite; / Chrome, Firefox 16+, IE 10+, Opera /
    }

    @-webkit-keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  / Chrome, Opera 15+, Safari 3.1+ /
            -ms-transform: rotate(0deg);  / IE 9 /
            transform: rotate(0deg);  / Firefox 16+, IE 10+, Opera /
        }
        100% {
            -webkit-transform: rotate(360deg);  / Chrome, Opera 15+, Safari 3.1+ /
            -ms-transform: rotate(360deg);  / IE 9 /
            transform: rotate(360deg);  / Firefox 16+, IE 10+, Opera /
        }
    }
    @keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  / Chrome, Opera 15+, Safari 3.1+ /
            -ms-transform: rotate(0deg);  / IE 9 /
            transform: rotate(0deg);  / Firefox 16+, IE 10+, Opera /
        }
        100% {
            -webkit-transform: rotate(360deg);  / Chrome, Opera 15+, Safari 3.1+ /
            -ms-transform: rotate(360deg);  / IE 9 /
            transform: rotate(360deg);  / Firefox 16+, IE 10+, Opera /
        }
    }

/**/

body{
    font-family: 'Montserrat', Verdana, Helvetica, Arial, sans-serif;
}

ul.navbar-nav li.nav-item a,ul.nav li.nav-item.dropdown.show div.dropdown-menu a.dropdown-item {
	text-transform: uppercase;
	color: #000000;
	font-weight: 600;
}

ul.navbar-nav.mx-auto li.nav-item.dropdown.show div.dropdown-menu.p-3.show a.nav-link.active{

}

form label{
    font-size: 14px !important;
}

.h4Title{
       letter-spacing: -0.01em;
       font-size: 30px;
       line-height: 1.8;
       font-weight: 300;
       font-style: italic;
       text-align: center;
    }
    .bg-verde{
        background-color: #C4BD97 !important;
    }

    .bg-verde-scuro{
        background-color: #748854 !important;
    }

    .border-top-verde{
        border-top: 15px solid #748854 !important;
    }


    .bg-verde-notre{
        background-color: #e6e2cd !important;
    }

    .h1Title{
        color: #748854;
        font-weight: bold;
        font-size: 50px;
    }

    .h1TitleBianco{
        color: #FFFFFF;
        font-weight: bold;
        font-size: 50px;
    }

    .pTextBianco{
        color: #FFFFFF;
    }

    .btn-verde {
        background-color: #748854 !important;
        padding: 15px;
        border-radius: 50px;
        color: #fff;
        font-weight: 600;
        font-size: 15px;
    }
    .btn-verde-scuro {
        background-color:#2F3B18!important;
        padding: 15px;
        border-radius: 50px;
        color: #fff;
        font-weight: 600;
        font-size: 15px;
    }   

    #home p{
        font-size: 22px;
        line-height: 1.8;
    }

    footer p a{
        color: #000000;
    }

    .h5Title{
        color: #748854 !important;
        font-weight: 800;
    }

    #contexte p, #notresolution p, #certificate p{
        font-size: 22px;
    }

    #contexte h5{
        font-size: 24px;
    }

    #notresolution .tlSectionStrong, #contacts .tlSectionStrong{
        font-weight: 800;
        line-height: 1;
    }

    #notresolution .tlSectionItalic{
        letter-spacing: -0.01em;
       line-height: 1.8;
       font-weight: 300;
       font-style: italic;
    }

    .bgTrat{
        width: 100%;
       border-width: 5px;
       border-color: #C4BD97;
       border-style: dashed;
    }



    

ul.navbar-nav li.nav-item a.nav-link{
    font-size: 11px;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(15, 15, 15);
}

.navbar-nav .nav-link.active, 
.navbar-nav .nav-link:hover, 
.navbar-nav .nav-link:focus {
    border-bottom: 3px solid #6E3E23;
    color: #000 !important;
}

a.dropdown-item:hover, 
a.dropdown-item.active, 
a.dropdown-item:active,
li.nav-item.dropdown.show div.dropdown-menu.p-3.show a.nav-link.active,
 ul.navbar-nav.mx-auto li.nav-item.dropdown.show div.dropdown-menu.p-3.show a.nav-link:hover,
{
    color: #6E3E23 !important;
    background-color: #ffffff !important;
    border-bottom: none !important;
}

.dropdown-menu{
    padding: 0px;
}
.dropdown-item{
    padding: 8px;
    border-top: 1px solid #e9ecef;
}


#titleHeader h2{
	color: #00674B;
	font-size: 33px;
    font-weight: bold;
}

.coloreTitolo{
    /*color: #0099ff;*/
    color: #542407;
}

.line-hover-div {
    position: relative;
    line-height: 20px;
    text-align: center;
}
.line-hover-div::before {
    position: absolute;
    top: 50%;
    display: block;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #C4BD97;
}
.line-hover1 {
    margin-top: 0;
    margin-bottom: 0;
    color:#6E3E23;
    text-transform: uppercase;
}


.line-hover2 {
    position: relative;
    z-index: 2;
    display: inline-block;
    padding-left: 1em;
    padding-right: 1em;
    vertical-align: middle;
    background-color: #fff;
}

.carousel-caption {
	position: absolute;
	/*left: 0;
	width: 100%;
	display: block;*/
	background: rgba(0, 0, 0, 0.35);
	bottom: calc(50% - 150px);
	padding: 40px;
}

div.carousel-caption h4{
    font-size: 50px;
    font-weight: 900;
    letter-spacing: .05em;
    text-transform: uppercase;
}

#videoPage{
	background-color: #000000!important;
}

.masonry {
    column-count: 4;
    column-gap: 12px;
}

.masonry img {
  width: 100%;
}

.masonry .mItem {
  display: block;
  margin-bottom: 16px;
  width: 100%;
}

#galleryPics .owl-nav{
    margin: 0px;
}

#galleryPics .owl-nav button.owl-prev,#galleryPics .owl-nav button.owl-next {
    font-size: 60px;
    font-weight: 600;
}

#videoThumbPage{
    background-color: #000000;
}

#controls img, #relationesPics img,#relationesPics p{
    cursor: pointer;

}

#controls, #relationesPics {
   background-color: #242424;
    height: 600px;
    overflow-y: auto;
}



#controls ul,#relationesPics ul {
    padding-left: 0px;

}

#controls ul li,#relationesPics ul li{
    list-style-type: none;
    border-bottom: 1px solid rgba(255,255,255,.1);
    padding-bottom: 10px;
    padding-top: 10px;
    color: #fff;
}



#controls ul li:last-child,#relationesPics ul li:last-child{
    border-bottom: none;
}

#relationesPics p{
    margin-bottom: 0px;
}

#video-placeholder{
    width:  100% !important;
    height: 600px;
}

.nav-tabs {
    border-bottom: 1px solid #006633;
}
.nav-tabs .nav-item {
   color: #312f2f;; 
}   

.nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #006633;
    border-color: #006633 #006633 #fff;
    font-weight: 600;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    color: #ffffff;
    background-color: #006633;
    border-color: #006633 #006633 #fff;
}

.bgLi{
    background-color: #424242;;
}

.bgRealiz{
    
    background-color: #f7f7f7;
    padding: 15px;

}

#murales .tW a {
    font-size: 33px;
    color: #fff !important;
    font-weight: 600;
}

#murales .titleWhite a {
    font-size: 22px;
    color: #fff !important;
    font-weight: 600;
}

#murales .titleWT a{
    font-size: 22px;
    color: #000 !important;
}

#murales p{
    font-size: 14px;
}

.vidYou{
    width: 100%;
    height: 450px;
}

.bg-wt {
    background-color: #748854 !important;
}

.bg-secondary {
    background-color: #EEEEEE !important;
}

#murales h3{
    font-size: 20px;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
       .carousel-caption {
    position: absolute;
    left: 0;
    width: 100%;
    /* display: block; */
    background: rgba(0, 0, 0, 0.35);
    bottom: 0px;
    padding: 10px;
}

    div.carousel-caption h4 {
        font-size: 12px;
        font-weight: 900;
        letter-spacing: .05em;
        text-transform: uppercase;
    }

    .carousel-control-prev,
    .carousel-control-next {
        z-index: 32;
    } 

    #titleHeader h2 {
        text-align: center;
        color: #00674B;
        font-size: 19px;
    }

    .line-hover2 {
        position: relative;
        z-index: 2;
        display: inline-block;
        padding-left: 1em;
        padding-right: 1em;
        vertical-align: middle;
        background-color: #fff;
        font-size: 20px;
    }

    .masonry {
        column-count: 2;
        column-gap: 16px;
    }

   ul.navbar-nav li.nav-item a{
        padding-left: 12px;
    }

    #navMob{
        background-color: #ffffff;
    }

    .navbar-light .navbar-nav .nav-link {
        color: rgba(0,0,0,.5);
    }

    #video-placeholder{
        width:  100% !important;
        height: 260px;
    }
    .thumbVideo{
        padding-right: 10px;
    }

    .h1Title {
        color: #748854;
        font-weight: bold;
        font-size: 40px;
    }

    .h1TitleBianco {
        color: #FFFFFF;
        font-weight: bold;
        font-size: 40px;
    }


    .galVids{
        height:auto;
    }

    #murales .tW a {
        font-size: 15px;
        color: #fff !important;
        font-weight: 600;
    }
     article h1{
        font-size:23px;
     }

     .vidYou {
        width: 100%;
        height: auto;
    }

    .pdgInfo{
        padding:20px;
    }


}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
    .carousel-caption {
        position: absolute;
        /* left: 0; */
        /* width: 100%; */
        /* display: block; */
        background: rgba(0, 0, 0, 0.35);
        bottom: calc(50% - 90px);
        padding: 40px;
    }

    div.carousel-caption h4 {
        font-size: 30px;
        font-weight: 900;
        letter-spacing: .05em;
        text-transform: uppercase;
    }

    ul.navbar-nav li.nav-item a{
        padding-left: 12px;
    }
    .navbar-light .navbar-nav .nav-link {
        color: rgba(0,0,0,.5);
    }

    .h1Title {
        color: #748854;
        font-weight: bold;
        font-size: 40px;
    }

    .h1TitleBianco {
        color: #FFFFFF;
        font-weight: bold;
        font-size: 40px;
    }

    .galVids{
        height:auto;
    }
   
}

/*## timeline ##*/
ul#timeline-menu { height:50px; text-align:center; }
    ul#timeline-menu li { position: relative; float: left; list-style: none; margin: 0px; padding: 0px; }
        ul#timeline-menu li a { display: block; text-decoration: none; font-size: 16px; padding: 10px; padding-top: 20px; color: black; font-weight:bold; border-bottom: 5px solid transparent; }
            ul#timeline-menu li a:hover { color: #EF693A; border-bottom: 5px solid #EF693A; font-weight:normal;}

section#timeline { width: 90%; margin: 20px auto; padding-bottom: 20px; position: relative; }
    section#timeline:before { top: 0; bottom: 0; position: absolute; content: " "; width: 2px; background-color: #EF693A; left: 50%; height: 100%; margin-left: -1.5px; }
    section#timeline article { width: 100%; margin-bottom: 20px; position: relative; }
        section#timeline article:after { content: ''; display: block; clear: both; }

    section#timeline > article > div.panel { width: 45%; float: left; background: #FFF; border: none; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15); box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15); }
        section#timeline > article > div.panel .panel-heading { padding: 5px 10px; margin: 0; font-size: 1.2em; background-color: #EF693A; overflow: hidden; text-align: center; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; }
            section#timeline > article > div.panel .panel-heading .panel-title { color: #FFF; }
        section#timeline > article > div.panel .panel-body { padding: 15px; position: relative; }
    section#timeline article div.panel-body:after { content: ''; position: absolute; top: 20px; right: -5px; width: 10px; height: 10px; -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); transform: rotate(-45deg); background: #FFF; }
    section#timeline > article > div.panel .panel-body img { float: left; margin: 0 15px 15px 0; }
    section#timeline > article > div.panel .panel-footer { padding: 15px; background-color: #EEE; }

    section#timeline > article.inverted > div.panel { float: right; }
        section#timeline > article.inverted > div.panel .panel-body:after { left: -5px; }
        section#timeline > article.inverted > div.panel .panel-body img { float: right; }

    section#timeline div[class*="group"],
    section#timeline article div.panel div.badge { display: block; text-align: center; cursor: none; font-weight: bold; -moz-box-shadow: 0 0 0 2px #EF693A, inset 0 2px 0 rgba(0, 0, 0, 0.1), 0 3px 0 2px rgba(0, 0, 0, 0.15); -webkit-box-shadow: 0 0 0 2px #EF693A, inset 0 2px 0 rgba(0, 0, 0, 0.1), 0 3px 0 2px rgba(0, 0, 0, 0.15); box-shadow: 0 0 0 2px #EF693A, inset 0 2px 0 rgba(0, 0, 0, 0.1), 0 3px 0 2px rgba(0, 0, 0, 0.15); }
    section#timeline div[class*="group"] { width: 65px; font-size: 1.3em; margin: 20px auto; padding: 5px; border-radius: 0px; background: #EF693A; color: #FFF; z-index: 1000;
        position: relative;}
    section#timeline article div.panel div.badge { position: absolute; top: 0; left: 50%; margin: 0 0 0 -15px; border-radius: 50%; font-size: 0.75em; width: 30px; height: 30px; background: #FFF; color: #EF693A;white-space: unset; }
    section#timeline article div.panel-body h1{
        font-size: 1rem;
    }

    .counter-flex {
        display: flex;
        align-items: center;
        min-height: 120px;
        min-width: 100px;
    }

    
    .counter-box {
        width: 350px;
    }

    .counter-box h2 {
        font-size: 50px;
        text-align: center;
        font-family: 'Inter';
        margin: 0;
    }

    .counter-box p {
        text-align: center;
    }