/*
Theme Name: Pulo FC
Author: Maxsen Marketing Digital
Author URI: https://www.maxsen.com.br
Description: Tema desenvolvido especialmente para o Pulo FC - 2024
Requires at least: 6.6.2
Tested up to: 6.6.2
Requires PHP: 8.2.4
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pulofc
*/


/* Social Media Icons
-------------------------------------------------------------- */

  @font-face {
    font-family: 'icomoon';
    src:  url('fonts/icomoon.eot?qxd0fq');
    src:  url('fonts/icomoon.eot?qxd0fq#iefix') format('embedded-opentype'),
      url('fonts/icomoon.ttf?qxd0fq') format('truetype'),
      url('fonts/icomoon.woff?qxd0fq') format('woff'),
      url('fonts/icomoon.svg?qxd0fq#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }

  [class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    margin-right: 1rem;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .icon-facebook2:before {
    content: "\ea91";
  }
  .icon-instagram:before {
    content: "\ea92";
  }
  .icon-whatsapp:before {
    content: "\ea93";
  }
  .icon-spotify:before {
    content: "\ea94";
  }
  .icon-twitter:before {
    content: "\ea96";
  }
  .icon-youtube:before {
    content: "\ea9d";
  }
  .icon-linkedin:before {
    content: "\eac9";
  }

/* 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 browser 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. */
  }

/* Pulo FC
-------------------------------------------------------------- */

/* Básicos
-------------------------------------------------------------- */

    html, nav, footer {
    	color: rgb(1, 1, 1);
    }

    h1, h2, h3, h4, h5, h6, blockquote, .wp-pagenavi { 
    	font-family: 'Sofia Sans Extra Condensed';
    }

    h2, h3, h4, h5, h6 { 
      text-transform: uppercase;
      font-weight: 700;
    }

    abbr[title] {
      text-decoration: none;
    }

    ul:not(.browser-default) {
      padding-left:  40px;
    }

    ul:not(.browser-default)>li {
      list-style-type: circle;
    }

    ul.itensplano>li {
      list-style-type: none;
    }

    .section {
      padding-top: 4rem;
      padding-bottom: 4rem;
    }

    .halfcolor {
      opacity: 50%;
    }

    .pretitulo {
      margin-bottom: .5rem;
    }

    .pretitulo ~ h2,
    .pretitulo ~ h3,
    .pretitulo ~ h4,
    .pretitulo ~ h5 { 
      margin-top: 0;
    }

    a:link, a:visited, a:hover, a:active {
      color: #e65100;
    }

    .bgamarelo,
    a.btn, a.btn-large, a.btn-small, button.btn,
    a.btn:visited, a.btn-large:visited, a.btn-small:visited, button.btn:visited,
    a.btn:hover, a.btn-large:hover, a.btn-small:hover, button.btn:hover,
    a.btn:active, a.btn-large:active, a.btn-small:active, button.btn:active,
    .material-tooltip {
    	background-color: rgb(255,194,5);
      color: rgb(1,1,1);
    }

    .bgpreto {
    	background-color: rgb(1,1,1);
    }

    .bgamarelo a:link, .bgamarelo a:visited, .bgamarelo a:hover, .bgamarelo a:active {
      color: rgb(1,1,1);
    }

    h1 a:link, h1 a:visited,
    h2 a:link, h2 a:visited,
    h3 a:link, h3 a:visited,
    h4 a:link, h4 a:visited,
    h5 a:link, h5 a:visited,
    h6 a:link, h6 a:visited,
    .wp-pagenavi a:link, .wp-pagenavi a:visited {
      transition: all 0.5s;
      color: rgb(1,1,1);
    } 

    h1 a:hover, h1 a:active,
    h2 a:hover, h2 a:active,
    h3 a:hover, h3 a:active,
    h4 a:hover, h4 a:active,
    h5 a:hover, h5 a:active,
    h6 a:hover, h6 a:active,
    #pagebanner a:link,
    #pagebanner a:visited,
    #pagebanner a:hover,
    #pagebanner a:active {
      color: rgb(255,194,5);
    }

    .wp-pagenavi a:link, .wp-pagenavi a:visited, .wp-pagenavi span {
      display: inline-block;
      padding: 20px;
      background-color: #f5f5f5;
      margin: 10px 0;
    }

    .wp-pagenavi a:hover, .wp-pagenavi a:active {
      color: rgb(255,194,5);
      background-color: rgb(1,1,1);
    }

    nav, section, footer {
      padding: 0 20px;
    }

    nav ul:not(.browser-default) {
      padding-left:  0;
    }

    nav ul:not(.browser-default)>li {
      list-style-type: none;
    }

    p {
    	margin-bottom: 1rem;
    }

    .btn-go::after {
      content:  "\002B9E";
      margin-left: .5rem;
    }

    .btn-back::before {
      content:  "\002B9C";
      margin-right: .5rem;
    }

    .btn-floating {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 40px;
      height: 40px;
      transform: translate(-50%, -50%);
    }

    /* label color */
    .input-field label {
       color: #000;
    }

    input:not([type]):focus:not([readonly]),
    input[type=text]:not(.browser-default):focus:not([readonly]),
    input[type=password]:not(.browser-default):focus:not([readonly]),
    input[type=email]:not(.browser-default):focus:not([readonly]),
    input[type=url]:not(.browser-default):focus:not([readonly]),
    input[type=time]:not(.browser-default):focus:not([readonly]),
    input[type=date]:not(.browser-default):focus:not([readonly]),
    input[type=datetime]:not(.browser-default):focus:not([readonly]),
    input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
    input[type=tel]:not(.browser-default):focus:not([readonly]),
    input[type=number]:not(.browser-default):focus:not([readonly]),
    input[type=search]:not(.browser-default):focus:not([readonly]),
    textarea.materialize-textarea:focus:not([readonly]) {
        color: rgb(255,194,5);
        border-bottom: 1px solid #ffc205;
      }

    input:not([type]):focus:not([readonly])+label,
    input[type=text]:not(.browser-default):focus:not([readonly])+label,
    input[type=password]:not(.browser-default):focus:not([readonly])+label,
    input[type=email]:not(.browser-default):focus:not([readonly])+label,
    input[type=url]:not(.browser-default):focus:not([readonly])+label,
    input[type=time]:not(.browser-default):focus:not([readonly])+label,
    input[type=date]:not(.browser-default):focus:not([readonly])+label,
    input[type=datetime]:not(.browser-default):focus:not([readonly])+label,
    input[type=datetime-local]:not(.browser-default):focus:not([readonly])+label,
    input[type=tel]:not(.browser-default):focus:not([readonly])+label,
    input[type=number]:not(.browser-default):focus:not([readonly])+label,
    input[type=search]:not(.browser-default):focus:not([readonly])+label,
    textarea.materialize-textarea:focus:not([readonly])+label {
        color: rgb(255,194,5);
      }

    label {
        color: rgb(255,194,5);
      }

    #newsletter .input-field label {
        color: rgb(255,194,5);
      }

      /* label focus color */
      .input-field input[type=email]:focus + label {
          color: rgb(255,194,5);
      }

      /* label underline focus color */
      .input-field input[type=email]:focus {
          border-bottom: 1px solid #ffc205;
          box-shadow: 0 1px 0 0 #000;
      }
       
      /* valid color */
      .input-field input[type=email].valid {
          border-bottom: 1px solid #4caf50;
          box-shadow: 0 1px 0 0 #000;
      }
       /* invalid color */
       .input-field input[type=email].invalid {
         border-bottom: 1px solid red;
         box-shadow: 0 1px 0 0 #000;
       }
       /* icon prefix focus color */
       .input-field .prefix.active {
         color: #000;
       }

       blockquote {
        background-color: #f5f5f5;
        padding: 40px 80px 40px;
        border: 0;
        font-style: italic;
        text-align: center;
        font-size: 1.64rem;
       }

       hr {
        margin: 40px 0;
       }


