@charset "utf-8";
/* CSS Document */
body {
  background: #fff;
  overflow: auto;
  transition-timing-function: ease-in-out;
	height: 100%
}
html {
  scroll-behavior: smooth;
		height: 100%
}

h1 {
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 45px;
  align-items: center;
  color: #FFFFFF;
}
h2 {
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  line-height: 45px;
  align-items: center;
  color: #FFFFFF;
}
p, p a {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  /* or 150% */
  letter-spacing: 0.05em;
  color: #363D4D;
}
p a:hover {
  color: #009999;
}
p span a{
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  /* or 150% */

  color: #009999;
}

.p-bold {
  font-weight: 700;
  margin-bottom: 0;
    color: #0D0E10;
}
.white-text .p-bold {
    color: #fff;
}
h4 {
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 60px;
  /* or 125% */
  color: #0D0E10;
}
h5 {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  /* or 150% */
  letter-spacing: 0.02em;
  color: #0D0E10;
}

h5 a {
  font-weight: 700;
  color: #0D0E10;
}

h6 {
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 60px;
  color: #0D0E10;
}

.color-custom-01 {
	color: #3FD98F
}
.text-14 {
  font-size: 14px;
  line-height: 21px;
}
.font-weight-400 {
  font-weight: 400;
}
.margin-right-10 {
  margin-right: 10px;
}
.margin-right-20 {
  margin-right: 20px;
}
.margin-right-40 {
  margin-right: 40px;
}
.margin-left-10 {
  margin-left: 10px;
}
.margin-left-40 {
  margin-left: 40px;
}
.margin-left-45 {
  margin-left: 43px;
}
.padding-40 {
  padding: 40px;
}
.padding-20 {
  padding: 20px;
}
.padding-15 {
  padding: 15px;
}
.padding-10 {
  padding: 10px;
}
.padding-top-0 {
  padding-top: 0 !important;
}
.padding-left-0 {
  padding-left: 0 !important;
}
.padding-right-0 {
  padding-right: 0 !important;
}
.padding-top-20 {
  padding-top: 20px !important;
}
.padding-bottom-0 {
  padding-bottom: 0
}
.padding-bottom-20 {
  padding-bottom: 20px
}
.padding-bottom-40 {
  padding-bottom: 40px
}
.margin-bottom-20 {
  margin-bottom: 20px
}
.margin-bottom-40 {
  margin-bottom: 40px
}
.margin-bottom-60 {
  margin-bottom: 60px
}
.margin-bottom-80 {
  margin-bottom: 80px
}
.margin-bottom-100 {
  margin-bottom: 100px
}
.no-padding {
  padding: 0;
}
.no-margin {
  margin: 0;
}
.margin-top-20 {
  margin-top: 20px;
}
.margin-top-30 {
  margin-top: 30px;
}
.margin-top-40 {
  margin-top: 40px;
}
.margin-top-60 {
  margin-top: 60px;
}
.margin-top-80 {
  margin-top: 80px;
}
.white-text {
  color: #fff;
}
.social-mob img {
	filter: saturate(100%);
}

.colored-background {
  background: #CBF2AA;
  padding: 80px 0;
}
.colored-background .white-text  {
	color: #0D0E10
}
.nav-item {
  line-height: 40px;
  color: #fff;
  font-size: 18px;
}
.btn-close {
  float: right;
  top: 25px;
  right: 30px;
  position: absolute;
  width: 40px;
  height: 40px;
  text-align: center;
  background: url("../img/close_icon.svg") center no-repeat;
  border-radius: 20px;
  filter: invert(100%);
  opacity: 1;
}
.offcanvas-body {
  padding: 40px;
}
.social-mob {
  width: 40px;
  height: 40px;
  text-align: center;
  margin: 25px 12px 0 0;
  line-height: 40px !important;
  background: #fff;
  border-radius: 20px;
  float: left;
}
.social-mob img {

}

.secondary-menu {
  width: 100%;
  bottom: 0;
  z-index: 9999;
  left: 0;
  position: fixed;
  background: #009999;
  opacity: 0;
  transition: all 0.3s;
  filter: drop-shadow(0px 20px 40px rgba(17, 17, 17, 0.25));
	transform: translateZ(0)
}
.display-none {
  bottom: -50px;
  opacity: 0;
}
.display-block {
  bottom: 0;
  opacity: 1;
}
.fadeMenu2 {
  color: #fff;
  padding: 12px 10px;
}
.fadeMenu2 p {
  color: #fff;
  margin-bottom: 0;

  font-style: normal;
  font-weight: 300;
  font-size: 21px;
  padding: 0 10px;
}
.fadeMenu2 p a {
  color: #fff;
  text-decoration: none;
	  font-family: 'Josefin Sans';
	  font-style: normal;
  font-weight: 300;
  font-size: 21px;
}
.menu-custom {
  height: 92px;
  font-family: 'Josefin Sans', sans-serif;
  line-height: 92px;
}
.menu-footer-top {
  height: 58px;
  font-family: 'Josefin Sans', sans-serif;
  line-height: 50px;
  margin-top: 60px;
}

.menu-footer-top .logo{
font-size: 25px;
}

.menu-footer-center {
  height: 92px;
  font-family: 'Josefin Sans', sans-serif;
  line-height: 92px;
  border-top: solid 1px #009999;
  margin-bottom: 20px;
}

.menu-container {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  height: 92px;
  background: #fff;
}
.menu-container a {
	text-decoration: none;
}


.header-container {}
.main-image-container {
  margin-top: -240px;
  text-align: center;
}
.logo {
  font-weight: 700;
  font-size: 20px;
  line-height: inherit;
  letter-spacing: 0.02em;
  color: #009999;
  margin-right: 20px;
}
.menu-items {
  font-weight: 300;
  font-size: 20px;
  color: #0D0E10;
  padding: 2px 20px 0 20px;
  line-height: 38px;
  margin: 25px 6px;
  float: left;
  display: inline-block;
	  border-radius: 20px;
	  transition: all ease-in-out 0.3s;
	
}

