* {
    padding: 0;
    margin: 0;
}


/*slider*/

.wrap-modal-slider.open {
    opacity: 1;
    width: 90% !important;
    margin-left: 5% !important;
}

.slick-prev:before,
.slick-next:before {
    color: #005EA3 !important;
}

.cover {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.cover-SitiosInteres {
    width: 80%;
    height: 80%;
    object-fit: cover;
}

.title-site {
    font-weight: bold;
    color: black;
    font-size: 13px;
    text-transform: uppercase;
}

.description-site {
    font-weight: bold;
    color: #333;
    font-size: 12px;
    margin-top: -10px;
}

.url-site {
    font-weight: bold;
    color: #333;
    font-size: 12px;
    margin-top: -10px;
}

.table-link {
    height: 300px;
    overflow-y: auto;
}

.lineaImagenDiv {
    height: 3px;
    background-color: rgb(27, 27, 27);
}

.temaNombre {
    font-weight: bold;
    color: black;
    font-size: 0px;
    text-transform: uppercase;
    margin-top: 6px;
}

.descripcionTema {
    color: rgb(54, 54, 54);
    font-size: 12px;
    margin-top: 5px;
}

.subtituloDiv {
    background-color: rgb(27, 27, 27);
    padding-bottom: 0.5px;
    padding-top: 2px;
}

.descripcionDiv {
    background-color: rgba(214, 214, 214, 0.479);
    color: #00428c;
    font-weight: bold;
    margin-top: -4px;
    padding-right: 2px;
    padding-left: 2px;
}

.dependenciaTema {
    color: #fff;
    font-size: 9px;
    text-transform: uppercase;
}


/*.slick-track a {
    width: 500px !important;

}
*/


/*
    menudesplegablebottom
*/

body,
.nav2,
.menu {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    overflow: auto;
}
.menu::-webkit-scrollbar {
    width: 8px;     /* Tamaño del scroll en vertical */
    height: 8px;    /* Tamaño del scroll en horizontal */
}
.menu::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
}

/* Cambiamos el fondo y agregamos una sombra cuando esté en hover */
.menu::-webkit-scrollbar-thumb:hover {
    background: #FFFFFF;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

/* Cambiamos el fondo cuando esté en active */
.menu::-webkit-scrollbar-thumb:active {
    background-color: #FFFFFF;
}
.nav2 {
    position: absolute;
    bottom: 0;
    background-color: rgba(68, 4, 18, 0.6);
    padding: 10px 20px;
    transition: 0.5s;
    height: 80px;
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 0 8px 15px rgba(0, 0, 0, .2);
    max-width: 80%;
}

.menu {
    margin: 0;
    padding: 0;
    width: 0.00001px;
    justify-content: left;
    transition: 0.5s;
}

.nav input {
    width: auto !important;
}

.nav2 input:checked~.menu {
    width: auto;
    
}

.menu li {
    white-space: nowrap !important;
    list-style: none;
    margin: 0 10px;
}

.menu li a {
    text-decoration: none;
    color: rgba(0, 0, 0);
    text-transform: uppercase;
    font-weight: 600;
    transition: 0.5s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.menu li a.active {
    color: white !important;
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.menu li a:hover {
    color: #EEEEEE;
}

.nav2 input {
    width: 40px;
    height: 40px;
    cursor: pointer;
    opacity: 0;
}

.nav2 span {
    position: absolute;
    left: 25px;
    width: 30px;
    height: 4px;
    border-radius: 50px;
    background-color: white;
    pointer-events: none;
    transition: 0.5s;
}

.nav2 input:checked~span {
    background-color: white;
}

.nav2 span:nth-child(2) {
    transform: translateY(-8px);
}

.nav2 input:checked~span:nth-child(2) {
    transform: translateY(0) rotate(-45deg);
}

.nav2 span:nth-child(3) {
    transform: translateY(8px);
}

.nav2 input:checked~span:nth-child(3) {
    transform: translateY(0) rotate(45deg);
}


/*
    menudesplegablebottom
*/


/*
        Top bar
    */

.row {
    display: flex;
    width: 100%;
}

#ocultarmapas {
    display: none;
}

#logo {
    height: 100%;
    width: 50px;
}

.logoSesesp {
    margin-left: 70px;
}

.logoDinamico{
    margin-left: 10px;
}


/*.btn-group .btn {
  width: 45%;
}*/

.btnizquierda {
    float: left;
    margin-left: 10px;
    margin-top: 10px;
    width: 30%;
    height: 100px;
    font-size: 15px;
}

#divTemas {
    margin-top: 10px;
    overflow-y: none;
    overflow-x: none;
}

