*{
    margin-top: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    background: #fff;
    .lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lato-black {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
}
}
.header{
    z-index: 100;
    background: #fff;
    height: 70px;
    width: 100%;
    position: fixed;
    -webkit-box-shadow: 0px 2px 26px -12px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 26px -12px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 26px -12px rgba(0,0,0,0.75);
}
.logo img{
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    padding: 15px 20px 15px 20px;
    margin-left: 200px;
}
.menu{
    overflow: auto;
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 200px;
    font-weight: 700;
}
.menu ul{
    list-style: none;
    padding: 0;
    margin: 0 0 0 130;
}
.menu li{
    float: left;
    list-style: none;
}
.menu a{
    margin-left: 20px;
    line-height: 70px;
    text-align: center;
    text-decoration: none;
    color: black;
}
.menu a:hover{
    color: blue;
}
.menu i{
    margin-top: 25px;
    margin-left: 20px;
    size: 18px;
    color: blue;
}
.slider{
    z-index: 10;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 900px;
    background: violet;
    background-image: linear-gradient(to right, #b8cbb8 0%, #b8cbb8 0%, #b465da 0%, #cf6cc9 33%, #ee609c 66%, #ee609c 100%);
    text-align: center;
    padding-top: calc(50% - 650px);
}
.ola{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.titulo{
    font-size: 84px;
    font-weight: 700;
    color: white;    
}
.titulo2{
    font-size: 44px;
    font-weight: 700;
    color: white;
    margin-bottom: 60px;
}
.boton a{
    text-decoration: none;
    padding: 15px;
    background: #000000;
    color: #ffffff;
    margin: auto;
    border-radius: 4px;
    font-size: 18px;
    text-transform: uppercase;    
}
.servicios{
    z-index: 10;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 750px;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}
.img-servicios{
    width: 400;
    padding-bottom: 30px;
}
.texto{
    width: 1200px;
    margin: auto;
}
.parallax{
    width: 100%;
    height: 100vh;
    background: url(imagenes/Cesar-Salad-640x426.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    padding-top: calc(50vh - 50px);
}
.secth2{
    color: #000000;
    width: 800px;
    height: 100px;
    margin: auto;
    text-align: center;
    line-height: 100px;
    font-size: 44px;
}
.footer{
    text-align: center;
    font-size: 16px;
    color: black;
    background: #f2f2f2;
    height: 60px;
    line-height: 60px;
}