@charset "utf-8";
/* CSS Document */

/*
variables colores
Como definir ===> background: var(--primariColor);
 */
:root{
  --primariColor : #C9A01C;
}

/*--------FONTS--------*/

@import url(https://fonts.googleapis.com/css?family=Playfair+Display);
@font-face {
  font-family: 'mujerhoy-icon';
  src: url("https://www.mujerhoy.com/font/mujerhoy-icon.eot?-c7pwap");
  src: url("https://www.mujerhoy.com/font/mujerhoy-icon.eot?#iefix-c7pwap") format("embedded-opentype"), url("https://www.mujerhoy.com/font/mujerhoy-icon.woff?-c7pwap") format("woff"), url("https://www.mujerhoy.com/font/mujerhoy-icon.ttf?-c7pwap") format("truetype"), url("https://www.mujerhoy.com/font/mujerhoy-icon.svg?-c7pwap#mujerhoy-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PrumoBanner-Book';
  src: url("https://www.mujerhoy.com/font/PrumoBanner-Book.eot?#iefix") format("embedded-opentype"), url("https://www.mujerhoy.com/font/PrumoBanner-Book.woff") format("woff"), url("https://www.mujerhoy.com/font/PrumoBanner-Book.ttf") format("truetype"), url("https://www.mujerhoy.com/font/PrumoBanner-Book.svg#PrumoBanner-Book'") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PrumoDeck-BoldItalic';
  src: url("https://www.mujerhoy.com/font/PrumoDeck-BoldItalic.eot?#iefix") format("embedded-opentype"), url("https://www.mujerhoy.com/font/PrumoDeck-BoldItalic.woff") format("woff"), url("https://www.mujerhoy.com/font/PrumoDeck-BoldItalic.ttf") format("truetype"), url("https://www.mujerhoy.com/font/PrumoDeck-BoldItalic.svg#PrumoDeck-BoldItalic") format("svg");
}
@font-face {
  font-family: 'PrumoDeck-SemiBold';
  src: url("https://www.mujerhoy.com/font/PrumoDeck-SemiBold.eot?#iefix") format("embedded-opentype"), url("https://www.mujerhoy.com/font/PrumoDeck-SemiBold.woff") format("woff"), url("https://www.mujerhoy.com/font/PrumoDeck-SemiBold.ttf") format("truetype"), url("https://www.mujerhoy.com/font/PrumoDeck-SemiBold.svg#PrumoDeck-SemiBold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Solido-Book';
  src: url("https://www.mujerhoy.com/font/Solido-Book.eot?#iefix") format("embedded-opentype"), url("https://www.mujerhoy.com/font/Solido-Book.woff") format("woff"), url("https://www.mujerhoy.com/font/Solido-Book.ttf") format("truetype"), url("https://www.mujerhoy.com/font/Solido-Book.svg#Solido-Book") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*--------VARIABLES--------*/
.bg-gray {
  background-color: #f2f2f2;
}
.pbb {
  font-family: 'PrumoBanner-Book';
}
.pdbi {
  font-family: 'PrumoDeck-BoldItalic';
}
.pdsb {
  font-family: 'PrumoDeck-SemiBold';
}
.sb {
  font-family: 'Solido-Book';
}
.btn-circle:visisted {
  font-size: 18px;
  line-height: 50px;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  font-family: 'PrumoDeck-BoldItalic';
  text-align: center;
  border: 1px solid black;
  color: black;
}
.btn-circle:visisted:hover,
.btn-circle:visisted:active {
  background-color: black;
  color: white;
}
a,
a:hover,
a:visited,
a:active {
  text-decoration: none !important;
}
p {
  word-wrap: break-word;
}
.bold {
  font-weight: bold;
}
.list-inline {
  margin-left: 0 !important;
}
/*--------ICONS--------*/

[class^="mhicon-"],
[class*=" mhicon-"] {
  font-family: 'mujerhoy-icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mhicon-facebook:before {
  content: "\e607";
}
.mhicon-twitter:before {
  content: "\e608";
}
.mhicon-instagram:before {
  content: "\e60a";
}
.mhicon-pinterest:before {
  content: "";
}
i.mhicon-pinterest:hover,
i.mhicon-instagram:hover,
i.mhicon-twitter:hover,
i.mhicon-facebook:hover {
  color: #333333 !important;
}
.mhicon-izda:before {
  content: "\e60c";
}
.mhicon-dcha:before {
  content: "\e60d";
}
/*--------STYLES--------*/

.container {
  max-width: 100%;
}
.container-fluid {
  padding: 0 !important;
  margin: 0 0 0px 0 !important;
}
.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.navbar {
  margin-bottom: 0 !important;
}
.navbar .container {
  padding-right: 0 !important;
}
.burguer {
  position: fixed !important;
  left: -309px;
  top: 0;
  height: 100%;
  padding: 0;
  position: absolute;
  transition: all .5s ease;
  -webkit-transition-transition: all .5s ease;
  -moz-transition: all .5s ease;
  width: 309px;
  padding-top: 0px;
  z-index: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.burguer .mobilenav {
  position: absolute;
  width: 309px;
  z-index: 0;
  background-color: white;
  padding-top: 70px;
  padding-bottom: 20px;
  left: 0;
  height: auto;
  min-height: 100%;
}
.burguer .mobilenav .logomujer {
  background: url("https://www.mujerhoy.com/img/premios/mujerhoy10/logos/mujerhoylogonegro.svg") no-repeat center top;
  width: 100%;
  background-size: 100%;
  height: 32px;
  display: block !important;
  text-indent: -9999px;
}
.burguer .mobilenav .cajalogo {
  width: 155px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 25px;
}
.burguer .mobilenav .cajalogo a {
  display: block !important;
}
.burguer .mobilenav .cajalogo a.marca.menu object {
  width: 155px;
  height: 73px;
}
.burguer .mobilenav .cajalogo a.marca.menu .icon.close2 {
  right: 20px;
}
.burguer .mobilenav .cajalogo.dos {
  width: 110px;
}
.burguer .mobilenav .votaciones .titulo {
  margin-bottom: 20px;
}
.burguer .mobilenav .votaciones .titulo a {
  font-family: 'Solido-Book';
  font-size: 15px;
  text-transform: uppercase;
  -webkit-transform: uppercase;
  -mz-transform: uppercase;
  -ms-transform: uppercase;
  -o-transform: uppercase;
  color: var(--primariColor);
}
.burguer .mobilenav .votaciones .titulo a:hover {
  color: black;
}
.burguer .mobilenav .votaciones .redes {
  display: block;
  margin: 40px 0 30px 0;
}
.burguer .mobilenav .votaciones .redes ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
}
.burguer .mobilenav .votaciones .redes ul li {
  padding: 0 10px;
}
.burguer .mobilenav .votaciones .redes i.mhicon-twitter,
.burguer .mobilenav .votaciones .redes i.mhicon-instagram,
.burguer .mobilenav .votaciones .redes i.mhicon-facebook,
.burguer .mobilenav .votaciones .redes i.mhicon-pinterest {
  font-size: 30px;
  color: #d3d6d7;
}
.burguer .mobilenav .votaciones .redormencion {
  width: 122px;
  line-height: 40px;
  border: 1px solid #e5e5e5;
}
.burguer .mobilenav .votaciones .redormencion:hover {
  background-color: #969696;
}
.burguer .mobilenav .votaciones .redormencion:hover a {
  color: white;
}
.burguer .mobilenav .votaciones .redormencion a {
  width: 100%;
  height: 100%;
  font-family: 'Solido-Book';
  color: #969696;
  -webkit-text-transform: uppercase;
  -moz-text-transform: uppercase;
  -ms-text-transform: uppercase;
  -o-text-transform: uppercase;
  text-transform: uppercase;
  display: inline-block;
}
.votaciones.deburguer {
  text-align: center;
}
.mobilenav .icon {
  left: auto;
  right: 9px;
  top: 10px !important;
  width: 40px;
  height: 40px;
  margin: 0;
  position: absolute;
  z-index: 111;
}
.icon {
  display: block;
  height: 32px;
  left: 0;
  margin: 0;
  position: absolute;
  top: -9px;
  width: 32px;
  z-index: 111;
}
.menui {
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0 0;
  margin-top: 10px;
  position: absolute;
  transition: all 0.3s cubic-bezier(0.75, 0, 0.29, 1.01) 0s;
  background-color: var(--primariColor);
}
.top-menu {
  height: 1px;
  top: 13px !important;
  width: 32px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}
.mid-menu {
  height: 1px;
  top: 13px;
  width: 33px;
  transform: rotate(-225deg);
  -webkit-transform: rotate(-225deg);
  -moz-transform: rotate(-225deg);
}
/*--------TRANSLATE BURGER--------*/

.burguer.right {
  left: 0px !important;
  padding-top: 0px !important;
  z-index: 1000000000000;
}
.navigation-overlay {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  width: 0%;
  z-index: -1;
}
.navigation-overlay.activo {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  z-index: 11111111;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#000000', GradientType=0);
  transition: opacity 500ms ease-in-out 0s, background 500ms ease-in-out 0s, z-index 500ms ease-in-out 0s;
  -ms-transition: opacity 500ms ease-in-out 0s, background 500ms ease-in-out 0s, z-index 500ms ease-in-out 0s;
  -o-transition: opacity 500ms ease-in-out 0s, background 500ms ease-in-out 0s, z-index 500ms ease-in-out 0s;
  -moz-transition: opacity 500ms ease-in-out 0s, background 500ms ease-in-out 0s, z-index 500ms ease-in-out 0s;
  -webkit-transition: opacity 500ms ease-in-out 0s, background 500ms ease-in-out 0s, z-index 500ms ease-in-out 0s;
  cursor: url(../../../img/premios/mujerhoy10/Xblanca.png), pointer !important;
  width: 100%;
}
.votaciones.deburguer {
  text-align: center;
}
header {
  background-color: white;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
  height: 60px;
}
header div.logo {
  display: inline-block;
  width: 95px;
  height: 48px;
  margin-top: 7px;
  padding: 0;
  background: url("https://www.mujerhoy.com/img/premios/mujerhoy10/logos/logo-x-edicion-premios-mh-small.svg") no-repeat;
  background-size: contain;
}
header div.logo a {
  display: block;
  height: 55px;
  text-indent: -999999px;
}
header .icoredes {
  float: right;
  width: auto;
}
header .icoredes .redes {
  box-sizing: border-box;
  float: left;
  margin: 15px 24px 12px 0;
}
header .icoredes .redes ul li {
  padding: 0 6px;
}
header .icoredes .redes ul li a {
  margin: 0;
  padding: 0;
  font-size: 26px;
}
header .icoredes .redes i.mhicon-facebook,
header .icoredes .redes i.mhicon-twitter,
header .icoredes .redes i.mhicon-instagram,
header .icoredes .redes i.mhicon-pinterest {
  font-size: 26px;
  color: #d3d6d7;
}
header .icoredes .redornav {
  display: inline-block;
  float: left;
  height: 60px;
  /*width: 20px;*/
  text-align: right;
}
header .icoredes .redornav .minibotonmujer {
  display: block;
  height: 100%;
  width: 100%;
  padding-right: 14px;
  padding-left: 14px;
  padding-top: 9px;
}
header .icoredes .redornav .minibotonmujer > div {
  height: 10px;
  vertical-align: top;
  width: 100%;
}
header .icoredes .redornav .minibotonmujer > div > span {
  background-color: #ad9961;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: inline-block;
  height: 5px;
  width: 5px;
}
header .icoredes .redornav .minibotonmujer > div > span {
  background-color: var(--primariColor);
}
#main-wrapper {
  margin-top: 60px;
}
.mhbody {
  float: none !important;
  text-align: center;
  padding-top: 50px;
  color: #333333;
}
.mhbody:hover {
  color: #333333;
}
.mhbody .mainlogo {
  margin-bottom: 50px;
  width: 400px;
  height: 280px;
  max-width: 100%;
}
.mhbody .maintext {
  font-family: 'PrumoBanner-Book';
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 45px;
}
.mhbody .maintext p {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.mhbody .maintext h2 {
  display: inline-block;
  font-size: 20px;
  line-height: 28px;
  padding: 0;
  margin: 0;
  font-weight: bold;
}
.mhbody .maintext p:nth-of-type(2) {
  line-height: 36px;
}
.mhbody .gobutton {
  background-color: var(--primariColor);
  font-size: 18px;
  line-height: 50px;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  font-family: 'PrumoDeck-BoldItalic';
  text-align: center;
  border: 1px solid var(--primariColor);
  color: var(--primariColor);
  color: white;
}
.mhbody .gobutton:hover,
.mhbody .gobutton:active {
  background-color: var(--primariColor);
  color: white;
}
.mhbody .gobutton:hover {
  border: 1px solid black;
  background-color: black;
}
.mentionPrize {
  float: none;
  margin-top: 35px;
  border: 2px solid var(--primariColor);
  width: 50%;
  display: table;
  padding: 0;
  display: none;
}
.mentionPrize > div {
  font-family: 'PrumoDeck-SemiBold';
  text-align: center;
  font-size: 19px;
  line-height: 23px;
  color: black;
  width: 50%;
  height: 100%;
  float: left;
  padding-right: 14px;
  position: relative;
}
.mentionPrize > div div {
  width: 90%;
  position: absolute;
  top: 27px;
  left: 40%;
  margin: 12% 0 0 -77px;
}
.mentionPrize > div span {
  font-family: 'PrumoDeck-BoldItalic';
  color: var(--primariColor);
}
.mentionPrize img {
  width: 50%;
  float: right;
  padding-left: 14px;
}
.mhbutton {
  display: block;
  text-align: center;
  border: 1px solid black;
  width: 200px;
  height: 50px;
  margin: 50px auto;
  color: black;
  position: relative;
}
.mhbutton p {
  font-family: 'PrumoDeck-BoldItalic';
  font-size: 16px;
  position: absolute;
  top: 13px;
  left: 35px;
}
.mhbutton svg {
  width: 100px;
  position: absolute;
  top: 50%;
  margin-top: -21px;
  left: 70px;
  height: 50px;
}
.mhbutton h1 {
  display: inline-block;
  width: 96px;
  height: 20px;
  background: url(https://www.mujerhoy.com/img/premios/mujerhoy10/logos/mujerhoylogonegro.svg) no-repeat center top;
  background-size: 100%;
  margin-top: 15px;
  text-indent: -99999px;
}
.mhbutton:hover {
  background-color: black;
  color: white;
}
.mhbutton:hover svg path {
  fill: white;
}
.sponsors {
  margin: 0;
  padding: 0;
  margin-top: 60px;
  margin-bottom: 20px;
  display: none;
}
.sponsors h3.sponsors-title {
  font-family: 'Playfair Display', serif;
  color: black;
  font-size: 12px !important;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  margin-bottom: 30px;
  text-align: center;
}
.sponsors h3.sponsors-title.line-through {
  position: relative;
  z-index: 1;
}
.sponsors h3.sponsors-title.line-through:before {
  border-top: 1px solid #e5e5e5;
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
.sponsors h3.sponsors-title.line-through span {
  background: white;
  padding: 0 15px;
}
.sponsors .container ul {
  text-align: center;
  margin-bottom: 0;
}
.sponsors .container ul.sponsors-list {
  margin-bottom: 40px;
}
.sponsors .container ul.sponsors-list li {
  margin: 0 40px;
}
.sponsors .container ul.sponsors-list li:first-child {
  width: 216px;
  height: 62px;
}
.sponsors .container ul.sponsors-list li:first-child img {
  width: 100%;
}
.sponsors .container ul.sponsors-list li:last-child {
  width: 175px;
  height: 43px;
}
.sponsors .container ul.sponsors-list li:last-child img {
  width: 100%;
}
.sponsors .container ul.sponsors-list li a,
.sponsors .container ul.colaborators-list li a {
  display: block;
}
ul.list-inline.sponsors-list img {
    height: 56px;
    width: auto;
}
.sponsors .container ul.colaborators-list li {
  margin: 10px 0 20px;
  width: 140px;
}
.sponsors .container ul.colaborators-list li img {
  width: 100%;
}
footer {
  border-top: 4px solid var(--primariColor);
  padding-top: 20px;
  /* bottom: 0px;
  position: absolute;
  width: 100%;
  background: #fff;
  z-index: 12; */
}
footer ul {
  text-align: center;
  font-size: 16px;
  margin-bottom: 20px;
}
footer ul li {
  width: auto;
  padding-left: 18px !important;
  padding-right: 13px !important;
  border-left: 1px solid #cccccc;
}
footer ul li:first-child {
  margin-left: 0px;
  margin-right: 0px;
  border: none;
}
footer ul li a,
footer ul li a:visited {
  color: #969696;
  font-family: 'Solido-Book';
}
footer ul li a:hover,
footer ul li a:visited:hover,
footer ul li a :active,
footer ul li a:visited :active {
  color: black;
}
header .title-candidates {
  position: absolute;
  top: 18px;
  left: 50%;
  margin-left: -100px;
  text-align: center;
  width: 200px;
}
header .title-candidates.vote {
  top: 8px;
}
header .title-candidates span {
  display: block;
  color: #969696;
}
header .title-candidates h1 {
  font-family: 'Solido-Book';
  font-size: 16px;
  text-transform: uppercase;
  color: var(--primariColor);
  margin-top: 3px;
}
header .title-candidates h1.candidate-count-title {
  margin-bottom: 0;
}
header .title-candidates span.candidate-count {
  font-family: 'PrumoDeck-BoldItalic';
  font-size: 18px;
}
header .title-candidates span.candidate-count span {
  color: black;
  display: inline;
}
.mhbody .logo-candidates {
  background: url("https://www.mujerhoy.com/img/premios/mujerhoy10/logos/logo-x-edicion-premios-mh.svg") no-repeat;
  background-size: contain;
  width: 191px;
  height: 90px;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 31px;
  background-position: center;
}
.mhbody .text-candidates {
  display: inline-block;
  font-family: 'PrumoBanner-Book';
  color: black;
  font-size: 20px;
  line-height: 28px;
  max-width: 2240px;
  position: relative;
  top: -10px;
}
.mhbody.tu-eleccion .text-candidates {
  max-width: 400px;
  position: relative;
  top: -30px;
}
.mhbody .text-candidates span:first-of-type {
  font-family: 'PrumoDeck-BoldItalic';
  color: var(--primariColor);
}
.mhbody .text-candidates span:nth-of-type(2) {
  display: block;
  font-family: 'PrumoDeck-SemiBold';
}
.mhbody .text-candidates span:last-of-type {
  display: block;
  line-height: 36px;
}
.candidates {
  margin-top: 50px !important;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.candidates:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.candidates > article {
  margin-bottom: 30px;
}
.candidates > article > a {
  font-family: 'Solido-Book';
  font-size: 16px;
  line-height: 19px;
  display: block;
  height: 100%;
  text-align: center;
  color: #4c4c4c;
}
.candidates > article > a:hover h1.candidate-name {
  color: black;
}
.candidates > article > a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
}
.candidates > article > a b {
  font-family: 'PrumoDeck-SemiBold';
  display: block;
}
.candidates > article > a div.candidate-img {
  margin-bottom: 15px;
  overflow: hidden;
}
.candidates > article > a img,
.candidate-full article.swiper-slide li div.candidate-img {
  width: 100%;
}
h1.candidate-name {
  font-family: 'PrumoDeck-BoldItalic';
  font-size: 21px;
  line-height: 23px;
  display: block;
  color: var(--primariColor);
  margin-top: 0;
  margin-bottom: 3px;
}
.candidates-thumbnails {
  margin-top: 30px !important;
  margin-bottom: 35px !important;
}
.candidates-thumbnails .swiper-wrapper {
  padding: 5px 0;
}
.candidates-thumbnails div.swiper-slide {
  cursor: pointer;
}
.slide-candidatas {
  width: 67px !important;
  margin-right: 14px;
  padding: 3px;
}
.candidates-thumbnails div.swiper-slide-active {
  border: 2px solid var(--primariColor);
}
.candidates-thumbnails div.swiper-slide img {
  width: 100%;
}
.candidate-full div.swiper-controls {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -16px;
}
.candidate-full div.swiper-button-prev,
.candidate-full div.swiper-button-next {
  display: block;
  position: absolute;
  background-color: #d3d5d6;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  z-index: 10;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  width: 33px;
  height: 33px;
}
.candidate-full div.swiper-button-prev {
  left: -72px;
}
.candidate-full div.swiper-button-next {
  right: -72px;
}
.candidate-full div.swiper-button-disabled {
  opacity: 0.5;
  cursor: default;
}
.candidate-full div.swiper-button-disabled:hover {
  background-color: #d3d5d6;
}
.candidate-full div.swiper-controls span.mhicon {
  display: block;
  font-size: 18px;
  width: 100%;
  text-align: center;
  line-height: 33px;
  color: white;
}
.candidate-full div.swiper-controls span.mhicon-izda {
  margin-left: -2px;
}
.candidate-full div.swiper-controls span.mhicon-dcha {
  margin-left: 2px;
}
.candidate-full > div {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.candidate-full article.swiper-slide ul li {
  margin-bottom: 45px;
}
.candidate-full article.swiper-slide li:nth-of-type(2) p {
  font-family: 'PrumoBanner-Book';
  font-size: 16px;
  line-height: 26px;
  text-align: justify;
  padding-top: 10px;
}
.candidate-full article.swiper-slide li:first-of-type p span {
  display: block;
}
.candidate-full article.swiper-slide li div.candidate-img {
  width: 100%;
  overflow: hidden;
  margin-bottom: 15px;
}
.candidate-full article.swiper-slide li div.candidate-img img {
  width: 100%;
}
.candidate-full article.swiper-slide li:first-of-type {
  padding-left: 0 !important;
  text-align: center;
}
.candidate-full article.swiper-slide li:last-of-type {
  padding-right: 0 !important;
}
span.candidate-job {
  font-family: 'Solido-Book';
  font-size: 18px;
}
span.candidate-job b {
  font-family: 'PrumoDeck-SemiBold';
  display: block;
}
span.candidate-place {
  font-family: 'Solido-Book';
  font-size: 16px;
  line-height: 19px;
  display: block;
}
.candidate-full article.swiper-slide li .votebutton,
.candidate-full article.swiper-slide li .infobutton {
  font-size: 18px;
  line-height: 50px;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  font-family: 'PrumoDeck-BoldItalic';
  text-align: center;
  border: 1px solid black;
  color: black;
  margin-top: 15px;
}
.candidate-full article.swiper-slide li .votebutton:hover,
.candidate-full article.swiper-slide li .infobutton:hover,
.candidate-full article.swiper-slide li .votebutton:active,
.candidate-full article.swiper-slide li .infobutton:active {
  background-color: black;
  color: white;
}
.candidate-full article.swiper-slide li .votebutton.active,
.candidate-full article.swiper-slide li .infobutton.active {
  font-size: 18px;
  line-height: 50px;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  font-family: 'PrumoDeck-BoldItalic';
  text-align: center;
  border: 1px solid black;
  color: black;
  margin-top: 15px;
  background-color: black;
  color: white;
}
.candidate-full article.swiper-slide li .votebutton.active:hover,
.candidate-full article.swiper-slide li .infobutton.active:hover,
.candidate-full article.swiper-slide li .votebutton.active:active,
.candidate-full article.swiper-slide li .infobutton.active:active {
  background-color: black;
  color: white;
}
.vote-question {
  padding-top: 60px;
  float: none !important;
}
.vote-question p {
  font-family: 'PrumoDeck-SemiBold';
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  margin-bottom: 50px;
}
.vote-question p span {
  display: block;
  font-family: 'PrumoDeck-BoldItalic';
  color: var(--primariColor);
}
.vote-question .avatar {
  background: url(../../../img/premios/mujerhoy10/participa-avatar.gif) no-repeat top left;
  width: 44px;
  height: 63px;
  margin: 12px 10px 0 0;
  position: absolute;
  position: static;
  float: left;
}
.vote-question .avatar img {
  width: 100%;
}
.vote-question .datos {
  width: auto;
  overflow: hidden;
}
.vote-question .textarea-container {
  height: 110px;
  margin-bottom: 10px;
  width: auto;
  overflow: hidden;
}
.vote-question textarea {
  background-color: #f7f9fa;
  font-family: 'Solido-Book';
  width: 100%;
  height: 100%;
  resize: none;
  outline: none;
  color: #b3b3b3;
  border: 1px solid #b2b2b2;
  font-size: 16px;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.vote-question .pestana-botones {
  float: right;
  height: 110px;
  font-family: 'PrumoDeck-BoldItalic';
  width: 54px;
  font-size: 13px;
  line-height: 14px;
  background: #f8f9f9;
  border-top: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
  border-right: 1px solid #b2b2b2;
}
.vote-question .pestana-botones .gigya-login-link,
.vote-question .pestana-botones .enviar {
  display: block;
  height: 54px;
  text-align: center;
  color: #b3b3b3;
  font-size: 13px;
  line-height: 15px;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  padding: 0 6px;
}
.vote-question .pestana-botones .gigya-login-link {
  padding-top: 10px;
  border-bottom: 1px solid #b2b2b2;
  background: #f2f5f6;
}
.vote-question .pestana-botones .enviar {
  border: none;
  -webkit-box-shadow: 0 0 0 1px var(--primariColor);
  box-shadow: 0 0 0 1px var(--primariColor);
  color: white;
  background-color: var(--primariColor);
}
.vote-question .pestana-botones .enviar.fullHeight {
  height: 100%;
}
.vote-question .avisolegal {
  margin-bottom: 5px;
  color: #7f7f7f;
  font-family: 'Solido-Book';
  font-size: 12px;
  clear: both;
  margin-left: 0;
}
.vote-question .avisolegal input {
  display: none;
}
.vote-question .avisolegal label {
  display: block;
  line-height: 20px;
  font-weight: normal !important;
}
.vote-question .avisolegal label > span {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../../../img/premios/mujerhoy10/checkbox.png);
  background-size: contain;
  margin-right: 5px;
  cursor: pointer;
  vertical-align: middle;
}
.vote-question .avisolegal label > span span.glyphicon {
  display: none;
}
.vote-question .avisolegal label > span.active span.glyphicon {
  display: block;
  font-size: 18px;
}
.vote-question .avisolegal label a {
  color: black;
}
.user-votes {
  padding: 30px !important;
  background-color: #f2f2f2;
  float: right;
}
.user-votes .user-votes-title {
  font-size: 16px;
  line-height: 19px;
  font-family: 'PrumoDeck-BoldItalic';
  text-align: center;
  margin-bottom: 20px;
  width: 90%;
  margin: 0 auto;
}
.speech {
  display: block;
  position: relative;
  border: 1px solid #c8cdd2;
  float: left;
  background: white;
  padding: 10px;
  margin-bottom: 35px;
}
.speech:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  right: 50px;
  bottom: -25px;
  border: 12px solid;
  border-color: #c8cdd2 #c8cdd2 transparent transparent;
}
.speech:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  right: 51px;
  bottom: -23px;
  border: 13px solid;
  border-color: white white transparent transparent;
}
.speech ul.grid {
  list-style: none;
  padding-left: 0;
  margin: 0 !important;
}
.speech ul.grid:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.speech ul.grid li {
  padding: 0;
  width: 20%;
  float: left;
  cursor: pointer;
}
.speech ul.grid li:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
}
.speech ul.grid li img {
  width: 100%;
}
.speech a.more {
  clear: both;
  font-family: 'Solido-Book';
  color: #e00f56;
  font-size: 12px;
  line-height: 18px;
  margin-top: 25px;
}
.speech a.more:hover {
  text-decoration: underline !important;
}
.user-votes div.subtitulo {
  font-family: 'Solido-Book';
  font-size: 14px;
  line-height: 16px;
  color: var(--primariColor);
}
.candidate-selected {
  float: none;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 45px;
}
.candidate-selected h1.candidate-name {
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 0;
}
.candidate-selected div.candidate-img,
.candidate-selected div.candidate-img img {
  width: 100%;
}
.candidate-selected div.candidate-img {
  margin-bottom: 45px;
  position: relative;
}
.candidate-selected span.candidate-job {
  line-height: 24px;
}
.candidate-selected span.your-vote {
  font-family: 'Solido-Book';
  font-size: 11px;
  line-height: 18px;
  color: white;
  width: 50px;
  height: 50px;
  background: url(../../../img/premios/mujerhoy10/voto.png) no-repeat;
  background-size: 50px 50px;
  padding-top: 7px;
  position: absolute;
  top: 15px;
  right: 15px;
}
.candidate-selected span.your-vote span {
  display: block;
  font-family: 'PrumoDeck-BoldItalic';
  font-size: 17px;
  line-height: 17px;
  color: white;
}
.swiper-container.candidates-winners {
  width: 100%;
  padding-bottom: 300px;
  max-width: 980px;
}
.swiper-container.candidates-winners .swiper-slide {
  background-position: center;
  /*background-size: cover;*/
  width: 490px;
  height: 490px;
  max-width: 100%;
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.swiper-container.candidates-winners .swiper-slide article {
  display: none;
  position: absolute;
  width: 100%;
}
.swiper-container.candidates-winners .swiper-slide-active article {
  display: block;
}
.swiper-container.candidates-winners .swiper-slide article img {
  margin-top: 20px;
}
.candidate-full h1.candidate-name,
.candidate-selected h1.candidate-name,
.candidates-winners h1.candidate-name {
  line-height: 24px;
  margin-bottom: 0 !important;
}
.prices-item {
  padding-top: 35px !important;
}
.prices-item:nth-child(3) {
  padding-top: 50px !important;
}
.prices-item:nth-child(4) {
  background-color: #f2f2f2;
}
.prices-item:nth-child(4) .legal {
  margin-top: 62px !important;
}
.prices-item h1.prices-main-title {
  margin-top: 40px;
  margin-bottom: 0;
  padding-bottom: 15px;
  border-bottom: 2px solid black;
  font-family: 'PrumoDeck-BoldItalic';
  font-size: 22px;
  line-height: 26px;
  color: black;
  padding-left: 0;
}
.prices-item .prices-winner {
  width: 100%;
  padding: 20px;
  text-align: center;
  color: var(--primariColor);
  border: 1px solid black;
  font-family: 'Solido-Book';
  font-size: 18px;
}
div.img-price {
  padding-left: 0;
}
div.img-price img {
  width: 100%;
}
div.text-price {
  padding-top: 38px;
}
div.text-price p {
  font-family: 'PrumoBanner-Book';
  font-size: 15px;
  line-height: 20px;
  color: #7f7f7f;
}
div.text-price p span.bold {
  font-family: 'PrumoDeck-SemiBold';
  color: black;
}
div.text-price p.legal {
  font-family: 'Solido-Book';
  margin-top: 50px;
  width: 100%;
  text-align: center;
}
div.text-price p.legal a {
  color: #7f7f7f;
  text-decoration: underline !important;
}
div.text-price p.legal a:hover {
  text-decoration: none !important;
}
div.text-price h2.prices-title {
  font-family: 'PrumoDeck-SemiBold';
  color: var(--primariColor);
  font-size: 18px;
  line-height: 18px;
  width: 100%;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
}
div.text-price .winner {
  text-align: center;
  margin-top: 15px;
}
div.text-price .winner span {
  font-size: 15px;
  line-height: 18px;
  color: var(--primariColor);
  text-align: center;
  border: 1px solid var(--primariColor);
  font-family: 'Solido-Book';
  padding: 10px;
  display: inline-block;
}
.gotoratings {
  padding: 15px;
  color: black;
  border: 1px solid black;
  font-family: 'PrumoDeck-BoldItalic';
  font-size: 16px;
  line-height: 18px;
  margin: 40px auto;
  width: 200px;
  text-align: center;
}
.gotoratings:hover {
  background: black;
  color: white;
}
/*Ganadoras*/
div.text-price h2.prices-title {
    font-family: 'Prumo Deck SemiBold';
    color: #000;
    font-size: 18px;
    line-height: 18px;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 600;
}
div.text-price ul.winners-list {
    font-family: Solido;
    text-align: center;
}
div.text-price ul.winners-list {
    font-size: 14px;
    line-height: 18px;
    color: #7f7f7f;
    overflow: hidden;
    border: 1px solid #000;
    padding-top: 20px;
}
div.text-price .list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
div.text-price ul.winners-list>li {
    width: 45%;
    vertical-align: top;
}
div.text-price ul.winners-list>li ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
}
@media screen and (max-width: 560px) {
  div.text-price ul.winners-list>li {
    width: 100%;
  }
  div.text-price ul.winners-list>li ul {
    margin-bottom: 0;
  }
  div.text-price ul.winners-list {
    padding-bottom: 20px;
  }
}
/*Loader*/
#content-loader{
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    background-color: rgba(255,255,255,0.5);
}
#preloader5{
    position:relative;
    width:30px;
    height:30px;
    background:var(--primariColor);
    border-radius:50px;
    animation: preloader_5 1.5s infinite linear;
    margin: 0 auto;
    top: 50%;
}
#preloader5:after{
    position:absolute;
    width:70px;
    height:70px;
    border-top:10px solid var(--primariColor);
    border-bottom:10px solid var(--primariColor);
    border-left:10px solid transparent;
    border-right:10px solid transparent;
    border-radius:50px;
    content:'';
    top:-20px;
    left:-20px;
    animation: preloader_5_after 1.5s infinite linear;
}
@keyframes preloader_5 {
    0% {transform: rotate(0deg);}
    50% {transform: rotate(180deg);background:#d3d6d7;}
    100% {transform: rotate(360deg);}
}
@keyframes preloader_5_after {
    0% {border-top:10px solid var(--primariColor);border-bottom:10px solid var(--primariColor);}
    50% {border-top:10px solid var(--primariColor);border-bottom:10px solid var(--primariColor);}
    100% {border-top:10px solid var(--primariColor);border-bottom:10px solid var(--primariColor);}
}
/*END Loader*/
@media screen and (max-width: 1200px) {
  .candidate-full article.swiper-slide li:first-of-type {
    float: none !important;
    margin: 0 auto 70px auto !important;
    padding-right: 0 !important;
  }
  .candidate-full article.swiper-slide li:nth-of-type(2) {
    width: 80% !important;
    padding-left: 0 !important;
    float: none;
    margin: 0 auto 45px auto;
  }
  .candidate-full div.swiper-controls {
    top: 20%;
    margin-top: 0;
  }
  .candidate-full div.swiper-button-prev {
    left: 0;
  }
  .candidate-full div.swiper-button-next {
    right: 0;
  }
  .vote-question {
    display: none;
  }
  .candidate-full article.swiper-slide li:first-of-type {
    margin: 0 auto 10px auto !important;
  }
  .container {
    width: 100% !important;
  }
  header {
    padding: 0 10px;
  }
  .candidates-thumbnails {
    margin-bottom: 15px !important;
  }
  .candidate-full h1.candidate-name,
  .candidates-winners h1.candidate-name {
    line-height: 19px;
  }
  .candidate-selected h1.candidate-name {
    font-size: 18px;
    line-height: 19px;
  }
}
@media (min-width: 1055px) {
  .icon {
    left: 26px;
  }
}
@media screen and (max-width: 720px) {
  .burguer {
    left: -720px;
    z-index: 0;
  }
  .icon {
    left: 14px;
    top: -11px;
  }
}
@media screen and (max-width: 992px) {
  .mhbody .text-candidates,
  .mhbody.tu-eleccion .text-candidates {
    top: 0;
  }
  .mentionPrize {
    width: 60%;
  }
  div.text-price p.legal {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .candidates article:nth-of-type(3n+4) {
    clear: both;
  }
}
@media screen and (max-width: 767px) {
  .vote-question,
  .user-votes {
    margin: 0 auto;
    float: none;
    clear: both;
  }
  .vote-question {
    margin-bottom: 30px;
  }
  .candidates article:nth-of-type(3n+4) {
    clear: none;
  }
  .candidates article:nth-of-type(2n+3) {
    clear: both;
  }
  .swiper-container.candidates-winners .swiper-slide {
    width: 420px;
    height: 420px;
  }
  .mentionPrize {
    width: 70%;
  }
}
@media screen and (max-width: 600px) {
  .mentionPrize {
    width: 80%;
  }
  .sponsors .container ul.sponsors-list li {
    margin: 0 20px;
  }
  footer ul li {
    width: 45%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    border-left: none;
    margin-bottom: 5px;
  }
  footer ul li:nth-child(even) {
    padding-left: 10px !important;
    text-align: left;
  }
  footer ul li:nth-child(odd) {
    padding-right: 10px !important;
    text-align: right;
  }
}
@media screen and (max-width: 560px) {
  .mentionPrize {
    width: 100%;
    max-width: 320px;
    padding: 10px;
    text-align: center;
  }
  .mentionPrize > div {
    font-size: 19px;
    line-height: 23px;
    width: 100%;
    float: none;
    padding-right: 0;
    position: static;
  }
  .mentionPrize > div div {
    width: 100%;
    position: static;
    margin: 15px auto;
    max-width: 300px;
  }
  .mentionPrize img {
    width: 100%;
    max-width: 320px;
    float: none;
    padding-left: 0;
  }
  .sponsors .container ul.sponsors-list li:first-child {
    width: 140px;
    height: 41px;
    margin: 0 8px 0 0;
  }
  .sponsors .container ul.sponsors-list li:last-child {
    width: 114px;
    height: 28px;
    margin: 0 0 0 8px;
  }
  .sponsors .container ul.sponsors-list li:last-child object {
    top: 18px;
  }
  .sponsors .container ul.colaborators-list li {
    width: 100px;
  }
}
@media screen and (max-width: 480px) {
  header {
    padding: 0 10px;
  }
  .slide-candidatas {
    width: 70px !important;
  }
  .mhbody .text-candidates span:last-of-type {
    display: inline-block;
  }
  .candidates-thumbnails {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .swiper-container.candidates-winners .swiper-slide {
    padding: 0 24px;
  }
  .swiper-container.candidates-winners .swiper-slide article {
    width: 90%;
  }
  .swiper-container.candidates-winners .swiper-slide article img {
    display: block !important;
  }
  h1.candidate-name {
    font-size: 18px;
    line-height: 20px;
  }
  .candidates > article {
    margin-bottom: 20px;
  }
  .candidates > article > a div.candidate-img {
    margin-bottom: 10px;
  }
  .candidate-full .swiper-wrapper {
    margin-bottom: -50px;
  }
  .candidate-full h1.candidate-name,
  .candidate-selected h1.candidate-name,
  .candidates-winners h1.candidate-name {
    font-size: 21px;
  }
  .vote-question {
    padding-top: 30px !important;
  }
  .vote-question p {
    margin-bottom: 30px;
    font-size: 19px;
    line-height: 24px;
  }
  .candidate-selected div.candidate-img {
    margin-bottom: 30px;
  }
  .mhbody .mainlogo {
    width: 280px;
    height: 132px;
  }
}
@media screen and (max-width: 430px) {
  .title-candidates {
    width: 150px !important;
    margin-left: -30px !important;
  }
  .candidate-full article.swiper-slide li:nth-of-type(2) {
    width: 100% !important;
  }
  footer ul {
    font-size: 14px;
  }
}
@media screen and (max-width: 320px) {
  .burguer .mobilenav {
    width: 90%;
  }
}
