/* Theme Name: Bolton Montesi & Asoc.
   Author: DevCode WorldWide
   Version: 1.0.0
*/

/* ESTILOS BASE */

body {
	font-family: 'Raleway', sans-serif;
	letter-spacing: 1px;
	color: #323232;
	font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
}

a {
	text-decoration: none !important;
	outline: none;
}

p {
	font-size: 14px;
	line-height: 1.6;
}

hr {
	margin-bottom: 0px;
	margin-top: 0px;
	border-top: 1px solid #f1f1f1;
	border-bottom: none;
	border-left: none;
	border-right: none;
}

.btn,
.btn:focus,
button,
.form-control:focus,
button:focus {
	outline: none !important;
	box-shadow: none !important;
	border-color: transparent !important;
}

.section {
	padding-bottom: 110px;
	padding-top: 110px;
	position: relative;
}

.bg-light {
	background-color: #f7f7f7!important
}

.text-muted {
	color: #888888 !important;
}

.vertical-content {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	flex-direction: row;
	-webkit-flex-direction: row;
}

.home-center {
	display: table;
	width: 100%;
	height: 100%;
}

.home-desc-center {
	display: table-cell;
	vertical-align: middle;
}

.bg-overlay {
	background-color: rgba(16, 16, 25, 0.7)!important;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.font-weight-600 {
	font-weight: 600 !important;
}

/*BOTONES*/

.btn {
	padding: 14px 28px;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.btn:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-sm {
	padding: 10px 22px;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
}

.btn-md {
	padding: 12px 20px;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.btn-round {
	border-radius: 3px !important;
}

.btn-rounded {
	border-radius: 30px !important;
}

.btn-custom {
	color: #ffffff;
	background-color: #e9aa39;
	border: 1px solid #e9aa39;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.btn-custom.focus,
.btn-custom:active,
.open > .dropdown-toggle .btn-custom {
	color: #ffffff;
	background-color: rgba(233, 170, 57, 0.85);
	border: 1px solid rgba(233, 170, 57, 0.85);
}

.btn-white {
	color: #323232;
	background-color: #ffffff;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.btn-white.focus,
.btn-white:active,
.open > .dropdown-toggle .btn-white {
	color: #323232;
	background-color: rgba(255, 255, 255, 0.85);
}

.btn-dark-custom {
	color: #ffffff;
	background-color: #323232 !important;
}

.btn-dark-custom:hover,
.btn-dark-custom:focus,
.btn-dark-custom:active,
.btn-dark-custom.active,
.btn-dark-custom.focus,
.btn-dark-custom:active,
.open > .dropdown-toggle .btn-dark {
	color: #ffffff;
	background-color: rgba(50, 50, 50, 0.85) !important;
}

/**** COLOR TEXTOS *****/

.text-custom {
	color: #e9aa39;
}

.text-primary {
	color: #007bff;
}

.text-secondary {
	color: #6c757d
}

.text-success {
	color: #28a745;
}

.text-danger {
	color: #dc3545;
}

.text-warning {
	color: #ffc107;
}

.text-info {
	color: #17a2b8;
}

.text-light {
	color: #f8f9fa;
}

.text-dark {
	color: #343a40;
}


/**** BACKGROUND COLOR-CODE *****/

.bg-custom {
	background-color: #e9aa39;
}

.bg-primary {
	background-color: #007bff;
}

.bg-secondary {
	background-color: #6c757d
}

.bg-success {
	background-color: #28a745;
}

.bg-danger {
	background-color: #dc3545;
}

.bg-warning {
	background-color: #ffc107;
}

.bg-info {
	background-color: #17a2b8;
}

.bg-light {
	background-color: #f8f9fa;
}

.bg-dark {
	background-color: #323232 !important;
}

.bg-white {
	background-color: #ffffff;
}

.bg-transparent {
	background-color: transparent;
}

/*TAMAÑO FUENTES*/

.f-11 {
	font-size: 11px;
}

.f-12 {
	font-size: 12px;
}

.f-13 {
	font-size: 13px;
}

.f-14 {
	font-size: 14px;
}

.f-15 {
	font-size: 15px;
}

.f-16 {
	font-size: 16px;
}

.f-17 {
	font-size: 17px;
}

.f-18 {
	font-size: 18px;
}

.f-19 {
	font-size: 19px;
}

.f-20 {
	font-size: 20px;
}

.f-21 {
	font-size: 21px;
}

.f-22 {
	font-size: 22px;
}

.line-height_1_4 {
	line-height: 1.4;
}

.line-height_1_6 {
	line-height: 1.6;
}

.line-height_1_8 {
	line-height: 1.8;
}

.letter-spacing_2 {
	letter-spacing: 2px;
}

.letter-spacing_4 {
	letter-spacing: 4px;
}

.letter-spacing_6 {
	letter-spacing: 6px;
}

/*MENU*/

.navbar-custom {
	padding: 20px 0px;
	width: 100%;
	border-radius: 0px;
	z-index: 999;
	margin-bottom: 0px;
	transition: all 0.5s ease-in-out;
}

.navbar-custom .navbar-nav li a {
	line-height: 26px;
	font-size: 12px;
	margin: 0 15px;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	font-weight: 600;
	color: #ffffff;
}

.navbar-custom .navbar-nav .nav-link {
	padding-right: 0px;
	padding-left: 0px;
}

.navbar-toggler {
	font-size: 24px;
	margin-top: 5px;
	margin-bottom: 0px;
	color: #ffffff;
}

.logo .logo-light {
	display: inline-block;
  }
  
  .logo .logo-dark {
	display: none;
  }
  
  .nav-sticky .logo .logo-dark {
	display: inline-block;
  }
  
  .nav-sticky .logo .logo-light {
	display: none;
  }
  
.navbar-toggle {
	font-size: 24px;
	margin-top: 5px;
	margin-bottom: 0px;
	color: #ffffff;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
	background-color: transparent;
	border-color: #337ab7;
}

.navbar-custom .navbar-toggles {
	padding: .25rem .75rem;
	font-size: 18px;
	background: 0 0;
	border: 1px solid transparent;
	color: #fff;
	outline: 0;
}

.navbar-custom .navbar-toggles-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
}

.menu-toggle {
	padding: 4.5px 10px !important;
}

.menu-toggle span {
	line-height: 27px;
}

ul.flags {
	list-style-type: none;
	display: contents;
}

.flags li {
	list-style-type: none;
	display: inline;
}

.flags-cl {
	display: block;
	padding: .5rem 1rem;
	padding-top: 0.5rem;
	padding-right: 1rem;
	padding-bottom: 0.5rem;
	padding-left: 1rem;
}

.flags.us {
	display: block;
	padding: .5rem 1rem;
	padding-top: 0.5rem;
	padding-right: 1rem;
	padding-bottom: 0.5rem;
	padding-left: 1rem;
}

/*MENU STICKY*/

.nav-sticky.navbar-custom {
	margin-top: 0px;
	padding: 15px 0px;
	background-color: #FFF;
	box-shadow: 0 10px 33px rgba(0, 0, 0, .1);
	color: #000 !important;
}

.nav-sticky.navbar-custom.sticky-dark {
	background-color: #fff;
}

.nav-sticky .navbar-nav li a {
	color: rgba(50, 50, 50, 0.7) !important;
}

.nav-sticky.navbar-custom .navbar-nav li.active a,
.nav-sticky.navbar-custom .navbar-nav li a:hover,
.nav-sticky.navbar-custom .navbar-nav li a:active {
	color: #323232 !important;
}

.nav-sticky.navbar-custom .navbar-toggles {
	padding: .25rem .75rem;
	border: 1px solid transparent;
	outline: 0;
}

.nav-sticky .navbar-nav {
	margin-top: 0px;
}


/*TITULOS*/

.home-title-title {
	font-size: 21px;
	font-weight: 700;
}

.home-title-desc {
	max-width: 700px;
	margin: 0 auto;
	font-size: 15px;
}

.home-title-border {
	width: 50px;
	height: 2px;
	background-color: #e9aa39;
	margin: 0 auto;
	position: relative;
}

.home-title-border:before,
.home-title-border:after {
	content: ".";
	font-size: 40px;
	left: -35px;
	pointer-events: none;
	position: absolute;
	top: -10px;
	line-height: 0;
	color: #e9aa39;
	text-shadow: 15px 0 #e9aa39;
}

.home-title-border:after {
	right: -20px;
	left: inherit;
}

/*INICIO*/

.construction-home {
	background: url(../images/inicio.jpg);
	background-size: cover;
	background-position: center center;
	height: 100vh;
	position: relative;
}

.construction-home-title {
	font-size: 36px;
}

.construction-home-desc {
	max-width: 700px;
	margin: 0 auto;
	color: rgba(255, 255, 255, 0.7);
}

.construction-home-border {
	border: 1px solid #fff;
	width: 80px;
	margin: 0 auto;
}


/*NOSOTROS*/

.construction-about {
	padding: 80px 0px 120px 0px;
}

.construction-about-icon i {
	font-size: 30px;
}

.construction-about-image {
	position: relative;
	display: inline-block;
	top: 35px;
	right: -35px;

}

.construction-about-image:before {
	width: 100%;
	height: 100%;
	content: '';
	position: absolute;
}


/*SERVICIOS*/

.construction-services-img img {
	height: 30px;
}

.construction-services-content {
	overflow: hidden;
}


/*------ CONSTRUCTION-CTA ------*/

.bg-construction-cta {
	background: url(../images/background/bg-1.jpg);
	background-size: cover;
	background-position: center center;
	position: relative;
}

.construction-cta-title {
	font-size: 26px;
}

.construction-cta-content p {
	max-width: 700px;
	margin: 0 auto;
}


/*CLIENTES*/

.section-clientes {
	padding-top: 110px;
	position: relative;
}

.clientes-principales {

}

.cliente-foto {
	float: left;
	margin-bottom: 1.5rem!important;
}

.gym-client-img img {
	width: 369px;
	border-radius: 3px;
}

.cliente-texto {
	float: right;
	font-weight: bold;
	padding-top: 50px;
}

.lista-left {
	float: left;
}

.lista-right {
	float: left;
}

.gym-client-texto {

}

/* GALERIA CLIENTES */

.container-filter {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 30px;
	padding: 0;
	text-align: center;
}

.container-filter li {
	list-style: none;
	display: inline-block;
}

.container-filter li a {
	display: inline-block;
	margin: 3px 6px;
	font-size: 12px;
	text-transform: uppercase;
	padding: 7px 12px;
	cursor: pointer;
	transition: all 0.4s ease-in-out;
	color: #323232 !important;
}

.container-filter li a:hover {
	background-color: #323232 !important;
	color: #fff !important;
}

.gallary-box {
	position: relative;
	overflow: hidden;
	display: block;
	border-radius: 3px;
}

.gallarry-box a {
	display: inline-block;
}

.gallary-box:hover .item-effect {
	transition: all 0.5s;
	visibility: visible;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	position: absolute;
}

.gallary-container {
	transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	width: 100%;
	transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

.item-effect {
	position: absolute;
	transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	visibility: hidden;
	overflow: hidden;
	transform: translateX(-100%);
}

.item-effect:hover h5,
.item-effect:hover p {
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
}

.item-effect .item-caption {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
}

.construction-client-box {
	border: 1px solid #f1f1f1;
	border-radius: 6px;
}

.construction-client-img img {
	border: 1px solid #f1f1f1;
}

.construction-client-img img {
	position: absolute;
	top: 0px;
	max-width: 100px;
	background-color: #fff;
	padding: 8px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

#construction-owl-demo .owl-pagination {
	display: none;
}


/*------ CONSTRUCTION-COUNTER ------*/

.bg-construction-counter {
	background: url(../images/background/bg-4.jpg);
	background-size: cover;
	background-position: center center;
	position: relative;
	padding: 120px 0px 120px 0px;
}

.construction-counter-icon i {
	font-size: 36px;
}

.construction-counter-name {
	font-size: 24px;
	letter-spacing: 2px;
}

/* CONTACTO */

.section-contact {
	padding-top: 110px;
	position: relative;
}

/*ESTILOS RESPONSIVOS*/

@media (min-width: 200px) and (max-width: 991px) {
	.navbar-custom {
		margin-top: 0px;
		padding: 10px 0px !important;
		background-color: #fff !important;
		box-shadow: 0 10px 33px rgba(0, 0, 0, .1);
		color: #fff !important;
	}
	.navbar-custom .navbar-nav li a {
		transition: all 0.4s;
		color: rgba(50, 50, 50, 0.7) !important;
		margin: 0px;
	}
	.navbar-custom>.container {
		width: 90%;
	}
	.navbar-custom .navbar-nav li.active a {
		border-color: transparent;
	}
	.navbar-nav {
		margin-top: 0px;
	}
	.navbar-toggler {
		font-size: 24px;
		margin-top: 0px;
		margin-bottom: 0px;
		color: #323232;
		padding: 0px;
	}
	.nav-sticky.navbar-custom .logo {
		color: #323232 !important;
	}
	.agency-services-border-right {
		border: none;
	}
	.agency-services-border-bottom {
		border: none;
	}
	.logo .logo-dark {
		display: inline-block;
	}

	.logo .logo-light {
		display: none;
	}
	.book-home {
		height: auto;
	}
	.construction-home {
		height: auto;
	}
	.book-price {
		font-size: 30px;
	}
	.book-home-title {
		font-size: 30px;
	}
	.construction-home-title {
		font-size: 30px;
	}
	.construction-about-image:before {
		display: none;
	}
	.pull-none {
		text-align: center !important;
		float: none !important;
	}
	.bg-aap-shape {
		top: -150px;
		right: 18px;
		width: 20%;
		height: 500px;
	}
	.bg-app-circle {
		height: 400px;
		width: 400px;
		top: -200px;
		left: -200px;
	}
	.bg-app-circle-two {
		top: 150px;
		left: 70px;
		height: 50px;
		width: 50px;
	}
	#app-owl-demo .owl-prev i {
		left: 0px;
	}
	#app-owl-demo .owl-next i {
		right: 0px;
	}
	.gym-counter-box {
		margin-top: 45px !important;
	}
	.photographer-instagram {
		left: 0px;
	}

	.interior-client-img {
		display: block;
		width: 100%;
		float: none;
		text-align: center;
		margin-bottom: 30px;
	}
}

@media (max-width: 320px) {
	#agency-owl-demo .owl-prev i {
		display: none;
	}
	#agency-owl-demo .owl-next i {
		display: none;
	}
	.startup-home {
		height: auto;
	}
	.photographer-home-subtitle {
		font-size: 16px;
	}
	.photographer-home-title {
		font-size: 26px;
		letter-spacing: 0px;
	}
	.gym-home-title {
		font-size: 32px;
	}
	.interior-home-title {
		font-size: 32px;
	}
	#app-owl-demo.app-owl-custom:before {
		display: none !important;
	}
	#app-owl-demo.app-owl-custom:after {
		display: none !important;
	}
}

