/*(+media-query)*/

/*+col (extra-small-1)*/

@media only screen and (min-width: 320px) {
    .controle-main::before {
        display: none;
    }
    .controle-footer::before {
        display: none;
    }
    .txt-nav-white ul hr, .txt-nav-dark ul hr {
        display: none;
    }
    /* capa */
    .header-contro {
        height: 100vh;
    }
    .controle-img-top {
        width: 100%;
        height: 100%;
    }
    .filtro {
        background: rgba(0, 0, 0, 0.6);
        width: 100%;
        height: 100vh;
        opacity: 0.8;
        position: absolute;
        z-index: 1;
    }
    .controle-conteudo-capa {
        position: relative;
        bottom: 85vh;
        z-index: 1000000000;
    }
    .texto-capa {
        font-size: 1.25rem;
        font-weight: bold;
        color: #fff;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    }
    /* capa end */
    /* botoes */
    .btn-warning-capa {
        font-size: 13px;
        font-weight: 500;
        background: #4da3ff;
        padding: 0.625rem 3.125rem;
        border: 2px solid #4da3ff;
    }
    .btn-opacity-capa {
        font-size: 13px;
        font-weight: 500;
        padding: 0.625rem 3.125rem;
        border: 2px solid white
    }
    /* botoes end */
    /* navbar */
    .logo-controle {
        max-width: 50%;
    }
    .txt-nav-white ul li, .txt-nav-dark ul li {
        display: flex;
        text-align: center;
    }
    .txt-nav-white li a {
        display: flex;
        justify-content: center;
        width: 100%;
        padding: 12px 0;
        margin: 0;
        text-decoration: none;
        color: #fff !important;
        font-size: 1rem !important;
        font-weight: 600 !important;
    }
    .txt-nav-dark li a {
        display: flex;
        justify-content: center;
        width: 100%;
        padding: 12px 0;
        margin: 0;
        text-decoration: none;
        color: #fff !important;
        font-size: 1rem !important;
        font-weight: 600 !important;
    }
    /* navbar end */
    /* sol */
    .subtitulo-sesao-parallax {
        display: none;
    }
    .formating-sun {
        display: none;
    }
    /* sol end */
    /* lua */
    .lua-formating {
        display: none;
        position: relative;
        right: 2vh;
        bottom: 20vh;
        z-index: 10;
    }
    /* lua end */
    /* baloes e pequeno */
    .balao-flutuante {
        display: block;
        transform: translatey(0px);
        animation: float 5s ease-in-out infinite;
    }
    .balao-flutuante-medio {
        display: none;
        transform: translatey(0px);
        animation: float 7s ease-in-out infinite;
    }
    .balão-verde-pequeno {
        display: none;
        position: absolute;
        right: 0;
        top: 15vh;
        transform: translatey(0px);
        animation: float 4s ease-in-out infinite;
    }
    /* baloens peguenos end */
    /* formatcao texto titulos */
    .titulo-azul-geral {
        font-size: 20px;
        font-weight: bold;
    }
    .titulo-geral-principal {
        font-size: 25px;
        font-weight: bold;
        z-index: 11;
    }
    /* formatacao tiutlos end */
}

/*+col (extra-small-2)*/

@media only screen and (min-width: 360px) {
    /* capa */
    .texto-capa {
        font-size: 2.1875rem;
        font-weight: bold;
        color: #fff;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    }
    /* capa end */
    /* botoes */
    .btn-warning-capa {
        font-size: 16px;
        font-weight: 500;
        background: #4da3ff;
        padding: 0.9375rem 3.125rem;
        border: 2px solid #4da3ff;
    }
    .btn-opacity-capa {
        font-size: 16px;
        font-weight: 500;
        padding: 0.9375rem 3.125rem;
        border: 2px solid white
    }
    /* botoes end */
    /* sol */
    .subtitulo-sesao-parallax {
        position: relative;
        font-size: 32px;
        font-weight: bold;
        z-index: 100;
    }
    .formating-sun {
        display: none;
        position: relative;
        right: 22vh;
        bottom: 20vh;
        z-index: 10;
    }
    /* sol end */
}

/*+col (extra-small-3)*/

@media only screen and (min-width: 414px) {}

/*+col-sm (small)*/

@media only screen and (min-width: 576px) {}

/*+col-md (medium)*/

@media only screen and (min-width: 768px) {
    /* botoes */
    .btn-warning-capa {
        font-size: 20px;
        font-weight: 500;
        background: #4da3ff;
        padding: 1rem 3.125rem;
        border: 2px solid #4da3ff;
    }
    .btn-opacity-capa {
        font-size: 20px;
        font-weight: 500;
        padding: 1rem 1.5625rem;
        border: 2px solid white
    }
    /* botoes end */
    /* navbar */
    .logo-controle {
        max-width: 100%;
    }
    /* navbar end */
    /* capa */
    .texto-capa {
        font-size: 2.3rem !important;
        font-weight: bold;
        color: #fff;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    }
    .header-contro {
        height: 85vh;
    }
    .filtro {
        height: 85vh;
    }
    .controle-conteudo-capa {
        position: relative;
        bottom: 65vh;
        z-index: 1000000000;
    }
        .texto-capa {
          font-size: 2.5rem;
          font-weight: bold;
          color: #fff;
          text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
      }
    /* capa end */
    /* sol */
    .subtitulo-sesao-parallax {
        display: block;
    }
    .formating-sun {
        display: block;
        position: relative;
        right: 22vh;
        bottom: 20vh;
        z-index: 10;
    }
    .lua-formating {
        display: block;
        position: relative;
        width: 16.875rem;
        right: 3.5vh;
        bottom: 20vh;
        z-index: 10;
    }
    /* sol end */
    .balao-flutuante {
        display: block;
        transform: translatey(0px);
        animation: float 5s ease-in-out infinite;
    }
    .balao-flutuante-medio {
        display: block;
        right: 180px;
        transform: translatey(0px);
        animation: float 7s ease-in-out infinite;
    }
    .balão-verde-pequeno {
        display: block;
        position: absolute;
        right: 180px;
        top: -1vh;
        transform: translatey(0px);
        animation: float 4s ease-in-out infinite;
    }
}

/*+col-lg (large)*/

@media only screen and (min-width: 992px) {
    .txt-nav-white ul hr, .txt-nav-dark ul hr {
        display: block;
    }
    .txt-nav-white ul li, .txt-nav-dark ul li {
        display: inline;
        text-align: center;
    }
    /* navbar */
    .txt-nav-white li a {
        display: inline-block;
        width: 19%;
        padding: .75rem 0;
        margin: 0;
        text-decoration: none;
        color: #fff !important;
        font-size: 1rem !important;
        font-weight: 600 !important;
    }
    .txt-nav-dark li a {
        display: inline-block;
        width: 19%;
        padding: .75rem 0;
        margin: 0;
        text-decoration: none;
        color: #fff !important;
        font-size: 1rem !important;
        font-weight: 600 !important;
    }
    .one:hover~hr {
        background: #4da3ff;
        margin-left: 0%;
    }
    .two:hover~hr {
        background: #4da3ff;
        margin-left: 18.5%;
    }
    /* .three:hover~hr {
        background: #4da3ff;
        margin-left: 38%;
    } */
    .four:hover~hr {
        background: #4da3ff;
        margin-left: 38%;
    }
    .five:hover~hr {
        background: #4da3ff;
        margin-left: 58%;
    }
    .navbar ul li:nth-child(1).active~hr {
        background: #4da3ff;
        margin-left: 0%;
    }
    .navbar ul li:nth-child(2).active~hr {
        background: #4da3ff;
        margin-left: 18.5%;
    }
    /* .navbar ul li:nth-child(3).active~hr {
        background: #4da3ff;
        margin-left: 38%;
    } */
    .navbar ul li:nth-child(3).active~hr {
        background: #4da3ff;
        margin-left: 38%;
    }
    .navbar ul li:nth-child(4).active~hr {
        background: #4da3ff;
        margin-left: 58%;
    }
    .txt-nav-white ul hr, .txt-nav-dark ul hr {
        height: .25rem;
        width: 20%;
        margin: 0;
        border: none;
        transition: .3s ease-in-out;
    }
    /* navbar end */
    /* sol */
    .formating-sun {
        position: relative;
        right: 13vh;
        bottom: 20vh;
        z-index: 10;
    }
    /* sol end */
    /* lua */
    .lua-formating {
        display: block;
        position: relative;
        width: 22.5625rem;
        right: 3.5vh;
        bottom: 20vh;
        z-index: 10;
    }
    /* lua end */
    .img-placa-formating {
        max-height: 63px;
    }
}

/*+col-xl (extra-large-1)*/

@media only screen and (min-width: 1200px) {
    .controle-main::before {
        display: block;
    }
    .controle-footer::before {
        display: block;
    }
    /* sol */
    .formating-sun {
        position: relative;
        right: 18vh;
        bottom: 20vh;
        z-index: 10;
    }
    /* sol end */
    /* lua */
    .lua-formating {
        display: block;
        position: relative;
        right: 2vh;
        bottom: 20vh;
        z-index: 10;
    }
    /* lua end */
    /* baloes e pequeno */
    .balao-flutuante-medio {
        display: block;
        right: 3.125rem;
        transform: translatey(0px);
        animation: float 7s ease-in-out infinite;
    }
    .balão-verde-pequeno {
        display: block;
        position: absolute;
        right: 0;
        top: -1vh;
        transform: translatey(0px);
        animation: float 4s ease-in-out infinite;
    }
    /* baloens peguenos end */
    /* capa top */
    .controle-img-top {
        width: 100%;
        height: 100%;
    }
    .filtro {
        width: 100%;
        height: 85vh;
        opacity: 0.8;
        position: absolute;
        z-index: 1;
    }
    /* capa top end */
    /* formatcao texto titulos */
    .titulo-azul-geral {
        font-size: 32px;
        font-weight: bold;
    }
    .titulo-geral-principal {
        font-size: 40px;
        font-weight: bold;
        z-index: 11;
    }
    /* formatacao tiutlos end */
}

/*+col-xl (extra-large-2)*/

@media only screen and (min-width: 1366px) {
    .controle-conteudo-capa {
        position: relative;
        bottom: 80vh;
        z-index: 1000000000;
    }
    .header-contro {
        height: 95vh;
    }
    .filtro {
        height: 95vh;
    }
    .formating-sun {
        position: relative;
        right: 25vh;
        bottom: 20vh;
        z-index: 10;
    }
    .contorle-form-wid {
        width: 50% !important;
    }
}

/*+col-xl (extra-large-3)*/

@media only screen and (min-width: 1920px) {
    .controle-conteudo-capa {
        position: relative;
        bottom: 65vh;
        z-index: 1000000000;
    }
    .header-contro {
        height: 85vh;
    }
    .filtro {
        height: 85vh;
    }
    .formating-sun {
        position: relative;
        right: 18vh;
        bottom: 20vh;
        z-index: 10;
    }
}

/*+col-xl (extra-large-4)*/

@media only screen and (min-width: 2560px) {}

/* max */

@media only screen and (max-width: 768px) {
    .fluido-imagem {
        max-width: 100%;
    }
    .btn-warning-capa-cal {
        padding: 20px 20px;
        font-size: 12px;
    }
    .img-placa-formating {
        max-height: 50px;
    }
}

/* max end */