@charset "UTF-8";
@import url("webfonts/BrandonText_Bold/stylesheet.css");




body, a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-family:"Campton Book"sans-serif;
  color: #000000;
	  -webkit-font-smoothing: antialiased;

}


#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 20px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color:#B8E7FC; /* Set a background color */
  color:#394492; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn:hover {
  background-color: #F2BCBC; /* Add a dark-grey background on hover */
}

body{
    background-color: white;
    font-family: inherit;
    font-family:"SpaceGrotesk Regular";
	width: 100%;
	
}
a {
  
  line-height: 1.1;
  text-decoration: none;

}
 a:hover {
  color: #FF1551;
}

p{
	
 	font-family:'SpaceGrotesk Regular';
	font-size: 1.2em;
	  color: #1f1f1f;
}


h1 {
    font-family:"BlenderPro Book";
    font-size: 4em;
	line-height: 1.1;
    color: white;
}


h2 {
    font-family: "BlenderPro Book";
    font-size: 1.9em;
    color: #1f1f1f;
}

h3 {
	
	font-family: "SpaceGrotesk Regular";
	font-size: 1.3em;	
	  color: #1f1f1f;
	
}

h4
{
	
	font-family:'Futura Bold';
	font-size: 2.3em;
	  color: #1f1f1f;
	
}


video {
grid-column: 1/2;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
	 object-fit: cover;
  width: 100%;
  height: 100vh;
	overflow: hidden;

}


#svg-container {
    
    animation: rotate 14s linear infinite; /* Adjust animation duration as needed */
	 transform-origin: center;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.logoMain {
	
	padding-bottom: 30px;
	
}

.maincontainer {
	
	
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	width:100%; 

    
	
}

.halftone {
	
	top:0%;
	left:0%;
	z-index: 1;
	position: absolute;
	width: 100%;
	height: 100vh;

	grid-column: 1/2;
	visibility: visible;
	background-image:url("images/fondo2.webp");
	background-size: cover
	
}

.halftone2 {
	top:0%;
	left:0%;
	z-index: 1;
	position: absolute;
	width: 0%;
	height: 0%;
	overflow: hidden;
	grid-column: 1/2;
	visibility: hidden;
	background-image:url("images/fondo1.jpg");
	background-size:cover;
}
.video {
	top:25%;
	right:0%;
	z-index: 0;
	position: absolute;
	width: 50%;
	height: 50%;
	overflow: hidden;
	grid-column: 1/2;
	visibility: hidden;
	
}

.portafolioBtn {
	
	
	
	width:300px;
	height: 60px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	
}


.video2 {
	top:0%;
	left:0%;
	z-index: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	grid-column: 1/2;
	visibility: visible;

}




header{
	
  height: 100vh;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr ;
	width: 100%;
	grid-column: 1/5;
	
	
}


header a {
  color: white;
  line-height: 1.1;
  text-decoration: none;
}


.instagramBtn{
	
	
  position: fixed;
  bottom:50px;
  right: 50px;
  z-index: 99;
  cursor: pointer;
	
	
}



.whatsappBtn{
	
	
  position: fixed;
  top:30px;
  left: 50px;
  z-index: 101;
  cursor: pointer;
	
	
}


.newLogo {
	position: fixed;
  top:26px;
	right: 120px;
  z-index: 97;
  cursor: pointer;
}


.hamburger {
  position: fixed;
  top:38px;
  right: 50px;
  z-index: 106;
  cursor: pointer;
  
	
	
	
	}

.line {
  width: 30px;
  height: 2px;
  background: #12161d;
  margin-bottom: 5px;
}

.line:hover {
 
  background: #402d51;
}

.menu {
  width: 320px;
  height: 100%;
  background:#12161d;
  position: fixed;
  top: 0;
  right:-320px;
  transition: right .1s;
	z-index: 105;
	padding-left: 20px;
}

.menu-item:first-child {
  margin-top: 140px;
}

.menu--open {
  right: 0;
}

.menu-item a{
  color: #fff;
  width: 100%;
  padding: 1em  ;
  box-sizing: border-box;
  font-size: 1.4em;
	line-height: 1.6;
	text-align: right;
	
}

.menu-item:hover {
	
	border-bottom: 1px solid #FFFFFF;
  cursor: pointer;
}




