/*
Theme Name: Vg Ionian
Theme URI: https://edu.vanguarte.com.br/
Author: Eduardo R. Pizza
Author URI: https://edu.vanguarte.com.br/
Description: Este é o primeiro Tema Wordpress criado pela Vanguarte 360.
Requires at least: 6.2
Tested up to: 6.2
Requires PHP: 7.0
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: vg-ionian
*/

/********************** RESET *********************** INICIO *****************/

body,
ul,
li,
p {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

a {
  text-decoration: none;
}

/********************** RESET *********************** FIM ********************/

.titulo-cadastro-desk, .titulo-cadastro-mobile {
  display: none;
}



body {
  background-image: url("http://walmart.vanguarte.com.br/wp-content/uploads/2024/01/bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}


.container_top-bar {
  /* background-color: #d4775e; */
  width: 100%;
  height: 70px;
  position: fixed;
  top: 0;
  z-index: 999;
}

.container_menu-mobile { display:none; }


.block_top-bar {
  width: calc(100vw - 125px);
  max-width: 1100px;
  height: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.block_top-bar .nav-desk {
  width: 100%;
  height: 100%;
}

.block_top-bar div.menu-main-menu-container {
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  box-sizing: border-box;
}

ul#menu-main-menu {
  width: 100%;
  display: flex;
  justify-content: center;
}

ul#menu-main-menu li {
  margin: 0px 10px 0px 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

ul#menu-main-menu li a {
  width: unset;
  display: block;
  padding: 8px 12px 8px 12px;
  color: white;
  font-size: 1.1em;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}

ul#menu-main-menu li a:hover {
  cursor: pointer;
  background-color: #214d99;
  border-radius: 14px;
}

#content {
  /* background-color: black; */
  min-height: 100vh;
  box-sizing: border-box;
  padding-bottom: 20vh;
}

#content section {
  height: 80vh;
  padding-top: 70px;
  box-sizing: border-box;
  width: 100%;
  /* max-width: 1100px; */
  margin: 0 auto 20vh auto;
}

#home {
  /* background-color: #ffcccc; */
  background-image: url("http://walmart.vanguarte.com.br/wp-content/uploads/2024/01/home.png");
  background-repeat: no-repeat;
  background-size: auto 70%;
  background-position: center center;
}

#premios {
  /* background-color: #ccffcc; */
  background-image: url("http://walmart.vanguarte.com.br/wp-content/uploads/2024/01/premios.png");
  background-repeat: no-repeat;
  background-size: auto 70%;
  background-position: center center;
}

#como-participar {
  /* background-color: #ccccff; */
  background-image: url("http://walmart.vanguarte.com.br/wp-content/uploads/2024/01/como_participar.png");
  background-repeat: no-repeat;
  background-size: auto 70%;
  background-position: center center;
}

#sorteios {
  /* background-color: #ffcccc; */
  background-image: url("http://walmart.vanguarte.com.br/wp-content/uploads/2024/01/sorteios.png");
  background-repeat: no-repeat;
  background-size: auto 70%;
  background-position: center center;
}

#cadastro {
  /* background-color: #ffccff; */
}

#bg-color-filter, #bg-color-filter-2, #bg-color-filter-3  {
  width: 100vw;
  position: fixed;
  height: 100vh;
  display: block;
  pointer-events: none;
}

#bg-color-filter {
  background-image: url("http://walmart.vanguarte.com.br/wp-content/uploads/2024/01/filtro-bg_top-menu.png");
  background-repeat: no-repeat;
  background-position: top center;
  z-index: 2;
}

#bg-color-filter-2 {
  background-image: url("http://walmart.vanguarte.com.br/wp-content/uploads/2024/01/filtro-bg_rodape.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  z-index: 444;
}

#bg-color-filter-3 {
  background-image: url("http://walmart.vanguarte.com.br/wp-content/uploads/2024/01/bg-filtro-total.jpg");
  z-index: 888;
  opacity: 0;
}

#bg-color-filter-3.filter-3_active {
  opacity: 0.88;
  transition: opacity 0.5s ease;
}


.cadastro {
  display: grid;
  gap: 10px;
  grid-template-areas:
    "a a a a a b b b b b b b"
    "c c c c c c d d d d d d"
    "e e e e e f f f f f f f"
    "g g g g g g h h h h h h"
    "i i i i j j j j l l l l"
    "m m m n n n n n n n n n";
  grid-template-columns: repeat(12, 1fr);
  max-width: 900px;
  margin: 0 auto;
}

.cpf {
  grid-area: a;
}

.nome {
  grid-area: b;
}

.email {
  grid-area: c;
}

.confirma-email {
  grid-area: d;
}

.cep {
  grid-area: e;
}

.endereco {
  grid-area: f;
}

.estado {
  grid-area: g;
}

.cidade {
  grid-area: h;
}

.telefone {
  grid-area: i;
}

.senha {
  grid-area: j;
}

.confirma-senha {
  grid-area: l;
}


.cadastro input {
  border-radius: 12px;
  padding: 10px 10px 10px 15px;
  outline: none;
  border: none;
  font-family: "Lato", sans-serif;
  font-size: 17px;
  font-weight: 300;
}

.cadastro-titulo {
  width: 100%;
  height: 40vh;
}


.cadastro-titulo .titulo-cadastro-desk {
  display: block;
  margin: 0 auto;
  height: 100%;
}

.cadastro .submit {
  grid-area: m;
  background-color: #214d99;
  cursor: pointer;
  color: white;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  margin-top: 11px;
}

.rodape {
  position: fixed;
  bottom: 0;
  height: 20vh;
  width: 100vw;
  z-index: 666;
}

