.flags-list li {
    display: inline;
    list-style-type: none;
/*    padding:0px;
    margin:0px;*/
}
.metro-title{
    margin-top:1px;
    font-size:20px;
    display:inline;
    
}
.metro-title-small{
    margin-top:1px;
    font-size:17px;
    display:inline;
    
}
.dropdown-menu {
  width: 30px;
  }

body.noveas{
-webkit-user-select: -khtml-user-select: none; -moz-user-select: -moz-none; -ms-user-select: none; user-select: none; 
}

.metro-header{
    font-size:26px;
    display:block;
    font-family:"Raleway","Helvetica Neue",Helvetica,Arial,sans-serif";
    font-display: swap;
}
#extended img{
  display: block;
  height: auto;
  max-width: 100%;
      
}
.accordion-toggle:after {
    font-family: 'FontAwesome';
    font-display: swap;
    content: "\f078";
    float: right;
}
.accordion-opened .accordion-toggle:after {
    content: "\f054";
}

@media only screen and (min-width: 960px) and (max-width: 1079px) {
    .continentes ul{
	font-size:8px;    
    }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
.continentes ul{
	font-size:8px;
    }
}
@media( max-width: 500px ) { 
.opciones-metro ul{ text-align:center;}
.page-header{ margin-left:15px; margin-right:15px;}
.h2small { font-size:18px;} 
}
@media( min-width: 501px ) and (max-width: 800px) { 
.h2small { font-size:22px;} 
}
@media( min-width: 801px ) and (max-width: 1024px) { 
.h2small { font-size:26px;} 
}
@media( min-width: 1025px ) { 
.h2small { font-size:28px;} 
}

/*
body {
          padding-top: 50px;
          position: relative;
          
}
*/                                
                                                            
      @media screen and (max-width: 767px) {
        .side-collapse-container{
          width:100%;
        position:relative;
          left:0;
            transition:left .4s;
      }
        .side-collapse-container.out{
              left:500px;
        }
      .side-collapse {
        top:77px;
          bottom:0;
        left:0;
              width:200px;
            position:fixed;
          overflow:hidden;
        transition:width .4s;
          }
            .side-collapse.in {
                  width:0;
            }
      }





.flex-video {
  position: relative;
  padding-top: 25px;
      padding-bottom: 67.5%;
        height: 0;
          margin-bottom: 16px;
            overflow: hidden;
            }
            
            .flex-video.widescreen { padding-bottom: 57.25%; }
            .flex-video.vimeo { padding-top: 0; }
            
            .flex-video iframe,
            .flex-video object,
            .flex-video embed {
              position: absolute;
                top: 0;
                  left: 0;
                    width: 100%;
                      height: 100%;
                      }
                      @media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
                        .flex-video { padding-top: 0; }
                        }
.negrita{
    font-weight:bold;
}
#extended ul {
  list-style: none;
  padding: 0;
}
#extended li {
      padding-left: 1.3em;
}
#extended li:before {
        content: "\f00c"; /* FontAwesome Unicode */
        font-family: FontAwesome;
        font-display: swap;
        display: inline-block;
        margin-left: -1.3em; /* same as padding-left set on li */
        width: 1.3em; /* same as padding-left set on li */
}