/*CLASS*/
.branco   { color: #ffffff; }
.azul     { color: #2F3992; }
.verde { color: #4EDC88; }
.cinza { color: #7B7C7B; }

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

.title { width:100%; float:left; margin-top:40px; margin-bottom:40px; padding-bottom:10px;  font-family:'Montserrat', sans-serif; font-size:2em; font-weight:bold; }
.title.center { text-align:center; }

.content { float:left; width:92%; margin:0 4%; padding: 5px 0; }

/*HEADER*/
.menu_header          { background:#ffffff; z-index:1; }
.menu_header .content { float:left; padding:0px 0; }

.menu_header.fixed { display:block; position:fixed; z-index:99; }

.menu_header_logo { font-size:0; float:left; width:15%; min-width: 200px;}
.menu_header_logo img { height:60px; }

.menu_header_whats { float:left; width:15%; margin-top: 18px; display: flex; justify-content: right; }

.mobile_action        { background-color: #2F3992; color: #fff; text-align:center; width:40px; height:40px; line-height:45px; font-size:1em; float:right; cursor:pointer; margin:30px 8px; }
.mobile_action.active { color:#3C4AC5;}



.faixaentrada{
  width: 100%;
  display: flex;
  align-items: center;
  float: left;
  background-color: #2F3992;
  height: 50px;
}

.faixaentrada p{
  font-size: 14px;
  color: #fff;
  margin-top: 10px;
  font-style: italic;
}

.faixaentrada a{
  font-size: 12px;
  color: #fff;
}

.faixaentrada a:hover{
  color: #4EDC88;
}

.faixaentrada1 {
  width: 50%;
  float: left;
  display: flex;
  justify-content: center;
}

.faixaentrada2 {
  width: 50%;
  float: right;
  display: flex;
  justify-content: center;
}

/*menu_header*/

/*----------------------------------------------------------------menu_header MOBILE----------------------------------------------------------------*/


/*1279PX BREAKPOINT - 1279 dividido por 16 = 79.9375em*/
@media (max-width: 79.9375em){
.menu_header_nav { position:fixed; left:-100%; background-color:#2F3992; top:0; padding-top: 150px; width:70%; min-width:200px; max-width:360px; height:100%; overflow:hidden; overflow-y:auto; -webkit-box-shadow:5px 0px 5px -5px rgba(0,0,0,0.75); -moz-box-shadow:5px 0px 5px -5px rgba(0,0,0,0.75); box-shadow:5px 0px 5px -5px rgba(0,0,0,0.75); z-index:99;  }
.menu_header_nav_item      { float:left; width:100%; position:relative;}
.menu_header_nav_item > a  { float:left; width:100%; padding:8px 23px; font-family:'Montserrat', sans-serif; text-decoration:none; color:#ffffff; font-size:1em; }
.menu_header_nav_item:hover,.menu_header_nav_item > a:hover { background-color: #3C4AC5; color:#fff; }
.menu_header_nav_item  span   { width:25px; height:25px; line-height:28px; text-align:center; font-size:1em; float:right; display:block; }
.menu_header_whats { display: none; }
.menu_header_logo img { height:50px; }
.menu_header .content { height:70px; float:left; padding:0px 0; }

ul.menu_header_nav ul { position: absolute; display: none; }
.menu_header_nav li:hover>ul.submenu_header-1 { display: block; position: relative; top: 0; padding-bottom:20px;left: 20px; }
.menu_header_nav li:hover>ul.submenu_header-2 { display: block; top: 0; left: 100px; }
.menu_header_nav li:hover>ul.submenu_header-3 { display: block; top: 0; left: 100px; }

.mobile_action { margin-top: 15px; }
.faixaentrada1 { display: none; }
.faixaentrada2 {width: 100%; }
.faixaentrada2 ul li { display:inline; margin-right: 15px;}


}


/*----------------------------------------------------------------menu_header PRINCIPAL----------------------------------------------------------------*/

/*1280PX BREAKPOINT  - VIEW PADRÃO*/ 
/*1280 dividido por 16 = 80em*/
@media (min-width:80em){

.mobile_action { display:none; }
.menu_headerprincipal_nav { float:left;width:60%; display: flex;  justify-content: center; z-index: 99;margin-top: 16px;}
.menu_header_nav a:hover, .menu_header_nav> li:hover > a{ background:transparent; color:#4EDC88; }
.menu_header_nav a.menuAtivo{ background-color:#2F3992; color:#ffffff; }


/*Configurações Padrões*/
    ul.menu_header_nav, .menu_header_nav li, .menu_header_nav a { list-style: none; text-decoration: none; z-index: 99; }
    ul.menu_header_nav ul { position: absolute; display: none; }
    /* Configurações nivel 1*/
    ul.menu_header_nav { float: left; font-family: 'Montserrat', sans-serif; font-size: 13px; border-radius: 5px; padding: 0 5px; }
    .menu_header_nav li { float: left; width: auto; position: relative; border-radius: 5px;}
    .menu_header_nav li a { display: block; padding: 0 15px; font-size: 18px; line-height: 45px; height: 45px; float: left; transition: all 0.1s linear; border-radius: 5px }
    .menu_header_nav a.menu_headerAtivo{ background-color:#2F3992; color:#ffffff; }
/* Configurações nivel 2*/
    .menu_header_nav li:hover>ul.submenu_header-1 { display: block; top: 45px; left: 0; width: 100%; border-radius: 5px; }
    .menu_header_nav ul.submenu_header-1 a { width: 160px; padding: 0 20px; border-radius: 5px 0 0 5px; } 
/* Configurações nivel 2*/
    .menu_header_nav li:hover>ul.submenu_header-2 { display: block; top: 0; left: 100%; width: 100%; border-radius: 0 5px 5px 0; }
    .menu_header_nav ul.submenu_header-2 a { width: 160px; padding: 0 20px; border-radius: 5px }
/* Configurações nivel 3*/
    .menu_header_nav li:hover>ul.submenu_header-3 { display: block; top: 0; left: 100%; width: 100%; border-radius: 0 5px 5px 5px; }
    .menu_header_nav ul.submenu_header-3 a { width: 160px; padding: 0 20px; border-radius: 5px }
    
/*Configurações de cores*/
/*nivel 1*/
    .menu_header_nav { background: #fff; }
    .menu_header_nav a { color: #000; }
    .menu_header_nav li:hover>a { background: #3C4AC5; color: #fff;}
/*nivel 2*/    .submenu_header-1 { background: #3C4AC5; }
    .submenu_header-1 a { color: #fff; }
    .submenu_header-1 li:hover>a { background: #505df5; font-weight: bold;}
/*nivel 3*/
    .submenu_header-2 { background: #505df5; }
    .submenu_header-2 a { color: #fff; }
    .submenu_header-2 li:hover>a { background: #2F3992; font-weight: bold;}
/*nivel 3*/
    .submenu_header-3 { background: #505df5; }
    .submenu_header-3 a { color: #fff; }
    .submenu_header-3 li:hover>a { background: #2F3992; }


.galeria-academia .foto:nth-of-type(2n+0), 
.galeria-academia .foto { width:23.5%; margin-right:2%; margin-bottom:2%; }
.galeria-academia .foto:nth-of-type(4n+0) { margin-right:0; }

.topoPag .centraliza h1 { font-size:5.5em; margin-top:50px; }
.topoPag .centraliza p  { letter-spacing:13.5px; }

#imgsome1 { display:none; }
}



.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 0;
    right: 30px;
    width: 40px;
    height: 40px;
    background-color: #7B7C7B;
    text-decoration: none;
}
.btn::after {
    content: "↑";
    font-size: 32px;
    font-weight: bold;
    color: aliceblue;
    transition: margin-top 250ms;
}
.btn:hover::after {
    margin-top:-8px;
}

.lista {
  display: inline-block;
  margin-right: 20px;
}

.colunasinter {
  height: 200px;
  width: 50%;  
  float: left;
}

.colunasinter p {
  text-align: justify;
  font-size: 18px;
  line-height: 24px;
}

.colunamenor {
  float: left;
  width: 50%;
  margin-left: 20px; 
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
}

.colunamenor p{
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  color: #fff;
}

.colunamenor a{
  color: #fff;
}

.colunamenor a:hover{
  color: #4EDC88;
}

.divprodutos {
  height: 150px;
  float: left;
  border: 4px dashed #2F3992;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 20px;
  padding: 30px;
  display: flex;  
  align-items: center;
  text-align: center;
  font-weight: bold;
}

.colunaproduto1 {
  float: left;
  width: 20%;
}

.colunaproduto1 p{
  color: #2F3992;
  font-size: 30px;
}

.colunaproduto2 {
  float: left;
  width: 30%;
  font-size: 20px;
}


.selecaovalor {
    width: 60%;
    height: 50px;
    padding-left: 20px;
    margin-right: 25px;
    border-radius: 20px;
    appearance: none;
    -moz-appearance: none;
    color: #008A71;
    font-weight: 800;
    cursor: pointer;
    font-size: 18px;
    text-align: center;
}

.selecaovalor textarea, input{
    border: 0 none;
    outline: 0;
}

.divprodutos input{
  color: #2F3992;
  font-size: 30px;
  font-weight: bold;
}

.selecaovalor textarea:focus, input:focus, select:focus {
    outline: 0;
}

.selecaovalor2 textarea:focus, input:focus, select:focus {
    outline: 0;
}

.selecaovalor2 {
    color: #20D9B8;
    font-size: 26px;
    font-weight: 800;
    height: 40px;
    border-radius: 20px;
    appearance: none;
    -moz-appearance: none;
    font-weight: bold;
}

.selecaovalor2 textarea, input{
    border: 0 none;
    outline: 0;
    text-align: center;
    width: 300px;
}

.precocert {
    height: 120px;
}



#imgsome1 { display:none; }


.whatsbt{
   position:fixed;
   width:60px;
   height:60px;
   bottom:60px;
   right:20px;
   background-color:#25d366;
   color:#FFF;
   border-radius:50px;
   text-align:center;
   font-size:30px;
   box-shadow: 1px 1px 2px #888;
   z-index:1000; 
  }
  .whatsbt a{ color:#fff; }
  .whatsbt a:hover{ color:#2F3992; }

.title2 { width:100%; float:left; margin-top:60px; padding-bottom:10px;  font-family:'Montserrat', sans-serif; font-size:2em; }
.title2.center { text-align:center; }

.title3 { width:100%; float:left; margin-bottom:30px; font-family:'Montserrat', sans-serif; font-size:1em; }
.title3.center { text-align:center; }

.chamada1 {
  position: absolute;
  float: left;
  height:auto;
  top:25%;
  left: 10%;
  font-family: "Montserrat",Sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 45px;
}

.paginternas {
  width: 90%;
  height:auto;
  top:26%;
  position:absolute;
  margin:0 5%;
}

.redireciona{
    float: left;
    min-height:400px;
    font-size: 1.4em;
    font-weight: bold;
    color: #2F3992;
    display: flex;
    align-items: center;
}

.txtredireciona{
    width: 50%;
    float: left;
}

.txtredireciona p{
    color: #2F3992;
}

/*PAG*/
.coluna1 { width:100%; float:left;}
.coluna2 { width:100%; float:left;}
.separadorcoluna { display:block; width:20%; float:left; }
.separadorcontato { display:block; width:10%; float:left; }

/*Chamada*/
.section-chamada  { padding:0em 0; background-color:#fff; }
.section-chamada .content { width:100%; padding:0; margin:0; }
.topoPag                 { width:100%; height:100%; background-color:transparent; float:left; position:relative; overflow:hidden; transition:all 500ms; -moz-transition:all 500ms; -ms-transition:all 500ms; -o-transition:all 500ms; -webkit-transition:all 500ms;}
.topoPag .mascara        { overflow:hidden; position:relative; }
.topoPag .centraliza     { width: 90%; height:auto; top:26%; position:absolute; margin:0 5%; }
.topoPag  img            { width:100%; height: 100%; object-fit: cover; }
.topoPag .centraliza h1  { width: 100%; font-size:2em; float:left; text-align:center; text-transform:uppercase; font-family:'Montserrat', sans-serif; text-shadow: 2px 1px 5px #535353;}
.topoPag .centraliza p   { width:100%; font-size:1em; float:left; text-align:center; text-transform:uppercase; font-family:'Montserrat', sans-serif; }
.topoPag .centraliza p b { display:none; }


.topoPaginter                 { width:100%; height:200px; background-color:transparent; float:left; position:relative; overflow:hidden; transition:all 500ms; -moz-transition:all 500ms; -ms-transition:all 500ms; -o-transition:all 500ms; -webkit-transition:all 500ms;}
.topoPaginter .mascara        { overflow:hidden; position:relative; }
.topoPaginter .centraliza     { width: 90%; height:auto; top:40%; position:absolute; margin:0 5%; text-align:center; color: #fff; font-size: 1.8em;}
.topoPaginter  img            { width:100%; min-height: 200px; object-fit: cover;}
.topoPaginter .centraliza h1  { width: 100%; font-size:2em; float:left; text-align:center; text-transform:uppercase; font-family:'Montserrat', sans-serif; text-shadow: 2px 1px 5px #535353;}
.topoPaginter .centraliza p   { width:100%; font-size:1em; float:left; text-align:center; text-transform:uppercase; font-family:'Montserrat', sans-serif; }
.topoPaginter .centraliza p b { display:none; }


.topoPaginter .centraliza h1 { font-size:5.5em; margin-top:50px; }
.topoPaginter .centraliza p  { letter-spacing:13.5px;}


.chamadafinal1 {margin-top: 30px;}


/*certificados*/
.section-certificados          { background-color:#fff; }
.section-certificados .content { float:left; padding: 0.5em 0 0.5em 0; }

.artigos-certificados { width:100%; height:100%; background-color:#ffffff; box-shadow:0px 1px 2px rgba(0,0,0,0.15); margin-bottom:3.8em; float:left; position:relative; overflow:hidden; border-radius:4px; transition:all 500ms; -moz-transition:all 500ms; -ms-transition:all 500ms; -o-transition:all 500ms; -webkit-transition:all 500ms;}

.artigos-certificados .capa { overflow:hidden; position:relative;display:flex;align-items:center;flex-wrap:wrap;flex-direction:column;}
.artigos-certificados img    { left:0%; max-width:100%!important; width:100%; height:auto; position:relative!important; border:none!important; display:block; }

.artigos-certificados .desc       { background-color:transparent; width:100%; float: left; padding:1em;}
.artigos-certificados .desc h2    { width:100%; float:left;text-align:center; }
.artigos-certificados .desc h2 a  { text-decoration:none; color: #2bbdce; font-size:1.1em; font-family:'Montserrat', sans-serif;}
.artigos-certificados .desc h2 a:hover { text-decoration:underline; color: #2F3992; }
.artigos-certificados .desc p          { width:100%; float:left; font-family: 'Montserrat', sans-serif; font-size:1em; color:#4d4d4d; text-align:left; padding:0.4em 0em;text-align:center; }

/*certificados*/

/*Galeria*/
.section-sobrecertificados        { background-color:#EAE9E9; }
.section-sobrecertificados .content { float:left; padding: 0.5em 0 5em 0;}

.sobrecertificados{ width:100%; float:left; position:relative; overflow:hidden; }
.sobrecertificados .foto .mascara    { background:rgba(0,0,0,0); transition:0.5s; position:absolute; width:100%; height:100%; left:0; bottom:0;  }
.sobrecertificados .foto .image-link { display:block; position:absolute; left:35%; bottom:25px; text-align:center;	width:40px; height:40px; line-height:40px; font-size:1.8em; background: transparent; color:#ffffff; text-decoration:none; transition:all .3s ease-in-out; opacity:0; margin-left:20px; margin-bottom:20px;  }

.sobrecertificados .foto   { width: 100%; float: left; display: block; margin-bottom: 5%; border: 6px #fff solid; position: relative; overflow: hidden; border-radius: 8px; }
.foto:hover .image-link { bottom:20%; transition: all .3s ease-in-out; opacity:1; } 
.foto:hover .mascara    { background: rgba(247, 119, 126, 0.69); }
/*Termina Galeria*/

/*Contato*/
.section-contato          { background-color:#f9f9f9; }
.section-contato .content { float:left; padding: 0.5em 0 0em 0; }
 
.formulario       { width:100%; height:100%; float:left; }
.formulario label { width:100%; float:left; margin-bottom:15px; }
.formulario label span { font-size:1em; color: #17badf; float:left; margin-bottom:5px; font-family:'Montserrat', sans-serif; }
.formulario .campo     { font-size:1.2em; color:#000; font-family:'Montserrat', sans-serif; outline:none; border:1px #dee5ed solid; border-radius:8px; padding:0.6em; transition:.5s; }
.formulario .campo:focus { box-shadow: 0 0 4px 0px #20D9B8; border: 1px #20D9B8 solid; color: #000; }
.formulario .btn-enviar  { width:160px; float:right; margin-top:5px; background-color:#20D9B8; color:#fff; border: 1px #dee5ed solid; border-radius:8px; cursor:pointer; padding:0.5em 0em; font-size:1.5em; font-family:'Montserrat', sans-serif; transition: 0.2s; }
.formulario .btn-enviar:hover { background-color:#2F3992; color:#ffffff; border: 1px #dee5ed solid;}

.info     { width:100%; float:left; display:block; margin: 0 30px 0 30px; background-color: #fff;}
.info p   { width:100%; margin-bottom:5px; font-size: 1.2em; color:#2F3992; }
.info p i { margin-right:5px; }
.colunacontato { width:40%; float:left; margin-bottom:0; }


/*FOOTER*/
.main_footer { background-color:#F9F9F9; color:#fff; font-size:0.875em; }

  .main_footer .content { float:left; width:90%; margin:0 5%; padding: 5em 0; }
  .container { float:left; width:100%; }
  .colfooter { width:100%; height:auto; float:left; margin-bottom:2em; }

  .colfooter ul        { width:100%; float:left; }
  .colfooter ul li     { padding:0.2em 0em; }
  .colfooter ul li a   { text-decoration:none; color:#7B7C7B; font-size:1em; font-family:'Montserrat', sans-serif; transition:0.2s; }
  .colfooter ul li a i { font-size:0.5em; }
  .colfooter ul li a:hover { color:#494949; transition:0.2s; }

  .titleFooter      { border-bottom:1px solid #20D9B8; color:#7B7C7B; font-family:'Montserrat', sans-serif; font-size: 1.3em; margin-bottom:25px; padding-bottom:0; }
  .titleFooter span { display: inline-block; font-size:1em; font-weight:900; color:#20D9B8; margin-top:0; margin-bottom:0; }
  .titleFooter span::after { content:''; display:block; position:relative; top:1px; width:100%; height:4px; border-radius:6px; background-color:#2F3992; }

  .colfooter p                 { font-family:'Montserrat', sans-serif; color:#7B7C7B; font-size:1em; height:25px; } 
  .colfooter .redesocial       { color:#7B7C7B; float:left; text-decoration:none; display:block; width:100%; margin-bottom:6px; transition:0.2s; }
  .colfooter .redesocial:hover { color: #494949; transition:0.2s; }

  /*Formulário*/
  .my-formulario { width:100%; float:left; }
  .label { float:left; width:100%; margin-bottom:5px; position:relative; }

  input[type="text"],textarea{ 

      font-family:'Montserrat', sans-serif;
      font-size:2em; 
      color: #2F3992;
      background: transparent; 
      width: 100%; 
      box-sizing:border-box;
      outline:none; 
  }

  .effect-line:focus { color:#ffffff; }

  .effect-line {

      border:0; 
      padding:7px 0; 
      border-bottom:1px solid #03a1b3;

  }

  .effect-line ~ .focus-border{

      position:absolute; 
      bottom:0; 
      left:0; 
      width:0; 
      height:2px; 
      background-color: #ffffff; 
      transition: 0.4s;}

  .effect-line:focus ~ .focus-border{ width:100%; transition:0.4s; }

  .btn-enviar { 
      
      width: 80px;
      float: left;
      margin-top:5px; 
      background:transparent;
      color: #ffffff;
      border:1px #ffffff solid;
      cursor: pointer; 
      padding: 0.3em 0em;
      border-radius:3px;  
      font-size: 1.2em;
      font-family:'Montserrat', sans-serif;
      transition:0.2s; 
  }

  .btn-enviar:hover { background-color:#f6777d; color:#ffffff; border:1px #f6777d solid; transition:0.2s; }

  .main_footer_copy { background-color:#2F3992; width:100%; float:left; text-align:center; padding:2em 3em 2em 3em;}
  .main_footer_copy p { font-family:'Montserrat', sans-serif; font-size:1em; color:#fff; }
  .main_footer_copy .m-b-footer   { margin-bottom:0.5em; }
  .main_footer_copy .by   { font-size:1em; }
  .main_footer_copy .by a       { color:#fff; font-family:'Montserrat', sans-serif; text-decoration:none; transition:0.2s;}
  .main_footer_copy .by a:hover { text-decoration:none; transition:0.2s;color: #4EDC88;}
  .main_footer_copy .by i { font-size:0.96em; margin-right:3px; color:#e82626; }
  .faixafinal3 a:hover { color: #4EDC88;}

.logorodape p {margin-top: 10px;font-size: 13px;text-align: justify;line-height: 16px;}

.button {
  display: inline-block;
  padding: 0.75rem 1.25rem;
  border-radius: 10rem;
  color: #fff;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.15rem;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.button:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2F3992;
  border-radius: 10rem;
  z-index: -2;
}
.button:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #008A71;
  transition: all 0.3s;
  border-radius: 10rem;
  z-index: -1;
}
.button:hover {
  color: #fff;
}
.button:hover:before {
  width: 100%;
}


.buttonwhats {
  display: inline-block;
  padding: 0.75rem 1.25rem;
  border-radius: 10rem;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.15rem;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.buttonwhats:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2F3992;
  border-radius: 10rem;
  z-index: -2;
}
.buttonwhats:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #008A71;
  transition: all 0.3s;
  border-radius: 10rem;
  z-index: -1;
}
.buttonwhats:hover {
  color: #fff;
}
.buttonwhats:hover:before {
  width: 100%;
}

.chamadafinal1{
  background-image: url("../img/aperto-maos.png");
  background-size: 10%;
  background-repeat: no-repeat;
  background-color: #2F3992;
  background-position: center;  
  height: 100px;
  float: left;
  width: 100%;
  padding-top: 40px; 
  text-align: center;
}

.chamadafinal2{
  background-color: #2F3992;
  height: 100px;
  float: left;
  width: 100%;
  padding-top: 40px; 
  text-align: center;
}

.chamadafinal3{
  background-image: url("../img/bg-cnh3.png");
  background-repeat: no-repeat;
  background-position: center;  
  height: 240px;
  float: left;
  width: 100%;  
  text-align: center;
  align-items: center;
  display: flex;
  padding: 0px 50px 0px 50px;
}

.chamadafinal3 .content{
  width: 50%;
  float: left;

}

.chamadafinal1 p{
  color: #fff;
  font-size: 20px;
}

.chamadafinal2 p{
  color: #fff;
  font-size: 20px;
}

.chamadafinal3 p{
  color: #fff;
  font-size: 15px;
}

h1 { font-size: 32px; }
h2 { font-size: 26px; }
h3 { font-size: 18px; }
p { margin: 0 0 15px; line-height: 1.2em; color: #7B7C7B; }
a { color: #2F3992; text-decoration: none; }
a:hover { color: #4EDC88; }

.containertab { 
  max-width: 90%; 
  height: 100%;
  margin: 0 auto; 
  padding: 20px;
}

.faixafinal1 {
  float: left;
  width: 40%;
  margin-top: 20px;
}
.faixafinal2 {
  float: left;
  width: 30%;
}

.faixafinal3 {
  float: left;
  width: 30%;
  font-size: 20px;
}
.faixafinal3 ul li {
  display: inline-block;
  padding-right: 15px;
  margin-top: 30px;
}
.faixafinal3 a {color: #fff}

/* ------------------- */
/* PEN STYLES      -- */
/* ----------------- */

/* MAKE IT CUTE ----- */
.tabs {
  position: relative;
  display: flex;
  min-height:580px;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}

.certificados-tab {
  flex: 1;
}

.certificados-tab label {
  display: block;
  box-sizing: border-box;
  /* tab content must clear this */
  height: 40px;  
  padding: 10px;
  text-align: center;
  background: #ccc;
  cursor: pointer;
  transition: background 0.5s ease;
  font-weight: 500;
  font-size: 20px;
}

.certificados-tab p {
  text-align: justify;
  font-size: 18px;
  line-height: 24px;
  margin-top: 20px;
  margin-right: 30px;
}

.certificados-tab label:hover {
  background: #919191;
}

.certificados-content {
  position: absolute;
  left: 0; bottom: 0; right: 0;
  /* clear the tab labels */
  top: 40px;   
  padding: 20px 20px 30px 20px;
  border-radius: 0 0 8px 8px;
  background: #fff;  
  transition: 
    opacity 0.8s ease,
    transform 0.8s ease   ;
  
  /* show/hide */
    opacity: 0;
    transform: scale(0.1);
    transform-origin: top left;
}

.certificados-content img {
  float: left;
  border-radius: 8px;
  margin-right: 30px;
  width: 42%;
}


/* MAKE IT WORK ----- */

.certificados-tab [type=radio] { display: none; }
[type=radio]:checked ~ label {
  background: #fff;
  z-index: 2;
}

[type=radio]:checked ~ label ~ .certificados-content {
  z-index: 1;
  
  /* show/hide */
    opacity: 1;
    transform: scale(1);
}

/* -------------------------------------MOBILE BREAKPOINTS -------------------------------- */
@media screen and (max-width: 767px) {
  .tabs { min-height: 530px;}
  .chamada1 {top: 12%;}
  .chamada1 p {font-size: 20px;}

  .chamadafinal3 { min-height: 250px;}
  .coluna1 { display:block; margin-top:20px; }
  .coluna2 { display:none;}
  .main_footer_copy {padding: 10px;}
  .logorodape {text-align: center;}
  .main_footer_copy .m-b-footer { font-size: 13px; }
  .faixafinal1 { float:none; width:100%; }
  .faixafinal2 { display: none; }
  .faixafinal3 { float:none; width:100%; margin-top: -20px;}
  .chamadafinal1 p {margin: -15px 30px 0px 30px;}
  #footersome { display: none; }

  .containertab { padding: 0px; }
  .certificados-tab p { font-size:14px;margin-right:0px;line-height:1.4em; }
  .certificados-tab label { font-size:15px; margin-bottom: 30px;height:80px;}
  .certificados-content {display: block;margin-top: 20px;margin-bottom: 10px;}
  .certificados-content img { display: none; }   
  .title3 {width:90%;margin: 0 5% 20px 5%;}     
  .main_footer .content { padding:2em 0; }
  .separadorcontato {display: none;}
  .separadorcoluna {display: none;}
  .colunacontato { width:90%;margin:5%; }
  .info { margin:0px; }
  .topoPag .mascara { height:200px; }
  #imgsome1 { display:block; }
  #imgsome2 { display:none; }
  #txtsome { display:none; }

  .lista { margin-right:0px; margin-left: 30px;}
  .faixaentrada2 .lista ul li {display: inline-block; list-style: none;}

  .colunasinter { margin-top:40px; width: 100%; height: 300px; display: block;}
  .colunamenor { margin-left:0px; }

  .colunaproduto1 { width:100%; }
  .colunaproduto2 { width:100%; }

  .divprodutos { padding:5px; display:block; height:320px; }
  .divprodutos p { font-size:14px; }
  .select {padding: 0px; text-align: center;}
  .selecaovalor {font-size: 13px; margin-right: 0px; }


.txtredireciona{
    width: 100%;
    padding: 30px;
    text-align: center;
    font-size: 1em;
} 

.redireciona {
    display: block;
}

  .select {
    width: 100%;
    height: 2.25em;
    min-height: auto;
    cursor: pointer;
    padding: 0 15px;
    margin: 0;
  }

  
.button {
  display: inline-block;
  padding: 1rem 1rem;
  border-radius: 5rem;  
  color: #fff;
  text-transform: uppercase;
  font-size: 0.7rem;
  letter-spacing: 0.15rem;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

#whats1{
    padding: 0.1rem 1rem;
    margin-top: 115px;
}
.info { text-align: center;}
.chamadafinal2 p { margin-top:-15px; }
}




@media screen and (max-width: 480px) {
  .tabs { min-height: 680px; }
  .certificados-tab label { 
    height: 80px;
  }
  .certificados-content { top: 60px; }
  .certificados-content img {
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }
}



/*480PX BREAKPOINT*/
/*480 dividido por 16 = 30em*/
@media (min-width:30em){

.box-css { float:left; width:48%; margin-right:4%; min-height: 300px;}
.box-css:nth-of-type(2n+0) {margin-right:0; }

.info p   { font-size:1.5em; margin-top:25px; }
#imgsome2 { display:none; }

}

/*600PX BREAKPOINT*/
/*600 dividido por 16 = 37,5em*/
@media (min-width:37em){

.topoPag .centraliza h1 { font-size:3em; margin-top:20px; }
.topoPag .centraliza p   { font-size:1.1em; }
#imgsome2 { display:none; }
} 

/*768PX BREAKPOINT*/
/*768 dividido por 16 = 48em*/
@media (min-width:48em){

.menu_header_logo{ background:transparent; z-index:98;}

.section_title   { font-size:2em; font-weight:300; text-align:left; }

.blocoArtigo .desc h3    { font-size: 1.5em; }

.box-css:nth-of-type(2n+0), 
.box-css  { float:left; width:23.5%; margin-right:2%; }
.box-css:nth-of-type(4n+0) {margin-right:0; }
.box-css h1 {font-size:1em!important; }

.galeria-academia .foto { width:48%; margin-right:4%; margin-bottom:4%;}
.galeria-academia .foto:nth-of-type(2n+0) { margin-right:0; }

.artigos-certificados { width:32%; margin-right:2%; }
.artigos-certificados:nth-of-type(3n+0) { margin-right:0; }

.section-certificados .content  { float:left; padding: 3em 0 3em 0; }
.section-galeria .content  { float:left; padding: 3em 0 3em 0; }
.section-contato .content  { float:left; padding: 3em 0 3em 0; }


.info   { float:left;height:100%;padding:30px 0 30px 0;text-align:center;}
.coluna1 { width:30%; float:left;}
.coluna1:nth-of-type(2n+0) { margin-right:0; }
.coluna2 { width:30%; float:left;}
.coluna2:nth-of-type(2n+0) { margin-right:0; }


} 

/*960PX BREAKPOINT*/
/*960 dividido por 16 = 60em*/
@media (min-width:60em){

  .topoPag .centraliza h1 { font-size:4em;}
  .topoPag .centraliza p  { letter-spacing:6.5px; }

  .colfooter  { width:22%; margin-right:4%; margin-bottom:0; }
  .colfooter:nth-of-type(4n+0) { margin-right:0; border-right:0;}
  #imgsome2 { display:block; }
}


/*1024PX BREAKPOINT*/
/*1024 dividido por 16 = 64em*/
@media (min-width:64em){


}

.sanfona-certificados {  
  border: 2px solid #ccc;
  width: 100%;  
  float: left;   
}

.accordion{  
  max-width: 500px;
  margin: auto;
  position: relative;
  box-shadow: 1px 0px 1.2px 0px #e3e3e3;
}
.accordion input{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity:0;
  visibility: 0;
}
.accordion h1{
  background:#007cff;
  color:white;
  font-size: 1em;
  padding: 0.8em 1em;
  position: relative;
  transition: 0.5s;
}
.accordion h1:hover { background-color:#0762c2; color:#eee003; }
.accordion label::before{
  content:"";
  display: inline-block;
  border: 8px solid transparent;
  border-left:12px solid white;
}
.accordion label{
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
}
.accordion div.texto{
  max-height:0px;
  overflow: hidden;
  transition:max-height 0.5s;
  background-color: white;
  box-shadow:0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.accordion div.texto p {
  padding:1.2em;
  position: relative;
  z-index: 1;
  line-height: 30px;
}
.accordion input:checked ~ h1 label::before{
  border-left:8px solid transparent;
  border-top:12px solid white;
  margin-top:12px;
  margin-right:10px;
}
.accordion input:checked ~ h1 ~ div.texto{ max-height:200px; }
.accordion a{ color:#007cff; }


details{
  border-bottom:2px solid #ccc;
  padding: 20px;
  font-size: 18px;
}





/*----------------------------------------------------------------------------------------------------------------------------------------------------*/



/*1366PX BREAKPOINT*/
/*1366 dividido por 16 = 85,375em*/
@media (min-width:85em){

 .content  { width:80%; margin:0 10%; }

}

/*1600PX BREAKPOINT*/
/*1600 dividido por 16 = 100em*/
@media (min-width:100em){

}



@media (max-width: 767px) {
    .precocert{
    height: 320px;
    }
    .selecaovalor2 textarea, input{
    text-align: center;
}