/* Google Fonts - Poppins */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
  scroll-behavior: smooth;
}
body{
  min-height: 100vh;
}

.logoxiso{
  display: block;
}


li{
    list-style: none;
}


a{
  text-decoration: none;
  color: rgb(255, 255, 255);
  font-size: 21px;
  transition: 0.3s;
  font-weight: bold;
}

a:hover{
 color: #7690dec5;
}

header{
  position: fixed;
  width: 100%;
  padding: 7px 27px;
  z-index: 1000;
}

.navbar {
width: 100%;
height: 60px;
margin: 0 auto;
display: flex;
align-items: center;
justify-content: space-between;
padding: 36px 27px;
background: #05058ac2;
border-radius: 30px;
}

.navbar .links{
  display: flex;
  gap: 3.5rem;
}

.navbar .toggle_btn{
  color: rgb(255, 255, 255);
  font-size: 1.5rem;
  cursor: pointer;
  display: none;
}

.action_btn {
  background-image: linear-gradient(to right, rgb(104 144 235), rgb(45 92 158));
    color: white;
    padding: 0.5rem 1rem;
    border: none;
    outline: none;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s;
    font-size: 22px;
    font-weight: bolder;
}

.action_btn:hover{
    color: white;
}

.action_btn:active{
  scale: 0.95;
}

.dropdown_menu{
  display: none;
  position: absolute;
  right: -0.2;
  height: 0;
  top: 84px;
  width: 200px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(15px);
  overflow: hidden;
  transition: height 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border-radius: 10px;
}

.dropdown_menu.open{
  height: 460px;
  background-color: #6ba0d9a1;
  top: 84px;
}

.dropdown_menu li{
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: left;
}

.dropdown_menu .action_btn{
  width: 100%;
  display: flex;
  justify-content: center;
}

.propiedades{
  padding-top: 130px;
  justify-content: center;
  align-items: center;
  text-align: center;
  justify-items: center;
}

.propiedades-titulo{
  text-align: center;
  font-size: 50px;
  color: #3449b3;
}

.adminintro{
  display: flex;
  flex-direction: row;
  padding: 0 120px;
  gap: 3rem;
  padding-top:60px
}

.adminimg1{
  border-radius: 10px;
  height: 400px;
}

.admininfo{
  height: auto;
  text-align: justify;
}

.admininfo h1{
  height: auto;
  text-align: left;
  color: #283A97;
}

.admin{
  padding: 40px 120px;
}

.keyicon{
  font-size: 70px;
  text-align: center;
  color: #283A97;
}

.quicklinks{
  background-color:#283A97;
}

.linkstitulo{
  color: white;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  font-size: 35px;
}

.links1{
  line-height: 2;
  color: white;
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 18px;
}


.empresa-reg{
  color: white;
  text-align: center;
  padding-bottom: 40px;
}
.links1 a{
  line-height: 2;
  color: white;
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
}

.links1 a:hover{
  line-height: 2;
  color: rgb(200, 200, 200);
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
}

.linkslist{
  display: flex;
  flex-direction: row;
  text-align: center;
  justify-content: center;
  gap: 150px;
  margin-top: 40px;
}


.linkstitulo1{
  font-weight: bold;
  font-size: 23px;
}


@media(max-width: 576px){
  .dropdown_menu{
      right: -10px;
      width: 200px;
  }
  .linkslist{
    margin-top: 10px;
    padding: 0 5px;
    flex-direction: column;
    gap: 0;
    text-align: justify;
    padding-left: 20px;
  }
}

@media(max-width: 992px){
  .navbar .links, 
  .navbar .action_btn{
      display: none;
  }

  header {
    position: fixed;
    width: 100%;
    padding: 7px 15px;
    z-index: 1000;
}

  .navbar .toggle_btn{
      display: block;
  }

  .dropdown_menu{
      display: block;
      width: 200px;
      right: -10px;
  }

  .logos-slide img{
    height: 80px;
    margin: 0 30px;
  }

  .propiedades{
    border-radius: 40px;
  }

  .adminintro{
    flex-direction: column;
    padding: 0 30px;
    align-items: center;
    margin-top: 30px;
  }

  .admin{
    padding: 40px 30px;
  }

  .adminimg1{
    text-align: center;
    height: 400px;
    margin-top: 20px;
  }

}

@media(max-width: 890px){
  .admin{
    padding: 40px 60px;
  }

  .adminimg1{
    text-align: center;
    height: 400px;
  }
}

@media(max-width: 660px){
  .adminimg1{
    text-align: center;
    height: 250px;
  }

  .adminintro{
    flex-direction: column;
    padding: 0 30px;
    align-items: center;
  }

  .admin{
    padding: 40px 30px;
  }
}

@media(max-width: 392px){
  .adminimg1{
    text-align: center;
    height: 200px;
  }

  .propiedades-titulo{
    font-size: 40px;
  }

  .adminintro{
    flex-direction: column;
    padding: 0 30px;
    align-items: center;
  }

  .admin{
    padding: 40px 30px;
  }
}


