/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

/*** Avenir Font ***/
@import "font/stylesheet.css";

html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 0px;
  font-family: 'Nunito', sans-serif !important;
  color: #333;
  background-color: #F7F7F7 !important;
  font-size: 14px;
  line-height: 24px;
}
#data_form_survey p{
      font-family: 'Nunito', sans-serif !important;
font-size: 14px!important;
    line-height: 24px!important;
}

#data_form_survey p span{
    font-family: 'Nunito', sans-serif !important;
    font-size: 14px!important;
    line-height: 24px!important;
}

.closeModal{
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; 
}

.footer {
  position: absolute;
  width: 100%;
  min-height: 120px;
  background-color: #3B5063;
  color: #fff !important;
  padding: 15px;
  font-size: 12px!important;
  bottom: -2em;
}

body > .container {
  padding: 30px 15px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

main > .container {
  padding: 100px 15px 0;
}


main > .div_title {
  padding-top: 40px;
}


.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}

/*** G E N E R A L E S ***/

.h48 {
  height: 48px;
  justify-content: flex-end;
}

.h48h {
  height: 48px;
}

button:focus, a:focus{
  outline: none !important;
  box-shadow: inherit !important
}
.btn_rosa {
  background-color: #FB7994 !important;
  color: #fff;
  border-radius: 24px !important;
  border: 1px solid #FB7994 !important;
  padding: .4em 2.7em;
  font-weight: 300 !important;
}

.btn_rosa:hover, .btn-primary:hover {
  border: 1px solid #FB7994 !important;
  color: #FB7994;
  background-color: #fff !important;
}

.link_form, .link_form:hover {
  font-size: 11px;
  color: #444 !important;
  letter-spacing: 1px;
  display: block;
  margin-top: 1em;
  text-decoration: none;
}

.btn_link {
  font-size: 14px;
  line-height: 24px;
  color: #333333 !important;
}

.btn_link:hover {
  text-decoration: none;
  color: #FB7994 !important;
}

.btn_borde, .btn_rosa2:hover{
  padding: 5px 1.7em;
  border: 1px solid #FB7994;
  border-radius: 20px;
  color: #FB7994;
  font-family: 'Avenir LT Std';
  font-weight: Book;
  background-color: #F7F7F7;
  font-size: 14px;
  line-height: 24px;
  display: block;
}

.btn_borde:hover {
  background-color: #FB7994;
  color: #F7F7F7;
}

.btn_rosa2 {
  padding: 5px 1.7em;
  border-radius: 20px;
  color: #fff;
  background-color: #FB7994;
  font-size: 14px;
  line-height: 24px;
}

.btn_pagination {
  width: 32px;
  height: 32px;
  border-radius: 5px;
  border: 1px solid #C6CBD4;
  font-size: 10px;
  line-height: 30px;
  background: transparent !important;
}

.btn-primary {
  background-color: #FB7994 !important;
  border: 1px solid #FB7994;
  font-size: 14px;
  line-height: 24px;
  font-weight: bold !important;
  border-radius: 20px !important;
}

.btn_map {
  background-color: #00BDCC;
  color: #fff;
  font-size: 12px;
  font-weight: 400 !important;
  padding: 8px 30px !important;
}

.btn_map:hover {
  background-color: #fff;
  color: #00BDCC;
  border: 1px solid #00BDCC;
}


.btn_azul {
  background-color: #005CFF !important;
  border: 1px solid #005CFF !important;
  font-size: 11px;
  font-weight: 600;
  color: #fff !important;
}

.btn_azul:hover {
  background-color: #fff !important;
  border: 1px solid #005CFF !important;
  font-size: 11px;
  font-weight: 600;
  color: #005CFF !important;
}

.btn_bordegray {
  padding: 1px 1.7em;
  border: 1px solid #909090;
  border-radius: 20px;
  color: #909090;
  font-family: 'Avenir LT Std';
  font-weight: bold;
  background-color: #F7F7F7;
  font-size: 14px;
  line-height: 24px;
  display: block;
}

.btn_bordegray:hover,
.btn_delete:hover {
  border: 1px solid #909090;
  color: #fff;
  background-color: #909090;
}

.btn_delete {
  padding: 4px 1.7em;
  border: 1px solid #909090;
  border-radius: 20px;
  color: #909090;
  font-family: 'Avenir LT Std';
  font-weight: bold;
  background-color: #F7F7F7;
  font-size: 14px;
  line-height: 24px;
  display: block;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 80px;
  right: 20px;
  z-index: 999;
  border: none;
  outline: none;
  cursor: pointer;
  text-align: center;
}

input:focus {
  box-shadow: none !important;
}

select.form-control  {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(../img/arrow.png) no-repeat;
  background-size: 10px;
  background-position: calc(100% - 8px) center;
  background-repeat: no-repeat;
  background-color: #fff;
  line-height: 20px !important;
}

.desk {
  display: block
}

.mov {
  display: none !important
}
/*** T E X T O S ***/

.text_11 {
  font-size: 11px;
  line-height: 24px;
}

.titleDest{
  font-size: 32px;
  line-height: 48px;
  font-weight: bold;
  margin-bottom: 0px !important;
}

.title_pink {
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  color: #FF7D9A;
}

.text_pink {
  color: #FF7D9A;
}

.text_red {
  color: #E60909 !important;
}

.text_summary {
  font-size: 10px;
  letter-spacing: .92px;
  line-height: 14px;
  color: rgba(34,34,34,.5);
}

