*{
    margin: 0;
    padding: 0;
    width: 100%;
  max-width: 100%;
    }
    body{
    background-color: black;
    margin:0;
    padding:0;
    display: flex;
    flex-direction: column;
     width: 100%;
  max-width: 100%;
  overflow-x: hidden;
        max-height: 2200px;
    }


 header{
       width: 100%;
       height: 100px;
       background-color: #5645cc;
       display: flex;
       align-items: center;
       justify-content: space-between;
       z-index: 999;
       
   }

 main{
      width: 100%;
      height: 100%;
       margin: 10px 25px;
       padding: 20px 20px;
       margin-bottom: 20px;
       margin-top: 20px;
  }


.conten-both {
  display: flex;
  gap: 5px;
  margin: 0 10px;
  width: 100%;
  max-width: 100%;
}

.conten-both > .conten-txt {
  flex: 55% 0 0;
  margin: 0 5px;
}

.conten-both > .conten-img {
  flex: 0 0 35%;
  margin: 0 5px;
  width: 100%;
 height: 100%;
display: flex;
  flex-direction: column;
object-fit: cover;
}
.conten-both > .conten-img video {
object-fit: cover; /* o contain, según prefieras */
}


.detail{
 margin-top: 40px;
  width: 400px;
 height: 500px;
 border-radius: 20px;
}

   
   .big{
       width: 85px;
       height: 35px;
       border: #999999 solid 1px ;
       border-radius: 35px;
       background-color: #000000;
       color: #fff;
       box-shadow: 4px 4px #4b4949ad;
       cursor: pointer;
       transition: transform 0.3s; /
   }
   .big:hover{   
    transform: translateX(5px);
   }
   
   
   .one{
       display: flex;
       justify-content: space-between;
       gap: 10px;
       align-items: center;
       
       
   }
   
    .fra{
        width: 100px;
        height: 50px;
        background-color: #c9c666;
        color: white;
        border: 1px solid;
        border-radius: 20px;
    }

    h1{
        color: #3456c9;
        font-family: Verdana, sans-serif;
        font-size: xx-large;
    }
        
        
    p{
        color: white;
        font-family: Verdana, sans-serif;
        font-size: 23px;
    }
        
    
    
    h2{
        color: #c9c777;
        margin: 15px;
        padding: 15px;
        font-family: Verdana, sans-serif;
        font-size: xx-large;
    }
   
    h3{
        color:#6277bd;
        font-family: Verdana, sans-serif;
        font-size: xxx-large;
    }
    .aba{
      width: 100px;
      height: 100px;
      background-color: red;
      color: white;
      gap: 10px;
      opacity: 0.5px;
    }
    
  .container-image{
      display: grid;
      grid-template-columns: repeat(3, 1fr);
        
    }
    form{
        background-color:  #5645cc;
        width: 400px;
        height: 400px;
        border-radius: 20px;
        display: flex;
        align-items: center;
        flex-direction: column;
      padding: 15px;
      margin: 10px 10px;
      margin-top: 15px;
      margin-bottom: 15px;
    }
    .public-horizontal{
      background-image: url("imágenes/anuncio.gif");
      margin: 10px 10px;
      margin-top: 15px;
      margin-bottom: 15px;
      width: 400px;
      height: 100px;
      
        
    }
    .monetizar{
    display: flex;
    justify-content: space-between;
    }
   #video{
  margin-top: 20px;
      margin-bottom: 20px;
      width: 380px;
      height: 400px;

   }
     .money{
 display: flex;
 aling-items: center;
 width: 400px;
 height: 300px;
 background-image: url("imagenes/WISEINTERNACIONAL.gif");
 margin-top: 10px;
 margin-bottom: 10px;
 background-repeat: no-repeat; /* para que no se repita */
 background-size: contain; /* para que la imagen se ajuste y se vea completa */
 background-position: center;
}
.both{
display: flex;
 aling-items: center;
 width: 100%;
 height: 500px;
 margin-top: 10px;
 margin-bottom: 10px;
}
.pilardolar{
     width: 500px;
     height: 400px;
     }
  .Monetizar{
      position: adsolute;
   display: flex;
   margin: 10px 20px;
   width: 900px;
   height: 100px;
      margin-top: 40px;
margin-botton: 20px;
}

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

 .marquee {
            overflow-x: auto;
            white-space: nowrap;
            box-sizing: border-box;
     width: 100%;
     heigth: 400px;
        }
.marquee-content a img {
  width: 400px;
  height: 400px;
  object-fit: cover; /* para que la imagen mantenga proporción y recorte si es necesario */
  display: block; /* elimina espacio blanco debajo de la imagen */
}

        .marquee img {
            display: inline-block;
            margin: 0 10px;
            border: 2px solid #000; /* Borde alrededor de las imágenes */
            transition: transform 0.3s; /* Efecto al pasar el ratón */
        }

        .marquee img:hover {
            transform: scale(1.1); /* Aumenta el tamaño al pasar el ratón */
        }

        @keyframes marquee {
            0% { transform: translateX(100%); }
            100% { transform: translateX(-100%); }
        }

        .marquee-content {
            display: flex; 
            animation: marquee 10s linear infinite; 
          gap: 10px;             
         align-items: center;
        }
 #footer{
    align-items: end;
     width: 100%;
     height: 100px;
    position: fixed;
    left: 0;
    bottom: 0;

    }
    .credit{
      
      background-color: #0202055b;
      color: #7740be;
      text-align: center;
      font-family: Verdana, sans-serif;
      font-size: 23px;
      width: 100%;
      height: 100px;
     position: fixed;
     left: 0;
     bottom: 0;
 
    }
.horizontal{
   width: 100%;
   height: 150px;

   }
 .appquepagan{
    width: 100%;
    height: 1000px;
    display:  flex;
    margin: 20px 20px;
    padding: 20px 10px;

}
    #appquepagan > .columna1 {
    flex: 0 0 60%; /* no crece, no se encoge, ancho base 60% */
    background-color: #a0d8f0; /* color para distinguir */
    padding: 10px;
  }
  #appquepagan > .columna2 {
    flex: 0 0 40%; /* no crece, no se encoge, ancho base 40% */
    background-color: #f0a0a0; /* color para distinguir */
    padding: 10px;
  }




    @media (max-width: 768px) {

        
    H1{
        color: #3456c9;
        
        
        
    }
    p{
        color: white;
        font-size: 20px;
        font-family: Sans-Serif;
        
    }
    
    h2{
        color: #c9c777;
        margin: 15px;
        padding: 15px;
    }
    h3{
        color:#6277bd
    }
    .aba{
      width: 100px;
      height: 100px;
      background-color: red;
      color: white;
      gap: 10px;
      opacity: 0.5px;
    }
    
  .container-image{
      display: grid;
      grid-template-columns: repeat(3, 1fr);
        
    }
    form{
        background-color:  #5645cc;
        width: 400px;
        height: 400px;
        border-radius: 20px;
        display: flex;
        align-items: center;
        flex-direction: column;
      padding: 15px;
      margin: 10px 10px;
      margin-top: 15px;
      margin-bottom: 15px;
    }
    .public-horizontal{
      background-image: url("imágenes/anuncio.gif");
      margin: 10px 10px;
      margin-top: 15px;
      margin-bottom: 15px;
      width: 400px;
      height: 100px;
      
        
    }
    }
