/*RESET*/
*, *:before, *:after{
    margin: 0;
    padding: 0;
    outline: 0;

    font-family: "Open Sans", sans-serif;
    font-size: 1em;
    font-weight: 400;
    color: #353535;
    text-justify: inter-word;

    letter-spacing: 0em;
    /*vertical-align: middle;*/

    box-sizing: border-box;
    word-wrap: break-word;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}


body{background: #FFFFFF;}
h1{font-size: 2em; font-weight: 300;}
h2{font-size: 1.8em; font-weight: 400;}
h1{font-size: 1.5em; font-weight: 500;}
p{margin-bottom: 15px;}
p:last-child{margin-bottom: 0;}
mark{padding: 0px 5px; background-color: #eee;}
/*ul{list-style: none;}*/

ul.circle {list-style-type: circle;}
ul.square {list-style-type: square;}
ul li {
    margin: 5px 15px;
}

ol.roman {list-style-type: upper-roman;}
ol.alpha {list-style-type: lower-alpha;}
ol.decimal {list-style-type: decimal;}
ol li {
    margin: 5px 30px;
}


.inside {list-style-position: inside;}
.outside {list-style-position: outside;}

img{float: left; border: none; width: 100%; max-width: 100%;}
small{font-size: 0.75em; color: #555;}
a{text-decoration: none;}
a img{border: 0;}
strong{ font-weight:bold;}

object,
embed,
video,
iframe
/*iframe['style']*/{
    max-width: 100%;
    height: auto;
}

.videoratio{
    position: relative;
    padding-bottom: 56.25%;
    float: left;
    width: 100.05% !important;
    height: 0;
    background: #000;
}

.videomedia{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}


input, textarea, select { border: none; background: #FFF; border: 1px solid #DDD; -moz-border-radius:5px !important; /* Firefox */; -webkit-border-radius: 5px !important; /* Safari, Chrome */; -khtml-border-radius: 5px !important; /* KHTML */; padding: 10px; font-family: 'Arial', sans-serif; }
input[type=radio],input[type=checkbox]{ width: 10px;}

input:invalid + .aviso:after, textarea:invalid + .aviso:after, select:invalid + .aviso:after{
    display: inline-block;
    content: "*";
    color: #f00;
    font: bold normal 1.3em sans-serif;
    vertical-align: top;
}

input:valid + .aviso:after, textarea:valid + .aviso:after, select:valid + .aviso:after{
    display: inline-block;
    content: "✓";
    color: #199a31;
    font: bold normal 1em sans-serif;
    vertical-align: top;
}

.redonda{-webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%;}


/*PALETA*/
/*BACKGROUND*/
.bg-body{background-color: #fbfbfb; color: #333;}
.bg-gray{background-color: #4e4e4e; color: #c4c4c4;}
.bg-graylight{background-color: #efefef; color: #888;}
.bg-bluelight2{background-color:#d8e9fa;}
.bg-bluelight3{background-color:#80b9f0;}
.bg-light{background-color: #efefef; color: #444;}
.bg-yellow{background-color: #e5b40c; color: #16285b !important;}
.bg-blue{background-color:#2d9fc4;}
.bg-bluelight{background-color:#158dce;}
.bg-bluelight2{background-color:#1ca9d1;}
.bg-black{background-color:#000;}
.bg-white{background-color:#fff;}
.bg-red{background-color:#f1625b;}
.bg-orange{background-color:#fa5814;}
.bg-greenlight{background-color:#538d53;}
.bg-greenlight2{background-color:#53a453;}

/*FONT WEIGHT*/
.font-thin{font-weight: 100 !important;}
.font-light{font-weight: 300 !important;}
.font-normal{font-weight: 400 !important;}
.font-bold{font-weight: 700 !important;}

/*FONT SIZE*/
.fontzero{font-size: 0em !important;}
.fontsize-4{font-size: 0.32em;}
.fontsize-3{font-size: 0.5em;}
.fontsize-2{font-size: 0.75em;}
.fontsize-1{font-size: 0.875em;}
.fontsize1{font-size: 1em;}
.fontsize1b{font-size: 1.5em;}
.fontsize2{font-size: 2em;}
.fontsize2b{font-size: 2.5em;}
.fontsize3{font-size: 3em;}
.fontsize3b{font-size: 3.5em;}

.txt-color-yellow{color:#fff200;}
.txt-color-gray{color:#888;}
.txt-color-graylight{color:#c4c4c4;}
.txt-color-blue{color:#062e7b;}
.txt-color-green{color:#0c6e2b;}
.txt-color-black{color:#000;}
.txt-color-white{color:#FFF;}
.txt-color-red{color:#f1625b;}
.txt-color-orange{color:#ffa348;}

.txt_upper{ text-transform: uppercase;}

.white{color:#fff;}
.white:hover{color:#f5f5f5;}
.blue{color:#062e7b;}
.blue:hover{color:#46aadf;}
.red{color:#C0392B;}
.red:hover{color:#E74C3C;}
.gray{color:#888;}
.gray:hover{color:#000;}
.graylight{color:#CCC;}
.graylight:hover{color:#EFEFEF;}
.black{color:#000;}
.black:hover{color:#888;}
.red{color:#f1625b;}
.red:hover{color:#888;}
.orange{color:#fa5814;}
.orange:hover{color:#fa5814;}


/*BOOT*/
/*CONTAINER*/
.container{float: left; width: 100%; }
.content{display: block; margin: 0 auto; padding: 0px 0; margin: 0 10%; width: 80%;  height: 100%;}
.content-page{padding: 60px 0;}
.content-dobra{padding: 30px 0;}
.conteudo{width: 80%; margin: 0 10%; text-align: justify; padding: 20px;}

.sectiontitle{float: left; width: 100%; margin-top: 20px; margin-bottom: 20px; /*text-align: center;*/ text-transform: uppercase;}
.sectiontitle h1{font-size: 2.0em; font-weight: 300; margin-bottom: 10px;}
.sectiontitle h2{font-size: 1.4em; font-weight: 300; margin-top: 10px; margin-bottom: 10px;}
.sectiontitle-nomargin{margin: 0;}

/*HELPERS*/
/*.textshadow{text-shadow: 1px 1px 0 red;}*/
.boxshadow{-webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.3); -moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.3); box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.3);}
.radius{-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
.last{margin-right: 0 !important;}
.clear{clear: both;}
.button_bar{position: fixed; display: block; text-align: center; cursor: pointer; bottom: 0px; left: -30px; text-transform: uppercase; color: #FFF; font-size: 1.2em; font-weight: normal; padding: 15px; background: rgba(241,98,91,1); z-index: 999999; -moz-border-radius:20px !important; /* Firefox */; -webkit-border-radius: 20px !important; /* Safari, Chrome */; -khtml-border-radius: 20px !important; /* KHTML */;}
.button_bar:hover{background: #f5736d;}



.video-responsive{overflow:hidden;padding-bottom:56.25%;position:relative;height:0;margin: 0px auto}
.video-responsive iframe{left:0;top:0;height:100%;width:100%;position:absolute;}


.WinPopMiddle{position: fixed; display: flex; overflow-x: hidden; height: 80%; line-height: 90%; width: 70%; top: 5%; right: 15%; padding: 20px; background: rgba(255,255,255,1); border: 2px solid #2d9fc4; z-index: 999999; }


/*text align*/
.al-left{text-align: left;}
.al-right{text-align: right;}
.al-center{text-align: center;}

/*float*/
.fl-left{float: left;}
.fl-right{float: right;}
.fl-none{float: none;}

/*display*/
.ds-block{display: block;}
.ds-inblock{display: inline-block;}
.ds-inline{display: inline;}
.ds-intable{display: inline-table;}
.ds-none{display: none;}


/*BOX*/
.box{width: auto; float: left;}
.box-line{float: left; width: 100%; height: 100%}

.box-small-5col{width: 19%; margin-right: 1%;} 
.box-small-6col{width: 15%; margin-right: 1%;}
.box-small-7col{width: 13%; margin-right: 1%;} /* 7 col*/
.box-small-8col{width: 11%; margin-right: 1%;} /* 8 col*/
.box-small-9col{width: 10%; margin-right: 1%;} /* 9 col*/
.box-small-10col{width: 9%; margin-right: 1%;} /* 10 col*/
.box-small-13col{width: 7%; margin-right: 1%;} /* 10 col*/
.box-small-15col{width: 5%; margin-right: 1%;} /* 10 col*/

.box-small{width: 22.75%; margin-right: 3%;}
.box-medium{width: 30%; margin-right: 5%;}
.box-medium2{width: 65%; margin-right: 5%;}
.box-large{width: 46.5%; margin-right: 7%;}
.box-full{width: 100%; margin: 0;}
.box-icon{width: 3%; margin: 0;}

/*VIDEO*/
/*.video{width: 100%; margin: 0;}
.video-small{width: 40%; margin: 0 30%;}
.video-medium{width: 60%; margin: 0 20%;}
.video-large{width: 80%; margin: 0 10%;}*/

/*BOTÕES*/
/*.btn{display: inline-block; padding: 10px 20px; margin: 10px; background: #333; border: 0px solid #222; cursor: pointer; font-size: 1em; font-weight: 400; text-transform: uppercase; color: #fff; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);}*/
.btn{display: inline-block; padding: 20px 50px; margin: 0px; background: #FFF; border: 2px solid #0b63c9; cursor: pointer; font-size: 0.875em; font-weight: 400; text-transform: uppercase; color: #0b63c9;}
.btn:hover{text-decoration: none !important; padding: 25px 60px; background: #0b63c9; color: #FFF; font-size: 1em; font-weight: 600;}
.btn-mini{display: inline-block; padding: 10px 25px; margin: 0px; background: #00193b; border: 2px solid #00193b; cursor: pointer; font-size: 0.75em; font-weight: 400; text-transform: uppercase; color: #FFFFFF;}
.btn-mini:hover{text-decoration: none !important; padding: 12px 35px; background: #0b63c9;  border: 2px solid #0b63c9;color: #FFF; font-size: 1em; font-weight: 600;}
.btn-big{font-size: 1.8em; padding: 20px 40px;}

.btn-blue{background-color: #2d9fc4; border-color: #2d9fc4; color: #fff !important; border: 0px;}
.btn-blue:hover{background-color: #48b2d4; border-color: #48b2d4; color: #fff !important; border: 0px;}
.btn-bluelight{background-color: #062e7b; border-color: #062e7b; color: #fff !important; border: 0px;}
.btn-bluelight:hover{background-color: #46aadf; border-color: #46aadf; color: #fff !important; border: 0px;}
.btn-green{background-color: #538d53; border-color: #0c6e2b; color: #fff !important; border: 0px;}
.btn-green:hover{background-color: #83c247; border-color: #83c247; color: #fff !important; border: 0px;}
.btn-greenlight{background-color: #83c247; border-color: #83c247; color: #fff !important; border: 0px;}
.btn-greenlight:hover{background-color: #e9fecd; border-color: #e9fecd; color: #83c247 !important; border: 0px;}
.btn-graylight{background-color: #CCC; border-color: #CCC; color: #888 !important; border: 0px;}
.btn-graylight:hover{background-color: #CCC; border-color: #CCC; color: #888 !important; border: 0px;}
.btn-red{background-color: #f1625b; border-color: #f1625b; color: #fff !important; border: 0px;}
.btn-red:hover{background-color: #f5736d; border-color: #f5736d; color: #fff !important; border: 0px;}.btn-red{background-color: #f1625b; border-color: #f1625b; color: #fff !important; border: 0px;}

.cursor{cursor: pointer !important;}

/*TRIGGER*/
.trigger{float: left; width: 100%; padding: 25px; font-size: 1.2em; margin-bottom: 30px;}
.trigger-bottom{margin: 30px 0 0 0;}

.trigger-accept{background-color: #accc9a; color: #6b7f60;}
.trigger-infor{background-color: #9ab7cc; color: #60727f;}
.trigger-alert{background-color: #c6b247; color: #776b2b;}
.trigger-error{background-color: #e69f9f; color: #996a6a;}

/*SHORT ICONS*/
.shoticon{padding-left: 8%; background-position: center left; background-repeat: no-repeat; background-size: auto 96%;}
.shoticon-sectiontitle{padding-left: 60px;}


.assinatura{
    padding: 20px 10px 5px 0;   
}


@media only screen and (max-width: 320px) {

    .conteudo{width: 98%; margin: 0 1%; text-align: justify; padding: 10px;}

    .content{display: block; margin: 0 auto; padding: 0px 0; margin: 0 5%; width: 90%; min-width: 250px; height: 100%;}

    input, textarea {background: #fff; border: 1px solid #000; color: #000; padding: 10px; width: 96%;margin-bottom: 10px;}
    input:required, textarea:required {background: #fff; border: 1px solid #000; color: #000; padding: 10px; width: 96%;}
    
    .box-large{width: 100%; margin-right: 0%;}

    .button_bar{left: -20px; font-size: .85em; font-weight: normal; padding: 5px 20px; -moz-border-radius:10px !important; /* Firefox */; -webkit-border-radius: 10px !important; /* Safari, Chrome */; -khtml-border-radius: 10px !important; /* KHTML */;}

    .btn{display: inline-block; min-width:80%; padding: 20px 50px; margin: 1em; background: #FFF; border: 2px solid #0b63c9; cursor: pointer; font-size: 0.875em; font-weight: 400; text-transform: uppercase; color: #0b63c9;}
    .btn:hover{text-decoration: none !important; padding: 25px 60px; background: #0b63c9; color: #FFF; font-size: 1em; font-weight: 600;}

    .box-small,
    .box-medium,
    .box-medium2,
    .box-large,
    .box-full{width: 100%; margin: 0;}
}

@media only screen and (max-width: 480px) {

    .conteudo{width: 98%; margin: 0 1%; text-align: justify; padding: 10px;}

    .content{display: block; margin: 0 auto; padding: 0px 0; margin: 0 5%; width: 90%; min-width: 250px; height: 100%;}

    input, textarea {background: #fff; border: 1px solid #000; color: #000; padding: 10px; width: 96%;margin-bottom: 10px;}
    input:required, textarea:required {background: #fff; border: 1px solid #000; color: #000; padding: 10px; width: 96%;}

    .box-large{width: 100%; margin-right: 0%;}

    .button_bar{left: -10px; font-size: .85em; font-weight: normal; padding: 5px 20px; -moz-border-radius:10px !important; /* Firefox */; -webkit-border-radius: 10px !important; /* Safari, Chrome */; -khtml-border-radius: 10px !important; /* KHTML */;}

    .btn{display: inline-block; min-width:80%; padding: 20px 50px; margin: 1em; background: #FFF; border: 2px solid #0b63c9; cursor: pointer; font-size: 0.875em; font-weight: 400; text-transform: uppercase; color: #0b63c9;}
    .btn:hover{text-decoration: none !important; padding: 25px 60px; background: #0b63c9; color: #FFF; font-size: 1em; font-weight: 600;}
    
    .box-medium,
    .box-small-8col,
    .box-small-7col,
    .box-small-6col,
    .box-small-5col{font-size: 0.7em;}

    .box-small,
    .box-medium2,
    .box-large,
    .box-full{width: 100%; margin: 0;}
}


@media only screen and (max-width: 768px) {

    .conteudo{width: 98%; margin: 0 1%; text-align: justify; padding: 10px;}

    .content{display: block; margin: 0 auto; padding: 0px 0; margin: 0 5%; width: 90%; min-width: 250px; height: 100%;}

    input, textarea {background: #fff; border: 1px solid #000; color: #000; padding: 10px; width: 96%;margin-bottom: 10px;}
    input:required, textarea:required {background: #fff; border: 1px solid #000; color: #000; padding: 10px; width: 96%;}
    .box-large{width: 100%; margin-right: 0%;}

    .button_bar{left: -30px; font-size: .85em; font-weight: normal; padding: 5px 10px; -moz-border-radius:10px !important; /* Firefox */; -webkit-border-radius: 10px !important; /* Safari, Chrome */; -khtml-border-radius: 10px !important; /* KHTML */;}

    .btn{display: inline-block; padding: 20px 40px; margin: 1em; background: #FFF; border: 2px solid #0b63c9; cursor: pointer; font-size: 0.875em; font-weight: 400; text-transform: uppercase; color: #0b63c9;}
    .btn:hover{text-decoration: none !important; padding: 25px 50px; background: #0b63c9; color: #FFF; font-size: 1em; font-weight: 600;}

    .box-small,
    .box-medium2,
    .box-large,
    .box-full{width: 100%; margin: 0;}
}