@import url("https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&display=swap");
body{
    margin: 0;
    padding: 0;
}
section:first-child{
    background:rgba(255,192,203,1);
    display:grid;
    grid-template-columns: repeat(2, 1fr);
    padding:12px;
    height: 100vh;
    padding: 15px;
    justify-content: flex-start;
    font-family: 'Orbitron', sans-serif;
}
section:first-child div:first-child{
    padding: 10px;
    display: grid;
    align-items: center;
}
section:first-child div:first-child div:first-child{
    /*background: rgba(0,255,0,1); */
    padding:10px;
    height: 100vh;
}
section:nth-child(2){
    background:rgba(255,192,203,1);
    display:grid;
    grid-template-columns: repeat(2, 1fr);
    padding:12px;
    max-width:100vw;
    height: 100vh;
    padding: 15px;
    justify-content: flex-start;
    font-family: 'Orbitron', sans-serif;
}
section:nth-child(2) div:first-child{
    /*background: rgba(0,0,255,1);*/
    padding: 10px;
    display: grid;
    align-items: center;
}
section:nth-child(2) div:first-child div:first-child{
    /*background: rgba(0,255,0,1);*/
    padding:10px;
    height: 100vh;
}
section:nth-child(3){
    background:rgba(255,192,203,1);
    display:grid;
    grid-template-columns: repeat(2, 1fr);
    padding:12px;
    max-width:100vw;
    height: 100vh;
    padding: 15px;
    justify-content: flex-start;
    font-family: 'Orbitron', sans-serif;
}
section:nth-child(3) div:first-child{
    /*background: rgba(0,0,255,1);*/
    padding: 10px;
    display: grid;
    align-items: center;
}
section:nth-child(3) div:first-child div:first-child{
    /*background: rgba(0,255,0,1);*/
    padding:10px;
    height: 100vh;
}
section:nth-child(4){
    background:rgba(255,192,203,1);
    display:grid;
    grid-template-columns: repeat(2, 1fr);
    padding:12px;
    max-width:100vw;
    height: 100vh;
    padding: 15px;
    justify-content: flex-start;
    font-family: 'Orbitron', sans-serif;
}
section:nth-child(4) div:first-child{
    /*background: rgba(0,0,255,1);*/
    padding: 10px;
    display: grid;
    align-items: center;
}
section:nth-child(4) div:first-child div:first-child{
    /*background: rgba(0,255,0,1);*/
    padding:10px;
    height: 100vh;
}
section:nth-child(5){
    background:rgba(255,192,203,1);
    display:grid;
    grid-template-columns: repeat(2, 1fr);
    padding:12px;
    max-width:100vw;
    height: 100vh;
    padding: 15px;
    justify-content: flex-start;
    font-family: 'Orbitron', sans-serif;
}
section:nth-child(5) div:first-child{
    /*background: rgba(0,0,255,1);*/
    padding: 10px;
    display: grid;
    align-items: center;
}
section:nth-child(5) div:first-child div:first-child{
    /*background: rgba(0,255,0,1);*/
    padding:10px;
    height: 100vh;
}
section:nth-child(6){
    background:rgba(112,0,227,1);
    color:rgba(255,255,255,1);
    display:grid;
    grid-template-columns: repeat(3, 1fr);
    padding:12px;
    max-width:100vw;
    height: 100vh;
    padding: 15px;
    justify-content: center;
    font-family: 'Orbitron', sans-serif;
    align-items: center;
}
.confichasprecios{
    padding:10px;
    border: 4px solid rgba(0,0,0,1);
    border-radius: 12px;;
    width:300px;
    height: 500px;
    margin: auto;
}
.cuadrofichaprecios{
    background: rgba(0,0,0, 1);
    height: 95%;
    width: 90%;
    padding:10px;
    margin: auto;
    align-items: center;
}
.titulofichaprecio{
    font-size: 30px;
    line-height: 50px;
    width: 100%;
    font-weight: 400;
    margin-bottom: 20px;
    text-align: center;
}
ul {
    list-style-type: none;
    font-family: 'Courier New', Courier, monospace !important;
    padding: 12px;
    line-height: 25px;
}
li::before {
    color: rgb(255, 255, 255); /* Cambiar el color aquí */
    margin-right: 5px;
}
h1{
    position: absolute;
    top:30%;
    font-size: 50px;
    line-height: 100px;
    font-weight: 700;
    width:90%;
    height: 100px;
    text-align: center;
}
h2{
    font-size: 80px;
    font-weight: 600;
    line-height:70px;
    display: block;
    font-family: inherit;
}
h2 span{
    font-size: 40px;
    display: block;
    line-height: 50px;
    width: 100%;
    font-weight: 400;
    margin-bottom: 20px;
}
p{
    font-size: 20px;
    line-height: 25px;
    font-weight: 300;
    width: 100%;
    display: block;
}
.logo3d{
    width:100%;
    overflow: hidden;
}
.kitbasico{
    width:100%;
    overflow: hidden;
}
.kitcompetencia{
    width:100%;
    overflow: hidden;
}
.Humanoide{
    width:100%;
    overflow: hidden;
}
.kitvex{
    width:100%;
    overflow:hidden;
}
.imglogosocios{
    width:150px;
    height:auto;
}
section:nth-child(7) div{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    padding: 20px;
    background: rgba(255,255,255,1);
    justify-content: center;
    align-items: center;
    margin: auto;
}section:nth-child(7) div div{
    background: rgba(255,192,203,0);
    display: flex;
    justify-content: center;
}
@media (orientation:portrait){
    section:first-child{
        display: block;
    }
    section:first-child div:first-child{
        display: block;
        height: 100% !important;
    }
    .logo3d{
        display: none !important;
    }
    section:nth-child(2){
        display: block;
        position: relative;
        top:-150px ;
    }
    section:nth-child(2) div:first-child{
        display: block;
        height: 100% !important;
    }
    .kitbasico{
        display: none !important;
    }
    section:nth-child(3){
        display: block;
        position: relative;
        top:-450px ;
    }
    section:nth-child(3) div:first-child{
        display: block;
        height: 100% !important;
    }
    .kitcompetencia{
        display: none !important;
    }
    section:nth-child(4){
        display: block;
        position: relative;
        top:-600px ;
    }
    section:nth-child(4) div:first-child{
        display: block;
        height: 100% !important;
    }
    .Humanoide{
        display: none !important;
    }
    section:nth-child(5){
        display: block;
        position: relative;
        top:-750px ;
    }
    section:nth-child(5) div:first-child{
        display: block;
        height: 100% !important;
    }
    .kitvex{
        display: none !important;
    }
    section:nth-child(6){
        display: block;
        height: 100%;
        position: relative;
        top:-1000px;
    }
    section:nth-child(7){
        position: relative;
        display:block;
        width: 100%;
        overflow: hidden;
        top: -900px;
    }
    section:nth-child(7) div{
        display:block;
        width: 100%;
        overflow: hidden;
        background-attachment: rgba(255,0,0,1);
    }
    .imglogosocios{
        width: 70%;
    }
    
    
  
   
}