*{
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}

.nav1{
    background: transparent;
    height: 120px;
    width: 100%;
  position: fixed;
  transition: all 0.5s ease;
  z-index: 4;

}
.nav2{
    background: white;
    height: 120px;
    width: 100%;
  box-shadow: 2px .5px 10px;   
  position: fixed;
  transition: all 0.5s ease;
  z-index: 4;
  top: 0;
}
.nav2 :hover{
    color: #695EFD;

}

.nav2.inactive{
display: none;
transition: all 0.5s ease;
}
.enlace{
    position: absolute;
    padding: 20px 50px;
}
.logo1{
   
    height: 80px;
}
.nav1 ul{
    float: right;
    margin-right: 20px;
    margin-top: 20px;
}
.nav1 ul li{
    display: inline-block;
    line-height: 80px;
    margin: 0 5px;
}
.nav1 ul li a{
    color: white;
    font-size: 18px;
    padding: 80px 29px;
    text-decoration: none; 

    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}


.enlace{
    position: absolute;
    padding: 20px 50px;
}
.logo{
    height: 80px;
}
.nav2 ul{
    float: right;
    margin-right: 20px;
    margin-top: 20px;
}
.nav2 ul li{
    display: inline-block;
    line-height: 80px;
    margin: 0 5px;
}
.nav2 ul li a{
    color: black;
    font-size: 18px;
    padding: 80px 29px;
    text-decoration: none; 

    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}



.checkbtn{
    font-size: 30px;
    color: black;
    float: right;
    line-height: 80px;
    margin-right: 40px;
    cursor: pointer;
    display: none;
    margin-top: 20px;
}

.checkbtn1{
    font-size: 30px;
    color: white;
    float: right;
    line-height: 80px;
    margin-right: 40px;
    cursor: pointer;
    display: none;
    margin-top: 20px;
}


#check{
    display: none;
}


#check1{
    display: none;
}

@media (max-width: 1420px){
    .checkbtn{
        display: block;
    }
    .checkbtn1{
        display: block;
    }
    ul{
        position: fixed;
        width: 100%;
        height: 100vh;
        background: white;
        top: 80px;
        left: -100%;
        text-align: center;
        transition: all .5s;
    }
    .nav2 ul li{
        display: block;
        margin: 50px 0;
        line-height: 30px;
    }
    .nav2 ul li a{
        font-size: 20px;
        padding: 10px 29px;
    }
    li a:hover, li a.active{
        background: none;
        color: #695EFD;
    }

    .navbar1{
        position: fixed;
        width: 100%;
        height: 100vh;
        color: #000;
        background: #695EFD;
        top: 80px;
        left: -100%;
        text-align: center;
        transition: all .5s;
    }
 .nav1 ul li{
        display: block;
        margin: 50px 0;
        line-height: 30px;
        color: #000;
    }
    .nav1 ul li a{
        font-size: 20px;
        
        padding: 10px 29px;
    }
   


    
    #check:checked ~ ul{
        left:0;
    }
    #check1:checked ~ ul{
        left:0;
    }
}


@media (max-width: 858px){
    .checkbtn{
        display: block;
    }
    .checkbtn1{
        display: block;
    }
    ul{
        position: fixed;
        width: 100%;
        height: 100vh;
        background: white;
        top: 80px;
        left: -100%;
        text-align: center;
        transition: all .5s;
    }
    .nav2 ul li{
        display: block;
        margin: 50px 0;
        line-height: 30px;
    }
    .nav2 ul li a{
        font-size: 20px;
    }
    li a:hover, li a.active{
        background: none;
        color: #695EFD;
    }

    .navbar1{
        position: fixed;
        width: 100%;
        height: 100vh;
        color: #000;
        background: #695EFD;
        top: 80px;
        left: -100%;
        text-align: center;
        transition: all .5s;
    }
 .nav1 ul li{
        display: block;
        margin: 50px 0;
        line-height: 30px;
        color: #000;
    }
    .nav1 ul li a{
        font-size: 20px;
    }
   


    
    #check:checked ~ ul{
        left:0;
    }
    #check1:checked ~ ul{
        left:0;
    }
}

