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

/* Custom page CSS */
@font-face {font-family: 'Gotham Rounded';src: url('../fonts/gotham-rounded-light.woff2') format('woff2'),url('../fonts/gotham-rounded-light.woff') format('woff');font-weight: 100;font-style: normal;font-display: swap;}
@font-face {font-family: 'Gotham Rounded';src: url('../fonts/gotham-rounded-book.woff2') format('woff2'),url('../fonts/gotham-rounded-book.woff') format('woff');font-weight: 300;font-style: normal;font-display: swap;}
@font-face {font-family: 'Gotham Rounded';src: url('../fonts/gotham-rounded-medium.woff2') format('woff2'),url('../fonts/gotham-rounded-medium.woff') format('woff');font-weight: 500;font-style: normal;font-display: swap;}
@font-face {font-family: 'Gotham Rounded';src: url('../fonts/gotham-rounded-bold.woff2') format('woff2'),url('../fonts/gotham-rounded-bold.woff') format('woff');font-weight: bold;font-style: normal;font-display: swap;}

body {
	font-family: 'Gotham Rounded', 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: 'Gotham Rounded', 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;
}

.display-2 {
	margin: 70px 0;
    font-size: 40px;
    line-height: 50px;
    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: 'Gotham Rounded', 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: 6px;
}

.textContainer {
    position: absolute;
    z-index: 2;
    width: 100%;
    top: 13%;
    left: 3%;
}

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

.cardOverlay {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-height: 340px;
}

.cardOverlay:hover img {
    filter: grayscale(1);
		transform: scale(1.2);
		transition: 0.4s ease-in-out;
}

.cardOverlayBox {
    background-color: transparent;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 30px;
    color: white;
    transition: 0.4s;
    font-size: 20px;
}



.cardOverlayBox:hover {
    background-color: white;
		color: #bc2c77;
		transition: 0.4s;
}

.cardOverlayImg {
    min-width: calc(100% + 30px);
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: center;
    max-height: 340px;
    align-items: center;
    border-right: 1px solid #fff;
}

.cardOverlayImg img {
    width: auto;
    height: auto;
    transition: 0.4s;
    max-height: 345px;
}

@media (max-width: 1680px) {
	.cardOverlayImg img {
    width: 170%;
    height: 170%;
	transition: 0.4s;
}

 .cardOverlayBox {
   font-size: 15px;
line-height: 17px;
padding: 30px 20px 0px 20px;
}

}

@media (max-width:1199px) {
    .cardOverlay {
        height: auto;
            max-height: 100%;
    }

    .cardOverlayBox {
        padding: 20px;
        font-size: 16px;
    }

    .cardOverlayImg {
        min-width: 100%;
        overflow: hidden;
            border-right: none;
            border-bottom: 1px solid #fff;
    }
}

.carousel-indicators li {
    width: 20px!important;
    height: 20px!important;
    margin-right: 15px!important;
    margin-left: 15px!important;
    border: 2px solid #fff!important;
    opacity: 0.5!important;
    transition: opacity 0.6s ease;
    border-radius: 50%;
	background-color: transparent;
}

.carousel-indicators .active {
   background-color: white;
	opacity: 1!important;
}

.carousel-indicators {
    bottom: -80px;
}

.carousel {
    height: 100%;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: visible;
}

/*-=-=-=-=-=-=-=- 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: 'Gotham Rounded', sans-serif;
	padding-right: 0.75rem!important;
    padding-left: 0.75rem!important;
}

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

.dropdown-item {
    font-family: 'Gotham Rounded', 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;
    white-space: nowrap;
    font-family: 'Gotham Rounded', 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);}

/*-=-=-=-=-=-=-=- INPUTS -=-=-=-=-=-=-=-=-*/
.form-pro {
	width: 100%;
    border-radius: 10px;
    border: none;
    height: 50px;
    padding: 0 20px;
    text-transform: uppercase;
	font-family: 'Gotham Rounded', sans-serif;
	font-weight: 500;
}

.custom-control-label::before {
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    border-radius: 5px;
    background-color: white;
    vertical-align: top;
    margin-right: 6px;
	border: none;
	left: 0px;
	top: 2px;
}

