body{
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
}
.contenedorCentrar{
  width: 1349px;
  margin: 0 auto;
  box-shadow: 0 0 3px 0px #00000082;
}
.contLWM{
  background-image: url("../img/fondoLogo.png");
  height: 160px;
background-repeat: no-repeat;
z-index: 212;
position: absolute;
    width:1349px;
        top: 0;
}
.logo{
  float:left;
      padding: 25px;
}
.contWM{
  float: right;
  display: flex;
align-items: center;
    padding: 25px
}
.w{
  display: flex;
align-items: center;
margin-right: 60px;
}
.w img{
      margin-right: 10px;
}
.w p{
  color: #fff;
  font-size: 13px;
}
.w > p > span{
  font-size: 19px;
}
nav.ocultoM{
  background-color: #fff;
padding: 41px 0 20px 0;
z-index:5;
transform:translateY(-191px)rotateX(-59deg);
position:absolute;
width: 100%;
box-sizing: border-box;
box-shadow: 0 0 13px black;
    max-width: 1346px;
}
nav.ocultoM > ul{
  margin: 0;
  padding: 0;

}
nav.ocultoM > ul > li{
      list-style: none;
      padding:2px 20px;
      box-sizing: border-box;
}
nav.ocultoM > ul > li:nth-child(2){
  padding: 0;
  box-sizing: border-box;
}
nav.ocultoM > ul > li:nth-child(2) > a{
  padding-left: 20px;
  box-sizing: border-box;
}
nav.ocultoM > ul > li > a{
  text-decoration: none;
  color:#777777;
  font-size: 26px;
}
nav.ocultoM > ul > li > ul{
list-style: none;
margin: 0;
padding: 0;
}
nav.ocultoM > ul > li > ul > li{
  background-image: url("../img/puntoLI.png");
  background-repeat: no-repeat;
  background-position: 34px 7px;
  box-sizing: border-box;
}
nav.ocultoM > ul > li > ul > li:hover{
  background-color: #D9D9D9;
}
nav.ocultoM > ul > li > ul > li > a{
  text-decoration: none;
  color:#777777;
  font-size: 16px;
  padding: 5px 0  5px 46px;
}
nav.ocultoM > ul > li > a:hover{
  color:#fdba49;
}

nav.ocultoMAn{
  background-color: #fff;
padding: 41px 0 20px 0;
z-index:202;
transform:translateY(3px)rotateX(0deg);
position:absolute;
width: 100%;
box-sizing: border-box;
opacity: 1;
box-shadow: 0 0 13px black;
transition: all 1s;
display: block;
}

.contSlider{
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 121px;
  display: flex;
  height: 411px;
}
.cycle-slideshow > div > div.contentFrase{
  position: absolute;
  color: #fff;
    text-shadow: 0 0 20px black;
    text-align: center;
    width: 100%;
    text-align: center;
    top:150px;
        z-index: 192;
    display: block;
}
.mensaje h2{
    text-align: center;
    margin: 0;
    animation: entradaMensajeTitular 1s;
}
@keyframes entradaMensajeTitular {
  0% {
    transform: translateY(100px);
    }
    100% {
    transform: translateY(0);
}

}
.contentFrase h2{
  border-bottom: 2px solid #fff;
      display: block;
          margin: 3px 0;
          font-size: 34px;
          width: 83vh;
    margin: 0 auto;
    max-width: 1204px;
}
.contentFrase h3{
  margin: 3px 0;
  font-size: 22px;
}
.redesSlider{
  position: absolute;
    right: 16px;
    display: flex;
    flex-direction: column;
    top: 119px;
    z-index: 199;
}
.cuadroSeparador{
  width: 100%;
  height: 18px;
  background-color: #2E4544;
}
.contservicios div{
      height: 281px;
}
.serUno h1, .serDos h1, .serTres h1, .serCuatro h1, .serCinco h1, .serSeis h1{
  font-size: 28px;
  font-weight: 400;
  margin:0 0 21px;
}
.serUno a, .serDos a, .serTres a, .serCuatro a, .serCinco a, .serSeis a{
  color:#fff;
  text-decoration: none;
  background-image: url("../img/fondoBotonSer.jpg");
  padding: 8px 14px;
    background-repeat: no-repeat;
    border-radius: 0 8px 29px 0;
}
.serUno a:hover, .serDos a:hover, .serTres a:hover, .serCuatro a:hover, .serCinco a:hover, .serSeis a:hover{
      box-shadow: 0 0 6px #000000bd;
}

.serUno {
  background-image: url("../img/fondoserUno.jpg");
  height: 284px;
  position: relative;
}
.serDos {
  background-image: url("../img/fondoserDos.jpg");
  height: 284px;
  position: relative;
}
.serTres {
  background-image: url("../img/fondoserTres.jpg");
  height: 284px;
  position: relative;
}
.serCuatro {
  background-image: url("../img/fondoserCuatro.jpg");
  height: 284px;
  position: relative;
}
.serCinco {
  background-image: url("../img/fondoserCinco.jpg");
  height: 284px;
  position: relative;
}
.serSeis {
  background-image: url("../img/fondoserSeis.jpg");
  height: 284px;
  position: relative;
}

.contenInfo1{
position: absolute;
    top: 90px;
    left: 40px;
  }
  .contenInfo2{
  position: absolute;
      top: 90px;
      right: 40px;
    }
.algunosClientes{
  background-image:  url("../img/fondoClientes.jpg");
      height: 333px;
}
.algunosClientes p{
  color:#fff;
  font-weight: 400;
  font-size: 23px;
  margin: 0;
  padding: 20px 20px;
}
.contentClientes{
  display: flex;
align-items: center;
justify-content: space-around;
}
.cycle-slideshow div{
align-items: center;
    justify-content: space-around;
    display: flex;
  }
  .decC {
      width: 100%;
      display: flex;
          transform: translateY(-38px);
  }
  .decC img{
      width: 100%;
}

footer {
    background-color: #2E4544;
    padding-bottom: 174px;
    position: absolute;
    transform: translateY(-38px);
    right: 0;
    left: 0;
    max-width: 1349px;
    margin: 0 auto;
    box-shadow: 0 0 3px 0px #00000082;
    width: 100%;
}
footer .contenedorRedesDatos{
  display: flex;
justify-content: space-between;
align-items: center;
padding: 0px 20px;
}
footer .datos{
  color: #fff;
  font-weight: 400;
  font-size: 20px;
}
footer .redes img{
  padding: 0 2px;
}
footer .logosFooter{
  background-color: #fff;
  background-color: #fff;
width: 1085px;
margin: 0 auto;
display: flex;
justify-content: space-around;
border-radius: 14px;
box-shadow: 0 0 12px black;
padding: 10px;
}
footer .politica {
    position: absolute;
    bottom: 16px;
}
footer .politica a{
  float: left;
  color: #fff;
  padding: 20px;
}
footer .logoAdone{
  padding: 20px;
  position: absolute;
  bottom: 16px;
  right: 16px;
}
.botonCont {
  width: 212px;
    text-align: center;
    position: fixed;
    bottom: 85px;
    animation: movimientoCont 3s linear infinite;
    z-index: 200;
    left: 0;
    right: 0;
    margin: 0 auto;
}
@keyframes movimientoCont {
    0% {
          transform: translateY(0px);
    }
    50% {
          transform: translateY(10px);
    }

    100%{
      transform: translateY(0px);
    }

}
