:root {
  --color-1: #00af80;
  --color-1-hover: #2bc48a;
  --navbar-hover-color: #0e2a47;
}

* {
  font-family: Proxima Nova regular;
}

.footer > span {
    font-family: outfit !important;
}

.modal-tutorial>.modal-content {
    max-width: 600px!important;
}

#__next {
    background-size: 100% 100%;
    background-blend-mode: overlay;
    background-image: url(https://edithor.online/wp-content/uploads/2023/11/sombras-full.jpg.webp), linear-gradient( 59deg, rgba(245,247,249,0.3) 0%, rgba(245,247,249,0.76) 100% ) !important;
    background-color: #ffffff17 !important;
    min-height: 100vh;
}

#__next > section > div.px-6.h-full.text-gray-800 > div > div {
    background-size: 100% 100%;
    background-blend-mode: overlay;
    background-image: url(https://edithor.online/wp-content/uploads/2023/11/sombras-full.jpg.webp), linear-gradient( 59deg, rgba(245,247,249,0.3) 0%, rgba(245,247,249,0.76) 100% ) !important;
    background-color: #ffffff17 !important;
    min-height: 100vh;
}

#__next > div.container.mx-auto.px-2.md\:px-8.rounded-md.overflow-hidden.pb-\[40px\] > div > div:nth-child(4) > span::before {
  content: "\f071";
  font-family: "Font Awesome 5 Free";
  font-weight: 900; /* Necesario para íconos sólidos */
  color: #e63946;
  margin-right: 6px;
}


#__next > div.container.mx-auto.px-2.md\:px-8.rounded-md.overflow-hidden.pb-\[40px\] > div > div:nth-child(4) {
    text-align: center;
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
}

#__next > div.container.mx-auto.px-2.md\:px-8.rounded-md.overflow-hidden.pb-\[40px\] > div > div:nth-child(4) > span {
    background: #ffeded;
    padding: 5px 15px;
    border-radius: 20px;
    color: #d95a63;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.text-gray-800 {
    color: #0e2a47 !important;
}
   

@media (min-width: 1024px) {
.lg\:pt-12 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  #__next > section > div.px-6.h-full.text-gray-800 > div > div > form > div.img-logo{
    width: 50% !important;
    height: 50px;
    margin-bottom: 25px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    align-self: center;
  }
  .lg\:w-1\/2 {
    width: 100% !important;
  }
  #navbarSupportedContentY {
    flex-direction: unset !important;
  }
    .modal-dialog-centered {
        min-height: unset !important;
    }
}

.w-1\/3 {
    width: 100% !important;
}

.top-1\/4 {
    top: 40% !important;
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
    background: #ffffffc9 !important;
    border: 1px solid #e0eaff !important;
    backdrop-filter: blur(5px) !important;
}


.outline-none {
    outline: 1px solid #ffffff91 !important;
    outline-offset: 5px !important;
    background-color: rgba(31,41,55,.5);
    backdrop-filter: url(filters.svg#filter) blur(4px) grayscale(100%);
}

.shadow-lg, .shadow-none {
    box-shadow: unset !important;
}
  
#__next > div.container.mx-auto.px-2.md\:px-8.rounded-md.overflow-hidden.pb-\[40px\] > div > div.pb-\[40px\] > div.mb-3.p-1.mt-4 > div > button:hover{
    background-image: linear-gradient(89deg, #1f2933 0%, #23415e 100%)!important;
    color: #fff!important;
    border-radius: 8px !important;
}

#__next > div.container.mx-auto.px-2.md\:px-8.rounded-md.overflow-hidden.pb-\[40px\] > div > div.pb-\[40px\] > div.mb-3.p-1.mt-4 > div > button{
    background: #1f2933!important;
    color: #fff!important;
    border-radius: 8px !important;
    box-shadow: 0px 10px 15px 0px rgb(181 181 181 / 50%)!important;
}

#__next > div.container.mx-auto.px-2.md\:px-8.rounded-md.overflow-hidden.pb-\[40px\] > div > section > div > div > div > div > button{
    background: -webkit-linear-gradient(0deg, #386091 0%, #1d7564 90%);
    border-radius: 8px !important;
    background-color: #1f2933 !important;
    border: 1px solid #ffffffc7 !important;
}

