:root {
    --color-primary: #e66026;
    --color-secondary: #f29f1a;
    --color-tertiary: #43aed7;
    --color-text: #333;
    --color-text-light: #666;
    --color-background: #fff;
    --color-background-alt: #f5f5f5;
    --color-border: #e0e0e0;
    --shadow-sm: 0 2px 4px rgba(0, 0, 0, .05);
    --shadow-md: 0 4px 6px rgba(0, 0, 0, .1);
    --shadow-lg: 0 10px 15px rgba(0, 0, 0, .1);
    --border-radius-sm: 0.25rem;
    --border-radius-md: 0.5rem;
    --border-radius-lg: 1rem;
    --border-radius-xl: 1.5rem;
    --border-radius-full:9999px
}

body {
    font-family: 'Montserrat,Roboto,sans-serif';
}
h1{
    font-size: 32px;
    font-weight: bolder;
}
h2{
    font-size: 20px;
    font-weight: 600;
}
h3{
    font-size: 16px;
}
p{
    font-size: 12px;
    margin: 0;
}
img{
    padding: 10px;
}
video {
  width: 100%;
  max-height: 100%;
  border-radius: 20px;
}
.required {
  border: 1px solid red !important;
}
.required-color {
  color: red !important;
}
.background-transparent{
  background-color: transparent;
}
.whatsapp {
      position: fixed;
      width: 60px;
      height: 60px;
      bottom: 40px;
      right: 40px;
      background-color: #25d366;
      border-radius: 50px;
      text-align: center;
      font-size: 40px;
      z-index: 10000;
      color:white !important;
      }
      .whatsapp:hover {
        color:gray !important;
      }
/**********     1-1     ************/
.navbar {    
  background: #eee !important;
  padding: 1rem 0;
}
.navbar-link {
  color: var(--color-text);
  font-weight: 500;
  margin-left: 2rem;
  text-decoration: none;
  transition: color .3s ease;
}
.btn-primary {
  align-items: center;
  background-color: var(--color-primary);
  border: none;
  border-radius: var(--border-radius-full);
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  gap: .5rem;
  justify-content: center;
  padding: .45rem 1.0rem;
  transition: all .3s ease;
}
.navbar-content .btn-primary {
  margin-left: 30px;
}
.bg-orange{
  background: #E66026;
}
.card-pasos {
    border: 2px solid #E66026;
    padding: 10px;
    border-radius: 10px;
    color: #E66026;
    width: 130px;
    height: 71px;
    margin-right: 10px;
}
.card-pasos-borde{
  background: #f2f3f4;
  opacity: .5;
  border-style: dashed;
}
.card-pasos p{
    font-size: 16px;
}
input[type=text], select {
    width: 350px !important;
    height: 48px;
    border: 1px solid #838383;
    border-radius: 8px;
    background: none;
    color: #838383;
}
.tip {
    padding-bottom: 10px;
    color: #8B8B8B ;
}
.card-bancos {
    padding: 1.5rem;
    width: 431px;
    box-shadow: 0px 1px 10px 1px rgba(0,0,0,0.3);
}
.modal-header {
  padding: 0;
  border-bottom: none;
}
.modal-bancos{
  display: none;
}
.btn-siguiente {
    width: 198px;
    padding: 10px;
    background: #E66026;
    color: #fff;
    font-weight: 700;
    border-radius: var(--border-radius-full);
}

.btn-siguiente:hover{
  background: #41AFDA;
  color: #fff;
}

/**********     1-2     ************/
.btn-ingresos {
  width: 192px;
  height: 48px;
  border: 2px solid #B2B2B2;
  margin-right: 30px;
  border-radius: 8px;
  background: white;
  text-align: center;  
  padding-top: 10px;
  color: black;
}
.btn-ingresos:hover {
  background: lightgray;
}
.btn-ingresos a{
  text-decoration: none;
  color: #b2b2b2;
  font-weight: bold;
}
.btn-regresar{
  border-radius: var(--border-radius-full);
  width: 198px;
  padding: 10px;
  border: 2px solid #E66026;
  margin-right: 30px;
}
.btn-regresar:hover{
  border-color: #41AFDA;
}
.btn-regresar a{
  text-decoration: none;
  color: #E66026;
  font-weight: bold;
}
.banner-ingresos {
  width: 760px;
  background: #f6f6f6;
  height: auto;
  border: 1px solid #b6b6b6;
  border-radius: 10px;
}
.selection-plan input[type=radio]{
  display:none;
}
.selection-plan input:checked + label {
  background: #006AFF;
  color: #fff;
}
/**********     1-2-1     ************/
.banner-ingresos label{
  color: #000;
  font-size: 16px;
}
.banner-ingresos input[type=text]{
  border: 1px solid #b6b6b6;
  width: 373px !important;
}



