html, body, header{
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
}

.dread_yellow{
	color: #ffff00;
	text-shadow:1px 1px 1px black;
}

.dread_green{
	color: #57ed6e;
	text-shadow:1px 1px 1px black;
}

header {
    background-color: #019ec4;
    border-bottom: 2px solid white;
}

h4 {
    color: white;
    padding: 0.5em;
    font-size: 2em;
}

#header {
    width: 100%;
    display: flex;
    align-items: first baseline;
}

#w0-collapse {
    padding-top: 0 !important;
}

header nav {
    width: 100%;
    z-index: 3;
}

#header nav div {
    padding-right: 0;
}

#headermenu ul {
    position: relative;
    left: 1.3em;
}

.nav-open .nav_cuenta {
    transform: translateX(-350px);
    z-index: 8;
}

.nav_cuenta {
    width: 350px;
    height: 100vh;
    position: fixed;
    top: 0;
    right: -350px;
    background: #00afef;
    transform: translateX(0px);
    transition: transform 0.7s;
    overflow: hidden;
    z-index: 8;
}
  
.nav-close {
    background: none;
    display: flex;
    align-items: center;
    border: none;
    padding: 15px 15px;
    color: #fff;
    margin-left: auto;
}
  
.nav-close:hover {
    background: rgba(255, 255, 255, 0.05);
}

.fa-sign-out-alt {
    font-size: 1.1em !important;
}
  
.nav-links-container {
    box-shadow: 0 -10px 10px rgba(0, 0, 0, 0.15);
    padding-top: 0.6em;
}

div.nav__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 10px 25px;
    text-decoration: none;
    color: #000 !important;
    background: #fff;
    border: 2px solid;
    margin-top: 3px;
}

.edtPrfl {
    text-align: center !important;
    margin: 0 auto;
      margin-top: 0px;
      margin-bottom: 0px;
    display: inline-block !important;
    margin-top: 1em !important;
    border-radius: 0px !important;
    margin-bottom: 1em !important;
    background: #000;
    color: #fff !important;
}

div.nav__link2 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 25px 20px;
    text-decoration: none;
    color: #fff !important;
    background: #000;
    margin-top: 0.3em;
}
  
a.nav__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 25px;
    text-decoration: none;
    color: #dddddd;
}

