@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,400;0,600;0,800;0,900;1,400;1,600;1,800;1,900&display=swap');
@import url("https://use.typekit.net/upu4mlm.css");

.uk-notification-message {
display: none !important;
}

.tm-page{
	border-top: 6px solid #1f48ae;
}

body.hidestuff .tm-header {
    display: none!important;
}

body.hidestuff .tm-header-mobile { 
	display: none!important; 
}

body.hidestuff div.hidden-landing-page {
	display: none!important;
}

.tm-headerbar-top {
    padding-top: 20px;
    padding-bottom: 20px;
}

b, strong {
    font-weight: bolder;
    font-weight: 700;
}

@media (min-width: 1095px)
{
    .quote {
    	margin: 0 0 0 0;
    	width: 40%;
    	float: left;
    	padding: 2rem 3rem 2rem 0rem;
    }
    
    .quote2 {
	    margin-left: -11rem;
    	width: 145%;
    	padding: 2rem 3rem 2rem 0rem;
        text-align: center;
    }
}

.quote {
    padding: 1.5rem 1.5rem 1.5rem 0;
    margin-left: 0px;
    font-family: tgn-soft-round-con, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.8rem;
    line-height: 1.25;
}

.quote2 {
    padding: 3.5rem 1.5rem 1.5rem 0;
    text-align: center;
}

.cita{
    font-family: tgn-soft-round-con, sans-serif; 
    font-weight: 700;
    font-style: normal;
    letter-spacing: -1px;
}

.cita p{
    font-size: 45px;
    line-height: 1.2;
    color: #1f48ae;
}

.cita::before {
    position: absolute;
    content: "\201C";
    display: block;
    font-size: 120px;
    top: -95px;
    position: relative;
    height: 0;
    color: #ccd6e3;
}

.autor-cita{
    margin-top: 15px;
}

.autor-cita cite{
    font-style: normal;
}

#channel-whatsapp {
    background: #047164;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    margin: 0;
    max-height: 45px;
    width: 100%;
    box-sizing: border-box;
    align-items: center;
    font-size: 16px;
}

#channel-whatsapp .botao {
    padding: .25rem .5rem;
    margin: 0 6px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    font-size: 13px;
    transition: .2s all ease;
    color: white;
    border: 0;
    line-height: 1.5;
	background: #00bc10;
}

#channel-whatsapp a {
	text-decoration: none;
}

#channel-whatsapp a:hover {
  color: #fff;
}
.whatsapp-texto {
    color: #eaffda;
}

.whats-icone {
  	color: #fff !important;
	border-bottom: 1px solid var(--link-underline);
    padding-bottom: 2px;
    transition: border .2s ease-in-out,color .2s ease-in-out;
}

.whats-fundo {
    background: rgba(0, 188, 16, 0.77);
    outline: 12px solid rgba(0, 188, 16, 0.35);
    border-radius: 50%;
    padding: 9px;
    margin-right: 9px;
}

.minhatag {
  border-radius = 25px !important;
}

@media (max-width: 640px)
{
	#channel-whatsapp {
    	line-height: 1.2;
    	font-size: 13px;
    }
}

.borda-redonda {
  border-radius: 25px !important;
}