@charset "UTF-8";

/* fuentes */

@font-face {
    font-family: 'bmwmotorrad-light';
    src: url(../fonts/BMWMotorrad-Light.ttf);
}

@font-face {
    font-family:'bmwmotorrad-regular';
    src: url(../fonts/BMWMotorrad-Regular.ttf);
}

@font-face {
    font-family:'bmwmotorrad-bold';
    src: url(../fonts/BMWMotorrad-Bold.ttf);
}

@font-face {
    font-family:'bmwmotorrad-heavy';
    src: url(../fonts/BMWMotorrad-Heavy.ttf);
}

.text_menu-movil {
    font-family:'bmwmotorrad-bold';
    font-size: 1.375rem;
    line-height: 18px;
    color: hsl(0, 0%, 15%);
    position: absolute;
    left: 2px;
    top: 0px;
    z-index: 10;
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
    background: transparent;
    border: none;
    padding: 28px 5px 39px 80px;
}

button:focus {
    outline: 0px auto -webkit-focus-ring-color;
}

.hamburger{
    position: absolute;
    background-color: hsl(0, 0%, 100%);
    left: 0px;
    top: 0;
    height: 85px;
    width: 83px;
    padding: 28px 20px;
    -webkit-transform:translate3d(0, 0, 0);
    transform:translate3d(0, 0, 0);
    -webkit-transition:-webkit-transform 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
    transition:transform 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
    z-index:1002;
    cursor:pointer;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}

.hamburger.is-active{
  background-color:hsl(0, 0%, 100%);
}

._layer{
    background: hsl(0, 0%, 15%);
    margin-bottom: 4px;
    border-radius: 0;
    width: 24px;
    height: 3px;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
    transition: all 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
    position: relative;
    left: 10px;
    top: 2px;
}
.hamburger:hover .-top{
    -webkit-transform:translateY(-100%);
    -ms-transform:translateY(-100%);
    transform:translateY(-100%);
}
.hamburger:hover .-bottom{
    -webkit-transform:translateY(100%);
    -ms-transform:translateY(100%);
    transform:translateY(100%);
    }
.hamburger.is-active .-top{
    -webkit-transform:translateY(200%) rotate(45deg) !important;
    -ms-transform:translateY(200%) rotate(45deg) !important;
    transform:translateY(200%) rotate(45deg) !important;
    background: hsl(0, 0%, 0%);
}
.hamburger.is-active .-mid{
    opacity:0;
}
.hamburger.is-active .-bottom{
    -webkit-transform:translateY(-250%) rotate(135deg) !important;
    -ms-transform:translateY(-250%) rotate(135deg) !important;
    transform:translateY(-250%) rotate(135deg) !important;
    background: hsl(0, 0%, 0%);
}

.menuppal.is_active{
  transform: translate3d(0px, 0px, 0px);
}
.menuppal{
    background-color: hsl(0, 0%, 100%);
    bottom: 0;
    height: 100%;
    left: 0;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    transform: translate3d(0%, -100%, 0px);
    transition: transform 0.35s cubic-bezier(0.05, 1.04, 0.72, 0.98) 0s;
    width: 100%;
    z-index: 1001;
    padding: 70px 100px 70px 10px;
}

.menuppal ul.list-custom-menu{
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
}
.menuppal ul.list-custom-menu li:hover > .group-ul-drown{
	display: flex;
}
.menuppal ul.list-custom-menu li { 
    padding: 10px 0px;
    list-style: none;
    text-align: left;
    color: hsl(210, 50%, 40%);
    text-transform: none;
    margin-left: 20px;
    font-size: initial !important;
    margin-right: 30px;
}

.menuppal ul.list-custom-menu li {
    position: relative;
}

.menuppal ul.list-custom-menu li a{
    font-family:'bmwmotorrad-regular';
    text-decoration: none;
    color: hsl(0, 0%, 0%);
    font-size: 1.375rem;
    line-height: 32px;
    letter-spacing: -0.5px;
    display: block;
}

.menuppal ul.list-custom-menu li a:hover{
font-family:'bmwmotorrad-bold';
  text-decoration: none;
  color:hsl(0, 0%, 20%);
}

.menuppal ul.list-custom-menu li a:hover {
    text-decoration: none !important;

}

.submenu-1 li a{
    font-weight: 400 !important;
    font-size: 1.25em !important;
    line-height: 24px !important;
    letter-spacing: -0.25px !important;
    -moz-transition: top 0.7s, right 0.7s, bottom 0.7s, left 0.7s;
    -webkit-transition: top 0.7s, right 0.7s, bottom 0.7s, left 0.7s;
    transition: top 0.7s, right 0.7s, bottom 0.7s, left 0.7s;
}

.submenu-2 li {
    border-bottom: 1px solid rgb(51, 51, 51, .1);
    padding: 20px 0px;
}

.submenu-2 li a{
    -moz-transition: top 0.7s, right 0.7s, bottom 0.7s, left 0.7s;
    -webkit-transition: top 0.7s, right 0.7s, bottom 0.7s, left 0.7s;
    transition: top 0.7s, right 0.7s, bottom 0.7s, left 0.7s;
    font-weight: 300 !important;
    font-size: 1em !important;
    line-height: 25px !important;
}


/*.menuppal ul li:hover .submenu-1 {
    display: block;
}*/

.menuppal ul li .submenu-1 {
    display: none;
}

/*.menuppal ul ul li:hover .submenu-2 {
    display: block;
}*/

.menuppal ul ul li .submenu-2 {
    display: none;
    /* min-height: 220px; Arreglo submenu educacion superior */
}

