/**********************************************************************
1. general
**********************************************************************/
 body {
  font-family:'Roboto', sans-serif;
  color: #FFF;
  line-height:1.2em;
  font-size:17px;
  line-height:20px;
}
a {
    color:#6d5fe0;
    text-decoration: none;
}
a:hover {
    color: #FECE1A;
    text-decoration:none;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
h1 {
    margin: 10px;
    color: #909090;
}
p {
    padding: 10px;
    font-weight: 100;
    color: #545454;
}
/*uniepre*/
.t-blue{ color: blue; }
.t-red{ color: red; }
.text-justify{
  text-align: justify;
}
.navbar {
    background: #fff;
    margin-bottom:0;
    min-height:70px;
}

.navbar-fixed-top {
    min-height:60px;
    height:60px;
    padding-top:0;
}
.navbar-inner {
    background: #ffffff;
    border-radius:0;
    filter: none;
    border: none;
    box-shadow: none;
}
.navbar .brand img {
    width:120px;
    height:40px;
}
.navbar .nav > li > a {
    text-transform:uppercase;
    line-height: auto;
    vertical-align: middle;
    margin:10px 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border: 1px solid #2717a7;
    border-radius: 10px;
    box-shadow: none;
    font-size:13px;
    text-shadow: none;
    color: #2717a7;
    transition: border-color 1s ease;
}
.navbar .nav > li:hover> a, .navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
    border: 2px solid #efefef;
    color: #fff;
    background-color: #2717a7;
    transition: border-color 1s ease;
}
.nav-pills {
    margin-bottom: 30px;
}
.nav-pills > li > a {
    background: transparent;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-right:5px;
    padding-left:25px;
    padding-right:25px;
    border: 1px solid #3f2ec1;
}
.nav-pills > li > a:hover, .nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
    background: #2717a5;
    color: #fff;
}
.navbar .btn-navbar:hover, .navbar .btn-navbar {
  border-radius: 10px;
  background: #2616a7;
  color: #fff;
  margin-top: 10px;
}
.navbar .menu-tel {
  border-radius: 10px;
  background: rgb(39 23 167 / 73%);
  color: #fff;
  margin: 0px;
  padding: 10px;
  font-size: 14px;
  margin-top: 20px;
  position: absolute;
  z-index: 9999;
}
.navbar .menu-tel li {
  padding: 4px;
}
.navbar .menu-tel li i.bi {
  font-size: 20px;
  padding: 5px;
  color: #fff;
}
.navbar .brand {
  color: #fff;
  font-size: 13px;
  text-shadow: 0 0px 0 #ffffff;
}


/**********************************************************************
2. layout
**********************************************************************/
.centered {
    margin-left:auto;
    margin-right:auto;
    float: none;
    text-align: center;
}
 .center {
    float: none !important;
    margin: 0 auto !important;
    text-align: center;
}
.highlighted-box {
    background:#fff;
    padding:20px 30px;
    border: solid 1px;
    border-color: #cacaca;
    border-radius: 20px;
}
.highlighted-box h1 {
    margin:0px;
}
.large-text {
    line-height:1.2em;
    font-size: 30px;
    color: #909090;
    padding:20px;
    margin-bottom:20px;
}
.highlighted-box h1, .highlighted-box p {
    color: #a0a0a0 !important;
}
.circle-border {
    display: inline-block;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    -khtml-border-radius: 500px;
    border: 1px solid #ececec;
    padding: 20px;
}
.circle-border > h5 {
  font-size: 50px;
  color: #2616a7;
  font-weight: bolder;
}
.left-align {
    text-align:left;
}
.right-align {
    text-align:left;
}
.error {
    color: #CF0000;
    display: none;
}
.invisible {
    display:none;
    visibility:visible;
}
.triangle {
    margin: 0 auto;
    text-align: center;
    width: 0;
    height: 0;
    border-top: 30px solid #fff;
    border-left: 585px outset transparent;
    border-right: 585px outset transparent;
    position: relative;
}

