/* FONTS */
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700,900);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,700,900);

/* OVERALL ASPECT */
body {
  background-color: #f2f2f2;
    font-family: "Lato";
    font-weight: 300;
    font-size: 16px;
    color: #555;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;

    margin-top: 73px;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
    font-family: "segoe ui", "arial";
    font-weight: 300;
    color: #333;
}

h7 {
    font-size: 60px;
    color: #ffffff;
}

h8 {
    font-family: "segoe ui", "arial";
    font-size: 30px;
    font-weight: 300;
    color: #ffffff;

}

h9 {
    font-family: "segoe ui", "arial";
    font-size: 20px;
    font-weight: 300;
    color: #ffffff;

}


/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin-bottom: 0px;
}

.centered {
    text-align: center;
}

/* Links */
a {
    color: #f85c37;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #7b7b7b;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


.navbar {
	font-weight: 800;
	font-size: 14px;
	padding-top: 17px;
	padding-bottom: 5px;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.navbar-inverse {
	background: #123354;
	border-color: #2d2d2d;
}

.navbar-inverse .navbar-nav > .active > a {
	background: #cdb44d
}

.navbar-inverse .navbar-brand {
	color: #cdb44d;
	font-weight: bolder;
	font-size: 22px;
	letter-spacing: 1px;
}

.navbar-inverse .navbar-brand i {
	color: #cdb44d;
	font-size: 22px;
	letter-spacing: 1px;
}

/*TILT*/
.tilt {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
 
.tilt:hover {
  -webkit-transform: rotate(-10deg);
     -moz-transform: rotate(-10deg);
       -o-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
}

/* ==========================================================================
   Wrap Sections
   ========================================================================== */

#headerwrap {
	background: url(../img/header-bg.jpg) no-repeat center top;
        margin-top: 73px;
	padding-bottom: 30px;
	padding-top:00px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 100px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#headerwrap h1 {
	margin-top: 10px;
	color: white;
	font-size: 70px;
	font-weight: 300;
	letter-spacing: 3px;
}

#headerwrap h2 {
	color: white;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
}

#headerwrap2 {
	background: url(../img/sistemamotel-bg.png) no-repeat center top;
        margin-top: 73px;
	padding-bottom: 60px;
	padding-top:00px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 100px;
	width: 100%;

    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#headerwrapChebib {
	background: url(../img/fundo-vistos.jpg) no-repeat center top;
        margin-top: 0px;
	padding-bottom: 0px;
	padding-top:00px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 0%;
	width: 100%;

 -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 10%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#headerwrapphaser {
	background: url(../img/automacaomotel.jpg) no-repeat center top;
        margin-top: 0px;
	padding-bottom: 0px;
	padding-top:00px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 0%;
	width: 100%;

 -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 10%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


#headerwrapdownloads {
	background: url(../img/header-bg-downloads.jpg) no-repeat center top;
        margin-top: 73px;
	padding-bottom: 30px;
	padding-top:00px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 100px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
 #headerwrapdownloads h1 {
	margin-top: 10px;
	color: white;
	font-size: 70px;
	font-weight: 300;
	letter-spacing: 3px;
}

#headerwrapdownloads h2 {
	color: white;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 2px;
text-transform: uppercase;
}

#headerwrapcontato {
	background: url(../img/headerwrapcontato.jpg) no-repeat center top;
        margin-top: 73px;
	padding-bottom: 30px;
	padding-top:00px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 100px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
 #headerwrapcontato h1 {
	margin-top: 10px;
	color: white;
	font-size: 40px;
	font-weight: 300;
	letter-spacing: 3px;
}

#headerwrapdownloads h2 {
	color: white;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 2px;
text-transform: uppercase;
}

#headerwrapdepoimentos {
	background: url(../img/depoimentos.jpg) no-repeat center top;
        margin-top: 73px;
	padding-bottom: 60px;
	padding-top:00px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 100px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#headerwrapdepoimentos h1 {
	margin-top: 10px;
	color: white;
	font-size: 70px;
	font-weight: 300;
	letter-spacing: 3px;
}

