@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;500&display=swap');

*{
    margin-top: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    font-weight: 200;

}

body{
    background-color: #ffffff;
    margin: 0;
    display: flex;
    flex-direction: column;
    max-width: 1000vh;
}

.container{
    height: 50%;
    width: 100%;
    display: flex;    
    margin: 0;
    padding: 0;
}

.container img{
    height: 900px;
    width: 900px;
    z-index: 1;
    position: relative;

}

.img1{
    display: flex;
    position:relative;
    left: 15%;
    margin-top: 20px;
    z-index: 1;
}
.img2{
    display: flex;
    margin: 0;
    padding: 0;
    position:relative;
    left: -53%;
    margin-top: 560px;
    z-index: 1;
}
.img3{
    display: flex;
    margin: 0;
    padding: 0;
    position:relative;
    left: -60%;
    margin-top: 835px;
    z-index: 1;
}
.img4{
    display: flex;
    margin: 0;
    padding: 0;
    position:relative;
    left: -90%;
    margin-top: 70%;
    z-index: 1;
}

.img5{
    display: flex;
    margin: 0;
    padding: 0;
    position:relative;
    left: -195%;
    margin-top: 80%;
    z-index: 1;
}


.img6{
    display: flex;
    margin: 0;
    padding: 0;
    position:relative;
    left: -184%;
    margin-top: 100%;
    z-index: 1;
}

.img7{
    display: flex;
    margin: 0;
    padding: 0;
    position:relative;
    left: -268%;
    margin-top: 115%;
    z-index: 1;
}
.img8{
    display: flex;
    margin: 0;
    padding: 0;
    position:relative;
    left: -355%;
    margin-top: 125%;
    z-index: 1;
}

.titulo{ 
    z-index: 2;
    padding: 0;
    margin: 0;
}
.titulo h1{
    width: 610px;
    height: 637px;
    font-size: 80px;
    font-weight: bold;
    color: black;
    line-height: 1.3;
    margin-left: 70px;
    margin-top: -160%;
    z-index: 2;
}

.divisor{
    border: none;
    border-top: 6px solid black;
    width: 527px;
    margin-top: -120px;  
    margin-left: 70px;
    z-index: 2;
}

.tiktok{
    display: flex;
    padding: 0;
    margin: 0;
    z-index: 2;
    height: 1024px;
    width: 523px;
}

.titulo p{
    width: 336px;
    height:225px ;
    position: relative;
    color: #000000;
    font-size: 35px;
    margin-top: 25px;
    margin-left: 70px;
    line-height: 1.4;
    width: 700px;
    font-weight: 600;
    z-index: 2;
}


.divisor2{
    border: none;
    border-top: 6px solid #000;
    width: 527px;
    margin-top: 100px;  
    margin-left: 66px;
    z-index: 2;
}

.negro p{ 
    color: black;
    width: 336px;
    height:225px ;
    position: relative;
    font-size: 35px;
    margin-top: -110%;
    margin-left: 70px;
    line-height: 1.4;
    width: 700px;
    font-weight: 600;
    z-index: 2;
}

.tecn{
    z-index: 2;
    margin-top: -95%;
    margin-left: 80px;
    position: relative;

}
.tecn img{
    width: 70%;
    height: 70%;
}

.tecn2{
    z-index: 2;
    margin-top: -20%;
    margin-left: 56%;
    position: relative;

}
.tecn2 img{
    width: 800px;
    height: 800px;
}

.tecn3{
    z-index: 2;
    margin-top: -120.8%;
    margin-left: 48%;
    position: relative;


}

.tecn3 img{
    width: 800px;
    height: 1050px;
}

.divisor3{
    width: 7px;
    height: 139px;
    background: #000000;
    align-items: center;
    justify-items: center;
    position: absolute;
    margin-top: 126%;
    left: 97%;
}

.espacio{
    position: inherit;
    border: none;
    border-top: 6px solid black;
    width: 100%;
    margin-top: 90%;  
    z-index: 2;
}

