/**
* Template Name: MyPortfolio - v4.9.1
* Template URL: https://bootstrapmade.com/myportfolio-bootstrap-portfolio-website-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
	font-family: "Rambla", sans-serif;
	color: #0d1e2d;
	background: #393939;
	overflow-y: scroll;
	scrollbar-color: #393939 #FFFFFF;
}

main, nav {
	background: #FFFFFF;
}

a {
	color: #777;
	text-decoration: none;
}

a:hover {
	color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-heading {
	font-family: "Rambla", sans-serif;
}

.section {
	padding: 4.5rem 0 3rem 0;
}

.filters a {
	text-decoration: none;
	color: #000;
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
}

.filters a:hover,
.filters a:focus,
.filters a:active {
	text-decoration: none;
}

.filters a:hover:before {
	content: "";
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 0;
	height: 1px;
	background-color: #000;
}

.filters a.active {
	color: #000;
}

.filters a.active:before {
	content: "";
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 0;
	height: 1px;
	background-color: #000;
}

.item {
	border: none;
	margin-bottom: 30px;
}

.item .item-wrap {
	display: block;
	position: relative;
	overflow: hidden;
}

.item .item-wrap:after {
	z-index: 2;
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
	visibility: hidden;
	opacity: 0;
	transition: 0.3s all ease-in-out;
}

.item .item-wrap img {
	transition: 0.3s transform ease;
	transform: scale(1);
}

.item .item-wrap>.work-info {
	position: absolute;
	top: 50%;
	width: 100%;
	text-align: center;
	z-index: 3;
	transform: translateY(-50%);
	color: #fff;
	opacity: 0;
	visibility: hidden;
	margin-top: 20px;
	transition: 0.3s all ease;
}

.item .item-wrap>.work-info h3 {
	font-size: 28px;
	letter-spacing: 0.05rem;
	margin-bottom: 2;
}

.item .item-wrap>.work-info span {
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
}

.item .item-wrap:hover {
	text-decoration: none;
}

.item .item-wrap:hover img {
	transform: scale(1.05);
}

.item .item-wrap:hover:after {
	opacity: 1;
	visibility: visible;
}

.item .item-wrap:hover .work-info {
	margin-top: 0px;
	opacity: 1;
	visibility: visible;
}

.testimonial-wrap {
	padding: 50px 50px 80px 50px;
	background: #eceff2;
}

.testimonial-wrap .testimonial {
	text-align: center;
	max-width: 500px;
	margin: 0 auto;
}

.testimonial-wrap .testimonial img {
	border-radius: 50%;
	width: 120px;
	margin: 0 auto 30px auto;
}

.testimonial-wrap .testimonial blockquote p {
	font-size: 20px;
}

.h3 {
	font-size: 20px;
}

.h4 {
	font-size: 16px;
}

.heading {
	font-size: 28px;
}

.readmore {
	display: inline-block;
	border: 1px solid #000;
	padding: 10px 15px;
	font-size: 12px;
	text-transform: uppercase;
	color: #000;
	transition: 0.2s all ease;
	font-weight: 700;
}

.readmore:active,
.readmore:focus,
.readmore:hover {
	outline: none;
}

.readmore:hover {
	color: #fff;
	text-decoration: none;
	background: #000;
}

.testimonials-slider .swiper-pagination {
	margin-top: -60px;
	position: relative;
}

.testimonials-slider .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: rgba(13, 30, 45, 0.3);
	opacity: 1;
}

.testimonials-slider .swiper-pagination .swiper-pagination-bullet-active {
	background-color: rgba(13, 30, 45, 0.6);
}

.sticky-content {
	position: sticky;
	position: -webkit-sticky;
	top: 0;
	/* required */
}

.list-line li {
	margin-bottom: 10px;
	position: relative;
	padding-left: 30px;
}

.list-line li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.7rem;
	width: 10px;
	height: 2px;
	background: #000;
}

