/*  
Theme Name: UBEC-GAP
Author: UBEC
*/
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and blinhaser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Fim wordpress */
/* GLOBAL STYLES -------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {

  padding-bottom: 3rem;
  color: #5a5a5a;
  background-color: #fff;
  font-family: 'Roboto', sans-serif;
}


/* CUSTOM UBEC */
.logo-header{
	width: 200px !important;
}
.redes_sociais i{
  padding: 0 8px;
  color: #3737b3;
  font-size: 24px;
}
.redes_sociais i:hover{
  color: #5353de;
}
header{
  border-bottom: 5px solid #0098dd;
}
.banner-superior{
  position: relative;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  background-color: #222222 !important;
  min-height: 660px;
} 
.banner-superior .banner-titulo{
  position: absolute;
  z-index: 3;
  color: #fff;
  text-align: center;
  bottom: 25%;
  /*max-width: 700px;*/
  text-shadow: 2px 4px 10px #00000085;
}
.banner-superior .banner-titulo h1{
  text-transform: uppercase;
  color: #fff;
  font-size: 50px;
  line-height: 56px;
  font-weight: 700;
}
.banner-superior img{
  display: block;
  width: 100%;
  height: auto;
}
.banner-superior svg {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 8vw;
  z-index:999;
}
.scroll-downs {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  margin-bottom: 50px;
  width :34px;
  height: 55px;
}
.mousey {
  width: 3px;
  padding: 10px 15px;
  height: 35px;
  border: 2px solid #e9ecef;
  border-radius: 25px;
  opacity: 0.75;
  box-sizing: content-box;
}
.scroller {
  width: 3px;
  height: 10px;
  border-radius: 25%;
  background-color: #e9ecef;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(.15,.41,.69,.94);
  animation-iteration-count: infinite;
}
@keyframes scroll {
  0% { opacity: 0; }
  10% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(15px); opacity: 0;}
}
.boasvindas{
  padding: 100px 0 50px 0;
}
.boasvindas p{
  font-size: 24px;
  font-weight: 300;
  text-align: left;
}
.boasvindas h2, .ies h2, .cursos h2{
  text-transform: uppercase;
  color: #202d4f;
  padding-bottom: 30px;
  font-size: 40px;
  line-height: 56px;
  font-weight: 700;
}
.titulo:after{
  position: absolute;
  color: #5353de;
  content: '.';
  font-size: 60px;
  width: 60px;
  margin-top: 20px;
  pointer-events: none;
    -webkit-transition: text-shadow 0.3s,color 0.3s;
    -moz-transition: text-shadow 0.3s,color 0.3s;
    -o-transition: text-shadow 0.3s,color 0.3s;
    -ms-transition: text-shadow 0.3s,color 0.3s;
    transition: text-shadow 0.3s,color 0.3s;
    text-shadow: 15px 0 blue, -15px 0 blue;
  margin: 0 auto;
  left: 0;
  right: 0;
  margin-top: 16px;
}
.catedral {
  background: url(http://172.22.20.102:9090/wordpress/wp-content/uploads/2019/07/bg.png) no-repeat left top;
}
.destaques, .ies{
  padding: 50px 15px;
}
.cursos{
  padding: 50px 0 0 0; 
}
.destaques .card{
  background-color: transparent;
  border: none;
  padding: 10px 0;
}
.destaques .card-header{
  background-color: #fff;
  cursor: pointer;
  box-shadow: 0px 5px 25px -15px rgba(0,0,0,0.33);
  border-radius: 50px !important;
  border-color: rgba(237,237,237,0);
  border: 1px solid #f3f3f3;
  border-width: 0px 0px 0px 0px;
  margin: 0px 10px;
  transition: 0.9s;
}
.destaques .card-header:hover{
  background-color: #3737B3;
}
.card-header:hover .btn-destaque{
  color: #fff;
}
.destaques .card-body{
  padding: 1.25rem 3.25rem;
}
.destaques .btn-destaque{
  color: #444;
  font-weight: 400;
  width: 100%;
}
.destaques .btn-destaque:hover{
  color: #fff;
}
.destaques .btn:focus{
  box-shadow: none;
}
.ies h3{
  color: #202d4f;
  font-size: 36px;
  font-weight: 500;
  line-height: 56px;
}
.ies h3, .ies p{
  padding-bottom: 20px;
}
.ies h4,.cursos h4{
  color: #202d4f;
  font-weight: 300;
}
.ies img{
  border-radius: 25px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.button-principal a{
  text-transform: uppercase;
  background: #3737B3;
  font-size: 14px;
  padding: 16px 26px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  border: 2px solid transparent;
  transition: 0.3s border, 0.3s background;
}
.button-principal a:hover{
  background: #4D4DD1;
}
.cursos h3{
  padding-bottom:20px;
  text-align: left !important;
  color: #202d4f;
  line-height: 56px;
}
#topo {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #3737b3;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 35px;
  width: 50px;
  height: 50px;
}
#topo i {
    color: #fff;
    margin: 0;
    position: relative;
    top: 0;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#topo:hover {
  background-color: #4D4DD1;
}
#topo:hover i{
  top: -12px;
}

