body {
    overflow-x: hidden;
    box-sizing: border-box;
}

 .navbar{
    margin-top: 16px;
    display: flex;
    margin:auto;
    max-width: 1200px;
    padding-top: 20px;
    height: auto;
}



.lists{
    list-style: none;
    display: flex;
    flex-direction: row;
    gap: 16px ;
    width: 100%;
    align-items: center;
    justify-content: flex-end;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
   
}
 

 .list{
    padding-right: 25px;
}

 .navLogo{
    margin-right: auto;
    z-index: 500;
    max-width: 100%;
    height: auto;
} 


a{
    text-decoration: none;
    color: #73a1db;
}

a:hover{
    color: #1C0C69;
}  
   

/* For mobile phones: */

@media only screen and (max-width: 600px) {
    .lists{
        margin:auto;
        padding: 0px;
    }

    .list{
        display:none;
    }
    .navLogo{
        margin: auto;
        max-width: 100%;
        height: auto;
    }
  } 


  /* Home */

 .heroContainer{
    position: relative;
    margin: 15vh;
    gap: 5vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
}

.heroContainer h1{
    font-size: 32px;
    line-height: 1.5;
}

.heroImage{
    z-index: 500;
    width: 350px;
    position: relative;
    max-width: 100%;
    height: auto;
}

 .remodelacion{
    color:#1729A8;
    font-weight: 700;
}

.wsButton{
    border: none;
    background-color: white;
    text-decoration: none;
} 

.wsButton:hover{ 
    transform: translateY(-5px);
}

 .wsButton svg {
    height: 36px;
    width: 36px;
    padding-right: 10px;
}

.heroButton {
    background-color: #4357ef;
    color: white;
    text-align: center;
    border-radius: 100px;
    border-style: none;
    box-shadow: 0 5px 0 #0D1E99;
    font-size: 1.15em; 
    font-weight: 400;
}

.anchorHero{
padding: 8px;
}

.heroButton:hover{
    transform: translateY(-5px);
}

.heroButton:active{
    box-shadow: none;
    transform: translatey(5px);
}

 .buttons{
    z-index: 500;
    margin-left: auto;
    text-align: center;
    display: flex;
    flex-direction: row-reverse;
    margin-right: 10%;
    margin-top: 36px;
} 


#Home{
    color: #73a1db; 
    position: relative;
    z-index: 500;
}

 /* .blurSpace{
    position: relative;
    display: flex;
    max-width: 100%;
    height: auto;
}

 .blueBlur{
    background: linear-gradient(to top, #09203f 0%, #537895 100%);
    position: absolute;
    right: 70px;
    top:10px;
    height: 400px;
    width: 400px;
    background: #2B9DEA;
    background: linear-gradient(135deg, #2B9DEA, #2339A3);
    filter: blur(300px);
    border-radius: 50%;

}

.orangeBlur{
    position: absolute;
    left: 50px;
    top:100px;
    height: 400px;
    width: 400px;
    background: #F7BA6A;
    background: linear-gradient(135deg, #F7BA6A, #FFD091);
    filter: blur(100px);
    border-radius: 50%;
   
}     */

