@charset "UTF-8";
/*--------------------------*/
/*------- VARAIBLES ------*/
/*--------------------------*/
/*------- GENERAL STYLES ------*/
body {
  background-color: #FFFFFF;
}

a:hover {
  color: white;
}

a:visited {
  color: inherit;
}

.grey-back {
  background-color: #F7F7F7;
}

.collection-back {
  background-color: #0157A0;
}

.section-content {
  padding: 50px 0;
}

.row {
  margin-right: auto;
  margin-left: auto;
}

/*--------------------------*/
/*------- TYPOGRAPHY ------*/
body, p, li {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.5rem;
  color: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", serif;
  color: #ffffff;
}

h2 {
  font-weight: 800;
  font-size: 2rem;
  line-height: 2.5rem;
  text-transform: uppercase;
  margin-bottom: 10px 0;
  text-align: center;
}

h3 {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.6rem;
  margin: 10px 0;
  text-align: center;
}

h4 {
  font-weight: 500;
  font-size: 1.15rem;
  line-height: 1.3rem;
  text-align: center;
}

li::marker {
  color: #0157A0;
}



/***** COOKIES *****/
#gdpr-cookie-message {
  position: fixed;
  right: 30px;
  bottom: 30px;
  max-width: 375px;
  background-color: #0157A0;
  padding: 20px;
  border-radius: 5px;
  -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.25);
          box-shadow: 0 6px 6px rgba(0, 0, 0, 0.25);
  margin-left: 30px;
  z-index: 1071;
}
#gdpr-cookie-message h4 {
  color: #0157A0;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  text-align: left;
}
#gdpr-cookie-message h5 {
  color: #0157A0;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
}
#gdpr-cookie-message p, #gdpr-cookie-message ul {
  color: white;
  font-size: 15px;
  line-height: 1.5em;
  padding: 0;
}
#gdpr-cookie-message p:last-child {
  margin-bottom: 0;
  text-align: right;
}
#gdpr-cookie-message li {
  color: white;
  width: 49%;
  display: inline-block;
}
#gdpr-cookie-message a {
  color: #3C6C89;
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;
  padding-bottom: 2px;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.75);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
#gdpr-cookie-message a:hover {
  color: white;
  border-bottom-color: #3C6C89;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
#gdpr-cookie-message button,
#gdpr-cookie-message button#ihavecookiesBtn {
  border: none;
  font-weight: bold;
  background: #0157A0;
  color: white;
  font-size: 15px;
  padding: 7px;
  border-radius: 3px;
  margin-left: 15px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
#gdpr-cookie-message button:hover {
  background: white;
  color: #3C6C89;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
#gdpr-cookie-message button#gdpr-cookie-advanced {
  background: white;
  color: #3C6C89;
}
#gdpr-cookie-message button:disabled {
  opacity: 0.3;
}
#gdpr-cookie-message input[type=checkbox] {
  float: none;
  margin-top: 0;
  margin-right: 5px;
}

/******* END COOKIES ******/
/*--------------------------*/
/*------- HEADER ------*/
#masthead {
  background-color: #802024;
  padding: 0;
  position: sticky;
  top: 0;
  z-index: 1071;
}
#masthead #upper-header {
  background-color: #F7B500;
  color: #142D41;
}
#masthead #upper-header .notice-subscription {
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.2rem;
  padding: 4px 0;
}

#masthead #site-navigation {
  margin-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#masthead #site-navigation #navbarEmse {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#masthead #site-navigation button.navbar-toggler {
  background-color: #FFF;
}
#masthead #site-navigation li {
  padding: 0 1%;
  margin: 10px 0;
}
#masthead #site-navigation li:last-child {
  padding-right: 0;
}
#masthead #site-navigation li a {
  font-family: "Montserrat", serif;
  color: white;
  font-weight: 800;
  font-size: 18px;
  text-decoration: none;
  line-height: 1.6em;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