.fw-600 {
  font-weight: 700 !important;
}
/*** M E N U ***/

.navbar {
  padding: 0px 1rem;
  border-bottom: 1px solid #D8D8D8;
}
.fixed-top {
  z-index: 9 !important;
}

.navbar-dark {
  background-color: #042C33 !important;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  line-height: 27px;
  font-weight: 400;
  font-family: 'Lato', sans-serif !important;
  padding: 1.7em .5em !important;
}

.dropdown-item {
  font-size: 14px;
  line-height: 27px;
  font-weight: 400;
  font-family: 'Lato', sans-serif !important;
}

.user a {
  color: #fff !important;
  font-size: 14px;
  line-height: 27px;
  font-weight: 400;
  font-family: 'Lato', sans-serif !important;
  margin-right: .7em;
}

.user a:hover {
  color: #00BDCC !important;
  text-decoration: none;
}

.ico_plus span{
  width: 30px;
  height: 30px;
  line-height: 30px !important;
  border-radius: 100%;
  border: 1px dashed #00BDCC ;
  display:  inline-block;
  text-align: center;
  
}

.navbar-dark .navbar-nav .nav-link:hover {
  border-bottom: 5px solid #00BDCC;
  color: #fff;
}

.menuBorder {
  border-left: 1px solid #D8D8D8;
}

.navbar-brand {
  padding: 1.5em;
}

.nav-item {
  padding: 0px 1em;
  align-self: center;
}

.navbar-dark .navbar-nav .active>.nav-link {
  border-bottom: 5px solid #00BDCC;
}

a:focus {
  outline: none;
}

.w-180 {
  width: 180px;
}


/*** L O G I N * * */
.login {
  background-color: #FAF5FA !important;
  overflow: hidden;
}

#login {
  position: relative;
  z-index: 1;
}
.logo_login {
  width: 60%;
  margin: auto;
  display: block;
  margin-bottom: 3em;
}
.div_login {
  height: 100vh;
}
.divform{
  width: 30%;
  margin: auto;
}

.divform form .form-control{
  border: 0px;
  border-bottom: 2px solid #CCCCCC;
  border-radius: 0px !important;
  background-color: transparent !important;
}

.img_izq {
  position: absolute;
  bottom: -50px;
  left: -20px;
}

.img_der{
  position: absolute;
  bottom: -50px;
  right: 0;
  text-align: right;
}
.img_der img, .img_izq img{
  width: 70%;
}

.form-control.valid, .was-validated .form-control:valid {
  border-color: #FB7994 !important;
    padding-right: calc(1.5em + .75rem);
    background-image:url(../img/login/check.png) !important;
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(1em + .375rem) calc(.75em + .375rem);
}

.form-control.error, .was-validated .form-control:invalid {
  border-color: #dc3545 !important;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") !important;
  background-repeat: no-repeat;
  background-position: center right calc(.375em + .1875rem);
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}


.form-check-label, .custom-control-label {
  font-size: 11px !important;
}

.custom-control-label::before, .custom-control-label::after {
  top: 0px !important;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before{
  background-color:#FB7994;
  border: 1px solid #FB7994;
}

.custom-checkbox .custom-control-input1:checked~.custom-control-label::before{
  background-color:#04B6C5;
  border: 1px solid #04B6C5;
}

.custom-checkbox .custom-control-input:focus~.custom-control-label::before{
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 0, 247, 0.25); 
}


.divform .btn_rosa {
  margin-top: 2em !important;
}

label.error, label.valid {
  font-size: 11px;
  color: #888;
}

.remember {
  line-height: 15px;
}
/*** D A S H B O A R D ***/
.div_title {
  margin-top: 60px;
  padding-bottom: 1em;
  border-bottom: 1px solid #d8d8d8;
}

.formSearch {
  margin-left: 25px;
}
.search {
  border-radius: 20px;
  border: 1px solid #FB7994;
  color: #FB7994 !important;
  width: 100px;
  font-size: 14px;
  line-height: 24px;
  padding-left: 30px;
  font-family: 'Avenir LT Std';
  font-weight: Book;
}

.search2 {
  width: 180px !important;
}

.searchDiv:before {
  content: "\F070F";
  width: 35px;
  height: 35px;
  position: absolute;
  line-height: 35px;
  text-align: center;
  font-size: 17px;
  font-family: "Material Design Icons";
  color: #FB7994 !important;
}

.formSearch .form-group {
  margin-bottom: 0px !important;
}

