@media screen and (max-width: 980px) {
	#header_sup
	{
		padding-bottom: 15px;
	}

	#redes_header
	{
		text-align: center;
	}
}

@media screen and (min-width: 770px) and (max-width: 990px) {
	
}

@media screen and (min-width: 801px) {
	
}

@media screen and (min-width: 768px) {
	.vertical-align {
	  display: flex;
	  flex-direction: row;
	}

	.vertical-align > [class^="col-"],
	.vertical-align > [class*=" col-"] {
	  display: flex;
	  align-items: center;
	  justify-content: center; /* Optional, to align inner items 
	                              horizontally inside the column */
	}
}

@media screen and (max-width: 767px) {
	.hidden_mobile
	{
		display: none;
	}

	#cssmenu > ul > li > a {
	  border-right: 0px !important;
	}

	#iconos_home > div
	{
	  width: 33%;
	  float: left;
	}
	.iconos_home_box {
	    height: 150px;
	}

	.titulos_footer
	{
		margin-top: 20px;
		font-size: 15px;
	}

	footer
	{
		font-size: 13px;
	}

	#copy
	{
		font-size: 13px;
	}

	.mt_0_mobile
	{
		margin-top: 0px !important;
	}

	.padding_0_mobile
	{
		padding: 0px !important;
	}

	.padding_r_15_mobile
	{
		padding-right: 15px !important;
	}

	.owl-theme .owl-controls .owl-buttons .owl-prev
	{
		top: -45px;
		right: 31px;
	}
	.owl-theme .owl-controls .owl-buttons .owl-next
	{
		top: -45px;
	}

	#redes_header
	{
		font-size: 13px !important;
	}
	#redes_header a
	{
		font-size: 13px !important;
	}
	#redes_header i
	{
		font-size: 13px !important;
	}

	#resultados_page
	{
		line-height: 28px;
	}

	.icon_product_list
	{
		width: 50%;
		float: left;
		margin-top: 10px;
	}

	#sync1
	{
		margin-top: 15px;
	}

	#tab_producto .nav-tabs li
	{
		width: 100% !important;
	}

	#izquierda_login
	{
	  border: 0px !important;
	  padding: 0px !important;
	  margin-bottom: 40px;
	}

	#derecha_login
	{
	  border: 0px !important;
	  padding: 0px !important;
	}

	.titulos_secciones
	{
		font-size: 24px !important;
	}

	#derecha_login .btn-secondary
	{
	  margin-top: 15px;
	}

	#iconos_f_contacto
	{
	  margin-top: 15px;
	  width: 101px !important;
	  max-width: 101px !important;
	  float: right;
	}
	#iconos_f_contacto .iconos_verdes
	{
		width: 50px;
	  	float: left;
	  	padding: 6px 5px;
	}
	.iconos_verdes:first-of-type
	{
		margin-top: 0px !important;
	}

	.width_13
	{
	  width: 100% !important;
	}

	.width_15
	{
	  width: 100% !important;
	}

	.width_20
	{
	  width: 100% !important;
	}

	.cabecera_tabla2 .mr10
	{
		margin-right: 0px !important;
	}

	.panel-heading [data-toggle="collapse"]:after
	{
		display: none !important;
	}

	#faq .panel-body
	{
		padding: 5px 0px 0px 0px;
		font-size: 13px;
	}

	#wrapper
	{
	  margin-top: -15px !important;
	}

	#cssmenu > ul > li > a
	{
		margin-left: 3px !important;
		padding: 8px 0px !important;
	}
}

@media screen and (max-width: 500px) {
	#iconos_home > div
	{
	  width: 50%;
	  float: left;
	  height: 140px;
	}

	#redes_header div
	{
	  display: table;
	  width: 100%;
	  padding-bottom: 4px;
	}

	.img_home_icon{
		max-width: 100%;
		height: auto;
	}
}
/* @media (min-width: 992px) {
	.drift-zoom-pane {
		max-height: 70vh;
		max-width: 50vw;
	  }
} */

