/*============ FONTS ============*/

@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Kumbh+Sans:wght@100..900&display=swap');
/*font-family: "Jost", sans-serif;
font-family: "Kumbh Sans", sans-serif;*/

/*============ VARIABLES ============*/

:root {
    --black: #000000;
    --white: #FFFFFF;

    --c1: #010b1f;
    --c2: #000C2F;
    --c3: #6D18EF;
    --c4: #292738;

    --gradient-1: -webkit-linear-gradient(180deg, rgba(0,10,31,1) 0%, rgba(0,12,47,1) 100%);
    --gradient-2: linear-gradient(270deg, rgba(24,110,242,1) 0%, rgba(109,24,239,1) 100%);
    --gradient-2-invert: linear-gradient(90deg, rgba(24,110,242,1) 0%, rgba(109,24,239,1) 100%);

    --gray-1: #171719;
    --gray-2: #67687A;
    --gray-3: #A8ADB3;

    --fw-100: 100;
    --fw-200: 200;
    --fw-300: 300;
    --fw-400: 400;
    --fw-500: 500;
    --fw-600: 600;
    --fw-700: 700;
    --fw-800: 800;
    --fw-900: 900;

    --fs-12: 12px;
    --fs-14: 14px;
    --fs-16: 16px;
    --fs-18: 18px;
    --fs-20: 20px;
    --fs-22: 22px;
    --fs-24: 24px;
    --fs-26: 26px;
    --fs-28: 28px;
    --fs-30: 30px;
    --fs-32: 32px;
    --fs-34: 34px;
    --fs-36: 36px;
    --fs-38: 38px;
    --fs-40: 40px;
    --fs-42: 42px;
    --fs-44: 44px;
    --fs-46: 46px;
    --fs-48: 48px;
    --fs-50: 50px;
    --fs-52: 52px;
    --fs-54: 54px;
    --fs-56: 56px;
    --fs-58: 58px;
    --fs-60: 60px;

    --xxs: 5px;
    --xs: 10px;
    --s: 15px;
    --xxmd: 20px;
    --xmd: 25px;
    --md: 30px;
    --lg: 40px;
    --x-lg: 60px;
    --xx-lg: 80px;
    --xxx-lg: 100px;

    --font-1: "Jost", sans-serif;
    --font-2: "Kumbh Sans", sans-serif;
}


/*============ GENERAL START ============*/

*,
*::before,
*::after {
    box-sizing: border-box;
    -webkit-transition: background-color 0.4s ease-in-out;
    -moz-transition: background-color 0.4s ease-in-out;
    transition: background-color 0.4s ease-in-out;
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-variant-numeric: normal;
    -moz-transition: padding-top 0.5s ease;
    -o-transition: padding-top 0.5s ease;
    -webkit-transition: padding-top 0.5s ease;
    transition: padding-top 0.5s ease;
    position: relative;
    background: var(--c1);
    /* overflow: hidden; */
}

body:has(.lex-web-ui-iframe.lex-web-ui-iframe--show.lex-web-ui-iframe--minimize) {
    overflow: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-1);
}

span,
p,
label,
input,
input::placeholder,
select,
button,
a {
    font-family: var(--font-2);
}

.btn-check:focus+.btn,
.btn:focus {
    outline: 0!important;
    box-shadow: 0 0 0 0 rgb(0 0 0 / 0%)!important;
}

::-webkit-scrollbar {
    display: none;
}

.form-control {
    font-variant-numeric: lining-nums;
}

.form-control:focus {
    background-color: transparent;
    border-color: transparent;
    outline: 0;
    box-shadow: 0 0 0 0.0rem rgba(0, 0, 0, 0.0);
}

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

.offcanvas .btn-close{
    background-image: none;
}

.offcanvas .btn-close i {
    font-size: var(--fs-26);
    color: var(--white)!important;
}

.btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 0.0rem rgb(0 0 0 / 0%)!important;
    opacity: 1;
}

.form-check-input:checked {
    background-color: var(--c3)!important;
    border-color: transparent!important;
}

.form-check-input:focus {
    box-shadow: 0 0 0 0.25rem rgba(2, 107, 0, 0.25)!important;
}

.navbar-toggler {
    background-color: transparent!important;
    border-color: rgba(0, 0, 0, 0)!important;
    outline: 0!important;
}

.navbar-toggler .navbar-toggler-icon {
    background-image: none!important;
}

.nav-mobile .btn-close {
    background-image: none!important;
    background: transparent!important;
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    opacity: 1!important;
}

.nav-mobile .btn-close i {
    font-size: var(--fs-26);
    color: var(--white)!important;
}

.custom-tooltip {
    --bs-tooltip-bg: var(--c3)!important;
    color: var(--white)!important;
    font-family: var(--font-1)!important;
    font-weight: var(--fw-500);
}

button:focus-visible {
    outline: none!important;
    border: 0!important;
}

.btn-primario {
    width: 100%;
    max-width: fit-content;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50px;
    border: solid 1px var(--black);
    background: var(--black);
    font-family: var(--font-1);
    font-size: var(--fs-16);
    font-weight: var(--fw-300);
    line-height: 120%;
    color: var(--white);
    font-style: normal;
    letter-spacing: 0;
    text-decoration: none;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: .5s all ease-in-out;
    transition: all .5s ease-in-out;
}

