/* CSS Document */


img {max-width:100%;
}


b, strong {
    font-weight: 500;
}


.blink_me {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {  
  50% { opacity: 0; }
}

/*** VIDEO CSS ***/
/*****************************************************/
	
	
	body {
    padding-top:0px;
  }

	
.card {
    margin: 0 auto;
    max-width: 90% !important;
}

.card-img, .card-img-top, .card-img-bottom {
    max-width: 100% !important; height:auto!important; 
	
	background-color: rgba(21, 155, 82, 0.2); /* Nero con opacità 50% */
}





.video-container {
  height: 70vh;
  position: relative;
  overflow: hidden;
	 background-color: #000;
}
	
	
@media (min-width: 600px) {
  .video-container {
    height: 100vh;
  }
}
	

video { filter: brightness(75%);
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}


* {
  box-sizing: border-box;
}



.video-container:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
}

	
.callout h1 { color:#fff;
  
  font-weight: 100;
  margin: 0 0 1rem;
  padding: 0;
  line-height: 1.3;
  
  font-size: 50px;
}

.callout div { color:#fff; font-size: 3vw;}
	
	


.callout {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 90%;
  text-align: center;
  position: relative;
  z-index: 10; padding-left:40px; padding-right:40px;
}
	

@media (max-width: 400px) {
  .callout h1 {
    font-size: 30px;
  }
	.callout div {   font-size: 15px;}
}
@media (min-width: 1000px) {
  .callout h1 {
    font-size: 50px;
  }
	.callout div { font-size: 25px;}
}
	
	
	
.calloutBoxes 	{ 
position: absolute;
z-index: 10; bottom:0; left:0; right:0; font-size:14px;
}

.calloutBoxes_div div	{   height:160px; font-size: 13px;
  background: rgba(0,0,0,.3); color: rgba(255, 255, 255, 0.55)!important; padding:20px 20px 60px 20px; border-radius:20px 0 0px 0;
}
.calloutBoxes_title	{ 
text-transform: uppercase; color:#159b52; font-size:14px; display:block; line-height:30px; font-weight:900;
}
.calloutBoxes_img	{ float:left; margin-right:20px; 
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 90px;
    height: 90px;border-radius: 4px; border-radius: 8px 0;
}	
	
	.calloutBoxes_div a	{  text-decoration: none!important;}
	
	.calloutBoxes_div div:hover {  background: rgba(0,0,0,.5); color:#fff!important; }
	
@media (max-width: 1200px) {  .calloutBoxes_div	{display:none;}}











@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1680px!important; max-width: 95%!important;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1680px!important; max-width: 95%!important;
	  
  }
}


.geoservizi-logo {
    max-width: 230px !important;
    height: auto !important;
}

body {
    /*padding-top:130px;*/ 
	/*font-family: 'Poppins', sans-serif !important;*/ 
	/*font-family: 'Archivo Narrow', sans-serif !important;*/
	
	font-family: "Figtree", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
	
	overflow-x: hidden;
  }
p  {
   /* text-align:justify;*/
	 text-align:left;
    margin-top: 0;
        margin-bottom: 1.7rem;
    font-size: 18px;
    line-height: 1.6rem; color:#212529; font-weight:100;

}

