@import url('https://fonts.googleapis.com/css2?family=Crimson+Pro:wght@200&family=Lora&family=Montserrat:ital,wght@0,300;0,600;0,700;1,500&display=swap');



*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
    font-size: 62.5%; 
}

body{
    background: #181719;
  
     
   
}
.wrapper{
  position:fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(24, 23, 25, 1);
  clip-path: circle(25px at calc(100% - 45px) 45px);
  transition: all 0.3s ease-in-out;

}
main{
    height: 100vh;
}
 .active {  
    clip-path: circle(75%);
    
}
.wrapper ul li ,a{
    text-decoration: none;
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
  
}
.nav .active {
    font-weight: 700;
}
.nav{
   position: absolute;
   top: 50%;
   left:50%;
   transform: translate(-50%,-50%);
   list-style: none;
   text-align: center;
   line-height: 20px;

}
.wrapper .nav li{
  padding: 1.0625rem 0;
}
.meni{
    position: absolute;
    right: 0;
    color: #fff;
   font-size: 1.5625rem;
    text-align: center;
    height: 90px;
    width: 90px;
    line-height: 70px;
    background-color: rgba(24, 23, 25, 1);
    z-index: 2;
  
}
#active:checked ~ .meni i:before{
    content:"\f00d";
  
}
input{
    display: none;
}
.cancel{
    position: absolute;
    right: 20px;
    color: #fff;
    font-size: 1.25rem;
    text-align: center;
    height: 50px;
    width: 50px;
    line-height: 60px;
    background-color: rgba(24, 23, 25, 1);
 

}
.boton{
    
      position: absolute;
     left: 10px;
     top: 20px;
    width: 115px;
    height: 31px;
    border: 1px solid  rgba(255, 255, 255, 1);
    color:rgba(255, 255, 255, 1);
    font-family: 'Crimson Pro', serif;
    font-weight: 200;
    text-transform: uppercase;
    text-align: center;
    padding: 5px 5px;
}
button{
    background-color: transparent;
}
.section1{
  padding: 40px 10px;
  
  }
  .texts{
   
 padding-top: 20px;
 
}

.texts> p {

    font-family: 'Montserrat', sans-serif;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 20px;
    color: rgba(255, 255, 255, 1);
     width:74%;
    padding-bottom: 30px;

}

.title{
    font-family: 'Lora', serif;
    font-size: 3rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 90px;

}
small{
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6rem;
    color: rgba(255, 255, 255, 1);
    font-weight: 600;
}
small i{
    
    margin-left: 5px;
}

#cuadri ,img {
    display:block;
      width: 100%;
      max-width: 390px;
   padding: 10px;
  

}

.box{
    
    box-sizing: border-box;
    width:290px;
    height: 138px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    background: rgba(24, 23, 25, 1);
    z-index: 1;
  
}
.box{
    padding: 5px 20px 0 10px;
 
}
.mini {
     
    transform: translateY(-60px);
    margin-left: 43px;
    
}


.flex{
  display: flex;
  align-items: center;
  
  
}

.flex img{
    width: 20%;
    border-radius: 50%;
    margin-right: 10px;
  
   
}

.item p{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 1);
   
    
}
.item small{
    font-family: 'Montserrat', sans-serif;
  font-size: 1.1rem;
    font-weight: 500;
    color: rgb(156, 138, 138);
    line-height: 20px;
}
h3{
  padding: 10px 10px;
  font-family: 'Lora', serif;
  color: rgba(255, 255, 255, 1);
  font-size: 1.8rem;
font-weight: 700;

}
.none{
    display: none;
}


@media screen and (min-width:1024px){
    body{
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
      }
    
     
    .meni{
        display: none;
    }
    .cancel{
        display: none;
    }

    .wrapper {  
        clip-path: circle(75%);
        
        
    }
    .wrapper{
       position: inherit;
        top: 0;
        right: 0;
        height: 100%;
        width: 100%;
        background: transparent;       
    
      }
      .nav{
        position: absolute;
        top: 0;
        right:0;
        transform: translate(-5%,-5%);
        list-style: none;
        text-align: center;
        line-height: 30px;
        display: flex;
        justify-content: space-around;
        padding-top: 10px; 
    
     } 
     .boton{
    
        position: absolute;
        left: 80px;
        top: 20px;
    width: 115px;
    height: 31px;
    border: 1px solid  rgba(255, 255, 255, 1);
    color:rgba(255, 255, 255, 1);
    font-family: 'Crimson Pro', serif;
    font-weight: 200;
    text-transform: uppercase;
    text-align: center;
    padding: 5px 5px;
   }
   #cuadri, img{
    display:block;
    width: 100%;
    max-width: 1400px;

   }
   .section1{
       padding: 120px 20px;
      
   }
 
   .section2{
       padding: 160px 0 0 0;
       
   }
   main{
       display: flex;
       flex-direction: row;
        width: 90%;
        max-width: 1200px;
       margin: auto;
        
    
  
       
   }
   .box{
    padding: 10px 20px 0 20px;
 
}
   .mini {
 
    transform: translateY(-80px);
    margin-left: 160px;
   
}
  

 }
    

 @media screen and (min-width:1280px){
    .section2{
        padding-top: 190px;    
        
    }
    .boton{
    
        position: absolute;
        left: 140px;
        top: 20px;
    width: 115px;
    height: 31px;
    border: 1px solid  rgba(255, 255, 255, 1);
    color:rgba(255, 255, 255, 1);
    font-family: 'Crimson Pro', serif;
    font-weight: 200;
    text-transform: uppercase;
    text-align: center;
    padding: 5px 5px;
    }

    #cuadri, img{
        display: block;
        width: 100%;
        max-width: 1400px; 
 
    }
   
    .title{
        font-family: 'Lora', serif;
        font-size:4rem;
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
        line-height: 120px;
    
    }
    .texts> p {

        font-family: 'Montserrat', sans-serif;
        font-size: 1.8rem;
        font-weight: 300;
        line-height: 29px;
        color: rgba(255, 255, 255, 1);
        padding-bottom: 30px;
        
       
    
    
    
    }
    main{
        width: 90%;
        max-width: 1280px;
       margin: auto;
        
    }
    small{
        font-family: 'Montserrat', sans-serif;
        font-size: 1.8rem;
        color: rgba(255, 255, 255, 1);
        font-weight: 600;
    }
    .section2{
        padding: 160px 0 0 0; 
        
    }
    .section1{
        padding: 120px 20px;
       
    }
    .box{
    
        box-sizing: border-box;
        width:360px;
        height: 160px;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        background: rgba(24, 23, 25, 1);
        z-index: 1;
    
      
    }
    .box{
        padding: 10px 20px 0 20px;
     
    }
    .mini {
        transform: translateY(-90px);
        margin-left: 250px;
        
    }
    .item p{
        font-family: 'Montserrat', sans-serif;    
        font-size:1.4rem;
        font-weight: 700;
        color: rgba(255, 255, 255, 1);
       
        
    }
    .item small{
        font-family: 'Montserrat', sans-serif;
        font-size: 1.2rem;
        font-weight: 500;
        color: rgb(156, 138, 138);
        line-height: 20px;
    }
    h3{
      padding: 10px 10px;
      font-family: 'Lora', serif;
      color: rgba(255, 255, 255, 1);
    font-size: 2rem;
    font-weight: 700;
    
    }
     

 }