/* FUENTES */
@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Poppings-extra-bold';
    src: url('../fonts/Poppins-ExtraBold.ttf') format('truetype');
}

/* GENERALES */
:root {
    --primary: #36A9E1;
    --primary-light: rgba(232, 245, 255, 0.75);
    --secondary: #323232;
    --secondary-light: #d9d9d9;
    --black: #000000;
    --white: #ffffff;
    --gray: #323333;
    --gray-light: #CFD4D9;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --bs-body-font-family: 'Manrope', serif !important;

}

html {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#descripcion_detalles_tips::-webkit-scrollbar {
    display: none;
}

*, *:before, *:after {
    box-sizing: inherit;
}

html, body {
    min-height: 100vh;
    position: relative;
    font-family: var(--bs-body-font-family);
}

.bi-caret-up-fill, .bi-caret-down-fill {
    display: none;
}

.ocultar {
    display: none;
}

.mostrar {
    display: block;
}

.text-primary {
    color: var(--primary) !important;
}

.text-gray {
    color: var(--gray) !important;
}

.text-orange {
	color: #ff640a!important;
}

.bg-primary {
    background: var(--primary) !important;
}

.bg-secondary-light {
    background: var(--secondary-light) !important;
}

.bg-gray-light {
    background: var(--gray-light) !important;
}

.bg-light {
    background-color: var(--white) !important;
}

.bg-extra-light {
    background: #f1f1f1;
    border: none !important;
}

.bg-gray-extra-light {
    background-color: #fefafa;
}

.bg-gradiant {
    background: rgb(114, 201, 202);
    background: linear-gradient(0deg, rgba(114, 201, 202, 0.5) 10%, rgba(186, 206, 239, 0.38640763274336287) 49%, rgba(255, 255, 255, 1) 62%);
}

.html-light {
    background: #FAFEFF;
}

.html-dark {
    background: rgb(0, 0, 1);
    background: linear-gradient(180deg, rgba(0, 0, 1, 0.10) 0%, rgba(255, 255, 255, 1) 100%);
}

.fs-14 {
    font-size: .875rem;
}

.fs-12 {
    font-size: .75rem;
}

.fs-11 {
	font-size: .7rem;
}

.fs-10 {
    font-size: .625rem;
}

.height-100 {
    height: 100%;
}

.availability {
    color: var(--primary);
}

.text-small {
    font-size: .75rem;
}

.firstLetterUp::first-letter {
    text-transform: uppercase;
}

.max-width-20 {
    max-width: 1.25rem;
}

.max-width-120 {
    max-width: 7.5rem;
}

.max-width-200 {
    max-width: 12.5rem;
}

.max-width-250 {
    max-width: 15.625rem;
}

.max-width-500 {
    max-width: 31.25rem;
}

.max-height-76 {
	max-height: 4.8rem;
}

.max-height-150 {
	max-height: 9.375rem;
}

.height-280 {
	height: 17.5rem;
}

.container-security {
    max-width: 30rem;
    padding: 1.25rem 1.875rem;
    margin: 0 auto;
}

.offcanvas.offcanvas-top {
	min-height: 20rem;
}

.title {
    color: var(--black);
    font-family: 'Manrope', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 2.75rem;
}

.text-justify {
    text-align: justify;
}

.star {
	width: 1.25rem;
	height: 1.25rem;
}

/* Clase para el tamaño de los videos insertados con el editor HTML */
/* .note-video-clip {
    width: 100%!important;
} */

/* BOTONES */
.btn {
    border-radius: .9375rem;
}

.btn-primary {
    background: var(--primary);
    border: transparent;
}

.btn-primary:hover, .btn-primary:active {
    background: var(--primary-light) !important;
    color: var(--primary) !important;
    border: transparent;
}

.btn-secondary {
    background: var(--secondary-light);
    color: var(--secondary);
    border: transparent;
}

