@import url(https://fonts.googleapis.com/css?family=Nunito);@charset "UTF-8";

/* TIPOGRAFÍA */

@font-face {
  font-family: "HelveticaBold";
  src: url("/css/fonts/HelveticaNeueCondensedBold.ttf") format("truetype"), url("/css/fonts/HelveticaNeueCondensedBold.woff") format("woff");
}

/* CSS DOCUMENT */

* {
  margin: 0;
}

body {
  font-family: "Montserrat", sans-serif;
  background-color: #cdf2f6;
}

/* LINKS */

a:link {
  color: inherit;
  text-decoration: inherit;
}

a:visited {
  color: inherit;
  text-decoration: inherit;
}

a:hover {
  color: inherit;
  text-decoration: inherit;
}

a:active {
  color: inherit;
  text-decoration: inherit;
}

/* INPUTS */

.txtBox {
  width: 100%;
  height: auto;
  padding: 8px 10px;
  margin: 20px 0px -10px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  color: #f1f1f1;
  position: relative;
  float: left;
  box-sizing: border-box;
  background: none;
  transition: all 0.3s ease-out;
  border: 1px solid #bcbcbc;
}

.txtBox option {
  background-color: #272421;
}

.txtBox:focus {
  outline: none;
  /*border-radius: 0px;
  border: 1px solid #CCCCCC;
  box-shadow: 0px 0px 8px #666;
  -moz-box-shadow: 0px 0px 8px #666;
  -webkit-box-shadow: 0px 0px 8px #666;*/
}

::-webkit-input-placeholder {
  color: #999999;
}

/* WebKit */

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

/* Firefox 18- */

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

/* Firefox 19+ */

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

/* IE 10+ */

.select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: auto;
  padding: 5px 15px 5px 15px;
  margin: 0px 0px 20px 0px;
  font-weight: 500;
  color: #CCCCCC;
  border: 0;
  border-bottom: 1px solid #434a63;
  box-sizing: border-box;
  background: rgba(24, 39, 91, 0.1) url("/images/iconos/indicadorselect.png") no-repeat right center;
}

.select::-ms-expand {
  display: none;
}

.select:focus {
  outline: none;
}

/* BUTTON */

.button {
  width: auto;
  padding: 10px 30px;
  font-weight: 400;
  font-size: 12px;
  color: #cdf2f6;
  position: relative;
  display: inline-block;
  background: #272421;
  border-radius: 6px;
  border: 0;
  transition: all 0.3s ease-out;
  cursor: pointer;
}

.button:hover {
  background: #47433e;
}

.button-left {
  float: left !important;
  /*border: 1px solid #FF0000;*/
}

/* SECTION */

.contsection {
  width: 100%;
  height: 100vh;
  position: relative;
  float: left;
  box-sizing: border-box;
  overflow: hidden;
  /*border: 1px solid #FF0000;*/
}

.section {
  overflow: hidden;
  /*border: 1px solid #FF0000;*/
}

.boxinfosection {
  width: 90%;
  position: absolute;
  left: 50%;
  top: 53%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  /*border: 1px solid #ccc;*/
}

.infosection {
  width: 55%;
  position: relative;
  float: left;
  box-sizing: border-box;
  text-align: justify;
  /*border: 1px solid #FF0000;*/
}

.infosection-width {
  width: 45%;
  text-align: right;
  /*border: 1px solid #FF0000;*/
}

.infosection p {
  width: 100%;
  margin: -8px 0px 0px;
  font-family: "Bebas Neue", cursive;
  font-size: 4.2vw;
  text-align: left;
  color: #272421;
  position: relative;
  float: left;
  /*border: 1px solid #FF0000;*/
}

.infosection span {
  font-size: 1.1vw;
  font-weight: 500;
  color: #272421;
}

.infosection h1 {
  width: 100%;
  margin: -8px 0px 0px;
  font-family: "Bebas Neue", cursive;
  font-size: 4.4vw;
  text-align: left;
  color: #272421;
  position: relative;
  float: left;
  /*border: 1px solid #FF0000;*/
}

.infosection .txtBox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 14px 15px;
  margin: 20px 0px -12px;
  background-color: #272421;
  border: 1px solid #272421;
  border-radius: 6px;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
}

/* HEADER */

.contheader {
  width: 100%;
  padding: 10px 0px 4px;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 150;
  background-color: #272421;
}

.header {
  width: 96%;
  position: relative;
  display: inline-block;
  /*border: 1px solid #FF0000;*/
}

.infoheader {
  width: auto;
  position: relative;
  float: left;
  box-sizing: border-box;
  /*border: 1px solid #FF0000;*/
}

.infoheader p {
  height: 15px;
  margin: 0px 30px 0px 15px;
  font-family: "Bebas Neue", cursive;
  font-size: 20px;
  color: #cdf2f6;
  position: relative;
  float: left;
  /*border: 1px solid #FF0000;*/
}

.infoheader img {
  height: 25px;
  margin: 0;
  float: left;
}

.infoheader-rigth {
  padding: 0px 50px 0px 0px;
  float: right;
  /*border: 1px solid #FF0000;*/
}

.infoheader img {
  margin: 0px 15px 0px 0px;
}

#fa-share-alt {
  display: none;
}

.logo {
  width: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  /*border: 1px solid #FF0000;*/
}

.logo img {
  width: auto;
  height: 30px;
}

video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  /*border: 1px solid #FF0000;*/
}

.conttxtbanner {
  width: 90%;
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 1;
  /*border: 1px solid #FF0000;*/
}

.conttxtbanner-top {
  top: 48%;
}

.conttxtbanner img {
  width: 28%;
  position: absolute;
  right: 6%;
  bottom: -23%;
}

.txtbanner {
  width: 40%;
  padding: 20px 0px 0px;
  float: left;
  box-sizing: border-box;
  overflow: hidden;
  /*border: 1px solid #FF0000;*/
}

.txtbanner-right {
  float: right;
  /*border: 1px solid #FF0000;*/
}

.txtbanner p {
  width: 100%;
  margin: 0;
  text-align: center;
  font-family: "Bebas Neue", cursive;
  font-size: 5.5vw;
  /*color: #272421;*/
  color: #FFFFFF;
  position: absolute;
  top: -25px;
  left: 0;
  /*border: 1px solid #FF0000;*/
}

.p-absolute {
  margin: 0px 0px 0px;
  top: inherit !important;
  bottom: -5px;
  /*border: 1px solid #000;*/
}

.contporcentajetxtbanner {
  width: 100%;
  margin: 0px 0px 0px;
  text-align: center;
  font-family: "Bebas Neue", cursive;
  font-size: 22vw;
  /*color: #272421;*/
  color: #FFFFFF;
  position: relative;
  float: left;
  box-sizing: border-box;
  /*border: 1px solid #FF0000;*/
}

.porcentajetxtbanner {
  width: 50%;
  /*color: #272421;*/
  color: #FFFFFF;
  margin: 0px -20px 0px 0px;
  display: inline-block;
  /*border: 1px solid #FF0000;*/
}

.infotxtbanner {
  width: 100%;
  padding: 0px 20px;
  font-weight: 500;
  text-align: center;
  font-size: 1.05vw;
  /*color: #272421;*/
  color: #FFFFFF;
  position: relative;
  float: left;
  box-sizing: border-box;
  /*display: none;
  border: 1px solid #FF0000;*/
}

#infotxtbanner {
  position: relative;
  top: 100px;
}

.imgbanner {
  width: 100%;
  height: 100vh;
  position: absolute;
  /*top: 10%;
  opacity: 0;*/
  top: 0;
  opacity: 1;
  left: 0;
  z-index: 0;
  /*border: 1px solid #FF0000;*/
}

#imgbanner-m {
  display: none;
  /*border: 1px solid #FF0000;*/
}

#animate-p,
#animate-f {
  position: relative;
  top: 150px;
}

#animate-n,
#animate-n-p {
  position: relative;
  top: 450px;
}

.animate-n {
  overflow: hidden;
  position: absolute;
  top: 0;
  /*border: 1px solid #FF0000;*/
}

.animate-n-r {
  right: 26px;
}

.background-banner {
  background: #00CCCC url("/images/banners/background-min.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* MENU */

.contmenu {
  width: 480px;
  height: 100vh;
  padding: 60px 0px 0px;
  text-align: center;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2;
  background-color: #212121;
  display: none;
}

.btnmenu {
  width: 480px;
  padding: 0px 40px;
  margin: 0px 0px 5px;
  font-family: "Bebas Neue", cursive;
  font-size: 40px;
  letter-spacing: 1px;
  color: #cdf2f6;
  text-align: left;
  position: relative;
  float: left;
  box-sizing: border-box;
  cursor: pointer;
  /*border: 1px solid #FF0000;*/
}

.btnmenu:hover {
  color: #ffd5ed;
}

.btnmenu .fa-chevron-right {
  font-size: 30px;
  position: absolute;
  top: 9px;
  right: 40px;
}

.contsubbtnmenu {
  width: 100%;
  /*height: 0;*/
  position: relative;
  float: left;
  box-sizing: border-box;
  display: none;
  /*border: 1px solid #FF0000;*/
}

.subbtnmenu {
  width: 100%;
  padding: 0px 30px;
  margin: 0px 0px 0px;
  font-family: "Bebas Neue", cursive;
  font-size: 26px;
  letter-spacing: 1px;
  color: #cdf2f6;
  text-align: left;
  position: relative;
  float: left;
  box-sizing: border-box;
  cursor: pointer;
  /*border: 1px solid #FF0000;*/
}

.subbtnmenu:hover {
  color: #ffd5ed;
}

.subbtnmenu .fa-chevron-right {
  font-size: 14px;
  position: absolute;
  top: 9px;
  left: 12px;
}

.ligthboxmenu {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.75);
  display: none;
}

