
body{
  font-family: 'Comfortaa', sans-serif;
  font-size: 25px;
  font-weight: 500;
  color: black;
  background: linear-gradient(0deg, rgb(255, 255, 255) 60%, rgba(46, 78, 107, 0.93) 86%);
}
a{
    text-decoration: none;
    color: white;
}
a:hover{
    text-decoration: none;
    color: white;
}
.user_check {
  height: 18px;
  margin-right: 5px;
 }
.ingresar{
  color: black;
  position: fixed;
  float: right;
  right: 3vw;
  top: 1vh;
  border-radius: 100px;
  text-align: center;
  width: auto;
  background-color: #f6ae2d;
  font-size: 2.5vmax;
  padding: 0 15px;
  border: none;
  font-weight: 600;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}
.ingresar:hover{
    color: black;
}
#dropdownMenuButton1{
  display: flex;
  align-items: center;
  font-family: 'Comfortaa', sans-serif;
  color: #222222;
  border-radius: 100px;
  text-align: center;
  height: max-content;
  background-color: #f6ae2d;
  font-size: 2.1vmax;
  padding: 1px 10px;
  border: none;
  font-weight: 700 !important;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  margin: 15px 0 15px 0;
  position: absolute;
  right: 3vw;
  top: 1vh;
}
#dropdownmenu{
  font-family: 'Comfortaa', sans-serif;
  font-size: 4em;
  border-radius: 20px;
  background-color: rgba(248, 174, 33, 0.95);
  box-shadow: 15px 15px 15px 0 rgba(0, 0, 0, 0.3);
  padding: 10px;
  min-width: 0;
}
.dropmenu-btn{
  font-size: 3vmax;
  display: block;
  border: none;
  background-color: rgba(246, 174, 45, 0);
  transition: 0.5s ease;
  font-weight: 600;
}
.dropmenu-btn:hover{
  background-color: rgba(248, 204, 126, 0.98);
  border-radius: 60px;
  /*padding: 10px 20px 20px 20px;*/
}
.domulogo {
  width: 65vw;
  display: block;
  margin: auto;
  margin-top: 8vh;
}

.filterindex{
  z-index: 100;
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 3vh auto 0 auto;
  font-size: 2.5vmax;
  padding: 15px 0;
  background-color: rgba(46, 78, 107, 0.75);
  width: 80vw;
  border-radius: 8px 35px 8px 35px;
  box-shadow: rgba(0, 0, 0, 0.4) 0 2px 4px, rgba(0, 0, 0, 0.3) 0 7px 13px -3px, rgba(0, 0, 0, 0.2) 0 -3px 0 inset;
}
.filteropn-1{
  border-radius: 21px;
  text-align: center;
  font-weight: 600;
  width: 60vw;
  font-size: 2.3vmax;
  padding: 5px;
  margin-top: 10px;
}
.filteropn-1:invalid{
  color: #777777;
}
#ciudad:invalid{
  color: #9c9c9c;
}
#ciudad::placeholder{
  color: #9c9c9c;
}
.searchbtn {
  font-family: Carlito, sans-serif;
  font-size: 22px;
  border-radius: 100px;
  text-align: center;
  margin-top: 15px;
  width: 35vw;
  background-color: #f6ae2d;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.4) 0 2px 4px, rgba(0, 0, 0, 0.3) 0 7px 13px -3px, rgba(0, 0, 0, 0.2) 0 -3px 0 inset;
  font-weight: 500;
  padding: 3px 0 3px 0;
}
.idformdiv {
  z-index: 101;
  display: flex;
  justify-content: center;
  margin: auto;
  margin-top: 2vh;
  font-size: 20px;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: rgba(46, 78, 107, 0.78);
  width: 80vw;
  border-radius: 15px 40px 15px 40px;
  box-shadow: rgba(0, 0, 0, 0.4) 0 2px 4px, rgba(0, 0, 0, 0.3) 0 7px 13px -3px, rgba(0, 0, 0, 0.2) 0 -3px 0 inset;
}
.idform {
  color: black;
  font-size: 18px;
  width: 60%;
  border-radius: 100px;
  padding: 5px;
  text-align: center;
  border: none;
}
.idform::placeholder {
  color: #777777;
}
.idbtn {
  z-index: 100;
  font-size: 22px;
  border-radius: 100px;
  width: max-content;
  border: none;
  padding: 0 15px;
  background-color: #f6ae2d;
  margin-left: 20px;
  outline: none;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  font-weight: 700;
}
.propietario {
  color: #000000;
  text-align: center;
  display: grid;
  grid-template-columns: auto 70%;
  grid-template-rows: auto auto;
  margin: 3vh auto 0 auto;
  font-size: 50px;
  font-weight: 600;
  background-color: rgb(246, 174, 45);
  width: 74vw;
  border-radius: 10px 40px 10px 40px;
  overflow: hidden;
  padding: 10px 17px 10px 15px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  height:180px;
}
#document {
  grid-column-start: 1;
  grid-column-end: 2;
  height: 90px;
  width: auto;
}
.propietarioph {
  align-self: center;
  text-align: center;
  grid-column-start: 2;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  margin-left: 10px;
}
.propform{
  grid-column-start: 1;
  grid-column-end: 3;
}
.propietariobtn{
  grid-column-start: 1;
  grid-column-end: 3;
  color: #FFFFFF;
  margin: 1vh auto 1vh auto;
  background-color: #366d9a;
  border-radius: 50px;
  font-size: 18px;
  padding: 10px 20px 10px 20px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  height:min-content;
}
#skyline {
  z-index: -1;
  bottom: 0;
  position: fixed;
  width: 100vw;
}
.fa-home{
  margin-left: 40px;
}


