﻿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, font, 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, th {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: top;
	text-decoration: none;
    vertical-align:baseline;
}

/*nao deixa o width ser afetado pelo padding*/
*{ 
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box; 
}

* {
     -moz-user-select: none; /* Firefox */
      -ms-user-select: none; /* Internet Explorer */
   -khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
  -webkit-user-select: none; /* Chrome, Safari, and Opera */
  -webkit-touch-callout: none; /* Disable Android and iOS callouts*/
}

body {
    margin:0px;
    overflow-x:hidden;
}

.transition {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.transition3 {
	-webkit-transition: all 1.2s ease;
	-moz-transition: all 1.2s ease;
	-o-transition: all 1.2s ease;
	-ms-transition: all 1.2s ease;
    transition: all 1.2s ease;
}

.transition2 {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
    transition: none;
}

.Stage {
    display: table;
    width: 85%;
    max-width: 1200px;
    margin: auto;
    padding-top: 80px;
    background-color:#fff;
}


select {
    -webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    -o-appearance:none;
    appearance:none;
    outline: none;
    background-image:url(../images/arrow.svg);
    background-position:right 10px center;
    background-repeat:no-repeat;
    background-size:20px 20px;
}

select::-ms-expand { 
    display: none; /* hide the default arrow in ie10 and ie11 */
}

input:focus {outline: none; }

option { 
    font-size:16px; 
}

select:focus {
    outline: none; 
}

option:checked { 
    background-color:#25aae1; 
    color:#fff;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}


.C1{
    width:100%;
    max-width:830px;
    margin:auto;
    display:table;
}
.C2{
    width: 100%;
    max-width: 1200px;
    margin: auto;
    display: table;
}

.Txt1 {
    display:table;
    font-family: 'Oswald', sans-serif;
    font-size: 86px;
    letter-spacing: -2px;
    line-height: 46px;
    font-weight: 800;
    color: #363636;
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
    display: table;
    text-transform: uppercase;
}

.Txt3 {
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
    letter-spacing: 0px;
    line-height: 34px;
    font-weight: 300;
    color: #363636;
    text-align: center;
    max-width: 500px;
    margin: auto;
    margin-bottom: 25px;
}

.Txt3 b{
    font-weight:400;
}

.Txt3 img{
    width:18px;
    margin-right:4px;
}

.areacalendario {
    position: relative;
}

.Leg {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
    background-color: #FFF;
    z-index: 10000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 18px;
    font-weight: 600;
    color: #363636;
    padding: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    max-width: 250px;
    border: 1px solid #363636;
}

.Leg div{
    font-weight:300;
}

.Leg span{
    color:#e30513;
    font-weight:600;
}


.calendario {
    width: 33.3%;
    height:300px;
    float:left;
    padding:20px;
    padding-bottom:0px;
    padding-top:0px;
    display: table;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
    letter-spacing: 0px;
    line-height: 35px;
    font-weight: 300;
    color: #363636;
}

.calendario .mes {
    font-size: 16px;
    display:table;
    width: 100%;
    font-weight: 600;
    text-align:center;
    text-transform:uppercase;
}

.calendario .dias {
    display:table;
    width: 100%;
    font-weight: 600;
}

.calendario .dias div{
    display:table;
    width:14.2%;
    height:35px;
    float:left;
}

.calendario .semana {
    display:table;
    width: 100%;
}

.calendario .semana div{
    display:table;
    width:14.2%;
    height:35px;
    float:left;
    /*border-top:1px solid #fff;
    border-bottom:1px solid #dedede;*/
    cursor:pointer;
    margin-bottom:1px;
}

    .calendario .semana div:hover {
        /*border:1px solid rgba(0,0,0,1);*/
        box-shadow: rgba(255, 255, 255, 0.2) 0px 0px 0px 1px inset, rgba(0, 0, 0, 0.9) 0px 0px 0px 1px;
    }

.calendario .semana .S{
    border-bottom:1px solid #FFF;
}

    .calendario .semana .D {
        font-weight: 500;
        color: rgba(0,0,0,0.7);
        background-color: rgba(0,0,0,0.03);
        /*border-radius:100px;*/
        border-radius: 5px;
    }

    .calendario .semana .F {
        color: #fff;
        background-color: #e30513;
        font-weight: 500;
        border-radius: 5px;
        /*border: 1px solid #e30513 !important;*/
        box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    }

.calendario .semana .Azul{
    background-color: #f36c43fc;
}

    .calendario .semana .P {
        border-radius: 5px;
        /*border-top: 1px solid #000;
    border-bottom: 1px solid #000;*/
        background-image: url(../images/bar.svg);
        background-repeat: repeat-x;
        background-size: auto;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    }

    .calendario .semana .IN {
        /*border-left: 1px solid #000;*/
        /*border-top-left-radius:100px;
    border-bottom-left-radius:100px;
    border-top-right-radius:0px;
    border-bottom-right-radius:0px;*/
    }

    .calendario .semana .FI {
        /*border-right: 1px solid #000;*/
        /*border-top-right-radius:100px;
    border-bottom-right-radius:100px;
    border-top-left-radius:0px;
    border-bottom-left-radius:0px;*/
    }





.Table1 {
    width: 100%;
    display: table;
    border-collapse: collapse;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
    letter-spacing: 0px;
    line-height: 35px;
    font-weight: 200;
    color: #363636;
    margin-bottom: 0px;
    /*border: 2px solid #f2f2f2;*/
    border: none;
    position: relative;
    z-index: 10;
    margin-bottom: 80px;
}

.TbNo{
    display:none;
}

.Table1 td {
    min-width: 25px;
    height: 35px;
    background-color: #fff;
    border: 1px solid #fff;
    border-bottom: 1px solid #dedede;
}

.Table1 td:hover{
}

.Table1 .A {
    min-width: 60px;
    /*background-color:#363636 !important;*/
    color: #e30513;
    font-weight: 600;
    font-size: 13px;
    text-align: left;
    text-transform: uppercase;
}

.Table1 .M {
    background-color: #fff;
    min-width: 60px;
    font-weight: 400;
    font-size: 13px;
    text-align: left;
    text-transform: uppercase;
}



.Table1 .N {
    background-color: #fff;
    min-width: 25px;
}

.Table1 .F {
    color: #fff;
    background-color: #e30513;
    min-width: 25px;
    border: 1px solid #f2f2f2;
    text-decoration: line-through;
    font-weight: 400;
}

.Table1 .F:hover {
    text-decoration: underline;
}

.Table1 .D {
    color: #222;
    background-color: #dedede;
    min-width: 25px;
    border: 1px solid #f2f2f2;
    font-weight: 400;
}

.Table1 .D:hover {
    text-decoration: underline;
}

.Table1 .P {
    color: #fff;
    background-color: #363636;
    min-width: 25px;
    border: 1px solid #f2f2f2;
    text-decoration: line-through;
    font-weight:400;
}

.Table1 .P:hover {
    text-decoration: underline;
}


.info {
    display: table;
    margin: auto;
    margin-bottom: 6px;
}

    .info div {
        display: table;
        float: left;
        font-family: 'Oswald', sans-serif;
        font-size: 18px;
        letter-spacing: 0px;
        line-height: 20px;
        font-weight: 200;
        color: #363636;
        margin-bottom: 20px;
        margin-left: 10px;
        margin-right: 10px;
        
    }

    .info span {
        display: table;
        float: left;
        width: 22px;
        height: 22px;
        background-color: #e30513;
        margin-right: 7px;
        border-radius: 5px;
        background-image: url(../images/bar.svg);
        background-repeat: repeat-x;
        background-size: auto;
    }


.Table1 .NBorder2 td {
    border-top: none !important;
}

.Table1 .W td{
    font-weight:600;
    background-color:#fff;
}

.T0{
    position:relative;
    width:100%;
    margin:auto;
    display:table;
    max-width:960px;
}

.Table2 .T1{
    font-weight:800;
}

.Ano {
    display: table;
    border: none;
    background-color: #363636;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 18px;
    font-weight: 600;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    color: #fff;
}

.Drop2 {
    display: table;
    border: none;
    background-color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 16px;
    font-weight: 400;
    width: 100%;
    max-width:400px;
    height: 50px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    cursor: pointer;
    color: #363636;
    border: 1px solid #fff;
    background-color: #edf0f5;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    padding-left: 30px;
    margin:auto;
    margin-bottom:30px;
}

#Table4{
    display:none;
}

#Table5{
    display:none;
}

