*{margin:  0px; padding: 0px;}

#contenedor {
    width: 100%;
    margin: auto;
    height: auto;
    overflow-x: hidden

}





header {
    height: auto;
    width: 100%;}

#menu {
  position: fixed; 
  top: 0;          
  width: 100%;     
  display: flex;
  align-items: center;
  padding: 10px 20px;
  z-index: 1000;}

#menu ul { 
    background-color: #3fb2e4;
    display: flex;
    list-style: none;
    margin-left: auto;
    padding: 35px;}

#menu li a {
    margin: 10px;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-weight: bold;
    color: white;}

.logo1 {
  width: 220px; 
  height: auto;}





#producto1 {
    background-color: #ff75aa;
    height:600px;
    width: auto;
    padding: 50px;
    font-family: Arial, Helvetica, sans-serif;}

.contenedor1 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;}

.producto-1 {
    width: 50%;
    margin-right: 40px;}

.producto-1 h2 {
    font-size: 48px;
    color: white;
    margin-bottom: 20px;
    font-weight: bold;}

.producto-1 h3 {
    font-size: 24px;
    color: white;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: bold;}

.producto-1 p {
    font-size: 16px;
    color: white;}

.carrusel-contenedor1 {
    width: 50%;
    position: relative;
    overflow: hidden;}

.carrusel-imagenes1 {
    display: flex;
    width: 300%; 
    animation: carrusel-movimiento 15s infinite;}

.carrusel-imagenes1 img {
    width: calc(100% / 3);
    height: auto;}


@keyframes carrusel-movimiento {
    0% { transform: translateX(0px); }
    16% { transform: translateX(0px); }
    20% { transform: translateX(-500px); }
    36% { transform: translateX(-500px); }
    40% { transform: translateX(-1000px); }
    56% { transform: translateX(-1000px); }
    60% { transform: translateX(-1500px); }
    76% { transform: translateX(-1500px); }
    80% { transform: translateX(-2000px); }
    96% { transform: translateX(-2000px); }}










    #producto2 {
    background-color: #95ecf3;
    height:600px;
    width: auto;
    padding: 50px;
    font-family: Arial, Helvetica, sans-serif;}

.contenedor2 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;}

.producto-2 {
    width: 50%;
    margin-right: 40px;}

.producto-2 h2 {
    font-size: 48px;
    color: black;
    margin-bottom: 20px;
    font-weight: bold;}

.producto-2 h3 {
    font-size: 24px;
    color: black;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: bold;}

.producto-2 p {
    font-size: 16px;
    color: black;}


.carrusel-contenedor2 {
    width: 50%;
    position: relative;
    overflow: hidden;}

.carrusel-imagenes2 {
    display: flex;
    width: 300%; 
    animation: carrusel-movimiento 15s infinite;}

.carrusel-imagenes2 img {
    width: calc(100% / 3);
    height: auto;}

@keyframes carrusel-movimiento {
    0% { transform: translateX(0px); }
    16% { transform: translateX(0px); }
    20% { transform: translateX(-500px); }
    36% { transform: translateX(-500px); }
    40% { transform: translateX(-1000px); }
    56% { transform: translateX(-1000px); }
    60% { transform: translateX(-1500px); }
    76% { transform: translateX(-1500px); }
    80% { transform: translateX(-2000px); }
    96% { transform: translateX(-2000px); }}




#producto3 {
    background-color: #ff75aa;
    height:600px;
    width: auto;
    padding: 50px;
    font-family: Arial, Helvetica, sans-serif;}
  
.contenedor3 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;}

.producto-3 {
    width: 50%;
    margin-right: 40px;}

.producto-3 h2 {
    font-size: 48px;
    color: white;
    margin-bottom: 20px;
    font-weight: bold;}

.producto-3 h3 {
    font-size: 24px;
    color: white;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: bold;}

.producto-3 p {
    font-size: 16px;
    color: white;}

.carrusel-contenedor3 {
    width: 50%;
    position: relative;
    overflow: hidden;}

.carrusel-imagenes3 {
    display: flex;
    width: 300%; 
    animation: carrusel-movimiento 15s infinite;}

.carrusel-imagenes3 img {
    width: calc(100% / 3);
    height: auto;}

@keyframes carrusel-movimiento {
    0% { transform: translateX(0px); }     
    20% { transform: translateX(0px); }   

    25% { transform: translateX(-600px); }  
    45% { transform: translateX(-600px); }  
    
    50% { transform: translateX(-1200px); }     
    70% { transform: translateX(-1200px); }  }







footer {
    background-color: #ff75aa;
    padding: 20px;
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin:  auto;}

.logo3 {
  width: 160px; 
  height: auto;}

#redes-sociales {
    position: relative;
     margin-left: 78px;}

#redes-sociales img {
    width: auto;
    height: 30px;}

#autor {
    font-size: 14px;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;}
