@charset "utf-8";
/* CSS Baffler 2023 */

/* Fonts */

@font-face {
	font-family: "Oldburgdisplay Bold";
	src: url("../fonts/Oldburgdisplay-Bold.ttf");
}

@font-face {
	font-family: "Oldburgdisplay Semibold";
	src: url("../fonts/Oldburgdisplay-Semibold.ttf");
}

@font-face {
	font-family: "DelaGothicOne Regular";
	src: url("../fonts/DelaGothicOne-Regular.ttf");
}

@font-face {
	font-family: "MontserratAlternates Bold";
	src: url("../fonts/MontserratAlternates-Bold.ttf");
}

@font-face {
	font-family: "MontserratAlternates ExtraBold";
	src: url("../fonts/MontserratAlternates-ExtraBold.ttf");
}

@font-face {
	font-family: "MontserratAlternates Medium";
	src: url("../fonts/MontserratAlternates-Medium.ttf");
}

@font-face {
	font-family: "MontserratAlternates Regular";
	src: url("../fonts/MontserratAlternates-Regular.ttf");
}

html.dark-mode {
	background: #000;
}
.btn-scroll-top.show {
    bottom: 170px;
	right: 23px 
}
  .page-loading {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all .4s .2s ease-in-out;
	transition: all .4s .2s ease-in-out;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	z-index: 9999;
  }
  .dark-mode .page-loading {
	background-color: #0b0f19;
  }
  .page-loading.active {
	opacity: 1;
	visibility: visible;
  }
  .page-loading-inner {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
	opacity: 0;
  }
  .page-loading.active > .page-loading-inner {
	opacity: 1;
  }
  .page-loading-inner > span {
	display: block;
	font-size: 1rem;
	font-weight: normal;
	color: #9397ad;
  }
  .dark-mode .page-loading-inner > span {
	color: #fff;
	opacity: .6;
  }
  .page-spinner {
	display: inline-block;
	width: 2.75rem;
	height: 2.75rem;
	margin-bottom: .75rem;
	vertical-align: text-bottom;
	border: .15em solid #b4b7c9;
	border-right-color: transparent;
	border-radius: 50%;
	-webkit-animation: spinner .75s linear infinite;
	animation: spinner .75s linear infinite;
  }
  .dark-mode .page-spinner {
	border-color: rgba(255,255,255,.4);
	border-right-color: transparent;
  }
  
  /**/
  @-webkit-keyframes spinner {
	100% {
	  -webkit-transform: rotate(360deg);
	  transform: rotate(360deg);
	}
  }
  @keyframes spinner {
	100% {
	  -webkit-transform: rotate(360deg);
	  transform: rotate(360deg);
	}
  }


/*Baffler styles*/

/*Header*/

header.dark-mode .bg-light:not(.badge), .dark-mode .card.card-hover.bg-light {
	background-color: #000 !important;
}

header {
	height: 118px;
}
#navbarNav {
	align-items: flex-end;
}
header .nav-link,header .btn {
	font-family: "Oldburgdisplay Semibold";
	text-transform: uppercase;
	color: #fff;
}

header .nav-link {
    font-size: 0.8em;
}

span.agenda-boton{
	color: #000;
	background: #fff;
	border-radius: 14px;
	padding: 0.5em;
	min-width: 200px;
	height: 51px;
	box-shadow: 0px 6px 0px #000;
	border: 2px #000 solid;
	justify-content: center;
	font-family: "Oldburgdisplay Bold";
}
i.down{
	margin: auto;
	display: block;
	width: max-content;
	margin-top: 0.1em;
	font-size: 74px;
}

.dark-mode .text-dark:not(.badge) {
	color: #000 !important;
}

header a.btn.btn-icon.btn-secondary {
    background: none;
}

#contactanos {
    margin-left: 3em;
}

/*Video back*/
#video-back{
	padding-top: 119px;
    margin-top: 0;
	max-height: 1250px;
    overflow: hidden;
}

video.w-100 {
    position: relative;
    top: -13em;
}

/*Slider tira projects*/
#slider-mockups {
    padding-top: 0;
	overflow: hidden;
}