.btn-primario:hover {
    cursor: pointer;
    color: var(--white);
    border: solid 1px var(--gray-2);
    background: var(--gray-2);
}

.btn-primario:focus {
    cursor: pointer;
    color: var(--white);
    border: solid 1px var(--black);
    background: var(--black);
}

.btn-secundario {
    width: 100%;
    max-width: fit-content;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50px;
    border: solid 1px var(--black);
    background: transparent;
    font-family: var(--font-1);
    font-size: var(--fs-16);
    font-weight: var(--fw-300);
    line-height: 120%;
    color: var(--black);
    font-style: normal;
    letter-spacing: 0;
    text-decoration: none;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: .5s all ease-in-out;
    transition: all .5s ease-in-out;
}

.btn-secundario:hover {
    cursor: pointer;
    color: var(--black);
    border: solid 1px var(--black);
    background: transparent;
}

.btn-secundario:focus {
    cursor: pointer;
    color: var(--black);
    border: solid 1px var(--black);
    background: transparent;
}

.btn-terciario {
    width: 100%;
    max-width: fit-content;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50px;
    border: 0;
    border-bottom: solid 1px transparent;
    background: transparent;
    font-family: var(--font-1);
    font-size: var(--fs-16);
    font-weight: var(--fw-300);
    line-height: 120%;
    color: var(--black);
    font-style: normal;
    letter-spacing: 0;
    text-decoration: none;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: .5s all ease-in-out;
    transition: all .5s ease-in-out;
}

.btn-terciario:hover {
    cursor: pointer;
    color: var(--black);
    border: 0;
    border-bottom: solid 1px var(--black);
    background: transparent;
}

.btn-terciario:focus {
    cursor: pointer;
    color: var(--black);
    border: 0;
    border-bottom: solid 1px var(--black);
    background: transparent;
}

.btn-alternativo-black {
    width: 100%;
    max-width: fit-content;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 0px;
    border: solid 1px;
    border-color: var(--black);
    border-radius: 50px;
    background: var(--black);
    font-family: var(--font-1);
    font-size: var(--fs-16);
    font-weight: var(--fw-300);
    line-height: 120%;
    color: var(--white);
    font-style: normal;
    letter-spacing: 0;
    text-decoration: none;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: .5s all ease-in-out;
    transition: all .5s ease-in-out;
}

.btn-alternativo-black:hover {
    cursor: pointer;
    color: var(--white);
    border-color: transparent;
    background: var(--gray-2);
}

.btn-alternativo-black:focus {
    cursor: pointer;
    color: var(--white);
    border-color: transparent;
    background: var(--gray-2);
}

.btn-alternativo-white {
    width: 100%;
    max-width: fit-content;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 0px;
    border: solid 1px;
    border-color: var(--white);
    border-radius: 50px;
    background: transparent;
    font-family: var(--font-1);
    font-size: var(--fs-16);
    font-weight: var(--fw-300);
    line-height: 120%;
    color: var(--white);
    font-style: normal;
    letter-spacing: 0;
    text-decoration: none;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: .5s all ease-in-out;
    transition: all .5s ease-in-out;
}

.btn-alternativo-white:hover {
    cursor: pointer;
    color: var(--c1);
    border-color: var(--white);
    background: var(--white);
}

.btn-alternativo-white:focus {
    cursor: pointer;
    color: var(--c1);
    border-color: var(--white);
    background: var(--white);
}

.btn-alternativo-color {
    width: 100%;
    max-width: fit-content;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 0px;
    border: solid 1px;
    border-color: var(--c1);
    border-radius: 50px;
    background: var(--c1);
    font-family: var(--font-1);
    font-size: var(--fs-16);
    font-weight: var(--fw-300);
    line-height: 120%;
    color: var(--black);
    font-style: normal;
    letter-spacing: 0;
    text-decoration: none;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: .5s all ease-in-out;
    transition: all .5s ease-in-out;
}

.btn-alternativo-color:hover {
    cursor: pointer;
    color: var(--black);
    border-color: var(--c1);
    background: transparent;
}

.btn-alternativo-color:focus {
    cursor: pointer;
    color: var(--black);
    border-color: var(--c1);
    background: transparent;
}

.btn-gradient-violeta-azul {
    width: 100%;
    max-width: fit-content;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50px;
    border: transparent;
    background: var(--gradient-2);
    font-family: var(--font-2);
    font-size: var(--fs-16);
    font-weight: var(--fw-500);
    line-height: 120%;
    color: var(--white);
    font-style: normal;
    letter-spacing: 0;
    text-decoration: none;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: .5s all ease-in-out;
    transition: all .5s ease-in-out;
}

.btn-gradient-violeta-azul:hover {
    cursor: pointer;
    color: var(--white);
    border: transparent;
    background: var(--gradient-2-invert);
}

.btn-gradient-violeta-azul:focus {
    cursor: pointer;
    color: var(--white);
    border: transparent;
    background: var(--gradient-2-invert);
}