/* Google Chart
-------------------------------------------------------------- */

    .google-visualization-table {
      text-transform: uppercase;
    }

    .google-visualization-table-table {
      font-family: 'Sofia Sans Extra Condensed' !important;
      font-size: 1.5rem !important;
      font-weight: 700 !important;
    }

    .google-visualization-table-th,
    .google-visualization-table tbody td:nth-last-child(-n+4) {
      text-align: center;
    }

    .google-visualization-table .gradient {
      background-image: none !important;
    }
    
    .google-visualization-table-tr-head th {
      background-color: rgb(255,194,5);
    }

    .google-visualization-table tbody tr:nth-child(-n+4) td:first-child,
    .tablelegend p:nth-child(1) {
      border-left: solid 5px #4caf50;
    }

    .google-visualization-table tbody tr:nth-last-child(-n+4) td:first-child,
    .tablelegend p:nth-child(2) {
      border-left: solid 5px #f44336;
    }

    .tablelegend p {
      padding-left: 5px;
    }


/* Navegação
-------------------------------------------------------------- */

    nav a, .page-footer, .page-footer .footer-copyright {
    	color: rgb(1, 1, 1);
    }

    nav ul a {
    	color: rgb(1, 1, 1);
    	font-family: 'Sofia Sans Extra Condensed';
    	font-weight: 700;
    	text-transform: uppercase;
    	font-size: 1.3rem;
    }

    #mobile-menu {
    	background-color: rgb(255,194,5);
    	font-family: 'Sofia Sans Extra Condensed';
    	color: rgb(1, 1, 1);
    	text-transform: uppercase;
    	z-index: 1500;
    }

    .sidenav li>a {
    	font-size: 20px;
    }

    .sidenav-overlay {
    	z-index: 800;
    }

    nav .sub-menu {
      position: absolute;
      min-width: 115px;
      display: none;
      transition: all .3s;
		  background-color: rgb(255,194,5);
      z-index:  10;
      box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
    }

    nav .sub-menu li {
        white-space: nowrap;
        float: none;
        height: 48px;
        line-height: 48px;
    }

    nav .sub-menu li .sub-menu {
      position: relative;
      left:  115px;
      top:  -48px;
    }

    li.menu-item-has-children:hover > .sub-menu {
        display: block;
    }

    .logged-in #mobile-menu li:first-child {
        margin-top:  50px;
    }

    .wp-pagenavi {
      font-size: 1.64rem;
    }

    .wp-pagenavi span.current {
      background-color: rgb(255,194,5);
    }