.ligthboxmenu-video {
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 155;
  display: none;
}

.ligthboxmenu-content {
  width: 80%;
  max-width: 750px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background-color: #000;
  box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.85);
  /*border: 1px solid #FF0000;*/
}

.ligthboxmenu-content iframe {
  width: 100%;
  height: 400px;
  position: relative;
  float: left;
  top: 0;
  border-radius: 8px;
}

.ligthboxmenu-content .closetestimoniofloat {
  padding: 4px 9px 0px;
  font-size: 22px;
}

.ligthboxsucursales {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.75);
  display: none;
}

.ligthboxsucursales-content {
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background-color: #000;
  border-radius: 10px;
  box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.85);
  /*border: 1px solid #FF0000;*/
}

.ligthboxsucursales-content .fa-times {
  font-size: 30px;
  position: absolute;
  top: -35px;
  right: 0;
  color: #cdf2f6;
  transition: all 0.2s;
  cursor: pointer;
}

.ligthboxsucursales-content .fa-times:hover {
  color: #FFF;
}

.ligthboxsucursales-content iframe {
  width: 100%;
  height: 80vh;
  position: relative;
  float: left;
  top: 0;
  border-radius: 8px;
}

/* FLOAT REDES SOCIALES */

.contredesfloat {
  width: 200px;
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 1;
  /*border: 1px solid #FF0000;*/
}

.circleredesfloat {
  width: 70px;
  height: 70px;
  margin: 0px 5px 0px 0px;
  position: relative;
  display: inline-block;
  border-radius: 50%;
  background-color: #028a02;
  cursor: pointer;
  z-index: 1;
}

.circleredesfloat {
  background-color: #008e00;
}

.circleredesfloat-color {
  background-color: #0068b5 !important;
  z-index: 0;
}

.circleredesfloat img {
  width: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 1;
}

.txtredesfloat {
  width: auto;
  padding: 6px 30px;
  font-size: 8px;
  font-weight: 600;
  color: #cdf2f6;
  position: absolute;
  top: -30px;
  left: 15px;
  border-radius: 12px;
  white-space: nowrap;
  letter-spacing: 1px;
  background-color: #008e00;
  z-index: 0;
  display: none;
}

.txtredesfloat p {
  width: 100%;
  margin: 0;
  font-weight: 600;
  font-size: 20px;
  /*border: 1px solid #FF0000;*/
}

/* FLOAT FLAGS */

.contflasgfloat {
  width: auto;
  padding: 0px 3% 0px 0px;
  font-family: "Bebas Neue", cursive;
  font-size: 3.5vw;
  text-align: right;
  position: fixed;
  right: 0px;
  bottom: 2.5%;
  z-index: 1;
  /*border: 1px solid #FF0000;*/
}

.flasgfloat {
  width: 4%;
  font-size: 0.9vw;
  text-align: center;
  color: #666;
  position: relative;
  display: inline-block;
  margin: 0 0 0 1%;
  top: 16px;
  transition: all 0.2s;
  cursor: pointer;
  /*border: 1px solid #FF0000;*/
}

.flasgfloat:hover {
  color: #272421;
}

.flasgfloat img {
  width: 100%;
  margin: 0px 0px 2px;
  float: left;
  border-radius: 4px;
  /*border: 1px solid #FF0000;*/
}

.separadorflasgfloat {
  display: none;
}

/* FLOAT TESTIMONIOS */

.conttestimoniofloat {
  width: auto;
  position: fixed;
  right: 70px;
  bottom: 80px;
  /*border: 1px solid #FF0000;*/
}

.txttestimoniofloat {
  width: 408px;
  padding: 15px 40px;
  font-size: 12px;
  font-weight: 500;
  color: #272421;
  text-align: center;
  position: relative;
  float: left;
  box-sizing: border-box;
  border-radius: 12px;
  background-color: #ffd5ed;
  z-index: 0;
  /*border: 1px solid #FF0000;*/
}

.txttestimoniofloat p {
  width: 100%;
  margin: 13px 0px 0px;
  font-weight: 800;
  font-size: 14px;
  /*border: 1px solid #FF0000;*/
}

.startestimoniofloat {
  width: 100%;
  margin: 8px 0px 0px;
  text-align: center;
  position: relative;
  float: left;
  box-sizing: border-box;
  /*border: 1px solid #FF0000;*/
}

.startestimoniofloat img {
  width: 23px;
  margin: 0px 5px 0px;
  /*border: 1px solid #FF0000;*/
}

.circletestimoniofloat {
  width: 85px;
  height: 85px;
  position: absolute;
  right: -30px;
  bottom: -60px;
  border-radius: 50%;
  background-color: #ffd5ed;
  z-index: 1;
  /*border: 1px solid #FF0000;*/
}

.circletestimoniofloat-img {
  width: 70px;
  height: 70px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #ffd5ed;
  z-index: 1;
  cursor: pointer;
  /*border: 1px solid #FF0000;*/
}

.circletestimoniofloat-img .fa-play-circle {
  font-size: 70px;
  color: #272421;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.circletestimoniofloat-img .fa-play-circle:hover {
  color: #f934a4;
}

.closetestimoniofloat {
  width: 35px;
  height: 35px;
  padding: 6px 0px 0px;
  font-size: 18px;
  font-weight: 800;
  color: #f934a4;
  position: absolute;
  top: -10px;
  right: -10px;
  border-radius: 50%;
  box-sizing: border-box;
  background-color: #ffd5ed;
  z-index: 1;
  cursor: pointer;
  /*border: 1px solid #FF0000;*/
}

.closetestimoniofloat:hover {
  background-color: #fdb8df;
}

.arrowfloat {
  width: 15px;
  position: absolute;
  top: 40%;
  z-index: 2;
  opacity: 0.5;
  cursor: pointer;
  /*border: 1px solid #FF0000;*/
}

.arrowfloat:hover {
  opacity: 1;
}

.arrowfloat-left {
  left: 15px;
  transform: scaleX(-1);
  /*border: 1px solid #FF0000;*/
}

.arrowfloat-right {
  left: inherit;
  right: 15px;
  /*border: 1px solid #FF0000;*/
}

.arrowfloat img {
  width: 100%;
  /*border: 1px solid #FF0000;*/
}

.scrolltestimoniofloat {
  width: 1850px;
  position: relative;
  float: left;
  box-sizing: border-box;
  /*border: 1px solid #000;*/
}

.boxtestimoniofloat {
  width: 330px;
  height: 94px;
  margin: 0px 40px 0px 0px;
  position: relative;
  float: left;
  box-sizing: border-box;
  /*border: 1px solid #FF0000;*/
}

.boxtestimoniofloat-hidden {
  overflow: hidden;
}

.boxconttestimoniofloat {
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  /*border: 1px solid #000;*/
}

/* FLOAT BUEN FIN */

.contbuenfin {
  width: 100%;
  padding: 10px 0px 7px 150px;
  font-family: "Bebas Neue", cursive;
  font-size: 30px;
  color: #FFF;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #000;
  box-sizing: border-box;
}

.contbuenfin img {
  width: 200px;
  position: absolute;
  right: 20px;
  bottom: 0;
}

/* BLOQUE 2 */

.contbloque2 {
  width: 100%;
  height: 100vh;
  position: relative;
  float: left;
  box-sizing: border-box;
  transition: 1.3s ease-in-out;
  overflow: hidden;
  /*cursor: grab;
  border: 1px solid #FF0000;*/
}

.boxbloque2 {
  width: 100%;
  height: 100vh;
  position: relative;
  float: left;
  box-sizing: border-box;
  /*border: 1px solid #000;*/
}

.contboxbloque2 {
  width: 80%;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  /*border: 1px solid #000;*/
}

.cboxbloque2 {
  width: 25%;
  float: left;
  box-sizing: border-box;
  /*border: 1px solid #000;*/
}

.cboxbloque2col1 {
  width: 75%;
  padding: 0px 0px 0px 30px;
}

.cboxbloque2col1 video {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  transform: none;
  -webkit-transform: none;
}

/*.contbloque2:hover {
    transition: .2s ease-in-out;
    background-color: #FF73C2;
}
.contbloque2:active {
    cursor: grabbing;
    border: 1px solid #FF0000;
}*/

.headerbloque2 {
  width: 100%;
  height: 0px;
  text-align: center;
  position: absolute;
  top: 80px;
  left: 0;
  z-index: 100;
  /*border: 1px solid #FF0000;*/
}

.headerbloque2 p {
  width: auto;
  margin: 0px 0px 0px;
  font-family: "Bebas Neue", cursive;
  font-size: 4vw;
  text-align: center;
  color: #272421;
  display: inline-block;
  /*border: 1px solid #fff;*/
}

.headerbloque2 span {
  font-size: 1.1vw;
  font-weight: 500;
}

#dtxtbloque2 {
  display: inherit;
}

#mtxtbloque2 {
  display: none;
}

