body {
	font-family: open sans,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	line-height: 24px;
	color: #666
}

a, a:hover, a:focus {
	text-decoration: none;
}

.navbar-nav {
	font-size: 15px;
}

.img-galeria {

}

.img-galeria img {
	width: 100%;
}

.img-galeria .card-title {
	margin-top: .5rem;
	font-size: 1rem;
	font-family: open sans,sans-serif,Raleway;
}
.img-galeria .card-title a {
	color: #000;
}
.img-galeria .card-body {
	padding: .4rem;
}


.promociones img {
	width: 100%;
}

.top {
	background-color: #f8f8f8;
	border-bottom: 1px solid #e1e1e1;
}
.top ul {
	list-style: none;
	margin-bottom: 0;
}
.top ul li {
	display: inline;
	color: #808080;
	font-size: 16px;
    line-height: 2em;
}
.top ul a {
	color: inherit;
	text-decoration: none;
	margin-left: 20px;
}

.top ul li:first-of-type a {
	margin-left: 0;
}

.cat-productos {
	line-height: 1.1rem;
}

.cat-productos .titulo {
	font-weight: bold;
	font-size: 1.3em;
	margin-bottom: .5rem;
}

.cat-productos .descri {
	font-size: 13px;
}

.cat-productos a {
	color: #666;
}

.producto-info {
	margin-top: 3rem;
	margin-bottom: 2rem;
}
.producto-info .titulo {
	font-size: 30px;
	color: #242424;
	text-align: center;
}
.producto-info table {

}
.producto-info table td {
	font-size: 13px;
}

#footer {
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  background: #222222;
}
#footer a {
  color: #fff;
}
#footer a:hover {
  color: #be2c21;
}
#footer ul {
  list-style: none;
  padding: 0;
  margin: 0 -7.5px;
}
#footer ul > li {
 display: inline-block; 

padding: 3px 0;
width: 31px;
text-align: center;
}
@media only screen and (min-width: 768px) {
  #footer .social-icons {
    float: right;
  }
}


.btn-wsp{
	position: fixed;
    background: #25d366;
    width: 4em;
    height: 4em;
    bottom: 85px;
    right: 10px;
    color: #fff;
    border-radius: 50%;
    padding-top: 8px;
    text-align: center;
    z-index: 9999;
}


.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.88);
}

/*-- contact --*/
.contact-grid1 i {
    font-size: 40px;
    color: #188918;
}
.contact-grid1 h4 {
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0px;
    color: #444;
    position: relative;
}
.contact-grid1 h4:after {
    position: absolute;
    content: '';
    width: 15%;
    height: 2px;
    background: #333;
    top: 50%;
}
.contact-grid1 p,.contact-grid1 p a {
    font-size: 13px;
    letter-spacing: 1px;
    color: #666;
}

.contact-us input[type="text"], .contact-us input[type="email"], .contact-us textarea {
    color: #fff;
    border: none;
    padding:0em 0em .7em;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    width: 100%;
    background:rgba(229, 143, 230, 0);
    outline: none;
    letter-spacing: 1px;
	    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.styled-input {
    margin: 2em 0 0em;
}
.contact-us ::-webkit-input-placeholder { /* Chrome */
  color: #fff;
}
.contact-us ::-ms-input-placeholder { /* IE 10+ */
  color:#fff;
}
.contact-us ::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.contact-us ::-moz-placeholder { /* Firefox 4 - 18 */
  color: #fff;
}
.contact-us textarea {
    min-height: 5em;
    resize: none;
}
.click{
    text-align: right;
}
.contact-us input[type="submit"] {
    font-size: 15px;
    text-decoration: none;
    border: none;
    padding: .6em 3em;
	font-weight: 600;
    outline: 0;
    background: #333;
    display: inline-block;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    letter-spacing: 1px;
    color: #fff;
    box-shadow: 4px 4px #aaa;
    -webkit-box-shadow: 4px 4px #aaa;
    -o-box-shadow: 4px 4px #aaa;
    -moz-box-shadow: 4px 4px #aaa;
    -ms-box-shadow: 4px 4px #aaa;
}
.contact-us input[type="submit"]:hover {
    color: #000;
    background:rgb(255, 255, 255);
}
.contact-us {
    padding: 3em 5em;
}
.contact_full{
    background: #188918;
	position: relative;
    margin: 6em 0 4em;
}
.map iframe {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    padding: 5px;
    border: 5px solid #d3d3d3;
    border-top: 5px solid #dc3545;
    border-bottom: 5px solid #dc3545;
}
.map {
    position: absolute;
    right: 3%;
    top: -10%;
    bottom: -10%;
	padding: 0;
}


/*-- //contact --*/

/* Extra Small Devices, Phones */




@media screen and (max-width: 736px) {
	.map {
		position: static;
		height: 300px;
	}
	.contact_full {
		margin: 1em 0 0;
	}
}
