/*
 * Author: Carlos Alvarez
 * URL: http://Alvarez.is
 *
 * Project Name: NYC Design
 * Version: 1.0
 * Date: 04-20-2014
 * URL: 
 */


/* ==========================================================================
   Base Styles, Bootstrap Modifications & Fonts Import
   ========================================================================== */

@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);


::-moz-selection {
    background: #f2c2c9;
    color: #a4003a;
    text-shadow: none;
}

::selection {
    background: #16a085;
    color: #a4003a;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

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

.centered {
	text-align: center
}

.mt {
	margin-top: 80px;
}

.mb {
	margin-bottom: 80px;
}

/* ==========================================================================
   General styles
   ========================================================================== */


body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;

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

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
    color: #4a4a4a;
}


.navbar-brand {
	font-weight: 700;
}

.navbar-default .navbar-brand {
	color: #38b449;
}

.navbar-default {
	background-color: transparent;
	border-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #38b449;
	background-color: transparent;
	border-bottom: 2px solid #38b449
}

.navbar-default .navbar-nav > li > a {
	color: #38b449;
}

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


#social {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #f2f2f2;
}

#social i {
	font-size: 40px;
	color: #4a4a4a;
}

#social i:hover {
	color: #38b449;
}

#footerwrap {
	padding-top: 70px;
	padding-bottom: 50px;
	background-color: #2f2f2f;
}

#footerwrap p {
	color: #f2f2f2;
	margin-left: 10px;
}

#workwrap {	
	background: url(../img/back.jpg) no-repeat center top;
	margin-top: -70px;
	padding-top: 250px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 650px;
	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;
}

#workwrap h1 {
	color:#ffffff;
	padding-top: 10px;
	padding-bottom: 20px;
	letter-spacing: 4px;
	font-size: 1.5em;
	font-weight: bold;
}

#workwrap h4 {
	font-weight: 400;
	color: #ffffff
}

#aboutwrap {	
	background: url(../img/about.jpg) no-repeat center top;
	margin-top: -70px;
	padding-top: 250px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 550px;
	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;
}




/* Gallery */
.gallery {
	margin-top: 30px;
}

.gallery img:hover {
	opacity: 0.4;
}


/* Grid */

.row {
margin-right: 0px;
margin-left: 0px;
}


/* Menu Centrado */

.navbar .navbar-nav {
  display: inline-block;
  float: none;
}

.navbar .navbar-collapse {
  text-align: center;
}

@media (min-width: 768px) {
    .navbar .navbar-nav {
        display: inline-block;
        float: none !important;
    }

    .navbar .navbar-collapse {
        text-align: center;
    }
}

/* Tipografias */


h1, h2, h3, h4, h5, p {font-family: 'Muli', sans-serif;}

::selection {
background: #f4f4f5;
color: #000;
text-shadow: none;
}


/* Cabecera */

.cabecera {background-color: #fff; z-index: 9999; padding-bottom: 2%; padding-top: 2%;}

.logo {margin: 0 auto; max-width: 200px; width: 100%; display: block;}


.navbar-fixed-top, .navbar-fixed-bottom {
position: relative;
right: 0;
left: 0;
z-index: 1030;
}


#headerwrap {
	background: url(../img/fondo.jpg) no-repeat center top;
	margin-top: 1%;
	padding-top: 5%;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 350px;
	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:after {background: rgba(56, 189, 73, 0.5);}



#headerwrap h1 {
	color:#ffffff;

	letter-spacing: 0px;
	font-size: 45px;
	font-weight: bold;
	font-style: normal;
	font-weight:bold;
	padding: 2%; 	
	color: #000;
	background: rgba(255, 255, 255, 0.5);

	
}
#headerwrap h1:after {content:" GENERAMOS CONFIANZA";
font-weight: 700;
	color:#38b449;
	font-family: 'Muli', sans-serif;
	font-size: 29px;
	display: block;
	font-size: 0.7em;

		line-height: 2em;
}

/* Links */

a {font-style: normal; color: #fff; text-decoration: none; cursor: 	pointer;}


a:hover, a:focus {font-style: normal; color: #38b449; text-decoration: none;}


/* Destacado */

.destacado {padding: 5%;  }

.destacado h4 {color: #38b449; text-align: center;font-size: inherit; }


/* Cabecera Secciones */

.somos {background: url(../img/Az-Somos.jpg) no-repeat center top; margin-top: 1%;
	padding-top: 2%;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 150px;
	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;}


.servicios {background: url(../img/Az-Servicios.jpg) no-repeat center top; margin-top: 1%;
	padding-top: 2%;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 150px;
	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;}

.contacto {background: url(../img/Az-Contacto.jpg) no-repeat center top;
	padding-top: 3%;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 150px;
	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;}

.zona {background: url(../img/fondo.jpg) no-repeat center top;

	padding-top: 3%;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 150px;
	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;}

.zona, .contacto, .servicios {margin-bottom: 2%;}
/* Clientes */

.formulario {padding-bottom: 5%;}


/* tabs */

.tabs a {color:#38b449;}

.tabs .active a {color: #fff; background: #38b449;}




/* Claim Seccion */

.claim h3 {
	color:#ffffff;

	letter-spacing: 0px;
	font-size: 45px;
	font-weight: bold;
	font-family: 'Muli', sans-serif;
	font-style: normal;
	text-shadow: 2px 2px #000000; }


/* max-width: 767px */

@media (max-width: 767px) {
	
.add .logo {display:none;}


#fijo.fixed {
    position: fixed;
   bottom: 0;
    background: #fff;
    z-index: 9999;
    width:100%;
    margin: 0 auto;
    left:0;
}
	
}

/*Formulario */

.well.well-sm {background: #fff;}


/* botones */

.btn-primary {color: #fff; background: #38b449;  border: #fff;}

.btn-primary:hover, .btn-primary:focus {color: #38b449; background: #fff; border: 1px solid #38b449;}


.datos a {font-style: normal; color: #38b449; text-decoration: none; cursor:pointer;}


.datos a:hover, a:focus {font-style: normal; color: #38b449; text-decoration: none;}


span.color {color: #38b449; font-size: 1.3em; }


span.color.legal {font-size:1em; font-weight: bold;}

#top {cursor: pointer;}


@media (max-width: 767px) {


.navbar-toggle {
padding: 2%;
position: relative;
float: none;

background-color: transparent;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
display: block;
margin: 0 auto;
margin-bottom: 2%;
margin-top: 2%;
}


.navbar-toggle .icon-bar {
display: block;
width: 22px;
height: 2px;
border-radius: 1px;
text-align: center;
margin: 0 auto;
}

.navbar-toggle:before {

content: 'menú';
display: inline-block;
margin-right: 2%;
margin-bottom: 2%;

}

.navbar-default .navbar-toggle, .navbar-default .navbar-toggle:focus {
border-color: #38b449;
}

.navbar-default .navbar-toggle:hover  {
background: #38b449;
color: #fff;
}



}


.area {display: block; margin: 0 auto; max-width: 50%;}

.boton-area {color:#000;}
 a.boton-area:focus {color: #38b449;}
 
 
 .logo-footer {max-width: 50%;float: right;}
 
 p, .tab-pane {text-align: justify;}

#footerwrap p {text-align: left !important;}