.menu-items:hover {
  background: #CC3D5C;
  border-radius: 20px;
  color: #fff;
}
.selected {
	  font-weight: 400;
  font-size: 20px;
  background: #009999;
  border-radius: 20px;
  color: #fff;
	  padding: 2px 20px 0 20px;
  line-height: 38px;
  margin: 25px 6px;
  float: left;
  display: inline-block;

	  transition: all ease-in-out 0.3s;
	
}

.menu-items1 {
  border: 2px solid #fff;
  border-radius: 3rem;
  color: #0D0E10;
  font-weight: 400;
  font-size: 20px;
  overflow: hidden;
  padding: 2px 20px 0 20px;
  position: relative;
  text-decoration: none ;
  transition: 0.2s transform ease-in-out;
  will-change: transform;
  z-index: 0;
	  line-height: 38px;
	  margin: 23px 6px;
	width: auto;
	  float: left;
  display: inline-block;


}
.menu-items1::after {
  background-color: #009999;
	color: #fff;
  border-radius: 3rem;
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(150%, 100%) rotate(10deg) ;
  transform-origin: top left;
  transition: 0.2s transform ease-in-out;
  will-change: transform;
  z-index: -1;
	filter: blur(15px);

}
.menu-items1:hover::after {
  transform: translate(0, 0);
		filter: blur(0px);
	
}
.menu-items1:hover {
  border: 2px solid transparent;
  color: #fff;
  transform: scale(1);
  will-change: transform;
		filter: blur(0px);

}


.social {
  border: 2px solid #fff;
  border-radius: 3rem;
  color: #0D0E10;
  font-weight: 300;
  font-size: 20px;
  overflow: hidden;

  position: relative;
  text-decoration: none ;
  transition: 0.2s transform ease-in-out;
  will-change: transform;
  z-index: 0;
	  line-height: 38px;
	  margin: 23px 0;
	width: auto;
	  float: left;
  display: inline-block;


}
.social::after {
  background-color: #009999;
	color: #fff;
  border-radius: 3rem;
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(150%, 100%) rotate(10deg) ;
  transform-origin: top left;
  transition: 0.2s transform ease-in-out;
  will-change: transform;
  z-index: -1;
	filter: blur(15px);

}
.social:hover::after {
  transform: translate(0, 0);
		filter: blur(0px);
	
}
.social:hover {
  border: 2px solid transparent;
  color: #fff;
  transform: scale(1);
  will-change: transform;
		filter: blur(0px);
	cursor: pointer;

}


.social img {
	 width: 40px;
  height: 40px;
padding: 3px;
	
}

.social img:hover {
   filter: brightness(0) invert(1);
		opacity: 1
}



.manu-icon {
  width: 40px;
  height: 40px;
  text-align: center;
  margin: 25px 6px;
  line-height: 40px !important;
  background: #009999;
  border-radius: 20px;
  float: left;
  display: none;
}
.manu-icon img {
  filter: invert(100%);
}
.shadow-custom {
  filter: drop-shadow(0px 20px 40px rgba(17, 17, 17, 0.25));
	
-webkit-font-smoothing: antialiased;
	transform: translateZ(0);
	  border-radius: 0.1px; 
	
}
.main-info-container {
  background: linear-gradient(356.97deg, rgba(0, 0, 0, 0.5) 2.18%, rgba(0, 0, 0, 0) 77.7%), url(../img/art-gallery/art-gallery-banner.jpg) center no-repeat;
  background-size: cover !important;
  height: 322px;
}
.banner-give-hub {
  background: linear-gradient(356.97deg, rgba(0, 0, 0, 1) 2.18%, rgba(0, 0, 0, 0.2) 77.7%), url(../img/give-hub/givehub-banner7.jpg) center no-repeat;
}
.banner-cerrosud {
  background: linear-gradient(356.97deg, rgba(0, 0, 0, 0.5) 2.18%, rgba(0, 0, 0, 0.2) 77.7%), url(../img/work/banner-cerrosud.jpg) center no-repeat;
}
.banner-pay-solutions {
  background: linear-gradient(356.97deg, rgba(0, 0, 0, 0.5) 2.18%, rgba(0, 0, 0, 0.2) 77.7%), url(../img/work/banner-pay-solutions.jpg) center no-repeat;
}
.banner-magic-spyglass {
  background:  url(../img/magic-spyglass/magic-spyglass-banner-03.jpg) center bottom no-repeat;
}
.banner-contact {
  background: linear-gradient(356.97deg, rgba(0, 0, 0, 0.9) 2.18%, rgba(0, 0, 0, 0.2) 77.7%), url(../img/about/banner-about.jpg) top no-repeat;
	background-size: cover;
}
.banner-contact h1 {
	font-size: 36px;
	line-height: 41px;
}
.banner-contact .main-info-details {
    margin-top: 110px;
}
.banner-about {
  background: linear-gradient(356.97deg, rgba(0, 0, 0, 0.9) 2.18%, rgba(0, 0, 0, 0.2) 77.7%), url(../img/about/banner-about.jpg) top no-repeat;
}
.banner-about  h1 {
	font-size: 36px;
	line-height: 41px;
}
.banner-about  .main-info-details {
    margin-top: 110px;
}


.contact-form-container {
	width: 100%; 

	background: #fff; 
	float: right; 
	border-radius: 30px;
margin-top: 27px;

}
.contact-form-container-inn {
	padding: 40px;
}

.contact-form-container-inn h6 {
	float: left;
}
.input-contacto, .textarea-contacto {
	border: 0;
	border-bottom: solid 1px #0D0E10;
	background: #fff;
	border-radius: 0;
	padding: 7px 0;
		outline-color: #CC3D5C;
	  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: 16px;
  line-height: 24px;
  /* or 150% */
  letter-spacing: 0.03em;
  color: #0D0E10;

}
.contact-form-container-inn .main-button-2 {
	width: 100%;
	margin-top: 30px;
}

