@font-face {
    font-family: 'Geometria';
    font-style: normal;
    font-weight: normal;
    src: local('Geometria'), url('Geometria.woff') format('woff');
}


@font-face {
    font-family: 'Geometria-Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Geometria-Italic'), url('Geometria-Italic.woff') format('woff');
}


@font-face {
    font-family: 'Geometria-Thin';
    font-style: normal;
    font-weight: normal;
    src: local('Geometria-Thin'), url('Geometria-Thin.woff') format('woff');
}


@font-face {
    font-family: 'Geometria-ThinItalic';
    font-style: normal;
    font-weight: normal;
    src: local('Geometria-ThinItalic'), url('Geometria-ThinItalic.woff') format('woff');
}


@font-face {
    font-family: 'Geometria-ExtraLight';
    font-style: normal;
    font-weight: normal;
    src: local('Geometria-ExtraLight'), url('Geometria-ExtraLight.woff') format('woff');
}


@font-face {
    font-family: 'Geometria-ExtraLightItalic';
    font-style: normal;
    font-weight: normal;
    src: local('Geometria-ExtraLightItalic'), url('Geometria-ExtraLightItalic.woff') format('woff');
}


@font-face {
    font-family: 'Geometria-Light';
    font-style: normal;
    font-weight: normal;
    src: local('Geometria-Light'), url('Geometria-Light.woff') format('woff');
}


@font-face {
    font-family: 'Geometria-LightItalic';
    font-style: normal;
    font-weight: normal;
    src: local('Geometria-LightItalic'), url('Geometria-LightItalic.woff') format('woff');
}


@font-face {
    font-family: 'Geometria-Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Geometria-Medium'), url('Geometria-Medium.woff') format('woff');
}


@font-face {
    font-family: 'Geometria-MediumItalic';
    font-style: normal;
    font-weight: normal;
    src: local('Geometria-MediumItalic'), url('Geometria-MediumItalic.woff') format('woff');
}


@font-face {
    font-family: 'Geometria-Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Geometria-Bold'), url('Geometria-Bold.woff') format('woff');
}


@font-face {
    font-family: 'Geometria-BoldItalic';
    font-style: normal;
    font-weight: normal;
    src: local('Geometria-BoldItalic'), url('Geometria-BoldItalic.woff') format('woff');
}


@font-face {
    font-family: 'Geometria-ExtraBold';
    font-style: normal;
    font-weight: normal;
    src: local('Geometria-ExtraBold'), url('Geometria-ExtraBold.woff') format('woff');
}


@font-face {
    font-family: 'Geometria-ExtraBoldItalic';
    font-style: normal;
    font-weight: normal;
    src: local('Geometria-ExtraBoldItalic'), url('Geometria-ExtraBoldItalic.woff') format('woff');
}


@font-face {
    font-family: 'Geometria-Heavy';
    font-style: normal;
    font-weight: normal;
    src: local('Geometria-Heavy'), url('Geometria-Heavy.woff') format('woff');
}


@font-face {
    font-family: 'Geometria-HeavyItalic';
    font-style: normal;
    font-weight: normal;
    src: local('Geometria-HeavyItalic'), url('Geometria-HeavyItalic.woff') format('woff');
}

@import url('/fonts/FontsFree-Net-Geometria-ExtraBold.ttf');

body {
    margin: 0;
    font-family: 'Geometria-ExtraBold' !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6B6A75;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}


.igmlogo {
    height: auto;
    width: 11.8em;
}

.bg-light {
    background-color: #009fe3 !important;
    color: white;
}

.top-shape::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 100%;
    top: 0;
    left: -17px;
    background: #ffffff;
    transform: skew(40deg);
}

i.bi.bi-whatsapp {
    color: rgb(255, 255, 255);
    /*  margin-right: 9px; */
}

.mb-3 {
    margin-bottom: 0.5rem !important;
}

.centralizar {
    text-align: -webkit-center;
}

/* .imgportaria {
    height: 38.6em;
}
 */
@media (min-width: 1200px) {
    .display-1 {
        font-size: 2rem;
        /*  margin-top: 10.5em; */
    }


    .p-3 {
        margin-top: 24em;
    }
}

@media (max-width: 576px) {
    .carousel-caption h1 {
        font-size: 11px;
        font-weight: 600 !important;
        margin-top: 16vh;
    }

    .p-3 {
        margin-top: 7em;
    }
}

.manuscrito {
    font-family: "Geometria-ExtraBold" !important;
    /*     font-size: 30px; */
    color: white;
    /* border-right: 1px solid white; */
    white-space: nowrap;
    overflow: hidden;
}

