html,
body {
    width: 100%;
    min-height: 100%;
}
html {
  scroll-behavior: smooth;
}
h1{
  color:#fff;
  margin-top:5%;
  font-family: 'Poppins', sans-serif;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 2px;
}
h2,
h3,
h4,
h5,
h5{
  font-family: 'Poppins', sans-serif;
  font-size: 30px;
  color: #152879;
  font-weight: bold;
}
p{
  color: #646464;
  font-family: 'Noto Sans', sans-serif;
}
a{
  color: #FFD360;
  font-weight: bold;
}
a:hover{
  text-decoration: none;
}
hr{
  border-color: #152879;
  border-width: 3px;
  width:50%;
}
.hr-left{
  width: 30%;
  margin-right: 70%;
}
.hr-right{
  width: 30%;
  margin-left: 70%;
}
input[type=submit]{
  background-color: #FFD260;
  border-color: #FFD260;
}
.shadow {
  box-shadow: 1px 1px 1px 50px #3a3a3a; 
}
.margin-negative {
  margin-top: -5%!important;
}
.perche-sceglierci img{
  width: 80px!important;
}
.perche-sceglierci h5{
  font-size: 20px;
}
/*bootstrap*/
.btn-primary{
  text-transform: uppercase;
  color: black;
  background-color: #FFD260;
  border-color: #FFD260;
  border-radius: 0px;
  letter-spacing: 4px;
}
.btn-primary:hover{
  text-transform: uppercase;
  color: #FFD260;
  background-color: transparent;
  border-color: #FFD260;
}
.btn-secondary{
  text-transform: uppercase;
  color: black;
  background-color: #FFD260;
  border-color: #FFD260;
  border-radius: 0px;
}
.btn-secondary:hover{
  text-transform: uppercase;
  color: #FFD260;
  background-color: transparent;
  border-color: #FFD260;
}
.card-animate{
  transition:all .3s;
}
.card-animate:hover{
  margin-top:-10px;
}
.modal-covid {
  margin-top: 20%;
  margin-right: 25%;
  font-size: 30px;
}
.whatsapp {
  width: 50px;
  position: fixed;
  right: 40px;
  bottom: 70px;
  z-index: 999;
}
/*hanno già scelto new service home*/
.container-hanno-scelto-home .card {
    border-style: none;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
    height: 30px;
    width: 30px;
    background-color: #152879;
    background-size: 50%, 50%;
    border-radius: 50%;
}
@media (max-width:768px){
  .card-animate:hover{
    margin-top:0px;
  }
  .row {
    margin-left: 0!important;
    margin-right: 0!important;
  }
  .modal-covid {
    margin-top: 0%;
    margin-left: 10%;
}
  .perche-scegliere-home__title h3 {
    font-size: 20px;
  }
}
