@charset "UTF-8";

@import url("webfonts/BrandonText_Bold/stylesheet.css");
/* FUENTES */
@font-face {
    font-family: 'Ogg Roman';
    src: url('webfonts/Ogg_Roman/Ogg-Roman.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Bold';
    src: url('webfonts/Futura_Bold/Futura-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FuturaBT Book';
    src: url('webfonts/FuturaBT_Book/FuturaBT-Book.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

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:"FuturaBT Book";
  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: #F4F4F4;
    font-family: inherit;
    font-family:"FuturaBT Book";
	width: 100%;
	
}
a {
  
  line-height: 1.1;
  text-decoration: none;

}
 a:hover {
  color: #FF1551;
}

p{
	
 	font-family:"FuturaBT Book";
	font-size: 1.2em;
	  color: black;
}


h1 {
    font-family: 'FuturaBT Book';
    font-size: 3em;
	line-height: 1.1;
    color: white;
}


h2 {
	
	font-family: 'FuturaBT Book';
	font-size: 1.9em;
	  color: black;
}

h3 {
	
	font-family: "FuturaBT Book";
	font-size: 1.3em;	
	  color: black;
	
}

h4
{
	
	font-family:'Futura Bold';
	font-size: 2.3em;
	  color: black;
	
}

h5 {
    font-family: 'FuturaBT Book';
    font-size: 3em;
	line-height: 1.1;
    color: white;
}


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: 60px;
	
}

.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;

}


/* =========================================================
   SELECTOR INICIAL: LOGOS / DISEÑO GRÁFICO
========================================================= */

body.alundra-mode-initial,
body.alundra-mode-logos,
body.alundra-mode-design {
  width: 100%;
}

body.alundra-mode-initial {
  overflow: hidden;
}

body.alundra-mode-logos,
body.alundra-mode-design {
  overflow-x: hidden;
  overflow-y: auto;
}


/* =========================================================
   CONTROL DE VISTAS
========================================================= */

#alundra-choice-screen,
#alundra-design-view,
#alundra-logos-view {
  display: none;
}

body.alundra-mode-initial #alundra-choice-screen {
  display: flex;
}

body.alundra-mode-logos #alundra-logos-view {
  display: block;
}

body.alundra-mode-design #alundra-design-view {
  display: block;
}


/* =========================================================
   PANTALLA INICIAL DE SELECCIÓN
========================================================= */

#alundra-choice-screen {
  min-height: 100svh;
  width: 100%;
  padding: 32px;
  box-sizing: border-box;

  background: #12161d;
  color: #ffffff;

  flex-direction: column;
  align-items: center;
  justify-content: center;

  text-align: center;

  position: relative;
  z-index: 500000;
}

#alundra-choice-screen * {
  box-sizing: border-box;
}

#alundra-choice-screen .choice-mark {
  margin: 0 0 24px;

  font-family: Arial, sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;

  color: rgba(255, 255, 255, 0.65);
}

#alundra-choice-screen h1 {
  max-width: 920px;
  margin: 0;

  font-family: Arial, sans-serif !important;
  font-size: clamp(2.25rem, 6vw, 5.4rem) !important;
  line-height: 0.98 !important;
  font-weight: 500;

  color: #ffffff !important;
}

#alundra-choice-screen p {
  max-width: 720px;
  margin: 26px 0 36px;

  font-family: Arial, sans-serif !important;
  font-size: clamp(1rem, 2vw, 1.25rem) !important;
  line-height: 1.55;

  color: rgba(255, 255, 255, 0.78) !important;
}

#alundra-choice-screen .choice-actions {
  width: min(760px, 100%);

  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}


/* =========================================================
   BOTONES
========================================================= */

#alundra-choice-screen button,
#alundra-design-view button,
#alundra-view-switcher button {
  min-height: 62px;
  padding: 16px 22px;

  border: 1px solid transparent;
  border-radius: 999px;

  font-family: Arial, sans-serif !important;
  font-size: 1rem !important;
  font-weight: 700;

  cursor: pointer;

  transition:
    transform 160ms ease,
    background-color 160ms ease;
}

