    /* GENERAL */
    
    * {
        margin: 0px;
        padding: 0px;
        transition: 0.5s;
        box-sizing: border-box;
    }

    body {
        width: 100%;
        background: linear-gradient(135deg, #d1e0e0, #e5f7f6);
        font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        color: rgb(26, 26, 26);
        transition: 0.5s;
        overflow-x: hidden;
        max-width: 100vw;
    }

    a {
    color: rgb(0, 179, 185);
    text-decoration: underline;
    }

    a:hover {
        color: rgb(158, 202, 204);
    }

    .title{
        font-size: 1.2rem;
        padding: 0 0 0.5rem 0;
        font-style: italic;
    }

    .title-2{
        font-size: 2rem;
        font-weight: bold;
        padding: 2rem 0 0 0;
        margin-top: 2rem;
        color: #0d5e5a;
        font-size: 2.5rem;
        text-decoration: none;
    }

    @media (max-width: 1274px) {
    }

    .title-3{
        font-size: 2rem;
        padding: 2rem 0 2rem 0;
        text-align: center;
    }

    .lineleft{
        border-left: 5px solid rgb(131, 190, 190);
        padding-left: 0.8rem;
    }

    
    .p-center{
        font-style: italic;
        text-align: center;
    }

    /* LINEA HORIZONTAL */

    .line{
        width: calc(100% + 4rem);
        border: 1px solid #ccc;
        margin: 1rem -2rem;
    }

    /* MOVIL NO VISIBLE */

    .mobile{
        display: none;
    }



    /* CONTAINER 1 */





    #container{
    background: linear-gradient(135deg, #ecfffe, #e5f7f6);
    text-align: center;
    }

    #container span{
    color: rgb(27, 83, 156);
    }

    #container ul{
        list-style: none;
    }

    #container ul li{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        max-width: 15rem;
        max-height: 15rem;
    }

    #container p{
        margin: 0.5rem 0 0.5rem 0;
    }

    /* CONTAINER 2 */

    #container-2{
        width: 100%;
        margin: 0 auto;
        background: linear-gradient(135deg, #ecfffe, #e5f7f6);
        padding: 12rem 5rem 2rem 5rem;
        text-align: justify;
    }

    #container-2 span{
    color: rgb(27, 83, 156);
    }

    #container-2 img {
        width: 100%;
        max-width: 15rem;
        height: auto;
        border: 2px solid white;
        border-radius: 10px;
        margin: 1rem;
    }

    #container-2 img:hover{
        border-color: aquamarine;
    }

    #container-2 li{
        margin: 1rem 0 1rem 0;
        list-style: none;

        background: rgb(131, 190, 190);
        color: rgb(34, 34, 34);
        padding: 0.5rem 1rem;
        text-decoration: none;
        border-radius: 0.5rem;
        font-weight: bold;
    }

    #container-2 li:hover{
        background-color: rgb(183, 218, 226);
        color: black;
    }


    #container-2 p{
        margin: 0.5rem 0 0.5rem 0;
    }



    /* CONTAINER 3 */




    #container-3{
        width: 100%;
        margin: 0 auto;
        background: linear-gradient(135deg, #ecfffe, #e5f7f6);;
        padding: 2rem 5rem;
        text-align: justify;
    }

    #container-3 span{
        color: rgb(27, 83, 156);
    }



    #container-3 img:hover{
        border-color: aquamarine;
    }

    #container-3 button{
        display: block;
        max-width: 7rem;
        background: rgb(131, 190, 190);
        border-radius: 10px;
        margin: 1rem auto;
        height: 100%;
        padding: 0.5rem 0;
        max-height: 5rem;
        color: rgb(0, 0, 0);
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    }

    #container-3 button:hover{
        background-color: rgb(0, 0, 0);
        color: white;
        cursor: pointer;
    }

    #container-3 a{
        color:#126d70;
        text-decoration: underline;
        line-height: 2rem;
        margin: 0 0.8rem 0 0.8rem;
    }

    #container-3 a:hover {
        color: rgb(79, 106, 158);
    }


    #container-3 p{
        margin: 0.5rem 0 0.5rem 0;
    }

    #container-3 .filtros-box {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: center;
        margin-bottom: 3rem;
        border-bottom: 1px solid #ccc;
        padding-bottom: 1rem;
    }


    #container-3 .filtros-box button{
        font-style: italic;
        margin: 0.2rem 0.5rem 0.2rem 0;
        min-width: 14rem;
        background: rgb(131, 190, 190);
        font-weight: bold;
        border-radius: 2px;
        border: none;
    }

    #container-3 .filtros-box button:hover{
        cursor: pointer;
    }

    #container-3 .filtros-titulo{
        font-weight: bold;
        text-align: center;
        margin: 1rem 0;
    }

    #container-3 .button-show{
    min-width: 8rem;
    margin: 1rem 0;
    border-radius: 0;
    border: none;
    }

    #container-3 .search-bar button {
    font-weight: bold;
    width: 5rem;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    height: 3rem;
    position: absolute;
    right: 28px;
    i{
        font-size: 1.5rem;
    }
    }

    /* CELULAR */

    @media (max-width: 600px) {

        .mobile{
            display: block;
        }

        #container-2{
            width: 100%;
            padding: 6rem 2rem;
        }
        #container-3{
            width: 100%;
            padding: 2rem;
        }

        #container-3{
        text-align: center;
        }

        #container-3 .button-show{
        margin: 1rem auto;
        border-radius: 0;
        border: none;
        }

        #container-3 .filtros-box {
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

        .title-2{
            text-align: center;
        }

        .lineleft{
            border-left: 0;
            border-bottom: 5px solid rgb(131, 190, 190);
            padding: 0 0 2rem 0;
        }
    }

    /* NO VISIBLE */

    .oculto {
        display: none !important;
    }

    nav ul li.oculto { display: none !important; }

    body {
        display: flex;
        flex-direction: column;
        min-height: 100vh; 
    }

    /* El contenido ocupa el espacio disponible */
    #content {
        flex: 1;
    }