/**********************************************************************
3. animations
**********************************************************************/
 .zoom-in {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    transition: all 250ms ease;
}
.zoom-in:hover {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
}

/**********************************************************************
4. botões transparentes de fundo
**********************************************************************/
 .button, .button:visited, .button:focus {
    display:inline-block;
    border:1px solid #fff;
    color:#ffffff;
    background-color: rgba(39, 23, 167, 0.86);
    padding:15px 30px;
    font-size:17px;
    line-height:auto;
    border-radius: 10px;
}
.button:hover, .button:active{
    background-color: #2717a7;
    color: #fff;
}
.button-sp, .button-sp:visited, .button-sp:focus {
    border:none;
    background-color:#eaeaea;
    color:#2616a3;
}
.button-sp:hover, .button-sp:active {
    background-color:#2616a3;
    color:#fff;
}
.button-ps, .button-ps:visited, .button-ps:focus {
    border:none;
    background-color:#2717a7;
    color:#fff;
}
.button-ps:hover, .button-ps:active {
    background-color:#e60814;
    color:#fff;
}

/**********************************************************************
5. Thumbnails pré definidos - bootstrap
**********************************************************************/
 .thumbnail {
    width:100%;
    height:100%;
    padding:0;
    overflow: hidden;
    position: relative;
    border:0;
    border-radius:10px;
    box-shadow:none;
    text-align:center;
    background: #f1f1f1;
}
.thumbnail .more {
    display:block;
    z-index:4;
    position:absolute;
    top:-100px;
    left:50%;
    margin:0 auto;
    margin-left:-41px;
    width:80px;
    height:80px;
    font-size:40px;
    color:#fff;
    text-decoration:none;
    line-height: 70px;
    text-align: center;
}
.thumbnail:hover .more {
    top:40%;
    margin-top:-40px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3 s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.thumbnail h3,
.thumbnail p {
    margin:0;
    padding:0;
    position:relative;
    z-index:4;
}
.thumbnail h3 {
    color: #505050;
    margin-top:10px;
    font-size:20px;
    line-height: 27px;
    padding-bottom: 10px;
}
.thumbnail > p {
    padding-bottom:20px;
}
.thumbnail .mask {
    opacity:0.75;
    filter: alpha(opacity=75);
    top:100%;
    left:0;
    width:100%;
    height:100%;
    background:#ffffff;
    position:absolute;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2 s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.thumbnail:hover .mask {
    top:0;
}

/**********************************************************************
6. socail icons
**********************************************************************/
 .social {
    list-style: none;
    float: none;
    position:relative;
    margin:5px; auto;
}
.social li {
    display:inline-block;
    line-height: 32px;
    font-family:'Porta';
    font-size: 32px;
    padding:0 5px;
}
.social li a {
    margin:0;
    padding:0;
    width:32px;
    height:32px;
    color: #dadada;
}
.social li a:hover {
    color:#181A1C;
}

/**********************************************************************
7. Sections
**********************************************************************/
 .section {
    padding-bottom: 50px;
}
.section .container {
    padding-top:50px;
}
.section .title {
    text-align: center;
    padding:10px;
    margin-bottom: 30px;
}
.section .title h1 {
    font-weight: normal;
    margin-bottom: 20px;
    padding: 0;
    color: #909090;
}
.section .title > p {
    font-size: 20px;
    color: #FFF;
    font-weight: lighter;
}
.primary-section {
    background:#fff;
}
.primary-section .triangle {
    border-top: 40px solid #fff;
}
.primary-section .title {
    border-bottom: 1px solid #FFF;
}
.primary-section, .primary-section .title p, .primary-section h3 {
    color: #909090;
    line-height: 23px;
}
.primary-section h1 {
    color:#c7c7c7;
}
.secondary-section {
    background:#f7f7f7;
}
.secondary-section h1, .secondary-section .title p {
    color: #c7c7c7;
}
.tertiary-section {
    background:#2717a5;
}
/* third section com background image */
.third-section {
    padding-bottom: 70px;
    background: #181A1C url(../images/escola-de-educacao-infantil-uniepre-unidade-cantareira-criancas-em-atividade-no-parque.jpg) no-repeat center;
    border-top:6px solid #e60814;
}
.third-section .container {
    padding-top:20px;
    position:relative;
}
/* four section com background image */
.four-section {
    padding-bottom: 70px;
    background: #181A1C url(../images/escola-de-educacao-infantil-uniepre-unidade-cantareira-elemento-natural.jpg) no-repeat center;
    border-top:6px solid #e60814;
}
.four-section .container {
    padding-top:20px;
    position:relative;
}
.four-section .title {
    border-bottom: 1px solid #A1AAB7;
    color: #fff;
}
.sub-section {
    margin-top:30px;
}
.sub-section .title {
    padding:0;
}
/* five section com background image */
.five-section {
    padding-bottom: 70px;
    background: #181A1C url(../images/fundo-mosaico-galeria-de-fotos-uniepre.jpg) no-repeat center;
    border-top:6px solid #e60814;
}
.five-section .container {
    padding-top:20px;
    position:relative;
}
.five-section .title {
    border-bottom: 1px solid #A1AAB7;
    color: #fff;
}
/* section informações gerais */
.section-informacoes-gerais {
    padding-bottom: 70px;
    border-top:6px solid #e60814;
}
.section-informacoes-gerais .container {
    padding-top:20px;
    position:relative;
}
.section-informacoes-gerais .title {
    color: #909090;
}
.section-informacoes-gerais > .container > .title > p {
    color: #909090;
}
.section-informacoes-gerais, .section-informacoes-gerais > ul {
    border-bottom: 1px solid #A1AAB7;
    color: #fff;
}
#informacoes-gerais > ul > li {
    background-color: #f3f3f3;
    border: 1px solid #9f9f9f;
    border-radius: 10px;
    margin: 10px;
}
.accordion-informacoes-gerais-pergunta > h3{
  font-size: 20px;
  color: #696969;
  text-decoration: none !important;
  line-height: 25px;
}
.accordion-informacoes-gerais-pergunta{
  display: flex;
  align-items: baseline;
}
.accordion-informacoes-gerais-pergunta > i{
  margin: 10px;
}
.sub-section {
    margin-top:30px;
}
.sub-section .title {
    padding:0;
}
table {
  margin:10px;
}

/**********************************************************************
8. cursos
**********************************************************************/
.cursos{
    margin-top:20px;
}
 .cursos, .cursos h2 {
    padding-top:15px;
}
.cursos p {
    padding:0px 50px;
    height:60px;
}

/**********************************************************************
9 diferenciais
**********************************************************************/
 .diferenciais {
    margin-bottom:30px;
    background:#3321bd;
}
.diferenciais img {
    width:100%;
}
.diferenciais-description {
    padding-right:20px;
}
.diferenciais-description p {
    padding-left:0;
    color: #fff;
}
.project-title {
    margin-top:15px;
    margin-bottom:15px;
    border-bottom:1px solid #1f1190;
}
.project-title h3 {
    float:left;
    margin-top:0;
    padding:0;
    width:80%;
}
.project-title .close {
    color: #FECE1A;
    margin-top:10px;
}
.project-info span, .project-title h3 {
    color:#fff;
    line-height: 31px;
}
.project-info {
    font-weight:100;
    padding:10px 0;
}
.project-info span {
    width: 80px;
    display: inline-block;
}
.project-info div {
    margin-bottom:5px;
}
.close {
    float: right;
    width: 40px;
    height: 40px;
    text-align: center;
}
#portfolio-grid .mix {
    opacity: 0;
    display: none;
}
.icon-plus {
    color: #2717a5;
    padding: 50px 0px 50px 0px;
}
.icon-cancel {
  color: #fff;
}