.rodape img {
  display: block;
  margin: 0 auto;
  height: 60%;
}

.rodape p {
  margin: 0 auto;
  max-width: 1200px;
  font-family: sans-serif;
  font-size: 13.5px;
  padding: 0 20px 0 20px;
}


/**********************************************************************************************/

@media (orientation: portrait) {
  /* .container_top-bar, #content, #bg-color-filter, #bg-color-filter-2 { display: none; } */
  .container_top-bar {
    /* display: none; */
  }

  .container_menu-mobile { display: block; }
  
  .block_top-bar {
    display: none;
   }

  #content section {
    min-height: 80vh;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    /* max-width: 1100px; */
    margin: 0 auto 0 auto;
  }

  body {
    background-image: url("http://walmart.vanguarte.com.br/wp-content/uploads/2024/01/bg-mobile.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }


#bg-color-filter {
  background-image: url("http://walmart.vanguarte.com.br/wp-content/uploads/2024/01/filtro-bg_top-menu-mobile.png");
  background-repeat: no-repeat;
  background-position: top right;
  z-index: -1;
}



#bg-color-filter-2 {
  background-image: url("http://walmart.vanguarte.com.br/wp-content/uploads/2024/01/filtro-bg_rodape-mobile.png");
  background-size: cover;
}
 

  #home {
    /* background-color: #ffcccc; */
    background-image: url("http://walmart.vanguarte.com.br/wp-content/uploads/2024/01/home-mobile.png");
    background-size: contain;
   }

  #como-participar {
    /* background-color: #ffcccc; */
    background-image: url("http://walmart.vanguarte.com.br/wp-content/uploads/2024/01/como-participar-mobile.png");
    background-size: contain;
   }

  #premios {
    /* background-color: #ffcccc; */
    background-image: url("http://walmart.vanguarte.com.br/wp-content/uploads/2024/01/premios-mobile.png");
    background-size: contain;
   }
   
  #sorteios {
    /* background-color: #ffcccc; */
    background-image: url("http://walmart.vanguarte.com.br/wp-content/uploads/2024/01/sorteios-mobile.png");
    background-size: contain;
   }
   

  .rodape {
    position: fixed;
    bottom: 0;
    height: 20vh;
    width: 100vw;
    z-index: 666;
    /* background: aqua; */
  }

  .rodape img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 650px;
    height: auto;
  }

  .rodape p {
    margin: 0 auto;
    width: 100%;
    font-family: sans-serif;
    font-size: 11px;
    padding: 0 10px 0 10px;
  }
  
  
 
.cadastro {
  display: grid;
  gap: 10px;
  grid-template-areas:
    "a a a a a a"
    "b b b b b b"
    "c c c c c c"
    "d d d d d d"
    "e e e e e e"
    "f f f f f f"
    "g g g g g g"
    "h h h h h h"
    "i i i i i i"
    "j j j j j j"
    "l l l l l l"
    "m m m n n n";
    
  grid-template-columns: repeat(6, 1fr);

  margin: 0 auto;
  padding: 0 14px 25vh 14px;
  max-width: 648px;
}


.cadastro-titulo {
  height: initial;
}


.cadastro-titulo .titulo-cadastro-desk {
  display: none;
}

.cadastro-titulo .titulo-cadastro-mobile {
  display: block;
  margin: 0 auto;
  width: 80%;
  max-width: 668px;
  padding: 0 0 7px 0px;
  
}












/******* MENU MOBILE ************ INICIO *************************/


    .menu-icon,
    .check-button {
        cursor: pointer;
        /* display: none; */
    }


    .menu-icon .bar1,
    .menu-icon .bar2,
    .menu-icon .bar3 {
        width: 36px;
        height: 5px;
        background-color: white;
        margin: 6px 0;
        border-radius: 2px;
        transition: 0.4s;
    }


    .menu-icon,
    .check-button {
        display: block;
    }

    .check-button {
        border: none;
        background: transparent;
        height: 78px;
        width: 64px;
        /* float: right; */
        position: fixed;
        top: 0;
        right: 0;
        z-index:9999;
    }

    .main-menu ul {
        position: absolute;
        width: 70vw;
        height: 100vh;
        background: #fffce1; 
        right: -100vw;
        text-align: left;
        text-transform: uppercase;
        transition: all cubic-bezier(.79, .14, .15, .86) .5s;
        padding: 46px 0 0 20px;
        margin: 0;
        z-index: 1;

    }

    /*.main-menu ul:not(.sub-menu) {
        top: 80px;
    } */

    .main-menu ul li {
        display: block;
        margin: 15px 0;
        line-height: 30px;
    }

    .main-menu ul li a {
        color: #0e32a3;
        font-family: "Poppins", sans-serif;
        font-size: 17.5px;
        font-weight: 600;
        padding: 10px;
    }

    .main-menu ul.sub-menu {
        position: relative;
        top: 0;
        margin-left: 30px;
        display: block;
        width: auto;
    }

    .main-menu ul.sub-menu a {
        color: var(--wpdevs-gray1);
    }

    .show-dropdown {
        right: 0 !important;
    }

    .animate-button .bar1 {
        -webkit-transform: rotate(-45deg) translate(-8px, 8px);
        transform: rotate(-45deg) translate(-8px, 8px);
    }

    .animate-button .bar2 {
        opacity: 0;
    }

    .animate-button .bar3 {
        -webkit-transform: rotate(45deg) translate(-7px, -7px);
        transform: rotate(45deg) translate(-7px, -7px);
    }
    
    .animate-button .bar1, .animate-button .bar2, .animate-button .bar3 {
       background-color: #0e32a3;
    }







/******* MENU MOBILE ************ FIM *************************/





}
