@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

/*generales*/
body {
    text-align: center;
    padding-top: 95px;
}

html,
body {
    max-width: 100% !important;
    overflow-x: hidden !important;
    margin: 0;
    padding: 0;
}

body:has(.sec-projects),
body:has(.sec-services),
body:has(.sec-contact) {
    padding-top: 0 !important;
}

p {
    font-family: "poppins-light";
    font-size: 17px;
    color: #212a54;
}

h1 {
    font-family: "brittany";
    font-size: 130px;
    color: #e83580;
    padding-top: 80px;
    padding-bottom: 50px;
}

h3 {
    font-family: "poppins-semibold";
    font-size: 24px;
    color: #d2d714;
    padding-bottom: 10px;
}

h4 {
    font-family: "poppins-xlight";
    font-style: italic;
    color: #d2d714;
    font-size: 25px;
}



/*fonts*/
@font-face {
    font-family: "brittany";
    src: url(../fonts/BrittanySignature.ttf);
}

@font-face {
    font-family: "poppins-light";
    src: url(../fonts/poppins-light.ttf);
}

@font-face {
    font-family: "poppins-xlight";
    src: url(../fonts/poppins-xlight.ttf);
}

@font-face {
    font-family: "poppins";
    src: url(../fonts/poppins.ttf);
}

@font-face {
    font-family: "poppins-semibold";
    src: url(../fonts/poppins-semibold.ttf);
}


/*navbar*/
.navbar {
    padding: 7px 0;
    background-color: #212a54;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.navbar-brand img {
    width: 80px;
}

.nav-link {
    font-family: "poppins-light";
    color: white;
    font-size: 18px;
    margin-left: 40px;
    font-weight: normal;
    transition: all 0.3s ease;
    border: 1px solid transparent;
    border-radius: 50px;
}

.nav-link:hover {
    color: #d2d714;
}

.navbar-nav .nav-link.active {
    border: #d2d714 solid 1px;
    border-radius: 50px;
    padding: 8px 25px;
    color: #d2d714 !important;
}

.custom-toggler:focus {
    box-shadow: 0 0 0 0.1rem #d2d714;
    outline: none;
}

.custom-toggler {
    border-color: #d2d714;
}

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23d2d714' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/*bienvenida*/
.bienvenida {
    padding: 60px;
    padding-bottom: 0;
    position: relative;
    overflow: hidden;
}



/*conoce mi trabajo*/
.trabajo {
    padding: 30px;
}

.owl-carousel .owl-item img {
    width: 85% !important;
    margin: 0 auto;
    border-radius: 20px;
}

.owl-theme .owl-dots {
    margin-top: 20px !important;
}

.owl-theme .owl-dots .owl-dot span {
    background: #b0b0b0 !important;
    opacity: 0.5;
    width: 8px !important;
    height: 8px !important;
    margin: 5px 6px;
    transition: all 0.3s ease;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #d2d714 !important;
    transform: scale(1.5);
}

