/**
 * FONTS
 */
@font-face {
  font-family: 'hind-bold';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/HindSiliguri-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/HindSiliguri-Bold.woff") format("woff"), url("../fonts/HindSiliguri-Bold.ttf") format("truetype"), url("../fonts/HindSiliguri-Bold.svg#HindSiliguri-Bold") format("svg");
}

@font-face {
  font-family: 'hind-light';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/HindSiliguri-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/HindSiliguri-Light.woff") format("woff"), url("../fonts/HindSiliguri-Light.ttf") format("truetype"), url("../fonts/HindSiliguri-Light.svg#HindSiliguri-Light") format("svg");
}

@font-face {
  font-family: 'hind-regular';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/HindSiliguri-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/HindSiliguri-Regular.woff") format("woff"), url("../fonts/HindSiliguri-Regular.ttf") format("truetype"), url("../fonts/HindSiliguri-Regular.svg#HindSiliguri-Regular") format("svg");
}

@font-face {
  font-family: 'hind-semibold';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/HindSiliguri-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/HindSiliguri-SemiBold.woff") format("woff"), url("../fonts/HindSiliguri-SemiBold.ttf") format("truetype"), url("../fonts/HindSiliguri-SemiBold.svg#HindSiliguri-SemiBold") format("svg");
}

@font-face {
  font-family: 'play-italic';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/PlayfairDisplay-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/PlayfairDisplay-Italic.otf") format("opentype"), url("../fonts/PlayfairDisplay-Italic.woff") format("woff"), url("../fonts/PlayfairDisplay-Italic.ttf") format("truetype"), url("../fonts/PlayfairDisplay-Italic.svg#PlayfairDisplay-Italic") format("svg");
}

@font-face {
  font-family: 'play-regular';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/PlayfairDisplay-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/PlayfairDisplay-Regular.otf") format("opentype"), url("../fonts/PlayfairDisplay-Regular.woff") format("woff"), url("../fonts/PlayfairDisplay-Regular.ttf") format("truetype"), url("../fonts/PlayfairDisplay-Regular.svg#PlayfairDisplay-Regular") format("svg");
}

@font-face {
  font-family: 'play-bolditalic';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/PlayfairDisplay-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/PlayfairDisplay-BoldItalic.otf") format("opentype"), url("../fonts/PlayfairDisplay-BoldItalic.woff") format("woff"), url("../fonts/PlayfairDisplay-BoldItalic.ttf") format("truetype"), url("../fonts/PlayfairDisplay-BoldItalic.svg#PlayfairDisplay-BoldItalic") format("svg");
}

html {
  height: 100%;
  overflow-y: scroll;
}

body {
  background: #fff;
  height: 100%;
}

select, input, a {
  outline: none;
}

/* ==========================================================================
Helper classes
========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  height: 150%;
  width: 0;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  clip: rect(0 0 0 0);
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  clip: auto;
}

.invisible {
  visibility: hidden;
}

.cfx:before,
.cfx:after {
  content: " ";
  display: table;
}

.cfx:after {
  clear: both;
}

.cfx {
  *zoom: 1;
}

.ib {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.va {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.cover {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.trans {
  transition: all .2s ease 0s;
}

.block {
  display: block;
  width: 100%;
}

.va-table {
  display: table;
  height: 100%;
  width: 100%;
}

.va-tablecell {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  width: 100%;
}

.tl {
  text-align: left;
}

.tc {
  text-align: center;
}

.tr {
  text-align: right;
}

/**
* PLUGINS STYLES
*/
.grid:before {
  font-size: 0;
}

.slicknav_menu {
  background: #e86b87;
  display: none;
}

.blog-page .slicknav_menu {
  background: #202640;
}

.slicknav_btn {
  background: #d3274d;
}

.blog-page .slicknav_btn {
  background: #0f121e;
}

.slicknav_nav li:nth-child(7) {
  display: none;
}

.slicknav_nav li a {
  font: 14px 'hind-light';
  text-transform: uppercase;
}

.slicknav_nav .slicknav_row:hover,
.slicknav_nav a:hover {
  background-color: #d3274d;
  color: #fff;
}

.blog-page .slicknav_nav .slicknav_row:hover,
.blog-page .slicknav_nav a:hover {
  background-color: #0f121e;
}

.carousel-sync-for .slick-slide {
  cursor: pointer;
}

.carousel > div {
  opacity: 0;
}

.slick-slide a {
  outline: none;
}

.slick-dots li button:before {
  color: #e86b87;
}

.slick-dots li.slick-active button:before {
  color: #e86b87;
}

.slick-prev,
.slick-next {
  color: #e86b87;
}

.slick-prev:hover,
.slick-next:hover {
  color: #cd2047;
}

/**
* HEADER
*/
#mobileMenu {
  display: none;
}

.arrow-help {
  background-color: #e86b87;
  border-radius: 30px;
  bottom: 10px;
  height: 60px;
  left: 50%;
  margin-left: -30px;
  opacity: .8;
  position: fixed;
  text-align: center;
  width: 60px;
  z-index: 20;
}

.arrow-help i {
  color: white;
  font-size: 40px;
  line-height: 60px;
}

.arrow-help.animation-start {
  bottom: -70px;
  opacity: 0;
}

/* SITE HEADER */
.w-header {
  background: #fff;
  left: 0;
  padding-top: 20px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 30;
}

.w-header .logo {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 80px;
  width: 200px;
}

.w-header .logo-catalogo {
  float: left;
  max-width: 300px;
  width: 100%;
}

.w-header .logo-catalogo img {
  display: block;
  margin: 0 auto;
  max-width: 420px;
  width: 100%;
}

.w-header .top {
  padding: 0 20px;
  margin-bottom: 20px;
}

.social-links {
  float: right;
  margin-top: 10px;
}
.telefono {
  float: right;
  margin-top: 0px;
  margin-bottom: 0px;
}
.social-links li, .telefono li {
  display: inline-block;
}

.social-links a  {
  border: 1px solid #e86b87;
  border-radius: 20px;
  color: #e86b87;
  display: block;
  font-size: 20px;
  height: 35px;
  line-height: 35px;
  margin: 0 0 5px 5px;
  text-align: center;
  width: 35px;
}


 .telefono a {
  color: #e86b87;
  display: block;
  font-size: 20px;

  margin: 0 0 5px 5px;
  text-align: center;
}
.social-links a:hover  {
  background-color: #e86b87;
  color: #fff;
}

.social-links a svg {
vertical-align: text-top;
}
.social-links a path {
fill: #e86b87;
}
.social-links a:hover path {
fill: #fff;
}

.resellers-panel {
  float: right;
  margin-top: 25px;
  text-align: right;
  width: 426px;
}

.resellers-panel p {
  font: 14px 'hind-light';
}

.resellers-panel a {
  color: #858585;
  font: 16px 'play-italic';
}

.resellers-panel a:hover {
  color: #e86b87;
}

.resellers-panel form {
  border-bottom: 1px dotted #444;
  border-top: 1px dotted #444;
  margin-bottom: 6px;
  padding: 8px 0;
}

.resellers-panel form input {
  border: none;
  border-radius: 30px;
  color: #fff;
  float: left;
  height: 30px;
  margin-left: 2px;
  padding: 0 15px;
}

.resellers-panel form input[type="text"],
.resellers-panel form input[type="password"] {
  background-color: #808080;
  width: 150px;
}

.resellers-panel form input[type="submit"],.resellers-panel form input.submit  {
  background-color: #e86b87;
  font: 16px 'play-italic';
  width: 120px;
}

.resellers-panel form input[type="submit"]:hover,.resellers-panel form input.submit {
  background-color: #d3274d;
}

/* MAIN NAV */
.main-nav {
  bottom: 40px;
  height: 80px;
  left: 120px;
  position: absolute;
  width: 60px;
}

.toggle-menu {
  color: #e86b87;
  cursor: pointer;
  display: block;
  font-size: 40px;
  margin: 0 auto;
  width: 35px;
}

.toggle-menu :hover {
  color: #d3274d;
}

.main-nav img {
  position: absolute;
}

.main-nav ul {
  background-color: #fff;
  border: 1px solid #e86b87;
  border-top: none;
  left: -100px;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0px 40px 0px;
  position: absolute;
  top: 80px;
  transition: opacity .4s ease .1s, max-height .4s ease, padding .4s ease;
  width: 270px;
  z-index: 20;
}

.main-nav:hover ul {
  max-height: 1000px;
  opacity: 1;
  padding: 20px 40px 40px;
  transition: opacity .1s ease, max-height .4s ease, padding .4s ease;
}

.main-nav ul:before {
  background: transparent url("https://www.millanel.com/media/img/nav-deco.png") no-repeat center center;
  bottom: -53px;
  content: " ";
  height: 52px;
  left: 50%;
  margin-left: -22px;
  position: absolute;
  width: 39px;
  z-index: 20;
}

.main-nav ul li,
.main-nav ul a {
  color: #e86b87;
  display: block;
  text-transform: uppercase;
}

.main-nav ul li {
  font: 18px 'hind-bold';
}

.main-nav ul a {
  font: 18px 'hind-light';
  padding: 4px 10px;
}

.main-nav ul a:hover {
  background-color: #e86b87;
  color: #fff;
}

.main-nav ul li:nth-child(1) {
  padding: 4px 10px;
}

.main-nav ul li:nth-last-child(2) {
  border-top: 1px solid #e86b87;
  margin: 10px 0 40px;
  padding-top: 10px;
}

.main-nav ul form {
  position: relative;
}

.main-nav ul form input {
  border: 1px solid #e86b87;
  border-radius: 20px;
  height: 32px;
  padding-left: 30px;
  width: 100%;
}

.main-nav ul form i {
  color: #e86b87;
  font-size: 25px;
  left: 10px;
  position: absolute;
  top: 3px;
}

/* SECONDARY NAV */
.sec-nav {
  border-top: 1px solid #000;
  height: 40px;
  margin-top: 10px;
  padding-top: 1px;
  position: relative;
  text-align: center;
}

.sec-nav > ul {
  background-color: #000;
  height: 100%;
  position: relative;
  z-index: 2;
}

.sec-nav > ul > li {
  display: inline-block;
  height: 100%;
  position: relative;
}

.sec-nav > ul > li > a {
  color: #e7e7e7;
  font: 18px/40px 'hind-light';
  margin: 0 10px;
  text-transform: uppercase;
}

.sec-nav > ul > li > a:hover {
  color: #e86b87;
}

.sec-nav > ul > li:hover .sub {
  max-height: 1000px;
  opacity: 1;
  padding: 0 30px 0;
  transition: opacity .1s ease, max-height .4s ease, padding .4s ease;
}

.sec-nav .sub {
  background-color: rgba(0, 0, 0, 0.8);
  border-top: 1px solid #e86b87;
  left: 50%;
  margin-left: -100px;
  max-height: 0px;
  opacity: 0;
  overflow: hidden;
  padding: 0 30px 0 30px;
  position: absolute;
  top: 100%;
  transition: opacity .4s ease .1s, max-height .4s ease, padding .4s ease;
  width: 210px;
  z-index: 15;
}

.sec-nav .sub:before {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #e86b87;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -4px;
  position: absolute;
  top: 0;
  width: 0;
}

.sec-nav .sub a {
  border-bottom: 2px dotted #ededed;
  color: #ededed;
  display: block;
  font: 16px 'play-italic';
  padding: 10px 0 20px;
  text-align: left;
}

.sec-nav .sub li:last-child a {
  border: none;
}

.sec-nav .sub a:hover {
  color: #e86b87;
}

/* FIXED BANNER */
.banner-fixed {
  background-color: #e86b87;
  height: 38px;
  left: 0;
  opacity: 0;
  padding: 8px 0;
  position: absolute;
  text-align: center;
  top: 1px;
  transition: all .2s ease 0s;
  width: 100%;
  z-index: 1;
}

.banner-fixed li:after {
  color: #fff;
  content: "/";
  opacity: 0;
  padding: 0 5px 0 10px;
  transition: all .2s ease .6s;
}

.banner-fixed li:last-child:after {
  display: none;
}

.banner-fixed li {
  display: inline-block;
  opacity: 0;
  transition: all .2s ease .2s;
}

.banner-fixed a {
  color: #fff;
  font: 16px 'play-italic';
  margin: 0;
  position: relative;
}

.banner-fixed a:hover {
  color: #490b19;
}

.banner-fixed li:nth-child(1) {
  transform: translateX(-40%);
}

.banner-fixed li:nth-child(2) {
  transform: translateX(40%);
}

.banner-fixed.animation-start {
  opacity: 1;
  top: 38px;
}

.banner-fixed.animation-start li {
  opacity: 1;
}

.banner-fixed.animation-start li:nth-child(1) {
  transform: translateX(0%);
}

.banner-fixed.animation-start li:nth-child(2) {
  transform: translateX(0%);
}

.banner-fixed.animation-start li:after {
  opacity: 1;
}

/* MEDIAS QUERIES */
@media only screen and (max-width: 1150px) {
  .resellers-panel {
    text-align: center;
    width: 300px;
  }
  .resellers-panel form input {
    display: block;
    margin: 0;
    padding: 0 15px;
  }
  .resellers-panel form input[type="text"],
  .resellers-panel form input[type="password"] {
    width: 33%;
  }
  .resellers-panel form input[type="submit"],.resellers-panel form input.submit {
    width: 33%;
  }
  .resellers-panel form input[type="submit"]:hover,.resellers-panel form input.submit {
    background-color: #d3274d;
  }
}

@media only screen and (max-width: 800px) {
/* OJO q hay mas abajo */

  .w-header {
    background: #fcfcfc;
    border-bottom: 2px solid #eee;
    padding: 50px 0 0;
  }
  .w-header .top {
    margin: 0;
  }
  .w-header .logo {
    display: none;
  }
  .w-header .logo-catalogo {
    display: block;
    float: none;
    margin: 20px auto;
    text-align: center;
  }
  .w-header .resellers-panel {
    display: none;
  }
  .resellers-panel {
    float: none;
    padding: 0 16px;
    width: 100%;
  }
  .resellers-panel p, .resellers-panel a {
    color: #fff;
    padding: 0;
    text-align: left;
  }
  .resellers-panel form {
    border: none;
  }
  .resellers-panel form input {
    border-radius: 0;
    float: none;
    margin: 0 0 4px 0;
  }
  .resellers-panel form input[type="text"],
  .resellers-panel form input[type="password"] {
    background-color: #fff;
    color: #000;
    width: 100%;
  }
  .resellers-panel form input[type="submit"],.resellers-panel form input.submit {
    background-color: #d3274d;
    width: 100%;
  }
  .social-links {
    display: none;
  }
  .main-nav,
  .sec-nav {
    display: none;
  }
  .sec-nav > ul > li > a {
    color: #e7e7e7;
    font: 14px/44px 'hind-light';
    margin: 0 10px;
    text-transform: uppercase;
  }
  .sec-nav .sub {
    margin-left: -90px;
    width: 180px;
  }





}

@media only screen and (max-width: 600px) {
  .w-header {
    position: relative;
    z-index: 1;
  }
  .w-header .wrap > div {
    float: none;
    width: 100%;
  }
  .sec-nav {
    display: none;
  }
}

/**
 * FOOTER
 */
.w-footer {
  margin-top: 150px;
}

.w-footer .top,
.w-footer .top a {
  color: #757575;
}

.w-footer .bottom a {
  color: #fff;
}

.w-footer .top a:hover,
.w-footer .bottom a:hover {
  color: #e86b87;
}

.w-footer .top {
  padding: 0 20px;
}

.w-footer nav {
  float: left;
  margin-right: 50px;
  width: 260px;
}

.w-footer nav ul {
  margin-bottom: 15px;
}

.w-footer nav h4 {
  border-bottom: 2px dotted #aaa;
  display: inline-block;
  font: 18px 'hind-regular';
  margin-bottom: 30px;
  padding: 0 30px 15px 0;
}

.w-footer nav a {
  display: block;
  font: 17px 'hind-regular';
  margin-bottom: 0px;
}

.w-footer .subscription {
  float: right;
  position: relative;
  text-align: center;
  width: 500px;
}

.w-footer .subscription img {
  left: -60px;
  position: absolute;
  top: -40px;
  z-index: 2;
}

