html,
body {
    overflow-x: hidden !important;
    scroll-behavior: smooth;
}

@media only screen and (max-height: 600px) {
    .esconder-vertical {
        display: none;
    }
}
@media only screen and (max-height: 400px) {
    .esconder-vertical-m {
        display: none;
    }
}

@media only screen and (min-height: 641px) {}

@media only screen and (max-width: 768px) {
    html {
        font-size: calc(16px + 6 * ((100vw - 320px) / 680));
    }
    .quadrados {
        position: absolute;
        top: 70%;
    }
    .background-home {
        height: 100%;
        background-image: none;
        background-color: #116ca8;
        background-repeat: no-repeat;
    }
    .margem-cima {
        height: 80vh;
    }
    .titulo {
        margin-top: 0px;
        font-family: 'Questrial', sans-serif;
        font-size: 7vh;
    }
    .sub-titulo {
        margin-right: 20px;
        font-size:4vh;
    }
    .inscricao {
        margin-top: 15px;
    }
    .icone-estado {
        height: 40px;
        width: 40px;
    }
    .num-part {
        font-weight: bold;
        font-size: 12px;
    }
    .desc-part {
        font-size: 10px;
    }
    .esconder {
        display: none;
    }
    .numeros {
        margin-top: 5%;
    }
    .simep {
        font-family: Alatsi;
        font-size: 14vh;
    }
    
}

@media only screen and (min-width: 769px) {
    html {
        font-size: 22px;
    }
    .quadrados {
        position: absolute;
        top: 70%;
    }

    .background-home {
        height: 100%;
        background-image: url(imagens/simep.webp);
        background-color: #116ca8;
        background-repeat: no-repeat;
        background-size: 30%;
        background-position: right;
    }
    .margem-cima {
        height: 85vh;
    }
    .titulo {
        padding-left: 25%;
        padding-top: 25%;
        font-family: 'Questrial', sans-serif;
        margin-right: 30px;
        font-size: 9vh;
    }
    .sub-titulo {
        margin-right: 50%;
        font-size:4vh;
    }
    .icone-estado {
        height: 64px;
        width: 64px;
    }
    .num-part {
        font-size: 20px;
        font-weight: bold;
    }
    .desc-part {
        font-size: 15px;
    }
    .numeros {
        margin-top: 10%;
    }
    .esconder {
        display: block;
    }
    .simep {
        font-family: Alatsi;
        font-size:15vh;
    }
}

.parceiro {
    width: 150px;
}

.centro {
    display:flex;
    align-items: center; 
    justify-content: center;
}

.left-round {
    border-radius: .25rem 0px 0px .25rem;
}

.numero {
    font-family: 'Castoro', serif;
}

.estado {
    font-family: 'Oswald', sans-serif;
}

.disable {
    cursor: not-allowed;
    pointer-events: none;
}

.grad1 {
    background-image: linear-gradient(to bottom, #116ca8, #f8f9fa);
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.row-striped:nth-of-type(odd) {
    background-color: #efefef;
    border-left: 4px #000000 solid;
}

.row-striped:nth-of-type(even) {
    background-color: #ffffff;
    border-left: 4px #efefef solid;
}

.row-striped {
    padding: 15px 0;
}

.area {
    position: relative;
    font-size: 18px;
    margin: 20px;
    margin-top: 25px;
}

.icone {
    position: absolute;
    width: 25px;
    height: 25px;
}

.sombra {
    text-shadow: 2px 2px 4px #000000;
}

.pessoa {
    background-repeat: no;
    width: 25px;
    height: 25px;
}

.bg-black {
    background-color: black;
}

.bg-tema {
    background-color: #116ca8;
}


.icone {
    width: 25px;
    height: 25px;
    margin-right: 15px;
    margin-left: 15px;
}

.map-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.float {
    position: absolute;
    left: 0px;
    margin-left: auto;
    top: 85%;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #f8f9fa;
    color: #116ca8;
    border-radius: 50px;
    text-align: center;
}

.my-float {
    margin-top: 22px;
}