/*.menuppal ul ul ul li:hover .submenu-3 {
    display: block;
}*/

.menuppal ul ul ul li .submenu-3 {
    display: none;
}

.ico-menu-flecha {
    background-image: url(https://cetcolsubsidio.edu.co/cetcolsubsidio/images/ico-menu-flecha.svg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 15px;
}

.ico-menu-flecha-1, .ico-menu-flecha-2 {
    width: 15px;
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    position: relative;
    top: 8px;
    cursor: pointer;
}

.no-hand-1 {
    cursor: default;
}

/* Overlay */

#overlay {
    display: none;
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 99;
    opacity: 0;
    background-color: rgba(0,0,0,0.8);
    bottom: 0;
    right: 0;
    left: 0;
}

#overlay .open {
    display: block;
}

/* Fin overlay */

.menuMotorrad .is-active {
    position: relative;
}

.logoMotorradMenu {
    position: absolute;
    right: 16px;
    top: 24px;
}

.logoMotorradMenu img {
    width: 169.25px;
}

.footerSloganMenu {
    position: absolute;
    right: 16px;
    bottom: 40px;
}

/* Iconos */

.quickentriesMenu {
    position: absolute;
    bottom: 35px;
    left: -6px;
}

.quickentriesLinksMenu {
    display: flex;
    flex-direction: row;
}

.quickentriesLinksMenu a {
    font-family:'bmwmotorrad-regular';
    font-size: 1em;
    line-height: 23px;
    color: hsl(0, 0%, 15%);
}

.quickentriesLinksMenu > .quickentriesPro1:hover > .quickentriesIco1 {
    background-image: url(../images/icoModelsHover.svg);
    color: hsl(215, 77%, 47%);
}

.quickentriesLinksMenu > .quickentriesPro2:hover > .quickentriesIco2 {
    background-image: url(../images/icoRiderEquipmentHover.svg);
    color: hsl(215, 77%, 47%);
}

.quickentriesLinksMenu > .quickentriesPro3:hover > .quickentriesIco3 {
    background-image: url(../images/icoEventsHover.svg);
    color: hsl(215, 77%, 47%);
}

.quickentriesLinksMenu > .quickentriesPro4:hover > .quickentriesIco4 {
    background-image: url(../images/icoAcademyHover.svg);
    color: hsl(215, 77%, 47%);
}

.quickentriesLinksMenu > .quickentriesPro5:hover > .quickentriesIco5 {
    background-image: url(../images/icoTechnicalServiceHover.svg);
    color: hsl(215, 77%, 47%);
}

.quickentriesLinksMenu > .quickentriesPro6:hover > .quickentriesIco6 {
    background-image: url('https://www.bmwmotorradnews.co/wp-content/uploads/2022/01/Icono-trophy-blue.png');
    color: hsl(215, 77%, 47%);
}

.quickentriesIco1 {
    background-image: url(../images/icoModels.svg);
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: left center;
    padding: 0px 0px 0px 35px;

}

.quickentriesIco2 {
    background-image: url(../images/icoRiderEquipment.svg);
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: left center;
    padding: 0px 0px 0px 30px;
}

.quickentriesIco3 {
    background-image: url(../images/icoEvents.svg);
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: left center;
    padding: 0px 0px 0px 30px;
}

.quickentriesIco4 {
    background-image: url(../images/icoAcademy.svg);
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: left center;
    padding: 0px 0px 0px 30px;
}

.quickentriesIco5 {
    background-image: url(../images/icoTechnicalService.svg);
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: left center;
    padding: 0px 0px 0px 35px;
}

.quickentriesIco6 {
    background-image: url('https://www.bmwmotorradnews.co/wp-content/uploads/2022/01/Icono-trophy.png');
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: left center;
    padding: 0px 0px 0px 35px;
}

/* Fin Iconos */

/* Buscador */

.SearchMenu {
    position: absolute;
    left: 187px;
    top: 10px;
}

#custom-search-input {
    margin:0;
    margin-top: 10px;
    padding: 0;
}

#custom-search-input .search-query {
    padding-right: 3px;
    padding-right: 4px \9;
    padding-left: 3px;
    padding-left: 4px \9;
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 0 !important;
    background-color: hsl(0, 0%, 95%);
    border: none;
    width: 332px;
    height: 48px;
}

#custom-search-input .search-query::placeholder {
    font-family:'bmwmotorrad-regular';
    font-size: 1rem;
    line-height: 23px;
    color: hsl(0, 0%, 0%);
    position: relative;
    left: 5px;
}

#custom-search-input button {
    border: 0;
    background: none;
    padding: 2px 5px;
    margin-top: 2px;
    position: relative;
    left: -28px;
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color:#D9230F;
}

.search-query:focus + button {
    z-index: 3;   
}

/* Fin Buscador */

@media screen and (max-width: 767px) {

    .text_menu-movil {
        display: none;
    }

}




.quickentriesPro3Menu{
	position: relative;
}
.quickentriesPro3Menu:hover .group-ul-drown{
	display: block !important;
}
.quickentriesPro3Menu .group-ul-drown{
	z-index: -1;
	display: none;
	position: absolute;
	left: 17px;
	top: -68px;
	width: 190px;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 0.25rem;
	padding: 0 0 2rem 0;
	margin-bottom: 0;
}
.quickentriesPro3Menu .group-ul-drown li:hover a{
	color: #1e2125;
	background-color: #e9ecef;
}
.quickentriesPro3Menu .group-ul-drown a{
	padding: 0.25rem 1rem;
	display: block;
	text-decoration: none;
	white-space: nowrap;
}








