.container-frota {
    position: relative;
}

.image-frota {
    position: relative;
    height:416px;
}

.image-frota img{
    background-position: center;
    object-fit: cover;
    width: 570px;
    height:416px;
}

.image-frota-download img {
    width: 560px;
    height: 336px;
    object-fit: cover;
}

.title-frota h2{
    font-family: 'EB Garamond', serif;
    text-transform: uppercase;
    color: white !important;
    font-size: 24px;
	font-weight: 400;
    position: absolute;
    bottom: 0; 
    width: 100%; 
    padding-left: 56px;
    padding-bottom: 10px;
    box-sizing: border-box; 
}

.title-frota-download h2{
    margin-top: 25px;
    margin-bottom: 20px;
	font-family: 'EB Garamond', serif;
    text-transform: uppercase;
    color: #292C34;
    font-size: 24px;
	font-weight: 400;
}

.title-content-frota h2{
	font-weight: 400;
    text-transform: uppercase;
    font-family: 'EB Garamond', serif;
    font-size: 24px;
    color: #B8A075;
}

.content-frota {
    position: absolute;
    line-height: 35px;
    top: 0;
    left: 0;
    width: 100%;
    height:416px;
    opacity:0;
    transition: 1s;
    background: #292C34DE;
    backdrop-filter: blur(6px);
    padding: 40px; 
    box-sizing: border-box; 
    z-index: 1;
}

.content-frota:hover{
    opacity:1;
}


.content-frota ul li{
    list-style-position: inside;
    font-size: 20px;
	font-weight: 300;
    font-family: 'Montserrat' !important;
    color: white;
}

.button-frota a{
    text-transform: uppercase;
    width: 290px;
    height: 50px;
    font-weight: 400;
    background: transparent !important;
    border-radius: 10px;
    color: #B8A075 !important;
    border: 1px solid #B8A075;
    font-size: 24px;
}

.button-frota a:hover{
    background: #B8A075 !important;
    border-radius: 10px;
    color: white !important;
    border: 1px solid #B8A075 !important;
}

.list-frota {
    padding: 0 0 20px 0;
}


@media screen and (max-width: 1024px) {
	
	.title-frota h2{
		padding-bottom: 0
	}
    
	.title-frota-download h2 {
		margin-top: 15px;
    	margin-bottom: 10px;		
		font-size: 19px;
	}
        
    .image-frota {
        height: 200px;
        margin: 0 auto;
    }

    .image-frota img {
        width: 100%; 
        height: 100%; 
        object-fit: cover; 
    }
    
    .content-frota {
        opacity: 1;
        position: static;
        margin: 0 auto;
        height: auto; 
        padding: 0;
        background: transparent;
    }
    
    .content-frota ul li{
		width: 49%;
        color: #595E6A;
        font-size: 9px;
        line-height: 16.5px;
        padding: 3px 0;
    }
    
    .content-frota ul{
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
		flex-wrap: wrap;
        grid-column-gap: 5px;
        grid-row-gap: 0px;
    }
    
    .content-frota ul li::before {
        content: "\2022"; /* Caractere especial para um ponto */
        color: #595E6A;
        margin-right: 5px; /* Adapte conforme necessário */
    }
    
    .title-content-frota h2{
        display: none;
    }
    
    .title-frota h2{
        font-size: 19px;
        padding-left: 15px;
        top: 150px;
    }
    
    .button-frota a{
        width: 100%;
		font-size: 14px;
		font-weight: 400;
		height: 40px;
    }
	
	.image-frota-download img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}
	
	.image-frota-download {
		height: 200px;
	}
	
	.button-frota span {
		text-align: center;
		display: block;
	}
	
	.list-frota {
		padding: 10px 0;
	}
}


@media screen and (max-width: 767px){
	
	.content-frota ul li {
		font-size: 11px;
		width: 100%;
	}
	
	.image-frota-download img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
    
    .container-frota{
        padding: 10px;
        width: 100%;
        margin: 0 auto;
        box-shadow: 0px 4px 8px 0px #0000001A;
    }
    
}