.HL {
    font-family: var(--font-1);
    font-size: 75px;
    font-weight: var(--fw-700);
    line-height: 100%;
    color: var(--white);
    font-style: normal;
    letter-spacing: -0.75px;
}

.HM {
    font-family: var(--font-1);
    font-size: var(--fs-42);
    font-weight: var(--fw-700);
    line-height: 110%;
    color: var(--white);
    font-style: normal;
    letter-spacing: -0.42px;
}

.HS {
    font-family: var(--font-1);
    font-size: var(--fs-24);
    font-weight: var(--fw-700);
    line-height: 110%;
    color: var(--white);
    font-style: normal;
    letter-spacing: 0;
}

.EM {
    font-family: var(--font-1);
    font-size: var(--fs-20);
    font-weight: var(--fw-400);
    line-height: 120%;
    color: var(--white);
    font-style: normal;
    letter-spacing: 0;
}

.BM {
    font-family: var(--font-2);
    font-size: var(--fs-18);
    font-weight: var(--fw-400);
    line-height: 120%;
    color: var(--white);
    font-style: normal;
    letter-spacing: 0;
}

.BS {
    font-family: var(--font-2);
    font-size: var(--fs-16);
    font-weight: var(--fw-400);
    line-height: 120%;
    color: var(--gray-3);
    font-style: normal;
    letter-spacing: 0;
}

.BT {
    font-family: var(--font-2);
    font-size: var(--fs-16);
    font-weight: var(--fw-400);
    line-height: 120%;
    color: var(--gray-2);
    font-style: normal;
    letter-spacing: 0;
}

.vinculo{
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: .5s all ease-in-out;
    transition: all .5s ease-in-out;
    font-family: var(--font-1);
    font-size: var(--fs-16);
    font-weight: var(--fw-300);
    line-height: 120%;
    color: var(--c3);
    font-style: normal;
    letter-spacing: 0;
    text-decoration: none;
}

.vinculo:hover{
    color: var(--c3);
    cursor: pointer;
    opacity: .8;
}

.text-rounded{
    font-family: var(--font-2);
    font-size: var(--fs-16);
    font-weight: var(--fw-400);
    line-height: 120%;
    color: var(--white);
    font-style: normal;
    letter-spacing: 0;
    padding: 8px 16px;
    border: solid 1px var(--white);
    border-radius: 50px;
    margin-bottom: 0;
}

.c1{
    color: var(--c1);
}

.c2{
    color: var(--c2);
}

.c3{
    color: var(--c3);
}

.c4{
    color: var(--c4);
}

.gray-1{
    color: var(--gray-1);
}

.gray-2{
    color: var(--gray-2);
}

.gray-3{
    color: var(--gray-3);
}

.bg-1{
    color: var(--c1);
}

.bg-2{
    color: var(--c2);
}

.bg-3{
    color: var(--c3);
}

.bg-4{
    color: var(--c4);
}

.button-two {
    background: transparent;
    border-radius: 1rem;
    border: 2px solid;
    border-color: var(--gray-1);
    width: 50px;
    height: 50px;
    padding: 0 !important;
}

.button-two svg {
    stroke: var(--gray-1);
}

.button-two:focus {
    box-shadow: none;
}

.button-two .hamburger {
    transition: transform 1s;
    -o-transition: transform 1s;
    -moz-transition: transform 1s;
    -webkit-transition: transform 1s;
}

.button-two .line {
    transition: 1s;
    -o-transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    stroke-dasharray: 60 31 60 300;
}

.button-two[aria-expanded=true] .hamburger {
    transform: translate(3px, -3px) rotate(0.125turn);
    -o-transform: translate(3px, -3px) rotate(0.125turn);
    -moz-transform: translate(3px, -3px) rotate(0.125turn);
    -webkit-transform: translate(3px, -3px) rotate(0.125turn);
}

.button-two[aria-expanded=true] .line {
    stroke-dasharray: 60 105 60 300;
    stroke-dashoffset: -90;
}

/*============ GENERAL END ============*/


/*============ KEYFRAMES START ============*/

@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-20px);
	}
	100% {
		transform: translatey(0px);
	}
}

@-webkit-keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-20px);
	}
	100% {
		transform: translatey(0px);
	}
}

@-webkit-keyframes bop {
    0% {
        transform: scale(0.9);
    }
    50%, 100% {
        transform: scale(1);
    }
}

@keyframes bop {
    0% {
        transform: scale(0.9);
    }
    50%, 100% {
        transform: scale(1);
    }
}

@-webkit-keyframes bopB {
    0% {
        transform: scale(0.9);
    }
    80%, 100% {
        transform: scale(1) rotateZ(-3deg);
    }
}

@keyframes bopB {
    0% {
        transform: scale(0.9);
    }
    80%, 100% {
        transform: scale(1) rotateZ(-3deg);
    }
}

 @-webkit-keyframes bop {
    0% {
        transform: scale(0.9);
    }
    50%, 100% {
        transform: scale(1);
    }
}

@keyframes bop {
    0% {
        transform: scale(0.9);
    }
    50%, 100% {
        transform: scale(1);
    }
}