#slider-mockups .py-2 {
    background-image: url(../img/you-set-the-goal-back.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /* background-color: #ffffff; */
	position: relative;
}

#slider-mockups .py-2:after {
    content: '';
    width: 100%;
    height: 1em;
    display: block;
    position: absolute;
    bottom: 0;
    background: #fff;
}

#slider-mockups h1,#nuestra-gente h1 {
	font-family: "DelaGothicOne Regular";
    font-weight: normal;
    text-transform: uppercase;
    font-size: 1.8em;
    letter-spacing: 1px;
    line-height: inherit;
}

.slick-slide.img-slick {
    background-repeat: no-repeat;
    background-position: center;
    height: 64px;
    filter: grayscale(100%);
    opacity: 0.5;
}

#slider-mockups .slick-slide.img-slick {
    height: 300px;
    opacity: 1;
    filter: none;
    background-size: cover;
}

#slider-mockups .slick-slide.img-slick a {
    height: 100%;
    display: block;
}

/*About Us*/
#quienes-somos h2,#gente h2 {
    margin-bottom: 0.5em !important;
	padding-right: 40px;
    background-image: url(../img/sparkle.svg);
    background-position: right -6px;
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
}
#quienes-somos p span {
    color: #1061f8;
}

/* Cómo funciona*/
.parallax-layer>img {
    border-radius: 20px;
}

/*Servicios*/
.blanco-serv {
	background: #fff;
    padding-right: 1em;
    padding-left: 1em;
}

#servicios,#tenemos {
	padding-top: 6em !important;
	/* background-image: url("../img/bottom-serv.svg");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain; */
}

#servicios h3,#clientes h3 {
    font-size: 1.3em !important;
}

#servicios .d-md-flex {
    background-size: 80px;
    background-image: url('../img/what-your-brand-needs.svg');
    background-position: 85%;
    background-repeat: no-repeat;
}

#servicios h3 {
    font-size: 1em !important;
	border-top: 1px #000 solid;
    margin-top: 1em;
    padding-top: 1em
}

#servicios h3+p {
    font-size: 1em;
}

.blanco-serv h2,#clientes h3 {
	font-family: "DelaGothicOne Regular";
    font-weight: normal;
	color: #000;
	text-transform: uppercase;
    font-size: 2.5em;
}

/* .blanco-serv h2 span {
	color: #1061F8;
} */

.blanco-serv h2 span {
	font-size: 0.6em;
	/* font-family: "MontserratAlternates ExtraBold"; */
}

.blanco-serv .row {
	max-width: 1200px;
    margin: auto;
}

.blanco-serv .cards .cont-img {
	padding: 1.5em;
    border-radius: 44px;
    box-shadow: 6px 7px 0px #000;
    border: 1px #000 solid;
	min-height: 330px
}

.blanco-serv .cards .cont-img h3,.blanco-serv p {
	padding: 0.5em 0;
    color: #000;
}

.blanco-serv .cards .cont-img .serv-icon {
	margin-top: 2em;
}

.blanco-serv .cards .cont-img .flecha {
	right: 10px;
}

.blanco-serv .cards .cont-img h3,#caracteriza h2,#our-promise h2,#caracteriza h2 span,#our-promise h2 span,#caracteriza h3,#our-promise h3,#servicios h2,#servicios h2 span,#tenemos h2,#tenemos h2 span,#conoce h1,#gente h2,#gente h2 span {
	font-family: "DelaGothicOne Regular";
    font-weight: normal;
	text-transform: uppercase;
}

.blanco-serv p {
	/* font-family: "MontserratAlternates Regular"; */
	font-family: "MontserratAlternates Medium";
	font-weight: normal;
	margin-bottom: 0;
	font-size: 1.2em
}

.blanco-serv .cards .cont-img span {
	background: #9ab9f3 !important;
    border: 1px #000 solid;
    border-radius: 44px !important;
}

#servicios img:last-child{
	position: absolute;
    right: 0;
}

.btn-prev:not(.position-static),.swiper .btn-next:not(.position-static){
	background-color: #1061f8;
	opacity: 1 !important;
}

button.btn.btn-next.btn-icon.btn-sm.ms-2 {
    background-color: #1061f8;
}