#__next > div.container.mx-auto.px-2.md\:px-8.rounded-md.overflow-hidden.pb-\[40px\] > div > section > div > div > div > div > button:hover{
    cursor: pointer;
    background-image: linear-gradient(89deg, #1f2933 0%, #2c3946 100%)!important;
    border-radius: 8px !important;
    border: 1px solid #ffffffc7 !important;
}

#navbarSupportedContentY > ul.navbar-nav.mr-auto.flex.flex-col.lg\:flex-row.w-full.space-y-2.lg\:space-y-none.lg\:pr-5 > li.flex-1 > div > button{
    background: #1f2933!important;
}

#modal-pick-color > div > div > div.modal-body.relative.p-4 > div > div{
    width: 100%;
    background: rgb(239 239 239 / 39%) !important;
    border-radius: 10px !important;
    box-shadow: none !important;
    box-sizing: initial;
} 

#modal-pick-color > div > div > div.modal-body.relative.p-4 > div > div > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div > svg {
    fill: rgb(16 43 72);
    width: 24px;
    height: 24px;
    border: 1px solid transparent;
    border-radius: 5px;
    background: transparent;
    margin-top: -11px;
}
 

#__next > section > div.px-6.h-full.text-gray-800 > div > div > form > div.text-center.lg\:text-left > button {
    border-radius: 8px !important;
    background-color: #1f2933 !important;
    box-shadow: 0px 10px 15px 0px rgb(181 181 181 / 50%)!important;
}

.bg-color-1 {
    background-color: #1f2933 !important;
}


#__next > div.container.mx-auto.px-2.md\:px-8.rounded-md.overflow-hidden.pb-\[40px\] > div > section > div > div > div > div.absolute.right-3.bottom-3.shadow-md > button::before {
  font-family: fontawesome;
  content: "\f044";
  margin-right: 5px;
}

#__next > section > div.px-6.h-full.text-gray-800 > div > div > form > div.text-center.lg\:text-left > button:hover {
    background-image: linear-gradient(89deg, #1f2933 0%, #23415e 100%)!important;
}

#modal-pick-font-size > div > div > div.modal-body.relative.p-4 > div {
  width: 100%;
}

#modal-pick-font > div > div > div.modal-body.relative.p-4 > div {
  width: 100%;
}

#__next
  > div.container.mx-auto.px-2.md\:px-8.rounded-md
  > div.flex.flex-col
  > div {
  width: 100%;
  }

/* CCS Pagina Login */

#__next > section {
    background-color: #e6e8ef !important;
}


#__next > section > div.px-6.h-full.text-gray-800 > div > div > form {
  margin-block: 35px;
}

#__next
  > section
  > div.px-6.h-full.text-gray-800
  > div
  > div
  > form
  > div.text-center.lg\:text-left
  > button {
  background-color: var(--color-1);
  width: 100%;
  text-align: center;
}

#__next
  > section
  > div.px-6.h-full.text-gray-800
  > div
  > div
  > form
  > div.text-center.lg\:text-left {
  text-align: center !important;
}

#__next
  > section
  > div.px-6.h-full.text-gray-800
  > div
  > div
  > form
  > div.text-center.lg\:text-left
  > button:hover {
  background-image: linear-gradient(89deg, var(--color-1) 0%, #2bc48a 100%);
  background-color: var(--color-1);
}

#__next
  > section
  > div.px-6.h-full.text-gray-800
  > div
  > div
  > form
  > div.text-center.lg\:text-left
  > button:hover:after {
  font-family: fontawesome;
  content: "\f105";
  margin-left: 5px;
}

#navbarSupportedContentY > ul:nth-child(2) > li > a:hover {
    background-color: #dc2626;
    border-radius: 5px;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-width: 1px !important;
}

#navbarSupportedContentY > ul:nth-child(2) > li > a {
  border-color: #dfdfdf;
  border-width: 1px !important;
  border-radius: 5px;
  color: black;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-right: 0px;
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
}

#navbarSupportedContentY > ul:nth-child(2) > li > a:after {
  font-family: fontawesome;
  content: "\f08b";
  margin-left: 5px;
}

#navbarSupportedContentY
  > ul.navbar-nav.mr-auto.lg\:flex.lg\:flex-row
  > li
  > a.nav-link {
  border-radius: 5px;
  color: #0e2a47;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-block: 2px;
  margin-right: 5px;
  font-size: 16px;
}