/**********************************************************************
10 infraestrutura
**********************************************************************/
 .single-infraestrutura {
    margin-bottom:30px;
    background:#3321bd;
}
.single-infraestrutura img {
    width:100%;
}
.infraestrutura-description {
    padding:10px;
}
.infraestrutura-description p {
    padding-left:0;
    color: #fff;
}
.infraestrutura-title {
    margin-top:15px;
    margin-bottom:15px;
    border-bottom:1px solid #1f1190;
}
.infraestrutura-title h3 {
    float:left;
    margin-top:0;
    padding:0;
    width:80%;
}
.infraestrutura-title .close {
    color: #FECE1A;
    margin-top:10px;
}
.infraestrutura-info span, .infraestrutura-title h3 {
    color:#fff;
    line-height: 31px;
}
.infraestrutura-info {
    font-weight:100;
    padding:10px 0;
}
.infraestrutura-info span {
    width: 80px;
    display: inline-block;
}
.infraestrutura-info div {
    margin-bottom:5px;
}
.close {
    float: right;
    width: 40px;
    height: 40px;
    text-align: center;
    opacity: 1;
}
#portfolio-grid .mix {
    opacity: 0;
    display: none;
}


/**********************************************************************
11 cursos complementares
**********************************************************************/
#cursos-complementares {
    background-image: url('../images/cursos-complementares-uniepre-cantareira-bg.jpg');
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
}
 .cursos-complementares .thumbnail {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0px;
    border-radius: 10px;
    border: 1px solid #fff;
}
.cursos-complementares .thumbnail:hover .social {
    z-index: 5;
}
.cursos-complementares .thumbnail:hover .social a {
    color:#fff;
}
.cursos-complementares .thumbnail .mask {
    background: #2717a5;
}
.cursos-complementares .thumbnail .mask h2 {
    margin-top:20%;
}
.cursos-complementares .thumbnail .mask, .cursos-complementares .thumbnail .mask h3, .cursos-complementares .thumbnail .mask p, .cursos-complementares .thumbnail:hover h3, .cursos-complementares .thumbnail:hover .social a:hover {
    color:#fff;
}
.about-text {
    margin-top:30px;
}
.about-text p {
    padding:0;
    font-size:16px;
}