.owl-carousel .owl-nav {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 10;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    background-color: #212a54 !important;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: white !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    transition: all 0.3s ease;
    pointer-events: auto;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.owl-carousel .owl-nav button.owl-next {
    margin-right: -20px;
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
    background-color: #e83580 !important;
    transform: scale(1.1);
}



/*proceso creativo*/
.proceso {
    padding: 30px;
}

.tarjeta-paso {
    background-color: #212a54;
    border-radius: 30px;
    padding: 20px;
    text-align: center;
    position: relative;
    margin-top: 40px;
    width: 100%;
    aspect-ratio: 1/1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.estrella1 {
    position: absolute;
    width: 90px;
    top: -45px;
    left: -20px;
    z-index: 1;
}

.numero-brittany {
    font-family: "brittany", cursive;
    font-size: 60px;
    color: #e83580;
    line-height: 1;
    margin-bottom: 10px;
}

.titulo-rosa {
    font-family: "poppins";
    color: #e83580;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.texto-contenido {
    font-family: "poppins-xlight";
    color: #d2d714;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 0;
    max-width: 90%;
}


/*trabajémos juntos*/
.trabajemos-juntos {
    padding: 50px;
}

.correo a {
    font-family: "poppins";
    color: #e83580 !important;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.correo a:hover {
    color: #d2d714;
}




/*ABOUT*/

/*About Bienvenida*/
.about-bienvenida {
    padding-top: 150px;
    padding-bottom: 80px;
    margin-left: 70px;
    margin-right: 70px;
}

.saludo-about {
    line-height: 1;
    text-align: center;
    margin: 0 !important;
    padding-bottom: 0 !important;
    padding-top: 0;
}

.texto-verde {
    font-family: "brittany";
    color: #d2d714;
}

.texto-rosa {
    font-family: "poppins-xlight";
    font-size: 40px;
    color: #e83580;
}

.foto-perfil {
    border-radius: 30px;
    max-height: 350px;
    width: auto;
    max-width: 100%;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}


/*Sobre mí*/
.sobre-mi {
    padding-top: 90px;
    padding-bottom: 40px;
}

.foto-circulo {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    object-fit: cover;
}

.texto-justificado {
    text-align: justify;
    font-size: 14px;
    line-height: 1.8;
}


/*Frase azul*/
.frase-azul {
    background-color: #212a54;
    padding: 125px 20px;
    margin: 60px 0;
    overflow: hidden;
}

.frase {
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
}

.estrella-frase {
    position: absolute;
    width: 250px;
    top: 50%;
    transform: translateY(-50%);
}

.estrella-frase.izquierda {
    left: -125px;
}

.estrella-frase.derecha {
    right: -125px;
}



/*Educación y experiencia*/
.seccion-educacion-experiencia {
    padding-top: 60px;
    padding-bottom: 80px;
}

.tarjeta-educacion-experiencia {
    background-color: #f8f8f8;
    border: 1px solid #e0e0e0;
    padding: 25px 30px;
    border-radius: 20px;
    text-align: left;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    transition: transform 0.3s ease;
}

.tarjeta-educacion-experiencia:hover {
    transform: translateY(-5px);
}

.encabezado-tarjeta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    color: #212a54;
    margin-bottom: 15px;
}

.icono-tarjeta {
    font-size: 28px;
}

.encabezado-tarjeta h5 {
    font-family: "poppins-semibold";
    font-size: 20px;
    margin: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.linea-divisoria-tarjeta {
    border-top: 2px solid #e0e0e0;
    margin-bottom: 20px;
    margin-top: 10px;
}

.titulo-grado-puesto {
    font-family: "poppins-semibold";
    color: #e83580;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 0;
    width: 70%;
    line-height: 1.3;
}

.etiqueta-fecha {
    background-color: white;
    color: #e83580;
    padding: 5px 12px;
    border-radius: 50px;
    font-family: "poppins";
    font-size: 11px;
    font-weight: 600;
    white-space: nowrap;
}

.institucion-lugar {
    font-family: "poppins";
    color: #d2d714;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 5px;
}

.descripcion-detalle {
    font-family: "poppins-light";
    font-size: 13px;
    color: #666;
    line-height: 1.5;
    margin-bottom: 0;
}


/*Habilidades técnicas*/
.gallery-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px 15px;
    padding: 0px;
    max-width: 500;
    margin: 0 0 100px;
}

.gallery-item {
    width: 110px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.gallery-container div {
margin-bottom: 0px;
}



/*Misión y Visión*/
.mision-vision {
    padding-top: 80px;
    padding-bottom: 0px;
}

.switch-contenedor {
    display: flex;
    justify-content: center;
    cursor: pointer;
}

.switch-fondo {
    width: 80px;
    height: 40px;
    background-color: #d2d714;
    border-radius: 50px;
    position: relative;
    transition: background-color 0.4s ease;
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.1);
}

.switch-bolita {
    width: 32px;
    height: 32px;
    background-color: white;
    border-radius: 50%;
    position: absolute;
    top: 4px;
    left: 4px;
    transition: transform 0.4s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.switch-fondo.activo-rosa {
    background-color: #e83580 !important;
}

.switch-fondo.activo-rosa .switch-bolita {
    transform: translateX(40px) !important;
}

.escena-3d {
    width: 100%;
    max-width: 500px;
    height: 250px;
    margin: 0 auto;
    perspective: 1000px;
}

.tarjeta-giratoria {
    width: 100%;
    height: 100%;
    position: relative;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.tarjeta-giratoria.girada {
    transform: rotateY(180deg);
}

.cara {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    background-color: #f8f8f8 !important;
    border: 1px solid #eeeeee;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}

.cara-atras {
    transform: rotateY(180deg);
}

.titulo-tarjeta {
    font-family: "poppins-semibold";
    color: #212a54;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
    font-size: 24px;
    letter-spacing: 2px;
    font-style: normal;
    display: block;
    border-bottom: 2px solid #e0e0e0;
    padding-bottom: 20px;
    margin-bottom: 30px;
}




/* PROJECTS */

/* projects */
.sec-projects {
    background-color: #212a54;
    width: 100%;
    min-height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding-top: 120px;
    padding-bottom: 60px;
    margin-top: 0;
    height: auto;
}

.titulo-projects {
    line-height: 0.8;
}

.texto-conoce {
    font-family: "poppins-light";
    font-size: 60px;
    color: #d2d714;
}

.texto-trabajo {
    font-family: "brittany";
    font-size: 130px;
    color: #d2d714;
}

.descripcion-projects {
    font-family: "poppins-xlight";
    font-size: 16px;
    color: white;
    max-width: 700px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 60px;
    line-height: 1.6;
    margin-bottom: 15px !important;
}

.estrella-lateral {
    position: absolute;
    width: 350px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
}

.estrella-lateral.izquierda {
    left: -175px;
}

.estrella-lateral.derecha {
    right: -175px;
}

.scroll-down-container {
    margin-top: 10px;
    text-align: center;
    animation: flotar 2s infinite ease-in-out;
}

.scroll-text {
    font-family: "poppins";
    font-size: 12px;
    color: #d2d714;
}

.flecha-baja {
    color: #d2d714;
    font-size: 24px;
}

.nav-pills .nav-link1 {
    color: #b0b0b0;
    background-color: transparent;
    font-family: "poppins-light";
    font-size: 1.1rem;
    margin: 0 30px;
    margin-bottom: 20px;
    margin-top: 50px;
    border: none;
    transition: all 0.3s ease;
}

.nav-pills .nav-link1.active {
    background-color: transparent !important;
    color: #e83580;
    font-weight: bold;
}

.nav-pills .nav-link1:hover {
    color: #e83580;
}

#pills-branding .row,
#pills-packaging .row,
#pills-otros .row {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.galeria-card {
    border: none;
    background-color: transparent;
}

.galeria-card .card-img-top {
    aspect-ratio: 1/1;
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 20px;
}

.galeria-item.solo-img {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.galeria-item.solo-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.galeria-item.solo-img .text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    padding: 15px;
    color: white;
    text-align: center;
    line-height: 0.7;
}

.galeria-item.solo-img:hover .text {
    opacity: 1;
}

.nombre-logo {
    display: block;
    font-family: "poppins-semibold";
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.desc-logo {
    font-family: "poppins-light";
    font-size: 12px;
    margin: 0;
}

.card-body {
    align-items: center !important;
}

.proy-titulo {
    font-family: "poppins-semibold";
    color: #e83580;
    font-size: 22px;
    margin-top: 15px;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.proy-cat {
    font-family: "poppins";
    color: #d2d714;
    font-size: 16px;
    margin-top: 3px;
    margin-bottom: 0 !important;
}

.btn-plus {
    width: 40px;
    height: 40px;
    color: #212a54;
    font-size: 32px;
    line-height: 1;
    transition: transform 0.3s ease, color 0.3s ease;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    align-items: center;
}

.btn-plus:hover {
    color: #e83580;
    transform: rotate(90deg);
}




.project-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(8px);
    opacity: 0;
    transition: opacity 0.4s ease;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.project-modal.show {
    display: flex;
    opacity: 1;
}

.pm-content-wrapper {
    background-color: white;
    width: 100%;
    max-width: 950px;
    max-height: 90vh;
    border-radius: 30px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
    transform: translateY(20px);
    transition: transform 0.3s ease;
}

.project-modal.show .pm-content-wrapper {
    transform: translateY(0);
}

.pm-navbar {
    flex: 0 0 auto;
    padding: 15px 30px;
    background-color: white;
    display: flex;
    align-items: center;
    z-index: 10;
    border-bottom: 1px solid #f0f0f0;
}

.pm-close {
    background: none;
    border: none;
    font-size: 35px;
    line-height: 1;
    color: #e83580;
    cursor: pointer;
    padding: 0;
    margin-right: 20px;
    transition: transform 0.3s;
}

.pm-close:hover {
    transform: rotate(90deg);
}

.pm-separator {
    width: 2px;
    height: 30px;
    background-color: #e83580;
    margin-right: 20px;
}

.pm-nav-title {
    font-family: "poppins-semibold";
    text-transform: uppercase;
    font-size: 16px;
    color: #e83580;
    letter-spacing: 1px;
}

.pm-scrollable {
    flex: 1;
    overflow-y: auto;
    scroll-behavior: smooth;
}

.pm-hero {
    position: relative;
    width: 100%;
    height: 450px;
    overflow: hidden;
}

.pm-hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.pm-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.pm-hero-text {
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translateY(-50%);
    z-index: 2;
    text-align: left;
    color: white;
}

.pm-hero-text h2 {
    font-family: "poppins-semibold";
    font-size: 60px;
    margin: 0;
    line-height: 1;
    color: white;
    text-transform: uppercase;
}

.pm-hero-text p {
    font-family: "poppins-xlight";
    font-size: 24px;
    margin-top: 5px;
    color: white;
    opacity: 0.9;
}

body.no-scroll {
    overflow: hidden !important;
}

.project-modal,
.service-modal {
    overscroll-behavior: contain;
}

.pm-body-container {
    padding: 0 40px;
}

.pm-logo-section {
    text-align: center;
    margin: 60px 0 30px 0;
}

.pm-logo-section img {
    max-width: 300px;
    height: auto;
}

.pm-general-desc {
    max-width: 700px;
    margin: 0 auto 60px auto;
}

.pm-gallery-grid {
    display: grid;
    grid-template-columns: 1.8fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 15px;
    height: 350px;
    margin-bottom: 60px;
}

.grid-item {
    overflow: hidden;
    position: relative;
    border-radius: 20px;
}

.grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.main-item {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
}

.sub-item-top {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
}

.sub-item-bottom {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
}

.pm-single-layout {
    text-align: center;
    margin-bottom: 60px;
    width: 100%;
}

.pm-single-layout img {
    max-width: 100%;
    max-height: 500px;
    height: auto;
    border-radius: 20px;
    object-fit: contain;
}

.pm-final-text {
    max-width: 700px;
    margin: 0 auto 60px auto;
}

.pm-footer {
    background-color: #212a54;
    padding: 50px 20px;
    margin-top: 20px;
}












/* SERVICES */

/* services */
.sec-services {
    width: 100%;
    min-height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding-top: 120px;
    padding-bottom: 60px;
    margin-top: 0;
    background-color: white;
    height: auto;
}

.titulo-services {
    line-height: 0.8;
}

.texto-conoce1 {
    font-family: "poppins-light";
    font-size: 60px;
    color: #e83580;
}

.texto-trabajo1 {
    font-family: "brittany";
    font-size: 130px;
    color: #212a54;
}

.descripcion-services {
    font-family: "poppins-xlight";
    font-size: 16px;
    max-width: 700px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 60px;
    line-height: 1.6;
    margin-bottom: 15px !important;
}



/*branding, packaging, otros*/
.nav-pills .nav-link {
    color: #b0b0b0;
    background-color: transparent;
    font-size: 1.1rem;
    margin: 0 50px;
    margin-bottom: 20px;
    margin-top: 50px;
}

.nav-pills .nav-link.active {
    background-color: transparent !important;
    color: #d2d714;
}

.script-font {
    font-family: 'brittany';
    font-size: 100 !important;
    text-align: center;
    padding-bottom: 50px;
    color: #e83580;
}

.tarjeta-serv {
    background-color: #f8f9fa;
    border-radius: 35px;
    padding: 45px;
    padding-left: 60px;
    padding-right: 60px;
    margin-bottom: 40px;
    margin-top: 60px;
    border: none;
    display: flex;
    align-items: center;
    gap: 60px;
    transition: transform 0.3s ease;
}

.tarjeta-serv:hover {
    transform: translateY(-5px);
}

.tarjeta-img-box {
    flex: 0 0 40%;
    min-width: 250px;
}

.tarjeta-img {
    width: 100%;
    height: 250px;
    border-radius: 25px;
    object-fit: cover;
}

.tarjeta-placeholder {
    background-color: #f8f8f8;
    border-radius: 25px;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.tarjeta-info {
    flex: 1;
    text-align: left;
}

.tarjeta-info .buttom2 {
    display: block;
    width: fit-content;
    margin: 30px auto 0 auto;
}

.titulo-serv {
    font-family: "poppins-semibold";
    color: #e83580;
    font-size: 20;
    text-transform: uppercase;
    margin-bottom: 5px;
    line-height: 1.2;
}

.subtitulo-serv {
    font-family: "poppins";
    color: #d2d714;
    font-size: 20;
    font-weight: 600;
    margin-bottom: 20px;
    display: block;
}

.texto-serv {
    font-family: "poppins-xlight";
    color: #212a54;
    font-size: 1rem;
    margin-bottom: 10px;
    line-height: 1.6;
}

.texto-btn {
    white-space: nowrap;
}

.personalizado {
    padding-top: 60px;
    padding-bottom: 60px;
}

.p-cotización {
    font-family: "poppins-xlight";
    font-style: italic;
    color: #212a54;
    padding-top: 35px;
}

.onda-verde {
    text-align: center;
    width: 600px;
    max-width: 100%;
    margin-top: 30px;
}

.signo,
.signo1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 85px;
    z-index: 0;
    opacity: 0.8;
}

.signo {
    left: -60px;
}

.signo1 {
    right: -60px;
}


.service-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(8px);
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    transition: opacity 0.3s ease;
    text-align: left !important;
}

.service-modal.show {
    display: flex;
    opacity: 1;
}

.modal-content-wrapper {
    background-color: #ffffff;
    width: 100%;
    max-width: 950px;
    max-height: 90vh;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    position: relative;
    transform: translateY(20px);
    transition: transform 0.3s ease;
}

.service-modal.show .modal-content-wrapper {
    transform: translateY(0);
}

.modal-top-bar {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    padding: 20px 25px;
    background-color: #f8f8f8;
    z-index: 10;
}

.close-modal {
    color: #d2d714;
    font-size: 24px;
    cursor: pointer;
    transition: 0.3s;
    display: flex;
    align-items: center;
    line-height: 1;
}

.close-modal:hover {
    color: #e83580;
    transform: rotate(90deg);
}

.modal-header-title {
    font-family: "poppins-light";
    color: #d2d714;
    font-size: 18px;
    margin-left: 10px;
    opacity: 0.7;
}

.modal-scrollable-content {
    flex: 1;
    overflow-y: auto;
    padding-bottom: 40px;
    scroll-behavior: smooth;
}

.modal-main-title-block {
    text-align: center;
    padding-bottom: 30px 20px 10px 20px;
}

.modal-title {
    font-family: "poppins-light";
    font-size: 70px;
    color: #e83580;
    margin-top: 10px;
}

.modal-subtitle {
    font-family: "brittany";
    font-size: 70px;
    color: #d2d714;
    margin-top: -45px;
}

.modal-body-grid {
    display: flex;
    justify-content: center;
    padding: 10px 20px;
    gap: 50px;
    text-align: left;
}

.modal-img-square-container {
    width: 280px;
    height: 280px;
    flex: 0 0 auto;
    border-radius: 20px;
    overflow: hidden;
    align-self: flex-start;
}

.modal-img-square-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.modal-accordion-col {
    flex: 1;
    max-width: 450px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.scroll-indicator {
    text-align: left;
    margin-bottom: 15px;
}

.scroll-indicator span {
    font-size: 12px;
    color: #e83580;
    font-family: "poppins-light";
}

.accordion-group {
    border-bottom: 1px solid rgba(232, 53, 128, 0.2);
    margin-bottom: 10px;
}

.accordion-header {
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    padding: 15px 0;
    font-family: "poppins-semibold";
    font-size: 18px;
    color: #e83580;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: color 0.3s;
}

.accordion-icon {
    font-size: 20px;
    color: #d2d714;
    transition: transform 0.3s ease;
}

.accordion-header.active .accordion-icon {
    transform: rotate(45deg);
    color: #e83580;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out, padding 0.3s ease;
    opacity: 0.8;
}

.accordion-content.active {
    padding-bottom: 20px;
}

.detail-list {
    list-style: none !important;
    padding-left: 0;
    margin: 0;
    text-align: left;
}

.detail-list li {
    font-family: "poppins-light";
    font-size: 15px;
    margin-bottom: 8px;
    color: #212a54;
    position: relative;
    padding-left: 20px;
    text-align: left;
}

.detail-list li::before {
    content: "•";
    color: #d2d714;
    position: absolute;
    left: 0;
    font-weight: bold;
    font-size: 18px;
    line-height: 1;
    top: -2px;
}

.detail-text {
    font-family: "poppins-light";
    font-size: 15px;
    color: #212a54;
    text-align: left;
}

.modal-footer-bar {
    padding: 40px 20px 10px 20px;
    display: flex;
    justify-content: center;
}

.price-btn {
    background-color: #e83580;
    color: white;
    padding: 12px 60px;
    border-radius: 50px;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 5px 20px rgba(232, 53, 128, 0.3);
    transition: transform 0.3s, background-color 0.3s;
}

.price-btn span:first-child {
    font-family: "poppins-semibold";
    font-size: 20px;
}

.iva-text {
    font-family: "poppins-light";
    font-size: 12px;
}









/* CONTACT */

/* contact */
.sec-contact {
    width: 100%;
    min-height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding-top: 130px;
    padding-bottom: 20px;
    padding-left: 20px;
    margin-top: 40;
    background-color: white;
    height: auto;
}

.sec-contact .scroll-down-container {
    margin-top: 0 !important;
}

.titulo-contact {
    line-height: 0.8;
    padding-top: 0;
    margin-top: 0;
}

.texto-conoce2 {
    font-family: "poppins-light";
    font-size: 60px;
    color: #e83580;
}

.texto-trabajo2 {
    font-family: "brittany";
    font-size: 130px;
    color: #d2d714;
}

.sec-contact p {
    margin-bottom: 15px !important;
}

.sec-contact .estrella-lateral {
    top: 60%;
}

.contacto-contenido {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: white;
    overflow: visible;
}

.columna-contacto-info {
    position: relative;
}

.email-contacto {
    font-family: "poppins-semibold";
    color: #e83580;
    text-decoration: none;
    font-size: 17px;
    transition: color 0.3s ease;
    word-break: break-all;
}

.email-contacto:hover {
    color: #d2d714;
}

.estrella-fondo {
    position: absolute;
    top: -60px;
    left: -25px;
    width: 180px;
    z-index: 0;
}

.contenido-texto {
    position: relative;
    z-index: 1;
}

.onda-rosa {
    text-align: center;
    width: 400px;
    max-width: 100%;
    margin-top: 40px;
}

.input-jm {
    width: 100%;
    background-color: #f8f9fa;
    border: none;
    border-radius: 15px;
    padding: 15px 25px;
    font-family: "poppins-light";
    font-size: 16px;
    color: #6c757d;
    transition: all 0.3s ease;
}

.textarea-jm {
    resize: none;
    height: 150px;
}

.input-jm:focus {
    outline: none;
    background-color: #ffffff;
    box-shadow: 0 0 0 2px #f7d5e2;
    color: #212a54;
}

.input-jm::placeholder {
    color: #b0b0b0;
    font-weight: normal;
}

.form-check-input:checked {
    background-color: #e83580;
    border-color: #e83580;
}

.form-check-input:focus {
    border-color: #d2d714;
    box-shadow: 0 0 0 0.25rem rgba(210, 215, 20, 0.25);
}

.alertas-container div span {
    font-family: "poppins";
    font-size: 14px;
    margin-top: 5px;
    display: block;
}

.text-danger {
    color: #dc3545 !important;
}

.captcha-visual {
    background-color: #e83580;
    color: #ffffff;
    font-family: "poppins-semibold";
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 4px;
    padding: 10px 15px;
    border-radius: 15px;
    display: inline-block;
    width: 100%;
    text-align: center;
    position: relative;
    text-decoration: line-through;
    font-style: italic;
    user-select: none;
    -webkit-user-select: none;
    cursor: default;
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}






/* footer */
.footer {
    background-color: #212a54;
    padding: 55px 0;
    color: white;
    margin-top: 20px;
    overflow: hidden;
}

.footer-links {
    margin-left: 20px;
}

.footer-links li {
    margin-bottom: 15px;
}

.footer-links a {
    color: white;
    text-decoration: none;
    font-family: "poppins-light";
    font-size: 16px;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #d2d714;
}

.social-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: clamp(20px, 4vw, 50px);
    margin-bottom: 20px;
}

.social-icons img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin: 0;
    transition: transform 0.3s ease;
}

.social-icons img:hover {
    transform: translateY(-3px) scale(1.1);
}

.footer-linea {
    border: 0;
    border-top: 2px solid white;
    width: 100%;
    margin: 20px auto;
}

.copyright {
    font-family: "poppins-light";
    font-size: 14px;
    font-style: italic;
    color: white;
    margin: 0;
}

.footer-logo {
    width: 180px;
    height: auto;
    margin-right: 50px;
    display: inline-block;
    transition: width 0.3s ease;
}


/* back to top */
.back-to-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #d2d714;
    color: white;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-decoration: none;
    z-index: 100;
    justify-content: center;
    align-items: center;
    transition: 0.3s ease;
}

.back-to-top:hover {
    background-color: #e83580;
}

.back-to-top img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/*subtitulos*/
.subtitulos {
    font-size: 60px;
    text-align: center;
    font-weight: 300;
    padding-bottom: 15px;
}

.verde {
    font-family: "poppins-light";
    color: #d2d714;
}

.rosa {
    font-family: "poppins-xlight";
    color: #e83580;
    margin-left: 5px;
}


/*decoraciones*/
.estrella {
    position: absolute;
    top: 50%;
    z-index: 0;
    width: 300px;
}

.estrella-izq {
    left: 0;
    transform: translate(-50%, -50%);
}

.estrella-der {
    right: 0;
    transform: translate(50%, -50%);
}



/*botones*/
.buttom1 {
    display: inline-block;
    background-color: #e83580;
    color: white;
    padding: 12px 40px;
    border-radius: 50px;
    font-weight: 700;
    letter-spacing: 1px;
    border: none;
    transition: transform 0.3s ease, background-color 0.3s ease;
    text-decoration: none;
    margin-top: 30px;
}

.buttom1:hover {
    background-color: #d2d714;
    color: white;
    transform: translateY(-3px);
}

.buttom2 {
    display: inline-block;
    background-color: white;
    border: #212a54 solid 2px;
    color: #212a54;
    padding: 12px 40px;
    border-radius: 50px;
    font-weight: 700;
    letter-spacing: 1px;
    transition: transform 0.3s ease, background-color 0.3s ease;
    text-decoration: none;
    margin-top: 35px;
}

.buttom2:hover {
    background-color: #f8f8f8;
    color: #212a54;
    transform: translateY(-3px);
}

.buttom3 {
    display: inline-block;
    background-color: #f8f8f8;
    border: #b0b0b0 solid 2px;
    color: #212a54;
    padding: 12px 40px;
    border-radius: 50px;
    font-weight: 700;
    letter-spacing: 1px;
    transition: transform 0.3s ease, background-color 0.3s ease;
    text-decoration: none;
}

.buttom3:hover {
    background-color: #212a54;
    color: #f8f8f8;
    transform: translateY(-3px);
}


/*animaciones*/
.cinta-wrapper {
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    line-height: 0;
}

.cinta-svg {
    display: block;
    width: 100%;
    height: auto;
}

.cinta-container {
    width: 100%;
    overflow: hidden;
    background-color: #f7d5e2;
    padding: 15px 0;
    display: flex;
}


.cinta-texto {
    white-space: nowrap;
    font-family: "poppins";
    font-size: 24px;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    letter-spacing: 2px;
    flex-shrink: 0;
    min-width: 100%;
    animation: scroll-infinito 15s linear infinite;
}


/*keyframes*/
@keyframes scroll-infinito {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

@keyframes girar {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes flotar {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(10px);
    }
}



/*responsive*/
@media (max-width: 768px) {
    .cinta-svg {
        width: 200%;
        min-width: 200%;
        height: auto;
        min-width: 200%;
        margin-left: -25%;
    }

    .cinta-wrapper {
        padding: 5px 0;
    }

    .estrella-izq {
        transform: translate(-50%, -50%);
    }

    .estrella-der {
        transform: translate(50%, -50%);
    }

    .footer {
        padding: 40px 0;
        text-align: center;
    }

    .footer .text-start,
    .footer .text-md-end {
        text-align: center !important;
    }

    .footer .col-12 {
        margin-bottom: 35px;
    }

    .footer .col-12:last-child {
        margin-bottom: 0;
    }

    .footer-linea {
        width: 80%;
    }

    .footer-logo {
        margin: 0;
        width: 120px;
    }

    .footer-links {
        display: inline-block;
        text-align: center;
        padding: 0;
    }

    .footer-links a {
        font-size: 14px;
    }

    .footer-links li {
        margin-bottom: 8px;
    }

    .social-icons {
        gap: 20px;
        margin-bottom: 15px;
    }

    .social-icons img {
        width: 32px;
        height: 32px;
    }

    .copyright {
        font-size: 12px;
    }

    h1 {
        font-size: 60px;
        padding-bottom: 20px;
    }

    .estrella {
        width: 150px;
    }

    .bienvenida {
        padding: 30px 15px;
    }

    .tarjeta-paso {
        aspect-ratio: auto;
        height: auto;
        margin-bottom: 30px;
    }

    p {
        font-size: 15px;
    }

    .subtitulos {
        font-size: 40px;
    }

    .foto-circulo {
        width: 250px;
        height: 250px;
        margin-bottom: 20px;
    }

    .saludo-about {
        font-size: 70px;
    }

    .foto-perfil {
        max-height: 220px !important;
        max-width: 70% !important;
        width: auto !important;
        margin: 0 auto;
    }

    .tarjeta-educacion-experiencia {
        padding: 20px;
    }

    .elemento-trayectoria .d-flex {
        flex-direction: row !important;
        align-items: flex-start;
        justify-content: space-between;
    }

    .titulo-grado-puesto {
        width: auto !important;
        flex: 1;
        padding-right: 15px;
        margin-bottom: 5px;
        text-align: left;
    }

    .etiqueta-fecha {
        align-self: flex-start !important;
        margin-bottom: 0px !important;
        white-space: nowrap;
        flex-shrink: 0;
        margin-top: 2px;
    }

    .escena-3d {
        height: 350px;
    }

    .texto-conoce,
    .texto-conoce1,
    .texto-conoce2 {
        font-size: 35px;
    }

    .texto-trabajo,
    .texto-trabajo1,
    .texto-trabajo2 {
        font-size: 70px;
        line-height: 1.2;
    }

    .estrella-lateral {
        width: 150px;
    }

    .estrella-lateral.izquierda {
        left: -50px;
    }

    .estrella-lateral.derecha {
        right: -50px;
    }

    .descripcion-projects,
    .descripcion-services {
        font-size: 15px;
        padding: 0 20px;
    }

    .about-bienvenida {
        margin-left: 15px;
        margin-right: 15px;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .saludo-about {
        font-size: 55px;
        margin-bottom: 30px !important;
    }

    .texto-rosa {
        font-size: 30px;
    }

    .marco-foto img.foto-perfil {
        width: 80%;
        max-width: 300px;
    }

    #pills-tab {
        flex-wrap: nowrap !important;
        justify-content: center !important;
        gap: 5px;
        margin-bottom: 70px !important;
    }

    #pills-tab .nav-link {
        margin: 0 !important;
        padding: 8px 12px !important;
        font-size: 16px !important;
        white-space: nowrap;
    }

    #pills-tab-portfolio {
        flex-wrap: nowrap !important;
        justify-content: center !important;
        overflow-x: auto;
        gap: 5px;
        margin-bottom: 40px !important;
        padding-bottom: 10px;
    }

    #pills-tab-portfolio .nav-link1 {
        margin-top: 50px !important;
        margin: 0;
        padding: 8px 15px !important;
        font-size: 15px !important;
        white-space: nowrap;
    }

    .modal-body-grid {
        flex-direction: column;
        gap: 20px;
        padding: 10px 20px;
    }

    .modal-img-square-container {
        width: 280px;
        height: 280px;
        margin: 0 auto;
    }

    .modal-title {
        font-size: 45px;
    }

    .modal-subtitle {
        font-size: 25px;
    }

    .modal-scrollable-content {
        padding-bottom: 80px;
    }

    .pm-hero {
        height: 350px;
    }

    .pm-hero-text h2 {
        font-size: 40px;
    }

    .pm-hero-text p {
        font-size: 18px;
    }

    .pm-hero-text {
        left: 20px;
    }

    .pm-gallery-grid {
        display: flex;
        flex-direction: column;
        height: auto;
    }

    .grid-item {
        height: 200px;
        width: 100%;
    }

    .pm-body-container {
        padding: 0 20px;
    }

    .privacy-content-padding {
        padding: 30px 20px;
    }

    .privacy-main-title {
        font-size: 45px;
    }

    .privacy-text-block {
        font-size: 14px;
    }
}