.btn-prev:not(.bg-transparent):hover,.btn-next:not(.bg-transparent):hover{
    background-color: #000 !important;
}

/*Nos caracteriza*/

#caracteriza, #baffler-pleca {
    display: none;
}

#caracteriza h2,#our-promise h2,#servicios h2,#tenemos h2,#gente h2 {
	font-size: 1.6em;
    line-height: inherit;
}

#caracteriza h2 span,#our-promise h2 span,#gente h2 span {
    font-size: 1.1em;
}

#caracteriza h3,#our-promise h3 {
    width: fit-content;
    color: #000;
    text-transform: none;
}

#caracteriza p,#our-promise p {
    padding-top: 2em;
    font-size: 1em;
    border-top: 1px #000 solid;
}

#our-promise.blanco-serv .cards .cont-img {
    min-height: 400px;
}

/*Baffler pleca*/

#baffler-pleca {
	background-image: url("../img/baffer-pleca.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #fff;
	min-height: 200px;
}

/*Tenemos*/

#tenemos h2 {
    padding-left: 100px;
    background-image: url("../img/we-share.svg");
    background-position: left;
    background-size: 23%;
    background-repeat: no-repeat;
	padding-top: 100px;
}

#tenemos h2 span,#servicios h2 span,#caracteriza h2 span,#our-promise h2 span,#our-portfolio p,#clientes h3 {
	font-family: 'Oldburgdisplay Bold';
    color: #1061f8;
	font-size: 0.7em;
}

#tenemos .card {
	border: none;
}

#tenemos .card-body {
    background: #fff;
	padding: 0.5em;
}

#tenemos .card-body h3 {
	color: #000;
	font-family: "DelaGothicOne Regular";
	font-weight: normal;
	font-size: 1em;
	border-bottom: 4px #1061f8 solid;
    line-height: 3em;
}

#tenemos p {
    font-size: 1em;
	text-align: initial;
	text-align: center;
	margin-top: 2em;
}

/* Tu departamento */

#tu-departamento h2, #tu-departamento h2 span {
    font-size: 22px;
    text-align: initial;
	line-height: normal;
}

#tu-departamento h2 span {
    color: #1061f8;
}

#tu-departamento p {
    margin-top: 1em;
}

/*Our Portfolio*/

#our-portfolio p {
    color: #1061f8;
	font-size: 1.2em;
	max-width: 225px;
}

#our-portfolio img {
    margin-top: 5em;
    max-width: 150px;
}

#our-portfolio .swiper-wrapper p {
    font-size: 12px;
    font-family: 'Oldburgdisplay Semibold';
    text-transform: uppercase;
	z-index: 1;
    position: relative;
    letter-spacing: 1px;
}

#our-portfolio.blanco-serv a {
    text-decoration: none;
}

#our-portfolio.blanco-serv .cards .cont-img {
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 0 !important;
    border: none;
    box-shadow: none;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0;
	min-height: 400px;
	position: relative;
}

#our-portfolio.blanco-serv .cards .cont-img:hover::after{
	background: none;
}

#our-portfolio.blanco-serv .cards .cont-img:after {
    content: '';
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
	display: block;
    opacity: 0.9;
    left: 0;
	transition: 0.3s ease-in-out all;
}

#our-portfolio.blanco-serv .cards .cont-img h3 {
	color: #fff;
	font-family: "MontserratAlternates Regular";
	z-index: 1;
    font-size: 14px;
    position: relative;
}

#whatch-demo-reel .agenda-boton {
    padding: 0 1.5em !important;
}

/* Nuestra gente */

#learn-more-2 span {
    padding: 1.5em !important;
}

#nuestra-gente {
	background: #1061F8;
	position: relative;
    /* min-height: 550px; */
}

#nuestra-gente .py-lg-5 {
	padding-bottom: 0 !important;
}

#nuestra-gente p {
    font-family: 'MontserratAlternates Medium';
    margin: auto;
    color: #fff;
    display: block;
    max-width: 768px;
    text-align: center;
    font-style: italic;
	padding-bottom: 2em;
	padding-top: 0;
	font-size: 1.4em;
}

