@import url('https://fonts.googleapis.com/css2?family=Pacifico&family=Poppins:wght@100;300;400;500;600;800&display=swap');

:root {
    --principal: #fca46d;
    --principal-oscuro: #ca8559;
    --principal-claro: #ff8256;
}

body.wait *,
body.wait {
    cursor: progress !important;
}



body {
    padding: 0px !important;

}


.bodyInfo {
    background: radial-gradient(circle at left bottom, transparent 14%, #ffb88c3b 15%, #ffb88c3f 25%, transparent 26%, transparent 34%, #ffb88c3b 35%, #ffb88c3a 45%, transparent 46%, transparent 54%, #ffb88c2d 55%, #ffb88c27 65%, transparent 66%, transparent 74%, #ffb88c38 75%, #ffb88c3b 85%, transparent 86%);
    background-size: 2em 2em;
    background-color: #ffffff;
    opacity: 1
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins';
    font-weight: 500;
    list-style-type: none;
    text-decoration: none;
}


/* SECCION ENCABEZADO */


header {
    position: fixed;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
    padding: 5px 40px;
    transition: .5s;
}

header img {
    max-width: 75px;
    cursor: pointer;
}

header nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 40px;
}

header nav ul {
    display: flex;
    list-style: none;
    align-items: center;
    margin: 1rem auto;
    padding: 15px 0;
}

header nav ul li {
    margin: 0 20px;
    transition: .05s;
}


header nav ul li:hover {
    border-bottom: 2px solid #000;
    transition: .05s;
}

header nav ul li a {
    color: #000;
    font-size: 13px;
}

header nav ul li a:hover {
    color: #000;
}

header nav .btn-dark {
    background-color: transparent;
    border: 2px solid #000;
    text-decoration: none;
    color: rgb(255, 255, 255);
    padding: 10px;
    transition: .5s;
}

header nav .btn-dark:hover {
    background-color: #000;
    color: #fff;
}

header .nav-bar {
    display: none;
    font-size: 24px;
}

.link-seleccionado {
    border-bottom: 2px solid #000;
}

header.abajo {
    background-color: #ffffff;
    transition: .5s;
    z-index: 1000;
    box-shadow: 0px 0px 19px 0 rgba(0, 0, 0, 0.19);

}

.iconoPerfil {
    margin-left: 30px;
}

/*seccion aso*/
#inicio_aso {
    position: relative;
    height: 10vh;
    padding: 0 40px;
}

#inicio_dona {
    position: relative;
    height: 20vh;
    padding: 0 40px;
}

/* SECCION INICIO */

#inicio {
    position: relative;
    height: 100vh;
    padding: 0 40px;
}

#inicio .contenido {
    max-width: 1200px;
    margin: auto;
    height: 100%;
}

#inicio .contenido .info {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    animation: aparecer 2s forwards;
    margin-left: 50px;
}

@keyframes aparecer {
    0% {
        left: -50px;
        opacity: 0;
    }

    100% {
        left: 0;
        opacity: 1;
    }
}

#inicio .contenido .info h1 {
    font-family: 'Pacifico';
    font-size: 100px;
    padding-bottom: 20px;
    transition: .5s;
}

#inicio .contenido .info span {
    display: inline-block;
    font-size: 25px;
    color: #4c4c4c;
    margin-bottom: 15px;
    font-weight: 300;
}
.pie-pagina .red-social img {
    width: 30px; /* Tamaño de las imágenes */
    height: 30px; /* Altura de las imágenes */
    margin-right: 10px; /* Espacio entre las imágenes */
    display: inline-block; /* Asegura que las imágenes estén en línea */
}

.pie-pagina .red-social img:last-child {
    margin-right: 0; /* Quita el margen de la última imagen */
}

#inicio .contenido .info .redes a {
    display: inline-block;
    color: #4c4c4c;
    margin-right: 15px;
    font-size: 20px;
}

#inicio .contenedor-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100vh;
    clip-path: ellipse(70% 80% at 70% 50%);
}

#inicio .contenedor-img .imagen {
    background-image: url("../img/fondoIndex.jpg");
    background-size: cover;
    width: 100%;
    height: 100vh;
    background-position: 50%;
}



@media screen and (max-width:1000px) {
    header {
        background-color: #fff;
    }

    header nav {
        display: block;
        position: absolute;
        width: 100%;
        height: calc(100vh);
        background: rgb(0, 0, 0);
        top: 95px;
        right: -100%;
        transition: 0.5s;
        margin-right: 0;
    }



    #inicio .contenido .info h1 {
        color: rgb(0, 0, 0);
        -webkit-text-stroke: initial;
        font-size: 80px;
    }

    header .nav-bar {
        display: block;
    }

    header nav.active {
        right: 0;
        z-index: 200;
    }

    header nav>a {
        display: none;
    }

    header nav ul {
        display: block;
        text-align: center
    }

    header nav ul li {
        text-align: center;
        padding: 20px 0;
    }

    header nav ul button {
        margin-top: 10px;
    }

    .link-seleccionado a {
        color: #ff7842;
    }

    header nav ul li a {
        color: #fff;
    }
}

@media screen and (max-width:768px) {
    #inicio .contenedor-img {
        width: 100%;
        z-index: -2;
    }

    #inicio .contenedor-img .imagen {
        filter: brightness(.3);
    }

    #inicio .contenido .info {
        color: #fff;
        max-width: 100vw;
        margin-left: 0px;

    }

    #inicio .contenido .info h1 {
        color: #fff;
        -webkit-text-stroke: initial;
        font-size: 80px;
    }

    #inicio .contenido .info span {
        color: #fff;
        font-size: 25px;
    }

    #inicio .contenido .info .redes a {
        color: #fff;
    }


}

@media screen and (max-width:400px) {
    #inicio .contenido .info h1 {
        font-size: 50px;
    }

    #inicio .contenido .info span {
        font-size: 15px;
    }

}

/*REGISTER*/



.contenedor__todo {
    width: 100%;
    max-width: 800px;
    margin: auto;
    position: relative;
}

.caja__trasera {
    width: 100%;
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: var(--principal);

}

.caja__trasera div {
    margin: 100px 40px;
    color: rgb(0, 0, 0);
    transition: all 500ms;
}


.caja__trasera div p,
.caja__trasera button {
    margin-top: 30px;
}

.caja__trasera div h3 {
    font-weight: 400;
    font-size: 26px;
}

.caja__trasera div p {
    font-size: 16px;
    font-weight: 300;
}

.caja__trasera button {
    padding: 10px 40px;
    border: 2px solid rgb(0, 0, 0);
    font-size: 14px;
    background: transparent;
    font-weight: 600;
    cursor: pointer;
    color: rgb(0, 0, 0);
    outline: none;
    transition: all 300ms;
}

.caja__trasera button:hover {
    background: #000;
    color: white;
}

/*Formularios*/

.formulario {
    width: 100%;
    background-color: var(--main-color);
}

.container__menu {
    max-width: 1200px;
    height: 80px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.contenedor__login-register {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 380px;
    position: relative;
    top: -185px;
    left: 10px;

    /*La transicion va despues del codigo JS*/
    transition: left 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
}

.contenedor__login-register form {
    width: 100%;
    padding: 80px 20px;
    background: white;
    position: absolute;
    border-radius: 5px;
}

.contenedor__login-register form h2 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
    color: #000;
}

