<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
  font-family:  Indivisa Text Sans;
}

.icon-circle{
	  border-radius: 50px;
}

.scroll {	
    overflow-y: auto;
}

.timeline{
    padding: 50px 0;
}

.timeline-nodes {
    padding-bottom: 25px;
    position: relative;
}
.timeline-nodes:nth-child(even) {
    flex-direction: row-reverse;
}
.timeline h3, .timeline p {
    padding: 5px 15px;
} 
.timeline h3{
    font-weight: lighter;
    background: var(--blue);    
}
.timeline p, .timeline time {
    color: var(--blue)
}
.timeline::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    border-left: 2px dashed var(--blue);
    height: 100%;
    z-index: 1;
    transform: translateX(-50%);
}
.timeline-content {
	border: 1px solid var(--blue);
    position: relative;
    border-radius: 0 0 10px 10px;
    box-shadow: 0px 3px 25px 0px rgba(10, 55, 90, 0.2)
}
.timeline-nodes:nth-child(odd) h3,
.timeline-nodes:nth-child(odd) p {
    text-align: right;
}
.timeline-nodes:nth-child(odd) .timeline-date {
    text-align: left;
}
 
.timeline-nodes:nth-child(even) .timeline-date {
    text-align: right;
}
.timeline-nodes:nth-child(odd) .timeline-content::after {
    content: "";
    position: absolute;
    top: 5%;
    left: 100%;
    width: 0;
    border-left: 10px solid var(--blue);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
.timeline-nodes:nth-child(even) .timeline-content::after {
    content: "";
    position: absolute;
    top: 5%;
    right: 100%;
    width: 0;
    border-right: 10px solid var(--blue);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
.timeline-image {
    position: relative;
    z-index: 100;
}
.timeline-image::before {
    content: "";
    width: 80px;
    height: 80px;
    border: 2px dashed var(--blue);
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #fff;
    z-index: 1;
}
.timeline-image img {
    position: relative;
    z-index: 100;
}


/*small device style*/

@media (max-width: 767px) {
    .timeline-nodes:nth-child(odd) h3,
    .timeline-nodes:nth-child(odd) p {
    text-align: left
	}
	.timeline-nodes:nth-child(even) {
	    flex-direction: row;
	}
	    .timeline::before {
	    content: "";
	    display: block;
	    position: absolute;
	    top: 0;
	    left: 4%;
	    width: 0;
	    border-left: 2px dashed var(--blue);
	    height: 100%;
	    z-index: 1;
	    transform: translateX(-50%);
	}
	.timeline h3 {
	    font-size: 1.7rem;
	}
	.timeline p {
	    font-size: 14px;
	}
	.timeline-image {
	    position: absolute;
	    left: 0%;
	    top: 60px;
	    /*transform: translateX(-50%;);*/
	}
	.timeline-nodes:nth-child(odd) .timeline-content::after {
	    content: "";
	    position: absolute;
	    top: 5%;
	    left: auto;
	    right: 100%;
	    width: 0;
	    border-left: 0;
	    border-right: 10px solid var(--blue);
	    border-top: 10px solid transparent;
	    border-bottom: 10px solid transparent;
	}
	.timeline-nodes:nth-child(even) .timeline-content::after {
	    content: "";
	    position: absolute;
	    top: 5%;
	    right: 100%;
	    width: 0;
	    border-right: 10px solid var(--blue);
	    border-top: 10px solid transparent;
	    border-bottom: 10px solid transparent;
	}
	.timeline-nodes:nth-child(even) .timeline-date {
	    text-align: left;
	}
	.timeline-image::before {
	    width: 65px;
	    height: 65px;
	}
}

/*extra small device style */
@media (max-width: 575px) {
    .timeline::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 3%;
	}
	.timeline-image {
	    position: absolute;
	    left: -5%;
	    }
	.timeline-image::before {
	    width: 60px;
	    height: 60px;
	}
}



.icon-circulo {
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dropdown-Title {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  white-space: nowrap;
}

.text-uppercase, .dropdown .dropdown-menu .dropdown-Title, .sidebar .sidebar-heading {
  text-transform: uppercase !important;
}

.dropdown .dropdown-menu .dropdown-Title {
  font-weight: bold;
  font-size: 1rem;
  color: #fff;
}

.dropdown-Title {
  background-color: #0c2461;
  border: 1px solid #0c2461;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #fff;
}


small {
  font-size: 80%;
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

.text-gray-500 {
  color: #b7b9cc !important;
}

.font-weight-bolder {
  font-size: 80%;
  font-weight: bolder !important;
}

.dropdown-item2{
  display: block;
  width: 30rem;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #3a3b45;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item2:hover, .dropdown-item2:focus {
  color: #2e2f37;
  text-decoration: none;
  background-color: #dfe4ea;
}

.dropdown-item2.active, .dropdown-item2:active {
  color: #fff;
  text-decoration: none;
  background-color: #4e73df;
}

.dropdown-item2.disabled, .dropdown-item2:disabled {
  color: #858796;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-body{
	width: 90%;
}


/* Texto Parrafo */
.parrafo{
  font-size: 8px;
}

</pre></body></html>