
.navbar {
    overflow: hidden;
    background-color: #333;
}

/* Navigation links */
.navbar a {
    float: left;
    font-size: 16px;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

/* The subnavigation menu */
.subnav, .subnav2 {
    float: left;
    overflow: hidden;
}

/* Subnav button */
.subnav .subnavbtn {
    font-size: 16px;
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}
/* BG COLOR DEL PADRE */
/* Add a red background color to navigation links on hover */
.navbar a:hover, .subnav:hover .subnavbtn,  .subnavbtn2 {
    background-color: #900C3F;
}

/* BG COLOR DEL PADRE */
.subnav2:hover .subnavbtn2,  .subnavbtn3 {
    background-color: #C70039;
    color: white;
}
/* BG COLOR DEL PADRE */
.subnav3:hover .subnavbtn3,  .subnavbtn3 {
    background-color: #FF5733;
    color: white;
}

/* Style the subnav content - positioned absolute */
.subnav-content {
    display: none;
    position: fixed;
    left: 0;
    background-color: #900C3F;
    width: 100%;
    z-index: 1;
}
.subnav-content2 {
    display: none;
    position: fixed;
    left: 0;
    background-color: #C70039;
    width: 100%;
    z-index: 1;
}
.subnav-content3 {
    display: none;
    position: fixed;
    left: 0;
    background-color: #FF5733;
    width: 100%;
    z-index: 1;
}

/* Style the subnav links */
.subnav-content a {
    float: left;
    color: white;
    text-decoration: none;
}


/* Add a grey background color on hover */
.subnav-content a:hover {
    background-color: #C70039;
    color: white;
}

.subnav-content2 a:hover {
    background-color: #C70039;
    color: white;
}




/* When you move the mouse over the subnav container, open the subnav content */
.subnav:hover .subnav-content {
    display: block;
}

/*SUBNAVS 2*/


.subnav-content2 a {
    float: left;
    color: white;
    text-decoration: none;
}

.subnav .subnavbtn2 {
    font-size: 16px;
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}
.subnav2:hover .subnav-content2 {
    display: block;
}

.subnav-content .subnavbtn2:hover {
    background-color: #C70039;
    color: white;
}

.subnav-content2 a:hover {
    background-color: #FF5733;
}

.subnav-content .subnavbtn3:hover {
    background-color: #FF5733;
    color: white;
}

.subnav3:hover .subnav-content3 {
    display: block;
}

.subnav-content3 a {
    float: left;
    color: black;
    text-decoration: none;
}

.subnav .subnavbtn3 {
    font-size: 16px;
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.subnav-content3 a:hover {
    background-color: #FFC300;
    color: black;
}