.contenedor__login-register form input {
    width: 100%;
    margin-top: 10px;
    padding: 10px;
    border: none;
    background: #F2F2F2;
    font-size: 16px;
    outline: none;  
}

.contenedor__login-register form button {
    padding: 10px 40px;
    margin-top: 40px;
    border: none;
    font-size: 14px;
    background: #000;
    font-weight: 600;
    cursor: pointer;
    color: white;
    outline: none;
    border: 2px solid rgb(0, 0, 0);
}

.contenedor__login-register form button:hover {
    background: var(--principal);
    color: #000;
    transition: all 300ms;
}


.formulario__login {
    opacity: 1;
    display: block;
}

.formulario__register {
    display: none;
}



@media screen and (max-width: 850px) {

    main {
        margin-top: 50px;
    }

    .caja__trasera {
        max-width: 350px;
        height: 300px;
        flex-direction: column;
        margin: auto;
    }

    .caja__trasera div {
        margin: 0px;
        position: absolute;
    }


    /*Formularios*/

    .contenedor__login-register {
        top: -10px;
        left: -5px;
        margin: auto;
    }

    .contenedor__login-register form {
        position: relative;
    }
}

.container .selects {
    display: flex;
    justify-content: space-evenly;
    max-width: 100%;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.container .selects select {
    padding: 2px;
    margin: 5px;
    width: 100px;
}

/* CONTACTO */

.contact-body {
    width: 100%;
    min-height: 100vh;
    background: rgb(254, 191, 138);
    background: linear-gradient(107deg, rgba(254, 191, 138, 1) 0%, rgba(254, 152, 104, 1) 95%);
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}


.container-contact {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 100px;
}



.contact-box {
    max-height: 850px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #fff;
    box-shadow: 0px 0px 19px 5px rgba(0, 0, 0, 0.19);
}

.contact-boxModal {

    text-align: left;

}


.left {
    background: url("../img/contacto.jpg") no-repeat center;
    background-size: cover;
    height: 100%;
}

.left img {
    width: 100%;
    margin: auto;
}

.right {
    padding: 25px 40px;
}

.contact-box .right h2 {
    position: relative;
    padding: 0 0 10px;
    margin-bottom: 10px;
}

.contact-box .right h2:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    height: 4px;
    width: 50px;
    border-radius: 2px;
    background-color: #2ecc71;
}

.field {
    width: 100%;
    border: 2px solid rgba(0, 0, 0, 0);
    outline: none;
    background-color: rgba(230, 230, 230, 0.6);
    padding: 0.5rem 1rem;
    font-size: 1.1rem;
    margin-bottom: 22px;
    transition: .3s;
}

.contact-boxModal .field {
    cursor: auto;
}

.field:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

textarea {
    min-height: 150px;
}

.contact-body .container-contact .contact-box .right .btn {
    width: 100%;
    padding: 0.5rem 1rem;
    background-color: #2ecc71;
    color: #fff;
    font-size: 1.1rem;
    border: none;
    outline: none;
    cursor: pointer;
    transition: .3s;
}

.contact-body .container-contact .contact-box .right .btn:hover {
    background-color: #27ae60;
}

.contact-body .container-contact .contact-box .right .volver {
    background-color: #c7623b;

}

.contact-body .container-contact .contact-box .right .volver:hover {
    background-color: #9b4523;
}

.field:focus {
    border: 2px solid rgba(30, 85, 250, 0.47);
    background-color: #fff;
}

.field {
    resize: none;
}

.mascotaDatos {
    min-width: 100%;
    border: 2px solid rgba(0, 0, 0, 0);
    outline: none;
    background-color: rgba(230, 230, 230, 0.6);
    padding: 0.5rem 1rem;
    font-size: 1.1rem;
    margin-bottom: 22px;
    transition: .3s;
    cursor: auto;
}

@media screen and (max-width: 880px) {
    .contact-box {
        grid-template-columns: 1fr;
    }

    .left {
        height: 200px;
    }

}



/* CARDS */

.single_advisor_profile {
    position: relative;
    margin-bottom: 50px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    z-index: 1;
    border-radius: 15px;
    -webkit-box-shadow: 0 0.25rem 1rem 0 rgba(47, 91, 234, 0.125);
    box-shadow: 0 0.25rem 1rem 0 rgba(47, 91, 234, 0.125);
}


.single_advisor_profile .advisor_thumb {
    position: relative;
    z-index: 1;
    border-radius: 15px 15px 0 0;
    margin: 0 auto;
    background-color: #ffbea4;
    overflow: hidden;

}

.single_advisor_profile .advisor_thumb img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}

.single_advisor_profile .advisor_thumb::after {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    position: absolute;
    width: 150%;
    height: 80px;
    bottom: -45px;
    left: -25%;
    content: "";
    background-color: var(--principal-claro);
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
}

@media only screen and (max-width: 575px) {
    .single_advisor_profile .advisor_thumb::after {
        height: 160px;
        bottom: -90px;
    }
}

.single_advisor_profile .advisor_thumb .social-info {
    position: absolute;
    z-index: 1;
    width: 100%;
    bottom: 0;
    right: 30px;
    text-align: right;
}





