/* GENERAL */
/*@import url('../fonts/montserrat/montserrat.css');*/


:root {
    --bs-white: #ffffff;
    --bs-light-gray: #f3f3f3;
    --bs-color1: #d6187a;
    --bs-color2: #e11678;
    --bs-color3: #f5268a;
    --bs-gray: #e0e0e0;
    --bs-black: #000;
}

html {
    scrollbar-width: thin;
    scrollbar-color: #a77945 #f3f3f3;
}

html, body {
    background: #c3945c url('../images/bg-gold.jpg') repeat-y scroll 0 0 / 100% auto;
    overflow-x: hidden;
}
body {
    font-family: 'GothamPro',-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-weight: 300;
    letter-spacing:.1px;
}

.bg-gold {
    background: #c3945c url('../images/bg-gold.jpg') repeat-y scroll 0 0 / 100% auto;
}


.form-control:focus,
.form-select:focus {
    box-shadow: none !important;
    border-color: var(--bs-dark-green);
}
.form-control:focus::placeholder {
    opacity: 0.2;
}

a, button, a img, .bs, .ts, .ease {
    -webkit-transition: all 0.3s linear !important;
    transition: all 0.3s linear !important;
}

a, a:hover {text-decoration: none;}

a {
    color: var(--bs-white);
}
a:hover {
    color: var(--bs-gray-700);
}
.link-white {
    color: #fff;
}
.link-white:hover {
    color: #fff;
}
.u-link {
    text-decoration: underline;
}
.u-link:hover {
    text-decoration: none;
}

.bg-color2 {
    background-color: var(--bs-color2);
}
.bg-color3 {
    background-color: var(--bs-color3);
}
.bg-gray {
    background-color: var(--bs-gray) !important;
}
.

.text-gray {
    color: var(--bs-gray-600);
}

/* HEADER */
.navbar {
    background: transparent;
    transition: all ease-in-out 1s;
    max-height: 300px;
}

.logo {
    transition: all ease-in-out 0.1s;
    transform: scale(0.8);
    margin-top: -15px;
}

.navbar.navbar-scrolled  {
    background: #000;
    max-height: 50px;
    transition: all ease-in-out 0.8s;
    position: fixed;
    z-index: 1030;
    width: 100%;
    animation-name: sd;
    animation-duration: 0.3s;
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}
.navbar.navbar-scrolled .logo {
    transform: scale(0.35);
    margin-top: -18px;
}

.navbar-nav a,
.navbar-brand {
    color: var(--bs-white);
    font-size: 1.2em;
    font-weight: 400;
}
.navbar-nav a:hover,
.navbar-brand:hover,
.navbar-nav a:active,
.navbar-brand:active,
.navbar-nav a.active,
.navbar-brand.active {
    color: var(--bs-color1);
    text-decoration: underline;
}


@keyframes sd {
  from {top:-250px;}
  to {top:0;}
}


/* MAIN */
.header-section {
    margin-top: 0px;
}

.section-title {
    font-weight: 800;
    font-size: 2.6em;
    font-family: 'GothamPro', sans-serif;
}



/* FOOTER */

/* Social icons - floating circle button */
.btn-floating, [class*="btn-outline-"].btn-floating {
  border-radius: 50%;
  padding: 0;
  position: relative;
}
.btn-floating {
  width: 3.3125rem;
  height: 3.3125rem;
}
[class*="btn-outline-"] {
  border-width: .125rem;
  border-style: solid;
  box-shadow: none;
  padding: .5rem 1.375rem .375rem;
}
.btn-floating i {
    line-height: 3rem;
}
.btn-outline-light {
  color: var(--bs-white);
  border-color: var(--bs-white);
}
.btn-outline-light:hover {
  color: var(--bs-black);
  background: var(--bs-white);
  border-color: var(--bs-white);
  margin-top: -6px;
}
.btn-floating:hover {
    transform: translateY(-4px);
}

