*{
	padding: 0px;
	margin: 0px;
	font-family: 'Roboto', sans-serif;
}

:root {
	--link-color-shover: #FFFFFF;
	--link-color-hover: #F06D1E;
	--widt-page: 1200px;
	--border-box-header: 0px solid red;
	--bg-color-nav: #353535;
	--border-box-cont: 0px solid blue;
}	


/* -- header -- */

	.logo-mov{
		display: none;
	}

	.top{
		display: block;
		width: 100%;
		max-width: var(--widt-page);
		margin: 0px auto;
		border: var(--border-box-header);
		margin-top: 10px;
	}

	.top ul{
		list-style-type: none;
		margin: 0px;
		padding: 0px;
		overflow: hidden;
	}

	.top ul li{
		float: right;
		border: 0px var(--border-box-header);
		border-radius: 25px;
		padding: 5px;
		margin: 0px 5px;
		text-align: center;
		font-size: 12px;
		cursor: pointer;
		-webkit-transition: all 500ms ease;
		-moz-transition: all 500ms ease;
		-ms-transition: all 500ms ease;
		-o-transition: all 500ms ease;
		transition: all 500ms ease;
	}

	.top ul li:hover{
		filter: brightness(120%);
		-webkit-transition: all 500ms ease;
		-moz-transition: all 500ms ease;
		-ms-transition: all 500ms ease;
		-o-transition: all 500ms ease;
		transition: all 500ms ease;
	}

	.top ul li:nth-child(3){
		background-color: #05BE2C;
		color: white;
	}

	.top ul li:nth-child(2){
		background-color: #182AAD;
		color: white;
	}

	.top ul li:nth-child(1){
		background-color: #E80000;
		color: white;
	}

	.top ul li i {
		border: var(--border-box-header);
		width: 18px;
		height: 15px;
	}

	.top ul li a{
		color: white;
	}

	header{
		display: block;
		width: 100%;
		border: var(--border-box-header);
		background-color: var(--bg-color-nav);
		padding: 0px;
		overflow: hidden;
		margin-top: 10px;
	}

	header img{
		width: 200px;
		position: absolute;
		top: 35px;
		left: calc(50% - 100px);
		border: var(--border-box-header);
	}

	.nav{
		display: block;
		width: 100%;
		max-width: var(--widt-page);
		margin: 0px auto;
		border: var(--border-box-header);
		background-color: var(--bg-color-nav);
		font-size: 14px;
		overflow: hidden;
	}

	.nav>div{
		float: left;
		border: var(--border-box-header);
		box-sizing: border-box;
		overflow: hidden;
	}

	.nav>div:nth-child(1){
		width: 40%;
	}

	.nav>div:nth-child(2){
		width: 20%;
		color: black;
		
	}

	.nav>div:nth-child(4){
		width: 40%;
		
	}

	.nav>div:nth-child(3){
		display: none;
	}

	.nav form{
		display: block;
		width: 100%;
		padding: 5px;

	}
	.nav form input[type=search]{
		float: right;
		width: 100%;
		max-width: 300px;
		border: var(--border-box-header);
		color: white;
		border-bottom: 2px solid grey;
		padding-top: 0px;
		padding-left: 10px;
		padding-bottom: 0px;
		margin: 0px;
		-webkit-transition: all 500ms ease;
		-moz-transition: all 500ms ease;
		-ms-transition: all 500ms ease;
		-o-transition: all 500ms ease;
		transition: all 500ms ease;
	}


	.nav form input[type=search]:focus, .nav form input[type=search]:hover{
		border-bottom: 2px solid white;
		background-color: rgba(999,999,999,.1);
		-webkit-transition: all 500ms ease;
		-moz-transition: all 500ms ease;
		-ms-transition: all 500ms ease;
		-o-transition: all 500ms ease;
		transition: all 500ms ease;		
	}


	.nav i{
		float: right;
		padding: 15px;
		color: white;
		cursor: pointer;
		margin: 0px 0px;
		border: var(--border-box-header);
	}

	.nav ul{
		list-style-type: none;
		border: var(--border-box-header);
		margin: 0px;
		padding: 0px;
		overflow: hidden;
	}

	.nav ul li{
		float: left;
		border: var(--border-box-header);
		padding: 18px 10px;
		color: var(--link-color-shover);
		-webkit-transition: all 500ms ease;
		-moz-transition: all 500ms ease;
		-ms-transition: all 500ms ease;
		-o-transition: all 500ms ease;
		transition: all 500ms ease;
	}

	.nav ul li:hover{
		background-color: #4C4C4C;
		cursor: pointer;
		color: var(--link-color-hover);
		-webkit-transition: all 500ms ease;
		-moz-transition: all 500ms ease;
		-ms-transition: all 500ms ease;
		-o-transition: all 500ms ease;
		transition: all 500ms ease;
	}