.w-footer .subscription h4 {
  border: none;
  font: 21px 'hind-light';
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

.w-footer .subscription form {
  border: 2px solid #e86b87;
  margin: 10px 0 25px;
  padding: 4px;
}

.w-footer .subscription input {
  background-color: #e86b87;
  border: none;
  color: #fff;
  float: left;
  font: 18px 'hind-light';
  height: 50px;
  padding: 0 20px;
  text-align: center;
  width: 374px;
}

.w-footer .subscription input[type="submit"] {
  float: right;
  font: 21px 'play-regular';
  width: 110px;
}

.w-footer .subscription input[type="submit"]:hover {
  background-color: #d3274d;
}

.w-footer .subscription ul li:after {
  color: #9ea3a5;
  content: "|";
  padding: 0 5px 0 10px;
}

.w-footer .subscription ul li:last-child:after {
  display: none;
}

.w-footer .subscription ul a {
  color: #555859;
  font: 18px 'hind-light';
}

.w-footer .bottom {
  background-color: #757575;
  color: #fff;
  margin-top: 60px;
  padding: 80px 20px;
}

.w-footer .social-links {
  display: none;
  float: none;
  text-align: center;
}

.w-footer .social-links a {
  background-color: #444;
  border: none;
}

.w-footer .social-links a:hover {
  background-color: #111111;
}

.w-footer .social-links a path {
fill: #fff;
}
.w-footer .social-links a:hover path {
fill: #e86b87;
}


.w-footer .bottom .legal {
  float: left;
  font: 18px 'hind-regular';
}

.w-footer .bottom .legal li:after {
  color: #fff;
  content: "-";
  padding: 0 5px 0 10px;
}

.w-footer .bottom .legal li:last-child:after {
  display: none;
}

.w-footer .bottom p {
  color: #d9d9d9;
  float: right;
}

.w-footer .bottom p strong {
  font-family: 'hind-bold';
}

/* Medias Queries */
@media only screen and (max-width: 1150px) {
  .w-footer .subscription {
    width: 400px;
  }
  .w-footer .subscription img {
    display: none;
  }
  .w-footer .subscription input[type="email"] {
    margin-bottom: 4px;
  }
  .w-footer .subscription input[type="email"],
  .w-footer .subscription input[type="submit"] {
    width: 100%;
  }
  .w-footer nav {
    width: 220px;
  }
}

@media only screen and (max-width: 900px) {
  .w-footer nav {
    margin: 0px;
    width: 50%;
  }
  .w-footer .subscription {
    margin-top: 40px;
    width: 100%;
  }
  .w-footer .bottom {
    padding: 30px 0;
  }
  .w-footer .bottom .legal,
  .w-footer .bottom p {
    display: block;
    float: none;
    margin-bottom: 10px;
    text-align: center;
  }
}

@media only screen and (max-width: 800px) {
  .w-footer .social-links {
    display: block;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 600px) {
  .w-footer {
    margin-top: 340px;
  }
  .w-footer nav {
    margin-bottom: 30px;
    text-align: center;
    width: 100%;
  }
  .w-footer .subscription ul li {
    display: block;
  }
  .w-footer nav h4 {
    margin-bottom: 10px;
    padding: 0 20px 10px;
  }
  .w-footer .bottom .legal li {
    display: block;
  }
}

@media only screen and (max-width: 400px) {
  .w-footer .social-links a {
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    width: 24px;
  }
}

/**
* GENERALS
*/
::-webkit-input-placeholder {
  color: #fff;
}

:-moz-placeholder {
  color: #fff;
}

::-moz-placeholder {
  color: #fff;
}

:-ms-input-placeholder {
  color: #fff;
}

::-moz-selection {
  background: #e86b87;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #e86b87;
  color: #fff;
  text-shadow: none;
}

a,
button,
input[type="submit"] {
  transition: all .2s ease 0s;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

h1 > span, h2 > span, h3 > span, h4 > span, h5 > span, h6 > span, p > span {
  color: #e86b87;
}

ul li {
  display: inline;
}

.selected,
.selected > a {
  color: #e86b87;
}

.load-more,
.see-more {
  background-color: #e86b87;
  border-radius: 6px;
  color: #fff;
  display: block;
  font: 16px 'play-italic';
  margin: 20px 0;
  padding: 10px;
  text-align: center;
  width: 100px;
}

.load-more {
  margin: 20px auto;
  width: 150px;
}

.load-more:hover,
.see-more:hover {
  background-color: #d3274d;
}

.wrap {
  margin: 0 auto;
  max-width: 1366px;
  position: relative;
  width: 100%;
}

/* VIDEO BOX */
.video-box {
  border: 10px solid #fff;
  height: 0;
  margin: 0 50px;
  outline: 2px solid #e86b87;
  padding-bottom: 36.25%;
  padding-top: 25px;
  position: relative;
}

.video-box iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.image-box img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

/* Shares */
.share-links,
.share-text {
  margin: 20px 0;
}

.share-links p,
.share-text p {
  display: inline-block;
  font: 18px 'hind-regular';
  margin-bottom: 10px;
}

.share-links p a,
.share-text p a,
.share-links p span,
.share-text p span {
  color: #e86b87;
  font-family: 'play-bolditalic';
}

.share-links p a:hover,
.share-text p a:hover {
  color: #d3274d;
}

.share-links p {
  border-bottom: 2px dotted #666;
  padding: 0 0 10px;
}

.share-text p {
  border-top: 2px dotted #666;
  padding: 10px 0 0;
}

.share-links ul li {
  color: #aeaeae;
  display: inline-block;
  font: 24px 'play-italic';
  vertical-align: middle;
}

.share-links ul li a {
  border: 1px solid #aeaeae;
  border-radius: 4px;
  color: #aeaeae;
  display: inline-block;
  font-size: 20px;
  height: 35px;
  line-height: 32px;
  text-align: center;
  width: 35px;
}

.share-links ul li a:hover {
  background-color: #aeaeae;
  color: #fff;
}

/* BREADCRUMB */
.breadcrumb {
  margin: 40px 0 0;
}

.breadcrumb ul {
  border-bottom: 2px dotted #aaa;
  float: left;
  padding: 0 50px 20px 0;
}

.breadcrumb ul li {
  font: 14px 'hind-regular';
}

.breadcrumb ul li i {
  color: #c7c8c8;
  font-size: 20px;
  margin: 0 15px;
  vertical-align: top;
}

.breadcrumb ul li:last-child i {
  display: none;
}

.breadcrumb ul li a {
  color: #777777;
  font: 12px 'hind-regular';
}

.breadcrumb ul li a:hover {
  color: #d3274d;
}

@media only screen and (max-width: 1001px) {
  .breadcrumb {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 801px) {
  .breadcrumb ul {
    float: none;
    margin: 0 auto;
    padding: 0 0 20px;
    text-align: center;
  }
  .breadcrumb ul li a {
    font-size: 12px;
  }
  .breadcrumb ul li i {
    margin: 0 1px;
  }
}

@media only screen and (max-width: 420px) {
  .breadcrumb ul li a {
    font-size: 10px;
  }
  .breadcrumb ul li i {
    margin: 0 5px;
  }
}

/* TAB NAV */
.tab-nav {
  border-bottom: 1px solid #7f7f7f;
  height: 70px;
  margin-bottom: 40px;
  position: relative;
  text-align: center;
}

.tab-nav li {
  display: inline-block;
}

.tab-nav li a {
  color: #5c5c5c;
  display: inline-block;
  font: 16px/70px 'hind-light';
  padding: 0 20px;
  position: relative;
  text-transform: uppercase;
}

.tab-nav li a:before {
  border-bottom: 1px solid #e86b87;
  bottom: 0px;
  content: " ";
  height: 1px;
  left: 0;
  opacity: 0;
  position: absolute;
  transform: scale(0, 1);
  transition: all .4s ease;
  z-index: 2;
}

.tab-nav li a:hover,
.tab-nav li a.selected {
  color: #e86b87;
}

.tab-nav li a:hover:before,
.tab-nav li a.selected:before {
  opacity: 1;
  transform: scale(1);
  transition: all .4s ease;
  width: 100%;
}

.tab-nav form {
  position: absolute;
  right: 0;
  top: 15px;
  width: 160px;
}

.tab-nav.small {
  height: 35px;
  margin-bottom: 20px;
  text-align: left;
}

.tab-nav.small a {
  font: 14px/35px 'hind-regular';
  padding: 0 4px;
}

@media only screen and (max-width: 1001px) {
  .tab-nav.small {
    border: none;
    height: auto;
  }
  .tab-nav.small li {
    display: block;
    text-align: center;
  }
  .tab-nav.small li a {
    background-color: #e86b87;
    color: #fff;
    display: block;
    margin-bottom: 1px;
  }
  .tab-nav.small li a:hover, .tab-nav.small li a.active {
    background-color: #d3274d;
  }
}

@media only screen and (max-width: 801px) {
  .tab-nav {
    border-bottom: none;
    height: auto;
  }
  .tab-nav li {
    display: block;
    float: none !important;
    width: 100% !important;
  }
  .tab-nav li a {
    background-color: #e86b87;
    border-bottom: 1px solid #d3274d;
    color: #fff;
    display: block;
    font: 16px 'hind-regular';
    padding: 10px 20px;
  }
  .tab-nav li a:hover {
    background-color: #d3274d;
    color: #fff;
  }
  .tab-nav form {
    position: relative;
    width: 100%;
  }
  .tab-nav form .selectric {
    border-radius: 0;
  }
}

/* CAROUSEL */
.carousel {
  margin: 60px 0;
  padding: 0 30px;
}

.carousel .slick-slide {
  margin: 0 10px;
  padding: 0 10px;
}

.carousel .slick-slide img {
  max-width: 100%;
}

.carousel-heading {
  margin: 40px auto 20px;
  padding: 0 40px;
}

.carousel-heading p {
  color: #000;
  font: 18px 'play-bolditalic';
}

.carousel-heading + .carousel {
  margin-top: 20px;
}

/* COMMENTS */
.comments {
  margin: 60px 0;
  padding: 0 100px;
}

.comment-form {
  margin-bottom: 20px;
  position: relative;
}

.comment-form i {
  color: #f8cfd8;
  font-size: 35px;
  left: -45px;
  position: absolute;
  top: 0px;
  transform: rotateY(180deg);
}

.comment-form textarea,
.comment-form input {
  background-color: #e86b87;
  border-radius: 10px;
  color: #fff;
  float: left;
  font: 16px/46px 'hind-light';
  height: 46px;
  margin: 0 10px 10px 0;
  padding: 0 10px;
}

.comment-form textarea {
  min-height: 46px;
  overflow: hidden;
  width: 100%;
  resize: none;
}

.comment-form input[type="text"] {
  width: 215px;
}

.comment-form input[type="email"] {
  width: 365px;
}

.comment-form input[type="submit"] {
  background-color: #d3274d;
  font: 20px/46px 'play-italic';
  width: 155px;
}

.comment-form input[type="submit"]:hover {
  background-color: #7d172e;
}

.comment-list li {
  display: block;
  margin-bottom: 20px;
}

.comment-list li blockquote {
  border: 1px solid #777;
  color: #353a3b;
  margin-bottom: 20px;
  padding: 25px 25px 50px;
}

.comment-list li blockquote p {
  font: 18px 'play-italic';
}

.comment-list li b {
  color: #353a3b;
  font: 20px 'hind-regular';
  margin: 15px 25px;
}

@media only screen and (max-width: 801px) {
  /* Comentario */
  .comments {
    padding: 20px;
  }
  .comments i {
    display: none;
  }
  .comments textarea,
  .comments input {
    width: 100% !important;
  }
}

/**
* MAIN
*/
.w-main {
  padding-top: 258px;
}

.blog-page .w-main {
  padding-top: 0px;
}

.banner {
  position: relative;
}

.banner img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 20px;
}

.p-header {
  padding: 60px 0;
  text-align: center;
}

.p-header .inner-wrap {
  margin: 0 auto;
  max-width: 770px;
  width: 100%;
}

.p-header h2 {
  color: #e86b87;
  font: 45px/45px 'play-bolditalic';
  margin-bottom: 20px;
}

.p-header p {
  font: 24px/24px 'hind-light';
}

.p-header.small {
  padding: 30px 0;
}

.p-header.small .inner-wrap {
  width: 460px;
}

.p-header.small h2 {
  color: #d3274d;
  font: 34px 'play-bolditalic';
  margin-bottom: 20px;
}

.p-header.small p {
  font: 18px/24px 'hind-light';
}

.slider {
  height: 350px;
}

.slider .slick-list,
.slider .slick-track {
  height: 100%;
}

.slider .slide {
  height: 100%;
  width: 100%;
}

/* Modal */
.modal {
  border: 4px solid #e86b87;
  height: 400px;
  text-align: center;
  width: 600px;
}

.modal .inner-wrap {
  padding: 20px;
}

.modal .content {
  height: 270px;
  padding-right: 10px;
  text-align: left;
  overflow-y: scroll;
}

.modal h3 {
  color: #e86b87;
  font: 24px 'hind-regular';
  margin: 10px 0 30px;
  text-transform: uppercase;
}

.modal p {
  color: #535353;
  font: 14px 'hind-regular';
}

/**
* HOME PAGE
*/
/* TOP BANNER */
.home-page .cta {
  padding: 20px 0;
  text-align: center;
}

.home-page .cta img {
  vertical-align: middle;
}

.home-page .cta li {
  display: inline-block;
  opacity: 0;
  transition: all .5s ease;
}

.home-page .cta li:nth-child(1) {
  text-align: right;
  transform: translateX(-20%);
  width: 320px;
}

.home-page .cta li:nth-child(2) {
  margin: 0 30px;
  transform: translateY(-20%);
  width: 161px;
}

.home-page .cta li:nth-child(3) {
  text-align: left;
  transform: translateX(20%);
  width: 330px;
}

.home-page .cta a {
  color: #e86b87;
  font: 20px 'play-italic';
  position: relative;
  width: 360px;
}

.home-page .cta a:hover {
  color: #d3274d;
}

.home-page .cta.animation-start li:nth-child(1) {
  opacity: 1;
  transform: translateX(0%);
}

.home-page .cta.animation-start li:nth-child(2) {
  opacity: 1;
  transform: translateY(0%);
}

.home-page .cta.animation-start li:nth-child(3) {
  opacity: 1;
  transform: translateX(0%);
}

.home-page .slider {
  background-color: #000;
  height: 420px;
}

/* RESELLERS TIPS */
.resellers-tips .item {
  float: left;
  height: 313px;
  overflow: hidden;
  position: relative;
  width: 50%;
}

.resellers-tips .item > img {
  bottom: 0;
  left: 0;
  position: absolute;
  transition: all .6s ease;
  z-index: 2;
}

.resellers-tips .inner-wrap {
  float: right;
  height: 200px;
  margin: 56px 55px 0 0;
  position: relative;
  width: 250px;
  z-index: 3;
}

.resellers-tips .no-hover {
  height: 100%;
  text-align: center;
  width: 100%;
}

.resellers-tips .no-hover img {
  max-width: 100%;
}

.resellers-tips .hover {
  background-color: #fff;
  height: 100%;
  left: 0;
  opacity: 0;
  padding: 25px 0;
  position: absolute;
  text-align: center;
  top: 0;
  transition: all .3s ease;
  width: 100%;
}

.resellers-tips .item:hover .hover {
  opacity: 1;
}

.resellers-tips .hover h4 {
  font: 21px 'hind-bold';
  margin-bottom: 4px;
  text-transform: uppercase;
}

.resellers-tips .hover p {
  font: 14px/16px 'hind-regular';
  margin-bottom: 15px;
  padding: 0 20px;
}

.resellers-tips .hover a {
  border-radius: 4px;
  font: 18px 'hind-light';
  padding: 4px 24px;
  text-transform: uppercase;
  transition: all .3s ease;
}

.resellers-tips .item:nth-child(1) {
  background-color: #ff9aa7;
  color: #ff9aa7;
}

.resellers-tips .item:nth-child(1) > img {
  transform: translateY(100%);
}

.resellers-tips .item:nth-child(1) a {
  border: 1px solid #ff9aa7;
  color: #ff9aa7;
}

.resellers-tips .item:nth-child(1) a:hover {
  background-color: #ff9aa7;
  color: #fff;
}

.resellers-tips .item:nth-child(2) {
  background-color: #ffd500;
  color: #ffd500;
}

.resellers-tips .item:nth-child(2) > img {
  transform: translateX(-100%);
}

.resellers-tips .item:nth-child(2) a {
  border: 1px solid #ffd500;
  color: #ffd500;
}

.resellers-tips .item:nth-child(2) a:hover {
  background-color: #ffd500;
  color: #fff;
}

.resellers-tips .item:nth-child(3) {
  background-color: #54823d;
  color: #54823d;
}

.resellers-tips .item:nth-child(3) > img {
  transform: translateX(-100%);
}

.resellers-tips .item:nth-child(3) a {
  border: 1px solid #54823d;
  color: #54823d;
}

.resellers-tips .item:nth-child(3) a:hover {
  background-color: #54823d;
  color: #fff;
}

.resellers-tips .item:nth-child(4) {
  background-color: #56b3bc;
  color: #56b3bc;
}

.resellers-tips .item:nth-child(4) > img {
  transform: translateY(100%);
}

.resellers-tips .item:nth-child(4) a {
  border: 1px solid #56b3bc;
  color: #56b3bc;
}

.resellers-tips .item:nth-child(4) a:hover {
  background-color: #56b3bc;
  color: #fff;
}

.resellers-tips .item:nth-child(1).animation-start > img {
  transform: translateY(0);
}

.resellers-tips .item:nth-child(2).animation-start > img {
  transform: translateX(0);
}

.resellers-tips .item:nth-child(3).animation-start > img {
  transform: translateX(0);
}

.resellers-tips .item:nth-child(4).animation-start > img {
  transform: translateY(0);
}

.resellers-tips .item {
  position: relative;
  transition: all .3s;
}

.resellers-tips .item::before, .resellers-tips .item::after {
  bottom: 40px;
  content: '';
  left: 40px;
  opacity: 0;
  position: absolute;
  right: 40px;
  top: 40px;
  transition: opacity .3s, transform .3s;
  z-index: 1;
  pointer-events: none;
}

.resellers-tips .item::before {
  border-bottom: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: scale(0, 1);
}

.resellers-tips .item::after {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: scale(1, 0);
}

.resellers-tips .item:hover::before, .resellers-tips .item:hover::after {
  opacity: 1;
  transform: scale(1);
}

@media screen and (max-width: 421px) {
  .resellers-tips .item::before, .resellers-tips .item::after {
    opacity: 1;
    transform: scale(1);
  }
}

/* RESELLERS START*/
.resellers-start {
  background: #ffffff;
  background: radial-gradient(ellipse at center, #ffffff 0%, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start', endColorstr='$finish',GradientType=1 );
  height: 500px;
  overflow: hidden;
  position: relative;
}

.resellers-start .inner-wrap {
  height: 100%;
  margin: 0 0 0 60px;
  opacity: 0;
  padding: 50px 20px;
  position: relative;
  transform: translateY(20%);
  transition: all .6s ease;
  width: 540px;
}

.resellers-start.animation-start .inner-wrap {
  opacity: 1;
  transform: translateY(0%);
}

.resellers-start img {
  bottom: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  transform: translateX(100%);
  transition: all .6s ease;
}

.resellers-start.animation-start img {
  opacity: 1;
  transform: translateX(0);
}

.resellers-start h4 {
  color: #59424f;
  font: 50px 'play-italic';
  margin-bottom: 20px;
}

.resellers-start p {
  color: #5b5157;
  font: 18px 'hind-light';
}

.resellers-start p strong {
  color: #59424f;
  font-family: 'hind-bold';
}

.resellers-start a {
  border: 1px solid #e86b87;
  border-radius: 4px;
  color: #e86b87;
  font: 18px 'hind-light';
  margin-top: 20px;
  padding: 4px 24px;
  text-transform: uppercase;
  transition: all .3s ease;
}

.resellers-start a:hover {
  background-color: #e86b87;
  color: #fff;
}

/* CAROUSEL */
.home-page .carousel .slick-slide p {
  color: #e86b87;
  font: 14px/20px 'play-regular';
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.home-page .carousel .slick-slide a {
  display: block;
  position: relative;
}

.home-page .carousel .slick-slide a:hover i {
  opacity: 1;
}

.home-page .carousel .slick-slide a i {
  background: transparent url("https://www.millanel.com/media/img/mas.png") no-repeat center center;
  content: " ";
  height: 63px;
  margin-left: -22px;
  opacity: 0;
  position: absolute;
  right: -20px;
  top: 0px;
  transition: all .3s ease;
  width: 63px;
  z-index: 2;
}

/* RESELLERS TUTORIAL */
.resellers-tutorial {
  background: #64aebc;
  background: radial-gradient(ellipse at center, #64aebc 0%, #397d8e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start', endColorstr='$finish',GradientType=1 );
  display: block;
  height: 418px;
  overflow: hidden;
  position: relative;
}

.resellers-tutorial > img {
  bottom: 0;
  position: absolute;
  right: 0;
  transition: all .6s ease;
  z-index: 1;
}

.resellers-tutorial > img:nth-child(1) {
  left: 0;
  transform: translateX(-100%);
}

.resellers-tutorial > img:nth-child(3) {
  right: 0;
  transform: translateX(100%);
}

.resellers-tutorial.animation-start > img:nth-child(1) {
  transform: translateX(0%);
}

.resellers-tutorial.animation-start > img:nth-child(3) {
  transform: translateX(0%);
}

.resellers-tutorial .inner-wrap {
  height: 100%;
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 650px;
  z-index: 2;
}

.resellers-tutorial h4 {
  color: #d70073;
  font: 85px/70px 'play-regular';
  opacity: 0;
  text-transform: uppercase;
  transform: translateY(100%);
  transition: all .6s ease;
}

.resellers-tutorial.animation-start h4 {
  opacity: 1;
  transform: translateY(0%);
}

/* RESELLERS APPLICATIONS */
.resellers-application .item {
  float: left;
  height: 392px;
  overflow: hidden;
  position: relative;
  width: 50%;
}

.resellers-application .item > img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  opacity: 0;
  position: absolute;
  right: 0;
  transform: translateY(10%);
  transition: all .6s ease;
}

.resellers-application .item:nth-child(1) {
  background: #f04e95;
  background: radial-gradient(ellipse at center, #f04e95 0%, #c83468 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start', endColorstr='$finish',GradientType=1 );
}

.resellers-application .item:nth-child(2) {
  background: #d438d4;
  background: radial-gradient(ellipse at center, #d438d4 0%, #8d22a1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start', endColorstr='$finish',GradientType=1 );
}

.resellers-application .hover {
  background-color: rgba(0, 0, 0, 0.8);
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 0;
  transition: all .4s ease;
  width: 100%;
}

.resellers-application p {
  color: #fff;
  font: 40px/50px 'play-regular';
  margin: 0 auto;
  opacity: 0;
  text-transform: uppercase;
  transition: all .4s ease .2s;
  width: 70%;
}

.resellers-application .item:nth-child(1) p {
  transform: translateX(-10%);
}

.resellers-application .item:nth-child(2) p {
  transform: translateX(10%);
}

.resellers-application .item.animation-start img {
  opacity: 1;
  transform: translateY(0%);
}

.resellers-application .item:hover .hover {
  opacity: 1;
}

.resellers-application .item:hover p {
  opacity: 1;
  transform: translateX(0%);
}

/* MEDIAS QUERIES */
@media only screen and (max-width: 1024px) {
  .home-page .slider {
    height: 340px;
  }
  .resellers-start .inner-wrap {
    background-color: #fff;
  }
  .resellers-tips .item > img {
    max-width: 60%;
  }
}

@media only screen and (max-width: 900px) {
  .home-page .cta {
    text-align: center;
  }
  .home-page .cta li,
  .home-page .cta a {
    display: block;
    margin: 0 auto !important;
    text-align: center !important;
    width: 100% !important;
  }
  .home-page .cta img {
    display: block;
    margin: 10px auto;
  }
  .home-page .slider {
    height: 270px;
  }
  .resellers-tips .item {
    background-image: none !important;
    height: auto;
    width: 100%;
  }
  .resellers-tips .item > img {
    top: 0;
  }
  .resellers-tips .inner-wrap {
    height: auto;
    margin: 30px auto 0;
    width: 100%;
  }
  .resellers-tips .no-hover {
    height: 180px;
  }
  .resellers-tips .hover {
    opacity: 1;
    position: relative;
  }
  .resellers-tips .item::before,
  .resellers-tips .item::after {
    opacity: 1;
    transform: scale(1);
  }
  .resellers-discovery {
    background-image: none !important;
    height: auto;
  }
  .resellers-discovery .inner-wrap {
    margin: 0 auto;
    padding: 40px 20px;
    width: 100%;
  }
  .resellers-application .item {
    height: 0;
    padding-bottom: 50%;
  }
}

@media only screen and (max-width: 601px) {
  .home-page .slider {
    height: 220px;
  }
  .resellers-tips .item > img {
    display: none;
  }
  .resellers-tips .item::before,
  .resellers-tips .item::after {
    display: none;
  }
  .resellers-start {
    height: auto;
  }
  .resellers-start .inner-wrap {
    background: none;
    margin: 0;
    text-align: center;
    width: 100%;
  }
  .resellers-start img {
    display: none;
  }
  .resellers-application .item {
    height: 0;
    padding-bottom: 100%;
    width: 100%;
  }
  .resellers-application p {
    font-size: 30px;
  }
  .resellers-tips .no-hover {
    padding-top: 20px;
  }
  .resellers-tips .no-hover img {
    display: inline-block;
    top: 0;
    transform: none;
  }
  .resellers-tutorial .inner-wrap {
    width: 100%;
  }
  .resellers-tutorial .inner-wrap .va {
    background-color: #4b91a1;
    padding: 20px;
  }
  .resellers-tutorial .inner-wrap .va img {
    max-width: 90%;
    margin: 0 auto;
  }
  .resellers-tutorial h4 {
    font-size: 50px;
  }
  .resellers-application.animation-start > img {
    height: 100%;
  }
  .resellers-tutorial.animation-start > img:nth-child(1) {
    display: none;
  }
}

@media only screen and (max-width: 599px) {
  .resellers-application .hover {
    background-color: rgba(0, 0, 0, 0.3);
  }
  .resellers-application .hover,
  .resellers-application .hover p {
    opacity: 1;
    transform: translateX(0) !important;
  }
}

@media only screen and (max-width: 421px) {
  .resellers-tutorial h4 {
    font-size: 50px;
  }
}

@media only screen and (max-width: 321px) {
  .resellers-tutorial h4 {
    font-size: 50px;
  }
}

/**
 * CATALOGO
 */
.catalog-page .w-content p,
.blog-catalog-page .w-content p {
  color: #7d898b;
  font: 24px 'hind-light';
  text-align: center;
}

.catalog-page .issuuWrapper,
.blog-catalog-page .issuuWrapper {
  border-bottom: 1px solid #444;
  border-top: 1px solid #444;
  height: 0;
  margin: 40px 0;
  padding-bottom: 56.25%;
  padding-top: 25px;
  position: relative;
}

.catalog-page .issuuWrapper iframe,
.catalog-page .issuuWrapper object,
.blog-catalog-page .issuuWrapper iframe,
.blog-catalog-page .issuuWrapper object {
  height: 100%;
  left: 0;
  padding: 20px 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.blog-catalog-page .w-content p {
  color: #aeaeae;
  font: 24px 'play-italic';
  text-align: center;
}

.blog-catalog-page .w-content p span {
  color: #545454;
  font: 18px 'hind-regular';
  text-transform: uppercase;
}

.blog-catalog-page .issuuWrapper {
  border-top: none;
  margin-top: 0px;
}

@media only screen and (max-width: 601px) {
  .catalog-page .w-content,
  .blog-catalog-page .w-content {
    margin-top: 40px;
  }
  .catalog-page .w-content p,
  .blog-catalog-page .w-content p {
    color: #7d898b;
    font: 20px/20px 'hind-light';
    padding: 0 20px;
    text-align: center;
  }
}

/**
* INSTITUCIONAL
*/
.insitutional-page .banner img {
  padding: 0;
}

.insitutional-list {
  margin: 60px 0;
}

.insitutional-list .item {
  overflow: hidden;
}

.insitutional-list header {
  border-bottom: 1px solid #000;
  cursor: pointer;
  padding: 20px 0 20px 40px;
  position: relative;
  transition: all .6s ease;
}

.insitutional-list header h2 {
  font: 40px 'hind-light';
  text-transform: uppercase;
}

.insitutional-list header strong {
  font: 120px/50px 'play-italic';
  margin-right: 30px;
}

.insitutional-list header:before {
  background: #e86b87;
  bottom: 0;
  content: " ";
  height: 2px;
  left: 0;
  position: absolute;
  transition: all .6s ease;
  width: 0;
}

.insitutional-list .open header:before {
  width: 100%;
}

.insitutional-list .open header {
  border-bottom: none;
  color: #e86b87;
}

.insitutional-list .content {
  border-bottom: 1px solid #000;
  padding: 0 0 0 40px;
}

.insitutional-list .content img {
  float: right;
  margin-left: 20px;
}

.insitutional-list .content p {
  font: 16px/22px 'hind-regular';
  margin-bottom: 10px;
}

.insitutional-list .open .content {
  padding: 20px 0 20px 40px;
}

.toggle .content {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all .6s ease;
}

.toggle .open .content {
  max-height: 1000px;
  opacity: 1;
}

.toggle-icon {
  height: 60px;
  position: absolute;
  right: 15px;
  top: 45px;
  width: 60px;
}

.toggle-icon span {
  background-color: #000;
  position: absolute;
  transition: all .3s ease;
}

.toggle-icon span:nth-child(1) {
  height: 60px;
  left: 30px;
  width: 2px;
}

.toggle-icon span:nth-child(2) {
  height: 2px;
  top: 30px;
  width: 60px;
}

.toggle .open .toggle-icon span:nth-child(1) {
  background-color: #e86b87;
  transform: rotate(45deg);
}

.toggle .open .toggle-icon span:nth-child(2) {
  background-color: #e86b87;
  transform: rotate(45deg);
}

@media only screen and (max-width: 801px) {
  .insitutional-list header {
    padding: 20px;
  }
  .insitutional-list header h2 {
    font-size: 30px;
    text-align: left;
  }
  .insitutional-list header h2 strong {
    font-size: 80px;
  }
  .insitutional-list header .toggle-icon {
    top: 35px;
  }
  .insitutional-list .content {
    float: none;
    margin: 0 auto;
    max-width: 100%;
    padding: 20px !important;
  }
  .insitutional-list .content img {
    display: block;
    float: none;
    margin: 0 auto 20px;
    max-width: 100%;
  }
}

@media only screen and (max-width: 421px) {
  .insitutional-list header h2 {
    font-size: 25px;
  }
  .insitutional-list header h2 strong {
    font-size: 60px;
    margin-right: 10px;
  }
  .insitutional-list header .toggle-icon {
    right: 0px;
    top: 40px;
  }
  .insitutional-list header .toggle-icon span:nth-child(1) {
    height: 30px;
    left: 15px;
    width: 2px;
  }
  .insitutional-list header .toggle-icon span:nth-child(2) {
    height: 2px;
    top: 15px;
    width: 30px;
  }
}

/**
 * BENEFICIOS
 */
.benefits-list {
  margin: 100px 0 150px;
}

.benefits-list .item {
  height: 450px;
  margin-bottom: 70px;
  opacity: 0;
  transition: all .3s ease;
}

.benefits-list .item:nth-child(odd) {
  transform: translateX(20%);
}

.benefits-list .item:nth-child(even) {
  transform: translateX(-20%);
}

.benefits-list .item:nth-child(odd).animation-start {
  opacity: 1;
  transform: translateX(0);
}

.benefits-list .item:nth-child(even).animation-start {
  opacity: 1;
  transform: translateX(0);
}

.benefits-list .item h4 {
  color: #e86b87;
  font: 36px 'play-bolditalic';
  margin-bottom: 20px;
}

.benefits-list .item p {
  font: 18px 'hind-light';
}

.benefits-list .item:nth-child(odd) .media {
  float: left;
  text-align: right;
}

.benefits-list .item:nth-child(odd) .content {
  border-left: 2px solid #e86b87;
  float: right;
  text-align: left;
}

.benefits-list .item:nth-child(odd) .content:before {
  border-left: 8px solid #e86b87;
  border-right: none;
  left: 0;
}

.benefits-list .item:nth-child(even) .media {
  float: right;
  text-align: left;
}

.benefits-list .item:nth-child(even) .content {
  border-right: 2px solid #e86b87;
  float: left;
  text-align: right;
}

.benefits-list .item:nth-child(even) .content:before {
  border-left: none;
  border-right: 8px solid #e86b87;
  right: 0;
}

.benefits-list .item .media,
.benefits-list .item .content {
  height: 100%;
  padding: 0 40px;
  position: relative;
  width: 50%;
}

.benefits-list .item .media img {
  max-width: 100%;
}

.benefits-list .item .content:before {
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  content: " ";
  height: 0;
  margin-top: -4px;
  position: absolute;
  top: 50%;
  width: 0;
}

@media only screen and (max-width: 601px) {
  .benefits-list .item {
    height: auto;
  }
  .benefits-list .item .va {
    top: 0;
    transform: none;
  }
  .benefits-list .item .media,
  .benefits-list .item .content {
    border: none !important;
    float: none !important;
    width: 100%;
  }
  .benefits-list .item .content:before {
    display: none !important;
  }
  .benefits-list .item .media {
    margin: 20px auto 40px;
    width: 80%;
  }
  .benefits-list .item .media img {
    display: block;
    margin: 0 auto;
  }
}

/**
* NOSOTROS TE EQUIPAMOS
*/
.equipment-list {
  margin: 100px auto 150px;
  width: 770px;
}

.equipment-list .item {
  height: 200px;
  margin: 100px 0;
  opacity: 0;
  position: relative;
  transition: all .3s ease;
  width: 620px;
}

.equipment-list .item:nth-child(odd) {
  transform: translateX(20%);
}

.equipment-list .item:nth-child(even) {
  transform: translateX(-20%);
}

.equipment-list .item:nth-child(odd).animation-start {
  opacity: 1;
  transform: translateX(0);
}

.equipment-list .item:nth-child(even).animation-start {
  opacity: 1;
  transform: translateX(0);
}

.equipment-list .item h4 {
  color: #e86b87;
  font: 36px/30px 'play-bolditalic';
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.equipment-list .item h4:before {
  border-top: 2px dotted #e86b87;
  bottom: 0px;
  content: " ";
  height: 1px;
  position: absolute;
  width: 470px;
}

.equipment-list .item p {
  font: 18px/18px 'hind-light';
}

.equipment-list .item:nth-child(odd) {
  float: right;
}

.equipment-list .item:nth-child(odd) .media {
  left: -170px;
}

.equipment-list .item:nth-child(odd) .content {
  float: right;
  padding-right: 50px;
  text-align: left;
}

.equipment-list .item:nth-child(odd) h4:before {
  left: -120px;
}

.equipment-list .item:nth-child(even) {
  float: left;
}

.equipment-list .item:nth-child(even) .media {
  right: -170px;
}

.equipment-list .item:nth-child(even) .content {
  float: left;
  padding-left: 50px;
  text-align: right;
}

.equipment-list .item:nth-child(even) h4:before {
  left: -20px;
}

.equipment-list .item .media {
  position: absolute;
  top: -40%;
  z-index: 2;
}

.equipment-list .item .content {
  height: 100%;
  width: 380px;
}

.equipment-list .item:before,
.equipment-list .item:after {
  background-color: #e86b87;
  content: " ";
  height: 1px;
  position: absolute;
  width: 100%;
}

.equipment-list .item:before {
  top: 0;
}

.equipment-list .item:after {
  bottom: 0;
}

@media only screen and (max-width: 801px) {
  .equipment-list {
    margin-top: 50px;
    width: 100%;
  }
  .equipment-list .item {
    float: none !important;
    height: auto;
    margin: 0 0 40px 0;
    padding: 20px;
    width: 100%;
  }
  .equipment-list .item:before, .equipment-list .item:after {
    display: none;
  }
  .equipment-list .item .media,
  .equipment-list .item .content {
    float: none !important;
    left: auto !important;
    padding: 0 !important;
    position: relative !important;
    right: auto !important;
    width: 100% !important;
  }
  .equipment-list .item .media img {
    display: block;
    margin: 0 auto 40px;
    max-width: 20%;
  }
  .equipment-list .item h4:before {
    left: 0 !important;
    width: 100%;
  }
  .equipment-list .item .va {
    text-align: center;
    top: auto;
    transform: none;
  }
}

/**
* COMO LO USO
*/
.how-to-use-it-page .banner img {
  padding: 0;
}

/* GRID */
.how-to-use-it-page .grid .column {
  float: left;
  padding: 0 10px;
  width: 50%;
}

.how-to-use-it-page .grid[data-columns]::before {
  content: '2 .column.size-1of2';
}

@media screen and (min-width: 1200px) {
  .how-to-use-it-page .grid[data-columns]::before {
    content: '2 .column.size-1of2';
  }
}

@media screen and (max-width: 1200px) {
  .how-to-use-it-page .grid[data-columns]::before {
    content: '2 .column.size-1of2';
  }
}

@media screen and (max-width: 601px) {
  .how-to-use-it-page .grid[data-columns]::before {
    content: '1 .column.size-1of1';
  }
}

/* ITEMS */
.how-to-use-it-page .item {
  display: block;
  margin-bottom: 40px;
  /* Item -> media */
  /* Item -> content */
}

.how-to-use-it-page .item .media {
  position: relative;
  transition: all .3s;
  border: 1px solid #ce1760;
  padding: 8px;
}

.how-to-use-it-page .item .media::before, .how-to-use-it-page .item .media::after {
  bottom: 8px;
  content: '';
  left: 8px;
  opacity: 0;
  position: absolute;
  right: 8px;
  top: 8px;
  transition: opacity .3s, transform .3s;
  z-index: 4;
  pointer-events: none;
}

.how-to-use-it-page .item .media::before {
  border-bottom: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: scale(0, 1);
}

.how-to-use-it-page .item .media::after {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: scale(1, 0);
}

.how-to-use-it-page .item .media:hover::before, .how-to-use-it-page .item .media:hover::after {
  opacity: 1;
  transform: scale(1);
}

@media screen and (max-width: 421px) {
  .how-to-use-it-page .item .media::before, .how-to-use-it-page .item .media::after {
    opacity: 1;
    transform: scale(1);
  }
}

.how-to-use-it-page .item .media .image {
  height: 0;
  padding-bottom: 45%;
  width: 100%;
}

.how-to-use-it-page .item .media .hover {
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 0;
  transition: all .3s;
  width: 100%;
  z-index: 2;
}

@media screen and (max-width: 421px) {
  .how-to-use-it-page .item .media .hover,
  .how-to-use-it-page .item .media .hover * {
    opacity: 1;
  }
}

.how-to-use-it-page .item .media .hover p {
  color: #fff;
  font: 30px 'play-bolditalic';
}

.how-to-use-it-page .item .media:hover {
  background: #ce1760;
}

.how-to-use-it-page .item .media:hover .hover {
  opacity: 1;
}

.how-to-use-it-page .item .content {
  margin-top: 10px;
  width: 80%;
}

.how-to-use-it-page .item .content h4 {
  color: #ce1760;
  font: 30px 'play-bolditalic';
  margin-bottom: 10px;
}

.how-to-use-it-page .item .content p {
  color: #3d3d3d;
  font: 16px/20px 'hind-light';
}

@media only screen and (max-width: 801px) {
  .how-to-use-it-page .item .content h4, .how-to-use-it-page .item .content p {
    text-align: left;
  }
}

@media only screen and (max-width: 601px) {
  .how-to-use-it-page .grid .column {
    width: 100%;
  }
  .how-to-use-it-page .item .content {
    width: 100%;
  }
  .how-to-use-it-page .item .content h4, .how-to-use-it-page .item .content p {
    text-align: center;
  }
}

/**
* COMO LO USO SINGLE
*/
.how-to-use-it-page .carousel .slick-slide .media {
  position: relative;
  transition: all .3s;
}

.how-to-use-it-page .carousel .slick-slide .media::before, .how-to-use-it-page .carousel .slick-slide .media::after {
  bottom: 8px;
  content: '';
  left: 8px;
  opacity: 0;
  position: absolute;
  right: 8px;
  top: 8px;
  transition: opacity .3s, transform .3s;
  z-index: 4;
  pointer-events: none;
}

.how-to-use-it-page .carousel .slick-slide .media::before {
  border-bottom: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: scale(0, 1);
}

.how-to-use-it-page .carousel .slick-slide .media::after {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: scale(1, 0);
}

.how-to-use-it-page .carousel .slick-slide .media:hover::before, .how-to-use-it-page .carousel .slick-slide .media:hover::after {
  opacity: 1;
  transform: scale(1);
}

@media screen and (max-width: 421px) {
  .how-to-use-it-page .carousel .slick-slide .media::before, .how-to-use-it-page .carousel .slick-slide .media::after {
    opacity: 1;
    transform: scale(1);
  }
}

.how-to-use-it-page .carousel .slick-slide .media:hover {
  background: #ce1760;
}

.how-to-use-it-page .carousel .slick-slide .media:hover .hover {
  opacity: 1;
}

.how-to-use-it-page .carousel .slick-slide h4 {
  color: #d3274d;
  font: 24px 'play-bolditalic';
  margin: 20px 0 5px;
  text-transform: uppercase;
}

.how-to-use-it-page .carousel .slick-slide p {
  color: #000;
  font: 16px/20px 'hind-light';
}

.how-to-use-it-page .carousel .slick-slide .hover {
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 0;
  transition: all .3s;
  width: 100%;
  z-index: 2;
}

@media screen and (max-width: 421px) {
  .how-to-use-it-page .carousel .slick-slide .hover,
  .how-to-use-it-page .carousel .slick-slide .hover * {
    opacity: 1;
  }
}

.how-to-use-it-page .carousel .slick-slide .hover p {
  color: #fff;
  font: 30px 'play-bolditalic';
}

.how-to-use-it-page .carousel .slick-slide:hover .hover {
  opacity: 1;
}

/* ENTRE NOSOTROS */
.among-us-page .grid {
  max-width: 1200px;
  margin: 0 auto;
}

.among-us-page .grid .column {
  float: left;
}

.among-us-page .grid .column:nth-child(odd) {
  width: 380px;
}

.among-us-page .grid .column:nth-child(even) {
  margin: 0 25px;
  width: 390px;
}

.among-us-page .grid .column:nth-child(odd) .item {
  padding-bottom: 103%;
}

.among-us-page .grid .column:nth-child(even) .item {
  padding-bottom: 112%;
}

@media screen and (min-width: 1200px) {
  .among-us-page .grid[data-columns]::before {
    content: '3 .column.size-1of3';
  }
}

@media screen and (max-width: 1200px) {
  .among-us-page .grid[data-columns]::before {
    content: '3 .column.size-1of3';
  }
  .among-us-page .grid .column:nth-child(odd),
  .among-us-page .grid .column:nth-child(even) {
    margin: 1%;
    width: 31%;
  }
}

@media screen and (max-width: 800px) {
  .among-us-page .grid[data-columns]::before {
    content: '2 .column.size-1of2';
  }
  .among-us-page .grid .column:nth-child(odd),
  .among-us-page .grid .column:nth-child(even) {
    margin: 1%;
    width: 48%;
  }
  .among-us-page .item .hover {
    padding: 20px;
  }
  .among-us-page .item .hover h4 {
    font-size: 20px;
  }
}

@media screen and (max-width: 420px) {
  .among-us-page .grid {
    padding: 0 20px;
  }
  .among-us-page .grid[data-columns]::before {
    content: '1 .column.size-1of1';
  }
  .among-us-page .grid .column:nth-child(odd),
  .among-us-page .grid .column:nth-child(even) {
    margin: 0%;
    width: 100%;
  }
}

/* ITEMS */
.among-us-page .item {
  position: relative;
  transition: all .3s;
  display: block;
  height: 0;
  margin-bottom: 25px;
}

.among-us-page .item::before, .among-us-page .item::after {
  bottom: 10px;
  content: '';
  left: 10px;
  opacity: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  transition: opacity .3s, transform .3s;
  z-index: 4;
  pointer-events: none;
}

.among-us-page .item::before {
  border-bottom: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: scale(0, 1);
}

.among-us-page .item::after {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: scale(1, 0);
}

.among-us-page .item:hover::before, .among-us-page .item:hover::after {
  opacity: 1;
  transform: scale(1);
}

@media screen and (max-width: 421px) {
  .among-us-page .item::before, .among-us-page .item::after {
    opacity: 1;
    transform: scale(1);
  }
}

.among-us-page .item .hover {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  text-align: left;
  top: 0;
  transition: all .3s;
  width: 100%;
  z-index: 2;
  padding: 40px;
}

@media screen and (max-width: 421px) {
  .among-us-page .item .hover,
  .among-us-page .item .hover * {
    opacity: 1;
  }
}

.among-us-page .item:hover .hover {
  opacity: 1;
}

.among-us-page .item .hover h4 {
  color: #fff;
  font: 30px/28px 'hind-bold';
  margin-bottom: 15px;
  text-transform: uppercase;
}

.among-us-page .item .hover p {
  color: #fff;
  font: 16px/20px 'hind-light';
}

/* ENTRE NOSOTROS SINGLE*/
.among-us-single-page .article {
  margin: 60px 0;
  padding: 0 100px;
}

.among-us-single-page .article img {
  float: left;
  margin: 0px 40px 40px 0;
}

.among-us-single-page .article h1 {
  color: #d3274d;
  font: bold 80px/80px 'hind-regular';
  text-transform: uppercase;
}

@media screen and (max-width: 421px) {

  .among-us-single-page .article h1 { font-size: 34px; }
}


.among-us-single-page .article h2 {
  color: #3d3d3d;
  font: bold 20px/22px 'hind-regular';
  margin-bottom: 20px;
}

.among-us-single-page .article p {
  color: #d97884;
  font: 16px/20px 'hind-regular';
  margin-bottom: 20px;
}

@media screen and (max-width: 801px) {
  .among-us-single-page .article {
    margin: 40px 0;
    padding: 0 20px;
  }
  .among-us-single-page .article img {
    display: block;
    float: none;
    margin: 0 auto 40px;
    max-width: 100%;
  }
}

.among-us-single-page .carousel .slick-slide h4 {
  color: #d3274d;
  font: 18px 'hind-bold';
  margin: 20px 0 5px;
  text-transform: uppercase;
}

.among-us-single-page .carousel .slick-slide p {
  color: #000;
  font: 16px/20px 'hind-light';
}

.among-us-single-page .carousel .slick-slide .media {
  position: relative;
  transition: all .3s;
}

.among-us-single-page .carousel .slick-slide .media::before, .among-us-single-page .carousel .slick-slide .media::after {
  bottom: 8px;
  content: '';
  left: 8px;
  opacity: 0;
  position: absolute;
  right: 8px;
  top: 8px;
  transition: opacity .3s, transform .3s;
  z-index: 4;
  pointer-events: none;
}

.among-us-single-page .carousel .slick-slide .media::before {
  border-bottom: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: scale(0, 1);
}

.among-us-single-page .carousel .slick-slide .media::after {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: scale(1, 0);
}

.among-us-single-page .carousel .slick-slide .media:hover::before, .among-us-single-page .carousel .slick-slide .media:hover::after {
  opacity: 1;
  transform: scale(1);
}

@media screen and (max-width: 421px) {
  .among-us-single-page .carousel .slick-slide .media::before, .among-us-single-page .carousel .slick-slide .media::after {
    opacity: 1;
    transform: scale(1);
  }

}

.among-us-single-page .carousel .slick-slide .media .hover {
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 0;
  transition: all .3s;
  width: 100%;
  z-index: 2;
  padding: 0 40px;
}

@media screen and (max-width: 421px) {
  .among-us-single-page .carousel .slick-slide .media .hover,
  .among-us-single-page .carousel .slick-slide .media .hover * {
    opacity: 1;
  }
}

.among-us-single-page .carousel .slick-slide .media .hover p {
  color: #fff;
  font: 30px 'hind-bold';
}

.among-us-single-page .carousel .slick-slide .media:hover {
  background: #ce1760;
}

.among-us-single-page .carousel .slick-slide .media:hover .hover {
  opacity: 1;
}

.products-page .w-main > .wrap {
  max-width: 1000px;
}

.products-page .w-content {
  margin: 60px 0;
}

/* PRODUCT NAV */
.product-nav {
  float: left;
  position: relative;
  width: 160px;
}

.product-nav h4 {
  border-bottom: 2px dotted #aaa;
  color: #333333;
  font: 16px 'hind-regular';
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.product-nav > ul {
  position: relative;
}

.product-nav > ul > li {
  display: block;
  position: relative;
}

.product-nav > ul > li > a {
  color: #777777;
  display: block;
  font: 14px 'hind-regular';
  margin: 0;
  text-transform: uppercase;
}

.product-nav > ul > li > a:hover {
  color: #e86b87;
}

.product-nav .sub a {
  transition: opacity .1s, font-size .2s .1s, margin .2s .1s, padding .2s .1s;
}

.product-nav li:not(.selected) > .sub a {
  font-size: 0;
  margin: 0;
  opacity: 0;
  padding: 0;
}

.product-nav li.selected > .sub > li > a {
  padding: 0 0 0 20px;
  transition: font-size .1s, margin .1s, padding .1s, opacity .2s .1s;
}

.product-nav .sub a {
  color: #777777;
  display: block;
  font: 14px 'hind-regular';
}

.product-nav .sub li:last-child a {
  border: none;
}

.product-nav .sub a:hover {
  color: #e86b87;
}

.product-nav .selected > a,
.product-nav a.selected {
  color: #e86b87;
}

/* PRODUCT LIST */
.product-list {
  float: right;
  width: 800px;
}

.products-page .grid .column {
  float: left;
  margin-right: 10px;
  width: 190px;
}

.products-page .grid .item {
  display: block;
  margin-bottom: 40px;
}

.products-page .grid .item .media {
  background: #f8f9f9;
  border: 1px solid #eee;
  max-height: 262px;
  overflow: hidden;
}

.products-page .grid .item .media img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.products-page .grid .item p {
  color: #666464;
  font: 16px 'play-italic';
  padding: 20px 0;
  text-align: center;
}

@media screen and (min-width: 1201px) {
  .products-page .grid[data-columns]::before {
    content: '4 .column.size-1of4';
  }
}

@media screen and (max-width: 1201px) {
  .products-page .grid[data-columns]::before {
    content: '4 .column.size-1of4';
  }
}

@media screen and (max-width: 801px) {
  .products-page .grid[data-columns]::before {
    content: '2 .column.size-1of2';
  }
}

@media screen and (max-width: 421px) {
  .products-page .grid[data-columns]::before {
    content: '1 .column.size-1of1';
  }
}

/* PRODUCT DESCRIPTION */
.product-description {
  float: right;
  width: 800px;
}

.product-description .media {
  float: left;
  position: relative;
  width: 48%;
}

.product-description .content {
  float: right;
  position: relative;
  width: 48%;
}

.product-description .content h2 {
  color: #666464;
  font: 40px 'play-regular';
  margin-bottom: 20px;
}

.product-description .content p {
  color: #000;
  font: 14px 'hind-regular';
}

.product-description .content h4 {
  font: 18px/20px 'hind-regular';
  text-transform: uppercase;
}

.color-list li {
  border-radius: 30px;
  float: left;
  height: 30px;
  margin-right: 4px;
  width: 30px;
}

.product-description .content .tab-nav li:after {
  color: #5c5c5c;
  content: "|";
  font-size: 10px;
  padding: 0 5px 0 10px;
  vertical-align: middle;
}

.product-description .content .tab-nav li:last-child:after {
  display: none;
}

.product-description .content .tab-content {
  border-bottom: 2px dotted #aaa;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.product-description .carousel {
  margin: 0;
  padding: 0;
}

.product-description .carousel-sync-on {
  margin-bottom: 20px;
}

.product-description .carousel-sync-on .slick-slide a {
  color: #444;
  display: block;
  height: 500px;
  position: relative;
  width: 100%;
}

.product-description .carousel-sync-on .slick-slide a i {
  font-size: 20px;
  opacity: 0;
  position: absolute;
  right: 20px;
  top: 15px;
  transition: all .3s ease;
}

.product-description .carousel-sync-on .slick-slide a:hover i {
  opacity: 1;
}

.product-description .carousel-sync-for .slick-slide {
  height: 140px;
  position: relative;
}

.product-description .carousel .slick-prev {
  left: -30px;
}

.product-description .carousel .slick-next {
  right: -30px;
}

.product-description .carousel .slick-slide {
  margin: 0 4px;
}

.products-page .slick-slide {
  border: 1px solid #ececec;
  padding: 0;
}

@media only screen and (max-width: 1001px) {
  .products-page .w-content {
    padding: 0 20px;
  }
  .products-page .grid .column {
    width: 22%;
  }
  .product-nav {
    width: 20%;
  }
  .product-list,
  .product-description {
    width: 75%;
  }
  .product-description .content {
    width: 40%;
  }
  .product-description .content .tab-nav li:after {
    display: none;
  }
  .product-description .content .tab-nav li a:before {
    display: none;
  }
}

@media only screen and (max-width: 1001px) {
  .products-page .grid .column {
    margin-right: 1%;
    width: 49%;
  }
}

@media only screen and (max-width: 801px) {
  .product-description .media,
  .product-description .content {
    float: none;
    width: 100%;
  }
  .see-more {
    margin: 40px auto;
  }
  .share-links {
    text-align: center;
  }
  .product-description .carousel-sync-on {
    margin: 40px auto;
    width: 100%;
  }
}

@media only screen and (max-width: 601px) {
  .products-page .w-content {
    margin-top: 40px;
  }
  .product-nav {
    float: none;
    margin-bottom: 40px;
    text-align: center;
    width: 100%;
  }
  .product-nav > ul > li {
    background-color: #e86b87;
    margin-bottom: 1px;
  }
  .product-nav ul li a {
    color: #fff !important;
    padding: 4px 0;
  }
  .product-nav ul li a:hover {
    color: #fff;
  }
  .product-nav .sub {
    padding: 0;
  }
  .product-nav .sub > li {
    background-color: #d3274d;
    display: block;
  }
  .product-nav li.selected > .sub > li > a {
    border-bottom: 1px solid #fff;
    padding: 10px 0;
  }
  .product-list,
  .product-description {
    float: none;
    width: 100%;
  }
  .product-description .carousel-sync-for {
    padding: 0 10px;
  }
  .product-description .carousel .slick-prev {
    left: -20px;
  }
  .product-description .carousel .slick-next {
    right: -20px;
  }
}

@media only screen and (max-width: 421px) {
  .product-description .carousel-sync-on .slick-slide a {
    height: 320px;
  }
  .product-description .carousel-sync-for .slick-slide a {
    height: 80px;
  }
  .products-page .grid .column {
    margin: 0;
    width: 100%;
  }
}

/**
 * HABLAN POR NOSOTROS
 */
.speak-for-us-single-page .box,
.speak-for-us-page .box {
  background-color: #fce1e1;
  border: 10px solid #fff;
  border-radius: 20px;
  box-shadow: 0 0 0 2px #fce1e1;
  margin: 40px 0;
  padding: 40px;
}

.speak-for-us-single-page .box {
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 100px 100px 80px;
}

.speak-for-us-page .slider {
  height: 420px;
}

.speak-for-us-page .grid {
  margin: 0 auto 40px;
  width: 1002px;
}

.speak-for-us-page .grid .column {
  float: left;
  margin-right: 1px;
  width: 500px;
}

.speak-for-us-single-page .item,
.speak-for-us-page .item {
  background-color: #fff;
  display: block;
  height: 217px;
  margin-bottom: 1px;
  width: 100%;
}

.speak-for-us-single-page .item {
  margin: 0 auto 40px;
  width: 500px;
}

.speak-for-us-page .item .media {
  position: relative;
  transition: all .3s;
  position: relative;
}

.speak-for-us-page .item .media::before, .speak-for-us-page .item .media::after {
  bottom: 8px;
  content: '';
  left: 8px;
  opacity: 0;
  position: absolute;
  right: 8px;
  top: 8px;
  transition: opacity .3s, transform .3s;
  z-index: 4;
  pointer-events: none;
}

.speak-for-us-page .item .media::before {
  border-bottom: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: scale(0, 1);
}

.speak-for-us-page .item .media::after {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: scale(1, 0);
}

.speak-for-us-page .item .media:hover::before, .speak-for-us-page .item .media:hover::after {
  opacity: 1;
  transform: scale(1);
}

@media screen and (max-width: 421px) {
  .speak-for-us-page .item .media::before, .speak-for-us-page .item .media::after {
    opacity: 1;
    transform: scale(1);
  }
}

.speak-for-us-page .item .media .hover {
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 0;
  transition: all .3s;
  width: 100%;
  z-index: 2;
  padding: 0 40px;
}

@media screen and (max-width: 421px) {
  .speak-for-us-page .item .media .hover,
  .speak-for-us-page .item .media .hover * {
    opacity: 1;
  }
}

.speak-for-us-page .item .media .hover p {
  color: #fff;
  font: 20px 'hind-bold';
}

.speak-for-us-page .item:hover .media::before,
.speak-for-us-page .item:hover .media::after {
  opacity: 1;
  transform: scale(1);
}

.speak-for-us-page .item:hover .media .hover {
  opacity: 1;
}

.speak-for-us-single-page .item .media,
.speak-for-us-single-page .item .content,
.speak-for-us-page .item .media,
.speak-for-us-page .item .content {
  float: left;
  height: 100%;
}

.speak-for-us-single-page .item .media,
.speak-for-us-page .item .media {
  width: 190px;
}

.speak-for-us-single-page .item .content,
.speak-for-us-page .item .content {
  padding: 0 40px;
  width: 310px;
}

.speak-for-us-page .item .content blockquote {
  margin-bottom: 15px;
}

.speak-for-us-page .item .content blockquote p {
  color: #fce1e1;
  color: #c99ba1;
  font: 18px/20px 'hind-light';
}

.speak-for-us-single-page .item .content p,
.speak-for-us-page .item .content p {
  color: #e86b87;
  font: 12px/18px 'hind-regular';
}

.speak-for-us-single-page .item .content p b,
.speak-for-us-page .item .content p b {
  text-transform: uppercase;
}

@media screen and (min-width: 1200px) {
  .speak-for-us-page .grid[data-columns]::before {
    content: '2 .column.size-1of2';
  }
}

@media screen and (max-width: 1200px) {
  .speak-for-us-page .grid[data-columns]::before {
    content: '2 .column.size-1of2';
  }
}

@media screen and (max-width: 800px) {
  .speak-for-us-page .grid[data-columns]::before {
    content: '2 .column.size-1of2';
  }
}

@media screen and (max-width: 420px) {
  .speak-for-us-page .grid[data-columns]::before {
    content: '1 .column.size-1of1';
  }
}

/**
 * HABLAN POR NOSOTROS SINGLE
 */
.speak-for-us-single-page .carousel {
  margin: 0 auto;
  max-width: 786px;
}

.speak-for-us-single-page .carousel .slick-slide {
  position: relative;
  transition: all .3s;
  margin: 0;
  padding: 0;
  position: relative;
}

.speak-for-us-single-page .carousel .slick-slide::before, .speak-for-us-single-page .carousel .slick-slide::after {
  bottom: 8px;
  content: '';
  left: 8px;
  opacity: 0;
  position: absolute;
  right: 8px;
  top: 8px;
  transition: opacity .3s, transform .3s;
  z-index: 4;
  pointer-events: none;
}

.speak-for-us-single-page .carousel .slick-slide::before {
  border-bottom: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: scale(0, 1);
}

.speak-for-us-single-page .carousel .slick-slide::after {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: scale(1, 0);
}

.speak-for-us-single-page .carousel .slick-slide:hover::before, .speak-for-us-single-page .carousel .slick-slide:hover::after {
  opacity: 1;
  transform: scale(1);
}

@media screen and (max-width: 421px) {
  .speak-for-us-single-page .carousel .slick-slide::before, .speak-for-us-single-page .carousel .slick-slide::after {
    opacity: 1;
    transform: scale(1);
  }
}

.speak-for-us-single-page .carousel .slick-slide .hover {
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 0;
  transition: all .3s;
  width: 100%;
  z-index: 2;
  padding: 0 40px;
}

@media screen and (max-width: 421px) {
  .speak-for-us-single-page .carousel .slick-slide .hover,
  .speak-for-us-single-page .carousel .slick-slide .hover * {
    opacity: 1;
  }
}

.speak-for-us-single-page .carousel .slick-slide .hover p {
  color: #fff;
  font: 20px 'hind-bold';
}

.speak-for-us-single-page .carousel .slick-slide:hover .hover {
  opacity: 1;
}

.speak-for-us-single-page .box p {
  color: #e86b87;
  font: 16px/20px 'hind-light';
  margin-bottom: 20px;
  text-align: center;
}

.speak-for-us-single-page .box .item p {
  text-align: left;
}

.speak-for-us-page .cta,
.speak-for-us-single-page .cta,
.become-reseller-page .cta {
  margin: 80px auto;
  text-align: center;
  width: 440px;
}

.speak-for-us-page .cta h4,
.speak-for-us-single-page .cta h4,
.become-reseller-page .cta h4 {
  color: #e86b87;
  font: 26px 'hind-light';
  text-transform: uppercase;
}

.speak-for-us-page .cta p,
.speak-for-us-single-page .cta p,
.become-reseller-page .cta p {
  font: 26px 'play-italic';
}

.speak-for-us-page .cta a,
.speak-for-us-single-page .cta a,
.become-reseller-page .cta a {
  border: 1px solid #e86b87;
  color: #e86b87;
  display: inline-block;
  font: 26px 'hind-light';
  margin-top: 10px;
  padding: 6px 40px;
  text-transform: uppercase;
}

.speak-for-us-page .cta a:hover,
.speak-for-us-single-page .cta a:hover,
.become-reseller-page .cta a:hover {
  background-color: #e86b87;
  color: #fff;
}

@media only screen and (max-width: 1200px) {
  .speak-for-us-page .item {
    height: 300px;
    margin-bottom: 2%;
  }
  .speak-for-us-single-page .item .media,
  .speak-for-us-page .item .media {
    width: 40%;
  }
  .speak-for-us-single-page .item .content,
  .speak-for-us-page .item .content {
    padding: 0 20px;
    width: 60%;
  }
  .speak-for-us-page .grid {
    width: 100%;
  }
  .speak-for-us-page .box {
    margin: 20px;
    padding: 20px;
  }
  .speak-for-us-page .grid .column {
    margin: 1%;
    width: 48%;
  }
}

@media only screen and (max-width: 701px) {
  .speak-for-us-single-page .box {
    padding: 40px 20px;
  }
  .speak-for-us-page .item {
    height: auto;
  }
  .speak-for-us-page .item .media {
    float: none;
    height: 200px;
    width: 100%;
  }
  .speak-for-us-page .item .content {
    float: none;
    height: auto;
    padding: 20px;
    width: 100%;
  }
  .speak-for-us-page .item .content .va {
    top: auto;
    transform: none;
  }
}

@media only screen and (max-width: 601px) {
  .speak-for-us-single-page .item {
    width: 100%;
  }
  .speak-for-us-single-page .box p {
    text-align: left;
  }
  .speak-for-us-page .cta,
  .speak-for-us-single-page .cta,
  .become-reseller-page .cta {
    width: 100%;
  }
}

@media screen and (max-width: 420px) {
  .speak-for-us-page .grid[data-columns]::before {
    content: '1 .column.size-1of1';
  }
  .speak-for-us-page .grid .column {
    margin: 0;
    width: 100%;
  }
}

/**
 * SOLICITAR REVENDEDORA
 */
.request-reseller-page .w-content {
  background: transparent url("https://www.millanel.com/media/img/solicitar-revendedora/woman.png") no-repeat 900px 540px;
  text-align: center;
}

.request-reseller-page .w-content .banner {
  background-image: url("https://www.millanel.com/media/img/solicitar-revendedora/bg.jpg");
  height: 520px;
}

.request-reseller-page .w-content .banner .inner-wrap {
  background-color: #ca356b;
  border: 4px solid #fff;
  box-shadow: 0 0 0 2px #d3274d;
  height: 130px;
  margin: 0 auto;
  padding: 30px 0;
  width: 640px;
}

.request-reseller-page .w-content .banner p {
  color: #fff;
  font: 18px 'hind-regular';
  text-transform: uppercase;
}

.request-reseller-page .w-content .btn-like {
  border: 1px solid #bf2562;
  color: #bf2562;
  display: inline-block;
  font: 24px 'hind-light';
  margin: 40px auto;
  padding: 6px 20px;
}

.request-reseller-page .w-content > h4 {
  color: #bf2562;
  font: 20px 'hind-regular';
  margin: 40px 0 60px;
  text-transform: uppercase;
}

.request-reseller-page .w-content > p {
  color: #535353;
  font: 18px 'hind-regular';
}

.request-reseller-page .w-content > p span {
  color: #ce1760;
  font-family: 'play-italic';
}

.request-reseller-page .form-box,
.become-reseller-page .form-box {
  background-color: #ce1760;
  border: 1px solid #fff;
  box-shadow: 0 0 0 8px #ce1760;
  height: 500px;
  margin: 80px auto 0;
}

.request-reseller-page .form-box.contactenos,
.become-reseller-page .form-box.contactenos {
  height: 600px;
}
.request-reseller-page .form-box ::-webkit-input-placeholder,
.become-reseller-page .form-box ::-webkit-input-placeholder {
  color: #555;
}

.request-reseller-page .form-box :-moz-placeholder,
.become-reseller-page .form-box :-moz-placeholder {
  color: #555;
}

.request-reseller-page .form-box ::-moz-placeholder,
.become-reseller-page .form-box ::-moz-placeholder {
  color: #555;
}

.request-reseller-page .form-box :-ms-input-placeholder,
.become-reseller-page .form-box :-ms-input-placeholder {
  color: #555;
}

.request-reseller-page .form-box form,
.become-reseller-page .form-box form {
  margin: 0 auto;
  max-width: 500px;
  padding: 0 40px;
}

.request-reseller-page .form-box form label,
.request-reseller-page .form-box form label a,
.become-reseller-page .form-box form label,
.become-reseller-page .form-box form label a {
  color: #fff;
  font: 15px 'hind-regular';
}

.request-reseller-page .form-box form label a,
.become-reseller-page .form-box form label a {
  font-style: italic;
}

.request-reseller-page .form-box form label a:hover,
.become-reseller-page .form-box form label a:hover {
  color: #fce1e1;
}

.request-reseller-page .form-box form input[type="checkbox"],
.become-reseller-page .form-box form input[type="checkbox"] {
  margin-right: 10px;
  vertical-align: middle;
}

.request-reseller-page .form-box form input[type="text"],
.request-reseller-page .form-box form input[type="email"],
.request-reseller-page .form-box form input[type="phone"],
.request-reseller-page .form-box form input[type="number"],
.become-reseller-page .form-box form input[type="text"],
.become-reseller-page .form-box form input[type="email"],
.become-reseller-page .form-box form input[type="phone"],
.become-reseller-page .form-box form input[type="number"],
.request-reseller-page .form-box form textarea,
.become-reseller-page .form-box form textarea
 {
  background-color: #fefdf7;
  border-radius: 4px;
  color: #5c5c5c;
  display: block;
  font: 14px/30px 'hind-regular';
  height: 30px;
  margin-bottom: 10px;
  padding: 0 10px;
  width: 100%;
}

.request-reseller-page .form-box form textarea,
.become-reseller-page .form-box form textarea
 {
  height: 60px;
}
.request-reseller-page .form-box form input[type="submit"],
.become-reseller-page .form-box form input[type="submit"] {
  background-color: #fff;
  border-radius: 4px;
  color: #ce1760;
  display: block;
  font: 20px 'play-italic';
  margin: 40px auto 0;
  padding: 10px 40px;
}

.request-reseller-page .form-box form input[type="submit"]:hover,
.become-reseller-page .form-box form input[type="submit"]:hover {
  background-color: #e86b87;
  color: #fff;
}

@media only screen and (max-width: 801px) {
  .request-reseller-page .w-content {
    padding: 0 20px;
  }
  .request-reseller-page .w-content .banner {
    height: auto;
    margin: 0 -20px;
    padding: 100px 0px;
  }
  .request-reseller-page .w-content .banner .va {
    top: 0;
    transform: none;
  }
  .request-reseller-page .w-content .banner .inner-wrap {
    height: auto;
    padding: 40px;
    width: 100%;
  }
  .request-reseller-page .form-box,
  .become-reseller-page .form-box {
    height: auto;
    margin: 20px;
    padding: 50px 0;
  }
  .request-reseller-page .form-box input[type="submit"],
  .become-reseller-page .form-box input[type="submit"] {
    width: 100%;
  }
  .request-reseller-page .form-box .va,
  .become-reseller-page .form-box .va {
    top: 0;
    transform: none;
  }
}

@media only screen and (max-width: 421px) {
  .request-reseller-page .w-content .banner {
    padding: 100px 0 40px;
  }
  .request-reseller-page .w-content h4 {
    margin: 20px;
  }
  .request-reseller-page .form-box {
    margin-top: 40px;
  }
}

/**
* ENCUENTROS
*/
.meetings-page .w-main {
  background: #6b2d64;
  background: radial-gradient(ellipse at top, #6b2d64 0%, #381246 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start', endColorstr='$finish',GradientType=1 );
}

.meetings-page .banner {
  padding: 100px 0 60px;
}

.meetings-page .tab-nav {
  border-color: #fff;
}

.meetings-page .tab-nav a {
  color: #fff;
}

@media only screen and (max-width: 1200px) {
  .meetings-page .tab-nav li {
    display: block;
    float: left;
    width: 25%;
  }
  .meetings-page .tab-nav a {
    font: 16px 'hind-regular';
  }
}

.meetings-about {
  background: #fffdfe;
  background: radial-gradient(ellipse at center, #fffdfe 0%, #e3dbe0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start', endColorstr='$finish',GradientType=1 );
  height: 700px;
  position: relative;
  /* Animation start */
}

.meetings-about img {
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  transform: translateX(-20%);
  transition: all .6s ease;
}

.meetings-about .inner-wrap {
  float: right;
  height: 100%;
  margin-right: 115px;
  opacity: 0;
  padding-top: 170px;
  position: relative;
  text-align: center;
  transform: translateX(20%);
  transition: all .6s ease;
  width: 500px;
}

.meetings-about .inner-wrap h3 {
  color: #7e0c82;
  font: 40px/40px 'hind-light';
  margin-bottom: 15px;
  text-transform: uppercase;
}

.meetings-about .inner-wrap h3 span {
  color: #7e0c82;
  display: block;
  font: 48px/40px 'play-italic';
  text-transform: lowercase;
}

.meetings-about .inner-wrap p {
  color: #7e0c82;
  font: 18px/22px 'hind-light';
}

.meetings-about.animation-start img {
  opacity: 1;
  transform: translateX(0);
}

.meetings-about.animation-start .inner-wrap {
  opacity: 1;
  transform: translateX(0);
}

.meetings-fun {
  background: #fdebeb;
  background: radial-gradient(ellipse at center, #fdebeb 0%, #fce1e1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start', endColorstr='$finish',GradientType=1 );
  height: 470px;
  position: relative;
  /* Animation start */
}

.meetings-fun img {
  bottom: 0;
  opacity: 0;
  position: absolute;
  right: 100px;
  transform: translateX(20%);
  transition: all .6s ease;
}

.meetings-fun .inner-wrap {
  float: left;
  height: 100%;
  margin-left: 100px;
  opacity: 0;
  padding-top: 140px;
  position: relative;
  text-align: center;
  transform: translateX(-20%);
  transition: all .6s ease;
  width: 570px;
}

.meetings-fun .inner-wrap h3 {
  color: #331a3d;
  font: 45px/40px 'hind-regular';
  margin-bottom: 40px;
  text-transform: uppercase;
}

.meetings-fun .inner-wrap p {
  color: #331a3d;
  font: 18px/22px 'hind-light';  /* 14/30 */
}

.meetings-fun .inner-wrap p:nth-of-type(1) {
  float: left;
  width: 45%;
}

.meetings-fun .inner-wrap p:nth-of-type(2) {
  float: right;
  width: 50%;
}

.meetings-fun.animation-start img {
  opacity: 1;
  transform: translateX(0);
}

.meetings-fun.animation-start .inner-wrap {
  opacity: 1;
  transform: translateX(0);
}

.meetings-simple {
  background-image: url("https://www.millanel.com/media/img/encuentros-single/3.jpg");
  height: 570px;
  position: relative;
  /* Animation start */
}

.meetings-simple img {
  bottom: 0;
  position: absolute;
  right: 0;
}

.meetings-simple .inner-wrap {
  clear: all;
  color: red;
  height: 100%;
  margin: 0 auto;
  opacity: 0;
  padding-top: 210px;
  position: relative;
  text-align: center;
  transform: translateY(20%);
  transition: all .6s ease;
  width: 780px;
}

.meetings-simple .inner-wrap h3 {
  background: transparent url("https://www.millanel.com/media/img/encuentros-single/title-bg.png") no-repeat center center;
  color: #fff;
  font: 40px/106px 'hind-regular';
  height: 106px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.meetings-simple .inner-wrap p {
  color: #fff;
  font: 22px/28px 'hind-light';
}

.meetings-simple .inner-wrap p span {
  color: #fff;
  font-family: 'play-italic';
}

.meetings-simple.animation-start .inner-wrap {
  opacity: 1;
  transform: translateY(0);
}

.meetings-gift {
  background: #dbdbda;
  background: radial-gradient(ellipse at center, #dbdbda 0%, #c4c1cb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start', endColorstr='$finish',GradientType=1 );
  height: 715px;
  position: relative;
  /* Animation start */
}

.meetings-gift img {
  bottom: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  transform: translateX(20%);
  transition: all .6s ease;
  z-index: 0;
}

.meetings-gift .inner-wrap {
  float: left;
  height: 100%;
  margin-left: 100px;
  opacity: 0;
  padding-top: 170px;
  position: relative;
  transform: translateX(-20%);
  transition: all .6s ease;
  width: 580px;
}

.meetings-gift .inner-wrap h3 {
  color: #381246;
  font: 56px/56px 'hind-light';
  margin-bottom: 10px;
  text-transform: uppercase;
}

.meetings-gift .inner-wrap h4 {
  color: #381246;
  font: 30px/30px 'hind-light';
  margin-bottom: 10px;
  padding-right: 80px;
  text-transform: uppercase;
}

.meetings-gift .inner-wrap p {
  color: #381246;
  font: 21px/30px 'hind-regular';
  padding-right: 140px;
}

.meetings-gift .inner-wrap p span {
  color: #381246;
  font-family: 'play-italic';
}

.meetings-gift .inner-wrap p strong {
  font-family: 'hind-bold';
  text-transform: uppercase;
}

.meetings-gift.animation-start img {
  opacity: 1;
  transform: translateX(0);
}

.meetings-gift.animation-start .inner-wrap {
  opacity: 1;
  transform: translateX(0);
}

@media only screen and (max-width: 801px) {
  .meetings-about,
  .meetings-fun,
  .meetings-simple,
  .meetings-gift {
    height: auto;
  }
  .meetings-about .inner-wrap,
  .meetings-fun .inner-wrap,
  .meetings-simple .inner-wrap,
  .meetings-gift .inner-wrap {
    float: none;
    margin: 0 auto;
    padding: 100px 20px;
    width: 100%;
  }
  .meetings-about img,
  .meetings-fun img,
  .meetings-simple img,
  .meetings-gift img {
    max-height: 90%;
  }
  .meetings-gift .inner-wrap h4, .meetings-gift .inner-wrap p {
    padding: 0;
  }
}

@media only screen and (max-width: 601px) {
  .meetings-about img,
  .meetings-fun img,
  .meetings-simple img,
  .meetings-gift img {
    /*display: none*/
  }
  .meetings-about p, .meetings-about h3, .meetings-about h4,
  .meetings-fun p,
  .meetings-fun h3,
  .meetings-fun h4,
  .meetings-gift p,
  .meetings-gift h3,
  .meetings-gift h4 {
    text-shadow: 1px 1px 0px #fff;
  }
  .meetings-about .inner-wrap p {
    font-size: 24px;
    line-height: 24px;
  }
  .meetings-fun .inner-wrap p {
    float: none !important;
    font-size: 24px;
    width: 100% !important;
  }
}

@media only screen and (max-width: 421px) {
  .meetings-simple .inner-wrap h3 {
    background: none;
    font: 40px/40px 'hind-regular';
    height: auto;
  }
}

.meetings-page .carousel {
  margin: 100px 0 400px;
}

.meetings-page .carousel::before {
  background: transparent url("https://www.millanel.com/media/img/encuentros-single/light.png") no-repeat center bottom;
  bottom: -230px;
  height: 467px;
  left: 49%;
  margin-left: calc(100vw / 2 * -1);
  max-width: 100vw;
  position: absolute;
  width: 100vw;
}

.meetings-page .carousel .slick-slide {
  margin: 0 40px;
}

.meetings-page .carousel .slick-slide .media-wrap {
  background: #3e0a69;
  background: -webkit-gradient(left top, right top, color-stop(0%, #3e0a69), color-stop(53%, #893d97), color-stop(100%, #3e0a69));
  background: linear-gradient(to right, #3e0a69 0%, #893d97 53%, #3e0a69 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start', endColorstr='$start', GradientType=1 );
  border-radius: 400px;
  height: 0;
  margin-bottom: 60px;
  overflow: hidden;
  padding: 10px;
  padding-bottom: 100%;
  position: relative;
  transition: all .3s;
  width: 100%;
}

.meetings-page .carousel .slick-slide .media-wrap .media {
  border-radius: 400px;
  height: 90%;
  left: 5%;
  position: absolute;
  top: 5%;
  width: 90%;
}

.meetings-page .carousel .slick-slide p {
  color: #ebebeb;
  font: 20px/30px 'hind-regular';
  text-align: center;
}

.meetings-page .p-header {
  margin: 0 auto;
  text-align: center;
  width: 500px;
}

.meetings-page .p-header h3 {
  color: #fff;
  font: 36px/24px 'hind-bold';
  margin-bottom: 20px;
  text-transform: uppercase;
}

.meetings-page .p-header h3 span {
  color: #fff;
  display: block;
  font: 42px 'hind-light';
}

.meetings-page .p-header p {
  color: #fff;
  font: 16px/30px 'hind-light';
  padding: 0 10px;
}

@media only screen and (max-width: 601px) {
  .meetings-page .p-header {
    padding: 0 20px;
    width: 100%;
  }
}

.meetings-page .form-box {
  background-color: #fcfcfc;
  border: 4px solid #381246;
  border-radius: 10px;
  box-shadow: 0 0 0 2px #fcfcfc;
  margin: 60px auto 200px;
  padding: 50px 100px;
}

.meetings-page .form-box h4 {
  /* border-bottom: 1px solid #000; */
  color: #444444;
  font: 36px 'play-bolditalic';
  /*margin-bottom: 40px;
  padding-bottom: 20px; */
  text-align: center;
}

.meetings-page #coordina-tu-encuentro > p {
  border-bottom: 1px solid #000;
  color: #444444;
  margin-bottom: 40px;
  padding-bottom: 20px;
  text-align: center;
}

.meetings-page .form-box h4 span {
  color: #7e0c82;
}

.meetings-page .form-box form > div {
  margin-bottom: 40px;
}

.meetings-page .form-box form label {
  color: #331a3d;
  float: left;
  font: 22px 'hind-regular';
  padding-right: 20px;
  text-align: right;
  width: 340px;
}

.meetings-page .form-box form .input {
  background-color: #cac8c8;
  border-radius: 6px;
  color: #000;
  float: left;
  font: 20px/40px 'hind-regular';
  height: 40px;
  margin-right: 10px;
  padding: 0 10px;
}

/* .meetings-page  */
 form .input.tiny {
  width: 65px;
}

 form .input.short {
  width: 280px;
}

 form .input.medium , .meetings-page .form-box form .input.medium{
  width: 360px;
}

 form .input.long {
  width: 570px;
}

.meetings-page .form-box form textarea {
  background-color: #cac8c8;
  border-radius: 6px;
  height: 200px;
  width: 100%;
}

.meetings-page .form-box form input[type="submit"] {
  background-color: #fff;
  border: 1px solid #381246;
  color: #381246;
  display: block;
  font: 18px 'hind-regular';
  margin: 0 auto;
  padding: 5px 15px;
  text-transform: uppercase;
}

.meetings-page .form-box form input[type="submit"]:hover {
  background-color: #381246;
  color: #fff;
}

@media only screen and (max-width: 1100px) {
  .meetings-page .form-box form > div {
    margin-bottom: 20px;
  }
  .meetings-page .form-box form label {
    display: block;
    float: none;
    text-align: left;
    width: 100%;
  }
  .meetings-page .form-box form .input {
    margin: 0 0 10px;
    width: 100% !important;
  }
}

@media only screen and (max-width: 601px) {
  .meetings-page .form-box {
    padding: 20px;
  }
}

@media only screen and (max-width: 421px) {
  .g-recaptcha {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
  .g-recaptcha > div {
    width: 100% !important;
  }
}

/**
* CONVERTITE EN REVENDERORA
*/
.become-reseller-page .stick {
  background-color: #ce1760;
  border-radius: 0 0 10px 10px;
  color: #fff;
  float: right;
  height: 78px;
  margin-top: -40px;
  padding: 15px 0;
  text-align: center;
  width: 200px;
  z-index: 10;
}

.become-reseller-page .stick:hover {
  background-color: #e86b87;
}

.become-reseller-page .stick h4 {
  font: 12px "hind-light";
  text-transform: uppercase;
}

.become-reseller-page .stick p {
  font: 24px/20px 'play-regular';
}

.become-reseller-page .banner {
  background-image: url("https://www.millanel.com/media/img/convertite-revendedora/slider/1.png");
  height: 500px;
}

.become-reseller-page .banner .caption {
  bottom: 30px;
  padding: 0 20px;
  position: absolute;
  text-align: center;
  width: 100%;
}

.become-reseller-page .banner .caption p {
  color: #fff;
  font: 18px/20px 'hind-regular';
  margin: 0 auto 30px;
  max-width: 490px;
  text-transform: uppercase;
  width: 100%;
}

.become-reseller-page .form-box {
  margin-top: 20px;
  max-width: 1140px;
}

.become-reseller-page .tab-nav {
  margin-top: 50px;
}

.become-reseller-page .tab-nav a {
  font: 16px/70px 'hind-regular';
}

.become-reseller-page .section-secret {
  margin: 100px 0 150px;
}

.become-reseller-page .section-secret .media {
  margin-bottom: 40px;
  opacity: 0;
  transform: translateY(-20%);
  transition: all .6s ease;
}

.become-reseller-page .section-secret .media img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.become-reseller-page .section-secret .content {
  margin: 0 auto;
  max-width: 860px;
  text-align: center;
  width: 100%;
}

.become-reseller-page .section-secret .content .col {
  float: left;
  opacity: 0;
  transition: all .6s ease .6s;
  width: 430px;
}

.become-reseller-page .section-secret .content .col:nth-child(1) {
  padding: 0 10px;
  text-align: right;
  transform: translateX(-20%);
}

.become-reseller-page .section-secret .content .col:nth-child(2) {
  padding: 0 0 0 10px;
  text-align: left;
  transform: translateX(20%);
}

.become-reseller-page .section-secret .content .col p {
  color: #505050;
  font: 18px/20px 'hind-regular';
  margin-bottom: 10px;
}

.become-reseller-page .section-secret .content .col p span {
  color: #ce1760;
  font: 20px/20px 'play-italic';
}

.become-reseller-page .section-secret .content .col p strong {
  display: block;
  font-family: 'hind-bold';
}

.become-reseller-page .section-secret.animation-start .media {
  opacity: 1;
  transform: translateY(0);
}

.become-reseller-page .section-secret.animation-start .col {
  opacity: 1;
}

.become-reseller-page .section-secret.animation-start .col:nth-child(1) {
  transform: translateX(0);
}

.become-reseller-page .section-secret.animation-start .col:nth-child(2) {
  transform: translateX(0);
}

.become-reseller-page .section-oportunity {
  margin-bottom: 100px;
}

.become-reseller-page .section-oportunity .media {
  margin-bottom: 40px;
  opacity: 0;
  transform: translateY(-20%);
  transition: all .6s ease;
}

.become-reseller-page .section-oportunity .media img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.become-reseller-page .section-oportunity .content {
  color: #ce1760;
  margin: 0 auto;
  max-width: 960px;
  opacity: 0;
  position: relative;
  text-align: center;
  transform: translatey(-20%);
  transition: all .6s ease .6s;
}

.become-reseller-page .section-oportunity .content h3 {
  font: 50px/60px 'play-regular';
}

.become-reseller-page .section-oportunity .content h4 {
  font: 24px 'hind-light';
  margin-bottom: 30px;
  text-transform: uppercase;
}

.become-reseller-page .section-oportunity .content p {
  color: #505050;
  font: 18px/30px 'hind-regular';
}

.become-reseller-page .section-oportunity .content:before {
  border-top: 2px dotted #ce1760;
  bottom: -40px;
  content: " ";
  left: 50%;
  margin-left: -150px;
  position: absolute;
  width: 300px;
}

.become-reseller-page .section-oportunity.animation-start .media {
  opacity: 1;
  transform: translateY(0);
}

.become-reseller-page .section-oportunity.animation-start .content {
  opacity: 1;
  transform: translateX(0);
}

.become-reseller-page .section-advantages {
  background-color: #ebebeb;
  margin-top: 300px;
}

.become-reseller-page .section-advantages .video-box-wrap {
  margin: -140px auto;
  width: 590px;
}

.become-reseller-page .section-advantages .video-box-wrap .video-box {
  margin: 0;
  padding-bottom: 47.25%;
}

.become-reseller-page .section-advantages .content {
  color: #ce1760;
  padding: 270px 0 150px;
  position: relative;
  text-align: center;
}

.become-reseller-page .section-advantages .content h3 {
  font: 45px/60px 'play-regular';
  text-transform: uppercase;
}

.become-reseller-page .section-advantages .content h4 {
  font: 24px 'hind-light';
  margin-bottom: 30px;
  text-transform: uppercase;
}

.become-reseller-page .section-advantages .content ul {
  padding: 70px 0;
  position: relative;
  text-align: center;
}

.become-reseller-page .section-advantages .content ul li {
  display: inline-block;
  margin: 0 20px;
  vertical-align: top;
  width: 140px;
}

.become-reseller-page .section-advantages .content ul li img {
  display: block;
  margin: 0 auto 40px;
  max-width: 100%;
}

.become-reseller-page .section-advantages .content ul li p {
  color: #444444;
  font: 16px/20px 'hind-regular';
  text-transform: uppercase;
}

.become-reseller-page .section-advantages .content ul:before, .become-reseller-page .section-advantages .content ul:after {
  border-top: 1px solid #ce1760;
  content: " ";
  left: 50%;
  margin-left: -245px;
  position: absolute;
  width: 490px;
}

.become-reseller-page .section-advantages .content ul:before {
  top: 0;
}

.become-reseller-page .section-advantages .content ul:after {
  bottom: 0;
}

.become-reseller-page .section-discovery {
  background: transparent url("https://www.millanel.com/media/img/convertite-revendedora/discovery.png") no-repeat 0 0;
  height: 621px;
  margin: -50px auto 0;
  opacity: 0;
  position: relative;
  text-align: center;
  transform: translateY(20%);
  transition: all .6s ease;
  width: 600px;
}

.become-reseller-page .section-discovery .content {
  color: #ce1760;
  margin: 60px 70px 0 50px;
}

.become-reseller-page .section-discovery .content h3 {
  font: 32px 'play-regular';
  text-transform: uppercase;
}

.become-reseller-page .section-discovery .content h4 {
  font: 24px 'play-italic';
  margin-bottom: 20px;
}

.become-reseller-page .section-discovery .content p {
  color: #000;
  font: 18px/30px 'hind-regular';
}

.become-reseller-page .section-discovery.animation-start {
  opacity: 1;
  transform: translateY(0);
}

@media only screen and (max-width: 1200px) {
  .become-reseller-page .tab-nav li {
    display: block;
    float: left;
    width: 25%;
  }
  .become-reseller-page .tab-nav a {
    font: 16px 'hind-regular';
  }
}

@media only screen and (max-width: 901px) {
  .become-reseller-page .section-secret .content {
    padding: 0 20px;
  }
  .become-reseller-page .section-secret .content .col {
    width: 50%;
  }
  .become-reseller-page .section-oportunity .content {
    padding: 0 20px;
  }
  .become-reseller-page .section-advantages {
    margin-top: 20px;
  }
  .become-reseller-page .section-advantages .video-box-wrap {
    margin: 40px auto;
  }
  .become-reseller-page .section-advantages .content {
    padding: 40px 20px;
  }
  .become-reseller-page .section-advantages .content ul:before, .become-reseller-page .section-advantages .content ul:after {
    left: 0;
    margin: 0 auto;
    right: 0;
    width: 80%;
  }
}

@media only screen and (max-width: 801px) {
  .become-reseller-page .stick {
    display: none;
  }
}

@media only screen and (max-width: 601px) {
  .become-reseller-page .section-secret .media {
    padding: 0 20px;
  }
  .become-reseller-page .section-secret .content .col {
    float: none;
    width: 100%;
  }
  .become-reseller-page .section-advantages .video-box-wrap {
    width: 95%;
  }
  .become-reseller-page .section-discovery {
    background: none;
    height: auto;
    margin: 40px auto;
    width: 100%;
  }
  .become-reseller-page .section-oportunity .content h3 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 421px) {
  .become-reseller-page .section-oportunity .content h3 {
    font-size: 35px;
  }
}

/**
 * Slider single page
 */
.slider-single-page .w-content {
  margin-bottom: 100px;
  position: relative;
}

.slider-single-page .w-content img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.slider-single-page .w-content a:nth-child(2) {
  bottom: 150px;
  left: 0px;
  position: absolute;
  width: 50%;
  z-index: 2;
}

.slider-single-page .w-content a:nth-child(3) {
  bottom: 150px;
  position: absolute;
  right: 0px;
  width: 50%;
  z-index: 2;
}

@media only screen and (max-width: 421px) {
  .slider-single-page .w-content a:nth-child(2) {
    bottom: 10px;
  }
  .slider-single-page .w-content a:nth-child(3) {
    bottom: 10px;
  }
}

/**
* BLOG
*/
.search-panel {
  cursor: pointer;
  height: 400px;
  left: 0;
  position: fixed;
  top: -400px;
  transition: 0.6s all cubic-bezier(1, 0, 0, 1);
  width: 100%;
  z-index: 40;
}

.search-panel .overlay {
  background-color: rgba(0, 0, 0, 0.9);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.search-panel form {
  margin: 0 auto;
  max-width: 800px;
  position: relative;
  width: 90%;
}

.search-panel form input {
  background-color: transparent;
  border-bottom: 1px solid #fff;
  color: #fff;
  display: block;
  font: 60px 'hind-light';
  padding-right: 70px;
  width: 100%;
}

.search-panel form button {
  background-color: transparent;
  position: absolute;
  right: 15px;
  top: 35px;
}

.search-panel.active {
  top: 0;
}

.w-header-blog {
  font-family: 'play-bolditalic';
  height: 95px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 30;
}

.w-header-blog .wrap {
  background-color: rgba(32, 38, 64, 0.9);
  height: 100%;
  transition: all .3s ease;
}

.w-header-blog .logo {
  display: block;
  margin-top: 20px;
  text-align: center;
}

.w-header-blog .logo-book {
  color: #fff;
  font-size: 18px;
  left: 30px;
  position: absolute;
  top: 30px;
}

.w-header-blog .logo-book img {
  margin-right: 15px;
  vertical-align: middle;
}

.w-header-blog .logout {
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 24px;
  position: absolute;
  right: 160px;
  top: 31px;
}

.w-header-blog .search-open {
  position: absolute;
  right: 30px;
  top: 30px;
}

.blog-page .banner img {
  padding: 0;
}

.blog-page .blog-nav {
  border-bottom: 1px solid #dddddd;
  padding: 35px 50px;
  text-align: center;
}

.blog-page .blog-nav li {
  display: inline-block;
  margin-right: 25px;
  vertical-align: middle;
}

.blog-page .blog-nav li a {
  color: #575757;
  font: 14px/14px 'hind-bold';
  text-transform: uppercase;
}

.blog-page .blog-nav li a.selected, .blog-page .blog-nav li a:hover {
  color: #e86b87;
}

.blog-page .breadcrumb {
  margin: 35px 0;
}

.blog-page .breadcrumb ul {
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  float: none;
  padding: 20px;
  width: 100%;
}

.blog-page .breadcrumb + .blog-nav {
  margin: -35px 0 35px;
}

.blog-inner-nav {
  margin-top: -35px;
  padding: 0 100px;
}

.blog-inner-nav .back {
  color: #7d7d7d;
  float: left;
  font: 16px/40px 'play-regular';
  text-transform: uppercase;
}

.blog-inner-nav .back i {
  font-size: 25px;
  margin-right: 10px;
  vertical-align: middle;
}

.blog-inner-nav .back:hover {
  color: #000;
}

.inner-tab-nav {
  float: right;
  font-size: 0;
  height: 40px;
}

.inner-tab-nav li {
  border-right: 1px solid #9f9f9f;
  display: inline-block;
}

.inner-tab-nav li:last-child {
  border: none;
}

.inner-tab-nav a {
  color: #f93588;
  display: block;
  font: 16px/40px 'play-regular';
  padding: 0 20px;
  text-transform: uppercase;
}

.inner-tab-nav a:hover, .inner-tab-nav a.selected {
  background: #f93588;
  color: #fff;
}

/**
* BLOG HOME
*/
.blog-home-page .w-header-blog .wrap {
  background-color: transparent;
}

.blog-home-page .w-header-blog.animation-start .wrap {
  background-color: rgba(32, 38, 64, 0.9);
}

.blog-home-page .blog-calendar {
  background-color: #000;
  height: 540px;
  position: relative;
}

.blog-home-page .blog-calendar .carousel-sync-on-big {
  height: 100%;
  margin: 0;
  padding: 0;
}

.blog-home-page .blog-calendar .carousel-sync-on-big .slick-list,
.blog-home-page .blog-calendar .carousel-sync-on-big .slick-track,
.blog-home-page .blog-calendar .carousel-sync-on-big .slick-slide {
  height: 100%;
  margin: 0;
  padding: 0;
}

.blog-home-page .blog-calendar .carousel-sync-on-big .slick-slide .va {
  color: #fff;
  margin: 0 100px;
}

.blog-home-page .blog-calendar .carousel-sync-on-big .slick-slide h4, .blog-home-page .blog-calendar .carousel-sync-on-big .slick-slide h2, .blog-home-page .blog-calendar .carousel-sync-on-big .slick-slide p {
  opacity: 0;
  transform: translatex(50px);
  transition: all .6s ease .6s;
}

.blog-home-page .blog-calendar .carousel-sync-on-big .slick-slide h4 {
  font: 18px 'hind-bold';
  text-transform: uppercase;
}

.blog-home-page .blog-calendar .carousel-sync-on-big .slick-slide h2 {
  font: 32px/30px 'hind-bold';
  margin: 20px 0;
  text-transform: uppercase;
  width: 480px;
}

.blog-home-page .blog-calendar .carousel-sync-on-big .slick-slide p {
  font: 24px/24px 'hind-regular';
  width: 300px;
}

.blog-home-page .blog-calendar .carousel-sync-on-big .slick-slide.slick-current h4, .blog-home-page .blog-calendar .carousel-sync-on-big .slick-slide.slick-current h2, .blog-home-page .blog-calendar .carousel-sync-on-big .slick-slide.slick-current p {
  opacity: 1;
  transform: translatex(0);
}

.blog-home-page .blog-calendar .carousel-sync-for-big {
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  bottom: 40px;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
}

.blog-home-page .blog-calendar .carousel-sync-for-big .slick-slide {
  border-bottom: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  padding-bottom: 10px;
  transition: all .3s ease;
}

.blog-home-page .blog-calendar .carousel-sync-for-big .slick-slide.slick-current, .blog-home-page .blog-calendar .carousel-sync-for-big .slick-slide:hover {
  border-bottom: 1px solid #ff00f0;
}

.blog-home-page .blog-calendar .carousel-sync-for-big .slick-slide a{
  color: #fff;
}
.blog-home-page .blog-calendar .carousel-sync-for-big .slick-slide h4 {
  font: bold 14px 'play-regular';
  text-transform: uppercase;
}

.blog-home-page .blog-calendar .carousel-sync-for-big .slick-slide p {
  font: 14px 'hind-regular';
}

.blog-home-page .blog-nav {
  border: none;
  padding: 50px;
}

.blog-home-page .grid {
  max-width: 1200px;
  margin: 0 auto;
}

.blog-home-page .grid .column {
  float: left;
  margin: 0;
  width: 400px;
}

.blog-home-page .grid .column .item {
  display: block;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  width: 100%;
}

.blog-home-page .grid .column .item .media {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.blog-home-page .grid .column .item .content {
  background-color: rgba(30, 28, 98, 0.8);
  color: #fff;
  height: 100%;
  left: 0;
  padding: 30px;
  position: absolute;
  text-align: center;
  top: 0;
  transition: all .3s ease;
  width: 100%;
}


.blog-home-page .grid .column .item .content:hover .va {
  display:none;
}


.blog-home-page .grid .column .item .content h2 {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  font: 42px/42px 'hind-light';
  margin: 10px 0;
  padding: 20px 0;
  text-transform: uppercase;
}

.blog-home-page .grid .column .item .content h4 {
  font: 14px 'hind-bold';
  text-transform: uppercase;
}

.blog-home-page .grid .column .item .content p {
  font: 14px/16px 'hind-light';
}

.blog-home-page .grid .column .item .content::before,
.blog-home-page .grid .column .item .content::after {
  transition: all .3s ease;
}

.blog-home-page .grid .column .item:hover .content {
  background-color: transparent;
  color: #211d49;
}

.blog-home-page .grid .column .item:hover .content h2 {
  border-bottom: 1px solid #211d49;
  border-top: 1px solid #211d49;
}

.blog-home-page .grid .column .item:hover .content::before,
.blog-home-page .grid .column .item:hover .content::after {
  content: " ";
  position: absolute;
}

.blog-home-page .grid .column .item:hover .content::before {
  box-shadow: inset 0 0 0px 14px rgba(30, 28, 98, 0.8);
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.blog-home-page .grid .column .item:hover .content::after {
  box-shadow: inset 0 0 0px 4px rgba(30, 28, 98, 0.8);
  height: calc(100% - 30px);
  left: 15px;
  top: 15px;
  width: calc(100% - 30px);
}

@media screen and (min-width: 1201px) {
  .blog-home-page .grid[data-columns]::before {
    content: '3 .column.size-1of4';
  }
}

@media screen and (max-width: 1201px) {
  .blog-home-page .grid[data-columns]::before {
    content: '3 .column.size-1of4';
  }
}

@media screen and (max-width: 1001px) {
  .blog-home-page .grid[data-columns]::before {
    content: '2 .column.size-1of2';
  }
}

@media screen and (max-width: 601px) {
  .blog-home-page .grid[data-columns]::before {
    content: '1 .column.size-1of1';
  }
}

/**
* BLOG HERRAMIENTAS
*/
.blog-tools-page .w-content {
  margin-top: 80px;
}

.blog-tools-page .w-content .inner-wrap {
  margin: 0 auto;
  max-width: 990px;
}

.blog-tools-page .blog-info {
  padding: 0 20px;
  text-align: center;
}

.blog-tools-page .blog-info h3 {
  font: 21px 'play-regular';
  margin-bottom: 20px;
}

.blog-tools-page .blog-info p {
  font: 16px/28px 'hind-regular';
}

.blog-tools-page .blog-info a {
  background-color: #e86b87;
  border-radius: 20px;
  color: #fff;
  display: inline-block;
  margin-top: 40px;
  padding: 15px 30px;
}

.blog-tools-page .blog-info a:hover {
  background-color: #d3274d;
}

.blog-tools-page .blog-content-nav {
  background-color: #fff;
  color: #585858;
  float: left;
  height: 100%;
  padding: 100px 0;
  position: relative;
  width: 190px;
  z-index: 1;
}

.blog-tools-page .blog-content-nav:before {
  border-left: 1px solid #000;
  content: " ";
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: -10;
}

.blog-tools-page .blog-content-nav > ul {
  border-left: 1px solid #fff;
  padding: 10px 0 5px;
}

.blog-tools-page .blog-content-nav .heading {
  font: bold 12px 'play-italic';
}

.blog-tools-page .blog-content-nav a {
  display: block;
  font: 12px 'hind-regular';
  margin: 6px 0;
}

.blog-tools-page .blog-content-nav a span {
  font-weight: bold;
  margin-left: 4px;
}

.blog-tools-page .blog-content-nav a:hover {
  color: #e86b87;
}

.blog-tools-page .blog-content-nav .sub a {
  transition: opacity .1s,
 font-size .2s .1s,
 margin .2s .1s,
 padding .2s .1s;
}

.blog-tools-page .blog-content-nav li:not(.selected) > a {
  color: #585858;
}

.blog-tools-page .blog-content-nav li:not(.selected) > .sub a {
  font-size: 0;
  margin: 0;
  opacity: 0;
  padding: 0;
}

.blog-tools-page .blog-content-nav li.selected > .sub a {
  transition: font-size .1s,
 margin .1s,
 padding .1s,
 opacity .2s .1s;
}

.blog-tools-page .blog-content-nav > ul > li > a {
  font-weight: bold;
}

.blog-tools-page .blog-content-nav > ul > li > ul > li > a {
  text-transform: uppercase;
}

.blog-tools-page .blog-content {
  float: right;
  padding-right: 100px;
  position: relative;
  width: 740px;
}

.blog-tools-page .blog-content span.quees-agenda a {
  color: #575757;
  font: 14px 'play-italic';
  position: relative ; /*absolute; */
  top: -108px;
}

.blog-tools-page .blog-content span.quees-agenda  a:hover {
  color: #000;
}

.blog-tools-page .blog-entry img {
  border: 2px solid #000;
  padding: 2px;
  max-width: 237px;
}

.blog-tools-page .blog-entry p {
  color: #585858;
  font: 16px/28px 'hind-regular';
  margin-bottom: 10px;
  text-align: justify;
}

.blog-tools-page .blog-entry header {
  margin-bottom: 20px;
}

.blog-tools-page .blog-entry header .media {
  float: left;
  margin-right: 20px;
}

.blog-tools-page .blog-entry header time {
  color: #585858;
  display: block;
  font: 12px 'hind-bold';
  margin-top: 20px;
  text-transform: uppercase;
}

.blog-tools-page .blog-entry header time img {
  border: none;
  display: inline-block;
  margin-right: 6px;
  vertical-align: middle;
}

.blog-tools-page .blog-entry header h2 {
  color: #f81676;
  font: bold 28px/28px 'play-regular';
  margin: 10px 0;
  text-transform: uppercase;
}

.blog-tools-page .blog-entry header h4 {
  color: #575757;
  font: 18px 'hind-regular';
  text-transform: uppercase;
}

.blog-tools-page .blog-entry .content > img {
  float: right;
  margin: 20px 0 20px 20px;
  max-width: 237px;
}

.blog-tools-page .blog-news {
  background: #ededed;
  margin-top: 60px;
  padding: 70px 200px;
}

.blog-tools-page .blog-news h4 {
  border-bottom: 1px solid #000000;
  color: #585858;
  font: 36px 'play-bolditalic';
  padding-bottom: 20px;
  text-align: center;
}

.blog-tools-page .blog-news ul {
  margin: 60px 0;
}

.blog-tools-page .blog-news .blog-entry header h3 {
  color: #585858;
  font: 18px/18px 'hind-bold';
  margin: 10px 0 6px;
  text-transform: uppercase;
}

.blog-tools-page .blog-news .blog-entry header h5 {
  color: #585858;
  font: 14px 'hind-bold';
  margin-bottom: 10px;
}

.blog-tools-page .blog-news .blog-entry .content p {
  clear: none;
}

.blog-tools-page .product-list {
  float: none;
  margin: 0 auto;
  max-width: 700px;
  width: 100%;
}

.blog-tools-page .product-list h3 {
  color: #191919;
  font: 21px 'play-regular';
  margin-bottom: 40px;
  text-align: center;
}

.blog-tools-page .product-list .grid::before {
  font-size: 0px;
}

.blog-tools-page .product-list .grid .column {
  float: left;
  margin: 0 20px;
  width: 190px;
}

.blog-tools-page .product-list .grid .column .item {
  display: block;
  margin-bottom: 40px;
}

.blog-tools-page .product-list .grid .column .item .media {
  background: #f8f9f9;
  border: 1px solid #eee;
  height: 260px;
  overflow: hidden;
}

.blog-tools-page .product-list .grid .column .item .media img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.blog-tools-page .product-list .grid .column .item p {
  color: #666464;
  font: 16px 'play-italic';
  padding: 20px 0;
  text-align: center;
}

@media screen and (min-width: 1200px) {
  .blog-tools-page .grid[data-columns]::before {
    content: '3 .column.size-1of4';
  }
}

@media screen and (max-width: 1200px) {
  .blog-tools-page .grid[data-columns]::before {
    content: '3 .column.size-1of4';
  }
}

@media screen and (max-width: 601px) {
  .blog-tools-page .grid[data-columns]::before {
    content: '2 .column.size-1of2';
  }
}

@media screen and (max-width: 420px) {
  .blog-tools-page .grid[data-columns]::before {
    content: '1 .column.size-1of1';
  }
}

/**
* BLOG - DONDE COMPRAR
*/
.blog-buy-page .gmap {
  height: 500px;
  margin-bottom: 40px;
}

.blog-buy-page .gmap > div {
  height: 100%;
  width: 100%;
}

.blog-buy-page .gmap-control {
  float: left;
  margin: 0 48px;
  text-align: center;
  width: 270px;
}

.blog-buy-page .gmap-control .selectric-wrapper {
  margin-bottom: 20px;
}

.blog-buy-page .gmap-control .selectric-wrapper .selectric .label {
  font: 24px/58px 'play-bolditalic';
  height: 58px;
  padding-right: 20px;
}

.blog-buy-page .gmap-control .selectric-wrapper .selectric .button {
  font-size: 40px;
  left: auto;
  right: 0;
  top: 14px;
}

.blog-buy-page .gmap-info {
  float: right;
  height: auto;
  min-height: 240px;
  width: 900px;
  margin-top: 40px;
}

.blog-buy-page .gmap-info .col {
  float: left;
  height: 100%;
  padding-right: 20px;
  width: 50%;
}

.blog-buy-page .gmap-info .col p , .blog-buy-page .gmap-info .col p a {
  color: #4c4c4c;
  font: 18px/20px 'hind-regular';
  margin-bottom: 10px;
}

.blog-buy-page .gmap-info .col p span {
  display: inline-block;
  margin-right: 20px;
  text-align: right;
  width: 90px;
}

.blog-buy-page .gmap-info .va { margin-top: 30px; }

@media screen and (max-width: 1250px) {
  .blog-page .blog-nav {
    padding: 35px 20px;
  }
  .blog-page .blog-nav ul {
    text-align: center;
  }
  .blog-page .blog-nav ul li {
    margin: 0;
    padding: 0 10px;
    width: 10%;
  }
}

@media screen and (max-width: 1201px) {
  .blog-home-page .grid .column {
    width: 33.333333333%;
  }
  .blog-buy-page .w-content {
    padding: 0 20px;
  }
  .blog-buy-page .gmap-control,
  .blog-buy-page .gmap-info {
    float: none;
    height: auto;
    margin: 40px 0;
    width: 100%;
  }
  .blog-buy-page .gmap-control .selectric-wrapper {
    float: left;
    margin: 0 .15%;
    width: 33%;
  }
  .blog-buy-page .va {
    top: auto;
    transform: none;
  }
}

@media screen and (max-width: 1001px) {
  .blog-page .blog-nav {
    padding: 0;
  }
  .blog-page .blog-nav ul {
    text-align: center;
  }
  .blog-page .blog-nav ul li {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    float: left;
    padding: 0;
    width: 33.3333333333333333333333%;
  }
  .blog-page .blog-nav ul li br {
    display: none;
  }
  .blog-page .blog-nav ul li a {
    background-color: #202640;
    color: #fff;
    display: block;
    margin-bottom: 1px;
    padding: 10px 0;
  }
  .blog-page .blog-nav ul li a:hover {
    background-color: #313a62;
    color: #fff;
  }
  .blog-inner-nav {
    margin: 0;
    padding: 0;
  }
  .blog-inner-nav .back {
    display: block;
    float: none;
    text-align: center;
  }
  .inner-tab-nav {
    margin: 10px 0;
    width: 100%;
  }
  .inner-tab-nav li {
    border-right: 1px solid #fff;
    float: left;
    text-align: center;
    width: 33.3333333333333%;
  }
  .blog-home-page .blog-calendar .carousel-sync-for-big {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
  }
  .blog-home-page .blog-calendar .carousel-sync-on-big .slick-slide .va {
    margin: 0 20px;
  }
  .blog-home-page .blog-calendar .carousel-sync-on-big .slick-slide .va h4, .blog-home-page .blog-calendar .carousel-sync-on-big .slick-slide .va h2, .blog-home-page .blog-calendar .carousel-sync-on-big .slick-slide .va p {
    margin: 10px auto;
    width: 100%;
  }
  .blog-home-page .grid .column {
    width: 50%;
  }
  .blog-home-page .grid .column .item .content h2 {
    font-size: 30px;
  }
}

@media screen and (max-width: 801px) {
  .blog-page .w-header-blog {
    height: 60px;
    top: 45px;
  }
  .blog-page .w-header-blog .logo-book {
    font-size: 0px;
    top: 12px;
    width: 50px;
  }
  .blog-page .w-header-blog .logo {
    display: none;
  }
  .blog-page .w-header-blog .logout {
    left: 0;
    margin: auto;
    right: 0;
    top: 12px;
    width: 42px;
  }
  .blog-page .w-header-blog .search-open {
    top: 12px;
  }
  .blog-page .w-main {
    padding-top: 45px;
  }
  .blog-page .blog-nav {
    display: none;
  }
  .inner-tab-nav {
    height: auto;
    margin: 10px 0;
    width: 100%;
  }
  .inner-tab-nav li {
    border: none;
    width: 100%;
  }
  .blog-tools-page {
    /* BLOG CONTENT NAV*/
    /* BLOG CONTENT */
    /* BLOG NEWS */
    /* BLOG PROPDUCTION*/
  }
  .blog-tools-page .w-content {
    margin: 20px 0;
  }
  .blog-tools-page .blog-content-nav {
    float: none;
    padding: 0;
    text-align: center;
    width: 100%;
  }
  .blog-tools-page .blog-content-nav:before {
    display: none;
  }
  .blog-tools-page .blog-content-nav .heading {
    display: none;
  }
  .blog-tools-page .blog-content-nav ul li a {
    color: #fff !important;
    font-size: 14px;
    margin: 0;
    padding: 10px 0;
  }
  .blog-tools-page .blog-content-nav > ul > li {
    background-color: #e86b87;
    display: block;
    margin-bottom: 1px;
  }
  .blog-tools-page .blog-content-nav > ul > li > ul li {
    background-color: #d3274d;
    display: block;
  }
  .blog-tools-page .blog-content-nav > ul > li > ul > li > ul > li {
    background-color: #9e1d3a;
  }
  .blog-tools-page .blog-content-nav ul li a:hover {
    color: #fff;
  }
  .blog-tools-page .blog-content-nav li.selected > .sub > li > a {
    border-bottom: 1px solid #fff;
  }
  .blog-tools-page .blog-content {
    float: none;
    margin-top: 20px;
    padding: 0;
    padding: 0 20px;
    width: 100%;
  }
  .blog-tools-page .blog-content > a {
    display: block;
    font-size: 20px;
    margin: 20px 0 50px;
    position: relative;
    text-align: center;
    top: auto;
  }
  .blog-tools-page .blog-content .blog-entry h2, .blog-tools-page .blog-content .blog-entry h4 {
    text-align: left;
  }
  .blog-tools-page .blog-news {
    padding: 40px;
  }
  .blog-tools-page .blog-news h3, .blog-tools-page .blog-news h5 {
    text-align: left;
  }
  .blog-tools-page .product-list .grid .column {
    margin: 0 .15%;
    width: 33%;
  }
  .blog-buy-page .gmap-info .col {
    float: none;
    margin-bottom: 10px;
    width: 100%;
  }
  .blog-buy-page .gmap-info .col p {
    text-align: left;
  }
  .blog-buy-page .gmap-info .col p span {
    margin-right: 10px;
    text-align: left;
    width: auto;
  }
  .blog-buy-page .gmap-control .selectric-wrapper {
    float: nonw;
    margin: 0 0 20px;
    width: 100%;
  }
  .blog-buy-page .va {
    top: auto;
    transform: none;
  }
}

@media screen and (max-width: 601px) {
  .blog-tools-page .blog-entry header .media {
    float: none;
    text-align: center;
    width: 100%;
  }
  .blog-tools-page .product-list .grid .column {
    margin: 0 .5%;
    width: 49%;
  }
  .blog-home-page .blog-calendar .carousel-sync-for-big {
    display: none;
  }
  .blog-home-page .grid .column {
    width: 100%;
  }
  .blog-home-page .grid .column .item .content h2 {
    font-size: 30px;
  }
}

@media screen and (max-width: 421px) {
  .blog-home-page .blog-calendar .slick-slide .va {
    padding: 150px 20px 0;
    top: 0;
    transform: none;
  }
  .blog-home-page .blog-calendar .slick-slide .va h4 {
    font-size: 18px;
  }
  .blog-home-page .blog-calendar .slick-slide .va h2 {
    font-size: 28px;
  }
  .blog-home-page .blog-calendar .slick-slide .va p {
    font-size: 18px;
  }
  .blog-tools-page .blog-entry header .media img {
    width: 100%;
  }
  .blog-tools-page .blog-entry .content > img {
    display: block;
    float: none;
    margin: 20px auto;
  }
  .blog-tools-page .product-list .grid .column {
    margin: 0%;
    width: 100%;
  }
}

/* CONTENT */
.content div img {
  display: block;
  width: 100%;
}

/* ==========================================================================
Media Queries
========================================================================== */
@media only screen and (max-width: 1024px) {
  .wrap {
    width: 100%;
  }
}

@media only screen and (max-width: 801px) {
  h1, h2, h3, h4, h5, p {
    text-align: center;
  }
  .w-main {
    padding-top: 150px;
  }
  .js #menu {
    display: none;
  }
  .js .slicknav_menu {
    display: block;
  }
  /* Tab */
  .tab-nav {
    border-bottom: none;
    height: auto;
  }
  .tab-nav li {
    display: block;
    float: none !important;
    width: 100% !important;
  }
  .tab-nav li a {
    background-color: #e86b87;
    border-bottom: 1px solid #d3274d;
    color: #fff;
    display: block;
    font: 16px 'hind-regular';
    padding: 10px 20px;
  }
  .tab-nav li a:hover {
    background-color: #d3274d;
    color: #fff;
  }
  .tab-nav form {
    position: relative;
    width: 100%;
  }
  .tab-nav form .selectric {
    border-radius: 0;
  }
  /* Comentario */
  .comments {
    padding: 20px;
  }
  .comments i {
    display: none;
  }
  .comments textarea,
  .comments input {
    width: 100% !important;
  }

 

  /* 05-04-2018 */
  body.home-page p,
  body.home-page .resellers-tips .hover p {
    font-size:16px;
  }


}

@media only screen and (max-width: 601px) {
  .w-main {
    padding-top: 0;
  }
  li:after {
    display: none;
  }
  .video-box {
    margin: 20px;
  }
  /* P-header */
  .p-header {
    padding: 20px !important;
  }
  .p-header.small .inner-wrap {
    width: 100%;
  }
}
