/*  MICROTHEMER STYLES  */


/*= General =================== */

/** General >> Masthead top nav wrapper **/
#masthead .top-nav-wrapper {
	background-color: rgb(255, 255, 255) !important;
}

/** General >> Primary menu **/
#primary-menu {
	background-color: rgb(255, 255, 255) !important;
}

/** General >> Primary menu _2 **/
#primary-menu {
	width: 111% !important;
}

/** General >> List item:(1) link **/
#masthead > nav:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(1) > ul:nth-of-type(1) > li:nth-of-type(1) > a {
	background-color: rgb(255, 255, 255) !important;
}

/** General >> Masthead link **/
#masthead a {
	color: rgb(3, 3, 3) !important;
}

/** General >> Alignleft **/
#simple-social-icons-2 .alignleft {
	font-size: 11px !important;
	line-height: 0.5 !important;
	list-style-type: circle !important;
	width: 275px !important;
	height: 100% !important;
	max-height: auto !important;
	object-fit: contain !important;
	object-position: left bottom !important;
	padding-right: 0 !important;
	padding-left: 0 !important;
	margin-top: 0 !important;
	margin-right: 0 !important;
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
	container-type: normal
	flex-flow: !important;
}

/** General >> Ssi linkedin **/
#simple-social-icons-2 .ssi-linkedin {
	box-sizing: border-box !important;
}

/** General >> Tag cloud **/
#block-2 .wp-block-tag-cloud {
	font-size: 11px !important;
	line-height: 0.5 !important;
	width: auto !important;
	height: auto !important;
}

/** General >> Link **/
.ssi-facebook a {
	width: auto !important;
	box-sizing: content-box !important;
}

/** General >> Simple social icons 2 **/
#simple-social-icons-2 {
	height: 150% !important;
	object-fit: fill !important;
}


/*( Escritorio y tableta )*/
@media (min-width: 768px) and (max-width: 979px) {
	/** General >> Alignleft **/
	#simple-social-icons-2 .alignleft {
	color: rgb(0, 0, 0) !important;
}

}


/*( Tableta y teléfono )*/
@media (max-width: 767px) {
	/** General >> Primary menu link **/
	#primary-menu a {
	color: rgb(0, 0, 0) !important;
}

}


/*( Teléfono )*/
@media (max-width: 480px) {
	/** General >> Alignleft **/
	#simple-social-icons-2 .alignleft {
	color: rgb(0, 0, 0) !important;
}

}

