
:root {
    --dark-color: #090909;
    --white-color: #ffffff;
    --dark-gray-color: #252525;
    --darker-gray-color: #111111;
    --gray-color: #747474;
    --light-gray-color: #c0c0c0;
    --lighter-gray-color: #e9e9e9;
    --ultra-light-gray-color: #fbfbfb;

    --black-color-50: rgba(0,0,0,0.5);


    --orange-color: #f2aa1f;
    --blue-color: #114358;


    --web-work-area: 950px;
    --form-width: 650px;
    --mobile-work-area: 100%;
    --mobile-form-with: 320px;
}


@font-face {
	font-family: 'Monserrat';
	src: 
		url('fonts/Montserrat-VariableFont_wght.ttf') 
        format('opentype')
        ;
}


@font-face {
	font-family: 'NonoSans';
	src: 
		url('fonts/NotoSans-VariableFont_wdth.ttf') 
        format('opentype')
        ;
}

@font-face {
	font-family: 'GreatVibes';
	src: 
		url('fonts/GreatVibes-Regular.ttf') 
        format('opentype')
        ;
}

@font-face {
	font-family: 'Parisienne';
	src: 
		url('fonts/Parisienne-Regular.ttf') 
        format('opentype')
        ;
}

html, body {
    /* overscroll-behavior-y: contain; */
    --webkit-user-select: none;
    --webkit-tap-highlight-color: transparent;
    --webkit-touch-callout: none;
}

body {
    width: 100%;
    margin: 0px;
    font-family: Monserrat, Verdana;
    height: 100%;
    background: var(--dark-color);
    color: var(--dark-color);
}

a, a:link, a:visited, a:hover, a:active {
    text-decoration: none;
    color: inherit;
}

.full-container {
    margin: 0px auto;
    width: var(--web-work-area);
}

.full-container.inactive {
    display: none;
}

.landing-container {
    margin: 0px auto;
    width: var(--web-work-area);
}

.landing-container.inactive {
    display: none;
}