/**********     1-3     ************/
.form-ingresos{
  width: 600px;
}
.form-ingresos .form-col{
  display: flex;
}

/**********     1-4     ************/
.navbar-nav .dropdown-menu {
    position: absolute;
}
.dropdown-menu.show {
    left: auto;
    right: 0;
}
.dropdown-item {
  color: #858585;
}
.dropdown-item i{
  padding-right: 5px;
}
.navbar-toggler {
  border: none;
}


/**********     INGRESAR     ************/

form input[type=text] {
    width: 100% !important;
}
#check {
    width: 16px !important;
  }
.form-label {
    font-size: 13px;
    color: #41AFDA;
}
form button{
    width: 100%;
}
form a{
    text-decoration: none;
    font-size: 15px;
    color: #41AFDA;
}
.btn-crear-cuenta{
    border: 2px solid #E66026;
    color: #E66026;
    width: 100%;
    background: none;
    font-weight: 700;
}
.form-ingresos .form-label{
    color: #000 !important;
}

/**********     INICIO     ************/
.menu {
    width: 190px;
    height: 500px;
    background: #eee;
  }
.menu i{
  font-size: 20px;
}
.list-style{
    list-style: none;
}
.menu button a{
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: #000;
}
.sub-menu {
    font-size: 12px;
    text-decoration: none;
    color: #000;
}
.banner-credito {
    width: 934px;
    height: auto;
    border-radius: 26px;
    box-shadow: 0px 1px 10px 1px rgba(0,0,0,0.3);
  }
.banner-credito b{
    color: #006AFF;
}
.banner-credito button, .ver-mas{
    width: 457px;
    padding: 10px;
    background: #E66026;
    border: none;
    border-radius: 8px;
  }
  .banner-credito button a, .ver-mas a{
    color: #fff;
    text-decoration: none;
    font-weight: bold;
  }
  b{
    color:#006AFF;
  }
  .banner-credito p{
    color: #8B8B8B;
  }
  .propiedades {
    width: 950px;
  }
  .card-propiedad .btn-informe{
    border: 2px solid #006aff;
    color: #006aff;
    width: 100%;
    background: none;
    padding: 10px;
    border-radius: 8px;
  }
  .card-propiedad .btn-informe a{
    text-decoration: none;
    color: #006aff;
    font-weight: 700;
  }
  .card-propiedad{
    width: 300px;
    background: #F0F0F0;
    margin-right: 10px;
    border-radius: 10px;
  }
  .img-propiedad{
    width: 100%;
    padding: 0;
  }

  .propiedad{
    display: flex;
  }
 .card-propiedad .b-detalle {
    width: 100%;
}
.propiedad-vermas{
    background: #41AFDA;
}
  

  /**********     INICIO-1     ************/
  .inicio-menu nav{
    box-shadow: none;
  }
  .inicio-menu ul.navbar-nav > li{
    border: 2px solid #E66026;
    border-radius: 8px;
    margin-left: 20px;
    padding-left: 10px;
    padding-right: 20px;
  }
  .inicio-menu ul.navbar-nav > li:first-child{
    margin-left: 0px;
  }
  .inicio-menu li a{
    color: #006AFF;
  }
  .desarrollos{
    border: 2px solid #006aff;
    border-radius: 8px;
    display: flex;
  }
  .btn-agendar, .b-detalle{
    border: 2px solid #006aff;
    background: none;
    padding: 10px;
    border-radius: 8px;
  }
  .btn-agendar a, .b-detalle a{
    color: #006aff !important;
    font-weight: 700;
    text-decoration: none;
  }
  .btn-detalle{
    padding: 10px;
    background: #006AFF;
    border: none;
    border-radius: 8px;
  }
  .btn-detalle a{
    color: #fff;
    font-weight: bold;
    text-decoration: none;
  }
  .logos-movil{
    display: none !important;
  }
  .desarrollos-detalles {
    column-count: 4;
    display: block;
  }
  .desarrollos-detalles > div{
    padding-left: 0px;
    padding-right: 0px;
  }
  
   .btn-filtos {
    background: #006AFF;
  }
 
