/*
    CSS DA PAGINA;
*/
/* 
    Created on : 18/01/2018, 12:00:25
    Author     : JAYLAN ESQUIVEL PEREIRA SANTOS
*/
@font-face {
     font-family: Lato;
     src: url('../font-awesome/Lato-Regular.ttf');
}

/***************************************** TOPO DA PAGINA *************************************************/
html,body{
    width: 100%;
    height: 100%;
    font-family: "Lato", sans-serif;
}
.margen-top{
    padding: 20px;
}
.bg-black{
    background-color: #474747;
}
.margen-top-two{
    padding-top: 35px;
}
.margen-top-three{
    padding-top: 40px;
}
#rede-sociais a,#login a{
    color: #f5f4f0 !important;
}
#rede-sociais a:hover,#login a:hover{
    color: #d8d8d8 !important;
}
@media screen and (max-width: 500px) {
    #login{
        display: none;
    }
    /* Muda o dropdown para sobrepor o slide */
    .navbar-collapse.in {
        overflow-y: auto;
        background-color: #333;
        margin-top: -20px;
        width: 240px;
    }
    .navbar-collapse{
        position: absolute;
        z-index: 20;
    }
        /* Muda o dropdown para sobrepor o slide */

}
 /* menu Fixo papa */
 .escondido{
     display: none;
 }
 .menuFixo{
    position: fixed !important;
    top: 0 !important;
    z-index: 99 !important;
    width: 100%;
 }
 /* menu Fixo papa */
.bg-orange{
    background-color: #dc380a; 
}

.navbar{
    padding-left: 8%;
    margin-bottom: -21px !important;
    margin-top: -1px !important;
    font-family: "Lato", sans-serif;
    font-size: 13px;
}
.navbar ul li a{
    color: #fff;
    font-weight: 200px;
}
.navbar ul li a:hover{
    color: #fff ;
    background-color: rgba(0, 0, 0, 0.1);
}
.navbar ul li a:active,:focus{
    color: #eb6214 !important ;
}
.dropdown-item{
    font-weight: 500;
    color: #fff !important;
}
a.dropdown-item:hover{
    color: #000 !important;
    background-color: transparent !important;
    text-decoration: none !important;
}
/***************************************** FIM DE TOPO DA PAGINA ******************************************/



/************************************* CONTEUDO dropdown lista *****************************************/

.dropbtn {
    padding: 15px;
    font-size: 16px;
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #dc380a;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    padding-top: 10px;
    padding-bottom: 15px;
}

.dropdown-content a {
    color: black;
    padding-left: 20px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #dc380a
}

.dropdown:hover .dropdown-content {
    display: block;
}
.icon-bar{
    background-color: #f5f4f0 !important;
}

/************************************* FIM DE CONTEUDO dropdonw **********************************/


/***************************************** slider index ***************************************/
.carousel-indicators li {
    width: 13px !important;
    height: 13px !important;
    border: 2px solid #f5f4f0 !important;
}
.carousel-indicators .active{
    background-color: #dc380a !important;
}
.slidee{
    width:100%;
    height:498px !important;
}
.slide-marg{
    margin:0; padding:0;
}
@media screen and (max-width: 768px) {
    .slidee{ width:100%; height:auto !important}
    .slide-marg{ margin:0; padding:0;}
    .navbar-toggle{ margin-top: 8px;}
    .position img { margin-left: 0px !important; }
    .imt{ display: none;}
}

