@charset "UTF-8";

/* Media queries breaklines */
div.ctaGroup {
  display: inline-block;
  width: 100%;
  min-height: 0vh;
  max-height: 800%;
}

div.ctaGroup div.ctaContainer {
  float: left;
  text-align: center;
  margin: 0 auto;
  vertical-align: middle;
  padding: 6px 6px 6px 6px;
  border: 1px solid #9800b6;
  border-radius: 8px;
  text-decoration: none;
  font: normal normal 36px "Open Sans", sans-serif;
  /*div {
            width: 100%;
            height: 100%; 
            position: relative;

            &amp;:before {
                position: absolute;
                top: 0;
				bottom:0; 
				right: 0;
				left: 0;
				content: '';
				opacity: .5;
				z-index: -1;
           }
           &amp;.backImgCarvao{
                &amp;:before {
                    background: url('https://res.cloudinary.com/da2nse9f7/image/upload/v1466724019/carvao/criancas/busto/menina_-_Pintura_completa_ehy2se.jpg') no-repeat;
                    top: 40px;
                    left: -150px;
                    background-size: 150%;
                }    
           }
           &amp;.backImgPastel{
            &amp;:before {
                background: url('https://res.cloudinary.com/da2nse9f7/image/upload/v1466724047/pastel/busto/pastel_little_girl_half_body_awg3ih.jpg') no-repeat;
                top: 84px;
                left: -23px;
                background-size: 150%;
            }    
          }
          
          &amp;.backImgOleo{
            &amp;:before { 
                background: url('https://res.cloudinary.com/da2nse9f7/image/upload/v1466724043/oleo/oleo_ana_clara_oleo_corpo_inteiro_adulto_acaopi.jpg') no-repeat;
                //top: -966px;
                left: -23px;
                background-size: 150%;
                //background-position-x: 150%;
            }    
          }

        }*/
}

@media only screen and (min-width: 600px) {
  div.ctaGroup div.ctaContainer {
    width: 100%;
  }
}

@media only screen and (min-width: 1000px) {
  div.ctaGroup div.ctaContainer {
    width: 30%;
  }
}

div.ctaGroup div.ctaContainer a.ctaCarvao {
  text-decoration: none;
  color: #2b0903;
  display: inline-block;
  width: 100%;
  /*figcaption, p { 
                    @media only screen and (min-width: $minimumRes)  { font:          normal normal 46px "Open Sans", sans-serif;  }
                    @media only screen and (min-width: $mediumRes)  { font:          normal normal 36px "Open Sans", sans-serif;  }
                }
                */
}

@media only screen and (min-width: 600px) {
  div.ctaGroup div.ctaContainer a.ctaCarvao {
    font: normal normal 46px "Open Sans", sans-serif;
  }
}

@media only screen and (min-width: 1000px) {
  div.ctaGroup div.ctaContainer a.ctaCarvao {
    font: normal normal 26px "Open Sans", sans-serif;
  }
}

div.ctaGroup div.ctaContainer a.ctaCarvao:hover {
  background-color: #23ed52;
}

div.ctaGroup div.ctaContainer a.ctaCarvao figure {
  display: inline;
  -webkit-margin-before: 0em;
          margin-block-start: 0em;
  -webkit-margin-after: 0em;
          margin-block-end: 0em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
}

div.ctaGroup div.ctaContainer a.ctaCarvao img {
  width: 100%;
  min-width: 205px;
}