@media (max-width: 425px) {
	.agency-home-title,
	.interior-home-title,
	.gym-home-title,
	.photographer-home-title  {
		font-size: 28px;
	}

	.business-carousel .carousel-inner {
		min-height: 530px;
	}
	.agency-testimonial-box {
		padding: 0px !important;
	}
	
	.softwere-home-title {
		font-size: 50px;
	}
	.bg-aap-shape {
		display: none;
	}
	.bg-app-circle {
		display: none;
	}
	.bg-app-circle-two {
		display: none;
	}
	#app-owl-demo .owl-prev i {
		display: none !important;
	}
	#app-owl-demo .owl-next i {
		display: none !important;
	}
	.app-owl-custom:before {
		content: "";
		position: absolute;
		top: 13px;
		left: 0px;
		right: 0px;
		width: 350px;
		height: 250px;
		margin: 0px auto;
		background-color: rgba(77, 144, 222, 0.32);
		border-radius: 20%;
		transform: rotate(45deg);
		z-index: -1;
	}
	.app-owl-custom:after {
		content: "";
		position: absolute;
		top: 180px;
		left: 0px;
		right: 0px;
		width: 350px;
		height: 250px;
		margin: 0px auto;
		background-color: rgba(110, 99, 206, 0.32);
		border-radius: 20%;
		transform: rotate(60deg);
		z-index: -1;
	}
	.startup-home-desc {
		padding-left: 40px;
		padding-right: 40px;
	}

	.footer-heading {
		margin-top: 30px;
	}
}

@media (max-width: 1024px) {
	.bg-aap-shape {
		top: -150px;
		right: 18px;
		width: 20%;
		height: 500px;
	}
}

@media (max-width: 320px) {
	.business-carousel .carousel-inner {
		min-height: 600px;
	}
}