input:focus, input:after , input:focus-visible, inout:focus-visible, input:focus-visible, textarea:focus, textarea:after , textarea:focus-visible, textarea:focus-visible, textarea:focus-visible {
    box-shadow: 0 0 0 0 !important;
	outline: none !important;
		border-bottom: solid 1px  #3FD98F !important;

}
.main-info-content {
  padding-top: 100px;
}
.main-info-details {
  margin-top: 95px;
}
.work-banner {
  background: linear-gradient(356.97deg, rgba(0, 0, 0, 0.5) 2.18%, rgba(0, 0, 0, 0) 77.7%), url(../img/art-gallery/art-gallery-banner.jpg) center no-repeat;
  background-size: cover !important;
  height: 227px;
}

.work-art-gallery-app{
	  background: linear-gradient(356.97deg, rgba(0, 0, 0, 0.5) 2.18%, rgba(0, 0, 0, 0) 77.7%), url(../img/art-gallery/art-gallery-banner.jpg) center no-repeat;
  background-size: cover !important;
  height: 250px;
	border-radius: 30px;

}

.icon-header {
  width: 55px;
  height: 55px;
  float: left;
  display: inline-block;
  background: #EFEFEF;
  padding: 0;
  border-radius: 30px;
  text-align: center;
  margin-bottom: 10px;
  top: -5px;
  position: relative;
	opacity: 0;
}
.text-header {
  float: left;
  display: inline-block;
}
.detail-item {
  margin-bottom: 5px;
}
.icon-header img {
  padding: 0 10px;
  margin-top: 9px;
}
.details-containter {
  margin-top: 45px;
  margin-bottom: 45px;
}
.case-container {
  padding: 80px 0;
  text-align: left;
  background: linear-gradient(270deg, #EFEFEF 69%, rgba(239, 239, 239, 0) 100%) /*url(../img/pattern.jpg)  left no-repeat */ ;
}
.overview-containter {
  padding: 100px 0;
  text-align: center;
  background: #F1F1F1;
}
.info-containter {
  padding: 80px 0;
}
.prototype-container {
  background: linear-gradient(356.97deg, rgba(0, 0, 0, 0.5) 2.18%, rgba(0, 0, 0, 0) 77.7%), url(../img/art-gallery/art-gallery-large.jpg) center no-repeat;
  padding: 50px 0;
}
.prototype-container2 {
  background: linear-gradient(356.97deg, rgba(0, 0, 0, 0.6) 2.18%, rgba(0, 0, 0, 0.2) 77.7%), url(../img/give-hub/givehub-banner4d.jpg) bottom no-repeat;
  background-size: cover;
  padding: 50px 0;
}
.prototype-container3 {
  background: linear-gradient(356.97deg, rgba(0, 0, 0, 0.6) 2.18%, rgba(0, 0, 0, 0.2) 77.7%), url(../img/cerrosud/fondo-cerrosud-mocks01.jpg) bottom no-repeat;
  background-size: cover;
  padding: 50px 0;
}
.prototype-container4 {
  background: linear-gradient(270deg, #EFEFEF 69%, rgba(239, 239, 239, 0) 100%);
  background-size: cover;
  padding: 50px 0;
}
.prototype-container5 {
  background:  url(../img/magic-spyglass/desk02.jpg) bottom no-repeat;
  background-size: cover;
  padding: 50px 0;
}
.prototype-container6 {
  background: url(../img/magic-spyglass/magic-spyglass-bg03.jpg) center no-repeat;
  background-size: cover;
	height: 600px;
}
.prototype-container7 {
  background: url(../img/magic-spyglass/banner-work.jpg) center right no-repeat;
  background-size: cover;
	height: 600px;
}
.prototype-container8 {
  background: linear-gradient(356.97deg, rgba(0, 0, 0, 0.6) 2.18%, rgba(0, 0, 0, 0.2) 77.7%), url(../img/magic-spyglass/narrative-background.jpg) bottom no-repeat;
  background-size: cover;
  padding: 50px 0;
}
.prototype-container9 {
  background: url(../img/magic-spyglass/prototypes-bg02.jpg) center no-repeat;
  background-size: cover;
	background-position: center;
	height: 400px;
}
.prototype-container10 {
  background: url(../img/magic-spyglass/through-the-spyglass.jpg) center no-repeat;
  background-size: cover;
	background-position: bottom;
	height: 500px;
}
.prototype-container11 {
  background: linear-gradient(356.97deg, rgba(0, 0, 0, 0.6) 2.18%, rgba(0, 0, 0, 0.2) 77.7%), url(../img/pay-solutions/fondo-office.jpg) bottom no-repeat;
  background-size: cover;
  padding: 50px 0;
}

.narrative-container01 {
  background:  url(../img/magic-spyglass/narrative-background04.jpg)  no-repeat ;
  background-size: cover;
	background-position: bottom;
	padding-bottom: 140px;

}
.how-to-play-container01 {
  background: #B1DAE7  url(../img/magic-spyglass/narrative-background05.jpg)  no-repeat ;
	background-size: 100%;

	background-position: bottom;
	padding-bottom: 140px;

}

.video-magic-spyglass-container {
		margin: 0 auto;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
		padding-right: 120px;
	padding-left: 120px;
}
.video-magic-spyglass iframe {
	border-radius: 30px;
	width: 100%;
}

.mock-cerrosud-container {
		margin: 0 auto;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
}


.accessibility-container {
  margin-top: -40px;
}
.arrow {
  box-sizing: border-box;
  width: 71px;
  height: 29px;
  border: 1px solid #3FD98F;
  border-radius: 30px;
}
.arrow01 {
  text-align: right;
  margin-top: -15px;
}
.round-border {
  box-sizing: border-box;
  border: 1px solid #009999;
  border-radius: 30px;
}
.border-radius-50 {
  border-radius: 30px;
}
.round-border-25 {
  box-sizing: border-box;
  border: 1px solid #009999;
  border-radius: 20px;
}
.persona-img {
  width: 160px;
  height: 160px;
  background-image: url("../img/art-gallery/andrea.jpg");
  background-size: cover;
  border-radius: 80px;
  position: absolute;
  right: -10px;
  top: -40px;
  /* Sombra Principal */
  filter: drop-shadow(0px 20px 40px rgba(17, 17, 17, 0.25));
	transform: translateZ(0);

}
.persona-img-give-hub {
  background-image: url("../img/give-hub/emilia.jpg");
}
.persona-img-cerrosud {
  background-image: url("../img/cerrosud/persona.jpg");
}
.position-relative {
  position: relative
}
.wireframes-img {
  height: 350px;
  background-image: url("../img/art-gallery/art-gallery-storyboard.jpg");
  background-size: cover;
  border-radius: 30px;
	background-position: center ;
  /* Sombra Principal */
  filter: drop-shadow(0px 20px 40px rgba(17, 17, 17, 0.25));
	transform: translateZ(0);

}

.wireframes-givehub-img {
  height: 350px;
  background-image: url("../img/give-hub/give-hub-paper-wireframes.jpg");
  background-size: cover;
  border-radius: 30px;
  /* Sombra Principal */
  filter: drop-shadow(0px 20px 40px rgba(17, 17, 17, 0.25));
	transform: translateZ(0);

}

.wireframes-cerrosud-img {
  height: 350px;
  background-image: url("../img/cerrosud/cerrosud-ia.jpg");
  background-size: cover;
  border-radius: 30px;
  /* Sombra Principal */
  filter: drop-shadow(0px 20px 40px rgba(17, 17, 17, 0.25));
	transform: translateZ(0);

}

.screen-pay-solutions-01 {

  border-radius: 4px;
  /* Sombra Principal */
  filter: drop-shadow(0px 20px 40px rgba(17, 17, 17, 0.25));
	transform: translateZ(0);

}


.magic-spyglass-model-01 {
  height: 370px;
  background-image: url("../img/magic-spyglass/model01.jpg");
  background-size: cover;
		background-position: center;
  border-radius: 30px;
  /* Sombra Principal */
  filter: drop-shadow(0px 20px 40px rgba(17, 17, 17, 0.25));
	transform: translateZ(0)
}
.magic-spyglass-model-02 {
  height: 370px;
  background-image: url("../img/magic-spyglass/model02.jpg");
  background-size: cover;
		background-position: center;
  border-radius: 30px;
  /* Sombra Principal */
  filter: drop-shadow(0px 20px 40px rgba(17, 17, 17, 0.25));
	transform: translateZ(0)
}
.magic-spyglass-model-03 {
  height: 370px;
  background-image: url("../img/magic-spyglass/model03.jpg");
  background-size: cover;
	background-position: center;
  border-radius: 30px;
  /* Sombra Principal */
  filter: drop-shadow(0px 20px 40px rgba(17, 17, 17, 0.25));
	transform: translateZ(0)
}
.magic-spyglass-model-04 {
  height: 370px;
  background-image: url("../img/magic-spyglass/model04.jpg");
  background-size: cover;
	background-position: center;
  border-radius: 30px;
  /* Sombra Principal */
  filter: drop-shadow(0px 20px 40px rgba(17, 17, 17, 0.25));
	transform: translateZ(0)
}


.magic-spyglass-model-05 {
  height: 370px;
  background-image: url("../img/magic-spyglass/magic-spyglass-object.jpg");
  background-size: cover;
		background-position: center;
  border-radius: 30px;
  /* Sombra Principal */
  filter: drop-shadow(0px 20px 40px rgba(17, 17, 17, 0.25));
	transform: translateZ(0)
}
.magic-spyglass-model-06 {
  height: 370px;
  background-image: url("../img/magic-spyglass/model05.jpg");
  background-size: cover;
	background-position: center;
  border-radius: 30px;
  /* Sombra Principal */
  filter: drop-shadow(0px 20px 40px rgba(17, 17, 17, 0.25));
	transform: translateZ(0)
}

.magic-spyglass-model-07 {
  height: 370px;
  background-image: url("../img/magic-spyglass/magic-spyglass-cards.jpg");
  background-size: cover;
	background-position: center;
  border-radius: 30px;
  /* Sombra Principal */
  filter: drop-shadow(0px 20px 40px rgba(17, 17, 17, 0.25));
	transform: translateZ(0)
}
.magic-spyglass-model-08 {
  height: 370px;
  background-image: url("../img/magic-spyglass/magic-spyglass-discs.jpg");
  background-size: cover;
		background-position: center;
  border-radius: 30px;
  /* Sombra Principal */
  filter: drop-shadow(0px 20px 40px rgba(17, 17, 17, 0.25));
	transform: translateZ(0)
}
.c-userflow-img {
  height: 350px;
  background-image: url("../img/cerrosud/cerrosud-user-flow.svg");
	background-repeat: no-repeat;
  background-size: contain;

}

.bubble-art-01 {
  position: absolute;
  width: 200px;
  z-index: 1;
  background: #fff;
  left: 180px;
  top: 130px;
}
.bubble-art-02 {
  position: absolute;
  width: 200px;
  z-index: 1;
  background: #fff;
  left: 180px;
  bottom: 130px;
}
.bubble-art-03 {
  position: absolute;
  width: 200px;
  z-index: 1;
  background: #fff;
  left: 180px;
  bottom: 30px;
}
.bubble-give-hub-02 {
  bottom: 170px;
}
.bubble-give-hub-03 {
  top: 59px;
}
.main-button {
  height: 40px;
  background: #B4ED82;
  border-radius: 20px;
  font-family: 'Josefin Sans';
  font-weight: 400;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  /* identical to box height */
  letter-spacing: 0.01em;
  color: #0D0E10;
  padding: 0 40px;
}

.main-button-2 {
  height: 35px;
  background: #B4ED82;
  border-radius: 20px;
  font-family: 'Josefin Sans';
  font-weight: 400;
  font-size: 18px;
  line-height: 35px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #0D0E10;
  padding: 0 20px;
	width: 180px;
	border: 0;
}

.round-border-25 h6 {
  line-height: 40px;
}
.mocks-containter {
  margin-top: -300px;
  position: relative;
}
.desktop-project-title {
  margin-left: 45px;
}

/*.details-info-container {
  margin-left: 45px;
}*/

.detail-item-inn {
	border-left: solid 1px #efefef;
	margin-bottom: 15px;
	
}

.detail-item-inn p {
	margin-bottom: 0;
	
}

.cards-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-container-large {
  width: 800px;
  height: auto;
}

swiper-container {
  width: 300px;
  height: auto;
}
swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0);
}
.swiper-3d .swiper-slide-shadow {
  backdrop-filter: blur(1px);
  background: rgba(0, 0, 0, 0);
}
swiper-slide:nth-child(1n) {
  background-color: rgba(255, 255, 255, 0);
}
swiper-slide:nth-child(2n) {
  background-color: rgba(255, 255, 255, 0);
}
swiper-slide:nth-child(3n) {
  background-color: rgba(255, 255, 255, 0);
}
swiper-slide:nth-child(4n) {
  background-color: rgba(255, 255, 255, 0);
}
swiper-slide:nth-child(5n) {
  background-color: rgba(255, 255, 255, 0);
}
swiper-slide:nth-child(6n) {
  background-color: rgba(255, 255, 255, 0);
}
swiper-slide:nth-child(7n) {
  background-color: rgba(255, 255, 255, 0);
}
swiper-slide:nth-child(8n) {
  background-color: rgba(255, 255, 255, 0);
}
swiper-slide:nth-child(9n) {
  background-color: rgba(255, 255, 255, 0);
}
swiper-slide:nth-child(10n) {
  background-color: rgba(255, 255, 255, 0);
}
.offcanvas {
  background: #009999;
  transition: all 0.3s;
}
.arrow2-container {
  text-align: center
}
.button-100-mobile .col {
  padding: 0;
}
.social-menu-ppal {
  float: right;
}
.work-header-container {
  background: url("../img/gallery-app-paper-wireframes.jpg");
  background-size: cover !important;
  height: 322px;
	margin-bottom: 20px;
}
.work-img {
	border-radius: 30px;
}
.work-single-container-l {
	margin-right: 15px;
	margin-left: 15px;	
}
.work-single-container-r {
	margin-left: 15px;
	margin-right: 15px;	
}
.portfolio-01 {
	height: 280px;
}
.portfolio-02 {
	height: 280px;
}
.portfolio-03 {
	height: 280px;
}
.portfolio-04 {
	height: 280px;
}