@-webkit-keyframes bopB {
    0% {
        transform: scale(0.9);
    }
    80%, 100% {
        transform: scale(1) rotateZ(-3deg);
    }
}

@keyframes bopB {
    0% {
        transform: scale(0.9);
    }
    80%, 100% {
        transform: scale(1) rotateZ(-3deg);
    }
}

/*============ KEYFRAMES END ============*/


/*============ PRELOADER START ============*/


/*============ PRELOADER END ============*/


/*============ PAGES START ============*/

#bloque-uno {
    position: relative;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: .5s all ease-in-out;
    transition: all .5s ease-in-out;
    min-height: 600px;
    padding: var(--xxx-lg) 0px;
    background-color: var(--color-3);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: unset;
    z-index: 0;
}

/*============ PAGES END ============*/


/*============ NAVBAR START ============*/

.navbar{
    background: transparent;
    padding: 24px 0;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: .5s all ease-in-out;
    transition: all .5s ease-in-out;
    transition-timing-function: cubic-bezier(0,.33,.07,1.03);
    transition-duration: 1s;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1001;
    width: 100%;
    background: transparent;
}

.navbar .navbar-brand{
    margin: 0;
}

.navbar .navbar-brand img{
    max-height: 49px;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: .5s all ease-in-out;
    transition: all .5s ease-in-out;
}

.navbar #navBar{
    justify-content: flex-end;
}

.navbar #navBar .navbar-nav{
    gap: 24px;
}

.navbar ul .nav-item .nav-link{
    text-align: center;
}

/*============ NAVBAR END ============*/


/*============ NAVBAR FIXED START ============*/

.navbar.fixed-top{
    padding: 12px 0;
    background: transparent;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    position: fixed;
    top: 0;
}

.navbar.fixed-top::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    width: 100%;
    background: radial-gradient(at center center, #FFFFFF2B -80%, #000A1F 80%);
}

.navbar.fixed-top .navbar-brand img{
    max-height: 39px;
}

.navbar.fixed-top .logo-color{
    display: none;
}

.navbar.fixed-top .logo-blanco{
    display: flex!important;
    
}

/*============ NAVBAR FIXED END ============*/


/*============ HEADERS START ============*/

header{
    position: relative;
    z-index: 0;
    height: 100vh;
    width: 100%;
    background: var(--gradient-1);
    display: flex;
    align-items: center;
    justify-content: center;
}

header .bg-grid{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

header .bg-nubes{
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translate(-50%, 10px);
    -webkit-transform: translate(-50%, 10px);
    z-index: 2;
    object-fit: contain;
    width: 100%;
    max-width: 1320px;
    height: auto;    
}

header .bg-vector{
    position: absolute;
    bottom: 0;
    width: 100%;
    max-height: 35%;
    z-index: 3;
}

header .container{
    position: relative;
    z-index: 3;
}

header .bg-guy-floating{
    position: relative;
    z-index: 4; 
    transform: translatey(0px);
    -webkit-transform: translatey(0px);
    -webkit-animation: float 6s ease-in-out infinite;
    animation: float 6s ease-in-out infinite;
}

header .heading{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 32px;
    max-width: 500px;
    min-width: 500px;
    margin-right: auto;
    position: relative;
    z-index: 5;
}

header .heading .bg-lightbulb{
    position: absolute;
    right: 40px;
    top: -70px;
    z-index: -1;
    display: none;
}

/*============ HEADERS END ============*/


/*============ CONTENT START ============*/

#entradilla{
    padding-bottom: 96px;
}

#entradilla .wrap-images{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

#entradilla .wrap-images .bg-separador{
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translate(-50%, 0px);
    -webkit-transform: translate(-50%, 0px);
}

#entradilla .wrap-entradilla{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 32px;
    max-width: 750px;
    margin: auto;
}

#entradilla .wrap-entradilla p{
    line-height: 180%;
}

#seccion-uno{
    position: relative;
    padding: 48px 0px;
    background-color: transparent;
    min-height: 300px;
}

#seccion-uno .wrap-izq{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 32px;
    background-image: url('../img/bg/projects.svg');
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 550px;
}

#seccion-uno .wrap-der{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.carousel-project{
    margin-top: 48px;
    padding-top: 48px;
    border-top: solid 1px #464548;
}

/* Oculta el contenido predeterminado de las flechas */
.carousel-project .flickity-prev-next-button .flickity-button-icon {
    display: none;
}

/* Personaliza la flecha izquierda */
.carousel-project .flickity-prev-next-button.previous {
    background: url('../img/icons/arrow-gradient-left.png') no-repeat center center;
    background-size: contain;
}

/* Personaliza la flecha derecha */
.carousel-project .flickity-prev-next-button.next {
    background: url('../img/icons/arrow-gradient-right.png') no-repeat center center;
    background-size: contain;
}

/* Ajusta el tamaño de las flechas */
.carousel-project .flickity-prev-next-button {
    width: 50px;
    height: 50px;
}

.carousel-project .flickity-button:focus {
    outline: 0;
    box-shadow: 0 0 0 5px #ffffff14;
}

.carousel-project .flickity-prev-next-button.previous {
    left: -50px!important;
}