#nuestra-gente .bx {
    font-size: 2em;
}

#nuestra-gente img:not(.nuestraimg) {
    position: absolute;
    top: 0;
    left: 0;
}

#nuestra-gente img.downimg {
    bottom: 0;
    right: 0;
	top: auto;
    left: auto;
    width: 100%;
    max-width: 180px;
}

#nuestra-gente img.nuestraimg {
    margin: auto;
    max-width: 1200px;
}

/* Clientes*/

#slider-clientes {
    background: #fff;
    overflow: hidden;
    padding: 5em 0 5em;
}

#clientes h2,#conoce h1,#demo-reel h2 {
    font-size: 1.6em;
}

#clientes .container p {
    max-width: 720px;
	margin: auto;
}

#clientes h3 {
	color:#1061F8;
}

#demo-reel h2 {
    margin-bottom: 1.5em !important;
    margin-top: 2em !important;
}

#demo-reel video {
    max-width: 1200px;
    width: 100%;
}

.slick-slide.img-slick {
    background-repeat: no-repeat;
    background-position: center;
    height: 64px;
    filter: grayscale(100%);
    opacity: 0.5;
}

/*Contacto*/

#contacto {
	background-image: url('../img/contacto-line.svg');
	background-position: right bottom;
	background-size: 20%;
	background-repeat: no-repeat;
}

#contacto .lapiz {
	background-image: url('../img/lapiz-popup.svg');
	background-position: left bottom;
	background-size: 313px;
	background-repeat: no-repeat;
}

#contacto .cont-form {
	padding-bottom: 100px;
}

.alertt {
	padding: 1em;
	width: 100%;
	border-radius: 5px;
	color: #fff;
	margin: 2em auto 0;
}

.alertt-success {
	border: 2px green solid;
	background-color: green;
}

.alertt-danger {
	border: 2px red solid;
	background-color: #fb2b60;
}

#contacto form label,#contacto h1,#contacto h2,#contacto a,#contacto .text-nav,#nuestra-gente h1,#conoce h1 {
	color: #000;
}

#contacto h1{
	font-family: "DelaGothicOne Regular";
	font-weight: normal;
	font-size: 1.4em;
    margin-top: 1em
}

#contacto h2 {
    color: #1061F8;
    font-size: 1.6em;
    text-transform: none;
	font-family: "MontserratAlternates Medium";
	font-weight: normal;
	line-height: normal;
	font-size: 1.2em;
    margin-top: 1.5em !important;
}

#contacto form label,#contacto form p {
	font-family: "MontserratAlternates Regular";
}

#contacto form input, #contacto form textarea {
    border: 1px #000 solid !important;
	border-radius: 0;
	color: #000;
}

#contacto a.btn,#nuestra-gente h1 span {
	color: #fff;
}

#contacto .submit-form{
	font-family: "Oldburgdisplay Bold";
	font-weight: normal;
	background: transparent;
	border: 2px #000 solid;
	color: #000;
}

/*Portafolio*/

#portfolio .row {
	justify-content: center;
}

#portfolio h3 {
	font-family: 'Oldburgdisplay Semibold';
	font-size: 1.8em;
    margin-top: 2em;
}

#portfolio h3 + p {
    font-family: 'MontserratAlternates Regular';
	color: #fff;
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}

.list-inline>li:not(#gente li) {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    vertical-align: bottom;
    background: #1061f8;
    border-radius: 26px;
	margin: 0.5em;
}

.list-inline>li:not(#gente li):hover {
    background: #fff;
}

.portfolio-sorting {
    text-transform: uppercase;
    margin-bottom: 48px;
}

.portfolio-sorting.list-inline {
    margin-bottom: 3em;
    margin-top: 3em;
}

.portfolio-sorting li a {
    color: #888;
    text-decoration: none;
    margin: 10px;
    letter-spacing: 2px;
    font-weight: 600;
}

.list-inline>li:hover a {
    color: #000 !important;
}

.portfolio-sorting a:hover, .portfolio-sorting a.active {
    color: #555;
}

.portfolio-sorting.list-inline li a {
    font-family: 'Oldburgdisplay Semibold';
    color: #fff;
    letter-spacing: normal;
    line-height: normal;
}