div.nav__link .nav__text, div.nav__link2 .nav__text {
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.optns {
    display: flex;
    justify-content: space-between;
    text-align: left;
    align-items: center;
}

.form-inline {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.nav-close svg {
    margin: 0 0.8em;
    color: #fff;
}
  
.nav__text {
    font-size: 22px;
    font-weight: 500;
}
  
a.nav__link:hover {
    background: rgba(0, 0, 0, 0.05);
    color: #f0b93c;
}

.a-link {
    color: #fff;
    text-transform: Uppercase;
}

.inventarios-index {
    width: 90%;
    margin: 0 auto;
}

.logout {
    border-radius: 0 !important;
    border-radius: 0 !important;
    font-size: 22px;
    background: #000;
    color: #fff;
}

.logout:hover, .edtPrfl:hover {
    background: #fff !important;
    color: #00afef !important;
}

.img_menu {
    display: block;
    margin: 0 auto;
    width: 100%;
}

div.nav__text .name_user {
    font-size: 0.8em;
}

div.nav__text .email_user {
    font-size: 0.6em;
    line-height: 0.6em;
}

span.rol_user {
    font-size: 1.1em;
    line-height: 1.9em;
    background: #fff;
    text-align: center !important;
    margin: 0 auto 0;
    padding: 1.1px 0.8em;
    display: block;
    color: #000;
    font-weight: bold;
    border: 2px solid;
}

.btn_reg {
    background: #fff;
    color: #000 !important;
    padding: 0.5em 1.2em !important;
    border-radius: 0px !important;
    font-weight: bold;
}

.btn_reg:hover {
    background: #fff;
}

.btn-link {
    color: #01732e !important;
}

.btn-link:hover {
    color: #b9b9b9 !important;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28 255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

h5 {
    color: #fff;
    padding: 3% 0;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom:0;
}

#body_shop h5 {
    color: #fff;
    padding: 3% 2%;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    background: #00afef;
    margin-bottom: 0;
    height: 90px !important;
    display: table-cell !important;
    width: 400px !important;
    vertical-align: middle !important;
}

.div_imgprf {
    width: 120px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 13em;
    background: #c3c2c26e;
    height: 120px;
    align-content: center;
}

.section_video {
    max-height: 84vh;
}

.kv-table-header {
    background: #00afef !important;
}

.citas-barbero td.w0 {
    color: #000;
}

.btn.btn-lg.btn-primary.editCita, .btn.btn-lg.btn-primary.cancelCita {
    margin: 0.5em 0;
    min-width: 185px;
}

.cover_video {
    position: relative;
    width: 100%;
    height: 83vh;
    top: -83vh;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000bd;
    z-index: 2;
}

.videohome {
    width: 100%;
    height: 82vh;
    object-fit: cover;
}

.greetings {
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
    flex-direction: column;
}

.greetings h1 {
    font-size: 2.5em;
    width: 70%;
    text-shadow: 0px 0px 16px black;
    color: #fff !important;
}

.greetings .btn {
    padding: 10px 5em;
    margin-top: 1em;
}

.titulo {
    color: #019ec4 !important;
}

.pacientes-index h5 {
    color: #fff;
    padding: 3% 2%;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    background: #00afef;
    margin-bottom: 0;
    height: 90px !important;
    display: table-cell !important;
    width: 400px !important;
    vertical-align: middle !important;
}

::-webkit-input-placeholder, ::-webkit-textarea-placeholder {
   text-align: center;
}

:-moz-placeholder { /* Firefox 18- */
   text-align: center;  
}

::-moz-placeholder {  /* Firefox 19+ */
   text-align: center;  
}

:-ms-input-placeholder {  
   text-align: center; 
}

.divider {
    line-height: 40px;
}

.divider::after{
    content: '';
    border: 1px solid #559130;
}

.navbar-brand img {
    width: 160px;
}

.navbar-toggler {
    color: white !important;
    border-color: white;
    border-radius: 0px !important;
    margin-right: 5px;
    border: 3px solid white;
    /*background-color: rgba(0, 0, 0, 0) !important;*/
}

.navbar-dark .navbar-toggler {
    color: #fff !important;
    border-color: #00afef;
    border-radius: 0px !important;
    margin-right: 5px;
    background-color: #00afef;
}

.sticky {
    position: fixed;
    top: 0;
    z-index: 10;
    transition: all .8s ease-in-out;
}

a {
    color: #00935c;
    text-decoration: none;
    background-color: transparent;
    font-weight: bold;
}

a:hover {
    color: #ff6c00;
    text-decoration: none;
    background-color: transparent;
}

label {
    color: #00afef;
    font-family: Candara;
}

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

main > .container p, main > .container-fluid p, main > .container-fluid span{
    font-family: Candara;
	color: #fff;
    margin-bottom: 0.4rem !important;
}

main > .container .site-index a{
    font-family: Candara;
	font-weight:bolder;
	color: var(--white);
}

main > .container .dashboard-index a{
    font-family: Candara;
	font-weight:bolder;
	color: var(--white);
}

.footer {
    background-color: #fff;
    font-size: .9em;
    box-shadow: 0 -3px 8px -4px #000;
    margin-top: 1em !important;
    bottom: 0px !important;
    position: absolute;
    z-index: 2;
    width: 100%;
}

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

.footer a {
    color: #0051AD !important;
}

.not-set {
    color: #c55 !important;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.itemBtn.nav-link {
    background-color: #559130;
    color: #fff !important;
    padding: 2px 0px 3px 0;
    margin-top: 5px !important;
    margin-left: 4px !important;
    margin-right: 4px !important;
    transition: all .5s ease-in-out;
}

.itemBtn.nav-link:hover {
    background-color: #fff;
    color: #559130 !important;
}

.itemBtn.nav-link.grid-button {
    width: 20%;
    margin: 0 auto !important;
    text-align: center;
}

.grid-view th {
    text-align: center;
    vertical-align: middle !important;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

.tabs_modulos{
    padding: 2% 0;
}

.tabs_modulos li{
    padding-right: 1%;
}

.tabs_modulos li a {
    border-radius: 90px !important;
    background: #00afef !important;
    color: white !important;
    font-weight: bold;
    font-size: 1.5em;
    line-height: 1.2 !important;
}

h5.tit {
    margin: 0;
}

.row.div_cursos {
    margin: 0 auto;
}

.div_desc_izq {
    padding: 1% 0 0 0;
    border: 1px solid;
}

.div_desc_der {
    padding: 1% 0 0 0;
    border: 1px solid;
}

.div_desc_der p, .div_desc_izq p{
    background: white;
    padding: 3%;
    font-size: 1.3em;
    min-height: 50px;
}

.timeblk {
    font-size: .6em;
    vertical-align: middle;
    display: inline-block;
    line-height: 1.5;
    margin-bottom: 0;
    text-align: center;
    margin-top: 1em;
}

img#lgo_indx{
	width:10%;
}

.carousel-item img {
    width: 100%;
    max-height: 50vh;
    object-fit: cover;
}

.flex-shrink-0 .container-fluid{
    padding: 0;
}

.btnsPcnt {
    display: flex;
}

#usuarios-birthdate_usr {
    width: 87%;
    display: inline;
}

.div_servicios {
    justify-content: center;
}

.div_servicios div {
    padding-bottom: 2em;
    align-content: center !important;
    display: flex;
    justify-content: center;
}

.txt_welcome {
    font-size: 2em;
    color: #00afef !important;
    line-height: 1em;
    padding: 0.5em;
}

.dashboard-index {
    display: flex;
    justify-content: center;
    min-height: 550px;
    align-items: center;
}

#w0-collapse {
  padding-top: 1em;
}