.content {
    display: block;
    height: auto;
    padding-bottom: 0;
    overflow: visible;
}

.nombreTema {
    color: #333;
    font-size: 23px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 10px;
    margin-left: 10px;
}

#divTemasNombre {
    margin-top: 10px;
    margin-left: 10px;
}

.geoportalTema {
    color: #000;
    font-size: 23px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 10px;
}

#temasNombreDinamico {
    text-align: center
}

.top-bar {
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(99, 96, 97, 1) 0%, rgba(66, 66, 66, 0.5690651260504201) 50%, rgba(255, 255, 255, 0.6587009803921569) 100%);
    /*height: 7vh;*/
}

.navbar-brand img {
    height: 4vh;
    padding: 0;
    margin-right: 5px;
}

.top-bar .v-align-bottom {
    vertical-align: bottom;
}

.top-bar .navbar-right>li>a:hover,
.top-bar .navbar-right>li>a:focus {
    background-color: transparent;
    cursor: pointer;
}

.navbar-nav li.loader {
    margin: 12px 24px 0 6px;
}

#videoModal {
    text-align: center;
    margin-top: 10%;
}

#buscadorModal {
    text-align: center;
    margin-top: 10%;
    height: 50%;
}

#modal-ranking {
    text-align: center;
    margin-top: 10%;
}

#dependenciaModal {
    text-align: center;
    margin-top: 10%;
    height: 50%;
    overflow-y: hidden;
}

#modal-link {
    text-align: center;
    margin-top: 10%;
    height: 50%;
    overflow-y: hidden;
}


/*
Social-Bar
*/

.social-bar {
    position: fixed;
    left: 0;
    top: 35%;
    font-size: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    z-index: 2;
}

.icon {
    color: white;
    text-decoration: none;
    padding: .7rem;
    display: flex;
    transition: all .5s;
}

.icon-facebook {
    background: #2E406E;
}

.icon-twitter {
    background: #339DC5;
}

.icon-whatsapp {
    background: #00BB2D;
}

.icon:first-child {
    border-radius: 0 1rem 0 0;
}

.icon:last-child {
    border-radius: 0 0 1rem 0;
}

.icon:hover {
    color: white;
    padding-left: 3rem;
    border-radius: 0 1rem 1rem 0;
    box-shadow: 0 0 .5rem rgba(0, 0, 0, 0.42);
}

.fa_custom {
    background: #00bb2d
}


/*
video-Bar
*/

.dependencia-bar {
    position: fixed;
    right: 0;
    top: 40%;
    font-size: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    z-index: 4;
}

.search-bar {
    position: fixed;
    right: 0;
    top: 44%;
    font-size: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    z-index: 4;
}

.video-bar {
    position: fixed;
    right: 0;
    top: 48%;
    font-size: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    z-index: 4;
}

.enlaces {
    position: fixed;
    right: 0;
    top: 52%;
    font-size: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    z-index: 4;
}

.locate {
    position: fixed;
    right: 0;
    top: 56%;
    font-size: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    z-index: 4;
}

.iconv {
    color: white;
    text-decoration: none;
    padding: .7rem;
    display: flex;
    transition: all .5s;
}

.icon-video-camera {
    background: #333;
    border-radius: 1rem 0 0 1rem;
}

.icon-search {
    background: #333;
    border-radius: 1rem 0 0 1rem;
}

.icon-map2 {
    background: #E50051;
    border-radius: 1rem 0 0 1rem;
}

.icon-location {
    background: #333;
    border-radius: 1rem 0 0 1rem;
}

.icon-link {
    background: #333;
    border-radius: 1rem 0 0 1rem;
}

.iconv:hover {
    color: white;
    padding-right: 3rem;
    border-radius: 1rem 0 0 1rem;
    box-shadow: 0 0 .5rem rgba(0, 0, 0, 0.42);
}


/*
        Cuadro informativo
    */

.information-box {
    position: absolute;
    top: 2%;
    left: 4%;
    width: 370px;
    background-color: #005EA3;
    box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    font-family: 'Futura';
}

.information-box .details-header {
    background-color: #333;
    color: #fff;
    margin: 0;
    font-size: 18px;
    text-transform: uppercase;
    padding: 0;
}

#municipio,
#localidad,
#municipio-modal {
    color: black;
    height: 34px;
    border-radius: 5px;
    font-family: 'Futura';
}

#info-button {
    width: 100%;
    margin: 0;
    border: none;
    padding: 2%;
    background-color: #AB0A3D;
}

