@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;700;900&display=swap');
/* Font Family */
* {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  background: transparent;
  color: #262e33; }

body {
  background-color: #fafafa;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; }

#header {
  background: #a52a2a;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: stretch;
  align-items: center;
  /***headerlogo***/ }
  #header #headerlogo {
    width: 100%;
    position: fixed;
    top: 0;
    background: brown;
    z-index: 3000;
    /*** headertop***/ }
    #header #headerlogo #headerTop {
      width: 75%;
      padding: 0 0rem;
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: space-between;
      align-content: stretch;
      align-items: center; }
      #header #headerlogo #headerTop #logo .material-icons {
        display: none; }
      #header #headerlogo #headerTop #logo a {
        text-decoration: none; }
        #header #headerlogo #headerTop #logo a strong {
          text-shadow: 3px 2px 4px #0e0000;
          font-size: 2.8rem;
          font-weight: 900;
          color: #cccc66; }
    #header #headerlogo #headerTop #mainmenu ul {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: flex-end;
      align-content: stretch;
      align-items: center; }
      #header #headerlogo #headerTop #mainmenu ul li a {
        color: #fafafa;
        font-weight: bold;
        text-transform: uppercase;
        border-right: 0.05em #a6a429 solid; }
      #header #headerlogo #headerTop #mainmenu ul li a:hover {
        background: #a6a429;
        color: #262e33; }
    #header #headerlogo #headerTop #mainmenu ul li.item-101 a {
      border-left: 0.05em #a6a429 solid; }
    #header #headerlogo #headerTop #mainmenu ul li.item-109 {
      display: none; }

.mod-list li {
  padding: 0 0; }

.mod-list li.active > a {
  text-decoration: none; }

.mod-list li a:hover {
  text-decoration: none; }

#parallaxHeader {
  height: 650px;
  position: relative;
  overflow: hidden;
  width: 100%; }
  #parallaxHeader .parallax {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  #parallaxHeader .parallax img {
    opacity: 0;
    position: absolute;
    left: 50%;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  #parallaxHeader #hpheader {
    padding-top: 2rem;
    padding-bottom: 4rem;
    width: 75%;
    margin: 200px auto 0 auto;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.4);
    position: relative; }
    #parallaxHeader #hpheader #ph1 {
      text-shadow: 3px 2px 4px #0e0000;
      font-size: 2.8rem;
      color: #fff;
      font-weight: 900; }
      #parallaxHeader #hpheader #ph1 strong {
        color: #cccc66 !important;
        font-weight: 900; }
    #parallaxHeader #hpheader .ph2 {
      color: #fff;
      font-size: 1.4rem;
      width: 90%;
      margin: 0 auto;
      text-align: center;
      letter-spacing: 0.02rem;
      font-weight: 600;
      line-height: 1.7rem; }
      #parallaxHeader #hpheader .ph2 strong {
        color: #cccc66 !important;
        font-weight: 900; }
    #parallaxHeader #hpheader .boton {
      margin: 2rem auto 0 auto; }

#parallaxHeader2 {
  position: relative;
  overflow: hidden;
  height: 280px;
  width: 100%; }
  #parallaxHeader2 .parallax {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  #parallaxHeader2 .parallax img {
    opacity: 0;
    position: absolute;
    left: 50%;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  #parallaxHeader2 #hpheader {
    padding-top: 1rem;
    padding-bottom: 1rem;
    width: 75%;
    margin: 75px auto 0 auto;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.4);
    position: relative; }
    #parallaxHeader2 #hpheader #ph1 {
      text-shadow: 3px 2px 4px #0e0000;
      font-size: 2.8rem;
      color: #fff;
      font-weight: 900; }
      #parallaxHeader2 #hpheader #ph1 strong {
        color: #cccc66 !important;
        font-weight: 900; }
    #parallaxHeader2 #hpheader .ph2 {
      color: #fff;
      font-size: 1.4rem;
      width: 90%;
      margin: 0 auto;
      text-align: center;
      letter-spacing: 0.02rem;
      font-weight: 600;
      line-height: 1.7rem; }
      #parallaxHeader2 #hpheader .ph2 strong {
        color: #cccc66 !important;
        font-weight: 900; }

#footer {
  background: #262e33;
  height: auto;
  width: 100%;
  overflow: auto; }
  #footer * {
    color: #fafafa; }
  #footer .first {
    width: 75%;
    height: 100%;
    padding-left: 0;
    padding-top: 2rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: flex-start; }
    #footer .first .empresa {
      padding-top: 2rem;
      padding-left: 0; }
      #footer .first .empresa p {
        margin-top: 0;
        font-size: 1.2rem;
        line-height: 1.2rem;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: stretch;
        align-items: center; }
        #footer .first .empresa p a {
          text-decoration: none;
          text-shadow: 3px 2px 4px #0e0000; }
          #footer .first .empresa p a strong {
            font-weight: 900;
            font-size: 2.1rem;
            color: #2976a6; }
        #footer .first .empresa p .material-icons {
          margin-right: 0.5rem;
          margin-top: 0.3rem;
          font-size: 32px;
          color: #cccc66; }
  #footer .contacto p {
    text-align: center; }
    #footer .contacto p a {
      font-size: 32px;
      color: #cccc66; }
      #footer .contacto p a i.material-icons {
        font-size: 60px;
        color: #cccc66; }
  #footer .contacto ul {
    margin-top: -2rem; }
    #footer .contacto ul li {
      text-align: center;
      line-height: 3rem; }
      #footer .contacto ul li a {
        font-size: 1.2rem;
        padding: 0 0; }
  #footer .mapa {
    text-align: right;
    padding-top: 2rem; }
    #footer .mapa img {
      width: 80%;
      height: auto; }
  #footer .copy {
    color: #a6a429;
    font-size: 12px;
    background: #a52a2a; }
    #footer .copy a {
      text-decoration: none;
      color: #fafafa; }

