* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.header{
	background: #fff;
	position: fixed;
	width: 100%;
	z-index:301;
	border-bottom: solid 1px #f1f1f1;

	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.header2{
	background: #fff;
	position: fixed;
	width: 100%;
	z-index:301;
	border-bottom: solid 1px #f1f1f1;

	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.menu{
	width: 96%;
	margin: auto;
}

.opciones {
	width: 100%;
	display: flex; flex-wrap: wrap; justify-content: space-around; align-items: center;
}

.btn-menu{
	display: none;
	color: #fff;
	text-decoration: none;
	
	font-size: 12pt;
	font-family: NunitoSans-SemiBold, sans-serif;

	padding: 15px;
}

/*========================*/

.enlaces {
	width: 100%;
	height: 80px;
	display: flex; flex-wrap: wrap; justify-content: space-around; align-items: center;
}

.enlaces a{
	color: #56c4cf;
	text-decoration: none;
	text-align: center;
	
	padding: 5px;
	box-sizing: border-box;

	font-size: 11pt;
	font-family: NunitoSans-ExtraBold, sans-serif;
}

.enlaces a:hover{
	color: #34abb7;
	cursor: pointer;
}

.enlaces2 {
	width: 100%;
	height: 80px;
	display: flex; flex-wrap: wrap; justify-content: space-around; align-items: center;
}

.enlaces2 a{
	color: #56c4cf;
	text-decoration: none;
	text-align: center;

	padding: 5px;
	box-sizing: border-box;

	font-size: 11pt;
	font-family: NunitoSans-ExtraBold, sans-serif;
}

.enlaces2 a:hover{
	color: #000000;
	cursor: pointer;
}

/*========================*/

@media screen and (max-width: 950px) {
	.header{
		background: rgba(0,0,0,0);
		width: 100%;
		z-index:301;
		border-bottom: solid 1px #2E63A2;

		-webkit-transition: all 0.5s ease;
    	-moz-transition: all 0.5s ease;
    	-ms-transition: all 0.5s ease;
    	-o-transition: all 0.5s ease;
    	transition: all 0.5s ease;
	}

	.menu{
		width: 100%;
		background: #2E63A2;
	}

	.opciones {
		width: 100%;
		display: flex; flex-wrap: wrap; justify-content: space-around; align-items: center;
		background: #fff;
	}

	.btn-menu{
		display: block;
		cursor: pointer;
	}

	.enlaces {
		width: 100%;
		height: auto;
		display: flex; flex-wrap: wrap; justify-content: space-around; align-items: center;

		padding-bottom: 15px;
	}

	.enlaces a{
		width: 100%;
		color: #56c4cf;
		text-decoration: none;
		text-align: center;
		
		padding: 5px;
		box-sizing: border-box;

		font-size: 11pt;
		font-family: NunitoSans-ExtraBold, sans-serif;

		margin-top: 10px;
	}

	.enlaces a:hover{
		color: #34abb7;
		cursor: pointer;
	}




	.btn_google3 {
		width: 170px !important;
	    -webkit-border-radius: 5px !important;
	    border-radius: 5px !important;
	    
	    background: #2E63A2 !important;
	    color: #ffffff !important;
	    text-decoration: none !important;
	    text-align: center !important;
	    
	    padding-left: 13px !important;
	    padding-right: 13px !important;
	    padding-top: 10px !important;
	    padding-bottom: 10px !important;
	    box-sizing: border-box !important;

	    font-size: 13px !important;
	    font-family: Roboto-Regular, sans-serif !important;

	    font-weight: bold !important;

	    margin-top: 15px !important;
	}

	.btn_google3:hover {
	    background: #2F5597 !important;
	    cursor: pointer !important;

	    -webkit-transition: all 0.3s ease !important;
	    -moz-transition: all 0.3s ease !important;
	    -ms-transition: all 0.3s ease !important;
	    -o-transition: all 0.3s ease !important;
	    transition: all 0.3s ease !important;
	}




	.btn_google5 {
	    width: 170px !important;
	    -webkit-border-radius: 5px !important;
	    border-radius: 5px !important;

	    border: solid 2px #56c4cf !important;
	    
	    background: #fff !important;
	    color: #444 !important;
	    text-decoration: none !important;
	    text-align: center !important;
	    
	    padding-left: 13px !important;
	    padding-right: 13px !important;
	    padding-top: 10px !important;
	    padding-bottom: 10px !important;
	    box-sizing: border-box !important;

	    font-size: 13px !important;
	    font-family: Roboto-Regular, sans-serif !important;

	    font-weight: bold !important;

	    margin-top: 15px !important;
	}

	.btn_google5:hover {
	    color: #34abb7;
	    cursor: pointer;

	    -webkit-transition: all 0.3s ease;
	    -moz-transition: all 0.3s ease;
	    -ms-transition: all 0.3s ease;
	    -o-transition: all 0.3s ease;
	    transition: all 0.3s ease;
	}





	.busqueda-header {
		margin-top: 10px;
		width: 240%;
		background: #f2f2f2;
		-webkit-border-radius: 16px;
	    border-radius: 16px;

	    display: flex; justify-content: flex-end; align-items: center;

	    padding-left: 5px;
	    padding-right: 10px;
	    box-sizing: border-box;
	}

	.busqueda-header a {
		width: 2px !important;
		margin-top: 3px !important;
	}

	.busqueda-header i {
		cursor: pointer;
		margin-left: -8px !important;
	}
}