.information-box .details-body {
    flex-grow: 1;
    position: relative;
    background-color: white;
}

.details-view {
    color: #444;
    padding: 1em;
    font-size: 15px !important;
    background-color: #fff;
    box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.3);
    padding: 10px;
}

.details-view-filters {
    color: #444;
    padding: 1em;
    font-size: 15px !important;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.3);
    padding: 5px;
}

.details-view a {
    color: inherit;
    text-decoration: underline;
}


/*loader spinner*/

.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}

.loader {
    color: #2F4696;
    font-size: 10px;
    margin: 80px auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.loader:before,
.loader:after {
    content: '';
    position: absolute;
    top: 0;
}

.loader:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.loader:after {
    left: 3.5em;
}

.img {
    position: absolute;
    bottom: 2%;
    right: 1%;
}


/*
    Tab bar
    */

.bottom-bar {
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 1px solid #aaa;
    font-size: 10px !important;
    font-family: Futura;
}

.bottom-bar .slick-list {
    max-width: 650px;
    margin: 0 auto;
}

.bottom-lado {
    /*float:left;*/
    width: 25%;
    padding: 0;
}

.textoButton {
    margin-top: 5px;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
}

.iconoButton {
    font-size: 35px;
    margin-top: 15px;
    align-content: center;
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.slick-slide {
    float: left;
    height: 80%;
    min-height: 1px;
}

.bottom-bar .slick-list .slick-track .slick-slide>div .bottom-bar-button {
    padding-right: 2px;
    padding-top: 10%;
    height: 12vh !important;
}

.bottom-bar .slick-list .slick-track .slick-slide:hover {
    color: white;
    background: #333;
    padding: 0 !important;
    height: 12vh !important;
}

.bottom-bar .slick-list .slick-track .slick-slide .active {
    color: white;
    background: #005EA3;
    padding: 0 !important;
}

.bottom-bar .slick-list .slick-track .slick-slide:hover .bottom-bar-button p,
.bottom-bar .slick-list .slick-track .slick-slide .active .bottom-bar-button p {
    color: white;
    font-weight: bold;
}

.bottom-bar .slick-list .slick-track .slick-slide:hover .bottom-bar-button svg,
.bottom-bar .slick-list .slick-track .slick-slide .active .bottom-bar-button svg {
    color: white;
}

.bottom-bar .slick-list .slick-track .slick-slide:hover .bottom-bar-button svg::before,
.bottom-bar .slick-list .slick-track .slick-slide .active .bottom-bar-button svg::before {
    font-size: 35px;
}

.bottom-bar .slick-list .slick-track .slick-slide .bottom-bar-button p {
    display: block;
    color: #53555C;
    text-transform: uppercase;
    text-decoration: none;
}

.bottom-bar .slick-list .slick-track .slick-slide .bottom-bar-button svg {
    color: #53555C;
}

.bottom-bar .slick-list .slick-track .slick-slide .bottom-bar-button .bottom-bar-button-icon {
    height: auto;
    margin: 0 auto;
}

.bottom-bar .slick-list .slick-track .slick-slide .bottom-bar-button .bottom-bar-button-icon::before {
    font-size: 35px;
}

.icon-holder {
    position: relative;
    text-align: center;
    text-transform: uppercase;
    line-height: 0px;
    font-size: 18px;
    height: auto !important;
    margin: 0 !important;
}

.icon-holder svg:before {
    margin-left: 0;
}

.icon-holder svg.flaticon-bike:before {
    font-size: 1.5em;
}

@media only screen and (max-width: 1196px) {
    /*
        Top bar
    */
    .geoportalTema {
        color: #000;
        font-size: 20px;
        font-weight: bold;
        text-transform: uppercase;
        margin-top: 10px;
    }

    .top-bar img{
        width: 100%;
        height: 80px;
    }
}


/*-------------------------------------------------------------------------- iPad Min, 1, 2, 3, 4 y Pro 10 pulgadas-------------------------*/

@media (max-width: 1200px) {
    #dependenciaModal {
        height: auto;
        margin-top: 15%;
    }
    #modal-link {
        height: auto;
        margin-top: 15%;
    }
    #institutional-logos a img {
        width: 100%;
        height: auto;
    }
     .geoportalTema {
        color: #000;
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
        margin-top: 10px;
    }
}

/*-------------------------------------------------------------------------- 1920 x 1080 -------------------------*/

@media (width: 1920px) {
    .logoDinamico{
        margin-left: 20px;
        width: auto
    }
    .logoSesesp{
        margin-left: 100px;
    }

    #institutional-logos a img {
        margin-top: 5%;
        width: 35%;
        height: 40px;
    }

    .top-bar img{
        width: 100%;
        height: 80px;
    }

}