#navbarSupportedContentY
  > ul.navbar-nav.mr-auto.lg\:flex.lg\:flex-row
  > li
  > a.nav-link:hover {
  background-color: #0e2a47;
  border-radius: 5px;
  color: white;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

#__next
  > div.container.mx-auto.px-2.md\:px-8.rounded-md
  > div
  > div:nth-child(1)
  > h1 {
  display: flex;
  justify-content: center;
  background: #fbfbfb;
  border-radius: 4px;
  border-color: #dfdfdf;
  border-width: 1px;
  margin-bottom: auto;
}

/* CCS Pagina Login - iniciar sesion medidas */

@media (max-width: 1800px) {
  #__next > section > div:nth-child(1) {
    width: 100% !important;
  }
}

@media (max-width: 1024px) {
  #__next > section > div:nth-child(1) {
    width: 100% !important;
    background-position: center !important;
  }

  #__next > section > div.px-6.h-full.text-gray-800 > div > div {
    width: 100%;
    bottom: 0px;
    min-height: 30%;
  }

  #__next > section > div.px-6.h-full.text-gray-800 > div > div > form {
    gap: 20px;
  }

  #exampleFormControlInput2 {
    margin-top: 10px;
  }

  #__next
    > section
    > div.px-6.h-full.text-gray-800
    > div
    > div
    > form
    > div.img-logo {
    width: 75%;
  }

  #__next > section > div.px-6.h-full.text-gray-800 > div > div {
    right: unset !important;
  }

  #__next
    > div.container.mx-auto.px-2.md\:px-8.rounded-md
    > div
    > div.mb-3.p-1.mt-4
    > div
    > button {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  #navbarSupportedContentY > ul:nth-child(2) > li > a {
    margin-right: 3px;
    margin-left: 15px;
    margin-bottom: 10px;
  }

  #navbarSupportedContentY
    > ul.navbar-nav.mr-auto.lg\:flex.lg\:flex-row
    > li
    > a.nav-link {
    background-color: #f9f9f9 !important;
  }
  #navbarSupportedContentY
    > ul.navbar-nav.mr-auto.lg\:flex.lg\:flex-row
    > li
    > a.nav-link:hover {
    background-color: #0e2a47 !important;
  }

  #__next
    > div.container.mx-auto.px-2.md\:px-8.rounded-md
    > div.footer.fixed.bottom-0.left-0.text-black.w-full.bg-gray-200.p-2.flex.justify-center.items-center.gap-2
    > span:nth-child(3) {
    display: flex;
    justify-content: space-around;
    font-size: 12px;
    font-family: "Proxima Nova Regular";
  }
  #__next > div.container.mx-auto.px-2.md\:px-8.rounded-md > button {
    margin-bottom: 40px;
  }

  #navbarSupportedContentY
    > ul.navbar-nav.mr-auto.lg\:flex.lg\:flex-row.w-full.pr-5
    > li.flex-1
    > div {
    margin-right: unset !important;
  }
  svg {
    stroke-width: 0;
    height: 1.3em !important;
    width: 1.3em !important;
      
  }
}

@media (min-width: 1920px) {
  #__next > div.container.mx-auto.px-2.md\:px-8.rounded-md > nav > div {
    max-width: 100% !important;
    padding: 5px 17% 15px 17%;
    box-shadow: 10px 5px 20px 10px rgb(181 181 181 / 10%);
}
  .px-6 {
    left: 0px!important;
    right: 0px!important;
  }
  .px-2 {
    padding-left: 0rem!important;
    padding-right: 0rem!important;
  }
}

@media only screen and (min-width: 1440px) and (max-width: 1919px){
  #__next > div.container.mx-auto.px-2.md\:px-8.rounded-md > nav > div {
    max-width: 100% !important;
    padding: 5px 10% 15px 10%;
    box-shadow: 10px 5px 20px 10px rgb(181 181 181 / 10%);
}
  .px-6 {
    left: 0px!important;
    right: 0px!important;
  }
  .px-2 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (max-width: 1440px) {
  #__next > div.container.mx-auto.px-2.md\:px-8.rounded-md > nav > div {
    max-width: 100% !important;
    padding: 5px 6.3% 15px 6.3%;
    box-shadow: 10px 5px 20px 10px rgb(181 181 181 / 10%);
}
  .px-6 {
    left: 0px!important;
    right: 0px!important;
  }
}


