@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');
body{  font-family: Poppins !important;    }

.marquesina {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  border: 1px solid #ccc;
  background-color: #f0f0f0;
  font-size: 12px;
}

.marquesina span {
  display: inline-block;
  padding-left: 100%;
  animation: marquesina 40s linear infinite;
}

@keyframes marquesina {
  from {
      transform: translateX(0);
  }
  to {
      transform: translateX(-100%);
  }
}



.btn-primary{
  background-color: #03507A !important;

}


.btn-primary2{
  background-color: #03507A !important;
  border:1px solid silver;

}


.titulos2{
  background-color: #03507A !important;
  font-family: 'Poppins' !important;
  color:white !important;
  font-size: 16px !important;
  padding:5px !important;
  text-align:center !important;
  font-weight: bolder !important;
}

.stitulos2{
  background-color: #03507A !important;
  font-family: 'Poppins' !important;
  color:white !important;
  font-size: 12px !important;
  padding:2px !important;

}






.botondescarga{
  background-color:green !important;
  padding:5px;
  border-radius: 5px;
  color:white;
  font-size:15px;
  margin-right:auto;


}


.iconmenu{
    width:25px !important;

}



a{   text-decoration:none;     color:black;    }
a:hover{color:gray;  cursor:pointer !important }




.botonmini{
  
  line-height: 14px;
  padding:3px 3px 3px 3px;
  margin: 3px 3px 3px 3px;
  border-bottom:1px solid gainsboro;
  
}


.deshab{
  background-color: transparent !important;
  border:0px solid red;
} 

.encabezadito{
    font-size: 13px !important;
    line-height: 14px;
    padding:2px 2px 2px 10px;
    border-bottom:1px solid gainsboro;
    font-weight: 500;
}


.habil{
  background-color:  rgb(255, 255, 255) !important;
  border:1px solid  rgb(121, 112, 255)  !important;
  border-radius: 2px !important;
}

.maqueta{

    border:1px dashed red;
}


.terminado{
   text-decoration: line-through;;
  color: rgb(147,145,145) !important;

}

.textito{
  font-size: 12px !important;  
  color: silver;
  text-align:Center;
  width:100%;

  
}

.texto1{
  font-size: 13px !important;
  line-height: 17px;
  padding:0px 2px 2px 10px;
  margin:0px;
  
  font-weight: 500;

}

.texto2{
  font-size: 12px !important;
  color:silver;
  line-height: 17px;
  padding:10px  0px 0px 10px;
  margin:0px;  
  font-weight: 500;

}

.tabyselect{
  color:#000000;
  font-weight: bolder;
}


.vencida{
    color: red;
  
}



/*  =====  */

 
.timeline {
    border-left: 3px solid #727cf5;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    background: rgba(114, 124, 245, 0.09);
    margin: 0 auto;
    letter-spacing: 0.2px;
    position: relative;
    line-height: 1.4em;
    font-size: 1.03em;
    padding: 10px;
    list-style: none;
    text-align: left;
    max-width: 60%;
}

@media (max-width: 767px) {
    .timeline {
        max-width: 98%;
        padding: 25px;
    }
}

.timeline h1 {
    font-weight: 300;
    font-size: 1.4em;
}

.timeline h2,
.timeline h3 {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 10px;
}

.timeline .event {
    border-bottom: 1px dashed #e8ebf1;
    padding-bottom: 5px;
    margin-bottom: 5px;
    position: relative;
}

@media (max-width: 767px) {
    .timeline .event {
        padding-top: 30px;
    }
}

.timeline .event:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

.timeline .event:before,
.timeline .event:after {
    position: absolute;
    display: block;
    top: 0;
}

.timeline .event:before {
    left: -207px;
    content: attr(data-date);
    text-align: right;
    font-weight: 100;
    font-size: 0.9em;
    min-width: 120px;
}

@media (max-width: 767px) {
    .timeline .event:before {
        left: 0px;
        text-align: left;
    }
}

.timeline .event:after {
    -webkit-box-shadow: 0 0 0 3px #727cf5;
    box-shadow: 0 0 0 3px #727cf5;
    left: -55.8px;
    background: #fff;
    border-radius: 50%;
    height: 9px;
    width: 9px;
    content: "";
    top: 5px;
}

@media (max-width: 767px) {
    .timeline .event:after {
        left: -31.8px;
    }
}

.rtl .timeline {
    border-left: 0;
    text-align: right;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-right: 3px solid #727cf5;
}

.rtl .timeline .event::before {
    left: 0;
    right: -170px;
}

.rtl .timeline .event::after {
    left: 0;
    right: -55.8px;
}

.txtimp{
    color:rgb(8, 118, 182);
    font-weight: 700;
}

 
.cuerpo p {
  transform: translatey(0px);
  animation: float 5s ease-in-out infinite;
  mix-blend-mode: multiply;
  text-align: center;

  font-weight: normal;
  letter-spacing: 3px;
  font-size: 13px;
  color: #000000;
  background-color: #f7f7f7;
  padding: 30px;
  border-radius: 11px;
  position: relative;
  box-shadow: 10px 10px #6086a5;

   border: 1px solid #c8c8a9;
}
.cuerpo p:after {
  transform: translatey(0px);
  animation: float2 5s ease-in-out infinite;
  content: ".";
  font-weight: bold;
   -webkit-text-stroke: 0.5px #c8c8a9;
  -webkit-text-fill-color: #f7f7f7;
   border: 1px solid #c8c8a9;
  text-shadow: 22px 22px #6086a5;
  text-align: left;
  font-size: 55px;
  
  height: 11px;
  line-height: 30px;
  border-radius: 11px;
  background-color: #f7f7f7;
  position: absolute;
  display: block;
  bottom: -25px;
  left: 0;
  box-shadow: 22px 22px #6086a5;
  z-index: -2;
}

@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-2px);
  }
  100% {
    transform: translatey(0px);
  }
}

@keyframes float2 {
  0% {
    line-height: 30px;
    transform: translatey(0px);
  }
  55% {
    transform: translatey(-2px);
  }
  60% {
    line-height: 10px;
  }
  100% {
    line-height: 30px;
    transform: translatey(0px);
  }
}


/* Estilo para el switch */
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .4s;
  border-radius: 24px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: .4s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color: #4CAF50;
}

input:checked + .slider:before {
  transform: translateX(26px);
}


.menu {
  width: 200px;
  height: 100vh; /* Ocupa toda la altura de la ventana */

  color: #fff;
  
  position: fixed;
  top: 0;
  left: 0;
  overflow: auto;
}

.header {
  position: fixed;
  top: 0;
  left: 200px; /* Igual al ancho del menú */
  right: 0;
  height: 60px;
  background-color: #444;
  color: #fff;
  display: flex;
  align-items: center;
  padding-left: 20px;
  font-size: 20px;
  z-index: 1;
}

.content {
  margin-top: 0px; /* Altura de la barra superior */
  margin-left: 100px; /* Igual al ancho del menú */
  padding-left: 20px;
  padding-top: 10px;
  overflow-y: auto;
  height: calc(100vh - 60px); /* Resta la altura de la barra superior */
  background-color: #f9f9f9;
}