@media (max-width: 952px){
    .checkbtn{
        display: block;
    }
    .checkbtn1{
        display: block;
    }
    #check1:checked ~ ul{
        left:0;
    }
    ul{
        position: fixed;
        width: 100%;
        height: 100vh;
        background: white;
        top: 80px;
        left: -100%;
        text-align: center;
        transition: all .5s;
    }
    .nav2 ul li{
        display: block;
        margin: 50px 0;
        line-height: 30px;
    }
    .nav2  ul li a{
        font-size: 20px;
    }
    li a:hover, li a.active{
        background: none;
        color: #695EFD;
    }

    #check:checked ~ ul{
        left:0;
    }

    .navbar1{
        position: fixed;
        width: 100%;
        height: 100vh;
        background: #695EFD;
        top: 80px;
        left: -100%;
        text-align: center;
        transition: all .5s;
    }
    .nav2 ul li{
        display: block;
        margin: 50px 0;
        line-height: 30px;
    }
    .nav2  ul li a{
        font-size: 20px;
    }
    li a:hover, li a.active{
        background: none;
        color: #695EFD;
    }
    
 .nav1 ul li{
        display: block;
        margin: 50px 0;
        line-height: 30px;
        color: #000;
    }
    .nav1 ul li a{
        font-size: 20px;
    }
   
}

@media (max-width: 1340px){
    .checkbtn{
        display: block;
    }
    .checkbtn1{
        display: block;
    }
    #check1:checked ~ ul{
        left:0;
    }
    ul{
        position: fixed;
        width: 100%;
        height: 100vh;
        background: white;
        top: 120px;
        left: -100%;
        text-align: center;
        transition: all .5s;
    }
    .nav2  ul li{
        display: block;
        margin: 50px 0;
        line-height: 30px;
    }
    .nav2  ul li a{
        font-size: 20px;
    }
    li a:hover, li a.active{
        background: none;
        color: #695EFD;
    }

    .navbar1{
        position: fixed;
        width: 100%;
        height: 100vh;
        background:  #695EFD;
        top: 120px;
        left: -100%;
        text-align: center;
        transition: all .5s;
    }
    .nav1  ul li{
        display: block;
        margin: 50px 0;
        line-height: 30px;
    }
    .nav1  ul li a{
        font-size: 20px;
    }


    #check:checked ~ ul{
        left:0;
    }

   

}


@media (max-width: 370px){
    .checkbtn{
        display: block;
    }
    .checkbtn1{
        display: block;
    }
    #check1:checked ~ ul{
        left:0;
    }
    ul{
        position: fixed;
        width: 100%;
        height: 100vh;
        background: white;
        top: 120px;
        left: -100%;
        text-align: center;
        transition: all .5s;
    }
    .nav2 ul li{
        display: block;
        margin: 50px 0;
        line-height: 30px;
    }
    .nav2  ul li a{
        font-size: 20px;
    }
    .navbar1{
        position: fixed;
        width: 100%;
        height: 100vh;
        background: #695EFD;
        top: 120px;
        left: -100%;
        text-align: center;
        transition: all .5s;
    }
    .nav1 ul li{
        display: block;
        margin: 50px 0;
        line-height: 30px;
    }
    .nav1  ul li a{
        font-size: 20px;
    }




    li a:hover, li a.active{
        background: none;
        color: #695EFD;
    }
    #check:checked ~ ul{
        left:0;
    }
    .logo{
        width: 120px;
    }
    .logo1{
        width: 120px;
    }
}

