
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root {

    --screen-p: 100px;

}

*{

    scroll-behavior: smooth;
    font-family: "Poppins", sans-serif;

}


/* header{

    background: linear-gradient(rgba(0, 0, 0, 0.884), rgba(0, 0, 0, 0.829)), url(../img/backheader.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
} */

button{
    cursor: pointer;
}

body::-webkit-scrollbar {
    width: 4px;
    background-color: #1E1E1E;
}
body::-webkit-scrollbar-thumb {
    width: 4px;
    background-color: #65269C;
    border-radius: 999px;
}

.max-content{

    margin: 0 auto;
    max-width: 1300px;
    width: 100%;
    padding: 0 30px;

}

.animer{

    transition: all .3s ease;  
    box-shadow: 0 0 0 0 #c9a050;
    animation: pulso 1.5s infinite;

}

.animer:hover{

    transform: scale(1.05);

}

.bg-gradient{

    /* background: linear-gradient(90deg, rgba(232,131,1,1) 0%, rgba(162,36,70,1) 45%, rgba(214,36,61,1) 100%); */

    background-color: #c9a050;
    color: white;

}

.cidade{

    background-image: url('../img/cidade.png');
    background-position: center bottom;
    min-height: 900px;

}


@keyframes pulso {
    0% {
        transform: scale();
    }

    70% {
        transform: scale();
        box-shadow: 0 0 0 20px rgba(69, 152, 27, 0);
    }

    100% {
        transform: scale();
        box-shadow: 0 0 0 0 rgba(69, 152, 27, 0);
    }
}

.showing{

    opacity: 1;

}

.title i{
    transition: all .6s ease;
}

.todown{
    transform: rotate(180deg);
}

.bg-image {
    background: linear-gradient(
        #65269C, 
        #65269C
    ), url('../img/equipe.jpg');
    background-size: cover;

}


@media (max-width: 504px) {
    
    .max-content{

        padding: 0 10px;

    }

}

.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}
