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

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/* -=-=-=-=-=-=-=- FONTS -=-==-=-=-=-=-=-=-*/
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: "Inter", sans-serif;
}

.h2, h2 {
    font-size: 1.25rem;
}

body {
    font-family: "Inter", sans-serif;
    background-color: #18181a;
}

p {
    font-family: "Inter", sans-serif;
    font-weight: 300;
}

a {
    color: #f1622a;
    text-decoration: none;
}

.fw-lighter {
    font-weight: 200!important;
}

#b2Top {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 0px;
    z-index: 2;
    border: none;
    outline: none;
    background-color: #1e1e1e;
    color: white;
    cursor: pointer;
    padding: 0px;
    border-radius: 0px;
    font-size: 18px;
    width: 40px;
    height: 40px;
    transition: 0.3s;
}

#b2Top:hover {
  background-color: #555; /* Add a dark-grey background on hover */
  transition: 0.3s;
}

.b2tIcon {
    width: 16px;
    height: 16px;
    border-top: 1px solid white;
    border-right: 1px solid white;
    transform: rotate(-45deg);
    top: 5px;
    position: relative;
    left: 12px;
}

b, strong {
    font-weight: 600;
}

.btn {
    font-size: 16px;
    font-weight: 600!important;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 12px!important;
    padding: 10px 30px!important;
    transition: 0.4s;
}

.btn:hover {
    transition: 0.4s;
}

.btn-sm {
  font-size: 14px;
}

.btn-primary {
    background-color: rgba(255,255,255,0.9)!important;
    border: 1px solid #fff;
}

.btn-primary:hover {
        background-color: rgba(255,255,255,1)!important;
    border: 1px solid rgba(255,255,255,0.6);
}

@media (max-width: 768px) {
.h5, h5 {
    font-size: 1rem;
}
  
p {
    font-size: 14px;
    margin-left: 15px;
    margin-right: 15px;
}
  
.btn {
    font-size: 15px;
    letter-spacing: 1px;
    padding: 6px!important;
    width: 90%!important;
    margin-left: 5%;
    margin-right: 5%;
}
}



/* -=-=-=-=-=-=-=- LOADER -=-==-=-=-=-=-=-=-*/
 /* Loader styling */
#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    max-height: 100vh;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    overflow: hidden;
}

.spinner {
    min-width: 100vw;
    min-height: 100vh;
}

.loader-hidden {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-out;
}



/* -=-=-=-=-=-=-=- FORMS -=-==-=-=-=-=-=-=-*/
.custom-form {
    border: none;
    border-bottom: 1px solid #dfe3e7;
    border-radius: 0px;
}

.form-control.custom-form:focus {
    border-bottom: 1px solid #376cba;
    outline: 0;
    box-shadow: none;
}

.form-floating>.form-control-plaintext~label, .form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label {
    color: rgba(var(--bs-body-color-rgb),.65);
    transform: scale(.75) translateY(-.5rem) translateX(.15rem);
}

.form-floating>label {
    padding: 1rem 0rem;
}

.form-floating>.custom-form, .form-floating>.form-control-plaintext {
    padding: 1.25rem 0rem 0.25rem 0rem!important;
}

.custom-select {
    border: none;
    border-bottom: 1px solid #dfe3e7;
    border-radius: 0px;
    padding: 1.75rem 0rem .25rem 0rem;
}

.form-floating>.form-control.custom-textArea , .form-floating>.form-control-plaintext{
    border: none;
    border-bottom: 1px solid #dfe3e7;
    border-radius: 0px;
    padding: 1.75rem 0rem .25rem 0rem;
}

.form-control.custom-textArea:focus {
    border-bottom: 1px solid #376cba;
    outline: 0;
    box-shadow: none;
}

.form-select:focus {
    border-bottom: 1px solid #376cba;
    outline: 0;
    box-shadow: none;
}

  input:-webkit-autofill,
  input:-webkit-autofill:focus {
    transition: background-color 0s 600000s, transparent 0s 600000s !important;
    border-bottom: 1px solid teal;
  }



/* -=-=-=-=-=-=-=- NAVBAR -=-==-=-=-=-=-=-=-*/
#myNavbar {
    height: 80px;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: transparent;
    text-align: center;
    padding: 10px 0;
    transition: 0.4s;
    opacity: 1;
}

