* {
  margin:0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

:root {
  font-size: 15px;
}

a {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
  height: 100%;
  background: linear-gradient(180deg, rgb(200,250,255), rgb(244,202,159));
  background-size: contain;
}

/* START HEADER (Mobile) */
header {
  width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: sticky;
  top: 0em;
  z-index: 100;
  box-shadow: 0px 5px 25px black;
}

/* Start Logo (Mobile) */
.logocomplete {
  width: 100vw;
  display: flex;
  justify-content: start;
  align-items: center;
  background: linear-gradient(180deg, rgb(115,190,255), rgb(155,230,255), rgb(200,250,255)); /*originale-255,224,189*/
  padding-top: .7em;
  padding-left: 2em;
  margin-bottom: -1px;
}

.logotext {
  text-align: center;
}

.rmark {
  position: relative;
  top: -12px;
  left: 2px;
  font-size: .8rem;
}

.h1logo {
  font-family: 'Lobster Two', cursive;
  font-size: 1.8rem;
  word-spacing: 2px;
  font-weight: 600;
}

.adv {
  position: relative;
  top: -5px;
  left: -7px;
  font-family: 'Varela Round', sans-serif;
  font-size: .8rem;
}

.logoadz {
  position: relative;
  left: -11px;
  top: -2px;
}

/* End Logo (Mobile) */
/* Start Menu (Mobile) */

nav {
  background: linear-gradient(180deg, rgb(200,250,255), rgb(244,202,159));
  text-align: center;
}

.hamburger {
  width: 5.85rem;
  padding: 2em;
  position: absolute;
  right: .1em;
  top: -.5em;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: .5s;
}

.hamburgerinput {
  width: 100vw;
  opacity: 0;
}

@keyframes showNav {
  from {opacity: 0; height: 0;}
  to {opacity: 1; height: 16.8em;}
}

.hamburgerinput:checked ~ .menu {
  display: block;
  animation: showNav 151ms;
}

.xicon {
  width: 5.5rem;
  padding: 2em;
  position: absolute;
  right: .1em;
  top: -.5em;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: .5s;
}

.labelx,
.menu,
.hamburgerinput:checked ~ .label {
  display: none;
  animation: iconXshows .7s;
}

.hamburgerinput:checked ~ .labelx,
.hamburgerinput:checked ~ .menu {
  display: block;
}

.label,
.menu,
.hamburgericon:checked ~ .label {
  animation: iconXshows .7s;
}

@keyframes iconXshows {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}


.menu {
  width: 100vw;
  display: block;
  text-align: center;
  list-style: none;
  line-height: 2.7em;
  display: none;
  transition: .3s;
}

.menuitem {
  display: block;
  text-decoration: none;
  font-family: 'varela round', sans-serif;
  color: black;
  cursor: pointer;
  font-size: 1.5rem;
  transition: .3s;
  letter-spacing: .3px;
}

.item {
  transition: .2s;
}

.menuitem:hover {
  color: white;
  text-shadow: 2px 2px 5px black;
}

.item:active {
  transform: scale(.8);
  color: white;
  text-shadow: 2px 2px 5px black;
}

.current {
  color: white;
  text-shadow: 2px 2px 5px black;
}

.domandefrequenti {
  padding-bottom: .8em;
}
/* End Menu (Mobile) */
/* END HEADER (Mobile) */

/* START MAIN AREA- Come aiutarci (Mobile) */
main {
  width: 95vw;
  margin: auto;
  font-family: 'Varela Round', sans-serif;
}

@keyframes comeAiut {
  from {
    transform: translateY(-3em);
  }

  to {
    transform: translateY(0);
  }
}

.comeaiutarcititle {
  text-align: center;
  margin-top: 2em;
  margin-bottom: 4em;
  animation: comeAiut 2s;
}

.helpicon {
  position: relative;
  top: .2em;
}

.comeaiut {
  font-size: 2.1rem;
  position: relative;
  top: 10px;
}


/* Start 5x1000 (Mobile) */
.cinqueper1000 {
  text-align: center;
  font-size: 1.3rem;
}

.dona5per1000 {
  font-size: 1.8rem;
}

.immaginaaverne {
  font-size: 1.5rem;
}

.caniegatti {
  padding: .33em 0;
  background: linear-gradient(90deg, rgba(220,220,220,.5), rgba(170,170,210,.7), rgba(220,220,220,.5));
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: .5em;
}

.coniltuo {
  margin-top: 1em;
}

.comefare {
  margin-bottom: .3em;
}

.cf5per1000 {
  margin-top: 1em;
  background: rgba(0,200,50,.3);
}

.hearticondopo5 {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

/* End 5x1000 (Mobile) */

.hrdopo5 {
  width: 85%;
  height: 1px;
  background: black;
  margin: auto;
}

/* Start donazioni (Mobile) */
.donazioni {
  margin-top: 1em;
  text-align: center;
  font-size: 1.2rem;
}

.donaz {
  font-size: 2rem;
  margin-bottom: 1em;
}

.womangivesgift {
  margin-bottom: 1em;
}

.cisonomoltimodi {
  font-size: 1.4rem;
}

.modidonazione {
  margin-top: 2em;
}

/* start Denaro (Mobile) */
.denaro {
  font-size: 1.5rem;
  letter-spacing: .5px;
  margin-bottom: .5em;
}

.money {
  position: relative;
  top:.4em ;
  transform: rotateZ(-20deg);
}

.bancadiasti {
  margin-top: .7em;
  font-size: 1.4rem;
}

.iban {
  margin-top: .3em;
  padding: .15em 0;
  background: rgba(0,200,50,.3);
}
/* end Denaro (Mobile) */

/* start Cibo (Mobile) */
.cibo {
  margin-top: 2em;
}

.ciboecoperte {
  font-size: 1.5rem;
  letter-spacing: .5px;
  margin-bottom: .5em;
}

.meatandblanket {
  position: relative;
  top: .4em;
}

.puoifarlodipersona {
  font-size: 1.3rem;
}

.indirizzospedizione {
  margin-top: .5em;
  padding: 3px 0;
  background: rgba(0,200,50,.3);
}

.incasodispedizione {
  margin-top: 1em;
}
/* end Cibo (Mobile) */

/* start Altro (Mobile) */
.altredonazioni {
  margin-top: 2em;
}

.altro {
  font-size: 1.5rem;
  letter-spacing: .5px;
  margin-bottom: .5em;
}

.ballicon {
  position: relative;
  top: 3px;
}

.collaricon {
  position: relative;
  top: 10px;
}

.tuttoquello {
  font-size: 1.4rem;
  margin-top: 1em;
}

.hearticondopodonazioni {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
/* end Altro (Mobile) */
/* End Donazioni (Mobile) */

.hrdopodonazioni {
  width: 85%;
  height: 1px;
  background: black;
  margin: auto;
}

/* Start Adozioni a distanza (Mobile) */
.adozioniadistanza {
  margin-top: 2em;
  text-align: center;
  font-size: 1.3rem;
}

.adoz {
  font-size: 2rem;
  margin-bottom: 1em;
}

.adozadistanzacomefunziona {
  font-size: 1.5rem;
  margin-bottom: 1em;
}

.anchesenonhaispazio {
  margin-bottom: .7em;
}

.previoappuntamento {
  color: rgb(215,30,30);
}

.recandoti {
  margin-bottom: .7em;
}

.potraisceglierecaneogatto {
  margin-bottom: .7em;
}

.sonotantissimelepersone {
  margin-bottom: 1.2em;
}

.èunasensazione {
  margin-bottom: 1.2em;
}

.nelcasoincui {
  margin-bottom: 1em;
}

.ovviamentenoncè {
  margin-bottom: 1.2em;
  font-size: 1.4rem;
}

.puoiadottarne {
  font-size: 1.5rem;
  margin-bottom: .7em;
}

.hearticonadozioneadistanza {
  margin-bottom: 1em;
}



/* End Adozioni a distanza (Mobile) */



/* START FOOTER */
footer {
  width: 100vw;
  padding-top: .5em;
  padding-bottom: 1em;
  font-family: helvetica, sans-serif;
  background: rgba(110,110,110,.5);
}

.logoesedefooter {
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.logofooter {
  text-align: center;
}

.amicifooter {
  font-family: 'Lobster Two', cursive;
  font-size: 2rem;
}

.rmarkfooter {
  font-size: 1.3rem;
  position: relative;
  top: -12px;
}

.advfooter {
  font-size: 1rem;
  position: relative;
  top: -2px;
  margin-bottom: .7em;
}

.sedeerestofooter {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sedelegalefooter {
  text-align: center;
  font-family: helvetica, sans-serif;
  font-size: 1rem;
  margin-bottom: .3em;
}

.ibanfooter {
  text-align: center;
  font-size: 1rem;
  margin-bottom: .3em;
}

.codicefiscalefooter {
  text-align: center;
  font-size: 1rem;
}

/* Start Icone social (Mobile) */
.iconesocialweb {
  display: none;
}

.iconesocialmobile {
  width: 9em;
  margin: auto;
  display: flex;
  justify-content: space-around;
  margin-top: 1em;
}

.fbicon, .igicon {
  transition: .15s;
}

.fbicon:active {
  transform: scale(.8);
}

.igicon:active {
  transform: scale(.8);
}
/* End Icone social (Mobile) */
/* END FOOTER */