@font-face { 
    font-family: "Nasalization"; 
    src: url("nasalization/nasalization-rg.otf") format("opentype"); 
    font-weight: normal; 
    font-style: normal; 
} 

* {
  box-sizing: border-box;
}

:root {
    --bgcolor-header: #660066;
    --bgcolor-body: #002e3b;
    --capRadioTextTitle: #0ac1fb;
  }

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    overflow-y: auto;
    user-select: none; /* supported by Chrome and Opera */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
}
body {
    margin: 0;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    background: var(--bgcolor-body);
    height: auto;
    color: #005f79;
    font: 16px/1.2 Arial, Helvetica Neue, Helvetica, sans-serif;
    min-width: 320px;
}

/* -------------------------- */
@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(-359deg);
    }
}
@keyframes grow {
    0% { transform: scale(0.5); }
    50% { transform: scale(4); }
    100% { transform: scale(1); }
}

#info header, #info h1, #info h2, #info h3, #info h4, #info p {
    display: inline-block;
    font-size: 10px;
    margin-block-end: 0;
    margin-block-start: 0;
    margin-inline-end: 0;
    margin-inline-start: 0;
    font-weight: lighter;
    line-height: 1.1;
    text-wrap: balance;
    overflow-wrap: break-word;
}
#info {
    margin: auto;
    width: 75%;
    position: relative;
    color: var(--bgcolor-body);
}

.bodyDiv {
    background-image: linear-gradient(to bottom, #660066 0%, #002e3b 100%);
    position:fixed;
    top:0;
    bottom:0;
    right:0;
    left:0;
    z-index:12;
    overflow: hidden;
}
.bodyImg {
    /* animation: rotation 10s infinite linear; */
    animation: grow 10s infinite linear;
    /* background-image: url("/images/logo_capitan_radio.svg"); */
    background-image: url("/images/logo_capitan_radio background 600px.png");
    background-repeat: no-repeat;
    background-size:contain;
    background-position: center;
    position:fixed;
    top:0;
    bottom:0;
    right:0;
    left:0;
    z-index:12;
    opacity:0.5;
}
/* -------------------------- */

#impFavInput, #impPrefInput {
    display: none;
}

.titleBar {
    display: none;
}
.capRadioLogo {
    display: inline-block;
    margin-left: -25px;
}
.capRadioTitle {
    display: inline-block;
    vertical-align: top;
    font-size: 4vw; 
    font-weight: 700; 
    color: var(--capRadioTextTitle); 
    padding: 30px 15px;
    font-family: "Nasalization", sans-serif;
    text-shadow: 2px 2px 10px black;
}
a {
    color: #00a0ce;
    background-color: transparent;
}
a,
a:focus,
a:hover {
    text-decoration: none;
}



.fa-pause, .fa-spinner, .fa-play, .fa-triangle-exclamation {
    font-size: 50px;
}

.wrapper {
    /* top: 210px; */
    top: 200px;
    width: 100%;
    position: absolute;
    /* padding-bottom: 60px; */
}
.radios {
    overflow: auto;
    margin: auto;
    width: 75%;
    text-align: center;
    background-color: white;    
    padding: 60px 40px 40px 40px;
    border-radius: 25px;
    position: relative;
}
.fb_iframe_widget {
    display: block !important;
}

.radiosSmall {
    padding: 9px;
    display:inline-block; 
    cursor: pointer;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    margin: 5px 5px 10px;
    width: 116px;
    height: 90.2px;
    position: relative;
}
.radiosSmall img {
    width: 96px;
    height: 66px;;
}

.radiosSmall:hover {
    border: 1px solid #00a0ce;
    box-shadow: 0 0 20px 0 rgba(0, 46, 59, 0.2);
}

