/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/


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

@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap"%20rel="stylesheet');



.lato-thin {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.lato-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lato-black {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.lato-thin-italic {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.lato-light-italic {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.lato-regular-italic {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.lato-bold-italic {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.lato-black-italic {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: italic;
}


.TITLE01{
  font-family: "Lato", sans-serif;
  text-align: center;
   font-size: 200px;
}


h1{
  
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  font-size: 30px;
  padding: 15 30 15 30;

}


h2{
  
  font-family: "Lato", sans-serif;
   font-weight: 400;
  font-style: italic;
  text-align: center;
  font-size: 45px;
  padding: 15 30 15 30;

}


.Title01 {
  
  font-family: "EB Garamond", serif;
  font-style: normal;
  font-size: 50px;
  color: #0F4940;
  
  
  }

h3: hover {
  opacity: 100;
  color: #FF0000;
}

.Parafo:hover{
  
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #00FFF8;

}


.ContainerTitle{
    position: absolute;
    text-align: right;
    padding:25px;
    margin-top: -40px ;
    margin-left: -150px ;
    width: 650px;
    /*background:#F29175;*/
  
}

  
.Title01{
  
   text-align: right;
   margin-bottom: 10px ;

}




.TituloManifesto {
  
font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  font-size: 40px;
  padding: 15 30 15 30;

}
.TitleFoote{

  font-family: "Lato", sans-serif;
  font-weight: 800;
  font-style: italic;
  font-size: 800px;
}


.TituloQR {  
  font-family: "Lato", sans-serif;
  font-weight: 900;
  text-align: left; 
}


.ParafoQR{
  
  font-family: "Lato", sans-serif;
  font-weight: 400;

}

/** CSS TOUR 2024**/


.Tit02 {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;

}

@media (max-width: 760px) {
  

.Title01 {  
  text-align: center;
  font-family: "EB Garamond", serif;
  font-style: normal;
  font-size:5px;
  color: #0F4940;}

}