.contbloque2-over {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 50%;
  box-sizing: border-box;
  z-index: 1;
  opacity: 0;
  background: #ffd5ed;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffd5ed), color-stop(50%, #ffa4d8), color-stop(100%, #ff73c2));
  background: linear-gradient(to bottom, #ffd5ed 0%, #ffa4d8 50%, #ff73c2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffd5ed", endColorstr="#ff73c2", GradientType=0 );
  /*cursor: grab;
  border: 1px solid #FF0000;*/
}

.txtbloque2-over {
  top: 60% !important;
}

.txtbloque2 {
  width: auto;
  margin: 5px 0px 0px;
  text-align: left;
  float: left;
  box-sizing: border-box;
  /*border: 1px solid #FF0000;*/
}

.txtbloque2 p {
  margin: 0px 0px 0px;
  font-family: "Bebas Neue", cursive;
  font-size: 2.8vw;
  /*border: 1px solid #fff;*/
}

.txtbloque2-preview p {
  width: 100%;
  margin: 0px 0px 0px;
  font-family: "Bebas Neue", cursive;
  font-size: 5vw !important;
  letter-spacing: -3px;
  text-align: left;
  color: #f71193;
  display: inline-block;
  /*border: 1px solid #fff;*/
}

.txtbloque2-preview span {
  font-family: "Bebas Neue", cursive;
  font-size: 3vw !important;
  color: #f71193;
  position: relative;
  top: -20px;
  /*border: 1px solid #fff;*/
}

.txtbloque2-preview .fa-arrow-circle-down {
  font-size: 40px;
  color: #FF73C2;
}

.txtbloque2 span {
  font-size: 1vw;
  font-weight: 500;
}

.circlebloque2 {
  width: 140px;
  height: 140px;
  margin: 0px 0px 20px;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  background: #FB89C9;
}

.circlebloque2 img {
  width: 60% !important;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  /*border: 1px solid #FF0000;*/
}

.contbtn {
  width: 100%;
  margin: 25px 0px 0px;
  text-align: center;
  display: inline-block;
  /*border: 1px solid #ff0000;*/
}

.contbtn .button {
  padding: 10px 40px;
  margin: 0 !important;
  font-size: 12px;
  border-radius: 0 !important;
  background: #272421;
}

.contbtn .button:hover {
  background: #f71193;
}

/* BLOQUE 2B */

.contbloque2b {
  width: 100%;
  height: 100vh;
  position: relative;
  float: left;
  box-sizing: border-box;
  /*border: 1px solid #FF0000;*/
}

.boxintrobloque2b {
  width: 850px;
  height: 350px;
  font-family: "Bebas Neue", cursive;
  font-weight: 800;
  font-size: 160px;
  /*color: #272421;*/
  color: #FFFFFF;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 2;
  overflow: hidden;
  text-shadow: 0px 3px 10px rgba(0, 0, 0, 0.4);
  /*border: 1px solid #000;*/
}

.boxintrosubbloque2b {
  width: 100%;
  margin: -40px 0px 30px;
  font-size: 60px;
  float: left;
  box-sizing: border-box;
  letter-spacing: 3px;
  /*border: 1px solid #000;*/
}

.boxintrotxtbloque2b {
  width: 850px;
  padding: 0px 5%;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
  position: relative;
  float: left;
  box-sizing: border-box;
  letter-spacing: initial;
  /*border: 1px solid #FF0000;*/
}

.boxanimatebloque2b {
  width: 0px;
  height: 200px;
  font-family: "Bebas Neue", cursive;
  font-weight: 800;
  font-size: 160px;
  /*color: #272421;*/
  color: #FFFFFF;
  text-align: center;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  overflow: hidden;
  z-index: 2;
  text-shadow: 0px 3px 10px rgba(0, 0, 0, 0.4);
  letter-spacing: 2px;
  /*border: 1px solid #000;*/
}

.animatebloque2b {
  width: 850px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  letter-spacing: 2px;
  /*border: 1px solid #FF0000;*/
}

.animatebloque2b-active {
  top: 280px;
  /*border: 1px solid #FF0000;*/
}

.animatebloque2b-display {
  width: 0px;
  left: 100%;
  /*border: 1px solid #FF0000;*/
}

/* BLOQUE 3 */

.headerbloque3 {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 50px;
  left: 0;
  z-index: 100;
  /*border: 1px solid #FF0000;*/
}

.headerbloque3 p {
  width: 100%;
  margin: 0px 0px 0px;
  font-family: "Bebas Neue", cursive;
  font-weight: 800;
  font-size: 4vw;
  text-align: center;
  color: #272421;
  display: inline-block;
  /*border: 1px solid #fff;*/
}

.headerbloque3 span {
  font-size: 1.2vw;
  font-weight: 500;
}

/* BLOQUE 4 */

.contbloque4 {
  width: 720px;
  height: 100vh;
  position: absolute;
  top: 0;
  right: -180px;
  transform: skew(20deg);
  background-color: #272421;
  z-index: 1;
  /*border: 1px solid #FF0000;*/
}

.boxbloque4 {
  width: 440px;
  padding: 0px 40px;
  font-size: 16px;
  text-align: center;
  color: #f1f1f1;
  line-height: 25px;
  position: absolute;
  top: 80px;
  right: 0;
  z-index: 2;
  box-sizing: border-box;
  /*border: 1px solid #FF0000;*/
}

.boxbloque4 p {
  width: 100%;
  margin: 0px 0px 25px;
  font-family: "Bebas Neue", cursive;
  font-size: 70.4px;
  text-align: center;
  color: #cdf2f6;
  display: inline-block;
  /*border: 1px solid #fff;*/
}

iframe {
  width: 100%;
  height: 115%;
  position: absolute;
  top: -50px;
  z-index: 0;
}

.contdirectorio {
  width: auto;
  height: 40vh;
  position: absolute;
  top: 300px;
  bottom: 0;
  left: 40px;
  right: 40px;
  overflow-y: auto;
  /*background-color: #272421;
  border: 1px solid #ff0000;*/
}

.contsearch_filter {
  width: 100%;
  margin: 20px 0px -10px;
  position: relative;
  float: left;
  box-sizing: border-box;
  /*border: 1px solid #ff0000;*/
}

.contsearch_filter .fa-search,
.fa-times-circle {
  font-size: 16px;
  color: #cdf2f6;
  position: absolute;
  top: 9px;
  right: 10px;
  z-index: 1;
}

.contsearch_filter .fa-times-circle {
  display: none;
  cursor: pointer;
}

.contsearch_filter .txtBox {
  padding: 8px 40px 8px 10px;
  margin: 0;
}

.contdirectorio-search {
  height: 53vh !important;
  top: 210px !important;
  /*border: 1px solid #ff0000 !important;*/
}

.nosearch_filter {
  text-align: left;
  font-size: 14px;
  color: #cdf2f6;
  display: none;
  /*border: 1px solid #ff0000;*/
}

/*.contdirectorio::-webkit-scrollbar {
    width: 15px;
}
.contdirectorio::-webkit-scrollbar-track {
    background-color: #272421;
}
.contdirectorio::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #f1f1f1;
    border: 4px solid #272421;
}*/

.boxdirectorio {
  width: 100%;
  padding: 0px 10px 0px 10px;
  margin: 0px 0px 0px;
  text-align: left;
  position: relative;
  box-sizing: border-box;
  background-color: #272421;
  display: inline-block;
  /*border: 1px solid #FF0000;*/
}

.boxdirectorio p {
  width: 100%;
  padding: 0px 0px 0px 18px;
  margin: 0px 0px 15px;
  font-family: "Bebas Neue", cursive;
  font-size: 20px;
  text-align: left;
  color: #cdf2f6;
  display: inline-block;
  letter-spacing: 1px;
  box-sizing: border-box;
  border-bottom: 1px solid #cdf2f6;
  cursor: pointer;
}

.boxdirectorio p:hover {
  color: #ff96d2;
}

.boxdirectorio-p-hover {
  color: #ff96d2 !important;
}

.boxdirectorio .fa-chevron-left {
  font-size: 10px;
  position: absolute;
  top: 24px;
  left: 10px;
}

.conttxtdata {
  width: 380px;
  padding: 20px 20px;
  margin: 0px 40px 0px 0px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 11px;
  color: #f1f1f1;
  line-height: 15px;
  position: absolute;
  top: 72px;
  left: -400px;
  box-sizing: border-box;
  background-color: #272421;
  z-index: 5;
  /*border: 1px solid #FF0000;*/
}

.conttxtdata p {
  width: 100%;
  padding: 0px 0px 5px 0px;
  margin: 0px 0px 15px;
  font-family: "Bebas Neue", cursive;
  font-size: 20px;
  text-align: left;
  color: #cdf2f6;
  display: inline-block;
  letter-spacing: 1px;
  border-bottom: 1px solid #cdf2f6;
  cursor: pointer;
}

#closedatatxt {
  display: none;
}

.txtdata {
  width: 100%;
  padding: 0px 0px 0px 18px;
  margin: 0px 0px 5px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 11px;
  color: #fff;
  line-height: 15px;
  position: relative;
  float: left;
  box-sizing: border-box;
  /*border: 1px solid #FF0000;*/
}

.txtdata_mt {
  margin: 10px 0px 0px;
}

.txtdata_p {
  padding: 0px 0px 0px 18px;
  margin: 0px 0px 3px;
  font-weight: 300;
  color: #ccc;
}

.txtdata .fas,
.far {
  font-size: 10px;
  position: absolute;
  top: 1.5px;
  left: 0;
}

.fa-phone {
  transform: scaleX(-1);
}

.conttxtdata .loading .fas {
  margin: 0px 0px 8px !important;
  font-size: 26px !important;
  position: relative;
}

.uppage {
  width: auto;
  padding: 10px 15px 13px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 20px;
  color: #f1f1f1;
  position: absolute;
  bottom: 28px;
  right: 70px;
  box-sizing: border-box;
  background-color: #272421;
  z-index: 5;
  /*border: 1px solid #FF0000;*/
}

.uppage:hover {
  background-color: #24201d;
  /*border: 1px solid #FF0000;*/
}

.uppage span {
  font-size: 12px;
  color: #f1f1f1;
  /*border: 1px solid #FF0000;*/
}