.btn-secondary:hover, .btn-secondary:active {
    background: var(--secondary) !important;
    color: var(--white) !important;
    border: transparent;
}

.btn-tertiary {
    background: var(--secondary);
    color: var(--white);
    border: transparent;
}

.btn-tertiary:hover, .btn-tertiary:active {
    background: var(--secondary-light) !important;
    color: var(--secondary) !important;
    border: transparent;
}

.btn-danger:hover {
    background: #7d0000;
}

.btn-white {
    background: var(--white);
    border: transparent;
    color: var(--gray);
}

.btn-white i {
    color: var(--primary);
}

.btn-white:hover, .btn-white:active {
    background: var(--primary-light) !important;
    color: var(--gray) !important;
    border: transparent;
}

.btn-icon-add {
    color: var(--primary);
    background: transparent;
    border: transparent;
}

.btn-icon-add:hover, .btn-icon-remove:hover {
    color: var(--gray);
}

.btn-icon-remove {
    color: var(--bs-danger);
    background: transparent;
    border: transparent;
}

.btn-file-input-remove {
    position: absolute;
    left: 50%;
    top: 80%;
    transform: translate(-50%, -50%) translateY(-10px);
    text-align: center;
    background: transparent;
    width: 2.5rem;
    height: 2.5rem;
    border: none;
    border-radius: 50%;
    color: var(--white);
}

.btn-file-input-remove:hover {
    color: var(--secondary-light);
}

.btn-outline-secondary {
    color: var(--secondary);
    border: 1px solid var(--secondary-light);
}

.btn-outline-secondary:hover .icon-linkedin {
    color: var(--white)
}

.btn-close-custom {
    position: absolute;
    top: .4375rem;
    right: .4375rem;
}

.btn-star-big-default {
    background: var(--gray-light);
    color: var(--white);
    width: 2rem;
    height: 2rem;
    padding: .625rem;
    border-radius: 50%;
    border: none;
    font-size: 1rem;
}

.btn-star-big {
    background: var(--primary);
    color: var(--white);
    width: 2rem;
    height: 2rem;
    padding: .625rem;
    border-radius: 50%;
    border: none;
    font-size: 1rem;
}

.btn-star-default {
    background: var(--gray-light);
    color: var(--white);
    width: 1rem;
    height: 1rem;
    padding: .625rem;
    border-radius: 50%;
    border: none;
    font-size: .75rem;
}

.btn-star {
    background: var(--primary);
    color: var(--white);
    width: 1rem;
    height: 1rem;
    padding: .625rem;
    border-radius: 50%;
    border: none;
    font-size: .75rem;
}

.btn-orange {
	background-color: #ff640a;
}

.btn-orange:hover {
	background: #c94a01;
}

/* NAVBAR */
.navbar-fixed {
    padding-top: 4.5rem;
}

.bg-light .nav-link i {
    color: var(--primary);
    margin-right: .375rem;
}

.icon-new-messages {
    position: absolute;
    width: .4375rem;
    height: .4375rem;
    border-radius: 50%;
    top: .0625rem;
    right: .125rem;
    background: var(--primary);
}

.icon-new-messages-senior {
    position: absolute;
    width: .4375rem;
    height: .4375rem;
    border-radius: 50%;
    top: .0625rem;
    /* right: .125rem; */
}

.icon-new-messages-chat {
    position: absolute;
    width: .4375rem;
    height: .4375rem;
    border-radius: 50%;
    top: .0625rem;
    right: 0rem;
}

.icon-new-messages-dark {
    background: var(--gray-light);
    border: 1px solid transparent;
}

.icon-new-messages-light {
    border: 1px solid var(--white);
	background: var(--primary);
}

.nav-item .dropdown-item:focus, .nav-item .dropdown-item:hover {
    background: var(--primary-light);
}

.nav .nav-link {
    color: var(--secondary);
}

.nav .nav-link:hover {
    color: var(--primary);
}

