@charset "UTF-8";
/* CSS Document */

/*
	font-family: 'Poppins', sans-serif;
	font-family: 'Muli', sans-serif;
	font-family: 'Cormorant Garamond', serif;
*/

h1, h2, h3, h4, h5, h6{
	font-family: 'Cormorant Garamond', serif;
}

* {
    box-sizing: border-box;
}

html, body{
	width:100%;
	height:100%;
	}

body{
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	/*min-height:100hv;
	margin:0;*/
}

.col-xs-15,
    .col-sm-15,
    .col-md-15,
    .col-lg-15
    {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
    }
    .col-xs-15
    {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
    }
    @media (min-width: 768px)
    {
      .col-sm-15
      {
       -ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
      }
    }
    @media (min-width: 992px)
    {
      .col-md-15
      {
      -ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
      }
    }
    @media (min-width: 1200px)
    {
      .col-lg-15
      {
      -ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
      }
    }


a, a:hover{
	text-decoration:none;
	outline:none;
	}


.visibleXs{
	visibility:hidden;
	overflow:hidden;
	height:0;
	}

@media screen and (max-width:767px){
.ocultarXS{
	visibility:hidden;
	overflow:hidden;
	height:0;
	}
.visibleXs{
	visibility:visible;
	overflow:hidden;
	height:auto;
	}	
}


.fix {
    width: 100%;
    text-align: center;
    z-index: 1000;
    position: absolute;
}

.navbar {
    margin-bottom: 0px;
    border: 0px solid transparent;
}
.navbar-default {
    background: rgba(213,206,206,0.0);
}

.navbar-light .navbar-nav .nav-link {
    font-weight: 500;
	text-transform: uppercase;
	color: #999966;
	transition: all ease-in-out 0.3s;
}
.navbar-light .navbar-nav .nav-link:hover {
	color: #fff;
	transition: all ease-in-out 0.3s;
}

.nav-link .lineBtn{
	display: block;
	background: #999966;
	width: 0;
	height: 2px;
	transition: all ease-in-out 0.3s;
}
.nav-link:hover .lineBtn{
	width: 100%;
	transition: all ease-in-out 0.3s;
}

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

.dropdown-content {
    display: none;
    position: absolute;
    background-color: rgba(0,0,0,0.8);
    min-width: 80px;
	text-align:center;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;list-style:none;padding:0;
}


.dropdown-content a {
    color: #999966;
    padding: 3px 10px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {color: #fff}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

/*REDES SOCIALES FIJAS*/

#shares {
    position: fixed;
    left: 5px;
    top: 45%;
    z-index: 1000;
}

#shares ul {
    margin-bottom: 0;
}

#shares a {
    display: block;
    text-align: center;
    width: 30px;
    height: 30px;
    color: #999966;
	margin-bottom: 5px;
	border: 1px solid #999966;
	border-radius: 7px;
    transition: all ease-in-out 0.3s;
}
#shares a:hover {
    box-shadow: 0 0 6px rgba(0,0,0,0.3);
	background: #999966;
    color: #fff;
    transition: all ease-in-out 0.3s;
}

#shares a i {
    padding-top: 5px;
    font-size: 1.2em;
}

@media screen and (max-width:767px){
	.bg-luz {
    background-color: #E8E8E8!important;
	}
}


/*SLIDE INDEX*/
/*.contenedorSlider{
	position:fixed;
	width:100%;
	height:100vh;
	top:0;
	left:0;
	z-index:1;
	}
.carousel{
	height:100vh;
	}*/
.carousel-caption h2{
	font-family: 'Muli', sans-serif;
	text-shadow:0 0 6px rgba(0,0,0,0.5);
}
@media screen and (min-width:768px){
	.carousel-caption {
		position: absolute;
		right: 35%;
		bottom: 20px;
		left: 15%;
		top: 30%;
		z-index: 10;
		padding-top: 20px;
		padding-bottom: 20px;
		color: #FFF;
		text-align: left;
		max-width: 300px;
	}
	
}



.carousel-caption p{
	display:none !important;}

/**** BLOQUES INDEX ****/

 /* GENERALES */

.indexSeccion{
	padding: 60px 0;
	align-items: center;
}
.btnMas{
	display:block;
	position: relative;
    max-width: 120px;
    top: 170px;
}
.btnMas a{
	display:block;
	padding: 10px;
	background: #000;
	color: #fff;
}

h1{
}
h1 .marcador{
	background: #999966;
	display: block;
	height: 2px;
	width: 70%;
	float: right;
}


/* ACERCA DE */

#acercaDefirma{
	background:#333;
	color:#fff;
}

#acercaDefirma .row{
	align-items: center !important;
}

/*SERVICIOS */

#portafolioDefirma{
	background:#272727;
	color:#fff;
	}

