/* ---------- Animaciones -------------- */
@import url('https://fonts.googleapis.com/css?family=Red+Hat+Display:900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&family=Roboto:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anek+Malayalam&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arvo&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap');

html,
#enviar {
    float: center;
}
/* Las subfilas no se muestran */
.tr-child {
    display: none;
}
    /* Solo hasta que se presione el botón */
    .tr-child.active {
        display: table-row;
    }

body {
    background: rgb(245, 245, 250);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    font-family: 'Source Sans Pro', sans-serif;
}

* {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    margin: 0;
    padding: 0;
}

p {
    text-align: justify;
    text-justify: inter-word;
}

a {
    color: inherit;
}

    a:hover {
    }



.content {
    background-color: #f3f3f3;
    height: 900px;
    width: 100%;
}

.welcomebutton {
    background-color: #28a745;
    width: auto;
    display: inline-block;
    padding: 12px 60px;
    border-radius: 25px;
    color: white;
    letter-spacing: .8px;
    font-size: 20px;
    font-weight: 300;
    cursor: pointer;
}

.bluebutton {
    background-color: #14497b;
}

.nav_user {
    background-color: #1c5987;
    color: white;
    display:flex;
    align-content:space-around;
    justify-content:center;
    padding: 5px;
}


.root {
    height: 100vh;
    display: flex;
    flex-direction: column;
}

.main_ {
    width: calc( 100vw - 200px);
    height: calc(100vh - 50px);
    scroll-behavior: smooth;
    scroll-padding: 10px;
    overflow-y: scroll;
    padding: 20px;
    transition: all 0.2s;
}

.aside {
    width: 235px;
    display: flex;
    height: calc(100vh - 50px);
    flex-direction: column;
    align-content: center;
    transition: all 0.2s;
    background: rgba( 255, 255, 255, 1 );
    overflow: hidden;
    color: black;
    /* top: 50px; */
    /*margin: 25px;
    border-radius: 20px;
    box-shadow: -7px 0 7px -5px rgba(189, 70, 46, 0.9),*/ /* derecho (color naranja) */ /*7px 0 7px -5px rgba(1, 86, 178, 0.9),*/ /* izquierda (color morado) */ /*0 -7px 10px -5px rgba(189, 70, 46, 0.9),*/ /* arriba (color naranja) */ /*0 7px 10px -5px rgba(1, 86, 178, 0.9);*/
}



.sliderboxcontainer {
    position: relative;
    width: 100%;
    height: 55vw;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}