/* AVATAR-IMG */
.avatar {
    position: relative;
    height: 10.5625rem;
    object-fit: cover;
}

.avatar svg {
    position: absolute;
    left: 50%;
    top: .625rem;
    transform: translate(-50%, -50%) translateY(-10px);
}

.avatar-xs {
    position: relative;
    width: 2.1875rem;
    height: 2.1875rem;
}

.avatar-xs-svg {
    position: relative;
    width: 2.1875rem;
    height: 2.1875rem;
    background: var(--secondary-light);
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-avatar-xs {
    border: transparent;
    border-radius: 15px;
    padding: .0625rem .625rem;
}

.nav-link.group-btn-avatar-dark {
    color: var(--primary);
    padding: 0;
}

.nav-link.group-btn-avatar-dark:hover {
    color: var(--white);
}

.group-btn-avatar-dark .btn-avatar-xs {
    background: var(--secondary);
}

.nav-link.group-btn-avatar-dark-primary {
    color: var(--black);
    padding: 0;
}

.nav-link.group-btn-avatar-dark-primary:hover {
    color: var(--white);
}

.group-btn-avatar-dark-primary .btn-avatar-xs {
    background: var(--primary);
}


.nav-link.group-btn-avatar-light {
    color: var(--primary);
    padding: 0;
}

.nav-link.group-btn-avatar-light:hover {
    color: var(--primary);
}

.group-btn-avatar-light .btn-avatar-xs {
    background: var(--primary-light);
}

.avatar-file-input__input {
    width: .0063rem;
    height: .0063rem;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.avatar-file-input__label {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    border-radius: 4px;
    font-size: .875rem;
    font-weight: 600;
    color: #fff;
    position: relative;
    max-width: 10rem;
    background: var(--secondary-light);
}

.avatar-file-input__label svg {
    margin: 0 auto;
}

.avatar-file-input__label i {
    position: absolute;
    left: 50%;
    top: 80%;
    font-size: 1.125rem;
    color: var(--secondary);
    transform: translate(-50%, -50%) translateY(-10px);
}

.avatar-file-input__label:hover i {
    color: var(--white);
}

/* FORMULARIOS BUSQUEDA */
#search_form .input-group span {
    z-index: 5;
    left: .3125rem;
    top: .3125rem;
}

#search_form .input-group span button {
    border: none;
    background: var(--white);
    color: var(--secondary-light)
}

#search_form .input-group span button.bg-extra-light {
    background: #f1f1f1;
    color: var(--secondary-light)
}

#search_form .input-group button {
    border: none;
    background: var(--white);
    color: var(--secondary-light)
}

#search_form .input-group {
    background-color: var(--white);
    color: var(--secondary);
}

#search_form .input-group>.form-control:focus, #search_form .input-group>.form-floating:focus-within, #search_form .input-group>.form-select:focus {
    z-index: 0;
    padding-left: 2.5rem;
}

#search_form [type=search] {
    padding-left: 2.5rem;
}

.input-group:focus-within {
    border-right: 0;
}

.input-group:focus-within {
    border-left: 0;
}

.form-control:focus, .form-select:focus, .form-check:focus {
    background-color: #fff;
    border-color: var(--primary);
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(54, 169, 225, 0.25);
}

/* INDEX */
.icon-linkedin {
    color: #0e76a8
}

.title-hero {
    font-family: 'Poppings-extra-bold', serif !important;
    font-size: 5.25rem;
    line-height: 5.9375rem;
    font-weight: bolder;
}

