/* CSS Document */

/*------------------------------------------------------------------

Template Name: Warriors Family
Author: Rodrigo Dias

------------------------------------------------------------------

/*--------------------------
  Body / Typography 
---------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Rowdies:wght@300;400;700&display=swap");

body {
  color: #1b1b1b;
  font-size: 1.1em;
  width: 100%;
  text-align: left;
  letter-spacing: 0px;
  line-height: 26px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Rowdies", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 2rem;
}

h1 {
  font-size: 2rem;
  color: #1b1b1b;
}
h2 {
  font-size: 24px;
  color: #1b1b1b;
}
h3 {
  font-size: 20px;
  color: #1b1b1b;
}
h4 {
  font-size: 18px;
  color: #1b1b1b;
}
h5 {
  font-size: 16px;
  color: #1b1b1b;
}
h6 {
  font-size: 14px;
  color: #1b1b1b;
}

a {
  color: #fff;
  text-decoration: none;
}

a:focus,
a:hover {
  text-decoration: none;
  color: #e70918 !important;
  transition: 0.5s;
}
a:visited {
  color: #fff;
}
a:visited:hover {
  color: #e70918;
}

b {
  font-weight: 700;
}

p {
  font-family: "Roboto", sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
}
b {
  font-family: "Roboto", sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
}

#title {
  font-size: 2rem;
  --color: #e70918;
  --position: center bottom;
  --width: 80px;
  --height: 5px;
  background: linear-gradient(var(--color), var(--color)) var(--position) /
    var(--width) var(--height) no-repeat;
  padding-bottom: 20px;
}

.title {
  color: #fff;
}
.section-title {
  width: 100%;
  text-align: center;
}

/*-----------------------
Buttons 
-------------------------*/

.btn-black {
  font-family: "Roboto", sans-serif;
  background-color: #1b1b1b;
  font-weight: 700;
  padding: 10px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  transition: 0.6s;
}

.btn-black:hover {
  background-color: #fff;
  color: #1b1b1b;
}

.icon-contact {
  font-size: 12rem;
  color: #e70918;
}

/*------------------------
General / Elements 
--------------------------*/

/*SPACES*/

.space-xs {
  padding-top: 0px;
  padding-bottom: 0px;
}

.space-small {
  padding-top: 20px;
  padding-bottom: 20px;
}
.space-medium {
  padding-top: 60px;
  padding-bottom: 60px;
}
.space-large {
  padding-top: 120px;
  padding-bottom: 120px;
}
.space-ex-large {
  padding-top: 140px;
  padding-bottom: 140px;
}

/*IMAGES*/

.img-responsive {
  width: 100%;
  height: auto;
}

/*SPACES-----*/
.ml20 {
  margin-left: 20px;
}
.ml50 {
  margin-left: 50px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}

.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt60 {
  margin-top: 60px;
}
.mt80 {
  margin-top: 80px;
}

.p20 {
  padding: 20px;
}
.p40 {
  padding: 40px;
}
.pt20 {
  padding-top: 20px;
}

.pb40 {
  padding-bottom: 40px;
}

.pl20 {
  padding-left: 20px;
}

/*POSITION*/

.pull-left {
  float: left !important;
}
.pull-right {
  float: right !important;
}
.pull-bottom {
  position: absolute;
  bottom: 0;
}

/*---BACKGROUND----*/

.bg-blue {
  background-color: #0f2442;
  color: #fff;
}
.bg-gold {
  background-color: #e70918;
}
.bg-gray {
  background-color: #f8f8f8;
}

.bg-gray-2 {
  background-color: #efefef;
}

.bg-gray-3 {
  background-color: #1b1b1b;
}
.bg-gray-4 {
  background-color: #222327;
}

.bg-white {
  background-color: #fff;
}

.bg-red {
  background-color: #e70918;
}

/*-------------------------
Header / Navigations 
--------------------------*/

.header-wrapper {
  background-color: #1b1b1b;
}
.menu-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Rowdies", sans-serif;
  padding: 0.8rem 3rem;
}

.logo {
  max-width: 80px;
}

#navegation {
  display: none;
  flex: 2;
}

#navegation ul {
  display: flex;
  justify-content: center;
  gap: 15px;
}

#navegation ul li {
  color: #fff;
}
#navegation a {
  color: #fff;
}
.nav-icon {
}
.nav-icon i {
  font-size: 2rem;
  color: #fff;
  margin-left: 15px;
}

/*>MENU HAMBURGUER<
--------------------*/
.navegation {
  z-index: 10s;
}

.navegation li {
  width: 35px;
  height: 5px;
  background-color: #e70918;
  margin: 6px 0;
  transition: 0.4s;
  text-align: center;
}

#menu-hamburguer {
  display: none;
}

#nav-hamburguer {
  display: none;
  position: absolute;
  right: 20%;
}

#nav-hamburguer a {
  color: #fff;
  font-size: 1.5rem;
  line-height: 2;
}

#menu-hamburguer:checked ~ label .bar1 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  transform-origin: center;
  position: relative;
  top: 10px;
}
#menu-hamburguer:checked ~ label .bar2 {
  display: none;
}
#menu-hamburguer:checked ~ label .bar3 {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  transform-origin: center;
}

#menu-hamburguer:checked ~ label {
  box-shadow: 50vw 0 0 80vh #1b1b1b;
  z-index: 9;
  transition: 0.2s;
}

#menu-hamburguer:checked ~ label #nav-hamburguer {
  display: block;
}

#nav-hamburguer a:focus,
#nav-hamburguer a:hover {
  text-decoration: none;
  color: #e70918;
}
#nav-hamburguer a:visited {
  color: #525652;
}
#nav-hamburguer a:visited:hover {
  color: #e70918;
}