@media (max-width: 1280px) {
  #__next > div.container.mx-auto.px-2.md\:px-8.rounded-md > nav > div {
    max-width: 100% !important;
    padding: 5px 45px 15px 45px;
    box-shadow: 10px 5px 20px 10px rgb(181 181 181 / 10%);
  }
  .px-6 {
    left: 0px!important;
    right: 0px!important;
  }
  .px-2 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  
#__next > div.container.mx-auto.px-2.md\:px-8.rounded-md.overflow-hidden.pb-\[40px\] > div > section > div {
    padding-left: 0px !important;
    padding-right: 0px !important;
      
  }
  .mr-3 {
    margin-right: 2.75rem !important;
  }
}



@media (max-width: 1024px) {
  #__next > div.container.mx-auto.px-2.md\:px-8.rounded-md > nav > div {
    max-width: 100% !important;
    padding: 10px 15px 10px 15px;
    box-shadow: 10px 5px 20px 10px rgb(181 181 181 / 10%);
  }
  .px-6 {
    left: 0px!important;
    right: 0px!important;
  }
  .search-input {
    margin-left: 0px !important;
    margin-bottom: 0px !important;
  }
  .navbar-collapse {
    margin-top: 0px !important;
  }
  #navbarSupportedContentY > ul:nth-child(2) > li > a {
    margin-right: 0px!important;
    margin-left: 0px !important;
    margin-bottom: 10px;
  }
  .px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
   #__next > section > div:nth-child(1) {
    background-image: url(/login-background1.png)!important;
    /* background-repeat: no-repeat; */
    /* background-position: left center; */
    background-size: cover;
    position: absolute;
    width: 100% !important;
    height: 55% !important;
    z-index: 2!important;
    backdrop-filter: blur(13px) !important;
  }
}

@media (max-width: 768px) {
  #__next > div.container.mx-auto.px-2.md\:px-8.rounded-md > nav > div {
        max-width: 100% !important;
    padding: 10px 15px 10px 15px;
    box-shadow: 10px 5px 20px 10px rgb(181 181 181 / 10%);
  }
  .px-6 {
    left: 0px!important;
    right: 0px!important;
  }
  .search-input {
    margin-left: 0px !important;
    margin-bottom: 0px !important;
  }
  .navbar-collapse {
    margin-top: 0px !important;
  }
  #navbarSupportedContentY > ul:nth-child(2) > li > a {
    margin-right: 0px!important;
    margin-left: 0px !important;
    margin-bottom: 10px;
  }
  .px-2 {
    padding-left: 1.5rem!important;
    padding-right: 1.5rem!important;
  }
#__next > div.container.mx-auto.px-2.md\:px-8.rounded-md.overflow-hidden.pb-\[40px\] > div > div:nth-child(4) > span {
    letter-spacing: 1px;
    font-size: 14px;
      
  }
}


@media (max-width: 375px) {
#__next > div.container.mx-auto.px-2.md\:px-8.rounded-md > nav > div {
    max-width: 100% !important;
    padding: 10px 15px 10px 15px;
    box-shadow: 10px 5px 20px 10px rgb(181 181 181 / 10%);
}
 #navbarSupportedContentY > ul:nth-child(2) > li > a {
    margin-left: 0px;
    margin-bottom: 0px;
  }
.banner .profile-image {
    margin-left: 25%;
  }
  .px-6{
    left: 0px!important;
    right: 0px!important;
  }
  .search-input {
    margin-left: 0px !important;
    margin-bottom: 0px !important;
  }
  .navbar-collapse {
    margin-top: 0px !important;
  }
  .px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .banner::before {
    content: "Portada" !important;
    position: absolute;
    bottom: 12px;
    right: 12px;
    background: rgb(255 255 255 / 90%);
    color: #0f2b48;
    font-size: 14px;
    padding: 7px 10px 7px 32px;
    border-radius: 6px;
    display: flex;
    background-image: url(https://edithor.online/wp-content/uploads/2025/02/camara-fotografica.svg);
    background-size: 19px;
    background-repeat: no-repeat;
    background-position: 8px center;
    justify-content: center;
    pointer-events: none;
    opacity: 0.8;
  }
}

