@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;600;700&family=Roboto:wght@400;700&display=swap');

html,body {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.copyr{
  font-size: 10px !important;
  bottom: 0px;
  position: absolute;
  width: 100%;
  justify-content: center;
  color: #f0f3f5bd;
  background-color: #673AB7;
  display: flex;
  padding: 4px;
}


.fondo-zaman {
  background-image: url('img/fondo.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
}

.logo-row {
  display: flex;
  justify-content: center;
}

#logo-zaman {
  width: 607px;
  padding-top: 195px;
  padding-bottom: 132px;
}

.desktop{
  display: block;
}

p {
  margin-bottom: 0rem !important;
}

.title-1{
  color: #FFF;
  font-size: 13px;
  font-family: Roboto Condensed;
  font-weight: 600;
  line-height: 26px;
}

.text-1{
  color: #FFF;
  font-size: 13px;
  font-family: Roboto Condensed;
  font-weight: 400;
  line-height: 26px;
}

.custom-w{
  width: 105% !important;
}

.text-2{
  color: #FFF;
  font-size: 13px;
  font-family: Roboto;
  font-weight: 700;
}

.reclaim-row{
  display: flex;
  flex-direction: row;
  justify-content: center;
}
#mail{
  padding-bottom: 5px;
}

#mybutton{
  background: #fff;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.10);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #7578EE;
  text-align: center;
  font-size: 12px;
  font-family: Roboto;
  font-weight: 700;
  line-height: 12px;
  --bs-btn-border-color: transparent;
  padding: 5px !important;
  border-radius: 18px;
  margin-top: 0px;
  width: 100%;
}
#mybutton:hover{
  background: #615BEE;
  color: #fff;
  --bs-btn-border-color: transparent !important;
  border-color: transparent !important;;
}
a{
  text-decoration:none !important;
  color: #F0F3F5;
  display: contents;
}

.text-reclaim{
  display: flex;
  flex-direction: column;
}

.icon-reclaim{
  align-self: baseline;
  margin-right: 15px;
  padding-top: 4px;
}

.mobile{
  display: none;
}

hr.line2{
  height: 100%;
  transform: rotate(270deg);
  opacity: 1 !important;
  color: #FFF !important;
  margin: 0px !important;
}

@media(max-width:578px){
  .container-fluid{
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .icon-reclaim{
    padding-top: 0px;
  }
  .fondo-zaman {
    justify-content: space-around;
    display: flex;
    flex-direction: column;
    height: 100vh;
    padding: 40% 0px 50% 0px
  }
  #logo-zaman {
    width: 230px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .desktop{
    display: none;
  }
  .mobile{
    display: block;
  }
  .content{
    width: 100%;
    box-sizing: border-box;
    padding-top: 30px !important;
  }
  .container.mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
  }
  #line{
    margin: 20px 0;
    color: #FFF;
    opacity: 1 !important;
  }
  .mob-reclaim{
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .reclaim-row{
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .title-1{
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
  }
  .text-1{
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
  }
  .text-2{
    font-weight: 400;
    font-size: 14px;
  }
  b {
    font-weight: 600 !important;
  }

  #mybutton{
    margin-top: 20px;
    padding: 8px !important;
font-size: 13px;
  }
}

@media (min-width:1400px){
  .title-1{
    font-size: 16px;
    line-height: 29px;
  }
  .text-1{
    font-size: 16px;
    line-height: 29px;
  }
  .custom-w{
    width: 108% !important;
  }
  .text-2{
    font-size: 16px;
  }
  #logo-zaman {
    padding-bottom: 182px;
  }
}

@media (min-width:578px) and (max-width:992px){
  #logo-zaman {
    width: 407px;
    padding-top: 200px;
    padding-bottom: 140px;
  }
  .icon-reclaim {
    display: none;
  }
  .title-1{
    font-size: 12px;
    line-height: 16px;
  }
  .text-1{
    font-size: 12px;
    line-height: 16px;
  }
  .custom-w{
    width: 105% !important;
  }
  .text-2{
    font-size: 12px;
  }
}