/**********************************************************************
12 extra
**********************************************************************/
 .extra .thumbnail {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #fff;
}
.extra .thumbnail:hover .social {
    z-index: 5;
}
.extra .thumbnail:hover .social a {
    color:#fff;
}
.extra .thumbnail .mask {
    background: #2717a5;
}
.extra .thumbnail .mask h2 {
    margin-top:20%;
    padding: 20px;
}
.extra .thumbnail .mask, .extra .thumbnail .mask h3, .extra .thumbnail .mask p, .extra .thumbnail:hover h3, .extra .thumbnail:hover .social a:hover {
    color:#fff;
}
.about-text {
    margin-top:30px;
}
.about-text p {
    padding:0;
    font-size:16px;
}

/**********************************************************************
13 skills bar
**********************************************************************/
 .skills {
    list-style-type: none;
    position: relative;
    margin:0px;
}
.skills li {
    margin-bottom:30px;
    background:#FFF;
    height:40px;
    padding:1px;
}
.skills li h3 {
    position: relative;
    font-size: 15px;
    padding:0;
    margin:0;
    left: 10px;
    z-index: 1;
    color: #fff;
}
.skills li .bar {
    height:40px;
    position:absolute;
    background-color: #2616a3;
}

/**********************************************************************
14 clients
**********************************************************************/
 .client-slider img {
    border:1px solid white;
}
.client-slider img:hover {
    background-color:#FECE1A;
}
.client-nav {
    list-style:none;
    margin-top:10px;
}
.client-nav li {
    float:left;
    display:block;
    margin-left:10px;
}
.client-nav li a {
    display:inherit;
    padding:5px;
    background:#e60814;
    border-radius:3px;
    width:20px;
    height:20px;
    color: #fff;
}
.client-nav li a:hover {
    background:#181A1C;
}
.testimonial p {
    color:#fff;
    background:#2717a6;
    padding:15px;
    margin:0;
}
.testimonial .arrow {
    margin-left:10px;
    width:0;
    border-top:10px solid #2818a6;
    border-left: 20px outset transparent;
    border-right: 20px outset transparent;
}
.testimonial .whopic {
    display:inline-block;
}
.testimonial .whopic img {
    margin-top:10px;
    width:50px;
    height:50px;
    float:left;
}
.testimonial .whopic strong {
    float:left;
    margin-top:10px;
    padding-left:10px;
}
.testimonial .whopic small {
    display:block;
    font-size:12px;

}
.testimonial-text{
    display:block;
    font-size:22px;
    text-align:center;
    margin:0 auto;
    margin-top:30px;
    width:70%;
    line-height:1.3em;
    color: #c7c7c7;
}