@media (max-width: 320px) {
  #__next > div.container.mx-auto.px-2.md\:px-8.rounded-md > nav > div {
    max-width: 100% !important;
    padding: 10px 15px 10px 15px;
    box-shadow: 10px 5px 20px 10px rgb(181 181 181 / 10%);
}
  #navbarSupportedContentY > ul:nth-child(2) > li > a {
    margin-left: 0px;
    margin-bottom: 0px;
  }
  #navbarSupportedContentY
    > ul.navbar-nav.mr-auto.lg\:flex.lg\:flex-row.w-full.pr-5
    > li.flex-1
    > div
    > button {
    font-size: 12px;
  }
  #__next > div.container.mx-auto.px-2.md\:px-8.rounded-md > div > div {
    box-shadow: unset;
  }
  #navbarSupportedContentY
    > ul.navbar-nav.mr-auto.lg\:flex.lg\:flex-row.w-full.pr-5
    > li.flex-1
    > div {
    margin-left: -8px !important;
  }
  #__next > div.container.mx-auto.px-2.md\:px-8.rounded-md.overflow-hidden.pb-\[40px\] > div > button {
    right: 0.25rem;
    bottom: 6.25rem;
  }
  .px-6{
    left: 0px!important;
    right: 0px!important;
  }
  .search-input {
    margin-left: 0px !important;
    margin-bottom: 0px !important;
  }
  .navbar-collapse {
    margin-top: 0px !important;
  }
  .px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
}


@media (max-width: 520px) {
  #__next > div.container.mx-auto.px-2.md\:px-8.rounded-md.overflow-hidden.pb-\[40px\] > div > button {
    right: 0.25rem;
    bottom: 6.25rem;
  }
  #__next > section > div.px-6.h-full.text-gray-800 > div > div
 {
    min-height: 54vh !important;
 }
  #__next > section > div.px-6.h-full.text-gray-800 > div > div > form {
        gap: 0px;
    }
    .mb-12 {
    margin-bottom: 8rem !important;
    }
}

a {
    text-decoration: unset !important;
    color: #0e2a47;
}

.px-8 {
    padding-left: 1rem !important;
    padding-right: 2rem;
}

div.img-logo {
  width: 70% !important;
}

.button,
input,
optgroup,
select,
textarea {
  font-size: 82% !important;
  color: #626262 !important;
}

.focus\:outline-none:focus {
  outline: 1px solid transparent;
  outline-offset: 1px;
}

.focus\:border-blue-600:focus {
  border-color: white;
}

.ql-snow.ql-toolbar button.ql-active .ql-stroke {
  stroke: var(--color-1) !important;
}

.ql-snow.ql-toolbar button.ql-active {
  color: var(--color-1) !important;
}

.font-semibold {
  font-weight: 500 !important;
}

.fixed-header {
  margin-top: unset;
  top: 0px;
}

.logo-banner-responsive {
  display: none;
}

@media (max-width: 1024px) {
  .logo-banner-responsive {
    display: inline-block;
  }
  .logo-banner-desktop {
    display: none;
  }
  .search-input {
    margin-left: 0px !important;
    margin-bottom: 10px;
  }
  .navbar-collapse {
    margin-top: 20px;
  }
}

.container {
    max-width: 100% !important;
  }

textarea:focus,
input:focus,
select:focus,
option:focus {
  outline: none;
  box-shadow: unset !important;
}
.form-select:focus {
  box-shadow: unset !important;
}

.focus\:border-primary:focus {
  border-color: #0e2a47 !important;
}

.border-primary {
  border-color: #0e2a47 !important;
}

.bg-primary {
  background-color: #0e2a47 !important;
  color: #ffffff;
}

.focus\:border-blue-600:focus {
  border-color: var(--color-1)33 !important;
}

.focus\:border-primary:focus {
  border-color: #d1d5db !important;
}

/* CCS Boton Buscar */

.ql-toolbar.ql-snow {
  font-family: "Proxima Nova Regular" important;
  margin-right: 4px !important;
  background: white !important;
  border-radius: 2px !important;
}

.toolbar-item {
  color: white;
}

.toolbar-item:hover {
  background: var(--color-1);
}