.uppage .fa-chevron-circle-up {
  position: relative;
  top: 3px;
  margin: 0px 5px 0px 0px;
  /*border: 1px solid #FF0000;*/
}

.display-search {
  display: none;
}

/* NOSOTROS */

.contnosotros {
  top: 53%;
  /*border: 1px solid #FF0000;*/
}

.boxnosotros {
  width: 100%;
  position: relative;
  float: left;
  /*border: 1px solid #FF0000;*/
}

/*.boxnosotros p {
    width: 100%;
    margin: 0px 0px 15px;
    font-family: 'Bebas Neue', cursive;
    font-size: 4.4vw;
    text-align: left;
    color: #272421;
    position: relative;
    float: left;
    border: 1px solid #FF0000;
}
.boxnosotros span {
    font-size: 1vw;
    font-weight: 600;
    color: #272421;
}*/

.textnosotros {
  width: 100%;
  height: 65vh;
  padding: 0px 0px 0px 0px;
  font-size: 14px;
  font-weight: 500;
  color: #272421;
  position: relative;
  float: left;
  box-sizing: border-box;
  overflow: auto;
  line-height: 22px;
  /*border: 1px solid #FF0000;*/
}

.textnosotros p {
  width: 100% !important;
  padding: 0px 0px 8px;
  margin: 30px 0px 15px !important;
  font-size: 24px !important;
  box-sizing: border-box;
  border-bottom: 1px solid #9b9999;
}

.textnosotros span {
  font-size: 14px !important;
  font-weight: 700 !important;
}

.contvideo {
  width: 90%;
  height: 62vh;
  margin: 7px 0px 0px;
  position: relative;
  display: inline-block;
  border-radius: 8px 8px 0px 0px;
  overflow: hidden;
  /*border: 1px solid #FF0000;*/
}

.play-video-left {
  width: 30%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.6);
  /*border: 1px solid #FF0000;*/
}

.play-video-top {
  -webkit-clip-path: polygon(0 0, 23% 0, 60% 48%, 24% 100%, 0 100%, 38% 48%);
          clip-path: polygon(0 0, 23% 0, 60% 48%, 24% 100%, 0 100%, 38% 48%);
  width: 300px;
  height: 300px;
  background: linear-gradient(#58C2ED, #1B85DC);
}

/* AGENDA TU CITA */

.contagenda {
  width: 90%;
  margin: -4px 0px 0px;
  padding: 10px 20px 5px;
  text-align: left;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  border-radius: 0px 0px 8px 8px;
  background-color: #272421;
  /*border: 1px solid #FF0000;*/
}

.contagenda p {
  width: auto;
  padding: 0px 0px 0px;
  margin: 0px 0px 0px !important;
  font-size: 34px !important;
  color: #cdf2f6;
  box-sizing: border-box;
  border-bottom: 0px solid #9b9999;
  line-height: initial;
  /*border: 1px solid #FF0000;*/
}

.contagenda span {
  font-size: 12px !important;
  font-weight: 300 !important;
  color: #cdf2f6 !important;
}

.contagenda .button {
  padding: 10px 25px;
  margin: -17px 0px 0px;
  font-weight: 600;
  color: #272421;
  position: absolute;
  top: 50%;
  right: 23px;
  background: #cdf2f6;
  /*border: 1px solid #FF0000;*/
}

.contagenda .button:hover {
  background: #86ecfe;
  /*border: 1px solid #FF0000;*/
}

/* PROMOCIONES */

.contpromociones {
  width: 90%;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 52%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  /*border: 1px solid #000;*/
}

.boxpromociones {
  width: 55%;
  height: 400px;
  text-align: center;
  position: relative;
  display: inline-block;
  overflow: hidden;
  /*border: 1px solid #FF0000;*/
}

.boxpromociones p {
  width: 100%;
  margin: -15px 0px -10px;
  font-family: "Bebas Neue", cursive;
  font-size: 6vw;
  color: #272421;
  position: relative;
  float: left;
  /*border: 1px solid #FF0000;*/
}

.boxpromociones span {
  font-size: 1.5vw;
  font-weight: 500;
  color: #272421;
}

.boxpromociones .txtBox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 85%;
  padding: 14px 15px;
  margin: 0px 0px 5px;
  background-color: #272421;
  border: 1px solid #272421;
  border-radius: 6px;
  position: relative;
  display: inline-block;
  float: none;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
}

.boxpromociones select {
  width: 45% !important;
  margin: 0px 2px 0px !important;
  position: relative;
  display: inline-block;
  float: none;
}

.titpromociones {
  width: 100%;
  margin: 0px 0px 15px;
  font-family: "Bebas Neue", cursive;
  font-size: 4vw;
  color: #272421;
  position: relative;
  float: left;
  line-height: 40px;
  /*border: 1px solid #FFF;*/
}

.titpromociones-line {
  line-height: 55px;
  /*border: 1px solid #FFF;*/
}

.boxpromostep {
  width: 100%;
  height: 400px;
  text-align: center;
  position: absolute;
  /*border: 1px solid #000;*/
}

.boxpromostep .button {
  margin: 0;
  position: absolute;
  left: 50%;
  top: 78%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  /*border: 1px solid #FF0000;*/
}

.boxpromostep .button-top {
  top: 90.5%;
}

.contsteppromocion {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  /*border: 1px solid #FF0000;*/
}

.display-none {
  top: 100%;
}

.countpromocion {
  width: 100%;
  font-weight: 600;
  font-size: 20px;
  position: absolute;
  bottom: -25px;
  left: 0;
  /*border: 1px solid #FF0000;*/
}

.box-options-promocion-h {
  width: 25%;
  height: 235px;
  padding: 0px 2px;
  float: left;
  box-sizing: border-box;
  /*border: 1px solid #000;*/
}

.box-options-promocion {
  width: 100%;
  padding: 8px 0px;
  margin: 0px 0px 3px;
  font-weight: 500;
  font-size: 11px;
  color: #000;
  display: inline-block;
  border-radius: 6px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.3s ease-out;
  cursor: pointer;
  z-index: 0;
  background-color: #6bbed3;
  /*border: 1px solid #FF0000;*/
}

.box-options-promocion:hover {
  color: #FFF;
  position: relative;
  border-radius: 6px;
  background-color: #000;
  /*border: 1px solid #FF0000;*/
}

.box-options-promocion-hover {
  color: #FFF;
  position: relative;
  border-radius: 6px;
  background-color: #000;
  /*border: 1px solid #FF0000;*/
}

.box-options-promocion-active {
  background-color: #1bbedf;
}

.box-options-promocion input {
  position: relative;
  z-index: 0;
  display: none;
}

/* PROMOCIONES BRASIL */

.contpromociones-br {
  width: 100%;
  position: relative;
  left: 0;
  top: 0;
  transform: none;
  -webkit-transform: none;
  /*border: 1px solid #FF0000;*/
}

.contpromociones-br .boxpromociones {
  height: auto;
  margin: 100px 0px 120px;
  padding: 0px 0px;
  /*border: 1px solid #FF0000;*/
}

.contpromociones-br .boxpromostep {
  height: auto;
  margin: 0px 0px 40px;
  position: relative;
  display: inline-block;
  /*border: 1px solid #000;*/
}

.contpromociones-br .boxpromostep .button {
  margin: 0;
  position: relative;
  left: 0;
  top: 0;
  transform: none;
  -webkit-transform: none;
  /* border: 1px solid #FF0000; */
}

.contpromociones-br .contsteppromocion {
  position: relative;
  display: inline-block;
  left: 0;
  top: 0;
  transform: none;
  -webkit-transform: none;
  /**/
  border: 0px solid #FF0000;
}

.contpromociones-br .titpromociones {
  font-size: 2.5vw;
  /*border: 1px solid #FFF;*/
}

#messagebr {
  display: none;
}

#btnstepbr {
  margin-top: 20px;
}

#paddingform {
  padding: 0px 10%;
  box-sizing: border-box;
}

.whatsapppromociones-br {
  width: 100%;
  margin: 20px 0px 20px;
  float: left;
  box-sizing: border-box;
  /*border: 1px solid #FF0000;*/
}

.whatsapppromociones-br .button {
  padding: 20px 40px 20px 80px;
  font-size: 15px;
  font-weight: 600;
  color: #FFF;
  text-transform: uppercase;
  box-sizing: border-box;
  background-color: #008e00;
}

.whatsapppromociones-br .button:hover {
  background-color: #08aa08;
}

.whatsapppromociones-br .button img {
  width: 35px;
  position: absolute;
  top: 11px;
  left: 35px;
}

/* CONTACTO */

.contcontacto {
  z-index: 2;
}

.contcontacto .infosection {
  width: 50%;
  /*border: 1px solid #FF0000;*/
}

.contcontacto .button {
  margin: 25px 0px 0px;
  position: relative;
  display: inline-block;
  /*border: 1px solid #FF0000;*/
}

/*.contcontacto #country_form {
    width: 49%;
    border: 1px solid #FF0000;
}*/

.contcontacto #branch_officeform {
  width: 49%;
  float: right;
  /*border: 1px solid #FF0000;*/
}

.bgcontacto {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  /*border: 1px solid #FF0000;*/
}

/* AVISO PRIVACIDAD */

.contaviso-center {
  height: auto;
  text-align: center;
  /*border: 1px solid #FF0000;*/
}

.contaviso {
  margin: 100px 0px 0px;
  font-weight: 500;
  font-size: 14px;
  text-align: left;
  color: #3a3734;
  position: relative;
  display: inline-block;
  left: 0;
  top: 0;
  transform: none;
  -webkit-transform: none;
  /*border: 1px solid #FF0000;*/
}

