@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oleo+Script:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cherry+Swash:wght@400;700&display=swap');

::-webkit-scrollbar {
    width: 12px;
    scrollbar-width: thin; 
    background: transparent; 
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 999px;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.bg-light-transparent {
    opacity: 1!important;
    background: transparent!important;
    background-color: transparent!important;
}

body {
    overflow-x: hidden;
    flex-wrap: wrap;
    text-wrap: wrap;
    width: -webkit-fill-available;
}

.space-uniforme {
    justify-content: space-between !important;
    flex-wrap: wrap;
    gap: 20px;
}

.destaque-sombreamento {
    margin-bottom: 2rem;
    box-shadow: 0px 0px 20px #d4d4d4;
}

.efeito-vidro {
    overflow-x: auto;
    background: rgba( 255, 255, 255, 0.35 );
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    backdrop-filter: blur( 13.5px );
    -webkit-backdrop-filter: blur( 13.5px );
    border-radius: 10px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
    margin-bottom: 2rem;
}

.direction-row {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.direction-column {
    display: flex;
    flex-direction: column;
}

.centralization {
    display: flex;
    justify-content: center;
    justify-self: center;
    justify-items: center;
    align-items: center;
    align-self: center;
    align-content: center;
    text-align: center;
}

.active {
    display: flex;
    width: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
}

.deactivate {
    display: none!important;
}

#AddCarrossel {
    display: flex;
    width: 100%;
    padding: 2rem;
    flex-direction: column;
    justify-content: center;
}

#AddCarrossel form {
    display: flex;
    flex-direction: column;
}
#AddCarrossel form > ul {
    margin-bottom: 1.5rem;
}

#actions {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: nowrap;
    justify-content: left;
    margin-top: 1rem;
}

#adicionar,
#carrosselModel,
#carrosselForm,
#home {
    padding: 0.5rem;
    border-radius: 10px;
    margin: 1rem;
}

#adicionar:hover,
#carrosselModel:hover,
#carrosselForm:hover,
#home:hover {
    background: rgb(235, 235, 235);
}

.justify-content-right {
    justify-content: right;
}

.nnav{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
}

/*.navbar-menus li {
    text-wrap: nowrap;
    white-space: nowrap;
}*/

.carousel-item {
    height: auto!important;
}
.carousel-control-next {
    /* background: linear-gradient(270deg, #00000030, transparent); */
    background: linear-gradient(270deg, transparent, transparent);
}
.carousel-control-prev {
    /* background: linear-gradient(90deg, #00000030, transparent); */
    background: linear-gradient(90deg, transparent, transparent);
}

.carousel-control-next:hover {
    background: linear-gradient(270deg, #0000008a, transparent);
}
.carousel-control-prev:hover {
    background: linear-gradient(90deg, #0000008a, transparent);
}


.carrossel-home {
    display: flex!important;
    justify-content: center!important;
}

.my-carrossel {
    display: flex!important;
    flex-direction: column!important;
    width: 715px!important;
}

.carousel-item img {
    object-fit: cover;
    height: calc(55vh);
}

.margin-top-1rem {
    margin-top: 1rem;
}
.margin-top-10rem {
    margin-top: 10rem;
}
.margin-top-2rem {
    margin-top: 2rem;
}
.margin-bottom-1rem {
    margin-bottom: 1rem;
}
.margin-bottom-2rem {
    margin-bottom: 2rem;
}
.margin-bottom-7rem {
    margin-bottom: 7rem;
}

.flex {
    display: flex;
}
.flex-row {
    display: flex;
    flex-direction: row!important;
}

.align-items-center {
    align-items: center;
}
.gap-10 {
    gap: 10px;
}
 
.center {
    justify-content: center;
    justify-items: center;
    justify-self: center;
}

.space-between {
    justify-content: space-evenly!important;
    flex-wrap: wrap;
    gap: 20px;
}

.oneLine {
    flex-wrap: wrap;
    overflow-wrap: break-word;
    overflow: hidden;
}

.white-color {
    background: rgb(255, 255, 255)!important;
}
.black-color {
    color: rgb(0, 0, 0)!important;
}

.none-decoration {
    text-decoration: none;
    outline: none;
    color: currentColor;
    list-style: none;
}
.none-decoration span {
    text-decoration: none;
    outline: none;
    color: currentColor;
}
.none-decoration p {
    text-decoration: none;
    outline: none;
    color: currentColor;
}

.container-publication {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr));
    gap: 50px;
}