#alundra-choice-screen button:hover,
#alundra-design-view button:hover,
#alundra-view-switcher button:hover {
  transform: translateY(-2px);
}

#choose-logos {
  background: #ffffff;
  color: #12161d;
}

#choose-design {
  background: #ff1551;
  color: #ffffff;
}


/* =========================================================
   MINI PÁGINA DE DISEÑO GRÁFICO
========================================================= */

#alundra-design-view {
  min-height: 135svh;
  padding: 28px;
  box-sizing: border-box;

  background: #f4f4f4;
  color: #12161d;
}

#alundra-design-view * {
  box-sizing: border-box;
}

#alundra-design-view .design-shell {
  width: min(1040px, 100%);
  margin: 0 auto;
}

#alundra-design-view .design-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 20px;
  padding: 10px 0 50px;
}

#alundra-design-view .design-brand {
  font-family: Arial, sans-serif;
  font-weight: 800;
  letter-spacing: 0.08em;
}

#alundra-design-view .design-hero {
  min-height: 62svh;

  display: flex;
  flex-direction: column;
  justify-content: center;

  padding: 40px 0 80px;
}

#alundra-design-view .design-kicker {
  margin-bottom: 18px;

  font-family: Arial, sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;

  color: #6a6a6a;
}

#alundra-design-view h1 {
  max-width: 900px;
  margin: 0;

  font-family: Arial, sans-serif !important;
  font-size: clamp(2.6rem, 7vw, 6.5rem) !important;
  line-height: 0.95 !important;
  font-weight: 500;

  color: #12161d !important;
}

#alundra-design-view .design-intro {
  max-width: 680px;
  margin: 28px 0 0;

  font-family: Arial, sans-serif !important;
  font-size: clamp(1rem, 2vw, 1.25rem) !important;
  line-height: 1.6;

  color: #4a4a4a !important;
}


/* =========================================================
   SERVICIOS DE DISEÑO
========================================================= */

#alundra-design-view .design-services {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));

  gap: 14px;
  padding: 0 0 80px;
}

#alundra-design-view .design-card {
  min-height: 230px;
  padding: 26px;

  border: 1px solid #d8d8d8;
  border-radius: 24px;

  background: #ffffff;
}

#alundra-design-view .design-card h2 {
  margin: 0 0 14px;

  font-family: Arial, sans-serif !important;
  font-size: 1.35rem !important;

  color: #12161d !important;
}

#alundra-design-view .design-card p {
  margin: 0;

  font-family: Arial, sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.55;

  color: #565656 !important;
}


/* =========================================================
   CTA DE DISEÑO
========================================================= */

#alundra-design-view .design-cta {
  padding: 60px 30px;

  border-radius: 28px;

  background: #12161d;
  color: #ffffff;

  text-align: center;
}

#alundra-design-view .design-cta h2 {
  margin: 0 0 16px;

  font-family: Arial, sans-serif !important;
  font-size: clamp(1.8rem, 4vw, 3.2rem) !important;

  color: #ffffff !important;
}

#alundra-design-view .design-cta p {
  margin: 0 0 26px;

  font-family: Arial, sans-serif !important;
  font-size: 1rem !important;

  color: rgba(255, 255, 255, 0.72) !important;
}

#design-to-logos {
  background: #ffffff;
  color: #12161d;
}


/* =========================================================
   BOTÓN NEGRO: CAMBIAR SERVICIO
========================================================= */

#alundra-view-switcher {
  display: none;

  position: fixed;
  left: 18px;
  bottom: 18px;

  z-index: 600000;
}

body.alundra-mode-logos #alundra-view-switcher,
body.alundra-mode-design #alundra-view-switcher {
  display: block;
}

#alundra-view-switcher button {
  min-height: 44px;
  padding: 10px 16px;

  border: 1px solid rgba(255, 255, 255, 0.28);

  background: rgba(18, 22, 29, 0.92);
  color: #ffffff;

  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.18);
}