.title-hero-gradiant {
    background: linear-gradient(90deg, #36A9E1 0%, #C5D1D7 35.00%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: var(--primary);
}

.title-hero-black {
    color: var(--black) !important;
}

@media (max-width: 768px) {
    .title-hero {
        font-size: 3.375rem;
        line-height: 3.4375rem;
    }
	.tamañoMitad {
		width: 50%;
	}
}

@media (max-width: 575px) {
    .title-hero {
        font-size: 3rem;
        line-height: 3.0625rem;
    }
}

@media (max-width: 450px) {
    .title-hero {
        font-size: 2.375rem;
        line-height: 2.4375rem;
    }
}

/* SIGN UP */
.term {
    padding-top: .1875rem;
    font-size: .75rem;
}

.fl {
    flex: 1 0 auto;
}

.pos {
    right: .7rem;
    top: 35%;
}

/* SEARCH */
input, select {
    border-color: #dee2e6 !important;
}

#cards:hover .card-title {
    color: var(--primary);
}

.card svg, .card img {
    height: 17rem;
    object-fit: cover;
}

@media (min-width: 768px) and (max-width: 992px) {
    .card svg, .card img {
        height: 9.5rem;
        object-fit: cover;
    }
}

@media (min-width: 992px) {
    .card svg, .card img {
        height: 15.375rem;
        object-fit: cover;
    }
}

.card .counter-tip, .profile .counter-tip {
    font-family: 'Poppings-extra-bold', serif !important;
}

.card .card-footer ul li, .profile ul li {
    width: 1.25rem;
    height: 1.25rem;
}

img.logoComunidad {
    width: 2rem;
    height: 2rem;
}

/* PROFILE */
.profile-profession {
    color: var(--primary);
}

.profile-history {
    padding: .625rem 0;
}

.profile-history-title {
    color: var(--primary);
    font-size: 1rem;
    line-height: 1.375rem;
}

p.profile-history-role, p.profile-history-date {
    margin: .3125rem;
}

.profile-history-role, .profile-history-date {
    color: var(--gray);
    font-size: .875rem;
    line-height: 1.1875rem;
    text-align: center;
}

.description {
    font-family: 'Manrope', serif;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.375rem;
    text-align: justify!important;
    color: var(--secondary);
    overflow-wrap: break-word;
}

.container-profile {
    max-width: 37.5rem;
    margin: 0 auto;
}

.mTop {
    margin-top: .4rem;
}

.show-reviews {
    color: var(--gray);
    font-size: .875rem;
}

.logoComunidadProfile {
    width: 6rem;
    /* height: 4rem; */
}

/* CALENDARIO */
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
    background: var(--primary) !important;
}

.bootstrap-datetimepicker-widget .prev, .bootstrap-datetimepicker-widget .next {
    color: var(--primary) !important;
}

.bootstrap-datetimepicker-widget table td.today:before {
    content: '';
    display: inline-block;
    border: solid transparent;
    border-width: 0 0 7px 7px;
    border-bottom-color: var(--primary) !important;
    border-top-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: .25rem;
    right: .25rem;
}

.datepicker tbody, td, tfoot, th, thead, tr {
    padding: .3125rem;
}

.bootstrap-datetimepicker-widget table td span.active {
    background: var(--primary) !important;
}

/* CHAT */
.notification {
    height: 4.25rem;
    cursor: pointer;
}

.total-notification {
    background: var(--primary);
    color: var(--gray);
    border-radius: 50%;
    height: 1.125rem;
    width: 1.125rem;
    text-align: center;
}

.notification-content {
    padding: 0 .375rem;
}

.notification-time {
    width: 2.5rem;
    font-size: .75rem;
}

.notification-content h5 {
    margin: 0;
    padding: 0;
    font-size: 1rem;
}

.notification-content p {
    margin: .125rem 0;
    padding: 0;
    font-size: .8125rem;
    color: #3A3F44
}

.overflow-content {
    overflow: hidden;
}

.over-scroll {
	overflow-y: scroll;
}

#chat-form .input-group span {
    z-index: 5;
    right: .1875rem;
    top: .125rem;
}

#chat-form .input-group span button {
    border: none;
    background: var(--primary);
    color: var(--white);
    width: 1.9375rem;
    height: 1.9375rem;
}

