/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
                    F O N T S
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
@font-face{
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    src: url(../Roboto/Roboto-Regular.ttf),
    url(../css/Roboto/Roboto-Bold.ttf),
    url(../css/Roboto/Roboto-BoldItalic.ttf);
}
@font-face{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: lighter;
    src: url(../css/Roboto/Roboto-Light.ttf);
}

/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
                    G E N E R A L S
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
body{
    background-color: #cccccc;
}
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
                N A V  B A R
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
.Contenedor{
    background-color: white;
}
.Menu > ul{
    justify-content: flex-end;
}
.Menu > ul > li > a{
    font-family: 'Roboto', sans-serif;
    font-weight: lighter;
    text-transform: uppercase;
    font-size: 1.2rem;
    letter-spacing: 2px;
    color: #4d4d4d;
    transition: 300ms;
}
.Menu ul > li:hover{
    background-color: #91006b;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #cccccc;
}
.Menu ul > li:hover > a{
    color: #ffffff;
    transform: scale(1.1);
}
.Menu > ul > li:hover > .dropdown-menu > a{
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: normal;
    text-align: center;
}
.Menu ul li > .Submenu{
    padding: 0rem;
    border-radius: 5px;
    background-color: #91006b;
}
.Menu ul li > .Submenu > a:hover{
    color: #ffffff;
    background-color: #b40084;
    box-shadow: 0px 0px 5px #4d4d4d;
}
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
A N I M A C I O N  D E S P L E G A R  M E N U
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
@media all and (min-width: 992px) {
	.nav .nav-item .dropdown-menu{ display: none; }
	.nav .nav-item:hover .nav-link{ color: #fff; }
	.nav .nav-item:hover .dropdown-menu{ display: block; }
	.nav .nav-item .dropdown-menu{ margin-top:0; }
}
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
            C O N T A C T O
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
.Contacto{
    text-align: center;
    text-transform: uppercase;
}
.Contacto h1{
    font-size: 7rem;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    padding: 1.3rem;
    padding-bottom: 0;
}
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
        C O N T E N I D O
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
.Directions{
    background-color: #eeeeee;
    padding: 2rem;
    margin-top: 1rem;
    box-shadow: 0px 0px 2px #4d4d4d;
}
section .Contenido > .Place > h2{
    font-size: 1.7rem;
}
section .Contenido .Horario > h3{
    font-size: 1.7rem;
}
section .Contenido .Horario > h3 > span{
    font-size: 1.4rem;
}
section .Contenido .Number > h4{
    font-size: 1.7rem;
}
section .Contenido .Correo > h5{
    font-size: 1.7rem;
}