.sliderboxprev img {
    -ms-transform: rotate(-90deg);
    /* IE 9 */
    -webkit-transform: rotate(-90deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
}

.slidertitle {
    color: #14497b;
    width: auto;
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 10px;
}

.slidertitle-auditoria {
    color: #14497b;
    width: auto;
    font-size: 30px;
    font-weight: 600;
    top: 10%;
}

.sliderel {
    position: absolute;
}

.sliderelement-1 {
    width: 36vw;
    bottom: 0;
    left: 8vw;
}

.sliderelement-2 {
    width: 45vw;
    top: 20vw;
    right: 0;
}

.sliderelement-3 {
    width: 20vw;
    top: 12.5vw;
    margin: auto;
    left: 18vw;
}

.sliderelement-4 {
    width: 63vw;
    bottom: 4vw;
    left: 0;
    right: 0;
    margin: auto;
}

.sliderelement-5 {
    width: 37vw;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 7vw;
    margin-left: 3%;
}

.sliderelement-6 {
    width: 48vw;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 2vw;
    margin-left: 3%;
}

.sliderelement-7 {
    width: 48vw;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 3vw;
    margin-left: 3%;
}

.sliderelement-8 {
    width: 48vw;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0
}

.covertextcenter {
    text-align: center;
    padding: 0px 25vw;
    right: 0;
    top: 13%;
    vertical-align: initial;
}

.sliderbuttonsholder {
    position: relative;
    width: 100%;
    background-color: #f3f3f3;
    height: 300px;
}

.sliderbuttons {
    position: absolute;
    height: 180px;
    width: 50%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-bottom: solid 1px #e4e4e4;
    text-align: center;
}



@media (max-width: 532px) {
    .sliderbuttonsholder {
        height: 185px;
    }

    .sliderbuttons {
        height: 115px;
    }

    .sliderbutton {
        font-size: 9px;
    }

    .slideicon {
        height: 55px;
    }
}

table, th {
    font-weight: bold;
    text-align: center;
}



.dataTables_leng {
    margin-left: 90%;
}

.dataTables_filter {
    margin-left: 70%;
}


.positionTableServicios {
    position: relative;
    right: 20px;
}

.positionTable {
    position: relative;
    right: 200px;
}

.positionTable2 {
    position: relative;
    right: 90px;
}
/* ------- Footer -------- */
.lineas {
    position: relative;
    width: 40%;
    height: 12px;
    left: 60%;
    top: 190px;
    background-color: #000;
    background-color: #88c164;
}

.lineaazul {
    margin-bottom: 10px;
    background-color: #14497b;
}

.bottom {
    position: relative;
    min-height: 150px;
    top: 190px;
    width: 100%;
    height: 40px;
    background-color: #14497b;
}

.bottomleft {
    left: 10%;
    color: #fff;
    position: absolute;
    bottom: 0%;
    font-size: 10px;
}

.bottomright {
    right: 20%;
    color: #fff;
    position: absolute;
    bottom: 20%;
    text-align: right;
    color: #6a8fb3;
    font-size: 13px;
}

    .bottomright img {
        margin-top: 10px;
    }

.sidebarimg {
    right: 20%;
    position: absolute;
    bottom: 10%;
    text-align: right;
    font-size: 13px;
}


    .sidebarimg img {
        margin-top: 10px;
        height: 54px;
        width: 132px;
    }

.sidebarMenu {
    position: absolute;
    top: 5%;
    background-color: #28a745;
}



.Titulo {
    color: #14497b;
    font-size: 37px;
    font-weight: 300;
}

.TituloActualizar {
    color: #14497b;
    font-size: 37px;
    font-weight: 300;
    width: 80%;
}

.SubTitulo {
    font-size: 30px;
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}

.Descripcion {
    color: #939597;
    font-weight: 300;
    font-size: 18px;
}

.boton {
    background-color: #14497b;
    display: inline-block;
    width: 113px;
    height: 37px;
    line-height: 37px;
    margin-top: 33px;
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    border-radius: 25px;
    z-index: 20;
    cursor: pointer;
}

    .boton:hover {
        background-color: #88c164;
    }

.feedinfo {
    width: 100%;
    text-align: center;
    height: 100px;
    padding-top: 40px;
    font-weight: 300;
    color: #89c165;
    font-size: 18px;
}

.precio {
    font-weight: 300;
    color: #808080;
    font-size: 30px;
    line-height: 48px;
}

@media (max-width: 549px) {
    .feedcontainer {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .ciudades li {
        width: 80%;
    }

    .subnav {
        height: 240px;
        padding-bottom: 13px;
    }

    .feed {
        width: 99.5%;
    }
}

/* Estilos Generales */

.regulartext {
    font-size: 18px;
    font-weight: 100;
    letter-spacing: 0.3px;
    color: #808080;
}

.bold {
    font-weight: 400;
}

.semibold {
    font-weight: 300;
}

.superbold {
    font-weight: 700;
}

.letraverde {
    color: #88c164;
}

.letraroja {
    color: #ff0532;
}

.letrablanca {
    color: #fff;
}

.azul {
    background-color: #14497b;
}

.verde {
    background-color: #88c164;
}

.gris {
    background-color: #f3f3f3;
}

.dropshadow {
    text-shadow: 2px 2px 15px #000;
}

.noshadow {
    text-shadow: 0px 0px 0px;
}

.centrartexto {
    text-align: center;
}

.noback {
    background-color: transparent !important;
}

.corteinferior {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 50%);
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 50%);
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    background-position: right bottom;
}

.cortesuperior {
    clip-path: polygon(0 0, 100% 50%, 100% 100%, 0 100%);
    -webkit-clip-path: polygon(0 0, 100% 50%, 100% 100%, 0 100%);
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    background-position: left bottom;
}