.footer > span {
  color: #0e2a47;
}

.relative {
  position: relative;
  left: 0% !important;
}

.banner {
  background-color: #0e2a47;
  height: 250px;
  border-radius: 10px;
  position: relative;
  color: white;
}

.banner > .btn-banner {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.banner > .btn-banner > button {
  color: white;
  font-weight: bold;
}

.banner .profile-image {
  background-color: #0e2a47;
}

/* CCS AGREGADO ULTIMO */

.bg-purple-800 {
    background-color: #00af80 !important;
}

#__next > div.container.mx-auto.px-2.md\:px-8.rounded-md.overflow-hidden > div:nth-child(2) > div:nth-child(1) > h1 {
    display: flex;
    justify-content: none !important;
    background: none !important;
    border-radius: none !important;
    border-color: none !important;
    border-width: none !important;
    margin-bottom: auto !important;
}

#__next > div.container.mx-auto.px-2.md\:px-8.rounded-md > div > div:nth-child(1) > h1 {
    justify-content: left;
    border-radius: 0px;
    border-color: #ffffff;
    border-width: 0px;
}

h1 {
    margin-top: 3rem !important;
    font-size: 1.8rem !important;
    line-height: 2 !important;
    font-weight: 600 !important;
    font-family: 'Codec Warm';
    color: #3e3e3e !important;
    letter-spacing: 0px !important;
}

.border-blue-600 {
    border-color: #0e2a47 !important;
    text-transform: uppercase;
    background-color: #fdfdfd;
    letter-spacing: 1px !important;
    font-size: 15px !important;
    color: #1f2933 !important;
}

.inline-block {
    display: inline-block;
    font-size: 16px;
    color: #0e2a47 ;
}

#navbarSupportedContentY > ul.navbar-nav.mr-auto.flex.flex-col.lg\:flex-row.w-full.space-y-2.lg\:space-y-none.lg\:pr-5 > li.nav-item.hover\:bg-navbar-hover-color.rounded-lg.active > a {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    margin-left: 0px;
    margin-right: 0px;
}

#navbarSupportedContentY > ul.navbar-nav.mr-auto.flex.flex-col.lg\:flex-row.w-full.space-y-2.lg\:space-y-none.lg\:pr-5 > li:nth-child(2) > a {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    margin-left: 0px;
    margin-right: 0px;
} 

#navbarSupportedContentY > ul.navbar-nav.mr-auto.flex.flex-col.lg\:flex-row.w-full.space-y-2.lg\:space-y-none.lg\:pr-5 > li:nth-child(3) > a {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    margin-left: 0px;
    margin-right: 0px;
}

#navbarSupportedContentY > ul.navbar-nav.mr-auto.flex.flex-col.lg\:flex-row.w-full.space-y-2.lg\:space-y-none.lg\:pr-5 > li:nth-child(4) > a {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    margin-left: 0px;
    margin-right: 0px;
} 

#navbarSupportedContentY > ul.navbar-nav.mr-auto.flex.flex-col.lg\:flex-row.w-full.space-y-2.lg\:space-y-none.lg\:pr-5 > li:nth-child(5) > a {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    margin-left: 0px;
    margin-right: 0px;
}

.image-upload-container {
    background: white;
    border-radius: 12px;
}

.ql-editor {
    font-family: 'Proxima Nova Regular'!important;
    font-size: 15px!important;
    color: #fff !important;
}


.active\:bg-purple-800:active {
    background-color: #03936c !important;
}

.rounded-lg {
    margin-right: 5px;
}

.rounded {
    border-radius: .85rem !important;
}

