/*=====================
Padrões
======================*/
@font-face {
  font-family: 'Telefonica';
  src: url('font/TelefonicaWeb-Bold.eot'); /* IE9 Compat Modes */
  src: url('font/TelefonicaWeb-Bold.woff2') format('woff2'), /* Super Modern Browsers */
       url('font/TelefonicaWeb-Bold.woff') format('woff'), /* Pretty Modern Browsers */
       url('TelefonicaWeb-Bold#TelefonicaBold') format('svg'); /* Legacy iOS */
       font-weight: bold;
}

@font-face {
    font-family: 'Headliner No. 45';
    src: url('font/HeadlinerNo45.woff2') format('woff2'),
        url('font/HeadlinerNo45.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
  font-family: 'Telefonica';
  src: url('font/TelefonicaWeb-Regular.eot'); /* IE9 Compat Modes */
  src: url('font/TelefonicaWeb-Regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('font/TelefonicaWeb-Regular.woff') format('woff'), /* Pretty Modern Browsers */
       url('TelefonicaWeb-Regular#TelefonicaRegular') format('svg'); /* Legacy iOS */
       font-weight: 500;
}

@font-face {
    font-family: 'Telefonica';
    src: url('font/Telefonica-ExtraLight.woff2') format('woff2'),
        url('font/Telefonica-ExtraLight.woff') format('woff');
        font-weight: 100;
}

@font-face {
    font-family: 'Telefonica';
    src: url('font/Telefonica-Light.woff2') format('woff2'),
        url('font/Telefonica-Light.woff') format('woff');
        font-weight: 300;
}

@font-face {
    font-family: 'BigNoodleTitling1';
    src: url('font/BigNoodleTitling.woff2') format('woff2'),
        url('font/BigNoodleTitling.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BigNoodleTitling';
    src: url('font/BigNoodleTitling-Oblique.woff2') format('woff2'),
        url('font/BigNoodleTitling-Oblique.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html, body{
  scroll-behavior: smooth;
}
body{
  font-family: 'Telefonica';
  font-weight: 500;
}
.eapps-link {
    transform: rotateX(90deg) !important;
}


/*=====================
Header
======================*/
header {
    position: absolute;
    z-index: 9;
    width: 100%;
    padding: 15px;
}
.grupadroap {
    position: absolute;
    display: none;
    width: 100%;
    top: 100%;
}
.dropao-menu {
    width: 100%;
    background: white;
    padding-top: 20px;
    border-radius: 0 0 10px 10px;
    margin-top: -10px;
}
header .box-white-header {
    background: white;
    padding: 10px 0;
    border-radius: 10px;
    position: relative;
}
.brandeduca:before {
    content: url(svg/marca.svg);
    width: 200px;
    display: block;
    margin: 0 auto;
}
.openmenu {
    background: none;
    border: none;
    padding: 0;
    display: flex;
    width: 100%;
    justify-content: center;
    height: 100%;
    flex-direction: column;
}
.lineshamb {
    display: block;
    width: 24px;
    height: 4px;
    background: #E25D33;
    margin: 2px 0;
    border-radius: 10000000px;
}
.openmenu span:nth-of-type(4){
    display: none;
}
.flex-header {
    display: flex;
}
.lado1-flex-header{
    width: 15%;
}
.lado2-flex-header{
    width: 70%;
}
.lado3-flex-header {
    display: none;
    position: relative;
}
.uppermenu-agrupa ul {
    padding: 0 15px;
    list-style: none;
    margin: 0;
}
.uppermenu-agrupa ul li a{
    display: inline-block;
    padding: 5px 0;
    width: 100%;
    color: #004755;
    font-family: "Telefonica";
    font-weight: 100;
    font-size: 20px;
    border-bottom: 1px solid #e8e8e8;
}
.uppermenu-agrupa ul li:last-of-type a{
    border-bottom:none;
}
.buttonsbig-menu {
    margin-top: 30px;
}
.buttonsbig-menu a {
    width: 100%;
    padding: 15px;
    background: #004755;
    text-align: center;
    color: white;
    font-family: "Telefonica";
    font-weight: 100;
    margin-bottom: 10px;
    border-radius: 10px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.buttonsbig-menu a:before {
    content: "";
    display: inline-block;
    width: 30px;
    margin-right: 10px;
    height: 30px;
}
.buttonsbig-menu a:nth-of-type(1)::before{
    content:url(svg/falec.svg);
}
.buttonsbig-menu a:nth-of-type(2)::before{
    content:url(svg/cadastre.svg);
}
.social-menu ul {
    padding: 0 15px;
    display: flex;
    margin-bottom: 10px;
    list-style: none;
}
.social-menu ul li a:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 10px;
}
.social-menu ul li:nth-of-type(1) a:before{
    content:url(svg/facebook.svg);
}
.social-menu ul li:nth-of-type(2) a:before{
    content:url(svg/linkedin.svg);
}
.social-menu ul li:nth-of-type(3) a:before{
    content:url(svg/insta.svg);
}
.abs-busca {
    position: absolute;
    width: 100%;
    display: none;
}
.abs-busca form{
    width: 100%;
}
.abs-busca form input{
    width: 100%;
    border-radius: 10px;
    border: 1px solid #dadada;
    padding: 5px 10px 5px 10px;
    font-size: 12px;
}
.abs-busca form button {
    position: absolute;
    right: 0;
    border: none;
    background: none;
    height: 100%;
    z-index: 9;
}
.abs-busca form button:before {
    content: url(svg/search.svg);
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    top: 3px;
    right: 0px;
    transform: scale(0.7);
}
@media(min-width: 1024px){
  .lado1-flex-header,
  .lado3-flex-header {
      width: 25%;
  }
  .lado2-flex-header {
      width: 50%;
  }
  .lado3-flex-header {
      display: flex;
      align-items: center;
      justify-content: flex-end;
  }
  .lado3-flex-header a{
      color: #004755;
      border-radius: 100px;
      padding: 8px 15px;
      display: inline-block;
      font-size: 14px;
  }
  .entrar-btn{
      border: 1px solid #e25d33;
  }
  .lado3-flex-header a:nth-of-type(1){
      display: flex;
      align-items: center;
  }
  .search-btn:after {
      content: url(svg/search.svg);
      display: inline-block;
      width: 20px;
      margin-left: 10px;
      position: relative;
      top: 2px;
  }
    .buttonsbig-menu{
        display: flex;
        align-items: center;
        width: 50%;
        flex-flow: wrap;
        justify-content: space-between;
    }
    .buttonsbig-menu a {
        width: 49%;
    }
}

@media(min-width: 1280px){
  header {
      padding: 18px 30px;
  }
}

/*=====================
Banner
======================*/
.banner {
    height: 100vh;
    background: url(img/capanova-visaoeduca.jpg);
    position: relative;
    z-index: 8;
    background-size: cover;
    background-position: center center;
}
.desc-banner {
    padding-top: 100px;
}
.desc-banner h1 {
    font-size: 56px;
    text-align: center;
    color: white;
    line-height: 58px;
    position: relative;
    font-family: "Headliner No. 45";
}
.desc-banner h1:before {
    content: url(svg/tag.svg);
    top: -9px;
    display: inline-block;
    width: 58px;
    position: absolute;
    left: -40px;
}
.desc-banner h1 span {
    display: inherit;
    font-size: 94px;
    line-height: 70px;
    position: relative;
}
.desc-banner h1 i {
    font-style: normal;
    font-family: "Telefonica";
    position: absolute;
    left: 79px;
    bottom: 22px;
    font-size: 40px;
}
.desc-banner p {
    font-family: "Telefonica";
    font-weight: 300;
    color: white;
    font-size: 16px;
    text-align: center;
    line-height: 16px;
}
.desc-banner p b{
    font-family: "Telefonica";
    font-weight: bold;
}
.desc-banner a{
    color: white;
    background: #e25d33;
    padding: 10px 20px;
    margin-left: 20px;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    border-radius: 10px;
    transition: 0.4s ease;
    z-index: 999999;
    position: relative;
}
.desc-banner a:hover{
    transition: 0.4s ease;
    background: #c75d30;
}
.desc-banner a:hover{

}
.abs-button-banner {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
}
.abs-button-banner .boxen-orange {
    width: 100%;
    display: inline-block;
    border-radius: 10px;
    text-align: center;
    padding: 35px 20px;
    font-size: 14px;
    line-height: 16px;
    color: white;
    font-family: "Telefonica";
    font-weight: 100;
    position: relative;
}
.abs-button-banner .boxen-orange:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: #E25D33;
    transform: rotate(-2deg);
}
.abs-button-banner .boxen-orange b{
    font-family: "Telefonica";
    font-weight: bold;
}
.abs-button-banner .boxen-orange span{
    position: relative;
}
.play-btn-banner {
    width: 70px;
    height: 70px;
    background: #e25d33;
    margin: 10px auto;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.play-btn-banner:before {
    content: url(svg/play.svg);
    display: block;
    width: 20px;
    height: 26px;
}
.banner > .container {
    height: 100%;
    display: flex;
    flex-direction: inherit;
    justify-content: center;
}
.banner > .container .row{
    width: 100%;
}
@media(min-width: 768px){
  .desc-banner h1{
      font-size: 38px;
      line-height: 44px;
      margin-bottom: 40px;
  }
  .desc-banner p {
      font-size: 18px;
      line-height: 24px;
  }
  .abs-button-banner {
      display: flex;
      justify-content: center;
      width: 100%;
      align-items: center;
      padding: 50px 0;
  }
  .abs-button-banner .boxen-orange {
      max-width: 550px;
      margin-left: 20px;
      padding: 35px 45px;
      font-size: 18px;
      line-height: 22px;
  }
  .play-btn-banner{
      margin: 0;
      width: 80px;
      height: 80px;
  }
  .desc-banner h1 i {
	  left: 293px;
	  bottom: 13px;
   }
}

@media(min-width: 1024px){
   .desc-banner h1 i {
	   left: 92px;
	   bottom: 38px;
	   font-size: 60px;
   }
  .desc-banner {
      display: flex;
      padding-top: 150px;
      flex-direction: column;
      align-items: end;
  }
  .desc-banner h1 {
      font-size: 100px;
      line-height: 100px;
      margin-bottom: 20px;
  }
  .desc-banner h1 span {
      font-size: 168px;
      line-height: 124px;
  }
  .desc-banner h1:before {
      top: -13px;
      width: 95px;
      left: -58px;
  }
  .desc-banner p {
      text-align: left;
      font-size: 18px;
      line-height: 22px;
      padding-left: 20px;
      width: 80%;
  }
}

@media(min-width: 1280px){
  .desc-banner {
      padding-top: 200px;
  }
  .banner {
	  height: 125vh;
  }
}

@media(min-width: 1920px){
  .banner {
	  height: 100vh;
  }
  .desc-banner h1 {
      font-size: 138px;
      line-height: 145px;
  }
  .desc-banner h1 span{
     font-size: 230px;
     line-height: 168px;
  }
  .desc-banner p {
      font-size: 22px;
      line-height: 26px;
  }
  .desc-banner h1:before {
      top: -18px;
      width: 120px;
      left: -70px;
  }
   .desc-banner h1 i {
		left: 125px;
		bottom: 56px;
		font-size: 90px;
	}
}

/*=====================
Linhas com ondas
======================*/
.line-ondas{
  display: none;
}
.line-ondas .st0{fill:url(#SVGID_1_);}
.line-ondas .st1{fill:url(#SVGID_2_);}
.line-ondas .st2{fill:url(#SVGID_3_);}
.line-ondas .st3{fill:url(#SVGID_4_);}
.line-ondas .st4{fill:url(#SVGID_5_);}
.line-ondas .st5{fill:url(#SVGID_6_);}
.line-ondas .st6{fill:url(#SVGID_7_);}
.line-ondas .st7{fill:url(#SVGID_8_);}
.line-ondas .st8{fill:url(#SVGID_9_);}
.line-ondas .st9{fill:url(#SVGID_10_);}
.line-ondas .st10{fill:url(#SVGID_11_);}
.line-ondas .st11{fill:url(#SVGID_12_);}
.line-ondas .st12{fill:url(#SVGID_13_);}
.line-ondas .st13{fill:url(#SVGID_14_);}
.line-ondas .st14{fill:url(#SVGID_15_);}
.line-ondas .st15{fill:url(#SVGID_16_);}
.line-ondas .st16{fill:url(#SVGID_17_);}
.line-ondas .st17{fill:url(#SVGID_18_);}
.line-ondas .st18{fill:url(#SVGID_19_);}
.line-ondas .st19{fill:url(#SVGID_20_);}
.line-ondas .st20{fill:url(#SVGID_21_);}
.line-ondas .st21{fill:url(#SVGID_22_);}
.line-ondas .st22{fill:url(#SVGID_23_);}
.line-ondas .st23{fill:url(#SVGID_24_);}
.line-ondas .st24{fill:url(#SVGID_25_);}
.line-ondas .st25{fill:url(#SVGID_26_);}
.line-ondas .st26{fill:url(#SVGID_27_);}
.line-ondas .st27{fill:url(#SVGID_28_);}
.line-ondas .st28{fill:url(#SVGID_29_);}
.line-ondas .st29{fill:url(#SVGID_30_);}
.line-ondas .st30{fill:url(#SVGID_31_);}
.line-ondas .st31{fill:url(#SVGID_32_);}
.line-ondas .st32{fill:url(#SVGID_33_);}
.line-ondas .st33{fill:url(#SVGID_34_);}
.line-ondas .st34{fill:url(#SVGID_35_);}
.line-ondas .st35{fill:url(#SVGID_36_);}
.line-ondas .st36{fill:url(#SVGID_37_);}
.line-ondas .st37{fill:url(#SVGID_38_);}
.line-ondas .st38{fill:url(#SVGID_39_);}
.line-ondas .st39{fill:url(#SVGID_40_);}
.line-ondas .st40{fill:url(#SVGID_41_);}
.line-ondas .st41{fill:url(#SVGID_42_);}
.line-ondas .st42{fill:url(#SVGID_43_);}
.line-ondas .st43{fill:url(#SVGID_44_);}
.line-ondas .st44{fill:url(#SVGID_45_);}
.line-ondas .st45{fill:url(#SVGID_46_);}
.line-ondas .st46{fill:url(#SVGID_47_);}
.line-ondas .st47{fill:url(#SVGID_48_);}
.line-ondas .st48{fill:url(#SVGID_49_);}
.line-ondas .st49{fill:url(#SVGID_50_);}
.line-ondas .st50{fill:url(#SVGID_51_);}
.line-ondas .st51{fill:url(#SVGID_52_);}
.line-ondas .st52{fill:url(#SVGID_53_);}
.line-ondas .st53{fill:url(#SVGID_54_);}
.line-ondas .st54{fill:url(#SVGID_55_);}
.line-ondas .st55{fill:url(#SVGID_56_);}
.line-ondas .st56{fill:url(#SVGID_57_);}

@media(min-width: 1024px){
  .line-ondas {
      display: block;
      position: relative;
      background: #dfecee;
      margin-top: -10px;
      overflow: hidden;
  }
  .line-ondas:before {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      background: linear-gradient(to top, #dfecee, transparent);
      width: 110%;
      height: 100%;
  }
}

/*=====================
Artigos - Home
======================*/
.padrao-artigos{
    padding: 30px 0;
    background: #DFECEE;
}
.title-padrao-artigos h2 {
    color: #264754;
    text-transform: uppercase;
    font-family: "Telefonica";
    font-weight: 100;
    font-size: 38px;
    line-height: 26px;
    padding-left: 65px;
    position: relative;
    margin-bottom: 10px;
    height: 55px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.title-padrao-artigos h2 span {
    color: #264754;
    font-family: "Telefonica";
    font-weight: 100;
    text-transform: uppercase;
    font-size: 16px;
    display: inherit;
    letter-spacing: 5px;
}
.title-padrao-artigos h2:before {
    content: url(svg/tag.svg);
    display: inline-block;
    width: 55px;
    position: absolute;
    left: 0;
    top: 0;
}
.title-padrao-artigos p {
    color: #264754;
    font-family: "Telefonica";
    font-weight: 300;
    font-size: 14px;
    line-height: 14px;
}
.title-padrao-artigos p br{
    display: none;
}
.unicagrid-artigo {
    position: relative;
    padding: 20px;
    margin-bottom: 10px;
    background: #9e9e9e;
    background-size: cover;
    background-position: center center;
}
.desc-artigo-grid {
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position:relative;
}
.bottom-desc-artigo h2 {
    color: white;
    font-family: "Telefonica";
    font-weight: bold;
    font-size: 12px;
    margin: 10px 0;
    margin: 0;
}
.data-artigo{
    font-family: "Telefonica";
    font-weight: 100;
    color: white;
    font-size: 12px;
    letter-spacing: 2px;
}
.categoria-artigo {
    font-family: "Telefonica";
    font-weight: bold;
    color: white;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    visibility: hidden;
}

.tagArtigo{
    font-family: "Telefonica";
    font-weight: bold;
    color: white;
    font-size: 12px;
    letter-spacing: 2px;
}
.area-ver-mais{
    text-align: center;
}
.area-ver-mais a {
    color: #264754;
    padding: 10px 25px;
    border: 1px solid #79B4B6;
    border-radius: 100px;
    display: inline-block;
    text-decoration: none;
    transition: 0.4s ease all;
}
.area-ver-mais a:hover{
    background: #79B4B6;
    transition: 0.4s ease all;
}
.unicagrid-artigo:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: linear-gradient(rgb(0 0 0 / 0%), black);
    height: 100%;
    opacity: 0.6;
}
.desc-artigo-grid a:hover,
.desc-artigo-grid a{
    text-decoration:none;
}
.absolute-grid-ghome{
    display:none;
}
.zindexen{
    position:relative;
    z-index:8;
}
.breve{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.breve span{
    font-family: "Telefonica";
    font-weight: bold;
    font-size: 16px;
    letter-spacing: -1px;
}

@media(min-width: 768px){
  .padrao-artigos{
      padding: 50px 0;
  }
  .title-padrao-artigos h2 {
      font-size: 58px;
      line-height: 40px;
      height: 90px;
      padding-left: 110px;
      margin-bottom: 20px;
  }
  .title-padrao-artigos h2 span {
      font-size: 28px;
  }
  .title-padrao-artigos h2:before {
      width: 90px;
  }
  .title-padrao-artigos p {
      font-size: 18px;
      line-height: 22px;
      max-width: 80%;
  }
  .bottom-desc-artigo h2 {
      font-size: 16px;
  }
}

@media(min-width: 1024px){
    .absolute-grid-ghome{
        position: absolute;
        left: 0;
        top: 0;
        display: grid;
        grid-template-rows: 200px 240px 240px;
        width: 100%;
        grid-template-columns: 25% 25% 25% 25%;
        opacity: 0.4;
    }
    .primeiro-bloco-art{
        margin-top: -150px;
    }
    .flex-and-grid{
        display: flex;
        flex-flow: wrap;
    }
	.grid-home-artigos {
		position: relative;
		display: grid;
		grid-template-rows: 200px 240px 240px;
		width: 100%;
		grid-template-columns: 25% 25% 25% 25%;
	}
    .gridart-A{
       grid-column: 1 / 3;
       grid-row: 1 / 3;
    }
    .gridart-B{
        grid-column: 3 / 6;
        grid-row: 1 / 2;
    }
    .gridart-C{
        grid-column: 3 / 4;
        grid-row: 2 / 4;
    }
    .gridart-D{
        grid-column: 4 / 6;
     }
    .gridart-E{
        grid-column: 4 / 6;
        grid-row: 3 / 4;
    }
    .gridart-F{
       grid-column: 1 / 3;
       grid-row: 4 / 0;
    }
    .gridart-1{
       grid-column: 1 / 3;
       grid-row: 1 / 3;
    }
    .gridart-2{
        grid-column: 3 / 6;
        grid-row: 1 / 2;
    }
    .gridart-3{
        grid-column: 3 / 4;
        grid-row: 2 / 4;
    }
    .gridart-4{
        grid-column: 4 / 6;
     }
    .gridart-5{
        grid-column: 4 / 6;
        grid-row: 3 / 4;
    }
    .gridart-6{
       grid-column: 1 / 3;
       grid-row: 4 / 0;
    }

    .unicagrid-artigo {
        margin: 5px;
    }
    .desc-artigo-grid {
        height: 100%;
    }
    .area-ver-mais {
        padding: 10px 0;
        text-align: right;
    }
    .title-padrao-artigos p br{
        display: block;
    }
    /*.aumente-bloq{
        grid-column: 1 / 4;
    }*/
}

/*=====================
Bottom da Home
======================*/
.bottom-da-home{
    padding: 30px 0 280px 0;
    background: #DFECEE;
    position: relative;
}
.desc-bottom-da-home h2 {
    font-family: "Telefonica";
    color: #79B4B6;
    font-size: 16px;
    text-align: center;
    line-height: 22px;
    font-weight: 300;
}
.desc-bottom-da-home h3{
    text-align: center;
    font-family: "Telefonica";
    font-weight: bold;
    color: #79B4B6;
    font-size: 16px;
    margin-top: 20px;
}
.laranja-bottom{
    padding: 20px;
    background: #e25d33;
    border-radius: 10px;
}
.laranja-bottom p{
   margin: 0;
   width: 100%;
   display: inline-block;
   border-radius: 10px;
   text-align: center;
   padding: 35px 20px;
   font-size: 16px;
   line-height: 20px;
   color: white;
   font-family: "Telefonica";
   font-weight: 100;
   position: relative;
}

@media(min-width: 768px){
  .desc-bottom-da-home h2 {
      font-size: 24px;
      line-height: 28px;
  }
  .desc-bottom-da-home h3 {
      font-size: 22px;
      margin: 30px 0;
  }
  .laranja-bottom p {
      font-size: 18px;
      line-height: 24px;
  }
}

@media(min-width: 1024px){
  .laranja-bottom,
  .desc-bottom-da-home {
      max-width: 80%;
      margin: 0 auto;
  }
}

/*=====================
Ondas
======================*/
.flex {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.waves {
  position:relative;
  width: 100%;
  height:15vh;
  margin-bottom:-7px;
  min-height:100px;
  max-height:150px;
}
.ondasMar {
    width: 100%;
    z-index: 3;
    bottom: 0;
    position: absolute;
}
.ondasMar path {
    fill: hsl(180deg 53% 54% / 68%);
}
.content {
  position:relative;
  height:20vh;
  text-align:center;
  background-color: white;
}
.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
  }
  100% {
    transform: translate3d(85px,0,0);
  }
}
@media (max-width: 768px) {
  .waves {
    height:40px;
    min-height:40px;
  }
}

/*=====================
Rodapé
======================*/
footer {
    padding: 30px 0 0 0;
    background: #4DC7C8;
}
.brand-rodape:before {
    content: url(svg/marcabranca.svg);
    display: block;
    width: 170px;
    margin: 0 auto 30px auto;
}
.grid-rodape-flex{
    margin-bottom: 20px;
}
.grid-rodape-flex h3 {
    color: #264754;
    font-size: 18px;
    font-family: "Telefonica";
    font-weight: 500;
    margin-bottom: 15px;
}
.grid-rodape-flex b{
   font-family: "Telefonica";
   font-weight: bold;
}
.grid-rodape-flex p,
.grid-rodape-flex address{
    font-size: 12px;
    line-height: 14px;
    color: #264754;
    margin: 0;
}
.linetop-footer {
    border-bottom: 1px solid #264754;
    margin-bottom: 20px;
}
.flex-copy{
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
}
.flex-copy span{
    font-family: "Telefonica";
    font-weight: bold;
    color: #264754;
    line-height: 18px;
}
.flex-copy a{
    font-family: "Telefonica";
    font-weight: 300;
    color: #264754;
    margin-top: 10px;
}
.flex-copy a b{
    font-family: "Telefonica";
    font-weight: bold;
}
.flex-copy a i:before {
    content: url(svg/coracao.svg);
    display: inline-block;
    width: 15px;
    position: relative;
    top: 3px;
}

@media(min-width: 1024px){
  footer{
      padding: 100px 0 0;
  }
  .flex-rodape{
      display: flex;
      justify-content: space-between;
  }
  .grid-rodape-flex{
      width: 33%;
  }
  .flex-copy{
      flex-direction: inherit;
      justify-content: space-between;
  }
  .flex-copy a{
      margin: 0;
  }
}

/*====================
Single - Elementor ajutes
====================*/
.checklistBlog .elementor-70 .elementor-element.elementor-element-4bb498b .mf-checkbox-option input[type="checkbox"] + span:before {
    color: #004E65;
    content: "\f111";
}
.checklistBlog .mf-checkbox-option input[type="checkbox"]:checked + span:before {
    content: "\f058" !important;
    color: #004E65;
}
.grid-single-artigos {
    display: flex;
    flex-flow: wrap;
    justify-content: flex-end;
}
.grid-single-artigos .simples-post {
    width: 50%;
}
.leiamais {
    padding: 0 0 80px 0;
    background: linear-gradient(to bottom, #ddf0f2, #dfecee);
}
.elementor-70 .elementor-element.elementor-element-8a37600 {
    box-shadow: none !important;
}
.foto-mini-single {
    width: 100%;
    height: 150px;
    background-size: cover;
    background-position: center center;
    border-radius: 10px;
    margin-bottom: 10px;
}
.simples-post a {
    display: inherit;
    padding-right: 15px;
}
.simples-post a:hover,
.simples-post a,
.simples-post a *{
    text-decoration: none;
}
.bloco-svg-tooltip .st0{fill:none;stroke:#274754;stroke-width:0.5;stroke-miterlimit:10;}
.bloco-svg-tooltip .st1{fill:#2B4D63;}
.bloco-svg-tooltip .st2{font-family:'Telefonica';font-weight:500;}
.bloco-svg-tooltip .st3{font-size:20.9361px;}
.bloco-svg-tooltip .st4{fill:#C8572F;}
.bloco-svg-tooltip .st5{fill:none;stroke:#B0B0B0;stroke-miterlimit:10;}
.bloco-svg-tooltip .st6{fill:none;stroke:#BEBDBD;stroke-miterlimit:10;}
.bloco-svg-tooltip .st7{fill:none;stroke:#274754;stroke-miterlimit:10;}
.bloco-svg-tooltip .st8{fill:none;stroke:#274754;stroke-miterlimit:10;stroke-dasharray:4.9944,4.9944;}
.bloco-svg-tooltip .st9{font-size:35.1217px;}
.bloco-svg-tooltip g{
    cursor: pointer;
    pointer-events: all;
}
.bloco-svg-tooltip g:hover path{
    fill: white;
}
.tooltip-inner ul{
    margin: 0;
    list-style: circle;
    padding-left: 20px;
}
.tooltip-inner ul li{
    font-size: 12px;
    color:#004E65;
    line-height: 14px;
    font-weight: 300;
    margin: 0;
    text-align: left;
    padding: 10px 0;
}
.tooltip-inner {
	background: white;
}
.tooltip-text,
.tooltip-text ul li{
    font-size: 12px;
    color:#004E65;
    line-height: 14px;
    font-weight: 300;
    display: inline-block;
    margin: 0;
    text-align: left;
    padding: 10px 0;
}

@media(min-width: 1024px){
	.bloco-svg-tooltip .st2{font-weight:100;}
	.tooltip-inner {
		max-width: 350px;
		width: 350px;
	}
  .grid-single-artigos .simples-post {
      width: 25%;
  }
}

/*=====================
CATEGORY PAGE
=======================*/
.cabecalho-category-vp{
    height: 480px;
    padding-top: 100px;
    background: url(img/ondas-bk.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.descname-category h1 {
  color: #004755;
  text-transform: uppercase;
  font-family: "Telefonica";
  font-weight: 100;
  position: relative;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 38px;
  line-height: 13px;
  padding-left: 65px;
  height: 55px;
}

.descname-category h1:before {
    content: url(svg/tag.svg);
    display: inline-block;
    width: 55px;
    position: absolute;
    left: 0;
    top: 0;
}

.descname-category h1 span {
    font-size: 25px;
}

.flex-category-heading {
    display: flex;
    flex-direction: column;
    flex-flow: wrap;
    align-items: center;
}

.flex-category-heading .img-flex-category img {
    width: 100%;
}

.flex-category-heading .img-flex-category {
    width: 100%;
}

.flex-category-heading .descname-category {
    width: 100%;
    margin-top: 20px;
}

section.posts-categori {
    background: #DDF0F2;
    padding: 150px 15px 0px;
}

.posts-categori .grid-home-artigos {
    width: 100%;
}


span.categori-simples-post {
    color: #E25D33;
    font-size: 13px;
    font-family: "Telefonica";
    font-weight: 100;
}

h2.title-simples-post {
    color: #004755;
    font-size: 16px;
    margin: 5px 0px 15px;
    font-family: "Telefonica";
    font-weight: bold;
}

span.data-simples-post {
    color: #004755;
    letter-spacing: 2px;
    font-family: "Telefonica";
    font-weight: 100;
    font-size: 13px;
}

.simples-post {
    margin-top: 50px;
}

.bottom-da-categoria {
    background: #DDF0F2;
    padding: 50px 0px 200px;
    position: relative;
}

section.bottom-da-categoria:before {
    content: "";
    background: url(img/bk-rodape-categoria.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    right: 0;
    bottom: 20px;
    position: absolute;
    width: 340px;
    height: 200px;
}

@media (min-width: 768px){
  section.posts-categori {
      padding: 150px 0px 0px;
  }

  .descname-category:before {
      width: 90px;
  }
  .descname-category h1:before {
      width: 90px;
  }
  .descname-category h1 span{
    font-size: 35px;
  }
  .descname-category h1 {
    font-size: 58px;
    line-height: 20px;
    height: 90px;
    padding-left: 110px;
  }
  .flex-category-heading .img-flex-category {
      width: 60%;
  }

  .flex-category-heading .descname-category {
      width: 40%;
      margin: 0px 0px 100px;
  }
  .flex-category-heading .img-flex-category.categoria-4 img {
      width: 78%;
  }

  .flex-category-heading .img-flex-category.categoria-2 img {
      width: 85%;
  }
  h2.title-simples-post {
      font-size: 20px;
      padding-right: 30px;
  }
  .bottom-da-categoria {
      padding: 150px 0px 250px;
  }
  section.bottom-da-categoria:before {
      height: 400px;
  }
}

/*=====================
SEARCH PAGE
=======================*/
.topo-post-search {
    height: 300px;
    padding-top: 100px;
    background: url(img/ondas-bk.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-flow: wrap;
    align-items: center;
}


h1.page-title {
    color: #004755;
    text-transform: uppercase;
    font-family: "Telefonica";
    font-weight: 100;
    position: relative;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 38px;
    line-height: 20px;
    padding-left: 65px;
    height: 55px;
}

h1.page-title span {
    font-size: 25px;
    text-transform: lowercase;
}

.resultado-post-search {
    background: linear-gradient(#f2fdff, #dfecee);
    padding: 50px 0;
}

h1.page-title:before {
    content: url(svg/tag.svg);
    display: inline-block;
    width: 55px;
    position: absolute;
    left: 0;
    top: 0;
}

h2.nenhum-resultado-encontrado {
    font-family: "Telefonica";
    font-weight: 300;
    color: #79B4B6;
    font-size: 16px;
    text-align: center;
    line-height: 22px;
}

.no-results {
    min-height: 40vh;
}

.resultado-post-search .grid-home-artigos {
    width: 100%;
}


@media (min-width: 768px){
  h1.page-title {
      font-size: 58px;
      line-height: 20px;
      height: 90px;
      padding-left: 110px;
  }
  h1.page-title span {
      font-size: 35px;
  }

  h1.page-title:before {
      width: 90px;
  }
  h2.nenhum-resultado-encontrado{
    font-size: 25px;
    line-height: 28px;
  }
}

/*=====================
MODAL DESAFIO
=======================*/
.form-modal-desafio{
    position: relative;
}
.btnFecharModalDesafios {
    background: transparent;
    border: 0px;
}
.pergunta-2,
.pergunta-3,
.pergunta-4,
.pergunta-5,
.pergunta-6,
.pergunta-7,
.pergunta-8{
    display: none;
}
.buttonnext {
    text-align: center;
}
.buttonnext a{
    text-decoration: none;
    color: white;
    font-size: 14px;
    font-weight: 900;
    padding: 10px 30px;
    background: #e25d33;
    display: inline-block;
    border-radius: 10px;
    margin-top: 15px;
    transition: 0.4s ease all;
}
.buttonnext a:hover {
    background: #b14422;
    color: white;
    transition: 0.4s ease all;
}
.download-ebook-btn{
    text-align: center;
    padding: 10px 0;
}
.download-ebook-btn a{
    display: inline-block;
    background: #e25d33;
    padding: 15px 30px;
    border-radius: 5px;
    color: white;
    font-weight: 600;
    font-size: 18px;
	text-decoration:none;
	transition:0.5s ease all;
}
.download-ebook-btn a:hover{
	background:#791f02;
	transition:0.5s ease all;
}
#tipoebook{
	display:none;
}