div.ctaGroup div.ctaContainer a.ctaCarvao button {
  background: -webkit-gradient(linear, left top, left bottom, from(#F6B827), to(#7A5600));
  border: solid #875C00 1px;
  border-radius: 5px;
  padding: 8px 20px;
  margin: 13px 0 20px 0;
  font-size: 35px;
  font-weight: 100;
  text-align: center;
  color: #000000;
  color: #FFFFFF;
  display: inline-block;
  cursor: pointer;
}

div.ctaGroup div.ctaContainer a.ctaCarvao button:hover {
  background-color: #72D043;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#72D043), to(#0B782C));
  background-image: linear-gradient(to bottom, #72D043, #0B782C);
  text-decoration: none;
}
/*# sourceMappingURL=site.css.map */


/*# Footer background-color: */
#colophon {
    background-color: rgba(101, 0, 0, 0.86);
}

.site-description { 
    line-height: 16pt;
}


 
.floating {
 background-color: #25d366;
 color: #fff !important;
 border-radius: 30px;
 text-align: center;
 font-size: 30px;
 box-shadow: 2px 2px 3px #999;
 z-index: 100;
 padding: 3px;
 padding-left: 13px;
}

.fab-icon {
 margin: 10px; 
} 




/* ---------------------------------  Tabela de preços nova mais moderna 2025-01-11 START ------------------------------------*/

.price-table-container {
    max-width: 1200px;
    margin: 0 auto;
    font-family: system-ui, -apple-system, sans-serif;
  }

  .pricing-table {
    width: 100%;
    border-collapse: collapse;
    margin: 2rem 0;
  }

  .pricing-table img {
    max-width: 200px;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  }

  .pricing-table td {
    padding: 1rem;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #eee;
  }

  .pricing-table th {
    background: #f8f9fa;
    padding: 1rem;
    text-align: center;
    font-weight: 600;
  }

  .pricing-table [itemprop="price"] {
    font-size: 1.25rem;
    font-weight: bold;
    color: #2a2a2a;
    display: block;
    margin: 0.5rem 0;
  }

  .service-name {
    font-weight: bold;
    color: #333;
    text-decoration: none;
    font-size: 1.1rem;
  }

  .example-link {
    color: #0066cc;
    text-decoration: none;
    font-size: 0.9rem;
    display: block;
    margin-top: 0.5rem;
  }

  .example-link:hover {
    text-decoration: underline;
  }

  .price-cell {
    background: #f9f9f9;
  }

/* ---------------------------------  Tabela de preços nova mais moderna 2025-01-11 END ------------------------------------*/



/* ---------------------------------  Price Configurator  START ------------------------------------*/

#portrait-configurator .card {
    background: white;
    border-radius: 0.5rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

#portrait-configurator .card-content {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#portrait-configurator .style-button,
#portrait-configurator .people-button {
    width: 100%;
    padding: 1rem;
    border: 1px solid #e2e8f0;
    border-radius: 0.5rem;
    background: white;
    transition: all 0.2s;
    cursor: pointer;
    text-align: left;
    display: flex;
    align-items: center;
}

#portrait-configurator .style-button:hover,
#portrait-configurator .people-button:hover {
    background: #f7fafc;
}

#portrait-configurator .style-button.selected,
#portrait-configurator .people-button.selected {
    background: #ebf8ff;
    border-color: #4299e1;
}

#portrait-configurator .style-button .icon,
#portrait-configurator .people-button .icon {
    margin-right: 0.75rem;
    color: #4a5568;
}

#portrait-configurator .button-content {
    flex: 1;
}

#portrait-configurator .button-title {
    font-weight: 500;
    color: #2d3748;
    margin-bottom: 0.25rem;
}

#portrait-configurator .button-description {
    font-size: 0.875rem;
    color: #718096;
}

#portrait-configurator .space-y-4 > * + * {
    margin-top: 1rem;
}

#portrait-configurator .order-button {
    background: #3182ce;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    border: none;
    cursor: pointer;
    font-weight: 500;
    transition: background-color 0.2s;
}

#portrait-configurator .order-button:hover {
    background: #2c5282;
}

/* Responsive grid */
@media (min-width: 768px) {
    #portrait-configurator .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    
    #portrait-configurator .md\:col-span-2 {
        grid-column: span 2 / span 2;
    }
}

#portrait-configurator .grid {
    display: grid;
    gap: 1.5rem;
}

#portrait-configurator .max-w-4xl {
    max-width: 56rem;
}

#portrait-configurator .mx-auto {
    margin-left: auto;
    margin-right: auto;
}

#portrait-configurator .p-6 {
    padding: 1.5rem;
}

#portrait-configurator .relative.aspect-square {
    max-width: 300px;
    margin: 0 auto;
}

#portrait-configurator #example-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.5rem;
}

/* Utility classes */
#portrait-configurator .flex {
    display: flex;
}

#portrait-configurator .items-center {
    align-items: center;
}

#portrait-configurator .justify-between {
    justify-content: space-between;
}

#portrait-configurator .text-right {
    text-align: left;
}

#portrait-configurator .text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

#portrait-configurator .text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
}

#portrait-configurator .font-semibold {
    font-weight: 600;
}

#portrait-configurator .font-bold {
    font-weight: 700;
}