.single_advisor_profile .single_advisor_details_info {
    position: relative;
    z-index: 1;
    padding: 30px;
    text-align: right;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    border-radius: 0 0 15px 15px;
    background-color: var(--principal-claro);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.single_advisor_profile .single_advisor_details_info::after {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    position: absolute;
    z-index: 1;
    width: 50px;
    height: 3px;
    background-color: var(--principal);
    filter: brightness(50%);
    content: "";
    top: 12px;
    right: 30px;
}

.single_advisor_profile .single_advisor_details_info h6 {
    margin-bottom: 0.25rem;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single_advisor_profile .single_advisor_details_info h6 {
        font-size: 14px;
    }
}

.single_advisor_profile .single_advisor_details_info p {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    margin-bottom: 0;
    font-size: 14px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single_advisor_profile .single_advisor_details_info p {
        font-size: 12px;
    }
}

.single_advisor_profile:hover .advisor_thumb::after,
.single_advisor_profile:focus .advisor_thumb::after {
    background-color: var(--principal);
}


.single_advisor_profile:hover .single_advisor_details_info,
.single_advisor_profile:focus .single_advisor_details_info {
    background-color: var(--principal);

}

.single_advisor_profile:hover .single_advisor_details_info::after,
.single_advisor_profile:focus .single_advisor_details_info::after {
    background-color: #ffffff;
}



.single_advisor_profile:hover .single_advisor_details_info p,
.single_advisor_profile:focus .single_advisor_details_info p {
    color: #ffffff;
}

/*Admin*/

.ofe-nav {
    position: fixed;
    top: 0;
    left: 0;
    height: 70px;
    width: 100%;
    display: flex;
    align-items: center;
    z-index: 2;
}



/*Asociados*/
.table {
    width: 100%;
    border: 1px solid #ccc;
}

.table caption {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: bold;
}

.table tr {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    text-align: center;

}

.fotoMascota{
    max-height: 100px;
}

.table th,
.table td {
    font-size: 16px;
    padding: 8px;
}

tbody .tr {
    text-align: center;
}


.table thead th {
    text-transform: uppercase;
    background-color: rgb(56, 109, 207);
    color: white;
}

.table tbody tr:hover {
    background-color: rgba(145, 145, 145, 0.2);
}



@media screen and (max-width: 990px) {
    .table {
        border: 0px;
    }

    .table caption {
        font-size: 22px;
    }

    .table thead {
        display: none;
    }

    .table tr {
        margin-bottom: 8px;
        border-bottom: 4px solid #ddd;
        display: block;
    }

    .table th,
    .table td {
        font-size: 12px;
    }

    .table td {
        display: block;
        border-bottom: 1px solid #ddd;
        text-align: right;

    }

    .table td:last-child {
        border-bottom: 0px;
    }

    .table td::before {
        content: attr(data-label);
        font-weight: bold;
        text-transform: uppercase;
        float: left;
    }
}


.formulario-asociado {
    max-width: 400px;
    z-index: 1;
    margin: auto;
}

.admin-aso {
    margin-top: 100px;
}

@media screen and (max-width:768px) {
    .logo-admin {
        visibility: hidden;
    }
}

/*Publicaciones*/

.fondo-publicaciones {
    padding: 4rem;
}

.contenedor-publicaciones {
    margin-top: 5rem;
}





@media screen and (max-width:768px) {
    .logo-admin {
        visibility: hidden;
    }
}

/*FOOTER*/

.pie-pagina {
    width: 100%;
    background-color: var(--principal-oscuro);
}

.pie-pagina .grupo-1 {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 50px;
    padding: 45px 0px;
}

.pie-pagina .grupo-1 .box figure {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pie-pagina .grupo-1 .box figure img {
    width: 300px;
}

.pie-pagina .grupo-1 .box h2 {
    color: rgb(0, 0, 0);
    margin-bottom: 25px;
    font-size: 20px;
}

.pie-pagina .grupo-1 .box p {
    color: #000000;
    margin-bottom: 10px;
}

.pie-pagina .grupo-1 .red-social a {
    display: inline-block;
    text-decoration: none;
    width: 45px;
    height: 45px;
    line-height: 45px;
    color: rgb(255, 255, 255);
    margin-right: 10px;
}

.pie-pagina .grupo-1 .red-social a:hover {
    color: aqua;
}

.pie-pagina .grupo-2 {
    background-color: var(--principal-claro);
    padding: 15px 10px;
    text-align: center;
    color: rgb(0, 0, 0);
}

.pie-pagina .grupo-2 small {
    font-size: 15px;
}

@media screen and (max-width:800px) {
    .pie-pagina .grupo-1 {
        width: 90%;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 30px;
        padding: 35px 0px;
    }
}

/*Informacion*/

.services {
    width: 100%;
    display: grid;
    grid-template-rows: repeat(2, 250px 400px);
    margin-bottom: 4rem;
    gap: 2rem;
    padding-top: 6rem;
}

@media screen and (max-width:400px) {
    .services {
        gap: 5rem;
        margin-bottom: 5rem;
    }
}


.services__texts {
    padding: 0 1.5rem;
    place-self: center;
    text-align: center;
    --color: hsla(51, 100%, 49%, 0.263);
    overflow: visible;
    gap: 6rem;
}

.li {
    list-style: none;
}

.boton__services {
    margin-top: 5rem;
}

.gap {
    gap: 5rem;
}

.services__texts--2 {
    --color: hsla(7, 99%, 70%, 0.267);

}


.services__title {
    font-size: 2rem;
    font-family: var(--font1);
    color: var(--very-dark-desaturated-blue);
}

.services__paragraph {
    line-height: 1.5;
    color: var(--very-dark-grayish-blue);
    margin: 1.5rem 0;
}


.services__cta {
    color: var(--very-dark-desaturated-blue);
    text-decoration: none;
    text-transform: uppercase;
    font-family: var(--font1);

    position: relative;
}

.services__cta::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30%;
    border-radius: 2em;
    z-index: -1;
    background-color: var(--color);
}

.services .services__image img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* jobs */

.jobs {
    display: grid;
    grid-auto-rows: 550px;
    gap: 2rem;
}

.jobs__section {
    display: grid;
    align-content: end;
    background-position: center;
    background-size: cover;
    background: linear-gradient(hsla(210, 3%, 26%, 0.63), hsla(200, 4%, 14%, 0.829)), url(../img/amorpet.jpg);
    text-align: center;
    color: #fff;
    margin: 2rem;
    padding: 1rem;
}


.jobs__section--second {
    color: var(--dark-blue);
    color: #fff;
    margin: 2rem;
    padding: 1rem;
    background: linear-gradient(hsla(210, 3%, 26%, 0.63), hsla(200, 4%, 14%, 0.829)), url(../img/veterinario-perro.jpg);
}

.jobs__name {
    font-family: var(--font1);
    font-size: 1.7rem;
}

.jobs__paragraph {
    line-height: 1.5;
    margin-top: 1rem;
}


.container {
    width: 90%;
}

.container-faq {
    padding: 30px;
    background-color: #fff;
    margin: 50px auto 100px auto;
}

.container-faq .title-faq {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 30px;
}

.container-faq .item-faq {
    box-shadow: 0 0 15px -1px rgba(0, 0, 0, .2);
    margin-bottom: 20px;
}

.container-faq .item-faq .question {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgb(255, 254, 244);
    padding: 10px 10px 10px 20px;
    transition: .4s;
}

.container-faq .item-faq .question h3 {
    font-size: 1.5rem;
}


.container-faq .item-faq .question .more {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    font-size: 1rem;
    cursor: pointer;
    transition: .4s;

}



.container-faq .item-faq .answer {
    position: relative;
    padding: 0 40px 0 40px;
    overflow: hidden;
    height: 0;
    transition: .4s;
    background: rgb(238, 237, 227);
}

.container-faq .item-faq .answer p {
    font-size: 1.2rem;
}


.testimonials {
    text-align: center;
}

.testimonials__title {
    font-size: 1.4rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--dark-grayish-blue);
    font-family: var(--font1);
}

.testimonials__container {
    padding: 60px 0;
    display: grid;
    gap: 6rem;
}

.testimonials__img {
    width: 140px;
    height: 140px;
    object-fit: cover;
    border-radius: 50%;
}

.testimonials__paragraph {
    color: var(--dark-blue);
    line-height: 1.5;
    margin: 1.5rem 0;
}

.testimonials__name {
    color: var(--very-dark-desaturated-blue);
    font-family: var(--font1);
    margin-bottom: .7rem;
}

.testimonials__job {
    color: var(--grayish-blue);
}



/*  */

.gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.gallery__image {
    width: 100%;
    aspect-ratio: 1/1;
    background-image: url('../images/mobile/image-gallery-milkbottles.jpg');
    background-size: cover;
    background-position: center;
}

.gallery__image:nth-of-type(2) {
    background-image: url('../images/mobile/image-gallery-orange.jpg');
}

.gallery__image:nth-of-type(3) {
    background-image: url('../images/mobile/image-gallery-cone.jpg');
}

