/* Reset and base styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #f2f2f2;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif;
  color: #1c1c1c;
}
p {
  font-family: 'Funnel Display', sans-serif;
  color: #1c1c1c;
}
.container {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 100px;
}
@media (max-width: 1400px) and (min-width: 1100px) {
  .container {
    padding: 0 20px;
  }
}
/* Videovigilancia Hero Section */
.videovigilancia-hero {
  background-color: #f2f2f2;
  padding: 80px 0;
}

.hero-content-videovigilancia {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.hero-text h1 {
  font-size: 54px;
  font-weight: 600;
  line-height: 120%;
  color: #1c1c1c;
  margin-bottom: 20px;
}

.hero-text p {
  font-size: 20px;
  line-height: 31px;
  color: #1c1c1c;
  margin-bottom: 30px;
  max-width: 600px;
}

.hero-buttons {
  display: flex;
  gap: 15px;
}

.hero-cta-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #dc6339;
  color: white;
  padding: 15px 30px;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.hero-cta-primary:hover {
  background-color: #e2e2e2;
  transform: translateY(-2px);
  color: #333;
}

.hero-cta-secondary {
  display: inline-flex; 
  align-items: center;
  justify-content: center;
  background-color: #e2e2e2;
  color: #1c1c1c;
  padding: 15px 30px;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.hero-cta-secondary:hover {
  background-color: #dc6339;
  transform: translateY(-2px);
  color: white;
}

.hero-images-container {
  position: relative;
  align-self: center;
  justify-self: center;
}

.hero-image-main img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.hero-image-secondary {
  position: absolute;
  bottom: 0%;
  right: 0;
  width: 33%;
}

.hero-image-secondary img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 25px;
  border: 5px solid #f5f5f5;

}

/* Why Choose Videovigilancia Section */
.why-choose-videovigilancia {
  padding: 80px 0;
  background-color: #f2f2f2;
}

.why-choose-header {
  display: flex;
  align-items: center;
  justify-content: space-between; 
  gap: 20px; 
  margin-bottom: 60px;
}

.why-choose-header h2 {
  font-size: 42px;
  font-weight: 600;
  line-height: 120%;
  margin: 0;
}

.why-choose-header p {
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  max-width: 600px; 
}


.why-choose-header::after {
  content: "";
  display: table;
  clear: both;
}

.features-grid-video {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 80px;
  row-gap: 40px;
}

.features-grid-video {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 80px;
  row-gap: 40px;
}

.feature-item-video {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  gap: 16px;
}

.feature-icon-video {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-icon-video svg {
  color: #dc6339;
  width: 44px;
  height: 44px;
}

.feature-content-video h3 {
  font-size: 24px;
  font-weight: 600;
  color: #1e1e1e;
  margin-top: 0;
  margin-bottom: 15px;
}

.feature-content-video p {
  font-size: 18px;
  color: #1c1c1c;
  line-height: 25px;
  margin: 0;
  padding-bottom: 30px;
  border-bottom: 1px solid #e85d24;
}

/* Testimonial Section */
.testimonial {
  padding: 60px 0;
}

.testimonial-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 32px;
}

.section-tag {
  display: inline-flex;
  align-items: center;
  background-color: #ffffff;
  padding: 6px 15px;
  border-radius: 48px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 24px;
  gap: 10px;
	
	font-size: 20px;
  font-weight: 600;
  color: #1e1e1e;
}

.testimonial-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #232323;
  margin: 0;
}

.testimonial-content {
  display: grid;
  grid-template-columns: 1fr 2fr;
  align-items: stretch;
  background: linear-gradient(90deg, #DC6339 0%, #DC6339 100%);
  border-radius: 30px;
  box-shadow: 0 8px 32px rgba(20,20,40,0.10);
  overflow: hidden;
  min-height: 320px;
  margin-top: 0;
}

.testimonial-image {
  width: 100%;
  height: 100%;
  min-height: 320px;
  display: block;
  background: #232232;
  border-radius: 30px;
  overflow: hidden;
  padding: 0;
  margin: 0;
  grid-row: 1 / -1;
  grid-column: 1 / 2;
}

.testimonial-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
  box-shadow: none;
  border: none;
  display: block;
}

.testimonial-text {
  grid-column: 2 / 3;
  grid-row: 1 / -1;
  flex: 1;
  padding: 56px 60px 56px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  color: #fff;
}

.testimonial-quote-icon {
  position: absolute;
  top: 32px;
  right: 48px;
  width: 70px;
  height: 70px;
  color: #bdb7e3;
  opacity: 0.7;
}

.testimonial-quote blockquote {
   font-family: 'Funnel Display', sans-serif; 
    font-weight: 500;
    font-size: 19px;
    line-height: 28px;
    margin: 0;
    max-width: 80%;
}

.testimonial-client-info h4 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 17px;
  margin: 0 0 4px 0;
  margin-top: 40px;
  color: #FFFFFF;
}

