/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-weight: inherit;

}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, hgroup, menu, nav, {
  display: block;
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  line-height: 1;
  color: #000;
  font-family: 'Lato', sans-serif;
}


header {
  position: relative;
  background-color: #fff;
  z-index: 1000;  
}


ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img{
  border: none;
}

p {
  font-size: 1.0em;
}

section {
  width: 100%;
  padding: 0;
  margin: 0;
}

input {
  background-color: #fff;
  color: #000;
  outline: 0px;
  background: none;
}

a {
  color: #e20075;
  text-decoration: none;
  -webkit-transition: color .15s linear;
  -moz-transition: color .15s linear;
  -ms-transition: color .15s linear;
  -o-transition: color .15s linear;
  transition: color .15s linear;
}

a:hover {
  color: #f98bc4;
  -webkit-transition: color .15s linear;
  -moz-transition: color .15s linear;
  -ms-transition: color .15s linear;
  -o-transition: color .15s linear;
  transition: color .15s linear;
}

/* End Reset */

#container {
  width: 100%;
}

.containerskin {
  position: relative;
  width: 100%;
  background-color: #FFF;
  z-index: 10;
}

.containerskinpubli {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  z-index: 10;
  background-color: #FFF;
}

#div-gpt-ad-1x1, #div-gpt-ad-skin {
  width: 1px;
  height: 1px;
}

/*home*/

