@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
       local('MaterialIcons-Regular'),
       url(../fonts/MaterialIcons-Regular.woff2) format('woff2'),
       url(../fonts/MaterialIcons-Regular.woff) format('woff'),
       url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

@font-face {
  font-family: 'Framework7 Icons';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Framework7Icons-Regular.eot");
  src: url("../fonts/Framework7Icons-Regular.woff2") format("woff2"),
       url("../fonts/Framework7Icons-Regular.woff") format("woff"),
       url("../fonts/Framework7Icons-Regular.ttf") format("truetype");
}

.f7-icons {
  font-family: 'Framework7 Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 28px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  font-feature-settings: "liga";
  text-align: center;
}

.demo-list-icon, .icon-f7 {
  background: #ccc;
  display: block;
  position: relative;
}
.theme-dark .demo-list-icon {
  background-color: #555;
}
.icon-f7 {
  background: url(./img/f7-icon.png) no-repeat center;
  background-size: cover;
}
.icon-vi {
  background: url(./img/vi-icon.png) no-repeat center;
  background-size: cover;
}

.ios .demo-list-icon, .ios .icon-f7, .ios .icon-vi {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  box-sizing: border-box;
}
.md .demo-list-icon, .md .icon-f7, .md .icon-vi {
  width: 24px;
  height: 24px;
  border-radius: 4px;
}
.aurora .demo-list-icon, .aurora .icon-f7, .aurora .icon-vi {
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

/* Lazy Demo */
img.demo-lazy {
  display: block;
  width: 100%;
  height: auto;
}
div.new-lazy {
  background: #aaa;
  -webkit-background-size: cover;
  background-size: cover;
  height: 145px;
}

/* FAB Morph */
.demo-fab-sheet {
  position: absolute;
  left: 16px;
  bottom: 80px;
  width: 140px;
  background: #fff;
  box-shadow: 0px 3px 30px rgba(0,0,0,0.4);
  border-radius: 5px;
  z-index: 1600;
  margin: 0 !important;
}
.ios .demo-fab-sheet {
  bottom: 15px;
}
.md .demo-fab-sheet {
  bottom: 16px;
}
.demo-fab-fullscreen-sheet {
  position: absolute;
  left: 10px;
  right: 10px;
  top: calc(64px + var(--f7-safe-area-top));
  bottom: 0;
  background: #fff;
  z-index: 1600;
  border-radius: 5px 5px 0 0;
  box-shadow: 0px 3px 30px rgba(0,0,0,0.4);
  overflow: hidden;
}
@media (min-width: 768px) {
  .demo-fab-fullscreen-sheet {
    left: 20%;
    width: 60%;
    right: auto;
    height: 80%;
    top: auto;
  }
}
.demo-fab-fullscreen-sheet .page {
  background: #fff;
}

/* Demo Messagebar */
.ios .messagebar:not(.messagebar-with-value):not(.messagebar-attachments-visible) a.demo-send-message-link {
  pointer-events: none;
  color: #8e8e8e;
}
.md .messagebar:not(.messagebar-with-value):not(.messagebar-attachments-visible) a.demo-send-message-link {
  pointer-events: none;
  opacity: 0.5;
}
/* Grid demo */
.grid-demo div[class*="col"] {
  background: #fff;
  text-align: center;
  color: #000;
  border: 1px solid #ddd;
  padding: 5px;
  font-size: 12px;
  margin-bottom: 15px;
}
.grid-resizable-demo {
  --f7-grid-row-gap: 16px;
}
.grid-resizable-demo div[class*="col"] {
  margin-bottom: 0;
}
.grid-resizable-demo .demo-col-center-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.theme-dark .grid-demo div[class*="col"] {
  background-color: #000;
  color: #fff;
  border-color: #444;
}
/* Cards Demo */
.card-header-pic .card-header {
  height: 40vw;
  background-size: cover;
  background-position: left;
  color: #fff;
}
.card-header-pic .card-content-padding .date{
  color: #8e8e93;
}
.demo-facebook-card .card-header {
  display: block;
  padding: 10px;
}
.demo-facebook-card .demo-facebook-avatar {
  float: left;
}
.demo-facebook-card .demo-facebook-name {
  margin-left: 44px;
  font-size: 14px;
  font-weight: 500;
}
.demo-facebook-card .demo-facebook-date {
  margin-left: 44px;
  font-size: 13px;
  color: #8e8e93;
}
.demo-facebook-card .card-footer {
  background: #fafafa;
}
.theme-dark .demo-facebook-card .card-footer {
  background-color: transparent;
}
.demo-facebook-card .card-footer a {
  color: #81848b;
  font-weight: 500;
}
.demo-facebook-card .card-content img {
  display: block;
}
.demo-facebook-card .card-content-padding {
  padding: 15px 10px;
}
.demo-facebook-card .card-content-padding .likes {
  color: #8e8e93;
}
/* Panels Demo */
.panel {
  min-width: 150px;
  max-width: 90%;
}
.ios .panel-right.panel-in ~ .view-main:after,
.ios .panel-right.panel-out ~ .view-main:after,
.aurora .panel-right.panel-in ~ .view-main:after,
.aurora .panel-right.panel-out ~ .view-main:after {
  content: '';
  height: 100%;
  width: 1px;
  position: absolute;
  right: 0;
  top: 0;
  background: #ddd;
  z-index: 1000;
}
.ios .theme-dark .panel-right.panel-in ~ .view-main:after,
.ios .theme-dark .panel-right.panel-out ~ .view-main:after,
.aurora .theme-dark .panel-right.panel-in ~ .view-main:after,
.aurora .theme-dark .panel-right.panel-out ~ .view-main:after {
  background: #282828;
}

.ios .panel-left:after {
  content: '';
  height: 100%;
  width: 1px;
  position: absolute;
  right: 0;
  top: 0;
  background: #ddd;
  z-index: 1000;
}
.ios .theme-dark .panel-left:after {
  background: #282828;
}

/* Swipers Demo */
.home-swiper .swiper-slide {
  font-size: 25px;
  font-weight: 300;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: #000;
}
.home-swiper .swiper-slide {
  box-sizing: border-box;
  border: 0px;
  background: #fff;
}
.home-swiper {
  margin: 0px 0 35px;
  font-size: 18px;
  height: 80px;
}
.home-swiper-big {
  height: 280px !important;
}
.home-swiper.home-swiper-auto .swiper-slide {
  width: 85%;
}
.home-swiper.home-swiper-auto .swiper-slide:nth-child(2n) {
  width: 70%;
}
.home-swiper.home-swiper-auto .swiper-slide:nth-child(3n) {
  width: 30%;
}

/* Icons Demo */
code {
  background: #f3f3f3;
  padding: 5px;
  font-size: 12px;
}
.theme-dark code {
  background: #000;
}
.demo-icon {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #333;
}
.theme-dark .demo-icon {
  color: #fff;
}
.demo-icon .demo-icon-name {
  margin-top: 5px;
  font-size: 11px;
  color: #666;
  text-overflow: ellipsis;
  overflow: hidden;
}
.theme-dark .demo-icon .demo-icon-name {
  color: #aaa;
}

.elevation-demo {
  height: 100px;
  margin: 30px 10px;
  background: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 100px;
}
.theme-dark .elevation-demo {
  background: none;
}

/* Demo Color Themes */
.demo-theme-picker {
  cursor: pointer;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0px 5px 20px rgba(0,0,0,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  box-sizing: border-box;
  position: relative;
}
.demo-theme-picker .checkbox {
  position: absolute;
  left: 10px;
  bottom: 10px;
}
.demo-color-picker-button {
  margin-bottom: 1em;
  text-transform: capitalize;
}
.demo-bars-picker {
  height: 200px;
  border-radius: 10px;
  box-shadow: 0px 5px 20px rgba(0,0,0,0.1);
  cursor: pointer;
  position: relative;
  overflow: hidden;
  background: var(--f7-page-bg-color);
  border: 1px solid rgba(255,255,255,0.2);
}
.demo-bars-picker .checkbox {
  position: absolute;
  left: 10px;
  bottom: 10px;
}

.demo-bars-picker .demo-navbar {
  position: absolute;
  left: 0;
  width: 100%;
  height: 30px;
  top: 0;
  border-bottom: 1px solid transparent;
}
.demo-bars-picker .demo-navbar:before {
  content: '';
  position: absolute;
  left: 10px;
  width: 20px;
  height: 10px;
  top: 50%;
  margin-top: -5px;
}
.demo-bars-picker .demo-navbar:after {
  content: '';
  position: absolute;
  right: 10px;
  width: 20px;
  height: 10px;
  top: 50%;
  margin-top: -5px;
}
.demo-bars-picker-empty .demo-navbar {
  background: #f7f7f8;
  border-color: rgba(0,0,0,0.1);
}
.theme-dark .demo-bars-picker-empty .demo-navbar {
  background: #1b1b1b;
  border-color: #282829;
}
.demo-bars-picker-empty .demo-navbar:before,
.demo-bars-picker-empty .demo-navbar:after {
  background: var(--f7-theme-color);
}
.demo-bars-picker-fill .demo-navbar {
  background: var(--f7-theme-color);
}
.demo-bars-picker-fill .demo-navbar:before,
.demo-bars-picker-fill .demo-navbar:after {
  background: #fff;
}

/* Demo Expandable Cards */
@media (min-width: 768px) {
  .demo-expandable-cards {
    display: flex;
    flex-wrap: wrap;
  }
  .demo-expandable-cards .card {
    flex-shrink: 10;
    min-width: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .demo-expandable-cards .card {
    width: calc((100% - var(--f7-card-expandable-margin-horizontal) * 3) / 2);
  }
  .demo-expandable-cards .card:nth-child(2),
  .demo-expandable-cards .card:nth-child(4) {
    margin-left: 0;
  }
  .demo-expandable-cards .card:nth-child(n + 3) {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .demo-expandable-cards .card {
    width: calc((100% - var(--f7-card-expandable-margin-horizontal) * 5) / 4);
  }
  .demo-expandable-cards .card:nth-child(n + 2) {
    margin-left: 0;
  }
}
.view-master-detail .navbar-master-detail-root .link.back,
.view-master-detail .page-master-detail-root .navbar .link.back {
  display: none;
}

/* Demo Popup & Sheet Swipe To Close */
.demo-popup-swipe-handler {
  --f7-popup-border-radius: 15px 15px 0 0;
  --f7-popup-tablet-border-radius: 15px;
  --f7-block-strong-border-color: transparent;
  height: calc(100% - var(--f7-navbar-height) - var(--f7-safe-area-top));
  top: calc(var(--f7-navbar-height) + var(--f7-safe-area-top))
}
.demo-popup-swipe-handler .swipe-handler {
  background: var(--f7-page-bg-color);
}
.demo-popup-swipe-handler .page-content {
  padding-top: 16px;
}
.demo-sheet-swipe-to-close,
.demo-sheet-swipe-to-step {
  --f7-sheet-border-color: transparent;
  border-radius: 15px 15px 0 0;
  overflow: hidden;
}
.demo-sheet-swipe-to-close .swipe-handler,
.demo-sheet-swipe-to-step .swipe-handler {
  background: none;
}
.swipe-handler {
  height: 16px;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  background: #fff;
  cursor: pointer;
  z-index: 10;
}
.swipe-handler:after {
  content: '';
  width: 36px;
  height: 6px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -18px;
  margin-top: -3px;
  border-radius: 3px;
  background: #666;
}
/* Custom color theme */
:root {
  --f7-theme-color: #5484ff;
  --f7-theme-color-rgb: 84, 132, 255;
  --f7-theme-color-shade: #2b67ff;
  --f7-theme-color-tint: #7da1ff;
}
/* Invert navigation bars to fill style */
:root,
:root.theme-dark,
:root .theme-dark {
  --f7-bars-bg-color: var(--f7-theme-color);
  --f7-bars-bg-color-rgb: var(--f7-theme-color-rgb);
  --f7-bars-translucent-opacity: 0.9;
  --f7-bars-text-color: #fff;
  --f7-bars-link-color: #fff;
  --f7-navbar-subtitle-text-color: rgba(255,255,255,0.85);
  --f7-bars-border-color: transparent;
  --f7-tabbar-link-active-color: #fff;
  --f7-tabbar-link-inactive-color: rgba(255,255,255,0.54);
  --f7-sheet-border-color: transparent;
  --f7-tabbar-link-active-border-color: #fff;
}
.appbar,
.navbar,
.toolbar,
.subnavbar,
.calendar-header,
.calendar-footer {
  --f7-touch-ripple-color: var(--f7-touch-ripple-white);
  --f7-link-highlight-color: var(--f7-link-highlight-white);
  --f7-link-touch-ripple-color: var(--f7-touch-ripple-white);
  --f7-button-text-color: #fff;
  --f7-button-pressed-bg-color: rgba(255,255,255,0.1);
}
.navbar-large-transparent,
.navbar-large.navbar-transparent {
  --f7-navbar-large-title-text-color: #000;

  --r: 84;
  --g: 132;
  --b: 255;
  --progress: var(--f7-navbar-large-collapse-progress);
  --f7-bars-link-color: rgb(
    calc(var(--r) + (255 - var(--r)) * var(--progress)),
    calc(var(--g) + (255 - var(--g)) * var(--progress)),
    calc(var(--b) + (255 - var(--b)) * var(--progress))
  );
}
.theme-dark .navbar-large-transparent,
.theme-dark .navbar-large.navbar-transparent {
  --f7-navbar-large-title-text-color: #fff;
}
.flaticon-lista::before{
  font-size: 34px;
    color: #000;
    padding: 2px 4px;
    border-radius: 4px;
}

.flaticon-beangel-logo::before{
  font-size: 40px;
}
.flaticon-angel-outline::before{
  font-size: 40px;
}
.flaticon-sos::before{
  font-size: 40px;
}
.flaticon-map-and-location::before {
    font-size: 40px;
}
.flaticon-crosshair::before{
  font-size: 22px;
}
.flaticon-stopwatch::before{
  font-size: 22px;
}
.flaticon-running-1::before{
  font-size: 36px;
}
.flaticon-location::before{
  font-size: 23px !important;
  vertical-align: middle;
  margin-left: 10px;
}
.flaticon-location::before{
  font-size: 34px;
}
.flaticon-notificacion::before{
  font-size: 26px;
}
.flaticon-mountains-1::before{
  font-size: 34px;
}
.flaticon-office-building::before{
  font-size: 34px;
}
.flaticon-paddle::before{
  font-size: 30px;
}
.flaticon-laugh::before{
  font-size: 34px;
}
.flaticon-family::before{
  font-size: 34px;
}
.flaticon-trekking::before{
  font-size: 34px;
}
.flaticon-running::before{
  font-size: 34px;
}
.flaticon-running-2::before{
  font-size: 34px;
}
.flaticon-mountain-bike::before{
  font-size: 34px;
}
.flaticon-paddle::before{
  font-size: 34px;
}
.flaticon-dumbbell-1::before{
  font-size: 34px;
}
.flaticon-friend::before{
  font-size: 34px;
}
.flaticon-high-five::before{
  font-size: 34px;
}
.flaticon-dumbbell::before{
  font-size: 34px;
}
.flaticon-bicyclist::before{
  font-size: 34px;
}
.flaticon-friends-1::before{
  font-size: 34px;
}
.flaticon-friends::before{
  font-size: 34px;
}
.flaticon-left::before{
  font-size: 22px;
}
.flaticon-crosshair::before{
  font-size: 16px;
  margin-right: 7px;
}
.flaticon-mas::before{
  font-size: 50px;
}
.flaticon-anadir::before{
  font-size: 36px;
}

.flaticon-map-and-location::before{
  font-size: 40px;
}
.flaticon-mute::before{
  font-size: 20px;
}
.flaticon-sound::before{
  font-size: 20px;
}
.flaticon-sos-2::before{
  font-size: 100px;
}
.angelgrande::before{
  font-size: 180px !important;
}
.flaticon-4:before {
  font-size: 40px;
}
.flaticon-close-2::before{
  font-size: 40px;
}
.ocultamos{
  display: none !important;
}
.fondotoolbarinner{
  background: repeating-linear-gradient( 
45deg, #d5dbff00, #c9d0f900 10px, #c8cff70d 10px, #d7dbf717 15px );
}
.fondotoolbar{
  border-radius: 36px 36px 0px 0px !important;
  height: 130px !important;
}
.bgdegradado{
  background: #00C3FF;
    background: url(https://angel.aboix.com/img/wall.png), radial-gradient(#00C3FF, #fff);
}
.bgdegradadored{
  background: #ff3b30;
}

.pulse-button {
  background: #ffffff !important;
  color: #ff3b30 !important;
	box-shadow: 0 0 0 0 rgb(250, 250, 250);
	animation: pulse-red 1s infinite;
}
.pulse-buttonlila {
  background: #ffffff !important;
  color: #673ab7 !important;
	box-shadow: 0 0 0 0 rgb(250, 250, 250);
	animation: pulse-lila 1s infinite;
}
.toolbarfondo{
  background: #fff0 !important;
    backdrop-filter: none !important;
}
.toolbar-inner{
  border-radius: 36px 36px 0px 0px;
}
.toolbarinneradd{
  background: #ff3b3000;
}
@keyframes pulse-red {
  0% {
    box-shadow: 0 0 0 0px #ff3b30, 0 0 0 0px #ffffff59, 0 0 0 0px #f14b4b, 0 0 0 0px #ffffff59, 0 0 0 0px #ff3b30, 0 0 0 0px #ffffff59, 0 0 0 0px #ff3b30, 0 0 0 0px #ffffff59;
  }
  100% {
    box-shadow: 0 0 0 0px #ff3b30, 0 0 0 50px rgba(255, 255, 255, 0), 0 0 0 100px #ff3b30, 0 0 0 150px rgba(255, 255, 255, 0), 0 0 0 200px #ff3b30, 0 0 0 250px rgba(255, 255, 255, 0), 0 0 0 180px #ff3b30, 0 0 0 300px rgba(255, 255, 255, 0);
  }
}
@keyframes pulse-lila {
  0% {
    box-shadow: 0 0 0 0px #673ab7, 0 0 0 0px #ffffff59, 0 0 0 0px #673ab7, 0 0 0 0px #ffffff59, 0 0 0 0px #673ab7, 0 0 0 0px #ffffff59, 0 0 0 0px #673ab7, 0 0 0 0px #ffffff59;
  }
  100% {
    box-shadow: 0 0 0 0px #673ab7, 0 0 0 50px rgba(255, 255, 255, 0), 0 0 0 100px #673ab7, 0 0 0 150px rgba(255, 255, 255, 0), 0 0 0 200px #673ab7, 0 0 0 250px rgba(255, 255, 255, 0), 0 0 0 180px #673ab7, 0 0 0 300px rgba(255, 255, 255, 0);
  }
}
.imgaviso{
  border-radius: 50%;
    box-shadow: 0px 3px 3px 4px #ccc;
    border: 2px solid #3e236e;
    padding: 4px;
}
.timer {

  position:relative;

  font-size: 30px;

  width:1em;

  height:1em;

  float: left;

}

.timer > .percent {

  position: absolute;

  top: 1.05em;

  left: 0;

  width: 3.33em;

  font-size: 0.3em;

  text-align:center;

}

.timer > #slice {

  position:absolute;

  width:1em;

  height:1em;

  clip:rect(0px,1em,1em,0.5em);

}

.timer > #slice.gt50 {

  clip:rect(auto, auto, auto, auto);

}

.timer > #slice > .pie {

  border: 0.1em solid #c0c0c0;

  position:absolute;

  width:0.8em; /* 1 - (2 * border width) */

  height:0.8em; /* 1 - (2 * border width) */

  clip:rect(0em,0.5em,1em,0em);

  -moz-border-radius:0.5em;

  -webkit-border-radius:0.5em; 

  border-radius:0.5em; 

}

.timer > #slice > .pie.fill {

  -moz-transform:rotate(180deg) !important;

  -webkit-transform:rotate(180deg) !important;

  -o-transform:rotate(180deg) !important;

  transform:rotate(180deg) !important;

}

.timer.fill > .percent {

  display: none;

}

.timer.fill > #slice > .pie {

  border: transparent;

  background-color: #c0c0c0;

  width:1em;

  height:1em;

}
.botonruta .botonrutain {
  margin-bottom: 10px;
  display: inline-block;
  margin-right: 10px;
}

.botonruta .botonrutain label {
  display: inline-block;
    background-color: #FFF;
    border-radius: 36px;
    color: #3e4c92;
    padding: 8px 10px;
    cursor: pointer;
    border: 1px solid #CCC;
}

.botonruta .botonrutain label:hover {
  background-color: #8055d5d1;
  color:#FFF;
}

.botonruta .botonrutain input[type=radio] {
  display: none;
}

.botonruta .botonrutain input[type=radio]:checked ~ label {
  color: #FFF;
  background: #000;
}
/* otro boton*/
.botontipociudad .botontipociudadin {
  display: inline-block;
  margin-right: 20px;
}

.botontipociudad .botontipociudadin label {
  display: inline-block;
    background-color: #FFF;
    border-radius: 50%;
    color: #3e4c92;
    padding: 12px;
    cursor: pointer;
    border: 1px solid #CCC;
    height: 60px;
    width: 60px;
}

.botontipociudad .botontipociudadin label:hover {
  background-color: #8055d5d1;
  color:#FFF;
}

.botontipociudad .botontipociudadin input[type=radio] {
  display: none;
}

.botontipociudad .botontipociudadin input[type=radio]:checked ~ label {
  color: #FFF;
  background: #000;
    
}
.sinflecha::before{
  display:none !important;
}
.tab-link-active{
  background: #673ab7 !important;
    color:#FFF !important;
    box-shadow: 0px 0px 10px;
}
.tab-link{
  background: #FFF;
    color:#000;
}
.circuloboton{
  border-radius: 50%;
    padding: 7px;
    height: 36px;
    width: 36px;
    font-size: 24px;
    display: inline-block;
    text-align: center;
    background: #EEE;
    border: 3px solid #FFF;
    color: #673ab7;
    font-weight: 500;
}
.circuloboton2{
  border-radius: 50%;
  padding: 7px;
  height: 36px;
  width: 36px;
  font-size: 24px;
  display: inline-block;
  text-align: center;
  background: #673ab7;
  border: 3px solid #221b2e;
  color: #b289f9;
  font-weight: 500;
}
.circuloboton3{
  border-radius: 50%;
    padding: 7px;
    height: 36px;
    width: 36px;
    font-size: 24px;
    display: inline-block;
    text-align: center;
    background: #673ab7;
    border: 3px solid #673ab7;
    color: #ffffff;
    font-weight: 500;
}
.swiper-pagination-bullet-active {
  background: #ab98cf;
}
.circuloboton4{
  border-radius: 20px;
    padding: 17px;
    height: 50px;
    width: 50px;
    font-size: 38px;
    display: inline-block;
    text-align: center;
    background: #673ab7;
    border: 3px solid #ffffff;
    color: #d7c0ff;
    font-weight: 500;
}
.fontweight{
  font-weight:600 !important;
}
#countdown{
  position: absolute;
  right: 20px;
  color: #FFF;
  z-index: 99;
  font-weight: bold;
  top: 20px;
  text-align:right;
}
.newmensajes{
	border: 2px solid #FFF !important;
    top: 0px !important;
    right: -7px !important;
    position: absolute;
}
[type=radio] {
  position: absolute;
  opacity: 0;
}

[type=radio]+i {
  cursor: pointer;
}