/************************************************* MAIN ********************************/
main {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: stretch;
  align-items: center; }
  main #contentmain {
    width: 76%;
    padding: 0 0rem; }

#breadcrum {
  float: left;
  width: 100%; }
  #breadcrum * {
    background: transparent; }
  #breadcrum nav {
    height: 30px;
    line-height: 30px; }
    #breadcrum nav a {
      color: #2976a6; }

article {
  padding-bottom: 3rem; }
  article .article-info {
    display: none; }
  article h2 {
    text-align: center;
    color: #2976a6;
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0.05rem; }
  article h3 {
    text-align: center;
    color: #a6a429;
    text-transform: uppercase;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.05rem; }
  article p {
    font-size: 1.2rem;
    color: #262e33;
    text-align: justify; }
    article p strong {
      color: #2976a6;
      font-weight: bold; }

a.btn {
  background: #2976a6;
  font-size: 1.6rem;
  border-radius: 0.5rem;
  padding: 0.7rem 1.5rem 0.7rem 1.5rem;
  height: auto;
  font-weight: bold;
  color: #fafafa; }

.pagenavigation {
  display: none; }

/**************************************************** INICIO ***************************/
#contentArticleInicio {
  padding-top: 2.4rem; }
  #contentArticleInicio .left {
    padding-right: 1rem; }
    #contentArticleInicio .left div {
      padding: 2rem 2rem;
      border-top: 15px #a52a2a solid;
      border-bottom: 15px #a52a2a solid;
      min-height: 425px;
      background: url('../img/contrucciones_de_madera_en_bilbao.jpg');
      background-size: cover; }
      #contentArticleInicio .left div h3 {
        text-align: center;
        color: #fafafa;
        text-transform: uppercase;
        font-size: 1.6rem;
        font-weight: bold;
        letter-spacing: 0.05rem; }
      #contentArticleInicio .left div p {
        color: #fafafa;
        text-align: justify;
        font-style: italic; }
        #contentArticleInicio .left div p strong {
          color: #cccc66; }
      #contentArticleInicio .left div .boton {
        text-align: center; }
        #contentArticleInicio .left div .boton .btn {
          background: #a6a429;
          color: #fafafa; }
        #contentArticleInicio .left div .boton .btn:hover {
          background: #2976a6;
          color: #fafafa; }
  #contentArticleInicio .right {
    padding-left: 1rem; }
    #contentArticleInicio .right div {
      padding: 2rem 2rem;
      border-top: 15px #a52a2a solid;
      border-bottom: 15px #a52a2a solid;
      min-height: 425px;
      background: #512f2f;
      background: url('../img/muebles_de_madera_en_bilbao.jpg');
      background-size: cover; }
      #contentArticleInicio .right div h3 {
        text-align: center;
        color: #fafafa;
        text-transform: uppercase;
        font-size: 1.6rem;
        font-weight: bold;
        letter-spacing: 0.05rem; }
      #contentArticleInicio .right div p {
        color: #fafafa;
        text-align: justify;
        font-style: italic; }
        #contentArticleInicio .right div p strong {
          color: #57bbf9; }
      #contentArticleInicio .right div .boton {
        text-align: center; }
        #contentArticleInicio .right div .boton .btn {
          background: #2976a6;
          color: #fafafa; }
        #contentArticleInicio .right div .boton .btn:hover {
          background: #a6a429;
          color: #262e33; }
  #contentArticleInicio .portadamed {
    padding-top: 2rem; }
    #contentArticleInicio .portadamed p {
      font-size: 1.5rem; }
    #contentArticleInicio .portadamed ul {
      padding-left: 2rem; }
      #contentArticleInicio .portadamed ul li {
        list-style-type: square;
        font-size: 1.5rem; }
  #contentArticleInicio .presu {
    text-align: center;
    padding: 2rem 0; }

/***************************** CONTACTO *****************************************/
#contentArticleContacto .left div p {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: center; }
  #contentArticleContacto .left div p .material-icons {
    margin-right: 0.5rem; }
#contentArticleContacto .right .btenable {
  visibility: hidden; }
#contentArticleContacto .right .btnnone {
  visibility: visible; }

/**************************** contrucciones ******************************/
#contruccion .m6 {
  padding: 0.5rem; }
  #contruccion .m6 .entry {
    padding: 0.5rem; }
    #contruccion .m6 .entry h3 {
      color: #a52a2a;
      border: 1px #a52a2a solid;
      border-bottom: none;
      padding: 1.5rem;
      border-radius: 0.5rem 0.5rem 0 0; }
      #contruccion .m6 .entry .contai img {
        width: 100%;
        height: auto;
        position: relative;
        border: 1px #a52a2a solid;
        border-top: none;
        border-bottom: none; }
      #contruccion .m6 .entry .contai .overlay {
        display: none;
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        background-color: #2976a6;
        background-image: linear-gradient(to bottom right, #262e33, #2976a6);
        opacity: 0.3;
        overflow: hidden;
        width: 0%;
        height: 340px;
        transition: 0.3s ease;
        margin-top: -340px; }
    #contruccion .m6 .entry .contai:hover .overlay {
      border-radius: 50%;
      width: 100%;
      opacity: 5%; }
    #contruccion .m6 .entry p {
      color: #262e33;
      border: 1px #a52a2a solid;
      border-top: none;
      padding: 1.2rem;
      border-radius: 0 0 0.5rem 0.5rem;
      text-align: left;
      min-height: 100px;
      box-sizing: border-box; }