.gallery__image:nth-of-type(4) {
    background-image: url('../images/mobile/image-gallery-sugar-cubes.jpg');
}

/*Publicaciones*/

.fondo-publicaciones {
    padding: 4rem;
}

.contenedor-publicaciones {
    margin-top: 5rem;
}



@media (min-width:768px) {



    .services {
        grid-template-rows: repeat(2, 500px);
        grid-template-columns: repeat(2, 1fr);
        grid-template-areas:
            "text1 img1"
            "img2 text2";

    }

    .services__texts {

        text-align: start;
        grid-area: text1;
        padding: 2rem 3rem;
    }

    .services__texts--2 {
        grid-area: text2;
        text-align: end;
    }

    .jobs {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: 500px;
    }

    .testimonials {
        text-align: center;
    }

    .testimonials__container {
        grid-template-columns: repeat(3, 1fr);
        gap: 2rem;
    }


    .testimonials__paragraph {
        margin: 2.5rem 0;
    }

    .gallery {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: 350px;
    }

    .gallery__image {
        aspect-ratio: unset;
        background-image: url('../images/desktop/image-gallery-milkbottles.jpg');
    }

    .gallery__image:nth-of-type(2) {
        background-image: url('../images/desktop/image-gallery-orange.jpg');
    }

    .gallery__image:nth-of-type(3) {
        background-image: url('../images/desktop/image-gallery-cone.jpg');
    }

    .gallery__image:nth-of-type(4) {
        background-image: url('../images/desktop/image-gallery-sugarcubes.jpg');
    }

}

@media screen and (max-width:768px) {
    .logo-admin {
        visibility: hidden;
    }


}

.Noticias-field {
    width: 80%;
    border: 2px solid rgba(0, 0, 0, 0);
    outline: none;
    background-color: rgba(255, 255, 255, 0.687);
    padding: 0.5rem 1rem;
    font-size: 1.1rem;
    margin-bottom: 22px;
    transition: .3s;
    margin: auto;
    border-radius: 8px;
}

.contact-boxModal .Noticias-field {
    cursor: auto;
}

.Noticias-field:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.Noticias-field:focus {
    border: 2px solid rgba(30, 85, 250, 0.47);
    background-color: #fff;
}

.Noticias-field {
    resize: none;
}

.formulario-Noticias {
    max-width: 400px;
    z-index: 1;
    margin: auto;
    border-radius: 20px;
    margin-top: 100px;
}

/*Noticias*/
.cont-noticias {
    position: relative;
    margin-bottom: 50px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    z-index: 1;
    border-radius: 7px;
    -webkit-box-shadow: 0 0.25rem 1rem 0 rgba(47, 91, 234, 0.125);
    box-shadow: 0 0.25rem 1rem 0 rgba(47, 91, 234, 0.125);
    background-color: #e5e5f7;
    opacity: 0.8;
    background-color: #FD774D;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpolygon fill='%23cf7e68' points='1600 160 0 460 0 350 1600 50'/%3E%3Cpolygon fill='%23a18584' points='1600 260 0 560 0 450 1600 150'/%3E%3Cpolygon fill='%23748b9f' points='1600 360 0 660 0 550 1600 250'/%3E%3Cpolygon fill='%234692bb' points='1600 460 0 760 0 650 1600 350'/%3E%3Cpolygon fill='%231899D6' points='1600 800 0 800 0 750 1600 450'/%3E%3C/g%3E%3C/svg%3E");
    background-size: cover;
}

.titulo-noticias {
    width: 100%;
}

.lineahr {
    width: 30%;
    border: 1px var(--principal-oscuro) solid;
    background-color: var(--principal-oscuro);
}

.infonot-cont {
    width: 100%;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 10px;
    resize: none;
}

.cont-noticias .field {
    cursor: auto;
    background-color: rgba(255, 255, 255, 0.703);
}

.cont-noticias .field:hover {
    background-color: rgba(255, 255, 255, 0.959);
}

.btn-publicar-cont {
    background-color: #FD774D;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpolygon fill='%23DBDBDB' points='1600 800 0 800 0 750 1600 450'/%3E%3C/g%3E%3C/svg%3E");
    background-attachment: fixed;
    background-size: cover;
}

/* CSS */
.button-48 {
    appearance: none;
    background-color: #ffe7c8;
    border-width: 0;
    box-sizing: border-box;
    color: #000000;
    cursor: pointer;
    display: inline-block;
    font-family: Clarkson, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: .8em;
    margin: 0;
    opacity: 1;
    outline: 0;
    padding: 1em 1.5em;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-rendering: geometricprecision;
    text-transform: uppercase;
    transition: opacity 300ms cubic-bezier(.694, 0, 0.335, 1), background-color 100ms cubic-bezier(.694, 0, 0.335, 1), color 100ms cubic-bezier(.694, 0, 0.335, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    white-space: nowrap;
}

.button-48:before {
    animation: opacityFallbackOut .5s step-end forwards;
    backface-visibility: hidden;
    background-color: #ffd797;
    clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: translateZ(0);
    transition: clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1), -webkit-clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1);
    width: 100%;
}

.button-48:hover:before {
    animation: opacityFallbackIn 0s step-start forwards;
    clip-path: polygon(0 0, 101% 0, 101% 101%, 0 101%);
}

.button-48:after {
    background-color: #ffffff;
}

.button-48 span {
    z-index: 1;
    position: relative;
}

.icons-size {
    color: #333;
    font-size: 14px;
}

.action {
    position: fixed;
    right: 30px;
    top: 20px;
}

.action .profile {
    border-radius: 50%;
    cursor: pointer;
    height: 60px;
    position: relative;
    width: 60px;
}

@media (max-width: 1000px) {
    .action  {
        margin-right: 50px;
    }

}

.action .profile img {
    width: 80%;
    top: 5px;
    position: absolute;
    object-fit: cover;
    left: 10px;
}

.action .profileAdmin {
    margin-right: 50px;
}

.action .profileAdmin img {
    left: 70px;
    top: -7px;
}


.action .menu {
    background-color: #FFF;
    box-sizing: 0 5px 25px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    padding: 10px 20px;
    position: absolute;
    right: -10px;
    width: 200px;
    transition: 0.5s;
    top: 120px;
    visibility: hidden;
    opacity: 0;
}

.action .menu.active {
    opacity: 1;
    top: 80px;
    visibility: visible;
    box-shadow: 0 0.25rem 1rem 0 rgba(0, 0, 0, 0.125);

}

.action .menu::before {
    background-color: #fff;
    content: '';
    height: 20px;
    position: absolute;
    right: 30px;
    transform: rotate(45deg);
    top: -5px;
    width: 20px;
}

.action .menu h3 {
    color: #555;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3em;
    padding: 20px 0px;
    text-align: left;
    width: 100%;
}

.action .menu h3 div {
    color: #818181;
    font-size: 14px;
    font-weight: 400;
}

.action .menu ul li {
    align-items: center;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    justify-content: left;
    list-style: none;
    padding: 10px 0px;
}

.action .menu ul li i {
    max-width: 20px;
    margin-right: 10px;
    opacity: 0.5;
    transition: 0.5s
}

.action .menu ul li a {
    display: inline-block;
    color: #555;
    font-size: 14px;
    font-weight: 600;
    padding-left: 15px;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.5s;
}