.portfolio-01-img {
    position: relative;
    margin-top: -240px;
	padding-right: 14px;
	width: 85%;
	float: right;

}
.portfolio-01-details {

	position: relative;
	padding: 40px 0 0 40px;
}
.portfolio-01-title {
	margin-bottom: 50px;
	line-height: 30px;
	padding-left: 30px;
}
.portfolio-01-title h6{
	line-height: 30px;
	margin-bottom: 0;
}
.portfolio-01-title h6 span{
	font-weight: 300;
}
.view-project p, .view-project img{
	float: left;
	display: inline-block;
	
}
.view-project {
    margin-top: 15px;
    margin-left: -5px;

	
}

.view-project img{
	margin-top: 11px;

	
}
a {
		text-decoration: none;
}
.secondary-button {
  height: 30px;
  background: #fff;
	border: solid 1px rgba(13, 14, 16, 0.4);
  border-radius: 20px;
   font-family: 'Open Sans';
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  /* identical to box height */
  letter-spacing: 0.02em;
  color: #0D0E10;
  padding: 0 10px 0 18px;
	width: 160px;
	  transition: all ease-in-out 0.1s;
	cursor: pointer;
	text-decoration: none;
}

.secondary-button img{
	float: right;
	    left: -5px;
    position: relative
}

