
.contenedorCotizadorFlotante {

    font-family: "Montserrat", "Helvetica", sans-serif;

    visibility: hidden;
  
    display: none;
  
    opacity: 0;
  
    position: fixed;
  
    top: 0;
  
    left: 0;
  
    right: 0;
  
    bottom: 0;
  
    background-color: rgba(0, 0, 0, 0.7);
  
    transition: all 0.2s ease-in-out;
  
    z-index: 9010;
  
  }
  
  
  
  .contenedorCotizadorFlotante.show {
  
    visibility: visible;
  
    opacity: 1;
  
    display: block;
  
  }
  
  
  
  .contenedorInfoCotizadorFlotante {
    position: absolute;
    top: 50%;
    /* Ajusta según sea necesario */
    left: 50%;
    /* Ajusta según sea necesario */
    transform: translate(-50%, -50%);
    /* Centra el div hijo */
    /* Agrega más estilos según sea necesario */
    width: 85%;
    max-width: 1160px;
    /* max-height: 555px; */
    max-height: 600px;
    height: 80vh;
    background-color: white;
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    border-radius: 5px;
  
  }

  @media screen and (max-width: 768px) {
    .contenedorInfoCotizadorFlotante {
        grid-template-columns: 1fr;
        position: absolute;
        top: 49%;
        overflow-y: auto;
        max-height: 100%;
    }
  }
  
  
  
  .contenedorInfoCotizadorFlotante>div:first-child {
  
    background-color: white;
  
    height: 100%;
  
    padding: 10px;
  
    border-top-left-radius: 5px;
  
    border-bottom-left-radius: 5px;
  
    display: flex;
  
    flex-direction: column;
  
    justify-content: center;
  
  }
  
  
  
  /* .contenedorInfoCotizadorFlotante>div:first-child>div:first-child {
  
    background-image: url("../images/cotizadorFlotante/1.jpg");
  
    background-size: cover;
  
    background-position: center;
  
    height: auti;
  
  } */
  
  
  
  .contenedorInfoCotizadorFlotante>div:first-child>div:nth-child(2) {
  
    height: auto;
  
  }
  
  
  
  .contenedorDetallesProyecto.superior_cotizador_flotante {
  
    width: 80%;
  
  }
  
  
  
  .formularioCotizadorFlotante {
  
    width: 90%;
  
    margin: 0 auto;
  
    padding: 20px 0;
  
    height: 90%;
  
    display: flex;
  
    flex-direction: column;
  
    justify-content: space-around;
  
    background-color: #F5F5F5;
  
  }
  
  
  
  .formularioCotizadorFlotante select {
  
    width: 100%;
  
    height: 32px;
  
    border: 0;
  
    border-bottom: 1px solid #D6D1CB;
  
    background-color: #F5F5F5;
  
    color: rgba(0, 0, 0, 0.3);
  
  }
  
  
  
  .formularioCotizadorFlotante select:focus-visible {
  
    outline: 0;
  
  }
  
  
  
  .formularioCotizadorFlotante input {
  
    width: 100%;
  
    height: 32px;
  
    border: 0;
  
    border-bottom: 1px solid #D6D1CB;
  
    background-color: #F5F5F5;
  
  }
  
  
  
  .formularioCotizadorFlotante input[type=checkbox] {
  
    width: auto;
  
    height: 16px;
  
    border: 0;
  
    border-bottom: 1px solid #D6D1CB;
  
  }
  
  
  
  .formularioCotizadorFlotante input {
  
    outline: 0;
  
  }
  
  
  
  .formularioCotizadorFlotante input::placeholder {
  
    font-family: "Lato", sans-serif;
  
    font-size: 14px;
  
    color: rgba(0, 0, 0, 0.3);
  
  }
  
  
  
  .formularioCotizadorFlotante textarea {
  
    width: 100%;
  
    height: auto;
  
    border: 0;
  
    border-bottom: 1px solid #D6D1CB;
  
    background-color: #F5F5F5;
  
  }
  
  
  
  .formularioCotizadorFlotante textarea::placeholder {
  
    color: rgba(0, 0, 0, 0.3);
  
  }
  
  
  
  .formularioCotizadorFlotante textarea:focus-visible {
  
    outline: 0;
  
  }
  
  
  
  .formularioFlotante.formularioFlotante {
    width: 100%;
    height: 10%;
    background-color: rgb(0, 95, 174);
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom-right-radius: 5px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    border-bottom-left-radius: 5px;
    color: white;
}
  
  
  
  .formularioFlotante.formularioFlotante:hover {
  
    color: #fff;
    opacity: 0.8;
  
  }
  
  
  
  .closeMenuFlotante {
  
    position: absolute;
  
    right: 0;
  
    transform: scale(0.3);
  
    cursor: pointer;
  
  }

  
  .contenedorDetallesProyecto {

    width: 90%;
  
    margin: 0 auto;
  
    display: flex;
  
    justify-content: space-around;
  
    align-items: center;
  
  }

  .lista-car .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0.2rem;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
}
.item-desde p{
  width: 100% !important;
}
.item span{
  width: 50%;
}
.item p{
  width: 50%;
}