#chat-form .input-group span button.bg-extra-light {
    background: #f1f1f1;
    color: var(--secondary-light)
}

#chat-form .input-group button {
    border: none;
    background: var(--white);
    color: var(--secondary-light)
}

#chat-form .input-group {
    background-color: var(--white);
    color: var(--secondary);
}

#chat-form .input-group>.form-control:focus, #chat-form .input-group>.form-floating:focus-within, #chat-form .input-group>.form-select:focus {
    z-index: 0;
    padding-left: 1.25rem;
}

#chat-form [type=text] {
    padding-left: 1.25rem;
    padding-right: 2.5rem;
    font-size: .875rem;
}

.messages-chat {
    overflow-y: auto;
    max-height: 69vh !important;
    min-height: 69vh !important;
}

.widthNotifications {
    width: 100%;
}

.column-chat-left-content {
    overflow-y: auto;
    max-height: 30rem;
}

@media (min-width: 768px) {
    .messages-chat {
        overflow-y: auto;
        max-height: 80vh !important;
        min-height: 80vh !important;
    }
    .column-chat-left-content {
        overflow-y: auto;
        max-height: 50rem;
    }
}

@media (min-width: 992px) {
    .messages-chat {
        overflow-y: auto;
        max-height: 65vh !important;
        min-height: 65vh !important;
    }
    .widthNotifications {
        width: 50%;
    }
    .column-chat-left-content {
        overflow-y: auto;
        max-height: 35rem;
    }
}

@media (min-width: 992px) and (min-height: 900px) {
    .messages-chat {
        overflow-y: auto;
        max-height: 75vh !important;
        min-height: 75vh !important;
    }
    .widthNotifications {
        width: 50%;
    }
    .column-chat-left-content {
        overflow-y: auto;
        max-height: 49rem;
    }
}

.messages-chat div {
    border-radius: 15px;
    padding: .5rem 1.25rem;
    font-size: .875rem;
    line-height: 1rem;
}

.messages-chat p {
    margin: .625rem 0;
}

.messages-chat time {
    font-size: .625rem;
    color: var(--gray);
}

.message-received {
    background: #f1f1f1;
    color: var(--gray);
    overflow-wrap: break-word;
}

.message-sent {
    background: var(--primary);
    color: var(--white);
    overflow-wrap: break-word;
}