@media (max-width: 991px) {
    .footer {
        padding: 60px 0;
    }

    .footer-logo {
        width: 140px;
        margin-right: 0;
    }

    .social-icons img {
        width: 35px;
        height: 35px;
    }

    .footer-links {
        margin-left: 0;
    }

    .footer-links a {
        font-size: 14px;
    }

    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #212a54;
        padding: 20px;
        z-index: 1000;
        text-align: center;
    }

    .navbar-nav .nav-link {
        margin: 5px 0;
        display: block;
        width: 100%;
    }

    .nav-link {
        margin-left: 0 !important;
        margin-top: 10px;
        margin-bottom: 10px;
        display: inline-block;
        font-size: 20px;
    }

    .navbar-nav .nav-link.active {
        display: inline-block;
        margin-left: 0;
        padding: 8px 35px;
    }

    .navbar-toggler {
        border: none;
        padding: 0;
    }

    .navbar-toggler:focus {
        box-shadow: none
    }

    .navbar>.container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .container {
        padding-left: 40px;
        padding-right: 40px;
    }

    h1 {
        font-size: 55px;
        padding-bottom: 20px;
        line-height: 1.1;
    }

    .texto-trabajo,
    .texto-trabajo1,
    .texto-trabajo2 {
        font-size: 70px;
        line-height: 1;
        display: block;
        margin-top: 10px;
    }

    .texto-conoce,
    .texto-conoce1,
    .texto-conoce2 {
        font-size: 32px;
    }

    .sec-projects,
    .sec-services,
    .sec-contact {
        min-height: auto;
        height: auto;
        padding-top: 130px;
        padding-bottom: 50px;
        margin-top: 0;
        align-items: flex-start;
    }

    .descripcion-projects,
    .descripcion-services {
        font-size: 16px;
        padding: 0 15px;
        margin-top: 20px;
    }

    .about-bienvenida {
        margin-left: 0;
        margin-right: 0;
        margin-top: 80px;
        padding: 40px 20px;
    }

    .saludo-about {
        font-size: 60px;
    }

    .texto-rosa {
        font-size: 35px;
    }

    .estrella-lateral {
        width: 150px;
        top: 50%;
        margin-top: 30px;
    }

    .estrella-lateral.izquierda {
        left: -75px;
    }

    .estrella-lateral.derecha {
        right: -75px;
    }

    body {
        overflow-x: hidden;
    }

    .trabajemos-juntos {
        padding: 40px 20px;
    }

    .correo a {
        font-size: 15px;
        word-break: break-all;
    }

    .contacto-contenido {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .img-estrella-fondo {
        width: 140px;
        top: -20px;
        left: -10px;
    }

    .script-font {
        font-size: 80px;
    }

    .tarjeta-serv {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }

    .tarjeta-info {
        text-align: center;
    }

    .tarjeta-img-box {
        order: -1;
        width: 100%;
        margin-bottom: 20px;
    }

    .tarjeta-serv {
        padding: 30px 20px !important;
        gap: 10px !important;
        margin-top: 30px !important;
    }

    .signo,
    .signo1 {
        width: 60px;
    }

    .signo {
        left: -40px;
    }

    .signo1 {
        right: -40px;
    }
}





