@charset "UTF-8";
/* CSS Document */

body {
	font-family: 'PRO', sans-serif;
	font-weight: 100;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  	margin-bottom: 0.5rem;
  	font-weight: 500;
  	line-height: 1.2;
	font-family: 'PRO', sans-serif;
}

.display-1 {
	margin-bottom: 78px;
    font-size: 58px;
    line-height: 65px;
    text-align: left;
    color: white;
    text-shadow: 0 3px 6px rgb(0 0 0 / 25%);
	font-weight: bold;
}

.font-12 {font-size: 12px;}
.font-14 {font-size: 14px;}
.font-16 {font-size: 16px;}
.font-18 {font-size: 18px;}
.font-20 {font-size: 20px;}
.font-22 {font-size: 22px;}
.font-42 {font-size: 42px;}

main.flex-shrink-0 {
    overflow: hidden;
}

main > .container {
  padding: 60px 15px 0;
}

.footer {
    background-color: #333;
    text-align: center;
    padding: 57px 0 50px;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

.footer-logo {
    display: block;
    margin: 62px;
    position: relative;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
}

.footer-copy {
    color: white;
    font-weight: 100;
    font-size: 15px;
    line-height: 28px;
	font-family: 'PRO', sans-serif;
}

code {
  font-size: 80%;
}

.hr-light {
    border-color: rgba(255,255,255,0.2);
}

.bg_gradient {
    color: white;
    background: linear-gradient(37deg, rgba(160,35,130,1) 0%,rgba(195,35,85,1) 53%,rgba(230,35,40,1) 100%);
	margin-top: -35px;
}

.text_container {
    height: auto;
    display: flex;
    position: relative;
    align-content: flex-start;
    padding: 100px 0px 100px 0px;
}

.gradientOverlay {
    background: rgb(0,0,0);
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.5018382352941176) 0%, rgba(0,0,0,0) 42%);
    background: -o-linear-gradient(left, rgba(0,0,0,0.5018382352941176) 0%, rgba(0,0,0,0) 42%);
    background: linear-gradient(to right, rgba(0,0,0,0.5018382352941176) 0%, rgba(0,0,0,0) 42%);
    position: absolute;
    width: 100%;
    height: 621px;
    z-index: 1;
    left: -50px;
	top: 106px;
}

.textContainer {
    position: relative;
    z-index: 1;
    width: 100%;
}

.modal-title-center {
    width: 100%;
    text-align: center;
}



/*-=-=-=-=-=-=-=- NAVBARS -=-=-=-=-=-=-=-=-*/

.fixed-top {
    position: fixed;
    top: 18px;
    right: 0;
    left: 0;
    z-index: 1030;
    background-color: white;
	transition: 0.3s;
}

.navbar-brand {
    width: 60px;
    z-index: 1;
}

.navbar:before {
    content: "";
    height: 18px;
    width: 100%;
    display: block;
    background: linear-gradient(to right, #a02382 0%,#e62328 17%,#e62328 17%,#e62328 39%,#f58723 61%,#ffd205 84%,#ffd205 100%);
    position: absolute;
    top: -18px;
    left: 0px;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    text-transform: uppercase;
    color: #666666;
    font-size: 18px;
    line-height: 18px;
    font-weight: 100;
	font-family: 'PRO', sans-serif;
	padding-right: 0.75rem!important;
    padding-left: 0.75rem!important;
}

.nav-link.active {
    font-weight: 500;
}

.dropdown-item {
    font-family: 'PRO', sans-serif;
    text-transform: uppercase;
    font-size: 17px;
    padding: 0.5rem 1.5rem;
    font-weight: 300;
    color: #666;
    border: 0;
}

.dropdown-menu {
	border: none;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 25%);
	animation: fadeIn 1s;
	top: 40px;
}

@keyframes fadeIn {
	0% {transform: translateY(50px); opacity: 0;}
	100% {transform: translateY(0px); opacity: 1;}
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #666;
    text-decoration: none;
    background-color: #f7f7f7;
}

.dropdown-item.active, .dropdown-item:active {
    color: #666;
    text-decoration: none;
    background-color: #f7f7f7;
	font-weight: 500;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    left: 222px;
    top: 17px;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}


.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 0px;
    list-style: none;
    background-color: #f7f7f7;
    border-radius: 0px;
    margin-top: 105px;
}