.tittle {
	
	grid-column: 1/2;
	text-align: left;
	padding-left: 10%;
	padding-top: 0px;
	padding-right: 0%;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;

	text-align: center;
	
	margin-bottom: 70px;

	


}

.tittle p {
    font-size: 1em;
    color: white;
    font-family: "SpaceGrotesk Regular";
}




.gifClientes{
	
	
	width:100%;
	
	grid-column: 3/5;
	z-index: 2;
	text-align: center;
	display: flex;
	flex-direction:column;
	align-items: center;
	justify-content: center;
	padding: 20px ;
	

	
}


.logogallery {
	
	grid-column: 1/5;
	display: grid;
	grid-template-columns: 30% 40% 30%   ;
	margin-bottom: 90px;
	z-index: 1;
	background-color: #ececed;
	text-align: center;
	margin-top: 30px
	
	
}

.logo1 {
	grid-column: 2/3;
	width: 100%;
	border-radius: 20px;

	
}

.logo2 {
	grid-column: 2/3;
	width: 100%;
}

.logo3 {
	grid-column: 3/4;
	width: 100%;
}

.logo4 {
	grid-column: 4/5;
	width: 100%;
}


main{
	grid-column: 1/5;
	display: grid;
	grid-template-columns: 40% 25% 35%;

	padding-left: 100px;
	padding-right: 100px;
	z-index: 99;
	

	
}

.portafolio{
	
	
	margin-top: 80px;
	
}

.menuServicios {
	grid-column: 3/4;
	
	text-align: right;
		margin-bottom: 30px;

	
}


.info{
	
	
	grid-column: 1/2;
	grid-column-start: 1;
	grid-column-end: 2;
	margin-bottom:30px; 
	
}


.menuServicios {
	grid-column: 3/4;
	
	text-align: right;
	
}



.info2{
	
	margin-top: 100vh;
	grid-column: 1/2;
	grid-column-start: 1;
	grid-column-end: 2;
	
}


.menuServicios2 {
	grid-column: 3/4;
	margin-top: 100vh;
	text-align: right;
	
}








button {
    display:inline-block;
    border: none;
    padding:0;
    margin: 0;
    text-decoration: none;
    background-color:rgba(0%, 0%, 0%, -1);
    font-family: sans-serif;
    font-size: 1rem;
    cursor: pointer;
    text-align: center;
    transition: background 0ms ease-in-out, 
                transform 0ms ease;
    -webkit-appearance: none;
    -moz-appearance: none;
}



aside{
	
	display: grid;
	grid-template-columns: 1fr ;
	grid-column: 1/5;
	padding: 50px 50px 0px 50px;
	background-color:#12161d;
	text-align: center;
	 position: relative;
	z-index: 2;
	
}
 

aside h1{
	font-family:"BlenderPro Book";
	font-size: 2em;
	margin-bottom: 20px;
}

aside p{
	color: white;
		margin-bottom: 20px;

	
}

.asideContainer{
	grid-column: 1/2;
	padding: 0px 100px 50px 100px ;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex-wrap: nowrap;
	
}

.socialMedia{
	
	
	display: flex;
	justify-content:space-around;
	padding-bottom: 50px;
	padding-top: 50px;
	
	
	align-items: center;
	
	
}

.hablemosContainer{
	

	grid-column: 1/2;
	padding-left: 10%;
	padding-right: 10%;
	padding-top: 50px;
	
	
}








.btn-cont {
  text-align: left;
 
}
.btn-cont .btn {
  position: relative;
  padding: 4px 30px;
  border: 1px solid #1f1f1f;
  color: #1f1f1f;
  text-decoration: none;
font-size: 1.2em;

  -webkit-font-smoothing: antialiased;
}
.btn-cont .btn:hover {
  border: none;
}
.btn-cont .btn:hover .line-1 {
  -webkit-animation: move1 1500ms infinite ease;
          animation: move1 1500ms infinite ease;
}
.btn-cont .btn:hover .line-2 {
  -webkit-animation: move2 1500ms infinite ease;
          animation: move2 1500ms infinite ease;
}
.btn-cont .btn:hover .line-3 {
  -webkit-animation: move3 1500ms infinite ease;
          animation: move3 1500ms infinite ease;
}
.btn-cont .btn:hover .line-4 {
  -webkit-animation: move4 1500ms infinite ease;
          animation: move4 1500ms infinite ease;
}
.btn-cont .line-1 {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  background-color: #1f1f1f;
  left: 0;
  bottom: 0;
}
.btn-cont .line-2 {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  background-color: #1f1f1f;
  left: 0;
  top: 0;
}
.btn-cont .line-3 {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  background-color: #1f1f1f;
  right: 0;
  top: 0;
}
.btn-cont .line-4 {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  background-color: #1f1f1f;
  right: 0;
  bottom: 0;
}

