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;
   }



.bg-primary {
    background: #ff161c!important;
}

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


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


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

.btn-primary {
    background-color: rgb(44, 119, 141)!important;
    border: none;
    color: #ffffff;
}

.btn-primary:hover {
    background-color: #3b91aa!important;
    color: #fff;
}

.btn-secondary {
    background-color: #353535!important;
    border: none;
    color: #ffffff;
}

.btn-secondary:hover {
    background-color: #525252!important;
    border: none;
    color: #ffffff;
}



.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;
    }
}

.navbar-light .navbar-nav .nav-link{
    color: #ffffff;
}

@media all and (min-width: 992px){
    .navbar-nav .nav-link {
        color: rgb(255, 255, 255);
        margin-top: -1px;
    }
}

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


@media all and (max-width: 991px){
    .navbar-nav .nav-link:hover {
        transition: .5s;
        color:#ffbd3a;
    }
}
@media all and (min-width: 992px){
        .navbar-nav .nav-link:hover {
        transition: .5s;
        color:#ffffff!important;
        background-color: #2c778d;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }
}


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

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

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

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


@media (max-width: 600px){
    .navbar-light .navbar-toggler{
        margin-bottom: -20%;
    }
}
.border-secondary {
    border-bottom: 2px solid!important;
    border-color: #2c778d!important;
}


.navbar {
    /*background-image:linear-gradient(to bottom, rgb(0, 0, 0), rgba(0, 0, 0, 0.93), rgba(0, 0, 0, 0.83))!important;*/
    background-color: #3b91aa;
    position: relative;
    top: 0px;
    z-index: 100;
    width: 100%;
}

.box-txt{
    background-color: #ffffffb3;
    padding-top: 50px;
    padding-bottom: 50px;
    border-radius: 5px;
    width: 100%;
}

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

.carousel-caption h6 {
    color: rgb(0, 0, 0)!important;
    text-align: center;
    text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.76), 0 0 25px rgba(255, 255, 255, 0.76), 0 0 25px rgba(255, 255, 255, 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%;
}

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

@media (max-width: 500px) {
    .item2{
        background-position: center!important;
    }
}
@media (max-width: 500px) {
    .item3{
        background-position: right!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: left;
    height: 80vh;
    width: 100%;
}

@media (max-width: 736px) {
    .item2 {
        background-image: url("../img/banner02.jpg");
        background-size: cover;
        background-attachment: scroll;
        background-position: left;
        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: #d7dadb9e;
    border-radius: 5px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
}

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

.gradiente {
    background-color: rgba(255, 255, 255, 0.80);
    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: rgba(255, 255, 255, 0);
    background-image: linear-gradient(to bottom, rgb(255, 255, 255), rgba(255, 255, 255, 0.671), rgba(255, 255, 255, 0.562));
}*/

@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;
}

.servicos-section .row {
    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: 10px;
}

/*SOCİAL İCONS*/

/* footer social icons */

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

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

  ul.social-network li {
    display: inline;
  }
  
  
  .social-network a.icoFacebook:hover {
    background-color:#2c778d!important;
  }
  
  .social-network a.icoInstagram:hover {
    background-color: #2c778d!important;
  }

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

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


  .social-network a.icoYoutube:hover i,
  .social-network a.icoFacebook:hover i,
  .social-network a.icoInstagram:hover i,
  .social-network a.icoLink:hover i {
    color: rgb(255, 255, 255);
  }

  .social-network a.socialIcon:hover,
  .socialHoverClass {
    color:#85e2f7!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:#ffffff;
    -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: rgba(0, 0, 0, 0.699);
    -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: #ffbd3a;
        -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: rgba(255, 255, 255, 0.65);
    font-weight: 900;
    text-align: center;
    position: fixed;
    bottom: 10px;
    right: 15px;
    width: 45px;
    height: 45px;
    display: block;
    border-radius: 50%;
    background: rgba(44, 119, 141, 0.75);
    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(255, 255, 255);
    background: rgb(44, 119, 141);
 }



#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;
  }

  .social-float #face {
    list-style: none;
    z-index: 100000;
    font-weight: 900;
    text-align: center;
    position: fixed;
    bottom: 125px;
    right: 19px;
    width: 38px;
    height: 38px;
    display: block;
    border-radius: 50%;
    background: rgba(44, 119, 141, 0.75);
    text-decoration: none;
    font-size: 1.6em;
    color: #ffffff;
 }

 .social-float #insta {
    list-style: none;
   z-index: 100000;
   font-weight: 900;
   text-align: center;
   position: fixed;
   bottom: 70px;
   right: 19px;
   width: 38px;
   height: 38px;
   display: block;
   border-radius: 50%;
   background: rgba(44, 119, 141, 0.75);
   text-decoration: none;
   font-size: 1.6em;
}

.social-float #insta a, .social-float #face a{
color: #ffffff
}