@font-face {
    font-family: Geometria-ExtraBold;
    src: url(/fonts/FontsFree-Net-Geometria-ExtraBold.ttf);
}

.animacao-frase1 {
    animation:
        /* piscarCursor1 700ms steps(30) infinite normal, */
        digitando1 4s steps(30) 0s normal;
}

@keyframes digitando1 {
    from {
        width: 0;
    }

    to {
        width: 20em;
    }
}

/* @keyframes piscarCursor1 {
    from {
        border-right-color: rgb 255.255.255.75
    }

    to {
        border-right-color: transparent;
    }
}
 */
.animacao-frase2 {
    animation:
        /* piscarCursor2 700ms steps(30) infinite normal, */
        digitando2 4s steps(30) 0s normal;
}

@keyframes digitando2 {
    from {
        width: 0;
    }

    to {
        width: 17em;
    }
}

/* @keyframes piscarCursor2 {
    from {
        border-right-color: rgb 255.255.255.75
    }

    to {
        border-right-color: transparent;
    }
} */





.animacao-frase {
    animation:
        /* piscarCursor 700ms steps(30) infinite normal, */
        digitando 4s steps(30) 0s normal;
}

@keyframes digitando {
    from {
        width: 0;
    }

    to {
        width: 27em;
    }
}


/* @keyframes piscarCursor {
    from {
        border-right-color: rgb 255.255.255.75
    }

    to {
        border-right-color: transparent;
    }
} */

.carousel-inner>.item>img {
    min-width: 100%;
    height: 600px;
}

.hero-header {
    background: linear-gradient(rgba(9, 30, 62, .85), rgba(9, 30, 62, .85)), url(../img/CARROUSEL/fundo_sobre.jpg) center center no-repeat;
    background-size: cover;
}

.hero-headerschool {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .85)), url(../img/FOTOS/TITULOS/estudantes.jpg) center center no-repeat;
    background-size: cover;
}

.fs13px {
    font-size: 19PX;
}

i.bi.bi-whatsapp label {
    color: white;

}

.bg-azulescuro {
    background-color: #061F5F;
}

.mbotom-2 {
    margin-bottom: 1.5rem;
}

.p-2 {
    padding: 2.3rem !important;
}

.mgtopmenos1em {
    margin-top: -1em;
}

/* @media all and (orientation:landscape) {
    .teladeitadacel {
        margin-top: 20.5em;
    }

    .carousel-caption h1 {
        font-size: 26px;
        font-weight: 600 !important;
        margin-top: 4em;
    }
} */

.mgtop-1em {
    margin-top: 1em;
}

.py-3img {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

i.fa.fa-search {
    font-size: 1.2em;
    /*     margin-left: -2em; */
    color: #000000a1;
}

button.navbar-toggler {
    margin-right: -1em;
}

.ajustesearch {
    margin-left: -2em;
}

.bnt24hrs {
    font-size: 13px;
}


.whatsapp-link {

    width: 37px;
    height: 36px;
    background-color: #00E676;
    color: #fff;
    border-radius: 50px;
    font-size: 26px;
    box-shadow: 1px 1px 2px #888;
    z-index: 1000;
    animation: animate 3s normal infinite;
    margin-left: -19px;
    /*   margin-right: 5px; */
    /*  position: fixed;
    width: 51px;
    height: 51px;
    bottom: 29px;
    right: 40px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    font-size: 26px;
    box-shadow: 1px 1px 2px #888;
    z-index: 1000;
    animation: animate 2s normal infinite; */
    /*     animation-name: pulsar;
    animation-duration: 1s;
    animation-timing-function: ease-out;
    animation-delay: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;   
    animation-fill-mode: none;
    animation-play-state: running; */
}

.whatsapp-link2 {
    margin-top: 1.2em;
    margin-left: 37px;
    width: 36px;
    height: 36px;
    background-color: #00E676;
    color: #fff;
    border-radius: 50px;
    font-size: 26px;
    box-shadow: 1px 1px 2px #888;
    z-index: 1000;
    animation: animate 2s normal infinite;
    margin-right: 5px;
    /*  position: fixed;
    width: 51px;
    height: 51px;
    bottom: 29px;
    right: 40px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    font-size: 26px;
    box-shadow: 1px 1px 2px #888;
    z-index: 1000;
    animation: animate 2s normal infinite; */
    /*     animation-name: pulsar;
    animation-duration: 1s;
    animation-timing-function: ease-out;
    animation-delay: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;   
    animation-fill-mode: none;
    animation-play-state: running; */
}

/* @keyframes pulsar {
    0% {
        height: 54px;
        width: 54px;
        font-size: 30px;
    }
    100% {
        height: 60px;
        width: 60px;
        font-size: 35px;
    }
} */

.pulsaDelay:after {
    animation-delay: 1s;
}

@keyframes animate {
    10% {
        transform: scale(0.7);
        opacity: 1;
    }

    50% {
        opacity: 3;
    }

    75% {
        transform: scale(1.2);
        opacity: 2;
    }
}

.text-padrao {
    COLOR: #009fe3 !important;
    font-weight: bolder !important;

}

.pl-5 {
    padding-left: 2em;
}

@media (min-width: 992px) {
    .carousel-caption h1 {
        font-size: 26px;
        font-weight: 600 !important;
        margin-top: 13em;
    }

    #mapa iframe {
        width: 100%;
        height: 301px !important;
    }

    .whatsapp-link {
        display: none;

    }

    .py-3img {
        padding-top: 4px !important;
        padding-bottom: 0 !important;
    }
}

