:root{
  --branco:#fff;
  --verde:#2c4f39;
  --preto:#303030;
  --cinza:#808080;
}

html, body{min-width:100%; min-height:100%}
*, *:after, *:before, html, body{-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; vertical-align:baseline}
html, body{font-family:'PT Serif',serif; font-size:14px; line-height:1.5em; color:var(--preto); background:var(--verde) url('../imagens/bg.jpg') top left no-repeat; background-size:50% auto}
@media screen and (max-width: 980px){
  body{background-image:url('../imagens/mobile.jpg'); background-size:auto 250px; background-position:top right}
}

a, p, td, th, div, h1, h2, h3, h4, h5, h6{vertical-align:middle; text-align:left; text-decoration:none; color:inherit; font:inherit; line-height:inherit}
a:hover{text-decoration:none}
i{font-style:italic}
.bolder{font-weight:900}

h1, h1 *{font-size:48px}
h2, h2 *{font-size:36px}
h3, h3 *{font-size:32px}
h4, h4 *{font-size:28px}
h5, h5 *{font-size:24px}
h6, h6 *{font-size:20px}
h1, h1 *, h2, h2 *, h3, h3 *, h4, h4 *, h5, h5 *, h6, h6 *{line-height:1.5em}

@media screen and (max-width: 640px){
  h1, h1 *{font-size:28px}
  h2, h2 *{font-size:26px}
  h3, h3 *{font-size:24px}
  h4, h4 *{font-size:22px}
  h5, h5 *{font-size:20px}
  h6, h6 *{font-size:18px}
  h1, h1 *, h2, h2 *, h3, h3 *, h4, h4 *, h5, h5 *, h6, h6 *{line-height:1.3em}
}

input, select, button, textarea, *.boxinput{font:inherit; width:90%; padding:.6em; margin:.6em auto; display:block; border-radius:.4em; background-color:#ececec; font-size:16px; border:0}
textarea{height:135px}

.branco, .branco *{color:var(--branco)}
.bgbranco, .bgbranco *{background-color:var(--branco)}
.verde, .verde *{color:var(--verde)!important}
.bgverde, .bgverde *{background-color:var(--verde)}
.preto, .preto *{color:var(--preto)!important}
.bgpreto{background-color:var(--preto)!important}

.space{padding:1em 10px}
.spacing{padding:2em 10px}
.br_btn{border-radius:.5em}
.under{border-bottom:3px solid var(--amarelo)}

table{width:100%; border-collapse:collapse}
td, th{border:1px solid #eee; padding:6px 4px; font-size:110%; text-align:center; word-break:break-word}
td{color:var(--preto)}
td:first-child{text-align:left}
th{background-color:var(--verde); color:var(--branco); font-weight:bold}

section{width:100%; min-width:300px; clear:both; display:block}
div.content, div.contentinho, div.contentao{width:100%; min-width:300px; margin:0 auto; padding:0 10px}
div.content{max-width:1000px}
div.contentao{max-width:1280px}
div.contentinho{width:80%; max-width:800px}
  @media screen and (min-width: 1000px){
    div.content{width:95%}
  }

#TopoHome{width:100%; height:100vh}
#TopoHome .logo{height:100px}
#TopoHome .logo img{display:none}
#TopoHome #BtnMenu{font-size:36px; line-height:48px; margin:16px 16px 0 0; float:right; cursor:pointer}
#TopoHome ul{display:table; z-index:2; top:0; left:0; width:100%; -o-object-fit:cover; object-fit:cover; padding-top:90px}
#TopoHome ul li{display:table-cell; padding:16px; height:100%; vertical-align:middle; position:relative}
#TopoHome ul li.desc{width:60%}
#TopoHome .btn a, button{line-height:2em; border:1px solid var(--verde); border-radius:1.2em; color:var(--branco); padding:.6em 1em; background-color:var(--verde)}
#TopoHome .btn a:hover, button:hover{background-color:var(--branco); border-color:var(--branco); color:var(--verde); cursor:pointer}
@media screen and (max-width: 980px){
  #TopoHome ul{padding-top:40px}
  #TopoHome ul li{width:100%}
  #TopoHome ul li.desc{display:none}
  #TopoHome .logo{height:auto; padding-top:50px}
  #TopoHome .logo img{display:block; width:80%}
}

#Res div{border:1px solid black; padding:12px; border-radius:6px; display:none}
#Res div.ok{border-color:#0aa834; background-color:#bff5cd}
#Res div.erro{border-color:#ff1313; background-color:#e0c3cb}
#Res div.wait{border-color:#d17b11; background-color:#f5d0a4}

#Form{width:100%; border-radius:12px; padding:16px; background-color:rgba(255,255,255,.3); overflow:hidden; overflow-y:auto; transition:scrool .3s ease}
#Form form {position:relative; width:100%}
#Form form  input{width:100%; padding:16px 44px 16px 16px; border:2px solid var(--cinza); border-radius:8px; background-color:var(--branco); margin:0}
#Form form  button{width:100%; padding:0; background-color:#D3A780; color:var(--verde); border:0; margin:16px 0; font-size:18px; border-radius:8px; padding:15px}
#Form form  button:hover{background-color:#e2bb98}
#Form form label{display:block; padding:16px 0 0 4px; font-size:16px; color:#fff}
#Form h2{color:#D3A780; text-shadow:1px 1px 2px #333}


p.descricao{line-height:26px; font-size:18px; color:#333; margin-bottom:1em}
h6.descricao{margin:1em 0}

.video{overflow:hidden; width:100%; max-width:800px; margin:0 auto; height:450px; transition:height 0.3s}
.video iframe, .video object, .video embed{top:0; left:0; width:100%; height:100%}
  @media screen and (max-width: 720px){.video{height:405px}}
  @media screen and (max-width: 640px){.video{height:360px}}
  @media screen and (max-width: 560px){.video{height:315px}}
  @media screen and (max-width: 480px){.video{height:270px}}
  @media screen and (max-width: 400px){.video{height:225px}}
  @media screen and (max-width: 320px){.video{height:180px}}

.center{text-align:center}
.right{text-align:right}
.fleft{float:left}
.fright{float:right}
.padding{padding:.5em 0}

.margintitle{margin:.6em 0}
.pointer{cursor:pointer}
.upper{text-transform:uppercase}
.bold, *.bold *{font-weight:bold}
.italic, *.italic *{font-style:italic}
.post, *.post *{font-size:14px}
.little, *.little *{font-size:12px}
.mini, *.mini *{font-size:10px}

*.break{display:block}
*.clear{clear:both}


/*
    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; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#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%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#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(../imagens/colorbox/overlay.png) repeat 0 0; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
    #cboxTopLeft{width:21px; height:21px; background:url(../imagens/colorbox/controls.png) no-repeat -101px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(../imagens/colorbox/controls.png) no-repeat -130px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(../imagens/colorbox/controls.png) no-repeat -101px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(../imagens/colorbox/controls.png) no-repeat -130px -29px;}
    #cboxMiddleLeft{width:21px; background:url(../imagens/colorbox/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(../imagens/colorbox/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(../imagens/colorbox/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(../imagens/colorbox/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxLoadingOverlay{background:url(../imagens/colorbox/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(../imagens/colorbox/loading.gif) 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; bottom:0; left:0; background:url(../imagens/colorbox/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(../imagens/colorbox/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext:hover{background-position:-50px -25px;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(../imagens/colorbox/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose:hover{background-position:-25px -25px;}

/*
  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);
}