.secondary-button:hover {
	width: 47%
}

.work-container-01 {
	background: url("../img/work/banner-c-ag.jpg");
	background-position: center top;
	background-repeat: no-repeat;

}
.work-container-02 {
	background: url("../img/work/banner-g-ms.jpg");
	background-position: center top;
	background-repeat: no-repeat;

}
 .work-container-05-b {
	background: url("../img/work/banner-pay-solutions.jpg");
	background-position: center top;
	background-repeat: no-repeat;

}
 .work-container-01-b {
	background: url("../img/work/banner-cerrosud.jpg");
	background-position: center top;
	background-repeat: no-repeat;

}
.work-container-02-b {
	background: url("../img/work/banner-art-gallery.jpg");
	background-position: center top;
	background-repeat: no-repeat;

}

.work-container-03-b {
	background: url("../img/work/magic-spyglass-banner-w.jpg");
	background-position: center top;
	background-repeat: no-repeat;

}
.work-container-04-b {
	background: url("../img/work/banner-give-hub.jpg");
	background-position: center top;
	background-repeat: no-repeat;

}


.stats-container {

	background: #FFF;
	padding-bottom: 4rem !important;
	margin-bottom: 20px;
}
.stats-container h6{
	line-height: 28px;
	text-align: center;
	margin-bottom: 20px;

}

.stats-number {
	width: 140px;
	height: 140px;
		color:  #3FD98F;

    border-radius: 70px;
	
	  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
	padding-top: 45px;
  align-items: center;
	text-align: center;
	margin: 0 auto;
	background: url("../img/arrowUp.svg") #fff center 15px;
	background-repeat: no-repeat;

}
.items-menu-pie  {
	margin-top: 5px;
}
	  .items-menu-pie .pie-projects {
		  display: inline-block;
		  float: left;
		  margin-right: 40px;
	 	  color: #0D0E10;
    font-weight: 300;
    font-size: 20px;
		  margin-bottom: 0
  }
	  .items-menu-pie .pie-projects a {
	
		  color: #0D0E10;
	  
  }
	  .items-menu-pie .pie-projects a:hover {
	
			      color: #009999;
	  
  }