/*  For mobile phones: */

  @media only screen and (max-width: 600px) {
    .heroContainer{
        display: flex;
        flex-direction: column-reverse;
        margin: 10px;
        justify-content: center;
        text-align: center;
    }
    .buttons{
        margin: 30px 0 30px 0;
        justify-content: center;
        text-align: center;
    }
    #Home{
        font-weight: 400;
    }
    /* .orangeBlur{
        display: none;
    }
    .blueBlur{
        display: none;
    } */
  }    

   .text-centered{
    margin: 0;
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: auto;
    font-family: 'Montserrat', sans-serif;
    background-color: #F8F6F0;

  }

  .text-centered h1{
    font-size: 28px;
    font-family: 'Open Sans', sans-serif;
    color: #1C0C69;
  }
  
    .text-centered p{
        text-align: center;
        max-width: 1280px;
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
        font-size: 20px;
        font-family: 'Montserrat', sans-serif;
        line-height: 1.5;
    } 

  .text-centered span{
    font-weight: 700;
  }


  .services-container{
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1280px;
    width: 100%;
    flex-wrap: wrap;
    padding: 80px 20px 180px;
    margin: auto;
    box-sizing: border-box;
    background-image: url('./images/servicesbg.png');
    background-size:auto;
    background-position: center;
    background-repeat: no-repeat;
  }

  .services-list-container{
    flex: 1;
    max-width: 300px;
    margin-right: 20px;
  }

  .services-list-container h1{
    font-size: 28px;
    font-family: 'Open Sans', sans-serif;
    color: #1C0C69;
  }
  
  .services-list-container ul{
    list-style: none;
    padding: 0;
  }

  .services-list-container li{
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    color: #73A1DB;
  } 


  /*  For mobile phones: */

   @media only screen and (max-width: 600px) {
    .services-container{
        flex-direction: column;
        text-align: center;
        padding: 0 0 120px 0;
    }
    
    .video-container{
        flex:1;
    }

    .video-container iframe{
    width: 100%;
    height: 100%;
    } 
  }    

  @media only screen and (max-width: 726px) {
    .services-container{
        padding: 0 0 120px 0;
  }    
}



  /* Espacios */
  
  .space-container{
    /* background: linear-gradient(rgba(40, 67, 135, 0.5), rgba(40, 37, 135, 0.5)), url('./images/espaciosbg.pn') center/cover no-repeat; */
    background: linear-gradient(rgba(40, 67, 135, 0.5), rgba(40, 37, 135, 0.5)), center/cover no-repeat;
    max-width: 1020px;
    margin: auto;
    padding-bottom: 100px;
  }

  .space-container h1{
    text-align: center;
    margin: 0;
    padding: 38px;
    font-family: 'Open Sans', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #1C0C69;
  }

  .img-container{
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
    flex-wrap: wrap;
    gap: 20px;
  }

  .img-container img{
    width: 280px;
    height: 280px;
    cursor: pointer;
    object-fit: cover;
    opacity: 0.5;
  }

  .img-container img:hover{
    opacity: 1;
  }

  .text-container{
    text-align: center;
    position: relative;
    display: inline-block;
  }

  .text-overlay{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 24px;
    letter-spacing: 2px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
  }
  
  .text-container a{
    text-decoration: none;
  }

  .parallax-container{
    display: flex;
    justify-content: center;
    margin: auto;
    max-width: 1020px;
    height: auto;
    background-color: black;
    
  }

  .parallax{
    margin:auto;
    width: 100%;
    opacity: 0.5;
  }

  @media only screen and (max-width: 600px) {
    .text-overlay{
        font-size: 16px;
        width: 100%;
    }
}

footer{
  display: flex;
  justify-content: center;
  align-items: center;
  background: #E5E5E5;
  padding-top: 20px;
 
}

.footer22{
  max-width: 1200px;
  
}
footer div{
  width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
footer div section{
  display: flex;
  align-items: start;
}
footer .copy{
  text-align: center;
  padding: 40px 0;
  border-top: 2px solid;
  width: 100%;
}
.logo-footer{
  display: flex;
  align-items: start;
}
.article-footer{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 20px;
}
.article-footer div{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  text-align: start;
}
.div-logo{
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  text-align: start;
}

@media screen and (max-width: 1000px) {
  footer div section{
      flex-direction: column;
      align-items: center;
      justify-content: center;
  }
  .div-logo{
      display: flex;
      width: 100%;
      justify-content: center;
      align-items: center;
      text-align: center;
  }
  .logo-footer{
      align-items: center;
  }
  .article-footer div{
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
  }
  .div-2-footer{
      margin-top: 20px;
      align-items: center !important;
      text-align: center !important;
      width: 100%;
  }
  .div-2-footer div{
      align-items: center !important;
      justify-content: center !important;
  }

}
 


  


 


 

 


 