::placeholder { color: #FB7994 !important;}

.addReferral{
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 40px;
  background: #FB7994;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  color: #fff !important;
  margin-right: 5px;
}

.selectReferral {
  font-size: 14px;
  line-height: 24px;
  width: 155px;
  margin-right: 1em;
}

.marginRD {
  margin-right: 1em;
}


.grid-container {
  display: grid; 
  overflow: auto;
  width: 100%;
  margin-bottom: 150px;
}
.grid {
  display: flex;
  flex-wrap: nowrap;
}
.grid-col {
  width: 200px;
  min-width: 200px;
}

.grid-item--header {
  height: 50px;
  position: sticky;
  position: -webkit-sticky;
  background: rgba(245, 120, 147, .1) !important;
  top: 0;
  line-height: 50px;
  font-size: 14px;
  font-weight: 800 !important;
}

.check {
  width: 70px !important;
  min-width: 70px !important;
}
.grid-col--fixed-right {
  position: sticky;
  right: 0;
  z-index: 1;
  width: 85px !important;
  min-width: 85px !important;
}

.grid-col--fixed-right .grid-item--header {
  background-color: #fff !important;
}

.grid-col--fixed-right p {
  text-align: center !important;
}

.grid-item {
  min-height: 50px;
  border: 1px solid transparent;
}

.grid-item p {
  line-height: 50px;
  padding: 0 15px;
}

.list_check {
  padding-top: 15px;
  text-align: center;
}

.grid-item:nth-child(odd), 
.grid-item:nth-child(odd) {
  background-color: #F4F5F6;
}
.grid-item:nth-child(even), 
.grid-item:nth-child(even) {
  background-color: #fff;
}

.puntos {
  text-align: center;
  margin-top: 5px;
}
.puntos .dropdown-toggle::after {
  content: inherit !important;
}

.puntos .dropdown-item{
  font-family: 'Avenir LT Std';
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #333;
}
.puntos .dropdown-item i{
   color: #909090 !important;
   margin-right: 10px;
 }


 /*** nueva tabla ***/

.content_table {
  max-width: 100%;
  overflow: scroll;
  position: relative;
}

table {
  position: relative;
  border-collapse: collapse;
}

th {
  padding: 0.25em;
  min-width: 70px;
  padding: 10px 10px !important
}

td{
  padding: 0.25em;
  min-width: 150px;
}

thead th {
  top: 0;
  background: rgba(245, 120, 147, .1) !important;
  height: 50px;
  font-size: 14px;
  font-weight: 800 !important;
}

.stck_menu {
  position: -webkit-sticky; /* for Safari */
  position: sticky;
  top: 0;
  height: 50px;
  font-size: 14px;
  font-weight: 800 !important;
}

thead th:first-child {
  left:95%;
  z-index: 1;
  box-shadow: 30px 0 8px -8px black, 7px 0 8px -6px rgba(0,0,0,.1) inset;
}

tbody th {
  position: -webkit-sticky; /* for Safari */
  position: sticky;
  left:95%;
  background: #FFF;
  border-right: 1px solid #CCC;
  z-index: 0;
  box-shadow: 30px 0 8px -8px black, 7px 0 8px -6px rgba(0,0,0,.1) inset;
}

.colum_check {
  min-width: 80px
}

tr:nth-child(odd), 
tr:nth-child(odd),
.bg_color1 {
  background-color: #F4F5F6;
}
tr:nth-child(even), 
tr:nth-child(even),
.bg_color2 {
  background-color: #fff;
}

.dropdown-menu {
  z-index: 9999999999 !important;
  transform: translate3d(-169px, -37px, 1px) !important;
}

.surveyDrop .dropdown-menu:last-child  {
  z-index: 9999999999 !important;
  transform: translate3d(-169px, -71px, 1px) !important;
}



.nav-item .dropdown-menu {
  transform:inherit !important;

}

 /*** tabla ***/

/*** A D D   R E F E R A L ***/
.form_referral, .edit_content {
  width: 80%;
  margin: auto;
  padding-top: 20px;
  padding-bottom: 50px;
}

.form_referral label {
  font-size: 14px;
  line-height: 21px;
  font-weight: bold;
  color: #666666;
}

.form_referral p {
  font-size: 14px;
  line-height: 21px;
  font-weight: bold;
  color: #FF7D9A;
  margin-bottom: 1em;
}

.form_referral input::placeholder,
.form_referral input,
.form_referral select,
.form_referral textarea::placeholder,
.form_referral textarea,
.comments textarea::placeholder,
.comments textarea, 
.search_form input::placeholder,
.search_form input,
#file-upload-form input,
#file-upload-form input::placeholder{
  color: #898989 !important;
  font-family: 'Lato', sans-serif !important;
  font-size: 14px;
  line-height: 27px;
  font-style: italic;
}

.form_referral .form-control.valid, .was-validated .form-control:valid {
  border: 1px solid #2ECC71 !important;
  background-image: inherit !important;
}

.form_referral .form-control.error, .was-validated .form-control:invalid {
  background-image: inherit !important;
}

label.error {
  font-family: 'Lato', sans-serif !important;
  color: red;
  font-style: italic;
  font-size: 10px;
  line-height: 21px;
}
#geomap, #geomap1, #geomap2{
  width: 100%;
  height: 350px;
  margin-bottom: 1em;
}

.map_search {
  width: 100%;
  height: 650px !important;
  margin-bottom: 1em;
}

.btn_mt{
  margin-top: 29px;
}

.custom-control-label1 {
  font-size: 13px !important;
  font-weight: 400 !important;
}

.custom-checkbox .custom-control-input2~.custom-control-label::before {
  background-color: rgba(93, 93, 93,.2);
  border: 0px;
  border-radius: 100%;
}

.custom-checkbox .custom-control-input2:checked~.custom-control-label::before{
  background-color:#4DA1FF !important;
  border: 1px solid #4DA1FF;
}

.custom-checkbox .custom-control-input2:focus~.custom-control-label::before{
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 0, 247, 0.25); 
}

.div_serv {
  padding-left: 2em;
}

.select_serv, .pills {
  width: 80px;
  font-size: 12px;
  line-height: 21px;
  font-family: 'Lato', sans-serif !important;
  font-style: italic;
}

.pills {
  width: 100px;
}

.other {
  font-size: 12px;
  line-height: 21px;
  font-family: 'Lato', sans-serif !important;
  font-style: italic;
  width: 100%;
}