/* =========================================================
   RESPONSIVE
========================================================= */

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

  #alundra-choice-screen {
    padding: 22px;
  }

  #alundra-choice-screen .choice-actions,
  #alundra-design-view .design-services {
    grid-template-columns: 1fr;
  }

  #alundra-design-view {
    padding: 20px;
  }

  #alundra-design-view .design-nav {
    padding-bottom: 20px;
  }

}




header{
	
  height: 100vh;
	display: grid;
	grid-template-columns: 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;
  right: 104px;
  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: center;
	padding-left: 20%;
	padding-top: 0px;
	padding-right: 20%;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;

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

	


}

.tittle p {
    font-size: 1.3em;
    color: white;
    font-family: "FuturaBT Book";
}




.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 h5{
	font-family: "Ogg Roman";
	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 black;
  color: black;
  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: black;
  left: 0;
  bottom: 0;
}
.btn-cont .line-2 {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  background-color: black;
  left: 0;
  top: 0;
}
.btn-cont .line-3 {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  background-color: black;
  right: 0;
  top: 0;
}
.btn-cont .line-4 {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  background-color: black;
  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 h5  {
	
	color: white;
	font-family: "Ogg Roman";
	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: 1.1em;

	color: white;
	
	border-radius: 15px;
	padding: 7px 10px 5px 10px;
	margin-left: 20px;
	  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);
}
	
	


.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: 10px;
	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;

}










@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;
   
}
	
	
	
	
	
	
	.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;
  right: 70px;
	
  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: 20px;
	padding-right: 20px;
	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 h5{
	font-family: "Ogg Roman";
	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 h5  {
	
	color: white;
	font-family: "Ogg Roman";
	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;
	
	
}

	
	
	
.alundra {
	 display: none; /* Initially hidden */
    position: fixed;
    
    left: 50% !important;
    transform: translateX(-50%);
    cursor: pointer;
   
	
    z-index: 1000; /* Ensure it stays above other elements */
	
}
	   
}
	
	
	.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: black;
}
.accordion-content {
  display: none;
  padding: 1rem;
  background: #fff;
  font-size: 0.95rem;
}
.accordion-header.active + .accordion-content {
  display: block;
}

/* ==========================================================================
   MAINDG2 INTEGRADO DE FORMA AISLADA
   Uso: agrega class="design-page" al <body> de la página de diseño gráfico.
   Esto conserva main.css como base y evita que los selectores compartidos
   cambien la maquetación de la página principal de logos.
   ========================================================================== */


/* Animaciones exclusivas de maindg2.css */
@keyframes scrollUp{

    from{

        transform:translateY(0);

    }

    to{

        transform:translateY(-50%);

    }

}

@keyframes scrollDown{

    from{

        transform:translateY(-50%);

    }

    to{

        transform:translateY(0);

    }

}
body.design-page, body.design-page a, body.design-page abbr, body.design-page acronym, body.design-page address, body.design-page applet, body.design-page article, body.design-page aside, body.design-page audio, body.design-page b, body.design-page big, body.design-page blockquote, body.design-page, body.design-page canvas, body.design-page caption, body.design-page center, body.design-page cite, body.design-page code, body.design-page dd, body.design-page del, body.design-page details, body.design-page dfn, body.design-page div, body.design-page dl, body.design-page dt, body.design-page em, body.design-page embed, body.design-page fieldset, body.design-page figcaption, body.design-page figure, body.design-page footer, body.design-page form, body.design-page h1, body.design-page h2, body.design-page h3, body.design-page h4, body.design-page h5, body.design-page h6, body.design-page header, body.design-page hgroup, body.design-page i, body.design-page iframe, body.design-page img, body.design-page ins, body.design-page kbd, body.design-page label, body.design-page legend, body.design-page li, body.design-page mark, body.design-page menu, body.design-page nav, body.design-page object, body.design-page ol, body.design-page output, body.design-page p, body.design-page pre, body.design-page q, body.design-page ruby, body.design-page s, body.design-page samp, body.design-page section, body.design-page small, body.design-page span, body.design-page strike, body.design-page strong, body.design-page sub, body.design-page summary, body.design-page sup, body.design-page table, body.design-page tbody, body.design-page td, body.design-page tfoot, body.design-page th, body.design-page thead, body.design-page time, body.design-page tr, body.design-page tt, body.design-page u, body.design-page ul, body.design-page var, body.design-page 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;
}

