:root {
  --player-bg: #fff;
    --player-height: 64px;
    --player-control-width: 540px;
    --cover-bg: #fff;
}

[class^="bi-"],
[class*=" bi-"] {
    line-height: 1;
    font-size: auto;
    color: #ffffff;
}
body{
  background: white;
  position: relative;
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
  background-size: cover;
}
a{
    text-decoration:none;
    color:#503d6e;
}
p:last-child {
    margin-bottom: 0;
}
.shape-fill-white {
    fill: #ffffff;
    /* opacity: 0.0; */
}
.shape-fill-dark {
    fill: #f31010;
}
.btFullHeightBannerLeft {
    left: 50%;
    margin-left: -1189px;
    text-align: right;
}
.btFullHeightBannerLeft, .btFullHeightBannerRight {
    height: 100%;
    position: fixed;
    top: 0;
    width: 600px;
    z-index: 6;
    background: #f31010;
}
.btFullHeightBannerRight {
    right: 50%;
    margin-right: -1190px;
    text-align: left;
}

.hover15 figure:hover::before {
	-webkit-animation: circle .75s;
	animation: circle .75s;
}


.sowertec-social-icon {
  font-size: var(--icon-size,25px);
  width: calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));
  height: calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.boton-buscar {
    border: 0;
    border-radius: 5px;
    background: transparent;
    color: white;
    font-size: 20px;
}
.menulef{
  width: 300px;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  transform: translate3d(-100%,0,0);
  z-index: 7;
  margin-top: 0;
  transition: transform .4s ease;
  overflow-y: auto;
}
.mostrar{
transform: translate3d(-0%,0,0);
transition: transform .4s ease;
}
.sowertec-e a {
  color: #f8f9fa;
  text-transform: uppercase;
}
.sowertec-e:hover {
  background: #000000;
}
.sowertec-e:hover a{
  color: #fbfbfb;
}
.sowertec-e .active{
  background: #000000!Important;
  color: #ffffff!important;
}
.botonesnew {
    background: #000000;
    border: 0;
    display: flex;
    flex-direction: row;
    padding: 12px;
    border-radius: 50%;
    border: solid 4px #fff;
}
.botonesnew:hover {
    background: #7800fb;
}
.lugares{
    font-size: 13px;
    color: #ffffff;
    margin-right: 5px;
    /* width: 100%; */
    white-space: nowrap;
}
.diales {
    font-size: 18px;
    color: #ffffff;
    text-align: center;
}
.botonera{
  background: #7800fb;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border-radius: 0px;
  flex: 1;
  height: 100%;
}
.titulodial{padding: 35px;}
.grande{
  font-size:60px;
}
#bgheader {
    background: #ffffff00 url(../images/bg-players.gif);
    background-repeat: repeat-x;
    background-position: left bottom;
    color: white;
    display: block;
    width: 100%;
    filter: unset;
}
.whatsapp{
    padding: 7px;
    transition: background-color 1s ease-out 10ms;
}
.whatsapp:hover{
    background: #02514a;
    transition: background-color 1s ease-out 10ms
}
.whatsapp h4{
    margin-bottom:0px;
    color: #fff;
    text-decoration: none;
}
.list-group .list-group__cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.list-group .list-group__cover .btn {
    --bs-btn-bg: #fff;
    --bs-btn-color: var(--bs-gray-900);
    opacity: 0;
    visibility: hidden;
}

.list-group .list-group__cover .btn:hover,
.list-group .list-group__cover .btn:focus,
.list-group .list-group__cover .btn:active {
    --bs-btn-hover-bg: #fff;
    --bs-btn-hover-color: var(--bs-gray-900);
    --bs-btn-hover-border-color: #fff;
}

.list-group .list-group__content {
    flex-grow: 1;
    flex-basis: 0;
    min-width: 0;
}

.list-group .list-group__title {
    display: block;
    font-weight: 600;
    color: #040403;
    text-decoration: none;
}

.list-group .list-group__subtitle {
    display: block;
    color: #ffffff;
    font-size: 13px;
}

.list-group .list-group__fav {
    text-decoration: none;
    color: inherit;
}

.list-group .list-group-item {
    --bs-list-group-bg: transparent;
}