.column-chat-left, .column-chat-right {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.column-chat-right {
    flex: 1;
    border-left: 1px solid #dee2e6;
    border-top: none;
    border-right: none;
    border-bottom: none;
    margin-top: 2rem;
}

/* Dashboard */
.panelIcon {
    display: none;
}

@media(min-width: 768px) {
    .panelIcon {
        display: block;
    }
}

/* MONEDERO */
.btn-block {
    padding-right: 5.3rem;
    padding-left: 5.3rem;
}

.mRigth {
    margin-right: .68rem;
}

.width4Dig {
    width: 3.5rem;
}

.width2Dig {
    width: 2.5rem;
}

.width10Dig {
    width: 5rem;
}

.widthInputModal {
    width: 7.2rem;
}

@media(max-width: 768px) {
    .fontSize {
        font-size: .875rem;
    }
}

@media(mIN-width: 768px) {
    .width4Dig {
        width: 4rem;
    }
    .width2Dig {
        width: 3rem;
    }
    .width10Dig {
        width: 7.5rem;
    }
}

/* Eliminar flecha dropdown  */
.dropdown-toggle::after {
    content: none;
}

/* Eliminar flechas input type=number */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* TABLAS */
table td,
table th {
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tamaño {
    max-inline-size: 20rem;
    min-inline-size: 12.5rem;
	/* max-height: 10rem; */
}

.tamañoDes {
    max-inline-size: 25rem;
    min-inline-size: 12.5rem;
}
.tamDescMuro {
    max-inline-size: 40rem;
    min-inline-size: 12.5rem;
}

.table-border {
    border-radius: .5rem;
}

thead {
    top: 0;
    position: sticky;
}

@media(min-width: 992px) {
    .no-scroll {
        overflow: hidden;
    }
}

/* TIPS */
.estiloRol {
    background:#212529;
    border-radius: .9375rem;
    border: transparent;
    padding: .1875rem .625rem;
}

.tamañoCajaInvEnlaces {
    overflow-y: scroll;
    max-height: 15rem;
}

.positionBox { 
	width: 100%;
}

.tamañoDetallesTips {
	width: 100%;
}

@media (min-width: 992px) {
	.tamañoDetallesTips {
		position: fixed;
		max-width: 39rem;
	}
	.positionBox {
		position: relative;
		left: 42.5rem; 
		max-width: 40rem;
	}
}

/* RECORTAR IMAGEN */
.modal_crop {
    background-color: rgba(0, 0, 0, 0.247);
    backdrop-filter: blur(0px);
    position: fixed;
    z-index: 2;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: all 150ms ease-in-out;
    overflow: auto;
    padding: 1.25rem;
}

.modal_crop-content {
    width: 75rem;
    margin: auto;
    background-color: rgb(250, 250, 250);
    border-radius: 10px;
    overflow: hidden;
    transform: scale(0.9);
    opacity: 0;
    transition: 400ms 300ms all ease;
}

.modal_crop-content .modal_crop-header {
    width: 100%;
    padding: 1.25rem .625rem;
    text-align: center;
    background-color: rgb(249,249,249);
    box-shadow: 0px -2px 7px 1px rgba(0, 0, 0, 0.281);
    font-size: 18px;
}

.modal_crop-content .modal_crop-body {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: .625rem;
    padding: 1.125rem .625rem;
}

.modal_crop-body .content-imagen-cropper {
    width: 80%;
    height: 25rem;
    padding: .3125rem;
    outline: 1px solid var(--thir-color);
}

.content-imagen-cropper .img-cropper {
    width: 100%;
}

.modal_crop-body .content-imagen-sample {
    height: 15.625rem;
    width: 15.625rem;
    outline: 1px solid var(--thir-color);
    overflow: hidden;
    margin-top: .3rem;
}

.modal_crop-body .content-imagen-sample .img-sample {
    height: 100%;
    width: 100%;
}

.modal_crop-content .modal_crop-footer {
    width: 100%;
    padding: .625rem .625rem;
    text-align: center;
    background-color: rgb(249,249,249);
    box-shadow: 0px 2px 7px 1px rgba(0, 0, 0, 0.281);
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: .9375rem;
}
/* Modal estilos active */

.modal_crop.active {
    opacity: 1;
    backdrop-filter: blur(3px);
    visibility: visible;
}

.modal_crop-content.active {
    transform: scale(1);
    opacity: 1;
}

.modal_crop.remove {
    opacity: 0;
    backdrop-filter: blur(0px);
    visibility: hidden;
    transition: 150ms 150ms all ease-in-out;
}

.modal_crop-content.remove {
    transform: scale(0.9);
    opacity: 0;
    transition: 150ms all ease;
}

@media screen and (max-width: 1200px) {
    .modal_crop-content{
        width: 100%;
    }
}
@media screen and (max-width: 1200px) {
    .content-imagen-sample{
        display: none;
    }
    .modal_crop-body .content-imagen-cropper{
        width: 100%;
    }
    .modal_crop-content .modal_crop-footer{
        flex-direction: column;
        gap: 5px;
    }
    .modal_crop-footer .btn{
        width: 100%;
    }
}

/* COMUNIDAD EDIT PROFILE */

.community_description {
    width: 21rem;
    height: 15rem;
}

@media(min-width: 768px) {
    .community_description {
        width: 40rem;
        height: 15rem;
    }
}

.widthInput {
    width: 21rem;
}

.widthInputMayor {
    width: 21rem;
}

@media(min-width: 768px) {
    .widthInput {
        width: 17rem;
    }
    .widthInputMayor {
        width: 37rem;
    }
}

@media(min-width: 992px) {
    .widthInput {
        width: 18rem;
    }
    .widthInputMayor {
        width: 39rem;
    }
}

@media(max-width: 768px) and (max-height: 600px) {
    .widthInput {
        width: 26.25rem;
    }
    .widthInputMayor {
        width: 26.25rem;
    }
    .community_description {
        width: 26.25rem;
        height: 15rem;
    }
} 

/* COMUNIDADES */

.card-community {
    width: 19.5rem;
    min-height: 30rem;
}

.card-community img, .card-community svg {
    height: 11rem;
}

@media(min-width: 768px) {
    .card-community {
        width: 20rem;
        min-height: 30rem;
    }
}

@media(min-width: 992px) {
    .card-community {
        width: 25rem;
        min-height: 30rem;
    }
}

/* TIPS MIEMBROS */

.tamañoBox {
	width: 20rem;
	min-height: 25rem;
	overflow-y: scroll;
}

.input-textarea {
    width: 21rem;
}

.widthInputDate {
    width: 20rem;
}

.widthInputTips {
    width: 20rem;
}

.widthBotonTips {
    width: 100%;
}

.widthInputMinutos {
    width: 3rem;
}

.slider-wrapper {
    width: 15rem;
}

@media(min-width: 768px) {
    .tamañoBox {
        width: 43rem;
        min-height: 25rem;
        overflow-y: scroll;
    }
    .input-textarea {
        width: 43rem;
        height: 10rem;
    }
    .widthInputDate {
        width: 10.4rem;
    }
    .widthInputTips {
        width: 11rem;
    }
    .slider-wrapper {
        width: 14rem;
    }
} 

@media(min-width: 992px) {
    .widthBotonTips {
        width: 15%;
    }
    .tamañoBox {
        width: 35rem;
        min-height: 25rem;
        overflow-y: scroll;
    }
    .input-textarea {
        width: 47rem;
        height: 10rem;
    }
    .slider-wrapper {
        width: 12rem;
    }
}

@media(max-width: 768px) and (max-height: 600px) {
    .tamañoBox {
        width: 32rem;
        min-height: 25rem;
        overflow-y: scroll;
    }
    .input-textarea {
        width: 32rem;
        height: 10rem;
    }
    .widthInputDate {
        width: 9rem;
    }
    .widthInputTips {
        width: 9rem;
    }
    .slider-wrapper {
        width: 8rem;
    }
    .tabletSmall {
        display: flex!important;
        flex-direction: row!important;
    }
    .margin {
        margin-top: 2rem!important;
    }
    .margin2 {
        margin-top: .25rem!important;
        margin-right: .5rem!important;
    }
    .widthBotonTips {
        width: 32rem;
    }
} 

/* Mensaje copy */

.position-copy {
	width: 17rem;
	z-index: 2204;
}

/* ERRORES FORMULARIOS */
label.error {
    color: red;
    font-size: .8rem;
    display: block;
    margin-top: 5px;
    margin-left: .5rem;
}

/* PERFIL SENIOR */
.widthSeniorProfile {
	width: 100%;
}

.widthSeniorPerfil {
	width: 100%;
}

@media(min-width: 768px) {
	.widthSeniorProfile {
		width: 75%;
	}
	.widthSeniorPerfil {
		width: 40rem;
	}
}

/* COOKIES */

.cookie-consent {
	position: fixed;
	bottom: .5rem;
	width: 18.75rem;
	padding-top: .4375rem;
	/* height: 5.3125rem; */
	color: var(--primary);
	
	line-height: 1.25rem;
	padding-left: .625rem;
	padding-right: .625rem;
	font-size: 14px;
	/* background: #292929; */
	z-index: 120;
	border-radius: 3px;
}
  
.allow-button {
	height: 1.25rem;
	width: 6.5rem;
	color: #fff;
	font-size: 12px;
	line-height: .625rem;
	border-radius: 3px;
	border: 1px solid var(--primary);
	background-color: var(--primary);
}

.allow-button:hover {
	background-color: var(--primary-light);
	color: var(--primary);
}

/* TOGGLE SWITCH */

/* The switch - the box around the slider */
.switch {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 23px;
}
  
/* Hide default HTML checkbox */
.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}
  
/* The slider */
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}
  