.testimonial-client-info p {
   font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    margin: 0;
    opacity: 0.85;
    color: #FFFFFF;
}

/* Technology Advanced Section */
.technology-advanced {
  padding: 80px 0;
  max-width: 1500px;
}

.technology-header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  margin-bottom: 60px;
}

.technology-advanced h2 {
  font-size: 42px;
  font-weight: 600;
  color: #1c1c1c;
  margin: 0;
  text-align: left;
  line-height: 132%;
  flex: 1;
}

.technology-subtitle {
  font-size: 20px;
  color: #1c1c1c;
  margin: 0;
  text-align: left;
  line-height: normal;
  flex: 1;
}

.technology-table {
  border: 2px solid #dc6339;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: none;
}

.table-row {
  display: grid;
  grid-template-columns: 1fr 2fr;
  border-bottom: 2px solid #dc6339;
}

.table-row:last-child {
  border-bottom: none;
}

.table-cell {
  padding: 20px 25px;
  font-size: 16px;
  font-weight: 400 ;
  color: #1c1c1c;
  line-height: normal;
  display: flex;
  align-items: center;
}

.table-row .table-cell:first-child {
  font-size: 16px;
  font-weight: 600;
  color: #1c1c1c;
  border-right: 2px solid #dc6339;
}

.table-cell strong {
  font-weight: 600;
  line-height: 30px;
  font-size: 24px;
}

/* Videovigilancia Sectors Section */
.videovigilancia-sectors {
  padding: 80px 0;
  background-color: #f2f2f2;
}

.sectors-header-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 40px;
}

.videovigilancia-sectors h2 {
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 120%;
}

.sectors-subtitle {
  font-size: 20px;
  margin: 0;
  line-height: normal;
  text-align: left;
}

