h1,
h2,
h3,
h4,
h5,
h6,
p,
input,
textarea,
button,
html {
    font-family: 'Poppins', sans-serif;
}

.amarelo{
    height:2px;
}

.text-light {
    color: #f8f9fa !important;
}
    .font-italic {
        font-style: italic !important;
    }

    strong {
        font-weight: bolder;
    }

    .logo{
        width: 32rem;
    }
    .logo-svg-branco{
        filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(120%) contrast(102%);
    }

    .logo-redes{
        font-size: 2rem;
        color: rgba(255, 255, 255, .8);
        transition: 0.5s;
    }
    .logo-redes:hover{
        color: rgba(255, 255, 255, 1);
    }
    
.float-right {
    float: right !important;
}

/*==== footer ====*/
.copyrights {
    font-size: 10px;
    color: white;
}

.copyrights a {
    text-decoration: none;
    color: rgba(255, 255, 255, .5);
}

.text-phone {
    font-size: .8em;
    color: white;
margin:0%;
}

.text-phone-span {
    font-size: 1.8em;
    font-weight: bold;
}

/*==== footer ====*/



