body,
html {
    scroll-behavior: smooth;
    font: 400 15px/1.8 "opensans", sans-serif;
    src: url(https://fonts.gstatic.com/s/opensans/v18/memnYaGs126MiZpBA-UFUKWyV9hmIqOjjg.woff2) format('woff2');

}


* {
    margin: 0;
    padding: 0;
}

a {
    border: none;
    outline: none;
}

li {
    list-style: none;
}

ul {
    line-height: 1 !important;
    margin-left: unset !important;
}

.row {
    max-width: 1400px;
}

.text-primary {
    color: #003699 !important;
}

.text-secondary {
    color: #333 !important;
    ;
}

.text-blue {
    color: #bad2ff !important;
}


.text-black {
    color: rgb(0, 0, 0) !important;
}

.btn-primary {
    background-color: rgb(199 199 199) !important;
    border: none;
    color: #000811;
}

.btn-primary:hover {
    background-color: rgb(255, 255, 255) !important;
    color: #0e0811;
}



.btn-block {
    border-radius: 50px;
}

.btn-block:focus,
.btn-block:active {
    box-shadow: none;
    border: none;
}

@media all and (min-width: 758px) {
    .btn-mobile {
        display: none;
    }
}

@media all and (max-width: 757px) {
    .btn-web {
        display: none;
    }
}

@media all and (min-width: 992px) {
    .navbar-collapse {
        margin-bottom: -18px;
    }
}

@media all and (min-width: 992px) {
    .navbar-nav .nav-link {
        color: rgb(239, 238, 239) !important;
        margin-bottom: -8px;
        margin-top: -1px;
        font-weight: 600;
    }
}

@media all and (max-width: 991px) {
    .navbar-nav .nav-link {
        color: rgb(239, 238, 239) !important;
        font-weight: 600;
        margin-bottom: 0;
        margin-top: 0;
        font-weight: 600;
    }

    ul.navbar-nav {
        margin-top: 20px;
    }
}



@media all and (max-width: 991px) {
    .navbar-nav .nav-link:hover {
        transition: background .5s;
        background-image: linear-gradient(to bottom, rgb(0, 40, 115), rgba(0, 40, 115, 0.90), rgba(0, 40, 115, 0.15)) !important;
    }
}

@media all and (min-width: 992px) {
    .navbar-nav .nav-link:hover {
        transition: background .5s;
        color: rgb(239, 238, 239);
        background-image: linear-gradient(to bottom, rgb(0, 40, 115), rgba(0, 40, 115, 0.90), rgba(0, 40, 115, 0.15)) !important;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }
}


.navbar-nav .nav-link:active {
    transition: .5s;
    color: #bfbfbf;
}

@media all and (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        margin-left: auto;
    }
}

.navbar-toggler {
    border: 1px solid #bfbfbf !important;
}

.navbar-expand-lg {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}


.border-secondary {
    border-bottom: 3px solid !important;
    border-color: rgb(191, 191, 191) !important;
}


.navbar {
    /*background-image: linear-gradient(to bottom, rgb(255, 255, 255), rgba(255, 255, 255, 0.93), rgba(255, 255, 255, 0.83))!important;*/
    background-image: linear-gradient(to bottom, rgb(0 54 153), rgb(0 54 153 / 90%), rgb(0 54 153 / 82%)) !important;
    position: absolute;
    top: 0px;
    z-index: 100;
    width: 100%;
}


.logo {
    position: absolute;
    margin-top: -30px;
}

@media (min-width: 992px) {
    .logo {
        margin-top: -20px;
    }
}

.carousel-indicators li {
    background-color: #efeeef !important;
}

.carousel-caption h3 {
    text-shadow: 0px 0px 45px rgba(0, 0, 0, 0.76), 0 0 25px rgba(0, 0, 0, 0.76), 0 0 25px rgba(0, 0, 0, 0.76);
}

.carousel-caption h6 {
    color: rgb(255, 255, 255) !important;
    text-align: center;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.76), 0 0 25px rgba(0, 0, 0, 0.76), 0 0 25px rgba(0, 0, 0, 0.76);
}

.carousel {
    border-bottom: 2px solid rgb(163, 163, 163) !important;
}

h4 {
    font-weight: 700 !important;
    margin-bottom: 0rem !important;
}

h3 {
    font-weight: 700 !important;
    margin-bottom: 0rem !important;
}

.box-plano {
    max-width: 777px;
}