.list-group .list-group-item:hover .list-group__cover .btn {
    opacity: 1;
    visibility: visible;
}

.list-group .list-group__number {
    color: var(--bs-gray-600);
    font-weight: 600;
}

.list-group.list-group--embedded .list-group__cover {
    width: 120px;
    height: 120px;
}

.list-group.list-group--fav [data-radio-id] {
    text-decoration: none;
    width: 24px;
    height: 24px;
    color: var(--bs-gray-900);
    margin: 0 16px;
}

.list-group.list-group--fav [data-radio-id] [class^="gi-"],
.list-group.list-group--fav [data-radio-id] [class*=" di-"] {
    font-size: 24px;
}

.list-group.list-group--fav .list-group__cover {
    width: 64px;
    height: 64px;
}

.list-group.list-group--fav [data-favorite-id] {
    text-decoration: none;
    width: 16px;
    height: 16px;
}

/* Tooltip */
.tooltip {
    --bs-tooltip-padding-x: 12px;
    --bs-tooltip-padding-y: 5px;
}

/* Cover */
.cover {
    position: relative;
    border-radius: var(--cover-border-radius);
    background-color: var(--cover-bg);
    overflow: hidden;
    padding: var(--cover-spacing);
}

.cover img {
    width: 100%;
    transition: transform .25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.cover:not(.cover--details):hover .cover__hero img,
.cover:not(.cover--details):hover .cover__image:not(.cover__image--flag) img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.cover .cover__hero {
    border-radius: var(--cover-border-radius);
    display: block;
    position: relative;
    margin: calc(-1 * var(--cover-spacing));
}

.cover .cover__hero .cover__hero__content {
    --cover-title-color: #fff;
    --cover-title-font-size: 20px;
    --cover-subtitle-color: var(--bs-gray-200);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 40px 24px 24px;
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    border-bottom-left-radius: var(--cover-border-radius);
    border-bottom-right-radius: var(--cover-border-radius);
}

.cover .cover__head {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 16px 24px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    color: #fff;
}

.cover .cover__label {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 10;
    position: relative;
}

.cover .cover__label li:not(:first-child) {
    margin-left: 6px;
}

.cover .cover__label .cover__label__view {
    border-radius: 4px;
    padding: 4px 6px;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    text-decoration: none;
    line-height: 1;
    color: #fff;
    background-color: rgba(0,0,0, 0.9);
}

.cover .cover__label .cover__label__view span {
    padding-left: 4px;
    font-weight: 600;
}

.cover .cover__image {
    overflow: hidden;
    position: relative;
    display: block;
    border-radius: calc(var(--cover-border-radius) * .75);
}

.cover .cover__image .cover__head {
    padding: 16px;
}

.cover .cover__image.cover__image--flag {
    width: 64px;
    height: 64px;
    border-radius: 50%;
}

.cover .cover__image.cover__image--flag img {
    position: absolute;
    width: 160%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.cover .cover__image [data-play-id] {
    position: absolute;
    top: 55%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}

.cover .cover__body {
    padding: 8px;
}

.cover .cover__image + .cover__body {
    padding-bottom: 0;
}

.cover .cover__title {
    display: block;
    font-size: var(--cover-title-font-size);
    font-weight: 600;
    color: var(--cover-title-color);
    text-decoration: none;
}

.cover .cover__subtitle {
    display: block;
    color: var(--cover-subtitle-color);
    font-size: 13px;
}

.cover .cover__visualizer {
    position: absolute;
    width: 100%;
    height: 120px;
    left: 0;
    bottom: -14px;
    z-index: 1;
    opacity: .85;
}

.cover .cover__desc {
    margin-left: calc(-1 * var(--cover-spacing));
    margin-right: calc(-1 * var(--cover-spacing));
    padding: var(--cover-spacing) var(--cover-spacing)  0;
}

.cover .cover__desc + .cover__desc {
    margin-top: var(--cover-spacing);
}

.cover.cover--air {
    box-shadow: 0 1px 4px rgba(0,0,0, 0.1);
}

.cover.cover--details {
    --cover-spacing: 10px;
}

.cover.cover--details .cover__hero {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.cover.cover--details .cover__hero:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(0deg, rgba(var(--cover-bg-rgb), 1) 0%, rgba(var(--cover-bg-rgb), 0) 100%);
    background: linear-gradient(0deg, rgba(var(--cover-bg-rgb), 1) 0%, rgba(var(--cover-bg-rgb), 0) 100%);
}

.cover.cover--details .cover__hero img,
.cover.cover--details .cover__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cover.cover--details .cover__image {
    width: 200px;
    height: 200px;
}

.cover.cover--details .cover__body {
    padding: 0 0 0 20px;
    flex: 1;
}

[data-radio-id]:not(.active) .icon-pause,
[data-radio-id].active .icon-play,
[data-favorite-id]:not(.active) .heart-fill,
[data-favorite-id].active .heart-empty {
    display: none;
}

[data-radio-id].active .icon-pause,
[data-favorite-id].active .heart-fill {
    display: block;
}


.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
}
.header-top {
    padding: 8px 0;
    border-bottom: 1px solid var(--bs-gray-200);
}

.navbar-brand-text {
    margin-left: 1px;
    font-size: 24px;
    font-weight: 800;
    color: #cfb700;
}

.search {
    position: relative;
    min-width: 30%;
}

.search .btn {
    padding: 0;
    border: none !important;
    height: 100%;
    width: 50px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
}

.search .form-control {
    padding-right: 40px;
    padding-left: 16px;
}

.has-menu,
.has-menu > .nav-link {
    position: relative;
}

.has-menu > .nav-link:after {
    content: '';
    display: inline-block;
    margin-left: 6px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid currentColor;
    position: relative;
    top: -2px;
    opacity: 0.4;
    -webkit-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
}

.submenu {
    flex-direction: column !important;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: var(--header-bg);
    min-width: 180px;
    -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    padding: 8px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    z-index: 10;
    border-radius: 8px;
}

.submenu.navbar-nav .nav-link {
    --bs-nav-link-padding-y: 11px;
    --bs-navbar-nav-link-padding-x: 24px;
    display: block;
}

.submenu.navbar-nav .nav-link:hover {
    background-color: rgba(var(--primary-rgb), 0.05);
}

.submenu.navbar-nav .nav-link:before {
    display: none;
}

.submenu .has-menu > .nav-link {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    justify-content: space-between;
}

.submenu .has-menu > .nav-link:after {
    border-top: 4px solid transparent;
    border-left: 4px solid currentColor;
    border-bottom: 4px solid transparent;
    border-right: none;
}

.submenu .submenu {
    left: 100%;
    top: 0;
}

.has-menu:hover > .submenu {
    visibility: visible;
    opacity: 1;
}

.has-menu:hover > a:after {
    opacity: 1;
}


/*!
 * 	Core
 * ----------------------------------------------- */
#dark_mode .icon-light,
#dark_mode.active .icon-dark,
#embedded_play .icon-pause,
#embedded_play.active .icon-play {
    display: none;
}

