
:root {
    --black:#000000;
    --lightblack:#354b58;
    --blue: rgb(4, 179, 226);
    --gray: #666;
    --lightgray:#f2f2f2;
    --red: rgb(255,0,0);
    --white:#ffffff;
    --yellow: #FFFF00;
    --green: #00a440;
}

@media  (max-width: 900px) { 
	.header{
		box-shadow: 0 5px 25px 0 rgba(50, 65, 25, 0.6);
		display: block;
        object-fit: cover;
        object-position:40% 20%;
        background-size: cover;
		height:270px;
	}
    .header__shape{
        width:100%;
    }
    .figure__shape{
        width:100%;
    }
    .services{
        margin-top: 20px;
    }
	.nav{
		height: 70px;
		position: relative;
	}
	.nav__img{
		display: block;
		height:45px;
		left:15px;
		position: absolute;
		top:10px;
	}
	.nav__title{
		color: var(--white);
		display: block;
		font-family: 'Roboto', sans-serif;                                           
    	font-size: 26px;
    	font-weight: bold;
   	 	margin:0px 8px;
   	 	position: absolute;
   	 	left:90px;
        top:15px;
	}
    .nav__description{
        color: var(--white);
        display: block;
        font-family: 'Roboto', sans-serif;                                           
        font-size: 6px;
        font-weight: bold;
        margin:0px 8px;
        position: absolute;
        left:90px;
        top:45px;
    }
    .nav__links{
		background:rgba(50, 74, 89, 0.8);
        height: 70px;
        left: -100%;
        margin-top:0px;
        position: fixed;
        text-align: center;
        top: 0px;
        transition: all .5s;
        width: 80%;
        z-index: 100000000000000000;
    }
    .nav__link{
    	background:rgba(0, 0, 0, 1);
    	color:var(--white);
        display: block;
        font-size: 20px;
        margin: 0px 0;
        line-height: 40px;
        text-align: center;
        z-index: 150000000000000000;
    }
    .nav__link:hover{
       color: white;
    }
    .nav__checkbtn{
    	color: var(--white);
        display: block;
        position: absolute;
        right: 0;
        top:-7px;
    }
    .nav__check:checked ~ .nav__links{
        left:0;
    }
    .prev, .next {
    	position: absolute;
    	top:80px;
    }
    .hero__container{
        font-size:18px;
        padding-top: 0px;
    }
    .hero__title{
        color: var(--green);
        font-size:18px;
        z-index: 100000001;
    }
    .hero__paragraph{
        color: var();
        font-size:18px;
        z-index: 10000000;
    }
    .hero__text{
        color: var(--white);
    }
    .hero__button{
        display: none;
    }
    .services__card:nth-child(1),.services__card:nth-child(2),.services__card:nth-child(3),.services__card:nth-child(4),.services__card:nth-child(5){
        justify-content: space-around;
        flex-wrap: wrap;
        margin-top: 0px;
        width:90%; 
    }
    .services__card{
        width:90%; 
    }
    .bolsa{
       left:90px;top:30px
    }
}