.item1 {
    background-image: url("../img/banner01.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    height: 80vh;
    width: 100%;
}

.carousel-caption {
    top: 35px;
}

@media (max-width: 500px) {
    .item1 {
        background-position: center !important;
    }
}

@media (max-width: 500px) {
    .item2 {
        background-position: center !important;
    }
}

@media (max-width: 500px) {
    .item3 {
        background-position: center !important;
    }
}

@media (max-width: 736px) {
    .item1 {
        background-image: url("../img/banner01.jpg");
        background-size: cover;
        background-attachment: scroll;
        background-position: top;
        height: 75vh;
        width: 100%;
    }

    .carousel-caption {
        top: 20px;
    }
}

.item2 {
    background-image: url("../img/banner02.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    height: 80vh;
    width: 100%;
}

@media (max-width: 736px) {
    .item2 {
        background-image: url("../img/banner02.jpg");
        background-size: cover;
        background-attachment: scroll;
        background-position: center;
        height: 75vh;
        width: 100%;
    }

    .carousel-caption {
        top: 20px;
    }
}

.item3 {
    background-image: url("../img/banner03.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    height: 80vh;
    width: 100%;
}

@media (max-width: 736px) {
    .item3 {
        background-image: url("../img/banner03.jpg");
        background-size: cover;
        background-attachment: scroll;
        background-position: top;
        height: 75vh;
        width: 100%;
    }

    .carousel-caption {
        top: 20px;
    }
}

@media (max-width: 736px) {
    .carousel-fade {
        animation: none !important;
    }
}

.box-plano {
    background-color: #00000050;
    border-radius: 5px;
}

.posts:hover {
    transition-property: all;
    transition-duration: 0.5s;
    transition-delay: .05s;
    opacity: 80%;
}

.gradiente {
    background-color: #000811;
    border: 1px;
    border-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.40);
    min-height: 146px;
    border-radius: 10px !important;
}

.gradiente:hover {
    transition-property: all;
    transition-duration: 0.5s;
    transition-delay: .05s;
    background-color: rgb(0, 5, 10);
    background-image: linear-gradient(to bottom, rgb(0 15 33), rgba(0, 15, 33, 0.671), rgba(0, 15, 33, 0.562));
}

@media (min-width: 1366px) {
    .box-vantagem {
        min-height: 250px;
    }
}

@media (min-width: 1366px) {
    .box-planos-home {
        min-height: 633px;
    }
}

a:hover {
    text-decoration: none !important;
}

.align-self-center h3:hover {
    transition: .5s !important;
    font-size: 180% !important;
}

.align-self-center h6:hover {
    transition: .5s !important;
    font-size: 130% !important;
}

.social-facebook:hover,
.social-instagram:hover,
.social-youtube:hover {
    transition: .5s;
    opacity: 0.7;
}

#demos .row {
    margin: unset !important;
    max-width: unset !important;
}

.navbarSupportedContent .row-fluid .col-12 {
    padding-left: unset !important;
    padding-right: unset !important;
}

.row-fluid .col-12 {
    padding: unset !important;
}

/* DEPOIMENTOS */
.item {
    background-color: rgb(255, 255, 255);
    height: 30vh;
    width: 100%;
}

.carousel-caption {
    top: 35px;
}

/*SOCİAL İCONS*/

/* footer social icons */

ul.social-network {
    list-style: none;
    margin-left: 2px;
    margin-bottom: 0px;
    margin-top: -17px;
}

@media (max-width: 767px) {
    ul.social-network {
        margin: 0 auto;
    }
}

ul.social-network li {
    display: inline;

}


.social-network a.icoFacebook:hover {
    background-color: #efeeef !important;
}

.social-network a.icoInstagram:hover {
    background-color: #efeeef !important;
}

.social-network a.icoYoutube:hover {
    background-color: #efeeef !important;
}

.social-network a.icoLink:hover {
    background-color: #efeeef !important;
}

.social-network a.icoTwitter:hover {
    background-color: #efeeef !important;
}


.social-network a.icoYoutube:hover i,
.social-network a.icoFacebook:hover i,
.social-network a.icoInstagram:hover i,
.social-network a.icoTwitter:hover i,
.social-network a.icoLink:hover i {
    color: #03389a !important;
}

.social-network a.socialIcon:hover,
.socialHoverClass {
    color: #efeeef !important;
}

.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 30px;
    height: 30px;
    font-size: 15px;
}

.social-circle li i {
    line-height: 30px;
}

.social-circle li a:hover i,
.triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.social-circle i {
    color: #efeeef;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

/* SOCIAL BODY */

.social-circle2 li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 70px;
    height: 70px;
    font-size: 15px;
}