@-webkit-keyframes move1 {
  0% {
    height: 100%;
    bottom: 0;
  }
  54% {
    height: 0;
    bottom: 100%;
  }
  55% {
    height: 0;
    bottom: 0;
  }
  100% {
    height: 100%;
    bottom: 0;
  }
}

@keyframes move1 {
  0% {
    height: 100%;
    bottom: 0;
  }
  54% {
    height: 0;
    bottom: 100%;
  }
  55% {
    height: 0;
    bottom: 0;
  }
  100% {
    height: 100%;
    bottom: 0;
  }
}
@-webkit-keyframes move2 {
  0% {
    width: 0;
    left: 0;
  }
  50% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}
@keyframes move2 {
  0% {
    width: 0;
    left: 0;
  }
  50% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}
@-webkit-keyframes move3 {
  0% {
    height: 100%;
    top: 0;
  }
  54% {
    height: 0;
    top: 100%;
  }
  55% {
    height: 0;
    top: 0;
  }
  100% {
    height: 100%;
    top: 0;
  }
}
@keyframes move3 {
  0% {
    height: 100%;
    top: 0;
  }
  54% {
    height: 0;
    top: 100%;
  }
  55% {
    height: 0;
    top: 0;
  }
  100% {
    height: 100%;
    top: 0;
  }
}
@-webkit-keyframes move4 {
  0% {
    width: 0;
    right: 0;
  }
  55% {
    width: 100%;
    right: 0;
  }
  100% {
    width: 0;
    right: 100%;
  }
}
@keyframes move4 {
  0% {
    width: 0;
    right: 0;
  }
  55% {
    width: 100%;
    right: 0;
  }
  100% {
    width: 0;
    right: 100%;
  }
}






footer{
	
	
	grid-column: 1/5;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	padding-left: 50px;
	padding-right: 40px;
	padding-top: 40px;
	padding-bottom: 80px;
	background-color: #12161d;
}


footer p  {
	
	color: white;
	font-size: .8em;
}


footer span  {
	
	color: white;
	font-weight: 700;
	
}

footer h1  {
	
	color: white;
	font-family: "BlenderPro Book";
	font-size: 3em;
	
}





.portafolioBtnfooter{
	
	grid-column: 2/4;
	text-align: center;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	
}


.test {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 1em;
    font-family: "BlenderPro Medium";
    color: white;
    border-radius: 15px;
    padding: 5px 10px 5px 10px;
    margin-left: 0px;
    background: #1f1f1f;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}
	
	


.alundra {
	 display: none; /* Initially hidden */
    position: fixed;
    bottom: 45px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    
    z-index: 1000; /* Ensure it stays above other elements */
	  background: rgba(255, 255, 255, 0.2);
       border-radius: 50%;
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
      box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	padding: 5px;
	border: 0.5px solid white;
	
}

#link-container {
    display: none; /* Initially hidden */
    position: fixed;
    bottom: 120;
    left: 50%;
    transform: translateX(-50%);
    background-color: #9c7d40;
    width: 370px;
    padding: 20px;
    z-index: 1001;
	border-radius: 10px;
	
	
}

#link-container a {
    color: white;
    text-decoration: none;
    font-size: 1.2em;
}



@keyframes shrinkButton {
    0% {
        transform: scale(1); /* Normal size */
    }
    50% {
        transform: scale(0.9); /* Shrink the button slightly */
    }
    100% {
        transform: scale(1); /* Return to normal size */
    }
}

/* Apply the animation to the main button */

#openModal {

  font-size: 13px;
  cursor: pointer;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	
	z-index: 4000;
	border-radius: 15px;
	   background: rgba(255, 255, 255, 0.2);
      
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
      box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}





