body {
  background-color: #B7E00A;
  margin: 0;
}

/* Hide the actual checkbox */
.drawer-toggle {
  display: none;
}

/* Style the label as a hamburger icon/button (position it on the right) */
.drawer-toggle-label {
  position: absolute;
  right: 20px;
  top: 10px;
  cursor: pointer;
  font-size: 30px;
  z-index: 2; /* Ensure it's above the drawer */
}

/* Initial state of the drawer: off-screen to the right */
.drawer {
  height: 100%;
  width: 250px; /* Adjust width as needed */
  position: fixed;
  top: 0;
  right: -500px; /* Hide it off-screen */
  background-color: #000;
  overflow-x: hidden;
  transition: right 0.5s ease; /* Smooth transition */
  padding-top: 60px;
  z-index: 1;
}

.drawer ul {
  list-style-type: none;
  padding: 0;
  margin-top: 8px;
}

.drawer p {
  padding: 16px;
  text-decoration: none;
  color: white;
  display: block;
  margin: 0px;
}

.drawer li a {
  padding: 16px;
  text-decoration: none;
  color: white;
  display: block;
}

.drawer li a:hover {
  background-color: #0062D8;
}

/* State when the checkbox is checked: show the drawer */
.drawer-toggle:checked ~ .drawer {
  right: 0; /* Slide into view */
}

/* Optional: Add an overlay or push content */
/* The ~ selector can also target other elements to change their style when the drawer is open */
.drawer-toggle:checked ~ .main-content {
    /* Example: push main content to the left */
    margin-right: 250px;
    transition: margin-right 0.5s ease;
}






.parent-header {
  position: sticky; 
  width: 100%;
  top: 0; 
  z-index: 1;
  background-color: black;
  display: grid;
  grid-template-columns: 50% 50%;
  padding: 20px 0px;
}

.child-header-logo {
  font-family:Arial, Helvetica, sans-serif;
  color: white;
  margin: auto 0 auto 0;
  padding-left: 20px;
}


.child-header p {
  font-family:Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: white;
  text-decoration: none;
  text-align: right;
  margin: 5px 50px 0px 0px;
}





.parent-video {
  display: flex;
  position: relative; /* Establishes a positioning context for absolute children */
  width: 100%; /* Adjust as needed */
  height: auto; /* Adjust as needed */
}