.no-pad {
    padding: 0 !important;
    margin: 0 !important;
}

#grid>div {
    padding: 0.5em !important;
}

.portfolio-item {
    font-size: 14px;
    position: relative;
    overflow: hidden;
    display: block;
    -webkit-transition: all .9s ease;
    -moz-transition: all .9s ease;
    transition: all .9s ease;
}

.portfolio-item img {
    max-width: none;
    position: relative;
    left: 0;
    width: 100%;
}

.portfolio-overlay {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.75);
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
}

.portfolio-overlay {
    /* background: none repeat scroll 0 0 rgb(34 189 204 / 68%); */
    /* background: none repeat scroll 0 0 rgb(255 255 255 / 50%); */
    background: none;
}

.portfolio-overlay .caption {
    position: absolute;
    bottom: 100px;
    left: 0;
    padding: 0 30px;
    text-align: left;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    opacity: 0;
}

.portfolio-item a h5 {
    margin-bottom: 0;
    font-weight: 800;
    color: #fff;
}

.portfolio-item a h5 {
    font-weight: normal;
    font-size: 24px;
    color: #fff;
	font-family: 'Oldburgdisplay Bold';
    text-transform: uppercase;
}

.portfolio-item a h5 + span {
    font-size: 34px;
    font-weight: 800;
    color: #fff;
	font-family: 'Oldburgdisplay Semibold';
    text-transform: uppercase;
    display: block;
    margin: 0.5em 0;
}

.portfolio-item a:hover .portfolio-overlay {
    opacity: 1;
    visibility: visible;
}

.portfolio-item a:hover .portfolio-overlay .caption {
    bottom: 10%;
    opacity: 1;
}

.portfolio-item a:hover .portfolio-overlay .caption {
    background: #1061F8;
    padding: 2em;
    width: 100%;
}

.portfolio-item a h5 + span + p {
    color: #fff;
    font-size: 18px;
	margin: 0 0 35px;
	font-family: "MontserratAlternates Regular";
}

/*Footer*/

#footer {
	border-top: 15px #1061F8 solid;
}

#footer a.btn,#contacto a.btn {
    border-radius: 24px;
    background: #1061F8;
    box-shadow: 3px 3px 0px #000;
    border: 1px #000 solid;
}

@media (max-width: 991px) {
	#video-back{
		max-height: 700px;
	}
	#nuestra-gente img:not(.nuestraimg) {
		display: none;
	}
	#contacto .lapiz {
		background: none;
	}
}

@media (max-width: 2500px) {
	#video-back{
		max-height:
		 900px;
	}
	/* video.w-100 {
		position: relative;
		top: -25%;
	} */
}

@media (max-width: 1900px) {
	#video-back{
		max-height:
		 760px;
	}
	/* video.w-100 {
		position: relative;
		top: -5%;
	} */
}

@media (max-width: 1200px) {
	#video-back{
		max-height:
		 700px;
	}
	video.w-100 {
		position: relative;
		top: 0;
	}
}

@media (max-width: 820px) {
	#slider-mockups h1 {
		font-size: 1.2em;
	}
	#tenemos h2 {
		background-position: center top;
		padding-top: 100px;
		padding-left: 0;
	}
	#servicios .d-md-flex {
		background: none;
	}
   .blanco-serv .cards .cont-img {
        min-height: 365px;
    }
}

@media (max-width: 768px) {
	#slider-mockups h1 {
		margin: auto;
    	padding: 2em 30px;
	}
	#baffler-pleca {
		background-size: inherit;
	}
	#quienes-somos .d-md-flex {
		margin: auto;
	}
}

@media (max-width: 430px) {
	#tenemos h2 {
		background-size: 100px;
	}
	#tu-departamento h2 {
		text-align: center;
		margin-top: 2em;
		margin-bottom: 0 !important;
	}
	#nuestra-gente .py-lg-5 {
		padding-top: 2em !important;
	}
	#learn-more,#learn-more-1,#learn-more-2,#learn-more-1-cases {
		margin: auto;
	}

	.list-inline>li:not(#gente li) {
		width: 100%;
		max-width: 240px;
	}
}