/*RESET*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&family=Open+Sans:wght@300;400;500&display=swap');

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

    font-family: 'Montserrat';
    font-size: 1em;
    font-weight: 400;

    line-height: 1.2;
    letter-spacing: 0em;

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

body{background: #E5E5E5;}
h1{font-size: 2em; font-weight: 300;}
h2{font-size: 1.8em; font-weight: 400;}
h3{font-size: 1.45em; font-weight: 500;margin-bottom: 5px;}
h4{font-size: 1.15em; font-weight: 500;margin-bottom: 5px;color: #000;}
p{margin-bottom: 15px;}
p:last-child{margin-bottom: 0;}
b, strong{font-weight: bold;}
mark{padding: 5px 10px; background-color: #eee;}
ul{list-style: none;}
img{border: none; max-width: 100%; vertical-align: middle;}
small{font-size: 0.75em; color: #555;}
a{text-decoration: none;}
a img{border: 0;}

/*FORMS*/
label{display: block; margin-bottom: 15px;}
input{padding: 10px; border: 1px #ccc solid; width: 100%;}

/*PALETA*/
/*BACKGROUND*/
.bg-body{background-color: #fbfbfb; color: #333;}
.bg-red{background-color: #ff0033; color: #fff;}
.bg-gray{background-color: #000; color: #fff;}
.bg-black{background-color: #000; color: #fff;}
.bg-light{background-color: #fdfbed; color: #FFF;}
.bg-blue{background-color: #d9d5bf; color: #fff;}
.bg-bluelight{background-color: #fdfbed; color: #444;}
.bg-yellow{background-color: #FFBA2E; color: #000;}

/*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;}
.fontsize1{font-size: 1em;}
.fontsize1b{font-size: 1.3em;}
.fontsize2{font-size: 1.4em;}
.fontsize2b{font-size: 1.6em;font-weight: bold;}
.fontsize3{font-size: 2em;}
.fontsize3b{font-size: 2.3em;}

/*MARGIN*/
.m-bottom{margin-bottom: 30px;}
.no-padding-t{padding-top:      0 !important;}
.no-padding-l{padding-left:     0 !important;}
.no-padding-r{padding-right:    0 !important;}
.no-padding-b{padding-bottom:   0 !important;}
.no-margin{margin: 0 !important;}

/*BOOT*/
/*CONTAINER*/
.container{float: left; width: 100%;}
.content{width: 90%; margin: 0 5%; padding: 10px 0;}
.content-page{padding: 60px 0;}

.sectiontitle{float: left; width: 100%; margin-bottom: 30px; text-align: center;}
.sectiontitle h1{font-size: 2.4em; font-weight: 300; margin-bottom: 10px;}
.sectiontitle .tagline{font-size: 1.4em; font-weight: 300;}
.sectiontitle-nomargin, .articletitle-nomargin{margin: 0;}

.articletitle{float: left; width: 100%; margin-bottom: 30px;}
.articletitle h1{font-size: 1.8em; margin-bottom: 2px;}
.articletitle .tagline{font-size: 1.1em;}

/*HELPERS*/
.textshadow{text-shadow: 1px 1px 0 #ccc;}
.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;}
.round{-webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%;}
.last{margin-right: 0 !important;}
.clear{clear: both;}

/*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-none{display: none;}

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

.box-small{width: 22.75%; margin-right: 3%;}
.box-medium{width: 30%; margin-right: 5%;}
.box-large{width: 46.5%; margin-right: 7%;margin-top: 20px;}
.box-full{width: 100%; margin: 0;}
.box-1241{width: 75%;}

/*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 0 5px 0 ;background: #333; border: 1px solid #222; cursor: pointer; font-size: 1em; font-weight: 400; 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:hover{text-decoration: none !important;}
.btn-big{font-size: 1.8em; padding: 20px 40px;}

.btn-blue{background-color: #FDFBED; border-color: #4e99b7; border:2px solid #FFBA2E;color: #000;}
.btn-blue:hover{background-color: #FFBA2E; border-color: #59aed1;border:2px solid #fff;}
.btn-green{background-color: #59ab66; border-color: #4b9157;}
.btn-green:hover{background-color: #66c475; border-color: #59aa66;}
.btn-yelow{background-color: #d1be5a; border-color: #b7a64e;}
.btn-yelow:hover{background-color: #d1bd59; border-color: #d1be5a;}
.btn-red{background-color: #b26a6a; border-color: #995b5b;}
.btn-red:hover{background-color: #cc7979; border-color: #b26a6a;}

/*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: #34495E; color: #60727f;}
.trigger-alert{background-color: #c6b247; color: #776b2b;}
.trigger-error{background-color: #e69f9f; color: #996a6a;}

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

.shoticon-facebook{background-image: url(boot/social/facebook.png);}
.shoticon-google{background-image: url(boot/social/google.png);}
.shoticon-twitter{background-image: url(boot/social/twitter.png);}

.shoticon-config{background-image: url(boot/icons/config.png);}
.shoticon-phone{background-image: url(boot/icons/icone-phone.png);}
.shoticon-maps{background-image: url(boot/icons/icone-google-maps.png);}
.shoticon-cellphone{background-image: url(boot/icons/icone-cellphone.png);}
.shoticon-mail{background-image: url(boot/icons/mail.png);}
.shoticon-section{background-image: url(boot/icons/section.png);}