#headerwrapdepoimentos h2 {
	color: white;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 2px;
text-transform: uppercase;
}

#headerwrapsemfundo {
	background: url(..) no-repeat center top;
        margin-top: 30px;
	padding-bottom: 30px;
	padding-top:00px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 100px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#headerwrapsemfundo h1 {
	margin-top: 10px;
	color: #ffffff;
	font-size: 70px;
	font-weight: 300;
	letter-spacing: 3px;
}

#headerwrapsemfundo h2 {
	color: #ffffff;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
}

#headerwrapsemfundo h6 {
	color: #ffffff;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 3px;
	text-transform: ;
 font-family:"segoe ui";
 font-style: italic;
}

/* Dark Grey Wrap */
#dg {
	background: #e0e0e0;
	padding-top: 70px;
	padding-bottom: 70px;
	text-align: center;
}

#dg h4 {
	font-weight: 700;
}

/* Light Grey */
#lg {
	background: #ebebeb;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}

#lg h4 {
	font-weight: 700;
}


/* Red Wrap */
#r {
	background: #527fc5;
	padding-top: 35px;
	padding-bottom: 35px;
}

#r h4 {
	color: white;
	font-weight: 700;
}

#r p {
	color: white;
}

/* Blue Wrap */

#blue {
	background: #152e48;
	padding-top: 35px;
	padding-bottom: 35px;
}

#blue h4 {
	color: white;
	font-weight: 700;
}

#blue p {
	color: white;
}

#bluetabela {
	background: #152e48;
	padding-top: 0px;
	padding-bottom: 0px;
}

#cinzatabela {
	background: #aaaaaa;
	padding-top: 2px;
	padding-bottom: 2px;
 border:2;
 
}


 
/* Footer Wrap */
#f {
	background: #2d2d2d;
	padding-top: 30px;
	padding-bottom: 30px;
}

#f i {
	color: #bdbdbd;
	font-size: 30px;
	padding: 20px;
}

#f i:hover {
	color: #204262;
}

/****** SECTIONS *****/

.w {
	padding-top: 35px;
}

.w h4 {
	font-weight: 700;
}

.w i {
	color: #527fc5;
	font-size: 30px;
}


.wb {
	padding-top: 35px;
	margin-bottom: 0px;
}

.wb h4 {
	font-weight: 700;
}

.desc {
	padding-top: 35px;
}

.desc h4 {
	font-weight: 700;
}

.desc i {
	color: #527fc5;
	font-size: 12px;
	padding: 5px;
}

.section-default{
                padding-top:80px;padding-bottom:80px
}

.section-default.gray{
                     background-color:#f4f4f4
}