.slider:before {
	position: absolute;
	content: "";
	height: 15px;
	width: 15px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}
  
input:checked + .slider {
	background-color: var(--primary);
}
  
input:focus + .slider {
	box-shadow: 0 0 1px var(--primary);
}
  
input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}
  
/* Rounded sliders */
.slider.round {	
	border-radius: 34px;
}
  
.slider.round:before {
	border-radius: 50%;
}

.witdhPref {
	max-width: 15.625rem;
}

@media(min-width: 768px) {
	.witdhPref {
		max-width: 34.375rem;
	}
}

.w_hab {
	width: max-content;
}

/* BOTONES QUE NO EXISTEN */
/*
.btn-white {
    background: var(--white);
    border: transparent;
    color: var(--gray);
}
.btn-white i {
    color: var(--primary);
}
.btn-white:hover {
    background: var(--primary-light) !important;
    color: var(--gray) !important;
    border: transparent;
}
.btn-primary-tag {
    color: var(--primary);
    background: var(--primary-light);
    border: transparent;
    font-size: 1rem;
}
.btn-primary-tag:hover {
    background: var(--primary);
    color: var(--primary-light);
    border: transparent;
}
.btn-secondary-tag {
    color: var(--secondary);
    background: var(--secondary-light);
    border: transparent;
    font-size: 1rem;
}
.btn-secondary-tag:hover {
    background: var(--secondary);
    color: var(--secondary-light);
    border: transparent;
}
.btn-payment {
    background: var(--white);
    border: transparent;
    color: var(--gray);
}
.btn-payment:hover {
    background: var(--primary) !important;
    color: var(--white) !important;
    border: transparent;
} */