.btn {
    /* display: inline-block; */
    /* vertical-align: top; */
    /* background: #f0f0f0; */
    /* border-radius: 2px; */
    display: flex;
    height: 20px;
    float: left;
    align-items: center;
    /* color: #005f79; */
    font-size: 14px;
    font-weight: 700;
    /* line-height: 13px; */
    /* margin: 0 0 10px; */
    /* min-width: 84px; */
    /* padding: 6px; */
    /* position: relative; */
    /* text-align: center; */
    text-transform: uppercase;
}
.white a {
    /* color: white; */
    color: var(--capRadioTextTitle);
}
/* .btn:hover {
    opacity: 0.75;
} */
#header {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 1;
    /* height: 210px; */
    height: 200px;
    background: linear-gradient(to bottom, var(--bgcolor-header) 0%, var(--bgcolor-body) 100%);
}

.container {
    margin-left: 40px;
    height: 120px;
    top: 10px;
    position: fixed;
    z-index: 2;
}

.logo span {
    display: inline-block;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -1.5px;
    line-height: 33px;
    position: relative;
}
.ico {
    display: inline-block;
}

.radio-player {
    background: #002029;
    border-radius: 0px 0px 15px 15px;
    height: 78px;
    overflow: hidden;
    padding: 15px 5px 15px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.volumen {
    float: left;
    align-items: center;
    display: flex;
    height: 46px;
}
.radio-player #radio-controls {
    float: right;
    align-items: center;
    display: flex;
    max-width: 100%;
    /* background: white; */
    /* background: #2c3e51; */
    border-radius: 25px;
    /* color: white; */
    color: var(--capRadioTextTitle)
}
.btn-play, .btn-next, .btn-previous {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    /* position: relative;
    text-align: center; */
    width: 46px;
    cursor: pointer;
    margin-right: 3px;
    margin-left: 3px;
}
.btn-play img, .btn-next img, .btn-previous img {
    position: absolute;
}
.btn-next img, .btn-previous img {
    height: 14px;
    width: 18px;
}
.btn-play img {
    height: 30px;
    width: 30px;
}
.ico-sound {
    display: flex;
    /* vertical-align: middle; */
    /* width: 15px; */
    font-size: 15px;
    /* color: white; */
    color: var(--capRadioTextTitle);
    cursor: pointer;
    margin-right: 5px;
}

#radio {
    background: #002e3b;
    z-index: 3;
    border-radius: 20px;
    /* border: 2px solid #4a6d88; */
    box-shadow: 2px 2px 10px #ee82ee;
    height: 170px;
    top: 15px;
    right: 15px;
    position: fixed;
    width: 378px;
}
#radio-track {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    height: 90px;
    margin: 0;
    overflow: hidden;
    padding: 15px 10px;
}
#radio-track .text-box {
    overflow: hidden;
    padding: 8px 0 0;
    position: absolute;
    width: 50%;
    left: 120px;
}
#radio-track .img-box {
    float: left;
    margin: 0 13px 0 0;
}
#radio-track .img-box img {
    background-color: #fff;
    height: 66px;
    width: 96px;
    border-radius: 10px;
}
#radio-track .title {
    animation: slider 6s linear 0.5s infinite alternate;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    margin: 0 0 5px;
    min-width: 100%;
    overflow: hidden;
    white-space: nowrap;
}
#radio-track .signal {
    color: hsla(0, 0%, 100%, 0.4);
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin: 0;
}
.left-box {
    float: left;
    margin: 0;
    width: 114px;
    text-align: center;
}
.btn-holder {
    display: flex;
    float: right;
    /* max-width: 88px; */
    /* min-width: inherit; */
    /* overflow: hidden; */
    /* padding: 7px 0 0; */
    /* text-align: right; */
}
/* .btn-holder .btn {
    margin: 0 0 5px;
    min-width: 31px;
    padding: 6px 6px 4px;
} */
.btnFavorita {
    /* display: block; */
    font-size: 35px;
    /* margin-top: 10px; */
    cursor: pointer;
    color: #c1cbce;
    text-shadow: 2px 2px 5px #000000;
    /* opacity: 0.75; */
}
/* .btnFavorita:hover {
    opacity: 0.75;
} */
.btnFavorita.esFavorita {
    color: #ff0000;
}

