/********** Template CSS **********/
:root {
    --primary: #f74d19;
    --secondary: #BDBDBF;
    --light: #F4F5F8;
    --dark: #222429;
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    font-size: inherit;
    margin-left: 0;
}

h1,
h2,
.font-weight-bold {
    font-weight: 700 !important;
}

h3,
h4,
.font-weight-semi-bold {
    font-weight: 600 !important;
}

h5,
h6,
.font-weight-medium {
    font-weight: 500 !important;
}

p {
	font-weight: lighter;
}
.p-6 {
	padding: 6rem !important
}

.btn {
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    transition: .5s;
}

.btn-primary {
    color: #FFFFFF;
}

.btn-primary:hover {
    color: var(--dark);
}


.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 30px;
    height: 30px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.btn-orange-medium {
	color:#fff;
	background-color: #ff7469;
}

.form-control, .form-select, .form-select  {
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	color: #d0d0d0;
}

.form-text {
	color: red;
}

.form-control:focus {
    color: #ffffff;
    background-color: none;
    border-color: #fdad90;
    outline: 0;
}

.border-bottom {
    border-bottom: 1px solid #ff7469 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 0;
    border-radius: 0;
    z-index: 99;
}

.navbar-dark .navbar-nav .nav-link {
    font-family: 'Raleway', sans-serif;
    margin-right: 30px;
    padding: 40px 0;
    color: var(--light);
    font-size: 17px;
    text-transform: uppercase;
    outline: none;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--primary);
}

.bg-medium {
    background-color: #1d1d1b !important;
}

.mb-15{margin-bottom:15rem !important}

.w-10 {
	width: 8% !important
	
}

.h-10 {
    height: 8% !important
}

.text-move {
	color: #ffffff;
	font-size: 50px;
	font-weight: bold;
	font-family: monospace;
	cursor: pointer;
	text-transform: uppercase;
	padding: 34px;
	background: linear-gradient(
		to right,
		hsl(0, 0%, 30%) 0,
		hsl(0, 0%, 100%) 10%,
		hsl(0, 0%, 50%) 20%
	  );
	  -webkit-background-clip: text;
	  -webkit-text-fill-color: transparent;
	  animation: shine 3s infinite linear;
}

.logo {
    display: block;
    max-width: 190px;
    width: 100%;
}

.logo svg {
    width: 100%;
    height: auto;
    display: block;
}

.img-cover {
	object-fit: cover;
}

.img-cover.left {
  	object-position: left; /* por defecto en desktop */
}

.img-contain {
    object-fit: contain;
}

.letter-wide {
	letter-spacing: 0.5em; /* ajusta según tu diseño */
 }

@keyframes shine {
  0% {
    background-position: 0;
  }
  60% {
    background-position: 600px;
  }
  100% {
    background-position: 600px;
  }
}


@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-wrap:nowrap;
        justify-content: flex-start;
        overflow: hidden;
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
	
	.p-lg-6 {
        padding: 6rem !important;
	}
}

@media (max-width: 991.98px) {
    .navbar-dark .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(34, 36, 41, .8);
    z-index: 1;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 500px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* Para que el slide del video tenga el MISMO comportamiento que el de imágenes */
    #header-carousel .carousel-video-wrap{
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
    }

    #header-carousel .carousel-video{
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /*#header-carousel .carousel-video{ 
        height:100% !important; 
        object-fit:cover !important; 
    }*/
	
	.w-10 {
		width: 25% !important

	}

	.h-10 {
		height: 25% !important
	}
}

@media (max-width: 576px) {
    .carousel-caption h4 {
        font-size: 18px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

.bg-hero {
    background: linear-gradient(rgba(34, 36, 41, .8), rgba(34, 36, 41, .8)), url("../img/futura-park-bg-cta.jpg") bottom center no-repeat;
    background-size: cover;
}

.bg-phrase {
    background: linear-gradient(rgba(29, 29, 29, .8), rgba(29, 29, 29, 1)), url("../img/futura-park-bg-cta2.jpg") center center no-repeat;
    background-size: cover;
}

.programe::after {
    position :absolute;
    content: "";
    width: 100%;
    height: calc(100% - 45px);
    top: 135px;
    left: 0;
    background: var(--dark);
    z-index: -1;
}

.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.2);
}

.team-item .team-overlay {
    position: absolute;
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(34, 36, 41, .9);
    transition: .5s;
    opacity: 0;
}

.team-item:hover .team-overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: start;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next{
    position: relative;
    margin: 0 5px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    font-size: 22px;
    border-radius: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

.testimonial-carousel .owl-item img {
    width: 90px;
    height: 90px;
}

.blog-item img {
    transition: .5s;
}

.blog-item:hover img {
    transform: scale(1.2);
}

@media (min-width: 991.98px) {
    .credit {
        background: var(--primary);
    }
}

.thank-hero {
    min-height: 64vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(rgba(29,29,29,0.9), rgba(29,29,29,0.9)), url("img/futura-park-bg-cta.jpg") center center no-repeat;
    ackground-size: cover;
    color: #fff;
}

.thank-card {
    max-width: 900px;
    width: 100%;
    background: rgba(17,17,17,0.85);
    border-radius: 12px;
    padding: 40px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    border: 1px solid rgba(255,255,255,0.03);
}

.thank-icon {
    width: 96px;
    height: 96px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--primary);
    color: #fff;
    font-size: 42px;
    margin-bottom: 20px;
}

.thank-title { font-size: 34px; letter-spacing: 0.02em; margin-bottom: 8px; }
.thank-sub { font-size: 18px; color: #d0d0d0; margin-bottom: 20px; }
.small-cta { font-size: 14px; color: #bdbdbf; margin-top: 18px; }
@media (max-width: 576px) {
    .thank-card { padding: 24px; }
    .thank-title { font-size: 26px; }
}
