/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/


* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.masthead * {transition: color .2s ease, opacity .2s ease;}
.elementor p a {transition: color .1s ease;}
.elementor-text-editor p:last-child{ margin-bottom:0px;}
.elementor-element:last-child{ margin-bottom:0px;}
.elementor-editor-active .loader { display: none; }
.elementor-icon-list-item:hover .elementor-icon-list-text {transition: color .2s ease !important;}
.elementor-post__excerpt p:after{content: "...";}
p {margin-bottom: 0;}
.elementor-post__read-more {opacity: 1; transition: opacity .3s ease;}
.elementor-post__read-more:hover {opacity: 0.8;}


.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #f8f8f8;
}

#loading {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 3px solid rgba(160, 29, 41,0.3);
  border-radius: 50%;
  border-top-color: #A01D29;
  animation: spin 1.3s ease infinite;
  -webkit-animation: spin 1.3s ease infinite;
}

#banner-compra { position: fixed; top:0;left: 0; width: 100%; z-index: 99999; margin-top: -65px; transition: margin .6s ease-out; }
.comprou {margin-top: 0px !important;}



.fluid > .elementor-container  {
    margin: 0 auto;
    padding: 0 20px;
}

/* Mobile */
.on-mobile {display: block;}
.on-mobile-tablet {display: block;}
.on-mobile-wide {display: block;}
.on-tablet {display: none;}
.on-tablet-wide {display: none;}
.on-mobile-tablet-wide {display: block;}
.on-wide {display: none;}


/* Tablet */
@media (min-width: 768px) and (max-width: 1099px)  {
  .on-mobile {display: none;}
  .on-mobile-tablet {display: block;}
  .on-mobile-wide {display: none;}
  .on-tablet {display: block;}
  .on-tablet-wide {display: block;}
  .on-wide {display: none;}
}

/* Wide */
@media (min-width: 1100px) {
  .on-mobile {display: none;}
  .on-mobile-tablet {display: none;}
  .on-mobile-wide {display: block;}
  .on-tablet {display: none;}
  .on-tablet-wide {display: block;}
  .on-wide {display: block;}
}



/* Botões */
.btn-ico i {
    font-size: 1em;
    line-height: 1.30em;
    display: block;
}

.hoverupshadow {
  transform: translateY(0px);
  box-shadow: 0px 25px 40px -25px rgba(0,0,0,0.0);
  transition: box-shadow .3s ease , transform .4s ease;
}

.hoverupshadow:hover {
  transform: translateY(-10px);
  box-shadow: 0px 25px 40px -25px rgba(0,0,0,0.1);
}

.hoverup {
    transform: translateY(0px);
    transition: transform .4s ease;
}

.hoverup:hover {
    transform: translateY(-10px);
}

.bordas-hover .elementor-column-wrap:hover  {border-color: #23622C !important;}


/* MEDIA QUERIES */


@media (min-width: 768px) {

    .fluid > .elementor-container { padding: 0 60px; }

    .btn-ico-move .elementor-button-icon { transition: margin-left .3s ease;}
    .btn-ico-move a:hover .elementor-button-icon {margin-left: 2em !important;}

}


@media (min-width: 1100px) {

    .fluid > .elementor-container  { padding: 0 130px; }

}

@media (min-width: 1600px) {

    .fluid > .elementor-container  { max-width: 1400px; padding: 0 100px; }

}

@media (min-width: 2000px) {

  .fluid > .elementor-container  { max-width: 1400px; }

}