.sectors-grid-video {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

.sector-card-video {
  background-color: #fff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s cubic-bezier(0.4, 2, 0.6, 1);
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.sector-image-video {
  height: 180px;
  overflow: hidden;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

.sector-image-video img {
  width: 100%;
  height: 200px;
  padding: 20px;
}

.sector-card-video h3 {
  font-size: 24px;
  font-weight: 500;
  margin: 22px 22px 10px 22px;
  line-height: 120%;
}

.sector-details-video {
  padding: 0 22px 22px 22px;
}

.sector-details-video p {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 8px;
}

.sector-details-video p strong {
  color: #1c1c1c;
  font-weight: 700;
}

/* Final CTA Video Section */
.final-cta-video {
  padding: 80px 0;
  background-color: #f2f2f2;
}

.final-cta-content-video {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.final-cta-text-video h2 {
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 120%;
}

.final-cta-text-video p {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 30px;
}

.final-cta-buttons-video {
  display: flex;
  gap: 15px;
}

.final-cta-primary-video {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #dc6339;
  color: white;
  padding: 12px 24px;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.final-cta-primary-video:hover {
  background-color: #e2e2e2;
  color: #333;
  transform: translateY(-2px);
}

.final-cta-secondary-video {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #e2e2e2;
  color: #1c1c1c;
  padding: 12px 24px;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.final-cta-secondary-video:hover {
  background-color: #dc6339;
  color: white;
  transform: translateY(-2px);
}

.final-cta-image-video img {
  width: 100%;
  height: auto;
  border-radius: 15px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .container {
    padding: 0 10px;
  }
  .hero-content-videovigilancia,
  .final-cta-content-video {
    gap: 30px;
  }
  .features-grid-video {
    column-gap: 40px;
    row-gap: 20px;
  }
}

@media (max-width: 900px) {
  .sectors-grid-video {
    grid-template-columns: repeat(2, 1fr);
  }
  .features-grid-video {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0 20px;
  }
  h1,h2, p{
    text-align: center;
  }
  .hero-content-videovigilancia {
    grid-template-columns: 1fr; 
    gap: 20px;
    padding: 0 20px;
  }

  .hero-images-container {
    order: 2;
  }

  .hero-text {
    display: contents;
  }
  .hero-text h1 {
    order: 1;
  }
  .hero-text p {
    order: 1;
  }
  .hero-buttons {
    order: 3;
    flex-direction: column;
    gap: 10px;
  }

  .final-cta-content-video {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 0 20px;
  }
  .final-cta-text-video {
    order: 1;
  }
  .final-cta-image-video {
    order: 2;
  }
  .sectors-grid-video {
    grid-template-columns: 1fr;
  }
  .features-grid-video {
    grid-template-columns: 1fr;
  }
  .technology-header-content {
    flex-direction: column;
    gap: 20px;
  }
  .table-row {
    grid-template-columns: 1fr;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .sectors-header-flex {
    flex-direction: column;
    align-items: center; 
    gap: 20px; 
  }
  .testimonial {
    display: none;
  }

.feature-content-video p {
  font-size: 18px;
  text-align: start;
}

/* Carrosel sector video*/
 .sectors-grid-video {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 20px;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
    padding: 0 20px;
  }

  .sector-card-video {
    flex: 0 0 80%;
    scroll-snap-align: start;
    border-radius: 20px;
  }

  .sectors-grid-video::-webkit-scrollbar {
    height: 8px;
  }

  .sectors-grid-video::-webkit-scrollbar-thumb {
    background-color: #dc6339;
    border-radius: 10px;
  }

  .sectors-grid-video::-webkit-scrollbar-track {
    background: #f2f2f2;
  }
  .sector-details-video p {
    text-align: left;
  }
  .videovigilancia-sectors{
    padding: 30px 0;
  }
}

@media (max-width: 600px) {
  .hero-text h1,
  .final-cta-text-video h2,
  .videovigilancia-sectors h2,
  .technology-advanced h2,
  .why-choose-header h2 {
    font-size: 32px;
    text-align: center;
  }
  .hero-text p,
  .final-cta-text-video p,
  .sectors-subtitle,
  .technology-subtitle,
  .why-choose-header p {
    font-size: 18px;
    text-align: center;
    line-height: normal;
  }
 
  .sector-card-video h3 {
    font-size: 20px;
  }
  .feature-content-video h3 {
    font-size: 16px;
  }
  .table-cell {
    font-size: 14px;
    padding: 12px 10px;
  }
  .why-choose-header {
    flex-direction: column;
    text-align: center;
  }

  .why-choose-header p {
    max-width: 100%;
  }
  .why-choose-videovigilancia {
    padding: 0 20px;
  }
   .technology-advanced {
    padding: 50px 20px;
  }

  .technology-header-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 40px;
  }

  .technology-advanced h2 {
    font-size: 28px;
    text-align: left;
    line-height: 120%;
  }

  .technology-subtitle {
    font-size: 18px;
    text-align: left;
    line-height: 26px;
  }

  .technology-table {
    border-radius: 15px;
    border-width: 1.5px;
  }

  .table-row {
    display: flex;
    flex-direction: column;
    border-bottom: 1.5px solid #dc6339;
  }

  .table-row .table-cell:first-child {
    border-right: none;
    border-bottom: 1px solid #dc6339;
    font-size: 16px;
    text-align: left;
    padding-bottom: 10px;
  }

  .table-cell {
    padding: 15px 20px;
    font-size: 16px;
  }

  .table-cell strong {
    font-size: 20px;
    line-height: 28px;
  }
  .final-cta-video {
    padding: 30px 0;
  }
}

@media (max-width: 480px) {
  .hero-buttons,
  .final-cta-buttons-video {
    flex-direction: column;
    gap: 10px;
  }
  .container {
    padding: 0 5px;
  }
  .sector-card-video h3 {
    margin: 12px 12px 6px 12px;
  }
  .sector-details-video {
    padding: 0px 20px 20px 20px;
  }
}
/* ===== ESTILOS PARA TABLET (769px - 1024px) ===== */
@media (min-width: 769px) and (max-width: 1024px) {
  body {
    font-size: 18px;
  }

  .container {
    padding: 0 30px;
  }

  h1 { font-size: 42px !important; }
  h2 { font-size: 36px !important; }
  h3 { font-size: 24px !important; }
  h4, h5, h6 { font-size: 18px !important; }

  p {
    font-size: 18px !important;
    line-height: 120% !important;
  }

  .hero-text h1 {
    font-size: 27px !important;
  }

  .hero-text p {
    font-size: 19px !important;
    line-height: 120%;
  }

  .hero-cta-primary,
  .hero-cta-secondary {
    font-size: 16px !important;
    padding: 12px 25px !important;
  }

  .why-choose-header h2,
  .videovigilancia-sectors h2,
  .final-cta-text-video h2 {
    font-size: 28px !important;
  }

  .why-choose-header p,
  .sectors-subtitle,
  .final-cta-text-video p {
    font-size: 18px !important;
    line-height: 120% !important;
  }

  .feature-content-video h3 {
    font-size: 20px !important;
  }

  .feature-content-video p {
    font-size: 17px !important;
    line-height: 1.6;
  }

  .sector-card-video h3 {
    font-size: 20px !important;
  }

  .sector-details-video p {
    font-size: 17px !important;
    line-height: 1.6;
  }

  .technology-advanced h2 {
    font-size: 28px !important;
  }

  .technology-subtitle {
    font-size: 18px !important;
    line-height: 120%;
  }

  .table-cell {
    font-size: 16px !important;
    padding: 18px 22px;
  }

  .table-cell strong {
    font-size: 22px !important;
  }

  .final-cta-primary-video,
  .final-cta-secondary-video {
    font-size: 16px !important;
    padding: 12px 25px !important;
  }

  .testimonial-quote blockquote {
    font-size: 18px !important;
    line-height: 120% !important;
  }

  .testimonial-client-info h4 {
    font-size: 16px !important;
  }

  .testimonial-client-info p {
    font-size: 14px !important;
  }
}
