/*
Theme Name: Sina
Author: Juan Camilo Salazar Duque
Description: A brief example of How To Use Sass with a theme in Wordpress.
Version: 1.0
License: GNU General Public License v3
License URI: http://www.gnu.org/licenses/gpl-2.0.html
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
compass watch
*/
/* html {
  scroll-behavior: smooth;
} */
ul.list-style {
  list-style: none;
}
.menu-right{
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.btn-md{
  padding: .5em 5em;
  margin-bottom: 10px;
}

.btn-default.active{
  color: #fff;
  background-color: #a47033;
  border-color: #a47033;
}
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover{
  background-color: #6d4a21;
  color: #fff;
  outline: none;
}

#productos h2 {
	margin-top: 1em !important;
}

.cajon_prevnext {
	width: 100%;
	display: inline-block;
}

.prevnext {
	width: 49%;
	margin: 0 0.5%;
	text-align: center;
}


@media screen and (max-width:780px){
	
	
	.prevnext img {
		width:75% !important;
	}
}