@keyframes slider {
    0%,
    25% {
        transform: translateX(0);
    }
    75%,
    to {
        transform: translateX(calc(-100% + 121px));
    }
} 
.radio-slider {
    -webkit-appearance: none;
    background: transparent;
    width: 90px;
}
.radio-slider:focus {
    outline: none;
}
.radio-slider::-webkit-slider-runnable-track {
    /* background: #005f79; */
    background: #2c3e50;
    border-radius: 10px;
    cursor: pointer;
    height: 5px;
    width: 100%;
}
.radio-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    /* background: #00a0ce; */
    /* background: white; */
    background: var(--capRadioTextTitle);
    border-radius: 50%;
    cursor: pointer;
    height: 13px;
    margin-top: -4px;
    width: 13px;
}
.radio-slider::-moz-range-track {
    /* background: #005f79; */
    background: #2c3e50;
    border-radius: 10px;
    cursor: pointer;
    height: 5px;
    width: 100%;
}
.radio-slider::-moz-range-thumb {
    /* background: #00a0ce; */
    /* background: white; */
    background: var(--capRadioTextTitle);
    border-radius: 50%;
    border: none;
    cursor: pointer;
    height: 13px;
    margin-top: -4px;
    width: 13px;
}
.radio-slider::-ms-track {
    background: transparent;
    border-color: transparent;
    border-radius: 10px;
    color: transparent;
    cursor: pointer;
    height: 5px;
    width: 100%;
}
.radio-slider::-ms-fill-lower {
    /* background: #005f79; */
    background: #2c3e50;
    border-radius: 10px;
}
.radio-slider::-ms-fill-upper {
    background: #e1e1e1;
    border-radius: 10px;
}
.radio-slider::-ms-thumb {
    /* background: #00a0ce; */
    /* background: white; */
    background: var(--capRadioTextTitle);
    border-radius: 50%;
    border: none;
    cursor: pointer;
    height: 13px;
    margin-top: -4px;
    width: 13px;
}
.select {
    /* reset */
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: none;
    /*  */

    font-size: 16px;
    height: 40px;
    min-width: 135px;
    width: 100%;
    padding: 5px;
    color: white;
    background-color: transparent;
    cursor: pointer;

    background-image:
        linear-gradient(45deg, transparent 50%, white 50%),
        linear-gradient(135deg, white 50%, transparent 50%);
        /* linear-gradient(to right, skyblue, skyblue); */
    background-position:
        calc(100% - 20px) calc(1em + 2px),
        calc(100% - 15px) calc(1em + 2px);
        /* 100% 0; */
    background-size:
        5px 5px,
        5px 5px;
        /* 2.5em 2.5em; */
    background-repeat: no-repeat;
}
.select option {
    background-color: var(--bgcolor-body) !important;
}
.filtersDiv {
    position: fixed;
    top: 220px;
    right: 10px;
    bottom: 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* width: 145px; */
    width: max-content;
    overflow: hidden;
}
.filters {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    /* display:inline-block;
    position: relative;
    top: -15px; */
    height: 40px;
}
.divFavoritos {
    display: flex;
    justify-content: center;
    align-items: center;

    width: 38px;
    height: 36px;
    color: #1e50b2;
    font-size: 24px;
    position: absolute;
    top: 2px;
    background: white;
    border-radius: 16px;
}
.spanFavoritas {
    background:#002e3b;
    color:white;
    font-size:x-large;
    padding:3px;
}
.opacityMenuDiv {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.menu {
    display: flex;
    flex-direction: column;
    position: fixed;
    align-items: center;
    /* top: 280px; */
    top: 220px;
    /* right: 10px; */
    left: 10px;
    /* bottom: 60px; */
    bottom: 15px;
    overflow: hidden;
    user-select: none;
}
.menuHeader {
    display: none;
    align-self: end;
    padding: 5px 10px;
    cursor: pointer;
}
.menu, .menuHeader {
    direction: ltr;
    color: white;
    align-items: center;
    z-index: 4;
}
.menuHeader span {
    font-size: 12px;
    margin-right: 10px;
}
.menuHeader i {
    font-size: 24px;
    margin: auto;
}
.menuTitle {
    background-color: black;
}
.menuContent, .filterContent {
    position: relative;
    color: white;
    border-radius: 10px;
    border-top: 2px solid var(--capRadioTextTitle);
    background: linear-gradient(to right, var(--bgcolor-header) 0%, var(--bgcolor-body) 100%);
    text-shadow: 2px 2px 5px black;
    width: max-content;
    overflow-x: hidden;
    /* border-bottom: 2px solid #4a6d88;
    border-right: 2px solid #4a6d88; */
}
.menuContent::-webkit-scrollbar, .filterContent::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
.menuContent::-webkit-scrollbar-thumb, .filterContent::-webkit-scrollbar-thumb {
    border-radius: 99px;
    background-color: #D62929;
}
.menuContent::-webkit-scrollbar-button, .filterContent::-webkit-scrollbar-button {
    height: 16px;
}
.menuContent hr {
    margin-top: 0px;
    margin-bottom: 0px;
}
.menuButton, .filterButton {
    position: relative;
    height: 55px;
    display: flex;
    align-items: center;
    padding: 0px 10px;
    color: #f5f6fa;
}
.menuButton:not(.menuTitle):hover, .filterButton:not(.menuTitle):hover {
    background-color: #00aee67d;
}
.menuButton a, .filterButton a {
    color: #f5f6fa;
    margin-left: 0.5em;
}
.menuButton a i, .filterButton a i {
    margin-right:10px;
    vertical-align: middle;
}
.menuButton span, .filterButton span, .FBbuttons {
    margin: auto;
    color: #0ac1fc;
    font-weight: 700;
    text-transform: uppercase;
}
/* .filterButton i, .menuButton i {
    margin-right: 10px;
} */
.FBbuttons {
    border: none;
    overflow: hidden;
    z-index: 4;
}
#donar {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    /* top: 220px;
    right: 20px; */
    bottom: 15px;
    /* left: 15px; */
    right: 15px;
    background: #af0200;
    font-family: 'Nasalization';
    border-radius: 15px;
    padding: 6px 14px;
    color: white;
    font-weight: bold;
    cursor: pointer;
    text-shadow: 2px 2px 5px black;
    box-shadow: 2px 2px 5px white;
}
/* #donar i {
    vertical-align: middle;
    margin-left: 5px;
} */
.fa-mug-hot {
    bottom: 2px;
    position: relative;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10; /* Sit on top */
    /* padding-top: 100px;  Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
  
  /* Modal Content */
.modal-content {
    position: relative;
    margin: auto;
    background: #002e3b;
    padding: 0;
    border: 1px solid #888;
    text-align: center;
    border-radius: 20px;
    width: 500px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}
  
  /* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}
  
@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}
  
  /* The Close Button */
.close {
    /* color: white; */
    float: right;
    font-size: 28px;
    font-weight: bold;
}
  
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
  
.modal-header {
    padding: 2px 16px;
    font-size: 28px;
    background: #002029;
    border-radius: 20px 20px 0px 0px;
}
.modal-body {
    padding: 20px 16px;
}
.whiteText {
    color: white;
    text-align: left;
}
.whiteText ul {
    list-style-type: none;
}
.whiteText li {
    line-height: 1.5;
    background-color: #af0200;
    margin: 10px 0px;
    border-radius: 15px;
    padding: 2px 10px;
    width: fit-content;
    font-family: 'Nasalization';
}
.whiteText li a {
    color: white;
}
.whiteText li a:hover{
    text-decoration: underline;
}
  
.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}
.search {
    width: 100%;
}
#searchStation {
    display: block;
    margin-bottom: 15px;
    width: 100%;
    height: 30px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    color: #005f79;
}
.banderas {
    display: inline-flex;
    align-items: center;
    color: white;
    border: 1px solid grey;
    margin: 5px;
    padding: 3px 8px;
    border-radius: 10px;
    font-size: small;
    cursor: pointer;
    width: 30%
}
.banderas img {
    width: 35px;
    height: 35px;
}
.paisEnBandera {
    margin-left: 5px;
}

