* {
	margin: 0px; 
	padding: 0px; 
	box-sizing: border-box;
}
body, html {
	height: 100%;
	font-family: Ubuntu, sans-serif;
}
a
{
  color: unset;
}
.input100 {
  font-size: 15px;
  color: #1b3815;
  line-height: 1.2;
  border: none;
  position: relative;
  display: block;
  width: 100%;
  height: 55px;
  background: #ebebeb;
  border-radius: 27px;
  padding: 0 35px 0 35px;
}
.login100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  height: 40px;
  background-color: #00263E;
  border-radius: 25px;
  border: none;
  font-size: 15px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.wrap-login100 {
  width: 500px;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
}
.container-login100 {
  width: 100%;  
  min-height: 75vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  position: relative;
  background-color: #fff;
}
.limiter
{
  width: 100%;
  margin: 0 auto;
}
.modeloFT
{
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.64);
  -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.64);
  box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.64);
}
.div_estatus
{
  color: #00263E;
}
.estatus_completo
{
  background-color: #00263E;
  margin: 1.5rem 0;
  padding: .5rem;
  border-radius: 5px;
}
.estatus_completo:not(:last-child)::after {
  content: '⤹';
  margin-left: -297px;
  position: relative;
  top: 42px;
  right: -279px;
  font-size: 2.1rem;
  color: #00263E;
}
.estatus_completo:last-child::after {
  content: none; /* Elimina el contenido del último elemento */
}
.div_fecha
{
  font-size: 1.1rem;
  color: white;
  margin-left: 1.9rem;
}
.div_detalle
{
  color: white;
}
.div_detalle::before
{  
  content: '\1F4E6';
  margin-right: 7px;
}
@media(max-width:468px) /*Mobile*/
{
  .login100-form-btn
  {
    width: 100%;
  }
  .modeloFT img
  {
    width: 21.5rem;
    height: 18rem;
  }
  .modal-content
  {
    width: 100%;
  }
}
@media(min-width:470px) /*Desktop*/
{
  .wrap-login100
  {
    width: 100rem;
  }
  .logo img
  {
    width: 17rem;
  }
  .container-fluid h4
  {
    font-size: 1.5rem;
  }
  .input100
  {
    width: 60%;
    text-align: center;
  }
  .login100-form-btn
  {
    font-size: .9rem;
  }
  .modeloFT img
  {
    width: 30rem;
  }
  .modal-dialog
  {
    max-width: 775px;
  }
  .modal-header h5
  {
    font-size: 1.3rem;
  }
  .modal-body p
  {
    font-size: 1.1rem;
  }
  .btn-success
  {
    font-size: 1rem;
  }
  .modal-content
  {
    width: 67%;
    right: -8rem;    
  }
}
.wrapper{
  max-width: 1080px;
  margin: 50px auto;
  padding: 0 20px;
  position: relative;
}
.wrapper .center-line{
  position: absolute;
  height: 100%;
  width: 4px;
  background: #fff;
  left: 50%;
  top: 20px;
  transform: translateX(-50%);
}
.wrapper .row{
  display: flex;
}
.wrapper .row-1{
  justify-content: flex-start;
}

.wrapper .row section{
  background: #fff;
  border-radius: 5px;
  width: calc(50% - 40px);
  padding: 20px;
  position: relative;
}
.wrapper .row section::before{
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  background: #fff;
  top: 28px;
  z-index: -1;
  transform: rotate(45deg);
}
.row-1 section::before{
  right: -7px;
}
.row-2 section::before{
  left: -7px;
}
.row section .icon,
.center-line .scroll-icon{
  position: absolute;
  background: #f2f2f2;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  color: #00263E;
  font-size: 17px;
  box-shadow: 0 0 0 4px #fff, inset 0 2px 0 rgba(0,0,0,0.08), 0 3px 0 4px rgba(0,0,0,0.05);
}
.center-line .scroll-icon{
  bottom: 0px;
  left: 50%;
  font-size: 25px;
  transform: translateX(-50%);
}
.row-1 section .icon{
  top: 15px;
  right: 489px;
}

.row section .details,
.row section .bottom{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.row section .details .title{
  font-size: 22px;
  font-weight: 600;
}
.row section p{
  margin: 10px 0 17px 0;
}
.row section .bottom a{
  text-decoration: none;
  background: #ff7979;
  color: #fff;
  padding: 7px 15px;
  border-radius: 5px;
  /* font-size: 17px; */
  font-weight: 400;
  transition: all 0.3s ease;
}
.row section .bottom a:hover{
  transform: scale(0.97);
}
@media(max-width: 790px){
  .wrapper .center-line{
    left: 40px;
  }
  .wrapper .row{
    margin: 30px 0 3px 60px;
  }
  .wrapper .row section{
    width: 100%;
  }
  .row-1 section::before{
    left: -7px;
  }
  .row-1 section .icon{
    left: -60px;
  }
}
@media(max-width: 440px){
  .wrapper .center-line,
  .row section::before,
  .row section .icon{
    display: none;
  }
  .wrapper .row{
    margin: 10px 0;
  }
  .div_estatus
  {
    text-align: center;
  }
}