﻿

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 0px;
    padding-right: 0px;
    margin-left:270px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 350px;
}

.arrowed {
	position: relative;
	height: 200px; width: 200px;
	margin: 0 20px 20px 0;
	border: 1px solid rgba(0,0,0,0.25);
}

.arrow-3 {
	height: 0px; width: 0px;
	border: 8px solid;
	border-color: 
		mediumseagreen
		mediumseagreen
		transparent
		transparent;
	transform: rotate(45deg);
}
/* Menu Sidebar izquierda pantalla completa*/
body {
    margin: 0;
    font-family: "Lato", sans-serif;
}

.sidebar {
    margin-left: 2px;
    margin-right: 0;
    padding: 0;
    width: 16%;
    background-color:white;
    position: fixed;
    height: 100%;
    overflow: auto;
    top: 0;
}

    .sidebar a {
        display: block;
        color: black;
        padding: 16px;
        text-decoration: none;
        color:#00703c;
        font-weight:600;
    }

        .sidebar a.active {
            background-color: #e1e4e3;
            color: white;
        }

        .sidebar a:hover:not(.active) {
            background-color: #e1e4e3 !important;
            color: white;
        }

div.content {
    margin-left: 200px;
    padding: 1px 16px;
    height: 1000px;
    margin-top: 0px;
}

.hamburguesa {
    display: none;
}

.menusesion {
    display: none;
}



/*icono de hamburguesa animado*/
.container {
    display: inline-block;
    cursor: pointer;
}


.bar1, .bar2, .bar3 {
    width: 30px;
    height: 5px;
    background-color: #808080;
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}

/*submenu*/
.sidenav {
    height: 100%;
    width: 0px;
    position: fixed;
    z-index: 1;
    top: 0;
    margin-left: -0.79%;
    background-color: white;
    overflow-x: hidden;
    transition: 1s;
    padding-top: 60px;
    height: 1000px;
    text-align:inherit;
    z-index:6;
}


.topsidenav{
    margin-top:60%;
}

   .sidenav a {
        padding: 8px 8px 8px 32px;
        /*text-decoration: none;*/
        font-size: 15px;
        color: #00703c;
        display: block;
        transition: 0.3s;
    }

        .sidenav a:hover {
            color:#00703c;
        }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }



@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}



@media screen and (max-width: 992px) {
    .sidebar {
        width: 100%;
        height: 5%;
        position: fixed;
        top: 0;
        z-index:1200;
    }

        .sidebar a {
            float: left;
        }
.bajarbody{
    margin-top:50px;
}
    div.content {
        margin-left: -5px;
    }

    .ocultar {
        display: none;
    }

    .hamburguesa {
        display: inline-block;
        margin-left: 85%;
        margin-top: 5px;
        z-index: 10;
    }

    .menusesion {
        display: block;
        margin-left: 65%;
        margin-top: 0px;
        z-index: 10;
        position: absolute;
    }

    .sidebarderecha {
        margin: 0;
        padding: 0;
        width: 15%;
        background-color:white;
        position: fixed;
        height: 100%;
        overflow: auto;
        display: block;
        margin-top: 5%;
        margin-left: 100%;
        transition: 1.0s;
        z-index:1000;
    }

        .sidebarderecha a {
            padding: 8px 8px 8px 32px;
            text-decoration: none;
            font-size: 18px;
            color:#00703c;
            transition: 1s;
        }

    .page__header__logo {
        /*width: 8.125rem;*/
        z-index: 1000;
        position: absolute;
        height: 10px;
        width: 15px;
        margin-left: 15px;
        display: block;
        display: inline-block;
        margin-top: -20px;
        z-index: 10;
    }
}
/*Oculta sidebar derecha pantalla completa*/
.sidebarderecha {
    display: none;
     width: 0;

}

@media screen and (max-width: 500px) {
    .sidebar a {
        text-align: center;
        float: none;
    }
    .sidebarderecha{
        width:100%;
        margin-left:0%;
        margin-top: 6%;
    }
}

.posicionnational {
    margin-left: 15px;
}

.icon--cardetails-passengers2::before {
   content: url('../images/cardetails-passengers.svg');
    display: block;
    font-family: 'Icons';
    font-size: 1em;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    speak: none;
    transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transform-origin: center;
}

.fondopassenger{
       content: url('../images/cardetails-passengers.svg');
}