


.car{
    margin: 0;
    padding: 0;
    font-family:Georgia, 'Times New Roman', Times, serif;
    display: flex;
    height: 100vh;
    width: 100%;
    
}

body{
	background: linear-gradient(
		50deg,
		rgba(40, 42, 55, 0.356) 50%,
		rgba(40, 42, 55, 0.397)
		),
    url(camion\ fondo.jpg);
    background-size: cover;
    height: 100%;
}

h4, h2 small{
    margin: 4px;
    padding: 15px;
}



.carousel{
    width: 100%;
    margin: 0px 0px;
}

@media(min-width:768){

    .carousel{
        margin: 0px 60px;
    }
}

.carousel h2{
    font-size: 45px;
    line-height: 15px;
    padding-bottom: 50px;
    opacity: .9;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    color: #d80000;
}

.carrusel-list{
    position: relative;
    display: flex;
    align-items: center;
    width: fit-content;
    height: 300px;
    padding: 10px 0px;
    margin: 0px auto;
    max-width: 90vh;
    overflow: hidden;
}

.carrusel-track{
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    transition: 5s ease-in-out;
}

.carrusel{
    position: relative;
    width: 210px;
    padding: 0 18px;
    float: left;
    box-sizing: border-box;
    display: flex;
    height: 100%;
}

.carrusel h4{
    position: absolute;
    z-index: 1;
    font-size: 15px;
    line-height: 23px;
    color: #fdfafa;
    padding: 15px;
}

.carrusel h4 small{
    font-size: 12px;
    display: block;
}
 .carrusel  img{
    object-fit: cover;
    height: 300px;
    width: 200px;
    border-radius: 15px;
    box-shadow: 0 2px 5px 0 rgb(0, 0, 0);
    transition: .3s ease-in-out;
	
}

.carrusel img .capa{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 103, 123, 0);
}

@media(min-width:760px){

    .carrusel{
        width: 275px;
    }
    .carrusel img{
        width: 250px;
		
	   }
}

.carrusel-arrow{
    border-radius: 30px;
    background-color: #ffffff;
    position: absolute;
    z-index: 4;
    width: 48px;
    height: 48px;
    text-align: center;
    border: 0;
    cursor: pointer;
}

.carrusel-arrow:focus{
    outline: 0;
}

.carrusel-arrow svg{
    width: 12px;
    height: 100%;
    color:rgb(148, 52, 52);
}

.carrusel-prev{
    left: 0px;
}

.carrusel-next{
    right: 0px;
}

img{
    width: 100%;
    height: 100%;
    transition: 0.5s;
    object-fit: cover;
}
img:hover{
    transform: scale(1.2);
}


/*iconos*/

.btn{
	cursor:pointer;
		position: relative;
		padding:20px 6px;
		background-color: none;
		border-top-right-radius:10px;
		border-bottom-left-radius:10px;
		transition:all 1s;
		&:after,&:before{
			content:" ";
			width:10px;
			height:5px;
			position:absolute;
			border :0px solid #343e6b;
			transition:all 1s;
			}
		&:after{
			top: -1px;
			left:-1px;
			border-top:5px solid #0003bd;
			border-left:5px solid #0003bd;
		}
		&:before{
			bottom:-1px;
			right:-1px;
			border-bottom:5px solid #0003bd;
			border-right:5px solid #0003bd;
		}
		&:hover{
			border-top-right-radius:0px;
		border-bottom-left-radius:0px;
		background-color: rgb(233, 41, 41);
		background:rgb(221, 0, 0);
		color:rgb(241, 234, 234);
			&:before,&:after{
				
				width:100%;
				height:100%;
				 border-color:rgb(26, 13, 82);
			}
		}
	}
	h5 b{
		text-decoration: underline;
	}
	.data-container{
		padding-left: 1px;
		margin-left:1px;
		width: 25vh;
		display:flex;
		justify-content: center;
		align-items: center;
	}
	#selected{
		background: #666464;
		padding: 10px 40px;
	}
	.xul{
		list-style-type: none;
		margin: 10px;
	   padding: 20px;
	}
	.xli{float:left;}
	.xli a{
		color: rgb(255, 255, 255);
		text-decoration: none;
	}
	
	.brand img{
		width: 30px;
		height: 30px;
		margin-left: 20px;
	}
	.brandi img{float:left;
		width: 120px;
		height: 120px;
		margin-left: 1px;
	
	}
	
	.icons{
		margin: 0;
		padding: 0;
		display: flex;
		position: fixed;
		margin-left: 30px;
		top: 6%;
		left: 91%;
		transform: translate(-50%, -50%);
	}
	.icons li{
		list-style: none;
		margin: 5px 2px;
	}
	.icons li a{
		position: relative;
		display: block;
		width: 40px;
		height: 40px;
		text-align: center;
		line-height: 53px;
		background: none;
		border-radius: 50%;
		font-size: 20px;
		color: #ffffff;
		transition: .5s;
	}
	.icons li a::before{
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border-radius: 100%;
		background:none;
		transition: .5s;
		transform: scale(0.9);
		z-index: -1;
	}
	.icons li a:hover::before{
		transform: scale(1.1);
		box-shadow: 30px 30px 60px #f80000;
	}
	.icons li a:hover{
		color: none;
		box-shadow: 5px 5px 5px #f80000;
		text-shadow: 5px 5px 5px #f80000;
	}

	.neon{
		font-size: 5em;
		font-weight: 500;
		color: #b12020;
		letter-spacing: 0.1px;
		cursor: pointer;
		text-transform: uppercase;
		transition: 1s;
	}
	.neon:hover{
		color: #f5f5f5;
		text-shadow: 0 0 5px #151796,
		0 0 25px #ffffff,
		0 0 50px #d40e0e,
		0 0 100px #0e0e0e;
	}

	