/* FORMS */
.form-control{
    background: transparent;
    border: 2px solid var(--bs-white);
    border-radius: 0;
    padding: 1rem 1rem !important;
    
}
.form-control:not(input[type='file']) {
    padding-top: 28px !important;
}
.form-control:focus {
    background: transparent;
    border: 2px solid var(--bs-white);
    border-radius: 0;
}
.form-floating > label {
    padding: 1rem 1rem !important;
}
textarea.form-control {
  resize: none;
  height: 120px !important;
  padding-top: 25px !important;
}
#motivacio.form-control {
  resize: none;
  height: 195px !important;
  padding-top: 45px !important;
}

/* BUTTONS */
.btn {
    font-family: 'GothamPro', sans-serif;
}
.btn-primary,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:active:focus {
    color: #00205d;
    background: #fff;
    border-color: #fff;
    box-shadow: none;
}
.btn-primary:hover {
    color: #fff;
    background: #a402a4;
    border-color: #a402a4;
}
.btn-primary:active:focus {
    color: #fff;
    background: #a402a4;
    border-color: #a402a4;
}

.btn-black {
    background: #000;
    color: #fff;
    border-color: transparent;
}
.btn-black:hover {
    background: #333;
    color: #fff;
    border-color: transparent;
}

.btn-lg {
    font-size: 2.8em;
    padding: 20px 60px;
    text-transform: uppercase;
    font-weight: 700;
}

.btn-follow {
    background: transparent;
    color: #000;
    border: 2px solid #fff;
    font-size: 2.5em;
    padding: 25px 40px;
}
.btn-follow:hover {
    background: transparent;
    color: #000;
    border: 2px solid #000;
}

.custom-file-button {
	input[type="file"] {
		margin-left: -2px !important;
		font-size: 0.9em;

		&::-webkit-file-upload-button {
			display: none !important;
		}
		&::file-selector-button {
			display: none !important;
		}
	}
	
	& label {
        background-color: #fff;
        cursor: pointer;
        border: 2px solid #fff;
        border-radius: 0;
        width: 50%;
        text-transform: uppercase;
        justify-content: center;
        display: flex;
	}

	&:hover {
		label {
			background-color: #fff;
			cursor: pointer;
			border: 2px solid #fff;
		}
	}
}

.custom-file-button input[type="file"]::file-selector-button,
.custom-file-button input[type="file"]::-webkit-file-upload-button,
.custom-file-button input[type="file"]::-ms-browse  {
    display: none !important;
}
.custom-file-button label {
    background-color: #fff;
    cursor: pointer;
    border: 2px solid #fff;
    border-radius: 0;
    width: 50%;
    text-transform: uppercase;
    justify-content: center;
    display: flex;

}

.btn.spinner.active {
    position: relative;
}
.btn.spinner.active::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: grid;
  align-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #000 url('../images/loader-w.svg') no-repeat scroll 50% 5%;
}


/* HELPERS */

.text-uppercase {
    text-transform: uppercase !important;
}
.text-normal {
    text-transform: none !important;
}
.text-underline {
    text-decoration: underline !important;
}
a.text-underline:hover {
    text-decoration: none !important;
}

.ratio-16x9 {
    padding: 10px;
}


.alert-success {
  color: #fff;
  background: #1eb4aa;
  border-color: #1eb4aa;
}
.alert-danger {
  color: #fff;
  background: #df532d;
  border-color: #df532d;
}


/* rounded */
.rd {
    border-radius: 4rem;
}
.rd-1 {
    border-radius: 0.25rem;
}
.rd-2 {
    border-radius: 0.5rem;
}

.rd-s {
    border-top-left-radius: 3rem !important;
    border-bottom-left-radius: 3rem !important;
}
.rd-e {
    border-top-right-radius: 3rem !important;
    border-bottom-right-radius: 3rem !important;
}

.nr {
    border-radius: 0 !important;
}

