/* Globals */
:root {
  --darkBlue: #010f4c;
  --white: #fff;
  --red: #c64023;
  --linkSize: 1.5rem;
  --scrollableSize: 8rem;
  --containerMarginLeft: 8rem;
}

@font-face {
  font-family: "Book";
  src: url("./fonts/Biennale Book.otf");
}

@font-face {
  font-family: "Semi";
  src: url("./fonts/Biennale SemiBold.otf");
}

* {
  margin: 0;
  padding: 0;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

.label {
  font-family: "Semi";
  font-size: 1.2rem;
  color: var(--darkBlue);
}

h1 {
  font-family: "Semi";
  font-size: 4.5rem;
  margin: 0;
  color: var(--darkBlue);
}

@media (max-width: 576px) {
  h1 {
    font-family: "Semi";
    font-size: 3.5rem;
    margin: 0;
  }
}

@media (min-width: 1400px) {
  h1 {
    font-family: "Semi";
    font-size: 7.2rem;
    margin: 0;
  }
}

h2 {
  font-family: "Book";
  font-size: 1.5rem;
  margin: 0;
}

h3 {
  font-family: "Book";
  font-size: 1.2rem;
  margin: 0;
}

/* Cotizacion */
table {
  border-radius: 0.8rem;
  padding: 0.3rem;
  border-collapse: separate !important;
  font-family: "Book";
  width: 100%;
  border-spacing: 0 2px;
  color: var(--darkBlue);
}

tr:nth-child(even) {
  background-color: #f3f3f3;
}

th {
  padding: 0.3rem;
  font-family: "Book";
}

td {
  padding: 0 0.3rem;
  color: var(--darkBlue);
}

.inputText {
  border: none;
  outline: none;
}

.logo {
  width: 60px;
  position: absolute;
  bottom: 0px;
  left: 70px;
}

.button {
  font-family: "Book";
  border: 1px solid var(--darkBlue);
  background-color: var(--darkBlue);
  color: var(--white);
  margin-top: 0.5rem;
  border-radius: 0.8rem;
  padding-left: 5rem;
  padding-right: 5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-decoration: none;
  cursor: pointer;
  width: auto;
}



.button:hover {
  font-family: "Book";
  border: 1px solid var(--darkBlue);
  background-color: var(--white);
  color: var(--darkBlue);
  margin-top: 0.5rem;
  border-radius: 0.8rem;
  padding-left: 5rem;
  padding-right: 5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.editar {
  font-family: "Book";
  border: 1px solid var(--darkBlue);
  background-color: var(--darkBlue);
  color: white;
  margin-top: 0.5rem;
  border-radius: 0.8rem;
  padding-left: 5rem;
  padding-right: 5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-decoration: none;
  cursor: pointer;
  width: auto;
}

.editar:hover {
  font-family: "Book";
  border: 1px solid var(--darkBlue);
  background-color: var(--white);
  color: var(--darkBlue);
  margin-top: 0.5rem;
  border-radius: 0.8rem;
  padding-left: 5rem;
  padding-right: 5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}


.editores {
  font-family: "Book";
  border: 1px solid var(--darkBlue);
  background-color: var(--darkBlue);
  color: white;
  border-radius: 0.8rem;
  text-decoration: none;
  cursor: pointer;
  width:100px;
}

.editores:hover{
  font-family: "Book";
  border: 1px solid var(--darkBlue);
  background-color: var(--white);
  color: var(--darkBlue);
  border-radius: 0.8rem;

}

.unidades{
  width:60%;
  align-items: center;
  border-radius: 30px;
  text-align: center;
}

.descripcion {
  color:red;
}


textarea, select {
  border: none;
  background-color: transparent;
  border-bottom: 2px solid #ccc;
  border-radius: 5px;
  color: #333;
  font-size: 16px;
  font-family: Arial, sans-serif;
  transition: border-color 0.3s ease-in-out;
  width:100%;
  height: 100%;
}

textarea:focus {
  border-color: #4CAF50;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

select {
  width: 100%;
}

.resultado_cotizacion{
  margin-left: 40%;
}

.label_cotizacion {
  margin-left: 5%;
}

.input-sesion {
  color:black;
  border-radius: 20px;
  border-color: black;
}

.input-sesion:hover{
  color:black;
  border-radius: 20px;
  border-color: black;

}



.boton-sesion {
  border-radius: 20px;
  background-color: #010f4c;
}

.boton-sesion:hover{
  background-color: white;
  color:black;
  border-color: black;
}

.contenedor-centrar{
  text-align: center;
  display: flex;
  justify-content: center
}

.barra-sesion{
  width:100%; 
  margin-top:5%;
}
.boton-descarga{
  color:red;
  margin-left: 36%;
}

.boton-cotizacion{
  margin-top: -84px;
  margin-left: -330px;
}




.titulo {
  color:#010f4c;
  font-family: Semi;
}

.total_editar_cotizacion {
  align-items: center;
  text-align: center;
  margin-top: 20px;
  font-family: sans-serif;
  font-size: medium;
  color : #010f71;


}

.contenedor_editor_main {
  width: 400px; /* Ancho del contenedor externo */
    height: 500px; /* Altura del contenedor externo */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top:5%;
    margin-left: 6%;
  
}

.contenedor_editor {
  width: 90%; /* Ancho del contenedor */
 text-align: center; 
  height: 100%;
  
}