.form-control {
	border-radius: 0;
	background: #f8f9fa;
	border: 1px solid transparent;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.form-control:active,
.form-control:focus {
	background: #eff1f4;
	outline: none;
	box-shadow: none;
	border: 1px solid transparent;
}

.custom-progress {
	height: 7px;
	border-radius: 0;
}

.custom-progress .progress-bar {
	background: #000;
}

/* Services */
.services i {
	font-size: 40px;
}

.services h4 {
	padding-top: 10px;
}

/* Contact Form */
.php-email-form .error-message {
	display: none;
	color: #fff;
	background: #ed3c0d;
	text-align: left;
	padding: 15px;
	font-weight: 600;
}

.php-email-form .error-message br+br {
	margin-top: 25px;
}

.php-email-form .sent-message {
	display: none;
	color: #fff;
	background: #18d26e;
	text-align: center;
	padding: 15px;
	font-weight: 600;
}

.php-email-form .loading {
	display: none;
	background: #fff;
	text-align: center;
	padding: 15px;
}

.php-email-form .loading:before {
	content: "";
	display: inline-block;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	margin: 0 10px -6px 0;
	border: 3px solid #18d26e;
	border-top-color: #eee;
	-webkit-animation: animate-loading 1s linear infinite;
	animation: animate-loading 1s linear infinite;
}

@-webkit-keyframes animate-loading {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes animate-loading {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/* Custom Navmenu */
.custom-navmenu {
	background: #0d1e2d;
}

.custom-navmenu .custom-menu,
.custom-navmenu .custom-menu li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.custom-navmenu .custom-menu li {
	margin-bottom: 0;
	font-size: 20px;
}

.custom-navmenu .custom-menu li a {
	color: #fff;
	padding: 10px 0 !important;
}

.custom-navmenu .custom-menu li a:hover {
	text-decoration: none;
}

.custom-navmenu .custom-menu li.active a {
	text-decoration: underline;
}

.custom-navmenu h3 {
	font-size: 20px;
	color: #fff;
}

.custom-navmenu p {
	color: rgba(255, 255, 255, 0.6);
}

.custom-navmenu a {
	color: rgba(255, 255, 255, 0.7);
}

.custom-navmenu a:hover {
	color: #fff;
}

@media (max-width: 768px) {	
	.navbar-brand {
		font-size: 1.3rem !important;
		margin-right: 0 !important;
	}
	.navbar-brand > img{
		width: 60px !important;
	}
	.section {
		padding: 1rem 0 3rem 0;
	}
	.filtrosMargen{
		margin-bottom: 1rem !important;
	}
	.mb-0-75{
		margin-bottom: 0.75rem !important;
	}
	.navbar-toggler:focus {
		box-shadow: 0 0 0 0;
	}
}

.navbar-brand {
	font-size: 1.6rem;
}

.navbar-brand > img{
	width: 70px;
}

/* Burger */
.burger {
	width: 28px;
	height: 32px;
	cursor: pointer;
	position: relative;
}

.burger:before,
.burger span,
.burger:after {
	width: 100%;
	height: 2px;
	display: block;
	background: #000;
	border-radius: 2px;
	position: absolute;
	opacity: 1;
}

.burger:before,
.burger:after {
	transition: top 0.35s
	cubic-bezier(0.23, 1, 0.32, 1),
	transform 0.35s cubic-bezier(0.23, 1, 0.32, 1),
	opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1),
	background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
	-webkit-transition:
	top 0.35s 
	cubic-bezier(0.23, 1, 0.32, 1),
	-webkit-transform 0.35s 
	cubic-bezier(0.23, 1, 0.32, 1), 
	opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), 
	background-color 1.15s 
	cubic-bezier(0.86, 0, 0.07, 1);
	content: "";
}

.burger:before {
	top: 4px;
}

.burger span {
	top: 15px;
}

.burger:after {
	top: 26px;
}

/* Hover */
.burger:hover:before {
	top: 7px;
}

.burger:hover:after {
	top: 23px;
}

/* Click */
.burger.active span {
	opacity: 0;
}

.burger.active:before,
.burger.active:after {
	top: 40%;
}

.burger.active:before {
	transform: rotate(45deg);
}

.burger.active:after {
	transform: rotate(-45deg);
}

.burger:focus {
	outline: none;
}

/* botón */
.button-6 {
	align-items: center;
	background-color: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: .25rem;
	box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
	box-sizing: border-box;
	color: rgba(0, 0, 0, 0.85);
	cursor: pointer;
	display: inline-flex;
	font-size: 16px;
	font-weight: 400;
	justify-content: center;
	line-height: 1.25;
	margin: 0;
	min-height: 3rem;
	padding: calc(.875rem - 1px) calc(1.5rem - 1px);
	position: relative;
	text-decoration: none;
	transition: all 250ms;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	vertical-align: baseline;
	width: auto;
}

.button-6:hover,
.button-6:focus {
	border-color: rgba(0, 0, 0, 0.15);
	box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
	color: rgba(0, 0, 0, 100);
}

.button-6:hover {
	transform: translateY(-1px);
}

.button-6:active {
	background-color: #F0F0F1;
	border-color: rgba(0, 0, 0, 0.15);
	box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
	color: rgba(0, 0, 0, 0.65);
	transform: translateY(0);
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
	padding: 2rem 0 4rem 0;
	background: #393939;
	color: #b6b6b6;
}

.footer a {
	color: #fff;
}

.social a {
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #f8f9fa;
	position: relative;
	text-align: center;
	color: #0d1e2d;
}

.social a span {
	display: inline-block;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.social a:hover {
	color: #000;
}

.btt-1 {
	background: #393939;
}

/* ------------ SMC ------------ */

@media screen and (max-width:400px){
	#parent{
		display:flex;
		flex-flow: column;
	}
	#a{order:1;}
	#c{order:2;}
	#b{order:3;}
}

.topbar {
	font-size: 1rem;
	background-color: #ffffff;
}

/* MENU */
.icon{
	border: 0;
}
.icon span {
	display: flex;
	height: 2px !important;
	width: 20px !important;
	background-color: black;
	border-radius: 2px;
	-webkit-transition: -webkit-transform 0.3s;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.icon span:last-child {
	margin-top: 3px;
}
.icon-active span:first-child {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.icon-active span:last-child {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: -2px;
}

#myBtn {
	display: none;
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 15px;
	right: 15px;
	z-index: 99;
	border: none;
	outline: none;
	background-color: #01010175;
	color: white;
	cursor: pointer;
	border-radius: 30px;
	font-size: 18px;
}

#myBtn:hover {
	background-color: #555;
}
/* ZOOM IMAGE */
#myImg {
	border-radius: 5px;
	cursor: pointer;
	transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

.modal {
	display: none;
	position: fixed;
	z-index: 1;
	padding: 30px 0 30px 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.9);
}

.modal-content {
	margin: auto;
	display: block;
	width: auto;
	max-height: 100%;
}

.modal-content {  
	-webkit-animation-name: zoom;
	-webkit-animation-duration: 0.6s;
	animation-name: zoom;
	animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
	from {-webkit-transform:scale(0)} 
	to {-webkit-transform:scale(1)}
}

@keyframes zoom {
	from {transform:scale(0)} 
	to {transform:scale(1)}
}

.close {
	position: absolute;
	top: 15px;
	right: 35px;
	color: #f1f1f1;
	font-size: 40px;
	font-weight: bold;
	transition: 0.3s;
}

.close:hover,
.close:focus {
	color: #bbb;
	text-decoration: none;
	cursor: pointer;
}

.nav-item{
	font-size: 1.2rem;
}