/*
 * Table of Content
------------------------------------------
 * Basic and Styles
 * Site Styles
 * Typography
 * Languages
 * Links
 * Lists
 * Images
 * Buttons
 * Forms
 * Misc
 * ColorBox Core Style
*/

/* Basic and Styles */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp, small,
strike, strong, sub, sup, tt, var, b, u, i, center, 
dl, dt, dd, ol, ul, li, fieldset, form, label, 
legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby, section,
summary, time, mark, audio, video, select {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-aling: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{
    display: block; }
body {
    line-height: 1; }
ol, ul {
    list-style: none; }
blockquote, q {
    quotes: none; }
blockquote:before, blockquote:after, q:before, q:after{
    content: '';
    content: none; }
table {
    border-collapse: collapse;
    border-spacing: 0; }

/* Styles */
body {
    background: #f5f5f5;
    font-family: 'OpenSans-Light-webfont';
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
}
html {
    height: 100%; }

/* Typograohy */
h1, h2, h3, h4, h5, h6 {
    color: #e9e9e9;
    font-family: 'Poiret One', cursive;
    text-transform: uppercase; font-weight: 600; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
h1 { font-size: 60px; line-height: 62px; }
h2 { font-size: 52px; line-height: 54px; }
h3 { font-size: 44px; line-height: 46px; }
h4 { font-size: 34px; line-height: 40px; color: #5CC6D0; }
h5 { font-size: 26px; line-height: 32px; }
h6 { font-size: 22px; line-height: 26px; }
.subheader { color: #292929; }

p { }
p img { margin: 0; }
p.lead { font-size: 21px; line-height: 27px; color: #777; }

em { font-size: italic; }
strong { font-weight: 900; }
small { font-size: 80%; }

.dropcap {
    float: left;
    font-weight: bold;
    line-height: 0.95;
    font-size: 420%;
    margin-right: 10px;
    color: #292929; }

.dropcap-red {
    float: left;
    font-weight: bold;
    line-height: 0.95;
    font-size: 400%;
    margin-right: 10px;
    color: #eb767e; }

.dropcap-orange-circle {
    float: left;
    font-weight: 800;
    line-height: 66px;
    font-size: 44px;
    border-radius: 50%;
    background: #292929;
    height: 66px;
    width: 66px;
    text-align: center;
    margin-right: 10px;
    color: #5CC6D0; }

.line-sep{
    border-bottom: 1px solid rgba(81,81,81,.1);
    padding-top: 30px;
    margin-bottom: 30px;
    position: relative; }
.line-sep1 {
    border-bottom: 1px solid rgba(81,81,81,.1);
    padding-top: 70px;
    margin-bottom: 30px;
    position: relative; }

/* Languages */
.dropdown {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 1000;
}

.dropbtn {
    background: none;
    border: none;
    cursor: pointer;
}

.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.dropdown-content a img {
    margin-right: 8px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #5CC6D0;
}


/* Blockquotes */
blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; }
blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; }
blockquote cite { display: block; font: 12px; color: #555; }
blockquote cite::before { content: "\2014 \0020"; }
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

hr { border: solid #323a3d; border-width: 1px 0 0; clear: both; margin: 0 10px; height: 0; position: relative; }

/* Links */
a, a:visited { text-decoration: none; }
a:hover, a:focus { color: #5CC6D0; }
p a, p a:visited { line-height: inherit; text-decoration: none; }

/* Lists */
ul, ol { }
ul { list-style: none outside; }
ol { list-style: decimal; }
ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
ul.square { list-style: square outside; }
ul.square { list-style: circle outside; }
ul.disc { list-style: disc outside; }
ul ul, ul ol,
ol ol, ol ul { font-size: 90%; }
ul ul li, ul ol li,
ol ol li, ol ul li, { }
li { line-height: 18px; }
ul.large li { line-height: 21px; }
li p { line-height: 21px; }

/* Buttons */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
                        background: #363636;
                        margin-top: 10px;
                        border: none;
                            color: #dfdfdf;
                            display: inline-block;
                            font-size: 16px;
                            cursor: pointer;
                            line-height: normal;
                            padding: 15px 25px;
                        -webkit-transition: all 0.3s ease-out;
                        -moz-transition: all 0.3s ease-out;
                        -o-transition: all 0.3s ease-out;
                        transition: all 0.3s ease-out;
                        width: 100%; 
                    }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
                              color: #5CC6D0;
                              background: #292929;
                           }
.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
                              color: #5CC6D0;
                            }
.button.full-width,
button.full-width,
input[type="submit"].full-width,
input[tyoe="reset"].full-width,
input[type="button"].full-width {
                                  width: 100%;
                                  padding-left: 0 !important;
                                  padding-right: 0 !important;
                                  text-align: center;
                                }
/* Fix for Mozilla Border & Padding Issues */
button::-moz-focux-inner,
input::-moz-focus-inner {
                          border: 0;
                          padding: 0;
                        }

/* Images */
img.scale-with-grid {
    max-width: 100%;
    height: auto; }

/* Misc */
.remove-bottom { margin-bottom: 0 !important; }
.half-bottom { margin-bottom: 10px !important; }
.add-bottom { margin-bottom: 20px !important; }

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0; }
::selection { background: rgba(0,0,0,.2); /* Safari */ }
::-moz-selection { background: rgba(0,0,0,.2); /* Firefox */}

/* WhatsApp */
#whatsapp-button {
    position: fixed;
    bottom: 20px; /* Um pouco acima do chat */
    right: 120px;
    z-index: 1000; /* Garante visibilidade */    
    align-items: center;
    justify-content: center;        
    padding: 5px 10px; /* Ajusta o espaçamento interno para reduzir tamanho */     
    cursor: pointer;
    transition: all 0.3s ease; /* Transições suaves no hover */
    width: auto; /* Evita deformação na largura */
    height: auto; /* Ajusta altura automaticamente */
}

/* Chat Tawk.to */
#chat-widget {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000; /* Garante que o chat esteja acima de outros elementos */
}

.gtm-noscript-frame {
    display: none;
    visibility: hidden;
}


/* ColorBox Core Style
 * The following CSS is consistent between example themes and should not be altered.
*/

#colorbox, #cboxOverlay, #cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden; }
#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%; }
#cboxMiddleLeft, #cboxBottomLeft {
    clear: left; }
#cboxContent { 
    position: relative; }
#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
#cboxTitle {
    margin: 0; }
