/*
 * Author: Carlos Alvarez
 * URL: https://alvarez.is
 *
 * Theme Name: Basic
 * URL: https://blacktie.co
 * Version: 1.0
 */

/*	################################################################
	1. GENERAL STRUCTURES
################################################################# */

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

@import url("prettyPhoto.css") screen;
@import url("hoverex-all.css") screen;

* { 
	margin: 0;
	padding: 0px;
    font-family: 'Lato', sans-serif;
} 
body { 
	background: #fff; 
	margin: 0; 
	color: #5a5a5a;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', sans-serif;
	font-weight: 400;
	color: #00AEEF;
}


p { 
	padding: 0; 
	margin-bottom: 12px; 
    font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 18px; 
	line-height: 28px;
	color: #666; 
	margin-top: 10px; 
}

p a { 
	
	color: #000; 
	
}

html,
body {
	height: 100%;
}

.alignleft { float: left; }
.alignright { float: right; }
.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
}
.centered {text-align: center}
.mt {margin-top: 50px;}
.mb {margin-bottom: 50px;}
.mtb {margin-top: 50px; margin-bottom: 50px;}
.mtb2 { margin-top: 100px; margin-bottom: 100px;}
.padding60 {padding-top: 60px; padding-bottom: 60px;}

.ptb h2{font-weight: bold;}
.ptb h3{text-align: center;}

.clear {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width:100%;
}
::-moz-selection  {
	color: #fff;
	text-shadow:none;
	background:#2B2E31;
}
::selection {
	color: #fff;
	text-shadow:none;
	background:#2B2E31;
}
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
a { 
	padding: 0;
	margin: 0;
	text-decoration: none; 
	-webkit-transition: background-color .4s linear, color .4s linear;
	-moz-transition: background-color .4s linear, color .4s linear;
	-o-transition: background-color .4s linear, color .4s linear;
	-ms-transition: background-color .4s linear, color .4s linear;
	transition: background-color .4s linear, color .4s linear;
	color: #000;
}

p.bold {
    font-weight: 700;
}

p.bold a {
color:#fff;
}

.text-right {
    
    color: #fff !important;
}
a:hover,
a:focus {
  text-decoration: none;
  color:#000;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
    color: #000 !important;
    
}
.nopadding {
	padding: 0px !important;
	margin: 0px;
}


/* scroll to top */
.scrollup{
    position:fixed;
	width:32px;
	height:32px;
    bottom:0px;
    right:20px;
	background: #222222b3;
-webkit-border-radius: 2px 2px 0 0;	
	-moz-border-radius: 2px 2px 0 0;	
	border-radius:  2px 2px 0 0;	
}

a.scrollup {
	outline:0;
	text-align: center;
}

a.scrollup:hover,a.scrollup:active,a.scrollup:focus {
	opacity:1;
	text-decoration:none;
}
a.scrollup i {
	margin-top: 10px;
	color: #fff !important;
}
a.scrollup i:hover {
	text-decoration:none;
	color:#000 !important;
}

a.scrollup:hover, a.scrollup:active, a.scrollup:focus {
    opacity: 1;
    text-decoration: none;
}
.scrollup:hover {
    background: #68d6ff;
	color:#000 !important;
	
}
a:hover, a:focus {
    color: #000;
}
a.scrollup {
    outline: 0;
    text-align: center;
}

/* FORM CONFIGURATION */

input {
	font-size: 16px;
	min-height: 40px;
	border-radius: 2px;
	line-height: 20px;
	padding: 11px 30px 12px;
	border: 1px solid #b9b9af;
	margin-bottom: 10px;
	background-color: #fff;
	-webkit-transition: background-color 0.2s;
	transition: background-color 0.2s;
}

.subscribe-input {
	float: left;
	width: 65%;
	text-align: left;
	margin-right: 2px;
}

.subscribe-submit {
	right: 0;
}

.btn-download {
	background: #FDE3A7;
}

.btn-conf {
	border-radius: 50px;
	margin-right: 15px;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 14px 28px 13px 28px;
	}

.btn-clear {
	background: transparent;
	color: white;
	border: 2px solid white;
}
.btn-clear:hover {
	background: white;
	color: #2f2f2f;
}



.dmbutton:hover,
.dmbutton:active,
.dmbutton:focus{
	color: #ffffff;
	background-color: #222222;
	border-color: #ffffff;
}
.dmbutton {
	background:rgba(0, 0, 0, 0);
	border: 1px solid #ffffff;
	color: #ffffff;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding-top: 1.025rem;
	padding-right: 2.25rem;
	letter-spacing:0.85px;
	padding-bottom: 1.0875rem;
	padding-left: 2.25rem;
	font-size: 1.55rem;
	cursor: pointer;
	font-weight: normal;
	line-height: normal;
	margin: 0 0 1.25rem;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	-webkit-transition: background-color 300ms ease-out;
	-moz-transition: background-color 300ms ease-out;
	transition: background-color 300ms ease-out;
	-webkit-appearance: none;
	font-weight: normal !important;
}