.stat01-a {
	height: 170px;
background: rgb(2,0,36);
background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(124, 218, 218,0.3) 100%);;
	border-radius: 20px 20px 0 0;
	padding-top: 20px;

}

.stat01-b {
	height: 246px;
background: rgb(63,217,143);
background: linear-gradient(180deg, rgba(0, 153, 153, 1) 10%, rgba(124, 218, 218,0.3) 100%);
	border-radius: 20px 20px 0 0;
	padding-top: 20px;
}

.stat02-a {
	height: 90px;
background: rgb(2,0,36);
background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(124, 218, 218,0.3) 100%);
	border-radius: 20px 20px 0 0 ;
	padding-top: 20px;
}

.stat02-b {
	height: 139px;
background: rgb(63,217,143);
background: linear-gradient(180deg, rgba(0, 153, 153, 1) 10%, rgba(124, 218, 218,0.3) 100%);
	border-radius: 20px 20px 0 0 ;
	padding-top: 20px;
}
.stat03-a {
	height: 156px;
background: rgb(2,0,36);
background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(124, 218, 218,0.3) 100%);
	border-radius: 20px 20px 0 0;
	padding-top: 20px;
}

.stat03-b {
	height: 224px;
background: rgb(63,217,143);
background: linear-gradient(180deg, rgba(0, 153, 153, 1) 10%, rgba(124, 218, 218,0.3) 100%);
	border-radius: 20px 20px 0 0;
	padding-top: 20px;
}
.stat01-a h6, .stat01-b h6, .stat02-a h6, .stat02-b h6, .stat03-a h6, .stat03-b h6{
		color: #fff;
	font-weight: 600;
	line-height: 24px;
}
.stats-data h4 {
	line-height: 32px;
	font-weight: 700;

}
.stats-data h6{
	line-height: 36px;
	font-weight: 300;
	margin-bottom: 5px;

}


.ratio-custom {
    --bs-aspect-ratio: 57.9%;
}



.how-to-play h6 {
	line-height: 26px;
	margin-top: 20px;
	margin-bottom: 30px;
}

.portfolio-04-b {
/*	background:  url(../img/magic-spyglass/banner-work02.jpg) center no-repeat; 
	background-size: cover;
	opacity: 1;*/
	height: 322px;
	border-radius: 30px;
}

	
.portfolio-01-b {
/*	background:  url(../img/art-gallery/art-gallery-banner.jpg) center no-repeat; 
	background-size: cover;
	opacity: 1;*/
		height: 322px;
		border-radius: 30px;
}
.portfolio-02-b {
/*	background:  url(../img/give-hub/givehub-banner2.jpg) center no-repeat; 
	background-size: cover;
	opacity: 1;*/
		height: 322px;
		border-radius: 30px;
}
.portfolio-03-b {
/*	background: url(../img/cerrosud/cerrosud.jpeg) center no-repeat; 
	background-size: cover;
	opacity: 1;*/
		height: 322px;
		border-radius: 30px;
}
.portfolio-05-b {
/*	background: url(../img/cerrosud/cerrosud.jpeg) center no-repeat; 
	background-size: cover;
	opacity: 1;*/
		height: 322px;
		border-radius: 30px;
}
.animate__animated.animate__fadeInUp,  .animate__animated.animate__fadeInDown {
  --animate-duration: 0.7s;
	transition-timing-function: ease-in-out;
}

	.contact-details-containter {
		height: 260px;
		
	}

.alert-custom {
	background: rgb(63 217 143 / 16%);
	border: 0;
	padding: 5px 10px;
	margin-top: 10px;
	margin-bottom: 0;
    font-size: 14px;
	color: #0D0E10;
	letter-spacing: 0.03em;
}
.help-block {
	margin-bottom: 10px
}
.help-block ul {
	list-style-type: none;
	padding: 0;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 0;
}

.help-block li {
	font-size: 14px;
	margin-top: 5px;
}
.about-picture {
	border-radius: 30px;
}
  .menu-footer-center .social {
	  margin-top: 12px
  }
	

