@charset "UTF-8";
/* CSS Document */

body,
h1,
h2,
h3,
h4,
h5,
p {
    font-family: 'Urbanist', sans-serif;
}
#link-popup{
    cursor:pointer;
}
.close-popup{
    cursor:pointer;
}

.popup {
    width: auto;
    height: auto;
    position: fixed;
    z-index: 1000;
    left: -578px;
    bottom: 0;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.50);
    padding: 0px;
    background: #fff;
    max-width: 380px;
}
.list-contatti{
    margin-top:1rem;
    display: inline-flex;
    gap:2rem;
    list-style: none;
    padding-left:0;
}
.head{
    background-image: url(../img/head.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
}
.logo{
    min-width: 200px;
    max-width: 400;
}
.navbar{
    padding-top: 3px;
    padding-bottom: 3px;
    box-shadow: 0px 0px 15px 0px #373737a1;
}

.nav-link {
    font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1920 - 300)));
    text-transform: uppercase;
    margin-right: 2rem;
    font-weight: 600;
    }
.tasto-dona{
    font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1920 - 300)));
    text-transform: uppercase;
    margin-right: 2rem;
    background-color: #e2d82b;
    padding-left: 1.5rem!important;
    padding-right: 1.5rem!important;
    font-weight: 800;
    border-radius:0.5rem;
}
.dropdown-item.active, .dropdown-item:active {
    color: #000;
    text-decoration: none;
    background-color: #e2d82b;
}
.dropdown-menu{
    padding-top:0;
    padding-bottom:0;
    border-radius:0;
}
.pop{
    z-index: 1000;
    position: fixed;
    bottom:1rem;
    right:1rem;
    max-width: 200px;
}
.title-h1 {
    font-size: calc(30px + (70 - 30) * ((100vw - 300px) / (1920 - 300)));
    color: #434343;
    font-weight: 800;
    text-align: center;
    padding-top: 6rem;
}
.title-h2 {
    font-size: calc(30px + (70 - 30) * ((100vw - 300px) / (1920 - 300)));
    color: #434343;
    font-weight: 800;
    text-align: center;
    padding-top: 3rem;
}
.tit-p {
    font-size: calc(24px + (26 - 24) * ((100vw - 300px) / (1920 - 300)));
    color: #434343;
    font-weight: 800;
    text-align: center;
}
.txt {
    font-size: calc(16px + (22 - 16) * ((100vw - 300px) / (1920 - 300)));
    color: #434343;
    font-weight: 500;
    text-align: center;
}
.tit-adotta{
    font-size: calc(30px + (70 - 30) * ((100vw - 300px) / (1920 - 300)));
    color: #434343;
    font-weight: 800;
    padding-top: 3rem;
}
.accordion-button{
    border:2px solid #e2d92b;
}
.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: #e2d92b;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 #e2d92b;
}
.accordion-button:focus {
    z-index: 3;
    border-color: #e2d92b;
    outline: 0;
    box-shadow: unset;
}
.card-evento{
    border-radius:10px;
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.105));
    padding:2em;
}
.txt-accordion{
   font-size: calc(13px + (18 - 13) * ((100vw - 300px) / (1920 - 300)));
    color: #434343;
    font-weight: 500; 
}
.txt-adotta {
    font-size: calc(16px + (22 - 16) * ((100vw - 300px) / (1920 - 300)));
    color: #434343;
    font-weight: 500;
}
.n-adotta{
    font-size: calc(24px + (58 - 24) * ((100vw - 300px) / (1920 - 300)));
    color: #fff;
    font-weight: 800;
    margin-bottom: 0rem;
}
.n-adotta-y{
    font-size: calc(24px + (58 - 24) * ((100vw - 300px) / (1920 - 300)));
    color: #FAF21D;
    font-weight: 800;
    margin-bottom: 0rem;
}
.punti-adotta {
    font-size: calc(18px + (34 - 18) * ((100vw - 300px) / (1920 - 300)));
    color: #434343;
    font-weight: 900;
    margin-bottom: 0rem;
}
.bianco-adotta {
    font-size: calc(18px + (28 - 18) * ((100vw - 300px) / (1920 - 300)));
    color: #fff;
    font-weight: 800;
    margin-bottom: 0rem;
}
.btn-b{
    background-color: #434343;
    padding: 1rem 2rem;
    border-radius: 1rem;
    color:#fff;
    white-space: nowrap;
    font-size: calc(16px + (20 - 16) * ((100vw - 300px) / (1920 - 300)));
}
.btn-questionario{
    background-color: #434343;
    padding: 1rem 2rem;
    border-radius: 1rem;
    color:#fff;
    white-space: nowrap;
    font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1920 - 300)));
}
.back-pastore{
    background-image: url(../img/distanza.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.back-tit{
    background-image: url(../img/img-tit.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    height: 100vh;
}
.box-1txt{
    padding: 4rem;
}
.b-giallo{
    background-color:#e2d82b;
}
.b-grigio{
    background-color:#E9E9E4;
}
.box-cane{
    background-color: #fff;
    padding: 0.5rem;
    padding-bottom: 0rem;
    margin-bottom: 1rem;
    border:4px solid #E9E9E4;
}
.nome-cane {
    font-size: calc(18px + (24 - 18) * ((100vw - 300px) / (1920 - 300)));
    color: #434343;
    font-weight: 800;
    text-align: left;
    padding-top: 1rem;
    padding-left: 1rem;
}
.img-pag{
    padding-top: 6rem;
}
.box-scheda-cane{
    padding-left: 2rem;
    padding-top: 6rem;
}
.title-h1-pag {
    font-size: calc(50px + (90 - 50) * ((100vw - 300px) / (1920 - 300)));
    color: #434343;
    font-weight: 800;
}
.txt-cane {
    font-size: calc(16px + (22 - 16) * ((100vw - 300px) / (1920 - 300)));
    color: #434343;
    font-weight: 500;
}
.b-foot{
  background-color: #f1f4fb;
}
.giallo{
    color:#E3D63B;
}

.foto-gallery{
    padding: 0.3rem;
}
a{
    text-decoration: none;
}
.title-modal{
    font-weight: 700;
    font-size: calc(28px + (30 - 24) * ((100vw - 300px) / (1920 - 300)));
}
.btn-amazon{
    background-color: #e38621;
}
@media only screen and (max-width: 1650px) {
    .nav-link {
    font-size: calc(14px + (14 - 14) * ((100vw - 300px) / (1920 - 300)));
   
    margin-right: 1rem;
    
    }
}

@media only screen and (max-width: 840px) {}

@media only screen and (max-width: 700px) {
.box-1txt {
    padding: 2rem;
}
.b-foot {
    padding: 1rem;
}
.img-pag{
    padding-top: 3rem;
}
.box-scheda-cane{
    padding-left: 2rem;
    padding-top: 2rem;
    padding-right: 2rem;
}
.sp-cani{
    padding-left: 2rem;
    padding-right: 2rem;
}
.sp-dist{
    padding-left: 2rem;
    padding-right: 2rem;
}
.nome-cane {
    padding-top: 0.2rem;
    padding-left: 0.2rem;
    margin-bottom: 0.2rem;
}
.pop{
    position: fixed;
    bottom:1rem;
    right:1rem;
    max-width: 100px;
}
.title-h1 {
    padding-top: 1rem;
}
.txt {
    font-size: calc(16px + (22 - 16) * ((100vw - 300px) / (1920 - 300)));
    color: #434343;
    font-weight: 500;
    text-align: center;
    text-shadow:0px 0px 5px #fff;
}

}