.preferencias {
    width: fit-content;
    margin-bottom: 30px;
}
.botonYselect {
    height: 30px;
    position: relative;
    margin-bottom: 5px;
}
.cargar {
    margin-left: 30px;
}
.color {
    margin-right: 10px;
}
.prefContainer {
    text-align:left;
    /* padding: 0px 15px; */
}
.notaDiv {
    text-align:left;
    margin-bottom:10px
}
#notaSpan {
    cursor: pointer;
}
#editSaveDiv {
    float: right;
    cursor: pointer;
}
#guardarSpan, #deshacerSpan, #editarSpan, #homeSpan {
    font-size: larger;
    margin-right: 10px;
    cursor: pointer;
}
#homeDiv {
    text-align: right;
    margin-top: 10px;
}

.indice, .borrarDiv, .ordenarDiv {
    position: absolute;
    font-size: smaller;
}
.ordenarDiv, .borrarDiv {
    background: var(--bgcolor-body);
    color: white;
    border-radius: 15px;
    padding: 5px 5px;
    height: 25px;
    width: 25px;
}
.ordenarDiv {
    bottom: 0px;
    right: 0px;
}
.borrarDiv {
    bottom: 0px;
    left: 0px;
}
.indice {
    background: white;
    color: black;
    border: 1px solid black;
    top: 0px;
    right: 0px;
    border-radius: 10px;
    padding: 1px 0px;
    height: 20px;
    width: 20px;
}