.action .menu ul li:hover img {
    opacity: 1;
}

.action .menu ul li:hover a {
    color: #000000;
}



/* CSS */
.button-19 {
    appearance: button;
    background-color: #1899D6;
    border: solid transparent;
    border-radius: 16px;
    border-width: 0 0 4px;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: din-round, sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .8px;
    line-height: 20px;
    margin: 0;
    outline: none;
    overflow: visible;
    padding: 13px 16px;
    text-align: center;
    text-transform: uppercase;
    touch-action: manipulation;
    transform: translateZ(0);
    transition: filter .2s;
    user-select: none;
    -webkit-user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    width: 100%;
}

.button-19-2 {
    width: 150px;
}

.button-19:after {
    background-clip: padding-box;
    background-color: #1CB0F6;
    border: solid transparent;
    border-radius: 16px;
    border-width: 0 0 4px;
    bottom: -4px;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.button-19eliminar {
    background-color: red;
}
.button-19eliminar:after {
    background-color: red;
}

.button-19:main,
.button-19:focus {
    user-select: auto;
}

.button-19:hover:not(:disabled) {
    filter: brightness(1.1);
    -webkit-filter: brightness(1.1);
}

.button-19:disabled {
    cursor: auto;
}

.card-deck .card {
    max-width: calc(25% - 30px);
}

/*cards asociados*/

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-centerY-centerX {
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-wrapper {
    height: 100%;
    display: table;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.page-wrapper .page-inner {
    display: table-cell;
    vertical-align: middle;
}

.el-wrapper {
    width: 320px;
    padding: 15px;
    margin: 15px auto;
    background-color: #fff;
}

@media (max-width: 991px) {
    .el-wrapper {
        width: 345px;
    }
}

@media (max-width: 767px) {
    .el-wrapper {
        width: 290px;
        margin: 30px auto;
    }
}

.el-wrapper:hover .h-bg {
    left: 0px;
}



.el-wrapper:hover .price {
    left: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #818181;
}

.el-wrapper:hover .add-to-cart {
    left: 50%;
}

.el-wrapper:hover .img {
    -webkit-filter: blur(7px);
    -o-filter: blur(7px);
    -ms-filter: blur(7px);
    filter: blur(7px);
    filter: progid:DXImageTransform.Microsoft.Blur(pixelradius='7', shadowopacity='0.0');
    opacity: 0.4;
}

.el-wrapper:hover .info-inner {
    bottom: 155px;
}

.el-wrapper:hover .a-size {
    -webkit-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
    bottom: 50px;
    opacity: 1;
}

.el-wrapper .box-down {
    width: 100%;
    height: 60px;
    position: relative;
    overflow: hidden;
}

.el-wrapper .box-up {
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.el-wrapper .img {
    width: 100%;
    object-fit: cover;
    padding: 10px 0;
    -webkit-transition: all 800ms cubic-bezier(0, 0, 0.18, 1);
    -moz-transition: all 800ms cubic-bezier(0, 0, 0.18, 1);
    -o-transition: all 800ms cubic-bezier(0, 0, 0.18, 1);
    transition: all 800ms cubic-bezier(0, 0, 0.18, 1);
    /* ease-out */
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
    -moz-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
    -o-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
    /* ease-out */
}

.h-bg {
    -webkit-transition: all 800ms cubic-bezier(0, 0, 0.18, 1);
    -moz-transition: all 800ms cubic-bezier(0, 0, 0.18, 1);
    -o-transition: all 800ms cubic-bezier(0, 0, 0.18, 1);
    transition: all 800ms cubic-bezier(0, 0, 0.18, 1);
    /* ease-out */
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
    -moz-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
    -o-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
    /* ease-out */
    width: 660px;
    height: 100%;
    background-color: var(--principal);
    position: absolute;
    left: -659px;
}

.h-bg .h-bg-inner {
    width: 50%;
    height: 100%;
    background-color: #464646;
}

.info-inner {
    -webkit-transition: all 400ms cubic-bezier(0, 0, 0.18, 1);
    -moz-transition: all 400ms cubic-bezier(0, 0, 0.18, 1);
    -o-transition: all 400ms cubic-bezier(0, 0, 0.18, 1);
    transition: all 400ms cubic-bezier(0, 0, 0.18, 1);
    /* ease-out */
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
    -moz-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
    -o-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
    /* ease-out */
    position: absolute;
    width: 100%;
    bottom: 25px;
}

.info-inner .p-name,
.info-inner .p-company {
    display: block;
}

.info-inner .p-name {
    font-family: 'PT Sans', sans-serif;
    font-size: 18px;
    color: #252525;
}

.info-inner .p-company {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    color: #8c8c8c;
}

.a-size {
    -webkit-transition: all 300ms cubic-bezier(0, 0, 0.18, 1);
    -moz-transition: all 300ms cubic-bezier(0, 0, 0.18, 1);
    -o-transition: all 300ms cubic-bezier(0, 0, 0.18, 1);
    transition: all 300ms cubic-bezier(0, 0, 0.18, 1);
    /* ease-out */
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
    -moz-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
    -o-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
    /* ease-out */
    position: absolute;
    width: 100%;
    bottom: -20px;
    font-family: 'PT Sans', sans-serif;
    color: #828282;
    opacity: 0;
}

.a-size .size {
    color: #252525;
}

.cart {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}

.cart .price {
    -webkit-transition: all 600ms cubic-bezier(0, 0, 0.18, 1);
    -moz-transition: all 600ms cubic-bezier(0, 0, 0.18, 1);
    -o-transition: all 600ms cubic-bezier(0, 0, 0.18, 1);
    transition: all 600ms cubic-bezier(0, 0, 0.18, 1);
    /* ease-out */
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
    -moz-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
    -o-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
    /* ease-out */
    -webkit-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 16px;
    color: #252525;
}

.cart .add-to-cart {
    -webkit-transition: all 600ms cubic-bezier(0, 0, 0.18, 1);
    -moz-transition: all 600ms cubic-bezier(0, 0, 0.18, 1);
    -o-transition: all 600ms cubic-bezier(0, 0, 0.18, 1);
    transition: all 600ms cubic-bezier(0, 0, 0.18, 1);
    /* ease-out */
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
    -moz-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
    -o-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
    /* ease-out */
    -webkit-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
    display: block;
    position: absolute;
    top: 50%;
    left: 110%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.cart .add-to-cart .txt {
    font-size: 12px;
    color: #fff;
    letter-spacing: 0.045em;
    text-transform: uppercase;
    white-space: nowrap;
}


/*media queries*/

@media (max-width: 1030px) {
    .container-card2 {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: auto;
    }
}

/*asociados2*/

:root {
    --main-color: #1f8fc3;
    --color-dark: #1D2231;
    --text-grey: #8390A2;
}

.sidebar-adm {
    width: 345px;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    background: var(--main-color);
    z-index: 100;
}

.sidebar-brand-adm {
    height: 90px;
    padding: 1rem 0rem 1rem 2rem;
    color: #fff;
}

.sidebar-brand-adm span {
    display: inline-block;
    padding-right: 1rem;
}

.sidebar-menu-adm {
    margin-top: 1rem;
}

.sidebar-menu-adm li {
    width: 100%;
    margin-bottom: 1.7rem;
    padding-left: 1rem;
}

.sidebar-menu-adm a {
    padding-left: 1rem;
    display: block;
    color: #fff;
    font-size: 1.1rem;
}

.sidebar-menu-adm a.active {
    background: #fff;
    padding-top: 1rem;
    padding-bottom: 1rem;
    color: var(--main-color);
    border-radius: 30px 0px 0px 30px;
}

.sidebar-menu-adm a span:first-child {
    font-size: 1.5rem;
    padding-right: 1rem;
}

#nav-toggle:checked+.sidebar-adm {
    width: 70px;
}

#nav-toggle:checked+.sidebar-adm .sidebar-brand-adm,
#nav-toggle:checked+.sidebar-adm li {
    padding-left: 1rem;
    text-align: center;
}

#nav-toggle:checked+.sidebar-adm li a {
    padding-left: 0rem;
}

#nav-toggle:checked+.sidebar-adm .sidebar-brand-adm h2 span:last-child,
#nav-toggle:checked+.sidebar-adm li a span:last-child {
    display: none;
}

#nav-toggle:checked~.main-content-adm {
    margin-left: 70px;
}