.fontsize16px {
    font-size: 16px;
}

.padding4rem {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

.gifschool {
    margin-top: -11em;
    visibility: visible;
    animation-delay: 0.9s;
    animation-name: zoomIn;
    margin-left: -9em;
    width: 18em !important;
}

.igmgif {
    visibility: visible;
    animation-delay: 0.9s;
    animation-name: zoomIn;
    width: 8em !important;
    margin-top: 0.2em;
    margin-left: -4em;
}

.text-white {
    color: white;
}





.wrapper {
    width: 49vw;
    top: 50%;
    left: 50%;
    display: flex;
    justify-content: space-around;
    gap: 160px;
    align-self: center;
}

/*   .container {
    width: 28vmin;
    height: 28vmin;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 1em 0;
    position: relative;
    font-size: 16px;
    border-radius: 0.5em;
    background-color: #21242b;
    border-bottom: 10px solid #18f98f;
  } */
i {
    /*  color: #18f98f; */
    /*  font-size: 2.5em; */
    text-align: center;
}

span.num {
    color: #ffffff;
    display: grid;
    place-items: center;
    font-weight: 600;
    font-size: 3em;
    margin-bottom: -14px;
    margin-top: -17px;
}

span.text {
    color: #061F5F;
    font-size: 1.3em;
    text-align: center;
    pad: 0.7em 0;
    font-weight: 400;
    /*    line-height: 0; */
}

@media screen and (max-width: 1024px) {
    .wrapper {
        width: 85vw;
    }

    /*   .container {
      height: 26vmin;
      width: 26vmin;
      font-size: 12px;
    } */
}

@media screen and (max-width: 768px) {
    .wrapper {
        width: 63vw;
        flex-wrap: wrap;
        gap: 30px;
    }

    /*  .container {
      width: calc(50% - 40px);
      height: 30vmin;
      font-size: 14px;
    } */
}

@media screen and (max-width: 480px) {
    .wrapper {
        gap: 15px;
    }

    /*    .container {
      width: 100%;
      height: 25vmin;
      font-size: 8px;
    } */
}

.texcontagem {
    font-size: 1.5rem;
    text-align: center;
    color: white;
    font-weight: bolder;
}

.iconContage {
    font-size: 2.5em;
    text-align: center;
}

@media (min-width: 992px) {
    .wrapper {
        max-width: 100%;
        width: 85vw;
        top: 50%;
        left: 50%;
        display: flex;
        justify-content: space-around;
        gap: 106px;
        align-self: center;
    }
}

#mapa iframe {
    width: 100%;
    height: 250px;
}

.titulos {
    background-color: #061F5F;
    padding-top: 12px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    text-align: -webkit-center;
    margin-bottom: 1.5vh;
}

.titulosServicos {
    padding: 0.7rem !important;
    text-transform: uppercase;
}

a {
    color: #061F5F;
    text-decoration: none;
    font-weight: 900;
}


@media (min-width: 992px) {
    .someDesk {
        display: none;
    }
}

.titulosPortaria {
    color: #009fe3;
    font-weight: bold;
}

/* .text-body {
    text-align: center;
    color: #6B6A75 !important;
    hyphens: auto;
} */

.nav-com-padding {
    padding-top: 100px;
}

.btnVoltar {
    margin-top: 1em;
    margin-left: 2.7em;
    font-size: 27px;
    color: black;
}

.carousel-item img {
    max-width: 100%;
    height: auto;
}

.btn-whats {
    background-color: #00E676;
    color: white;
    border-radius: 8px;
}

.btn-whats i {
    font-size: 19px;
}