.carousel-project .flickity-prev-next-button.next {
    right: -50px!important;
}

.carousel-project .flickity-page-dots .dot{
    background: var(--c3);
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: .5s all ease-in-out;
    transition: all .5s ease-in-out;
}

.carousel-project .flickity-page-dots .dot.is-selected {
    opacity: 1;
    width: 30px;
    border-radius: 50px;
}

.carousel-project {
    background: transparent;
}

.carousel-project .carousel-cell {
    width: 100%;
    max-width: 310px;
    height: 450px;
    margin-right: 32px;
    background: transparent;
    border-radius: 5px;
    transform-style: preserve-3d;
    transition: 100ms ease;
}

.carousel-project .card{
    padding: 0;
    margin-bottom: 0;
    min-height: 450px;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #17171923;
    filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
    transition-delay: 1s;
}

.carousel-project .card .container {
    width: 100%;
    height: 450px;
    margin: 0;
    background: transparent;
    border-radius: 0px;
    position: relative;
    z-index: 2;
}

.carousel-project .card .container img{
    position: absolute;
    top: -5%;
    left: -5%;
    width: 110%;
    height: 110%;
    object-fit: cover;
    z-index: 0;
    opacity: .3;
}

.carousel-project .card .number {
    font-family: var(--font-1);
    font-weight: var(--fw-600);
    font-size: 160px;
    line-height: 160px;
    color: var(--white);
    position: absolute;
    right: 0;
    pointer-events: none;
    opacity: .5;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: .5s all ease-in-out;
    transition: all .5s ease-in-out;
}

.carousel-project .card .content {
    font-family: 'Poppins', sans-serif;
    position: absolute;
    bottom: 0;
    padding: 20px;
    pointer-events: none;
}

.carousel-project .card .content h4 {
    font-family: var(--font-1);
    font-size: var(--fs-22);
    font-weight: var(--fw-600);
    margin: 0;
    margin-bottom: 10px;
    pointer-events: none;
    color: var(--white);
}

.carousel-project .card .content p {
    font-size: var(--fs-14);
    letter-spacing: 0.5px;
    pointer-events: none;
    color: var(--gray-3);
    font-weight: var(--fw-400);
}

.carousel-project .card .number, .carousel-project .card .content h2, .card .content p {
    transition: 500ms ease;
}

.carousel-project .card .container:hover .number {
    transform: translateZ(80px);
    -webkit-transform: translateZ(80px);
}

.carousel-project .card .container:hover .content h2, .carousel-project .card .container:hover .content p {
    transform: translateZ(60px);
    -webkit-transform: translateZ(60px);
}

.carousel-project .card:hover .number{
    opacity: 1;
}

.carousel-project .card:hover{
    filter: unset;
}

#seccion-dos{
    position: relative;
    padding: 48px 0px;
    padding-top: 112px;
    background-color: transparent;
    min-height: 300px;
}

#seccion-dos .wrap-central{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 32px;
    background-image: url('../img/bg/services.svg');
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 730px;
    margin: auto;
    position: relative;
}

#seccion-dos .wrap-central .bg-separador{
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%, 0px);
    -webkit-transform: translate(-50%, 0px);
}

#seccion-dos .bg-services{
    position: relative;
    transform: translatey(0px);
    -webkit-transform: translatey(0px);
    -webkit-animation: float 6s ease-in-out infinite;
    animation: float 6s ease-in-out infinite;
}

#seccion-dos .wrap-derecho{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 32px;
}

#seccion-dos .wrap-derecho .item{
    width: 100%;
    max-width: 470px;
    min-height: 140px;
    background-color: var(--c4);
    border-radius: 8px;
    padding: 25px 30px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 24px;
}

#seccion-dos .wrap-derecho .item:nth-of-type(1){
    margin-left: 0;
}

#seccion-dos .wrap-derecho .item:nth-of-type(2){
    margin-left: 25%;
}

#seccion-dos .wrap-derecho .item:nth-of-type(3){
    margin-left: auto;
}

#seccion-dos .wrap-derecho .item:nth-of-type(4){
    margin-left: 25%;
}

#seccion-dos .wrap-derecho .item:nth-of-type(5){
    margin-left: 0%;
}

#seccion-dos .wrap-derecho .wrap-icon{
    width: 70px;
    min-width: 70px;
    height: 70px;
}

#seccion-dos .wrap-derecho .wrap-icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#seccion-dos .wrap-derecho .wrap-text{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
}


#seccion-tres{
    position: relative;
    padding: 48px 0px;
    padding-top: 112px;
    background-color: transparent;
    min-height: 300px;
}

#seccion-tres .wrap-izq {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 32px;
    background-image: url(../img/bg/process.svg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 650px;
}

#seccion-tres .wrap-steps{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 24px;
}

#seccion-tres .wrap-steps div{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 12px;
    background: var(--c4);
    border-radius: 5px;
    padding: 15px 20px;
    cursor: pointer;
}

#seccion-tres .wrap-steps div img{
    width: 25px;
    height: 25px;
    border-radius: 25px;
    min-width: 25px;
}