#nav-toggle:checked~.main-content-adm .header2 {
    width: calc(100% - 70px);
    left: 70px;
}

.main-content-adm {
    margin-left: 345px;
}

.header2 {
    background: #fff;
    display: flex;
    justify-content: space-between;
    padding: 1rem 1.5rem;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    position: fixed;
    left: 345px;
    width: calc(100% - 345px);
    top: 0;
    z-index: 100;
}

#nav-toggle {
    display: none;
}

.header2 h2 {
    color: #222;
}

.header2 label span {
    font-size: 1.7rem;
    padding-right: 1rem;
}

main {
    margin-top: 85px;
    padding: 2rem 1.5rem;
    background: #f1f5f9;
    min-height: calc(100vh - 90px);
}

.cards-adm {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 2rem;
    margin-bottom: 1rem;
}

.card-single-adm {
    display: flex;
    justify-content: space-between;
    background: #fff;
    padding: 2rem;
    border-radius: 2px;
}

.card-single-adm div:last-child span {
    font-size: 3rem;
    color: var(--main-color);
}

.card-single-adm div:first-child span {
    color: var(--text-grey);
}

.card-single-adm:last-child {
    background: var(--main-color);
}

.card-single-adm:last-child h1,
.card-single-adm:last-child div:first-child span,
.card-single-adm:last-child div:last-child span {
    color: #fff;
}

.recent-grid-adm {
    margin-top: 3.5rem;
}

.card-adm {
    background: #fff;
}

.card-header-adm {
    padding: 1rem;
}

.card-header-adm {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #f0f0f0;
}

.card-header-adm button {
    background: var(--main-color);
    border-radius: 10px;
    color: #fff;
    font-size: .8rem;
    padding: .5rem 1rem;
    border: 1px solid var(--main-color);
}

table {
    border-collapse: collapse;
}

thead tr {
    border-top: 1px solid #f0f0f0;
    border-bottom: 2px solid #f0f0f0;
}

thead td {
    font-weight: 700;
}

td {
    padding: .5rem 1rem;
    font-size: .9rem;
    color: #222;
}

tr td:last-child {
    display: flex;
    align-items: center;
}

.table-responsive {
    width: 100%;
    overflow-x: auto;
}

@media only screen and (max-width: 1200px) {

    .sidebar-adm .sidebar-brand-adm,
    .sidebar-adm li {
        padding-left: 1rem;
    }




    .main-content-adm {
        margin-left: 345px;
    }


}

@media only screen and (max-width: 960px) {
    .cards-adm {
        grid-template-columns: repeat(3, 1fr);
    }

    .recent-grid-adm {
        grid-template-columns: 60% 40%;
    }
}

@media only screen and (max-width: 768px) {
    .cards-adm {
        grid-template-columns: repeat(2, 1fr);
    }

    .recent-grid-adm {
        grid-template-columns: 100%;
    }

    .sidebar-adm {
        left: -100% !important;
    }

    .header2 h2 {
        display: flex;
        align-items: center;
    }

    .header2 h2 label {
        display: inline-block;
        text-align: center;
        background: var(--main-color);
        padding-right: 0rem;
        margin-right: 1rem;
        height: 40px;
        width: 40px;
        border-radius: 50%;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center !important;
    }

    .header2 h2 span {
        text-align: center;
        padding-right: 0rem;
    }

    .header2 h2 {
        font-size: 1.1rem;
    }

    .main-content-adm {
        width: 100%;
        margin-left: 0rem;
    }

    .header2 {
        width: 100% !important;
        left: 0 !important;
    }

    #nav-toggle:checked+.sidebar-adm {
        left: 0 !important;
        z-index: 100;
        width: 200px;
    }

    #nav-toggle:checked+.sidebar-adm:hover {
        width: 200px;
        z-index: 200;
    }

    #nav-goggle:checked+.sidebar-adm .sidebar-brand-adm,
    #nav-toggle:checked+.sidebar-adm:hover li {
        padding-left: 2rem;
        text-align: left;
    }

    #nav-goggle:checked+.sidebar-adm li a {
        padding-left: 1rem;
    }

    #nav-goggle:checked+.sidebar-adm .sidebar-brand-adm h2 span:last-child,
    #nav-goggle:checked+.sidebar-adm li a span:last-child {
        display: inline;
    }
}

@media only screen and (max-width: 560px) {
    .cards-adm {
        grid-template-columns: 100%;
    }

}

/*asociados-table*/

.tabla-img {
    background-size: cover;
    height: 100%;
}

.tabla-img img {
    height: 10rem;
    width: 10rem;
    object-fit: cover;
    margin: auto;
}

.botones-tabla {
    height: 12rem;
    margin: auto;
}

.inp-file {
    opacity: 0;
    height: 22rem;
}

/*Donaciones*/
.donaciones {
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fondo {
    padding: 1rem;
    background-color: #ffffff;
}

/*Informacion*/

.services {
    width: 100%;
    display: grid;
    grid-template-rows: repeat(2, 250px 400px);
    margin-bottom: 4rem;
    gap: 2rem;
    padding-top: 6rem;
}

@media screen and (max-width:400px) {
    .services {
        gap: 5rem;
        margin-bottom: 5rem;
    }
}


.services__texts {
    padding: 0 1.5rem;
    place-self: center;
    text-align: center;
    --color: hsla(51, 100%, 49%, 0.263);
    overflow: visible;
    gap: 6rem;
}

.li {
    list-style: none;
}

.boton__services {
    margin-top: 5rem;
}

.gap {
    gap: 5rem;
}

.services__texts--2 {
    --color: hsla(7, 99%, 70%, 0.267);

}


.services__title {
    font-size: 2rem;
    font-family: var(--font1);
    color: var(--very-dark-desaturated-blue);
}

.services__paragraph {
    line-height: 1.5;
    color: var(--very-dark-grayish-blue);
    margin: 1.5rem 0;
}


.services__cta {
    color: var(--very-dark-desaturated-blue);
    text-decoration: none;
    text-transform: uppercase;
    font-family: var(--font1);

    position: relative;
}

.services__cta::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30%;
    border-radius: 2em;
    z-index: -1;
    background-color: var(--color);
}

