

:root {
  --color-primary: #7209B7;
  --color-primary-ligth: #5d7bd580;
  --color-secondary: #C79DE2;
  --color-secondary-ligth: #f6e6fe;
  --color-tertiary: #C2FFEE;
  --color-dark: #120d1f;
  --font-family-primary: "Marcellus", serif;
  --font-size-title: 42px;
  --font-size-title-secundary: 20x;

  --font-size-title-small: 30px;
  --font-size-title-extra-small: 25px;
  --font-size-content: 16px;

}

@media (max-width: 600px) {

  :root {
    --font-size-title: 35px;
    --font-size-title-small: 28px;
  
  }
}
ul::-webkit-scrollbar,
body::-webkit-scrollbar,
p::-webkit-scrollbar,
div::-webkit-scrollbar {
    width: 4px;
}
ul::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb,
p::-webkit-scrollbar-thumb,
div::-webkit-scrollbar-thumb {
    background-color: var(--color-primary);
}



*{
	font-family: var(--font-family-primary);
	font-size: var(--font-size-content);
}

body{
  overflow-x: hidden;
}
#page {
	width: 100%;
	overflow-x: hidden;
}
.site-main{
  &::before{
    opacity: .5;
    background-image: url('https://websitetest17.striveenterprise.com/wp-content/themes/amy-holman/assets/images/body-background.png');
  }
}
.page-width {
	max-width: 200rem;
	margin: 0 auto;
	padding-left: 5rem;
	padding-right: 5rem;
}
@media (max-width: 600px) {
  .page-width {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 425px) {
  .page-width {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}


input {
	accent-color: var(--color-primary);
}


.title-big {
	font-size: var(--font-size-title) !important;
}

.title-small {
  --font-size-title-small: 30px;

}


@media (max-width: 425px) {
  h2 img {
    opacity: 0.8;
  }
}
/*Buttons*/
.btn-form,
.btn-custom {
	background: var(--color-primary);
	color: #fff;
	transition: 400ms;
	min-width: 110px;
	position: relative;
	overflow: hidden;
  text-align: center;
  justify-content: center;
  border-radius: 0;
  padding: 8px 20px;
  z-index: 1;
  display: inline-block;
  text-decoration: none;
  height: 45px;
  display: flex;
  align-items: center;

}
.btn-custom-2 {
 background:  var(--color-tertiary);

}

  .btn-form:hover,
  .btn-custom:hover {
    border-color:var(--color-secondary-ligth)!important; 
    color: var(--color-primary);
  }
  .btn-form::after,
  .btn-custom::after {
    content: "";
    background:var(--color-secondary-ligth)!important; 
    position: absolute;
    z-index: -1;
    padding: 16px 20px;
    display: block;
    left: -20%;
    right: -20%;
    top: 0;
    bottom: 0;
    transform: skewX(-45deg) scale(0, 1);
    transition: all 0.3s ease;
  }
  .btn-form:hover:after,
  .btn-custom:hover::after {
    transition: all 0.3s ease-out;
    transform: skewX(-45deg) scale(1, 1);
  }






/*Header*/
.content-networks a:hover img {
	transform: scale(1.1);
	transition: 400ms;
}

.content-networks a img {

	transition: 400ms;
}
header .btn-custom svg {
	transition: 400ms;
}
header .btn-custom:hover svg {
	transform: rotate(45deg);
	transition: 400ms;
}

.top-header a {
	text-decoration: none;
	color: #fff;
	transition: 400ms;
}

.top-header a:hover {
	color: var(--color-secondary);
	transition: 400ms;
}
@media (max-width: 992px) {
  #masthead {
    max-width: 100%;
    padding: 0 1rem !important;
  }
  header .content-networks {
    width: 60px;
    justify-content: start !important;
  }
}
@media (max-width: 768px) {
  header .logo {
    width: 150px;
  }
}
@media (max-width: 425px) {
  header .logo {
    width: 120px;
  }
}
/*Footer*/

footer {
	background-color: var(--color-primary);
	color: #fff;
	font-size: 14px;
	padding: 10px 20px;
	text-align: center;
}
footer a {
	text-decoration: none;
	color: #fff;
	transition: 400ms;
}
footer a:hover {
  color: var(--color-secondary);
	transition: 400ms;
}

footer p {
	border-top: 1px solid #f9f9f95c;
	padding-top: 8px;
}
.logo-footer {
	width: 200px;
	object-fit: contain;
	margin: 20px auto 25px;
}

.button-fixed {
	position: fixed;
	right: 0;
	bottom: 0;
	opacity: 0;
	pointer-events: none;
	width: 100%;
  z-index: 10;
}
.button-fixed .button {
	box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(60, 59, 59, 0.33) 0px 0px 0px 1px;
	max-width: 100%;
	width: 100%;
}

@media (max-width: 600px) {
  footer p {
  
    font-size: 12px;
  }
}





/**/
@media (max-width: 768px) {
  .tooltip {
    display: none !important;
  }
}

/*Modal Policies*/
.modal-header {
	background: var(--color-primary);
}
.logo-modal {
	width: 150px;
}