body {
  background-image: url(../Imagenes/background.svg);
  background-attachment: fixed;
  background-origin: border-box;
  background-size: contain;
  height: 100%;
  font-family: 'Fira Sans', sans-serif;
}

nav.navbar {
  border-bottom: 1px solid #FF5300;
}

a.navbar-brand>img.logo {
  /* margin-right: -282px; */
  width: 65%;
  /* margin-top: 1vw; */
}

@media screen and (max-width: 350px) {
  a.navbar-brand>img.logo {
    width: 90%;
  }
}

.btn-blue {
  background: #2d2384;
  color: #fff;
  /* /padding: 2rem !important; */
  font-size: 60px;
  
}

.btn-blue:hover {
  background: #171241;
  color: rgb(155, 177, 218);
  /* /padding: 2rem !important; */
  font-size: 60px;
  
}

.btn-ora {
  background: #f34213;
  color: #fff;
}

.btn-ora.btn:focus {
  box-shadow: 0 0 0 0.2rem #f3421340;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  margin-top: 32px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
  margin-left: -80px;
  padding: 8px 8px 8px 0px;
  width: 350px;
  border-radius: 10px;
}

.dropdown-item {
  text-align: right;
  padding: 5px 15px 5px 5px;
  margin-right: 15px;


}

.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}

.dropdown-submenu>a:after {
  display: block;
  content: " ";
  float: left;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #f34213;
  margin-top: 5px;
  margin-right: -10px;
  margin-left: 20px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

.dropdown-submenu:hover>a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

.scrollable-menu {
  height: auto;
  max-height: 350px;
  overflow-x: hidden;
}

.adress-submenu {
  margin-left: -100px;
  padding: 8px 8px 8px 8px;
  width: 225px;
  border-radius: 10px;
}

.sites-submenu {
  margin-left: -102px;
  padding: 8px 8px 8px 0px;
  width: 280px;
  border-radius: 10px;
}

img.eco {
  width: 16%;
  height: 25%;
  /* margin-left: 30px; */
  margin-top: 10px;
  float: left;
  margin-right: 79px;
}

ul.navbar-nav {
  font-size: 20px;
  font-weight: 500;
  margin-right: 20px;
  margin-left: 10px;
  /* text-align: right; */
}

address>div.direccion {
  text-align: right;
  color: #2d2384;
  font-size: 15px;
  padding-right: 0px;
  line-height: 20px;
  display: grid;
}

address>div.direccion a {
  color: #2d2384;

}

a:link {
  text-decoration: none;
}

/* comienza cuerpo de pagina */

div.main {
  margin-top: 80px;
  margin-bottom: 10px;
}

section.titulo {
  margin-top: 10%;
  margin-left: 5%;
  margin-right: 5%;
  text-align: justify;
}

section.titulo>h1 {
  text-align: center;
  font-weight: 700;
  color: #f34213;
  font-size: 58px;
}

section.titulo>p {
  text-align: center;
  font-weight: 200;
  color: #2d2384;
  font-size: 33px;
}

@media screen and (max-width:1120px) {

  div.main {
    margin-top: 11%;
  }

  section.titulo>h1 {
    font-size: 55px;
  }
}

@media screen and (max-width:952px) {

  div.main {
    margin-top: 13%;
  }
}

@media screen and (max-width:760px) {

  div.main {
    margin-top: 31%;
  }
}

@media screen and (max-width:530px) {

  div.main {
    margin-top: 35%;
  }
}

@media screen and (max-width:425px) {

  div.main {
    margin-top: 45%;

  }

  section.titulo>h1 {
    font-size: 30px;
    padding-top: 10%;
  }

  div.direccion {
    margin-right: 20px;
    margin-top: -10px;
  }
}

div.productos>img {
  border: 5px solid #f0433ab3;
  border-radius: 15px;
  box-shadow: 2px 3px rgba(50, 50, 50, 0.6);
  width: 100%;
  height: 100%;
}

img.ficha-tecnica {
  width: 100%;
  height: 100%;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}

@media only screen and (max-width: 995px) {
  .display-imagenes {
    border-right: none;
  }
}

.catalogo {
  padding-bottom: 20px;
  padding-top: 20px;
  border-bottom: 2px solid #FF5300;
}

h2.subtitle {
  color: #2d2384;
  margin-top: 10px;
  font-weight: bold;
  text-align: center;
}

table {
  table-layout: fixed;
}

a.button>img {
  padding: 0px;
  border: 0px;
  border-radius: 23px;
  border: 0px;
  align-items: center;
  transition: all 0.2s ease;
  cursor: pointer;
  opacity: 1;
  background-color: rgb(255, 110, 0, );
  width: 100%;
  height: 100%;

}

a.button>img:hover {
  opacity: 0.8;
  transform: translateY(1px);
}


a.button>img:active {
  background-color: rgb(255, 40, 0);
  box-shadow: 0 4px rgb(180, 20, 8);
  transform: translateY(2px);
}

.request {
  margin-top: 20px;
  border-top: 2px solid #FF5300;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #2c1d88;
  color: white;
  text-align: center;

}

/* termina cuerpo de pagina */

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px;

  /* Vertically center the text there */
  background-color: rgba(248, 249, 250, 1);
  font-size: 15px;
  color: rgba(63, 70, 87, 1);
  border-top: 1px solid #FF5300;
  padding-right: 10px;
}

footer h4 {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 0px;
  color: black;
}

footer h5 {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 0px;
  color: black;
}

footer h6 {
  font-size: 10px;
  margin-bottom: 0px;
}

h6 a {
  color: rgba(63, 70, 87, 1);
}

.caracteristicas>h6 {
  font-size: 14px;
  color: #FF5300;
}

.caracteristicas>h6>ul {
  padding-left: 20px;
}

body>.container {
  padding: 5px 15px 0;
}

.footer>.container {
  padding-top: 10px;
  padding-right: 0px;
  padding-left: 15px;
  text-align: right;
  margin-right: 50px;
}

code {
  font-size: 80%;
}

.tags {
  font-size: 1.5em;
}

.tags-col {
  align-self: center;
}

ul>li.list-about {
  font-size: 15px;
  text-align: left;
  margin-left: 40px;
}
