* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body{
  font-family: 'Muli', sans-serif;
  /**background: white url('img/fondo.png');
  background-size: cover;
  background-attachment: fixed;*//
}

.contenedor{
  margin: auto;
  width: 90%;
  max-width: 1175px;
}

header{
  width: 100%;
  max-width: 1175px;
  padding: 25px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background: white;
  position: fixed;
  top: 0;
  z-index: 9999;
}

header .logo img:hover{
  opacity:.7;
}


header .menu a{
  color: #2c3460;
  text-decoration: none;
  margin-right:35px;
  font-size: 16px;
  padding: 25px 25px;
}

header .menu a:hover{
  color: white;
  text-decoration: none;
  margin-right:35px;
  font-size: 16px;
  background: #5392b2;
  padding: 25px 25px;
}

header .menu a:active{
  color: white;
  text-decoration: none;
  margin-right:35px;
  font-size: 16px;
  background: #5392b2;
  padding: 25px 25px;
}

.main .slide img{
}

.main .w3-row-paddingw3-section{
  margin-top: 35px;
    display: flex;
    flex-direction: row;
    margin-bottom: 30px;
}

.main .w3-row-paddingw3-section:hover{
  cursor: pointer;
}

.wp-caption {
position: relative;
padding: 0;
margin: 0;
margin-bottom: 50px;
}
.wp-caption img {
display: block;
max-width: 100%;
height: auto;
}
.wp-caption-text {
opacity: 0;
position: absolute;
width: 100%;
color: #fff;
left: 0;
bottom: 0;
padding: 0.75em 1em;
font-weight: 700;
z-index: 2;
-webkit-box-sizing: border-box;
box-sizing: border-box;
background-color: rgba(0,0,0,.7);
-webkit-transition: opacity .3s ease-in-out;
transition: opacity .3s ease-in-out;
}

.wp-caption:hover .wp-caption-text {
opacity: 1;
}

.direccion .direc{
  background: #484848;
  margin-bottom: 13px;
  margin-top: 100px;
  padding: 8px;
}

.direccion .direc p{
  color: white;
  font-size: 14px;
  text-align:right;
  margin: 3px;
}

.main{
  margin-top: 110px;
}

.main article .thumb{
  margin-bottom: 50px;
}

.main2 h1{
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 40px;
  text-align: center;
  color: #5392b2;
}

.main2 h1 span{
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 40px;
  text-align: center;
  color: #34627c;
}

.main2 p{
  margin-bottom: 50px;
  font-size: 14px;
  line-height: 27px;
  text-align: center;
  color: #484848;
}

.main33 .four{
  max-width: 100%;
  display: flex;
  flex-direction: row;
  margin-bottom: 50px;
}

.main33 .four img{
  max-width: 100%;
}


.main33 .four img:hover{
opacity: .6}

.main33 {
margin-bottom: 45px;
}

.main3 .mainpic{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  flex: 1 1 auto;
}

.main3 .maininfo{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex: 1 1 auto;
}

.main3 .maininfo .descripcion p{
  margin-bottom: 50px;
  font-size: 14px;
  line-height: 27px;
  text-align: center;
  color: #484848;
}

.main3 .mainpic .thumb2 img:hover{
  opacity: .7;
}

.main4 h2{
  font-weight: 600;
  margin-bottom: 30px;
  font-size: 40px;
  text-align: center;
  color: #484848;
}

.maintext{

}

#tech-slideshow {
    height: 200px;
    position: relative;
    overflow: hidden;
}
#tech-slideshow > div {
    height: 200px;
    width: 2526px;
    background: url(img/collage.png);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;

    -moz-transition:  opacity 0.5s ease-out;
       -o-transition: opacity 0.5s ease-out;
  -webkit-transition: opacity 0.5s ease-out;
      -ms-transition: opacity 0.5s ease-out;

    -webkit-animation: moveSlideshow 60s linear infinite;
    -moz-animation:    moveSlideshow 60s linear infinite;

}

@-webkit-keyframes moveSlideshow {
    0% { left: 0; }
    100% { left: -1684px; }
}
@-moz-keyframes moveSlideshow {
    0% { left: 0; }
    100% { left: -1684px; }
}

