/***** FONTS *****/
.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
  }  
  .poppins-extralight {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
  }
  .poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  .poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  .poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  .poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  .poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  .poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
  }
  .poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
  }
  .poppins-thin-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: italic;
  }
  .poppins-extralight-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: italic;
  }
  .poppins-light-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
  }
  .poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
  }
  .poppins-medium-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
  }
  .poppins-semibold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
  }
  .poppins-bold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
  }
  .poppins-extrabold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: italic;
  }
  .poppins-black-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: italic;
  }
/************ CUSTOM **************/
body{
    color:#333333;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}
#logocustom{
position: absolute;
top:80px;
left:20px;
}
#logocustom img{
  height:90px;
}
a {
text-decoration: none;
color:#004a43;
}
.link{
    color: #007399;
}
#myHeader{
    width:100%;
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center;
    margin-bottom: 60px;
}
h1, h2, h3, h4, h5{
    font-weight:500;
    display: block;
    font-size: 1.17em;
    margin-block-start: .5em;
    margin-block-end: 0;
}
p {
  text-align: left;
}
#contslider{
  margin-top:60px;
}
.image_header{
  /*background-image: url('/images/gastrodata-site.jpg');*/
  height: auto;
}
.color_header{
  background-color: #004a43 !important;
  height: 250px;
}
summary{
  cursor: pointer!important;
}
.emailpasres{
  padding-bottom:20px;
  padding-top:30px;
  font-size:80%;
}
.sitetitle{
    height: 90%;
    width:100%;
    display:flex;
    align-items: center;
    justify-content: center;
}  
.sitetitle h1{
    color:#ffffff;
}
.page_title{
    font-size: 40px;
}
.paddingint{
  padding-left:5px;
 }
.divreg{
  padding-top:3%;  
} 
.wellcome{
float: right !important;
padding:0 3% 25px 0;
}
.iconuser{
  text-align: right;
  padding-right: 5px;
}
/*.w3-container{
min-height: 300px!important;
}*/
.maintext{
    font-size: 19px;
    min-height:400px;
}
#risposta{
    display: none;
    font-weight: 400;
    padding-top: 1rem;
    text-align: center;
  } 
.w3-center h2{
    padding-top:3%;
}
.material-icons {
    vertical-align: bottom;
}
.maintext{
padding:1% 0 2% 0;    
width:90%;
max-width:1200px;
margin:0 auto;
}

#msgreg{
    padding-top:2%;
    text-align: center;
}
.label100{
  width: 100%;
  margin-top:2%;
  display: block;
}
.form label{
    padding-top: 2%;
    display:inline-block;
    font-weight: 600;
}
.labelnopad{
padding-top:0!important;
}
#register_button{

    padding: 20px;
    background-color: #009688;
    color: white;
    border: none;
    border-radius: 16px;
    margin: 0 auto;
    font-size: 18px;
    display: block;
    transition: 0.2s;
    cursor: pointer;
}
footer{
margin-top: 40px;
text-align:center;   
}
#register_button:hover{
    background-color: #004a43;
}
a.nostyle:link {
    text-decoration: inherit;
    color: inherit;
    cursor: auto;
}
a.nostyle:visited {
    text-decoration: inherit;
    color: inherit;
    cursor: auto;
}
.w3-card-4{
    border-radius: 20px !important;
    box-shadow: 0 10px 20px rgb(201 201 201 / 19%), 0 6px 6px rgb(150 150 150 / 23%) !important;
}
.w3-check, .w3-radio{
    width: 12px !important;
}
.w3-btn{
    transition: 0.2s;
}
/*.w3-btn:hover{
    background-color: #004a43 !important;
}*/
.w3-btn:hover{
    box-shadow: none !important;
}
textarea{
  resize: vertical;
}
.maintext p{
  text-align: left;
}
.w3-xxxlarge {
  padding: 20px;
  box-sizing: border-box;
}
.text_content{
  width: 90% !important;
}
#data_registration, #image_upload{
  display: none;
}
@media screen and (max-width: 800px) {
  .w3-xxxlarge {
    font-size: 25px!important;
  }
  .maintext{
    width: 100%;
  }
  h2{
    font-size: 20px;
  }
  .page_title{
    font-size: 30px;
  }
}

/*** desktop ***/
@media screen and (min-width: 1025px) {
   
}
/*** mobile ***/
@media screen and (max-width: 1024px) {
/*.sitetitle{
    margin-top:-5%;
}
#myHeader{
    height: 300px;   
}    
.w3-xxxlarge {
    font-size: 36px!important;
}*/
}