.container-publication-instagram {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
    gap: 20px;
}

.container-publication-information {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    border-radius: 15px;
    padding: 15px;
    background-color: #ffd7f6;
    margin-top: 20px;
}
.imagem-instagram {
    height: 400px!important;

}
.imagem-instagram-titulo {
    height: 200px!important;

}

.container-publication-information-imagem {
    width: 100%;
    height: 180px;
    object-fit: cover;
    margin-bottom: 0.5rem;
}

.container-publication-information-imagem img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.container-publication-information-titulo  {
    height: 90px;
    overflow-y: auto;
    text-overflow: ellipsis;
    flex-wrap: nowrap;
}

.publi {
    margin-left: 295px;
}

.gradiente {
    background: linear-gradient(270deg, #ffafdf, #ff0009);
}
.gradiente-submenu {
    background: #ffafdf;
    color: white;
    font-size: large;
    font-weight: 500;
}
.gradiente-font {
    color: white;
    font-weight: 700;
    font-size: x-large;
}

.titulo {
    background: linear-gradient(270deg, #ffafdf, #ff0009);
    padding: 10px;
    border-top: 5px solid #ff0018;/* Listra vermelha no começo */
    color: linen; /* Cor da fonte */
}
.line-destaque {
    display: flex;
    margin: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-bottom: 2rem;
    background: linear-gradient(to right, #ce1b28, #620e14);
    height: 5px;
    opacity: 100;
    border: 0;
}

.container-destaque {
    width: 100%;
    min-height: 300px;
    gap: 50px;
}

.container-destaque-imagem {
    width: clamp(250px, 50%, 400px);
    float: left;
    margin-right: 20px;
}

.container-detail {
    width: 100%;
    min-height: 150px;
    gap: 50px;
}

.container-detail-imagem {
    width: clamp(150px, 50%, 250px);
    float: left;
    margin-right: 20px;
}

.container-publication-column {
    display: flex;
    flex-direction: column;
}

.container-publication-column-information {
    margin-top: 1rem;
}
.container-publication-column-information-imagem {
    float: left;
    width: 150px;
    height: 100px;
    object-fit: cover;
    margin-right: 10px;
}
.container-publication-date {
    margin-right: 1rem;
}

.barraDePesquisa {
    display: flex;
    justify-content: center;
    width: 100%;
}

.barraDePesquisa form {
    width: 70%;
    display: flex;
    flex-direction: row;
}
.barraDePesquisa form > input {
    width: 100%;
    outline: none;
    border: none;
    background: transparent;
    border-bottom: 2px solid black;
}

.barraDePesquisa form > button {
    font-size: x-large;
    height: 40px;
    width: 40px;
    background: transparent;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    border-radius: 0 10px 10px 0;
    cursor: pointer;
    border: none;
    border-bottom: 1 solid black;
}



:root {
    --color-neutral-0: #0e0c0c;
    --color-neutral-10: #171717;
    --color-neutral-30: #a8a29e;
    --color-neutral-40: #f5f5f5;

}

* {
    font-family: 'Inter', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    letter-spacing: 1px;
}

main {
    height: 80vh;
}

footer {
    width: 100%;
    color: var(--color-neutral-40);
}


.footer-link {
    text-decoration: none;
}

.small {
    font-size: small;
}
.medium {
    font-size: medium;
}
.large {
    font-size: large;
}
.x-large {
    font-size: x-large;
}
.xx-large {
    font-size: xx-large;
}
.extra-font {
    font-size: 140px;
    margin: 0;
    margin-top: -45px;
}

.footer-link img {
    width: 2.5rem; /* Largura desejada */
    height: auto;
}
.oleo-script-regular {
    font-family: "Oleo Script", system-ui;
    font-weight: 400;
    font-style: normal;
}

.oleo-script-bold {
    font-family: "Oleo Script", system-ui;
    font-weight: 700;
    font-style: normal;
}
.bad-script-regular {
    font-family: "Bad Script", cursive;
    font-weight: bold;
    font-style: normal;
}
.cherry-swash-regular {
    font-family: "Cherry Swash", serif;
    font-weight: 400;
    font-style: normal;
}

.cherry-swash-bold {
    font-family: "Cherry Swash", serif;
    font-weight: 700;
    font-style: normal;
}
  
.navbar-style {
    /* background: linear-gradient(to right, rgb(255,0,9), rgb(255,42,209)); */
    background: linear-gradient(to right, #ce1b28, #620e14);
}

.padding-3rem {
    padding: 0.5rem 0 !important;
}


.image-bandeiras a:last-child {
    margin-right: 20px;
}
.collapse.navbar-collapse ul.navbar-nav {
    width: 100%; /* Define a largura para ocupar 100% do contêiner pai */
}
.navbar-nav {
    align-items: center;
    display: flex;
    justify-content: space-between;
}


/*.nav-item:hover {
    border-bottom: #f5f5f5 solid 2px;
    transition: all 0.3s ease-in-out;
}*/

/*.container-navbar {
    display: flex!important;
    flex-wrap: inherit!important;
    align-items: stretch!important;
}*/

.imagem-navbar {
    width: clamp(100px, 50%, 250px);
    padding: 5px;
}

#footer_content {
    /* background: linear-gradient(to right, rgb(255,0,9), rgb(255,42,209)); */
    background: linear-gradient(284deg, #ff2ad12e, rgb(255,0,9));
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 3rem 3.5rem;
}

.footer_address {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer_address-ul {
    display: flex;
    margin-top: 2rem;
    list-style: none;
    flex-direction: column;
    align-content: flex-start;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    gap: 0.75rem;
}

.footer_address-ul .footer-link {
    color: var(--color-neutral-30);
    transition: all 0.4s;
}

.footer_address-ul .footer-link:hover {
    color: #7f37c9;
}

#footer_address h1 {
    margin-bottom: 2rem;
    font-size: 1.85rem; 
}

#footer_realization {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#footer_realization h1 {
    margin-bottom: 2rem;
    font-size: 1.85rem; 
}

#footer_realization_photos {
    width: 100%;
    flex-wrap: wrap;
    display: flex;
    gap: 2rem;
    justify-content: center;
}

#footer_realization_photos .footer-link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.5rem;
    width: 2.5rem;
    color: var(--color-neutral-40);
    border-radius: 50%;
    transition: all 0.4s;
}

#footer_contacts {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#footer_contacts h1 {
    margin-bottom: 2rem;
    font-size: 1.85rem; 
}

