/**
Theme Name: Fotonica Solutions
Author: Origami Soluciones
Author URI: https://www.origamisoluciones.com/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fotonica-solutions
Template: astra
*/

/*General*/
:root {
  --fotonica-primary-color: #093e6c;
  --fotonica-secondary-color: #35a73b;
  --fotonica-black: #131313;
  --black: #222;
  --white: #fff;
}

.sr-only{
  background-color: #FFF !important;
  color: #000 !important;
}

.fas.fa-piggy-bank {
  animation: piggyShake 10s ease-in-out infinite;
}

@keyframes piggyShake {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(6deg);
  }
  20% {
    transform: rotate(-6deg);
  }
  30% {
    transform: rotate(5deg);
  }
  40% {
    transform: rotate(-5deg);
  }
  50% {
    transform: rotate(4deg);
  }
  60% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

a.fm-link.subir-factura .fa-piggy-bank:before {
  color: #fff !important;
}

a.fm-link.subir-factura .fm-icon {
  background: linear-gradient(270deg, #1069b5, #35a73b);
  background-size: 400% 400%;
  animation: gradientShift 5s ease infinite;
  color: white;
}

a.fm-link.subir-factura .fm-icon::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: rotate(25deg);
  animation: sparkle 3s linear infinite;
  pointer-events: none;
}

a.fm-link.subir-factura .fm-icon:hover::before {
  animation: none !important;
  background: none !important;
}

@keyframes sparkle {
  0% {
    transform: translateX(-100%) rotate(25deg);
  }
  100% {
    transform: translateX(100%) rotate(25deg);
  }
}

@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/*Header*/
#masthead .ast-container, .site-header-focus-item + .ast-breadcrumbs-wrapper{
  padding-left: 1em !important;
  padding-right: 1em !important;
}
header.ast-logo-title-inline .ast-site-identity {
  padding: 0.5em 0 !important;
}

header.ast-desktop
  .ast-menu-hover-style-underline
  > .menu-item:hover
  > .menu-link:before {
  width: calc(100% - 1em);
  bottom: -20px;
  border-radius: 30px;
  color: var(--fotonica-secondary-color) !important;
}

.astra-logo-svg:not(
    .sticky-custom-logo .astra-logo-svg,
    .transparent-custom-logo .astra-logo-svg,
    .advanced-header-logo .astra-logo-svg
  ) {
  height: auto !important;
}

/*Home*/
#brands .slick-track {
  display: flex;
  align-items: center;
  align-content: center;
}

#brands .uael-grid-img-thumbnail img {
  height: 100px !important;
}

/*Plugins*/
.author-name {
  text-align: center !important;
  font-size: 1rem !important;
  color: var(--fotonica-primary-color) !important;
  font-weight: bold !important;
  letter-spacing: -1px !important;
  text-transform: capitalize !important;
}

.tss-wrapper .tss-carousel3 .item-content-wrapper {
  background-color: var(--white);
  border-radius: 20px;
  padding: 1em !important;
}

.tss-wrapper .single-item-wrapper {
  display: flex;
  flex-direction: column-reverse;
}

.tss-wrapper .tss-carousel3 .item-content {
  font-style: normal;
  font-size: 1rem;
  line-height: 1.2em;
}

.tss-carousel-main .swiper-pagination-bullet:hover,
.tss-carousel-main .swiper-pagination-bullet-active,
.tss-carousel .swiper-pagination-bullet:hover,
.tss-carousel .swiper-pagination-bullet-active {
  background: var(--fotonica-secondary-color) !important;
}

.tss-wrapper .tss-carousel3 .item-content-wrapper:before {
  top: 0 !important;
  position: relative !important;
  color: var(--fotonica-secondary-color);
}

.tss-carousel-main.swiper .swiper-pagination,
.tss-carousel.swiper .swiper-pagination {
  bottom: 0 !important;
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.bdt-prime-slider li::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.48);
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.bdt-prime-slider-skin-general .bdt-prime-slider-wrapper {
  z-index: 1;
}

.wpforms-container ul,
.wpforms-container ul li {
  list-style: none !important;
  padding: 0 !important;
}
.eael-wpforms .wpforms-field select {
  height: 43px !important;
}
.wpforms-required-label {
  color: #b00020 !important;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1rem;
}

.form-grid p {
  margin: 0 !important;
}

.form-group {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.form-group.full-width {
  grid-column: 1 / -1;
}

.uael-img-gallery-wrap {
  width: 100% !important;
  margin: 0 auto !important;
}

.wpcf7-form-control-wrap textarea {
  height: 100px !important;
}
.wpcf7-form-control {
  margin-bottom: 0 !important;
}
.form-grid {
  gap: 0.5rem !important;
}
.wpcf7 form > div,
.wpcf7 form > p {
  margin-bottom: 0 !important;
}

.logos-operadoras img {
  display: flex !important;
  align-items: center !important;
  align-content: center !important;
  justify-content: center !important;
  height: 90px !important;
}

/*BLOG*/
.uael-post-wrapper .uael-post__title {
  margin-top: 10px !important;
  text-align: justify !important;
}
.ast-single-post-featured-section {
  display: none !important;
}
.ast-separate-container .ast-article-single:not(.ast-related-post) {
  background-color: transparent !important;
}
/* .ast-single-entry-banner{
  background-color: transparent;
  background-image: linear-gradient(80deg, var(--fotonica-primary-color) 0%, var(--fotonica-secondary-color) 100%);
} */

/*Accesibility*/
.cky-notice,
#esios-api .unit,
#esios-api .up-icon,
#esios-api .down-icon,
.uael-timeline-heading,
.fm-bar{
  background-color: #00000001;
}

.fm-label{
  color:var(--white) !important;
}

/*Responsive*/
@media (max-width: 420px) {
  .ast-custom-footer .elementor-icon-list-items .elementor-icon-list-item,
  .ast-custom-footer .elementor-icon-list-items .elementor-icon-list-item a {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    align-items: center;
    gap: 5px;
  }
  .ast-custom-footer .elementor-icon-list-items .elementor-icon-list-item {
    margin: 10px 0 !important;
  }
  .ast-custom-footer .elementor-icon-list-items .elementor-icon-list-item span {
    text-align: center !important;
  }
  #footer-menu-bottom ul {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
  }
}

@media (max-width: 1374px) {
  header .custom-logo-link img {
    max-width: 250px !important;
    width: 200px !important;
  }
  .ast-builder-menu-1 .menu-item > .menu-link{
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}
