/*
Theme Name: Sorveteria Primavera
Text Domain: Sorveteria Primavera
Version: 1.1
Description: Tema criado para Sorveteria Primavera
Author: Everton Santos by ZHF
Author URI: https://zhf.com.br/
Theme URI: https://zhf.com.br/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*GLOBAL*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;500;800&display=swap");

:root{
    --bs-color-light-pink: #e7bdc2;
    --bs-color-pink: #d4294b;
    --bs-color-light-brown: #e9ad52;
    --bs-bs-red: #d31241;
    --font-typography-main:"Poppins", sans-serif;
}

*,
*::after,
*::before {
  font-family: var("Poppins", sans-serif);
  font-weight: 500;
  color: var(--bs-color-pink);
}

html, body {
  overflow-x: hidden!important;
}
body{
  position: relative;
}

p {
  font-size: 1.5rem;
}

ul, ul li {
  list-style: none;
}

a.btn {
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}

.bg-color-light-pink {
    background-color: var(--bs-color-light-pink) !important;
  }
  
  .bg-color-pink {
    background-color: var(--bs-color-pink) !important;
  }
  
  .bg-color-light-brown {
    background-color: var(--bs-color-light-brown) !important;
  }
  
  .bg-bs-red {
    background-color: var(--bs-bs-red) !important;
  }

/*HEADER*/
body.home.page-template-default header {
  background-color: #dcdde2!important;
}
.page header{
  background-color: #fff!important;
}

header .nav-background {
  width: 100vw;
  height: 200px;
  position: absolute;
  left: 0;
}

.img-logo {
  height: 150px;
  width: auto;
}
@media(max-width: 992px){
  .navbar-brand img.img-logo{
    height: 110px;
    z-index: 990;
    position: relative;
  }
  header .nav-background{
    height: 135px;
  }
}

.nav-link {
  font-size: 1.2rem;
  color: var(--bs-color-pink);
  font-weight: bolder;
}
@media(min-width:993px){
  .current_page_item.active .nav-link,.nav-link:hover, .nav-link:focus{
    color: white!important
  }
}

.navbar-toggler-icon{
  background-image: var(url"data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAzMCAzMCc+PHBhdGggc3Ryb2tlPScjZDQyOTRiJyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1taXRlcmxpbWl0PScxMCcgc3Ryb2tlLXdpZHRoPScyJyBkPSdNNCA3aDIyTTQgMTVoMjJNNCAyM2gyMicvPjwvc3ZnPg==")!important;
}

.waves-icon {
    width: 190px;
    background: url('./inc/asset/img/svg/waves.png');
    position: absolute;
    right: 0;
    transform: translateX(35%) translateY(143%);
    height: 90px;
    background-repeat: no-repeat;
    }
    .waves-icon-products {
        width: 190px;
        background: url('./inc/asset/img/svg/waves.png');
        position: absolute;
        left: 0;
        transform: translateX(-50%) translateY(143%);
        height: 90px;
        background-repeat: no-repeat;
        }
    
    .half-circle, .waves-icon-products, .waves-icon{
        display: none;
      }
      @media(min-width: 993px){
      .half-circle{
        position: absolute;
        height: 225px;
        transform: translateX(-27%) translateY(-20%);
      }
      .waves-icon, .waves-icon-products, .half-circle{
        display: block;
      }
      }
    
      .page-template-template-produtos header,
      .page-template-page-revendedor header{
        background-color: white!important;
      }
     .home.page-template-default.page{
        background-color:   #dcdde2!important;
      }
    
    @media(max-width: 992.98px){
        .box-img-nossa-historia{
            top: 0;
        }
        #social-icons-main-menu{
          display: none;
        }
    }

/*MAIN*/
.banner-home-main {
  width: 100vw;
  height: auto;
}

.img-home-revenda {
  position: absolute;
  max-width: 100%;
  height: 800px;
  transform: translateX(5%) translateY(-19%);
}
@media (max-width: 992px){
.img-home-revenda {
    bottom: 50%;
    height: 600px!important;
}
.box-img-nossa-historia{
      height: 550px!important;
}
}

.box-img-nossa-historia {
  width: 100%;
  height: 950px;
  background-image: url('./inc/asset/img/fotos/2J0A5695.JPG');
  background-size: cover;
  background-position: center;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  position: relative;
  top: -100px;
}