#myNavbar.scrolled {
    opacity: 1;
    background-color: rgb(24 24 26 / 90%);
    filter: invert(0);
    transition: 0.4s;
}

.content {
  margin-top: 100px; /* Create some space for the content */
  padding: 15px;
  height: 2000px; /* Making the page scrollable */
}


a.navbar-brand {
    height: 70px;
}

a.nav-link {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 200;
    padding: 0.5rem 1.5rem!important;
    text-align: center;
    line-height: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    letter-spacing: 0PX;
    color: white;
}

.nav-link:focus, .nav-link:hover {
    opacity: 0.5;
    color: white!important;
    transition: 0.4s;
}

a.nav-link.active {
    opacity: 1;
    transition: 0.3s;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #f1632a!important;
    font-weight: 500;
}


a.nav-link.social {
    width: 20px;
    height: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 4px 10px;
    opacity: 1;
    transition: 0.4s;
    position: relative;
}

a.nav-link.social:hover {
    opacity: 0.5;
    transition: 0.4s;
}

a.nav-link.social::after {
    display: none;
}

a.nav-link.social i.bi {
    font-size: 15px;
    margin-top: -3px;
}

@keyframes lineGrow {
  0% {width: 0px;}
  100% {width: 20%;}
}

.si_icon {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.si_instagram {background-image: url("icons/si_instagram.svg");}
.si_linkedin {background-image: url("icons/si_linkedin.svg");}
.si_whatsapp {background-image: url("icons/si_whatsapp.svg");}

li.nav-item.btn {
    padding: 0px;
    margin-top: 2px;
}

li.nav-item.btn a.nav-link {
    background-color: #6618ff;
    border-radius: 50rem;
    padding: 0.35rem 1.5rem!important;
    color: white;
}

li.nav-item.dropdown.language {
    background-color: #F4F4F4;
    padding: 0px!important;
    margin-left: 30px;
    border-radius: 4px;
    height: 35px;
    margin-top: 4px;
}

li.nav-item.dropdown.language .nav-link {
    text-transform: uppercase;
    font-weight: 400;
    padding: 0.45rem 1.25rem!important;
    font-size: 13px;
}

.dropdown-toggle::after {
    color: #A5A5A5;
    margin-left: 10px;
}

button.navbar-toggler.navbar-toggler-button.menu-btn {
    border: none;
    z-index: 1;
}

@media (max-width: 991px) {
.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
    margin-top: 0px;
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    list-style: none;
    height: 100vh;
    background: rgba(0,0,0,0.8);
    justify-content: space-between;
    padding: 120px 0px 120px 0px;
    align-items: center;
    margin-top: 0px;
    z-index: 0;
    position: relative;
}
  
a.navbar-brand {
    height: 60px;
    margin-top: -10px;
    z-index: 1;
}
}

@media (max-width: 768px) {
a.nav-link {
    font-size: 24px;
    letter-spacing: -1px;
}
  
.socialContainer {
    justify-content: center;
}
  
a.nav-link.social {
    width: 30px;
    height: 30px;
}
}

/* -=-=-=-=-=-=-=- MOBILE MENU -=-==-=-=-=-=-=-=-*/
.animated-hamburger {
    width: 30px !important;
    height: 20px !important;
    position: relative !important;
    margin: 0px !important;
    -webkit-transform: rotate(0deg) !important;
    -moz-transform: rotate(0deg) !important;
    -o-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
    -webkit-transition: .5s ease-in-out !important;
    -moz-transition: .5s ease-in-out !important;
    -o-transition: .5s ease-in-out !important;
    transition: .5s ease-in-out !important;
    cursor: pointer !important;
    top: -4px;
}
    
.animated-hamburger span {
    display: block !important;
    position: absolute !important;
    height: 1px !important;
    width: 100% !important;
    border-radius: 9px !important;
    opacity: 1 !important;
    left: 0 !important;
    -webkit-transform: rotate(0deg) !important;
    -moz-transform: rotate(0deg) !important;
    -o-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
    -webkit-transition: .25s ease-in-out !important;
    -moz-transition: .25s ease-in-out !important;
    -o-transition: .25s ease-in-out !important;
    transition: .25s ease-in-out !important;
}
    
.animated-hamburger span {
    background: #fff!important;
}
    