.social-circle2 li i {
    line-height: 70px;
}

.social-circle2 li a:hover i,
.triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.social-circle2 i {
    color: #03389a;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
    font-size: 50px;
}

/* SOCIAL FOOTER */

.social-circle3 li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 70px;
    height: 70px;
    font-size: 15px;
}

.social-circle3 li i {
    line-height: 70px;
}

.social-circle3 li a:hover i,
.triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.social-circle3 i {
    color: #efeeef;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
    font-size: 45px;
}


.social-network a {
    background-color: rgba(37, 132, 66, 0);
}

.rodape-section {
    border-top: 2px solid rgb(196, 196, 196) !important;
}

#topoflag a {
    content: "\0040";
    z-index: 100000;
    color: rgb(199, 199, 199);
    font-weight: 900;
    text-align: center;
    position: fixed;
    bottom: 10px;
    right: 15px;
    width: 45px;
    height: 45px;
    display: block;
    border-radius: 50%;
    background: rgb(0, 5, 10, 0.89);
    text-decoration: none;
    font-size: 1.5em;
}

#topoflag a:hover {
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
    color: rgb(226, 226, 226);
    background: rgb(0, 5, 10);
}



#monitor,
#monitor_braco_sobreposicao,
#cabeca_menina02,
#corpo_menina02 {
    animation-duration: 3s;
    /* don't forget to set a duration! */
    /*animation-iteration-count: infinite;*/

}

/* ANIMAÇÃO MENINA CHÃO */
@keyframes move-girl-arm {
    0% {
        transform: skew(0deg);
    }

    50% {
        transform: skew(4deg);
    }

    100% {
        transform: skew(0deg);

    }
}

#braco_menina01 {
    animation-name: move-girl-arm;
    animation-duration: 3s;
    animation-iteration-count: infinite;

}

@keyframes move-girl-body {
    0% {
        transform: skew(0deg);
    }

    50% {
        transform: skew(-1deg);
        transform: rotate(-2deg);
    }

    100% {
        transform: skew(0deg);

    }
}

#corpo_menina01,
#cabeca_menina01 {
    animation-name: move-girl-body;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

/* ANIMAÇÃO MENINO CHÃO */
@keyframes move-boy-arm {
    0% {
        transform: skew(0deg);
    }

    50% {
        transform: skew(-4deg);
    }

    100% {
        transform: skew(0deg);

    }
}

#braco_menino,
#monitor_braco_sobreposicao,
#cabeca_menina02 {
    animation-name: move-boy-arm;
    animation-duration: 3s;
    animation-iteration-count: infinite;

}

@keyframes move-boy-body {
    0% {
        transform: skew(0deg);
    }

    50% {
        transform: translate(-15px, -10px);

    }

    100% {
        transform: skew(0deg);

    }
}

#corpo_menino,
#cabeca_menino {
    animation-name: move-boy-body;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}


/* GALERIA */

#lightbox .modal-content {
    display: inline-block;
}



.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #00000000;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0);
    outline: 0;
    z-index: 1000;
    /*left: -100px;
    top: 30px;*/
}

.modal-body img {
    box-shadow: 0px 0px 5px rgb(0 0 0 / 82%);
    border-radius: 5px;
}

@media (max-width: 599px) {
    #lightbox .modal-content {
        display: none;
    }
}


/* WHATSAPP */
.pulse {
    margin-left: 23px;
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0);
    background-image: url(../img/wpp.png);
    opacity: 75%;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    position: fixed;
    border: 4px solid rgba(76, 175, 79, 0);
    z-index: 10000000000;
    bottom: 3%;
}

.pulse:hover {
    opacity: 100%;
    transition: opacity .5s ease;

}

.pulse:after {
    content: "";
    display: block;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    border: 3px solid rgb(76, 175, 80);
    position: absolute;
    top: -5px;
    left: -5px;
    animation: pulse 2s ease 0s infinite;
}

@keyframes pulse {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    80% {
        opacity: 0;
        transform: scale(1.5);
    }

    100% {
        opacity: 0;
        transform: scale(2);
    }
}

#prev,
#next {
    height: 100%;
    width: 15%;
    outline: black;
    background-size: 100%, 100%;
    border-radius: 20%;
    border: 1px solid #054b6700;
    background-color: #054b6700;
    background-image: none;
}

#next:after {
    content: '>';
    font-size: 20px;
    font-weight: 700;
    color: #333333;
}

#prev:after {
    content: '<';
    font-size: 20px;
    font-weight: 700;
    color: #333333;
}