/*---------------------------------
###################################
-----------------------------------
    Name: Tranquilidade Public Site
    Author: Unipartner.com
-----------------------------------
###################################
---------------------------------*/

/*---------------------------------
	Class Skip Content 
---------------------------------*/
.skip-content-link {
	background: var(--white);
    color: var(--black);
    font-weight: 700;
    left: 50%;
    opacity: 0;
    padding: 1em;
    pointer-events: none;
    position: absolute;
    text-align: center;
    text-decoration: underline;
    top: 0;
    transform: translate(-50%,-110%);
    transition: transform .166s;
    z-index: calc(var(--site-header-zindex) + 1);
}
/*---------------------------------
	End Class Skip Content 
---------------------------------*/
body {
	font-family: Regular;
    font-size: 14px;
    line-height: 1.42857;
    color: #000;
    background: #fff; 
    /* background: #e5ebe7; */
    overflow-x: hidden;
	margin-top: 0px;
}

.container {
	width: 100%;
    max-width: 100%;
}

.iframe iframe {
	width: 100%;
}