.social-hamburguer {
  font-size: 20px;
}

.social-hamburguer li {
  display: inline-block;
  padding: 10px;
}

/*DROPDOWN
--------------------*/

.dropdown ul {
  padding-top: 40px;
  display: none;
}

.dropdown:hover ul {
  display: block;
  position: absolute;
  cursor: pointer;
  background: #000;
}

.sub-menu {
  position: absolute;
  background: #fff;
  float: left;
  right: -50px;
}

.sub-menu li {
  width: 150px;
  box-sizing: border-box;
  padding: 0 !important;
}

.sub-menu li a {
  display: block;
}

.sub-menu li:hover {
  background: #e70918;
  color: #fff;
  font-weight: bold;
  transform: translateY(-5px);
  transition: all 1s;
}
.sub-menu a:hover {
  color: #fff !important;
}

.menu-float {
  position: absolute;
  float: right;
  top: 40px;
  right: 120px;
}

/*-----------------------------------
BANNER 
-------------------------------------*/
.banner {
  position: relative;
}

.banner img {
  width: 100%;
}

.banner-text {
  position: absolute;
  bottom: 12%;
  margin-left: 20px;
}

.banner-text h3 {
  color: #fff;
}
.banner-text h1 {
  color: #e70918;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
}
/*-------------------------
Training
--------------------------*/
.training-box {
  display: flex;
  flex-direction: column;
}
.training-box-text {
  color: #fff;
  padding: 20px;
}
.training-box-text h3 {
  color: #fff;
  padding: 20px;
}
/*-------------------------
About
--------------------------*/
.about-area {
  padding: 1.2rem;
}
.circle2 li {
  font-size: 18px;
  padding: 10px 0 10px 10px;
}

.circle2 li::before {
  content: "";
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  border: 4px solid #d4003b;
  left: 20px;
  margin-top: 8px;
}

/*-------------------------
Team
--------------------------*/
.team-block {
  padding: 20px;
  margin-bottom: 40px;
  border-radius: 5px;
  box-shadow: 0px 4px 10px -4px #717171;
  background-color: #f9f9f9;
}

.team-block:hover {
  transform: translateY(-30px);
  transition: all 1s;
}

.team-header {
  display: block;
  position: relative;
}

.team-content ul li {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  list-style: none;
}

/*-------------------------
FAQ
--------------------------*/
.accordion input {
  display: none;
}

.accordion-title {
  width: 80%;
  font-family: "Roboto", sans-serif;
  font-weight: 600;

  border-bottom: 1px solid #e5e5e5;
  padding: 20px;
  cursor: pointer;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.14);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  text-transform: uppercase;
}

.accordion-title:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 5px 5px rgba(0, 0, 0, 0.12);
}

.accordion-content {
  width: 80%;
  overflow: hidden;
  max-height: 0;
  transition: all 0.3s linear;
}

.accordion input:checked ~ p {
  height: auto;
  max-height: 1000px;
  transform: all;
}
.accordion input:checked ~ .accordion-title::after {
  color: #419645;
  content: "-";
}
.accordion-title::after {
  content: "+";
  float: right;
  font-size: 30px;
  font-weight: 700;
}
/*------------------------
Footer
--------------------------*/

footer {
  background: #1b1b1b;
  padding: 40px;
  font-family: "Roboto", sans-serif;
  color: #fff;
}

footer a,
footer a:visited {
  color: #fff;
  font-size: 1rem;
  text-transform: uppercase;
}

.footer-widget {
  display: flex;
  flex-direction: column;
  font-size: 1rem;
  margin-bottom: 1.2rem;
}
.footer-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.tinny-footer {
  font-size: 14px;
  color: #616160;
  text-align: center;
  border-top: 1px solid #29293a;
  padding-top: 20px;
}

.tinny-footer li {
  display: inline-block;
  padding-right: 20px;
}

.logo-footer {
  max-width: 200px;
}

/*-----------------------------------
    Responsive 
-------------------------------------*/
@media only screen and (max-height: 480px) {
}
@media only screen and (min-width: 481px) {
  .banner-text h3 {
    font-size: 1.5rem;
  }
  .banner-text h1 {
    font-size: 2.8rem;
    line-height: 1;
  }
  #navegation {
    display: none;
  }
  .nav-icon {
    display: none;
  }
}
@media only screen and (min-width: 620px) {
  .banner-text h3 {
    font-size: 1.6rem;
  }
  .banner-text h1 {
    font-size: 3.5rem;
    line-height: 1;
  }
  #menu-hamburguer:checked ~ label {
    box-shadow: 20vw 0 0 80vh #1b1b1b;
    z-index: 9;
    transition: 0.2s;
  }
}
@media only screen and (min-width: 769px) {
  .banner-text h3 {
    font-size: 2rem;
  }
  .banner-text h1 {
    font-size: 4rem;
    line-height: 1;
  }
}

@media only screen and (min-width: 940px) {
  .banner-text h3 {
    font-size: 2.4rem;
  }
  .banner-text h1 {
    font-size: 4.5rem;
    line-height: 1;
  }
  .navegation {
    display: none;
  }
  #navegation {
    display: block;
  }
  .nav-icon {
    display: block;
  }
}

@media only screen and (min-width: 1025px) {
  .banner-text h3 {
    font-size: 2.8rem;
  }
  .banner-text h1 {
    font-size: 5.2rem;
    line-height: 1;
  }
}

@media only screen and (min-width: 1201px) {
  .banner-text h3 {
    font-size: 3.2rem;
  }
  .banner-text h1 {
    font-size: 6rem;
    line-height: 1;
  }
}