/* font sizes */
.fs-7 {
    font-size: .9em !important;
}
.fs-8 {
    font-size: .85em !important;
}
.fs-9 {
    font-size: .8em !important;
}
.fs-10 {
    font-size: .7em !important;
}
.fs-xl {
    font-size: 3em !important;
}
.fs-xxl {
    font-size: 4em !important;
}
.fs-xxxl {
    font-size: 8.5em !important;
}

/* padding vertical */
.py-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}
.py-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}
.py-8 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
}
.py-9 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
}

/* padding horizontal */
.px-6 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
}
.px-7 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
}
.px-8 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
}
.px-9 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
}

/* padding right */
.pe-6 {
    padding-right: 4rem !important;
}
.pe-7 {
    padding-right: 5rem !important;
}
.pe-8 {
    padding-right: 6rem !important;
}
.pe-9 {
    padding-right: 7rem !important;
}

/* padding top */
.pt-6 {
    padding-top: 4rem !important;
}
.pt-7 {
    padding-top: 5rem !important;
}
.pt-8 {
    padding-top: 6rem !important;
}
.pt-9 {
    padding-top: 7rem !important;
}

/* padding bottom */
.pb-6 {
    padding-bottom: 4rem !important;
}
.pb-7 {
    padding-bottom: 5rem !important;
}
.pb-8 {
    padding-bottom: 6rem !important;
}
.pb-9 {
    padding-bottom: 7rem !important;
}

/* margin top */
.mt-6 {
    margin-top: 4rem !important;
}
.mt-7 {
    margin-top: 5rem !important;
}
.mt-8 {
    margin-top: 6rem !important;
}
.mt-9 {
    margin-top: 7rem !important;
}

/* margin bottom */
.mb-6 {
    margin-bottom: 4rem !important;
}
.mb-7 {
    margin-bottom: 5rem !important;
}
.mb-8 {
    margin-bottom: 6rem !important;
}
.mb-9 {
    margin-bottom: 7rem !important;
}

/* negative margins */
.mt-n0 {
  margin-top: 0rem !important;
}
.mt-n1 {
  margin-top: -0.25rem !important;
}
.mt-n2 {
  margin-top: -0.5rem !important;
}
.mt-n3 {
  margin-top: -0.75rem !important;
}
.mt-n4 {
  margin-top: -1rem !important;
}
.mt-n5 {
  margin-top: -1.25rem !important;
}


.strong {font-weight:600;}
.strongest {font-weight:700;}
.xstrong {font-weight:800;}
.ns {font-weight:400;}

.pointer {
    cursor: pointer;
}

/* box shadows */
.bs {
    box-shadow: 0 10px 15px -3px rgba(0,0,0,.07),0 4px 6px -2px rgba(0,0,0,.05);
}
.bs:hover,
.bs:focus,
.bs:active,
.bs.active,
.bsh:hover {
    box-shadow: 0 4px 10px 0 rgba(0,0,0,.2),0 4px 20px 0 rgba(0,0,0,.1);
}

/* no border */
.nb {
    border: 0 none;
}

/* width */
.w-10 {
    width: 10% !important;
}
.w-20 {
    width: 20% !important;
}
.w-30 {
    width: 30% !important;
}
.w-33 {
    width: 33% !important;
}
.w-35 {
    width: 35% !important;
}
.w-40 {
    width: 40% !important;
}
.w-60 {
    width: 60% !important;
}
.w-80 {
    width: 80% !important;
}
.w-90 {
    width: 90% !important;
}

::file-selector-button {
    display: none;
}
::-webkit-file-upload-button {
    display: none;
}

/* ///////////////////////////////////
    NOTEBOOK
///////////////////////////////////// */
@media (max-width: 1380px) { 


}

/* ///////////////////////////////////
    MOBILE 
///////////////////////////////////// */
@media (max-width: 575.98px) { 
        

}