@media only screen and (max-width: 1400px){
    #institutional-logos a img {
        margin-top: 10%;
        width: 40%;
        height: 60px;
    }
    .top-bar img{
        width: 100%;
    }
}

@media only screen and (max-width: 1919px){
    #institutional-logos a img {
        margin-top: 10%;
        width: 40%;
        height: 60px;
    }
    .top-bar img{
        width: 100%;
    }
}


/*-------------------------------------------------------------------------- movil-------------------------*/
@media only screen and (max-width: 1000px) and (orientation:portrait) {
    .logos{
        width: 9% !important;
        height: 50px;
    }
}

@media only screen and (max-width: 768px) and (orientation:portrait) {
    * {
        padding: 0;
        margin: 0;
    }
    body {
        height: 100vh;
        width: 100vw;
        display: flex;
        flex-direction: column;
    }

    .logos{
        width: 100% !important;
        height: 50px;
    }

    .cover-SitiosInteres {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .title-site {
        font-size: 13px;
    }
    .description-site {
        font-size: 10px;
    }
    .url-site {
        font-size: 10px;
    }
    .table-link {
        height: 300px;
        overflow-y: auto;
    }
    #modal-link {
        height: auto;
        margin-top: 25%;
    }
    #ocultarmapas {
        display: none;
    }
    #juntos {
        display: none;
    }
    #geoportalLogo {
        display: none;
    }
    .nombreTema {
        font-size: 10px;
        margin: 0px;
        padding: 5px;
    }
    #temasNombreDinamico {
        width: auto;
        text-align: center;
    }
    .slick-prev:before,
    .slick-next:before {
        color: #005EA3 !important;
        font-size: 20px !important;
    }
    .temaNombre {
        margin-top: 1px;
    }
    .subtituloDiv {
        margin-top: -1px;
    }
    .descripcionTema {
        margin-top: -7px;
    }
    .lineaImagenDiv {
        height: 2px;
    }
    .descripcionDiv {
        margin-top: 10px;
    }
    .dependenciaTema {
        margin-top: 2px;
    }
    .geoportalTema {
        color: #AB0A3D;
        font-size: 12px;
        font-weight: bold;
        text-transform: uppercase;
        margin-top: 10px;
    }
    #videoModal {
        margin-top: 50%;
    }
    #modal-ranking {
        margin-top: 50%;
    }
    #dependenciaModal {
        height: auto;
        margin-top: 25%;
    }
    .content {
        display: block;
        height: auto;
        padding-bottom: 0;
        overflow: visible;
    }
    .leaflet-top {
        bottom: 0;
    }
    .leaflet-control {
        top: 22% !important;
    }
    .leaflet-top .leaflet-control-zoom {
        top: 5%;
        transform: translateY(-10%);
    }
    .btnizquierda {
        width: 45%;
    }
    /*
        Top bar
    */
    .row {
        display: flex;
        width: 100%;
        padding: 0;
    }
    #institutional-logos {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-left: 10px !important;
        padding: 0 !important;
        width: 50%;
    }
    #institutional-logos a {
        flex-grow: 1;
    }
    #institutional-logos a img {
        width: 50%;
        height: 50px;
    }
    #img-juntos {
        margin-top: 5px;
    }
    .top-bar {
        position: fixed;
        width: 100%;
        display: flex;
        padding: 3px 7px;
        background: rgb(255, 255, 255);
        background: linear-gradient(90deg, rgba(99, 96, 97, 1) 0%, rgba(66, 66, 66, 0.569) 50%, rgba(255, 255, 255, 0.6587009803921569) 100%);
        justify-content: space-between;
        
    }
    .top-bar img{
        width: 100%;
    }
    .top-bar div:nth-child(2) {
        margin: 0px !important;
        width: 40%;
    }
    .top-bar div:nth-child(2) ul {
        border-left: 2px solid #005EA3;
        width: 100%;
        margin: 0px !important;
        align-items: center;
    }
    .top-bar div:nth-child(2) ul li div p {
        color: rgba(33, 33, 33, 1);
        line-height: 1.5rem;
        font-size: 1.5rem;
    }
    .top-bar #logo {
        height: 35px;
        padding: 0;
        margin-right: 5px;
    }
    
    .top-bar .v-align-bottom {
        vertical-align: bottom;
    }
    .top-bar .navbar-right>li>a:hover,
    .top-bar .navbar-right>li>a:focus {
        background-color: transparent;
        cursor: pointer;
        height: 7vh;
    }
    .navbar-brand {
        display: flex;
        margin: 0px;
        align-items: left;
    }
    .navbar-nav{
        height: 7vh;
    }
    .navbar-nav #divNombre{
        width: 100%;
    }
    .navbar-nav li.loader {
        margin: 12px 24px 0 6px;
    }
    /*
    Social-Bar
    */
    .social-bar {
        z-index: 2;
    }
    .dependencia-bar {
        top: 60%;
        z-index: 2;
    }
    .search-bar {
        top: 66%;
        z-index: 2;
    }
    .video-bar {
        top: 72%;
        z-index: 2;
    }
    .enlaces {
        top: 78%;
        z-index: 2;
    }
    .locate {
        top: 84%;
        z-index: 2;
    }
    /*
        Cuadro informativo
    */
    .information-box {
        position: fixed;
        top: 8vh;
        left: 1vw;
        right: 1vw;
        width: 98% !important;
        background-color: rgba(47, 70, 150, 0.75);
        box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.3);
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        height: auto !important;
    }
    .information-box .details-header {
        background-color: #2f4696;
        color: #fff;
        margin: 0;
        font-size: 1rem;
        text-transform: uppercase;
        padding: 0;
    }
    .information-box .details-body {
        flex-grow: 1;
        position: relative;
        background-color: white;
    }
    #simbologia {
        max-width: 100%;
    }
    .details-view {
        display: flex;
        padding: 0;
        font-size: 1rem;
        background-color: transparent;
    }
    #details-view {
        display: flex;
        flex-direction: column;
        padding: 1% 2%;
    }
    .details-view button {
        flex-grow: 1;
        background-color: transparent;
        border: none;
        padding: 1% 0;
    }
    .textoButton {
        margin-top: 1px;
    }
    .iconoButton {
        font-size: 25px;
    }
    #hand-icon
    /*loader spinner*/
    .loader,
    .loader:before,
    .loader:after {
        border-radius: 50%;
        width: 2.5em;
        height: 2.5em;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation: load7 1.8s infinite ease-in-out;
        animation: load7 1.8s infinite ease-in-out;
    }
    .loader {
        color: #2F4696;
        font-size: 10px;
        margin: 80px auto;
        position: relative;
        text-indent: -9999em;
        -webkit-transform: translateZ(0);
        -ms-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }
    .loader:before,
    .loader:after {
        content: '';
        position: absolute;
        top: 0;
    }
    .loader:before {
        left: -3.5em;
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }
    .loader:after {
        left: 3.5em;
    }
    .img img {
        position: absolute;
        bottom: 3vh;
        right: 1%;
        width: 90px;
    }
    /*
    Tab bar
    */
    .slick-track {
        position: relative;
        top: 0;
        left: 0;
        width: 100vw !important;
        height: 12.5vh !important;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .bottom-bar .slick-list .slick-track .slick-slide:hover {
        color: white;
        background: #333;
        padding: 0 !important;
        height: 12.5vh !important;
    }
    .bottom-bar .slick-list .slick-track .slick-slide .active {
        color: white;
        background: #005EA3;
        padding: 0 !important;
        height: 12.5vh !important;
    }
    .bottom-bar .slick-list .slick-track .slick-slide>div .bottom-bar-button {
        padding-top: 10%;
        height: 12.5vh !important;
    }
    .icon-holder {
        position: relative;
        text-align: center;
        text-transform: uppercase;
        line-height: 20px;
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }
    .icon-holder svg:before {
        margin-left: 0;
    }
    .icon-holder svg.flaticon-bike:before {
        font-size: 1.5em;
    }
    #buttonlocate {
        height: 20px;
        width: 20px;
        border-radius: 5px;
    }
    #buttonlocate .marcador {
        font-size: 15px;
    }
    /* configuración del menu inferior*/
    .nav2 input:checked~.menu {
        width: auto;
    }
    #app {
        padding: 0px 15px;
        height: 70px;
        max-width: 80%;
        margin-bottom: 30px;
        background-color: rgba(68, 4, 18, 0.6);
        white-space: nowrap;
        overflow: auto;
    }
    #app span {
        background-color: white;
        left: 20px;
    }
    #app input:checked~span {
        background-color: white;
        left: 10px;
    }
    
    .textoButton {
        margin: 0px !important;
    }
}

.custom-tt {
    color: rgba(241, 194, 50, 1);
    font-weight: bold;
    font-size: 1.3rem;
}

@media only screen and (min-width: 280px) and (max-width: 767px) and (orientation:portrait){
    .logos{
        width: 100% !important;
        height: 50px;
    }
}