#portrait-configurator .text-gray-600 {
    color: rgb(75, 85, 99);
}

#portrait-configurator .text-blue-600 {
    color: rgb(37, 99, 235);
}

#portrait-configurator .mt-2 {
    margin-top: 0.5rem;
}

#portrait-configurator .mr-2 {
    margin-right: 0.5rem;
}

#portrait-configurator .bg-blue-600 {
    background-color: rgb(37, 99, 235);
}

#portrait-configurator .hover\:bg-blue-700:hover {
    background-color: rgb(29, 78, 216);
}

#portrait-configurator .rounded-lg {
    border-radius: 0.5rem;
}

#portrait-configurator .px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

#portrait-configurator .py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

#portrait-configurator .text-white {
    color: white;
}


/* For Desktop */
#portrait-configurator .space-y-4 > * + * {
    margin-top: 1rem;
}

@media (min-width: 768px) {
    #portrait-configurator .style-buttons,
    #portrait-configurator .people-buttons {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 1rem !important;
        width: 100% !important;
    }
    
    #portrait-configurator .space-y-4 > * + * {
        margin-top: 0 !important;
    }

    #portrait-configurator .style-button,
    #portrait-configurator .people-button {
        width: 100% !important;
        max-width: none !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    #portrait-configurator .card-content {
        width: 100% !important;
    }
}
/* ---------------------------------  Price Configurator  END ------------------------------------*/




/*----------------------------------------------------------- Price page with DIVS that flow START  -----------------------------------------------------------*/

h2 {
    font-size: 1.5rem;
    color: #2c3e50; 
    letter-spacing: 2px;
    text-align: center;
    margin: 2rem 0;
}

.pricing-container {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem; /* Reduced gap for better spacing */
    padding: 1rem;
    justify-content: center;
    border-radius: 0.5rem;
    padding: 1rem;
    border-color: aquamarine;
    border-width: 4px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
}

/* Cards Container */
.cards-container {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem; /* Reduced gap for better spacing */
    padding: 1rem;
    justify-content: center;
}

/* Card Styling */
.card {
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Ensure content is spaced out */
    flex: 1 1 calc(30% - 1rem); /* Reduced width to 30% */
    max-width: calc(30% - 1rem); /* Adjust max-width for better fit */
    min-width: 280px; /* Prevent cards from shrinking too small */
    background: #ffffff;
    border-radius: 0.5rem;
    padding: 1rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
    min-height: 500px; /* Adjust to a reasonable height */
    overflow: hidden; /* Prevent overflow in case of large content */
}

.card:hover {
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
} 

.card img {
    width: 100%;
    height: auto;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
}

.card video {
    width: 100%;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
}

.card h3 {
    font-size: 1.25rem;
    color: #2c3e50;
    margin-bottom: 0.5rem;
}

.card .price {
    font-size: 1.5rem;
    font-weight: bold;
    color: #e74c3c;
    margin-bottom: 1rem;
}

.card ul {
    list-style-type: disc;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
    color: #555;
    font-size: 14px;
}

.card a {
    display: block;
    text-align: center;
    background: #d68d0e;
    color: #ffffff; 
    font-weight: bold;
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    text-decoration: none;
    transition: background 0.3s ease;
    margin-top: 1rem; /* Add space between the links */
}

.card a:hover {
    background: #564c4f;
}

/* Style for the first anchor inside each .card - Golden Brown */
.card a:first-of-type {
    background: #b88a56; /* Golden brown color */
    color: #ffffff;
}

/* Hover effect for the first anchor */
.card a:first-of-type:hover {
    background: #9e7d44; /* Darker golden brown for hover */
}

/* Style for the second anchor inside each .card - Orange */
.card a:nth-of-type(2) {
    background: #e67e22; /* Orange color */
    color: #ffffff;
}

/* Hover effect for the second anchor */
.card a:nth-of-type(2):hover {
    background: #d35400; /* Darker orange for hover */
}


/* Content Section Inside Card */
.card .card-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start; /* Ensure the content starts from top */
    flex-grow: 1; /* Allow this section to take available space */
}

.card .card-content > * {
    margin-bottom: 1rem; /* Space between elements */
}

/* Ensuring both anchors, video, and ul are at a fixed distance from the bottom */
.card .card-links {
    margin-top: auto; /* Push the links to the bottom */
    padding-top: 1rem; /* Optional padding to space the links from the content above */
}