body.design-page #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 */
}

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

body.design-page {
background-color: white;
    font-family: inherit;
    font-family:"SpaceGrotesk Regular";
	width: 100%;
}

body.design-page a {
line-height: 1.1;
  text-decoration: none;
}

body.design-page a:hover {
color: #FF1551;
}

body.design-page p {
font-family:"SpaceGrotesk Regular";
	font-size: 1.2em;
	  color: #1f1f1f;
}

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

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

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

body.design-page h4 {
font-family:"Futura Bold";
	font-size: 2.3em;
	  color: #1f1f1f;
}

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

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

body.design-page .logoMain {
padding-bottom: 30px;
}

body.design-page .maincontainer {
display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	width:100%;
}

body.design-page .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
}

body.design-page .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;
}

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

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

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

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

body.design-page header a {
color: white;
  line-height: 1.1;
  text-decoration: none;
}

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

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

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

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

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

body.design-page .line:hover {
background: #402d51;
}

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

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

body.design-page .menu--open {
right: 0;
}

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

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

body.design-page .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;
}

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

body.design-page .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 ;
}

body.design-page .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
}

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

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

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

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

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

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

body.design-page .portafolio {
margin-top: 80px;
}

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

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

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

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

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

body.design-page 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;
}

body.design-page 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;
}

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

body.design-page aside p {
color: white;
		margin-bottom: 20px;
}

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

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

body.design-page .hablemosContainer {
grid-column: 1/2;
	padding-left: 10%;
	padding-right: 10%;
	padding-top: 50px;
}

body.design-page .btn-cont {
text-align: left;
}

body.design-page .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;
}

body.design-page .btn-cont .btn:hover {
border: none;
}

body.design-page .btn-cont .btn:hover .line-1 {
-webkit-animation: move1 1500ms infinite ease;
          animation: move1 1500ms infinite ease;
}

body.design-page .btn-cont .btn:hover .line-2 {
-webkit-animation: move2 1500ms infinite ease;
          animation: move2 1500ms infinite ease;
}

body.design-page .btn-cont .btn:hover .line-3 {
-webkit-animation: move3 1500ms infinite ease;
          animation: move3 1500ms infinite ease;
}

body.design-page .btn-cont .btn:hover .line-4 {
-webkit-animation: move4 1500ms infinite ease;
          animation: move4 1500ms infinite ease;
}

body.design-page .btn-cont .line-1 {
content: "";
  display: block;
  position: absolute;
  width: 1px;
  background-color: #1f1f1f;
  left: 0;
  bottom: 0;
}

body.design-page .btn-cont .line-2 {
content: "";
  display: block;
  position: absolute;
  height: 1px;
  background-color: #1f1f1f;
  left: 0;
  top: 0;
}

body.design-page .btn-cont .line-3 {
content: "";
  display: block;
  position: absolute;
  width: 1px;
  background-color: #1f1f1f;
  right: 0;
  top: 0;
}

body.design-page .btn-cont .line-4 {
content: "";
  display: block;
  position: absolute;
  height: 1px;
  background-color: #1f1f1f;
  right: 0;
  bottom: 0;
}

body.design-page 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;
}

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

body.design-page footer span {
color: white;
	font-weight: 700;
}

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

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

body.design-page .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);
}

body.design-page .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;
}

body.design-page #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;
}

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

body.design-page #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);
}

body.design-page .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;
}

body.design-page .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%;
}

body.design-page .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%;
}

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

body.design-page hr {
margin: 0 !important;
}

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