#footer_social_media {
    display: flex;
    gap: 2rem;
} 

#footer_social_media .footer-link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.5rem;
    width: 2.5rem;
    color: var(--color-neutral-40);
    border-radius: 50%;
    transition: all 0.4s;
}

#footer_social_media .footer-link i {
    font-size: 1.25rem;    
}

#footer_social_media .footer-link:hover {
    opacity: 0.8;
}

#instagram-post {
    background: rgb(235, 235, 235);
    border-radius: 10px;
    padding: 2rem;
    min-width: 200px;
    max-width: 700px;
    outline: none!important;
    text-decoration: none!important;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

#instagram-post img {
    width: 100%;
}
#instagram {
    background: linear-gradient(#7f37c9, #ff2992, #ff9807);
}

#facebook {
    background-color: #4267b3;
}

#whatsapp {
    background-color: #25d366;
}

#footer_subscribe {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

#footer_subscribe p {
    color: var(--color-neutral-30);
}

#input_group {
    display: flex;
    align-items: center;
    background-color: var(--color-neutral-0);
    border-radius: 4px;
}

#input_group input {
    all: unset;
    padding: 0.75rem;
    width: 100%;
}

#input_group button {
    background-color: #7f37c9;
    border: none;
    color: var(--color-neutral-40);
    padding: 0px 1.25rem;
    font-size: 1.125rem;
    height: 100%;
    border-radius: 0px 4px 4px 0px;
    cursor: pointer;
    transition: all 0.4s;
}

#input_group button:hover {
    opacity: 0.8;
}

#footer_copyright {
    display: flex;
    justify-content: space-around;
    background-color: #530000;
    font-size: 0.9rem;
    padding: 1.5rem;
    font-weight: 100;
    flex-direction: row;
    align-content: center;
    align-items: center;
}

.line-oculta-top {
    display: none;
}
.line-oculta-bottom {
    display: none;
}


/* Pagina de Login*/
.recuperation-password-box,
.perfil-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.perfil-title {
    text-align: center;
    color: #333;
    margin-bottom: 20px;
}

.recuperation-password-form,
.perfil-form {
    margin-top: 60px;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: clamp(390px, 25%, 600px);
}