.custom-control-label::after {
    position: absolute;
    top: 2px;
    left: 0px;
    display: block;
    width: 20px;
    height: 20px;
    content: "";
    background: no-repeat 50% / 50% 50%;
    background-color: white;
    border-radius: 4px;
    background-image: url(icons/check.svg);
    background-size: 65%;
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
    left: -25px;
}

/*-=-=-=-=-=-=-=- HOME -=-=-=-=-=-=-=-=-*/
.bg
{
	background-image: url("../images/bg-home.jpg");
	min-height: 80vh;
	background-size: cover;
	background-repeat: no-repeat;
}

.hero-img {
    height: 100%;
    min-height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-position: center center;
}

@media (max-width: 991px) {
.hero-img {
    height: calc(100vh - 97px);
    background-position: center;
    display: flex!important;
    width: auto!important;
}
}

#error404 {
    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: -32px;
    padding: 300px 0px 200px 0px;
}

#about {
    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: -32px;
    padding: 100px 0px;
}

.about-container {
    height: 446px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
    position: relative;
}

.about-text {
    width: 50%;
    margin-left: 25%;
}

.about-img {
    background-image: url(../images/bg-about.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.1;
    position: absolute;
    width: 100%;
    height: 150%;
    top: -68px;
}

.seeMoreHome {
    position: absolute;
    flex-direction: column;
    top: 370px;
    text-align: center;
    width: 50px;
    left: 50%;
    z-index: 1;
}

/* #sumate {
    height: 100%;
    background: linear-gradient(37deg, rgba(15,100,170,1) 0%,rgba(160,35,130,1) 20%,rgba(195,35,85,1) 48%,rgba(230,35,40,1) 75%,rgba(245,135,35,1) 100%);
    color: white;
	padding-top: 180px;
	padding-bottom: 50px;
} */

.nav_sumate
{
    background: linear-gradient(to right, #a02382 0%,#e62328 17%,#e62328 17%,#e62328 39%,#f58723 61%,#ffd205 84%,#ffd205 100%);
    color: white;
    text-align: center;
    display: flex;
    padding: 50px;
    width: 100%;
}

.nav_sumate > div
{
    flex: 1;
    flex-basis: 50%;
    padding: 30px;
    position: relative;
}

/* .nav_sumate > div a
{
	position: absolute;
    margin: 0 auto;
	left: 50%;
    bottom: -40px;
    transform: translate(-50%, -50%);
} */

/*-=-=-=-=-=-=-=- NOSOTROS -=-=-=-=-=-=-=-=-*/
.nosotros-container {
	height: 546px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
	position: relative;
}

#acceso_info {
    background-color: #3d3d3d;
    min-height: 500px;
    color: #f7f7f7;
    padding-top: 200px;
}

#autoridades {
    background-color: #fff;
    min-height: 500px;
    color: #3d3d3d;
}

.avatar {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 0px 10px 0px 10px;
}

.avatar-sm {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: 0px 20px 0px 0px;
}

.aut-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.aut-text {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
	text-align: left;
}

.equipo {
    display: flex;
    justify-content: center;
    flex-direction: row;
}

/*-=-=-=-=-=-=-=- NOTICIAS -=-=-=-=-=-=-=-=-*/
#noticias {
    height: 750px;
	background-color: #333;
}

.noticiasTitle {
    position: absolute;
    z-index: 1;
    top: 20px;
    font-size: 2em;
    font-weight: 500;
    color: white;
    text-transform: uppercase;
    text-shadow: 0 3px 6px rgb(0 0 0 / 25%);
    width: 160px;
    left: calc(50% - 80px);
}

.noticiasContainer {
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,0.5018382352941176) 0%, rgba(0,0,0,0) 42%);
    width: 100%;
    position: relative;
    height: 100%;
    display: flex;
}

.noticiasImgText {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 5%;
    max-width: 450px;
}

