/* YOUR CUSTOM STYLES */

body{
	font-family: 'Open Sans', sans-serif;
}

h1,h2,h3,h4,h5,h6,dl,a{
	color: #555555;
}

h1,h2,h3,h4,h5{
		font-family: 'Oswald', sans-serif;
}


html,
body,
header,
#intro {
	width: 90%;
	margin:auto;
	margin-top: 17px;
}
/* Principal */
@media screen and (max-width: 750px) {
	#intro{
		width: 90% !important;
		margin-left: auto !important;
		margin-top: 40px !important;
		margin-right: auto !important;
	}
}

/* imagenes de pag principal */
#img1{
	background-image: url('/gas/resources/img/img1.jpg') !important;
	/* url('/gas/resources/img/img1.jpg') !important; */
	/* width: 100%; */
}

/* barnav*/
.double-nav a{
	font-size: 17px;
}
.navbar-expand-md .navbar-nav .nav-link{
	padding-right: 1.5rem;
}

.navbar {
	background: linear-gradient(to right, #fc3, #f08014);
	font-size: 90% !important;
}

.btn-collapse {
	display: none;
}
.dropdown-menu a {
	font-size: 80% !important;
}
@media screen and (max-width: 750px) {
	.navbar .collapse {
		display: none;
	}
	.btn-collapse {
		display: flex;
	}
	.side-nav {
		width: 40% !important;
		white-space: nowrap;
	}
	.side-nav span{
		font-size: 70%;
	}
	.side-nav .side-item {
		margin: 0;
		padding: 0;
	}
}
@media screen and (max-width: 320px) {
	.navbar-brand img {
		height: 20px;
	}
	.side-nav {
		width: 50% !important;
	}
}

/* Style de detalle de producto */
.img {
	width: 800px;
	height: 540px;
	max-width: 100%;
}
.zoom {
	transition: transform .2s;
}
.zoom:hover {
	transform: scale(1.5);
}
@media screen and (max-width: 900px) {
	.zoom {
		transition: none;
	}
	.zoom:hover {
		transform: none;
	}
}
@media screen and (max-width: 683px) {
	.zoom {
		transition: none;
	}
	.zoom:hover {
		transform: none;
	}
}

.fondo_det{
	/* background-color: #F0E5D7; */
	padding: 20px !important;
	border-radius: .50rem;
}
.detalle .nav-link:hover,.detalle .active{
	background-color: #f08014;
	color: #ffffff;
}
.detalle .nav-link:focus {
	background-color: #f08014;
	color: #ffffff;
}



/* imagen del producto */

.card-img-top{
	height: 100% !important;
	max-width: 100% !important;
}

.det_img {
	/* width: 280px; */
	/* height: 395px; */
	/* margin-left:50%; */
	/* margin-right:auto; */
	display:inline-block;
	/* margin-top:10px; */
	max-width: 100%;
}

.carousel-img{
	/* margin-left: 30%; */
}

.carousel-indicators{
	margin-left: 70%;
}

.cuadrado-2 {
	border:solid 1px grey;
	display:inline-block;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width: 100%;
	height: auto;
	/* height: 400px; */
}
.cuadrado-1 {
	/* border:solid 1px grey; */
	display:inline-block;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width: 100%;
	height: 80px;
}
.card_abs{
	position: absolute !important;
	/* display:inline-block; */
	margin-left:auto;
	margin-right:auto;
}

section #best-features .img-fluid{

}

section .contact{
	background-color: #fdca33;
}
section .contact i{
	color: #555550;
}

/* img.img-fluid{
	width: 100px;
	margin-left: 30%;
} */