@media (max-width: 576px) {

    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel .owl-nav button.owl-next {
        width: 35px;
        height: 35px;
        font-size: 16px;
        margin: 0
    }

    .navbar-brand img {
        width: 50px !important;
    }

    .navbar>.container {
        padding-left: 15px !important;
        padding-right: 15px !important;
        flex-wrap: nowrap !important;
    }

    .buttom2 {
        padding: 8px 25px !important;
    }

    .texto-btn {
        font-size: 12px !important;
        padding: 0 15px 0 10px !important;
    }

    .script-font {
        font-size: 50px;
    }

    .gallery-container {
        grid-template-columns: repeat(3, 1fr);
        max-width: 90%;
        flex: 0 1 calc(33.33% - 12px);
    }

    .tarjeta-info .buttom2,
    .tarjeta-info {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .tarjeta-serv {
        margin-left: 10px !important;
        margin-right: 10px !important;
        width: auto !important;
    }

    .texto-trabajo1 {
        font-size: 50px;
    }

    .contenedor-titulo-signos {
        padding: 0 40px;
        display: inline-block;
    }

    .signo,
    .signo1 {
        width: 40px;
        position: absolute;
        transform: none;
    }

    .signo {
        left: -20px;
    }

    .signo1 {
        right: -10px;
    }
}