@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Work+Sans:200,300,400,500,600,700,800,900&display=swap");
* {
  margin: 0;
  padding: 0;
}

ul li {
  list-style-type: none;
}

/*Work Sans*/
@font-face {
  font-family: "Work Sans";
  src: local("../fonts/subset-WorkSans-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: local("../fonts/subset-WorkSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: local("../fonts/subset-WorkSans-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: local("../fonts/subset-WorkSans-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: local("../fonts/subset-WorkSans-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: local("../fonts/subset-WorkSans-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: local("../fonts/subset-WorkSans-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: local("../fonts/subset-WorkSans-Light.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: local("../fonts/subset-WorkSans-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
.grid-columna-1 {
  grid-column-start: 1;
}

.grid-columna-2 {
  grid-column-start: 2;
}

.grid-columna-3 {
  grid-column-start: 3;
}

.grid-columna-4 {
  grid-column-start: 4;
}

.grid-columna-5 {
  grid-column-start: 5;
}

.grid-columna-6 {
  grid-column-start: 6;
}

.grid-columna-7 {
  grid-column-start: 7;
}

.grid-columna-8 {
  grid-column-start: 8;
}

.grid-columna-9 {
  grid-column-start: 9;
}

.grid-columna-10 {
  grid-column-start: 10;
}

.grid-columna-11 {
  grid-column-start: 11;
}

.grid-hileras-1 {
  grid-row-end: span 1;
}

.grid-hileras-2 {
  grid-row-end: span 2;
}

.grid-hileras-3 {
  grid-row-end: span 3;
}

.grid-hileras-4 {
  grid-row-end: span 4;
}

/*---Componentes Editoriales*/
/*         1) encabezado-v1            */
.btn {
  border: 1px solid transparent;
  border-radius: 1991rem;
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
  text-align: center;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

.btn:hover, .btn:focus {
  -moz-box-shadow: -3px 3px 8px -2px rgba(0, 0, 0, 0.51);
  -webkit-box-shadow: -3px 3px 8px -2px rgba(0, 0, 0, 0.51);
  box-shadow: -3px 3px 8px -2px rgba(0, 0, 0, 0.51);
  text-decoration: none;
}

.btn:focus, .btn.focus {
  -webkit-box-shadow: 0 0 0 0.15rem rgba(59, 62, 71, 0.25);
  box-shadow: 0 0 0 0.15rem rgba(59, 62, 71, 0.25);
  outline: 0;
}

.btn.disabled, .btn:disabled {
  opacity: 0.6;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  background-image: none;
}

.button-Followers {
  border: 1px solid transparent;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 13px;
  height: 34px;
  margin: 5px auto 5px auto;
  text-align: right;
  width: 90px;
}

.social {
  float: left;
  font-size: 17px;
}

.b-Twitter {
  background-color: #3fccfc;
  color: #ffffff;
}

.b-Facebook {
  background-color: #3a559f;
  color: #ffffff;
}

.w-v2_Encabezado {
  background-color: #0ab6ff;
  height: 34px;
  padding-left: 10px;
  padding-top: 12px;
  width: 100%;
  box-sizing: border-box;
}

.w-v2_Encabezado-Texto {
  color: #ffffff;
  font-family: "Work Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 1.2px;
  text-align: left;
  margin: 0;
  text-transform: uppercase;
}

.w-v2-Citas {
  height: auto;
  margin: auto;
  padding-top: 10px;
  max-width: 183.3333px;
  width: 100%;
  font-family: "Work Sans", sans-serif;
  color: #393f5b;
}

.w-v2-Citas_Contenedor-Texto {
  padding-top: 15px;
  text-align: center;
}

.w-v2-Citas_Contenedor-Texto blockquote {
  color: #3A405B;
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.93px;
  line-height: 16px;
  margin: 0 8px 10px 8px;
  text-align: left;
}

.w-v2-Citas_Contenedor-Texto blockquote::before {
  content: url("../images/quote-before.svg");
  display: inline-block;
  width: 28px;
}

.w-v2-Citas_Contenedor-Autor {
  margin-bottom: 10px;
  margin-right: 15px;
  text-align: right;
}

.w-v2-Citas_Nombre-Autor {
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 15px;
  text-align: right;
}

.w-v2-Citas_Detalle-Autor {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1.3px;
  line-height: 15px;
}

.w-v2-Citas_Contenedor-Social {
  margin-top: 5px;
}

.w-v2-Clima {
  height: auto;
  margin: auto;
  padding-top: 10px;
  max-width: 183.3333px;
  width: 100%;
  font-family: "Work Sans", sans-serif;
  color: #393f5b;
}

.w-v2-Clima_Encabezado {
  background-color: #0ab6ff;
  height: 34px;
  padding-left: 10px;
  padding-top: 12px;
  width: 100%;
  box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
}

.w-v2-Clima_Encabezado-texto {
  color: #ffffff;
  font-family: "Work Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 1.2px;
  text-align: left;
  margin: 0;
  text-transform: uppercase;
}

.w-v2-Clima_Contenedor {
  border-bottom: 2px solid #ffffff;
  margin-bottom: 10px;
  padding: 10px 0;
  text-align: left;
}

.w-v2-Clima_Imagen {
  border-radius: 3px;
  float: left;
  font-size: 16px;
  font-weight: 600;
  height: auto;
  overflow: hidden;
  width: auto;
}

.w-v2-Clima_Imagen i {
  font-size: 44px;
}

.w-v2-Clima_Imagen {
  display: grid;
  -ms-grid-template-columns: [izquierda] 55px [derecha] auto;
  grid-template-columns: [izquierda] 55px [derecha] auto;
}
.w-v2-Clima_Imagen .texto-clima {
  align-content: center;
  display: grid;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  justify-content: center;
  grid-column: derecha;
  line-height: 19px;
  margin-left: 10px;
}

.icon_weather-* {
  display: grid;
  grid-column: izquierda;
}

/* iconos clima generales */
.icon-weather-1::before {
  content: "";
}

.icon-weather-2::before {
  content: "";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-size: 42px;
  margin-bottom: 5px;
}

.icon-weather-3::before {
  content: "";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-size: 42px;
  margin-bottom: 5px;
}

.icon-weather-4::before {
  content: "";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-size: 42px;
  margin-bottom: 5px;
}

.icon-weather-5::before {
  content: "";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-size: 42px;
  margin-bottom: 5px;
}

.icon-weather-6::before {
  content: "";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-size: 42px;
  margin-bottom: 5px;
}

.icon-weather-7::before {
  content: "";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-size: 42px;
  margin-bottom: 5px;
}

.icon-weather-8::before {
  content: "";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-size: 42px;
  margin-bottom: 5px;
}

.icon-weather-9::before {
  content: "";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-size: 42px;
  margin-bottom: 5px;
}

.icon-weather-10::before {
  content: "";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-size: 42px;
  margin-bottom: 5px;
}

.icon-weather-11::before {
  content: "";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-size: 42px;
  margin-bottom: 5px;
}

.icon-weather-12::before {
  content: "";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-size: 42px;
  margin-bottom: 5px;
}

.icon-weather-13::before {
  content: "";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-size: 42px;
  margin-bottom: 5px;
}

.icon-weather-14::before {
  content: "";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-size: 42px;
  margin-bottom: 5px;
}

.icon-weather-15::before {
  content: "";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-size: 42px;
  margin-bottom: 5px;
}

.icon-weather-16::before {
  content: "";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-size: 42px;
  margin-bottom: 5px;
}

.icon-weather-17::before {
  content: "";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-size: 42px;
  margin-bottom: 5px;
}

.icon-weather-18::before {
  content: "";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-size: 42px;
  margin-bottom: 5px;
}

.icon-weather-19::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-size: 42px;
  margin-bottom: 5px;
}

.icon-weather-20::before {
  content: "";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-size: 42px;
  margin-bottom: 5px;
}

.icon-weather-21::before {
  content: "";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-size: 42px;
  margin-bottom: 5px;
}

.icon-weather-22::before {
  content: "";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-size: 42px;
  margin-bottom: 5px;
}

.icon-weather-23::before {
  content: "";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-size: 42px;
  margin-bottom: 5px;
}

.icon-weather-24::before {
  content: "";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-size: 42px;
  margin-bottom: 5px;
}

.icon-weather-25::before {
  content: "";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-size: 42px;
  margin-bottom: 5px;
}

.icon-weather-26::before {
  content: "";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-size: 42px;
  margin-bottom: 5px;
}

.icon-weather-27::before {
  content: "";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-size: 42px;
  margin-bottom: 5px;
}

.icon-weather-28::before {
  content: "";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-size: 42px;
  margin-bottom: 5px;
}

.icon-weather-29::before {
  content: "";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-size: 42px;
  margin-bottom: 5px;
}

.icon-weather-30::before {
  content: "";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-size: 42px;
  margin-bottom: 5px;
}

.icon-weather-31::before {
  content: "";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-size: 42px;
  margin-bottom: 5px;
}

.icon-weather-32::before {
  content: "";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-size: 42px;
  margin-bottom: 5px;
}

.icon-weather-33::before {
  content: "";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-size: 42px;
  margin-bottom: 5px;
}

.icon-weather-34::before {
  content: "";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-size: 42px;
  margin-bottom: 5px;
}

.icon-weather-35::before {
  content: "";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-size: 42px;
  margin-bottom: 5px;
}

.icon-weather-36::before {
  content: "";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-size: 42px;
  margin-bottom: 5px;
}

.icon-weather-37::before {
  content: "";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-size: 42px;
  margin-bottom: 5px;
}

.icon-weather-38::before {
  content: "";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-size: 42px;
  margin-bottom: 5px;
}

.icon-weather-39::before {
  content: "";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-size: 42px;
  margin-bottom: 5px;
}

.icon-weather-40::before {
  content: "";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-size: 42px;
  margin-bottom: 5px;
}

.icon-weather-41::before {
  content: "";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-size: 42px;
  margin-bottom: 5px;
}

.icon-weather-42::before {
  content: "";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-size: 42px;
  margin-bottom: 5px;
}

.icon-weather-43::before {
  content: "";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-size: 42px;
  margin-bottom: 5px;
}

.icon-weather-44::before {
  content: "";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-size: 42px;
  margin-bottom: 5px;
}

.icon-weather-45::before {
  content: "";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-size: 42px;
  margin-bottom: 5px;
}

.icon-weather-46::before {
  content: "";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-size: 42px;
  margin-bottom: 5px;
}

.icon-weather-47::before {
  content: "";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-size: 42px;
  margin-bottom: 5px;
}

.w-v2-Clima_Info {
  display: inline-block;
  padding-left: 10px;
}

.w-v2-Clima_Lugar {
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 19px;
  margin-bottom: 5px;
}

.w-v2-Clima_Fecha {
  color: #9B9B9B;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1.2px;
  line-height: 14px;
  text-align: left;
}

.w-v2-Clima_Contenedor-Grados {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  width: 100%;
}

.w-v2-Clima_Min {
  width: 50%;
}

.w-v2-Clima_Divisor {
  background: #f0f2f7;
  height: 1px;
  margin-bottom: 10px;
  margin-top: 10px;
  width: 100%;
}

.w-v2-Clima_Tag-Min {
  color: #c8c8c8;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1.2px;
  line-height: 14px;
}

.w-v2-Clima_Grados-Min {
  color: #393f5b;
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -2px;
  line-height: 71px;
}

.w-v2-Clima_Max {
  width: 50%;
}

.w-v2-Clima_Tag-Max {
  color: #c8c8c8;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1.2px;
  line-height: 14px;
}

.w-v2-Clima_Grados-Max {
  color: #393f5b;
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -2px;
  line-height: 71px;
}

.w-v2-Dato {
  height: auto;
  margin: auto;
  padding-top: 10px;
  max-width: 183.3333px;
  width: 100%;
  font-family: "Work Sans", sans-serif;
  color: #393f5b;
  text-align: center;
}

.w-v2-Dato_Encabezado {
  background-color: #0ab6ff;
  height: 34px;
  padding-left: 10px;
  padding-top: 12px;
  width: 100%;
  box-sizing: border-box;
  box-sizing: border-box;
}

.w-v2-Dato_Encabezado-Texto {
  color: #ffffff;
  font-family: "Work Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 1.2px;
  text-align: left;
  margin: 0;
  text-transform: uppercase;
  text-transform: uppercase;
}

.w-v2-Dato_Contenedor-Titulo-Dato {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}

.w-v2-Dato_Fact {
  box-sizing: border-box;
  position: relative;
  width: 50%;
}

.w-v2-Dato_Numero-Dato {
  font-size: 65px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -5px;
}

.w-v2-Dato_Titulo-Dato {
  bottom: 5px;
  font-size: 33px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.55px;
  padding-left: 2px;
  position: absolute;
}

.w-v2-Dato_Subtitulo-Dato {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  margin-top: 9px;
  width: 100%;
}

.w-v2-Dato_Seccion-Texto-Dato {
  letter-spacing: 1.2px;
  margin: 20px 22px 20px 22px;
  text-align: left;
  box-sizing: border-box;
}

.w-v2-Dato_Texto-Dato {
  color: #3A405B;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 14px;
}

.w-v2-Horoscopo {
  height: auto;
  margin: auto;
  padding-top: 10px;
  max-width: 183.3333px;
  width: 100%;
  font-family: "Work Sans", sans-serif;
  color: #393f5b;
  text-align: center;
}

.w-v2-Horoscopo_Encabezado {
  background-color: #0ab6ff;
  height: 34px;
  padding-left: 10px;
  padding-top: 12px;
  width: 100%;
  box-sizing: border-box;
}

.w-v2-Horoscopo_Encabezado-Texto {
  color: #ffffff;
  font-family: "Work Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 1.2px;
  text-align: left;
  margin: 0;
  text-transform: uppercase;
}

.w-v2-Horoscopo_Contenedor-Imagen {
  margin-top: 24px;
  vertical-align: middle;
}

.w-v2-Horoscopo_Imagen i {
  font-size: 90px;
}

.w-v2-Horoscopo_Contenedor-Titulo {
  margin-top: 12px;
}

.w-v2-Horoscopo_Titulo {
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -1.5px;
}

.w-v2-Horoscopo_Contenedor-Fecha {
  color: #3A405B;
  letter-spacing: 1.2px;
  margin: 12px 25% 0 25%;
}

.w-v2-Horoscopo_Fecha {
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 1.2px;
  line-height: 14px;
}

.w-v2-Horoscopo_Contenedor-Button {
  margin-top: 15px;
}

.w-v2-NoCircula {
  height: auto;
  margin: auto;
  padding-top: 10px;
  max-width: 183.3333px;
  width: 100%;
  font-family: "Work Sans", sans-serif;
  color: #393f5b;
  text-align: center;
}
.w-v2-NoCircula.lunesp {
  color: #FFD100;
}
.w-v2-NoCircula.lunesp .w-v2-NoCircula_Contenedor-Placas {
  background-color: #FFD100;
}
.w-v2-NoCircula.martesp {
  color: #FC8AB4;
}
.w-v2-NoCircula.martesp .w-v2-NoCircula_Contenedor-Placas {
  background-color: #FC8AB4;
}
.w-v2-NoCircula.miercolesp {
  color: #d0021b;
}
.w-v2-NoCircula.miercolesp .w-v2-NoCircula_Contenedor-Placas {
  background-color: #d0021b;
}
.w-v2-NoCircula.juevesp {
  color: #04B234;
}
.w-v2-NoCircula.juevesp .w-v2-NoCircula_Contenedor-Placas {
  background-color: #04B234;
}
.w-v2-NoCircula.viernesp {
  color: #0ab6ff;
}
.w-v2-NoCircula.viernesp .w-v2-NoCircula_Contenedor-Placas {
  background-color: #0ab6ff;
}

.w-v2-NoCircula_Contenedor-Info {
  margin-top: 10px;
  vertical-align: middle;
}

.w-v2-NoCircula_Dia {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1.68px;
  line-height: 25px;
}

.w-v2-NoCircula_Tag {
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 1.12px;
  line-height: 14px;
}

.w-v2-NoCircula_Span {
  font-style: normal;
  font-weight: 400;
}

.w-v2-NoCircula_Imagen-Placas {
  height: 36px;
  margin: auto;
  overflow: hidden;
  width: 70px;
}

.w-v2-NoCircula_Imagen-Placas i {
  font-size: 36px;
}

.w-v2-NoCircula_Contenedor-Placas {
  border-radius: 10px;
  color: #ffffff;
  margin-top: 5px;
  padding: 10px;
}

.w-v2-NoCircula_Imagen-Placas {
  height: 36px;
  margin: auto;
  overflow: hidden;
  width: 70px;
}

.w-v2-NoCircula_Numero-Placas {
  font-size: 48.8px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 8px;
  text-align: center;
}

.w-v2-NoCircula_Texto-Placas {
  font-size: 11.2px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1.3px;
  line-height: 15px;
  margin-top: 5px;
}

.w-v2-Notas {
  height: auto;
  margin: auto;
  padding-top: 10px;
  max-width: 183.3333px;
  width: 100%;
  font-family: "Work Sans", sans-serif;
  color: #393f5b;
}

.w-v2-Notas_Seccion-Texto {
  padding-top: 10px;
}

.w-v2-Notas_fa {
  color: #d0021b;
  left: 0;
  position: absolute;
  top: 6px;
}

.w-v2-Notas_listado {
  box-sizing: border-box;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.9px;
  line-height: 19px;
  padding: 5px 0 5px 14px;
  position: relative;
}
.w-v2-Notas_listado:after {
  background-color: #f0f2f7;
  content: " ";
  display: block;
  height: 1px;
  margin-top: 10px;
  position: relative;
  white-space: normal;
  width: 100%;
}

.w-v2-Resultados {
  height: auto;
  margin: auto;
  padding-top: 10px;
  max-width: 183.3333px;
  width: 100%;
  font-family: "Work Sans", sans-serif;
  color: #393f5b;
  text-align: center;
}

.w-v2-Resultados_Datos-Liga {
  margin-top: 10px;
  text-align: center;
}

.w-v2-Resultados_Liga-Texto {
  font-family: "Work Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
}

.w-v2-Resultados_Periodo-Texto {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.w-v2-Resultados_Divisor {
  background: #f0f2f7;
  height: 1px;
  margin-bottom: 10px;
  margin-top: 10px;
  width: 100%;
}

.w-v2-Resultados_Contenedor-Resultados {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.w-v2-Resultados_A {
  width: 50%;
}

.w-v2-Resultados_A-Imagen {
  height: 70px;
  margin: auto;
  width: 70px;
}

.w-v2-Resultados_A-R {
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
}

.w-v2-Resultados_B {
  width: 50%;
}

.w-v2-Resultados_B-Imagen {
  height: 70px;
  margin: auto;
  width: 70px;
}

.w-v2-Resultados_B-R {
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
}

.w-v2-Resultados_Vs {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1.6px;
  line-height: 19px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}

.w-v2-Resultados_Fecha {
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -1px;
}

.w-v2-Resultados_Hora {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1.2px;
  line-height: 14px;
}

.w-v2-Resultados_Contenedor-Btn {
  margin-top: 15px;
  text-align: center;
}

.btn-Resultados {
  background-color: #3b95ff;
  border-radius: 1991px;
  box-sizing: border-box;
  color: #ffffff;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  height: 34px;
  margin: auto;
  text-decoration: none;
  width: 120px;
}

.w-v2-Sismo {
  height: auto;
  margin: auto;
  padding-top: 10px;
  max-width: 183.3333px;
  width: 100%;
  font-family: "Work Sans", sans-serif;
  color: #393f5b;
}

.w-v2-Sismo_Contenedor-Info {
  margin: 30px 0 0 10px;
  text-align: left;
  width: 100%;
}

.w-v2-Sismo_Badge-Info-Sismo {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.w-v2-Sismo_Grados-Sismo {
  font-size: 65px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -5px;
}

.w-v2-Sismo_Badge-Grados-Sismo {
  font-size: 33px;
  font-style: normal;
  font-weight: 400;
  line-height: 39px;
}

.w-v2-Sismo_Contenedor-Dato {
  box-sizing: border-box;
  margin: 5px 0 0 10px;
  text-align: left;
  width: 100%;
}

.w-v2-Sismo_Epicentro {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  margin-bottom: 5px;
}

.w-v2-Sismo_Lugar-Sismo {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  margin-bottom: 8px;
}

.w-v2-Sismo_Fecha-Sismo {
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px;
  margin-bottom: 3px;
}

.w-v2-Sismo_Hora-Sismo {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
}

.w-v2-Sismo_Contenedor-Social {
  margin: 10px 0;
}

.w-v2-Sondeo {
  height: auto;
  margin: auto;
  padding-top: 10px;
  max-width: 183.3333px;
  width: 100%;
  font-family: "Work Sans", sans-serif;
  color: #393f5b;
}

.w-v2-Sondeo_Contenedor-Pregunta {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  padding: 15px 0 5px 0;
  text-align: left;
}

.w-v2-Sondeo_Contenedor-Opciones {
  box-sizing: border-box;
  padding: 10px 18px 10px 18px;
}

.w-v2-Sondeo_Opcion input {
  cursor: pointer;
  opacity: 0;
  position: absolute;
}

.w-v2-Sondeo_Opcion {
  color: #393f5b;
  cursor: pointer;
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.09em;
  margin-bottom: 12px;
  padding-left: 20px;
  position: relative;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.checkmark {
  background-color: #eee;
  border: 1px solid #878a99;
  border-radius: 50%;
  height: 12px;
  left: 0;
  position: absolute;
  top: 2px;
  width: 12px;
}

.w-v2-Sondeo_Opcion:hover input ~ .checkmark {
  background-color: #ccc;
}

.w-v2-Sondeo_Opcion input:checked ~ .checkmark {
  background-color: #878a99;
}

.checkmark:after {
  content: "";
  display: none;
  position: absolute;
}

.w-v2-Sondeo_Contenedor-Opciones i {
  font-style: italic;
}

.w-v2-TipoCambio {
  height: auto;
  margin: auto;
  padding-top: 10px;
  max-width: 183.3333px;
  width: 100%;
  font-family: "Work Sans", sans-serif;
  color: #393f5b;
}

.w-v2-TipoCambio_Encabezado {
  background-color: #0ab6ff;
  height: 34px;
  padding-left: 10px;
  padding-top: 12px;
  width: 100%;
  box-sizing: border-box;
}

.w-v2-TipoCambio_Encabezado-Texto {
  color: #ffffff;
  font-family: "Work Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 1.2px;
  text-align: left;
  margin: 0;
  text-transform: uppercase;
  text-transform: uppercase;
}

.w-v2-TipoCambio_Seccion-Banderas {
  height: 68px;
  position: relative;
}

.w-v2-TipoCambio_Contenedor-Bandera1 {
  height: 48px;
  left: 5px;
  overflow: hidden;
  position: absolute;
  top: 10px;
  width: 64px;
}

.w-v2-TipoCambio_Contenedor-Bandera2 {
  height: 48px;
  overflow: hidden;
  position: absolute;
  right: 5px;
  top: 10px;
  width: 64px;
}

.w-v2-TipoCambio_Span {
  height: 32px;
  left: 44%;
  position: absolute;
  top: 18px;
  width: 22px;
}

.w-v2-TipoCambio_Divisor {
  background: #f0f2f7;
  height: 2px;
  margin-bottom: 10px;
  margin-top: 10px;
  width: 100%;
}

.w-v2-TipoCambio_Titulo {
  color: #8798ad;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1.21px;
  line-height: 15px;
}

.w-v2-TipoCambio_Numero {
  font-size: 61px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -2px;
  line-height: 72px;
  /*text-align:     left;*/
}

.w-v2-TipoCambio_Porcentaje {
  color: inherit;
  font-family: "Rubik", Helvetica, Arial, serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
}

.negative {
  color: #e84a50;
}

.negative i {
  transform: rotate(45deg);
}

.positive {
  color: #1bd270;
}

.positive i {
  transform: rotate(315deg);
}

.btn-Sondeo {
  background-color: #3b95ff;
  border-radius: 1991px;
  box-sizing: border-box;
  color: #ffffff;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  margin: 10px auto;
  width: 141px;
}

.Blue-btn {
  background-color: #3b95ff;
  border: 1px solid transparent;
  border-radius: 2012px;
  box-sizing: border-box;
  color: #ffffff;
  font-family: "Work Sans", sans-serif;
  font-size: 13px;
  font-weight: 700;
  height: 34px;
  margin: 5px auto 5px auto;
  text-align: center;
  width: 120px;
}

@media (max-width: 1100px) {
  .w-v2-Clima_Imagen .texto-clima {
    word-break: break-all;
  }
}
@media (min-width: 768px) {
  .hide-sm {
    display: block;
  }

  .hide-lg {
    display: none;
  }
}
@media (max-width: 768px) {
  .resize-widget {
    float: right;
    max-width: none;
  }

  .hider {
    display: none;
    margin: auto;
    max-width: 100%;
    padding: 10px;
  }

  .hide-sm {
    display: none;
  }

  .hide-big {
    display: block;
  }

  .w-v2_Encabezado {
    background-color: unset;
    height: 34px;
    padding-left: 10px;
    width: 100%;
    box-sizing: border-box;
    position: relative;
  }
  .w-v2_Encabezado:hover::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  .w-v2_Encabezado::after {
    content: ">";
    display: inline-block;
    position: absolute;
    right: 5px;
    color: #9B9B9B;
    top: 13px;
    font-size: 20px;
  }

  .w-v2_Encabezado-Texto {
    color: #9B9B9B;
    font-family: "Work Sans", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 3px;
    padding-bottom: 2px;
    text-align: right;
    margin-right: 30px;
    padding: 5px 0 5px 5px;
  }

  .w-v2_Encabezado::after {
    padding: 0;
  }

  .w-v2:hover .hider {
    display: block;
  }

  .Grid {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: auto auto auto;
  }

  .w-v2 {
    position: relative;
    bottom: 30px;
  }

  .w-v2-Clima_Imagen {
    display: block;
  }
  .w-v2-Clima_Imagen .texto-clima {
    margin-left: 0;
  }

  .w-v2-Clima_Info {
    display: grid;
    justify-content: center;
    padding-left: 0;
  }

  .w-v2-TipoCambio_Numero {
    font-size: 42px;
  }

  .w-v2-Citas_Contenedor-Social {
    display: flex;
  }

  .w-v2-Clima_Grados-Min, .w-v2-Clima_Grados-Max {
    font-size: 40px;
  }

  .w-v2-Clima_Divisor {
    display: none;
  }

  .w-v2-Dato_Contenedor-Titulo-Dato {
    margin: 0;
  }

  .w-v2-Dato_Subtitulo-Dato {
    margin: 0;
    text-align: center;
  }

  .contenedor-social-Dato {
    grid-column-end: 3;
    grid-column-start: 1;
  }

  .w-v2-Horoscopo_Contenedor-Imagen {
    margin: 0;
  }

  .w-v2-Horoscopo_Imagen i {
    font-size: 40px;
  }

  .w-v2-NoCircula_Contenedor-Placas {
    background-color: #ffffff;
  }

  .w-v2-Resultados_Contenedor-Resultados {
    grid-column: 1;
    grid-row-end: 3;
    grid-row-start: 1;
    max-width: 183.3333px;
  }

  .w-v2-Resultados_Datos-Liga {
    grid-column: 2;
    grid-row: 1;
  }

  .w-v2-Resultados_Contenedor-Fecha {
    grid-column: 2;
    grid-row: 2;
  }

  .w-v2-Resultados_Contenedor-Btn {
    grid-column-end: 3;
    grid-column-start: 1;
    grid-row: 3;
  }

  .w-v2-Sismo_Contenedor-Info {
    grid-column-end: 3;
    grid-column-start: 2;
    grid-row: 1;
    margin: 0;
  }

  .w-v2-Sismo_Contenedor-Social, .w-v2-Sismo_Contenedor-Social, .contenedor-social-Dato {
    display: none;
  }

  .w-v2-Sismo_Contenedor-Social {
    grid-column-end: 3;
    grid-column-start: 1;
  }

  .w-v2-TipoCambio_Seccion-Banderas {
    margin: auto;
    max-width: 183.3333px;
  }

  .w-v2-TipoCambio_Dato {
    display: grid;
    grid-template-columns: auto auto;
    text-align: center;
  }

  .w-v2-TipoCambio_Divisor {
    display: none;
  }

  .w-v2-TipoCambio_Porcentaje {
    display: none;
  }
}
@media (max-width: 576px) {
  .w-v2-Clima_Info {
    display: block;
  }
}

/*# sourceMappingURL=widgets.css.map */
