/* GENERALES */
body {
    background-color: #F4F0E6;
    overflow-x: hidden;
}

@font-face {
    font-family: Ninetea-Regular;
    src: url(../fonts/Ninetea-Regular.otf);
}

@font-face {
    font-family: Ninetea-Medium;
    src: url(../fonts/Ninetea-Medium.otf);
}

@font-face {
    font-family: BrutalMilkNo1-Regular;
    src: url(../fonts/BrutalMilkNo1-Regular.otf);
}

@font-face {
    font-family: BrutalMilkNo2-Regular;
    src: url(../fonts/BrutalMilkNo2-Regular.otf);
}

@font-face {
    font-family: BrutalMilkNo2-Medium;
    src: url(../fonts/BrutalMilkNo2-Medium.otf);
}

@font-face {
    font-family: BrutalMilkNo2-Semibold;
    src: url(../fonts/BrutalMilkNo2-Semibold.otf);
}

@font-face {
    font-family: Monty-Stencil-Regular;
    src: url(../fonts/Monty\ Stencil\ Regular.otf);
}

/* NAV */

.navbar .rrss {
    margin-top: 10px;
    justify-content: center;
}

.navbar-brand {
    padding-left: 1%;
    margin-top: 8px;
}

.nav-link {
    font-family: Ninetea-Medium;
    font-size: 16px;
    color: #262626;
    margin-top: 20px;
}

.nav-link:hover {
    color: #446240;
}

nav img {
    width: 175px;
}

nav a {
    text-decoration: none;
    padding: 3%;
    color: #262626;
}

.all-navbar {
    position: sticky;
    top: 0;
    z-index: 1030;
    background-color: #F4F0E6;
}

.all-navbar.scrolled {
    box-shadow: 0px 2px 5px rgba(58, 44, 5, 0.1);
    z-index: 1030;
}


/* ESTILO PARA REDES SOCIALES CLASS=.LINE */
.rrss-line img {
    width: 30px;
}

/* ESTILO PARA REDES SOCIALES CLASS=.RRSS */
.rrss img {
    width: 30px;
}

/* HERO */
.introduccion p {
    font-family: "BrutalMilkNo2-Medium";
    font-size: 24px;
    line-height: 2.2;
    padding-left: 1%;
    padding-top: 3%;
    color: #262626;
}

.introduccion .hero-text h1 {
    font-family: "stencil-std", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: clamp(2rem, 8vw, 5rem);
    padding-left: 1%;
    padding-top: 20px;
    color: #363636;
}

.introduccion .hero-text p:last-of-type {
    font-family: "stencil-std", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: clamp(3rem, 13vw, 18rem);
    line-height: .5;
    padding-left: 1%;
    padding-bottom: 0;
    color: #363636;
}

/* CARDS PORTAFOLIO */
.cards-portafolio {
    padding-top: 5%;
}

.cards-portafolio .card {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.cards-portafolio .card img {
    width: 100%;
    height: auto;

}

.cards-portafolio .card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), transparent 60%);
    color: white;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.cards-portafolio .card-title {
    font-family: "BrutalMilkNo2-Semibold";
    font-size: 20px;
    letter-spacing: 1px;
    margin: 0;
    color: white;
}

.cards-portafolio .card-subtitle {
    font-family: "BrutalMilkNo1-Regular";
    font-size: 14px;
    letter-spacing: 1px;
    margin: 5px 0 15px;
    color: white;
}

.cards-portafolio .card-buttons {
    display: flex;
    gap: 20px;
}

.category-btn {
    font-family: "Ninetea-Regular";
    font-size: 12px;
    color: white;
    border: solid .8px white;
    border-radius: 7px;
    padding: 8px 16px;
}

.cards-puntero {
    cursor: pointer;
}

/* Estilo modal cards */
.btn-close {
    background-color: transparent;
    filter: invert(1);
    padding-top: 0 !important;
    padding-right: 0 !important;
}

.modal-dialog {
    max-width: 1200px;
    margin: auto;
}

.modal-header {
    background: #aa4729;
    color: white;
}

.modal-header02 {
    background: #A5A58E;
    color: white;
}

.modal-header03 {
    background: #6D7E87;
    color: white;
}

.modal-title {
    font-family: "Monty-Stencil-Regular";
    font-style: normal;
    font-size: clamp(2rem, 8vw, 6rem);
    line-height: 100px;
    color: white;
    padding-top: 30px;

}

.description-card1 h3 {
    font-family: "Roboto Mono", serif;
    font-weight: 400;
    font-size: 20px;
    color: white;
}

.description-card1 p {
    font-family: "Montserrat", serif;
    font-weight: 400;
    font-size: 16px;
    color: white;
}

.modal-body {
    background-color: #F4F0E6;
}

.modal-body img {
    margin-bottom: 20px;
    border-radius: 10px;
    width: 100%;
}

.modal-body-p {
    font-family: "Roboto Flex";
    font-size: 14px;
    font-weight: 600;
    line-height: 2;
    color: #262626;
}

.ejemplos-visuales p {
    font-family: "Roboto Flex";
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
    color: #262626;
}