ul  {    color:#212529; margin-bottom: 1.9rem;}
li {               font-size: 18px;    line-height: 1.6rem; color:#212529; font-weight:100;}

p a {
    color: #159b52;
    text-decoration: underline;
}

 a { text-decoration:none;
   
} 

 a:hover {
   color: #159b52; text-decoration: underline;
} 



.form-control {
    border: 1px solid #fff;
}


form label a {
    color:#fff;
}


.form-select {
    color:#6c757d;
}





.container h5 {
  line-height: 1.5;
    color: #555; font-weight:300;
} 



 .accordion-thumb-container {border: 1px solid white; margin-left: 15px;
    background-color: white; padding:12px;
    width: 300px;
    height: 240px;
    display: flex;
    justify-content: center;
    align-items: center;
   
  }

  .accordion-item .accordion-button:not(.collapsed) .accordion-thumb-container {
    border: 1px solid lightgray;
    /* border-left: none; */
    margin-left: 15px;
    border-radius: 20px 0 20px 0;
  }
	
.accordion-item .product-image img {
    max-height: 150px;
    width:auto; max-width: 230px;
  }




 .accordion-button { padding: 16px!important;
    padding-left:0;
    font-size: 16px;
    font-weight: normal!important;
}

.accordion-button:not(.collapsed) {
    color: #212529;
    /*padding-left: 20px;*/
    
}

.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='%23159b52'%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");
  transform: rotate(-180deg);
	
}
	
	.accordion-button:focus {
    border-color: #159b52!important;
}


	.accordion-button strong {
  font-weight:600;
}


.row hr {
    clear:both!important; margin:30px 0 30px 0; background-color: #E0E0E0; height:6px;
}

.text-on-blue{   color: #fff!important;} .text-on-blue a{   color: #fff!important;} 

.tablecolored {
   color: #fff!important;
} 

.separator {
    margin: 30px 0 30px 0;
    border-bottom: 2px dotted #eee!important; 
    
}

.dot {
  height: 11px;
  width: 11px;
  background-color: #212529;
  border-radius: 50%;
  display: inline-block; margin-right:5px;
}
.dot_bink {
  height: 11px;
  width: 11px;
  background-color: #159b52;
  border-radius: 50%;
  display: inline-block; margin-right:5px;animation: dot_bink 1s linear infinite;
}
@keyframes dot_bink {  
  50% { opacity: 0; }
}

small, .small {
    font-size: 0.750em;
}


.row ol, .row ul, .row dl {
    overflow: hidden;
}

.left  {
  float: left !important; margin:0 40px 30px 0;
	
}

.right {
  float: right !important; margin:0 0 30px 40px;
}

@media (max-width: 900px) {
 img  {
  max-width: 100% !important;
}
}


p img  {
  max-width:100%; height:auto!important;
}






h3 img  {
  max-width:100%; height:auto!important;
}






@media (max-width: 1000px) {	
	
	
	 #rc-imageselect, .g-recaptcha {
            transform:scale(0.77);
            -webkit-transform:scale(0.77);
            transform-origin:0 0;
            -webkit-transform-origin:0 0;
        }





.left  {
  float: none !important; margin:0  0 20px 0; display: block; max-width:100%; height:auto;
}

.right {
  float: none !important; margin:0  0 20px 0; display: block; max-width:100%; height:auto;
} 

}




/* COLORI MENU E BOTTONI CUSTOM  */


.btn-success {
    color: #fff;
    background-color: #159b52;
    border-color: #159b52;
}

.btn-light {
    color: #159b52;
   font-weight:700!important;
}

button {
  
  
}

.dropdown-item.active, .dropdown-item:active {
        background-color: #fff; color:#159b52;
}
.btn-outline-success {
  color: #159b52;  border-color: #159b52;
}
.btn-outline-success:hover {
  background-color: #159b52;  border-color: #159b52;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  background-color: #159b52;  border-color: #159b52;
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #159b52;
}









.page-link {  color: #159b52;   }
.page-item.active .page-link {   background-color: #159b52;border-color: #159b52;}
.page-link:hover {color: #fff;border-color: #159b52; background-color: #159b52;}









h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    line-height: 1.25;  
}
h1 {
    margin-bottom:32px;
}
h3 {
    margin-bottom:28px;
}

h4 {
    line-height: 1.5;  
}

.btn-primary {    color: #fff;    background: transparent;    border-color: #fff; border-radius: 8px 0; font-size:18px; font-weight:100;}
.btn-primary:hover { background-color: #159b52; border-color: #159b52;}

.btn-secondary {    color: #fff;    background-color: #159b52;    border-color: #159b52; border-radius: 8px 0; font-size:18px; font-weight:100;}
.btn-secondary:hover { background-color: #fff; border-color: #159b52; color:#159b52;}


@media (max-width: 760px) {	
	
	body {
    padding-top:80px!important;
  }
	
	
	


	
}


.breadcrumb {
    /*background-color: #fff;*/
    padding: 4px 12px 6px 0px;
    margin-bottom:0;
}

.breadcrumb li, .breadcrumb a {  color: #fff!important; text-decoration:none;}
.breadcrumb a:hover {  color: #fff; text-decoration:underline;}


.breadcrumb-item + .breadcrumb-item::before {
    
    color: #efe8da;
 
}


















.sentence {
    /*background-color: #efefef;
opacity: 0.8;
background: repeating-linear-gradient( -45deg, #e5e5e5, #e5e5e5 5px, #efefef 5px, #efefef 25px );
	background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;*/
	
  width: 100%;
  height: 100%;
	
    color: #212529!important;
    margin-top: 0px;
    padding-top: 80px;
    padding-bottom: 60px;
    
}
.sentence h1 {
    font-size:50px;
	font-weight:300;
	    line-height: 1.3;
}

.sentence .sentence-author {
    font-size:20px;
	font-weight:300;
	    line-height: 2.5; font-style: oblique;
}

.sentence .sentence-points {
    font-size:20px;
	font-weight:500;
	    line-height: 2; 
}



.pre-title  {
    font-size:1rem;font-weight:500;
 text-align: center; margin-bottom:24px; color: #159b52; font-weight:700;
}


.title-sentence {
    text-align: center;
    padding-bottom: 10px;
    position: relative; 
}
/*.title-sentence h1::after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
     border-bottom:4px solid #159b52;
    bottom: 0;
   left: calc(50% - 25px);
	
}*/


@media (max-width: 800px) {	
	.sentence {      
	padding:3.5rem 0 0.1rem 0!important;  
}
	
	.sentence h1 {
    font-size:30px;
}

.sentence h3 {
    font-size:14px;
}
	
}

.header-internal-red {
    color: #fff;
    margin-top: -30px!important;
    padding-top: 80px;
    padding-bottom: 50px;
 background-color:#159b52; background-image:none;
}


.header-internal {
    color: #fff;
    margin-top: 77px;
    padding-top: 180px;
    padding-bottom: 120px;
    
    background-size: cover!important;
    background-repeat: no-repeat!important;
      position: relative; /* Importante per far funzionare il posizionamento assoluto */
	background-position: center center!important; /* Posiziona l'immagine in alto e centrata */
    background-attachment: fixed; /* Fissa l'immagine durante lo scroll */
	
	position:relative; height:65vh;
  
}


.title-internal {
    text-align: left;
    padding-bottom: 30px;
	
	position: absolute;
  bottom: 0;
}
.title-internal  h1{
font-weight:300;
}



@media (max-width: 760px) {	
	
	.header-internal {
    margin-top: -14px; 
}
	
}


.footer-bar {
    color: #fff;
    margin-top: 60px;
    padding-top: 80px;
    padding-bottom: 120px;
    
    background-size: cover!important;
    background-repeat: no-repeat!important;
      position: relative; /* Importante per far funzionare il posizionamento assoluto */
	background-position: center center!important; /* Posiziona l'immagine in alto e centrata */
    background-attachment: fixed; /* Fissa l'immagine durante lo scroll */
}

.footer-bar h5{
    color: #fff;

}


.footer-bar::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(17, 17, 17, 1); 
    z-index: 1; /* Assicurati che la sovrapposizione sia sopra l'immagine di sfondo */
}

.footer-bar > * {
    position: relative;
    z-index: 2; /* Mantiene il contenuto sopra la sovrapposizione */
}


@media (max-width: 800px) {	
	.header-internal {      
	padding:3.5rem 0 0.6rem 0!important;  
}
	
	.footer-bar {      
	padding:3.5rem 0 0.1rem 0!important;  
}
	
}











.header-internal-products { background-color: #159b52;      
	color:#fff;   height:100vh;
	background-size: cover!important;
    background-repeat: no-repeat!important;
    background-position: top center!important; 
}
@media (max-width: 800px) {	
	.header-internal-products {      
	padding:3.5rem 0 0.1rem 0!important;  margin-top:-100px;
}
	
}
.title-internal-products {    text-align: center;  }
.title-internal-products h1 {font-size:60px!important;  }













.title-related-news h3 {
    margin-bottom:20px;
}



.accordion-button:not(.collapsed) {
    color: #212529;
    background-color: #f9f9f9;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}













/* GRIGLIA PRODOTTI   */

.product-box { width:75%;
  display: block; border-radius: 12px 0;
  text-align: center;
  padding: 30px 30px 10px 30px;
  border: 3px solid #;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-decoration: none; 
  color: inherit; background-color: ; margin:0 auto;margin-bottom:25px;
}

.product-box:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.product-image {
  overflow: hidden; border-radius: 12px 0;
}
.product-box:hover {
  text-decoration: none!important;
}


.product-image img {
  width: 100%; 
  transition: transform 0.3s ease;
}

.product-box:hover .product-image img {
  transform: scale(1.1); 
}


.product-box h3 {
	margin-bottom:12px;
	}
.product-box p {
line-height: 1.5rem; margin-bottom: 1.0rem;
	}



.product-title {
  margin-top: 20px;
  font-size: 1.4rem;
}

.product-text {
  margin-top: 10px; font-size: 1.1rem;
    line-height: 1.4rem; color:#212529; text-align:center;
}














.nav-tabs {    }
.nav-tabs .nav-link {      text-transform: uppercase; padding:20px 30px 12px 30px;   }

.tab-content > .active, .nav-tabs .nav-link.active {  
  
    background-color: #f8f9fa; 
}

.nav-tabs .nav-link.active { border-bottom:1px solid #f8f9fa; }
.tab-content > .active  { padding:40px 30px 40px 30px ; border:1px solid #dee2e6; border-top:none;     }

 .nav-tabs .nav-link {
    border-radius:12px 12px 0 0; 
}

.nav-link {  
    color: #212529;
   }

.nav-link:hover, .nav-link:focus {
    color: #159b52;
}


.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.70);
}



.videogrid video {
    width:100%; height:auto;
}


.googlemap-iframe iframe {
    width: 100%!important;
    min-height: 600px!important;
}

.float-end {
    margin-left:25px; margin-bottom:25px;
}

.float-start {
    margin-right:25px; margin-bottom:25px;
}

@media (max-width: 1020px) {	
	.float-end {    margin-left:0; float:none!important; display:block; max-width:100%; height:auto; }
	.float-start {    margin-right:0;float:none!important; display:block; max-width:100%; height:auto;}
}


footer  { font-size: 13px;}
footer a { color: #ccc!important;    text-decoration: none!important; cursor: pointer;}
footer a:hover {color: #fff!important;    text-decoration: underline!important;}
footer p {color: #ccc!important;   padding:10px 0 10px 0;  font-size: 13px;}

footer p {color: #ccc!important;   padding:10px 0 10px 0; font-size: 13px; line-height:1.6em; }
footer li {font-size: 13px; line-height:1.4em;}

footer ul { padding:10px 0 10px 0;}
footer  .nav-link {    padding: 0rem 1rem;}
footer .border-top {    border-top: 1px dotted #666!important;
}

footer .nav-link {
    color: #ccc!important;
}

.footer h5{
    color: #fff;
}
.footer i{
    font-size:20px; color: #fff;

}















/*--------------------------------------------------------------
# PRODOTTI
--------------------------------------------------------------*/







/*--------------------------------------------------------------
# NEWS
--------------------------------------------------------------*/



.media-body-introtext  strong {
  font-weight:normal!important
}

.media-body h5 strong {
  font-weight:normal!important;
}

.media.blog-media {
    margin-top: 25px;
    position: relative;

   display: table!important;
    padding: 25px;
    background: #fff; 
}

.media.blog-media > a {
    position: relative;
    display: block;
    width: 150px;
    height: 150px;
    margin: 0 20px 0 0; 
}

.home-blog .media {
    align-items: center!important; 
}

.post-image {
    position: relative;
    display: block;
    width: 150px !important;
    height: 150px !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 8px;
}





@media (max-width: 1000px) {
    
    .media.blog-media > a {
        margin: 0 0 20px 0;
    }
}

@media (max-width: 768px) {
    .media.blog-media > a {
        width: 120px;
        height: 120px;
    }
    
    .post-image {
        width: 120px !important;
        height: 120px !important;
    }
	
	
}

@media (max-width: 480px) {
    .media.blog-media > a {
        width: 100px;
        height: 100px;
    }
    
    .post-image {
        width: 100px !important;
        height: 100px !important; text-align:center!important;
    }
	
}

.home-blog .section-title {
    padding-bottom: 15px;
}
.home-blog .media { background-color: #f2eee7; width:100%; 
   display: flex;
    align-items: flex-start; /* Allinea gli elementi in alto */
}
@media (min-width: 768px) {
    .home-blog .media {
        
    }
}
.bg-sand {
    background-color: #f5f5f6;
}


.media.blog-media > a img {
 
}

.media.blog-media .media-body h5 {
    transition: color 0.3s ease;
    margin-bottom: 15px;
}
@media (min-width: 992px) {
    .media.blog-media .media-body h5 {
        font-size: 15px;
    }
}
@media (min-width: 1200px) {
    .media.blog-media .media-body h5 {
        margin-bottom: 15px;
        font-size: 1.5rem;  
    }
	.media.blog-media .media-body a{
        text-decoration: none!important;
    }
}
.media.blog-media .media-body .post-date {
    display: block;
    color: #222;
    font-size: 13px;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-weight: 400;
}
@media (min-width: 992px) {
    .media.blog-media .media-body .post-date {
        padding: 12px 0;
    }
}
@media (min-width: 1200px) {
    .media.blog-media .media-body .post-date {
        padding-bottom: 12px;
    }
}
.media.blog-media .media-body ul {
    position: relative;
    padding: 10px 0 0;
}
.media.blog-media .media-body ul li {
    display: inline-block;
    width: 49%;
    position: relative;
}








/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/




/*Counter: colonne speciali e margine dei counter a 5 colonne */

@media (min-width: 1000px) {
	
.col-lg-22 {
    flex: 0 0 auto;
    width: 20%;
}
.col-half-offset{
    margin-left:2.5%; margin-right:2.5%; 
}
	
}

@media (max-width: 990px) {
	
.col-lg-22 {
  
    width: 100%;
}

}






.counts {
  padding-top: 70px; padding-bottom:20px; background-color: #159b52;
}

.counts h1{
   color:#fff; text-align:center;
}
.counts h5{
  color:#fff; text-align:center;
}

.counts .count-box {
  padding: 40px 10px 25px 10px;
  width: 100%;
  position: relative;
  text-align: center;
  box-shadow: 0px 2px 35px rgba(0, 0, 0, 0.06); background-color: #212529;
  border-radius: 4px; 
}
.counts .count-box i {
  position: absolute;
  width: 60px;
  height: 60px;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px;
  background: #fff;
  color: #159b52;
  border-radius: 50px;
  border: 2px solid #159b52;
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center; 
}
.counts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 700; color:#fff; 

}
.counts .count-box p {
  padding: 0;
  margin: 0;color:#fff;

text-align:center;
}








.bg-dark {
    --bs-bg-opacity: 1;
    background-color: #000!important;
}

.btn-referenza {
    display: inline-block;
    padding: 8px 20px;
    background-color: #d3c4a8;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 16px;
    transition: all 0.3s ease;
}

.btn-referenza:hover {
    background-color: #c4b394;
    color: #fff;
    text-decoration: none;
}

.btn-referenza i {
    margin-right: 8px;
}