/**********************************************************************
15 acontece
**********************************************************************/
#acontece > li > a > h3 {
  font-size: 1em;
  line-height: inherit;
  color: #545454;
}

/**********************************************************************
16 valores
**********************************************************************/
#valores > .container .title > h2, #valores > .container .title > p {
  color: #909090;
}
 .valores-table {
    margin-top: 30px;
    margin-bottom: 20px;
}
.valores-column {
    background-color:white;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding-bottom:20px;
    margin:0 auto;
    text-align:center;
}
.valores-column h3 {
    background-color:#2717a7;
    text-align: center;
    color:#fff;
    padding:40px 0px;
    font-size: 36px;
    margin-top:0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
}
.valores-column .list{
    list-style:none;
    margin:20px 50px;
}
.valores-column .list li{
    font-weight:lighter;
    color:#747C89;
    border-bottom:1px solid #747C89;
    padding:20px 0px;
}
.valores-column .list li.valores {
    text-align: center;
    font-size:31px;
    background-color:white;
    color:#747C89;
    margin-top:25px;
}
.valores-text{
    margin:30px 0 20px;
    font-size:20px;
    color: #909090;
    font-weight:normal;
}

/**********************************************************************
17 contato
**********************************************************************/
/*ajustar form*/
 #contato > p > i {
   font-size: 50px;
 }
 input {
   height: 48px !important;
 }
 label {
   text-align: right; line-height: 50px;
 }
 .ds-flex {
   display: flex;
 }

 .contact {
    background: #FECE1A;
}
.contact h1, .contact h2, .contact h3, .contact h4, .contact h5, .contact h6, .contact .section .title > p, .contact .social > li > a {
    color: #909090;
}
.contact textarea, .contact input[type="text"], .contact input[type="email"] {
    padding: 10px;
    line-height: 20px;
    height: auto;
}
.contact textarea {
    height: 120px;
}
.contacts, .contact .social {
    color: #fff;
    list-style: none;
    margin-left: 10px;
}
.contacts > li {
    margin-top: 15px;
}
.contacts > li > a {
    color: #fff;
}
.contact-info {
    margin-top:10px;
    margin-bottom:10px;
}
.contact-info p{
     font-weight:normal;
}
.contact-info .icon {
    margin:10px auto;
    font-size:30px;
}
.map-wrapper {
    position:relative;
    height:500px;
}
.map-canvas {
    position:absolute;
    margin-bottom:20px;
    width:100%;
    height:500px;
    color: #29383F;
    position:absolute;
    left:0;
    top:0;
    right:0;
}
.contact .social {
    display: inline-block;
    margin-left:0;
}
.contact .social li {
    line-height: 32px;
    padding:10px 10px;
    font-family:'Porta';
    font-size: 50px;
    transition: margin 0.4s;
    -webkit-transition: margin 0.4s;
}
.contact .social li a {
    color:#c7c7c7;
}
.contact .social li a:hover {
    color:#2717a7;
}
.contact-form {
    background:#fff;
    background: rgba(255, 255, 255, 0.9);
    z-index:110;
    position:relative;
    margin-top:-25px;
    padding:20px;
}
.contact-form h3 {
    color:#838589;
    padding-bottom:20px;
}
.message-btn {
    border:1px solid #747C89;
    color:#747C89;
    background-color:transparent;
    padding:15px 30px;
    font-size:17px;
}
.message-btn:hover {
    background-color:#FECE1A;
}
.contact-info {
    text-align:center;
    font-size:22px;
}
.info-mail {
    border:1px solid white;
    width:60%;
    margin:0 auto;
    padding:15px;
    color:#181A1C;
}
.black {
    color:#181A1C;
}