.animated-hamburger span:nth-child(1) {
    top: 0px !important;
    -webkit-transform-origin: left center !important;
    -moz-transform-origin: left center !important;
    -o-transform-origin: left center !important;
    transform-origin: left center !important;
    width: 50%!important;
}
    
.animated-hamburger span:nth-child(2) {
    top: 10px !important;
    -webkit-transform-origin: left center !important;
    -moz-transform-origin: left center !important;
    -o-transform-origin: left center !important;
    transform-origin: left center !important;
}
    
.animated-hamburger span:nth-child(3) {
    top: 20px !important;
    -webkit-transform-origin: left center !important;
    -moz-transform-origin: left center !important;
    -o-transform-origin: left center !important;
    transform-origin: left bottom !important;
    width: 50%!important;
    margin-left: 50%;
}
    
.animated-hamburger.open span:nth-child(1) {
    -webkit-transform: rotate(45deg) !important;
    -moz-transform: rotate(45deg) !important;
    -o-transform: rotate(45deg) !important;
    transform: rotate(45deg) !important;
    top: 0px !important;
    left: 0px !important;
    width: 100%!important;
}
    
.animated-hamburger.open span:nth-child(2) {
    width: 100% !important;
    opacity: 0 !important;
    transform: translateX(30px)!important;
}
    
.animated-hamburger.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg) !important;
    -moz-transform: rotate(-45deg) !important;
    -o-transform: rotate(-45deg) !important;
    transform: rotate(-45deg) !important;
    top: 21px !important;
    left: 0px !important;
    width: 100%!important;
    margin-left: 0px;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}




/* -=-=-=-=-=-=-=- CAROUSEL - HOME -=-==-=-=-=-=-=-=-*/
div#carouselHome {
    height: 100vh;
}

div#carouselHome .carousel-inner {
    height: 100vh;
}

video.vidHome {
    min-height: 100vh;
    min-width: 100%;
}

.carousel-item {
    height: 100vh;
}

.carousel-item img {
    margin-right: auto;
    position: relative;
    min-height: 100vh;
    min-width: 100%;
    animation: fadeIn forwards 40s;
    width: auto;
}

.carousel-img::before {
    content: '';
    position: absolute;
    width: 100vw;
    height: 100vh;
    z-index: 1;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0) 75%, rgba(0,0,0,1) 100%);
}

.carousel-caption {
    top: 30%;
    z-index: 150;
    width: 40%;
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    right: auto;
    bottom: 1.25rem;
    left: 7%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: left;
}

.carousel-control-next, .carousel-control-prev {
    width: 6%;
}

button.carouselIndicator.active {
    width: 50px!important;
    transition: 0.4s!important;
    background-color: #f3792b;
}

button.carouselIndicator {
    width: 10px!important;
    transition: 0.4s!important;
    height: 1px!important;
}

@keyframes fadeIn {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.5);
  }
}


/* Custom CSS for the progress bar */
div#carouselContainer {
    z-index: 0;
    position: relative;
}

.progress {
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: 0px;
    z-index: 1;
    position: absolute!important;
    width: 100%;
    height: 1px;
    background-color: rgba(0,0,0,0.5);
}

.bg-orange {
  background-color: #f3792b;
}

@media (max-width: 1501px) {
.carousel-item img {
    margin-right: auto;
    position: relative;
    min-height: 100vh;
    min-width: 100%;
    animation: fadeIn forwards 40s;
    width: auto;
    margin-left: -25%;
}
}

@media (max-width: 768px) {
.carousel-caption {
    top: 35%;
    width: 80%;
    left: 10%;
    right: 10%;
}
 
.carousel-caption h1 {
    font-size: 22px;
    letter-spacing: -1px;
    margin-left: 0px;
}
  
.carousel-caption h6 {
    font-size: 14px;
}
  
.carousel-item img {
    max-height: 100vh;
    width: auto;
    margin-left: 0%;
    height: 100%;
    max-width: auto!important;
    min-height: 100vh;
}
  
.progress {
    position: fixed!important;
}
}



/* -=-=-=-=-=-=-=- FILM -=-==-=-=-=-=-=-=-*/
section#film {
    padding-top: 120px;
    padding-bottom: 40px;
}

.vidContainer {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: 0.4s;
}

