@font-face {
  font-family: 'book';
  src: url('../fonts/BentonSansBBVA-Book.otf'); /* IE9 Compat Modes */
}

@font-face {
  font-family: 'book-light';
  src: url('../fonts/BentonSansBBVA-Light.otf'); /* IE9 Compat Modes */
}

@font-face {
  font-family: 'book-medium';
  src: url('../fonts/BentonSansBBVA-Medium.otf'); /* IE9 Compat Modes */
}

@font-face {
  font-family: 'book-italic';
  src: url('../fonts/BentonSansBBVA-MediumItalic.otf'); /* IE9 Compat Modes */
}

@font-face {
  font-family: 'book-cursive';
  src: url('../fonts/BentonSansBBVA-BookItalic.otf'); /* IE9 Compat Modes */
}


/* S E C T I O N S  I M P O R T A N T */

/* E N D  S E C T I O N S  I M P O R T A N T */


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

h3{
  font-size: 17px;
}

select{
  color: #4E5D78;
  background: #FAFBFC;
  border: 0;
  padding: 10px;
  background-color: #FAFBFC;
  border-color: #FAFBFC;
  color: #4E5D78;
  border: 0;
  font-family: 'book';
}

.bar-content{
  width: 50px;
  background: #fafafa;
  height: 5px;
  /* display: inline; */
  position: relative;
  float: left;
  margin-top: 9px;
  margin-right: 10px;
  border-radius: 5px;
}
.so{
  font-size: 12px;
}

.android{
  color: #A4C639;
  font-size: 20px;
  width: 30px;
  float: left;
}

.ios{
  color: #000;
  font-size: 20px;
  width: 30px;
  float: left;
}

.porcentage-android{
  height: 5px;
  width: 80%;
  background-color:#A4C639;
  border-radius: 5px;
}

.porcentage-ios{
  height: 5px;
  width: 50%;
  background-color:#000;
  border-radius: 5px;
}

.content-data-movil{
  position: relative;
  height: 30px;
}

html, body {
  position: relative;
  font-family: 'book', arial;
  width: 100%;
  height: 100%;
}
body {
  min-height: 100%;
  margin-bottom: 120px;
  background-color: #fff !important;
}
.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: 80px 15px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}


main > .container {
  padding: 20px 0;
}


.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

