/*.inicio {*/
    /*background-image: url('../img/img-background@2x.png');*/
    /*background-size: cover;
    background-position: center;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}*/

.inicio {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 100vh;
}

/* Móviles */
@media (max-width: 768px) {
    .inicio {
        background-size: contain; 
        min-height: auto; 
        height: 60vh; 
        background-position:center 50px;
    }
}

  .card-header-client {
    background-color: #153e6a;
    color: white;
    font-weight: 700;
    font-size: 17px;
    text-align: center;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }
  .card-header-expert {
    background-color: #e6732a;
    color: white;
    font-weight: 700;
    font-size: 1.25rem;
    text-align: center;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }
  .password-toggle {
    cursor: pointer;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: #6c757d;
  }
  .form-control {
    padding-left: 2.5rem;
    border-color: #707070;
  }
  .input-icon {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: #6c757d;
    pointer-events: none;
  }
  .form-group {
    position: relative;
  }
  footer {
    background-color: #1e3a5f;
    color: white;
    text-align: center;
    padding: 0.5rem 0;
    font-size: 0.875rem;
    margin-top: auto;
  }

  .bg-backdrop-filter{
    backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
background-color: rgba(255, 255, 255, 0.7);
  }

  footer{
    background: transparent linear-gradient(90deg, #0B3353 0%, #0E436E 100%) 0% 0% no-repeat padding-box;
    height: 54px;
    place-content: center;
  }


  .navbar-brand{
    margin: auto;
  }


.navbar{
    box-shadow: 0px 3px 6px #00000029;
}



  @media (max-width: 992px) {
    .navbar-nav {
        justify-content: center;
        text-align: center;

      }
      .navbar-collapse{
        position: absolute;
        width: 100%;
        top: 68px;
        background: white;
        left: 0;
        z-index: 2;
      }
      li.nav-item.me-2 {
        margin-right: 0 !important;
    }
    li.nav-item{
        margin-top: 10px;
        margin-bottom: 10px;
    }
    li.nav-item .btn {
        width: 50%!important;
    }
  }

  @media (max-width: 768px) {
    .navbar-nav {
        justify-content: center;
        text-align: center;
      }
      li.nav-item.me-2 {
        margin-right: 0 !important;
    }
    li.nav-item{
        margin-top: 10px;
        margin-bottom: 10px;
    }
    li.nav-item .btn {
        width: 100%!important;
    }

  }



  @media (max-width: 576px) {
    .navbar-nav {
      justify-content: center;
      text-align: center;
    }
    li.nav-item.me-2 {
        margin-right: 0 !important;
    }
    li.nav-item{
        margin-top: 10px;
        margin-bottom: 10px;
    }
    li.nav-item .btn {
        width: 95%!important;
        padding: 0;
    }

  }



  .card{
    border: 0;
    border-radius: 20px;
    overflow: hidden;
    font-family: 'Conv_Comex-Medium', sans-serif;
  }


  .h-100vh{
    height: 100vh;
  }

  .modal-header .btn-close{
    background: url(../img/icn-cerrar-modal@2x.png);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 1;
    top: -30px !important;
  }

  .btn.dropdown-toggle:hover p, .btn.dropdown-toggle:hover b,
  .btn.dropdown-toggle:focus p, .btn.dropdown-toggle:focus b,
  .btn.dropdown-toggle:active p, .btn.dropdown-toggle:active b,
  .btn.dropdown-toggle:focus-visible p, .btn.dropdown-toggle:focus-visible b

  {
    color: white;
  }

  .btn.dropdown-toggle:hover, .btn.dropdown-toggle:hover,
  .btn.dropdown-toggle:focus, .btn.dropdown-toggle:focus,
  .btn.dropdown-toggle:active, .btn.dropdown-toggle:active,
  .btn.dropdown-toggle:focus-visible, .btn.dropdown-toggle:focus-visible

  {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    box-shadow: none!important;
  }

  .btn.dropdown-toggle.shown:hover, .btn.dropdown-toggle.shown:hover,
  .btn.dropdown-toggle.shown:focus, .btn.dropdown-toggle.shown:focus,
  .btn.dropdown-toggle.shown:active, .btn.dropdown-toggle.shown:active,
  .btn.dropdown-toggle.shown:focus-visible, .btn.dropdown-toggle.shown:focus-visible

  {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    box-shadow: none!important;
  }

  .btn.btn-primary:hover, .btn.btn-primary:hover,
  .btn.btn-primary:focus, .btn.btn-primary:focus,
  .btn.btn-primary:active, .btn.btn-primary:active,
  .btn.btn-primary:focus-visible, .btn.btn-primary:focus-visible

  {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    box-shadow: none!important;
  }

  .btn.btn-outline-primary:hover, .btn.btn-outline-primary:hover,
  .btn.btn-outline-primary:focus, .btn.btn-outline-primary:focus,
  .btn.btn-outline-primary:active, .btn.btn-outline-primary:active,
  .btn.btn-outline-primary:focus-visible, .btn.btn-outline-primary:focus-visible

  {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    box-shadow: none!important;
    color: white;
  }

  .btn.btn-outline-primary:hover path, .btn.btn-outline-primary:hover path,
  .btn.btn-outline-primary:focus path, .btn.btn-outline-primary:focus path,
  .btn.btn-outline-primary:active path, .btn.btn-outline-primary:active path,
  .btn.btn-outline-primary:focus-visible path, .btn.btn-outline-primary:focus-visible path

  {

    fill: white;
  }






.carousel-caption {
  position: absolute;
  right: 50%;
  bottom: 50%;
  left: 50%;

  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 550px;
  height: 155px;

  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  color: #fff;
  background: rgba(255, 255, 255, 0.75);
  /* height: 100%; */

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  padding: 35px;

}

.carousel-indicators [data-bs-target]{
  border-radius: 50%;
    width: 10px;
    height: 10px;
}

.carousel-indicators .active{
  background-color: var(--bs-primary);
}

.carousel-item img{
    height: 390px;
    object-fit: cover;
}


.text-gray{
  color: #707070;
}


.bg-gris1{
  background-color: #F4F4F4;
}


@media (max-width: 992px) {
  li.nav-item .btn {
      padding: 0!important;
      width: 300px !important;
  }
  .carousel-item img{
    height: 320px;
    object-fit: cover;
}
}

@media (max-width: 992px) {
  li.nav-item .btn {
      padding: 0!important;
      width: 300px !important;
  }
  .carousel-item img{
    height: 320px;
    object-fit: cover;
}
.carousel-caption{
  padding: 35px;
  width: 80%;
}
}




.rating {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  input{
    border: none;
  }
}

.rating:not(:checked) > input {
  position: absolute;
  appearance: none;
}

.rating:not(:checked) > label {
  cursor: pointer;
  font-size: 20px;
  color: #EBEBEB;
}

.rating:not(:checked) > label:before {
  content: '★';
}

.rating > input:checked + label:hover,
.rating > input:checked + label:hover ~ label,
.rating > input:checked ~ label:hover,
.rating > input:checked ~ label:hover ~ label,
.rating > label:hover ~ input:checked ~ label {
  color: #FFC100;
}

.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
  color: #FFC100;
}

