/*
Theme Name: Frison Digital
Theme URI: https://github.com/elementor/hello-theme/
Description: Website desenvolvido por Frison Digital.
Author: Frison Digital
Author URI: https://frison.digital/
Template: frisondigital-base
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
*/

/* Correções Persistentes */

.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-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: "...";}



.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;
}

@keyframes spin {
  to { -webkit-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
  to { -webkit-transform: rotate(360deg); }
}




.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 !important;}
  .on-mobile-tablet {display: block !important;}
  .on-mobile-wide {display: none !important;}
  .on-tablet {display: block !important;}
  .on-tablet-wide {display: block !important;}
  .on-wide {display: none !important;}
}

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






/* Tabelas */

table tbody tr:hover>td, table tbody tr:hover>th {
  background-color: none !important;
}

.ptable table tbody>tr:nth-child(odd)>td, .ptable table tbody>tr:nth-child(odd)>th {
  background-color: transparent !important;
}

.ptable table {
  font-family: "Lato", sans-serif;
  border-collapse: collapse;
  border: 1px solid #f8f8f8;
  width: 100%;
 }

.ptable td, .ptable th {
  border: none;
  border-bottom: 1px solid #f8f8f8;
  text-align: left;
  padding: 11px 12px;
}

.ptable tr:nth-child(even) {
  background: #f8f8f8;
}

.ptable td {color: #4f4f4f;}
.ptable tr:first-child {color: white; background-color: #a01d29 !important;}
.ptable tr:first-child td {font-weight: 800 !important;}








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

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

.overlay-hover , .link-loja {
  cursor: pointer;
}

.overlay-hover .elementor-background-overlay {
  transition: opacity .3s ease;
}

.overlay-hover:hover .elementor-background-overlay {
    opacity: .75 !important;
}

.separador {max-width: 150px;}


ul.elementor-nav-menu--dropdown a, ul.elementor-nav-menu--dropdown a:focus, ul.elementor-nav-menu--dropdown a:hover {
  border-left: 0px;
}

.sub-menu { border-radius: 6px; padding: 7px 0px;}
.sub-menu .menu-item a { font-weight: 600 !important; }
.sub-menu .menu-item a:hover { background-color: transparent !important; color: #a01d29 !important;}

/* MEDIA QUERIES */

@media (max-width: 767px) {

  .overlay-hover .elementor-background-overlay { opacity: .8 !important; }

}


@media (min-width: 768px) {

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

}


@media (min-width: 1100px) {

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

}

@media (min-width: 1400px) {

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

}

@media (min-width: 2000px) {

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

}