.card .card-links a {
    margin-top: 0.5rem; /* Add some spacing between the two links */
}

/* Responsive Adjustments */
@media (max-width: 1024px) {
    .card {
        flex: 1 1 calc(45% - 1rem); /* Adjust to two columns for tablets */
        max-width: calc(45% - 1rem);
        min-width: 280px; /* Ensure no shrinking */
    }
}

@media (max-width: 768px) {
    .card {
        flex: 1 1 100%; /* Full width for mobile */
        max-width: 100%;
        min-width: 100%; /* Prevent shrinking */
    }
}


/* Resetting the counter for each  */
.card ul {
    list-style-type: none; /* Remove default list bullets */
    padding-left: 0;
    counter-reset: list-counter; /* Reset counter for each  */
}

/* Style for each  inside the  */
.card ul li {
    counter-increment: list-counter; /* Increment the counter for each  */
    position: relative;
    padding-left: 2rem; /* Add some space for the number */
}

/* Adding the number before each  */
.card ul li::before {
    content: counter(list-counter) ". "; /* Display the counter followed by a dot */
    position: absolute;
    left: 0; /* Position the number to the left */
    top: 0; /* Align the number at the top */
    font-weight: bold; /* Make the number bold */
    color: #3498db; /* Change the number color */
}

/*----------------------------------------------------------- Price page with DIVS that flow END  -----------------------------------------------------------*/



/*----------------------------------------- prince Grid in the prendas 50 anos homem page  START --------------------------------------------*/
 .canonical-price-grid {
            display: grid;
            gap: 2rem;
            padding: 1rem;
            max-width: 1200px;
            margin: 0 auto;
        }

        .canonical-price-grid .canonical-price-card {
            border: 1px solid #e2e8f0 !important;
            border-radius: 0.5rem !important;
            overflow: hidden !important;
            background: white !important;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1), 0 0 0 1px rgba(0,0,0,0.05) !important;
            margin-bottom: 2rem !important;
        }
        
        /* Ensure the border is visible on hover too */
        .canonical-price-grid .canonical-price-card:hover {
            box-shadow: 0 4px 6px rgba(0,0,0,0.1), 0 0 0 1px rgba(0,0,0,0.05) !important;
        }

        .canonical-pose-title {
            background: #f8fafc;
            padding: 1rem;
            font-weight: bold;
            text-align: center;
            border-bottom: 1px solid #e2e8f0;
        }

        .canonical-pose-title a {
            text-decoration: none;
            color: #1a202c;
        }

        .canonical-pose-title a:hover {
            color: #3b82f6;
        }

        .canonical-price-options {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 1.5rem;
            padding: 1.5rem;
        }

        .canonical-price-option {
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 1rem;
            text-align: center;
        }

        .canonical-price-option figure {
            width: 100%;
            margin: 0;
            padding: 0;
        }

        .canonical-price-option img {
            width: auto;
            max-width: 100%;
            height: auto;
            border-radius: 0.375rem;
            margin-bottom: 1rem;
            object-fit: contain;
            max-height: 400px;
        }

        .canonical-price-value {
            font-size: 1.5rem;
            font-weight: bold;
            margin: 0.5rem 0;
            color: #1a202c;
        }

        .canonical-person-count {
            font-weight: 500;
            color: #64748b;
            margin-bottom: 0.5rem;
        }

        .canonical-example-link {
            color: #3b82f6;
            text-decoration: none;
            font-size: 0.875rem;
            padding: 0.5rem 1rem;
            border-radius: 0.25rem;
            transition: background-color 0.2s;
        }

        .canonical-example-link:hover {
            background-color: #f1f5f9;
            text-decoration: underline;
        }

        .canonical-video-container {
            position: relative;
            padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
            height: 0;
            overflow: hidden;
            max-width: 100%;
            margin-top: 1rem;
        }
        
        .canonical-video-container iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border-radius: 0.5rem;
        }

        @media (max-width: 768px) {
            .canonical-price-grid {
                gap: 1.5rem;
            }

            .canonical-price-options {
                grid-template-columns: 1fr;
            }

            .canonical-price-option {
                padding: 0.75rem;
            }
        }
/*----------------------------------------- prince Grid in the prendas 50 anos homem page END--------------------------------------------*/