#dark_mode.active .icon-light,
#embedded_play.active .icon-pause {
    display: block;
}

#embedded_play {
    min-width: 110px;
}

#embedded_player {
    position: absolute;
    top: -1000px;
    left: -10000px;
}

#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
    background-color: #000000eb;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    text-align: center;
}

#loader_progress {
    position: relative;
    overflow: hidden;
    background-color: #67541e;
    width: 240px;
    height: 4px;
}

#loader_progress:before {
    content: '';
    position: absolute;
    left: -32px;
    width: 90px;
    height: 100%;
    background-color: var(--primary);
    -webkit-animation: loader 1.5s infinite ease;
    animation: loader 1.5s infinite ease;
}

@-webkit-keyframes loader {
    50% {
        left: 192px;
    }
}

@keyframes loader {
    50% {
        left: 192px;
    }
}

#line_loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 5px;
    /* display: none; */
    background-color: #f31010;
    z-index: 999;
}


.main {
    flex: 0 0 auto;
    width: 70%;
}

.sidebar {
    flex: 0 0 auto;
    width: 30%;
}

.playlist-sidebar + .playlist-sidebar {
    margin-top: 24px;
}

.radio-info,
.radio-info li,
.radio-info .radio-info__icon {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.radio-info {
    margin: 0;
    padding: 0;
    list-style: none;
}

.radio-info li:not(:first-child) {
    margin-left: 16px;
}

.radio-info .radio-info__icon {
    flex: 0 0 auto;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    justify-content: center;
    background-color: var(--bs-gray-200);
}

.radio-info.radio-info--share .radio-info__icon {
    width: 40px;
    height: 40px;
}

.radio-info.radio-info--share .radio-info__icon [class^="bi-"],
.radio-info.radio-info--share .radio-info__icon [class*=" bi-"] {
    font-size: 20px;
}

.alert-wrap {
	position: fixed;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	max-width: 380px;
	width: 100%;
	z-index: 2000;
	padding: 16px;
}


/*!
 * 	Player
 * ----------------------------------------------- */
#player,
#player_info {
    -webkit-box-shadow: 0 1px 16px rgba(0,0,0, 0.25);
    box-shadow: 0 1px 16px rgba(0,0,0, 0.25);
}

