    .w3-dropdown-hover:first-child, .w3-dropdown-click:hover {
        background-color: #6B4099;
        color: #FFF;
        margin-top: 10px;
    }

    .w3-button:hover {
        color: #FFF!important;
        background-color: #6B4099!important;
    }
	.topnav{
		display: flex;
        /*position: fixed;
        top:5px;
        bottom: 1000px;**/
		border: 1px solid #6B4099;
		min-width: 100%;
		min-height: 65px;
		background: #6B4099;
		margin-top: 56px;
		align-items: center;
		justify-content:center;
        z-index: 10000;

	}

    .links{
        
    }

	.links_container{
		background: #6B4099;
		display: flex;
		align-items: center;
		justify-content:center;
		width: 35%;

		
	}


	.link_nav {
        background: #6B4099;

        /*background: black;*/
        color: #FFF;
        /*font-family: Arial;*/
        font-size: 16px;
        font-style: normal;
        line-height: normal;
        margin: 0 auto;
        /* margin-left: 30px; */
        padding-left: 0;
        /*width: 150px;*/
        width:100%;
        height: 55px;
        padding-top: 15px;
        /*padding-left: 17px;*/
        text-align: center;
         margin-top: 10px;
    }

	
	.link_nav:hover{
		background: #9450BD;
		/*text-transform: uppercase;*/
		height: 10px;
		 height: 50px;
		
		cursor:pointer;
	


	}

	.link_nav a {
		color: #FFF;
    	text-decoration:none;
	}

	.link_nav .w3-dropdown-content a {
		color: black;
    	text-decoration:none;
    	
	}


.w3-btn, .w3-button {
    border: 1px #FFF;
    display: inline-block;
    padding: 0px 0px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    border-radius: 5px;
    

}


.w3-dropdown-content {
    cursor: auto;
    color: black;
    background-color: #FFF;
    display: none;
    position: absolute;
    min-width: 155px;
    margin-top: 5px;
    margin-left: -5px;
    padding-left: 1px;
    padding: 0;
    z-index: 1;
    border-radius: 5px;
    box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.25);

}

.w3-dropdown-content:hover {
    background-color: #FFF;

}


/*Mensaje de alerta*/

.alert-labels{
    font-size: 11px;
    color: red;
    font-weight: bold;
    text-align: left;
}

.success-labels{
    font-size: 11px;
    color: #17a2b8;
    font-weight: bold;
    text-align: left;
}

.alert-labels-show{
    font-size: 11px;
    color: red;
    font-weight: bold;
    text-align: left;
    margin-left: 1%;

}
/*Mensaje de alerta*/
/*Menu*/
.dropdown-item{
    text-decoration: none;
}

.dropdown-item:active{
    background: #9450BD;
}

/*Menu*/

.app-header {
    height: 65px;
}
.navbar-brand{
    margin-left: 10%;
   
}

.navbar-brand img{
    width:204px;
    height:60px; 
}


/*Detalle del pedido*/


.detail-header {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    
    background: #FFF;
    border-radius: 20px 20px 0px 0px;
    border: 2px solid #A4A4A4;
    border-bottom: 0;

    /*box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 35%);*/
    margin-top: 3%;
    margin-left: 15%;
    margin-right: 15%;
    width: 536px;
    height: 98px;

}

.detail-body {
    display: flex;
    max-height: 731px;
    max-width: 536px;
    border-radius: 20px 20px 20px 20px;
    background: #FFF;
    border: 2px solid #A4A4A4;
    margin-left: 30%;
    margin-right: 15%;
    margin-bottom: 2%;
    margin-top: 5%;
}



.detail-body-content-item-green{
    display: flex;
    
    color: #545454;
    font-size: 18px;
    font-style: normal;
    
    line-height: normal;
    margin-top: 10%;
    /*width:90%;*/

}

.detail-body-content-item-green-alone{
    color: #6D378D;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 10%;
    width:20%;

}

.detail-body-content-item-black{
    color: #545454;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 10%;
    width:90%;

}

.header-central-circle{
    border-radius: 50%;
    background: #EDEDED;
    z-index: 10000;

}

/*Detalle del pedido*/

@media((max-width: 2000px)) {
    

    .detail-body {
        max-height: 791px;
    }
}

@media((max-width: 1440px)) {
    .detail-body-content-item-green{
    
        font-size: 18px;
    
    }
}

@media((max-width: 1200px)) {
    .detail-body-content-item-green{
        font-size: 18px;
    }

    .detail-body {
        max-height: 771px;
    }
}

@media((max-width: 992px)) {
    .detail-body-content-item-green{
    
        font-size: 17px;
    
    }

    .navbar-brand img{
        margin-left: 0%;
        width:152px;
        height:45px; 
    } 


}


@media((max-width: 768px)) {

    .detail-body-content-item-green{
    
        font-size: 17px;
    
    }

    .detail-body-content-item-green-alone{
       width:40%;

    }  

    .detail-header {
    
    margin-left: 20%;
    margin-right: 10%;;

}

    .detail-body {
    
    margin-left: 20%;
    margin-right: 10%;
    
    }

    .link_nav {
             
        padding-top: 1px;
       
    }
}

@media((max-width: 576px)) {
    .detail-body-content-item-green{
        font-size: 16px;
    }

    .links{
        display: none;
    }

    .link_nav {
             
        padding-top: 1px;
       
    }

}

@media((max-width: 440px)) {

    .detail-body-content-item-green{
    
        font-size: 12px;
    
    }

    .detail-body-content-item-black{
        width:120%;
    }

    .link_nav {
             
        padding-top: 1px;
       
    }



    
}