@media(max-width:767px) {
    .div_servicios .grid-button {
        font-size: 1.2em;
        height: 3.6em;
        line-height: 3em;
        z-index: 1;
        padding: 0 75px !important;
        margin-left: -28px;
        font-weight: bold;
        width: 100% !important;
    }
    .js-push-btn.btn.btn-primary.btn-floating {
        display: none;
        position: fixed;
        bottom: 5.2em !important;
        right: 0;
        border-radius: 0px !important;
        width: 100% !important;
    }
    #citasbarberos-fcha_ctbrbr {
        width: 89% !important;
    }
    .videohome {
        width: 100%;
        height: 90vh;
    }
    .section_video {
        max-height: 90vh;
    }
    .greetings h1 {
        font-size: 2.3em !important;
        padding: 0 0.5em;
        width: 100%;
    }
    .cover_video {
        height: 90vh !important;
        top: 81px !important;
        position: absolute;
    }
    .img_logo {
        border-radius: 13em;
        width: 60% !important;
    }
    #w0-collapse {
        padding-top: 1em !important;
    }
    .btnsPcnt {
        display: block !important;
    }
    .btnsPcnt a {
        width: 100%;
    }
	.blk_devp, .blk_copy {
		text-align: center !important;
	}
	.site-index, .site-login, .register_div, .site-perfil, .site-contact, .dashboard-index, .encontrar-index {
		margin: 0 auto !important;
	}
	.breadcrumb {
		margin-top: 16% !important;
	}
	.input-group-prepend {
		width: 18% !important;
	}
	img#lgo_indx{
		width:60px;
	}
	.header {
		position: fixed !important;
		bottom: 0;
		top: inherit !important;
		width: 100%;
	}
	header nav ul li.nav-item {
		display: block;
		margin: 0 auto;
	}
    .nav li > form > button.logout {
        display:block;
        text-align: center;
        width: 100%;
        padding: 10px 0;
    }
	.timeblk {
		font-size: .6em;
        display: inline-block;
		vertical-align: middle;
		line-height: 1.5;
		margin-bottom: 0;
		text-align: center;
		margin-top: .4em;
	}
    header .navbar-brand {
        width: 75% !important;
        display: block;
        margin: 0 auto;
        text-align: center;
        padding-bottom: 10px;
    }
    .menuInicio .barInicio {
        padding-left: 0 !important;
    }
    .divider::after {
        content: none !important;
    }
    .carousel-item img {
        max-height: 80vh;
        object-fit: cover;
        width: auto !important;
    }
    .itemBtn.nav-link.grid-button {
        width: 70% !important;
        margin: 0 auto !important;
        margin-bottom: 10% !important;
    }
    img.logo {
        width: 40% !important;
    }
    .fc .fc-button {
        font-size: 0.6em !important;
    }
    .fc .fc-toolbar-title {
        font-size: 0.55em !important;
        margin: 0px;
    }
    canvas#signature-pad {
        height: 200px;
        width: 100% !important;
        left: 0 !important;
    }
    .txtreg {
        flex-flow: column-reverse !important;
    }
    .divreg {
        width: 95% !important;
    }
    .form-group.row {
        margin: 0 !important;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.body_ogbarber{
	background-color: #f4f4f4;
    position: relative;
    height: auto;
    min-height: 100%;
}

.servicios-create.container, .site-login, .servicios-view, .usuarios-index2, .usuarios-view, .usuarios-update, .servicios-update {
    padding-bottom: 4em;
}

.site-index, .site-login, .register_div, .site-perfil, .site-contact, .dashboard-index, .encontrar-index, .clientes-form {
    margin: 0 auto;
    padding-bottom: 3em !important;
}

p.text_index{
	font-size: 1.33rem;
}

img.img_prfl {
    margin: 0 auto;
    display: block;
    border-radius: 128px;
    width: 130px !important;
    height: 130px !important;
    padding: 0%;
    border: 4px solid #00afef;
}

.register_div #user-birthdate_usr {
    width: 90% !important;
    display: inline;
}

