/*
Theme Name: IMAGE: imprints of manetic fields in exoplanets
Description: Template su misura per il sito insegne del progetto IMAGINE
Author: Davide Inzaghi
Author URI: http://www.davideinzaghi.it
Version: 1.0
*/


     
html{
    scroll-behavior: smooth;
}

body {
    font-family: 'Open Sans', sans-serif;
    /*word-wrap: break-word;*/
    color: #000000;
    font-size: 16px;
    line-height: 24px;
    background-color: #ffffff;
    
    
}

img{
     max-width: 100%;
    height: auto;
 }
 
strong, bold{
    font-weight: 700;
    color:#000000;

}


button {
    background: transparent;
    font-size: 14px;
    line-height: 22px;
    padding: 8px;
    
    border: 1px solid #000;
    margin: 0px auto;
    display: table;
    letter-spacing: 1px;
    font-weight: 700;
    color: #6d1313;
    font-family: 'Playfair Display', serif;
}
button{
    transition: transform .2s
}

button:hover {
  transform: scale(1.1); 
}

.font_s_1_2{
    font-size: 1.2rem!important;
}

.nowrap{white-space: nowrap
}

 .hidden{
    visibility: hidden;
 }
 .hidden_a:hover{
    cursor: inherit;
    color: inherit;
  }

 
a{
 text-decoration:underline;
 color: inherit;
 }
 
 
a:hover{
   text-decoration: none;
 color: #6d1313;
   transition: all 0.5s;
   -webkit-transition: all 0.5s;
}

button:active,button:focus,button:visited,button:focus-within{
    
    outline: none;
}
 
.cursor_text{cursor: text; }
.cursor_default{cursor:default; }
.cursor_pointer{cursor:pointer; }

 
.color_nero{
 color:#000000;
}

.color_nero_gb{
 background-color: #000000;
}

.color_hover_nero:hover{
    color:#000000;
     transition: all 0.5s;
    -webkit-transition: all 0.5s;
}


.color_bianco{
 color:#ffffff;
}

.color_bianco_gb{
 background-color: #ffffff;
}

.color_hover_bianco:hover{
    color:#ffffff;
     transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.bg_green{
    background-color: #1a8e1a;
}

.bg_red{
    background-color: #d80707;
}


.hover_inherit:hover{
    color: inherit;
}


.border_radius_10{
 border-radius: 10px;
}



h1, .h1,h2, .h2,h3, .h3,h4, .h4{
 font-weight: 700;
 color: #1f264b;
  font-family: 'Playfair Display', serif;
  margin-bottom:2rem;
  margin-top:2.5rem;
  
}

.banner{
object-fit: cover;
}
.banner{
    height: 70vw;
}

img.quadrato{
    object-fit: cover;
    object-position: center;
}

.quadrato{
    background-position: center;
    background-size: cover;
}

.ombra{
    -webkit-box-shadow: 5px 3px 12px 1px #c9c9c9;
    box-shadow: 5px 3px 12px 1px #c9c9c9;
}
.ombra_marcata{
    -webkit-box-shadow: 2px 5px 16px 0px #000000, 5px 5px 15px 5px rgb(0 0 0 / 0%);
    box-shadow: 2px 5px 16px 0px #000000, 5px 5px 15px 5px rgb(0 0 0 / 0%);
}

.page .button{
    display: inline-block;
    margin-top: 1rem;
    
}
.button{
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    color: #ffffff;
    /*border: 2px solid #c7b360;*/
    background-color: #1f264b;
    border-radius: 10px;
    font-size: 0.8rem;
    padding: 5px 15px;
    text-decoration: none;
}
.button:hover{
     background-color: #c7b360;
 color: #1f264b;
}

.modal-dialog{
    width: 90%;
    max-width: none;
}
/*************************  HEADER *****************************/
header{
    background-color: #ffffff;
    background-size: cover;
  
}
.logo_header{
    width: 100%;
    
}


.social_header svg{
 width: 30px;
 height: 30px;
background-color: #fde585;
    border-radius: 30px;
    margin-left: 30px;

}
.social_header svg .cls-1{
 fill:#6d1313;
}


.banner_cookies{
     background: rgba(0, 0, 0, 0.7);
     display: none;
}









.nav-link{
 

text-align: center;
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    display: inline-table;
    color: #ffffff;
    /*border: 2px solid #c7b360;*/
    background-color: #1f264b;
    border-radius: 10px;
    font-size: 1rem;
    padding: 5px 10px;
    letter-spacing: 0px;
    margin-left: 0px;

}
    
.nav-link:hover{
 background-color: #c7b360;
 color: #1f264b;
}


.nav-item .menu_actived_item{
 background-color: #c7b360;
 color: #1f264b;
  
}


.menu_i div:last-child{
    margin-top: 10px;
}

#menu_hamb{
 cursor: pointer;
}
#menu_open{
    /*display: none;*/
}


