/*!
 * Start Bootstrap - Scrolling Nav (https://startbootstrap.com/template/scrolling-nav)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-scrolling-nav/blob/master/LICENSE)
 */


 body {font-family: Arial, Helvetica, sans-serif;}

#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
#imgLogo{
  width:50%;

}
#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 150px; /* Location of the box */
  left: 0;
  top: 0;
  margin: auto;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width:100%;
  height: 100%;
  max-width: 500px;
  max-height: 500px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: fixed;
  top: 110px;
  right: 200px;
  color:white;
  font-size: 60px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
section {
margin-top:90px;
padding: 40px;

}
#imgProducto
{
  width:450px;
  height:450px;  
}
#imgProductoRep{
  width:400px;
  height:500px;  
}
nav
{
 background-color: red;
}
main
{
margin:auto;
background-color: black;
}
#btnRepuestos
{
  color: white;
  font-weight: bold;
  font-size: 12px;
}
#txtAdicional{

color: white;
font-size: 16px;
}
h5
{
  font-size:14px;
}
p
{
font-size:12px;
}
a{
  font-size: 18px;
  color:white;
  text-decoration: none;
  padding: 5px;
  
}
a:hover{
  background-color: black;
  color:white;
  text-decoration: none;
  padding: 5px;
}
footer {
  position: absolute;
  padding:25px;
  left: 0;
  top:10;
  width: 100%;
  min-height: 110px;
  background-color:#263238;
  color: white;
  text-align: center;
  margin:auto;
}
footer p
{
  font-size:18px;
}
.btn-hover {

  color: white;
  cursor: pointer;
  background-color: red;
  border-color: transparent;
}

.btn-hover-alt {
  font-weight: bold;
  color:wheat;
  cursor: pointer;
  background-color: red;
  border-color: transparent;
}


/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 1080px)  {
    body {font-family: Arial, Helvetica, sans-serif;}

#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
#imgLogo{
  width:50%;

}
#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top:200px; /* Location of the box */
  left: 0;
  top: 0;
  margin: auto;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width:100%;
  height: 100%;
  max-width: 800px;
  max-height: 800px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: fixed;
  top: 115px;
  right: 100px;
  color:white;
  font-size: 70px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: red;
  text-decoration: none;
  cursor: pointer;
}
section {

padding:20px;
}
#imgProducto
{
  width: 300px;  
  height: 250px;  
}
#imgProductoRep{
  width:400px;
  height:500px;  
}
nav
{
 background-color: red;
}
main
{
margin:auto;
background-color: black;
}
#btnRepuestos
{
  color: white;
  font-weight: bold;
  font-size: 12px;
}
#txtAdicional{

color: white;
font-size: 16px;
}
h5
{
  font-size:14px;
}
p
{
font-size:12px;
}
a{
  font-size: 18px;
  color:white;
  text-decoration: none;
  padding: 5px;
  
}
a:hover{
  background-color: black;
  color:white;
  text-decoration: none;
  padding: 5px;
}
footer {
  position: absolute;
  padding:25px;
  left: 0;
  top:104;
  width: 100%;
  min-height: 110px;
  background-color:#263238;
  color: white;
  text-align: center;
  margin:auto;
}
footer p
{
  font-size:18px;
}
.btn-hover {

  color: white;
  cursor: pointer;
  background-color: red;
  border-color: transparent;
}

.btn-hover-alt {
  font-weight: bold;
  color:wheat;
  cursor: pointer;
  background-color: red;
  border-color: transparent;
}
}