@media screen and (max-width: 720px) {

  .case-container {
    background: linear-gradient(270deg, #EFEFEF 69%, rgba(239, 239, 239, 0.8) 100%) /*, url(../img/pattern.jpg) left no-repeat*/ ;
  }
  p {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.03em;
  }
  h1, h2 {
    font-size: 36px;
    line-height: 36px;
  }
  h4 {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 10px;
  }
  h5 {
    font-size: 18px;
    line-height: 24px;
  }
  h6 {
    font-size: 21px;
    line-height: 24px;
  }
  .manu-icon {
    display: block
  }
  .social-menu-ppal, .items-menu-ppal {
    display: none;
  }
  .duration {
    float: left !important;
  }
  .margin-left-10 {
    margin-left: 0;
  }
  .margin-right-10 {
    margin-right: 0;
  }
  .arrow01 img {
    width: 95%
  }
  .detail-item {
    margin-bottom: 20px;
    padding-left: 35px;
    padding-right: 35px;
  }
  .main-image-container img {
    width: 100%
  }
  .main-info-content {
    padding-top: 20px;
  }
  .icon-header {
    margin-bottom: 15px;
  }
  .arrow-text-container {
    margin-top: 20px;
  }
  .arrow01 {
    padding-left: 20px;
    padding-right: 0;
  }
  .mobile-no-margin {
    margin: 0;
  }
  .mobile-margin-top-20 {
    margin-top: 20px;
  }
  .persona-container {
    padding: 40px 15px 40px 15px;
    margin-left: -20px;
    margin-right: -20px;
  }
  .persona-img {
    width: 130px;
    height: 130px;
    right: -25px;
    top: -5px;
  }
	.persona-img-cerrosud {
   top: -20px;
}
  .persona-title {
    margin-bottom: 30px;
  }
  .mobile-margin-bottom-20 {
    margin-bottom: 20px;
  }
  .mobile-margin-bottom-40 {
    margin-bottom: 40px;
  }
	  .mobile-margin-bottom-60 {
    margin-bottom: 60px;
  }
  .mobile-padding-left-35 {
    padding-left: 35px;
  }
  .mobile-padding-40-20 {
    padding: 40px 20px !important;
  }
  .bubble-art-01 {
    right: 0;
    left: auto;
  }
  .bubble-art-02 {
    right: 0;
    left: auto;
  }
  .bubble-art-03 {
    right: 0;
    left: auto;
  }
  .persona-quote {
    width: 95%;
  }
  .persona-quote p {
    margin-right: 60px;
  }
  .info-containter {
    padding: 80px 0;
  }

  .mobile-padding-lr-40 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .round-border-25 h6 {
    line-height: 20px;
  }
  .main-button {
    padding: 0;
  }

  swiper-container {
    width: 180px;
    height: auto;
  }
  .arrow2-container {
    text-align: center;
    height: 100px;
  }
  .arrow2-container img {
    transform: rotate(90deg);
    margin-top: 40px;
  }
	

	
  .items-menu-pie .menu-items {
    clear: both;
    margin-bottom: 5px;
    margin-top: 5px;
  }


	
  .social-menu-ppal-container {
    margin-left: 5px;
  }
	
	.magic-spyglass-model-01 {
  height: 900px;
  background-image: url("../img/magic-spyglass/model01-mob.jpg");

}
	.magic-spyglass-model-03 {
  height: 700px;
  background-image: url("../img/magic-spyglass/model03-mob.jpg");

}
	.how-to-play-container01 {
    background-size: 300%;
}
	.portfolio-01-img {
    margin-top: -200px;
	width: 100%;
		padding-right: 0;
}

	.contact-form-container-inn {
    padding-top: 60px;
		padding-bottom: 60px;
}
	
	.portfolio-01-title h6 {
    line-height: 26px;
    margin-bottom: 5px;
}
	.detail-item {
    padding-left: 30px;
}
}

@media screen and (max-width: 1140px) and (min-width: 960px) {
.portfolio-01-img {

margin-top: -200px;
	width: 100%;

}
	.contact-form-container {

    position: relative;
    right: -40px;
}
		.contact-form-container {
		width: 120%
	}
	
		.about-picture-container {
		width: 120%;
		
	}
}



@media screen and (max-width: 960px) and (min-width: 720px) {
  .menu-items {
    margin-right: 2px;
    margin-left: 2px;
    padding: 2px 10px 0 10px;
  }
  .social {
    margin-right: 2px;
    margin-left: 2px;
  }
  .logo {
    margin-right: 0;
  }
  .main-info-container {}
  .details-containter {
    margin-left: 20px;
  }
		.magic-spyglass-model-01 {
  height: 1200px;
  background-image: url("../img/magic-spyglass/model01-mob.jpg");

}
		.magic-spyglass-model-03 {
  height: 900px;
  background-image: url("../img/magic-spyglass/model03-mob.jpg");

}
		.how-to-play-container01 {
    background-size: 200%;
}
	.portfolio-01-img {

    margin-top: -200px;
		width: 100%;

}
		.detail-item {
		padding-left: 0;
	}
}
@media screen and (max-width: 720px) and (min-width: 576px) {
  .persona-quote p {
    margin-right: 0;
  }
}
@media screen and (max-width: 992px) {
		.details-info-container {
    margin-left: 0;
}
	  .margin-left-45 {
    margin-left: 15px;
    margin-right: 15px;
  }
	  .button-hide {
    display: none
  }
  .duration {
    float: left !important;
  }
  .mobile-project-title {
    display: block;
    margin-bottom: 50px;
    margin-left: 0;
    padding-top: 60px;
  }
  .desktop-project-title {
    display: none;
  }
  .header-container {
    height: 600px;
  }
  .main-info-container {
    height: auto;
    background: linear-gradient(110.97deg, rgba(0, 0, 0, 0.5) 2.18%, rgba(0, 0, 0, 0) 95.7%), url(../img/art-gallery/art-gallery-banner-mob2.jpg) bottom no-repeat;
    background-size: cover;
    padding-bottom: 20px;
  }
  .banner-give-hub {
    background: linear-gradient(110.97deg, rgba(0, 0, 0, 0.5) 2.18%, rgba(0, 0, 0, 0) 95.7%), url(../img/give-hub/givehub-banner-mob.jpg) bottom no-repeat;
  }
	.banner-cerrosud {
  background: linear-gradient(110.97deg, rgba(0, 0, 0, 0.5) 2.18%, rgba(0, 0, 0, 0) 95.7%), url(../img/cerrosud/cerrosud-banner-mob.jpg) center no-repeat;
}
	.banner-pay-solutions {
  background: linear-gradient(110.97deg, rgba(0, 0, 0, 0.5) 2.18%, rgba(0, 0, 0, 0) 95.7%), url(../img/pay-solutions/pay-solutions-mob.jpg) center no-repeat;
}
	
		.banner-magic-spyglass {
  background: linear-gradient(110.97deg, rgba(0, 0, 0, 0.5) 2.18%, rgba(0, 0, 0, 0) 95.7%), url(../img/magic-spyglass/magic-spyglass-banner-02.jpg) center no-repeat;
}
	.banner-contact {
  background: linear-gradient(356.97deg, rgba(0, 0, 0, 0.6) 2.18%, rgba(0, 0, 0, 0.4) 77.7%), url(../img/about/banner-about-small.jpg)  center no-repeat;
	background-size: cover;
}
		.banner-about {
  background: linear-gradient(356.97deg, rgba(0, 0, 0, 0.6) 2.18%, rgba(0, 0, 0, 0.4) 77.7%), url(../img/about/banner-about-small.jpg) center no-repeat;
	background-size: cover;
}
  .details-containter {
    margin-top: 0;
  }
  .main-info-content {
    display: none
  }

	.contact-form-container-out {
		display: block;
		height: 500px;
		padding-top: 0;
	}
  .detail-items-container {
    margin-top: 80px;
	  padding-left: 0;
  }

  .main-info-details {
    margin-top: 60px;
  }
  .main-image-container {
    display: none
  }

	
  .main-image-container-mobile {
    display: block;
    margin-top: 140px;
    text-align: center;
    padding-right: 25px;
  }
  .wireframe-img {
    max-width: 250px;
  }
	.work-single-container-l {
	margin-right: 0;
			margin-left: 0;
}
.work-single-container-r {
	margin-left: 0;
	margin-right: 0;
}
	.work-container {
		padding-top: 0;
}
	.mobile-no-padding {
		padding: 0;
	}
	
	.portfolio-01, .portfolio-02, .portfolio-03, .portfolio-04 {
		margin-right: -12px;
		margin-left: -12px;
		border-radius: 0;
	}
	
.portfolio-01-b, .portfolio-02-b, .portfolio-03-b, .portfolio-04-b {

		border-radius: 0;
	height: 280px;

	}

		  .items-menu-pie .pie-projects {
			  clear: both;
			  line-height: 40px;
			  	margin-left: 10px;
  }
	  .menu-footer-center .social-menu-ppal {
    display: block;
    float: left;
  }
	
.portfolio-01, .portfolio-01-b {
	background:  url(../img/art-gallery/art-gallery-banner.jpg) bottom no-repeat; 
	background-size: cover;

}
.portfolio-02, .portfolio-02-b {
	background: url(../img/give-hub/givehub-banner2.jpg) bottom no-repeat; 
	background-size: cover;

}
.portfolio-03, .portfolio-03-b {
	background: url(../img/work/banner-cerrosud-04.jpg) center left no-repeat; 
	background-size: cover;


}
.portfolio-04, .portfolio-04-b {
	background:  url(../img/work/magic-spyglass-banner-04.jpg) right no-repeat; 
	background-size: cover;

	background-position: right;
}
.portfolio-05, .portfolio-05-b {
	background:  url(../img/work/pay-solutions-banner-03.jpg) right no-repeat; 
	background-size: cover;
	border-radius:0;
	background-position: center;
}
	.work-container-01, .work-container-02 {
	background:   #FFFFFF;
}
	
	.video-magic-spyglass-container {
		padding: 0 10px ;
}
	.video-magic-spyglass iframe {
		border-radius: 15px;
	}
	
	.ratio-custom {
    --bs-aspect-ratio: 56.3%;
}
	.prototype-container5, .prototype-container8 {
    padding: 70px 0;
}
	.prototype-container6, .prototype-container7  {
		height: 450px;
	}
	.narrative-container01 {
  background:  url(../img/magic-spyglass/narrative-background04.jpg)  no-repeat !important;

	background-position: bottom !important;
		background-size: cover !important;
	padding-bottom: 100px;

}
	.magic-spyglass-model-04, .magic-spyglass-model-06, .magic-spyglass-model-05, .magic-spyglass-model-02, .magic-spyglass-model-07, .magic-spyglass-model-08 {
  height: 290px;

}
	.work-container-new {
		padding: 0;
	}
	
	.work-container-01-b, .work-container-02-b, .work-container-03-b, .work-container-04-b, .work-container-05-b {
		background-image: none;
	}

	.contact-form-container {
		margin: 0 auto;
		float: inherit;
	}
		.contact-details-containter {
		height: auto;
		
	}
	  .menu-footer-center {
    padding-top: 10px;
    height: auto
  }
  .logo {
    margin-left: 11px;
  }
}
@media screen and (min-width: 992px) {
  .duration {
    float: right !important;
  }
  .mobile-project-title {
    display: none;
  }
  .button-100-mobile {
    display: none;
  }
  .main-image-container-mobile {
    display: none;
  }

}
@media screen and (min-width: 1400px) {
  .main-image-container {
    text-align: right;
  }
}
@media screen and (max-width: 530px) {
  .fadeMenu2 p {
    font-weight: 300;
    font-size: 16px;
    padding: 0;
	  line-height: 25px;
  }
	
	.fadeMenu2 .col-auto {
	    padding-right: calc(var(--bs-gutter-x) * 0.45);
    padding-left: calc(var(--bs-gutter-x) * 0.45);
	}
	

.fadeMenu2 p a {
  color: #fff;
    font-weight: 400;
    font-size: 16px;
    padding: 0;
	  line-height: 25px;
}
.main-button {
    font-size: 18px;
}
.portfolio-01-details {
    position: relative;
    padding: 20px 0 0 10px;
}
	.view-project {
    margin-top: 5px;

}
.portfolio-01-img {
    margin-top: -130px;
	width: 100%;
}
.portfolio-01, .portfolio-02, .portfolio-03, .portfolio-04 {
	height: 250px;
	}

.portfolio-01-title {
		padding-left: 10px;
	}
	.portfolio-01-title h6 {
		font-size: 19px;
		line-height: 22px;
		margin-bottom: 5px;
	}
	
	
.main-button-2 {
  padding: 0 10px;
	width: 150px;
}
	
/*	.animate__animated {
		    transition-property: none !important;
    transform: none !important;
    animation: none !important;*/
}
	
}
@media screen and (max-width: 370px) {
  swiper-container {
    width: 180px;
    height: auto;
  }
  .fadeMenu2 .col-auto {
    padding: 0 8px
  }
  .persona-img {
    right: -43px;
  }
  .persona-quote p {
    margin-right: 40px;
  }
		.portfolio-01-img {
    margin-top: -100px;
		width: 100%;
}
}
@media screen and (max-width: 1400px) and (min-width: 720px) {
  .desktop-project-title {
    margin-left: 38px;
  }
.banner-contact	.main-info-details {
		    margin-top: 68px;
	}

}

@media screen and (max-width: 1400px) and (min-width: 1200px) {

	.contact-title {
		  margin-left: 45px;
	}
	.contact-form-container {
		width: 110%
	}
	.about-picture-container {
		width: 110%;
		margin-left: -25px;
	}
	.portfolio-01-img {

    width: 100%;

	}
}