.contaviso .infosection {
  width: 100%;
  margin: 0px 0px 30px;
  /*border: 1px solid #FF0000;*/
}

.contaviso .infosection p {
  text-align: left;
  /*border: 1px solid #FF0000;*/
}

.contaviso .infosection .button {
  margin: 0;
  position: absolute;
  top: 16%;
  right: 0;
  /*border: 1px solid #FF0000;*/
}

.contaviso table {
  font-size: 14px;
  text-align: center;
  /*border: 1px solid #FF0000;*/
}

.contaviso td {
  width: 33.33%;
  /*border: 1px solid #FF0000;*/
}

.contaviso li {
  margin: 5px 0px;
  /*border: 1px solid #FF0000;*/
}

/* BLOG */

.headerblog {
  width: 100%;
  margin: 73px 0px 30px;
  text-align: center;
  position: relative;
  display: inline-block;
  /*border: 1px solid #000;*/
}

.headerblog p {
  width: auto;
  margin: 0px 0px 0px;
  font-family: "Bebas Neue", cursive;
  font-size: 4vw;
  text-align: center;
  color: #272421;
  display: inline-block;
  /*border: 1px solid #fff;*/
}

.headerblog span {
  font-size: 1.1vw;
  font-weight: 500;
}

.contentpostsblog {
  width: 100%;
  text-align: center;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  /*border: 1px solid #ff0000;*/
}

.searchpostsblog {
  width: 750px;
  margin: 0px 0px 25px;
  text-align: center;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  /*border: 1px solid #000;*/
}

.searchpostsblog .txtBox {
  padding: 15px 65px 12px 15px;
  margin: 0px 0px 0px;
  color: #333;
  background: #F1F1F1;
  border: 0px solid #000;
}

.searchpostsblog .button {
  padding: 11px 18px;
  margin: 0;
  font-size: 16px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0;
  border: 0;
}

.searchpostsblog .button img {
  width: 20px;
  margin: 0;
}

.contpostsblog {
  width: 100%;
  max-width: 1220px;
  margin: 0px 0px 60px;
  text-align: center;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  /*border: 1px solid #ff0000;*/
}

.btncategoriablog {
  width: 200px;
  padding: 11px 0px 9px;
  margin: 0px 5px;
  font-weight: 700;
  font-size: 11px;
  color: #272421;
  text-align: center;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  white-space: nowrap;
  background-color: #cdf2f6;
  border: 2px solid #00c5d8;
  transition: all 0.3s ease-out;
}

.btncategoriablog:hover {
  color: #FFFFFF !important;
  background-color: #00c5d8;
  transition: all 0.3s ease-out;
}

.btncategoriablog-hover {
  color: #cdf2f6;
  background-color: #00c5d8;
}

/*.btncategoriablog span {
    color: #272421;
}*/

.btncategoriablog .fa-caret-down {
  font-size: 26px;
  color: #00c5d8;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -8.125px;
  z-index: -1;
}

.boxpostblog {
  width: 380px;
  height: 370px;
  margin: 0px 13px 60px;
  position: relative;
  float: left;
  box-sizing: border-box;
  /*border: 1px solid #FF0000;*/
}

.boxheaderpostblog {
  width: 100%;
  padding: 15px 15px 15px;
  font-weight: 400;
  font-size: 10px;
  color: #e1e1e1;
  position: relative;
  float: left;
  box-sizing: border-box;
  background-color: #272421;
  border-radius: 6px 6px 0px 0px;
  /*border: 1px solid #FF0000;*/
}

.boxheaderpostblog p {
  width: auto;
  margin: 0;
  float: left;
  color: #cdf2f6;
  /*border: 1px solid #fff;*/
}

.boxheaderpostblog p .fa-chevron-right {
  margin: 0px 3px 0px 0px;
  font-size: 8px;
  position: relative;
  top: -1px;
  /*border: 1px solid #fff;*/
}

.boxheaderpostblog span {
  float: right;
  color: #cdf2f6;
}

.boximgpostblog {
  width: 100%;
  height: 200px;
  position: relative;
  float: left;
  box-sizing: border-box;
  /*border: 1px solid #FF0000;*/
}

.boxtitlepostblog {
  width: 100%;
  margin: 0px 0px 0px;
  text-align: left;
  position: relative;
  display: inline-block;
  /*border: 1px solid #000;*/
}

.boxtitlepostblog p {
  width: 100%;
  margin: 10px 0px 5px;
  font-family: "Bebas Neue", cursive;
  font-size: 28px;
  color: #272421;
  display: inline-block;
  line-height: 30px;
  /*border: 1px solid #fff;*/
}