#cboxLoadingOverlay, #cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
#cbpxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    cursor: pointer; }
.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none; }
.cboxframe {
    width: 100%;
    height: 100%;
    display: block;
    max-width: none; }
#colorbox, #cboxContent, #cboxLoadedContent {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; }

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/

#cboxOverlay {
    background: url(../images/classy_fabric.webp) repeat; }
#colorbox {
    outline: 0; }
#cboxContent {
    background: url(../images/classy_fabric.webp) repeat; overflow: hidden; }
.cboxIframe{
    background: #f5f5f5; }
#cboxError {
    padding: 50px;
    border: 1px solid #ccc; }
#cboxLoadedContent {
    margin-bottom: 28px; }
#cboxTitle {
    position: absolute;
    bottom: 4px;
    left: 0;
    text-align: center;
    width: 100%;
    color: #fff;
    opacity: 0; }
#cboxCurrent {
    position: absolute;
    bottom: 4px;
    left: 5px;
    color: #fff;
    opacity: 0; }
#cboxLoadingOverlay {
    background: url(../images/classy_fabric.webp) no-repeat center center; }
#cboxLoadingGraphic {
    background: url(../images/classy_fabric.webp) no-repeat center center; }

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
                                                       border:0; 
                                                       padding:0; 
                                                       margin:0; 
                                                       overflow:visible; 
                                                       width:auto; 
                                                       background:none; 
                                                    }

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

#cboxSlideshow {
    position:absolute; 
    bottom:4px; 
    right:30px; 
    color:#0092ef; }
#cboxPrevious {
    position:absolute; 
    top:30px; 
    right:100px; 
    background:url(../images/left1.webp) no-repeat; 
    width:20px; 
    height:20px; 
    text-indent:-9999px;
    opacity:.7;
	-webkit-transition : all 0.2s ease-out;
	-moz-transition : all 0.2s ease-out;
	-o-transition :all 0.2s ease-out;
	transition : all 0.2s ease-out; }    
#cboxPrevious:hover{ opacity:1; }
#cboxNext{
    position:absolute; 
    top:30px; 
    right:30px; 
    background:url(../images/right1.webp) no-repeat; 
    width:20px; 
    height:20px; 
    text-indent:-9999px;
    opacity:.7;
	-webkit-transition : all 0.2s ease-out;
	-moz-transition : all 0.2s ease-out;
	-o-transition :all 0.2s ease-out;
	transition : all 0.2s ease-out; }
#cboxNext:hover{ opacity:1; }
#cboxClose{
    position:absolute; 
    top:30px; 
    right:65px; 
    background:url(../images/close1.webp) no-repeat; 
    width:20px; 
    height:20px; 
    text-indent:-9999px; }
#cboxClose:hover{ background:url(../images/close2.webp) no-repeat; }

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF); }

/*
  The following provides PNG transparency support for IE6
  Feel free to remove this and the /ie6/ directory if you have dropped IE6 support.
*/
.cboxIE6 #cboxTopLeft{background:url(images/ie6/borderTopLeft.webp);}
.cboxIE6 #cboxTopCenter{background:url(images/ie6/borderTopCenter.webp);}
.cboxIE6 #cboxTopRight{background:url(images/ie6/borderTopRight.webp);}
.cboxIE6 #cboxBottomLeft{background:url(images/ie6/borderBottomLeft.webp);}
.cboxIE6 #cboxBottomCenter{background:url(images/ie6/borderBottomCenter.webp);}
.cboxIE6 #cboxBottomRight{background:url(images/ie6/borderBottomRight.webp);}
.cboxIE6 #cboxMiddleLeft{background:url(images/ie6/borderMiddleLeft.webp);}
.cboxIE6 #cboxMiddleRight{background:url(images/ie6/borderMiddleRight.webp);}

.cboxIE6 #cboxTopLeft,
.cboxIE6 #cboxTopCenter,
.cboxIE6 #cboxTopRight,
.cboxIE6 #cboxBottomLeft,
.cboxIE6 #cboxBottomCenter,
.cboxIE6 #cboxBottomRight,
.cboxIE6 #cboxMiddleLeft,
.cboxIE6 #cboxMiddleRight {
    _behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')");
}
