* {
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box;
}


@import url('https://fonts.googleapis.com/css?family=Lato:700');

@media only screen and (min-width:320px) and (max-width: 480px){
    
    
    .texto-header {
    
    width: 300px;
   padding-top: 15px;
}
    
    


    
    
}





body {


    -webkit-font-smoothing: antialiased;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
    font-weight: 300;
    font-weight: 400;
    height: auto !important;
    height: 100%;
    min-height: 100%;
    text-rendering: optimizeLegibility;
}



.logo-nav {
    
    display: block!important;
}

.img-movil {
    
    width: 220px;
    margin-left: 10px;
}

.header-mundial{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#cc2c67+0,420254+100 */
background: #cc2c67; /* Old browsers */
background: -moz-linear-gradient(top,  #cc2c67 0%, #420254 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #cc2c67 0%,#420254 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #cc2c67 0%,#420254 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc2c67', endColorstr='#420254',GradientType=0 ); /* IE6-9 */

    border-bottom: 1px solid rgba(0,0,0,.15);
    display: flex;
    flex-direction: column;
    text-align: left;

}

    .header-mundial > div#logo {
        line-height: 70px;
        position: relative;
    }
    
    .header-mundialr > .menuDown {
        box-shadow: 0 3px 5px rgba(0,0,0,.15);
    }



.texto-header {
    
  margin-top: -20px !important;
    margin-left: 30px;
    
    width=450px;
}
    
    .header-mundial > .menuUp {
        box-shadow: none;
    }

.header-img {
/*     background-image: url(https://wradio.com.mx/especiales/especial-menu-coronavirus/img/back-coronavirus-1.jpg);*/
    background-image: url(https://wradio.com.mx/especiales/especial-menu-coronavirus/img/back-coronavirus2.png);
    height: 100px;
    background-size: cover;
    background-position: right;
  
}
    
        .header-mundial > div#logo > h1 {
            color: white;
            font-weight: 300;
            text-transform: lowercase;
        }
        
        .header-mundial > div#logo > div#navToggle {
            background-color: rgba(215,7,31,.5);
            position: absolute;
            right: 0;
            top: 0;
            height: 53px;
            transition: 300ms all ease;
            border-left: 1px solid #fff;
        }
            
            .header-mundial > div#logo > div#navToggle:hover {
                background-color: rgba(215,7,31,1);
            }
            
            .header-mundial > div#logo > div#navToggle > a {
                color:  #fff;
                display: block;
                font-size: 14px;
                font-weight: 600;
                padding: 0 2.5rem;
                text-decoration: none;
                margin-top: -10px;
                transition: 300ms all ease;
          
            }
            
                .header-mundial > div#logo > div#navToggle:hover > a {
                    color:  #fff;
                }

    .header-mundial > nav {
        background-color: white;
        display: none;
        flex: 1;
        transform: 300ms all ease;
    }
    
        .header-mundial nav > ul {
            list-style-type: none; 
            background-color: #c6225c;
       
        }
        
            .header-mundial nav > ul > li {
                border-bottom: 1px dotted rgba(0,0,0,.1);
                position: relative;
                left: -15px; 
                display: inline; 
             
            }
            
                .header-mundial nav > ul > li:last-of-type {
                    border-bottom: none;    
                }
            
                .header-mundial nav > ul > li > a {

                
                  
                    font-weight: 700;
                    text-decoration: none;
                    font-size: 14px;
                    font-family: 'Lato', sans-serif;
                    margin-left: 15px;
                padding: 15px;

                        display: block;
                    color: #fff;
                            font-family: 'Lato', sans-serif;

                    
                    
                    
                }



      .header-mundial nav > ul > li > a > span{

                
                  
               color: transparent !important;

                    
                    
                    
                }
				
					.header-mundial nav > ul > li > a span.toggle {
						background-color: #c6225c;
						border-radius: 3rem;
						color: rgba(0,0,0,.25);
						font-size: 0.75em;
						font-weight: 500;
						padding: 2px 8px;
						text-transform: lowercase;	
					}
					
					.header-mundial nav > ul > li > a span.caret {
                        display: none;
					}
                
                    .header-mundial > nav > ul > li:hover > a {
                        color:  #ffd21f;  
                    }
                
            .header-mundial > nav > ul > li > nav {
                background-color: rgb(51,51,51);
                border-radius: 1.5em;
                box-shadow: 0 2px 8px rgba(0,0,0,.6);
                display: none;
                overflow: hidden;
                position: absolute;
                right: 5%;
                width: 90%;
                z-index: 100;
               
            }
            
                .header-mundial > nav > ul > li > nav > ul > li > a {
                    color:  #fff;
                    transition: 300ms all ease;
                }
                
                    .header-mundial > nav > ul > li > nav > ul > li:hover > a {
                        background-color:  #c6225c;
                        color:  #c7c7c7;
                    }


  .header-img {
        
   

    }

/* Medium screens */
@media all and (min-width: 1000px) {
    
    
         .header-mundial nav > ul > li > a > span{

                
                  
               color: #fff !important;

                    
                    
                    
                } 
 
    
    
    
    .header-mundial > div#logo > div#navToggle {
        display: none;    
    }
    
    .logo-nav {
        
        display: none!important;
    }
    
      .header-img {
        

        display: block !important;
    }
  
    
    .header-mundial {
        background-color: white;
        flex-direction: row;
        line-height: 90px;
        padding: 0 3rem;
	
        text-align: right !important;
		width: 100%;
        height: 50px;
    }
    
        .header-mundial > div#logo {
            background-color: transparent;
            line-height: 90px;
        }
    
            .header-mundial > div#logo > h1 {
                color: rgb(140, 193, 193);
            }
            
    .header-mundial > nav {
        background-color: transparent;
        display: block;
    }
    
        .header-mundial > nav > ul {
            display: flex;
            flex-flow: row wrap;
            justify-content: flex-end;    
        }
        
           .header-mundial nav > ul > li {
                border-bottom: none;
    
            }
    
                .header-mundial nav > ul > li > a {
                    padding: 0 1.25rem;
                    height: 0px;
                  
      margin-top: -20px;
             

                    
                }
					
					.header-mundial nav > ul > li > a span.toggle {
						display: none;	
                        
                        
					}
    

    
    
					
					.header-mundial nav > ul > li > a span.caret {
                        border-bottom: 4px solid transparent;
                        border-top: 4px solid rgba(0,0,0,.65);
                        border-right: 4px solid transparent;
                        border-left: 4px solid transparent;
						border-radius: 1px;
						content: "";
						display: inline-block;
						height: 0;
						margin: 0 0 0 .25rem;
						transition: 250ms all ease;
						width: 0;
						vertical-align: middle;
                        
                        1
					}
					
						.header-mundial nav > ul > li:hover > a span.caret {
							border-top-color: rgb(140, 193, 193);
							transform: rotate(270deg); 
						}
    
   .header-mundial > nav > ul > li:hover > nav {
        background-color: rgb(51,51,51);
        border-radius: .25em;
        box-shadow: 0 2px 8px rgba(0,0,0,.6);
        display: block;
        line-height: 3em;
        right: -50%;
        width: 196px;
    }
}