.boxtitlepostblog span {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

.boxpostblog .button {
  width: auto;
  padding: 8px 30px;
  margin: 0px 0px 0px;
  font-weight: 400;
  font-size: 12px;
  color: #cdf2f6;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 0;
  background-color: #212121;
  border: 0;
}

.boxpostblog .button:hover {
  background-color: #000;
}

/* BLOG / DETALLE */

.contblogdetail {
  width: 100%;
  padding: 90px 0px 0px;
  text-align: center;
  position: relative;
  float: left;
  box-sizing: border-box;
  /*border: 1px solid #FF0000;*/
}

.boxblogdetail {
  width: 100%;
  max-width: 1200px;
  position: relative;
  display: inline-block;
  /*border: 1px solid #FF0000;*/
}

.infoblogdetail {
  width: 70%;
  position: relative;
  float: left;
  box-sizing: border-box;
  /*border: 1px solid #FF0000;*/
}

.infoblogdetail-col {
  width: 30%;
  padding: 90px 0px 0px 60px;
  /*border: 1px solid #000;*/
}

.infoblogdetail img {
  width: 100%;
  margin: 0px 0px 20px;
  /*border: 1px solid #FF0000;*/
}

.infoblogdetail iframe {
  width: 100%;
  height: 450px;
  margin: 0px 0px 20px;
  position: relative;
  top: 0;
  left: 0;
  /*border: 1px solid #FF0000;*/
}

.catgblogdetail {
  width: 100%;
  margin: 0px 0px 0px;
  font-size: 10px;
  font-weight: 600;
  text-align: left;
  color: #272421;
  float: left;
  box-sizing: border-box;
  /*border: 1px solid #000;*/
}

.catgblogdetail .fa-chevron-right {
  margin: 0px 3px 0px 0px;
  font-size: 8px;
  position: relative;
  top: -1px;
  /* border: 1px solid #fff; */
}

.titleblogdetail {
  width: 100%;
  margin: 15px 0px 20px;
  font-family: "Bebas Neue", cursive;
  font-size: 40px;
  font-weight: 500;
  color: #272421;
  text-align: left;
  line-height: 42px;
  float: left;
  box-sizing: border-box;
  /*border: 1px solid #000;*/
}

.dateblogdetail {
  width: 100%;
  margin: 0px 0px 40px;
  font-size: 12px;
  font-weight: 600;
  text-align: left;
  position: relative;
  float: left;
  box-sizing: border-box;
  /*border: 1px solid #000;*/
}

.shareblogdetail {
  width: 240px;
  font-size: 12px;
  font-weight: 600;
  text-align: right;
  position: absolute;
  top: -6px;
  right: 0;
  /*border: 1px solid #000;*/
}

.shareblogdetail p {
  margin: 0px 0px 0px 0px;
  position: relative;
  display: inline-block;
  /*border: 1px solid #FF0000;*/
}

.shareblogdetail img {
  width: 25px;
  margin: 0px 0px 0px 8px;
  position: relative;
  display: inline-block;
  /*border: 1px solid #FF0000;*/
}

.descblogdetail {
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  text-align: justify;
  line-height: 23px;
  color: #272421;
  float: left;
  box-sizing: border-box;
  /*border: 1px solid #000;*/
}

.descblogdetail p {
  margin: 0px 0px 15px;
}

.descblogdetail ul {
  padding: 0px 0px 20px 15px;
  /*border: 1px solid #000;*/
}

.infoblogdetail .button {
  font-size: 10px;
  float: right;
  border-radius: 0;
  /*border: 1px solid #FF0000;*/
}

.infoblogdetail-col .searchpostsblog {
  width: 100%;
  margin: 0px 0px 10px;
}

.newsletterblogdetail {
  width: 100%;
  padding: 30px 30px;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  color: #272421;
  float: left;
  box-sizing: border-box;
  background-color: #333333;
  /*border: 1px solid #000;*/
}

.newsletterblogdetail p {
  width: 100%;
  margin: 0px 0px 10px;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 1px;
  line-height: 18px;
  color: #cdf2f6;
  float: left;
  box-sizing: border-box;
  /*border: 1px solid #000;*/
}

.newsletterblogdetail .txtBox {
  margin: 0px 0px 5px;
  color: #333;
  background: #F1F1F1;
  border: 0px solid #000;
}

.newsletterblogdetail .button {
  padding: 12px 30px 10px;
  margin: 5px 0px 0px;
  font-size: 11px;
  font-weight: 600;
  color: #272421;
  background: #cdf2f6;
  border-radius: 0;
  float: left;
  /*border: 1px solid #FF0000;*/
}

.newsletterblogdetail .button:hover {
  background: #93d1d8;
  /*border: 1px solid #FF0000;*/
}

.categoriasblogdetail {
  width: 100%;
  margin: 30px 0px 0px;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  color: #272421;
  float: left;
  box-sizing: border-box;
  /*border: 1px solid #FF0000;*/
}

.lineblogdetail {
  width: 100%;
  height: 2px;
  margin: 0px 0px 10px;
  float: left;
  box-sizing: border-box;
  background-color: #333333;
  /*border: 1px solid #FF0000;*/
}

.categoriasblogdetail p {
  width: 100%;
  margin: 0px 0px 8px;
  font-family: "Bebas Neue", cursive;
  font-size: 28px;
  font-weight: 500;
  color: #272421;
  float: left;
  box-sizing: border-box;
  /*border: 1px solid #000;*/
}

.boxcategoriasblogdetail {
  width: 100%;
  margin: 0px 0px 8px;
  font-size: 12px;
  font-weight: 500;
  text-align: left;
  color: #272421;
  float: left;
  box-sizing: border-box;
  /*border: 1px solid #FF0000;*/
}

.boxcategoriasblogdetail:hover {
  text-decoration: underline;
}

.boxcategoriasblogdetail .fa-chevron-right {
  margin: 0px 3px 0px 0px;
  font-size: 9px;
  position: relative;
  top: -2px;
  /*border: 1px solid #fff;*/
}

.relblogdetail {
  width: 100%;
  margin: 40px 0px 90px;
  float: left;
  box-sizing: border-box;
  /*border: 1px solid #FF0000;*/
}

.relblogdetail .lineblogdetail {
  width: 13%;
  /*border: 1px solid #FF0000;*/
}

.relblogdetail p {
  width: 100%;
  margin: 0px 0px 20px;
  font-family: "Bebas Neue", cursive;
  font-size: 34px;
  font-weight: 500;
  text-align: left;
  color: #272421;
  float: left;
  box-sizing: border-box;
  /*border: 1px solid #000;*/
}

.boxrelblogdetail {
  width: 33.33%;
  height: 300px;
  margin: 0px 0px 0px;
  float: left;
  box-sizing: border-box;
  /*border: 1px solid #FF0000;*/
}

.boxrelblogdetail .boxpostblog {
  width: 95%;
  height: 280px;
  margin: 0px 0px 0px !important;
  /*border: 1px solid #FF0000;*/
}

.boxrelblogdetail .boxpostblog .boxheaderpostblog p {
  width: auto;
  margin: 0px 0px 0px;
  font-family: "Montserrat", sans-serif;
  font-size: 9px;
  color: #cdf2f6;
  /*border: 1px solid #FF0000;*/
}

.boxrelblogdetail .boximgpostblog {
  height: 130px;
  /*border: 1px solid #FF0000;*/
}

.boxrelblogdetail .boxtitlepostblog p {
  margin: 8px 0px 0px;
  font-size: 22px;
  line-height: 26px;
}

.boxbtnsblogdetail {
  width: 100%;
  height: 44px;
  margin: 20px 0px 40px;
  float: left;
  box-sizing: border-box;
  /*border: 1px solid #FF0000;*/
}

.ctablogdetail {
  width: 100%;
  margin: 10px 0px 30px;
  padding: 15px 10px 15px 80px;
  font-size: 15px;
  font-weight: 600;
  color: #FFF;
  text-align: left;
  text-transform: uppercase;
  line-height: 120%;
  position: relative;
  float: left;
  box-sizing: border-box;
  background-color: #008e00;
  border-radius: 6px;
  transition: all 0.2s;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  /*border: 1px solid #FF0000;*/
}

.ctablogdetail:hover {
  background-color: #08aa08;
}

.ctablogdetail img {
  width: 36px;
  margin: 0px 0px 0px;
  position: absolute;
  left: 25px;
}

.ctablogdetail2 {
  width: auto;
  padding: 12px 40px;
  font-size: 14px !important;
  text-align: center;
  border-radius: 6px !important;
}

/* REDES SOCIALES */

.cont-redes {
  width: 440px;
  padding: 0px 0px 0px 0px;
  font-family: "GothamBlack";
  font-size: 17px;
  text-align: left;
  text-transform: uppercase;
  color: #FFF;
  position: relative;
  left: 50%;
  margin-left: -220px;
  letter-spacing: 1px;
  box-sizing: border-box;
  /*border: 1px solid #000;*/
}

.box-redes {
  width: auto;
  padding: 8px 25px 8px 55px;
  margin: 0px 30px 25px 0px;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 16px;
  text-align: left;
  position: absolute;
  float: left;
  letter-spacing: 3px;
  border-radius: 6px;
  box-sizing: border-box;
  transition: all 0.3s ease-out;
  cursor: pointer;
  /*border: 1px solid #FF0000;*/
}

.box-redes p {
  margin: 1px 0px 0px;
  font-family: "Montserrat", sans-serif;
  font-size: 6.7px;
  font-weight: 600;
  letter-spacing: 1.5px;
}

.box-redes-txt {
  font-size: 12px;
}

.box-redes img {
  width: 30px;
  position: absolute;
  top: 7px;
  left: 15px;
}

.box-redes-1 {
  color: #FFF;
  background-color: #000;
}

.box-redes-1:hover {
  padding: 10px 30px 10px 60px;
  color: #06b829;
  background-color: #FFF;
}

.box-redes-2 {
  color: #FFF;
  left: 230px;
  background-color: #000;
}

.box-redes-2:hover {
  padding: 10px 30px 10px 60px;
  color: #033dfb;
  background-color: #FFF;
}

.box-redes-3 {
  color: #FFF;
  left: 460px;
  background-color: #000;
}

.box-redes-3 img {
  top: 9px;
}

.box-redes-3:hover {
  padding: 10px 30px 10px 60px;
  color: #14bedf;
  background-color: #FFF;
}

.arrow_left {
  display: none;
}

/* LOADING */

.loading {
  width: 100%;
  margin: 10px 0px 0px;
  font-size: 26px;
  text-align: center;
  color: #cdf2f6;
  position: relative;
  float: left;
  /*border: 1px solid #FF0000;*/
}

.loading-page {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  overflow: hidden;
  /*display: none;
  border: 1px solid #FF0000;*/
}

.cont-loading-page {
  width: 50%;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 0;
  background: #2b2925;
}

.cont-loading-page-left {
  left: 0;
  /*border: 1px solid #FF0000;*/
}

.cont-loading-page-right {
  right: 0;
  /*border: 1px solid #FF0000;*/
}

.loading-page-img {
  width: 95% !important;
  position: relative;
  margin: 0px 0px 0px;
  /*border: 1px solid #FF0000;*/
}

/* OPINIONES */

.contvideos-opinion {
  width: 100%;
  margin: 30px 0px 60px;
  text-align: center;
  position: relative;
  display: inline-block;
  /*border: 1px solid #FF0000;*/
}

.boxvideos-opinion {
  width: 320px;
  height: auto;
  margin: 0px 28px 30px;
  position: relative;
  float: left;
  /*border: 1px solid #FF0000;*/
}

.boxvideos-opinion video {
  width: 320px;
  height: 320px;
  position: relative !important;
  left: 0;
  top: 0;
  transform: none;
  -webkit-transform: none;
  -o-object-fit: cover;
     object-fit: cover;
  /*border: 1px solid #FF0000;*/
}

.titlevideos-opinion {
  width: auto;
  font-family: "Bebas Neue", cursive;
  padding: 8px 20px 5px 20px;
  margin: 10px 0px 0px;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0px 20px 20px 0px;
  white-space: nowrap;
  background-color: #71f3ff;
  /*border: 1px solid #FF0000;*/
}

/* FOOTER */

.footer {
  width: 100%;
  padding: 10px 0px;
  font-size: 12px;
  font-weight: 400;
  color: #cdf2f6;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: #272421;
  /*border: 1px solid #0a0a0a;*/
}

.footer a:hover {
  color: #ff96d2;
  /*border: 1px solid #0a0a0a;*/
}

#footer {
  display: inherit;
}

/* ADMINISTRADOR */

.page-item.active .page-link {
  font-family: "Nunito" !important;
  z-index: 1 !important;
  color: #fff !important;
  background: rgba(0, 0, 0, 0.7) !important;
  border-color: rgba(0, 0, 0, 0.1) !important;
}

.page-link {
  font-family: "Nunito" !important;
  color: #212121 !important;
  background: rgba(255, 255, 255, 0.7) !important;
  border-color: rgba(255, 255, 255, 0.7) !important;
}

.page-link:hover {
  font-family: "Nunito" !important;
  color: #FFFFFF !important;
  background: rgba(0, 0, 0, 0.5) !important;
  border-color: rgba(0, 0, 0, 0.1) !important;
}

.page-item.disabled .page-link {
  font-family: "Nunito" !important;
  color: #6c757d !important;
  pointer-events: none !important;
  cursor: auto !important;
  background: rgba(255, 255, 255, 0.7) !important;
  border-color: rgba(255, 255, 255, 0.7) !important;
}

.btn-success {
  font-family: sans-serif;
  font-size: 14px !important;
  padding: 4px 13px 4px 13px !important;
  /*background: rgba(56, 193, 114, 0.9) !important;
  border-color: rgba(56, 193, 114, 0.2) !important;*/
}

.btn-secondary {
  font-family: sans-serif;
  font-size: 14px !important;
  padding: 4px 13px 4px 13px !important;
  /*background: rgba(108, 108, 108, 0.7) !important;
  border-color: rgba(108, 108, 108, 0.2) !important;*/
}

.btn-dark {
  font-family: sans-serif;
  font-size: 14px !important;
  padding: 4px 13px 4px 13px !important;
  /*background: rgba(108, 108, 108, 0.7) !important;
  border-color: rgba(108, 108, 108, 0.2) !important;*/
}

.btn-danger {
  font-family: sans-serif;
  font-size: 14px !important;
  padding: 4px 13px 4px 13px !important;
  /*background: rgba(227, 52, 47, 0.9) !important;
  border-color: rgba(227, 52, 47, 0.2) !important;*/
}