.requiredL {
  color: red;
  margin-left: 2px;
}




.select_country .ms-options-wrap {
  margin-right: 1em;
}

.select_country .ms-options-wrap > .ms-options {
  width: 100%;
}

/*** E D I T   I N F O R M A T I O N ***/
.container_menu {
  padding: 0px !important;
}

.content_menu {
  border-bottom: 1px solid #DADADA;
}

.menu_info, .menu_info_search {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
}

.menuEdit {
  height: 84px;
  display: flex !important;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}

.menuEdit:hover {
  cursor: pointer;
  background-color: #fafafa;
}

.menu_info .slick-current {
  background: rgba(245, 120, 147, .1) !important;
}

.menu_info_search .slick-current {
  background: rgba(245, 120, 147, .1) !important;
}

.slideInfo {
  margin-top: 2em;
}

.separador {
  display: block;
  height: 30px;
}

.edit_conten1 {
  width: 78%;
  margin:auto;
}

.comments label {
  color: #FF7D9A;
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
}

.comment{
  background-color: #F3F3F3;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  margin-bottom: 1em;
}

.comment .container{
  width: 80%;
}

.comment .date {
  font-size: 11px;
  line-height: 27px;
  color: #929292;
}

.comment .name{
  color: #323C47;
  font-size: 16px;
  line-height: 27px;
  font-weight: bold;
}

.comment .coment {
  font-size: 14px;
  color: #323C47;
  line-height: 27px;
}

.comment .btn_link {
  font-family: 'Avenir LT Std';
  color: #333;
  font-size: 14px;
  line-height: 24px;
}

.comment .btn_link i {
  color: rgba(51, 51, 51, .6);
}

input[type="file"] {
  display : none;
}

#file-drag {
  border: 2px dashed #4DA1FF;
  border-radius: 7px;
  color: #525252;
  font-size: 11px;
  letter-spacing: 1px;
  cursor: pointer;
  display: block;
  font-weight: 400;
  margin: 1em 0;
  padding: 5em 3em;
  text-align: center;
  transition: background 0.3s, color 0.3s;
}


#file-progress {
  display: none;
  margin: 1em auto;
  width: 100%;
}

#file-upload-btn {
  margin : auto;
}

#file-upload-btn:hover {
  background: #4499c9;
}

#file-upload-form {
  margin: auto; 
  width: 40%;
}

progress {
  appearance: none;
  background: #eee;
  border: none;
  border-radius: 3px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
  height: 30px;
}