#player {
    position: fixed;
    bottom: 0px;
    left: -100%;
    z-index: 99;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    height: auto;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-transition: left .25s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: left .25s cubic-bezier(0.075, 0.82, 0.165, 1);
}

#player.visible {
    left: calc(-1 * var(--player-control-width));
}

#player.show {
    left: 0;
}

#player_toggler {
    color: inherit;
    text-decoration: none;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    background-color: #f31010;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

#player.show #player_toggler {
    background-color: #000000;
}

#player #player_toggler .arrow-left,
#player.show #player_toggler .arrow-right,
#player .mejs__play .icon-pause,
#player .mejs__pause .icon-play,
#player .mejs__unmute .volume,
#player .mejs__mute .mute {
    display: none;
}

#player.show #player_toggler .arrow-left {
    display: block;
}

#player .mejs__controls,
#player .mejs__container > * {
    height: 100%;
}

#player .mejs__container {
    color: #fbfbfb;
    min-height: var(--player-height);
    min-width: initial !important;
    width: initial !important;
    height: initial !important;
    flex: 1;
    font-family: inherit;
}

#player .mejs__controls {
    background: transparent;
    width: var(--player-control-width);
    position: relative;
    bottom: initial;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 16px;
}

#player .mejs__button {
    width: 24px;
    height: 24px;
}

#player .mejs__button.mejs__playpause-button {
    margin-left: 12px;
    margin-right: 12px;
}

#player .mejs__time {
    color: inherit;
    padding: 0 16px 0 0;
    height: initial;
    font-size: 12px;
    font-weight: 600;
}

#player .mejs__button > button {
    width: 30px;
    height: 30px;
    background: transparent;
    outline: none;
    margin: 0;
    color: inherit;
    position: relative;
}

#player .mejs__button > button:disabled {
    opacity: 0.6;
    cursor: default;
}

#player .mejs__button > button [class^="bi-"],
#player .mejs__button > button [class*=" bi-"] {
    font-size: 24px;
}

#player .mejs__horizontal-volume-slider {
    width: 78px;
    height: initial;
    margin-left: 12px;
    margin-right: 10px;
}

#player .mejs__horizontal-volume-total {
    position: relative;
    top: initial;
    width: 100%;
    height: 10px;
    background: rgb(255 251 251 / 58%);
}

#player .mejs__horizontal-volume-current {
    color: var(--bs-gray-900);
    background-color: #FFEB3B;
}

#player .mejs__horizontal-volume-current:after {
    content: '';
    position: absolute;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background-color: #FFEB3B;
    top: -3px;
    right: -12px;
}

#player .list-group .list-group__cover {
    width: 40px;
    height: 40px;
}

#player .list-group .list-group__content {
    width: 140px;
}

#player_info {
    position: absolute;
    left: 0;
    right: 20px;
    bottom: 100%;
    background-color: var(--player-bg);
    padding: 24px 24px 10px;
    flex-wrap: wrap;
    display: none;
}

#player_info.show {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
}

#player_info .cover {
    padding: 0;
    width: 200px;
    height: 200px;
    flex: 0 0 auto;
    border-radius: 4px;
}

#player_info .cover:hover img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}

.playlist {
    flex: 1;
    padding-left: 24px;
}