.btn-primary {
  font-family: sans-serif;
  /*font-size: 11px;*/
  padding: 4px 13px 4px 13px !important;
  /*background: rgba(19, 94, 156, 0.9);
  border-color: rgba(33, 118, 189, 0.2);*/
}

.bgbody {
  padding: 0px 0px 0px 0px;
  height: auto;
  background: #00cef3 url("/images/banners/dashboard.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.logo-admin {
  width: auto;
  padding: 0px 0px 0px 20px;
  margin: 0px 0px 50px;
  text-align: left;
  box-sizing: border-box;
  /*border: 1px solid #FF0000;*/
}

.logo-admin img {
  width: 135px;
}

.name-user {
  width: 100%;
  padding: 0px 20px 0px 20px;
  font-family: sans-serif;
  font-size: 20px;
  color: #FFFFFF;
  text-align: left;
  float: left;
  box-sizing: border-box;
  /*border: 1px solid #FF0000;*/
}

.puesto-user {
  width: 100%;
  padding: 0px 20px 20px 20px;
  font-family: sans-serif;
  font-size: 12px;
  color: #FFFFFF;
  text-align: left;
  float: left;
  box-sizing: border-box;
  /* border: 1px solid #FF0000; */
}

.plantilla-form {
  width: 100%;
  height: 100vh;
  padding: 120px 30px 30px 220px;
  position: absolute;
  top: 4;
  bottom: 0;
  overflow-y: auto;
  z-index: -1;
  box-sizing: border-box;
  /*border: 1px solid #FF0000;*/
}

.plantilla-form h1 {
  font-family: sans-serif;
  font-size: 18px;
  color: #FFFFFF;
}

.plantilla-form .alert {
  margin: 0px 0px 30px 0px;
}

.cont-form {
  width: 100%;
  padding: 18px 5px 15px 5px;
  margin: -15px 0px 10px 0px;
  float: left;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.9);
  /* border: 1px solid rgba(35, 31, 32, 0.3); */
}

.cont-form p {
  margin: 0px 0px 5px 0px;
  font-family: sans-serif;
  font-size: 14px;
}

.btncont-form {
  width: 100%;
  padding: 12px 10px 12px 15px;
  margin-bottom: 5px;
  font-family: sans-serif;
  font-size: 16px;
  position: relative;
  float: left;
  box-sizing: border-box;
  background: white;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(100%, #f1f1f1));
  background: linear-gradient(to bottom, white 0%, #f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#f1f1f1", GradientType=0 );
  border: 1px solid rgba(35, 31, 32, 0.3);
  cursor: pointer;
}

.btncont-form:hover {
  background: #f1f1f1;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #f1f1f1), color-stop(100%, white));
  background: linear-gradient(to bottom, #f1f1f1 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f1f1f1", endColorstr="#ffffff", GradientType=0 );
}

.btncont-form img {
  position: absolute;
  top: 22px;
  right: 20px;
}

.cont-menu-dashboard {
  width: 190px;
  height: 100vh;
  padding: 40px 0px 200px 0px;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.4);
  /*border-right: 1px solid rgba(35,31,32,0.3);*/
}

.input {
  width: 100%;
  height: auto;
  padding: 5px 8px 5px 8px;
  font-size: 14px;
  border: 1px solid #cbcbcb;
  outline: none;
  box-shadow: inset 1px 52px 14px -52px rgba(0, 0, 0, 0.15);
  float: left;
  box-sizing: border-box;
  background: #fff;
}

.input::-webkit-input-placeholder {
  font-family: inherit;
  font-size: 14px;
  color: #CCCCCC;
}

/* WebKit */

.input:-moz-placeholder {
  font-family: inherit;
  font-size: 14px;
  color: #CCCCCC;
}

/* Firefox 18- */

.input::-moz-placeholder {
  font-family: inherit;
  font-size: 14px;
  color: #CCCCCC;
}

/* Firefox 19+ */

.input:-ms-input-placeholder {
  font-family: inherit;
  font-size: 14px;
  color: #CCCCCC;
}

/* IE 10+ */

.inputselectfiltro {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: auto;
  padding: 5px 8px 5px 8px;
  font-size: 14px;
  border: 1px solid #cbcbcb;
  outline: none;
  box-shadow: inset 1px 52px 14px -52px rgba(0, 0, 0, 0.15);
  float: left;
  box-sizing: border-box;
  outline: none;
  background: #ffffff url("/images/iconos/indicadorselect.png") no-repeat right center;
}

.inputselectfiltro::-ms-expand {
  display: none;
}

.btn-menu-dashboard {
  width: 100%;
  padding: 6px 15px 6px 20px;
  font-family: sans-serif;
  font-size: 13px;
  color: #EEEEEE;
  text-align: left;
  cursor: pointer;
  position: relative;
  float: left;
  box-sizing: border-box;
  transition: all 0.3s ease-out;
  /*border-top: 1px solid rgba(255,255,255,.3);
  border-bottom: 1px solid rgba(0,0,0,.2);*/
}

.btn-menu-dashboard:hover {
  color: #ffc107;
  background: rgba(0, 0, 0, 0.4);
  /*border-top: 1px solid rgba(0,0,0,.2);
     border-bottom: 1px solid rgba(255,255,255,.3);*/
}

.btn-menu-dashboard-hover {
  color: #ffc107;
  background: rgba(0, 0, 0, 0.7);
  /*border-top: 1px solid rgba(0,0,0,.2);
  border-bottom: 1px solid rgba(0,0,0,.1);*/
}

.btn-menu-dashboard .arrow {
  top: 4px;
  position: relative;
}

.btn-menu-dashboard .fas {
  font-size: 14px;
  position: relative;
  margin: 0px 3px 0px 0px;
}

.cont-input-width {
  width: 100%;
  padding: 0px 16px;
  height: auto;
  float: left;
  box-sizing: border-box;
  /*border: 1px solid #FF0000;*/
}

.cont-input-left {
  width: 50%;
  height: auto;
  padding: 0px 16px;
  float: left;
  box-sizing: border-box;
  /*border: 1px solid #FF0000;*/
}

.cont-input-center {
  width: 33.33%;
  height: auto;
  padding: 0px 16px;
  float: left;
  box-sizing: border-box;
  /*border: 1px solid #FF0000;*/
}

.btn-edit {
  border-radius: 0.25rem 0px 0px 0.25rem;
  margin: 0px -4px 0px 0px;
  padding: 0.25rem 0.5rem;
  background: #f6c23e;
  border: 1px solid #f6c23e;
}

.btn-edit:hover {
  background: #f4b51f;
  border: 1px solid #f4b51f;
}

.btn-del {
  border-radius: 0px 0.25rem 0.25rem 0px;
  padding: 0.25rem 0.5rem;
}

table {
  width: 100%;
  font-family: sans-serif;
  font-size: 12px;
}

.tr {
  color: #FFF;
  background: rgba(0, 0, 0, 0.4);
}

.contpaginate {
  width: auto;
  float: right;
  margin: 10px 0px 0px 0px;
  border: 0px solid #FF0000;
}

.contregistros_1 {
  background: rgba(235, 236, 239, 0.9);
  transition: all 0.3s ease-out;
}

.contregistros_1:hover {
  background: #fcf5dc;
}

.contregistros_1_hover {
  background: #fcf5dc;
}

.contregistros_2 {
  background: rgba(248, 249, 252, 0.9);
  transition: all 0.3s ease-out;
}

.contregistros_2:hover {
  background: #fcf5dc;
}

.subregistro {
  font-size: 10px;
}

.bnthadd {
  float: right;
  position: relative;
  margin: -40px 0px 10px 0px;
}

.icoedel {
  width: auto;
  padding: 0px 10px 0px 0px;
  border: 0;
  background: none;
  outline: none;
}

.icoedel:hover {
  border: 0;
  background: none;
  outline: none;
}

/* BUSCADOR ADMINISTRADOR */

.contbusq {
  width: 300px;
  height: auto;
  margin: 1px 0px 0px 15px;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  /*border: 1px solid #FF0000;*/
}

#contbusq {
  width: 570px;
  /*border: 1px solid #FF0000;*/
}

.contbusq .input {
  width: 298px;
  height: 34px;
  padding: 5px 65px 5px 13px;
  /*border: 1px solid #FF0000;*/
}

.contbusq #fechaIni,
#fechaFin {
  width: 130px;
  padding: 5px 10px 5px 10px;
  margin: 0px 5px 0px 0px;
  /*border: 1px solid #FF0000;*/
}

#contbusq select {
  width: 265px;
  padding: 5px 10px 5px 10px;
  margin: 0px 5px 0px 0px;
  /*border: 1px solid #FF0000;*/
}

.contbusq button {
  height: 34px;
  padding: 5.5px 15px 0px 15px;
  color: #FFFFFF;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #000000;
  border: 0px solid #FF0000;
  transition: all 0.3s ease-out;
}

.contbusq button:hover {
  background-color: #5a6268;
}

.contbusq button .fas {
  font-size: 18px;
  /*border: 1px solid #FF0000;*/
}

.contbuscar {
  width: 100%;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  /*border: 1px solid #FF0000;*/
}

.contbuscar p {
  margin: 0px 0px 20px 0px;
  font-size: 14px;
  /*border: 1px solid #FF0000;*/
}

.avisoinput {
  font-size: 12px;
  color: #990000;
  line-height: 15px;
  top: 5px;
  position: relative;
  display: inline-block;
}

/* SLIDER */

.slider {
  width: 100% !important;
  /*border: 1px solid #FF0000;*/
}

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

.slider button {
  z-index: 5 !important;
  /*border: 1px solid #FF0000;*/
}

.slick-prev {
  width: 30px !important;
  height: 30px !important;
  top: 50% !important;
  left: 30px !important;
}