@media (max-width: 450px){
    .checkbtn{
        display: block;
    }
    .checkbtn1{
        display: block;
    }
    #check1:checked ~ ul{
        left:0;
    }
    ul{
        position: fixed;
        width: 100%;
        height: 100vh;
        background: white;
        top: 120px;
        left: -100%;
        text-align: center;
        transition: all .5s;
    }
    .nav2  ul li{
        display: block;
        margin: 50px 0;
        line-height: 30px;
    }
    .nav2  ul li a{
        font-size: 20px;
    }

    .navbar1{
        position: fixed;
        width: 100%;
        height: 100vh;
        background: #695EFD;
        top: 120px;
        left: -100%;
        text-align: center;
        transition: all .5s;
    }
    .nav1  ul li{
        display: block;
        margin: 50px 0;
        line-height: 30px;
    }
    .nav1  ul li a{
        font-size: 20px;
    }


    li a:hover, li a.active{
        background: none;
        color: #695EFD;
    }
    #check:checked ~ ul{
        left:0;
    }
    .logo{
        width: 240px;
    }
    .logo1{
        width: 240px;
    }
}

@media (max-width: 260px){
    .checkbtn{
        display: block;
    }
    .checkbtn1{
        display: block;
    }
    #check1:checked ~ ul{
        left:0;
    }
    .navbar1{
        position: fixed;
        width: 100%;
        height: 100vh;
        background:#695EFD;
        top: 120px;
        left: -100%;
        text-align: center;
        transition: all .5s;
    }
    .nav1  ul li{
        display: block;
        margin: 50px 0;
        line-height: 30px;
    }
    .nav1  ul li a{
        font-size: 20px;
    }

    ul{
        position: fixed;
        width: 100%;
        height: 100vh;
        background: white;
        top: 120px;
        left: -100%;
        text-align: center;
        transition: all .5s;
    }
    .nav2  ul li{
        display: block;
        margin: 50px 0;
        line-height: 30px;
    }
    .nav2  ul li a{
        font-size: 20px;
    }

    li a:hover, li a.active{
        background: none;
        color: #695EFD;
    }
    #check:checked ~ ul{
        left:0;
    }
    .logo{
        width: 120px;
    }
    .logo1{
        width: 120px;
    }
}



@media (max-width: 245px){
    .checkbtn{
        display: block;
    }
    .checkbtn1{
        display: block;
    }
    #check1:checked ~ ul{
        left:0;
    }
    .navbar1{
        position: fixed;
        width: 100%;
        height: 100vh;
        background:#695EFD;
        top: 120px;
        left: -100%;
        text-align: center;
        transition: all .5s;
    }
    .nav1  ul li{
        display: block;
        margin: 50px 0;
        line-height: 30px;
    }
    .nav1  ul li a{
        font-size: 20px;
    }

    ul{
        position: fixed;
        width: 100%;
        height: 100vh;
        background: white;
        top: 120px;
        left: -100%;
        text-align: center;
        transition: all .5s;
    }
    .nav2  ul li{
        display: block;
        margin: 50px 0;
        line-height: 30px;
    }
    .nav2  ul li a{
        font-size: 20px;
    }

    li a:hover, li a.active{
        background: none;
        color: #695EFD;
    }
    #check:checked ~ ul{
        left:0;
    }
    .logo{
        width: 110px;
    }
    .logo1{
        width: 110px;
    }
}


@media (max-width: 230px){
    .checkbtn{
        display: block;
    }
    .checkbtn1{
        display: block;
    }
    #check1:checked ~ ul{
        left:0;
    }
    .navbar1{
        position: fixed;
        width: 100%;
        height: 100vh;
        background:#695EFD;
        top: 120px;
        left: -100%;
        text-align: center;
        transition: all .5s;
    }
    .nav1  ul li{
        display: block;
        margin: 50px 0;
        line-height: 30px;
    }
    .nav1  ul li a{
        font-size: 20px;
    }

    ul{
        position: fixed;
        width: 100%;
        height: 100vh;
        background: white;
        top: 120px;
        left: -100%;
        text-align: center;
        transition: all .5s;
    }
    .nav2  ul li{
        display: block;
        margin: 50px 0;
        line-height: 30px;
    }
    .nav2  ul li a{
        font-size: 20px;
    }

    li a:hover, li a.active{
        background: none;
        color: #695EFD;
    }
    #check:checked ~ ul{
        left:0;
    }
    .logo{
        width: 100px;
    }
    .logo1{
        width: 100px;
    }
}