#masthead #site-navigation li a:hover {
  color: #6AA5B5;
}
#masthead #subscribe-button {
  border-radius: 25px;
  padding: 10px 60px;
  font-weight: 800;
  font-size: 18px;
  line-height: 1.6rem;
  background-color: #3C6C89;
  border-color: #3C6C89;
  color: #FFFFFF;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
  text-transform: uppercase;
  float: right;
}
#masthead #subscribe-button:hover, #masthead #subscribe-button:focus {
  background-color: white;
  border-color: white;
  color: #3C6C89;
  cursor: pointer;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#masthead #navigation-empty {
  padding: 10px 0;
}
#masthead #navigation-empty a {
  text-decoration: none;
  color: white;
}
#masthead .logo-editorial #logo {
  width:100px;
}
#masthead .logo-editorial #imago-logo {
  width:100px;
}
/*--------------------------*/
/*------- PRIMARY-MENU ------*/
/*------Full-width-slider-----*/

.slider {
  position: relative;
  width: 100%;
  height: 720px;
  overflow: hidden;
}

.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
  padding-left: 20px;
}

.slide.active {
  display: flex;
}

/* Custom background colors for each slide */
.background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.slide-1 .background { background-color: #866868; }
.slide-2 .background { background-color: #f0c559c5; }
.slide-3 .background { background-color: #EE3829; }
.slide-4 .background { background-color: #5874a8; }
.slide-5 .background { background-color: #176a9b; }
.slide-6 .background { background-color: #7e7d7a; }

.logo {
  position: absolute;
  top: 20px;
  left: 40px;
  width: 500px;
  z-index: 3;
}

.overlay {
  position: absolute;
  right: 30%;
  transform: translateX(50%);
  max-width: 50%;
  z-index: 2;
}

.content {
  position: absolute;
  left: 5vw; /* Dynamically adjust based on viewport */
  top: 40vh; /* Adjust vertical position based on viewport height */
  max-width: 40vw; /* Adjust width dynamically */
  z-index: 4;
  color: white;
  text-align: left;
  word-wrap: break-word;
  overflow: hidden;
}

/* Responsive font size and text layout adjustments */
.content h3 {
  font-size: 2rem; /* Base size for larger screens */
  line-height: 1.2;
}

.slider .slide .content {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.slider .slide.active .content {
  opacity: 1;
  transform: translateY(0);
}

.cta {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #802024;
  color: white;
  text-decoration: none;
  font-size: 16px;
  border-radius: 5px;
  z-index: 5;
}

.cta:hover {
  background-color: #c70039;
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  z-index: 4;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/*--- Responsive Styles ---*/
@media (max-width: 1200px) {
  .logo {
    width: 400px; /* Adjust logo size */
  }
  .content {
    top: 30vh; /* Adjust content position */
    max-width: 50vw; /* Adjust width */
  }
  .content h3 {
    font-size: 1.8rem; /* Adjust font size for tablet */
  }
}

@media (max-width: 992px) {
  .logo {
    width: 350px; /* Adjust logo size */
  }
  .content {
    top: 25vh; /* Adjust content position */
    max-width: 55vw;
  }
  .content h3 {
    font-size: 1.6rem; /* Adjust font size for smaller screens */
  }
}

@media (max-width: 768px) {
  .slider {
    height: 400px; /* Adjust slider height for mobile */
  }
  .logo {
    width: 300px; /* Adjust logo size */
    top: 10px;
  }
  .content {
    top: 20vh; /* Adjust content position */
    left: 8vw; /* Adjust left padding */
    max-width: 70vw; /* Increase content width */
  }
  .content h3 {
    font-size: smaller; /* Adjust font size for mobile */
  }
  .cta {
    font-size: 14px;
    padding: 8px 16px;
  }
}

@media (max-width: 576px) {
  .slider {
    height: 300px; /* Adjust slider height */
  }
  .logo {
    width: 200px; /* Smaller logo for mobile */
  }
  .content {
    top: 18vh; /* Adjust content position */
    left: 5vw;
    max-width: 80vw; /* Allow more room for content */
  }
  .content h3 {
    font-size: 1.2rem; /* Smaller text size */
  }
  .cta {
    font-size: 12px;
    padding: 6px 12px;
  }
}




/* Base styling for the section */

.three-column-section {
  display: flex;
  flex-wrap: wrap;
  gap: 10px; /* Reduced space between columns horizontally */
  row-gap: 30px; /* Reduced space between rows */
  padding: 20px;
  position: relative;
  margin-top: 70px; /* Adds space above the section */
}

.column {
  flex: 1 1 calc(33.333% - 15px); /* 3 columns with smaller gap */
  box-sizing: border-box;
  padding: 15px;
  border-radius: 8px;
  overflow: visible; /* Allow overlapping */
  text-align: left;
  transition: transform 0.3s ease;
  position: relative;
  background-color: transparent;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center; /* Centers both the img-wrapper and text-box */
}

.column img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

/* Image Wrapper with thicker border, proper positioning, and rounded corners */
.img-wrapper {
  width: 100%; /* Make the image responsive */
  max-width: 400px; /* Limit max size */
  height: auto; /* Maintain aspect ratio */
  border: 2px solid rgba(128, 125, 125, 0.9); /* Thicker border with higher opacity */
  margin: 0 auto 20px auto; /* Centers and adds spacing from text */
  background-color: transparent;
  border-radius: 10px; /* Slightly rounded corners */
  display: flex;
  justify-content: center; /* Center image inside wrapper */
  align-items: center;
  overflow: hidden; /* Ensure images don’t overflow the container */
}

.img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain; /* Ensure the entire image is visible */
  border-radius: 8px; /* Makes the image corners rounded inside the wrapper */
  aspect-ratio: 1 / 1; /* Ensures the image stays square (1:1 aspect ratio) */
}

/* Ensure that the text box has padding and overlaps with the img-wrapper */
.text-box {
  color: white;
  padding: 20px;
  border-radius: 8px;
  background-color: transparent;
  position: relative;
  margin-top: -50px; /* Moves the text box upwards to overlap the image */
  z-index: 2; /* Ensure the text box is above the image */
  min-height: auto; /* Ensure the text box grows with content */
  width: 100%; /* Make the text box responsive */
  max-width: 275px; /* Set maximum width */
  text-align: left;
}

/* Different background colors for each text-box */
.column:nth-child(1) .text-box { background-color: #800080; } /* Purple */
.column:nth-child(2) .text-box { background-color: #2C3E50; } /* Dark Blue */
.column:nth-child(3) .text-box { background-color: #8B0000; } /* Dark Red */
.column:nth-child(4) .text-box { background-color: #4B0082; } /* Indigo */
.column:nth-child(5) .text-box { background-color: #FF8C00; } /* Dark Orange */
.column:nth-child(6) .text-box { background-color: #006400; } /* Dark Green */
.column:nth-child(7) .text-box { background-color: #FFD700; } /* Gold */ 
.column:nth-child(8) .text-box { background-color: #4682B4; } /* Steel Blue */
.column:nth-child(9) .text-box { background-color: #A52A2A; } /* Brown */
.column:nth-child(10) .text-box { background-color: #008080; } /* Teal */
.column:nth-child(11) .text-box { background-color: #708090; } /* Slate Gray */
.column:nth-child(12) .text-box { background-color: #DC143C; } /* Crimson */
.column:nth-child(13) .text-box { background-color: #6B8E23; } /* Olive Drab */

/* CTA Button Styling */
.cta-button {
  display: inline-block;
  margin-top: 15px; /* Space between text and button */
  padding: 10px 15px;
  background-color: #fff;
  color: #000;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.cta-button:hover {
  background-color: #f1f1f1;
}

/* Matching CTA button background color */
.column:nth-child(1) .cta-button { background-color: #4B0082; color: #fff; }
.column:nth-child(2) .cta-button { background-color: #FF8C00; color: #fff; }
.column:nth-child(3) .cta-button { background-color: #006400; color: #fff; }
.column:nth-child(4) .cta-button { background-color: #2C3E50; color: #fff; }
.column:nth-child(5) .cta-button { background-color: #800080; color: #fff; }
.column:nth-child(6) .cta-button { background-color: #8B0000; color: #fff; }
.column:nth-child(7) .cta-button { background-color: #A52A2A; color: #fff; }
.column:nth-child(8) .cta-button { background-color: #FFD700; color: #000; }
.column:nth-child(9) .cta-button { background-color: #4682B4; color: #fff; }
.column:nth-child(10) .cta-button { background-color: #DC143C; color: #fff; }
.column:nth-child(11) .cta-button { background-color: #6B8E23; color: #fff; }
.column:nth-child(12) .cta-button { background-color: #008080; color: #fff; }
.column:nth-child(13) .cta-button { background-color: #708090; color: #fff; }

.column .cta-button:hover {
  background-color: rgba(255, 255, 255, 0.2); /* Slight transparent hover effect */
}

.column:hover {
  transform: translateY(-10px); /* Lift effect on hover */
}

/* Responsive styling */
@media (max-width: 1200px) {
  .column {
    flex: 1 1 calc(50% - 10px); /* 2 columns on medium screens */
  }

  .img-wrapper, .text-box {
    max-width: 350px; /* Adjusted for smaller screens */
  }
}

@media (max-width: 768px) {
  .column {
    flex: 1 1 calc(100% - 20px); /* 1 column on small screens */
  }

  .img-wrapper, .text-box {
    max-width: 300px; /* Smaller sizes for smaller screens */
  }
}

@media (max-width: 576px) {
  .text-box {
    padding: 10px; /* Adjust padding for small screens */
  }

  h3 {
    font-size: 1.2rem; /* Adjust title size for small screens */
  }

  p {
    font-size: 0.9rem; /* Adjust text size for small screens */
  }

  .img-wrapper {
    max-width: 275px; /* Make the image smaller for very small screens */
  }
}

/* Quienes Somos*/

.quienes-somos-section {
  background-color: #f0f0f0; /* Light grey background */
  padding: 20px;
  text-align: left;
  border-radius: 8px;
  margin: 0 auto; /* Center the section horizontally */
  max-width: 1200px; /* Set a maximum width for large screens */
  margin-bottom: 20px;
}

.quienes-somos-section h2 {
  font-size: 2em;
  margin-bottom: 10px;
  color: #333; /* Dark grey title color */
}

.quienes-somos-section p {
  font-size: 1.1em;
  color: #555; /* Slightly darker text color */
}

/* Responsive Design: For smaller devices */
@media (max-width: 768px) {
  .quienes-somos-section {
    padding: 15px; /* Reduce padding for mobile */
  }

  .quienes-somos-section h2 {
    font-size: 1.8em; /* Slightly smaller title */
  }

  .quienes-somos-section p {
    font-size: 1em; /* Slightly smaller text for readability */
  }
}

@media (max-width: 480px) {
  .quienes-somos-section h2 {
    font-size: 1.6em; /* Further reduction in font size for small screens */
  }

  .quienes-somos-section p {
    font-size: 0.9em; /* Adjust paragraph font size for mobile */
  }
}


/* FORM section*/

.form-section {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
  background-color: #f9f9f9; /* Light background */
  border-radius: 8px;
  text-align: left;
}

.form-section h2 {
  text-align: center;
  color: #333;
  margin-bottom: 50px; /* Increase space below the title */
  margin-top: 20px;
}

label {
  font-size: 1.1em;
  color: #555;
}

input[type="text"], input[type="email"], input[type="tel"], select {
  width: 100%;
  padding: 10px;
  margin: 8px 0;
  border-radius: 5px;
  border: 1px solid #ccc;
  font-size: 1em;
}

input[type="submit"] {
  background-color: #802024;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  font-size: 1.2em;
  cursor: pointer;
  width: 100%;
}

input[type="submit"]:hover {
  background-color: #0056b3;
}

/* Responsive Design for Form */
@media (max-width: 768px) {
  .form-section {
    padding: 15px;
  }

  label {
    font-size: 1em;
  }

  input[type="text"], input[type="email"], input[type="tel"], select {
    font-size: 0.95em;
  }

  input[type="submit"] {
    font-size: 1.1em;
  }
}

@media (max-width: 480px) {
  .form-section {
    padding: 10px;
  }

  label {
    font-size: 0.9em;
  }

  input[type="text"], input[type="email"], input[type="tel"], select {
    font-size: 0.85em;
  }

  input[type="submit"] {
    font-size: 1em;
  }
}



/* FAQS or Contact*/

#faqs {
  background-color: #FFFFFF;
}
#faqs #accordionFaqs {
  padding: 40px 0 20px 0;
  color:#000000;
}
#faqs #accordionFaqs .accordion-item .accordion-button {
  font-weight: bold;
  padding: 10px 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  background-color: #FFFFFF;
  
}
#faqs #accordionFaqs .accordion-item .accordion-button:not(.collapsed) {
  color: #802024;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#faqs #accordionFaqs .accordion-item .accordion-button:not(.collapsed):after {
  font-family: "Font Awesome 5 Free";
  content: "";
  margin-right: 5px;
  
}
#faqs #accordionFaqs .accordion-item .accordion-button::after {
  background-image: none;
}
#faqs #accordionFaqs .accordion-item .accordion-button::after {
  font-family: "Font Awesome 5 Free";
  content: "";
}

.contact-redtext {
  color:#802024
} 



/*--------------------------*/
/* FOOTER      */
/*--------------------------------*/
.footer-container {
  background-color: #802024;
}

/* Footer content and alignment */
.footer-container .footer-content {
  padding: 20px;
}
.footer-container .footer-content .footer-col {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Logo Styling */
#footer-logo {
  max-width: 100%; /* Ensure the logo doesn't exceed the container width */
  height: auto; /* Maintain aspect ratio */
  width: auto; /* Dynamic width to adjust with the footer size */
  max-height: 70px; /* Restrict logo height to fit within the footer */
}

/* Styling for footer block containing buttons and text */
.footer-block {
  text-align: center;
}


/* Social Buttons */
.social-buttons {
  display: flex;
  gap: 10px; /* Space between buttons */
}

.social-button {
  display: flex;
  align-items: center;
  gap: 8px; /* Space between icon and text */
  text-decoration: none;
  color: #fff; /* Default icon color */
  font-size: 16px;
  padding: 10px 15px;
  border-radius: 8px;
  transition: background-color 0.3s ease;
}

.social-button svg {
  width: 24px;
  height: 24px;
  fill: none; /* No fill to keep the stroke design */
  stroke: #fff; /* Icon color matches text color */
}

/* Facebook Button */
.social-button.facebook {
  background-color: #4267B2; /* Facebook blue */
}

.social-button.facebook:hover {
  background-color: #365899; /* Darker blue on hover */
}

/* Instagram Button */
.social-button.instagram {
  background-color: #E1306C; /* Instagram gradient color */
}

.social-button.instagram:hover {
  background-color: #C13584; /* Darker shade on hover */
}


/* Footer text styling */
.footer-container .footer-content .footer-col p {
  color: white;
  margin: 5px 0;
  font-size: 0.875rem;
  line-height: 0.9rem;
  text-align: center;
}

/* Subfooter */
.subfooter-container {
  background-color: #802024;
}

.subfooter-container .bottom-footer-row {
  text-align: center;
}

.subfooter-container .bottom-footer-row p {
  color: white;
  margin: 10px 0;
}


/* - MEDIA QUERIES
/*------------------------------------------------------*/
/* large - display 5 */
@media (max-width: 1399px) { 
  #masthead #subscribe-button {
    padding: 5px 0;
  }
  .content h3 {
      font-size: 1.2rem;
      max-width: 85%;
  }
} 

/* large - display 4 */
@media (max-width: 1199px) {
  #masthead #subscribe-button {
    width: 70%;
    margin: 10px 0;
  }
  #footer-logo {
    max-height: 60px; /* Slightly smaller logo on medium screens */
  }
  .social-buttons {
    gap: 12px; /* Reduce gap between buttons on medium screens */
  }
  
  .social-button {
    padding: 8px 12px; /* Reduce padding on medium screens */
    font-size: 14px; /* Reduce font size on medium screens */
  }
  
  .social-button svg {
    width: 22px; /* Slightly reduce icon size */
    height: 22px;
  }


  .content h3 {
      font-size: 1.1rem;
      max-width: 90%;
  }
}
/* large - display 3 */
@media (max-width: 991px) {
  #masthead .navbar-collapse ul.navbar-nav {
    margin-top: 25px;
  }
  #masthead .navbar-collapse ul.navbar-nav li a.nav-link {
    padding: 5px 0 5px 5% !important;
  }
  #entregas_carousel select#selectEntregas {
    font-size: 0.8rem;
  }
  #footer-logo {
    max-height: 55px; /* Slightly smaller logo on medium screens */
  }

  .content h3 {
      font-size: 1.45rem;
      max-width: 55%;
      text-align: left;
  }
}
/* medium - display 2  */
@media (max-width: 767px) {
  .hero-container #heroCarousel .carousel-inner .carousel-item .item-image-slider {
    margin-right: 0 !important;
  }

  #section-video #content-video {
    padding: 20px 0 0 0;
  }

  .row-regalo .column-text {
    padding: 20px 30px 0 30px;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .row-regalo .column-text p, .row-regalo .column-text h3 {
    text-align: center !important;
  }
  #footer-logo {
    max-height: 50px; /* Smaller logo for tablets and mobile */
  }
  .social-buttons {
    flex-direction: column; /* Stack buttons vertically on small screens */
    gap: 10px; /* Adjust gap for smaller screens */
  }
  
  .social-button {
    padding: 6px 10px; /* Further reduce padding for small screens */
    font-size: 14px;
    justify-content: center; /* Center text and icon */
  }
  
  .social-button svg {
    width: 20px; /* Smaller icon for small screens */
    height: 20px;
  }

  .content h3 {
      font-size: 1.00rem;
      line-height: 1.4rem;
      padding: 0 10px;
      text-align: left;
      max-width: 55%;
  }
}

/* Small devices */
@media (max-width: 575px) {
  .row-regalo .container-present {
    margin-bottom: 20px;
  }
  .row-regalo .container-present .horitzontal-stamp {
    width: 100% !important;
  }
  #footer-logo {
    max-height: 40px; /* Even smaller for small mobile screens */
  }
  .social-button {
    padding: 5px 8px; /* Smaller padding for very small screens */
    font-size: 12px; /* Smaller font size for mobile */
  }
  
  .social-button svg {
    width: 18px; /* Reduce icon size further for very small screens */
    height: 18px;
  }


  .content h3 {
      font-size: 0.95rem;
      line-height: 1.3rem;
      padding: 0 5px;
  }
}
/* Small devices */
@media (max-width: 480px) {
  h2 {
    font-size: 1.8rem;
    line-height: 2.1rem;
  }

  #section-video #content-video {
    padding-top: 20px;
  }
  #section-video #content-video .column-text {
    padding-right: 10px;
  }

  .footer-container .footer-content .footer-col {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  .footer-container .footer-content .footer-col .footer-block {
    width: 80%;
  }


  .content h3 {
      display: none;
  }
}