/* Home
-------------------------------------------------------------- */

    .slider h1 {
      font-weight: 700;
      font-size: 6.3rem;
    }

    .slider img {
      filter: brightness(50%);
    }

    .slider .indicators {
      bottom: 64px;
      z-index: 50;
    }

    .slider .indicators .indicator-item.active {
      background-color: rgb(255,194,5);
    }

    #happybirthday {
      margin-top: -40px;
      min-height: 400px;
      padding-bottom: 0;
      background: url('img/fundo-niver.webp');
    }

    #happybirthday .row {
      margin-bottom: 0;
    }

    #proxjogo {
      background-color: rgb(1,1,1);
      color:  white;
      font-weight: 700;
      margin-top: -6px;
    }

    #proxjogo h5 {
      background-color: rgb(255,194,5);
      color: rgb(1,1,1);
      text-transform:  uppercase;
      padding: 10px;
    }

    #proxjogo .placar p {
      height: 100px;
      font-size:  2.92rem;
      margin-top: .6rem;
    }

    .mandante > *, .placar> *, .visitante > * {
      margin: 0;
      font-weight: 700;
    }

    .painel-mobile h4, .painel-mobile p {
      margin-left: 55px;
    }

    .painel {
      display: flex;
      text-transform: uppercase;
    }

    .mandante, .visitante {
      gap:  20px;
    }

    .painel-mobile h5 {
      margin: 5px 0 0 20px;
    }

    .painel-mobile span, .painel span {
      font-size: 1.64rem;
      padding: 0 5px;
      background-color: rgb(1, 1, 1);
      color: white;
    }

    .painel .mandante, .painel .visitante {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      gap:  10px;
    }

    .painel .visitante {
      justify-content: flex-start;
    }

    .card {
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
    }

    .horizontal {
      margin: 0 10px;
    }

    .card .card-content {
      padding-top: 0;
    }

    .card-action {
      text-align: center;
    }

    .home article {
      margin-bottom: 20px;
    }

    .home article .pretitulo {
      margin-top: -8px;
    }

    .articlethumb {
      display: block;
      overflow: hidden;
      margin-bottom: 20px;
    }

    .articlethumb img {
      transition: all .5s;
    }

    .articlethumb img:hover {
      transform:  scale(1.2);
    }

    .bgtitle {
      display:  block;
      overflow: hidden;
      color: white;
      width: 100%;
      font-weight: 700;
      font-size: 6rem;
      text-align: center;
    }

    .bgnegative {
      margin-top: -6.5rem;
      margin-bottom: -6.5rem;
    }

    #players {
      padding-left: 0;
      padding-right: 0;
    }

    .retreat {
      margin-bottom: -6rem;
   }

   .fundocarousel {
    background: url('img/fundo-atletas.webp') center center no-repeat;
    background-size: cover;
   }

   #newsletter {
    background: url('img/fundo-newsletter.webp') center center no-repeat;
    background-size: cover;
  }