/* -- header -- */

/* -- Contenido -- */

	.cont{
		float: left;
		width: 100%;
		border: var(--border-box-cont);
		overflow: hidden;
	}

	.cont .btn-small{
		background: var(--bg-color-nav);
	}

	.cont .btn-small:hover{
		background: var(--bg-color-nav);
		color: var(--link-color-hover);
	}
/* -- Contenido -- */

	/*----------- slider-------------*/

    .slider {
        width: 100%;
        max-width: 600px;
        border: 1px solid red;
        margin: 5px auto;
        overflow:hidden;
        padding-top:0px;
    }

    .slider div{
        display:block;
        width: 100%;
        border: 0px solid green;
    }
    
    .slider div a{
        display:block;
        min-width: 100%;
        border: 0px solid green;
    }
    
    .slider div img{
        display:block;
        min-width: 100%;
        border: 0px solid yellow;
    }
    
    .slick-slide {
      margin: 0px 5px;
      border: 0px solid red;
    }



    .slick-prev:before,
    .slick-next:before {
        color: #FF71F7;
    }
	/*----------- slider-------------*/

/* -- Media Query -- */
	
	@media screen and (max-width:1000px) {
		
		.nav ul li{
			font-size: 12px;
			padding: 10px;
		}

		.nav form input[type=search]{
			max-width: 220px;
			max-height: 30px;
		}

		header img{
			width: 150px;
			position: absolute;
			top: 36px;
			left: calc(50% - 75px);
		}
		.nav i{
			padding: 9px;
		}
	}

	@media screen and (max-width:750px) {

		.nav>div:nth-child(1){
			display: none;
		}
		
		.nav>div:nth-child(4){
			min-width: 300px;
			float: right;
		}

		.nav>div:nth-child(3){
			display: block;
			float: right;
			color: white;
			border: var(--border-box-header);
			margin: 0px 10px;
		}

		.nav>div>i{
			padding: 11px;
			font-size: 16px;
			border: 0px solid #E5E5E5;
			color: #E5E5E5;
		}

		.nav form input[type=search]{
			max-width: 150px;
			max-height: 30px;
			font-size: 12px;
		}

		header img{
			position: absolute;
			top: 35px;
			left: 10px;
			border: var(--border-box-header);
		}

		.nav>div:nth-child(1){
			float: left;
			border: 0px solid red;
			width: 100%;
			height: 100vh;
			position: absolute;
			top: 100px;
			background-color: var(--bg-color-nav);
			z-index: 100; 
		}

		.nav>div ul{
			margin-top: 50px;
		}

		.nav>div ul li{
			display: block;
			width: 100%;
			padding: 15px;
			margin: 5px 0px;
			text-align: center;
			font-size: 14px;
		}

	}

	@media screen and (max-width:450px) {
		.nav>div:nth-child(2){
			display: none;
		}
		.nav>div:nth-child(3){
			float: left;
		}
		.nav>div:nth-child(4){
			min-width: 210px;
		}

		.logo-mov{
			display: block;
			padding: 0px;
			float: left;
			width: 100px;
			margin-left: 12px;
			border: var(--border-box-header);
		}

		.top{
			float: right;
			width: 180px;
			margin-top: 20px;
		}



	}
/* -- Media Query -- */