.services .services__image img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* jobs */

.jobs {
    display: grid;
    grid-auto-rows: 550px;
    gap: 2rem;
}

.jobs__section {
    display: grid;
    align-content: end;
    background-position: center;
    background-size: cover;
    background: linear-gradient(hsla(210, 3%, 26%, 0.63), hsla(200, 4%, 14%, 0.829)), url(../img/amorpet.jpg);
    text-align: center;
    color: #fff;
    margin: 2rem;
    padding: 1rem;
}


.jobs__section--second {
    color: var(--dark-blue);
    color: #fff;
    margin: 2rem;
    padding: 1rem;
    background: linear-gradient(hsla(210, 3%, 26%, 0.63), hsla(200, 4%, 14%, 0.829)), url(../img/veterinario-perro.jpg);
}

.jobs__name {
    font-family: var(--font1);
    font-size: 1.7rem;
}

.jobs__paragraph {
    line-height: 1.5;
    margin-top: 1rem;
}


.container {
    width: 90%;
}

.container-faq {
    padding: 30px;
    background-color: #fff;
    margin: 50px auto 100px auto;
}

.container-faq .title-faq {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 30px;
}

.container-faq .item-faq {
    box-shadow: 0 0 15px -1px rgba(0, 0, 0, .2);
    margin-bottom: 20px;
}

.container-faq .item-faq .question {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgb(255, 254, 244);
    padding: 10px 10px 10px 20px;
    transition: .4s;
}

.container-faq .item-faq .question h3 {
    font-size: 1.5rem;
}


.container-faq .item-faq .question .more {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    font-size: 1rem;
    cursor: pointer;
    transition: .4s;

}



.container-faq .item-faq .answer {
    position: relative;
    padding: 0 40px 0 40px;
    overflow: hidden;
    height: 0;
    transition: .4s;
    background: rgb(238, 237, 227);
}

.container-faq .item-faq .answer p {
    font-size: 1.2rem;
}


.testimonials {
    text-align: center;
}

.testimonials__title {
    font-size: 1.4rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--dark-grayish-blue);
    font-family: var(--font1);
}

.testimonials__container {
    padding: 60px 0;
    display: grid;
    gap: 6rem;
}

.testimonials__img {
    width: 140px;
    height: 140px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: -2rem;
}

.testimonials__paragraph {
    color: var(--dark-blue);
    line-height: 1.5;
    margin: 1.5rem 0;
}

.testimonials__name {
    color: var(--very-dark-desaturated-blue);
    font-family: var(--font1);
    margin-bottom: .7rem;
}

.testimonials__job {
    color: var(--grayish-blue);
}

.modal-pa {
    padding: 2rem;
    background-color: rgb(226, 252, 215);
    border-radius: 2px;
}

.heridas {
    background-color: rgb(255, 233, 233);
}

.ancianos {
    background-color: rgb(252, 244, 197);
}

.veneno-span {
    font-weight: 800;
}

.modal-pa_a {
    width: 80%;
    margin: 0 auto;
}

.modal-pa li {
    list-style-type: disc;
}

/*  */

.gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.gallery__image {
    width: 100%;
    aspect-ratio: 1/1;
    background-image: url('../images/mobile/image-gallery-milkbottles.jpg');
    background-size: cover;
    background-position: center;
}

.gallery__image:nth-of-type(2) {
    background-image: url('../images/mobile/image-gallery-orange.jpg');
}

.gallery__image:nth-of-type(3) {
    background-image: url('../images/mobile/image-gallery-cone.jpg');
}

.gallery__image:nth-of-type(4) {
    background-image: url('../images/mobile/image-gallery-sugar-cubes.jpg');
}

/*Publicaciones*/

.fondo-publicaciones {
    padding: 4rem;
}

.contenedor-publicaciones {
    margin-top: 5rem;
}



@media (min-width:768px) {



    .services {
        grid-template-rows: repeat(2, 500px);
        grid-template-columns: repeat(2, 1fr);
        grid-template-areas:
            "text1 img1"
            "img2 text2";

    }

    .services__texts {

        text-align: start;
        grid-area: text1;
        padding: 2rem 3rem;
    }

    .services__texts--2 {
        grid-area: text2;
        text-align: end;
    }

    .jobs {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: 500px;
    }

    .testimonials {
        text-align: center;
    }

    .testimonials__container {
        grid-template-columns: repeat(3, 1fr);
        gap: 2rem;
    }


    .testimonials__paragraph {
        margin: 2.5rem 0;
    }

    .gallery {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: 350px;
    }

    .gallery__image {
        aspect-ratio: unset;
        background-image: url('../images/desktop/image-gallery-milkbottles.jpg');
    }

    .gallery__image:nth-of-type(2) {
        background-image: url('../images/desktop/image-gallery-orange.jpg');
    }

    .gallery__image:nth-of-type(3) {
        background-image: url('../images/desktop/image-gallery-cone.jpg');
    }

    .gallery__image:nth-of-type(4) {
        background-image: url('../images/desktop/image-gallery-sugarcubes.jpg');
    }

}

@media screen and (max-width:768px) {
    .logo-admin {
        visibility: hidden;
    }


}

.Noticias-field {
    width: 80%;
    border: 2px solid rgba(0, 0, 0, 0);
    outline: none;
    background-color: rgba(255, 255, 255, 0.687);
    padding: 0.5rem 1rem;
    font-size: 1.1rem;
    margin-bottom: 22px;
    transition: .3s;
    margin: auto;
    border-radius: 8px;
}

.contact-boxModal .Noticias-field {
    cursor: auto;
}

.Noticias-field:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.Noticias-field:focus {
    border: 2px solid rgba(30, 85, 250, 0.47);
    background-color: #fff;
}

.Noticias-field {
    resize: none;
}

.formulario-Noticias {
    max-width: 400px;
    z-index: 1;
    margin: auto;
    border-radius: 20px;
    margin-top: 100px;
}

/* (A) THE BASE */
.bar {
    padding: 5px;
    margin-bottom: 15px;
    color: #333;
    background: #fafafa;
    border: 1px solid #ccc;
  }
  .error {
    color: #ba3939;
    background: #ffe0e0;
    border: 1px solid #a33a3a;
  }
  .prodright {
    text-align: right;
}
@media (max-width: 768px) {
    .prodright {
        text-align: left;
    }

    .prodright .button-19 {
        float: left;
    }

}
/* sobre nosotros */

#inicio-sn {
    position: relative;
    height: 100vh;
    padding: 0 40px;
}

#inicio-sn .contenido-sn {
    max-width: 1200px;
    margin: auto;
    height: 100%;
}

#inicio-sn .contenido-sn .info-sn {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    animation: aparecer 2s forwards;
    margin-left: 50px;
}

@keyframes aparecer {
    0% {
        left: -50px;
        opacity: 0;
    }

    100% {
        left: 0;
        opacity: 1;
    }
}

#inicio-sn .contenido-sn .info-sn span {
    display: inline-block;
    font-size: 25px;
    color: #4c4c4c;
    margin-bottom: 15px;
    font-weight: 300;
}