/* MUDANCA DE RESOLUCAO */
.dropdown-menu-one{ 
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    /*float: left; */
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
/**************************************** FIM DE slide *********************************/

/********************************************* CENTRO DA PAGINA *******************************************/

.bg-pag{
    background-color: #f8f8f8;
    padding-top: 20px;
    padding-bottom: 20px;
}
.titulo{
    font-weight: 900;
    color: #666666;
    padding-bottom: 10px;
    border-bottom: 1px solid #aaaaaa;
    font-size: 15px;
}
.titulo-two{
    font-weight: 900;
    color: #666666;
    padding-bottom: 10px;
    font-size: 15px;
}
.caixa-content{
    margin: 20px;
}
.caixa-content-box{
    padding-bottom: 20px;    
}
.dest-img{
    height: 190px;
}
.box-mag{
    padding-top: 10px;
}
.box{
    color: #666666;
}
.box-titulo{
    font-weight: bold;
}


/* Gallery Configuration */
.photo-wrapper {
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.project .overlay {
  position: absolute;
  text-align: center;
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
  
}

.project:hover .photo-wrapper{
        background-color: #7c7c7c;
	background-image:url(../img/lupa.png);
	background-repeat:no-repeat;
	background-position:center;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: relative;
}

.project:hover .photo {
  opacity: 10;
  filter: alpha(opacity=4000);
  opacity: 0.1;
  filter: alpha(opacity=40);
}
.project:hover .overlay {
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
.col-item{
    margin-bottom: 10px;
}

.nome{
    font-size: 12px;
    color: #666666;
}
.event{
    font-weight: 900;
    padding: 10px;
    background-color: #dc380a;
    color: #f4f4f4;
}
.bg-event{
    padding: 10px;
    border-bottom: 1px solid #dc380a;
}
.marg-btt{
    padding: 10px;
    color: #fff;
}
.titulo-post{
    color: #666666;
    background-color: #fff;
    font-weight: bold;
    font-size: 17px;
}
.img-not{
    height: 130px;
}
/***************************************** FIM DE CENTRO DA PAGINA ****************************************/


/********************************************* FOOTER DA PAGINA *******************************************/

.boldres-text{
    color: #d8d8d8;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 16px;
}
.text-sob{
    color: #d8d8d8;
    font-size: 12px;
}
.bbfooter{
    margin-top: 10px;
}
.bbfooter a{
    color: #d8d8d8;
    margin-bottom: 10px;
}
.bbfooter ul a li{
    margin-bottom: 5px !important;
}
.bbfooter a:hover{
    color: #dc380a;
    text-decoration: none !important;
}
.bg-pagtwo{
    background-color: #474747;
    color: #eeeeee;
    padding: 20px;
    font-size: 22px;    
}
/***************************************** FIM DE FOOTER DA PAGINA ****************************************/


/***************************************** PAGINA contatos ****************************************/

.bg-gree{
    background-color: #f4f4f4;
}
.text-padd{
    padding-top: 15px;
    border-bottom: 1px solid #aaaaaa;
}
@media screen and (max-width: 700px) {
   
}
.padd{
    margin-left: 10px;
    padding-top: 20px;
}
.cont{
    color: #666666;
    font-size: 13px;
    padding-bottom: 25px;
}
.tel-contact{
    color: #0093dd
}
.what-contact{
    color: #58f777;
}
.env-contact{
    color: #fbb834;
}
.loc-contact{
    color: #dc3b45;
}

.form-control:focus {
    border-color: #dc380a !important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #dc380a !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #dc380a !important;
}

.form-control {
    
    height: 30px;
    padding: 5px 10px !important;
    font-size: 14px;
    color: #666666 !important;
    background-color: #f8f8f8 !important;
    border-radius: 2px !important;;
    
}

.btn-orange {
    color: #fff;
    background-color: #dc380a;
    border-color: #dc380a;
    border-radius: 2px;
}
.btn-orange:hover {
    color: #fff;
    background-color: #d35426;
    border-color: #d35426;
}
.pspas{
    padding-top: 10px;
    margin-left: 10px;
}
.titulo-album{
    font-size: 15px;
    font-weight: 900;
    border-left: 2px solid #dc380a;
    padding: 3px;
    color: #666666;
}
.padd-ft{
    padding-bottom: 20px;
}
.res{
    padding-left: 10px;
    padding-top: 10px;
}
/***************************************** PAGINA contatos ****************************************/
/* laranja antigo F25D26 */

.list a{
    color: #7b7b7b !important;
}

.list a:hover{
    color: #dc380a  !important;
    text-decoration: none !important;
}
.event-tx{
    color: #666666;
    font-size: 13px;
    padding-bottom: 10px;
    padding-top: 5px;
}
.titulo-event{
    font-weight: 900;
    color: #666666;
}
.uvw{
    margin-top: 20px;
}
.margen-camp{
    padding-top: 5px;
}
.txtalert{
    font-size: 15px;
    color: #eb6214;
    font-weight: 700;
}