.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: none; /* set to flex or block when active */
  justify-content: center;
  align-items: flex-start; /* important: don't center vertically */
  overflow-y: auto; /* enable scroll on modal */
  z-index: 400001;

  box-sizing: border-box;
}

.modal-content {
  position: relative; /* Ensures the close button is positioned relative to this container */
  background-color: white;
  text-align: center;
  width: 100%;
  height: 100vh;
	z-index: 40002;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0px 30% 0px 30%;
}

.modal-content2 {
   background: white;
  
  width: 100%;
height: 100%;
 
  box-sizing: border-box;

  overflow: auto;           /* asegúrate de que haga scroll interno si necesita */
  max-height: 100vh;



	padding: 0px 30% 0px 30%;
}


.close-button {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
}

hr {
	margin: 0 !important;
}

#openModal2 {
	font-size: 13px;
  cursor: pointer;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	
	z-index: 4000;

}



.faq-section {
  max-width: 800px;
  margin: auto;
  font-family: sans-serif;
}
.accordion {
  border-top: 1px solid #ddd;
}
.accordion-item {
  border-bottom: 1px solid #ddd;
}
.accordion-header {
  background: #f8f8f8;
  padding: 1rem;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  font-size: 1rem;
  font-weight: bold;
	color: #1f1f1f;
}
.accordion-content {
  display: none;
  padding: 1rem;
  background: #fff;
  font-size: 0.95rem;
}
.accordion-header.active + .accordion-content {
  display: block;
}
	
/* ===========================
   HERO GALLERY
=========================== */

.hero-gallery-container{

    grid-column:2/4;

    display:flex;
    justify-content:center;
    align-items:center;

    width:100%;
    height:100vh;

    overflow:hidden;

}

.hero-gallery{

    position:relative;

    display:flex;
   

    width:70%;
    height:100%;

    overflow:hidden;

}

.column{

    flex:1;
    overflow:hidden;

}

.track{

    display:flex;
    flex-direction:column;
    gap:28px;

}

.track img{

    display:block;

    width:100%;
    height:auto;

    border-radius:24px;

   

}

.column-left .track{

    animation:scrollUp 60s linear infinite;

}

.column-right .track{

    animation:scrollDown 60s linear infinite;

}


@keyframes scrollUp{

    from{

        transform:translateY(0);

    }

    to{

        transform:translateY(-50%);

    }

}

@keyframes scrollDown{

    from{

        transform:translateY(-50%);

    }

    to{

        transform:translateY(0);

    }

}