#inicio-sn .contenido-sn .info-sn .redes a {
    display: inline-block;
    color: #4c4c4c;
    margin-right: 15px;
    font-size: 20px;
}

#inicio-sn .contenedor-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100vh;
    clip-path: ellipse(70% 80% at 70% 50%);
}

#inicio-sn .contenedor-img .imagen {

    background-size: cover;
    width: 100%;
    height: 100vh;
    background-position: 50%;
    background-color: #39b0ce;

}

.button1 {
    margin-top: 1.2rem;
    background-color: white;
    color: black;
    padding: 1rem;
    border: 2px solid #4c8baf;
    border-radius: 1rem;
}

.button1:hover {
    background-color: rgb(93, 173, 248);
    transition: 0.4s;
    color: #ffffff;
}

.info-sn hr{
    border: 2px solid;
    color: #4c8baf;
    width: 10rem;
}


@media screen and (max-width:1000px) {

    #inicio-sn .contenido-sn .info-sn h1 {
        color: rgb(0, 0, 0);
        -webkit-text-stroke: initial;
        font-size: 80px;
    }
}

@media screen and (max-width:768px) {
    #inicio-sn .contenedor-img {
        width: 100%;
        z-index: -2;
    }

    #inicio-sn .contenedor-img .imagen {
        filter: brightness(.3);
    }

    #inicio-sn .contenido-sn .info-sn {
        color: #fff;
        max-width: 100vw;
        margin-left: 0px;

    }

    #inicio-sn .contenido-sn .info-sn h1 {
        color: #fff;
        -webkit-text-stroke: initial;
        font-size: 80px;
    }

    #inicio-sn .contenido-sn .info-sn span {
        color: #fff;
        font-size: 25px;
    }

    #inicio .contenido-sn .info-sn .redes a {
        color: #fff;
    }


}

@media screen and (max-width:400px) {
    #inicio-sn .contenido-sn .info-sn h1 {
        font-size: 50px;
    }

    #inicio-sn .contenido-sn .info-sn span {
        font-size: 15px;
    }

}

.btn-toBuy,
.read-more {
    background-color: var(--principal);
    padding: 8px 40px;
    font-size: 1.2em;
    border-radius: 20px;
    border: none;
}

.read-more {
    background: none;
    border: 1px solid #fff;
    margin: 20px;
}

.main img {
    margin-top: 9rem;
}

/* ABOUT SECTION */

.divider-t {
    text-align: center;
    font-size: 2em;
    font-weight: bold;
    margin-bottom: .3em;
}

.divider {
    background-color: var(--principal-claro);
    width: 50px;
    height: 3px;
    margin: 0 auto;
}

.about {
    margin: 0 auto;
    width: 90%;
}

.about .about-info h3 {
    text-transform: uppercase;
}

.img-sn{
    width: 100%;
}

/* PRODUCTS SECTION */
.products00 {
    text-align: center;
    padding: 2rem 0;
}

.divider00 {
    width: 60px;
    height: 4px;
    background-color: #007bff;
    margin: 0.5rem auto 2rem;
}

.container-products00 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
}

.owner-card00 {
    background-color: #f8f9fa;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    max-width: 300px;
    text-align: center;
    transition: transform 0.3s ease-in-out;
}

.owner-card00:hover {
    transform: translateY(-10px);
}

.img-sn00 {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #e9ecef;
}

.content-product-info00 {
    padding: 1.5rem;
}

.content-product-info00 h4 {
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    color: #343a40;
}

.content-product-info00 hr {
    width: 50px;
    margin: 0.5rem auto;
    border: 0;
    border-top: 2px solid #007bff;
}

.content-product-info00 h5 {
    font-size: 1rem;
    color: #6c757d;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .container-products00 {
        flex-direction: column;
        align-items: center;
    }

    .owner-card00 {
        max-width: 90%;
    }
}

.products h2 {
    text-align: center;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.products .divider {
    margin-bottom: 3em;
}

.img-p{
    align-items: center;
}

.content-products-info,
.content-price,
.btn-content {
    display: flex;
    justify-content: center;
}

.content-product-info {
    display: flex;
    justify-content: center;
}

.content-product-info .stars {
    margin-right: 20px;
    text-align: center;

}

.content-product-info h4 {
    text-transform: uppercase;
    text-align: center;
}

.products .content-price .last-price {
    text-decoration: line-through;
    font-weight: lighter;
    margin-right: 20px;
}

.products .content-price .new-price {
    background-color: var(--principal);
    padding: 5px 10px;
    color: #fff;
}

.btn-product {
    margin: 20px;
    padding: 10px 20px;
    border-radius: 20px;
    border: none;
    color: #000;
}

.img-sn{
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel-inner{
    padding: 1em;
}
.card{
    margin: 0 .5em;
    box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
    border: none;
}
.carousel-control-prev, .carousel-control-next{
    background-color: #e1e1e1;
    width: 6vh;
    height: 6vh;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

/* SUPPORT SECTION */

@media only screen and (max-width: 768x) {


    .hero {
        overflow-x: hidden;
    }



    /* MAIN SECTION */

    .main {
        width: 100%;
        height: 70vh;
    }

    .main img {
        width: 12em;
    }

    .main h1 {
        margin-top: -80px;
    }

    .main .button-content {
        display: flex;
        flex-direction: column;
        margin: 30px;
    }

    /* ABOUT SECTION */


    .about .about-content img {
        width: 300px;
        margin-top: 50px;
    }

    .about .about-content {
        flex-direction: column;
    }

    .about .about-content .about-info {
        margin-top: -10px;
        text-align: center;
    }

   .img-2 {
        background-size: cover;
        width: 100%;
        height: 100vh;
        background-position: 50%;
    }

    
    /* PRODUCTS SECTION */

   

    .products h2 {
        font-size: 2em;
        margin-top: 2em;
    }

    .products .container-products .btn-product {
        margin-bottom: 3em;
    }



}

@media only screen and (min-width: 768px) {

    .main {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .about {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        align-items: center;
        gap: 2rem;
    }
    
    .products .container-products {
        display: grid;
        grid-template-columns:repeat(3,1fr);
        gap: 2rem;
    }

    .carousel-inner {
        display: flex;
      }
      .carousel-item {
        margin-right: 0;
        flex: 0 0 33.333333%;
        display: block;
      }
}

/*Admin Home*/
.estadisticas-admin{
    margin-top: 3.8rem;
    opacity: 93%;
    background-color: #FD774D;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpolygon fill='%23cf7e68' points='1600 160 0 460 0 350 1600 50'/%3E%3Cpolygon fill='%23a18584' points='1600 260 0 560 0 450 1600 150'/%3E%3Cpolygon fill='%23748b9f' points='1600 360 0 660 0 550 1600 250'/%3E%3Cpolygon fill='%234692bb' points='1600 460 0 760 0 650 1600 350'/%3E%3Cpolygon fill='%231899D6' points='1600 800 0 800 0 750 1600 450'/%3E%3C/g%3E%3C/svg%3E");
    background-size: cover;
}
.dato-est{
    font-size: 20px;
}
.color_estadistic{
    background-color: #1f8fc3;
    margin-top: 10px;
}