a.vidContainer video {
    aspect-ratio: 16/9;
    background-color: black;
}

a.vidContainer video {
    opacity: 1;
    transition: 0.4s;
}

a.vidContainer:hover video {
    opacity: 0.2;
    transition: 0.4s;
    z-index: -2;
}

.videoDetails {
    position: absolute;
    background-color: #0000003b;
    width: 100%;
    height: 100%;
    padding: 20px;
    z-index: -1;
    border-radius: 18px;
    backdrop-filter: blur(5px);
    transition: 0.4s;
}

a.vidContainer .videoDetails h1 {
    color: white;
    font-size: 26px;
    font-weight: 300;
}

a.vidContainer .videoDetails h2 {
    color: white;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0px;
}




/* -=-=-=-=-=-=-=- PHOTO -=-==-=-=-=-=-=-=-*/
section#photo {
    padding-top: 40px;
    padding-bottom: 40px;
}

.card.card-pura {
    border: none;
    margin-bottom: 20px;
    padding: 0px;
    border-radius: 20px;
    overflow: hidden;
}

.card.card-pura .card-body {
    padding: 0px;
    background-color: #000000;
}

a.lightboxBtn {
    opacity: 1;
    transition: 0.4s;
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
}

.plus-lightbox {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    color: black;
    opacity: 0;
    transition: 0.4s;
    transform: scale(1);
}

a.lightboxBtn:hover .plus-lightbox {
    opacity: 1;
    transition: 0.4s;
    color: #f7f7f7;
    transform: scale(3);
}

a.lightboxBtn .img-fluid {
    opacity: 1;
    transition: 0.4s;
}

a.lightboxBtn:hover .img-fluid {
    opacity: 0.2;
    transition: 0.4s;
    filter: blur(3px);
}

.img-fluid {
    max-width: 100%;
    height: auto;
}


section#fotografos {
    display: flex;
    flex-direction: row;
    align-items: center;
    white-space: nowrap;
    margin-top: 120px;
    width: 100vw;
    overflow: hidden;
    background-color: rgb(24 24 26 / 90%);
    position: sticky;
    top: 80px;
    z-index: 1;
    padding: 8px 0px 5px 0px;
}

.list {
  display: flex;
  align-items: top;
  -webkit-animation: loop 160s infinite linear;
  animation: loop 80s infinite linear;
}

.item-txt {
    font-size: 12px;
    line-height: 20px;
    font-style: normal;
    font-weight: normal;
    color: #f7f7f7;
    letter-spacing: 6px;
}

.item-d{
  display: inline;
}

.item-dot {
    max-width: 10px;
    max-height: 10px;
    margin: 0 50px;
    padding: 4px;
    border-radius: 50%;
    display: inline-block;
    top: -2px;
    position: relative;
    background-color: #f1622a!important;
}

@keyframes loop {
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}


/* -=-=-=-=-=-=-=- AI -=-==-=-=-=-=-=-=-*/
section#AI {
    padding-top: 120px;
    padding-bottom: 40px;
}

@media (max-width: 768px) {
img.logoWekreate {
    height: 40px;
}
}

/* -=-=-=-=-=-=-=- About -=-==-=-=-=-=-=-=-*/
section#about {
    padding-top: 0px;
    padding-bottom: 40px;
    overflow-x: hidden;
}

.vidAbout {
    width: 700px;
    height: 700px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-left: auto;
    margin-right: 0px;
}

.vidAbout video {
    height: 700px!important;
    width: auto;
    filter: contrast(0.81);
}

@media (max-width:768px) {
section#about {
    padding-top: 120px;
}
  
.vidAbout {
    width: 100%;
    height: 100%;
}
  
.vidAbout video {
    height: 100%!important;
    width: 100%;
    transform: scale(1.5);
}
}

/* -=-=-=-=-=-=-=- Contact -=-==-=-=-=-=-=-=-*/
section#contact {
    padding-top: 0px;
    padding-bottom: 0px;
    background-image: url("../img/img_contacto.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.contactOverlay {
    content: '';
    position: absolute;
    width: 100vw;
    height: 100vh;
    z-index: 0;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0) 75%, rgba(0,0,0,1) 100%);
}

