*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}

.body{
    background-color: #ededee;
}

.bars-cont i{
    color: #fff;
    font-size: 2.5rem;
    cursor: pointer;
    display: none;
}
.bars-cont button{ /*copia*/
    border: none;
    background: none;
}
.cerrar{ /*copia*/
    font-size: 40px;
    display: none;
}
.cerrar button{
    border: none;
    background: none;
    color: #fff;
}

.header {
    background-color: #ab90b6 ;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 85px;
    padding: 5px 10%;
}

.header.logo{
    justify-content: left;
}

.header .logo img{
    height: 170px;
    width: auto;
    cursor: pointer;
}
.header .nav-links{
    list-style: none;
    cursor: pointer;
}

.header .nav-links li{
    display: inline-block;
    padding: 0 20px;   
}

.header .nav-links a{
    text-decoration: none;
    color: #fff;
    font-size: 25px;
}

.header .nav-links li:hover{
    transform: scale(1.1);
    
}

.header .nav-links a:hover{
    color: #340034 ;
}



.header .btn button{
    font-size: 25px;
    color: #ab49ab;
    background: #fff;
    padding: 9px 25px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    transition: all 0.3 ease 0;
}

.header .btn button:hover{
    color: #fff;
    background-color: #340034;
    transform: scale(1.1);
}

.article .section .container h1{
    color: #340034;
    text-align: center;
    margin-top: 20px;
    padding-top: 5px;
    padding-bottom: 10px;
    font-size: 60px;
}
.article .section .container p{
    border:2px solid #340034;
    border-radius: 10px;
    text-align: left;
    position: absolute;
    top: 300px;
    width: 1000px;
}

.parrafo{
    color: #340034;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: -30px;
    font-size: 25px;
    padding: 10px;
    opacity: 0;
    animation: aparecer 1s forwards;
}
.parrafo1{
    color: #340034;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 200px;
    font-size: 25px;
    padding: 10px;
    opacity: 0;
    animation: aparecer 2s forwards;
}
.parrafo2{
    color: #340034;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 380px;
    font-size: 25px;
    padding: 10px;
    opacity: 0;
    animation: aparecer 3s forwards;
}
.video video{
    margin-left:70%;
    margin-top: 40px;
    margin-bottom: 20px;
    height: 500px;
    border: 5px solid #ab90b6;
}
@keyframes aparecer{
    from{
        opacity: o;
    }
    to{
        opacity: 1;
    }
}
@keyframes desaparecer{
    from{
        opacity: 1;
    }
    to{
        opacity: 0;
    }
}


span{
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 2px #340034;
 }

/* Aca empieza el footer */
.footer .pie .container{
    display: flex;
    background-color: #ab90b6;
    padding: 40px;
}

.footer .pie .container li{
    margin-left: 20px;
    list-style: none;
}

.footer .pie .container a{
    text-decoration: none;
    color: #fff;
    padding: 30px;
    font-size: 20px;  
}

.footer .pie .container i{
    margin-left: 5px;
    font-size: 25px;
}

.footer .pie .container .ig{
    margin-top: -3px;
}

.footer .pie .container li:hover{
    transform: scale(1.1);
}

.footer .pie .container a:hover{
    color: #340034;
}

.derechos{
    color: #340034;
    align-items: center;
    background-color: #ab90b6;
    margin-left: 60%;
    margin-top: -60px;
    font-size: 20px;
}

/*responsive desing */

@media (max-width: 1400px){
    .section{
        display: inline-block;
    }
}
@media (max-width: 1024px){
    .video video{
        display: block;
        position: absolute;
        top: 770px;
        right: 120px;
        width: 600px;
    }
    .bars-cont i{/*copia*/
        display: block;
    }
    .cerrar{ /*copia*/
        margin-left: 230px;
        z-index: 100;
        display: block;
        color: #340034;
    }
    .header{
        width: 120%;
    }
    .container h1{
        margin-left: 400px;
    }
    .container p{
        margin-left:120px ;
    }
    .navbar{ /*copia*/
        position: absolute;
        opacity: 0;
        visibility: hidden;
        top: 0;
        right: -130px;
        width: 300px;
        height: 700px;
        background-color: #340034;
        justify-content: space-between;
        z-index: 100;
        transition: .8s ease;
        font-size: 60px;
    }
    .navbar.visible{ /*copia*/
        visibility: visible;
        opacity: 1;
    }
    .nav-links{/*copia*/
        flex-direction: column;
        align-items: end;
        
    }
    .nav-links a{
        padding: 40px;
        margin-bottom: 20px;
        gap: 20px;
    }
    .navbar .nav-links .btn button{
        color: #340034;
    }
    .footer .pie .container{
        height: 130px;
        margin-bottom: 0;
        width: 120%;
        top: 1450px;
        position: absolute;
    }
    .derechos {
        margin-left: 90px;
        position: absolute;
        top: 1600px;
    }
}
@media (max-width: 733px){
    .imagen img{
        height: 200px;
        position: absolute;
        width: 600px;
        top: 450px;
        
    }
    .header{
        width: 750px;
        margin-right: 90px;
    }
}
@media (max-width: 733px){
    .imagen img{
        height: 300px;
        position: absolute;
        top: 500px;
        bottom: 200px;
        margin-bottom: 100px;
    }
}
@media (max-width: 768px){
    .header{
        width:1000px ;
        }    
    .footer .pie .container{
        flex-direction: column;
        height: 210px;
        margin-top: 100px;
        margin-bottom: 0;
        width: 1000px;
    }
    .container p{
        margin-left:0px ;
    }
    .container h1{
        margin-left: 240px;
    }
    .video video{
        right: 10px;
    }
    .navbar{ /*copia*/
        height: 900px;
        position: absolute;
        left: 630px;
    }
    .container li{
        padding: .5px;
        margin-bottom: 10px;
    }
    .derechos{
        top: 1790px;

    }
}
@media (max-width: 455px) {
    .footer .pie .container {
        position: absolute;
        top: 1900px;
        height: 800px;
    }
   
    .derechos{
        top: 1990px;
        position: absolute;
        margin-top: 530px;
        font-size: 40px;
        margin-left: 110px;
    }
    .navbar{ /*copia*/
        height: 900px;
        position: absolute;
        left:700px;
    }
    .container p{
        font-size: 30px;
    }
    .container h1{
        margin-left: 350px;
    }
    .video video{
        height: 1000px;
        width: 100%;
        left: .1px;
        margin-right: 100px;
        margin-top:150px ;
    }
    .footer .pie .container a{
        padding: 40px;
        font-size: 40px;
        
    }
    .footer .pie .container li{
        padding: 20px;
    }
}

@media (max-width: 375px){
    .container p{
        font-size: 30px;
    }
    .container h1{
        font-size: 80px;
    }
}

@media (max-width: 320px) {
    .container p{
        font-size: 32px;
    }
    .container h1{
        font-size: 100px;
    }
    .container .parrafo1{
       top: 270px;
    }
    .video video{
        left: 50px;
        width: 150%;
    }
}