progress[value]::-webkit-progress-value {
  background :
    -webkit-linear-gradient(-45deg, 
      transparent 33%,
      rgba(0, 0, 0, .2) 33%, 
      rgba(0,0, 0, .2) 66%,
      transparent 66%),
    -webkit-linear-gradient(right,
      #005f95,
      #07294d);
  background :
    linear-gradient(-45deg, 
      transparent 33%,
      rgba(0, 0, 0, .2) 33%, 
      rgba(0,0, 0, .2) 66%,
      transparent 66%),
    linear-gradient(right,
      #005f95,
      #07294d);
  background-size: 60px 30px, 100% 100%, 100% 100%;
  border-radius: 3px;
}

progress[value]::-moz-progress-bar {
  background :
  -moz-linear-gradient(-45deg, 
    transparent 33%,
    rgba(0, 0, 0, .2) 33%, 
    rgba(0,0, 0, .2) 66%,
    transparent 66%),
  -moz-linear-gradient(right,
    #005f95,
    #07294d);
  background :
    linear-gradient(-45deg, 
      transparent 33%,
      rgba(0, 0, 0, .2) 33%, 
      rgba(0,0, 0, .2) 66%,
      transparent 66%),
    linear-gradient(right,
      #005f95,
      #07294d);
  background-size : 60px 30px, 100% 100%, 100% 100%;
  border-radius   : 3px;
}

.file-upload1 {
  border: 1px solid #ccc;
  border-radius: 5px;
  display: block;
  height: 35px;
  font-family: 'Lato', sans-serif !important;
  font-size: 12px;
  font-style: italic;
  color: #999999;
}

.file-upload1 ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.file-upload1 ul li {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  padding: 5px;
}

.text_file {
  font-size: 12px;
  color: #323C47;
  line-height: 16px;
  display: inline-block !important;
}

.text_file img {
  display: inline-block !important;
  margin-right: 10px;
}

.text_filer {
  font-size: 11px;
  line-height: 32px;
  float: right;
}

.list_file {
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 1em;
  padding-top: 1em;
}

.info_edit {
  margin-bottom: 4em;
  padding-bottom: 2em;
}

/*** S T A T S ***/
.tilteStats {
  font-size: 12px;
  line-height: 13px;
  font-weight: bold;
  padding: 15px;
}

.circle_number {
  width: 128px;
  height: 128px;
  margin: 0 auto;
  display: block;
  background-color: #FDEBEF;
  color: #252525;
  font-size: 35px;
  line-height: 128px;
  text-align: center;
  border-radius: 100%;
  font-weight: 300;
}

.pieML {
  margin: 25px 0 25px 15px;
}

.labelPie {
  font-size: 11px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 0px !important;
}

.dot1 {
  color: #4339F2;
  font-size: 11px;
  line-height: 24px;
  font-weight: 900;
}

.dot2 {
  color: #FFB200;
  font-size: 11px;
  line-height: 24px;
  font-weight: 900;
}

.dot3 {
  color: #FF3A29;
  font-size: 11px;
  line-height: 24px;
  font-weight: 900;
}

.dot4 {
  color: #6BBB2E;
  font-size: 11px;
  line-height: 24px;
  font-weight: 900;
}

.dot5 {
  color: #60D8F0;
  font-size: 11px;
  line-height: 24px;
  font-weight: 900;
}

.dot6 {
  color: #F421C3;
  font-size: 11px;
  line-height: 24px;
  font-weight: 900;
}

.pad_stats {
  padding: 25px 15px;
}

.title_progress {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400!important;
}

.progress {
  height: 8px !important;
}

.progress1 {
  background-color: rgba(52, 181, 58, .2);
}

.progress .bg-success {
  background-color: #34B53A !important;
}

.selectGray {
  border-radius: 20px;
  width: 130px;
  font-size: 10px;
  color: #909090 !important;
  padding: 0px 2em;
  line-height: 24px;
}

.div_scroll {
  overflow-y: scroll;
  height: 631px;
}

/*** O P T I O N S ***/

.grid-colOption {
  width: 318px;
  min-width: 318px;
}

.form_modal {
  margin-top: 2em ;
}

.form_modal label {
  color: #666666;
  font-size: 14px;
  line-height: 21px;
  font-weight: bold;
}

.form_modal .form-control{
  color: #999999 !important;
  font-size: 14px;
  line-height: 24px;
  font-style: italic;
  font-family: 'Lato', sans-serif !important;
}

.form_modal .form-control::placeholder{
  color: #999999 !important;
}

.title_modal {
  color: #333238;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 1px;
  font-weight: bold;
}

.ico_modal {
  width: 70px;
  height: 70px;
  line-height: 70px;
  background-color: rgba(222,222,222,.5);
  display: inline-block;
  text-align: center;
  font-size: 25px;
  border-radius: 100%;
  margin-right: 10px;
}

.add{
  color: #7ED321 !important;
}

.editm {
  color: #1EB5CA !important;
}

.detelem {
  color: #FF0000 !important;
}

.text_delete {
  color: #FF0000 !important;
  font-weight: 600 !important;
  letter-spacing: .5px;
  display: block;
  margin-bottom: 1em;
}

.btn_cancel{
  border-radius: 20px !important;
  padding: 5px 2em;
  font-weight: 400 !important;
  margin-bottom: 1em;
  font-size: 12px !important;
  line-height: 24px !important;
}

/*** V I E W   S T A T S ***/
.starStats {
  color: #FBDE12;
}

.starStatsInactive {
  color: #ccc;
}

.progress .bg-star {
  background-color: #FBDE12 !important;
}

.div_donout {
  display: inline-block;
  width: 80px;
  padding: 25px 10px 25px 10px;
  text-align: center;
  margin-right: 5px;
  vertical-align: top;

}

.div_donout  p {
  font-size: 10px;
  line-height: 14px;
  margin-bottom: 0px !important;
  text-align: center;
  display: block !important;
}

.content_div {
  display: flex;
}

.cardSurvey {
  text-align: center;
  padding: 10px 15px 30px;
  vertical-align: top;
}

.p_survey {
  font-size: 12px;
  line-height: 14px;
  min-height: 28px;
  margin-bottom: 1em !important;
}

.p_star {
  font-size: 9px;
  margin-bottom: 0px;
  line-height: 14px;
}

.div_carita {
  width: 100%;
}

.title_carita {
  font-size: 14px;
  text-align: center;
  margin-bottom: 1em;
}

.div_carita .donut-chart {
  margin: 1em auto !important;
}

.pad_altura{
  margin-top: 3.9em !important;
  margin-bottom: 3.9em !important;
}

/********************************/

#percent {
  display: block;
  width: 160px;
  border-radius: 5px;
  margin: 50px auto 20px;
  padding: 10px;
  color: red;
  font-size: 35px;
  text-align: center;
}

#donut {
  display: block;
  margin: 0px auto;
  color: red;
  font-size: 20px;
  text-align: center;
}


.donut-size {
  font-size: 5em;
  margin-bottom: 10px;
}

.donut-size1 {
  font-size: 8em;
  margin-bottom: 10px;
  
}

.pie-wrapper {
  position: relative;
  width: 1em;
  height: 1em;
  margin: 0px auto;
  border-radius: 100%;
}
.pie-wrapper .pie {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  clip: rect(0, 1em, 1em, 0.5em);
}

.pie-wrapper .half-circle {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  clip: rect(0em, 0.5em, 1em, 0em);
}

.color_1{
  border: 10px solid #35B238;
}
.bg-color1 {
  background-color: rgba(53, 178, 56, .2);
}

.color_2{
  border: 10px solid #4338F2;
}
.bg-color2 {
  background-color: rgba(67, 56, 242, .2);
}

.color_3{
  border: 10px solid #F43F2D;
}
.bg-color3 {
  background-color: rgba(244, 63, 45, .2);
}

.color_4{
  border: 10px solid #379FFB;
}
.bg-color4 {
  background-color: rgba(55, 159, 251, .2);
}

.color_neg{
  border: 3px solid #F96CAA !important;
}

.color_pos{
  border: 3px solid #5BCCEA !important;
}
.donut .pie-wrapper {
  width: 100%;
  height: 100%;
  border: 0.1em solid #BDC3C7;
  border-radius: 50%;
}

.pie-wrapper .right-side {
  transform: rotate(0deg);
}
.pie-wrapper .label {
  position: absolute;
  top: 0.52em;
  right: 0.4em;
  bottom: 0.4em;
  left: 0.4em;
  display: block;
  background: none;
  border-radius: 50%;
  color: #333;
  font-size: 0.25em;
  line-height: 2.6em;
  text-align: center;
  cursor: default;
  z-index: 2;
}
.pie-wrapper .smaller {
  padding-bottom: 20px;
  color: #333;
  font-size: 0.45em;
  vertical-align: super;
}

.pie-wrapper .shadow1 {
  width: 100%;
  height: 100%;
  border: 0.1em solid #fafafa;
  border-radius: 50%;
}


/*** S U R V E Y ***/

.survey_form {
  margin-bottom: 5em;
}

.survey_form label{
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
}

.survey_form input::placeholder,
.survey_form select::placeholder,
.survey_form textarea::placeholder,
.survey_form input,
.survey_form select,
.survey_form textarea,
.survey_new input::placeholder,
.survey_new select::placeholder,
.survey_new textarea::placeholder,
.survey_new input,
.survey_new select,
.survey_new textarea{
  /*font-size: 11px;
  font-family: "Lato";
  font-style: italic;*/
  font-size: 12px;
  font-family: 'Nunito', sans-serif !important;
  font-style: inherit;
  color: #999999 !important;
}

.survey_form .form-group {
  margin-bottom: .5em !important
}

.fw-400 {
  font-weight: 400 !important
}

.list {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #E4E8EE;
  border-radius: 6px;
  list-style: none;
  overflow: hidden;
}
.list .list-item {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ecf0f1;
  position: relative;
}
.list .list-item:last-child {
  border: 0;
}
.hidden-box {
  position: ;
  top: -9999px;
  left: -9999px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  opacity: 0;
  display: none;
}
.check--label {
  font-size: 11px;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.check--label-box {
  display: flex;
  align-self: center;
  position: relative;
  height: 20px;
  width: 20px;
  margin: 0 10px;
  border: 2px solid #2C2C2C;
  border-radius: 2px;
  cursor: pointer;
}
/*.check--label-text {
  display: flex;
  align-self: center;
  position: relative;
  cursor: pointer;
  padding: 10px 10px 10px 0px;
  font-size: 11px;
  font-family: "Lato";
  font-style: italic;
  color: #2C2C2C;
}*/
.check--label-text {
    display: flex;
    align-self: center;
    position: relative;
    cursor: pointer;
    padding: 10px 10px 10px 0px;
    font-size: 12px;
    font-family: 'Nunito', sans-serif !important;
    font-style: inherit;
    color: #2C2C2C;
}
.check--label-text:after {
  content: '';
  display: block;
  width: 0%;
  height: 0px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 7.5%;
  transform: translateY(-50%);
  transition: width 100ms ease-in-out;
}
.hidden-box:checked + .check--label {
  background-color: #95D6A3;
}
.hidden-box:checked + .check--label .check--label-box {
  background-color: #2C2C2C;
}


.clasificacion{
      direction: rtl;
      unicode-bidi: bidi-override;
      margin-bottom: 0px !important;
}

.clasificacion label{ 
  color:#DDDCDD;
  font-size: 20px;
}

.clasificacion input[type = "radio"]{ 
  display:none;
}

.clasificacion label:hover{
  color: #FBDF15;
}

.clasificacion label:hover ~ label{
  color: #FBDF15;
}

.clasificacion input[type = "radio"]:checked ~ label{
  color: #FBDF15;
}

/*** S E A R C H ***/

/* custom radio */
.radio {
  display: inine-block;
  position: relative;
  padding-left: 22px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-right: 2em;
  line-height: 27px;
  letter-spacing: 1px;
  color: #323C47;
}

/* hide the browser's default radio button */
.radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* create custom radio */
.radio .check1 {
  position: absolute;
  top: 5px;
  left: 0;
  height: 15px;
  width: 15px;
  border-radius: 50%;
}

.bg_pink {
  background-color: #E86F89;
}

.bg_gris {
    background-color: #666;
}

.bg_green {
  background-color: #7FD21D;
}

.bg_orange {
  background-color: #EDA93D;
}

.bg_red {
  background-color: #D3011C;
}


/* add background color when the radio is checked */
.radio input:checked ~ .check1 {
  border:none;
}

/* create the radio and hide when not checked */
.radio .check1:after {
  content: "\F012C";
  font-family: "Material Design Icons";
  position: absolute;
  display: none;
  color: #fff;
  font-size: 9px;
  line-height: 15px;
}

/* show the radio when checked */
.radio input:checked ~ .check1:after {
  display: block;
}

/* radio style */
.radio .check1:after {
  top: 0px;
  left: 3px;
}


/*** modales search ***/
.close_modal {
  position: relative;
  top: -50px;
  color: #fafafa !important;
  padding-top: 2em;
  opacity: 1 !important;
  font-size: 25px !important;
}

.bg_img {
  background-image: url(../img/banner_toltip.png);
  background-size: 100% 100%;
  height: 120px
}

.modal_nopadding{
  padding: 15px 0px !important;
}

.modal_search {
  margin: 6em auto !important;
}

/*** N E W   S U R V E Y ***/
.btn_survey {
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 1em 2em;
  font-size: 14px;
  color: #ccc !important;
  font-weight: 600 !important;
  margin-right: 15px;
  font-style: italic;
}

.btn_active {
  border: 1px solid #96D6A2;
  background-color: #96D6A2;
  color: #333 !important;
}

.btn_link_b {
  font-size: 14px;
  color: #333;
  text-decoration: underline;
  font-weight: bold
}

.survey_new label {
  font-weight: 700 ;
}


/*** E X T E R N A L   F O R M ***/
.circle_form {
  background-color: #808080;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  display: inline-block;
  border-radius: 100%;
  margin-right: 10px
}

.text_3 {
  color: #333 !important
}

.w_form250 {
  margin-left: auto !important;
  width: 250px !important;
  margin: inherit !important;
}

/**********************************/

/*** M O D A L E S ***/
.modal-header {
  border-bottom: 0px !important;
  padding: 1rem 1rem 0px !important;
}

.modal-footer {
  border-top: 0px !important;
  padding: 0px 1rem 1rem !important;
}

.btn_modal {
  font-weight: bold !important;
  width: 200px;
  font-size: 12px !important;
  margin-bottom: 1em !important;
}


/*** CSS TOLTIP ***/
.gm-style .gm-style-iw-c {
  padding: 0px !important;
  max-width: 350px !important;
  min-height: auto !important;
  max-height: 520px !important;
}

.gm-style-iw-d {
  max-height: 460px !important;
  overflow: scroll !important;
  
}

.content_toltip {
  margin: 25px !important;
  position: relative;
}

.title_tol {
  color: rgba(34, 34, 34, .5);
  font-size: 10px;
  line-height: 22px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0px !important;
}

.parrafo_tol {
  color: #222;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1px;
}

.text-14 {
  font-size: 14px !important;
}

.btn_toltip, .btn_toltip:hover {
  background-color: #E96F88;
  font-weight: bold !important;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 16px;
  padding: 8px 2em;
  width: 90%;
  display: block;
  margin: auto;
  color:#fff !important;
  border-radius: 20px;
  text-decoration: none;
  text-align: center;
}




/*** M O B I L E **/


@media (max-width: 1199px) {
  #toggle {
      display: block;
      width: 28px;
      height: 30px;
      margin-right: 20px;
      z-index: 10000;
  }
  #toggle span:after,
  #toggle span:before {
      content: "";
      position: absolute;
      left: 0;
      top: -9px;
  }
  #toggle span:after {
      top: 9px;
  }
  #toggle span {
      position: relative;
      display: block;
  }
  #toggle span,
  #toggle span:after,
  #toggle span:before {
      width: 25px;
      height: 3px;
      background-color: #fff;
      transition: all 0.3s;
      backface-visibility: hidden;
  }
  #toggle.on span {
      background-color: transparent;
  }
  #toggle.on span:before {
      transform: rotate(45deg) translate(5px, 5px);
      background-color: #00BDCC;
  }
  #toggle.on span:after {
      transform: rotate(-45deg) translate(7px, -8px);
      background-color: #00BDCC;
  }
  .navbar {
      padding: 1.2em;
  }
  .navbar-dark .navbar-toggler {
      border: 0px;
  }
  .navbar-collapse {
      margin-left: -15px;
      margin-right: -15px;
      min-height: 100vh;
      background-color: #fff;
      display: flex;
      flex-direction: column;
  }
  .fixed-top .container .navbar-collapse{
    width: 80% !important;
    position: relative;
    left: 20% !important;
    margin: inherit;
    top: -65px;
  }
  .centado-mov {
    margin-left: inherit !important;
    width: 100%;
    text-align: left;
    margin: 1em auto !important;
  }
  .user {
    padding-top: 7em;
    border-bottom: 1px solid #ccc;
    width: 80%;
    text-align: right !important;
    padding-bottom: 2em;
    display: block;
    right: 0px;
    padding-right: 5em;
  }
  .user a {
    color: #333 !important;
    font-size: 16px !important;
  }
  .nav-item {
      padding: 0px 1em;
      align-self: initial;
  }
  .navbar-dark .navbar-nav .nav-link {
      color: #333 !important;
      padding-top: .5em !important;
      padding-bottom: .5em !important;
      font-size: 16px !important;
      text-align: right;
      width: 80%;
  }
  .navbar-dark .navbar-nav .active>.nav-link,
  .navbar-dark .navbar-nav .nav-link:hover {
      color: #00BDCC !important;
      border-bottom: inherit;
  }
  .dropdown-menu.show {
    border: 0px;
    width: 80%;
    text-align: right;
  }
  .orden0 {
    order: 0;
  }

  .orden1 {
    order: 1;
  }

  
}