.card.card-contact {
    border-radius: 20px;
    height: auto;
    text-align: center;
    padding: 20px;
    background-color: rgba(255,255,255,0.6);
    backdrop-filter: blur(10px);
    border: 1px solid white;
}

.card.card-contact .card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 60px;
}

.contactInfo {
    margin-top: 30px!important;
}

h3.contactInfo {
    font-size: 16px;
    margin: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.contactInfo a {
    text-decoration: none;
    color: black;
    font-size: 15px;
    transition: 0.4s;
    margin: 0px 10px;
}

.contactInfo i.bi {
    position: relative;
    top: 2px;
    font-size: 19px;
    margin-right: 2px;
}

.contactInfo a:hover {
    opacity: 0.5;
    transition: 0.4s;
}

@media (max-width: 991px) {
h3.contactInfo {
    flex-direction: column;
}
  
h3.contactInfo span {
    display: none!important;
}
}

@media (max-width: 768px) {
.card.card-contact {
    margin-bottom: 120px;
    margin-top: 120px;
    padding: 0px;
}
  
.card.card-contact .card-body h1 {
    font-size: 38px!important;
}
  
.contactInfo a {
    font-size: 16px;
    line-height: 40px;
}
  
.contactInfo i.bi {
    position: relative;
    top: 2px;
    font-size: 22px;
    margin-right: 5px;
}
}




/* -=-=-=-=-=-=-=- lightbox -=-==-=-=-=-=-=-=-*/
.modal.lightbox {
    max-height: 100vh;
    overflow: hidden;
}

.modal.lightbox .modal-dialog {
    padding: 0px;
    margin: 0px;
    min-width: 100vw;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.modal.lightbox .modal-content {
    width: 100vw;
    height: 100vh;
}

.modal.lightbox .modal-content .modal-body {
    min-width: auto;
    min-height: auto;
    left: 0px;
    top: 0px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.modal-backdrop.fade.show {
    background-color: rgba(0,0,0,1)!important;
    opacity: 0.9;
}

.modal.lightbox .modal-content .modal-body .btn-close {
    position: absolute!important;
    right: 0px!important;
    top: 0px!important;
}

.lightbox-carousel {
    position: relative;
    margin: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.lightbox-carousel .carousel-item {
    min-height: 100%!important;
    max-height: 100vh;
}

.ratio.ratio-16x9 {
    background-color: transparent!important;
    height: 100%;
    display: flex;
}

.lightbox-carousel .carousel-inner {
    position: relative;
    width: 100%;
    max-width: 1140px;
}

.lightbox-carousel .carousel-item .ratio>* {
    position: relative!important;
    min-height: 100vh;
}

.lightbox-carousel .carousel-item .ratio video {
    background-color: transparent;
}

.lightbox-carousel .carousel-item .ratio img {
    animation: none;
    min-height: auto!important;
    max-height: 100vh!important;
}

.lightbox-carousel .carousel-item .ratio::before {
    display: block;
    padding-top: 0px;
    content: "";
}

.carousel-control.carousel-control-next {
    position: absolute;
    right: 0px;
}

.carousel-control.carousel-control-prev {
    position: absolute;
    left: 0px;
}



/* -=-=-=-=-=-=-=- FOOTER -=-==-=-=-=-=-=-=-*/
footer.footer.mt-auto.py-3.bg-dark {
    text-align: center;
}

footer.footer .text-muted {
    font-size: 12px;
    letter-spacing: 2px;
    color: rgba(255,255,255,0.5)!important;
    font-weight: 300;
}

.socialContainer {
    display: flex;
}


@media (max-width: 768px) {
footer.footer .text-muted {
    font-size: 10px;
    letter-spacing: 1px;
}
  

}


/* -=-=-=-=-=-=-=- OWL -=-==-=-=-=-=-=-=-*/
.owl-theme .owl-dots .owl-dot span {
    width: 40px!important;
    height: 1px!important;
}

.owl-theme .owl-dots .owl-dot.active span {
    width: 10px!important;
    transition: 0.4s;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    transition: 0.4s;
}

.owl-theme .owl-dots .owl-dot span {
    width: 40px!important;
    height: 1px!important;
    border-radius: 0px!important;
    margin: 10px 2px!important;
}


@media (max-width: 768px) {
.owl-theme .owl-dots .owl-dot span {
    width: 20px!important;
}
}





















