
/* @import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Reddit+Sans:ital,wght@0,200..900;1,200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

*{
    font-family: "Reddit Sans", sans-serif;
    /* font-family: "Outfit", sans-serif; */
    /* font-weight: 400; */
    /* font-size: 15px; */
}
.sidebar{
    font-size: 15px;
}
.nav-header{
    font-weight: bold;
}
.titulo{
    /* font-family: "Rubik", sans-serif; */
    font-family: "Outfit", sans-serif;
}
.content{
    padding: 0;
}
.container-fluid{
    padding: 0;
}
.main-footer{
    border: 0;
    padding-bottom: 5px;
}
.content-header{
    margin-top: 0;
    padding-top: 0;
}
#body_sesion{
    height: 100vh;
}
.title_resgister_form{
    font-size: 14px;
}
.link{
    font-size: 13px;
}
.dropdown-item {
    font-size: 14px;
    padding-top: 0;
}

/* ****efecto maquina de escribir LOGIN***** */
#container-efect {
	margin: auto;
	display: table;
}

#container-efect { 
	position: relative; 
	float: left;
	/* background: tomato; */
	/* color: #fff; */
	/* font-size: 2.5em; */
}

#container-efect span {
    position:absolute;
    right:0;
    width:0;
    background: #f8fafc;
    border-left: 1px solid #000;
    animation: escribir 5s steps(30)  alternate;

   
}

@keyframes escribir {
    from { width: 100% }
    to { width:0 }
}
/* ************************** */
.nav-pills .nav-link.active,
.show>.nav-pills .nav-link{
    background: #022040 !important;  
}

.car_trasit{
   transition: all 0.3s ease-in-out; 
}
.car_trasit:hover{
  transform: translateY(-8%);
  /* box-shadow: 1px 13px 34px 0px rgba(0,78,191,0.31); */
}

.zoom_text{
    transition: transform 0.3s ease-in-out;
}

.zoom_text:hover{
    transform: scale(1.05);
}

.text_12{
    font-size: 12.7px;
}

/* IMG ARQUEO */
.bg_arqueo{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}



/* ********* */
.custom-shape-divider-bottom-1731436978 {
    /* position: absolute; */
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1731436978 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 46px;
}

.custom-shape-divider-bottom-1731436978 .shape-fill {
    /* fill: rgb(17 82 255 / 12%) !important; */
    fill: #042c76;
    /* fill: linear-gradient(171deg,rgba(0, 116, 188, 1) 0%, rgba(4, 44, 118, 1) 59%); */
}

#info{
    /* background-color: rgb(17 82 255 / 12%) !important; */
    background: #042c76;
    /* background: linear-gradient(171deg,rgba(0, 116, 188, 1) 0%, rgba(4, 44, 118, 1) 59%); */
    height: 26%;
}

.bg-blue-gradient{
    background: linear-gradient(171deg,rgba(0, 116, 188, 1) 0%, rgba(4, 44, 118, 1) 59%);
}




