/*
Theme Name: Dékuple
Theme URI: http://dekuple.es
Author: SIDN
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: dekuple
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

p {
  margin-bottom: 0.5em;
  &:last-child{
    margin-bottom: 0em;
  }
}


body {
  position: relative;
}

.deep-purple-gradient-from-right {
  background: linear-gradient(90deg, rgba(56, 54, 191, 0.00) 19.28%, #3836BF 62.61%), transparent -115.105px -183.139px / 120.628% 179.07% no-repeat;
}

.bg-img-section-gradient {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 44.8%, rgba(0, 0, 0, 0.40) 73.23%),
    radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.00) 0%, rgba(0, 0, 0, 0.70) 100%);

  @media(max-width: 1024px) {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.00) 80.34%, rgba(0, 0, 0, 0.40) 94.49%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.00) 22.1%, rgba(0, 0, 0, 0.70) 53.3%);

  }
}