.parent-video video {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.child-video h1 {
  width: 90%;
  font-family: Arial, Helvetica, sans-serif;
  position: absolute; 
  top: 40%; 
  left: 50%; 
  transform: translate(-50%, -50%); 
  color: white; 
  font-size: clamp(1rem, 4vw, 3rem); 
  text-align: center;
  /* Optional: Add a text shadow for better legibility */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
}

.child-video p {
  width: 80%;
  font-family: Arial, Helvetica, sans-serif;
  position: absolute; 
  top: 60%; 
  left: 50%; 
  transform: translate(-50%, -50%); 
  color: white; 
  font-size: 1.5rem;
  text-align: center;
  /* Optional: Add a text shadow for better legibility */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
}

.child-video-2 h1 {
  width: 90%;
  font-family: Arial, Helvetica, sans-serif;
  position: absolute; 
  top: 40%; 
  left: 50%; 
  transform: translate(-50%, -50%); 
  color: white; 
  font-size: clamp(1rem, 4vw, 3rem); 
  text-align: center;
  /* Optional: Add a text shadow for better legibility */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
}

.child-video-2 p {
  width: 80%;
  font-family: Arial, Helvetica, sans-serif;
  position: absolute; 
  top: 55%; 
  left: 50%; 
  transform: translate(-50%, -50%); 
  color: white; 
  font-size: 1.5rem;
  text-align: center;
  /* Optional: Add a text shadow for better legibility */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
}

.child-video-3 h1 {
  width: 90%;
  font-family: Arial, Helvetica, sans-serif;
  position: absolute; 
  top: 45%; 
  left: 50%; 
  transform: translate(-50%, -50%); 
  color: white; 
  font-size: clamp(1.5rem, 4vw, 3rem); 
  text-align: center;
  /* Optional: Add a text shadow for better legibility */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
}



.parent-grid {
  margin-top: 10px;
  width: 100%;
  display: grid;
  gap: 0rem;
  grid-template-columns: 50% 50%;
}

.child-grid1 {
  font-family:Arial, Helvetica, sans-serif;
  font-weight: bold;
  flex: 1 1 auto;
  text-align: center;
  background-image: url(img/image-11.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.child-grid2 {
  font-family:Arial, Helvetica, sans-serif;
  font-weight: bold;
  flex: 1 1 auto;
  text-align: center;
  background-image: url(img/image-12.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.child-grid3 {
  font-family:Arial, Helvetica, sans-serif;
  font-weight: bold;
  flex: 1 1 auto;
  text-align: center;
  background-image: url(img/image-13.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.child-grid1 h2 {
  font-size: clamp(1rem, 5vw, 2rem);
  color: white;
  margin: 20%;
}

.child-grid2 h2 {
  font-size: clamp(1rem, 5vw, 2rem);
  color: white;
  margin: 15%;
}

.child-grid3 h2 {
  font-size: clamp(1rem, 5vw, 2rem);
  color: white;
  margin: 20%;
}

.child-grid {
  font-family:Arial, Helvetica, sans-serif;
  flex: 1 1 auto;
  text-align: center;
  background-color: white;
}

.child-grid p {
  font-size: clamp(0.5rem, 2vw, 1rem);
  margin: 15%;
}

/* TESTING */


.big-container {
  margin-top: 10px;
  display: grid;
  gap: 0rem;
  grid-template-columns: 50% 50%;
}

.container {
  position: relative;
  text-align: center;
  background-color: white;
}

.container img {
  display: block;
  width: 100%;
  height: 350px;
  object-fit: cover;
}

.centered {
  font-family:Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: clamp(1rem, 5vw, 2rem);
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.text {
  font-family:Arial, Helvetica, sans-serif;
  font-size: 1rem;
  color: black;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


/* TESTING */


.parent-banner {
  margin-top: 10px;
  width: 100%;
}

.child-banner {
  position: relative;
  text-align: center;
  color: white;
  margin-bottom: -5px;
}

.child-banner img {
  display: block;
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.child-banner h2 {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2rem;
  text-align: center;
  color: white;
}




.parent-conocemas {
  width: 100%;
  display: flex;
  background-color: white;
}

.child-conocemas {
  flex-basis:100%;
  padding-left: 15%;
  padding-right: 15%;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  margin: 5%;
}

.child-conocemas button {
  padding: 10px;
  border-radius: 21px;
  border: solid 1px #000;
  cursor: pointer;
  font-size: 14px;
  background-color: #fff;
  color: #000;
}



.parent-column {
  width: 100%;
  margin-top: 10px;
  display: grid;
  gap: 1rem;
  grid-template-columns: 32.6% 32.6% 32.6%;
  background-color: #060464;
}

.child-column1 {
  font-family:Arial, Helvetica, sans-serif;
  font-weight: bold;
  flex: 1 1 auto;
  text-align: center;
  color: white;
}

.child-column1 h1{
  font-size: clamp(2rem, 3vw, 3rem);
  margin: 0px;
  margin-top: 60px;
}

.child-column {
  font-family:Arial, Helvetica, sans-serif;
  flex: 1 1 auto;
  text-align: center;
  color: white;
}

.child-column p {
  font-size: clamp(0.5rem, 2.5vw, 1rem);
  margin: 0px;
  margin-bottom: 60px;
  padding-left: 15%;
  padding-right: 15%;
}



.parent-column-new {
  width: 100%;
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  gap: 0rem;
  background-color: #060464;
}

.child-column-new {
  margin: 1% 3% 2% 3%;
  flex: 1 1 100%;
}

.child-column-new h1 {
  font-family:Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: clamp(2rem, 3vw, 4rem);
  /*font-size: 48px;*/
  text-align: center;
  color: white;
}

.child-column-new p {
  font-family:Arial, Helvetica, sans-serif;
  text-align: center;
  color: white;
  margin: 16px 5%;
}



.parent-trabajamos {
  width: 100%;
  margin-top: 10px;
  display: flex;
  background-color: black;
}

.child-trabajamos {
  flex-basis:100%;
  margin: 5%;
  padding-left: 15%;
  padding-right: 15%;
  font-family: Arial, Helvetica, sans-serif;
  color: white;
  text-align: center;
}

.child-trabajamos h2 {
  margin-top: 0px;
}

.child-trabajamos button {
  background-color: black;
  color: #0062D8;
  border-color: #0062D8;
  border-radius: 20px;
  padding: 10px;
  cursor: pointer;
  font-size: 13px;
}



.parent-recientes {
  width: 100%;
  display: flex;
}

.child-recientes {
  flex-basis:100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-top: 10px;
  background-color: white;
}

.child-recientes h2 {
  padding-left: 15%;
  padding-right: 15%;
  padding-top: 2%;
  padding-bottom: 2%;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  color: black;
}

.parent-photos {
  display: flex;
  flex-direction: row;
  gap: 0rem;
}

.child-photo1 {
  flex: 1 1 auto;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.child-photo2 {
  flex: 1 1 auto;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.child-photo1 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.child-photo2 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Testing footer*/

footer {
  margin-top: 10px; 
  background-color: #000; 
  font-family:Arial, Helvetica, sans-serif;
  color: white; 
  text-align: center; 
  width: 100%; 
  padding-top: 80px;
  padding-bottom: 5px;
}

.footer-1 {
  display: grid;
  gap: 0rem;
  grid-template-columns: 50% 50%;
}

.footer-1 .img1 {
  padding-left: 18%;
}

.footer-1 nav {
  display: flex;
  flex-direction: column;
}

.footer-1 p {
  font-family:Arial, Helvetica, sans-serif;
  color: white;
  padding-right:16%;
  text-align: right;
  text-decoration: none; 
  margin: 5px 10px; 
}

.footer-1 a {
  font-weight: 100;
  color: white;
  text-decoration: none;
}

footer .img2 {
  width: 85%;
  padding-top: 80px;
}

footer p {
  text-align: left;
  padding-left: 9%;
  font-weight: bold;
  margin: 20px 0;
}


/* Quienes Somos */


.parent-desarrollamos {
  margin-top: 10px;
  display: flex;
  background-color: white;
}

.child-desarrollamos {
  flex-basis:100%;
  margin: 5% 5% 5% 5%;
  padding-left: 10%;
  padding-right: 10%;
  font-family: Arial, Helvetica, sans-serif;
  color: #071223;
  text-align: center;
}

.child-desarrollamos h2 {
  font-size: clamp(1.5rem, 2vw, 2rem);
}

.child-desarrollamos p {
  font-size: clamp(1rem, 2vw, 1rem);
}

.child-desarrollamos-s {
  flex-basis:100%;
  margin: 5% 5% 0% 5%;
  padding-left: 10%;
  padding-right: 10%;
  font-family: Arial, Helvetica, sans-serif;
  color: #071223;
  text-align: center;
}

.child-desarrollamos-s h2 {
  font-size: clamp(1.5rem, 2vw, 2rem);
}

.child-desarrollamos-s p {
  font-size: clamp(1rem, 2vw, 1rem);
}




.parent-icons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  padding: 3% 3% 5% 3%;
  background-color: white;
}

.child-icons {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #0062D8;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 10%;
}

.child-icons img {
  display: block;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
}

.child-icons p {
  font-weight: bold;
  text-align: center;
  margin: 16px;
}


.parent-faeb {
  display: grid;
  grid-template-columns: 100%;
}

.child-faeb img {
  width: 100%;
  height: 100%;
}



.parent-grid00 {
  margin-top: 10px;
  display: grid;
  gap: 0rem;
  grid-template-columns: 50% 50%;
}

.child-grid11 {
  font-family:Arial, Helvetica, sans-serif;
  color: white;
  font-weight: bold;
  flex: 1 1 auto;
  text-align: center;
  background-image: url(img/image-11.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.child-grid22 {
  font-family:Arial, Helvetica, sans-serif;
  color: white;
  font-weight: bold;
  flex: 1 1 auto;
  text-align: center;
  background-image: url(img/image-20.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.child-grid33 {
  font-family:Arial, Helvetica, sans-serif;
  color: white;
  font-weight: bold;
  flex: 1 1 auto;
  text-align: center;
  background-image: url(img/image-30.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.child-grid44 {
  font-family:Arial, Helvetica, sans-serif;
  color: white;
  font-weight: bold;
  flex: 1 1 auto;
  text-align: center;
  background-image: url(img/image-40.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.child-grid55 {
  font-family:Arial, Helvetica, sans-serif;
  color: white;
  font-weight: bold;
  flex: 1 1 auto;
  text-align: center;
  background-image: url(img/image-55.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.child-grid66 {
  font-family:Arial, Helvetica, sans-serif;
  color: white;
  font-weight: bold;
  flex: 1 1 auto;
  text-align: center;
  background-image: url(img/image-60.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.child-grid77 {
  font-family:Arial, Helvetica, sans-serif;
  color: white;
  font-weight: bold;
  flex: 1 1 auto;
  text-align: center;
  background-image: url(img/image-70.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}




.child-grid11 h2 {
  font-size: clamp(1rem, 2vw, 2rem);
  margin: 15%;
}

.child-grid22 h2 {
  font-size: clamp(1rem, 2vw, 2rem);
  margin: 15%;
}

.child-grid33 h2 {
  font-size: clamp(1rem, 2vw, 2rem);
  margin: 15%;
}

.child-grid44 h2 {
  font-size: clamp(1rem, 2vw, 2rem);
  margin: 15%;
}

.child-grid55 h2 {
  font-size: clamp(1rem, 2vw, 2rem);
  margin: 15%;
}

.child-grid66 h2 {
  font-size: clamp(1rem, 2vw, 2rem);
  margin: 15%;
}

.child-grid77 h2 {
  font-size: clamp(1rem, 2vw, 2rem);
  margin: 15%;
}




/* Trabajo */



.grand-rows {
  background-color: #000;
}

.grand-rows h1 {
  font-family:Arial, Helvetica, sans-serif;
  font-weight: bold;
  flex: 1 1 auto;
  text-align: center;
  color: #fff;
  padding-top: 30px;
}

.parent-rows {
  margin-top: 10px;
  display: grid;
  gap: 1rem;
  grid-template-columns: 32.6% 32.6% 32.6%;
}

.child-rows2 img {
  margin-top: 5%;
  max-width: 100%;
  display: block;
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
}

.child-rows1 {
  font-family:Arial, Helvetica, sans-serif;
  font-weight: bold;
  flex: 1 1 auto;
  text-align: left;
  color: #fff;
}

.child-rows1 h2{
  font-size: clamp(1rem, 2vw, 1.5rem);
  margin: 0px;
  padding-left: 10%;
  padding-right: 10%;
}

.child-rows {
  font-family:Arial, Helvetica, sans-serif;
  flex: 1 1 auto;
  text-align: left;
  color: #fff;
}

.child-rows p {
  font-size: clamp(0.5rem, 2.5vw, 1rem);
  margin: 0px;
  margin-bottom: 60px;
  padding-left: 10%;
  padding-right: 10%;
}



/* Testing Trabajamos */


.grand-rows-t {
  background-color: #000;
  font-family:Arial, Helvetica, sans-serif;
}

.grand-rows-t h1 {
  font-weight: bold;
  text-align: center;
  color: #fff;
  padding-top: 30px;
  margin-top: 10px;
}

.parent-rows-t {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  gap: 0rem;
}

.child-rows-t {
  flex: 1 1 100%;
  font-family:Arial, Helvetica, sans-serif;
  text-align: left;
  color: #fff;
}

.child-rows-t img {
  margin-top: 5%;
  max-width: 100%;
  display: block;
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
}

.child-rows-t h2 {
  color: white;
  font-size: clamp(1rem, 2vw, 1.5rem);
  margin: 20px 0 20px 0;
  padding-left: 8%;
  padding-right: 5%;
}

.child-rows-t p {
  font-size: 1rem;
  margin: 0px;
  margin-bottom: 50px;
  padding-left: 10%;
  padding-right: 10%;
}


/* Contacto */



.parent-preguntas {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  gap: 0rem;
  color: #B7E00A;
  background-color: white;
}

.child-preguntas {
  flex: 1 1 100%;
  margin: 30px;
  font-family: Arial, Helvetica, sans-serif;
  color: #071223;
  text-align: center;
}

.child-preguntas h2 {
  margin: 0;
  font-size: clamp(1.5rem, 3vw, 2rem);
}

.child-preguntas p {
  margin: 7% 0px 7% 0px;
}

.child-preguntas button {
  font-size: 16px;
  background-color: #000;
  border-style: none;
  color: #fff;
  padding: 10px;
}


.parent-grid-c {
  background-color: #000;
  margin-top: 10px;
  width: 100%;
  display: grid;
  gap: 1rem;
  grid-template-columns: 100%;
}

.child-grid1-c {
  font-family:Arial, Helvetica, sans-serif;
  flex: 1 1 auto;
  background-color: white;
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
}

.child-grid1-c h2 {
  font-size: clamp(1rem, 5vw, 2rem);
  margin: 3% 15% 3% 15%;
  color: black;
  font-weight: bold;
  text-align: left;
}

.child-grid1-c p {
  font-size: clamp(0.5rem, 3vw, 1rem);
  margin: 5% 15% 5% 15%;
  text-align: left;
}

.child-grid1-c .img2 {
  text-align: center;
  height: auto;
  width: 70%;
}

.child-grid-c {
  font-family:Arial, Helvetica, sans-serif;
  flex: 1 1 auto;
  text-align: center;
  font-size: clamp(0.5rem, 3vw, 1rem);
  margin: 5% 10% 5% 10%;
  text-align: center;
}

.child-grid-c h1 {
  font-family:Arial, Helvetica, sans-serif;
  color: #fff;
  flex: 1 1 auto;
  text-align: center;
  font-size: clamp(1rem, 3vw, 2rem);
  margin: 0% 0% 5% 0%;
  text-align: center;
}



input[type=text], select, textarea {
  font-family:Arial, Helvetica, sans-serif;
  color: #071223;
  width: 40%; /* Full width */
  padding: 12px; /* Some padding */ 
  border: 1px solid #071223; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

input[type=email], select, textarea {
  font-family:Arial, Helvetica, sans-serif;
  color: #071223;
  width: 80%; /* Full width */
  padding: 12px; /* Some padding */ 
  border: 1px solid #071223; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

.child-grid-c button {
  font-family:Arial, Helvetica, sans-serif;
  font-weight: bold;
  background-color: #0062D8;
  color: #fff;
  padding: 12px 100px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}





.parent-location {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  gap: 0rem;
  background-color: white;
}

.child-location1 {
  width: 50%;
  font-family:Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align: center;
  position: relative;
  color: white;
}

.child-location1 img {
  display: block;
  width: 100%;
  height: 350px;
  object-fit: cover;
}

.child-location1 h2 {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: clamp(1rem, 5vw, 2rem);
  color: white;
}

.child-location {
  font-family:Arial, Helvetica, sans-serif;
  flex: 1 1 auto;
  text-align: center;
  background-color: white;
  margin: auto auto;
}

.child-location p {
  font-size: clamp(1rem, 2vw, 1.5rem);
  font-weight: bold;
  margin: 16px 10%;

}

.child-location button {
  font-size: 16px;
  font-weight: bold;
  background-color: #0062D8;
  color: #fff;
  border-style: none;
  border-radius: 5px;
  padding: 10px;
  cursor: pointer;
  margin: 0 20% 16px 20%;
}

/* clamp(0.5rem, 2vw, 1rem) */



.proyectos img {
  margin-top: 10px;
  width: 100%;
  height: 100%;
  object-fit: fill;
}



.proyecto-titulo {
  font-family:Arial, Helvetica, sans-serif;
  flex: 1 1 auto;
  position: relative;
  text-align: center;
  color: white;
}

.proyecto-titulo h1 {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: clamp(1rem, 3vw, 3rem);
}

.proyectos-2 {
  margin-top: 10px;
  display: grid;
  grid-template-columns: 50% 50%;
}

.proyectos-2 img {
  margin-top: 10px;
  display: block;
  width: 100%;
  height: 350px;
  object-fit: cover;
}












/* 
.hidden-radio {
  display: none;
}


.item-container {
  display: block; 
  cursor: pointer;
  
}

.item-container img {
  /* Define a specific size to prevent layout shifts 
  width: 100%;
  height: auto;
}

/* Hide the text by default 
.item-text {
  display: none;
}

/* Style when the radio button is checked 
/* The '+' selector targets the adjacent sibling label 
.hidden-radio:checked + .item-container .item-image {
  display: none; /* Hide the image 
}

.hidden-radio:checked + .item-container .item-text {
  display: grid;
  grid-template-columns: 60% 40%; /* Optional: add some padding to the text 
  font-family:Arial, Helvetica, sans-serif;
  flex: 1 1 auto;
  position: relative;
  text-align: left;
  color: white;
  margin: 10px 0px 0px 0px;
  cursor:default;
}

/* Optional: style for the text itself 
.item-text {
    background-color: #000;
    color: #fff;
    text-align: center;
}

.item-text img {
  margin: 10%;
  display: block;
  width: 80%;
  height: 350px;
  object-fit: cover;
}

.item-text h1 {
  font-size: clamp(1rem, 3vw, 2rem);
}

.item-text p {
  font-size: clamp(0.75rem, 2vw, 1rem);
} */




/* TESTING NEW */

/* Hide the actual radio input */
.hidden-radio {
  display: none;
}

/* Base state for the container */
.item-container {
  display: block; /* Ensures the label takes up space */
  cursor: pointer;
  /* Define a specific size to prevent layout shifts */
  overflow: hidden;
}

.item-container img {
  /* Define a specific size to prevent layout shifts */
  width: 100%;
  height: auto;
}

/* Hide the text by default */
.item-text-parent {
  display: none;
}

/* Style when the radio button is checked */
/* The '+' selector targets the adjacent sibling label */
.hidden-radio:checked + .item-container .item-image {
  display: none; /* Hide the image */
}

.hidden-radio:checked + .item-container .item-text-parent {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #000;
  margin-top: 10px;
  cursor: default;
}

.hidden-radio:checked + .item-container .item-text-child {
  display: flex;
  flex-direction: row;
  gap: 20px;
  padding: 10px;
  color: #fff;
  text-align: center;
}

.hidden-radio:checked + .item-container .item-text-child-g {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 10px;
  padding-bottom: 30px;
}

.item-text-child-g img {
  display: block;
  width: 700px;
  height: 350px;
  object-fit: cover;
  border-radius: 20px;
}

.item-text-child h2 {
  font-size: clamp(1rem, 3vw, 1.5rem);
}





/* MOBILE VERSION */

@media (min-width:0px) and (max-width: 576px) {
  body {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  
  .parent-column-new {
    display: flex;
    flex-direction: column;
  }
  
  .drawer {
    width: 80%;
  }

  .child-video h1 {
    font-size: 1rem;
    top: 30%; 
  }

  .child-video p {
    font-size: 1rem;
    top: 50%; 
  }

  .child-video-2 h1 {
    font-size: 1.5rem;
    top: 25%; 
  }

  .child-video-2 p {
    font-size: 1rem;
    top: 50%; 
  }

  .child-video-3 h1 {
    font-size: 1.5rem;
    top: 40%; 
  }

  .centered {
    font-size: 20px;
  }

  .text {
    font-size: 16px;
  }

  .child-banner img {
    display: block;
    width: 100%;
    height: 150px;
    object-fit: cover;
  }

  .child-banner h2 {
    font-size: 1.5rem;
  }

  .child-conocemas {
    padding-left: 10%;
    padding-right: 10%;
  }

  .grand-rows-t {
    margin-top: 10px;
  }

  .grand-rows-t h1 {
    padding-top: 0px;
    margin: 25px 0 20px 0;
  }

  .child-trabajamos {
    padding-left: 10%;
    padding-right: 10%;
  }

  .parent-photos {
    flex-direction: column;
  }

  .parent-rows-t {
    flex-direction: column;
  }

  .child-rows-t h2 {
    font-size: 18px;
  }

  .child-rows-t p {
    margin-bottom: 40px;
  }

  .parent-preguntas {
    flex-direction: column;
  }

  .parent-location {
    flex-direction: column;
  }

  .child-location1 {
    width: 100%;
  }

  .child-location1 img {
    display: block;
    height: auto;
    width: 100%;
    object-fit: cover;
  }

  .item-text-child-g img {
    width: 100%;
    height: 200px;
  }

}