#user-birthdate_usr {
    width: 94%;
    display: inline;
}

#content-site{
	padding: 0;
}

input.file-caption-name{
    height: 60px;
    padding-left: 6% !important;
}

.btnIni {
    padding: 0.3em 2em !important;
    font-size: 1.1em;
}

.menuInicio{
    padding: 0;
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    transition: all .8s ease-in-out;
}

.menuInicio > .container-fluid{
    padding: 5px 0 0 0;
}

.menuInicio > .container, .menuInicio > .container-fluid{
    flex-wrap: wrap;
}

.barraMenu{
    background-color: #000;
    border-bottom: 2px solid green;
}

.site-error {
    padding: 2%;
}

.menuInicio .barInicio{
    width: auto;
    text-align: center;
    margin: 0 auto;
    padding-left: 11%;
}

.file-caption{
    background-color: #fff;
    padding: 1%;
}

.btn.btn-lg.nav-link.btn_reg.active {
  color: #019ec4 !important;
}

header nav ul li.nav-item {
    display: block;
    width: auto;
	margin: 0 auto;
}

header nav ul li.nav-item a.nav-link{
    margin: 0 0.5em;
	text-align: center;
	color: #FFF;
}

.navbar-nav .nav-link.active {
  color: #f0f800 !important;
  font-weight: bolder;
}

header .navbar-brand {
    display: block;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 10px;
}

.tabs_cursos .tab-content > .tab-pane {
    background: none;
    border: none;
}

.tab-content > .tab-pane {
    text-align: left;
	background: white;
	border: 1px solid;
}


.tab-content > .tab-pane > .container > .tab_prfl {
    word-wrap: break-word;
    padding: 3% 0;
    text-align: left;
}

img.img_site{
	border-radius: 170px;
	height: 130px;
	width: 130px;
}

img.img_find {
    border-radius: 170px;
	height: 100px;
	width: 100px;
}

.div_list {
    display: inline-block;
	text-align: center;
	margin: 4% 1% 0 1%;
	padding: 1%;
}

.list-view{
	background-color: #fff;
}

span.helper {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.summary {
    padding: 2%;
	background-color: #57a8dd;
	margin: 0% 0 0% 0;
	color: white;
	border: 1px solid;
}

.input_rango {
    border-radius: 0px !important;
}

.div_rtng{
	margin:0 auto;
	margin-top: 1%;
	background-color: white;
	text-align: center;
	padding: 1%;
	box-shadow: 0px 0px 0px 2px #0000ff59;
	margin-bottom: 1%;
}

#admnstrcn_nav .dropdown-toggle.nav-link {
    padding-top: 23px;
}


table.detail-view tr th {
    color: #fff;
    background-color: #00afef;
    border: 1px solid #000 !important;
}

.breadcrumb {
    margin: 2em;
    background-color: #000;
}