#seccion-tres .bg-process {
    position: relative;
    transform: translatey(0px);
    -webkit-transform: translatey(0px);
    -webkit-animation: float 6s ease-in-out infinite;
    animation: float 6s ease-in-out infinite;
}

#seccion-cuatro{
    position: relative;
    padding: 48px 0px;
    padding-top: 112px;
    background-color: transparent;
    min-height: 300px;
}

#seccion-cuatro .wrap-der {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 32px;
    background-image: url(../img/bg/call.svg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 650px;
    margin: auto;
}

#seccion-cuatro .wrap-der a{
    margin: auto;
}

/*============ CONTENT END ============*/

/*============ FOOTER START ============*/

footer{
    position: relative;
    min-height: 300px;
    background: var(--c1);
    padding: 48px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 72px;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: .5s all ease-in-out;
    transition: all .5s ease-in-out;
}

footer .social-media li{
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: .5s all ease-in-out;
    transition: all .5s ease-in-out;
}

footer .social-media li:hover{
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
}

/*============ FOOTER END ============*/


/*============ MODALS START ============*/

.offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, .1);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    opacity: 1 !important;
}

.offcanvas{
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 20px;
    border-radius: 10px;
    border: 0;
    background: var(--c1);
    box-shadow: 0px 0px 20px rgba(0,0,0, .2);
    padding: 0;
    width: 100%!important;
    max-width: 450px;
}

.offcanvas .offcanvas-body{
    padding: 0;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 48px;
    padding: 24px;
}

.offcanvas .offcanvas-body .subcontenedor{
    padding: 0;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 24px;
}

/*============ MODALS END ============*/


/*============ LEGALS START ============*/

.legals{
    min-height: 300px;
    padding: 48px 12px;
    padding-top: 150px;
}

.legals p,
.legals span,
.legals ul li,
.legals ol li,
.legals a,
.legals b,
.legals strong{
    font-family: var(--font-1);
}

.legals p,
.legals span,
.legals ul li,
.legals ol li,
.legals b,
.legals strong{
    color: var(--white);
}

.legals .titulo-small

#cabecero-promociones .titulo-cabecero {
    margin: 0;
    font-size: 8em;
    padding: 0;
    color: white;
    text-shadow: 0 0.1em 20px var(--c2), 0.05em -0.03em 0 var(--c2), 0.05em 0.005em 0 var(--c2), 0em 0.08em 0 var(--c2), 0.05em 0.08em 0 var(--c2), 0px -0.03em 0 var(--c2), -0.03em -0.03em 0 var(--c2), -0.03em 0.08em 0 var(--c2), -0.03em 0 0 var(--c2);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 2;
    font-family: "Luckiest Guy", cursive;
}

#cabecero-promociones .titulo-cabecero span {
    transform: scale(0.9);
    display: inline-block;
    font-family: "Luckiest Guy", cursive;
}

#cabecero-promociones .titulo-cabecero span:first-child {
    -webkit-animation: bop 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards infinite alternate;
    animation: bop 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards infinite alternate;
}

#cabecero-promociones .titulo-cabecero span:last-child {
    -webkit-animation: bopB 1s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards infinite alternate;
    animation: bopB 1s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards infinite alternate;
}

/*============ LEGALS END ============*/


/*============ COOKIES START ============*/

#CybotCookiebotDialogHeaderLogosWrapper a{
    display: none!important;
}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive {
    border-bottom: 1px solid var(--color-1)!important;
    color: var(--color-1)!important;
}

#CybotCookiebotDialog *,
#CybotCookiebotDialogBodyUnderlay *{
    font-family: var(--font-2)!important;
}

#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
    background-color:  var(--color-1)!important;
    border: 2px solid  var(--color-1)!important;
}

#CybotCookiebotDialogTabContent .CybotCookiebotDialogDetailBulkConsentCount{
    background-color: var(--color-1)!important;
    color: var(--white)!important;
}

#CookiebotWidget .CookiebotWidget-logo svg circle {
    fill: var(--color-1)!important;
}

#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-consents-list li.CookiebotWidget-approved svg {
    fill: var(--color-1)!important;
}

#CookiebotWidget .CookiebotWidget-consent-details button{
    color: var(--color-1)!important;
}

#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-withdraw {
    border-color: var(--color-1)!important;
}

#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-change{
    background-color: var(--color-1)!important;
    border-color: var(--color-1)!important;
}

#CookiebotWidget.CookiebotWidget-open .CookiebotWidget-contents{
    font-family: var(--font-2)!important;
}

.CookiebotWidget-main-logo a{
    display: none!important;
}

/*============ COOKIES END ============*/

/*============ FORM START ============*/

#contact-form input,
#contact-form textarea{
    background-color: var(--white);
    border: solid 1px var(--white);
}

#contact-form input.form-check-input{
    background-color: var(--c1);
}

/*============ FORM END ============*/


/*============ SWEET ALERT ============*/