/* CARDS CURSOS */
.cards-padding{
  padding-bottom: 50px;
}

.card-cursos {
  perspective: 150rem;
  -moz-perspective: 150rem;
  position: relative;
  height: 40rem;
  margin-top: 30px;
}
.card-cursos h4 {
  color: #202d4f;
  font-weight: 700;
  text-transform: uppercase;
}
  .card__side {
    transition: all .8s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    backface-visibility: hidden;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15);
    height: 40rem;
  }
    .card__side--front {background-color: #fff;}
    .card__side--back {transform: rotateY(180deg);}
      .card__side--back {background-image: linear-gradient(to right bottom, #2998ff, #5643fa);}
  .card-cursos:hover .card__side--front {
    transform: rotateY(-180deg); }
  .card-cursos:hover .card__side--back {
    transform: rotateY(0); }
  .card__picture {
    background-size: cover;
    height: 18rem;
    background-blend-mode: screen;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%); }
    .card__picture {
      background-image: linear-gradient(to right bottom, #2998ff, #5643fa), url(http://172.22.20.102:9090/wordpress/wp-content/uploads/2019/07/img_cursos_processos.jpg); }
  .card__heading {
    font-size: 22px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    position: absolute;
    top: 10rem;
    line-height: 45px;
  }
  .card__heading-span {
    padding: .5rem 1.5rem;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone; }
    .card__heading-span {
      background-image: linear-gradient(to right bottom, rgba(41, 152, 255, 0.85), rgba(86, 67, 250, 0.85)); border-radius: 0 50px 50px 0;}
  .card__details {
    padding: 2rem; }
    .card__details ul {
      list-style: none;
      margin: 0 auto; 
      padding: 0;}
      .card__details ul li {
        text-align: center;
        font-size: 1.3rem;
        padding: 1rem; }
        .card__details ul li:not(:last-child) {
          border-bottom: 1px solid #eee; }
  .card__cta {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .card__price-box {
    color: #fff;
    text-align: center;
    margin-bottom: 8rem; }
  .card__price-only {
    font-size: 1.4rem;
    text-transform: uppercase; }
  .card__price-value {
    font-size: 6rem;
    font-weight: 100; }
    
.btn--animated {
  animation: fadeInUp .5s ease-out;
  animation-fill-mode: backwards; }
.btn.focus, .btn:focus{
  box-shadow: none;
}
.btn:link, .btn:visited {
  text-transform: uppercase;
  padding: 12px 20px;
  display: inline-block;
  transition: all .2s;
  color: initial;
  position: relative;
  font-size: 1.6rem; }

.card__price-box .btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2); }

.card-cursos .btn:active {
  transform: translateY(-1px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2); }

.card-cursos .btn::after {
  content: '';
  display: inline-block;
  height: 100%;
  width: 100%;
  border-radius: 10rem;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: all .2s; }

.card-cursos .btn::after {
  background: #fff; }

.card-cursos .btn:hover::after {
  transform: scaleX(1.4) scaleY(1.6);
  opacity: 0; }

.btn--white {
  background-color: #fff;
  border-radius: 10rem; }

.btn--blue {
  background-color: #004e92;
  border-radius: 10rem;
  color: #fff !important; }
.ver-mais{
  display: none;
}
/* FIM CARD CURSOS */

/* PÁGINA CURSOS */
.banner-interno{
  position: relative;
  height: 300px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}
.banner-interno .banner-titulo{
  position: absolute;
  z-index: 3;
  color: #fff;
  text-align: center;
  max-width: 700px;
  text-shadow: 2px 4px 10px #00000085;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  top: 40%;
}
.banner-interno .banner-titulo h1{
  text-transform: uppercase;
  color: #fff;
  font-size: 50px;
  line-height: 56px;
  font-weight: 700;
}
.banner-interno .overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #001538;
  opacity: .85;
}
.breadcrumb{
  background-color: transparent;
}
.conteudo .list-group-item{
  cursor: pointer;
  border: none;
  background-color: transparent;
  color: #3737b3;
  padding: 0;

}
.conteudo .list-group-item div{
  padding: 15px 10px;
}
ul.list-group li div.active{
  background-color: #f2f2fc !important;
}
#apresentacao p,#apresentacao p,#dimensao-1-conteudo p,#dimensao-2-conteudo p,#dimensao-3-conteudo p{
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}
.conteudo .accordion>.card:first-of-type {
  border-bottom: 1px solid rgba(0,0,0,.125);
}
.conteudo .accordion>.card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 1px solid rgba(0,0,0,.125);
}
.accordion .card{
  margin-bottom: 10px;
}
.accordion .card-header{
  background-color: transparent;
}
.accordion .card-header:hover .btn{
  color: #fff !important;
  transition: color .0s;
}
.accordion .card-header:hover {
  background-color: #3737b3;
}
.accordion .card-header button{
  text-align: left;
}
.accordion .card-body {
  border-left: 3px solid #0098dd;
}
/* FIM PÁGINA CURSOS */

/* RESPONSIVE CSS
-------------------------------------------------- */
/* Small devices (landscape phones, 576px and up) */
@media (max-width: 575.98px) {
  .logo-header {
    width: 200px !important;
  }
  .banner-superior {
    min-height: 310px;
  }
  .boasvindas p {
    font-size: 20px;
  }
  .banner-superior .banner-titulo h1 {
    font-size: 36px;
  }
  .banner-superior .banner-titulo {
    bottom: 10%;
  }
  .scroll-downs {
    display: none;
  }
  .titulo:after{
    bottom: auto;
    margin-top: 20px;
  }
  .boasvindas {
    padding: 50px 0 25px 0;
  }
  .boasvindas h2, .ies h2, .cursos h2 {
    font-size: 26px;
    line-height: 30px;
  }
  .destaques, .ies {
    padding: 25px 15px;
  }
  .ies .button-principal{
    margin-bottom: 40px;
    text-align: center;
  }
  .ies h3 {
    font-size: 24px;
  }
  h3{
    font-size: 1.3em;
    color: #202d4f;
  }
  h4{
    font-size: 1.2em;
  }
  .cursos {
    padding: 25px 0 0 0;
  }
  /*Card Cursos*/
  .card-cursos {
    height: 28rem;
    margin-bottom: 20px;
  }
  .card-cursos:hover .card__side--front {
    transform: none; }
  .card-cursos:hover .card__side--back {
    transform: none; }
    .card__side {
      height: 28rem;
    }
    .card__picture {
    height: 10rem;
    }
    .card__heading {
      font-size: 1.3rem;
      top: 5rem;
    }
    .card__details {
      padding: 1rem;
    }
    .card__details ul li {
      font-size: 1rem;
      padding: 0.5rem;
    }
    .card__side--back{
      display: none;
    }
    .ver-mais{
      display: block;
  }
}


.artigo {
  min-height: 72vh;
}