.rating > input:checked ~ label {
  color: #FFC100;
}


.center-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex
;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.chat {
  height: 400px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 20px #9DA3AD0D;
  border-radius: 22px;
  overflow-y: scroll;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper .btn{
  padding: 0;
  width: 100%;
}

.swiper-button-next, .swiper-button-prev{
  color: var(--bs-primary);
}



.picture__image{
  display: flex
;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    height: 80%;

}


#picture__input {
  display: none;
}

.picture {
  width: 80%;
  height: 170px;
  background-color: #FAFAFA;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #aaa;
  cursor: pointer;
  font-family: sans-serif;
  transition: color 300ms ease-in-out, background 300ms ease-in-out;
  outline: none;
  overflow: hidden;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px dashed #9DA3AD;
  margin: auto;
}

.picture:hover {
  color: #777;
  background: #ccc;
}

.picture:active {
  border-color: turquoise;
  color: turquoise;
  background: #eee;
}

.picture:focus {
  color: #777;
  background: #ccc;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.picture1{
  background-color: #F4F7FD;
  border-radius: 8px;

}
.picture2{
  background-color: #F4F7FD;
  border-radius: 8px;

}
.picture3{
  background-color: #F4F7FD;
  border-radius: 8px;

}

.picture__img {
  max-width: 100%;
}


.cotizaciones .swiper-slide{
  height: 400px !important;
}

/* Estilo para el botón naranja personalizado */
.btn-naranjita-ver-trabajos {
    background-color: #f57c00;
    color: white;
    border: none;
    width: 100%; /* igual que w-100 de Bootstrap */
    transition: background-color 0.3s ease;
}

    .btn-naranjita-ver-trabajos:hover {
        background-color: #e65100;
        color: white;
    }

.hero {
    background-size: cover; /* que cubra todo */
    background-position: center; /* centrado */
    background-repeat: no-repeat;
    min-height: 100vh; /* ocupa toda la pantalla */
    width: 100%;
    color: white;
}