/*-=-=-=-=-=-=-=- BOTONES -=-=-=-=-=-=-=-=-*/
.btn {
    text-transform: uppercase;
    border-radius: 25px;
    display: inline-block;
    text-align: center;
    font-family: 'PRO', sans-serif;
    font-weight: 500;
    padding: 5px 25px;
    letter-spacing: -1px;
}

.btn-lg {
	font-size: 22px;
    line-height: 40px;
    height: 50px;
}

.btn-primary {
    color: #333333;
    background-color: white;
    border-color: white;
}

.btn-primary:hover {
    color: #333333;
	background-color: #FFD205;
	border-color: #FFD205;
}

.btn-primary:focus, .btn-primary.focus {
    color: #666;
    background-color: #f7f7f7;
    border-color: #f7f7f7;
    box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #333333;
	background-color: #FFD205;
	border-color: #FFD205;
}

.btn-outline-primary {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}

.btn-outline-primary:hover {
    color: #333333;
	background-color: #FFD205;
	border-color: #FFD205;
}


.btn-secondary {
    color: #333333;
    background-color: #FFD205;
    border-color: #FFD205;
}

.btn-secondary:hover {
    color: #333333;
	background-color: white;
	border-color: white;
}

.btn-xl {
    width: 100%;
    padding: 10px 20px;
    text-transform: none;
    border-radius: 22px!important;
    font-weight: 200;
    white-space: pre-wrap;
    line-height: 24px;
    min-height: 95px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 19px;
}

.btn-xl:hover {
    color: #cf2b5c;
}

.btn-xl.active {
    color: #cf2b5c;
}

.rounded-xl {
	border-radius: 20px;
}


.font-30 {font-size: 30px!important;}
/*-=-=-=-=-=-=-=- ICONOS -=-=-=-=-=-=-=-=-*/
.footerIcons {
    position: relative;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    transition: 0.4s;
    cursor: pointer;
    margin: 15px;
}

.footerIcons:hover {
	opacity: 0.4;
	transition: 0.4s;
}

.si_container {
    display: flex;
    flex-direction: row;
    width: 60%;
    margin-left: 20%;
    padding: 100px 0px 80px 0px;
    justify-content: center;
}

.si_container_mn {
    display: flex;
}

.icons {
    position: relative;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
	transition: 0.4s;
}

.icons:hover {
	opacity: 0.4;
	transition: 0.4s;
}

.icons_mn {
    position: relative;
    background-repeat: no-repeat;
    content: '';
    width: 20px;
    height: 20px;
    margin-left: auto;
    margin-right: auto;
    filter: invert(0.7);
	margin-top: -4px;
	transition: 0.4s;
}

.icons_mn:hover {
	opacity: 0.4;
	transition: 0.4s;
}

.icons_aut {
    position: relative;
    background-repeat: no-repeat;
    content: '';
    width: 16px;
    height: 16px;
    margin-top: 10px;
    margin-right: 20px;
    transition: 0.4s;
    filter: invert(0.5);
    float: left;
}

.icons_aut:hover {
	opacity: 0.4;
	transition: 0.4s;
}

.icons_share {
    position: relative;
    background-repeat: no-repeat;
    content: '';
    width: 56px;
    height: 56px;
    margin-top: 10px;
    margin-right: 20px;
    transition: 0.4s;
    filter: invert(0.75);
    float: left;
    border: 1px solid;
    border-radius: 50%;
    background-size: 50%;
    background-position: center center;
}

.icons_share:hover {
	opacity: 0.4;
	transition: 0.4s;
}

.icons_si_share {
    position: relative;
    background-repeat: no-repeat;
    content: '';
    width: 41px;
    height: 40px;
    margin-top: 10px;
    margin-right: 20px;
    transition: 0.4s;
    filter: invert(0.75);
    float: left;
    border: 1px solid;
    border-radius: 50%;
    background-size: 50%;
    background-position: center center;
}

.icons_si_share:hover {
	opacity: 0.4;
	transition: 0.4s;
}



.si_facebook {background-image: url(icons/facebook.svg);}
.si_instagram {background-image: url(icons/instagram.svg);}
.si_twitter {background-image: url(icons/twitter.svg);}
.si_youtube {background-image: url(icons/youtube.svg);}

.si_tiktok {background-image: url(icons/tik-tok.svg);}
.si_spotify {background-image: url(icons/spotify.svg);}
.si_linkedin {background-image: url(icons/linkedin.svg);}
.si_twitch {background-image: url(icons/twitch.svg);}