.bg-blue-600 {
    background-color: #00af80 !important;
}
.footer > span {
    background: -webkit-linear-gradient(0deg, #386091 0%, #1d7564 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: flex;
    justify-content: flex-end;
    font-size: 11px;
    font-family: 'poppins' !important;
    line-height: 1.3em;
}

.bottom-5 {
    border-color: #ffffff;
    border-width: 2.5px;
    font-size: 14px;
    box-shadow: 4px 4px 7px 2px rgb(0 0 0 / 13%);
    position: fixed;
}

.bottom-5:hover {
    border-radius: 0.375rem;
    border-color: #ffffff;
    border-width: 2.5px;
    font-size: 14px;
    box-shadow: 4px 4px 7px 2px rgb(0 0 0 / 13%);
    color: #ffffff;
    background-image: linear-gradient(89deg, #0e2a47 0%, #14508f 100%);
    background-color: var(--primary-color);
    transform: scaleX(1.03) scaleY(1.03) !important;
}

.mb-2 {
    text-transform: uppercase !important;
}

.bg-blue-200 {
    background-color: #ffffff !important;;
    box-shadow: unset !important;
}

.shadow-md {
box-shadow: unset !important;
}

.bg-gray-800\/50 {
    background-color: rgb(14 23 36 / 95%) !important;
    backdrop-filter: url(filters.svg#filter) blur(3px) grayscale(100%);
}

.shadow, .shadow-\[0_4px_9px_-4px_\#332d2d\] {
    box-shadow: unset;
    border-radius: 100%;
    margin-left: 0.2rem;
    background: #ffffff;
}

.banner .profile-image {
    background-color: #ffffff;
    border-width: 3px;
    border-color: white;
}

.button, input, optgroup, select, textarea {
    font-size: 90% !important;
}

.border-solid {
    border-style: solid;
    color: var(--color-1) !important;
}

.text-base {
    line-height: 1.8rem !important;
}

html {
    line-height: 1.5 !important;
}

a {
    color: #0e2a47 !important;
}

a:hover {
    color: #fff !important;
}

.mr-2 a:hover {
    color: #00af80 !important;
}

#__next > div.container.mx-auto.px-2.md\:px-8.rounded-md.overflow-hidden.pb-\[40px\] > div > div.pb-\[40px\] > div.flex.justify-center.border.rounded-md.bg-gray-100 > span {
    font-size: 25px !important;
    font-weight: 500 !important;
    justify-content: left !important;
    background: -webkit-linear-gradient(0deg, #5691d8 0%, #18b799 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#__next > div.container.mx-auto.px-2.md\:px-8.rounded-md.overflow-hidden.pb-\[40px\] > div > div.pb-\[40px\] > div.flex.justify-center.border.rounded-md.bg-gray-100 {
   background: none !important;
   border-width: 0px!important;
   justify-content: left !important;
}

.font-bold {
    font-weight: 500 !important;
}

#__next > div.container.mx-auto.px-2.md\:px-8.rounded-md.overflow-hidden.pb-\[40px\] > div > div.pb-\[40px\] > div.flex.flex-col.md\:flex-row.gap-4 > div.sm\:w-full.md\:w-1\/4.border.px-4.rounded-md.h-min > span {
    font-family: 'CommutersSans-Regular';
    color: #0e2a47 !important;
}

.banner::before {
    content: "Editar foto de portada";
    position: absolute;
    bottom: 12px;
    right: 12px;
    background: rgb(255 255 255 / 90%);
    color: #0f2b48;
    font-size: 14px;
    padding: 7px 10px 7px 32px;
    border-radius: 6px;
    display: flex;
    background-image: url(https://edithor.online/wp-content/uploads/2025/02/camara-fotografica.svg);
    background-size: 19px;
    background-repeat: no-repeat;
    background-position: 8px center;
    justify-content: center;
    pointer-events: none;
    opacity: 0.8;
}
.banner:hover::before {
    opacity: 1;
}


.profile-image {
    display: flex;
    justify-content: center;
}

.profile-image::before {
    content: "";
    display: flex;
    position: absolute;
    bottom: 5px;
    background: rgb(255 255 255 / 90%);
    color: #0f2b48;
    padding: 17px;
    border-radius: 20px;
    background-image: url(https://edithor.online/wp-content/uploads/2025/02/camara-fotografica.svg);
    background-size: 19px;
    background-repeat: no-repeat;
    background-position: 8px center;
    pointer-events: none;
    opacity: 0.1;
    justify-content: center;
}

.profile-image:hover::before {
    opacity: 1;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
    cursor: pointer;
    padding: 6px 12px;
}

/* Eliminar Boton Tutorial */

.bottom-5 {
    display: none !important;
}

#__next > section > div.px-6.h-full.text-gray-800 > div > div {
    right: 8%;
    border-radius: 35px !important;
    z-index: 3;
    min-height: 45vh;
    max-width: 90%;
    width: 420px;
}