.modal-footer {
    background-color: #F4F0E6;
}

.modal-footer .btn {
    font-family: "Ninetea-Regular";
    font-size: 14px;
    background-color: #798279;
    color: white;
}


/* SOBRE MÍ */
.all-sobre-mi {
    padding: 7% 0 5% 0;
}

.sobre-mi {
    background-color: #f2e0d5;
    margin-top: 6%;
}

.sobre-mi .about-me h2 {
    font-family: "BrutalMilkNo2-Semibold";
    font-size: 41px;
    padding: 5% 0 2% 0;
    color: #aa4729;
    padding-left: 1%;
}

.btn-about {
    font-family: "Ninetea-Regular";
    font-size: 16px;
    color: #212529;
    border: solid .8px #212529;
    border-radius: 6px;
    display: flex;
    display: inline-flex;
    padding: 1.5% 2.5%;
    background-color: #cbd0ff;
    margin-bottom: 6%;
    padding-left: 1%;
}

.sobre-mi p {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
    padding-left: 1%;
    color: #262626;
}

.intro-lynaerim {
    padding-bottom: 5%;
}

.sobre-mi img {
    width: 100%;
    padding-bottom: 9%;

}


/* CONTACTO */

.contacto {
    padding: 6% 0 6% 0;
    font-family: "Montserrat", sans-serif;
    color: #262626;
}

.contacto h3 {
    font-family: "BrutalMilkNo2-Semibold";
    font-size: 41px;
    color: #aa4729;
    margin-bottom: 20px;
}

.contacto h4 {
    font-family: "BrutalMilkNo1-Regular";
    font-size: 18px;
}

.contacto p {
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
    padding-right: 20px;
}

.contacto .form-control {
    border-radius: 10px;
    padding: 10px 15px;
    border: 1px solid #ced4da;
}

.contacto .btn {
    background-color: #C56900;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    transition: background-color 0.3s;
}

.contacto .btn:hover {
    background-color: #b54725;
}

.form-check {
    font-style: italic;
}

.formulario-contacto {
    font-size: 14px !important;
}



/* FOOTER */

.social-icons {
    padding: 2px 0 35px;
}

.line-right {
    border-right: solid 2px white;
}

.footer {
    background-color: #6d7b86;
    padding: 30px 0 20px 0;
    color: white;
    font-family: 'Montserrat', sans-serif;
}

.footer p {
    margin: 0 0 10px;
    font-size: 12px;
    color: white;
}

.footer .social-icons a {
    margin-right: 10px;
    display: inline-block;
}

.footer .social-icons .icon {
    width: 24px;
    height: 24px;
    transition: 0.3s ease;
}

.footer .social-icons .icon:hover {
    transform: scale(1.2);
}

.footer-logo-img {
    max-width: 150px;
    padding-bottom: 35px;
}

.footer-nav .line-right a {
    color: white;
    text-decoration: none;
    margin: 0 5px;
    font-size: 12px;
    transition: 0.3s ease;
    display: inline-block;
}

.footer-nav .contacto-footer a {
    color: white;
    text-decoration: none;
    margin: 0 5px;
    font-size: 12px;
    transition: 0.3s ease;
    display: inline-block;
}

.footer-nav a:hover {
    transform: scale(1.2);
    color: white;
}

.footer .btn-footer {
    font-size: 12px;
    padding: 5px 10px;
    border: 1px solid white;
    border-radius: 5px;
    background: none;
    color: white;
    display: inline-block;
}

.footer .aviso .btn-footer:hover {
    color: #6d7b86;
    background-color: white;

}

.footer a {
    color: inherit;
    text-decoration: none;
}

.footer .btn-footer a:hover {
    color: inherit;
}


/* AVISO DE PRIVACIDAD */
.aviso-privacidad {
    font-family: 'Roboto Flex', sans-serif;
    color: #46716E;
    line-height: 1.8;
}

.aviso-privacidad h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #2F4F4F;
}

.aviso-privacidad h2 {
    font-family: 'Montserrat', sans-serif;
    color: #446240;
    margin-top: 20px;
}

.privacy-table table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.privacy-table th,
.privacy-table td {
    border: 1px solid #46716E;
    padding: 10px;
    text-align: left;
}

.privacy-table th {
    background-color: #F4F0E6;
    font-weight: bold;
}

.privacy-table td {
    background-color: #F4F0E6;
}




/* MEDIA QUERIES */

/* Ocultar line de rrss al colapsar menú de hamburguesa */
@media (max-width: 992px) {
    .line {
        display: none;
    }
}

/* Ocultar íconos de redes sociales hasta colapsar menú de hamburguesa */
@media (min-width: 992px) {
    .rrss img {
        display: none;
        width: 30px;
    }
}

@media (max-width: 768px) {
    .modal-title {
        line-height: 1.2;
        padding-bottom: 26px !important;
        font-size: 41px;

    }
}

@media (max-width: 992px) {
    .line-right {
        border-right: solid 0px white;
    }

    .footer-nav {
        justify-items: center;
    }
}

@media (max-width: 959px) {
    .footer-nav {
        justify-items: center;
    }
}