.breadcrumb-item.active {
    color: #fff;
    font-weight: bold;
}

.js-push-btn.btn.btn-primary.btn-floating {
    display: none;
    position: fixed;
    bottom: 3.9em;
    right: 0;
    border-radius: 0px !important;
    width: 29%;
    z-index: 1;
}

.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    overflow: visible;
    vertical-align: -.125em;
    font-size: 2.1em;
    color: #00afef;
    height: auto !important;
}

.product_price p {
    color: #416600 !important;
}

.product_description_short p {
    color: #000 !important;
}

.product_description_long p {
    color: #000 !important;
}

.product_description_short h3 {
    color: #00935c;
}

.color-primary{
    color:#00afef !important;
}

.color-secundary{
    color:#fff !important;
}

.color-third{
    color:#00ea23 !important;
}

.bg-primary {
    background-color: #00afef !important;
}

.btn-secondary {
    color: #fff !important;
    background-color: #979797 !important;
    border-color: #fff !important;
}

.btn-primary {
    color: #fff;
    background-color: #00afef !important;
    border-color: #000 !important;
    transition: all .5s ease-in-out;
    font-size:1.1em;
    font-family: Candara;
}

.btn-primary:hover {
    color: #00afef;
    background-color: #ffffff !important;
    border-color: #000000 !important;
}

.btn-outline-secondary {
    color: #00afef !important;
    background: #fff !important;
}

.btn-outline-secondary:hover {
  color: #00afef !important;
  background-color: #fff !important;
  border-color: #000 !important;
}

.header {
    position: absolute;
	z-index: 99999;
    top: 40%;
}

button#js-web-push-subscribe-button{
	display:none;
	width: 100%;
	border-radius: 0px !important;
	background-color: #000;
	border-top: 2px solid white;
}

main h1 {
    color: #00afef;
    font-family: Candara;
}

h2.subtitle{
    padding: 0.5em;
    border: 1px solid #000;
    border-right: 0;
    border-left: 0;
    margin: 32px 0;
    color: #000;
}

.trns {
    justify-content: center;
    padding: 1em;
}

.srvcs_div, .fchs_div, .hrrs_div{
    display: none;
}

#citasbarberos-fcha_ctbrbr {
    width: 93%;
    display: inline-block;
}

hr.dotted {
    width:100%;
    border:2px solid #00afef;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #000 !important;
}

.nav-tabs .nav-link.active{
	color: var(--white) !important;
    background: #00afef !important;
}

.user-index > .btn-group {
	padding: 1%;
}

.user-index > .btn-group > .btn-group > button {
    color: white;
	border: 1px white solid;
}

.user-index > .btn-group > .btn-group > button:hover {
    background: #0888dc;
}

.v1body_mail p {
    top: 26%;
    position: relative;
    margin: 0 auto;
    text-align: center;
    color: #edd144;
    text-shadow: 1px 1px 1px black;
    left: -12%;
    width: 70%;
    font-size: 11pt;
}

.blk_devp {
	text-align: right;
	padding-right: 3%;
}

.blk_copy {
	padding-left: 3%;
    text-align: center;
    padding-top: 1em;
    line-height: 1.6em;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #312cac !important;
    background-color: #312cac !important;
}

.custom-control-label {
  color: #01732e;
}

.carousel.carousel-fade .carousel-item {
    display: block;
    opacity: 0;
    transition: opacity ease-out .7s;
}

.carousel.carousel-fade .carousel-item.active {
    opacity: 1 !important;
}

.carousel-caption {
    background: #000000a6;
    padding: 2% 8%;
}

.menu {
    position: relative;
    right: 0;
    width: 100%;
    z-index: 2;
    padding: 1em;
}

img.logo {
    width: 19%;
}

.file-caption-name:not(.file-caption-disabled) {
    background-color: #fff !important;
    border-radius: 0px !important;
}

.select2-container--krajee-bs4 .select2-selection {
    border-radius: 0.95rem !important;
}


.pacientes-index, .tienda-index, .pacientes-campaign, .calendario-, .usuarios-index, .categorias-productos-index{
    max-width: 96%;
    margin: 0 auto;
}

.row.citas {
    width: 80%;
    margin: 0 auto;
}