/* HEADER SECTION */
#h {
	background: url(../img/header.jpg) no-repeat center top;
	padding-top: 5px;
	background-attachment: relative;
	background-position: center center;
	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;
    color: white;
}

#h .logo {
	margin-top: 65px;
	margin-left: 40px;
	padding-bottom: 80px;
}
#h h1{
	margin-top: 10px;
	padding-bottom: 80px;
	color: #fff !important;
}

#h .logo h2{
	font-weight: 900;
	color: white;
	letter-spacing: 1px;
}

#h h3 {
	margin-top: 10px;
}

#h i {
	font-size: 50px;
}

/* GREY SECTION */
#g {
	padding-top: 50px;
	padding-bottom: 50px;
	background: #FFBE00;
	color: #fff;
}

#g h2{ color: #fff !important; font-weight: bold;}
#g h3{color: #fff !important; text-align: center}
.portfolio {
	padding:0 !important;
	margin:0 !important;
	display:block;
}


.portfolio-item .title:before {border-radius:0; display:none}
.portfolio-item p {margin:0px 0 30px;}
.portfolio-item h3 {margin:-10px 0 10px; font-size:16px; text-transform:uppercase;}


.tpl6 h3
{
	color:#fff;
	margin:0;
	padding:40px 5px 0;
	font-size:16px;
	text-transform:uppercase;
}
.tpl6 .dmbutton
{
	display:inline-block;
	margin:30px 5px 20px 5px;
	font-size:13px;
}

.tpl6 .bg
{
	height:100%;
	width:100%;
	background-color:#00b3fe;
	background-color:rgba(0,179,254,.9);
	text-align:center;
}

/* CLIENTS */

.clients img {
	max-width: 140px;
	max-height: 60px;
	vertical-align: middle;
}

.clients .col-sm-2 {
	height: 80px;
	line-height: 80px;
}

/* CONTACT SEPARATOR */
#sep {
	background: url(../img/paralax.jpg) no-repeat center top;
	padding-top: 100px;
	background-attachment: relative;
	background-position: center center;
	min-height: 450px;
	width: 100%;
	color: white !important;
	
    -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;
    color: white;
	font-size: 20px;
}

#sep h2{ color: #fff !important; font-weight: bold;}
#sep h3{ color: #fff !important; font-weight: bold;}

#container-quienesomos{

	background: #f2f2f2;
	padding-bottom: 16px;
	background-attachment: relative;
	background-position: center center;
	
	width: 100%;
	color: #000 !important;
	
    -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;
    color: white;
	
}

#container-quienesomos:hover{

	background: #ccc;
	
	
}
.contact-icon-container {
    position: relative;
    top: -25px;
    right: 0;
    padding-right: 20px;
    font-size: 130px;
    color: #fff;
    line-height: 300px;
    -ms-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
}

@media (max-width:320px) {
.contact-icon-container {
    
    font-size: 70px;
	line-height: 200px;
    
}

}

/* FOOTER */
#f {
	padding-top: 25px;
	padding-bottom: 25px;
	background-color: #00AEEF;
}

#f i {
	margin-right: 30px;
	font-size: 35px;
}

#f a {
	color: white;
}

/* HEADER 2 - PORTFOLIO SECTION */
#h2 {
	background: url(../img/header-2.jpg) no-repeat center top;
	padding-top: 5px;
	background-attachment: relative;
	background-position: center center;
	min-height: 700px;
	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;
    color: white;
}

#h2 .logo {
	margin-top: 30px;
	margin-left: 40px;
	padding-bottom: 150px;
}

#h2 .logo h2{
	font-weight: 900;
	color: white;
	letter-spacing: 1px;
}

#h2 h3 {
	margin-top: 30px;
	letter-spacing: 1px;

}