div:where(.swal2-container) div:where(.swal2-popup){
    font-family: var(--font-1)!important;
    color: var(--black)!important;
    background: var(--white)!important;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
    background-color: var(--gray-2)!important;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm:focus {
    box-shadow: 0 0 0 3px rgb(115 224 102 / 93%)!important;
}

/*============ SWEET ALERT ============*/

/*============ BTN AGENDAR CITA ============*/

.btn-agendar-cita{
    width: 65px;
    height: 65px;
    border-radius: 65px;
    background: var(--c3);
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 15px;
    right: 15px;
}

.btn-agendar-cita a{
    width: 100%;
    height: 100%;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.btn-agendar-cita a i{
    font-size: 30px;
    color: var(--white);
}

/*============ BTN AGENDAR CITA ============*/

/* PRMOCIONES START */

#cabecero-promociones{
    width: 100%;
    height: 800px;
    position: relative;
}

#cabecero-promociones::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle, rgba(152,131,212,1) 30%, rgba(71,78,180,1) 100%), url('../img/bg/baner-01.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

#cabecero-promociones img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    opacity: .9;
}

#cabecero-promociones .titulo-cabecero {
    margin: 0;
    font-size: 8em;
    padding: 0;
    color: white;
    text-shadow: 0 0.1em 20px var(--c2), 0.05em -0.03em 0 var(--c2), 0.05em 0.005em 0 var(--c2), 0em 0.08em 0 var(--c2), 0.05em 0.08em 0 var(--c2), 0px -0.03em 0 var(--c2), -0.03em -0.03em 0 var(--c2), -0.03em 0.08em 0 var(--c2), -0.03em 0 0 var(--c2);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 2;
    font-family: "Luckiest Guy", cursive;
}

#cabecero-promociones .titulo-cabecero span {
    transform: scale(0.9);
    display: inline-block;
    font-family: "Luckiest Guy", cursive;
}

#cabecero-promociones .titulo-cabecero span:first-child {
    -webkit-animation: bop 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards infinite alternate;
    animation: bop 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards infinite alternate;
}

#cabecero-promociones .titulo-cabecero span:last-child {
    -webkit-animation: bopB 1s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards infinite alternate;
    animation: bopB 1s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards infinite alternate;
}

/* PRMOCIONES END */

/*============ BREACKPOINTS START ============*/

@media (max-width: 1399px) {}

@media (max-width: 1199px) {}

@media (max-width: 1024px) {}

@media (max-width: 991px) {
    
    .navbar .navbar-toggler{
        display: none;
    }

    footer .brand{
       margin: auto;
    }
}

@media (max-width: 767px) {
    .HL{
        font-size: var(--fs-32);
        line-height: 110%;
    }
    .HM{
        font-size: var(--fs-28);
        line-height: 120%;
    }
    .legals{
        padding: 24px 12px;
        min-height: 1px;
    }
    .navbar {
        padding: 12px 0;
        position: fixed;
        top: 0;
        z-index: 1001;
        width: 100%;
        background-color: transparent;
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
    }
    .navbar .navbar-brand img {
        max-width: 120px;
    }
    .navbar .navbar-brand img.logo-color{
        display: none;
    }
    .navbar .navbar-brand img.logo-blanco{
        display: flex!important;
    }
    .navbar ul .nav-item .nav-link{
        color: var(--white);
    }
    .navbar ul .btn{
        border: solid 1px var(--white);
        background: var(--white);
        color: var(--black);
    }
    .button-two svg {
        stroke: var(--white);
    }
    .offcanvas{
        margin: 0;
        width: 100%;
        max-width: 100%;
        border: 0;
    }
    .offcanvas .offcanvas-body {
        gap: 24px;
        padding: 24px 12px;
    }
    .offcanvas .offcanvas-body .subcontenedor {
        gap: 12px;
    }

    header .container,
    header .container .row{
        height: 100%;
    }
    header .container .row > div{
        justify-content: center;
        align-items: center;
        display: flex;
    }
    header .heading {
        gap: 16px;
        max-width: 100%;
        min-width: 100%;
        margin: auto;
        align-items: center;
        justify-content: center;
        text-align: center;
        text-wrap: pretty;
    }
    header .columna-floating-guy {
        position: absolute;
        bottom: 0;
    }
    header .bg-guy-floating {
        width: 100%;
        height: 100%;
        object-fit: contain;
        opacity: .8;
    }

    #entradilla {
        padding-bottom: 24px;
    }
    #entradilla .wrap-entradilla p{
        text-align: center;
        text-wrap: pretty;
        font-size: 18px;
        color:  var(--white);
    }

    #seccion-uno .wrap-izq {
        margin-bottom: 16px;
        align-items: center;
        justify-content: center;
        text-align: center;
        text-wrap: balance;
    }
    #seccion-uno .wrap-der{
        justify-content: center;
        text-align: center;
        text-wrap: balance;
    }
    #seccion-uno .wrap-der p{
        line-height: 180%;
        font-size: 18px;
        color: var(--white);
    }
    #entradilla .wrap-entradilla{
        align-items: center;
    }
    #seccion-dos {
        padding-top: 48px;
    }
    #seccion-dos .wrap-derecho .item:nth-of-type(2),
    #seccion-dos .wrap-derecho .item:nth-of-type(4){
        margin-left: auto;
    }
    #seccion-dos .wrap-derecho {
        gap: 16px;
    }
    #seccion-tres {
        padding-top: 48px;
    }
    #seccion-tres .wrap-steps div {
        width: 100%;
    }
    #seccion-cuatro {
        padding-top: 48px;
    }
    #offcanvasRight{
        border-radius: 0;
    }
    .btn-agendar-cita{
        display: flex;
    }
    footer {
        gap: 24px;
        padding: 24px 0px;
    }
    #cabecero-promociones .titulo-cabecero {
        font-size: 4.5em;
    }
    
}