@media (max-width:768px) {
    .hero-img {
        height: calc(100vh - 97px);
    }

    .display-1 {
        line-height: 55px;
        margin-bottom: 48px;
    }

    .gradientOverlay {
        height: 100vh;
        z-index: 1;
        left: 0px;
        top: 3px;
    }

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

    .seeMoreHome {
        position: absolute;
        flex-direction: column;
        text-align: center;
        width: 50px;
        top: 68vh;
        left: calc(50% - 25px);
    }

    #noticias {
        height: 500px;
        background-color: #333;
    }

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

    .about-text {
        width: 80%;
        margin-left: 10%;
        padding-top: 50px;
    }

    .icons {
        width: 35px;
        height: 35px;
        margin: 20px;
    }

    .btn {
        font-size: 18px;
    }

    .hero-img {
        justify-content: flex-start;
        background-position: center;
    }

    .navbar-collapse .show {
        position: fixed;
        top: 0px;
        right: 0;
        left: 0;
        background: linear-gradient(37deg, rgba(15,100,170,1) 0%,rgba(160,35,130,1) 20%,rgba(195,35,85,1) 48%,rgba(230,35,40,1) 75%,rgba(245,135,35,1) 100%);
        height: 100vh;
        display: flex;
        flex-direction: column;
        align-content: flex-start;
        padding-top: 120px;
        z-index: 0;
    }

    .btn-sumate {
        margin-left: auto;
        margin-right: auto;
    }

    .dropdown-menu {
        animation: fadeIn 0.4s;
    }
}

@media (max-width: 992px) {
    .navbar-collapse {
        position: absolute;
        top: -18px;
        left: 100%;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 100%;
        transition: all 0.4s ease;
        display: block;
        background: linear-gradient(37deg, rgba(15,100,170,1) 0%,rgba(160,35,130,1) 20%,rgba(195,35,85,1) 48%,rgba(230,35,40,1) 75%,rgba(245,135,35,1) 100%);
        height: 100vh;
        padding-top: 120px;
        z-index: 1;
        opacity: 0;
    }

    .navbar-collapse.collapsing {
        height: auto !important;
        margin-left: 50%;
        left: 50%;
        transition: all 0.2s ease;

    }

    .navbar-collapse.show {
        left: 0;
        opacity: 1;
        transition: 0.4s;
    }

    .navbar-brand-mobile {
        position: absolute;
        top: 31px;
        left: 26px;
        content: '';
        width: 56px;
        height: 56px;
        z-index: 1;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }

    .navbar-brand img {
        z-index: 1;
    }

    .nav-link {
        color: #ffffff;
        font-size: 20px;
        line-height: 40px;
    }

    .dropdown-item {
        color: #ffffff;
        font-size: 20px;
        line-height: 40px;
    }

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

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

    .icons_mn {
        width: 30px;
        height: 30px;
        filter: invert(0);
        margin: 20px 10px;
    }

    a#navbarDropdownMenuLink:hover {
        color: white;
    }

    a.nav-link.js-scroll-trigger:hover {
        color: white;
    }

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

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

    .si_container_mn {
        display: flex;
        flex-direction: row;
        position: absolute;
        bottom: 10%;
    }

    .resized {
        top: 0px;
        transition: 0.3s;
    }
}

.dropdown.btn-share {
    position: absolute;
    top: 15px;
    right: 35px;
}

.dropdown_si_share.show {
    max-width: 50px;
    height: auto;
    line-height: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 70px;
    right: 0px;
    left: 0px;
	animation: fadeInShare 1s;
}

@keyframes fadeInShare {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

a.dropdown-item-share {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    padding: 0px 0px 10px 15px;
}

@media (max-width: 991px) {
	.dropdown.btn-share {
        position: absolute;
        top: -330px;
        right: 30px;
    }
}

#carouselPro {
    height: 620px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 32px;
}


@media (max-width: 768px) {

#carouselPro {
    height: 100%;
    margin-bottom: -82px;
}


.carousel {
    height: auto;
    overflow: visible;
    margin-top: 0px;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100%;
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

.gradientOverlay {
    height: calc(100vh - 103px);
    z-index: 1;
    left: 0px;
    top: 6px;
}

.hero-img {
    height: calc(100vh - 97px);
    background-position: center;
    display: flex!important;
    width: auto!important;
    margin-left: -50%;
}

.jumbotron.hero-img {
    height: calc(100vh - 97px);
    display: flex!important;
    margin-left: 0px;
    width: 100vw!important;
}

.textContainer {
    position: absolute;
    z-index: 1;
    width: 85%;
    height: 100vh;
    top: 10%;
}

.display-1 {
    line-height: 45px;
    margin-bottom: 48px;
    font-size: 45px;
}

.bg
{
    background-position: center;
}

.nav_sumate
{
    flex-direction: column;
}
}