footer{
  margin-top: 5px;
  background: #34627c;
  padding: 20px;
  color: white;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.map{
  margin: 15px;
}

.map li{
  font-size: 14px;
  line-height: 20px;
}

.map li a{
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.map li a:visited{
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  color:white;
}

.map p{
  font-size: 35px;
  font-weight: bold;
}

.map2{
  margin: 15px;
}

.map2 li{
  font-size: 14px;
  line-height: 20px;
}

.map2 li a{
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.map2 li a:visited{
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  color:white;
}

.map2 p{
  font-size: 35px;
  font-weight: bold;
}

.map3{
  margin: 15px;
}

.map3 li{
  font-size: 14px;
  line-height: 20px;
}

.map3 li a:visited{
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  color:white;
}

.map3 p{
  font-size: 35px;
  font-weight: bold;
}

footer .map a{
color:white;
}

footer .map a:visted{
color:white;
}

.contactofooter{
  margin: 15px;
}

.contactofooter li{
  list-style-type: none;
  font-size: 14px;
  line-height: 27px;
}

.contactofooter li a{
  list-style-type: none;
  font-size: 14px;
  line-height: 27px;
  color:white;
}

  .credits a{
  text-decoration: none;
  color:white;
}

.credits a:visited{
text-decoration: none;
color:white;

}

.contactofooter li span{
  list-style-type: none;
  font-size: 14px;
  line-height: 27px;
}

.contactofooter p{
  font-size: 35px;
  font-weight: bold;
}
.credits{
    margin-top: 5px;
    background: #34626c;
    padding: 20px;
    color: white;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.credits p{
  font-size: 14px;
}

.redesfooter{
  padding: 3px;
}

.redesfooter a{
  padding: 15px;
}

@media screen and (max-width: 768px){
  header{
    flex-direction: column;
    max-width: 768px;
  }

  header .logo img{
    margin-bottom: 20px;
  }

  header .menu a{
    color: #484848;
    text-decoration: none;
    margin-right:35px;
    font-size: 13px;
    padding: 20px 20px;
  }

  header .menu a:hover{
    color: #34627c;
    text-decoration: none;
    margin-right:35px;
    font-size: 13px;
    padding: 20px 20px;
  }

  header .menu a:active{
    color: #34627c;
    text-decoration: none;
    margin-right:35px;
    font-size: 13px;
    padding: 20px 20px;
  }

  .main2 h1{
    font-size: 30px;
  }

  .main2 h1 span{
    font-size: 30px;
  }

  .main3 .mainpic .thumb2 img{
  max-width: 220px;
  }

  .main3 .maininfo .descripcion p{
  color:transparent;
  font-size:.1px;
  margin-bottom: 1px;
      }

  .main4 h2{
    font-size: 30px;
  }

  .map p{
    font-size: 15px;
    font-weight: bold;
  }

  .map ul li{
    font-size: 8px;
  }

  .map2 p{
    font-size: 20px;
    font-weight: bold;
  }

  .map3 p{
    font-size: 20px;
    font-weight: bold;
  }

  .contactofooter p{
    font-size: 15px;
    font-weight: bold;
  }

  .contactofooter ul li{
    font-size: 12px;
  }

  .contactofooter ul li a{
    font-size: 12px;
  }


}

@media screen and (max-width: 411px){

  header{
    flex-direction: column;
    flex-wrap: wrap;
    max-width: 768px;
  }

  header .logo img{
    margin-bottom: 20px;
  }

  header .menu a{
    color: #484848;
    text-decoration: none;
    margin-right:20px;
    font-size: 13.5px;
    padding: 0px;
    background: transparent;
  }

  header .menu a:hover{
    text-decoration: none;
    margin-right:20px;
    font-size: 13.5px;
    padding: 0px;
    background: transparent;
  }

  header .menu a:active{
    text-decoration: none;
    margin-right:20px;
    font-size: 13.5px;
    padding: 0px;
    background: transparent;
  }

  .main33 .four img{
    max-width: 120px;
    max-height: 217px;
  }

  .maintext p{
    font-size: 12px;
  }

  .main2 h1{
    font-size: 22px;
  }

  .main2 h1 span{
    font-size: 22px;
  }

  .main2 p{
    font-size:13px;
  }

  .main3 .mainpic .thumb2 img{
  max-width: 220px;
  }

    .main3 .mainpic{
      display: flex;
      flex-direction: column;
      justify-content: space-between;
  }

  .main3 .maininfo .descripcion p{
  color:transparent;
  font-size:.1px;
  margin-bottom: 1px;
      }

  .main4 h2{
    font-size: 22px;
  }

  .map p{
    font-size: 20px;
    font-weight: bold;
  }

  footer .map a{
color:white;
  }

  footer .map a:visted{
color:white;
  }

  .map2 p{
    font-size: 20px;
    font-weight: bold;
  }

  .map3 p{
    font-size: 20px;
    font-weight: bold;
  }

  .contactofooter p{
    font-size: 20px;
    font-weight: bold;
  }

  footer{
    display: flex;
    flex-direction: column;
    text-align: center;
  }

  @media screen and (max-width: 360px){

    header{
      flex-direction: column;
      flex-wrap: wrap;
      max-width: 768px;
    }

    header .logo img{
      margin-bottom: 20px;
    }

    header .menu a{
      color: #484848;
      text-decoration: none;
      margin-right:20px;
      font-size: 13.5px;
      padding: 0px;
      background: transparent;
    }

    header .menu a:hover{
      text-decoration: none;
      margin-right:20px;
      font-size: 13.5px;
      padding: 0px;
      background: transparent;
    }

    header .menu a:active{
      text-decoration: none;
      margin-right:20px;
      font-size: 13.5px;
      padding: 0px;
      background: transparent;
    }

    .main33 .four img{
      max-width: 103px;
      max-height: 186px;
    }

    .maintext p{
      font-size: 12px;
    }

    .main2 h1{
      font-size: 22px;
    }

    .main2 h1 span{
      font-size: 22px;
    }

    .main2 p{
      font-size:13px;
    }

    .main3 .mainpic .thumb2 img{
    max-width: 220px;
    }

      .main3 .mainpic{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .main3 .maininfo .descripcion p{
    color:transparent;
    font-size:.1px;
    margin-bottom: 1px;
        }

    .main4 h2{
      font-size: 22px;
    }

    .map p{
      font-size: 20px;
      font-weight: bold;
    }

    footer .map a{
  color:white;
    }

    footer .map a:visted{
  color:white;
    }

    .map2 p{
      font-size: 20px;
      font-weight: bold;
    }

    .map3 p{
      font-size: 20px;
      font-weight: bold;
    }

    .contactofooter p{
      font-size: 20px;
      font-weight: bold;
    }

    footer{
      display: flex;
      flex-direction: column;
      text-align: center;
    }

    @media screen and (max-width: 374px){

      header{
        flex-direction: column;
        flex-wrap: wrap;
        max-width: 768px;
      }

      header .logo img{
        margin-bottom: 20px;
      }

      header .menu a{
        color: #484848;
        text-decoration: none;
        margin-right:20px;
        font-size: 13.5px;
        padding: 0px;
        background: transparent;
      }

      header .menu a:hover{
        text-decoration: none;
        margin-right:20px;
        font-size: 13.5px;
        padding: 0px;
        background: transparent;
      }

      header .menu a:active{
        text-decoration: none;
        margin-right:20px;
        font-size: 13.5px;
        padding: 0px;
        background: transparent;
      }

      .main33 .four img{
        max-width: 111px;
        max-height: 201px;
      }

      .maintext p{
        font-size: 12px;
      }

      .main2 h1{
        font-size: 22px;
      }

      .main2 h1 span{
        font-size: 22px;
      }

      .main2 p{
        font-size:13px;
      }

      .main3 .mainpic .thumb2 img{
      max-width: 220px;
      }

        .main3 .mainpic{
          display: flex;
          flex-direction: column;
          justify-content: space-between;
      }

      .main3 .maininfo .descripcion p{
      color:transparent;
      font-size:.1px;
      margin-bottom: 1px;
          }

      .main4 h2{
        font-size: 22px;
      }

      .map p{
        font-size: 20px;
        font-weight: bold;
      }

      footer .map a{
    color:white;
      }

      footer .map a:visted{
    color:white;
      }

      .map2 p{
        font-size: 20px;
        font-weight: bold;
      }

      .map3 p{
        font-size: 20px;
        font-weight: bold;
      }

      .contactofooter p{
        font-size: 20px;
        font-weight: bold;
      }

      footer{
        display: flex;
        flex-direction: column;
        text-align: center;
      }



}
