 @media (max-width: 574px) {

        .login-container {
            width: 300px;
            margin: 0px !important;
            margin-left: 10px !important;
        }

        .parent {
            display: grid !important;
            grid-template-columns: repeat(2, 1fr) !important;
            grid-template-rows: repeat(2, 1fr) !important;
            gap: 0px !important;
        }



        .div3 {
            grid-column-start: 2 !important;
            grid-row-start: 2 !important;
        }

        .div4 {
            grid-column-start: 1 !important;
            grid-row-start: 2 !important;
        }


        .banner-circle {
            padding: 10px !important;
            margin: auto !important;
            width: 100px !important;
           
            height: 200px !important;
       
            border-radius: 50% !important;
     
            object-fit: cover !important;
        
            object-position: center !important;
       
            display: block !important;
        }
    }

    @media (max-width: 1024px) and (min-width: 500px) {

        .banner-circle {
            padding: 10px !important;
            margin: auto !important;
            width: 200px !important;
         
            height: 200px !important;
       
            border-radius: 50% !important;
       
            object-fit: cover !important;

            object-position: center !important;

            display: block !important;
        }
    }

    .body-style {
        margin: 0;
        padding: 0;
        font-family: Arial, sans-serif;
        background: url('fondo.png') no-repeat center center fixed;
        background-size: cover;
        display: flex !important;
        justify-content: flex-end !important;
    }

    .login-container {
        width: 300px;
        margin: 30px;
        margin-left: 60px;
        background-color: #f1f5fb;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        padding: 20px;
        text-align: center;
    }

    .login-title {
        margin-bottom: 20px;
        color: #003366;
        text-align: center;
        text-shadow: 1px 1px #00384d !important;
    }

    .label {
        display: block;
        text-align: left;
        margin-bottom: 5px;
        font-weight: bold;
        color: #003366;
    }

    .input[type="text"],
    .input[type="password"] {
        width: 100%;
        padding: 8px;
        box-sizing: border-box;
        border: 1px solid #0055aa;
        border-radius: 5px;
        font-size: 14px;
    }

    .buttons {
        margin-top: 20px;
        display: flex;
        justify-content: space-around;
    }

    .button {
        background-color: #003399;
        color: white;
        border: none;
        padding: 10px 20px;
        font-size: 14px;
        cursor: pointer;
        border-radius: 3px;
        border-radius: 25px !important;
    }

    .button:hover {
        background-color: #001f66;
    }

    .footer-text {
        margin-top: 20px;
        color: #003366;
        font-weight: bold;
    }

    .img-thumbnail {
        border: none !important;
    }

    .clamp-3 {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;

    }

    .clamp-6 {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 6;
        overflow: hidden;

    }


    * {
        margin: 0;
        padding: 0;
        list-style: none;
        font-family: helvetica, open sans;
    }



    footer {
        margin-top: 4em;
        padding: 2% 0;
        width: 100%;
        background-color: #fdfdfd00;
    }

    footer b {
        font-size: 12px;
    }


    #logofooter img {
        width: 12%;
    }

    .text-primary-2 {
        font-size: 30px !important;
        font-weight: bold !important;
        font-style: oblique !important;
        line-height: 100% !important;
        color: #0c4da2 !important;
        text-shadow: 1px 1px #00384d !important;
        padding-bottom: 10px;
    }




    .cardPrin {
        border-radius: 2px 25px 2px 25px !important;
        background-color: #0c4da2 !important;
        color: white !important;
    }

    .round-image {
        padding: 10px;
        margin: auto;
        width: 200px;

        height: 200px;
     
        border-radius: 50%;
   
        object-fit: cover;
      
        object-position: center;

        display: block;
    }