.carousel {
    margin: 0 auto;
    /* Centraliza o carrossel */
    max-width: 1200px;
    /* Define a largura máxima do carrossel */
}

.carousel-item img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

/* .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23009fe3' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23009fe3' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
} */
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

@media (min-width: 992px) {
    /*   .navbar-expand-lg .navbar-nav {
        flex-direction: row;
        margin-left: 0em !important;
    } */

    .top1vh {
        font-size: 1.5em;
        padding-left: 3em;
        padding-right: 3em;
    }

}

@media (max-width: 991.98px) {
    .whatsapp-link2 {
        display: none;
    }

    .someMobile {
        display: none;
    }

    .navbar-light .navbar-nav .nav-link {
        font-family: "Geometria-ExtraBold" !important;
        padding: 7px 15px !important;
        font-size: 18px;
        color: var(--dark);
        outline: none;
        transition: .5s;
    }

    .fs13px {
        font-size: 16PX;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 5px 0;
    }

    .igmlogo {
        height: auto;
        width:9.6em;
    }

    .navbar-brand {
        padding-top: 0.3125rem;
        padding-bottom: 0.3125rem;
        margin-right: 0rem;
        font-size: 1.25rem;
        white-space: nowrap;
    }

    .price-item h4 {
        font-size: 0.7rem !important;
        margin-top: 11px !important;
        margin-left: 0em !important;
    }

    .carrossel-barra {
        width: 100%;
        height: 8vh !important;
        background-color: #009fe3;
        text-align: -webkit-center;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .carrossel-barra h1 {
        font-size: clamp(0.5em, 0.5em + 0.7vw, 1em) !important;
    }

    .price-item h1 {
        font-size: 3rem;
        margin-left: 8px;
    }

    .btnVoltar {
        margin-top: 1em;
        margin-left: 0.9em;
        font-size: 27px;
        color: black;
    }

}

.text-body {
    color: #6B6A75 !important;
    text-align: justify;
    /* hyphens: auto; */
}

/* .navbar-light .navbar-nav .nav-link {
    font-family: 'Jost', sans-serif;
    padding: 20px 15px;
    font-size: 18px;
    color: var(--dark);
    outline: none;
    transition: .5s;
} */

.nav-item i.bi.bi-arrow-up {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) translateY(100%);
}

b,
strong {
    font-weight: bolder;
    color: black;
}

.btn-success {
    color: #fff;
    background-color: #061F5F;
    border-color: #09329b;
}

.btn-success:hover {
    background-color: #072f96 !important;
    border-color: #061F5F;
}

.top1vh {
    margin-top: 1.5vh;
}

span#output {
    color: #ffffff;
    display: grid;
    place-items: center;
    font-weight: 600;
    font-size: 3em;
    margin-bottom: -14px;
    margin-top: -17px;
}

.someMobile {
    color: #009fe3;
}

/* .bg-azulescuro {
    background-color: #072f96
} */

.bg-azulescuro hr {
    color: white
}

.bg-azulescuro h4,
h1 {
    color: #009fe3;
}


.price-item h4 {
    font-size: 1.2rem;
    margin-top: 1px;
    position: relative;
    margin-left: -27px;
    text-transform: uppercase;
}

.price-item h1 {
    font-size: 3rem;

}

.contatos a {
    color: white;
}

/*SOMBRA DE TEXTO
text-shadow: 0 0.36px 8.896px #f4f2f1, 0 -2px 1px #fff;
*/
.navbar-light .navbar-nav .nav-link {
    font-family: "Geometria-ExtraBold" !important;
    padding: 35px 15px;
    font-size: 17px;
    color: var(--dark);
    outline: none;
    transition: .5s;
}

.navbar-nav {
    margin: 0 auto;
    /*    display: table; */
    table-layout: fixed;
    float: none !important;
}

.carousel-image {
    position: relative;
    /* para que a barra fique embaixo da imagem */
}

.carousel-image:after {
    content: "";
    /* cria o elemento da barra */
    position: absolute;
    /* para posicionar a barra em relação à imagem */
    left: 0;
    /* alinha a barra à esquerda da imagem */
    bottom: 0;
    /* posiciona a barra abaixo da imagem */
    width: 100%;
    /* define a largura da barra como 100% da imagem */
    height: 5px;
    /* define a altura da barra */
    background-color: #009fe3;
    /* define a cor da barra */
}

.carrossel-barra {
    width: 100%;
    height: 12vh;
    background-color: #009fe3;
    text-align: -webkit-center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.carrossel-barra h1 {
    font-size: clamp(1em, 1em + 1vw, 1.5em);
    width: fit-content;
}

a {
    cursor: pointer;
}