.section-default.gradient{
                         background-image:linear-gradient(137deg,#00d38e,#00bdc2 87%)
}


/***** MODAL CONTACT *****/
.modal-content {
	border-radius: 0px;

}

.modal-header {
	background: #bdbdbd;
	color: white;
}

.modal-header h4 {
	font-weight: 700;
}

.modal-body {
	background: #f2f2f2;
    font-family: "Lato";
    font-weight: 300;
    font-size: 16px;
    color: #555;
}

.modal-footer {
	background: #f2f2f2;
	margin-top: 0px; 
}

/* ==========================================================================
   Pricing Tables
   ========================================================================== */
   
.pricing-option {
    padding-bottom: 40px;
}

.pricing-option .pricing-top {
    position: relative;
    background: #222;
    color: white;
    text-align: center;
    font-weight: bold;

    padding: 40px 20px 30px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pricing-option .pricing-top .special-label {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #1abc9c;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    padding: 3px 0;
}

.special .pricing-top {
    background: black;
}

.pricing-option .pricing-edition {
    text-transform: uppercase;
    display: block;
    font-size: 25px;
    letter-spacing: 8px;
}

.pricing-option .price {
    display: inline-block;
    position: relative;
}

.pricing-option .price sup {
    position: absolute;
    top: 50px;
    left: -10px;
    font-size: 24px;
}

.pricing-option .price .price-amount {
    font-size: 108px;
    letter-spacing: -4px;
}

.pricing-option .price small {
    position: relative;
    left: -10px;
    font-size: 18px;
}

.pricing-option ul {
    list-style: none;
    margin: 0;
    background: #eee;
    text-align: center;
    padding-left: 0px;
}

.pricing-option ul li {
    border-bottom: solid 1px #e1e1e1;
    padding-top: 20px;
    padding-bottom: 20px;
}

.pricing-option .pricing-signup {
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 10px;
    color: white;
    background: #1abc9c;
}

.pricing-option .pricing-signup:hover {
    background: #527fc5;
}

/* Classes Chebib */

 .TxtLogin
 {
    WIDTH: 120px;
    HEIGHT: 28px;
     COLOR: #333333;
     FONT-FAMILY: Arial, Verdana, Geneva, sans-serif;
     FONT-SIZE: <%=TextSize%>px;
     BORDER-RIGHT: #DDDDDD 1px solid;
     BORDER-LEFT: #DDDDDD 1px solid;
     BORDER-TOP: #DDDDDD 1px solid;
     BORDER-BOTTOM: #DDDDDD 1px solid;
     BACKGROUND-COLOR: #FFFFFF;
     TEXT-DECORATION: none
 }

 .mini
 {
     font-family: Arial, Helvetica, sans-serif;
     font-size: 1px;
     color: #DDDDDD;
 }

 .estilo1
 {
     BORDER-RIGHT: gainsboro 1px solid;
     BORDER-TOP: gainsboro 1px solid;
     FONT-SIZE: <%=TextSize-1%>px;
     text-align: center;
     BORDER-LEFT: gainsboro 1px solid;
     COLOR: #666666;
     BORDER-BOTTOM: gainsboro 1px solid;
     FONT-FAMILY: arial;
     BACKGROUND-COLOR: #FFFFFF;
     TEXT-DECORATION: none;
     cursor: hand;

 }

 .estilo2
 {
     BORDER-RIGHT: #cdb44d 1px solid;
     BORDER-TOP: #cdb44d 1px solid;
     FONT-SIZE: <%=TextSize-1%>px;
     text-align: center;
     BORDER-LEFT: #cdb44d 1px solid;
     COLOR: black;
     BORDER-BOTTOM: #cdb44d 1px solid;
     FONT-FAMILY: Arial;
     BACKGROUND-COLOR: #f9ebaf;
     TEXT-DECORATION: none;
     cursor: hand;
 }

 .estilomenu
 {
     BORDER-RIGHT: gainsboro 1px solid;
     BORDER-TOP: gainsboro 1px solid;
     FONT-SIZE: <%=TextSizemenu-1%>px;
     text-align: center;
     BORDER-LEFT: gainsboro 1px solid;
     COLOR: #666666;
     BORDER-BOTTOM: gainsboro 1px solid;
     FONT-FAMILY: arial;
     BACKGROUND-COLOR: #FFFFFF;
     TEXT-DECORATION: none
 }

 .estilomenu2
 {
     BORDER-RIGHT: #cdb44d 1px solid;
     BORDER-TOP: #cdb44d 1px solid;
     FONT-SIZE: <%=TextSizemenu-1%>px;
     text-align: center;
     BORDER-LEFT: #cdb44d 1px solid;
     COLOR: black;
     BORDER-BOTTOM: #cdb44d 1px solid;
     FONT-FAMILY: Arial;
     BACKGROUND-COLOR: #f9ebaf;
     TEXT-DECORATION: none
 }

 .estilonoticiasmenu
 {
     BORDER-RIGHT: gainsboro 0px solid;
     BORDER-TOP: gainsboro 0px solid;
     FONT-SIZE: <%=TextSize-4%>px;
     text-align: left;
     BORDER-LEFT: gainsboro 0px solid;
     COLOR: #666666;
     BORDER-BOTTOM: gainsboro 1px solid;
     BORDER-COLOR: #415d8e;
     FONT-FAMILY: arial;
     A.MENU:hover {text-decoration:underline;}


 }


 .estilob
 {
     BORDER-RIGHT: gainsboro 1px solid;
     BORDER-TOP: gainsboro 1px solid;
     FONT-SIZE: <%=TextSize-1%>px;
     text-align: center;
     BORDER-LEFT: gainsboro 1px solid;
     COLOR: #666666;
     BORDER-BOTTOM: gainsboro 1px solid;
     FONT-FAMILY: arial;
     BACKGROUND-COLOR: #199bd6;
     TEXT-DECORATION: none;
     cursor: hand;
 }


 .estiloe
 {
     BORDER-RIGHT: gainsboro 1px solid;
     BORDER-TOP: gainsboro 1px solid;
     FONT-SIZE: <%=TextSize-1%>px;
     text-align: center;
     BORDER-LEFT: gainsboro 1px solid;
     COLOR: #666666;
     BORDER-BOTTOM: gainsboro 1px solid;
     FONT-FAMILY: arial;
     BACKGROUND-COLOR: #90c09d;
     TEXT-DECORATION: none;
     cursor: hand;
 }

 .estiloo
 {
     BORDER-RIGHT: gainsboro 1px solid;
     BORDER-TOP: gainsboro 1px solid;
     FONT-SIZE: <%=TextSize-1%>px;
     text-align: center;
     BORDER-LEFT: gainsboro 1px solid;
     COLOR: #666666;
     BORDER-BOTTOM: gainsboro 1px solid;
     FONT-FAMILY: arial;
     BACKGROUND-COLOR: #bdc08e;
     TEXT-DECORATION: none;
     cursor: hand;
 }

 .estilod
 {
     BORDER-RIGHT: gainsboro 1px solid;
     BORDER-TOP: gainsboro 1px solid;
     FONT-SIZE: <%=TextSize-1%>px;
     text-align: center;
     BORDER-LEFT: gainsboro 1px solid;
     COLOR: #666666;
     BORDER-BOTTOM: gainsboro 1px solid;
     FONT-FAMILY: arial;
     BACKGROUND-COLOR: #054f89;
     TEXT-DECORATION: none;
     cursor: hand;
 }

 .estilos
 {
     BORDER-RIGHT: gainsboro 1px solid;
     BORDER-TOP: gainsboro 1px solid;
     FONT-SIZE: <%=TextSize-1%>px;
     text-align: center;
     BORDER-LEFT: gainsboro 1px solid;
     COLOR: #666666;
     BORDER-BOTTOM: gainsboro 1px solid;
     FONT-FAMILY: arial;
     BACKGROUND-COLOR: #bbbbbc;
     TEXT-DECORATION: none;
     cursor: hand;
 }

 .estiloi
 {
     BORDER-RIGHT: gainsboro 1px solid;
     BORDER-TOP: gainsboro 1px solid;
     FONT-SIZE: <%=TextSize-1%>px;
     text-align: center;
     BORDER-LEFT: gainsboro 1px solid;
     COLOR: #666666;
     BORDER-BOTTOM: gainsboro 1px solid;
     FONT-FAMILY: arial;
     BACKGROUND-COLOR: #fdfdfd;
     TEXT-DECORATION: none;
     cursor: hand;
 }

 .chebib
 {
     COLOR: #666666;
     TEXT-DECORATION: none
 }

 .chebib:hover {color:"#000000";}

 .Fotos
 {
     BORDER-RIGHT: #999999 4px solid;
     BORDER-TOP: #999999 4px solid;
     FONT-SIZE: 10px;
     text-align: center;
     BORDER-LEFT: #999999 4px solid;
     COLOR: #5a5a5a;
     BORDER-BOTTOM: #999999 4px solid;
     FONT-FAMILY: arial;
     BACKGROUND-COLOR: #5a5a5a;
     TEXT-DECORATION: none
 }

 .campocontato
 {
    WIDTH: 100%;
    HEIGHT: 32px;
     font-family: Arial, Helvetica, sans-serif;
     font-size: <%=TextSize%>px;
     color: #666666;
 }

 .textocontato
 {
    WIDTH: 100%;
    HEIGHT: 120px;
     font-family: Arial, Helvetica, sans-serif;
     font-size: <%=TextSize%>px;
     color: #666666;
 }

 









