* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.container-fluid {
    margin-left: 0;
}

.container-fluid img {
    right: 0;
    border-radius: 10px;
    margin-left: 10px;
}

.navbar-nav {
    justify-content: flex-end;
    text-align: right;
    display: flex;
}

.navbar-collapse {
    flex-grow: 0;
}

.navbar-nav li a:hover {
    border-radius: 10px;
    text-decoration: underline;
    cursor: pointer;
}

#main .carousel-inner img {
    max-width: 100%;
    max-height: 70vh;
    object-fit:contain;
    filter: grayscale(20%);
}
#carousel {
    position: relative;
}

.carousel-inner img {
    max-width: 100%;
}

#carousel .overlay {
    position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.5);
	color:white;
}

#carousel .overlay .container,
#carousel .overlay .row {
	height: 100%;
}

#historia {
    padding-top: 5px;
    padding-bottom: 10px;
	background-color: #343a40;
	color: white;
}

#historia img {
    border-radius: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
	max-width: 100%;
}

#place-time img {
	max-width: 100%;
}

#productos {
    justify-content: center;
    align-items: center;
    background-color: #343a40;
}

#productos .row small,h2 {
    color: white;
}

#sinterizado {
    background-color: #343a40;
    color: white
}

#sinterizado .container h3 {
    text-align: center;
}

#sinterizado .card-title {
    color: black;
}

#sinterizado img {
    height: 210px;
}

#repuestos {
    background-color: #343a40;
    color: white;
}

#repuestos .card-title {
    color: black;
}

#repuestos img {
    height: 210px;
}

.row {
    margin: 0;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    text-align: justify;
}

.card img {
    position: relative;
    max-width: 80%;
    background-color: rgba(0, 0, 0, 0.5);
}

.card {
    justify-content: center;
    align-items: center;
    display: flex;
}

.ubicacion {
    margin: 0;
    justify-content: center;
    align-items: center;
}

.ubicacion iframe {
    margin: 0;
    display: flex;
    justify-content: center;
    align-content: center;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}

.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

#footer {
    background: linear-gradient(rgb(0, 0, 58), rgb(0, 0, 32));
}

#footer .container {
    padding: 2%;
    font-size: 14px;
    color: white;
}

.whatsapp {
    display: none;
}

@media only screen and (max-width: 760px){
    .whatsapp {
        display: block;
        position:fixed;
        width:60px;
        height:60px;
        bottom:40px;
        right:40px;
        color:#FFF;
        border-radius:50px;
        text-align:center;
        font-size:30px;
        z-index:100;
    }
}
  
.whatsapp-icon {
    margin-top:13px;
}

#historia {
    text-align: justify;
}