@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:400');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playwrite+IN:wght@100..400&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap&family=Rouge+Script&display=swap');

@media (max-width: 768px) {
  .form__button.w-50{width: 100% !important;}
  .sidebar {transform: translateX(-100%);}
  .menu-btn, .close-btn {display: block !important;}
  .main_content {margin-left: 0 !important;}
}
body {
  width: 100%;
  min-height: 100vh; 
  overflow-x: hidden; 
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  /*background-image: url('../img/opacity.webp'),url(../img/paper.jpg);*/
  background: rgb(108,117,125);
  background: radial-gradient(circle, rgba(108,117,125,1) 0%, rgba(17,17,17,1) 100%) !important;
  background-size: 100% 100%;
  font-family: "Poppins", serif;
}

.title {
  margin-bottom: 5%;
  font-size: 5rem;
  text-align: center;
  color: #fff;
  font-family: "Rouge Script", serif;
}
.form_contact{
  max-width: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 35px;
}
.form_control::placeholder, .form_field::placeholder{
  color: #595959da !important;
}
.card{
  border-radius: 0;
  border: 0;
  background-color: rgba(255, 255, 255, 0.5);
  /*box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(15px);*/
}
.content .card-img-top{
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 0;
}
.card-footer{
 background-color: transparent;
 border-top: 0;
}

.form__button{
  float: right;
  border: none;
  font-size: 1.5rem;
  color: #fff;
  background: transparent;
  cursor: pointer;
  font-weight: bold;
  text-transform: uppercase;
  border: 2px solid #fff;
  padding: 5px 10px;
}


.read_more{
  display: block;
  float: right;
  border: none;
  font-size: 1rem;
  color: #fff;
  background-color: transparent;
  text-decoration: underline;
}
.form_field {
  display: inline;
  color: #fff;
  outline: none;
  width: 100%;
  min-height: 150px;
  border: none;
  border-bottom: 2px solid #fff;
  background-color: transparent;
  resize: none;
}
.form_control{
  display: inline;
  color: #fff;
  outline: none;
  width: 100%;
  border: none;
  border-bottom: 2px solid #fff;
  background-color: transparent;
  resize: none;
  padding-left: 3%;
}
.notes .card-text {
  font-size: 1rem;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.txt-black{
  color: black !important;
}
.modal .card-text{
  height: 150px;
  overflow-y: scroll;
}
.float-end.upload_label{
  text-decoration: none !important;
  border: none !important;
  box-shadow: none !important;
}
/*.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 250px;
  height: 100vh;
  background-color: transparent;
  color: #fff;
  padding: 20px;
  padding-top: 5%;
}*/
 /* Botón de menú */
 .menu-btn {
  display: none;
  position: fixed;
  top: 10px;
  left: 10px;
  background: #333;
  color: white;
  border: none;
  padding: 10px 15px;
  font-size: 18px;
  cursor: pointer;
}
/* Botón de cerrar en el sidebar */
.close-btn {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #333;
  color: white;
  border: none;
  padding: 10px;
  font-size: 18px;
  cursor: pointer;
}
.sidebar {
  position: fixed;
  left: 0;
  top: 0;
  width: 250px;
  height: 100%;
  background: #333;
  color: white;
  padding-top: 20px;
  transition: transform 0.3s ease-in-out;
  z-index: 1000;
}
.sidebar.active {
  transform: translateX(0);
}
.main_content {
  width: 100%;
  margin-left: 250px;
  padding: 20px;
  min-height: 100vh;
  background: rgb(108,117,125);
  background: radial-gradient(circle, rgba(108,117,125,1) 0%, rgba(17,17,17,1) 100%) !important;
  background-size: 100% 100%;
}


.sidebar .wrap {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar .wrap li {
  margin: 20px 0;
  font-size: 2.5rem;
  font-family: "Rouge Script", serif;
  color: #fff;
  list-style: none;
}
.sidebar .wrap a {
  text-decoration: none;
  color: #fff;
  display: block;
  padding: 10px 20px;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, transparent 100%, transparent 100%),
                    linear-gradient(to bottom, transparent 100%, transparent 100%),
                    linear-gradient(to right, transparent 100%, transparent 100%),
                    linear-gradient(to bottom, transparent 100%, transparent 100%);
  background-size: 0 3px,3px 0,0 3px,3px 0;
  background-position: 0 0,100% 0,100% 100%,0 100%;
  transition: background-size 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.sidebar .wrap a:hover {
  background-image: linear-gradient(to right, #fff 100%, #fff 100%),
                    linear-gradient(to bottom, #fff 100%, #fff 100%),
                    linear-gradient(to right, #fff 100%, #fff 100%),
                    linear-gradient(to bottom, #fff 100%, #fff 100%);
  background-size: 100% 3px,3px 100%,100% 3px,3px 100%;
}
/*-----File--------*/
.hidden {
  display: none;
}
.upload_label {
  padding: .5rem;
  background-color: transparent;
  color: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  border: 2px solid #fff;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  font-weight: bold;
}

/*.upload_label:hover {
  background-color: #fff;
  color: black;
}*/

.upload_label svg {
  width: 2rem;
  height: 2rem;
}

.upload_label span {
  margin-top: 0.5rem;
  font-size: 1rem;
  text-align: center;
  font-weight: bold;
}
.nombre{
  color: #fff;
  font-size: 1.3rem;
}
.fecha{
  color: #fff;
  font-size: .8rem;
}