/* Escola
-------------------------------------------------------------- */

  #banner {
    height: 900px;
    color:  white;
  }

  #banner h1 {
    font-weight: 700;
    margin-top: 200px;
    font-size: 6.3rem;
  }

  #banner img {
    filter: brightness(50%);
  }

  .caixaflex {
    display: flex;
    align-items: center;
  }

  .cardestaque {
    padding: 20px;
  }

  .itensplano {
    margin: 3rem 0;
  }

  .itensplano li {
    margin-top: 1.2rem;
  }

  .testimonial {
    font-style: italic;
  }

  .testimonial p:first-child::before {
    float: left;
    color: rgb(255,194,5);
    font-style: italic;
    content: '"';
    margin-top: -5rem;
    padding-right: .5rem;
    font-size: 12rem;
  }

  .testimonial p:first-child::before {
    padding-left: 2rem;
  }

  .testimonial img {
    float: left;
    margin-top: 2rem;
    margin-right: 1rem;
  }

  .testimonial h6 {
    margin-top: 3rem;
  }

/* Sobre
-------------------------------------------------------------- */

  #pagebanner {
    height: 400px;
    color: white;
    font-weight: 700;
  }

  #pagebanner h1 {
    margin-top: 120px;
  }

  #pagebanner img {
    filter: brightness(50%);
  }

  .citation {
    font-size: 4rem;
    font-weight: 700;
    line-height: 4rem;
    margin-bottom: 4rem;
  }

/* Media Queries
-------------------------------------------------------------- */


  @media screen and (min-width: 601px) {

    .slider h1 {
      font-size: 8.4rem;
    }

    .bgtitle {
      display:  block;
      color: white;
      width: 100%;
      font-weight: 700;
      font-size: 12rem;
      text-align: center;
    }

    .bgnegative {
      margin-top: -6.5rem;
      margin-bottom: -6.5rem;
    }

    .retreat {
      margin-bottom: -11rem;
   }

   .carousel {
    width: 100%;
    height: 600px;
  }

  .carousel .carousel-item {
    width: 400px;
    height:  550px;
   }

  }