/*RESPONSIVE PARA LAPTOPS*/
@media (max-width: 1366px) and (max-height: 768px) {
   
    .container img{
        height: 652px;
        width: 703px;   
    }
    
    .img1{
        left: 22%;
        margin-top: 40px;
    }
    .img2{
        left: -55%;
        margin-top: 550px;
    }
    .img3{
        left: -75%;
        margin-top: 800px;
    }
    .img4{
        left: -109%;
        margin-top: 85%;
    }
    .img5{
        left: -220%;
        margin-top: 95%;
    }
    
    .img6{
        left: -214%;
        margin-top: 115%;
    }
    
    .img7{
        left: -300%;
        margin-top: 128%;
    }
    .img8{
        left: -395%;
        margin-top: 138%;
    }
    
    .titulo h1{
        margin-left: 66px;
        margin-top: -173%;
    }
    
    .negro p{ 
        margin-top: -102%;
        margin-left: 66px;
    }
    
    .tecn{
        z-index: 2;
        margin-top: -97%;
        margin-left: 59px;
        position: relative;
    
    }
    .tecn img{
        width: 850px;
        height: 850px;
    }
    .tecn2{
        margin-top: -32%;
        margin-left: 56%;
    
    }
    .tecn2 img{
        width: 500px;
        height: 550px;
    }

    .tecn3{
        margin-top: -147.8%;
        margin-left: 48%;
    
    }
    
    .tecn3 img{
        width: 600px;
        height: 950px;
    }
    


    .divisor3{
        width: 7px;
        height: 139px;
        background: #000000;
        align-items: center;
        justify-items: center;
        position: absolute;
        margin-top: 150.8%;
        left: 97%;
    }
    
    .espacio{
        position: inherit;
        border: none;
        border-top: 6px solid black;
        width: 100%;
        margin-top: 85%;  
        z-index: 2;
    }
    
}



/*=====FOOTER======*/
footer{
    z-index: 2;
    max-width: 1000vh;
    background-color: #f4f4f4;
    margin-top: 0;
    padding: 0;
    width: 100%;
    height: 270px;
    display: flex;
    margin-top: auto;
}
.contenedor{
    position: relative;
}

.logob{
    width: 70px;
    height: 50px;
    top: 50px;
    position: absolute;
    left: 100px;
}
.location2{
    width: 200px;
    height: 80px;
    top: 50px;
    position: absolute;
    left: 580px;
    color: black;
    display: inline-block;

}

.location{
    width: 200px;
    height: 80px;
    top: 50px;
    position: absolute;
    left: 300px;
    color: black;
    align-items: center;
    display: inline-block;
}


.lineaf{
  border-top: 1px solid black;
  height: 2px;
  max-width: 200px;
  padding: 0;
  margin: 15px auto 0 auto;
}

.social{
    width: 300px;
    height: 100px;
    top: 105px;
    position: relative;
    display: inline-block;
    left: 285%;
}
.social a {
    display: inline-block;
    margin-right: 10px;
}

.social button{
    border-radius: 10px;
    border-width: 2px;
    padding: 10px 10px;
    color: black;
    background-color: #fafafa;
    font-size: 24px;
    font-style: inherit;
    font-weight: bold;
    align-items: center;
    transition: .5s, color .10s;
    -webkit-transition: .5s, color .10s;
    -moz-transition: .5s, color .10s;
    
}

.ojop{
    width: 90px;
    height: 60px;
    top: 50px;
    position: absolute;
    left: 1150px;
    box-sizing: border-box;
}


              
.social button:hover{
    box-shadow: 0 8px 8px 0 #bebbbc,0 8px 8px 0 #adadab;
    transform: translate(0px,5px);
    -webkit-transform: translate(0px,5px);
    -moz-transform:translate(0px,5px);
}

@media (max-width: 800px) {
    footer{
        width: 100%;
        height: 700px;
    }
    .contenedor {
      position: static;
    }
    
    .logob, .social{
        margin: 30px; 
        position: static;
        top: auto;
    }
    .location{
        position: static;
        margin: 30px;
    }

    .location2{
        position: static;
        margin: 30px;
    }

    .ojop {
        visibility: hidden;
        display: none;
    }

    .social button:hover{
        box-shadow: 0 8px 8px 0 #bebbbc,0 8px 8px 0 #adadab;
        transform: translate(0px,5px);
        -webkit-transform: translate(0px,5px);
        -moz-transform:translate(0px,5px);
    }
}



