*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}

.body{
    background-color: #ededed ;
    flex-wrap: wrap;
}

.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{
    margin-right: 100px;
}

.header .btn button{
    font-size: 25px;
    color: #ab49ab;
    background: #fff;
    padding: 9px 25px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    transition: all 1 ease 1;
}

.header .btn button:hover{
    color: #fff;
    background-color:#340034 ;
    transform: scale(1.1);
}
/* hasta aca es la navbar */


.article .section h1{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    color: #340034;
    margin-top: 50px;
}

 .article .section .container{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ab90b6;
    border: 2px solid #340034;
    width: auto;
    height: auto;
    flex-wrap: wrap;
    margin: 100px;
}
.parrafo{
    color: #340034;
    padding: 40px;
    font-size: 20px;
    user-select: none;
    margin: 10px;
}
.parrafo1{
    color: #340034;
    padding: 40px;
    padding-top: 10px;
    font-size: 20px;
    user-select: none;
    margin: 10px;
}

/* 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: 1024px){
    .bars-cont i{/*copia*/
        display: block;
    }
    .cerrar{ /*copia*/
        margin-left: 230px;
        z-index: 100;
        display: block;
        color: #340034;
    }
    .header{
        width: 100%;
    }
    .navbar{ /*copia*/
        position: absolute;
        opacity: 0;
        visibility: hidden;
        top: 0;
        right: 100px;
        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;
    }
    .derechos {
        margin-left: 90px;
        position: absolute;
        top: 1000px;
    }
}

@media (max-width: 768px){
    .header{
        width:800px ;
        }    
    .footer .pie .container{
        flex-direction: column;
        height: 220px;
        margin-top: 100px;
        margin-bottom: 0;
        width: 786px;
    }
    .footer .pie .container a{
        font-size: 25px;
    }
    .navbar{ /*copia*/
        height: 900px;
        position: absolute;
        left: 450px;
    }
    .container li{
        padding: .5px;
        margin-bottom: 10px;
    }
    .derechos{
        top: 1820px;
        font-size: 25px;
    }
    .parrafo{
        font-size: 30px;
    }
    .parrafo1{
        font-size: 30px;
    }
}
@media (max-width: 426px) {
    .footer .pie .container {
        position: absolute;
        top: 1600px;
        height: 800px;
    }
    .article .section .container{
        width: 180%;
        margin-left: 15px;
    }
    .article .section  h1{
        margin-left: 350px;
        font-size: 80px;
    }
    .navbar{ /*copia*/
        height: 900px;
        position: absolute;
        left: 470px;
    }
    .article .section .container .parrafo{
        font-size: 35px;
    }
    .parrafo1{
        font-size: 35px;
    }
    .derechos{
        top: 1700px;
        position: absolute;
        margin-top: 530px;
        font-size: 40px;
        margin-left: 110px;
    }
    .footer .pie .container a{
        padding: 40px;
        font-size: 40px;
        
    }
    .footer .pie .container li{
        padding: 20px;
    }
}
@media (max-width: 376px){
    .article .section .container{
        width: 220%;
        margin-left: 15px;
    }
    .article .section h1{
        margin-left: 400px;
    }
    .footer .pie .container{
        position: absolute;
        top: 1600px;
        width: 230%;
    }
    .navbar{ /*copia*/
        height: 900px;
        position: absolute;
        left: 530px;
    }
    .header{
        width: 230%;
    }
    .derechos{
        top: 1700px;
        position: absolute;
    }
}

@media (max-width: 321px){
    .footer .pie .container{
        width: 260%;
        top: 1700px;
    }
    .article .section .container{
        margin-left: 70px;
    }
    .article .section h1{
        margin-left: 400px;
    }
    .header{
        width: 260%;
    }
    .navbar{ /*copia*/
        height: 900px;
        position: absolute;
        left: 510px;
    }
    .derechos{
        top: 1800px;
    }
}