#dropdownMenuMobile {
    position: fixed;
    left: -80%;
    top: 0;
    background-color: rgb(255 255 255);
    z-index: 9999999;
    width: 80%;
    height: 100%;
    opacity: 0;
    transition: left 0.5s ease, opacity 0.5s ease;
}

#dropdownMenuMobile img {
    width: 60%;
    margin: 50px 20% 0px 20%;
    text-align: center;
}

#dropdownMenuMobile h5 {
    margin: 0 10%;
    color: #003a79;
}

#dropdownMenuMobile.visible {
    left: 0; 
    opacity: 1;
}

#dropdownMenuMobile ul{
    list-style-type: none;
    padding: 20px;
	margin: 0 auto;
}


#dropdownMenuMobile li {
    padding: 10px;
    width: 100%;
}

#dropdownMenuMobile li a {
    text-decoration: none;
    color: #003a79;
    border: 1px solid #003a79;
    padding: 10px 5px;
    border-radius: 5px;
    display: block;
    text-align: center;
    transition: background-color 0.3s ease;
	width: 100%;
}

#dropdownMenuMobile li a:hover {
    background-color: #003a79;
    color: #ffffff;
}

.menu-btn {
    position: relative;
    width: 40px;
    height: 40px;
    cursor: pointer;
	float:right;
}

.menu-btn__burger {
    width: 100%;
    height: 4px;
    background-color: #003a79;
    border-radius: 5px;
    transition: all 0.3s ease;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.menu-btn__burger::before,
.menu-btn__burger::after {
    content: '';
    width: 100%;
    height: 4px;
    background-color: #003a79;
    border-radius: 5px;
    position: absolute;
    transition: all 0.3s ease;
}

.menu-btn__burger::before {
    top: -10px;
}

.menu-btn__burger::after {
    top: 10px;
}

.menu-btn.open .menu-btn__burger {
    transform: translateY(-50%) rotate(45deg);
}

.menu-btn.open .menu-btn__burger::before {
    transform: rotate(90deg);
    top: 0;
}

.menu-btn.open .menu-btn__burger::after {
    transform: rotate(90deg);
    top: 0;
}


/* --- Colores menu profesional --- */
body.page-id-872 .menu-btn__burger {
    background-color: #ffffff;
}

body.page-id-872 .menu-btn__burger::before, body.page-id-872 .menu-btn__burger::after {
    background-color: #ffffff;
}



li#accesoprofesional a{
    color: #ffffff !important;
    border: 1px solid #ff8018 !important;
    background-color: #ff8018;
}


/* --- Estilos para menu profesional --- */
#menu_normal.profesional{
	display:none;
}

body.page-id-872 #menu_normal{
	display:none;
}

body.page-id-872 #menu_normal.profesional{
	display:block;
}






/* --- Media Queries --- */
@media (max-width: 1440px) {
	#new_slider .slide-text {
    	width: 35vw;
	}
}	

@media (max-width: 768px) {
    #dropdownMenu {
        width: 80%;
        left: -80%; 
    }
    #dropdownMenu.visible {
        left: 0;
    }
    #dropdownMenu li a {
        width: 100%;
        margin: 0%;
        text-align: center;
        padding: 10px 0;
        font-size: 14px;
    }
    #dropdownMenu li {
        padding: 0px;
        margin: 10px 0;
        width: 100%;
    }
	#dropdownMenu ul {
		margin: 5%;
	}	
    #header-profesional .menu-btn__burger {
    	background-color: #ffffff;
	}
	#header-profesional .menu-btn__burger::before, #header-profesional .menu-btn__burger::after {
		background-color: #ffffff;
	}
}
