/*=============================================
TOP
=============================================*/

#top ul{
	padding-top:3px;
}

#top ul li{
	display:inline;
	line-height:3px;
	margin:0px 5px;
	color:white;
}

.social ul li a i{
	font-size:15px;
	margin:0 1px;
} 

.registro ul{
	text-align: right;
	font-size:12px;
}


/*=============================================
HEADER
=============================================*/

.btn-pri{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	box-sizing: border-box;
	border: 0.5px solid rgba(0, 0, 0, 0.2);
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
	justify-items: center;
    transition: all 500ms ease;
    font-size: 18px;
}

.btn-pri:hover{
	color:grey;
}

.buscador{
	position: relative;


}

.buscador input[type='search']{
    outline: 0;
}

.buscador input[type='search']:focus{
}

.contenedorBusca{
	display: flex; 
	cursor: pointer;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 30px;
	align-items: center;
}


.contenedorBusca input{
	background: transparent;
	outline: none;
	width: 100%;
	height: 43px;
	border: none;
	border-radius: 30px;
}

.buscarBot{
	border: none;
	width: 40px;
	position: absolute;
	right: 20px;
	z-index: 2;
    transition: all 300ms ease;
	/*background: transparent;*/
}

.buscarBot:hover{
	color: grey;
}


/*=============================================
ESCRITORIO GRANDE (LG revisamos en 1366px en adelante)
=============================================*/

@media (min-width:1200px){

	/*=============================================
	HEADER
	=============================================*/

	header #logotipo img{
		padding:10px 60px;
		padding-left:0px;
	}

	.contenedorBusca{
		margin-top: 20px;
		margin-left: 150px;
	}

}

@media (max-width:1199px) and (min-width:768px){

	.contenedorBusca{
		margin-top: 15px;
	}

}

@media (max-width:1199px) and (min-width:992px){

	.contenedorBusca{
		margin-left: 100px;
	}
}

@media (max-width:991px) and (min-width:768px){

	.contenedorBusca{
		margin-left: 40px;
		margin-top: 20px;
	}
}

/*=============================================
ESCRITORIO MEDIANO O TABLET HORIZONTAL (MD revisamos en 1024px)
=============================================*/

@media (max-width:1199px) and (min-width:992px){

	/*=============================================
	HEADER
	=============================================*/

	header #logotipo img{
		padding:25px 60px;
		padding-left:0px;
	}

}

/*=============================================
ESCRITORIO PEQUEÑO O TABLET VERTICAL (SM revisamos en 768px)
=============================================*/

@media (max-width:991px) and (min-width:768px){

	/*=============================================
	HEADER
	=============================================*/

	#cabezote{
		margin-bottom: -20px;
	}


	header #logotipo img{
		padding:30px 0px;
		padding-left:0px;
	}

}

/*=============================================
MOVIL (XS revisamos en 320px)
=============================================*/

@media (max-width:767px){

	/*=============================================
	TOP
	=============================================*/


	#top #registro{
		border-top:1px solid #222;
	}

	/*=============================================
	HEADER
	=============================================*/

	header #logotipo img{
		padding-top: 10px;
		padding-bottom:10px;
		padding-left:0px;
	}

	/*=============================================
	BUSCADOR
	=============================================*/

	.buscador{
		max-width: 400px;
	}

}