body.design-page .faq-section {
max-width: 800px;
  margin: auto;
  font-family: sans-serif;
}

body.design-page .accordion {
border-top: 1px solid #ddd;
}

body.design-page .accordion-item {
border-bottom: 1px solid #ddd;
}

body.design-page .accordion-header {
background: #f8f8f8;
  padding: 1rem;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  font-size: 1rem;
  font-weight: bold;
	color: #1f1f1f;
}

body.design-page .accordion-content {
display: none;
  padding: 1rem;
  background: #fff;
  font-size: 0.95rem;
}

body.design-page .accordion-header.active + .accordion-content {
display: block;
}

body.design-page .hero-gallery-container {
grid-column:2/4;

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

    width:100%;
    height:100vh;

    overflow:hidden;
}

body.design-page .hero-gallery {
position:relative;

    display:flex;
   

    width:70%;
    height:100%;

    overflow:hidden;
}

body.design-page .column {
flex:1;
    overflow:hidden;
}

body.design-page .track {
display:flex;
    flex-direction:column;
    gap:28px;
}

body.design-page .track img {
display:block;

    width:100%;
    height:auto;

    border-radius:24px;
}

body.design-page .column-left .track {
animation:scrollUp 60s linear infinite;
}

body.design-page .column-right .track {
animation:scrollDown 60s linear infinite;
}

@media only screen and (max-width: 900px) {
  body.design-page .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;
  }

  body.design-page .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;
  }

  body.design-page .maincontainer {
  display: grid;
  	grid-template-columns: 1fr;
  	width:100%; 
  	height:auto;
  }

  body.design-page h1 {
  font-family: "BlenderPro Book";
      font-size: 2.5em;
      line-height: 1.1;
  }

  body.design-page .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;
  }

  body.design-page .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;
  }

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

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

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

  body.design-page .logoMain {
  padding-top: 0px;
  }

  body.design-page .whatsappBtn {
  top:20px;
    left: 20px;
  	
    position: fixed;

    z-index: 101;
    cursor: pointer;
  }

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

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

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

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

  body.design-page .gifClientes {
  grid-column: 1/2;
  	z-index: 2;
  }

  body.design-page .logogallery {
  padding: 20px;
  	grid-column: 1/2;
  	display: grid;
  	grid-template-columns: 1fr  ;
  	margin-bottom: 50px;
  }

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

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

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

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

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

  body.design-page .portafolio {
  text-align: center;

  	margin-top: 10vh;
  }

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

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

  body.design-page .btn-cont {
  text-align: center;
  }

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

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

  body.design-page .slider {
  grid-column: 1/2;
    margin-top: 80px;
    position: relative;
    height: 100vh;
  	
    background: white;
    overflow: hidden;
  }

  body.design-page .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);
  }

  body.design-page .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);
  }

  body.design-page .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;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  body.design-page aside p {
  color: white;
  		margin-bottom: 20px;
  }

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

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

  body.design-page .hablemosContainer {
  grid-column: 1/2;
  	padding-left: 10px;
  	padding-right: 10px;
  	margin-bottom: 50px;
  }

  body.design-page 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;
  }

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

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

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

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

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

  body.design-page footer span {
  color: white;
  	font-weight: 700;
  }

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

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

  body.design-page header {
  height: 100vh;
  	grid-template-columns: 1fr 1fr  ;
  }

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

  body.design-page .hero-gallery-container {
  grid-column:1/-1;

      position:absolute;

      top:0;
      right:0;

      width:58%;
      height:100vh;

      justify-content:flex-end;

      pointer-events:none;
  }

  body.design-page .hero-gallery {
  width:100%;
      height:100%;
   gap:28px;
      justify-content:flex-end;
  }

  body.design-page .column-left {
  display:block;

      width:100%;
  }

  body.design-page .column-right {
  display:none;
  }

  body.design-page .track {
  gap:18px;
  }

  body.design-page .track img {
  border-radius:18px;
  }

  body.design-page .column-left .track {
  animation:scrollUp 80s linear infinite;
  }
}