input, textarea, select, option {
    border: 1px;
    height: 40px;
    line-height: 1em;
    padding: 2%;
    margin-bottom: 14px;
    font-size: 16px;
    box-shadow: none;
    border: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f3f3f3;
}

textarea {
    height: 150px;
}



::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #808080;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #808080;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #808080;
}

:-moz-placeholder { /* Firefox 18- */
    color: #808080;
}

input:focus, textarea:focus {
    background-color: #e6e6e6;
    outline: none;
}

@media (max-width: 892px) {
    .inp {
        width: 100%;
        float: left;
    }


    .citadivcontainer {
        width: 80%;
        padding: 45px 0;
    }

    .citacontainer {
        margin-top: -125px;
    }

    input, textarea, select, option {
        padding: 5%;
    }
}

.login {
    top: 10px;
    position: relative;
    width: 320px;
    margin: auto;
    height: 490px;
    text-align: center;
    left: 2px;
}

#tableNotificacion {
    border:groove;
    font-size: 22px;
    display: inline-block;
    height: 450px;
    overflow: auto;
    
}

    #tableNotificacion td {
        height: 70px;
    }

.notificacionpopup{
    width: 112%;
    position: relative;
    text-align: right;
}

.loginfield {
    width: 100%;
}


.blocklink {
    width: 600px;
    z-index: 100;
    height: 220px;
    position: absolute;
}

.overlaybck {
    position: fixed;
    background: rgba(0,0,0,0.8);
    width: 100vw;
    height: 100vh;
    z-index: 2;
    display: none;
}



.openoverlay {
    cursor: pointer;
}

.openoverlayA {
    cursor: pointer;
}



.ubicacionestitle {
    margin-top: 50px
}

.menu-principal {
    display: flex;
    left: 20%;
}

.menu-opciones {
    color: black;
    width: 100%;
}

.selectnavbox {
    font-size: 25px;
    color: #000;
}

.subnavbuttonsalir {
    float: right;
    font-weight: 500;
}

td {
}

th {
}


.horario {
    width: 100%;
}

.totales {
    display: flex;
}

.total1 {
    width: 160px;
    right: 1%;
}

.total2 {
    width: 160px;
    left: 8%;
}

.total3 {
    width: 160px;
    left: 17%;
}

.excel {
    width: 160px;
    left: 80%;
}

.fontTotal {
    font-weight: bold;
    font-size: 22px;
}

.total4 {
    width: 160px;
    left: 15%;
}

.dl-horizontal dt {
    white-space: normal;
}

.ubicacionestitleAuditoria {
    margin-top: 1px;
    position: center;
    text-align: center;
}

.my-custom-scrollbar {
    position: relative;
    height: 600px;
    overflow: auto;
}


.numNotificar {
    position: absolute;
    -webkit-text-stroke: 2px red;
    color: white;
    font-size: 35px;
    font-family: fantasy;
    bottom: 14px;
    right: 4px;
    cursor: pointer;
}


.table-wrapper-scroll-y {
    display: block;
}

#excel {
    float: right;
}

#consultar {
    width: 200px;
}

#search {
    width: 200px;
}

.borderTotales{
   border-bottom-style:solid;
   border-bottom-color:#28a745;
   border-bottom-width:5px;
   border-bottom-right-radius:5px;
   border-bottom-left-radius:5px;
   margin-left:1%;
   margin-right:1%;
   max-width:120px;
   text-align:center;
}


.p-5 {
    padding:1rem !important; 
}

.pie {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    padding: 10px;
    margin-top: auto;
    background-color: rgba(169, 211, 239, .5);
    margin: auto 10px 10px;
    border-radius: 10px;
}

.logo img {
    width: 100%;
    height: auto;
}

.user_imagen {
    font-size: 35px;
    height: 60px;
    width: 60px;
    border-radius: 10px;
    background-color: #1c5987;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

#div_help {
    position: sticky;
    top:50px;
}

.destinosTitutoPanel {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.destinosTituto {
    font-size: 2rem;
    font-weight: 700;
}