.slick-prev::before {
  width: 30px !important;
  height: 30px !important;
  content: "" !important;
  background-image: url("/images/iconos/slide.png?v=2") !important;
  background-size: 100% 100%;
  display: inline-block;
}

.slick-next {
  width: 30px !important;
  height: 30px !important;
  top: 50% !important;
  right: 30px !important;
}

.slick-next:before {
  width: 30px !important;
  height: 30px !important;
  content: "" !important;
  background-image: url("/images/iconos/slideright.png?v=2") !important;
  background-size: 100% 100% !important;
  display: inline-block !important;
}

.slick-dots li {
  margin: 0 8px !important;
}

.slick-dots li button:before {
  font-family: "slick";
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 15px !important;
  height: 15px !important;
  content: "" !important;
  text-align: center !important;
  opacity: 1 !important;
  color: #f71193 !important;
  border-radius: 40px !important;
  border: 1.5px solid rgba(247, 17, 147, 0.65) !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

.slick-dots li.slick-active button:before {
  opacity: 1 !important;
  background: rgba(247, 17, 147, 0.65) !important;
  color: #f71193 !important;
}

.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

.slick-slide {
  transition: all ease-in-out 0.3s !important;
  opacity: 1 !important;
}

.slick-active {
  opacity: 1 !important;
}

.slick-current {
  opacity: 1 !important;
}

.slick-dots {
  bottom: 3.5% !important;
  /*border: 1px solid #FF0000;*/
}

#sliderd {
  display: inherit;
}

#sliderm {
  display: none;
}

.badge-light {
  padding: 5px 8px 4px;
  margin: 0px 3px 5px 0px;
  font-family: sans-serif;
  font-size: 12px;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  background: #666 !important;
}

.fp-tooltip {
  color: #272421 !important;
}

/* ICONO MENÚ */

.infoheader-menu {
  width: 30px;
  height: 30px;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 12px;
  bottom: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
  z-index: 5;
  /*border: 1px solid #FF0000;*/
}

.stick {
  width: 28px;
  height: 3px;
  border-radius: 4px;
  margin-bottom: 6px;
  background-color: #cdf2f6;
  display: inline-block;
}

.stick:last-child {
  margin-bottom: 0px;
}

.stick-1.open {
  -webkit-animation: stick-1-open 0.6s ease-out forwards;
          animation: stick-1-open 0.6s ease-out forwards;
}

.stick-2.open {
  -webkit-animation: stick-2-open 0.6s linear forwards;
          animation: stick-2-open 0.6s linear forwards;
}

.stick-3.open {
  -webkit-animation: stick-3-open 0.6s linear forwards;
          animation: stick-3-open 0.6s linear forwards;
}

@-webkit-keyframes stick-1-open {
  0% {
    width: 28px;
  }

  40% {
    background-color: #ff96d2;
    width: 8px;
    transform: translate(10px, 0px);
  }

  75%, 80% {
    width: 8px;
    transform: translate(10px, -20px);
    -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 1);
            animation-timing-function: cubic-bezier(0, 1, 1, 1);
  }

  100% {
    background-color: #ff96d2;
    width: 8px;
    transform: translate(6px, 14px) rotate(40deg);
  }
}

@keyframes stick-1-open {
  0% {
    width: 28px;
  }

  40% {
    background-color: #ff96d2;
    width: 8px;
    transform: translate(10px, 0px);
  }

  75%, 80% {
    width: 8px;
    transform: translate(10px, -20px);
    -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 1);
            animation-timing-function: cubic-bezier(0, 1, 1, 1);
  }

  100% {
    background-color: #ff96d2;
    width: 8px;
    transform: translate(6px, 14px) rotate(40deg);
  }
}

@-webkit-keyframes stick-2-open {
  80% {
    background-color: #cdf2f6;
    transform: translate(0px, 0px) rotate(0deg);
  }

  100% {
    background-color: #ff96d2;
    transform: translate(0px, 0px) rotate(40deg);
  }
}

@keyframes stick-2-open {
  80% {
    background-color: #cdf2f6;
    transform: translate(0px, 0px) rotate(0deg);
  }

  100% {
    background-color: #ff96d2;
    transform: translate(0px, 0px) rotate(40deg);
  }
}

@-webkit-keyframes stick-3-open {
  80% {
    background-color: #cdf2f6;
    transform: translate(0px, 0px) rotate(0deg);
  }

  100% {
    background-color: #ff96d2;
    transform: translate(0px, -9px) rotate(-40deg);
  }
}

@keyframes stick-3-open {
  80% {
    background-color: #cdf2f6;
    transform: translate(0px, 0px) rotate(0deg);
  }

  100% {
    background-color: #ff96d2;
    transform: translate(0px, -9px) rotate(-40deg);
  }
}

.stick-1.close {
  width: 8px;
  transform: translate(27px, 26px);
  -webkit-animation: stick-1-close 0.6s ease-out forwards;
          animation: stick-1-close 0.6s ease-out forwards;
}

.stick-2.close {
  transform: translate(0px, 0px) rotate(40deg);
  -webkit-animation: stick-2-close 0.6s ease-out forwards;
          animation: stick-2-close 0.6s ease-out forwards;
}

.stick-3.close {
  transform: translate(0px, 0px) rotate(-40deg);
  -webkit-animation: stick-3-close 0.6s ease-out forwards;
          animation: stick-3-close 0.6s ease-out forwards;
}

@-webkit-keyframes stick-1-close {
  0%, 70% {
    width: 0px;
  }

  100% {
    width: 28px;
    transform: translate(0, 0);
  }
}

@keyframes stick-1-close {
  0%, 70% {
    width: 0px;
  }

  100% {
    width: 28px;
    transform: translate(0, 0);
  }
}

@-webkit-keyframes stick-2-close {
  0% {
    background-color: #ff96d2;
    width: 28px;
  }

  20% {
    background-color: #ff96d2;
    width: 8px;
    transform: translate(0, 0px) rotate(40deg);
  }

  40% {
    background-color: #cdf2f6;
    width: 0px;
  }

  65% {
    transform: translate(0, -33px);
    -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 1);
            animation-timing-function: cubic-bezier(0, 1, 1, 1);
  }

  80% {
    width: 0px;
  }

  100% {
    width: 28px;
    transform: translate(0, 0px);
  }
}

@keyframes stick-2-close {
  0% {
    background-color: #ff96d2;
    width: 28px;
  }

  20% {
    background-color: #ff96d2;
    width: 8px;
    transform: translate(0, 0px) rotate(40deg);
  }

  40% {
    background-color: #cdf2f6;
    width: 0px;
  }

  65% {
    transform: translate(0, -33px);
    -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 1);
            animation-timing-function: cubic-bezier(0, 1, 1, 1);
  }

  80% {
    width: 0px;
  }

  100% {
    width: 28px;
    transform: translate(0, 0px);
  }
}

@-webkit-keyframes stick-3-close {
  0% {
    background-color: #ff96d2;
    width: 28px;
  }

  20% {
    background-color: #ff96d2;
    width: 8px;
    transform: translate(0, -23px) rotate(-40deg);
  }

  40% {
    background-color: #cdf2f6;
  }

  65% {
    transform: translate(0, -33px);
    -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 1);
            animation-timing-function: cubic-bezier(0, 1, 1, 1);
  }

  90% {
    width: 8px;
  }

  100% {
    width: 28px;
    transform: translate(0, 0px);
  }
}

@keyframes stick-3-close {
  0% {
    background-color: #ff96d2;
    width: 28px;
  }

  20% {
    background-color: #ff96d2;
    width: 8px;
    transform: translate(0, -23px) rotate(-40deg);
  }

  40% {
    background-color: #cdf2f6;
  }

  65% {
    transform: translate(0, -33px);
    -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 1);
            animation-timing-function: cubic-bezier(0, 1, 1, 1);
  }

  90% {
    width: 8px;
  }

  100% {
    width: 28px;
    transform: translate(0, 0px);
  }
}

.spinner {
  /*margin: 23% auto 0;*/
  width: 180px;
  text-align: left;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 1;
  /*border: 1px solid #FF0000;*/
}

.spinner img {
  width: 100%;
}

.spinner > div {
  width: 20px;
  height: 20px;
  /*background-color: #fff;*/
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.64s;
  animation-delay: -0.64s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce3 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
  }

  40% {
    transform: scale(1);
  }
}

.mCSB_container_wrapper > .mCSB_container {
  padding-right: 15px !important;
}

.swal-text {
  font-size: 14px;
  font-weight: 500;
  color: black;
}

.swal-footer {
  text-align: center;
}

.swal-button {
  color: #cdf2f6;
  background-color: #272421;
}

.swal-button:not([disabled]):hover {
  background-color: #47433e;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 18px !important;
  width: 18px !important;
  margin: -9px 0 0 -9px !important;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  height: 8px !important;
  width: 8px !important;
  margin: -4px 0 0 -4px !important;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 14px !important;
  height: 14px !important;
  margin: -7px 0px 0px -7px !important;
}

#fp-nav ul li,
.fp-slidesNav ul li {
  margin: 10px 7px !important;
}

#fp-nav ul,
.fp-slidesNav ul {
  margin: -12px !important;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #c3c4ca;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}*/

.swiper-button-next {
  color: #272421 !important;
  right: 10% !important;
  left: auto !important;
}

.swiper-button-prev {
  color: #272421 !important;
  left: 10% !important;
  right: auto !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 30px !important;
}

.swiper-pagination-bullet {
  background-color: #cdf2f6 !important;
}

.swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  opacity: 0.6 !important;
}

.swiper-pagination-bullet-active {
  opacity: 0.9;
  background: #272421 !important;
}