/*validar form - status*/
.form-danger{
  background-color: #f6c7c7 !important;
}

.form-success{
  background-color: #c6efb3 !important;
}

.icon-form-none{
  display: none;
}

.icon-form-success{
  color: #468848;
  font-size: 1.5em;
  margin: 10px;
}

/**********************************************************************
18 footer
**********************************************************************/
 .footer {
  background-color: #1f1098;
  text-align: center;
}
.footer .circle-border {
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #fff;
}
.footer p{
    font-size: 14px;
}
.footer a{
    color:#fff;
}

.footer a:hover, .footer a:focus{
    text-decoration: underline;
}
.scrollup {
    text-align:center;
    cursor:pointer;
    vertical-align:middle;
    width:39px;
    height:39px;
    border-radius:5px;
    font-size:20px;
    position:fixed;
    bottom:30px;
    right:20px;
	  border:1px solid #fff;
    display:none;
    background: #e60814;
}
.author {
  background-color: #170b79;
}
.scrollup > a {
    position:relative;
    top:7px;
    color:#fff;
}

/********************************************************************
19 responsividade
********************************************************************/
 @media (min-width: 1200px) {
    .thumbnail .more {
        margin-left:-41px;
        width:80px;
        height:80px;
        border-radius:40px;
        line-height: 80px;
    }
}
@media (max-width: 1200px) {
  .menu-tel { display: none; }
}
@media (max-width: 979px) {
    body {
        padding-left:0;
        padding-right:0;
    }
    .navbar-fixed-top, .navbar-fixed-bottom {
        position: fixed;
    }
    .navbar .nav > li > a {
        line-height: 20px;
        vertical-align: middle;
    }
    .section {
        padding-left:20px;
        padding-right:20px;
    }
    .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
        margin-left: 0px;
        margin-right: 0px;
    }
    .nav-collapse {
        clear: both;
    }
    .nav-collapse .nav {
        float: none;
        margin: 0 0 10px;
    }
    .nav-collapse .nav > li {
        float: none;
    }
    .nav-collapse, .nav-collapse.collapse {
        width: 100%;
        display: inherit;
    }
    .thumbnail .more {
        margin-left:-21px;
        width:40px;
        height:40px;
        border-radius:30px;
        line-height: 40px;
    }
    .thumbnail:hover .more {
        margin-top:-20px;
    }
    .newsletter form {
        text-align:center;
    }
}
@media (max-width: 767px) {
  /*ajustar form*/
   label {
     text-align: center; line-height: 50px;
   }
   .ds-flex {
     display: block;
   }

    .info-mail {
        width:90%;
        padding:15px 0px;
    }
    .diferenciais-description {
        padding-left:20px;
    }
    .valores-column, .testimonial {
        margin-top:30px;
    }
    .triangle {
      display: none;
    }
    h1 {
      font-size: 30px;
    }
}
