@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');
@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');

@font-face {
    font-family: 'Playlist';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/playlist-script.otf");
  }

body {
    /* font-family: 'Poppins', sans-serif !important; */
    font-family: 'Cabin', sans-serif;
    color: #1C1C1C !important;
}

p {
    font-size: 1rem;
    color: #000;
}

h1, h2, h3, h4, h5 {
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    margin-left: 20px;
}

h1 {
    /* font-family: 'Playlist', 'Cabin'; */
    font-size: 3rem;
    text-transform: capitalize;
}

h1:before {
    content: '';
    height: 70px;
    width: 100px;
    display: block;
    position: absolute;
    opacity: 0.3;
    left: 10px;
    background-image: url('../img/mancha.png');
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.5rem;
}

h4 {
    font-size: 1.2rem;
}

h5 {
    font-size: 1rem;
}

b, strong {
    font-size: 1rem;
    font-weight: 700;
}

section {
    padding: 50px 0 !important;
}

footer p {
    font-size: 0.8rem;
    font-weight: 100;
}

form {
    margin: 30px 0;
}

.container {
    max-width: 1980px !important;
}

.list-group-item {
    background: transparent !important;
}

.form-control {
    border: 1px solid #E3E3E3;
    padding: 5px 15px;
    border-radius: none;
    border-radius: 0;
    color: #666;
    border-radius: 10px;
}

.form-control::placeholder {
    color: #D3D3D3;
}

.btn {
    border-radius: 10px;
}

.btn-primary {
    background-color: #de119f;
    border: 1px solid #de119f;
    color: #FFF;
    width: 100%;
    text-transform: uppercase;
    font-weight: 500;
}

.btn-primary:hover {
    background-color: #de119f;
    border: 1px solid #de119f;
    color: #000;
}

.menuEsquerda {
    background-color: #eb22880d;
    min-height: 75vh;
}

.boxFormulario {
    text-align: center;
    padding: 30px;
    border: 1px solid #E3E3E3;
    margin: 10px;
    border-radius: 10px;
}

.boxFormulario a {
    color: #de119f;
}

.boxFormulario a:hover {
    color: #802cf7;
}

.imagemPerfil {
    border-radius: 100px;
}

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

}

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

    h1 {
        font-size: 2rem;
    }
    
    h2 {
        font-size: 1.6rem;
    }
    
    h3 {
        font-size: 1.4rem;
    }
    
    h4 {
        font-size: 1.1rem;
    }

    .menuEsquerda {
        background-color: #e7e7e7;
        min-height: auto !important;
    }

    .menuEsquerda img {
        max-width: 250px;
        margin: 20px;
    }
    
}
    
@media only screen and (max-width: 1024px) {



}