::-webkit-scrollbar {
    display: none;
}
/* @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800&display=swap"); */
*{
    margin: 0;padding: 0px;box-sizing: border-box; text-decoration: none;
}
body{
    min-height: 100vh; width: 100%; background: #fff; height: 100%;
}
.nave{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    padding: 10px;
    transition: all 0.4s ease;
    box-shadow: 0px 5px 8px -6px #cdd1e1;
    z-index: 2;
    height: 70px;
} 
.base{
    position: fixed;
    left: 0;
    top: 80px;
    width: 100%;
    /* background: #4070f4; */
    padding: 10px;
    transition: all 0.4s ease;
    box-shadow: 0px 5px 21px -5px #cdd1e1;
    z-index: 3;
    height: 60px;
    background: #fab809;
    display: flex; justify-content: center; align-items: center;
} 
a {
    position: relative;
    color: inherit;
    text-decoration: none;
    /* -webkit-transition: all 0.4s ease; */
    transition: all 0.4s ease;
}
  
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    /* border: 1px solid #e3e3e3; */
    border-radius: 20px;
    border: none;
    box-shadow: 0px 5px 21px -5px #cdd1e1;
}
/* .card {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    transition: background 0.25s ease;
    -webkit-transition: background 0.25s ease;
    -moz-transition: background 0.25s ease;
    -ms-transition: background 0.25s ease;
    border: none;
} */

.footer {
    background: #F5F7FF;
    padding: 30px 2.45rem;
    transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    font-size: calc(0.875rem - 0.05rem);
    font-family: "Nunito", sans-serif;
    font-weight: 400;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}