/* ESTO PARA QUE SIRVE???? */

/*.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0);
}
.item-session {
    text-decoration: none;
}
.item-session:hover time {
    font-weight: bolder;
    text-decoration: none;
    color: var(--primary) !important;
}
.item-session:hover .add-calendar {
    color: var(--primary) !important;
}
.content-canvas {
    margin-left: -1.5625rem;
    margin-top: .625rem;
}
.content-canvas h5 {
    margin: 0;
    padding: 0;
    font-size: .875rem;
}
.content-canvas p {
    margin: 0;
    padding: 0;
    font-size: 1rem;
}
.content-summary {
    color: #FAFEFF;
}
.content-summary h5 {
    margin: 0;
    padding: 0;
    font-size: 1rem;
}
.content-summary h6 {
    font-size: .875rem;
    opacity: 0.5;
    margin: 0;
    padding: 0;
}
.content-summary p {
    margin: 0;
    padding: 0;
    font-size: 2rem;
    color: #14EEEE
}
.table.transaction>:not(caption)>*>* {
    border-bottom: 0;
}
.table.transaction th {
    font-weight: normal;
    font-size: 1rem;
}
.hr-profile-history{
    margin:0 auto;
    width:65%;
    border-bottom: 1px solid var(--gray-light);
}
.transaction{
    font-family: 'Manrope', serif;
    font-style: normal;
    font-weight: 400;
    font-size: .875rem;
    line-height: 1rem;
    color: var(--gray)
}
.hr-transaction{
    margin:0 auto;
    width:65%;
    border-bottom: 1px solid var(--gray-light);
}*/
 