@media (max-width: 1024px) {
  .divform {
    width: 70%;
    padding-bottom: 4em;
  }
  .divform .btn_rosa {
    width: 100%;
    margin-top: 2em !important;
  }
  .addReferral {
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin: auto;
    font-size: 10px;
  }
  .btn_link {
    text-align: center;
    font-size: 12px;
  }
  .titleDest {
    font-size: 20px;
    line-height: 30px;
  }
  .btn_borde, .btn_rosa2:hover {
    font-size: 12px;
  }
  .btn_delete {
    margin-left: 1em;
  }
  .search2 {
    width: 135px !important;
  }
  .btn_linkPro {
    font-size: 14px !important
  }
  .btn_linkPro .addReferral {
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    margin-right: 5px
  }
  .div_title_mov {
    padding-top: 80px !important;
  }
  thead th:first-child, tbody th{
    left: 93%
  }
}

@media (max-width: 768px) { 
  .divform {
    width: 70%;
    padding-bottom: 4em;
  }
  .divform .btn_rosa {
    width: 100%;
    margin-top: 2em !important;
  }
  .img_der img, .img_izq img {
    width: 55%;
  }
  .mob_100 {
    width: 100% !important;
    display: block;
    margin-bottom: 1.5em;
  }
  .formSearch {
    margin-left: 0px ;
    width: 100%;
  }
  .mb_mob {
    margin-bottom: 1.5em;
  }
  .padTopmob {
    padding-top: 40px !important;
  }
  .ms-options-wrap > button:focus, .ms-options-wrap > button {
    width: 100%;
  }
  .select_country .ms-options-wrap {
    margin-right: 1em;
    margin-bottom: 1.5em;
  }
  .ms-options-wrap > .ms-options {
    width: 70%;
  }
  .prevInnoInt {
    position: absolute;
    right: 60px;
    top: -65px;
    border: 1px solid #ccc;
    color: #ccc;
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  .nextInnoInt {
    position: absolute;
    right: 15px;
    top: -65px;
    border: 1px solid #ccc;
    color: #ccc;
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  .slick-dotted.slick-slider {
    margin-bottom: 0px !important;
  }
  .edit_content {
    width: 90%;
  }
  #file-upload-form {
    width: 60%;
  }
  .btn_mt{
    margin-top: 50px;
  }
  .h48, .h48h {
    height: auto;
  }

  .content_div {
    display: block;
  }
  .cardSurvey {
    display: inline-block;
    width: 49%;
  }

  .addReferral {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    margin-right: 10px;
  }
  .btn_link {
    text-align: center;
  }
  .titleDest {
    font-size: 20px;
  }
  .btn_borde, .btn_rosa2:hover {
    font-size: 14px;
  }
  .btn_delete {
    margin-left: 0em;
  }
  .btn_map {
    padding: 8px 20px !important;
  }
  .textFilters_mov {
    position: relative;
    top: -9px
  }
  .donut-size1 {
    font-size: 6em;
  }
  .mar_mov {
    margin-bottom: 1.5em !important
  }
  thead th:first-child, tbody th{
    left: 90%
  }
}


@media (max-width: 576px)  {
  .no_flex {
    display: block !important;
  }
  .fixed-top .container .navbar-collapse {
    width: 90% !important;
    left: 10% !important;
  }
  .user {
    padding-right: 1em;
    width: 90%;
  }
  .navbar-dark .navbar-nav .nav-link {
    width: 90%;
  }
  .divform {
    width: 90%;
    padding-bottom: 4em;
  }
  .img_der {
    bottom: 0px;
  }
  .img_izq {
    bottom: -20px;
  }
  .img_der img, .img_izq img {
    width: 63%;
  }
  .ms-options-wrap > button:focus, .ms-options-wrap > button {
    width: 100%;
  }
  .textView {
    font-size: 10px;
  }
  .textView .mx-2 {
    margin: 0px !important;
  }
  .textView .btn_pagination {
    width: 25px;
  }
  .ms-options-wrap > .ms-options {
    width: 100%;
  }
  #login {
    margin-bottom: 3em;
  }
  .list_file .btn_map {
    padding: 8px 10px !important;
  }
  .text_filer {
    line-height: 15px;
  }
  #file-upload-form {
    width: 90%;
  }
  .btn_mt {
    margin-top: 0px;
  }
  .pieML {
    margin: 0px;
    padding: 25px;
  }
  .pad_mov_stats {
    padding: 25px;
  }
  .select_mobgray {
    width: 95% !important;
    margin-left: 8px !important;
    margin-right: 0px !important;
  }
  .textFilters_mov {
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-bottom: .5em;
    display: block;
    position: inherit;
  }
  .div_donout {
    width: 100px;
  }
  .donut-size {
    font-size: 6em;   
  }
  .mb-20 {
    margin-bottom: 2em;
  }
  .btn_delete {
    margin-bottom:1em;
    width: 100%;
  } 
  .select_country .ms-options-wrap {
    margin-right: 0em;
    margin-bottom: 1.5em;
  }
  .padTopmob {
    padding-top: 10px !important;
  } 
  .div_title {
    border-bottom: 0px;
  }
  .div_back {
    padding-top: 0px !important;
  }
  .form_referral, .edit_content {
    width: 95%;
  }
  .btn_copy {
    display: block;
    margin-top: 2em;
    margin-bottom: 2em;
    margin-left: 0px !important;
  }
  .h48 .mx-2, .h48h .mx-2, .h48 .mx-3, .h48h .mx-3 {
    margin-right: 0rem!important;
    margin-left: 0rem!important;
  }
  .desk {
  display: none !important
  }
  .mov {
    display: block !important
  }
  .gm-style .gm-style-iw-c {
    max-width: 270px !important;
  }
  .content_modal {
    width: 95% !important
  }
  .content_modal1 {
    width: 100% !important;
    padding: 15px 7px !important
  }
  .w_form250 {
    width: 95% !important;
    margin-bottom: 1em !important
  }
  thead th:first-child, tbody th{
    left: 77%
  }
  .modal_search {
    width: 93% !important
  }

  .box-start-res{
    height: 120px;
    position: relative;
  }
  .div-start-res{
    position: absolute;
    bottom: 16px;
  }

  .div-start-res2{
    position: absolute;
    bottom: 50px;
  }

  .check--label-text {
      width: 80%;
  }

}