.div_fecha {
    padding: 2%;
    border: 1px solid gray;
    color: white;
    background: #00afef;
    font-weight: bolder;
}

.div_esp, .div_com, .div_est{
    padding: 2%;
    background: white;
    border: 1px solid;
}

.div_comentarios {
    padding: 0;
    background: #fff;
    margin: 4% 0;
    max-height: 530px;
    height: 100%;
    overflow: auto;
}

.div_comentarios ul {
    padding: 3% 10% 0 10%;
}

.div_comentarios ul li {
    display: inline-block;
    padding: 0;
}

.div_comentarios span {
    display: inline;
    color: blue;
    font-size: 0.8em;
}

.div_comentarios p {
    display: list-item;
    padding: 0%;
}

.div_est p{
    color: white !important;
    padding-top: 7px;
    text-align: center;
    font-weight: bolder;
}

.div_beneficios {
    padding: 1% 3%;
    border: 1px solid;
    margin-bottom: 0em;
}

.buttons {
    padding: 3% 0px 0;
}

.div_beneficios p.subtitulo{
    font-size: 1.2em;
    min-height: 86px;
}

#comentarioscursos-cmntrio_cmntrcrs {
    border-radius: 0 !important;
}

.quantity {
    border-radius: 0px !important;
}

.product_price p {
    font-size: 3em;
    margin: 0;
}

.product_price span {
    position: relative;
    bottom: 9px;
    left: 0px;
    color: #fff !important;
    font-size: 0.8em;
    font-family: Candara;
    background: green;
    border-radius: 30px;
    padding: 3px 22px 4px;
    font-weight: bold;
}

input[type="number"] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
}
  
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}
  
.product_quantity {
    border: 2px solid #ddd;
    display: inline-flex;
}
  
.product_quantity,
.product_quantity * {
    box-sizing: border-box;
}
  
.product_quantity button.qntt, .product_quantity button.plus {
    outline:none;
    appearance: none;
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    cursor: pointer;
    margin: 0;
    position: relative;
    border-radius: 0px !important;
}
  
.product_quantity button.qntt:before,
.product_quantity button.qntt:after, 
.product_quantity button.plus:before,
.product_quantity button.plus:after {
    display: inline-block;
    position: absolute;
    content: '';
    width: 1rem;
    height: 2px;
    background-color: #ffffff;
    transform: translate(-50%, -50%);
}

.product_quantity button.plus:after {
    transform: translate(-50%, -50%) rotate(90deg);
}
  
.product_quantity input[type=number] {
    font-family: Candara;
    max-width: 5rem;
    padding: .5rem;
    border: solid #ddd;
    border-width: 0 2px;
    font-size: 2rem;
    height: 3rem;
    font-weight: bold;
    text-align: center;
}

.product_description_long {
    padding: 2em;
}

.product-index h3 {
    color: #00afef;
    font-family: Candara;
}

.product-index h4 {
    color: #848887;
    font-family: Candara;
}

.videos_product, .product_relations{
    vertical-align: super;
    display: inline-block;
    padding: 2em;
    width: 100%;
}

.videos_product span, .product_relations span {
    padding: 1em;
    word-break: break-word;
    display: inline-block;
    width: 50%;
    vertical-align: middle;
}

.cartForm {
    display: inline-block;
    width: 100%;
}

#addBtn {
    display: inline-block;
    vertical-align: baseline;
    background-color: #2fd800;
    font-family: Candara;
    font-weight: bold;
}

.fc .fc-button-primary {
    background-color: #00afef !important;
    border-color: #00afef !important;
    color: var(--fc-button-text-color);
}

.fc-icon {
    color: white !important;
}

span.hidden-xs {
    color: white !important;
}

.btn-close {
    padding: 0.4em 0.8em;
    position: absolute;
    right: 5px;
    vertical-align: middle;
    top: 2em;
}

.div_servicios p.subtitulo {
    min-height: 48px;
    text-align: left;
}

ol.prgnts {
    padding: 1em 3em 0.5em;
}

.preguntas {
    padding: 0 3%;
    font-size: 1.5em;
    color: #00afef;
}

.btnRspt {
    position: relative;
    left: 40%;
    margin-bottom: 3em;
}

