<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Amaggi 1.0
Theme URI: 
Description: Tema desenvolvido por Geeks on Fire
Version: 1.0
Author: Victor Medeiros
Author URL: https://www.linkedin.com/in/victor-medeiros-69b825b0/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
.page-id-61558 iframe, .page-id-61560 iframe{
	width:100%;
	max-width:100%;
	height:auto;
	min-height:500px;
}
.page-id-61797 .web-stories-list__story-poster:after {
	background:none!important;
}
@media screen and (max-width:600px){
  .page-id-61558 iframe, .page-id-61560 iframe{
	min-height:280px;
  }
}
.contactFloat__menu {
    position: absolute;
    top: 0;
    right: 0;
    width: 90vw;
    max-width: 540px;
    background: #0e5da2;
    transform: translateX(100%);
    opacity: 0;
    transition: all 0.3s;
}
.contactFloat__menu h3 {
    font-weight: normal;
    border-bottom: 1px solid #fff;
    padding: 12px 20px;
}
.contactFloat__menu h3, .contactFloat__menu a {
    display: block;
    font-size: 20px;
    background: #0e5da2;
    color: #fff;
    padding-right: 48px;
}
.contactFloat__menu a {
    font-size: 18px;
    padding: 8px 20px;
}

.contactFloat__btn {
    width: 40px;
    height: 40px;
    z-index: 2;
    background: #0e5da2;
    color: #fff;
    position: absolute;
    top: -110px;
    right: 0;
    margin: auto;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-image: url(assets/img/icon-contato.png);
}

.contactFloat {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 1000;
    height: 40px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}
.contactFloat__btn {
    height: 55px;
    width: 55px;
    background-size: auto 100%;
}
.is-open .contactFloat__menu {
    transform: translateX(0%);
    opacity: 1;
}
.single-galeria{
	background-image:none;
}
.single-noticias.single-noticias-with-banner a.btn-voltar{
	color:#fff;
    font-weight:600;
}
.single-noticias a.btn-voltar{
	color:#0e5da2;
    font-weight:600;
}
.single img.alignleft {
    float: left;
    margin-right: 15px;
	margin-bottom:15px;
}
.single img.alignright {
    float: right;
    margin-left: 15px;
	margin-bottom:15px;
}

/*Footer Selo*/
 footer .gif-footer {
	justify-content: end;
	flex-direction: initial;
}

.selo-footer{
	
	margin-right:15px
}

.text-white p {color: #fff !important}

/* LP - PCD */

</pre></body></html>