body{
    width:100%;
    min-height:600px;
    background-image: url('../img/laxancleta_fondo.jpg');
    background-repeat: no-repeat;
    background-size:cover;
    background-position:center .0rem;
    background-attachment: fixed;
}
header{
    height:350px;
  
}
section{
    margin-bottom:1.8rem;
}
#col-logo{
    text-align: center;
}
#logo{
    margin-top: -2rem;
    width:350px;
    filter: saturate();
}
#menu nav{
    margin-top: -2rem;
    border-color: white;
    border-style: solid;
    border-spacing: 1px;
    border-radius: .8rem;
    width: 80%;
    margin-left: 7rem;
    /* background-image: url('../img/fn_cesped.jpg'); 
    background-repeat: no-repeat;
    background-size: cover;
    */
    background-color: transparent !important;
}
#piscina{
    width: 100%;
    height: 535px;
    /* background-image: url(../img/laxancleta_foto1.jpg); */
    background-color: white;
    background-size: cover;
    background-position: center;
    
}
.redes i{
    color:red;
    font-size:3rem;
    text-shadow: 15px 15px 15px white;
}
.mycard{
    background-color:RGBA(255,255,255,.8);
    border:1px solid red;
    padding:1rem;
    width:150px;
    height: 190px;
}
.servicios{
    padding:1rem;
    display:flex;
    justify-content:space-around;
    flex-direction: row;
    flex-wrap: nowrap;
}

#relleno{
    width:360px;
}
#car1A{
    background-image: url(https://laxancleta.com/view/img/relleno.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#car2A{
    background-image: url(https://laxancleta.com/view/img/car2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#car3A{
    background-image: url(https://laxancleta.com/view/img/car2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#car4A{
    background-image: url(https://laxancleta.com/view/img/car2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
@media only screen and (min-width: 320px) and (max-width: 576px) {
 
  }

  @media only screen and (min-width: 759px) and (max-width: 1024px) {
  
  }

  @media only screen and (min-width: 1025px) and (max-width: 3000px) {
  
  }