@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}


.container__all{
    position: relative;
    right: 0;
    transition: all 300ms;

}

.popo{
	
    background: #98d606;
    position: absolute;
    border-radius: 40px;
    
}
header{
    width: 100%;
    height: 90px;
    font-family: 'Permanent Marker', cursive;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    background-color: #FEBA0B;
    transition: all 300ms;
    border-radius: 20px;
}


.move_content{
    right: 180px;
}

.container__header{
    max-width: 1100px;
    height: 100%;  
    display: flex;
    justify-content: space-between; 
    margin: auto;
    padding: 0px 15px;
    font-family: 'Bowlby One SC', cursive;
    font-weight: 300;
    

}

header .logo{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo img{
    width: 150px;
    border-radius: 50px;
}

.container__nav{
    position: relative;
    height: 100%;
    
}

nav{
    height: 100%;
}

nav ul{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

nav ul li{
    margin: 0px 5px;
    list-style: none;
}

nav ul li a{

    color: #191818;
    font-size: 19px;
    font-weight: 600;
    padding: 10px 30px;
    color: rgb(14, 13, 13);
    border-radius: 20px;
}

nav ul li  :hover{
    background: #a4b31e59;    
    transition: all 1100ms ease-out;
    box-shadow: 5px 5px 20px rgba(0,0,0.9);
}

.select{
    padding: 10px 30px;
    color: rgb(14, 13, 13);
    border-radius: 20px;
}


.nav_mod{
    height: 90px;
    box-shadow: 1px 1px 10px 0px #00000010;
    background: rgba(153, 214, 11, 0.384);

}

.btn__menu{
    width: 50px;
    height: 50px;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: background 300ms;
    display: none;
}

.btn__menu:hover{
    background: #77834e;    
}

/*COVER*/

.cover{
    width: 100%;
    padding-bottom: 60px;

    font-family: 'Poppins', sans-serif;
    margin-top: 100px;
}

.container__cover{
    max-width: 1700px;
    margin: auto;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    position: relative;

    background-image: url(../images/tools-on-the-table.jpg);
    background-size: cover;
    background-position: bottom;
}

.cover .container__info{
    max-width: 400px;
    margin-top: 40px;
    z-index: 2;
}

.cover h1{
    max-width: 400px;
    font-size: 90px;
    font-weight: 300;
    color: #336ebd;
    margin-top: -70px;
    font-family: 'Titan One', cursive;
    padding: 5px 0 70px 10px;
    
}

.cover h2{
    font-size: 50px;
    font-weight: 600;
    color: #FEBA0B;
    margin-top: -30px;
    padding: 0 0 0 10px;
    font-family: 'Titan One', cursive;
}

.cover p{
    margin-top: 10px;
    color: #FEBA0B;
    padding: 0 0 0 10px;
}

.cover input[type="button"]{
    padding: 10px 40px;
    margin-top: 40px;
    font-size: 18px;
    font-weight: 600;
    border: none;
    color: white;
    background: #FEBA0B;
    border-radius: 20px;
    box-shadow: 1px 1px 30px -5px #302e3749;
    cursor: pointer;
    transition: box-shadow 500ms;

}

.cover input[type="button"]:hover{
    box-shadow: 1px 1px 30px -5px #540a3685;
}


.container__vector{
    position: relative;
}

.container__vector img{
    position: absolute;
    bottom: -500px;
    right: 0px;
    width: 300px;
    animation: move_vector 40s ease-in-out infinite;
    transition: all 300ms;
}

@keyframes move_vector {
    0%{
        transform: translateY(5000px);
    }
    25%{
        transform: translateY(-300px);
    }
    100%{
        transform: translateY(5000px);
    }
}

@media screen and (max-width: 920px){
    .container__vector img{
        width: 300px;
    }
}


@media screen and (max-width: 760px){

    .container__nav{
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .btn__menu{
        display: flex;
    }

    nav{
        height: 100%;
        background:#feb90b;
        position: fixed;
        top: 0;
        right: -180px;
        padding: 0 40px;
        transition: all 300ms;
        width: 25%;
    }

    .move_nav{
        right: 0px;
    }

    nav ul{
        flex-direction: column;
    }

    nav ul li{
        margin: 20px 0px;
    }

    .container__vector img{
        transform: scale(0);
       /*animation: none;*/
    }
}




@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');

:root{
    --color-esqueleto:#EFF3F5;
}


/*------------------------------------------*/
footer{
    width: 100%;
    background: #202020;
    color: white;   
    border-radius: 20px;
    border: solid 2px rgb(156, 235, 10);
    border-radius: 20px;

    
}

.container-footer-all{
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 40px;
}

.container-body{
    display: flex;
    justify-content: space-between;
}

.colum1{
    max-width: 400px;
}

.colum1 h1{
    font-size: 22px;
}

.colum1 p{
    font-size: 14px;
    color: #C7C7C7;
    margin-top: 20px;
}

.colum2{
    max-width: 400px;
}

.colum2 h1{
    font-size: 22px;

}

.row{
    margin-top: 20px;
    display: flex;


}

.row img{
    width: 36px;
    height: 36px;

}

.row label{
    margin-top: 10px;
    margin-left: 20px;

}

.colum3{
    max-width: 400px;

}

.colum3 h1{
    font-size: 22px;

}

.row2{
    margin-top: 20px;
    display: flex;
    /*list-style: none;*/

}

.row2 img{
    width: 36px;
    height: 36px;

}

.row2 label{
    margin-top: 10px;
    margin-left: 20px;
    max-width: 140px;
}

.container-footer{
    width: 100%;  
    background: #101010;
    border: solid 2px black;
}

.footer{
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;  
    padding: 20px;
    border: solid 9px black;
    border-radius: 20px;
}

.copyright{
    color: #C7C7C7;
    font-size: 10px;
}

.copyright a{
    text-decoration: none;
    color: white;
    font-weight: bold;
font-size: 10px;
}

.information a{
    text-decoration: none;
    color: #C7C7C7;
    font-size: 10px;
}


@media screen and (max-width: 1100px){
    
    .container-body{
        flex-wrap: wrap;
    }
    
    .colum1{
        max-width: 100%;
    }
    
    .colum2,
    .colum3{
        margin-top: 40px;
    }
}




/*-------------------------------------------------------------------*/

.container{
    width: 90%;
    margin: auto;
    overflow: hidden;
    background:#dddcda; 
    border-radius: 20px;
    margin-top: 20px;
}


  
.container ul{
    padding: 0px;
    margin: 0px;
}


.container ul li{
    float:left;
    list-style: none;
    width:20%;
    height:300px;
    background: rgba(128, 129, 114, 0.384);
    margin :20px 0px 20px 55px; 
    border:2px solid rgb(133, 144, 155);
    border-radius: 20px;
    box-sizing: border-box;
}

.container ul li:hover{
    opacity: 0.8;
}

.container ul li .bottom{
    width: 100%;
    height:50px;
    line-height: 50px;
    background: #FEBA0B;    
    text-align: center;
    color:rgb(17, 17, 17);
    font-size: 20px;
   border-radius: 20px;
}

@media screen and (max-width:1000px){
    .container ul li{
        width:40%;
        margin-left: 40px;
    }
}