.adldb1 {
  width: 990px;
  max-height: 500px;
  margin: 0 auto;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

.adldb2 {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 5px;
}

.photocontent {
  display: flex;
  width: 980px;
  height: 270px;
  margin: 0 auto;
  font-family: 'Oswald', sans-serif;
}

.bigphotocontent {
  display: flex;
  position: relative;
  width: 475px;
  height: 270px;
}

.photocontentmarg {
  margin-right: 30px;
}

/*.bigphotocontent:last-child {
  margin-left: 30px;
}*/

.bigphotocontext {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30%;
  background-color: #000;
  background: -webkit-linear-gradient(transparent, black);
  background: -moz-linear-gradient(transparent, black);
  background: -ms-linear-gradient(transparent, black);
  background: -o-linear-gradient(transparent, black);
  background: linear-gradient(transparent, black);
}

.bigphotocontent h2 {
  display: block;
  display: -webkit-box;
  width: 70%;
  margin: 0 auto;
  margin-top: 20px;
  color: #fff;
  text-align: center;
  font-size: 1.3em;
  line-height: 1.2em;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.littlephotocontext {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 80%;
  background-color: #000;
  background: -webkit-linear-gradient(transparent, black);
  background: -moz-linear-gradient(transparent, black);
  background: -ms-linear-gradient(transparent, black);
  background: -o-linear-gradient(transparent, black);
  background: linear-gradient(transparent, black);
}

.littlephotocontext h2 {
  width: 80%;
  margin: 0 auto;
  margin-top: 50px;
  color: #fff;
  text-align: center;
  font-size: 1.0em;
  line-height: 1.2em;
}

.litlephotocontent {
  position: relative;
  width: 222px;
  height: 121px;
}

.litlephotocontent:first-child {
  margin-bottom: 28px;
}

.columnlittle {
  display: inline-block;
  width: 221px;
  height: 270px;
}

.columnlittle:first-child {
  margin: 0 32px 0 0;
}

.firstnew {
  width: 980px;
  margin: 0 auto;
  margin-top: 30px;
  text-align: center;
  margin-bottom: 30px;
}

.firstnew a {
  color: #000;
}

.firstphoto {
  position: relative;
  width: 980px;
  height: 560px;
/*  overflow: hidden;*/
}

.firstnew h2{
  width: 980px;
  padding-top: 20px;
  font-family: 'Oswald', sans-serif;
  font-size: 2em;
  text-transform: uppercase;
}

.firstnew p{
  width: 800px;
  padding-top: 20px;
  font-family: 'lato', sans-serif;
  font-size: 1.0em;
  line-height: 1.1em;
  margin: 0 auto;
}


.timesecc span {
  color: #878787;
}

.timesecc b {
  border-left: 5px solid #da007a;
  padding-left: 5px;
  font-size: 1.2em;
}

.blockguauargups{
  display: flex;
  width: 980px;
  height: 100px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 10px;
  text-align: center;
  background-color: #f6f6f6;
  align-items: center;
  justify-content: center;
}

.blockguauargupscont {
  margin: 0 10px;
}

.rowmix {
  display: flex;
  width: 980px;
  height: 600px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.columnmix {
  width: 300px;
  height: 600px;
}

.columnmixmin {
  width: 300px;
  height: 300px;
}

.mixenter {
  width: 300px;
  height: 300px;
  margin-bottom: 10px;
  overflow: hidden;
}

.mixenter a{
  color: #000;
}

.mixphoto {
  display: flex;
  justify-content: center;
  width: 300px;
  height: 186px;
  overflow: hidden;
}

.mixtext {
  width: 300px;
}

.mixtext h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.7em;
  max-height: 62px;
  text-transform: uppercase;
  line-height: 1.2em;
  margin: 5px 0 0 0;
}

.mixtext p {
  font-family: 'lato', sans-serif;
  line-height: 1.2em;
}

.mixtext h2, .mixtext p{
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mixmargin {
  margin: 0 40px;
}

.mixmore {
  display: flex;
  width: 980px;
  height: 300px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.feednews {
  display: flex;
  width: 980px;
  margin: 0 auto;
  margin-bottom: 20px;
  justify-content: space-between;
}

.feedenter {
  position: relative;
  width: 300px;
  height: 340px;
  margin-bottom: 10px;
  overflow: hidden;
}

.feedenter a{
  color: #000;
}

.feedphoto {
  display: flex;
  justify-content: center;
  width: 300px;
  height: 186px;
  overflow: hidden;
}

.feedphoto img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.feedtext {
  width: 300px;
}

.feedtext h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.7em;
  max-height: 95px;
  text-transform: uppercase;
  line-height: 1.2em;
  text-align: center;
  margin: 5px 0 0 0;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.feedtext p {
  font-family: 'lato', sans-serif;
  line-height: 1.2em;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.logomag {
  bottom: 20px;
  position: absolute;
  width: 298px;
  text-align: center;
  border-bottom: 1px solid #d7d7d7;
  border-left: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
}

.logomag img {
  position: relative;
  top: 15px; 
  height: 20px;
  background-color: #FFF;
  padding: 5px;

}

.lomasvisto {
  width: 980px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.lomasvisto a {
  color: #000;
}

.lomasvisto h3 {
  position: relative;
  top: 15px;
  width: 175px;
  margin: 0 auto;
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-size: 2em;
  text-transform: uppercase;
  background-color: #fff;
}

.lomasvisto h3 span {
  font-family: 'Shadows Into Light Two', cursive;
  color: #da007a;
  font-size: 1.1em;
  font-weight: bold;
  text-transform: initial;
}

.topfivehome {
  display: flex;
  width: 900px;
  height: 250px;
  margin: 0 auto;
  margin-bottom: 30px;
  padding-top: 30px;
  border-top: 1px solid #da007a;
  font-family: 'Oswald', sans-serif;
}

.topfiveblock {
  width: 300px;
  height: 250px;
}

.fiveblockone {
  position: relative;
  width: 300px;
  height: 250px;
  overflow: hidden;
}

.fiveblockone img {
  width: 300px;
}

.fiveblocktextleft {
  display: flex;
  width: 300px;
  height: 125px;
  text-align: right;
}

.fiveblocktextright {
  display: flex;
  width: 300px;
  height: 125px;
  text-align: left;
}

.fiveblocktextleft h2, .fiveblocktextright h2 {
  display: block;
  display: -webkit-box;
  max-height: 99px;
  margin: 12px;
  font-weight: 300;
  font-size: 1.3em;
  line-height: 1.2em;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.textleft, .textright, .photofive {
  position: relative;
  width: 150px;
  overflow: hidden;
}

.photofive img {
  width: 150px;
}


.numbertop {
  position: absolute;
  display: flex;
  width: 34px;
  height: 34px;
  background-color: rgba(211, 50, 145, 0.8);
  background: rgba(211, 50, 145, 0.8);
  color: rgba(211, 50, 145, 0.8);
  align-items: center;
  justify-content: center;
}

.numbertop p {
  font-family: 'Shadows Into Light Two', cursive;
  color: #fff;
  font-weight: bold;
}

.fiveblocktextleft .numbertop {
  bottom:0;
  left: 0;
}

.fiveblocktextright .numbertop, .fiveblockone .numbertop {
  top:0;
  right: 0;
}

.textblockone {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  background-color: rgba(211, 50, 145, 0.8);
  background: rgba(211, 50, 145, 0.8);
  color: rgba(211, 50, 145, 0.8);
}

.textblockone h2 {
  display: block;
  display: -webkit-box;
  width: 95%;
  height: 50px;
  margin: 0 auto;
  margin-top: 6px;
  color: #fff;
  text-align: center;
  line-height: 1.3em;
  font-size: 1.2em;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.moretop {
  display: flex;
  width: 980px;
  margin: 0 auto;
}

.moretopblock {
  position: relative;
  width: 475px;
  height: 272px;
  text-align: center;
  overflow: hidden;
}

.moretopblockmarg {
  margin-left: 32px;
}

.moretoptittle {
  position: absolute;
  bottom: 10%;
  width: 70%;
  margin-left: -35%;
  left: 50%;
  text-align: center;
}

.tittleblack h2 {
  color: #fff;
  background-color: #000;
  -webkit-box-shadow: 10px 0 0 #000, -10px 0 0 #000;
  -moz-box-shadow: 10px 0 0 #000, -10px 0 0 #000;
  box-shadow: 10px 0 0 #000, -10px 0 0 #000;
}

.tittlewhite h2 {
  color: #000;
  background-color: #fff;
  -webkit-box-shadow: 10px 0 0 #fff, -10px 0 0 #fff;
  -moz-box-shadow: 10px 0 0 #fff, -10px 0 0 #fff;
  box-shadow: 10px 0 0 #fff, -10px 0 0 #fff;
}

.tittleblack h2, .tittlewhite h2 {
  display: inline;
  font-family: 'Oswald', sans-serif;
  font-size: 1.6em;
  line-height: 1.4em;
  text-transform: uppercase;
}

.videohome {
  width: 100%;
  height: 380px;
  margin-bottom: 30px;
  background-color: #f3f3f3;
  font-family: 'Oswald', sans-serif;
}

.videohome h3 {
  position: relative;
  font-family: 'Oswald', sans-serif;
  font-size: 2em;
  text-transform: uppercase;
  padding: 20px 0;
}

.videohome h3 span {
  font-family: 'Shadows Into Light Two', cursive;
  color: #da007a;
  font-size: 1.1em;
  font-weight: bold;
  text-transform: initial;
}

.videohomecontent{
  width: 980px;
  height: 275px;
  margin: 0 auto;
}

.videohomecontent a{
  color: #000;
}

.videohomecontent ul{
  display:flex;
}

.videohomeblock {
  width: 326px;
  height: 275px;
  background-color: #fff;
}

.videoplay {
  position: absolute;
  width: 100%;
  text-align: center;
  top: -50%;
  margin-top: 50%;
}

.videoplay img {
  width: 46px !important;
  height: 45px;

}

.videohomephoto{
  position: relative;
  width: 326px;
  height: 186px;
  overflow: hidden;
}

.videohomephoto img{
  width: 326px;
}

.videohometext{
  position: relative;
  z-index: 1;
}

.videohometext h2{
  display: block;
  display: -webkit-box;
  height: 68px;
  padding: 10px;
  font-size: 1.350em;
  line-height: 1.2em;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;

}

/*cabecera*/

.contenthead {
  position: relative;
  display: flex;
  width: 1000px;
  height: 80px;
  margin: 0 auto;
  padding-top: 20px;
  font-family: 'Oswald', sans-serif;
}

.logo {
  width: 276px;
  height: auto;
  margin-left: 10px;

}
.logo h1{
  text-indent: -99999px;
  position: absolute;
}

.logofix {
  display: none !important;
  position: relative;
  top: 3px;
  margin-left: 15px;
  padding-right: 25px;
}

.categorymenu .logofix a:hover {
  border-bottom: none;
}

.logoyes {
  display: inline !important;
}

.categorymenuback {
  width: 100%;
  margin: 0 auto;
  background-color: #da007a;
}

.categorymenubackskin {
  width: 1000px;
  margin: 0 auto;
}

.categorymenu {
/*  position: relative;*/
  width: 100%;
  height: 55px;
  margin: 0 auto;
  text-align: center;
  font-size: 1.15em;
  font-family: 'Oswald', sans-serif;
}

.categorymenu ul {
  padding-top: 20px;
  margin-left: -80px;
}

.categorymenu li {
  display: inline;
  padding-right: 20px;
  padding-bottom: 13px;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: all .15s linear;
  -moz-transition: all .15s linear;
  -ms-transition: all .15s linear;
  -o-transition: all .15s linear;
  transition: all .15s linear;

}

.categorymenu li:last-child {
  position: absolute;
  top: 8px;
  margin-left: -2px;
}

.categorymenu li a {
  display: inline;
  text-transform: uppercase;
  color: #fff;
}

.categorymenu li a:hover {
  border-bottom: 3px solid #fff;
  padding-bottom: 10px;
  text-transform: uppercase;
  color: #fff;
}

.categorymenufix {
  
}

.categorymenufix ul {
  padding-top: 12px;
  margin-left: -80px;
}


.categorymenufix li {
  padding-right: 16px;
  font-size: 0.9em;
}

.despmenuskin {
  width: 1000px !important;
  left: 50% !important;
  margin-left: -500px !important;
}

.categorymenufix .despmenu .contentnails li p {
  font-size: 1.150em;
}

.categorymenufix .despmenu .contentdesp .contentsubcat li {
  font-size: 0.8em;
}


.onitselect {
  border-bottom: 3px solid #fff;
  padding-bottom: 10px;
}

.contenttips {
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  margin: 0 20px 17px 20px;
  width: 470px;
}

.contenttips p {
  margin-right: 10px;
}

.contenttips p:last-child {
  margin-right: 0px;
}

.contenttips p a{
  color: #000;
  -webkit-transition: color .15s linear;
  -moz-transition: color .15s linear;
  -ms-transition: color .15s linear;
  -o-transition: color .15s linear;
  transition: color .15s linear;
}

.contenttips p a:hover{
  color: #e20075;
  -webkit-transition: color .15s linear;
  -moz-transition: color .15s linear;
  -ms-transition: color .15s linear;
  -o-transition: color .15s linear;
  transition: color .15s linear;
}

.contentloginrrss {
  position: absolute;
  top: 0;
  right: 10px;
  margin-top: 10px;
  width: 220px;
  height: 100px;
  text-align: right;
}

.contentloginrrss p a {
  color: #000;
  -webkit-transition: color .15s linear;
  -moz-transition: color .15s linear;
  -ms-transition: color .15s linear;
  -o-transition: color .15s linear;
  transition: color .15s linear;
}

.contentloginrrss p a:hover {
  color: #e20075;
  -webkit-transition: color .15s linear;
  -moz-transition: color .15s linear;
  -ms-transition: color .15s linear;
  -o-transition: color .15s linear;
  transition: color .15s linear;
}

.contentlogin p {
  display: inline;
}

.contentlogin p:last-child:before {
  content: "|";
  padding: 0 10px;
}

.contentlogin p:last-child:after {
  content: url(https://med-cuore.grupozeta.es/img/login.png);
  position: relative;
  top: 4px;
  padding-left: 10px;
  padding-right: 8px;
}

.contentrrss{
  margin-top: 34px;
}

.contentrrss li {
  display: inline;
  padding: 0 6px;
}

.contentrrss li img {
  -webkit-transition: all .15s linear;
  -moz-transition: all .15s linear;
  -ms-transition: all .15s linear;
  -o-transition: all .15s linear;
  transition: all .15s linear;
  transform: scale(1.0,1.0)
}

.contentrrss li img:hover {
  -webkit-transition: all .15s linear;
  -moz-transition: all .15s linear;
  -ms-transition: all .15s linear;
  -o-transition: all .15s linear;
  transition: all .15s linear;
  transform: scale(1.1,1.1)
}

.contentrrss li:last-child {
  padding: 0;
}

/*especial*/
.specialhead {
  width: 980px;
  margin: 0 auto;
}

.specialheadtext {
  width: 160px;
  height: 145px;
  margin: 0 auto;
  font-family: 'Oswald', sans-serif;
  font-size: 5em;
  color: #000;
}

.specialhead ul {
  margin-top: 10px;
  padding: 10px 0;
  text-align: center;
  font-size: 1.3em;
  text-transform: uppercase;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}

.specialhead li {
  display: inline;
  margin: 0px 10px;
  text-align: center;
}

.specialstamp {
  position: absolute;
  bottom: -15px;
  width: 112px;
  height: 112px;
  left: 50%;
  transform: translate(-50%);
}

.specialstampint {
  position: absolute;
  bottom: 0px;
  width: 112px;
  height: 112px;
  left: 50%;
  transform: translate(-50%);
}

/*buscador*/

.despfind {
  position: absolute;
  width: 38px;
  height: 38px;
  background-color: #fff;
  top: 100px;
  right: -78px;
  border-radius: 28px;
  -moz-border-radius: 28px;
  -webkit-border-radius: 28px;
  border: 0px;
/*  -webkit-transition: all .15s linear;
  -moz-transition: all .15s linear;
  -ms-transition: all .15s linear;
  -o-transition: all .15s linear;
  transition: all .15s linear;*/
}

.despfindopen {
  width: 310px;
}

.magnifydesk {
  position: absolute;
  right: 0;
  cursor: pointer;
}

#closemagnify {
  position: absolute;
  display: none;
  top: 15px;
  right: 40px;
}

#inputmagnify {
  position: absolute;
  display: none;
  right: 65px;
  width: 220px;
  height: 30px;
  font-family: 'Oswald', sans-serif;
  font-size: 1em;
  vertical-align: bottom;
  top: 4px;
  border: none;
}

/*cabecera desplegable*/

.categorymenu ul li > .despmenu {
  display: none;
  position: absolute;
  left: 0;
  background: #FFF;
  width: 100%;
  height: 240px;
  margin-top: 17px;
  border-bottom: 4px solid #da007a;
  z-index: 10;
}

.categorymenu ul li:hover > .despmenu {
  display: block;
}

.contentdesp {
  display: inline-flex;
  width: 1000px;
  margin: 0 auto;
  text-align: left;
}

.despmenu .contentdesp .contentsubcat ul {
  width: 170px;
  padding-top: 10px;
  margin-left: 13px;
}

.despmenu .contentdesp .contentsubcat li {
  display: block;
  margin-top: 10px;
  padding-right: 0px;
  padding-bottom: 0px;
  color: #000;
  font-size: 0.7em;
  -webkit-transition: all .15s linear;
  -moz-transition: all .15s linear;
  -ms-transition: all .15s linear;
  -o-transition: all .15s linear;
  transition: all .15s linear;
  -ms-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

.despmenu .contentdesp .contentsubcat li:hover {
  -webkit-transition: all .15s linear;
  -moz-transition: all .15s linear;
  -ms-transition: all .15s linear;
  -o-transition: all .15s linear;
  transition: all .15s linear;
  -ms-transform: translateX(10px);
  -webkit-transform: translateX(10px);
  transform: translateX(10px);

}

.despmenu .contentdesp .contentsubcat li a {
  color: #000;
}

.despmenu .contentdesp .contentsubcat li:last-child {
  position: absolute;
  top: initial;
  margin-left: initial;
  bottom: 10px;
  color: #da007a;
  padding-top: 20px;
  border-top: 1px solid #e7e7e7;
  -ms-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

.despmenu .contentdesp .contentsubcat li:last-child a {
  color: #da007a;
  border-bottom: none;
}

.despmenu .contentnails ul {
  padding-top: 20px;
  margin-left: 0px;
}

.despmenu .contentnails li {
  display: inline-block;
  vertical-align: top;
  padding-bottom:0px;
  padding-right:0px;
  height: 210px;
  width: 203px;
  margin-right: 0;
  font-size: 1em;
  border-left: 1px solid #e7e7e7;
}

.despmenu .contentnails li img {
  width: 203px;
}

.despmenu .contentnails li:hover {
  background-color: #da007a;

}

.despmenu .contentnails li:hover a {
  border-bottom: none;

}

.despmenu .contentnails li:hover p {
  color: #FFF;

}

.despmenu .contentnails li p {
  display: block;
  display: -webkit-box;
  color: #000;
  padding: 10px 10px 0 10px;
  text-transform: initial;
  line-height: 1.2em;
  text-align: center;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.despmenu .contentdesp .contentnails li:last-child {
  top: initial;
  margin-left:initial;
}

.divfloatgalvid {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.photogallerycontenttittle {
  position: absolute;
  width: 320px;
  height: 250px;
  background-color: rgba(255, 255, 255, 0.6);
  border: 1px solid #bfb8b0;
  font-family: 'Oswald', sans-serif;
  color: #000;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%)
}

.photogallerycontenttittle a {
  color: #000;
}

.photogallerytittle{
  position: absolute;
  min-width: 280px;
  min-height: 200px;
  padding: 0px 10px;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #bfb8b0;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%)
}

.photogallerytittle p {
  padding-top: 30px;
  text-align: center !important;
}

.photogallerytittle p b {
  background-color: initial;
  font-weight: normal;
}

.pushbutton {
  display: inline-table;
  padding: 10px 20px;
  background-color: #da007a;
  font-family: 'Lato', sans-serif;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 0.8em;
  font-weight: bold;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  cursor: pointer;
}

.gallerysee {
  position: relative;
}

.OUTBRAIN {
  margin-bottom: 20px;
}

#contentarticle {
  width: 1000px;
  margin: 0 auto;
}

.photoopening {
  position: relative;
  max-width: 980px;
  height: 600px;
  margin: 0 auto;
  margin-top: 15px;
/*  overflow: hidden;*/
}

.stamp {
  position: absolute;
  bottom: 0;
  width: 112px;
  height: 112px;
  left: 50%;
  transform: translate(-50%);
}

.stamp img {
  opacity: 0.9;
}


.textphoto {
  position: absolute;
  bottom: 0;
  text-align: right;
  width: 100%;
  font-size: 0.9em;
  padding-bottom: 20px;
}

.enterarticle {
  display: flex;
  display: -webkit-flex;
  flex-flow: column;
  -webkit-flex-flow: column;
  width: 830px;
  height: auto;
  margin: 0 auto;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;

}

.enterarticle h1 {
  width: 830px;
  height: auto;
  margin-bottom: 20px;
  font-size: 3em;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.enterarticle h1 b, .enterarticle h1 i {
  font-family: 'Shadows Into Light Two', cursive;
  color: #e3007a;
  font-weight: bold;
  font-size: 1.2em;
  text-transform: initial;
}

.enterarticle h2 {
  width: 830px;
  height: auto;
  margin-bottom: 20px;
  color: #e2007a;
  font-size: 1.5em;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.enterarticle h3 {
  width: 830px;
  height: auto;
  margin-bottom: 20px;
  color: #000;
  font-size: 1.2em;
  font-family: 'Lato', sans-serif;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

.enterarticle p {
  width: 830px;
  height: auto;
  margin-bottom: 20px;
  color: #000;
  font-size: 1.1em;
  font-family: 'Lato', sans-serif;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}

.enterarticle p:before {
  content: "";
  padding-left: 6px;
  margin-left: -6px;
  border-left: 5px solid #da007a;
}

.date {
  color: #a7a7a7;
}

.RRSScircle {
  width: 100%;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}

.RRSScircle li {
  display: inline;
  padding-right: 10px;
}

.contentarticlemain {
  display: flex;
  display: -webkit-flex;
  width: 1000px;
}

.leftcolumsectionfind {
  width: 650px;
  margin: 0 30px 0 10px;
}

.leftcolumarticle {
  position: relative;
  width: 650px;
  min-height: 680px;
  margin: 0 30px 0 10px;
  text-align: center;
}

.leftcolumarticle p {
  font-size: 1.240em;
  line-height: 1.6em;
  margin-bottom: 20px;
  text-align: left;
}

.leftcolumarticle strong {
  font-weight: bold;
}

.leftcolumarticle b {
  background-color: #ffed00;
  font-weight: bold;
  padding: 3px;
}

.leftcolumarticle em {
  font-style: italic;
}

.leftcolumarticle img {
  width: 100%;
  margin-bottom: 20px;
}

.leftcolumarticle h1, .leftcolumarticle h2 {
  font-size: 1.8em;
  font-weight: bold;
  text-align: left;
  padding-bottom: 15px;
}

.leftcolumarticle iframe {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
}

.contest {
  margin: 20px 0 15px 0;
}

.contest p {
  line-height: 25px;
  padding: 5px 0 5px 0;
}

.contest input {
  border: 1px solid #000;
  width: 650px;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1em;
}

.sendcontest {
  width: 100%;
  margin-bottom: 50px;
}

.contest p:first-child {
  font-weight: bold;
}

#botonsendcontest {
  text-align: center;
  float: right;
  text-transform: uppercase;
  width: 145px;
  padding: 10px 0 10px 0px;
  background-color: #da007a;
  color: #fff;
  font-size: 0.9em;
  cursor: pointer;
}

#botonsendcontest img {
  width: 17px;
  float: right;
  margin: -2px 7px 0px -15px;
}


.footimg {
  text-align: right;
  margin-top: -17px;
  margin-bottom: 30px;
}

.leftcolumarticle blockquote.cuorequote {
  position: absolute;
  width: 110px;
  font-size: 1.120em;
  margin-top: -265px;
  left: -125px;
  font-family: 'Shadows Into Light Two', cursive;
  color: #e2007a;
  line-height: 1.1em;
  -ms-transform: rotate(-7deg);
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
}

.leftcolumarticle blockquote.cuorequote:after {
  content: url(https://med-cuore.grupozeta.es/img/arrowquote.png);
  float: right;
}

.quoteskin {
    position: relative !important;
    display: block;
    justify-content: center;
    width: 400px !important;
    padding-bottom: 20px;
    margin: 0 auto;
    margin-top: 25px !important;
    font-family: 'Shadows Into Light Two', cursive !important;
    left: initial !important;
    font-size: 1.3em !important;
    color: #e2007a;
    line-height: 1.4em !important;
    -ms-transform: rotate(0) !important;
    -webkit-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;

}

.quoteskin p {
    text-align: center !important;
}

.quoteskin:before {
  display: block;
  content: url(https://med-cuore.grupozeta.es/img/arrowquote.png);
  -ms-transform: rotate(245deg);
  -webkit-transform: rotate(245deg);
  transform: rotate(245deg);
}

.leftcolumarticle blockquote.quoteskin:after {
  content: "" !important;
}

.galleryimg {
  position: absolute;
  top: 0;
  right: 0;
  width: 52px;
  height: 37px;
  background-color: #ec2879;
}

.articlevalor {
  background-color: #f4f3f1;
  text-align: center;
}

.articlevalor h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.3em;
  padding-top: 50px
}

.articlevalor ul {
  margin-top: 20px;
  padding-bottom: 50px
}

.articlevalor li {
  display: inline;
  margin-right: 10px;
}

.articlevalor img {
  width: 40px;
  cursor: pointer;
  -webkit-transition: all .15s linear;
  -moz-transition: all .15s linear;
  -ms-transition: all .15s linear;
  -o-transition: all .15s linear;
  transition: all .15s linear;
  transform:scale(1.0,1.0);
}

.articlevalor img:hover {
  -webkit-transition: all .15s linear;
  -moz-transition: all .15s linear;
  -ms-transition: all .15s linear;
  -o-transition: all .15s linear;
  transition: all .15s linear;
  transform:scale(1.1,1.1);
}

.related {
  height: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
  margin: 40px 30px 40px 10px;
  position: relative;
  width: 650px;
}

.related a, .related a:hover  {
  color: #000;
}

.related h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: 300;
  padding: 10px;
  margin: 20px 0;
}

.relatedcontent {
  display: table-cell;
  width: 213px;
  max-height: 230px;
  padding-right: 15px;
}

.relatedcontent p {
  font-family: 'Oswald', sans-serif;
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1.3em;
  width: 90%;
  margin-left: 10px;
}

.relatedcontent img {
  width: 216px;
  margin-bottom: 10px;
}

.rightcolumarticle, .rightcolumsection {
  width: 300px;
}

.bannersextra {
  margin-bottom: 20px
}

.adbannermpu1int {
  width: 300px;
  max-height: 600px;
}

.publicis {
  width: 640px;
  margin-bottom: 10px;
  text-align: center;
/*  height: 360px;*/
  overflow: hidden;
}

.adbannermpu1int:nth-child(n+1) {
  margin-bottom: 20px
}

.adtop {
  width: 990px;
  max-height: 250px;
  margin: 0 auto;
}

.topfive {
  width: 300px;
  height: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: 'Oswald', sans-serif;
  overflow: hidden;
}

.topfive a, .topfive a:hover  {
  color: #000;
}

.topfivetitle {
  height: 35px;
  background-color: #e2007a;
  text-align: center;
}

.topfivetitle h3 {
  color: #FFF;
  text-transform: uppercase;
  padding-top: 10px;
}

.topfive li {
  color: #000;
  padding: 10px 0px;
  border-bottom: 1px solid #e2007a;
  line-height: 1.4em;
  font-size: 1.1em;
}

.topfive li:last-child {
  border-bottom: none;
}

/*carrousel celebs*/

.carouselcelebs {
  width: 100%;
  height: auto;
  background-color: #fafafa;
  margin-bottom: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}

.carouselcelebs h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: 300;
  padding: 10px;
}

.carouselcelebs .flickity-prev-next-button {
  position: absolute;
  top: -21px;
  width: 44px;
  height: 44px;
  background: transparent;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.carouselcelebs .flickity-prev-next-button:hover {
  background: transparent;
}

.carouselcelebs .flickity-prev-next-button.previous {
  right: 35px;
  left: inherit;
}

.carouselcelebs a, .carouselcelebs a:hover {
  color: #000;
}

.contentcelebs {
  width: 175px;
  height: 225px;
  background-color: #fff;
  border-radius: 15px 15px 15px 15px;
  -moz-border-radius: 15px 15px 15px 15px;
  -webkit-border-radius: 15px 15px 15px 15px;
  border: 2px solid #ececec;
}

.contentcelebs p {
  font-size: 1em;
  line-height: 1em;
  margin-bottom: 10px;
  text-align: center;
}

.celebsname {
  margin-top: 20px;
  font-weight: bold;
}

.contentcelebspink {
  width: 175px;
  height: 70px;
  background-color: #e2007a;
  border-radius: 15px 15px 0px 0px;
  -moz-border-radius: 15px 15px 0px 0px;
  -webkit-border-radius: 15px 15px 0px 0px;
}

.circlecelebs {
  position: relative;
  width: 108px;
  height: 108px;
  margin: 0 auto;
  top: 17px;
  background-size: 108px !important;
  border-radius: 108px 108px 108px 108px;
  -moz-border-radius: 108px 108px 108px 108px;
  -webkit-border-radius: 108px 108px 108px 108px;
  border: 3px solid #FFF;

}

/*personajes*/

#contentpersonajes {
  display: flex;
  display: -webkit-flex;
  width: 1000px;
  padding-top: 20px;
  margin: 0 auto;
}

.personajesmain {
  width: 100%;
  height: auto;
}

.maincover {
  position: relative;
  width: 100%;
  height: 250px;
}

.nameceleb {
  position: relative;
  display: flex;
  justify-content: center;
  top: -190px;
}

.nameceleb h1 {
  font-size: 1.1em;
  padding: 5px 8px;
  background-color: #ffed00;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
}

.maincontent {
  position: relative;
  width: 500px;
  margin: 0 auto;
  margin-top: -70px;
  z-index: 1;
}

.maincontent h2 {
  text-align: center;
  font-size: 1.1em;
  line-height: 1.5em;
  margin-top: 10px;
}

.topceleb {
  display: inline-flex;
  text-align: center;
  justify-content: center;
  width: 500px;
}

.wronggreat {
  width: 140px;
  padding-top: 40px;
}

.celebface {
  width: 160px;
  height: 160px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #fff;
  overflow: hidden;
}

.prrss {
  text-align: center;
  margin-top: 20px;
}

.prrss li {
  display: inline;
  margin: 0 10px;
}

.tittlepersonajes {
  width: 100%;
  padding-top: 32px;
  text-align: left;
  margin: 0 auto;
}

.tittlepersonajes h1 {
  font-family: 'Oswald', sans-serif;
  margin: 10px 0;
  color: #000;
  font-size: 1.25em;
  font-weight: 300;
  text-transform: uppercase;
}

.normaltext {
  font-weight: normal !important;
}

.topimg {
  margin-bottom: 20px;
}

.leftcolumpersonajes{
  position: relative;
  width: 650px;
  margin: 0 30px 0 10px;
}

.leftcolumpersonajes a, .leftcolumpersonajes a:hover {
  color: #000;
}

.blockpersonajesmain {
  width: 650px;
  height: 460px;
  margin-bottom: 20px;
  text-align: center;
  overflow: hidden;
}

.blockpersonajes {
  width: 650px;
}

.blockpersonajesmain p {
  width: 90%;
  padding-top: 10px;
  font-size: 1.1em;
  margin: 0 auto;
  line-height: 1.3em;
}

.blockpersonajes p {
  margin-bottom: 10px;
  color: #bebebe;
  padding: 0 10px;
}

.blockpersonajes img {
  margin-bottom: 20px;
}

.blockpersonajes h2, .blockpersonajesmain h2 {
    margin-top: 20px;
    font-family: 'Oswald', sans-serif;
    font-size: 1.4em;
    line-height: 1.2em;
    font-weight: 300;
    padding: 0 10px 40px 10px;
}

.grid-item {
  width: 300px;
  margin-bottom: 42px;
}

.lastdestacados li:nth-child(odd) {
  margin-right: 50px;
}

.contentborderrounder {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border: 2px solid #e4e4e4;
  overflow: hidden;
}

.contentbordersquare {
  border: 2px solid #e4e4e4;
  overflow: hidden;
}

.personajesdestacados {
  width: 100%;
}

.lastdestacados li {
  display: inline-flex;
  width: 300px;
}

.pmixenter {
  width: 300px;
  max-height: 260px;
  margin-bottom: 10px;
  overflow: hidden;
}

.pmixphoto {
  width: 300px;
  height: 186px;
  overflow: hidden;
}

.pmixtext {
  width: 300px;
}

.pmixtext h2 {
  margin-top: 10px;
  font-family: 'Oswald', sans-serif;
  font-size: 1.4em;
  line-height: 1.2em;
  font-weight: 300;
  padding: 0 10px 10px 10px;
}

.personajesmixcontent {
  position: relative;
}

.personajesmix {
  margin-top: 40px;
}


.personajesmix li {
  display: inline-flex;
}

.personajesmix p {
  position: absolute;
  width: 206px;
  bottom: 20px;
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-size: 1.5em;
  color: #fff;
  text-transform: uppercase;
}

.iconmix {
  position: absolute;
  top: 50%;
  margin-top: -25%;
  left: 50%;
  margin-left: -45px;
}

.pmixmargin {
  margin: 0 16px;
}

/*secciones*/

.contentsection {
  display: flex;
  display: -webkit-flex;
  width: 1000px;
  padding-top: 20px;
  margin: 0 auto;
}

.tittlesection {
  width: 1000px;
  padding-top: 32px;
  text-align: left;
  margin: 0 auto;
}

.tittlesection h1 {
  font-family: 'Oswald', sans-serif;
  margin-left: 10px;
  color: #da007a;
  font-size: 1.25em;
  font-weight: 300;
  text-transform: uppercase;
}

.normaltext {
  font-weight: normal !important;
}

.leftcolumsection {
  position: relative;
  width: 650px;
  margin: 0 30px 0 10px;
}

.leftcolumsection a, .leftcolumsection a:hover {
  color: #000;
}

.blocknewsmain {
  width: 650px;
  max-height: 480px;
  margin-bottom: 20px;
  text-align: center;
  overflow: hidden;
}

.blocknewsmain img {
  width: 650px;
}

.blocknewsmain p {
  display: block;
  display: -webkit-box;
  width: 90%;
  padding-top: 10px;
  font-size: 1.1em;
  margin: 0 auto;
  line-height: 1.3em;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blocknews li {
  display: inline-block;
  vertical-align:top;
  margin-bottom: 20px;
  width: 307px;
  min-height: 415px;
  max-height: 475px;
  overflow: hidden;
}

.blocknews li p {
  margin-bottom: 10px;
  color: #878787;
}

.blocknews li img {
  margin-bottom: 20px;
}

.blocknews li a, .blocknews li a:hover {
  color: #000;
}

.blocknewsmain h2 {
  margin-top: 5px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blocknews h2, .blocknewsmain h2 {
/*  margin-top: 20px;*/
  font-family: 'Oswald', sans-serif;
  font-size: 1.8em;
  line-height: 1.3em;
  text-transform: uppercase;
}

.blocknews h2 {
  display: block;
  display: -webkit-box;
  text-align: center;
  height: 115px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.blocknews li:nth-child(odd) {
  margin-right: 36px;
}

.lastcontent {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 20px;
}

.clickmore {
  width: 100%;
  text-align: center;
  margin: 30px 0;
}

.clickmore img {
  -webkit-transition: all .15s linear;
  -moz-transition: all .15s linear;
  -ms-transition: all .15s linear;
  -o-transition: all .15s linear;
  transition: all .15s linear;
  transform:scale(1.0,1.0);
  cursor: pointer;
}

.clickmore img:hover {
  -webkit-transition: all .15s linear;
  -moz-transition: all .15s linear;
  -ms-transition: all .15s linear;
  -o-transition: all .15s linear;
  transition: all .15s linear;
  transform:scale(1.1,1.1);
}

.clickmore p {
  font-size: 0.9em;
  text-transform: uppercase;
  margin-top: 5px;
}

/*horóscopo*/

.contenthoroscopomain {
  display: flex;
  display: -webkit-flex;
  width: 1000px;
/*  padding-top: 50px;*/
}

.leftcontenthoroscopo {
  position: relative;
  width: 650px;
  margin: 0 30px 0 10px;
}

.horoscopocontent {
  position: relative;
}

.horoscopoblock {
  display: inline-block;
  width: 210px;
  height: 200px;
  text-align: center;
}

.horoscopoblock a, .horoscopoblock a:hover{
  color: #000;
}

.horoscopoblock h2 {
  font-family: 'Shadows Into Light Two', cursive;
  font-size: 1.6em;
  font-weight: bold;
  margin-top: 10px;
}

.horoscopoblock p {
  margin-top: 5px;
}

.mainhoroscopoint {
  position: relative;
  display: flex;
}

.horosceleb {
  position: absolute;
  top: 0;
  right: 0;
  width: 110px;
  height: 110px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 5px solid #da007b;
  overflow: hidden;
}

.horosceleb img {
  width: 110px;

}

.horosdate p {
  display: inline;
  padding: 5px 10px;
  background-color: #ffed00;
  font-weight: bold;
  text-transform: uppercase;
}

.horosdate h1 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: 'Shadows Into Light Two', cursive;
  font-size: 2em;
  font-weight: bold;
  color: #e2671f;
}

.horosdate span {
  display: block;
  padding-bottom: 5px;
  font-family: 'Shadows Into Light Two', cursive;
  font-size: 1.3em;
}

.horostext {
  margin-bottom: 40px;
}

.horostext p {
  line-height: 25px;
}

.horosvalue {
  display: flex;
  margin: 20px 0 10px 0;
}

.horosvalue h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.3em;
}

.horosvalue li {
  display: inline;
  margin: 0 5px;
}

.horosvalue li:first-child {
  margin: 0 10px;
}

.horosmore {
  display: flex;
  margin-top: 30px;
}

.horosmorerrss {
}

.horosmorerrss li {
  display: inline;
  margin-right: 10px;
}

.horosmorelink {
  position: absolute;
  right: 0;
}

.horosmorelink p {
  font-family: 'Shadows Into Light Two', cursive;
  font-size: 1.3em;
}

.horosmorelink p a {
  text-decoration: underline;
}

/*videos*/

.videorrss {
  width: 990px;
  height: 40px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.videorrss li {
  display: inline;
  padding: 0 10px;
}

.video {
  width: 100%;
  margin-bottom: 30px;
  font-family: 'Oswald', sans-serif;
}

.video h1 {
  position: relative;
  font-family: 'Oswald', sans-serif;
  font-size: 1.3em;
  font-weight: 300;
  text-transform: uppercase;
  padding: 20px 0;
}

.video h1 span {
  font-family: 'Shadows Into Light Two', cursive;
  color: #da007a;
  font-size: 1.1em;
  font-weight: bold;
  text-transform: initial;
}

.videocontent{
  width: 980px;
  margin: 0 auto;
}

.videocontent a{
  color: #000;
}

.videocontent ul{

}

.videocontent li{
  display:inline-block;
  width: 490px;
  vertical-align: top;
}

.videoblock {
  width: 490px;
  height: 360px;
  background-color: #fff;
}

.videophoto{
  position: relative;
}

.videophoto img{
  width: 490px;
}


.videotext{
  position: relative;
  z-index: 1;
}

.videotext h2{
  display: block;
  display: -webkit-box;
  height: 40px;
  padding: 10px 20px;
  text-align: center;
  font-size: 1.350em;
  line-height: 1.2em;
  text-transform: uppercase;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.firstvideo {
  position: relative;
  width: 980px;
}

/*404*/

#contentupss {
  padding-bottom: 50px;
}

.upsscontent {
  width: 700px;
  margin: 0 auto;
  text-align: center;
}

.upsscontent h1 {
  font-family: 'Shadows Into Light Two', cursive;
  text-align: center;
  font-size: 3em;
  color: #da007a;
  font-weight: bold;
  padding: 30px 0;
}

.upsscontent p {
  font-family: 'Oswald', sans-serif;
  color: #fff;
  text-align: center;
  font-size: 1.5em;
  line-height: 1.5em;
  padding: 25px 0 50px 0;
}

.backblack {
  background-color: #000;
}

/*contacto*/

.legaltext {
  position: relative;
  top: -30px;
  font-size: 0.7em !important;
  text-align: right;
}

.contact {
  font-family: 'Oswald', sans-seri
}

.topname {
  padding-left: 65px !important;
}

.topmail {
  padding-left: 130px !important;
}

.topmotive {
  padding-left: 145px !important;
}

.topmotivetext {
  padding-left: 70px !important;
}

.topsubname {
  padding-left: 75px !important;
}

.topdocument {
  padding-left: 90px !important;
}

.topaddress {
  padding-left: 225px !important;
}

.topflat {
  padding-left: 45px !important;
}

.topcode {
  padding-left: 100px !important;
}

.topnumber {
  padding-left: 65px !important;
}

.toplocal {
  padding-left: 75px !important;
}

.topprov {
  padding-left: 75px !important;
}

.topcountry {
  padding-left: 45px !important;
}

.toptel {
  padding-left: 70px !important;
}

.topname, .topmail, .topmotive, .topmotivetext, .topsubname, .topdocument, .topaddress, .topflat, .topcode, .toplocal, .topnumber, .topprov, .topcountry, .toptel  {
  padding-top: 15px !important;
}

.contactbotton {
  width: 300px;
  margin: 0 auto;
  background-color: #da007a;
  text-align: center;
}

.contactbotton p {
  color: #fff;
  font-size: 1.1em !important;
  text-transform: uppercase;
  padding: 10px 0 !important;
  line-height: initial !important;
  margin-bottom: 0px !important;
  cursor: pointer;
}


.contact .input {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 1em 0;
  width: calc(100% - 2em);
  vertical-align: top;
}

.contact .input__field {
  position: relative;
  display: block;
  float: right;
  padding: 0.8em;
  border: none;
  border-radius: 0;
  color: #595F6E;
  font-weight: bold;
  -webkit-appearance: none;
}

.contact .input__field:focus {
  outline: none;
}

.contact .input__label {
    display: inline-block;
    float: right;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.contact .input__label-content {
  position: absolute;
  display: block;
  padding: 0px 0px 1.6em 5px;
  width: auto;
  margin-top: 10px;
  background-color: #fff;
  left: 0;
}

.input--hoshi {
  overflow: hidden;
}

.input__field--hoshi {
  margin-top: 1em;
  padding: 0.85em 0.15em;
  width: 100%;
  background: transparent;
  color: #595F6E;
}

.input__label--hoshi {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 0.25em;
  width: 100%;
  height: calc(100% - 1em);
  text-align: left;
  pointer-events: none;
}

.input__label-content--hoshi {
  position: absolute;
}

.input__label--hoshi::before,
.input__label--hoshi::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 10px);
  border-bottom: 1px solid #B9C1CA;
}

.input__label--hoshi::after {
  margin-top: 2px;
  border-bottom: 4px solid red;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}

.input__label--hoshi-color-1::after {
  border-color: hsl(200, 100%, 50%);
}

.input__label--hoshi-color-2::after {
  border-color: hsl(160, 100%, 50%);
}

.input__label--hoshi-color-3::after {
  border-color: hsl(20, 100%, 50%);
}

.input__label--hoshi-color-4::after {
  border-color: hsl(326, 100%, 43%);
}

.input__field--hoshi:focus + .input__label--hoshi::after,
.input--filled .input__label--hoshi::after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.input__field--hoshi:focus + .input__label--hoshi .input__label-content--hoshi,
.input--filled .input__label-content--hoshi {
  -webkit-animation: anim-1 0.3s forwards;
  animation: anim-1 0.3s forwards;
}

@-webkit-keyframes anim-1 {
  50% {
    opacity: 0;
    -webkit-transform: translate3d(1em, 0, 0);
    transform: translate3d(1em, 0, 0);
  }
  51% {
    opacity: 0;
    -webkit-transform: translate3d(-1em, -40%, 0);
    transform: translate3d(-1em, -40%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, -40%, 0);
    transform: translate3d(0, -40%, 0);
  }
}

@keyframes anim-1 {
  50% {
    opacity: 0;
    -webkit-transform: translate3d(1em, 0, 0);
    transform: translate3d(1em, 0, 0);
  }
  51% {
    opacity: 0;
    -webkit-transform: translate3d(-1em, -40%, 0);
    transform: translate3d(-1em, -40%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, -40%, 0);
    transform: translate3d(0, -40%, 0);
  }
}

.hiddeninput {
  display: none;
}

.contactinputs {
  margin-top: 20px;
}

.parraf {
  font-weight: 400;
  font-family: 'lato', sans-serif;
}

.error {
  color: #e22679;
}

label.error {
  position: relative;
  top: -50px;
}


/*Tienda*/

.tiendamain {
  width: 1000px;
  padding-top: 50px;
  padding-bottom: 30px;
  margin: 0 auto;
}

.tiendamain h1 {
  height: auto;
  font-size: 1.6em;
  line-height: 1.22em;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
}

.tiendamain h1 b {
  font-family: 'Shadows Into Light Two', cursive;
  color: #e3007a;
  font-weight: bold;
  font-size: 1.2em;
  text-transform: initial;
}

/*statics pages*/

.staticmain {
  display: flex;
  width: 1000px;
/*  padding-top: 50px;*/
  padding-bottom: 30px;
  margin: 0 auto;
}

.leftstatics {
  position: relative;
  width: 650px;
  margin: 0 30px 0 10px;
}

.leftstatics h1 {
  height: auto;
  font-size: 1.6em;
  line-height: 1.22em;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
}

.leftstatics h1 b {
  font-family: 'Shadows Into Light Two', cursive;
  color: #e3007a;
  font-weight: bold;
  font-size: 1.2em;
  text-transform: initial;
}

.leftstatics p {
  font-size: 1.0em;
  padding-top: 20px;
  line-height: 25px;
}

.leftstatics p:last-child {
  margin-bottom: 30px;
}

.leftstatics p span {
  font-weight: bold;
}

.leftstatics h2 {
  margin-top: 20px;
  font-size: 1.5em;
  font-family: oswald;
  padding-top: 10px;
  border-top: 1px solid #bdbdbd;
}


/*gossip*/

.contentgossipmain {
  display: flex;
  display: -webkit-flex;
  width: 1000px;
  padding-top: 0px;
}

.contentgossipmainone {
  display: flex;
  display: -webkit-flex;
  width: 1000px;
  padding-top: 50px;

}

.gossipcontent {
  position: relative;
  width: 650px;
  margin: 0 30px 0 10px;
}

.gossipcontent h1 {
  height: auto;
  font-size: 1.6em;
  line-height: 1.22em;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
}

.gossipcontent h1 b {
  font-family: 'Shadows Into Light Two', cursive;
  color: #e3007a;
  font-weight: bold;
  font-size: 1.2em;
  text-transform: initial;
}

.gossipcontent h2 {
  height: auto;
  color: #000;
  font-size: 1.2em;
  line-height: 1.2em;
  font-family: 'Oswald', sans-serif;
  padding: 10px 0;
}

.gossipcontent ul {
/*  margin-top: 20px;*/
}

.gossipcontent li {
  width: 100%;
  height: 36px;
  background-color: #f7f7f7;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 1px solid #f3f3f3;
  font-family: 'Oswald', sans-serif;
  margin: 0 0 10px 0;
}

.gossipcontent li p {
  display: block;
  display: -webkit-box;
  padding: 0px 10px 10px 10px;
  color: #000;
  font-size: 1.3em;
  font-weight: 300;
  max-width: 100%;
  line-height: 35px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 30px;
}

.maybe {
  float: left;
  min-width: 90px;
  height: 36px;
  background-color: #e3007a;
  border-radius: 3px 0px 0px 3px;
  -moz-border-radius: 3px 0px 0px 3px;
  -webkit-border-radius: 3px 0px 0px 3px;
  border: 1px solid #e3007a;
}

.maywidth {
  margin-right: 16px;
}

.gossipcontent li .maybe p {
  padding: 0px 20px 0px 20px;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: normal;
}

.gossipcontent li .maybe p span {
  position: relative;
  top: -3px;
  font-size: 0.610em;
  letter-spacing: 1px;
}

.true {
  min-width: 103px;
  background-color: #c6c719;
  border: 1px solid #c6c719;
}

.true p {
  padding: 0px 9px 0px 15px !important;
}

.true p:after {
  content: url(https://med-cuore.grupozeta.es/img/truetick.png);
  margin-left: 10px;
}

.false {
  min-width: 90px;
  background-color: #000;
  border: 1px solid #000;
}

.false p {
  padding: 0px 9px 0px 15px !important;
}

.false p:after {
  content: url(https://med-cuore.grupozeta.es/img/falsecross.png);
  margin-left: 10px;
}

.gossipwidget li {
    width: 100%;
    height: 78px;
    background-color: #f7f7f7;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #f3f3f3;
    font-family: 'Oswald', sans-serif;
    margin: 0 0 10px 0;
}

.maybewid {
    float: left;
    width: 43px;
    height: 65px;
    margin-right: 10px;
    background-color: #e3007a;
    border-radius: 3px 0px 0px 3px;
    -moz-border-radius: 3px 0px 0px 3px;
    -webkit-border-radius: 3px 0px 0px 3px;
    border: 1px solid #e3007a;
    padding-top: 11px;
}

.gossipwidget li p {
  display: block;
  display: -webkit-box;
  padding: 14px 10px 10px 10px;
  color: #000;
  font-size: 1.2em;
  line-height: 1.3em;
  font-weight: 300;
  height: 40px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gossipwidget li .maybewid p {
  height: initial;
  padding: 5px 0px 0px 0px;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.5em;
  line-height: inherit;
  font-weight: normal;
  text-align: center;
}

.gossipwidget li .maybewid p span {
  position: relative;
  font-size: 0.5em;
}

.gossipwidget h3 {
    height: auto;
    margin-bottom: 20px;
    font-size: 1.6em;
    line-height: 1.22em;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}

.gossipwidget h3 a {
    color: #000;
}

.gossipwidget h3 b{
    font-family: 'Shadows Into Light Two', cursive;
    color: #e3007a;
    font-weight: bold;
    font-size: 1.2em;
    text-transform: initial;
}

.gossipwidget h3 b a{
    color: #e3007a;
}

.moreload {
  width: 170px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 10px;
  padding: 10px 0 10px 0;
  background-color: #f7f7f7;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 1px solid #d7d7d7;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.moreload p {
  font-family: 'Lato', sans-serif;
  color: #000;
  font-weight: 700;
}

.moreload p a {
  color: #000;
}

/*footer*/


footer {
  width: 100%;
  z-index: 1;
  position: relative;
}

.footerfirst {
  width: 100%;
  display: inline-block;
  z-index: 1;
  position: relative;
}

.footsubs {
  width: 100%;
  height: 60px;
  margin: 0 auto;
  text-align: center;
  background-color: #F0F0F0;
}

.footsubs h1 {
  font-size: 2.8em;
  padding-top: 4px;
  font-style: italic;
}

.formnews {
  width: 1000px;
  margin: 0 auto;
  padding-top: 30px;
}

.formnews input {
  width: 500px;
  height: 44px;
  text-transform: uppercase;
  text-align: center;
/*  font-family: 'Playfair Display';*/
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
}

#footnewssend{
  position: relative;
  left: -2px;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  width: 200px;
  height: 30px;
  padding-top: 16px;
  background-color: #000;
  color: #fff;
  font-size: 0.8em;
}

.suscripcion {
  position: relative;
  width: 100%;
  height: 400px;
  margin: 0 auto;
  text-align: center;
  background-color: #eeeeee;
  color: #000;
  text-transform: uppercase;
}

.rowsuscripcion {
  width: 980px;
  margin: 0 auto;
  padding-top: 30px;
}

.rowsuscripcion a {
  color: #000;
}

.rowsuscripcion a:hover {
  color: #626262;
}

.boxsuscripcion {
  width: 320px;
  float: left;
  font-family: 'Oswald', sans-serif;
}

.boxsuscripcion h1 {
  font-size: 3em;
  position: relative;
  top: 100px;
}

.boxsuscripcion h2 {
  font-size: 3em;
  font-size: 1.5em;
  padding-bottom: 30px;
}

.footlinkrow {
  position: relative;
  width: 100%;
  height: 370px;
  margin: 0 auto;
  background-color: #da007a;
  font-family: 'Oswald', sans-serif;
  color: #fff;
}

.footlinkrow a {
  color: #fff;
}

.footlinkrow a:hover {
  color: #fff;
}

.linkrow {
  position: relative;
  width: 900px;
  margin: 0 auto;
  top: 10px;
}

.linkrow ul {
  position: relative;
  top: 25px;
  float: left;
  margin-right: 24px;
}

.linkmargin {
  margin-right: 80px !important;
}

.linkrow li {
  padding-bottom: 10px;
  font-size: 1em;
  font-weight: 300;
}

.linkrow li i {
  font-size: 1.7em;
  padding-right: 20px;
  margin-bottom: 40px;
  margin-top: 10px;
}

.linkrow li span {
  font-size: 1.1em;
  font-weight: 400;
  color: #fff;
}

.sustext {
  font-family: 'Shadows Into Light Two', cursive;
  color: #da007a;
  font-size: 3.0em !important;
  text-transform: initial;
  letter-spacing: 2px;
  padding-bottom: 10px !important;

}

.susbscribe_newsletter_button {
  position: relative;
  left: -35px;
  margin-top: 135px;
}

.arrowfootup {
  position: absolute;
  margin-left: 265px;
  top: -35;
  -moz-transform: scaleY(-1) rotate(-20deg);
  -o-transform: scaleY(-1) rotate(-20deg);
  -webkit-transform: scaleY(-1) rotate(-20deg);
  transform: scaleY(-1) rotate(-20deg);
  -ms-filter: "FlipV";
  filter: FlipV;

}
.arrowfootdown {
  position: absolute;
  margin-left: 40px;
  margin-top: -25px;
  -moz-transform: scaleX(-1) rotate(-25deg);
  -o-transform: scaleX(-1) rotate(-25deg);
  -webkit-transform: scaleX(-1) rotate(-25deg);
  transform: scaleX(-1) rotate(-25deg);
  -ms-filter: "FlipH";
  filter: FlipH;
}

.listline {
  display: inline;
}

.listline img {
  padding: 10px 15px 0px 0px;
}

.zetapie {
 position: absolute;
 left: 400px;
 top: 22px;
 width: 415px;
 text-align: center;
 border-bottom: 1px solid #f09bcb;
 padding-bottom: 10px;
}

.zetapietop {
  margin-top: 40px;
}

.zetacopy {
 width: 100%;
 float: right;
 margin-top: 35px;

}

.zetacopy p {
 float: right;
 color: #e885b2;
 font-size: 0.7em;
 font-weight: 300;
}

.vmobile {
  display: none;
  position: absolute;
  right: 30px;
  top: 170px;
}

.logocuorepie {
  width: 196px;
}

.cookies {
  position: fixed;
  display:none;
  cursor: pointer;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100;
  color: #fff;
  text-align: center;
  padding: 10px 0 0 0;
}

.cookies p {
  padding: 10px;
  font-size: 0.8em;
  font-weight: 100;
  display: inline;
}

#acceptCookiePolicyButton {
  float: right;
  margin: 0px 5px 0px 0;
  top: -5px;
  position: relative;
}

.cookies p a {
  color: #b5b5b5;
}

.hidden {
  display: none;
}

.pointer {
  cursor: pointer;
}


/*efectos*/

.shine {
  position: fixed;
  visibility: hidden;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  padding: 157px 0 0 0;
  text-align: center;
  z-index: 15;
  animation: shinesun 3s linear;
  -webkit-animation: shinesun 3s linear;
  
}

.providers {
  max-width: 630px;
}
.providersContent {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 980px;
  margin: 0 auto;
}

/*SUN*/

.sun { 
  position: fixed;
  top:20px;
  left:20px;
  margin: auto;  
  width:70px;
  height:70px;
  border-radius:50%;  
  background:#eeffa9;
  opacity:1;      
  box-shadow: 0px 0px 40px 15px white;  
  z-index: 20;
}

.sun img {
  width: 60px;
  position: relative;
  top: 5px;
  left: 5px;
}

.ray_box {
  position: absolute;
  margin: auto;
  top:0px;
  left:0;
  right:0;
  bottom:0; 
  width:70px;  
  -webkit-animation: ray_anim 120s linear infinite;
  animation: ray_anim 120s linear infinite;
}
.ray {  
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0) 100%);
    background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0) 100%); 
    margin-left:10px;
    border-radius:80% 80% 0 0;
    position:absolute;
    opacity:0.1;
}

.ray1 {    
    height:170px;
    width:30px;
   -webkit-transform: rotate(180deg);
    top:-175px;
    left: 15px;
}
.ray2 {
    height:100px;
    width:8px;
   -webkit-transform: rotate(220deg);
    top:-90px;
    left: 75px;
}
.ray3 {
    height:170px;
    width:50px;
   -webkit-transform: rotate(250deg);
    top:-80px;
    left: 100px;
}
.ray4 {
    height:120px;
    width:14px;
   -webkit-transform: rotate(305deg);
    top:30px;
    left: 100px;
}
.ray5 {
    height:140px;
    width:30px;
   -webkit-transform: rotate(-15deg);
    top:60px;
    left: 40px;
}
.ray6 {
    height:90px;
    width:50px;
   -webkit-transform: rotate(30deg);
    top:60px;
    left: -40px;
}
.ray7 {
    height:180px;
    width:10px;
   -webkit-transform: rotate(70deg);
    top:-35px;
    left: -40px;
}
.ray8 {
    height:120px;
    width:30px;
   -webkit-transform: rotate(100deg);
    top:-45px;
    left:-90px;
}
.ray9 {
    height:80px;
    width:10px;
   -webkit-transform: rotate(120deg);
    top:-65px;
    left:-60px;
}
.ray10 {
    height:190px;
    width:23px;
   -webkit-transform: rotate(150deg);
    top:-185px;
    left: -60px;
}


@-webkit-keyframes ray_anim { 
    0% { -webkit-transform: rotate(0deg); transform: rotate(0deg);}    
    100% { -webkit-transform: rotate(360deg); transform: rotate(360deg);}
}


@-webkit-keyframes shinesun { 
    0% { -webkit-opacity: 0; background-color: red;
  background-image:
    radial-gradient(
      circle at top right,
      white,
      #fffdeb 50%
    ); visibility: visible;}    
    50% { -webkit-opacity: 0; background-color: red;
  background-image:
    radial-gradient(
      circle at top right,
      white,
      #fffdeb 50%
    ); visibility: visible;}
    60% { -webkit-opacity: 1; background-color: red;
  background-image:
    radial-gradient(
      circle at top right,
      white,
      #fffdeb 50%
    ); visibility: visible;}
    95% { -webkit-opacity: 0; background-color: red;
  background-image:
    radial-gradient(
      circle at top right,
      white,
      #fffdeb 50%
    ); visibility: hidden;}
    100% { visibility: hidden; }
}

iframe.instagram-media {
  position: relative !important;
}

.GDPR {
  max-width: 1000px !important;
  width: 100% !important;  
}
.GDPR h2 {
    max-width: 1000px !important; }

.tableGDPR {
  width: 100%;
  max-width: 1000px;
  border: 1px solid black; 
  margin-top: 30px;
}

.tableGDPR strong {
    font-weight: bold; }
.tableGDPR p:last-child {
  margin-bottom: 0px !important; 
}

.rowGDPR {
  display: flex; }
.rowGDPR p {
    width: 50%;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    padding: 10px; }

.contentAside {
 width: 300px; 
}


#div-gpt-ad-cpm_si, #div-gpt-ad-cpm_sd {
  position: fixed;
  top: 0;
  display: block;
  z-index: 999;
  background: white;
}
#div-gpt-ad-cpm_si {
  margin-right: 50%;
  right: 510px;
  
}
#div-gpt-ad-cpm_sd {
  margin-left: 50%;
  left: 510px;
}

.minijuegosLanding {
  text-align: center;
  margin-bottom: 10px;
}

.minijuegosLanding a {
  content: url("/img/modulo-minijuegos-landing.jpg");
  background-repeat: no-repeat;
}

.minijuegosSquare a {
  content: url("/img/modulo-minijuegos-square.jpg");
  background-repeat: no-repeat;
}