/*//////////////////////////////////////////////// LANDSCAPE /////////////////////////*/


@media (orientation: landscape) {
  html{

  }
  body{
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgb(255, 255, 255) 50%, rgb(46, 78, 107) 100%);
    height: 100%;
  }
  .ingresar{
    position: fixed;
    float: right;
    right: 5vw;
    top: 2vh;
    border-radius: 100px;
    text-align: center;
    width: auto;
    background-color: #f6ae2d;
    font-size: 20px;
    padding-left: 30px;
    padding-right: 30px;
    border: none;
    font-weight: 600;
  }
  #dropdownMenuButton1{
    display: flex;
    color: #222222;
    position: fixed;
    right: 3vw;
    top: 2vh;
    border-radius: 100px;
    text-align: center;
    height: auto;
    background-color: #f6ae2d;
    font-size: 28px;
    padding: 5px 15px;
    border: none;
    font-weight: 700 !important;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    line-height: 1;
    align-items: center;
  }
  form {
    height: auto;
    margin-block-end: 0.5em;
  }
  #dropdownmenu{
    line-height: 1;
    font-size: 30px;
    border-radius: 25px;
    background-color: rgba(248, 174, 33, 0.95);
    box-shadow: 15px 15px 15px 0 rgba(0, 0, 0, 0.3);
    padding: 20px 20px 10px 20px;
    translate: -10px 8px;
  }
  .dropmenu-btn{
    font-size: 30px!important;
    display: inline;
    border: none;
    background-color: rgba(246, 174, 45, 0);
    transition: 0.5s ease;
    font-weight: 600;
    translate: 0;
    line-height: 1;
    margin: 5px 0;
  }
  .user_check{
    height: 30px;
    margin-right: 10px;
  }
  .domulogo {
    width: 20vw;
    display: block;
    margin: auto;
    padding-top: 100px;
  }
  .filterindex{
    width: 30vw;
  }
  .filteropn-1{
    width: 25vw!important;
    font-size: 16px;
    height: auto;
    padding: 5px;
    margin-top: 10px;
  }
  .filteropn-1:invalid{
    font-size: 16px;
  }
  .searchbtn {
    font-weight: 500;
    font-size: 18px;
    width: max-content;
    padding: 2px 30px;
  }
  .idformdiv {
    padding: 20px;
    width: 30vw;
  }
  .idform {
    font-size: 18px;
    width: 50%;
    border-radius: 100px;
    height: 30px;
    border: 3px inset rgba(1, 106, 173, 0.5);
    padding: 20px;
    outline: none;
    text-align: center;
  }
  .idform::placeholder {
    font-size: 18px;
    text-align: center;
    color: #c2c2c2;
    border: none;
  }
  .idbtn {
    font-weight: 500;
    font-size: 18px;
    border-radius: 100px;
    width: 5vw;
    border: none;
    background-color: #f6ae2d;
    outline: none;
    padding: 0;
  }
  .propietario{
    padding-bottom: 0;
    width: 23vw;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  }
  #document {
    height: 80px;
    width: auto;
    margin-top: -10px;
  }
  .propietarioph {
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    font-weight: 600;
    margin-top: 5px;
  }
  .propietariobtn{
    margin-top: 1vh;
    margin-bottom: 1vh;
    background-color: #366d9a;
    border-radius: 50px;
    font-size: 18px;
    padding: 5px 20px 5px 20px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    border: none;
  }
  #skyline {
  display: none;
  }
  /*.landscapebot {*/
  /*  display: flex;*/
  /*  bottom: 0;*/
  /*  position: fixed;*/
  /*  width: 110vw;*/
  /*  margin-left: -10px;*/
  /*  margin-bottom: -20px;*/
  /*}*/
}


