html,

body {
    /* max-width: 100% !important; */
    /* overflow-x: hidden !important; */
    font-family: 'PT Sans';

}

.imagePreview{
    width: 200px
}

.card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    padding: 20px;
}

.card i {
    font-size: 3rem;
    color: #333;
    margin-bottom: 10px;
}

.card h2 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.card p {
    line-height: 1.5;
    margin-bottom: 10px;
}

.read-more {
    background-color: #f00;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
}

#blogEditor{
    height: 375px;
    background-color: white;
  }
  
  .ql-snow .ql-picker.ql-size .ql-picker-label[data-value]::before,
  .ql-snow .ql-picker.ql-size .ql-picker-item[data-value]::before {
    content: attr(data-value) !important;
  }

  .ql-snow .ql-picker.ql-font .ql-picker-label[data-value]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value]::before {
  content: attr(data-value) !important;
}

.ql-snow .ql-picker.ql-font {
  width: 150px !important;
  white-space: nowrap;
}

.img-gallery {
    object-fit: cover;
}

.img-gallery:hover {
    transition: transform 0.3s ease-in-out;

    transform: scale(2.5);
}

/* .alert {
    
    transform: translateY(50px);
    transition:  transform 2s;
    animation: aparecer 1s forwards; 
  }
  
  @keyframes aparecer {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  } */

.deleteIcon {
    width: 24px;
    height: 24px;
    color: black !important;
    ;
}

.oculto {
    display: none;
}

.floatPost {
    position:fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    background-color: #E0E1E4;
    border-radius: 10px;
    overflow-y:scroll;
    max-height: 600px; 
}

@keyframes loading {

    0%,
    100% {
        margin-top: 25px;
        height: 10px;
    }

    50% {
        margin-top: 0px;
        height: 50px;
    }

}

.ul-carga {
    display: inline-flex;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 5px;
}

.li-carga {
    background-color: #005366;
    width: 10px;
    height: 10px;
    animation: loading 1s ease-in-out infinite;
}

li:nth-child(1) {
    animation-delay: 0s;
}

li:nth-child(2) {
    animation-delay: -0.2s;
}

li:nth-child(3) {
    animation-delay: -0.4s;
}

li:nth-child(4) {
    animation-delay: -0.6s;
}

li:nth-child(5) {
    animation-delay: -0.8s;
}

.createPost-text {
    color: white;
}

.post_btn {
    background-color: #005366;
    font-size: 20px;
    border-radius: 10px;
    font-family: 'PT Sans' !important;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 35px;
    padding-right: 35px;
}

.remove_fields_btn {
    background-color: red;
    font-size: 20px;
    border-radius: 10px;
    font-family: 'PT Sans' !important;
    padding-top:5px;
    padding-bottom: 5px;
    padding-left: 35px;
    padding-right: 35px;
}

.add_fields_btn {
    background-color: #005366;
    font-size: 20px;
    border-radius: 10px;
    font-family: 'PT Sans' !important;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 35px;
    padding-right: 35px;
}

.openPost_btn {
    background-color: #005366;
    font-size: 20px;
    border-radius: 10px;
    font-family: 'PT Sans' !important;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 35px;
    padding-right: 35px;

}

.doctor-menu:hover,
.blog-menu:hover,
.publication_text:hover,
.post_btn:hover,
.openPost_btn:hover,
.deleteIcon:hover {
    transition: transform 0.3s ease;
    transform: translateY(-2px);
}

.list-publication_text {
    color: #005366;
    font-size: 30px;
    font-family: 'Manrope';
    font-weight: 700;
}

.publication_text {
    color: #005366;
    font-size: 30px;
    font-family: 'Manrope';
    font-weight: 700;
}

.blog-menu,
.doctor-menu {
    font-family: 'Manrope';
    font-size: 15px;
    color: #005366;
}

.logo2 {
    width: 95%;
    max-width: 180px;
}

.menu {
    align-items: center;
    background-color: #fff;
    box-shadow: 0 6px 3px 0.5px #7c6f6f12;
    display: flex;
    height: 85px;
    justify-content: center;
    width: 100%;

}

.login_text {
    color: #005366;
    text-align: left;
    font-size: 50px;
    text-align: center;
    font-family: 'Manrope';
}

.logIn-button {
    background-color: #005366;
    font-size: 20px;
    border-radius: 10px;
    font-family: 'PT Sans' !important;
    padding-top: 15px;
    padding-bottom: 5px;
    padding-left: 35px;
    padding-right: 35px;
}

.logIn-button:hover {
    transition: transform 0.3s ease;
    transform: translateY(-2px);
    background-color: rgba(0, 83, 102, 0.85);
}

.loginbtn_text {
    color: white !important;
}

a {
    text-decoration: none;
}

@media (min-width: 300px) and (max-width: 600px) {
        

    @-webkit-keyframes automatizacion {
        0% {
            margin-left: 0;
        }

        20% {
            margin-left: 0;
        }

        25% {
            margin-left: -100%;
        }

        45% {
            margin-left: -100%;
        }

        50% {
            margin-left: -200%;
        }

        70% {
            margin-left: -200%;
        }

        75% {
            margin-left: -300%;
        }

        85% {
            margin-left: -400%;
        }

        90% {
            margin-left: -400%;
        }

        99% {
            margin-left: -400%;
        }

        100% {
            margin-left: 0;
        }
    }

    @keyframes automatizacion {
        0% {
            margin-left: 0;
        }

        20% {
            margin-left: 0;
        }

        25% {
            margin-left: -100%;
        }

        45% {
            margin-left: -100%;
        }

        50% {
            margin-left: -200%;
        }

        70% {
            margin-left: -200%;
        }

        75% {
            margin-left: -300%;
        }

        85% {
            margin-left: -300%;
        }

        90% {
            margin-left: -400%;
        }

        99% {
            margin-left: -400%;
        }

        100% {
            margin-left: 0;
        }
    }
}

    @media (min-width: 1800px) and (max-width: 2600px) {}

    @media (min-width: 900px) and (max-width: 1300px) {}