.bar1, .bar2, .bar3 {
  width: 35px;
  height: 3px;
  background-color:#424242;
  margin: 6px 0;
  transition: 0.4s;
  
}

.change .bar1 {
  /*-webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: translate(0px, 0px) rotate(-45deg) ;*/
 
 transform: translate(0px, +9px) rotate(-45deg);
 
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  /*-webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: translate(0px, 0px) rotate(45deg);*/
 transform: translate(0px, -9px) rotate(45deg);
}

.custom-toolge .navbar-toggler-icon {
     background-image: url("data:image/svg+xml,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(256, 256, 256, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}
 
.custom-toolge  .navbar-toggler{
    border-color:#ffffff;
    border: 0;
    border-radius:0;
}


 
/*************************  FOOTER *****************************/
footer{
    background-color: #eaeaea;
    color: #6f6f6f;
    text-align: center;
    font-size: 0.8rem;
}

.social_footer{
display: table;
margin: 20px auto;
}

footer a:hover{
 color: #c7b360;
   transition: all 0.5s;
   -webkit-transition: all 0.5s;
}

footer p:last-child{
    margin-bottom: 0px;
}


.social_footer svg{
 height: 30px;
 width: 30px;
 background-color: #fde585;
 border-radius: 30px;
 margin: 0px 10px;
}

.social_footer svg .cls-1 {
    fill: #6d1313;
}


/***********************************  PAGE  ************************************************/


.page_team .person img{
    width: 80%;
    margin: 0px auto;
    border-radius: 50%;
    display: table;
}

.page_team .person h2{
    text-align: center;
    font-size: 1.4rem;
    margin-top: 10px;
}
.page_team .person p{
text-align: center;    
}




.yellow_border_t_b{
    border-top: 2px solid #fde585;
    border-bottom: 2px solid #fde585;
}


.yellow_border{
    border: 2px solid #fde585;
    border-radius: 20px;
}

.contatti_home iframe{
    border-radius: 20px;
    border-top-right-radius:0;
    border-bottom-right-radius: 0;
    height: 100vw;
}
.contatti_home img{
    height: 30px;
    margin-right: 10px;
}
.contatti_home p:last-child{
    margin-bottom: 0px;
}

.page_contatti iframe{
    height: 100vw;
    margin-bottom: 0px;
    display: block;
}
.page_contatti p:last-child{
    margin-bottom: 0px;
    
}

.page_servizi_table img{
    width: 100%;
    
    
}
.page_servizi_table h2{
    font-size: 1.5rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    
}

.page_servizi_table .img_cont {
    background-color: #6d1313;
    border-radius: 50%;
    display: table;
    margin: 0px auto;
    max-width: 200px;
    border: 3px solid #fde585;
}
.page_servizi_table img{
    padding: 40px;
    
    
}

.page_insegne p:last-child{
    margin-bottom: 0px;
}

.owl-controls .owl-page {
    display: inline-block;
}
 .owl-controls .owl-page span {
    background: none repeat scroll 0 0 #869791;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 12px;
}



.modelli_insegne h2{
    margin-bottom: 1.5rem;
}

.modelli_insegne h3{
    font-size: 1.5rem;
    margin-top: 4rem;
    margin-bottom: 1.5rem;
}



/***********************************  HOME PAGE  ************************************************/


/***********************************  RESPONSIVE ************************************************/

    
@media (min-width:576px){
 
  .nav-link{
 
    border-radius: 10px;
    font-size: 1.2rem;
    letter-spacing: 2px;
    margin-left: 20px;
    padding: 10px 20px;
    line-height: 1.2rem;
    
}

.modal-dialog{
    width: 80%;
 
}

.banner{
    height: 50vw;
}
 
}


@media (min-width:768px){
 
.menu_i div:last-child{
    margin-top: 0px;
}

.nav-link{
    margin-left: 5px;
}

 
}
    
 @media (min-width:992px){

.banner{
    height: 40vw;
}
}


@media (min-width:1025px){

.banner{
    height: 30vw;
}


}
 
@media (min-width:1200px){
    
  .nav-link{
    margin-left: 15px;
}
  
}

@media (min-width:1400px){

}



/******************************************************************************************************************************************************/




/************************************* ANIMATION *****************************************/