.recuperation-password-form,
.perfil-form label {
    font-weight: bold;
}

.paragrafo {
    font-size: small;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    color: firebrick;
}

#id_emailUser,
#id_campoCode,
.perfil-input {
    width: 100%;
    border: 0;
    border-bottom: 1px solid red;
    outline: 0;
    color: black;
    padding: 7px 0;
    background: transparent;
    cursor: text;
    margin-bottom: 30px;
    box-sizing: border-box; /* Adicionado */
}

.perfil-btn {
    display: inline-block;
    width: 100%;
    height: 40px;
    background-color: #ce1b28;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    text-decoration: none;
}

.perfil-btn:hover {
    background-color: black;
}

.line{
    margin-left: 5px;
    margin-right: 5px;
}


.perfil-buttons {
    text-align: center;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
}

.perfil-btn-1 {
    display: inline-block;
    background-color: #ce1b28;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}
.perfil-links {
    display: flex;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    outline: none;
    transition: background-color 0.3s ease;
    justify-content: space-between;
}

.perfil-btn-1 + .perfil-btn-1 {
    margin-top: 10px;
}

.perfil-btn-1:hover {
    background-color: black;
}

.errors_link {
    color: red;
    text-align: start;
    font-size: 12px;
    margin-top: 10px;
    padding: 5px;
    background-color: rgb(254, 159, 159);
    border-radius: 10px;
}
.form-recuperation-password,
.form-login {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
}
.form-login h1{
    font-weight: 600;
    color: brown;
    margin-bottom: -1rem;
    margin-top: 2rem;
    backdrop-filter: blur(100px);
    border-radius: 15px;
    filter: drop-shadow(0px 0px 9px #0000002f);
    background: floralwhite;
}
.form-login img {
    display: flex;
    width: 70%;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    align-self: center;
    margin-top: 1rem;
    margin-bottom: 2rem;
}
.form-login-p {
    align-self: center;
    margin-top: 1rem;
    margin-bottom: 2rem;
    color: crimson;
    font-weight: 600;
}

.form-new_user {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
}
.form-new_user h1{
    font-weight: 600;
    color: brown;
    margin-bottom: 3rem;
    margin-top: 0rem;
    backdrop-filter: blur(100px);
    border-radius: 15px;
    filter: drop-shadow(0px 0px 9px #0000002f);
    background: floralwhite;
}
.form-new_user img {
    display: flex;
    width: 70%;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    align-self: center;
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.form-new_user ul {
    text-decoration: none;
    outline: none;
    list-style: auto;
    color: crimson;
    margin-bottom: 2rem;
    margin-top: 0!important;
    padding-top: 0!important;
}

.font-small-2 {
    font-size: x-small;
}
.font-large-1 {
    font-size: large;
}

.dropdown-submenu .dropdown-menu {
    margin-top: -128px;
    margin-left: 100%;
    min-width: 10rem;
}

.slider-show {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
}
.slider-show img{
    height: calc(-14rem + 100vh);
}

.owl-carousel .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
}

.owl-carousel .owl-dot {
    margin: 0 5px; 
}
.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.carrossel-forced {
    text-align-last: center;
}

.overflow-free {
    overflow-x: auto;
}

.icons-instagram-permanent {
    font-size: 20px;
}
.video-youtube {
    width: 100%!important;
    height: 100%!important;
    margin: 0!important;
}

.versao_smartphone-carrossel {
    top: 0;
    margin-top: 0;
}

.versao_smartphone-carrossel-images {
    margin: 0;
    margin-top: 2rem;
}

.image-gif-home {
    width: 10%;
    min-width: 180px;
    position: relative;
    margin-top: 0!important;
    bottom: 0;
}

.title2 {
    margin-top: 5px;
    font-size: 40px;
    font-weight: 500;
}

.cor-button-destaque {
    color: white;
    background-color: #dc3545;
    border-color: rgba(176, 42, 55, 0.658);
}
.cor-button-destaque:hover {
    color: white;
    background-color: #bb2d3b;
    border-color: #b02a37;
}
#footer_copyright > form > div.two_div {
    text-wrap: nowrap;
    margin-right: 4rem;
}
#footer_copyright > div.one_div {
    width: 100%;
    justify-content: center;
    text-align-last: center;
    margin-left: calc(18rem);
}

.mosaic img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
  
@media (max-width: 280px) {
    .container-publication-column-information-imagem {
        float: left;
        width: 90px;
        height: 70px;
        object-fit: cover;
        margin-right: 10px;
    }
    .flex-row.align-items-center.gap-10 {
        font-size: small!important;
    }
    a > h5 {
        width: -webkit-fill-available;
        text-wrap: wrap;
        font-size: small;
    }
    a > p > span {
        width: -webkit-fill-available;
        text-wrap: wrap;
        font-size: small!important;
    }
}
@media (max-width: 500px) {
    .image-gif-home {
        width: 20%;
        min-width: 150px;
        position: relative;
        bottom: 0;
    }
    .container-publication-instagram {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(14rem, 1fr));
        gap: 20px;
    }
    .carousel-item img {
        height: auto!important;
    }
    
    .versao_smartphone-carrossel-images {
        margin-top: 15rem;
    }
    .container-destaque-imagem{
        float: none;
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .container-detail-imagem {
        float: none;
        width: 100%;
        margin-top: 2rem;
        margin-right: 0;
    }
    .container-detail {
        display: flex;
        flex-direction: column-reverse;
        gap: 0;
    }
    .line-oculta-top {
        display: flex;
        margin: 0;
        margin-top: 20px;
        background: linear-gradient(to right, #620e14, #ce1b28);
        height: 5px;
        opacity: 100;
        border: 0;
    }
    .line-oculta-bottom {
        display: flex;
        margin: 0;
        margin-bottom: 20px;
        background: #ce1b28;
        height: 5px;
        opacity: 0.25;
        border: 0;
    }
}
@media (max-width: 769.9px) {
    .container-publication-information-imagem {
        height: auto!important;
    }
    
    .container-publication-information-titulo  {
        height: auto!important;
        overflow-y: hidden;
    }
    #instagram {
        width: 70%;
    }
}
@media screen and (max-width: 768px) {
    #footer_content {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }

    .line{
        display: block;
    }
}
@media screen and (max-width: 426px) {
    #footer_content {
        grid-template-columns: repeat(1, 1fr);
        padding: 3rem 2rem;
    }
    #instagram {
        width: 90%;
    }
}
@media (max-width: 767.9px) {
    .icons-instagram-permanent {
        font-size: 26px;
    }
}
@media (max-width: 991.9px){
    .container-publication-instagram {
        grid-template-columns: 1fr;
        gap: 0;
    }
    #footer_copyright {
        flex-direction: column;
    }
    #footer_copyright > div.one_div {
        width: 100%;
        justify-content: center;
        text-align-last: center;
        margin: 0;
    }
    #footer_copyright > form > div.two_div {
        width: 100%;
        justify-content: center;
        text-align-last: center;
        margin: 0;
        margin-top: 1rem;
    }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
    .imgmouse img{
      margin-top:-40%;
      width:30%;
    }

    .img-nav{
        width: 50%;
    }
    
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
  .img-nav{
    width:25%;
  }
  .imgmouse img{
    margin-top:-50%;
    width:10%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (orientation: portrait) {
  .img-nav{
    width:25%;
  }

  .imgmouse img{
    margin-top:-40%;
    width:25%;
   }
}
@media only screen and (max-height: 400px) and (orientation: landscape){
  .imgmouse img{
    margin-top:-25%;
  }
}
@media only screen and (min-width: 1024px) and (orientation: landscape){
  .img-nav{
    width:25%;
  }

  .imgmouse img{
    margin-top:-30%;
    width:20%;
   }
}
@media only screen and (min-width: 767px) and (max-width: 1023px) and (orientation: landscape) {
  .img-nav{
    width:30%;
  }
  .imgmouse img{
    width:10%;
    margin-top:-30%;
  }
}
@media only screen and (min-height:1020px) and (max-height: 1025px) and (orientation: landscape) {
  .img-nav{
    width:25%;
  }
  .imgmouse img{
    margin-top:-40%;
    width:20%;
   }
}
@media only screen and (min-width:1100px) and (max-width: 1199px) and (orientation: landscape) {
  .img-na {
    width:25%;
  }
  .imgmouse img {
    margin-top:-40%;
    width:20%;
   }
}
@media only screen and (min-width: 1200px) and (orientation: landscape) {
  .img-nav {
    width:20%;
  }
  .imgmouse img {
    margin-top: -20%;
    width: 10%;
  }
}