#seja-revendedor h2, #seja-revendedor .h2,
#seja-revendedor p {
  color: white;
}
div#seja-revendedor a {
  color: #fff;
}

#nossa-historia {
  position: relative;
}

/*FOOTER*/

#footer .container {
  position: relative;
}

.footer-background {
  width: 100vw;
  height: 150px;
  position: absolute;
  z-index: 1;
  transform: translateY(-149px);
}

.border-right-risk {
  border-right: 4px solid #e9ad52;
}

footer h3, footer .h3 {
  color: var(--bs-color-light-brown);
}

footer p,
footer ul li {
  color: white;
  font-size: 1.5rem;
}

footer ul.contact {
  margin-left: 0;
  padding-left: 0;
}

footer ul.contact li {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

footer a{
  text-decoration: none;
  color: white;
}

footer a:hover{
  color: rgb(233, 232, 232);
}


/*ICONS*/
.facebook-icon {
  background-image: url("./inc/asset/img/svg/facebook.png");
  width: 30px;
  height: 30px;
  background-size: cover;
  display: inline-block;
  background-repeat: no-repeat;
}

.instagram-icon {
  background-image: url("./inc/asset/img/svg/instagram.png");
  width: 30px;
  height: 30px;
  background-size: cover;
  display: inline-block;
  background-repeat: no-repeat;
}

.email-icon {
  background-image: url("./inc/asset/img/svg/envelope.png");
  width: 30px;
  height: 30px;
  background-size: cover;
  display: inline-block;
  background-repeat: no-repeat;
}

.whatsapp-icon {
  background-image: url("./inc/asset/img/svg/whatsapp.png");
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  background-size: cover;
  display: inline-block;
}

/*FONT TEXT FOOTER MOBILE*/
@media(max-width:567px){
    footer p, footer ul li {
        font-size: 1.1rem;
      }
}
@media(max-width:400px){
    footer p, footer ul li {
        font-size: 0.9rem;
      }
}

/*PAGINA SEJA UM REVENDEDOR*/
.wpcf7-form fieldset{
    margin-bottom: 2rem;
}
.wpcf7-form fieldset .form-input-contact input {
  margin-bottom: 1.5rem;
  width: 600px;
  background-color: var(--bs-color-light-pink);
  border: none;
  border-radius: 20px;
  height: 40px;
  padding: 0 20px;
  color: white;
  font-weight: bolder;
  }
  .wpcf7-form fieldset .form-input-contact textarea{
  width: 600px;
  background-color: var(--bs-color-light-pink);
  border: none;
  border-radius: 20px;
  padding: 10px 20px;
  color: white;
  font-weight: bolder;
  }
  .wpcf7-form fieldset .form-input-contact label {
      width: 150px;
  }
  .wpcf7-form fieldset .wpcf7-radio,
  .wpcf7-form fieldset label {
      font-size: 1.5rem;
  }
  input[type="submit"]{
      font-size: 1.8rem;
      font-weight: 400;
      font-family: "Poppins", sans-serif;
      color: white;
  }
  
/*FORM RESPONSIVO*/
@media(min-width: 1200px){
  .wpcf7-form fieldset .form-input-contact{
    display: flex;
}
}
@media(min-width: 993px){
  .wpcf7-form fieldset .form-input-contact{
    display: column;
  }
}

input[type="submit"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus{
    color: white!important;
}

@media(max-width: 992.98px) {
  .wpcf7-form fieldset .form-input-contact input,
  .wpcf7-form fieldset .form-input-contact textarea,
  .wpcf7-form fieldset .form-input-contact label{
    width: 100%;
  }

    .border-right-risk{
        border: none;
    }
}


/*ICON SOCIAL MEDIA PINK*/
.facebook-icon-pink {
    background-image: url('./inc/asset/img/svg/facebook-pink.png');
    width: 30px;
    height: 30px;
    background-size: cover;
    display: inline-block;
    background-repeat: no-repeat;
}
.instagram-icon-pink {
    background-image: url('./inc/asset/img/svg/instagram-pink.png');
    width: 30px;
    height: 30px;
    background-size: cover;
    display: inline-block;
    background-repeat: no-repeat;
}


/*ANIMAÇÕES*/
[data-anime] {
  opacity: 0;
  transition: 0.9s;
}

[data-anime="left"] {
  transform: translate3d(-50px, 0, 0);
}
[data-anime="right"] {
  transform: translate3d(50px, 0, 0);
}
[data-anime].animate {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}