@import url('https://fonts.googleapis.com/css?family=Lato:300,400,800,300i,400i,800i');
@import url('https://fonts.googleapis.com/css2?family=Spectral+SC:ital,wght@0,300;0,400;0,700;1,300&display=swap');

    


 .navbar {
  min-height: 80px;
}

.navbar-brand {
  padding: 0 15px;
  height: 80px;
  line-height: 80px;
}

.navbar-toggle {
  /* (80px - button height 34px) / 2 = 23px */
  margin-top: 23px;
  padding: 9px 10px !important;
}




h2 {
  margin-top: 30px;
  text-align: center;
}
h2.linea {
  position: relative;
  z-index: 1;
}
h2.linea:before {
  border-top: 2px solid #000000;
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
h2.linea span {
  background: #fff;
  padding: 0 5px;
}

html, body {
	height: 100%;
	font-family: 'Spectral SC', verdana;
	font­size: 18px; 
	font­size: 1em;
	position: relative;
	background-color:#EFEFEF;
}

.container{
	background-color:#FFFFFF;
}


	.font_Lato{
		font-family:'Lato', sans-serif;
	}		
	


	.card-text{
		font-family:'Lato', sans-serif;
	}		
		.fill { 
	-moz-box-shadow: 0px 15px 10px rgba(0, 0, 0, 0.25);
  	-webkit-box-shadow: 0px 15px 10px rgba(0, 0, 0, 0.25);
  	box-shadow: 0px 15px 10px rgba(0, 0, 0, 0.25);	
	min-height: 100%;
    height:auto;
	background-color:#FFF
}
	


.btn-whatsapp {
        display:block;
        width:70px;
        height:70px;
        color#fff;
        position: fixed;
        right:20px;
        bottom:20px;
        border-radius:50%;
        line-height:80px;
        text-align:center;
        z-index:999;
}


/*
.btn-whatsapp {
        display:block;
        width:275px;
        height:355px;
        color#fff;
        position: fixed;
        right:20px;
        bottom:20px;
        border-radius:50%;
        line-height:80px;
        text-align:center;
        z-index:999;
}


*/