.landing-title {
    background: var(--dark-color);
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.landing-title img{
    height: 80px;
}

.landing-element {
    margin: 30px 0px;
    border: solid 1px var(--orange-color);
    border-radius: 10px;
}

.landing-element img {
    width: 100%;
    border-radius: 10px;
}

.top-menu-container {
    width: var(--web-work-area);
    position: fixed;
    top: 0;
    border-bottom: solid 1px var(--dark-color);
}

.sf-menu {
    width: 100%;
    height: 90px;
    background: var(--dark-color);
    color: var(--white-color);
}

.sf-icons-menu {
    display: grid;
    grid-template-columns: 80px auto 80px;
    margin: auto auto;
    width: 100%;
    width: 95%;
    padding: 10px 0px 10px 0px;
}

.menu-c-title {
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-c-title img {
    height: 70px;
}

/* .menu-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
} */


.cover-container {
    margin: 90px 0px 0px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-image: url(../assets/images/cover_retrato.jpg?v107);
    min-height: 500px;
}

.description-container {
    padding: 40px 300px;
    font-weight: 200;
    background: var(--dark-color);
    font-size: 18px;
    border-radius: 10px;
    margin: 15px 0px;
    color: var(--gray-color);
    text-align: center;
}

.gallery-title {
    text-align: center;
    font-size: 30px;
    font-weight: 300;
    margin: 20px 0px 30px 0px;
    color: var(--dark-color);
}

.gallery-grid {
    display: grid;
    grid-auto-rows: 200px;
    grid-auto-flow: row dense;
    grid-template-columns: 1fr 1fr 1fr;
}

.gallery-image {
    text-align: center;
    cursor: pointer;
    border-radius: 10px;
    /* border: solid 3px var(--white-color); */
    margin: 4px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-image img {
    max-width: 100%;
}

.prices-container {
    margin: 20px 0px;
}

.price-card {
    display: grid;
    grid-template-columns: 65% 35%;
    border: solid 1px var(--blue-color);
    border-radius: 10px;
    padding: 15px;
    margin: 20px 0px;
} 

.price-info {
    width: 100%;
    width: 100%;
    display: grid;
    /* grid-template-rows: 15% 50% 20% 15%; */
}

.price-title {
    /* grid-column: 1 / span 2; */
    font-size: 30px;
    text-align: center;
}

.price-desc {
    font-weight: 300;
    padding: 10px 0px;
}

.price-caption {
    padding: 20px 10px 20px 0px;
    font-size: 16px;
    font-weight: 300;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.caption-element {
    width: 100%;
}

.caption-element.empty {
    height: 20px;
}

.caption-element .fa-check {
    padding: 0px 10px 0px 0px;
}

.price-image {
    display: flex;
    justify-content: end;
    align-items: center;

}

.price-image img {
    max-width: 90%;
    border-radius: 10px;
}

.price-amount {
    /* grid-column: 1 / span 2; */
    font-size: 30px;
    text-align: right;
}

.price-buttons {
    /* grid-column: 1 / span 2; */
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0px;
}

.price-btn {
    border: solid 1px var(--black-color);
    background: var(--orange-color);
    padding: 15px 25px;
    border-radius: 5px;
    margin: 0px 10px;
    min-width: 120px;
    color: var(--white-color);
    cursor: pointer;
    font-size: 18px;
    display: inline-block;
    text-align: center;
}

.footer-container {
    padding: 20px 0px;
    background: var(--dark-color);
    color: var(--gray-color);
    padding: 50px 80px;
}

.footer-line {
    font-size: 14px;
    font-weight: 200;
}

.footer-line a {
    color:var(--orange-color);
}

.image-full-container {
    display: none;
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.93);
    transition: all 300ms linear;
    margin: 0px auto;
}

.image-full-container.active {
    display: block;
}

.image-full-content {
    display: grid;
    grid-template-columns: 60px auto 60px;
    grid-template-rows: 50px auto;
    height: 100%;
    width: 100%;
}

.img-close {
    grid-column: 1 / span 3;
    display: flex;
    align-items: flex-end;
    justify-content: right;
    color: var(--white-color);
    padding: 0px 80px 0px 0px;
    font-size: 30px;
    cursor: pointer;
}

.img-ant, .img-next {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white-color);
    font-size: 40px;
    background-color: rgba(255,255,255,0.03);
    cursor: pointer;
}

.img-src {
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-src img {
    max-width: 100%;
    max-height: 95vh;
}

.side-menu-container {
    position: fixed;
    width: 750px;
    height: 100%;
    background-color: var(--white-color);
    padding: 0px 0px 0px 0px;
    z-index: 101;
    transition: all 300ms linear;
    top: 90px;
    /* box-shadow: 2px 0px 4px rgb(0 0 0 / 80%); */
    right: -1500px;
    border: solid 1px var(--gray-color);
}

.side-menu-container.active {
    right: calc((100% - var(--web-work-area)) / 2);
}

.side-menu {
    margin: 40px 20px 20px 20px;
    text-align: center;
}

.side-element {
    font-weight: 300;
    font-size: 21px;
    padding: 5px 0px;

}

.faqs-container {
    width: auto;
    margin: 0px 0px;
    padding: 90px 20px;
    background: var(--dark-gray-color);
    color: var(--white-color);
}

.faqs-title {
    font-size: 30px;
    text-align: center;
    padding: 0px 0px 10px 0px;
    font-weight: 300;
    /* color: var(--dark-color); */
}

.faqs-subtitle {
    font-size: 20px;
    text-align: center;
    padding: 0px 0px 25px 0px;
    font-weight: 300;
}

.faqs-list {
    width: 100%;
}

.faqs-item {
    font-size: 18px;
    font-weight: 300;
}

/* NUEVOS TEMPLATES */
.pack-cover {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100vh;
    display: grid;
    grid-template-rows: 70% 30%;
}

.pc-title {
    color: var(--white-color);
    display: flex;
    align-items: end;
    justify-content: center;
    height: 100%;
    /* padding: 0px 0px 20px 0px; */
    font-family: 'GreatVibes';
    font-size: 120px;
    text-align: center;
}

.pc-subtitle {
    color: var(--white-color);
    text-align: center;
    /* padding: 10px 0px 0px 0px; */
    font-weight: 200;
    font-size: 25px;
}

.pack-about-me {
    min-height: 100vh;
    display: grid;
    grid-template-areas: 'about-pic about-hi'
                         'about-pic about-desc';
    grid-template-columns: 30% 70%;
    grid-template-rows: 0% 100%;
    background: var(--dark-color);
}

.pack-about-pic{
    grid-area: about-pic;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-image: url('../assets/images/profile.jpg');
}

.pack-about-hi {
    grid-area: about-hi;
    display: flex;
    /* justify-content: end; */
    align-items: flex-start;
    padding: 40px 0px 0px 20px;
    color: var(--white-color);
    font-size: 40px;
    /* font-family: 'GreatVibes'; */
}

.pack-about-desc {
    grid-area: about-desc;
    display: flex;
    /* justify-content: center; */
    padding: 0px 0px 0px 20px;
    color:var(--lighter-gray-color);
    align-items: center;
    text-align: justify;
    font-size: 22px;
    font-weight: 200;
}

.pack-gallery {
    display: flex;
    flex-direction: column;
    height: 100vh;
    background: var(--darker-gray-color);
    padding: 20px 0px;
}

.img-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
    /* padding: 10px; */
    overflow-y: hidden;
    /* flex: 1; */
}

.img-gallery img {
    border-radius: 5px;
    max-height: 350px;
    max-width: 350px;
    height: auto;
    object-fit: cover;
    transition: transform 0.3s;
    cursor: pointer;
}

.gallery-ctrl {
    background: var(--light-gray-color);
    color: var(--dark-gray-color);
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.pack-prices {
    display: grid;
    grid-template-columns: 60% 40%;
}

/* .pack-group {

} */

.pack-price {
    border-bottom: solid 1px var(--gray-color);
    padding: 20px 30px;
}

.pack-price-title{
    font-size: 30px;
    color: var(--gray-color);
}

.pack-price-caption {
    font-size: 16px;
    padding: 15px 0px;
}

.pack-caption-element {
    color: var(--light-gray-color);
}

.pack-price-amount {
    font-size: 35px;
    color: var(--lighter-gray-color);
    text-align: end;
}

.pack-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.pack-contact {
    padding: 0px 20px;
    background: var(--gray-color);
    color: var(--lighter-gray-color);
    height: 100vh;
}

.pack-contact-title {
    padding: 80px 0px 30px 0px;
    font-size: 95px;
    font-family: 'GreatVibes';
    text-align: center;
}

.pack-contact-caption {
    font-size: 30px;
    font-weight: 200;
    text-align: center;
    padding: 230px 0px 60px 0px;
}

.pack-contact-wa {
    font-weight: 600;
    text-align: center;
    font-size: 25px;
}

.pack-contact-logo{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100px;
}

.pack-contact-logo img {
    width: 250px;
}

 /* EXTRAS */
 .extras-container {
    margin: 50px auto 100px auto;
    width: var(--web-work-area);
 }

 .extras-container.separator {
    margin-top: 150px;
 }

 .extra-title {    
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    aspect-ratio: 2 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
 }

 .extra-text {
    width: 100%;
    text-align: center;
    padding: 20px 0px;
    color: var(--light-gray-color);
    font-size: 35px;
    background: var(--black-color-50);
 }

 .extra-card {
    border-bottom: solid 1px var(--gray-color);
    padding: 20px 30px;
 }

 .extra-type {
    color: var(--gray-color);
    font-size: 24px;
 }

 .extra-caption {
    color: var(--light-gray-color);
    font-size: 20px;
    font-weight: 300;
    padding: 10px 0px;
 }

 .extra-prices {
    display: grid;
    grid-template-columns: 60% 40%;
 }

 .extra-size {
    color: var(--lighter-gray-color);
    font-size: 18px;
    font-weight: 200;
 }

 .extra-price {
    color: var(--lighter-gray-color);
    text-align: end;
    font-size: 18px;
 }


.contact-float-btn {
    position: fixed;
    bottom: 200px;
    right: 300px;
    background-color: var(--orange-color);
    border: none;
    border-radius: 10px;
    width: auto;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    transition: background-color 0.3s ease;
    padding: 15px 10px;
    color: var(--white-color);
    font-weight: 400;
    text-align: center;
}

.contact-float-btn .wa-link {
    font-size: 40px;
    font-weight: 800;
} 


/* GENERALES */

.f-bold {
    font-weight: 400;
    display: contents;
}

.f-bolder {
    font-weight: 600;
    display: contents;
}

.f-italic {
    font-style: italic;
    display: contents;
}

.t-center {
    text-align: center;
}


@media only screen and (max-width:850px) { 

    .full-container {
        width: var(--mobile-work-area);
    }

    .top-menu-container {
        width: var(--mobile-work-area);
    }

    .cover-container {
        min-height: auto;
        height: 250px;
    }

    .description-container {
        padding: 30px 100px;
        font-size: 15px;
    }


    .gallery-grid {
        grid-template-columns: 1fr 1fr;
        padding: 0px 15px;
    }

    /* .prices-container {
        padding: 20px;
    } */

    .price-card {
        grid-template-columns: 1fr;
        border: 0px;
        border-top: solid 1px var(--blue-color);
        border-radius: 0px;
    }

    .price-info {
        grid-template-rows: auto;
    }

    .price-caption {
        font-size: 15px;
    }

    .price-amount {
        text-align: center;
    }

    .price-image{
        justify-content: center;
        display: none;
    }

    .side-menu-container {
        width: var(--mobile-work-area);
    }

    .side-menu-container.active {
        right: 0;
    }

    .side-element {
        font-size: 20px;
    }


    .landing-container{
        width: var(--mobile-work-area);
    }

    .faqs-title {
        font-size: 25px;
    }

    .faqs-item {
        font-size: 16px;
    }


    /* NEW TEMPLATES */
    .pc-title {
        font-size: 60px;
    }

    .pc-subtitle {
        font-weight: 400;
        font-size: 18px;
    }

    .pack-about-desc {
        font-size: 14px;
        padding: 0px 10px 0px 10px;
        width: 90%;
    }

    .pack-about-hi {
        font-size: 25px;
        padding: 0px 20px 0px 0px;
    }

    .img-gallery img {
        max-height: 200px;
        max-width: 200px;
    }

    .pack-prices {
        grid-template-columns: 1fr;
    }

    .pack-bg {
        height: 100vh;
    }

    .pack-price {
        padding: 20px 10px;
    }

    .pack-price-title {
        font-size: 20px;
    }

    .pack-price-caption {
        font-size: 14px;
        padding: 10px 0px;
    }

    .pack-price-amount {
        font-size: 25px;
    }

    .pack-contact-title {
        font-size: 60px;
    }

    .pack-contact-caption {
        font-size: 20px;
    }

    .pack-contact-wa {
        font-size: 20px;
    }

    .extras-container {
        width: var(--mobile-work-area);
    }

    .extra-type {
        font-size: 22px;
    }

    .extra-caption {
        font-size: 18px;
    }

    .extra-size {
        font-size: 17px;
    }

    .contact-float-btn {
        font-size: 13px;
        bottom: 20px;
        right: 30px;
        padding: 10px 15px;
    }

    .contact-float-btn .wa-link {
        font-size: 25px;
    }

}