#playlist {
    line-height: 1.25;
    background-color: var(--bs-gray-100);
    counter-reset: number;
    max-height: 164px;
    overflow: auto;
}

#playlist::-webkit-scrollbar {
    width: 4px;
}

#playlist::-webkit-scrollbar-track {
    background: var(--bs-gray-400);
}

#playlist::-webkit-scrollbar-thumb {
    background: var(--bs-gray-900);
}

#playlist a {
    text-decoration: none;
    color: var(--bs-gray-900);
}

#playlist.list-group .list-group-item {
    counter-increment: number;
}

#playlist.list-group .list-group__cover {
    width: 36px;
    height: 36px;
}

#playlist .remove-radio,
#playlist [data-radio-id] {
    line-height: 16px;
    display: block;
    height: 16px;
}

#playlist .remove-radio {
    font-size: 16px;
    text-align: center;
    visibility: hidden;
    opacity: 0;
}

#playlist [data-radio-id] {
    display: none;
}

#playlist [data-radio-id],
#playlist.list-group .list-group-item .list-group__number {
    width: 24px;
    text-align: right;
}

#playlist.list-group .list-group-item .list-group__number:before {
    content: "#" counter(number);
    font-size: 11px;
}

#playlist.list-group .list-group-item .active[data-radio-id],
#playlist.list-group .list-group-item:hover [data-radio-id] {
    display: block;
}

#playlist.list-group .list-group-item:hover .list-group__number,
#playlist.list-group .list-group-item .active[data-radio-id] + .list-group__number {
    display: none;
}

#playlist.list-group .list-group-item:hover .remove-radio {
    visibility: visible;
    opacity: 1;
}

#clear_playlist {
    text-decoration: none;
    color: var(--bs-gray-900);
    font-size: 12px;
    font-weight: 600;
}

#close_playlist {
    position: absolute;
    top: -6px;
    right: -6px;
    border-radius: 50%;
    background-color: var(--bs-gray-900);
    color: var(--bs-gray-100);
    display: block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 18px;
    font-size: 18px;
    text-decoration: none;
}



@media (max-width: 575.98px) {
    body {
        --player-control-width: 372px;
    }

    .cover.cover--details .cover__image {
        width: initial;
        height: initial;
    }

    .cover.cover--details .cover__body {
        padding: 0;
    }

    #player {
        bottom: 32px;
    }

    #player_info .cover,
    #player .mejs__volume-button,
    #player .mejs__horizontal-volume-slider {
        display: none;
    }

    .playlist {
        padding-left: 0;
    }

    #player .mejs__button.mejs__playpause-button {
        margin-left: 8px;
        margin-right: 8px;
    }

    #player .list-group .list-group__content {
        width: 100px;
    }

    .list-group.list-group--fav .list-group__cover {
        width: 48px;
        height: 48px;
    }
}

@media (max-width: 479.98px) {
    body {
        --player-control-width: 300px;
    }

    #header .navbar-brand-text {
        display: none;
    }

    .under-header {
        padding-top: 0px;
    }

    .cover .cover__head {
        padding: 16px;
    }

    #visualizer_wrap {
        top: 287px;
    }

    #player .mejs__button.mejs__playpause-button {
        margin-left: 4px;
        margin-right: 4px;
    }

    #player .mejs__controls {
        padding-left: 8px;
        padding-right: 8px;
    }

    #player .mejs__time {
        display: none;
    }

    #player_info {
        padding-left: 16px;
        padding-right: 16px;
    }

    .list-group.list-group--fav [data-radio-id] {
        margin: 0 8px;
    }
}

/*programacion*/

.programacion_plomo {
    background: #ededed;
    width: auto;
    border: #c2bfbf 1px solid;
    overflow: hidden;
    height: auto;
    display: flex;
    align-items: center;
}
.box_1rojo {
    flex: 1 1 55%;
}
.box_1fototi {
  width: 100px;
}
.box_2rojo {
  width: 80px;
  text-align: end;
}
.box_1foto {
    flex: 1 1 80px;
}
.box_1txt {
    flex: 1 1 58%;
}

.box_2txt {
  flex: 1 1 auto;
font-size: 14px;
}
.box_3txt {
    flex: 1 1 auto;
    float: right;
    padding: 10px 0 10px 0px;
}