.productos{
	-webkit-box-shadow: 1px 1px 5px 2px rgba(163,163,163,1);
-moz-box-shadow: 1px 1px 5px 2px rgba(163,163,163,1);
box-shadow: 1px 1px 5px 2px rgba(163,163,163,1);
	padding: 10px;
}
.icono{font-size: 60px; text-align: center; font-weight: bold;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
background-color: #fff;
width: 120px;
height: 120px;
padding-top:30px;
color: #068E33;}

.icono2{font-size: 18px; text-align: center; font-weight: bold;
color: #00AEEF; margin-right:8px;}

.texto16{font-size:16px;}



.navbar-inverse {
    background-color: #fffc !important;
    border-color: #fff !important;
	box-shadow: 0 0 3px rgba(0,0,0,0.12);
box-shadow: 0 1px 6px rgba(0,0,0,.2);
-webkit-box-shadow: 0 1px 6px rgba(0,0,0,.2);
-moz-box-shadow: 0 1px 6px rgba(0,0,0,.2);
-o-box-shadow: 0 1px 6px rgba(0,0,0,.2);
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #00AEEF !important;
    background-color: transparent;
}

.navbar-inverse .navbar-nav > li > a {
    color: #666 !important;
    background-color: transparent;
	font-weight:bold;
	font-size:15px;
	text-transform: uppercase;
}

.navbar-inverse .navbar-brand {
    color: #000; font-weight: bold;
}
.contacto{
	background-color:rgba(0,0,0,.3); padding:10px; margin-bottom:15px;}
	
	
div.scroll {
    
    width: 100%;
    height: 450px;
    overflow-y: scroll;
}

.list-group {
    margin-bottom: 0px !important;
	background-color: #dff0d8;
}

.list-group-item.active{
    background: linear-gradient( #068E33, #265a11)!important;
	border-color: #068E33 !important;

}

.list-group-item.active h2{
    color:#fff;
	font-size:1.2em;
	text-align:center;
	margin: 4px;

}

.list-group-item {
    text-align: left !important;
	color: #068E33;
}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
   
    padding-top: 0 !important;
}

.padding20{
padding-bottom: 1em;
}

.btn-danger {
    
    background-color: #00AEEF!important;
    border-color: #00AEEF!important;
}

.btn-danger:hover {
    
    background-color: #43B7E3!important;
    border-color: #43B7E3!important;
}

.btn-info {
    
    background-color: #ACD9BB!important;
    border-color: #ACD9BB!important;
}

.btn-primary {
color:#000 !important;
    
    background-color: #FFBE00!important;
    border-color: #FFBE00!important;
}

.btn-primary:hover {
color:#000 !important;
    
    background-color: #ACD9BB!important;
    border-color: #ACD9BB!important;
}

.sectionfull {
    padding-top: 50px;
    
}
.sectionfull {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}



.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}


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

.unir-marcas {
    padding: 0;
	margin-bottom: 15px;
}

.experiencia {
    line-height: 100%;
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.2 !important;
	
}

.table-responsive {
    
    border-color: transparent !important;
}


	.intro {width:100%;
	position:relative;
}

.intro-content {
	
	padding:200px 0 0px;
}
.intro-content.intro-nobg {
	background:#fff;
	position:relative;
	margin:0;
	padding:140px 0 60px;
}


.slogan {
	margin-bottom: 20px;
}

.white-box {
	background: rgba(255,255,255,.8);
	padding: 20px;
	border-radius: 4px;
}

.intro-content h2 {
	margin-bottom: 10px;
}

/* ---- CTA 1  --- */
.well.well-trans {
	background-color: rgba(255,255,255,.8);
  -webkit-box-shadow: none;
          box-shadow: none;
	border: none;
}



#main-slider {
    position: relative;
    width: 100%;
    margin: auto;
}


/* Media queries */

@media (min-width: 768px) and (max-width: 979px) {
	.navbar-brand {
		float: none;
		display: block;
		margin: 0 auto;
		width: 100%;
	}
	.intro-content {
		padding:250px 0 0;
	}

}
@media (max-width:767px) {

	.top-area p {
		text-align: center;
	}
	
	.navbar.navbar-custom.navbar-fixed-top {
		background-color: #fff;
	}
	
	.badge.custom-badge {
		margin: 0 0 0 0;
	}
	
	.navbar-header button {
		border-color: #ccc;
		background-color: #00aeef;
		
	}
	.navbar-header i{
		color: #666;
	}
	
	.boxes3 {
	width: 100%;
	}
	.navbar-custom ul.nav li {
		border-bottom: 1px solid #eee;
	}
	.navbar-custom ul.nav li:last-child {
		padding-bottom:0;
	}
	.navbar-custom ul.nav ul.dropdown-menu li {
		border-bottom: 1px solid #eee;
		padding-left: 20px;
	}
	
	.service-box {
		margin: 20px 0 30px;
	}

	.pricing-content.featured {
		margin-top: 20px;
	}
	
	.pricing-content:hover {
		margin-top:20px;
		-webkit-transition:none;
		-moz-transition:none;
		-o-transition:none;
		transition:none;
		-webkit-box-shadow:none;
		box-shadow:none;
	}

	.cta-text {
		float: none;
		text-align: center;
	}
	
	.cta-btn {
		float: none;
		text-align: center;
	}
	
	.sub-footer p {
		float: none;
		text-align: center;
	}
	.sub-footer p {
		float: none;
		text-align: center;
	}

}

@media (max-width:480px) {


	.navbar-custom .nav.navbar-nav {
    background-color: rgba(255,255,255,.4);
	}
	
	.navbar.navbar-custom.navbar-fixed-top {
		margin-bottom: 30px;
	}
	

	


	.box {
		padding: 45px;
	}

	.box i {
		margin-bottom: 30px;
	}
		
}

@media (max-width:320px) {
	.navbar-brand {
		text-align: center;
		display: block;
		margin: 0 auto;
	}
	
	.intro-content {
		padding:198px 0 0;
	}
}

.top-area {
    background: #00aeef;
}
.top-area {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    width: 100%;
    color: #fff;
   
    padding-bottom: 10px;
}

@media (max-width:320px) {
#sep{
font-size: 15px;}
}


@media (max-width:320px) {
.padding60 {
    padding-top: 100px;
    padding-bottom: 100px;
}
}

/* ============== active menu ======================= */	

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #00aeef !important;
    background-color: transparent !important;
	
}	

.lista:before{
	content: '\f082';
	font-family: FontAwesome;
	font-size:30px;
	padding-right: 5px;
	color: #000;
	}