.solution {
    margin: 0 auto;
    text-align: center;
    padding: 4em;
}

.solution p {
    font-size: 1.7em;
}

#fichaPaciente {
    margin: 0em auto 2em;
    border: solid;
}

.ttl {
    text-align: center;
    padding: 0.3em 0 1em;
    text-decoration: underline;
    color: #00afef;
}

.jumbotron {
    padding: 0 !important;
    width: 90%;
}

strong.big {
    font-size: 1.2em;
    text-decoration: underline;
    color: #4d2bba;
}

.grid-view {
    width: 100%;
    margin: 0 auto;
}

.btns {
    text-align: right;
}

.rowIndex {
    padding: 2em 1em 3em;
}

.imgDiv {
    padding: 2em 0;
}

.btnsPcnt a {
    font-size: 0.9em;
}

.nav-link {
    font-size: 1.1em;
}

.swal-overlay {
    background-color: #482fb568;
}

.swal-footer {
    background-color: rgb(245, 248, 250);
    margin-top: 32px;
    border-top: 1px solid #E9EEF1;
    overflow: hidden;
}

.swal-button {
    padding: 7px 19px;
    border-radius: 2px;
    font-size: 12px;
    border: 1px solid #00afef;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
}

.table td {
    vertical-align: middle !important;
    color: #000;
    border: 1px solid #000;
}

.carrito {
    position: absolute;
    top: 8.2em;
    right: 9px;
}

span.input-group-text {
    color: black !important;
    background-color: transparent;
    font-size: 0.6em !important;
}

.badge-cart {
    border-radius: 20px;
    position: relative;
    top: -25px;
    right: 10px;
    padding: 0.5em 0.8em 0.5em 0.7em !important;
    font-size: 81%;
    border: 3px solid;
}

.delAll {
    position: relative;
    left: 55em;
    top: -0.4em;
}

.help-block {
    color: red;
    font-size: 1.4em;
}

#cupon {
    width: 73%;
    display: inline;
    margin-right: 0.5em;
    vertical-align: middle;
}

.bg-td {
    background: #3e3e3e;
    vertical-align: middle !important;
}

.datosDiv {
    border: 1px solid;
    padding: 0;
}

.datosDiv h2 {
    padding: 0.2em 0.5em 0.4em;
    background: #00afef;
    border: solid 1px;
    color: white;
    margin: 0;
}

.datosDiv .datos_info {
    padding: 0.5em 1em;
}

.divItems{
    padding: 0;
}

.buttonDiv {
    padding: 2em 0;
}

#orden_direccion{
    display: none;
    padding: 0.3em 1em;
    border: 0.1px solid;
}

p.relevante {
    font-size: 2.6em;
}

.div_servicios .grid-button{
    font-size: 1.2em;
    height: 3.6em;
    line-height: 3.5em;
    z-index: 1;
    padding: 0 150px;
    margin-left: -28px;
    font-weight: bold;
    width: 50%;
}

.btnIcon {
    padding: 1em;
    background: white;
    border-top-left-radius: 2em;
    display: inline-block;
    border: 3px solid black;
    border-bottom-right-radius: 2em;
    z-index: 2;
    width: 80px;
}

.dashboard-general .svg-inline--fa {
    font-size: 4em !important;
    color: #00afef !important;
}

input#productos-img_prdct {
    border-radius: 0 !important;
}

.tab-pane .grid-view {
    width: 100% !important;
}

canvas#signature-pad {
    background-color: white;
    border: 2px solid;
    padding: 0em;
    position: relative;
    height: 200px;
    width: 500px;
    left: 28%;
}

.tabs_modulos a.nav-link.active {
    background: #ffae1b !important;
}

#clear {
    display: block;
    text-align: center;
    margin: 0 auto;
}

.modal-footer {
    justify-content: flex-start !important;
}

.logo {
    margin: 0 auto;
    display: block;
}

.divplan {
    border: 1px solid;
    padding: 2em 1em;
    background: white;
}

.divplanA {
    border: 1px solid;
    padding: 2em 1em;
    background: #00afef;
}

.btn-white {
    font-size: 1.1em;
    font-family: Candara;
    border: 1px solid white !important;
    background-color: white;
}

.btn-white:hover {
    background-color: white !important;
}