.navbar-dark, .bg-dark { background-color: #fff !important}

.navbar-dark .navbar-text { color: #fff; font-family: 'book-light', arial;}

/*** T E X T O S ***/
.text-gray { color: #707070 }
.text-azul { color: #1464A5; }
.text-verde { color: #1DE9B6; }
.text-rosa { color: #E10098; }
.text-rosa { color: #E10098; }


/*** G R A F I C A ***/
.grafica { max-width: 100% !important; }

/*** C A L E N D A R I O ***/
.input { background: none; border: none; }
.input:hover { outline: none; }
.input:active { outline: none; }
.input:focus { outline: none; }

.bg_options{
  background: #fff;
}

.title-data{
  font-family: 'book-medium';
  font-size: 16px
}

.title-data-m{
  font-family: 'book-medium';
  font-size: 12px
}

.info-data{
  font-size: 16px
}

.qty-grap{
  margin: 10px 0 0 0;
}

.info-data-gray{
  font-size: 16px;
  color: #B0B7C3;
  font-family: 'book-medium';
  margin-top: 10px;
}

.info-data-gray-grap{
  font-size: 16px;
  color: #B0B7C3;
  font-family: 'book-medium';
}

.info-data-gray-grap img{
  width: 25px;
  margin-right: 10px;
  vertical-align: middle;
}


.icon-pregunta{
  width: 80px;
  margin-top: 20px;
  display: inline;
  float: left;
}

.not-padding{
  padding: 0;
}

.relative{
  position: relative;
}

.title-section{
  font-family: 'book-medium';
}

.table{
  font-size: 13px;
}
.table thead th{
  font-family: 'book-medium';
  text-transform: uppercase;
}

.user-info{
  font-family: 'book-medium';
  text-transform: uppercase;
}

.user-info span{
  font-family: 'book';
  color: #8dc4eb;
  text-decoration: underline;
  padding-left: 20px;
}

.porcentaje h2{
  font-size: 28px;
}

.porcentaje h2, .porcentaje h5{
  display: inline;
}

.porcentaje h5{
  padding-left: 20px;
  font-size: 16px;
}

.porcentaje-increase{
  color: #38CB89;
}

.porcentaje-diminish{
  color: #FF5630;
}

.arrow-d{
  font-size: 16px;
  padding-left: 10px;
}

/*Login*/





/* STRUCTURE */

.welcome{
  font-size: 2em;
}

.info-title{
  margin: 20px;
}
.wrapper {
  display: flex;
  align-items: center;
  flex-direction: column; 
  justify-content: center;
  width: 100%;
  min-height: 100%;
  padding: 20px;
}

#formContent {
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 0;
  background: #fff;
  padding: 30px;
  width: 90%;
  max-width: 450px;
  position: relative;
  padding: 0px;
  -webkit-box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
  box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
  text-align: center;
}

#formFooter {
  background-color: #f6f6f6;
  border-top: 1px solid #dce8f1;
  padding: 25px;
  text-align: center;
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}



/* TABS */

h2.inactive {
  color: #cccccc;
}

h2.active {
  color: #0d0d0d;
  border-bottom: 2px solid #072146;
}



/* FORM TYPOGRAPHY*/

input[type=button], input[type=submit], input[type=reset]  {
  float: right;
  background-color: #1464A5;
  border: none;
  color: white;
  padding: 15px 34px;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  border-radius: 0;
  margin: 15px 5%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

}

input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover  {
  background-color: #072146;
}

input[type=button]:active, input[type=submit]:active, input[type=reset]:active  {
  -moz-transform: scale(0.95);
  -webkit-transform: scale(0.95);
  -o-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

input[type=text]:not([name="daterange"]):not(.not-custom-input), input[type=password] {
  background-color: #f6f6f6;
  border: none;
  color: #0d0d0d;
  padding: 15px 12px;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 5px;
  width: 90%;
  border: 2px solid #f6f6f6;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 0;
}

input[type=text]:focus, input[type=password]:focus {
  background-color: #fff;
  border-bottom: 2px solid #072146;
}

input[type=text]:placeholder, input[type=password]:placeholder {
  color: #cccccc;
}



/* ANIMATIONS */

/* Simple CSS3 Fade-in-down Animation */

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* Simple CSS3 Fade-in Animation */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.fadeIn {
  opacity:0;
  -webkit-animation:fadeIn ease-in 1;
  -moz-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;

  -webkit-animation-fill-mode:forwards;
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

  -webkit-animation-duration:1s;
  -moz-animation-duration:1s;
  animation-duration:1s;
}

.fadeIn.first {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.fadeIn.second {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.fadeIn.third {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.fadeIn.fourth {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}

/* Simple CSS3 Fade-in Animation */
.underlineHover:after {
  display: block;
  left: 0;
  bottom: -10px;
  width: 0;
  height: 2px;
  background-color: #56baed;
  content: "";
  transition: width 0.2s;
}

.underlineHover:hover {
  color: #0d0d0d;
}

.underlineHover:hover:after{
  width: 100%;
}



/* OTHERS */

*:focus {
    outline: none;
} 

#icon {
  width:60%;
} 



/* A S I D E */

.aside{
  width: 220px;
  display: inline;
  float: left;
  position: sticky;
  top: 0;
}

.card{
  width: 100%;
}

.content-info{
  display: inline;
}

.container-aside{
  background-color: #FAFBFC;
  height: 100vh;
  padding: 10px;
}

.container-aside p{
  color: #B0B7C3;
  font-size: 12px;
}

.container-aside ul{
  margin: 0;
  list-style: none;
  padding: 0;
  
}

.midot{
  padding-right: 5px;
}

.mediumFont{
  font-family: 'book-medium' !important;
}

.font-bold{
  font-family: 'book-medium' !important;
}

.container-aside .img{
  margin: 20px 0;
}

.container-aside ul li a{
  font-size: 14px;
  text-decoration: none;
  color: #B0B7C3;
  width: 100%;
  margin: 10px 0;
  padding: 7px;
  display: block;
}

.container-aside ul li a:hover{
  background: rgba(55, 125, 253, 0.3);
  border-radius: 6px;
  color: #377DFF;
  font-family: 'book-medium';
}

.container-aside ul li a img{
  vertical-align: sub;
}

.container-aside ul li a span{
  margin-left: 5px;
}

.second-block-aside{
  margin-top: 50%;
}

.opt-active {
  background: rgba(55, 125, 253, 0.3) !important;
  color: #377DFF !important;
  font-family: 'book-medium';
  border-radius: 6px;
}

.opt-active a{
  color: #377DFF !important;
}

.space-control{
  width: 70%;
  padding-left: 2%;
}

.space-control input{
  margin: 0;
  background-color: #FAFBFC;
  border: 0;
  border-radius: 10px 0 0 10px;
}

.space-control .input-group-text {
  background-color: #FAFBFC;
  border: 0;
  border-radius: 0 10px 10px 0;
}

.space-control-perfil{
  width: 20%;
  padding-left: 2%;
}

.notificaciones{
  width: 50%;
  text-align: center;
}

.notificacion{
  margin-top: 15px;
}

.notificaciones .perfil{
  width: 50px;
  border-radius: 50px;
}

.perfil-list{
  width: 50px;
  border-radius: 50px;
  margin-right: 10px;
}

.container-notificacion{
  position: relative;
  width: 20px;
  margin: 0 auto;
}

.container-notificacion span{
  position: absolute;
  top: 10px;
  right: 0;
  background: red;
  border-radius: 10px;
  width: 5px;
  height: 5px;
}

.content-drop{
  width: min-content;
  background: #FAFBFC;
  width: fit-content;
  background: #FAFBFC;
  padding: 10px;
}

.content-drop button{
  background: #FAFBFC;
  color: #4E5D78;
  font-family: 'book-medium';
  border: 0;
}

.content-drop select{
  display: inline;
  color: #4E5D78;
    font-family: 'book-medium';
}

.download{
  background-color: #377DFF !important;
  border: 1px solid #377DFF !important;
  font-size: 14px;
  border: 0;
  margin-right: 5%;
  color: #fff !important;
}

.inactive {
  background-color: #DC3545 !important;
  border: 1px solid #DC3545 !important;
  font-size: 14px;
  border: 0;
  margin-right: 5%;
  color: #fff !important;
}

.btn-custom {
  font-size: 14px;
  border: 0;
  margin-right: 5%;
  color: #fff !important;
}

.programar{
  background-color: #fff !important;
  border: 1px solid #377DFF !important;
  font-size: 14px;
  border: 0;
  margin-right: 5%;
  color: #377DFF !important;
  margin-right: 20px !important;
}

.cancel{
  font-size: 14px;
  margin-right: 20px !important;
}


.detail-gral{
  background: #FAFBFC;
  padding: 1%;
}


.list-opt-action{
  margin-left: 25px !important;
  font-size: 14px;
}

.list-opt-action button{
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-family: 'book';
  background: transparent;
  border: 0;
  width: 100%;
  text-align: left;
  padding: 10px;
  color: #377DFF !important;
}

button:focus {
  outline: 0 !important;
  box-shadow: none !important;
}

.coll:before {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  float: right;
  transition: all 0.5s;
  font-size: 13px;
  margin-top: 1px;
  font-weight: 600;
}

.coll:before {
 -webkit-transform: rotate(0deg);
 -moz-transform: rotate(0deg);
 transform: rotate(0deg);
}

/* E N D  A S I D E */


/* G R A P H I C S */

.services-type{
  list-style: none;
  margin: 0;
  padding: 0;
}

.services-type li{
  display: inline;
  padding: 5px;
}

.pad-mov{
  margin-top: 10px;
  font-size: 14px !important;
}

.progre > div {
  display: inline-block;
  position: relative;
  text-align: center;
  color: #000;
  font-size: 18px;
}

.progre > div:before {
  content: attr(data-name);
  position: absolute;
  width: 100%;
  bottom: -2rem;
  font-weight: 400;
}

.progre > div:after {
  content: attr(data-percent);
  position: absolute;
  width: 100%;
  top: 3rem;
  left: 0;
  font-size: 22px;
  text-align: center;
}

.progre > .usr1:after {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  top: 2rem;
  left: 25%;
  font-size: 22px;
  text-align: center;
  background: url(../img/icon_usrg1.png) no-repeat;
  background-size: 100%;
}
.progre > .usr2:after {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  top: 2rem;
  left: 25%;
  font-size: 22px;
  text-align: center;
  background: url(../img/icon_usrg2.png) no-repeat;
  background-size: 100%;
}

.progre > .usr3:after {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  top: 2rem;
  left: 25%;
  font-size: 22px;
  text-align: center;
  background: url(../img/icon_usrg3.png) no-repeat;
  background-size: 100%;
}

.progre > .usr4:after {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  top: 2rem;
  left: 25%;
  font-size: 22px;
  text-align: center;
  background: url(../img/icon_usrg4.png) no-repeat;
  background-size: 100%;
}

.progre svg {
  width: 8rem;
  height: 8rem;
}

.progre svg:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
}

.progre svg:nth-child(2) path {
  fill: none;
  stroke-width: 12px;
  stroke-dasharray: 629;
  stroke: rgba(250, 251, 252, 1);
  -webkit-animation: load 2s;
  -moz-animation: load 2s;
  -o-animation: load 2s;
  animation: load 2s;
}

@-webkit-keyframes 
  load { 0% 
    {
      stroke-dashoffset:0
    }
  }
  @-moz-keyframes 
  load { 0% 
    {
      stroke-dashoffset:0
    }
  }
  @keyframes 
  load { 0% 
    {
      stroke-dashoffset:0
    }
  }

/* E N D  G R A P H I C S */

/* U S U A R I O S */

.table-hover tbody tr:hover{
  background-color: #F4F8FF
}

.table td, .table th{
  border: 0;
  text-align: center;
  vertical-align: middle;
}

.table thead th{
  border: 0;
  background-color: #FAFBFC
}

.table tbody tr td a {
  text-decoration: none;
}

.table tbody tr td a:hover{
  color: #377DFF;
  text-decoration: underline;
}


.info-actions{
  background-color: #FAFBFC;
  color: #B0B7C3;
  padding: 20px;
  vertical-align: middle;
  font-size: 14px;
}

.info-actions ul{
  list-style: none;
  display: inline-block;
  margin: 0 5%;
  padding: 0;
}

.info-actions li, .info-actions button{
  display: inline;
}


.info-actions-active{
  color: #377DFF !important;
  text-decoration: none;
}

.info-actions ul li a{
  color: #B0B7C3;
  margin-right: 10px;
}

.info-actions ul li a:hover{
  color: #377DFF;
  text-decoration: none;
}

.button-back{
  background: #F3F3F3;
  color: #B0B7C3;
}

.button-next{
  background:#377DFF;
  color: #fff;
}
.button-detail{
  background:#377DFF;
  color: #fff;
}
.paginador{
  text-align: right;
}

.modal-header{
  border: 0;
}

.modal-body {
  padding: 0 4rem;
}

.modal-content {
  border-radius: 20px;
  border: 0;
}

.perfil-detail{
  padding-top: 10px;
}

.perfil-detail img{
  width: 40px;
  border-radius: 40px;
  display: inline;
  vertical-align: top;
  margin: 5px 10px 0 0;
}

.info-user-m{
  display: inline-block;
  position: relative;
}

.info-user-m p{
  margin: 0;
}

.info-user-id{
  margin: 0;
  font-size: 12px;
}

.border{
  border-radius: 120px;
}

.center-items{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.marcador-perfil{
  text-align: left;
  width: 120px;
  height: 120px;
  background: #E5F6EF;
  padding: 15px;
  vertical-align: bottom;
  color: #38CB89;
  border-radius: 120px;
  font-size: 25px;
}
.info-marcador{
  display: inline-block;
  text-align: left;
  padding: 10px 0 0 10px;
}

.info-marcador p{
  margin: 5px 0;
}

.info-marcador p span{
  color: #B0B7C3;
  font-family: 'book-medium';
}

.marcador-estado{
  background: #E5F6EF;
  color: #38CB89;
  border-radius: 20px;
  padding: 10px 10px;
  margin-top: 10px;
}
.color-verde{
  background: #E5F6EF;
  color: #38CB89;
  border-radius: 20px;
  padding: 10px 10px;
  margin-top: 10px;
}
.color-naranja{
  background: #E5F6EF;
  color: #f44611;
  border-radius: 20px;
  padding: 10px 10px;
  margin-top: 10px;
}
.color-rojo{
  background: #E5F6EF;
  color: #ff0000;
  border-radius: 20px;
 padding: 10px 10px;
  margin-top: 10px;
}
.color-azul{
  background: #E5F6EF;
  color: #0000ff;
  border-radius: 20px;
 padding: 10px 10px;
  margin-top: 10px;
}

.marcador-estado p{
  margin: 5px 0;
}

.border-table-marcador{
  border: 1px solid #D8DBE1;
  margin: 0 0 40px 0;
  border-radius: 20px;
  padding: 19px 0;
}

.btn-secondary{
  background-color: #FAFBFC;
  border-color: #FAFBFC;
  color: #4E5D78;
}

.success-confirm{
  color: #38CB89;
  background: #E5F6EF;
  padding: 10px 30px;
  border-radius: 36px;
  font-family: 'book-medium';
}

.warning-confirm{
  color: #FFAB00;
  background: #FDF4E0;
  padding: 10px 30px;
  border-radius: 36px;
  font-family: 'book-medium';
}

.error-confirm{
  color: #cb3838;
  background: #fddede;
  padding: 10px 30px;
  border-radius: 36px;
  font-family: 'book-medium';
}


/* E N D  U S U A R I O S */

/* E N V I O S */


.info-campain p{
  margin: 0;
}

.pointer{
  cursor: pointer;
}

.title-envio{
  font-size: 28px;
}

.form-group label{
  font-size: 14px;
  color: #B0B7C3;
}

.form-group input{
  border: 1px solid #F3F3F3;
  width: 100%;
}

.title-header{
  font-family: 'book-medium';
}

.drop-zone {
  height: 150px;
  padding: 25px;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
  color: #cccccc;
  border: 2px dashed #707070;
  font-size: 14px;
  padding-top: 40px;
  border-radius: 10px;
}

.drop-zone--over {
  border-style: solid;
}

.drop-zone__input {
  display: none;
}

.drop-zone__thumb {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  background-color: #cccccc;
  background-size: cover;
  position: relative;
}

.drop-zone__prompt_blue{
  display: block;
  color: #006CFF !important;
}

.drop-zone__thumb::after {
  content: attr(data-label);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px 0;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.75);
  font-size: 14px;
  text-align: center;
}

.vista-previa{
  background: #fff;
  color: #006CFF !important;
  text-decoration: underline;
  border: 0;
  font-size: 14px;
  margin: 15px 0;
}

.vista-previa i{
  padding-right: 10px;
}

.modal-footer{
  border: 0;
  padding: 25px;
}

textarea{
  background: #FAFBFC;
  border: 0;
  width: 100%;
  padding: 10px;
  min-height: 120px;
  font-size: 14px;
}

#mailing-crear{
  width: 100%;
}

#sms-crear{
  width: 100%;
}
/* E N D  E N V I O S */

@media (max-width: 768px) {
  .pad-mov { padding: 5px !important }
}


.carousel{
  width: 100%;
}

.carousel-item {
  text-align: center;
}

.carousel-item p{
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  margin: 0;
  text-align: center;
}


.carousel-item button {
  display: block;
  margin: 10px auto;
  background: #377DFF;
  color: #fff;
  width: 60px;
  font-size: 13px;
}

.button-horario-disable {
  background: #FAFBFC;
}


.btn-disabled-action{
  opacity: 0.5;
}

.calendar-border{
   border: 1px solid #eaeaea;
   padding: 2px;
}

.indicator-reserved{
  position: absolute;
  width: 15px;
  height: 15px;
  top: 2px;
  right: 0;
  border-radius: 20px;
  background: #fbb6b6;
  color: red!important;
  font-size: 9px;
}


.input-number{
  width: 45% !important;
  display: inline !important;
}


/* Sistema de Ticket*/
.container-ticket {
  padding-left: 200px !important;
  padding-right: 200px !important;
}
.fondo-ticket{
  background-color: #EAF9FA;
}
.text-tema-titulo{
  color: gray;
  margin-bottom: 0rem !important;
  font-size: 2.5rem;
  font-weight: 500;
}
.text-tema{
  color: gray;
  margin-bottom: 0rem !important;
  font-size: 18px;
  font-weight: 500;
}
.input-text{
  border: 1px solid #d2d2d2 !important;
  padding: 0 12px !important;
  min-height: 35px !important;
  width: 100% !important;
}
.input-select{
  border: 1px solid #d2d2d2 !important;
  padding: 0 12px !important;
  min-height: 35px !important;
  width: 100% !important;
}
.text-area{
  width: 100%;
  height: 200px;
}
.btn-enviar {
  background-color: #2DCCCD;
  border-color: #2DCCCD;
  max-width: 21.75rem;
  min-height: 50px;
  font-size: 20px !important;
  min-width: 172px;
  color: #fff;
  /*border-radius: 12px !important;*/
  line-height: 1.2;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.btn-descartar {
  background-color: #0F1D37;
  border-color: #0F1D37;
  max-width: 21.75rem;
  min-height: 50px;
  font-size: 20px !important;
  min-width: 172px;
  color: #fff;
  /*border-radius: 12px !important;*/
  line-height: 1.2;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.texto-center-ticket{
  text-align: center;
}

.dropzone.dropzone-dashed {
  border: 2px dashed #377DFF;
}

.table-canal {
  max-height: 300px;
}

.table-canal thead th {
  position: sticky;
  top: 0;
}

#htmlEmail {
  height: 300px;
  overflow-y: scroll;
}

.img-campania {
  width: 100px;
  height: 100px;
  object-fit: contain;
  display: block;
  margin: 0 auto 20px auto;
}

.edit-campania-icon {
  font-size: 20px;
}

.list-group-item:hover {
  cursor: pointer;
  background-color: rgba(55, 125, 253, 0.3);
}
.list-group-item.selected {
  background-color: rgba(55, 125, 253, 0.3);
}
.hover:hover {
  cursor: pointer;
}

.email-variables {
  max-height: 200px; 
  overflow: auto;
}

.email-variables .email-variables-header {
  position: sticky;
  top: 0;
  z-index: 999;
  background-color: white;
}
.span-alert-bold {
  font-family: book-medium; 
  font-weight: 600; 
  margin: 0px;
}

.dropify-wrapper .dropify-message p {
  font-size: 15px !important;
}

.box-upload-file-animation {
  -webkit-animation: stripes 2s linear infinite;
  animation: stripes 2s linear infinite;
}

.box-upload-file-animation:hover {
  background-size: 30px 30px;
  background-image: -webkit-linear-gradient(135deg,#F6F6F6 25%,transparent 25%,transparent 50%,#F6F6F6 50%,#F6F6F6 75%,transparent 75%,transparent);
  background-image: linear-gradient(-45deg,#F6F6F6 25%,transparent 25%,transparent 50%,#F6F6F6 50%,#F6F6F6 75%,transparent 75%,transparent);
  cursor: pointer;
}

.box-upload-file {
  border: 2px solid #E5E5E5;
  color: #999;
  font-weight: 600;
  height: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.box-upload-file i {
  font-size: 40px;
}

.box-upload-file p{
  font-size: 18px;
}

@-webkit-keyframes stripes {
  from {
    background-position:0 0;
  }
  to {
    background-position:60px 30px;
  }
}

@keyframes stripes {
    from {
      background-position:0 0;
    }
    to {
      background-position:60px 30px;
    }
}

.card-divisiones:hover {
  cursor: pointer;
  background-color: rgb(228, 227, 227);
}

.tx-icon {
  font-size: 20px;
  margin-bottom: 5px;
  color: #002c5a;
}

.tx-icon:hover {
  cursor: pointer;
  color: #113052;
}