@media only screen and (max-width: 900px) {
	
	.modal-content {
  position: relative; /* Ensures the close button is positioned relative to this container */
  background-color: white;
  text-align: center;
  width: 100%;
	z-index: 40002;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0px 0px 0px 0px!important;
	
}
	
	.modal-content2 {
  position: relative; /* Ensures the close button is positioned relative to this container */
  background-color: white;
  text-align: left;
  width: 100%;
	z-index: 40002;
	

	padding: 20px 20px 0px 20px!important;
	
}
	
	
.maincontainer {
	
	
	display: grid;
	grid-template-columns: 1fr;
	width:100%; 
	height:auto;
   
}
	
	h1 {
    font-family: "BlenderPro Book";
    font-size: 2.5em;
    line-height: 1.1;
   
}
	
	
	
	
	
	.halftone {
	
	top:0%;
	left:0%;
	z-index: 1;
	position: absolute;
	width: 0%;
	height: 0%;
	overflow: hidden;
	grid-column: 1/2;
	visibility: hidden;
	background-image: url("images/fondo2.png");
	mix-blend-mode: multiply;
	opacity: 0.6;
}

.halftone2 {
	top:0%;
	left:0%;
	z-index: 1;
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	grid-column: 1/2;
	visibility: visible;
background-image:url("images/fondo1.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}

	
	.video {
	top:0px;
	left:0px;
	z-index: 0;
	position: absolute;
	width: 100%;
	grid-column: 1/2;
	visibility: visible;
	height: 100%;
	overflow: hidden;
	
	
}
	
	
	.portafolioBtn {

	
	width:70%;
	height: 50px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
	padding-top: 0px;
	
}


.video2 {
	top:25%;
	right:0%;
	z-index: 0;
	position: absolute;
	width: 0%;
	height: 0%;
	overflow: hidden;
	grid-column: 1/2;
	visibility: hidden;
}

	
	
.logoMain {
	
	padding-top: 0px;

}
	
	.whatsappBtn{
	top:20px;
  left: 20px;
	
  position: fixed;

  z-index: 101;
  cursor: pointer;
	
	
}


	
	
	.newLogo {
	position: fixed;
  top:18px;
	left: 17px;
  z-index: 99;
  cursor: pointer;
}

	
	
	.hamburger {
  position: fixed;
  top:28px;
	right: 20px;
  z-index: 106;
  cursor: pointer;
}


.tittle {
	grid-column: 1/2;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	z-index: 1

	
}

	.tittle p {
font-size: 1em;
	color: white;
}



.gifClientes{
	
	grid-column: 1/2;
	z-index: 2;	
	
}
	
	
.logogallery {
	
	padding: 20px;
	grid-column: 1/2;
	display: grid;
	grid-template-columns: 1fr  ;
	margin-bottom: 50px;
	
}

.logo1 {
	grid-column: 1/2;
	width: 100%;
}

.logo2 {
	grid-column: 1/2;
	width: 100%;
}

.logo3 {
	grid-column: 1/2;
	width: 100%;
}

.logo4 {
	grid-column: 1/2;
	width: 100%;
}

	

main{
	grid-column: 1/2;
	display: grid;
	grid-template-columns:1fr;
	
	padding-left: 0px;
	padding-right: 0px;
	z-index: 3;
	margin-top: 40px;
	
	
}

.portafolio{
	
		text-align: center;

	margin-top: 10vh;
	
}

.menuServicios {
	grid-column: 1/2;
	margin-top: 50px;
	text-align: center;
	margin-bottom: 50px;
	
}


.info{
	
	padding-left: 10px;
	padding-right: 10px;
	grid-column: 1/2;
	text-align: center;

	
}



.btn-cont {
  text-align: center;
 
}


.info2{
	
	margin-top: 100vh;
	grid-column: 1/2;
	grid-column-start: 1;
	grid-column-end: 2;
	
}


.menuServicios2 {
	grid-column: 3/4;
	margin-top: 100vh;
	text-align: right;
	
}

	
	.slider {
  grid-column: 1/2;
  margin-top: 80px;
  position: relative;
  height: 100vh;
	
  background: white;
  overflow: hidden;
}
	
	.slider__content a:after {
  content: "";
  display: block;
  width: 9vh;
  background: white;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 15vh;
  transform: translateY(-50%);
  transform-origin: 0% 50%;
  transition: transform 900ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.slider__content a:before {
  content: "";
  border-top: 1px solid white;
  border-right: 1px solid white;
  display: block;
  width: 1vh;
  height: 1vh;
  transform: translateX(0) translateY(-50%) rotate(45deg);
  position: absolute;
  font-family: "Heebo", sans-serif;
  font-weight: 100;
  top: 50%;
  left: 24vh;
  transition: transform 900ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

	
	.slider__inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: auto 133.3333%;
  background-position: center;
  background-repeat: none;
  transform: scale(0.75);
  transition: transform 450ms cubic-bezier(0.785, 0.135, 0.15, 0.86), box-shadow 450ms cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 450ms step-end;
  opacity: 0;
  box-shadow: 0 3vh 3vh rgba(0, 0, 0, 0);
  padding: 1vh;
  box-sizing: border-box;
}
/* PORTAFOLIO SLIDER */

.slider__slide:nth-child(1) .slider__back, .slider__slide:nth-child(1) .slider__inner {
  background-image:url("images/portafolioImages/franjaLogoMobile-min.png");
	background-repeat: no-repeat;
	background-size: cover;
}


.slider__slide:nth-child(2) .slider__back, .slider__slide:nth-child(2) .slider__inner {
  background-image:url("images/portafolioImages/fitnessNGLogoMobile-min.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

.slider__slide:nth-child(3) .slider__back, .slider__slide:nth-child(3) .slider__inner {
  background-image:url("images/portafolioImages/inresaLogoMobile-min.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

.slider__slide:nth-child(4) .slider__back, .slider__slide:nth-child(4) .slider__inner {
  background-image:url("images/portafolioImages/LicanenaLogoMobile-min.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

.slider__slide:nth-child(5) .slider__back, .slider__slide:nth-child(5) .slider__inner {
  background-image:url("images/portafolioImages/dulceDeseoLogoMobile-min.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

.slider__slide:nth-child(6) .slider__back, .slider__slide:nth-child(6) .slider__inner {
  background-image:url("images/portafolioImages/docSonrisasLogoMobile-min.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

.slider__slide:nth-child(7) .slider__back, .slider__slide:nth-child(7) .slider__inner {
  background-image:url("images/portafolioImages/MubelLogoMobile-min.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

.slider__slide:nth-child(8) .slider__back, .slider__slide:nth-child(8) .slider__inner {
  background-image:url("images/portafolioImages/staribsLogoMobile-min.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

.slider__slide:nth-child(9) .slider__back, .slider__slide:nth-child(9) .slider__inner {
  background-image:url("images/portafolioImages/cecitarLogoMobile-min.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

.slider__slide:nth-child(10) .slider__back, .slider__slide:nth-child(10) .slider__inner {
  background-image:url("images/portafolioImages/englishStudioLogoMobile-min.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}


.slider__slide:nth-child(11) .slider__back, .slider__slide:nth-child(11) .slider__inner {
  background-image:url("images/portafolioImages/EDGLogoMobile-min.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}


	aside{
	
	display: grid;
	grid-template-columns: 1fr ;
	grid-column: 1/2;
	padding: 10px;
	
	text-align: center;
	
}
 

aside h1{
	font-family: "BlenderPro Book";
	font-size: 2em;
	margin-bottom: 20px;
}

aside p{
	color: white;
		margin-bottom: 20px;

	
}

.asideContainer{
	grid-column: 1/2;
	padding: 50px 0px 50px 0px ;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex-wrap: nowrap;
	
}

.socialMedia{
	
	
	display: flex;
	justify-content:space-around;
	padding-bottom: 50px;
	padding-top: 50px;
	
}

.hablemosContainer{
	

	grid-column: 1/2;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 50px;
	
	
}




button {
    display:inline-block;
    border: none;
    padding:0;
    margin: 0;
    text-decoration: none;
    background-color:rgba(0%, 0%, 0%, -1);
    font-family: sans-serif;
    font-size: 1rem;
    cursor: pointer;
    text-align: center;
    transition: background 0ms ease-in-out, 
                transform 0ms ease;
    -webkit-appearance: none;
    -moz-appearance: none;
}

button:hover,
button:focus {
    background: #0053ba;
	background-color:rgba(0%, 0%, 0%, -1);
}

button:focus {
    outline: 1px solid #fff;
    outline-offset: -4px;
	background-color:rgba(0%, 0%, 0%, -1);
}

button:active {
    transform: scale(0.99);
	background-color:rgba(0%, 0%, 0%, -1);
}





footer{
	
	
	grid-column: 1/2;
	display: grid;
	grid-template-columns: 1fr;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 50px;
	padding-bottom: 50px;
	
}


footer p  {
	
	color: white;
	font-size: .8em;
}


footer span  {
	
	color: white;
	font-weight: 700;
	
}

footer h1  {
	
	color: white;
	font-family: "BlenderPro Book";
	font-size: 3em;
	
}

.portafolioBtnfooter{
	
	grid-column: 1/2;
	text-align: center;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	
}





header{
	
  height: 100vh;
	grid-template-columns: 1fr 1fr  ;
	
	
}

	
	
	
.alundra {
	 display: none; /* Initially hidden */
    position: fixed;
    
    left: 50% !important;
    transform: translateX(-50%);
    cursor: pointer;
   
	
    z-index: 1000; /* Ensure it stays above other elements */
	
}
	
	.hero-gallery-container{

    grid-column:1/-1;

    position:absolute;

    top:0;
    right:0;

    width:58%;
    height:100vh;

    justify-content:flex-end;

    pointer-events:none;

}

.hero-gallery{

    width:100%;
    height:100%;
 gap:28px;
    justify-content:flex-end;

}

.column-left{

    display:block;

    width:100%;

}

.column-right{

    display:none;

}

.track{

    gap:18px;

}

.track img{

    border-radius:18px;

}

.column-left .track{

    animation:scrollUp 80s linear infinite;

}


	   
}
	
	
	