#Table7{
    display:none;
}


#Table9{
    display:none;
}

#Table10{
    display:none;
}

#Table11{
    display:none;
}


.Scrool{
    width:100%;
    margin:auto;
}

.Scrool2{
    margin:auto;
    overflow-x:hidden;
    width:200px;
}


.Footer {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 18px;
    font-weight: 200;
    display: table;
    padding-top: 20px;
    padding-bottom: 90px;
    max-width: 830px;
    margin: auto;
    text-align: center;
    color: #363636;
}

.Footer b{
    font-weight:400;
}
    .Footer .Left {
        float: left;
        display: table;
        padding-left: 10px;
        padding-right: 10px;
    }

.Footer .Right{
}

.legenda{
    margin-top:30px;
    display:table;
}

.LeftLeft{
    display:table;
    width:100%;
    text-align:center;
    padding-bottom:15px;
}

.select {
    background-color: #363636 !important;
    color: #fff !important;
    /*border-color: #000 !important;
    border-top: 1px solid #000 !important;
    border-bottom: 1px solid #000 !important;*/
    border-radius:5px;
}

.select:hover {
    /*border-color:#363636 !important;*/
}


.bts {
    display: table;
    width: auto;
    margin: auto;
    margin-bottom:35px;
}

.bt {
    display: table;
    width: auto;
    float: left;
    background-color: #e30513;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    line-height: 36px;
    letter-spacing: 0px;
    color: rgba(255,255,255,0.8);
    font-weight: 500;
    margin: auto;
    padding: 5px;
    text-align: center;
    border-radius: 8px;
    text-transform: uppercase;
    margin-top: 0px;
    cursor: pointer;
    margin-left: 10px;
    margin-right: 10px;
   
    box-shadow: rgba(227, 5, 19, 0.4) -5px 5px, rgba(227, 5, 19, 0.3) -10px 10px, rgba(227, 5, 19, 0.2) -15px 15px, rgba(227, 5, 19, 0.1) -20px 20px, rgba(227, 5, 19, 0.05) -25px 25px;
}

    .bt:hover {
        color: rgba(255,255,255,1);
    }

    .bt:hover img{
        opacity: 1;
    }

    .bt img {
        display: table;
        width: 36px;
        margin: auto;
        opacity:0.8;
        padding:8px;
    }

    .bt div {
        display: table;
        width: 100%;
        border: solid 2px rgba(255,255,255,0.4);
        padding: 5px;
        padding-left: 12px;
        padding-right: 12px;
        padding-bottom: 4px;
        border-radius: 5px;
    }




.bts2 {
    position: absolute;
    top: 20px;
    right: 30px;
    display: none;
    width: auto;
    margin: auto;
    padding-bottom: 30px;
    z-index: 2000;
}

.btd {
    display: table;
    width: auto;
    float: left;
    background-color: #363636;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #fff;
    font-weight: 500;
    margin: auto;
    padding: 2px;
    text-align: center;
    border-radius: 30px;
    text-transform: uppercase;
    margin-top: 20px;
    cursor: pointer;
    margin-left: 10px;
    margin-right: 10px;
}

    .btd:hover {
        opacity: 0.8;
    }

    .btd img {
        display: table;
        width: 27px;
        float: left;
    }

    .btd div {
        display: table;
        width: 100%;
        border: solid 1px rgba(255,255,255,0.4);
        padding: 3px;
        padding-bottom: 4px;
        border-radius: 30px;
    }

#previewImage {
    display: table;
    margin: auto;
    display: table;
    width: 85%;
    max-width: 1200px;
}