.infonavit-row, .fovisste-row{
  display:none;
}
.hidden {
  display: none;
}
.space-y-8>:not([hidden])~:not([hidden]) {
  --tw-space-y-reverse:0;
  margin-bottom:calc(2rem*var(--tw-space-y-reverse));
  margin-top:calc(2rem*(1 - var(--tw-space-y-reverse)));
}
.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216/var(--tw-text-opacity,1));
}
.p-4 {
  padding: 1rem;
}
.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255/var(--tw-bg-opacity,1));
}
.p-6 {
  padding: 1.5rem;
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251/var(--tw-bg-opacity,1));
}
.rounded-xl {
  border-radius: .75rem;
}
border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219/var(--tw-border-opacity,1));
}
.border-dashed {
  border-style: dashed;
}
.border-2 {
  border-width: 2px;
}
.footer {
  background-color: #1a1a1a;
  color: #fff;
  padding: 3rem 0 1.5rem;
}
.container {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 1rem;
  width: 100%;
}
.footer-content {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
}
.footer-logo {
align-items: center;
display: flex;
margin-bottom: 1rem;
}
.cf-logo {
height: 150px;
width: auto;
}
.footer-description {
color: #a0a0a0;
margin-bottom: 1.5rem;
max-width: 300px;
}
.social-links {
display: flex;
gap: 1rem;
}
.social-link {
color: #a0a0a0;
transition: color .3s ease;
}
.footer-links {
list-style: none;
}
.footer-link {
color: #a0a0a0;
display: block;
margin-bottom: .5rem;
text-decoration: none;
transition: color .3s ease;
}
.footer-contact {
list-style: none;
}
.contact-link {
color: #a0a0a0;
margin-left: .5rem;
text-decoration: none;
transition: color .3s ease;
}
.contact-item {
align-items: center;
display: flex;
margin-bottom: .5rem;
}
.contact-link {
color: #a0a0a0;
margin-left: .5rem;
text-decoration: none;
transition: color .3s ease;
}
.footer-bottom {
border-top: 1px solid #333;
margin-top: 2rem;
padding-top: 2rem;
text-align: center;
}
.password-container {
  position: relative;  
}
input[type="password"],
  input[type="text"] {
  width: 100%;
  padding: 10px 35px 10px 10px;
  font-size: 16px;
}
.toggle-password {
  position: absolute;
  right: 10px;
  top: 25px;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 18px;
  color: #555;
  user-select: none;
}
@media (min-width: 768px) {    
    .footer-content {
        grid-template-columns:repeat(4, 1fr)
    }
}
  @media (max-width: 767px){
    h1{
      font-size: 20px;
    }
    h2{
      font-size: 16px;
    }
    .modal-bancos{
      display: flex;
    }
    .card-bancos{
      display: none;
    }
    .btn-ingresos {
      width: 130px;
      margin-right: 0;
      
    }
    .btn-ingresos a{
      font-size: 12px;
    }
    .banner-ingresos {
      width: 100%;
      margin: 0;
      left: 0;
      border: none;
      border-radius: 0;
    }
    .text-end.my-5 {
      display: flex;
    }
    .banner-ingresos input {
      width: 100% !important;
    }
    .banner-ingresos label {
      font-size: 12px;
    }
    .form-ingresos {
      width: 100%;
    }
    .form-ingresos .form-col{
      display: contents;
    }
    .img-contact, .img-ingreso{
      width: 100%;
    }
    .sidebar{
      display: none !important;
    }
    .inicio-desarrollos{
      width: 100%;
    }
    .desarrollos {
      display: block;
    }
    .logos-desk
     {
      display: none !important;
     }
     .logos-movil {
      display: flex !important;
    }
     .desarrollos-detalles{
      column-count: 2;

     }
     .desarrollos-detalles p{
      font-size: 10px;
     }
     .logo-whatsapp{
      display: none
      ;
     }
     .card-propiedad .desarrollos-descripcion {
      display: block;
    }
    .btn-ver-propiedad{
      display: none;
    }
    .banner-credito, .propiedades, .banner-credito button {
      width: 100%;
    }
    .propiedad{
      display: block;
    }
    .card-propiedad {
      width: 100%;
      border: 2px solid #006aff;
      border-radius: 8px;
      margin-bottom: 10px;
    }
    .card-propiedad .b-detalle{
      display: none;
    }
    .inicio-menu ul{
      display: contents;
    }
    .inicio-menu .dropdown-menu.show {
      display: table;
    }
    .navbar .container {
     display: flex;
     justify-content: center;
    }
    div.text-end.my-5{
     display: flex;
     justify-content: space-between;
}

.footer{
  min-height: 210px;
}
.footer .socials {
  right: 25px;
}
    
  }