#listaDiv {
    z-index: 4;
}
.listaSpan {
    padding: 0px 10px;
    margin: 0px 2px;
}
.listaSpan:hover {
    background: black;
    cursor: pointer;
}

/* Linkedin */
.artdeco-entity-image {
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0
}
.artdeco-entity-image--circle-4 {
    width: 56px;
    height: 56px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-clip: content-box;
    border: 2px solid rgba(0, 0, 0, 0);
    border-radius: 49.9%
}
/* END Linkedin */


/* FOR SMARTPHONES AND TABLETS */
@media only screen and (min-width: 901px) and (max-width: 1241px){
    .logo {
        top: -55px;
        left: 150px;
        position: relative;
    }
    
}

@media only screen and (max-width: 930px){ 
    .fa-spinner, .fa-play, .fa-triangle-exclamation {
        font-size: 40px;
    }
    .wrapper {
        top: 235px;
        width: 100%;
        position: absolute;
    }
    #info {
        width: 95%;
    }
    .capRadioTitle {
        width: 100px;
        margin-top: 8px;
        margin-left: 8px;
        padding: 0px;
    }
    .logo {
        top: -8px;
        left: 0px;
        position: relative;
    }
    #header {
        height: 225px;
    }
    .volumen {
        height: 40px;
    }
    .radio-player {
        height: 50px;
        padding: 5px 5px 5px 10px;
    }
    #radio-track {
        height: 80px;
        padding: 5px 10px;
    }
    .btn-play, .btn-next, .btn-previous {
        height: 40px;
        width: 40px;
    }
    #radio {
        top: 35px;
        position: fixed;
        height: 132px;
    }
    .radios {
        overflow: auto;
        margin: auto;
        width: 95%;
        text-align: center;
        background-color: white;
        /* padding: 2px; */
        border-radius: 10px;
    }
    .radiosSmall {
        display:inline-grid; 
        cursor: pointer;
    }
    .menu {
        right: 5px;
        left: unset;
        top: 1px;
        height: fit-content;
    }
    .menuHeader {
        display: flex;
    }
    .menuContent {
        display: none;
        border-top: unset;
    }
    .filtersDiv {
        top: 190px;
        right: unset;
        bottom: unset;
        flex-direction: row;
        width: 100%;
        overflow: hidden;
        height: 40px;
    }
    .filterContent {
        display: flex;
        background: #66006694;
        text-shadow: 2px 2px 5px black;
        box-shadow: inset 0px 0px 5px #ee82ee;
        width: 95%;
        margin-left: 2.5%;
        text-align: center;
        border-top: unset;
    }
    .filterButton {
        height: unset;
        width: 100%;
        border-radius: 20px;
    }
    .select {
        height: 35px;
    }
    #donar {
        position: fixed;
        top: 5px;
        right: 125px;
        bottom: unset;
        left: unset;
        z-index: 3;
        padding: 3px 14px;
        width: 270px;
        text-align: center;
    }
    .notaDiv {
        padding: 15px;
    }
}