@media (max-width: 575px) {}

@media (max-width: 500px) {}

@media (max-width: 450px) {}


/* ====== VCARD ====== */
#header-vcard{
    width: 100%;
    min-height: 50vh;
    background: url(../img/bg/header-vcard.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: inherit;
}

#header-vcard .fall-guy{
    position: absolute;
    max-width: 700px;
    right: 10%;
    top: 50px;
    -webkit-animation: float 6s ease-in-out infinite;
    animation: float 6s ease-in-out infinite;
}

#header-vcard .rounded-image{
    position: absolute;
    bottom: -100px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 200px;
    height: 200px;
    border-radius: 200px;
    overflow: hidden;
    border: solid 5px var(--white);
    box-shadow: -2px 1px 50px white;
}

#header-vcard .rounded-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.VCARD-SEC-01{
    margin-top: 150px;
}

.VCARD-SEC-01 .botonera-uno{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.VCARD-SEC-01 .botonera-uno div{
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: var(--c4);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: .5s all ease-in-out;
    transition: all .5s ease-in-out;
}

.VCARD-SEC-01 .botonera-uno div:hover{
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    cursor: pointer;
}

.VCARD-SEC-01 .botonera-uno div a{
    text-decoration: none;
}

.VCARD-SEC-01 .botonera-uno div a i{
    color: var(--white);
    font-size: 18px;
}

.VCARD-SEC-01 .botonera-dos{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
    width: 100%;
    max-width: 400px;
    margin: auto;
}

.VCARD-SEC-01 .botonera-dos .boton{
    width: 100%;
    height: auto;
    border-radius: 8px;
    padding: 12px 24px;
    background-color: var(--c4);
    position: relative;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: .5s all ease-in-out;
    transition: all .5s ease-in-out;
}

.VCARD-SEC-01 .botonera-dos .boton a{
    text-decoration: none;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: .5s all ease-in-out;
    transition: all .5s ease-in-out;
}

.VCARD-SEC-01 .botonera-dos .boton:hover{
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    cursor: pointer;
}

.VCARD-SEC-01 .botonera-dos .boton .contenedor-imagen img{
    max-width: 100%;
}

.VCARD-SEC-01 .botonera-dos .boton i{
    color: var(--white);
    font-size: 24px;
}

.VCARD-SEC-01 form{
    width: 100%;
    max-width: 400px;
    border-radius: 8px;
    padding: 12px 24px;
    margin: auto;
    background-color: var(--c4);
    position: relative;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: .5s all ease-in-out;
    transition: all .5s ease-in-out;
}

.download-vcf{
    position: fixed;
    bottom: -100%;
    right: 12px;
    z-index: 2;
    text-decoration: none;
    display: none;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: .5s all ease-in-out;
    transition: all .5s ease-in-out;
}
.download-vcf button{
    gap: 12px;
}
.download-vcf span{
    font-size: 13px;
    line-height: 12px;
}
.download-vcf .add{
    width: 25px;
    height: 25px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--white);
}
.download-vcf .add i{
    font-size: 14p;
    color: var(--c3) ;
}

.left-buttons{
    position: fixed;
    z-index: 2;
    bottom: 12px;
    left: -100%;
    display: none;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: .5s all ease-in-out;
    transition: all .5s ease-in-out;
}
.share-buttom,
.qr-buttom{
    max-width: 45px;
    height: 45px;
}
.share-buttom .a2a_s__default{
    background-color: transparent!important;
    height: 25px;
}
.share-buttom .a2a_s__default > svg{
    max-width: 25px;
}

#modalQR{
    background-color: rgba(255, 255, 255, .1);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

#modalQR .modal-header{
    border: 0;
}

#modalQR .modal-header .btn-close{
    opacity: 1;
}

#modalQR .modal-body{
    text-align: center;
}

@media (max-width: 768px){
    #header-vcard {
        min-height: 30vh;
    }
    .VCARD-SEC-01 {
        margin-top: 120px;
    }
    #header-vcard .fall-guy {
        display: none;
    }
    .VCARD-SEC-01 .botonera-uno{
        justify-content: space-between;
    }
    .botonera-dos{
        max-width: 100%;
    }
    .VCARD-SEC-01 form{
        max-width: 100%;
        padding: 12px 16px;
    }
    .VCARD-SEC-01 .botonera-dos .boton {
        padding: 12px 16px;
    }
    .VCARD-SEC-01 .botonera-dos .boton p{
        white-space: nowrap;
    }
    .download-vcf,
    .left-buttons{
        display: flex;
    }
    .download-vcf.show{
        bottom: 12px;
    }
    .left-buttons.show{
        left: 12px;
    }

}