footer { position: relative; background: #0F0844; width: 100%; bottom: 0; left: 0 }

footer::before {
    content: ''; position: absolute; left: 0; top: 100px; height: 1px; width: 100%; background: #AFAFB6;
}
footer .footer-content { max-width: 1250px; margin: auto; padding: 20px 40px 20px 40px }
footer .footer-content .top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 50px }
.footer-content .top .logo-details { color: #fff; font-size: 30px }
.footer-content .top .media-icons { display: flex }
.footer-content .top .media-icons a { 
    height: 40px; width: 40px;
    margin: 0 8px; border-radius: 50%;
    text-align: center; line-height: 40px;
    color: #fff; font-size: 17px; text-decoration: none; transition: all 0.4s ease;
}
.top .media-icons a:nth-child(1) { background: #4267B2 }
.top .media-icons a:nth-child(1):hover { color: #4267B2; background: #fff }
.top .media-icons a:nth-child(2) { background: #1DA1F2 }
.top .media-icons a:nth-child(2):hover { color: #1DA1F2; background: #fff }
.top .media-icons a:nth-child(3) { background: #E1306C }
.top .media-icons a:nth-child(3):hover { color: #E1306C; background: #fff }
.top .media-icons a:nth-child(4) { background: #FF0000 }
.top .media-icons a:nth-child(4):hover { color: #FF0000; background: #fff }
footer .footer-content .link-boxes { width: 100%; display: flex; justify-content: space-between }
footer .footer-content .link-boxes .box { width: calc(100%/2 - 10px) }
.footer-content .link-boxes .box .link_name { color: #fff; font-size: 18px; font-weight: 400; margin-bottom: 10px; position: relative }
.footer-content .link-boxes .box .link_name::before {
    content: ''; position: absolute; height: 2px; width: 50px; background: #fff; left: 0; bottom: -2px;
}
.footer-content .link-boxes .box li { margin: 6px 0; list-style: none }
.footer-content .link-boxes .box li a {
    color: #fff; font-size: 15px; font-weight: 400; text-decoration: none; opacity: 0.8; transition: all 0.4s ease;
}
.footer-content .link-boxes .box li a:hover { opacity: 1; box-shadow: 0px 5px 21px -5px #cdd1e1 }
footer .bottom-details { width: 100%; background: #000 }
footer .bottom-details .bottom_text {  max-width: 1250px; margin: auto; padding: 20px 40px; justify-content: space-between }
.bottom-details .bottom_text span,
.bottom-details .bottom_text a { font-size: 14px; font-weight: 300; color: #fff; opacity: 0.8; text-decoration: none }
.bottom-details .bottom_text a:hover { opacity: 1; box-shadow: 0px 5px 21px -5px #cdd1e1 }
@media (max-width: 700px) {
    .footer-content .top .logo-details { font-size: 25px }
    .footer-content .top .media-icons a { margin: 0 2px }
    footer .footer-content { max-width: 1250px; margin: auto; padding: 30px 20px 30px 20px }
    footer .bottom-details .bottom_text { padding: 20px 20px }
}


/*_________________________Elements______________________________*/
/* .btn-secondary:not(:disabled):not(.disabled):active:focus, .wizard > .actions .disabled a:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .wizard > .actions .disabled a:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus,
.wizard > .actions .disabled .show > a.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(144, 145, 146, 0.5);
} */
.btn:hover {
    cursor: pointer;
    margin-top: 2px;
    box-shadow: 0px 1px 0px rgb(0 0 0 / 40%);
}
.btn-successful {
    padding: 0.1rem 1rem;
    vertical-align: top;
    cursor: pointer;
    font-size: 0.665rem;
    border-radius: 15px;
    color: #fff;
    border: 1px solid transparent;
    background-color: #57B657;
    border-color: #57B657;
}
.btn-successful:hover {
    color: #000;
    background-color: #46a146;
    border-color: #429842;
    margin-top: 3px;
    /* transition: color 0.15s ease-in-out; */
    transition: color 0.75s ease-in-out, background-color 0.75s ease-in-out, border-color 0.75s ease-in-out, box-shadow 0.75s ease-in-out;
}
  
.btn-successful:focus, .btn-successful.focus {
    color: #fff;
    background-color: #46a146;
    border-color: #429842;
    box-shadow: 0 0 0 0.2rem rgba(112, 193, 112, 0.5);
}

.btn-warninge {
    padding: 0.1rem 1rem;
    vertical-align: top;
    cursor: pointer;
    font-size: 0.875rem;
    border-radius: 15px;
    color: #212529;
    border: 1px solid transparent;
    background-color: #FFC100;
    border-color: #FFC100;
    margin-right: .3rem;
}
  
.btn-warninge:hover {
    color: #212529;
    background-color: #d9a400;
    border-color: #cc9a00;
}
  
.btn-warninge:focus, .btn-warninge.focus {
    color: #212529;
    background-color: #d9a400;
    border-color: #cc9a00;
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 6, 0.5);
}
  
.btn-warninge.disabled, .btn-warninge:disabled {
    color: #212529;
    background-color: #FFC100;
    border-color: #FFC100;
}
  
.btn-warninge:not(:disabled):not(.disabled):active, .btn-warninge:not(:disabled):not(.disabled).active,
  .show > .btn-warninge.dropdown-toggle {
    color: #212529;
    background-color: #cc9a00;
    border-color: #bf9100;
}
  
.btn-warninge:not(:disabled):not(.disabled):active:focus, .btn-warninge:not(:disabled):not(.disabled).active:focus,
  .show > .btn-warninge.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 6, 0.5);
}
  
.btn-dangerous {
    padding: 0.1rem 1rem;
    vertical-align: top;
    cursor: pointer;
    font-size: 0.665rem;
    border-radius: 15px;
    color: #000;
    border: 1px solid transparent;
    background-color: #ffd000;
    border-color: #ffd000;
}
  
.btn-dangerous:hover {
    color: #fff;
    background-color: #fab809;
    border-color: #ff1414;
    transition: color 0.75s ease-in-out;
}
  
.btn-dangerous:focus, .btn-dangerous.focus {
    color: #fff;
    background-color: #fab809;
    border-color: #ff1414;
    box-shadow: 0 0 0 0.2rem rgba(255, 99, 99, 0.5);
}
  
.btn-dangerous.disabled, .btn-dangerous:disabled {
    color: #fff;
    background-color: #FF4747;
    border-color: #FF4747;
}
  
.btn-dangerous:not(:disabled):not(.disabled):active, .btn-dangerous:not(:disabled):not(.disabled).active,
  .show > .btn-dangerous.dropdown-toggle {
    color: #fff;
    background-color: #ff1414;
    border-color: #ff0707;
}
  
.btn-dangerous:not(:disabled):not(.disabled):active:focus, .btn-dangerous:not(:disabled):not(.disabled).active:focus,
  .show > .btn-dangerous.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 99, 99, 0.5);
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
nav {
    position: fixed;
}
nav.sticky{ padding: 5px 5px; background: #fab809; top: 0; height: 70px; transition: .3s ease-in-out; }
nav .nav-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    max-width: 1200px;
    margin: auto;
}
.nav-content .logo a{
    font-size: 35px;
    font-weight: 500;
    color: #4070f4;
}
nav.sticky .nav-content .logo a, nav.sticky .container_login { color: #fff }
.nav-content .nav-links{
    display: flex; align-items: center; 
}
.nav-content .nav-links li{
    list-style: none; margin: 0 8px; 
}
.nav-links li a{
    font-size: 18px; font-weight: 500;
    color: #0e2431;
    padding: 10px 4px;
}
nav.sticky .nav-links li a { color: #fff }
.home{
    height: 100vh;
    width: 100%;
    background: url('../img/plantilla/miruta_camion.jpeg') no-repeat;
    background-size: cover;
    margin-top: 70px; 
    background-position: center;
}
.text{
    padding: 40px 80px;
    text-align: justify;
    /* box-shadow: -5px 0 10px rgba(0,0,0,0.1); */
}
.text h2{
    font-size: 30px; font-weight: 500; color: #4070f4; margin-bottom: 6px;
}
/*_________________________Sidebar______________________________*/
/* .page-body-wrapper {
    min-height: calc(100vh - 60px);
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    padding-left: 0;
    padding-right: 0;
    padding-top: 60px;
} */
.navigation{
    position: fixed;
    top: 120px;
    left: 20px;
    /* bottom: 20px; */
    height: 100%;
    width: 70px;
    border-radius: 10px;
    box-sizing: initial;
    border-left: 5px solid #4d5bf9;
    background: #4d5bf9;
    transition: width 0.7s;
    overflow-x: hidden; 
    z-index: 2;
}
.navigation.active { width: 300px }
.navigation ul{
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    padding-left: 5px;
    padding-top: 40px;
}
.navigation ul li{
    position: relative;
    list-style: none;
    width: 100%;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px
}
.navigation ul li b:nth-child(1){
    position: absolute;
    top: -20px;
    height: 20px;
    width: 100%;
    background: #fff;
    display: none;
}
.navigation ul li b:nth-child(1)::before{
    content: ''; position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: #4d5bf9;
    border-bottom-right-radius: 20px;
}
.navigation ul li b:nth-child(2){
    position: absolute;
    bottom: -20px;
    height: 20px;
    width: 100%;
    background: #fff;
    display: none;
}
.navigation ul li b:nth-child(2)::before{
    content: ''; position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: #4d5bf9;
    border-top-right-radius: 20px;
}
.navigation ul li.active b:nth-child(1),
.navigation ul li.active b:nth-child(2) { display:block }

.navigation ul li.active{ background: #fff }
.navigation ul li a{
    position: relative;
    display: block;
    width: 100%;
    display: flex;
    text-decoration: none;
    color: #fff;
}
.navigation ul li.active a{ color: #333 }
.navigation ul li a .icon{
    position: relative;
    display: block;
    min-width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
}
.navigation ul li a .icon .mdi{
    font-size: 1.4rem;
}
.navigation ul li a .title {
    position: relative;
    font-size: 1.2rem;
    display: block;
    padding-left: 10px;
    height: 60px;
    line-height: 60px;
    white-space: normal;
}
.toggle{
    position: fixed;
    top: 120px; width: 45px; height: 45px; left: 120px;
    background: #4d5bf9;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.7s ease;
    z-index: 2;
}
.toggle.active{
    background: #ff4d89;
    left: 340px;
    transition: all 0.7s ease;
}
.toggle span{
    position: absolute;
    color: #fff;
    font-size: 34px;
    display: none;
}
.toggle span i { display: flex }
.toggle span.open,
.toggle.active span.closer{
    display: block;
}
.toggle span.closer,
.toggle.active span.open{
    display: none;
}

.navbar-dropdown {
    position: absolute;
    font-size: 0.9rem;
    margin-top: 0;
    right: 0;
    left: auto;
    top: 70px;
}
.dropdown-menu {
    border: none;
    -webkit-box-shadow: 0px 3px 21px 0px rgb(0 0 0 / 20%);
    box-shadow: 0px 3px 21px 0px rgb(0 0 0 / 20%);
}
/*_________________________Home-Section______________________________*/
/* .home-section {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 40px 0px;
    background-color: rebeccapurple;
    display: flex;
    justify-content: center;
    align-items: center;
} */
.miruta {
    position: relative;
    width: 100%;
    height: 100%;
    background: url('../img/plantilla/miruta_camion.jpeg') no-repeat;
    background-size: contain;
    background-position: center;
}