@media only screen and (max-width: 738px){
    .titleBar {
        display: block;
        height: 35px;
        width: 100%;
        background-color: black;
        position: fixed;
        z-index: 1;
    }
    #header {
        top: 35px;
    }
    .prefContainer {
        padding: 0px 15px;
    }
    .container {
        margin-left: 35px;
        height: 20px;
        top: 80px;
    }
    .menu {
        top: 36px;
    }
    #donar {
        right: 10px;
        width: fit-content;
    }
    #radio {
        top: 70px;
    }
    .wrapper {
        top: 260px;
    }
    .capRadioLogo {
        display: inline-block;
        top: 3px;
        left: 3px;
        margin-left: 0px;
        position: fixed;
    }
    .capRadioLogo img {
        width: 30px;
        height: auto;
    }
    .capRadioTitle {
        position: fixed;
        top: 5px;
        width: fit-content;
        font-size: 25px;
        font-weight: 400;
        line-height: 25px;
        margin-top: 0px;
        vertical-align: unset;
    }
    .logo {
        position: fixed;
        top: 43px;
        left: 10px;
    }
    .logo span {
        font-size: 20px;
        letter-spacing: -1px;
        line-height: 20px;
    }
    .radios {
        border-radius: 10px;
        padding: 10px 2px 2px 2px;
    }

    .filtersDiv {
        top: 213px;
    }
    .filterContent {
        font-size: 14px;
        overflow: auto hidden;
    }
    .filterButton {
        justify-content: center;
        border-radius: 10px;
    }
    .select {
        font-size: 14px;
        width: 40px;
        text-shadow: 2px 2px 5px black;
        min-width: unset;
        height: 35px;
        background-image: unset;
        background-position: unset;
        background-size: unset;
        background-repeat: unset;
        text-align: center;
        padding: unset;
    }
}

@media only screen and (max-width: 519px){
    .modal-content {
        width: 90%
    }
    .banderas {
        width: 45%;
    }
    #radio {
        width: 95%;
        margin-left: 2.5%;
        border-radius: 15px;
        position: fixed;
        right: auto;
    }
}

@media only screen and (min-width: 408px) and (max-width: 417px){
    .radiosSmall {
        width: 30%;
        height: auto;
    }
    .radiosSmall img {
        width: 100%;
        height: 60px;
    }
    .radio-player {
        border-radius: 0px 0px 10px 10px;
    }
}
@media only screen and (max-width: 408px){
    .radio-player {
        border-radius: 0px 0px 10px 10px;
    }
    .radio-slider {
        width: 80px;
    }
    .radiosSmall {
        width: 29%;
        height: auto;
        padding: 4px;
        border-radius: 5px;
    }
    .radiosSmall img {
        width: 100%;
        height: 55px;
    }
}
@media only screen and (max-width: 390px) {
    .capRadioTitle {
        font-size: 14px;
    }
    .radio-slider {
        width: 50px;
    }
}

@media only screen and (max-width: 325px) {
    .radio-slider {
        width: 40px;
    }
    #radio-track .text-box {
        width: 42%;
    }
}
/* END FOR SMARTPHONES AND TABLETS */  


