@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}


body {font-family: "Poppins", sans-serif;

}


.container {
    max-width: 1200px;
    margin: 0 auto;

}

.header {
    background-image: linear-gradient(
        rgba(0,0,0,0.7),
        rgba(0,0,0,0.7)),
        url(Inicio.JPG);
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 70vh;
        display: flex;
        align-items: center;

}

.menu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo{
    color: yellow;
    font-size: 25PX;
    font-weight: 800;
}

.menu .navbar ul li {
    position: relative;
    float: left;
}

.menu .navbar ul li a {
    font-size: 18px;
    padding: 20px;
    color: #FFFDFC;
    display: block;
    font-weight: 600;
}

.menu .navbar ul li a:hover{
    color: #CE967B;
}

#menu {
    display: none;
}

.menu-icono {
    width: 25px;
}

.menu label {
    cursor: pointer;
    display: none;
}

.header-content {
    text-align: center;
}

.header-content h1 {
    font-size: 75px;
    line-height: 80px;
    color: #F9FAFC;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.header-content p {
    font-size: 16px;
    color: #C5C5C5;
    padding: 0 250px;
    margin-bottom: 25px;
}


.container {
    
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    
    margin-top: 30px;
}

.imagen {
    
    width: 800px;

    margin: 0 5px;

}

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
    color: #333;
}

header {
    background-color: #0066cc;
    color: white;
    padding: 20px;
    text-align: center;
}

header h1 {
    margin: 0;
    font-size: 2.5em;
}

main {
    padding: 20px;
}

section {
    background-color: white;
    padding: 20px;
    margin: 20px 0;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

section h2 {
    color: #0066cc;
    font-size: 2em;
    margin-bottom: 10px;
}

section p {
    font-size: 1.2em;
    line-height: 1.6;
}

footer {
    background-color: #333;
    color: white;
    text-align: center;
    padding: 10px;
    position: fixed;
    width: 100%;
    bottom: 0;
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
}

.top-bar {
  background-color: #f5f6fa;
  color: #2f3640;
  text-align: center;
  font-size: 14px;
  padding: 8px 0;
  font-weight: 500;
}

.top-bar b {
  font-weight: 700;
}

.logo-section {
  background-color: #ffffff;
  text-align: center;
  padding: 30px 0;
}

.logo-section img {
  height: 100px;
}

.main-section {
  background-color: #3e3c3c;
  text-align: center;
  padding: 50px 20px;
}

.main-section h1 {
  color: #ffcc00;
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: 700;
}

.main-section p {
  font-size: 18px;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto 20px;
  font-weight: 500;
}

.main-section p:last-child {
  margin-bottom: 0;
}

.footer-logo {
  margin-top: 30px;
}

.footer-logo img {
  height: 24px;
}

@media (max-width: 600px) {
  .main-section h1 {
    font-size: 20px;
  }

  .main-section p {
    font-size: 16px;
  }
}

.productos-section {
  padding: 60px 20px;
  background-color: #fff;
  text-align: center;
}

.productos-title {
  font-size: 28px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 50px;
  color: #000;
}

.productos-row {
  display: flex;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.fila-superior .producto {
  max-width: 280px;
}

.fila-inferior .producto {
  max-width: 240px;
}

.producto {
  font-family: 'Montserrat', sans-serif;
  color: #0d1b2a;
  text-align: center;
}

.producto img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  object-fit: contain;
}

.producto h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

.producto p {
  font-size: 13px;
  line-height: 1.5;
  font-weight: 400;
}

.producto p strong {
  font-weight: 700;
}

.servicios {
  background-color: #ffc900;
  padding: 60px 0 30px;
  text-align: center;
}

.servicios h2 {
  font-size: 2rem;
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  margin-bottom: 50px;
  color: #101820;
}

.servicios-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  padding: 0 40px;
}

.servicio {
  width: 220px;
  background-color: white;
  padding-bottom: 10px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  border-radius: 4px;
}

.servicio img {
  width: 100%;
  height: auto;
  display: block;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.servicio p {
  margin: 12px 10px;
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  color: #101820;
  font-size: 0.95rem;
}

.elefante-icono {
  margin-top: 40px;
}

.elefante-icono img {
  width: 40px;
  height: auto;
}

.certificaciones {
  background-color: white;
  padding: 60px 40px;
  font-family: 'Rubik', sans-serif;
  color: #101820;
  text-align: center;
}

.certificaciones h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 40px;
}

.cert-content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 50px;
  flex-wrap: wrap;
}

.cert-img img {
  width: 420px;
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}

.cert-texto {
  max-width: 600px;
  text-align: left;
}

.cert-texto p {
  font-size: 1rem;
  margin-bottom: 30px;
  line-height: 1.6;
}

.cert-logos {
  display: flex;
  gap: 30px;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.cert-logo {
  text-align: center;
  max-width: 120px;
}

.cert-logo img {
  width: 80px;
  height: auto;
  margin-bottom: 10px;
}

.cert-logo p {
  font-size: 0.9rem;
  line-height: 1.3;
}

