@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";

html,
span,
div,
h1,
h2,
h3,
h4,
h5 {
  font-family: "Poppins", "Raleway", sans-serif
}

.eco_dropdown_menu {
  font-size:20px;
}
  
textarea {
  resize: none;
}

.cursor_pointer {
  cursor: pointer;
}

.input_edition {
  border-top-style: hidden;
  border-right-style: hidden;
  border-left-style: hidden;
  border-bottom-style: hidden;
  /*background-color: #eee;*/
}

.eco_subtitle {
  font-weight: bold;
  font-size: 2.2vh!important
}

.eco_emoji_list {
  overflow-y: auto;
}

.eco_label {
  font-weight: bold;
  font-size: 15px!important
}

.eco_label_thin {
  font-size: 15px!important
}

.eco_hiddenElement {
  display: none !important;
}

.eco_pointer {
  cursor: pointer;
}

.hide {
  visibility: hidden;
}


.option_text {
  cursor: pointer;
}

.option_move {
  cursor: move;
}

.mouse_pointer {
  cursor: pointer;
}

.eco_unselectable{
  -webkit-user-select: none;
}

.eco_heat_map {
  display: grid;
  grid-gap: 8px;
  background-color: #ffffff;
  /*padding:px;*/
}

/*
.grid-eco_heat_map > div {
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding: 20px 0;
  font-size: 30px;
}*/


/*https://codepen.io/Bluetidepro/pen/GkpEa*/
.star-ratings-css-bottom {
  padding: 0;
  display: block;
  z-index: 0;
}

.star-ratings-sprite {
  background: url("../img/star-rating-sprite.png") repeat-x;
  font-size: 0;
  height: 21px;
  line-height: 0;
  overflow: hidden;
  text-indent: -999em;
  width: 110px;
  margin: 0 auto;
}

.star-ratings-sprite-rating {
  background: url("../img/star-rating-sprite.png") repeat-x;
  background-position: 0 100%;
  float: left;
  height: 21px;
  display: block;
}


/* http://caniuse.com/#search=variables */
:root {
  --avatar-size: 40px;
  /* change this value anything, e.g., 100px, 10rem, etc. */
}

.eco_avantar_circle {
  background-color: #3f51b5;
  border-radius: 50%;
  height: var(--avatar-size);
  text-align: center;
  width: var(--avatar-size);
}

.eco_avatar_initials {
  color: #ffffff;
  font-size: calc(var(--avatar-size) / 2); /* 50% of parent */
  line-height: 1;
  position: relative;
  top: calc(var(--avatar-size) / 4); /* 25% of parent */
}



.eco_overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  background-color: rgb(255, 255, 255);
  overflow-y: scroll;
  /*background-color: rgba(255, 255, 255, 0.9);*/
}
.eco_overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.eco_overlay-content-top {
  position: relative;
  top: 12%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.eco_overlay-content-up {
  position: relative;
  top: 0%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.eco_overlay .closebtn {
  position: absolute;
  top: 60px;
  right: 45px;
  font-size: 60px;

  text-decoration: none;
  color: #818181;
  display: block;
}
.eco_overlay .closebtn:hover,
.eco_overlay .closebtn:focus {
  color: #3f51b5;
}

@media screen and (max-height: 450px) {

  .eco_overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}


.video-responsive {
  position: relative;
  padding-bottom: 56.25%; /* 16/9 ratio */
  padding-top: 30px; /* IE6 workaround*/
  height: 0;
  overflow: hidden;
  }
  
  .video-responsive iframe,
  .video-responsive object,
  .video-responsive embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  }


  /* ------------------------------------------------------------- */
  /* FOR VIDEO IFRAME*/
  .contenedor-responsivo {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
  }

  .iframe-responsivo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
  /* ------------------------------------------------------------- */



  /* ------------------------------------------------------------- */
  /* FOR CENTER QR*/
  .qrcode{
    padding: 16px;
  }
  .qrcode img{
    margin: 0 auto;
  }
  /* ------------------------------------------------------------- */
  



  /* ------------------------------------------------------------- */
  /* PARA Google Maps Responsive*/
  .google-maps {
    position: relative;
    padding-bottom: 75%; 
    height: 0;
    overflow: hidden;
  }
  .google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
  /* ------------------------------------------------------------- */
  