/**
 *	LESS Core file
 *
 *	Include all the other less file
 *
 *
 */
/**
 *	Base Style
 */
/** =============================================================================================================================
 *	
 *	BASE STYLE
 *	
 *	
 *	
 */
@font-face {
  font-family: 'Changa One';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/changaone/v13/xfu00W3wXn3QLUJXhzq46AY.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v15/pxiGyp8kv8JHgFVrLPTedw.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLFj_V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLDz8V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v15/pxiEyp8kv8JHgFVrFJA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLGT9V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLEj6V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLCz7V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLDD4V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLBT5V1s.ttf) format('truetype');
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  height: 100%;
  overflow-y: scroll;
}
body {
  font-size: 0.9em;
  min-height: 100%;
  line-height: 1.6em;
  position: relative;
  z-index: 1;
  overflow-x: hidden;
  background: url(../images/bg_body.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/** =============================================================================================================================
 *	
 *	CLASSI GENERICHE PER LA PAGINA
 *	
 *	
 *	
 */
#body-content {
  /** =============================================================================================================================
	 *	STYLE HEADER
	*/
  /** =============================================================================================================================
	 *  STYLE FOOTER
	*/
}
#body-content .btn {
  border-radius: 1rem;
  margin-top: 1rem;
  padding: 0.7rem 1.4rem;
  text-transform: none;
  font-weight: 600;
  background-color: #A34258;
  color: #fff;
  white-space: pre-wrap;
  margin-bottom: 1rem;
  position: relative;
  font-weight: 400;
  font-size: 1.1rem;
  border: 0;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#body-content .btn:hover {
  background-color: #BE3E5B;
}
#body-content .title {
  text-transform: uppercase;
  font-size: 3.3rem;
  font-weight: 200;
  margin-top: 3rem;
  margin-bottom: 1rem;
  line-height: 2.8rem;
}
#body-content .subtitle {
  font-size: 1.3rem;
  font-weight: 600;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}
#body-content h3 {
  font-size: 1.7rem;
  padding: 0 15rem;
  font-weight: 500;
  line-height: 2.6rem;
}
#body-content p,
#body-content .btn,
#body-content span {
  font-family: 'Poppins', sans-serif;
}
#body-content h2 {
  font-family: 'Changa One', cursive;
}
#body-content #header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#body-content #header #brand {
  max-width: 190px;
}
#body-content #content #connection h1 {
  color: white;
  font-family: 'Changa One', cursive;
}
#body-content #content #connection .box-connection {
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  margin: 0 auto;
  border-radius: 1rem;
  border: 1px solid #8465ae;
}
#body-content #content #connection .box-connection p {
  text-transform: uppercase;
}
#body-content #content #connection .box-connection .form-control {
  margin-bottom: 0.4rem;
}
#body-content #content #connection .send {
  margin-top: -2rem;
}
#body-content #content #number h1 {
  color: white;
  font-family: 'Changa One', cursive;
}
#body-content #content #number .box-number {
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  margin: 0 auto;
  border-radius: 1rem;
  border: 1px solid #8465ae;
}
#body-content #content #number .box-number p {
  text-transform: uppercase;
}
#body-content #content #number .box-number .number {
  background-color: #A34258;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  font-size: 1.2rem;
  float: left;
}
#body-content #content #number .box-number .example {
  text-transform: none;
  color: #8465ae;
  display: inline-block;
}
#body-content #footer_info {
  padding: 1.2rem 0;
  text-align: center;
}
#body-content #footer_info p {
  color: rgba(255, 255, 255, 0.6);
}
/** =============================================================================================================================
	 *	FINE STYLE FOOTER
	*/
@media (max-width: 480px) {
  #body-content #header #brand {
    max-width: 150px;
  }
  #body-content #content #connection h1,
  #body-content #content #number h1 {
    font-size: 1.5rem;
  }
  #body-content #content #connection .box-connection p,
  #body-content #content #number .box-connection p {
    padding: 0 2rem;
  }
}
#right_abs_bar {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1029;
  border-radius: 1rem;
  border: 1px solid #8465ae;
  margin-top: 2rem;
}
#right_abs_bar a {
  color: #fff;
  text-decoration: underline;
}
#right_abs_bar a:hover {
  text-decoration: none;
}
#right_abs_bar p {
  font-size: 0.8rem;
}
#right_abs_bar .discover {
  font-size: 0.9rem;
}
#right_abs_bar .btn {
  text-decoration: none;
  text-transform: none;
  font-size: 1rem;
}
@media (min-width: 375px) and (max-width: 1400px) {
  #right_abs_bar {
    position: static;
    margin: 1.8rem;
    padding: 1rem;
    width: 80%;
    margin: 0 auto;
    margin-top: 4rem;
  }
}
@media (min-width: 1400px) and (max-width: 2600px) {
  #right_abs_bar {
    position: fixed;
    right: 0;
    top: 20vh;
    padding: 0.3rem 1.4rem;
    width: 18rem;
  }
}
@media (min-width: 800px) and (max-width: 1400px) {
  .discover {
    width: 50%;
    margin: 0 auto;
  }
}
/* ==============================================================================================================================  ===== */
/* ==============================================================================================================================  ===== */
/* ==========================================================================================================  ===== */
/* ==========================================================================================================  ===== */
/* ======================================================================================  ===== */
/* ======================================================================================  ===== */
/* ==================================================================  ===== */
/* ==================================================================  ===== */
/* ==============================================  ===== */
/* ==============================================  ===== */
/* ==========================  ===== */
/* ==========================  ===== */
/**
 *	Variables
 */
/**
 *	VARIABLES
 *
 *
 */
/** =============================================================================================================================
 *	MEDIA QUERY BREACKPOINTS: Bootstrap Variables
 *	Define the breakpoints at which your layout will change, adapting to different screen sizes.
 */
/* ==============================================================================================================================  ===== */
/* ==============================================================================================================================  ===== */
/* ==========================================================================================================  ===== */
/* ==========================================================================================================  ===== */
/* ======================================================================================  ===== */
/* ======================================================================================  ===== */
/* ==================================================================  ===== */
/* ==================================================================  ===== */
/* ==============================================  ===== */
/* ==============================================  ===== */
/* ==========================  ===== */
/* ==========================  ===== */
