/* @media only screen and (min-aspect-ratio: 1/2) and (width >= 425px) {}

/* Extra small devices (phones, 600px and down) */
/* @media only screen and (max-width: 600px) {...} */

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    * {
        font-size: 1.3rem;
    }

    .header {
        font-size: 2rem;
    }

    #trajeto-button-box {
        top: 42vh;
        left: 22vw;
    }
    
    #calibrada-button-box {
        top: 44vh;
        right: 28vw;
    }
    
    #operacao-button-box {
        bottom: 27vh;
        right: 28vw;
    }
    
    #terreno-button-box {
        bottom: 16vh;
        left: 14vw;
    }

    .box.seta {
        width: 10%;
    }

    .icon-box {
        width: 17%;
        margin-right: 7%;
    }

    #icon-aspas {
        width: 12%;
    }

    #foto-box {
        max-width: 15vh;
        max-height: 15vh;
    }

    .box.avaliacao {
        padding: 5% 0;
    }

    .dot-container {
        bottom: 2%;
    }

    .input[placeholder] {
        font-size: 1.1rem;
    }

    .footer .text, .link-footer {
        font-size: 0.9rem;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    * {
        font-size: 1.4rem;
    }

    #logo-box {
        max-width: 360px;
    }

    .button-box {
        max-width: 60px;
        max-height: 60px;
    }
    
    .hero-button {
        max-width: 45px;
        max-height: 45px;
    }

    #trajeto-button-box {
        top: 42vh;
        left: 22vw;
    }
    
    #calibrada-button-box {
        top: 44vh;
        right: 28vw;
    }
    
    #operacao-button-box {
        bottom: 27vh;
        right: 28vw;
    }
    
    #terreno-button-box {
        bottom: 16vh;
        left: 14vw;
    }

    .box.seta {
        max-width: 60px;
    }

    .header {
        font-size: 3rem;
    }

    .box.box-img {
        max-width: 68%;
        align-self: flex-start;
        margin-left: 5%;
    }

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    * {
        font-size: 1.1rem;
    }

    nav {
        top: 0;
        right: 0;
        width: 100vw;
        height: 12vh;
        position: fixed;
        z-index: 1;
        background-color: #1a1a1ac7;
    }

    #show-menu {
        display: none;
    }

    #navbar {
        display: flex;
        justify-content: flex-end;
        width: 100%;
    }

    .link-box {
        display: inherit;
        margin: 2% 0;
        margin-right: 5%;
        width: max-content;
        text-align: end;
    }

    #simbolo {
        width: 12vw;
        max-width: 120px;
        margin: 0;
        margin-right: 12%;
        position: fixed;
        top: 0;
        left: 8vw;
    }

    .container {
        padding: 15vh 0;
    }

    #hero-container {
        background-size: 110vw;
        background-position-x: 14vw;
        background-position-y: 10vh;
    }

    #logo-box {
        max-width: 300px;
        position: absolute;
        top: 30vh;
        left: 10vw;
    }

    .button-box {
        max-width: 40px;
        max-height: 40px;
    }
    
    .hero-button {
        max-width: 30px;
        max-height: 30px;
    }

    #trajeto-button-box {
        top: 36vh;
        left: 52vw;
    }
    
    #calibrada-button-box {
        top: 36vh;
        right: 18vw;
    }
    
    #operacao-button-box {
        bottom: 25vh;
        right: 18vw;
    }
    
    #terreno-button-box {
        bottom: 16vh;
        left: 44vw;
    }

    .box.seta {
        max-width: 40px;
    }

    .header {
        font-size: 2.3rem;
    }

    .icon-box {
        max-width: 100px;
        margin: 0 5%;
    }

    .text-box {
        width: 78%;
    }

    .slideshow-container{
        padding-top: 12vh;
    }

    .container.slide {
        padding: 3vh 0;
    }

    #foto-box {
        max-width: 20vh;
        max-height: 20vh;
    }

    #avaliador-text-box {
        width: 60%;
        margin: 4% 0;
    }

    #text-avaliacao {
        font-size: 1.4rem;
        padding: 2vh 0;
    }

    .box.avaliacao {
        width: 55%;
    }

    .box.avaliacao, #avaliador-box {
        padding: 2% 0;
    }

    .dot-container {
        left: 45%;
    }
    
    .dot {
        width: 2vw;
        height: 2vw;
    }

    .container.caracteristica {
        width: 90%;
        height: max-content;
        margin: 0;
        padding: 5vh 0;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start;
    }

    #caracteristicas-container, #caracteristica-terreno {
        padding-bottom: 0;
    }

    .box.box-img {
        max-width: 50%;
        align-self: auto;
        margin-left: 0;
    }

    .box.box-text {
        width: 45%;
        margin: 2vh 2vw; 
    }

    #contato-container {
        padding-bottom: 5vh;
    }

    #informacoes-container{
        padding: 0;
        width: 90%;
    }

    .box.informacoes {
        width: 100%;
    }

    .sm {
        width: 15%;
    }

    .submit {
        margin-right: 16%;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

    * {
        font-size: 1.1rem;
    }

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

    .link-box {
        margin-right: 8%;
    }

    section {
        width: 70vw;
        max-width: 70%;
    }

    #hero, #avaliacoes, #hero-container {
        width: 100vw;
        max-width: 100%;
    }

    #hero-container {
        background-size: 115vw;
        background-position-x: 8vw;
        background-position-y: 0;
    }

    #trajeto-button-box {
        top: 32vh;
        left: 48vw;
    }
    
    #calibrada-button-box {
        top: 36vh;
        right: 22vw;
    }
    
    #operacao-button-box {
        bottom: 16vh;
        right: 22vw;
    }
    
    #terreno-button-box {
        bottom: 16vh;
        left: 36vw;
    }

    .icon-box {
        max-width: 80px;
        margin: 0 5%;
    }

    .slideshow-container{
        padding-top: 0;
    }

    .container.slide {
        padding: 5vh 10%;
    }

    #text-avaliacao {
        font-size: 1.3rem;
    }

    #foto-box {
        margin-right: 0;
    }

    #avaliador-text-box {
        margin: 6% 0;
    }

    .dot-container {
        left: 47%;
    }

    .dot {
        width: 1.5vw;
        height: 1.5vw;
    }

    .box.avaliacao, #avaliador-box {
        padding: 1% 0;
    }

    #caracteristicas-container {
        padding: 10vh 0;
    }

    #caracteristica-terreno {
        padding-bottom: 0;
    }

    .box.box-img {
        max-width: 49%;
    }

    .box.box-text {
        width: 45%;
        margin: 2vh 3vh; 
    }

    #contato-container {
        padding: 5vh 0;
    }

    #informacoes-container{
        padding: 0;
        width: 90%;
    }

    .box.informacoes {
        width: 100%;
    }

    .sm {
        width: 22%;
    }

    .submit {
        margin-right: 9.5%;
    }

}