﻿/*=============================================================
    Authour URI: www.binarytheme.com
    License: Commons Attribution 3.0

    http://creativecommons.org/licenses/by/3.0/

    100% To use For Personal And Commercial Use.
    IN EXCHANGE JUST GIVE US CREDITS AND TELL YOUR FRIENDS ABOUT US
   
    ========================================================  */


/*=======================================
    GENERAL STYLES
==================================================*/

.responsivo {
           max-width: 2000px;
           width: 100%;
           height: auto;
  }
#responsivo_curriculos img {
	max-width: 500px;
	width: 100%;
	height: auto;
}

  .responsivo img{
          max-width: 2000px;   /* Máximo da largura da imagem */
          width: 100%;
          max-height: 500px;  /* Máximo da altura da imagem */
          min-height: auto;      /* Mínimo da altura, por padrão “auto” */
          background-size:100%;
          background-repeat: no-repeat;
  }








body {
          font-family:'Open Sans', sans-serif;
    font-size:14px;
    background-image:url(../img/sativa.png);
}

h1, h2, h3, h4, h5, h6 {
    font-family:'Open Sans', sans-serif;
}

h1 {
	font-weight:900;
	font-size:30px;
	text-transform:uppercase;
	text-align:center;
	color:#990000;
	text-decoration: none;
}
    h1::after {
        display: block;
content: "";
height: 2px;
width: 150px;
background: #E91C1C;
margin: 5px auto 40px;
    }



.text-center {
    text-align:center;
}

h2 {
	color:#990000;
	font-size: 18px;
}
h3 {
    line-height:30px;
    padding-bottom:20px;
}
h4 {
	padding-top: 10px;
	line-height: 40px;
	padding-bottom: 0px;
	font-size: 22px;
	font-weight: 900;

}
.adjst {
     padding-top: 0px;
}
.c-main {
	color:#990000;
}
p {
	font-weight:300;
	line-height:30px;
	padding-bottom:15px;
	text-align: justify;
	padding-right: 10px;
	padding-left: 10px;
}
.contato_cabecalho {
	height: auto;
	width: 1150px;
	background-position: right top;
	text-align: right;
	color: #666666;
	font-size: 12px;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}


.space-free {
    height:100px;
}

.g-pad-bottom {
	padding-bottom:5px;
}

section {
	padding-top:105px;
	margin-top:5px;
}


.form-control {
        background-color: rgba(255, 255, 255, 0);
}
.c-pr-i {
	color:#990000;
	padding-left:10px;
	padding-right:10px;
}
/*=======================================
    HOME SECTION STYLES
==================================================*/

.go-marg {
	margin-top:40px;
	color:#990000;
}

#home-sec {
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	display: block;
	height: 500px;
	padding-top:100px;
	padding-bottom:50px;
	color:#fff;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-image: url(../img/inicio.jpg);
}

.head-main {
    font-size:60px ;
    font-weight:900;
    border:5px double #fff;
    padding:5px;
    text-transform:uppercase;
    
}
.head-sub-main {
    font-size:23px ;
    font-weight:500;
    padding:50px 20px 10px 20px;
     text-transform:uppercase;
    
}
.head-last {
    font-size:18px ;
    font-weight:900;
    padding:5px 20px 20px 20px;
    border:1px dotted #fff;
    padding:5px;
}


/* ===========================================================
   NAVBAR CHANGES   
   ============================================================*/
.navbar {
	font-size: 15px;
}

.navbar-inverse {
	min-height: 60px;
	padding-top: 5px;
	height: 175px;
	background-color: #FFFFFF;

}

.navbar-inverse .navbar-nav > .active > a {
	background-color: #990000;
}

.navbar-inverse .navbar-brand {
	color: #990000;
	font-weight: bolder;
	font-size: 25px;
	font-weight:900;
	letter-spacing: 2px;
}
.navbar-inverse :hover .navbar-brand:hover {
	color: #990000;
}
.navbar-inverse .navbar-nav > li > a {
	color: #990000;
}
.navbar-inverse {
	border-color: #990000;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {

}

/*=======================================
    PRICE SECTION STYLES
==================================================*/
#price-sec {
	background-color: #FFFFFF;
	background-position: top;
}
.plan {
    background: #fff;
    padding: 0 0 15px 0;
    margin: 30px 0px;
    list-style: none;
    text-align: center;
  
}



.plan li {
   padding: 15px 0px;
color: #000;
font-size: 16px;
border-bottom:1px dotted #e1e1e1;
}


.plan li.plan-head {
   padding: 40px 0px;
line-height: 35px;
font-size: 32px;
font-weight: 600;
border: none;
   }

small {
    font-size: 15px;
    color:#000;
}

/*==========================================
    PORTFOLIO STYLES
    =====================================================*/


.portfolio-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.portfolio-items {
  margin-right: -20px;
}
.portfolio-items > li {
  float: left;
  padding: 0;
  margin: 0;
}

.portfolio-items.col-3 > li {
  width: 33%;
}

.portfolio-item .item-main {
  margin: 0 10px 10px 0;
  text-align: center;
  background: #fff;
  padding: 10px;
  border:1px solid #E8EAEE;
  
}
.portfolio-item img {
  width: 100%;
}
.portfolio-item .portfolio-image {
  position: relative;
}
.portfolio-item h5 {
	margin: 0;
	padding: 10px 0 10px 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	background-color: #990000;
	color: #fff;
}
.portfolio-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  vertical-align: middle;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
}
.portfolio-item .overlay .preview {
  position: relative;
  top: 50%;
  display: inline-block;
  margin-top: -20px;
}
.portfolio-item:hover .overlay {
  opacity: 1;
}

/*=======================================
    Contact STYLES
==================================================*/
#contact-sec {
	background-color: #FFFFFF;
}
.cnt {
width: 100%;
min-height: 350px;
border: 1px solid #e1e1e1;
}
/*=======================================
    FOOTER STYLES
==================================================*/


#footer {
	background-color:#990000;
	color:#fff;
	padding:20px 50px 20px 50px;
	text-align:right;
}


/*=======================================
    MEDIA QUERIES
    
    ==================================================*/

@media all and (max-width:640px) and (min-width:381px) {
    .head-main { 
        font-size:28px ;
    }
}
@media all and (max-width:381px) and (min-width:200px) {
    .head-main { 
        font-size:24px ;
    }
}
h5 a {
	color: #FFFFFF;
	text-decoration: none;
}
#centralizado li {
	text-align: center;
}

a:hover {
	color: #999999;
}
h5 a:hover {
	color: #CC9900;
	font-weight: bold;
	text-decoration: none;
}


.mouse {
	background-color: #FFFFFF;
	color: #990000;
}


.mouse  ul  li  a {
	color: #990000;
	text-decoration: none;
}

.mouse navbar-collapse collapse nav navbar-nav navbar-right ul  li  a:hover {
	color: #666666;
}
