@charset "UTF-8";
/* CSS Document */

#wrapper-main {
  height: 100%;
  margin: auto;
  width: 100%;
}

#main {
  max-width: 1100px;
  background-color: #fff;
  height: 100%;
  margin: auto;
  padding-bottom: 20px;
  padding-top: 40px;
  text-align: center;
  width: 100%;

}

#contenido {
  box-sizing: border-box;
  float: right;
  padding-bottom: 30px;
  padding-right: 30px;
  padding-top: 5px;
  position: relative;
  width: 70%;

}

#productos {
  box-sizing: border-box;
  padding-bottom: 30px;
  padding-right: 30px;
  padding-top: 5px;
  position: relative;
}

.titulo {color: #1c75bc;
font-family: "Roboto",sans-serif;
font-size: 3em;
line-height: 1.5em;}

.three-col {
  -moz-box-pack: center;
  clear: both;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow: hidden;
  text-align: center;
}

.three-col .col {
  box-sizing: border-box;
  display: inline-block;
  margin: 30px 0;
  padding: 0 10px;
  position: relative;
  text-align: center;
  width: 33.3%;
}

.col img {
  border-color: #eeeeee;
}
img {
  height: auto;
  max-width: 100%;
}

aside {
  margin-left: 40px;
  padding: 10px 10px 0;
  position: relative;
  width: 20%;


}

div.pic {
  clear: both;
  width: 100%;
  float: right;
}

#main aside ul {
  padding-left: inherit;
  padding-top: 15px;
}

aside li{
    text-align: left;
}

aside li a {
  font-size: 15px;
  color: #969595;
  text-decoration: none;
  text-align: left;
  font-weight: lighter;
  line-height: 25px;
}

aside li a:hover {
color: #5b5b5b; 
}

li.activo a{
  color: #2074c2;
}


p.btn-pdtos {
  font-family: 'Roboto', sans-serif;
  margin-bottom: 0;
  color: #5b5b5b;
  text-decoration: none;
  font-size: 25px;
  font-weight: lighter;
  line-height: 30px;
}

p.btn-pdtos2 {
  font-size: 17px;
  font-weight: lighter;
  line-height: 35px !important;
  padding-left: 60px;
  text-align: left;
}

p.btn-pdtos2 a{
  color: #5b5b5b;
  text-decoration: none;
}

p.btn-pdtos2 a:hover{
  color: #2074c2;
}

p.btn-pdtos {
 margin-top: 0px;
}

p.btn-ver a{
  font-size: 17px;
  text-align: center;
  color: #26aae1;
  text-decoration: none;
}

p.btn-ver a:hover{
  color: #2074c2;
}



img { max-width:100%; height:auto; }

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

    p.btn-pdtos2 {padding-left: 20px;}
  }


img { max-width:100%; height:auto; }

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

    .three-col .col{width: 40%;}
  }

  img { max-width:100%; height:auto; }

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

    #contenido{width: 95%;float: inherit; margin:auto; padding-bottom: inherit;}
    aside { width: 95%; margin-left: inherit;}
    h1 {font-size: 35px; line-height: 45px;}
    hr {width: 100%; margin:auto;clear: both;}
  }

  img { max-width:100%; height:auto; }

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

    .three-col .col{width: 45%;}
  }

  img { max-width:100%; height:auto; }

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

    .three-col .col{
      width: 95%;
      margin: 0px;
    }

  #main {
    padding-top: 0px;
  }

  ul.three-col {
    padding-left: 0px;
  }

    p.btn-pdtos2 {padding-left: 80px;}

 
  }

  img { max-width:100%; height:auto; }

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

    p.btn-pdtos2 {padding-left: 25px;}

  }