.puntos {
    text-align: center;
    font-size: 1.3em;
    color: #00afef !important;
}

.btn-close2 {
    padding: 0.4em 0.8em;
    position: absolute;
    right: 5px;
    display: inline;
}

.txt {
    display: inline;
}

.hidden{
    display: none;
}

.price {
    text-align: center;
    display: block;
    font-size: 1.8em;
    color: #00afef !important;
    font-weight: bold;
    background-color: white;
    border: 1px solid;
}

.msg {
    text-align: center;
    font-size: 1.6em;
    padding: 2em;
    font-weight: bold;
}

#sendpayu {
    padding: 0.5em 6em;
    text-align: center !important;
    display: block;
    margin: 1em auto;
}

#btnWhatsapp {
    width: 20%;
    position: fixed;
    bottom: 0;
    right: 0;
    border-radius: 0px !important;
    background-color: #28a745;
    color: white;
}

#filros_shop h3 {
    text-align: center;
    font-size: 2.8em;
    background: white;
    padding: 0.5em;
    color: #00afef;
    margin: 0;
}

.body-filtros {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.body-filtros div {
    padding: 0;
}

.body-filtros h5 {
    color: #fff;
    padding: 3% 0;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    background: #00afef;
    margin-bottom:0;
    border: 1px solid white;
}

#fndo{position:absolute;top:-200px;left:0;width:100%;height:127%;background: url(https://uniestetic.com.co/web/images/fondocertificacion.jpg);background-size:cover !important;}

#body{position:absolute;left:28%;top:30%;}

.s2-select-label, .s2-unselect-label {
    color: red;
    font-size: 1.3em;
}

th a {
    color: #fff;
}

.titulos_fctrcn {
    text-align: center;
    background-color: #00EA23;
    color: #fff;
    padding: 2%;
    margin: 0 0 4%;
}

.facturar-site {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 2em;
}

span.lbl {
    width: 40%;
    padding: 2%;
    background-color: #00ea23;
    line-height: 25px;
    font-size: 14px;
    display: inline-block;
    margin: 1% 0 0 0;
    color: #fff !important;
    text-align: center;
    font-weight: bold;
}

span.lbls {
    background-color: #fff;
    width: 58%;
    display: inline-block;
    font-size: x-large;
    text-align: right;
    border: 1px solid;
    padding: 2px 2%;
    margin-left: 1%;
}

h4.options {
    text-align: center;
    padding: 0;
    background: #838383;
    line-height: 2em;
    color: white;
}

.modal.fade.in {
    opacity: 1;
}

.bootstrap-dialog .bootstrap-dialog-title {
    display: block;
}

.modal-dialog {
    padding-top: 4em;
}

.bootstrap-dialog-header {
    width: 100%;
}

.bootstrap-dialog.type-primary .modal-header {
    background-color: #00afef;
}

.btns .text {
    text-align: center;
    color: white;
    font-weight: bold;
}

.select2-selection__choice {
    background-color: black !important;
}

.dropdown-menu {
    background-color: #fff !important;
}

.txtreg {
    flex-flow: row;
        justify-content: center;
        align-items: center;
}

.ttreg {
    font-family: Candara;
    font-size: 1.9em;
    color: #00afef;
    text-align: center;
    padding-bottom: 0.5em;
}

.divreg {
    padding: 1em;
    background-color: #2b2b2b;
    margin: 0 1em 2em;
    border-radius: 10px;
}

.divreg p {
    font-size: 0.9em;
}

ul {
    font-family: Candara;
    color: greenyellow;
}

.img_logo {
    border-radius:13em;
    width: 7%;
}

#servicio_form .form-group.field-datosusuario-nmrodcmnt_dtusr {
  background: #00afef;
  padding: 1em;
}

.form-group2 {
  width: 50%;
}

.row.divImgs {
  padding: 1em;
  align-content: center;
  justify-content: center;
}

.row.divImgs .form-group{
    width: 40%;
    margin-left: 0.5em;
}

.textclnts {
  color: #000 !important;
  font-weight: bold;
  font-size: 1.7em;
  text-align: center;
}

.label-control2 {
  color: white;
}

#divClnt table th {
  background-color: #00afef;
  color: white;
}