.titPorta{
	text-align:center;}
.titPorta p{
	max-width:550px;
	margin:0 auto 20px;
	text-align:center;
	clear:both;
	}
.titPorta h1{
	max-width:300px;
	margin:0 auto;
	text-align:center;
	clear:both;}
.titPorta h1 .marcador{
	background: #999966;
	display: block;
	height: 2px;
	width: 120px;
	float: right;
	margin-bottom:10px
}

.servIndex {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    padding:0;
    cursor: pointer;
}


.servIndex .contentServ p{
	margin-top:50px;
	opacity:0;
	transition: all ease-in-out 0.3s;
	}
.servIndex:hover .contentServ p{
	opacity:1;
	transition: all ease-in-out 0.3s;
	}	

.servIndex .contentServ {
    position: absolute;
    bottom: 15px;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
    height: 30%;
	overflow:hidden;
    transition: all ease-in-out 0.3s;
}
.servIndex:hover .contentServ {
    background: rgba(0, 0, 0, 0.8);
    height: 96.5%;
    transition: all ease-in-out 0.3s;
}

/* FOOTER */
footer {
    background: #333;
	/*background: url(../img/bg2_footer.jpg) center bottom no-repeat fixed;*/
    padding: 30px 0 5px;
    color: #fff;
    font-size: 13px;
}

footer a{
	color: #fff;
}
footer h4{
	font-size: 1.2rem;
}
footer p{
	margin-bottom: 3px;
	
}
.platiquemos ul a i {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: solid 1px #999;
    text-align: center;
    padding-top: 8px;
    margin-bottom: 4px;
    transition: all ease-in-out 0.3s;
}

.platiquemos ul a:hover i {
	color: #fff;
	background: #000;
	border: solid 1px #000;
	box-shadow: 0 0 6px rgba(0,0,0,0.3);
}

footer .mapa {
	border-top: solid 1px #888;
	margin-top:10px;
}

footer .mapa a{
	color: #888888;
	font-size: 12px;
}
footer a:hover{
	color: #999966;
}
footer .mapa ul{
	margin-bottom: 5px
}


/**** INTERNAS ****/

.interSeccion{
	padding: 120px 0 60px;
	align-items: center;
	background:#333;
	color:#fff;
}




/* ACERCA DE */
#acercaDefirma{
}



/*PORTAFOLIO*/

#portaDefirma


/*INTERNAS GALERIAS DE PORTAFOLIO*/
.interSeccion a{
	margin-bottom:15px !important;}
.containerGal {
    position: relative;
    width: 100%;
	margin-bottom:15px !important;
}

.imageGal {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middleGal {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.containerGal:hover .imageGal {
  opacity: 0.3;
}

.containerGal:hover .middleGal {
  opacity: 1;
}

.textGal {
  background-color: transparente;
  color: white;
  font-size: 14px;
  padding: 16px 10px;
  line-height:1;
  display: -webkit-flex; /* Safari */
    -webkit-align-items: center; /* Safari 7.0+ */
    display: flex;
    align-items: center;
}

.textGal i{
	font-size:1.5em;
}
.textGal h3{
	text-transform:uppercase;
	margin:0;
	font-size:16px;
}

.textGal h3, .textGal p{
	display: none;
}


/* MOBILIARIO */

.btnPills{
	color:#999966;
	padding:8px;
	margin:3px;
	background:#000;
	transition:all ease-in-out 0.3s;
	}
.btnPills:hover{
	color:#fff;
	transition:all ease-in-out 0.3s;
	}
	
.tab-content h3{
	margin-top:50px;
	}

/* CONTACTO */

.contactoForm{
	-webkit-appearance: none;
}

.contactoForm input, .contactoForm textarea{
	color: #999966;
	width: 100% !important;
	background: transparent;
	border: none;
	height: 40px;
	border-bottom: 4px solid #999966;
	padding: 5px;
	border-radius: 0;
}
.contactoForm textarea{
	height: 120px;
}

.contactoForm input:focus, .contactoForm textarea:focus {
  background   : rgba(0,0,0,.1);
  border-radius: 0px;
  outline      : none;
  box-shadow: 0 0 6px rgba(255,255,255,0.2); 
  border-bottom: 4px solid #fff;
  color: #fff;
}

.iconFormModal{
	color: #999966;
	display: block;
	width: 40px;
	height: 40px;
	background: #333;
	text-align: center;
	padding-top: 5px;
	font-size: 1.3em;
}

.btnContacto{
	background: #999966;
	color: #fff;
	padding: 10px;
	display: block;
	border: none;
	transition: all ease-in-out 0.4s;
}

.btnContacto:hover{
	background: #000;
	color: #fff;
	transition: all ease-in-out 0.4s;
}









