/* COMPRA-VENTA */

.service-page {
    background-color: #f4f4f4;
    color: #333;
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
}

/* Header Section */
.service-header {
    text-align: center;
    padding: 60px 30px 40px;
    color: #424242;
    background: linear-gradient(135deg, #77b300 0%, #5e8f00 100%);
    opacity: 1;
    margin-bottom: 30px;
    color: #fff;
    border-radius: 0 0 20px 20px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
}

.service-header h1 {
    font-size: 3em;
    font-weight: bold;
    margin-bottom: 20px;
    color: #fff !important;
}

.service-header p {
    font-size: 1.2em;
    margin: 0 auto;
    max-width: 800px;
    color: #fff !important;
}

.home h2 {
    color: #77b300 !important;
}
.home .personeria-contact h2 {
    color: #a0ec09 !important;
}

.subservices-section h2 {
    color: #fff !important;
}

/* Service Details Section */
.service-details {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    padding: 50px 20px;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.service-content {
    background-color: #fff;
    border-radius: 15px;
    padding: 40px 30px;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-content:hover {
    transform: translateY(-5px);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}


.service-content ul {
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
}

.service-content ul li {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    font-size: 1.1em;
    color: #424242;
}

.service-content ul li i {
    color: #77b300;
    margin-right: 15px;
    font-size: 1.5em;
}

/* Service Image */
.service-image img {
    width: 100%;
    max-width: 500px;
    height: auto;
    border-radius: 15px;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
}

/* Contact Section */
.service-contact {
    background: #232222;
    color: #fff;
    text-align: center;
    padding: 50px 20px;
    margin: 50px auto;
    border-radius: 15px;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.4);
}

.service-contact h2 {
    font-size: 2.5em;
    font-weight: bold;
    color: #77b300;
    margin-bottom: 20px;
}

.service-contact p {
    font-size: 1.2em;
    line-height: 1.8;
    margin-bottom: 30px;
}

.service-contact .btn-contact {
    display: inline-block;
    background-color: #77b300;
    color: #fff;
    padding: 15px 30px;
    text-decoration: none;
    font-size: 1.2em;
    border-radius: 8px;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-contact .btn-contact:hover {
    background-color: #5e8f00;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.4);
    transform: translateY(-3px);
}

/* Página de Avalúos */
.avalouos-page {
    background-color: #f4f4f4;
    opacity: 0.9;
    font-family: Arial, sans-serif;
    color: #333;
    font-weight: 500;
}

.service-avalouos {
    max-width: 1200px;
    margin: 40px auto;
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.service-avalouos h1 {
    color: #77b300;
    font-size: 2.5em;
    margin-bottom: 20px;
}

.service-avalouos p {
    font-size: 1.2em;
    line-height: 1.6;
    margin-bottom: 40px;
}

.service-header p {
    margin: 0 auto !important;
}

.avalouos-features {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.feature-card {
    background-color: #333;
    color: #fff;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    width: 300px;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.feature-card:hover {
    transform: scale(1.05);
    background-color: #77b300;
}

.feature-card i {
    margin-bottom: 15px;
    color: #fff;
}

.feature-card:hover i {
    color: #333;
}

.feature-card h3 {
    font-size: 1.5em;
    margin-bottom: 10px;
}

.feature-card p {
    font-size: 1.1em;
}

/* Contáctanos Section */
.service-contact {
    margin-top: 40px;
    background-color: #333;
    color: #fff;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
}

.service-contact h2 {
    color: #77b300;
    font-size: 2em;
    margin-bottom: 15px;
}

.service-contact p {
    font-size: 1.2em;
    line-height: 1.6;
    margin-bottom: 25px;
}

.btn-contact {
    display: inline-block;
    background-color: #77b300;
    color: #fff;
    padding: 12px 25px;
    text-decoration: none;
    font-size: 1.1em;
    border-radius: 5px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.btn-contact:hover {
    background-color: #5e8f00;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.5);
    transform: translateY(-2px);
}

/* G E S T I O N  A L Q U I L E R */
/* Estilo general para la página de servicios */
.service-container {
    max-width: 1200px;
    margin: 40px auto;
    padding: 20px;
    background-color: transparent;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    opacity: 0.95;
}


.service-header h1 {
    color: #77b300;
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.service-header p {
    font-size: 1.2rem;
    color: #333;
    margin: 0;
}

.service-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: center;
}

.service-image img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    object-fit: cover;
}

.service-text {
    font-size: 1rem;
    line-height: 1.8;
    color: #333;
}

.service-text h2 {
    color: #77b300;
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.service-text ul {
    list-style: none;
    padding: 0;
}

.service-text ul li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 1rem;
    color: #333;
}

.service-text ul li i {
    color: #77b300;
    margin-right: 10px;
    font-size: 1.2rem;
}

/* Botón de contacto */
.service-contact {
    text-align: center;
    margin-top: 30px;
}

.service-contact h2 {
    color: #77b300;
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.service-contact p {
    font-size: 1rem;
    color: #fff;
    margin-bottom: 20px;
}

.service-contact .btn-contact {
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    background-color: #77b300;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.service-contact .btn-contact:hover {
    background-color: #5a9000;
}

/* A U D I T O R I A S */

.service-container {
    max-width: 1200px;
    margin: 40px auto;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    opacity: 0.95;
}



.service-header h1 {
    color: #77b300;
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.service-header p {
    font-size: 1.2rem;
    color: #333;
    margin: 0;
}

.service-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: center;
}

.service-image img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    object-fit: cover;
}

.service-text {
    font-size: 1rem;
    line-height: 1.8;
    color: #333;
}

.service-text h2 {
    color: #77b300;
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.service-text ul {
    list-style: none;
    padding: 0;
}

.service-text ul li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 1rem;
    color: #333;
}

.service-text ul li i {
    color: #77b300;
    margin-right: 10px;
    font-size: 1.2rem;
}

/* Botón de contacto */
.service-contact {
    text-align: center;
    margin-top: 30px;
}

.service-contact h2 {
    color: #77b300;
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.service-contact p {
    font-size: 1rem;
    color: #fff;
    margin-bottom: 20px;
}

.service-contact .btn-contact {
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    background-color: #77b300;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.service-contact .btn-contact:hover {
    background-color: #5a9000;
}

/* P E R S O N E R I A  J U R I D I C A */




/* Encabezado */
.personeria-header {
    text-align: center;
    margin-bottom: 30px;
    background: linear-gradient(135deg, #77b300 0%, #5e8f00 100%) !important; 
    opacity: 0.9;
    padding: 60px 80px;
    width: 80%;
    
}

.personeria-header h1 {
    color: #fff !important; /* Tu verde personalizado */
    font-size: 2.8rem;
    font-weight: bold;
}

.personeria-header p {
    font-size: 1.2rem;
    color: #fff !important;
    max-width: 800px;
    margin: 0 auto;
}

/* Contenedor */
.personeria-container {
    max-width: 1100px;
    margin: 40px auto;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.personeria-content {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
}

.personeria-text ul {
    list-style: none;
    padding: 0;
}

.personeria-text ul li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.personeria-text ul li i {
    color: #77b300; /* Tu verde personalizado */
    font-size: 1.3rem;
    margin-right: 10px;
}

.personeria-image img {
    width: 100%;
    max-width: 400px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
/* Flip Cards */
.subservices-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    width: 100%; /* Usar todo el ancho disponible */
    max-width: 87%; /* Limitar el ancho máximo */
    margin: 0 auto; /* Centrar el contenedor */
    padding: 20px; /* Añadir espacio interno */
    justify-items: center; /* Asegurar que las tarjetas estén centradas */
    align-items: center; /* Alinear verticalmente las tarjetas */
}

.flip-card {
    width: 100%;
    max-width: 300px; /* Tamaño consistente para todas las tarjetas */
    background-color: transparent;
    perspective: 1000px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); /* Añadir sombra para destacar */
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 200px; /* Altura fija para todas las tarjetas */
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    backface-visibility: hidden; /* Asegura que nada se muestre desde la parte trasera */
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding: 20px;
}

.flip-card-front {
    background: #77b300; /* Cambiar al color deseado */
    color: white;
    font-size: 1.2rem;
    font-weight: bold;
}

.flip-card-back {
    background: #FFFFFF;
    color: #333;
    font-size: 1rem;
    text-align: center;
    transform: rotateY(180deg);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
}


/* Contacto */
.personeria-contact {
    text-align: center;
    background: #232222; /* Tu verde personalizado */
    color: #fff;
    opacity: 0.9;
    padding: 20px;
    border-radius: 10px;
    margin-top: 40px;
    margin-bottom: 60px;
}

.personeria-contact h2 {
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.personeria-contact .btn-contact {
    background: #333;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    transition: background 0.3s ease;
}

.personeria-contact .btn-contact:hover {
    background: #555;
}





/* A D M I N I S T R A C I O N  D E  P R O P I E D A D E S */

/* Administración de Edificios Styles */

/* Contenedor General */
.personeria-container {
    padding: 40px;
    background-color: #f5f5f5;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    max-width: 84%;
    margin: 40px auto;
}

/* Encabezado */
.personeria-header {
    margin-bottom: 40px;
    margin-top: 60px !important;
    margin: 0 auto; /* Centrar el contenedor */
    justify-items: center; /* Asegurar que las tarjetas estén centradas */
    align-items: center; /* Alinear verticalmente las tarjetas */
    text-align: center;
    border-radius: 10px;
    width: 84%;
    background: linear-gradient(135deg, #77b300 0%, #5e8f00 100%) !important; 

}

.personeria-header h1 {
    color: #77b300;
    font-size: 2.5rem;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.personeria-header p {
    color: #333;
    font-size: 1.2rem;
}

/* Contenido */
.personeria-content {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
    justify-content: space-between;
}

.personeria-text {
    flex: 1;
    color: #333;
    font-size: 1.1rem;
    line-height: 1.6;
}

.personeria-text h1 {
    font-size: 2rem;
    color: #77b300;
    margin-bottom: 15px;
}


.personeria-text ul {
    margin-top: 20px;
    list-style: none;
    padding: 0;
}

.personeria-text ul li {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    font-size: 1.1rem;
}

.personeria-text ul li i {
    color: #77b300;
    margin-right: 10px;
    font-size: 1.5rem;
}


i.fa-solid.fa-user::before {
    color: #77b300 !important;
} 





.personeria-image {
    flex: 1;
    text-align: center;
}

.personeria-image img {
    max-width: 80%;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* Sección de Contacto */
.personeria-contact {
    width: 84%;
    margin: 0 auto; /* Centrar el contenedor */
    justify-items: center; /* Asegurar que las tarjetas estén centradas */
    align-items: center; /* Alinear verticalmente las tarjetas */
    text-align: center;
    margin-top: 40px;
    padding: 50px;
    color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    margin-bottom: 60px !important;
}

.personeria-contact h2 {
    font-size: 2rem;
    color: #fff;
    margin-bottom: 15px;
}

.personeria-contact p {
    font-size: 1.2rem;
    margin-bottom: 20px;
}

.personeria-contact .btn-contact {
    text-decoration: none;
    background-color: #77b300;
    color: #fff;
    padding: 10px 20px;
    font-size: 1.2rem;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}

i.fa-solid {
    margin-right: 7px;
}

.personeria-contact .btn-contact:hover {
    background-color: #5d8d00;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

/* Transiciones y Hover */
.personeria-container:hover .personeria-header h1,
.personeria-container:hover .personeria-contact h2 {
    transform: scale(1.05);
    transition: all 0.3s ease-in-out;
}


/* C O N S U L T O R I A  I N M O B I L I A R I A */

.service-header h1 {
    font-size: 2.5em;
    margin-bottom: 10px;
}

.service-header p {
    font-size: 1.3em;
    margin: 0;
}

/* Details Section */
.service-details {
    display: flex;
    gap: 20px;
    align-items: center;
    padding: 40px;
    background-color: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
}

.service-content ul {
    list-style: none;
    padding: 0;
}

.service-content ul li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 1.2em;
}

.service-content ul li i {
    color: #77b300;
    font-size: 1.5em;
    margin-right: 10px;
}

.service-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
}

/* Benefits Section */
.benefits-section {
    text-align: center;
    padding: 40px 20px;
    background-color: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
}

.benefits-section h2 {
    font-size: 2em;
    color: #77b300;
    margin-bottom: 30px;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.benefit-card {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.2);
}

.benefit-card i {
    color: #77b300;
    margin-bottom: 15px;
}

.benefit-card h3 {
    color: #424242;
    font-size: 1.5em;
    margin-bottom: 10px;
}

.benefit-card p {
    color: #666;
    font-size: 1em;
}

/* Contact Section */
.service-contact {
    text-align: center;
    padding: 40px;
    background-color: #333;
    color: #fff;
    border-radius: 10px;
    margin-top: 20px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
}

.service-contact h2 {
    font-size: 2em;
    color: #77b300;
    margin-bottom: 20px;
}

.service-contact p {
    font-size: 1.2em;
    margin-bottom: 20px;
}

.btn-contact {
    display: inline-block;
    background-color: #77b300;
    color: #fff;
    padding: 12px 20px;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.btn-contact:hover {
    background-color: #5e8f00;
    transform: translateY(-3px);
}
 

/* C O N S T R U C C I O N */
/* General Body */
.service-page {
    background-color: #f9f9f9;
    font-family: 'Poppins', sans-serif;
    color: #333;
}

.service-header h1 {
    font-size: 2.5em;
    margin-bottom: 10px;
}

.service-header p {
    font-size: 1.3em;
    margin: 0;
}

/* Detalles del Servicio */
.service-details {
    display: flex;
    gap: 20px;
    align-items: center;
    padding: 40px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
}



.service-content ul {
    list-style: none;
    padding: 0;
}

.service-content ul li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 1.2em;
}

.service-content ul li i {
    color: #77b300;
    font-size: 1.5em;
    margin-right: 10px;
}

.service-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
}

/* Beneficios */
.benefits-section {
    text-align: center;
    padding: 40px 20px;
    background-color: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
}

.benefits-section h2 {
    font-size: 2em;
    color: #77b300;
    margin-bottom: 30px;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.benefit-card {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.2);
}

.benefit-card i {
    color: #77b300;
    margin-bottom: 15px;
}

.benefit-card h3 {
    color: #424242;
    font-size: 1.5em;
    margin-bottom: 10px;
}

.benefit-card p {
    color: #666;
    font-size: 1em;
}

/* Contáctanos */
.service-contact {
    text-align: center;
    padding: 40px;
    background-color: #333;
    color: #fff;
    border-radius: 10px;
    margin-top: 20px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
}

.service-contact h2 {
    font-size: 2em;
    color: #77b300;
    margin-bottom: 20px;
}

.service-contact p {
    font-size: 1.2em;
    margin-bottom: 20px;
}

.btn-contact {
    display: inline-block;
    background-color: #77b300;
    color: #fff;
    padding: 12px 20px;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.btn-contact:hover {
    background-color: #5e8f00;
    transform: translateY(-3px);
}

/* General */
.service-page {
    font-family: Arial, sans-serif;
    background-color: #f9f9f9;
    color: #333;
}

.service-header h1 {
    font-size: 2.5em;
    margin-bottom: 10px;
}

.service-header p {
    font-size: 1.2em;
}

/* Detalles */
.service-details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin: 40px auto;
    width: 80%;
    align-items: center;
}

.service-content {
    background-color: white;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
}



.service-content ul li {
    margin-bottom: 15px;
    font-size: 1.1em;
    color: #424242;
    display: flex;
    align-items: center;
}

.service-content ul li i {
    color: #77b300;
    font-size: 1.5em;
    margin-right: 10px;
}

.service-image img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
}

/* Beneficios */
.benefits-section {
    text-align: center;
    margin: 40px auto;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.benefit-card {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    text-align: center;
}

.benefit-card:hover {
    background-color: #77b300;
    color: #fff;
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.benefit-card:hover i {
    color: #fff;
}

.benefit-card i {
    color: #77b300;
    font-size: 3em;
    margin-bottom: 10px;
}

/* Contáctanos */
.service-contact {
    text-align: center;
    margin: 40px auto;
    padding: 20px;
    background-color: #333;
    color: white;
    border-radius: 10px;
    width: 80%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.service-contact h2 {
    color: #77b300;
    font-size: 1.8em;
    margin-bottom: 15px;
}

.service-contact p {
    font-size: 1.1em;
    margin-bottom: 20px;
}

.service-contact .btn-contact {
    padding: 12px 25px;
    background-color: #77b300;
    color: white;
    border-radius: 5px;
    text-decoration: none;
    font-size: 1.1em;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.service-contact .btn-contact:hover {
    background-color: #5e8f00;
    transform: translateY(-2px);
}

/* P R O Y E C T O S */


.service-header h1 {
    font-size: 3em;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.service-header p {
    font-size: 1.4em;
    max-width: 800px;
    margin: 0 auto;
}

/* Detalles del servicio */
.service-details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    padding: 60px;
    max-width: 1200px;
    margin: 0 auto;
    align-items: center;
}

.service-content {
    background-color: #fff;
    border-radius: 15px;
    padding: 40px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-content:hover {
    transform: translateY(-5px);
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.2);
}

.service-content h2 {
    font-size: 2.2em;
    color: #77b300;
    margin-bottom: 25px;
    margin-top: -45px;
    text-transform: uppercase;
}

.service-content ul {
    list-style: none;
    padding: 0;
}

.service-content ul li {
    font-size: 1.2em;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    color: #333;
    margin-right: 10px
}

.pricing-section p {
    margin-bottom: 40px;

}

.card-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #5e8f00; /* Cambia el color según tu diseño */
    color: #fff;
    font-size: 0.8rem;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 20px;
    z-index: 2;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
}


.service-content ul li i {
    font-size: 1.5em;
    color: #77b300;
    margin-right: 15px;
}

.service-image img {
    margin-top: 10px;
    width: 90%;
    height: 500px;
    border-radius: 15px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.6);
    object-fit: cover;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-image img:hover {
    transform: scale(1.05);
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.2);
}

/* Beneficios */
.benefits-section {
    text-align: center;
    margin: 40px auto;
    padding: 20px 0;
    background-color: transparent;
}

.benefits-container {
    max-width: 1200px; /* Limita el ancho */
    margin: 0 auto; /* Centra el contenedor */
    padding: 0 20px; /* Añade padding lateral */
}

.benefits-section h2 {
    color: #77b300;
    font-size: 2em;
    margin-bottom: 20px;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.benefit-card {
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    text-align: center;
}

.benefit-card:hover {
    background-color: #77b300;
    color: #fff;
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.benefit-card:hover i {
    color: #fff;
}

.benefit-card i {
    color: #77b300;
    font-size: 3em;
    margin-bottom: 10px;
}


/* Contáctanos */
.service-contact {
    text-align: center;
    padding: 50px;
    background-color: #232222;
    color: #fff;
    margin: 30px 0;
    border-radius: 15px;
    width: 100% !important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.service-contact h2 {
    font-size: 2.5em;
    color: #77b300;
    margin-bottom: 20px;
}

.service-contact p {
    font-size: 1.3em;
    line-height: 1.8;
    margin-bottom: 30px;
}

.btn-contact {
    background: linear-gradient(135deg, #77b300, #5e8f00);
    color: #fff;
    padding: 15px 30px;
    text-decoration: none;
    font-size: 1.2em;
    border-radius: 8px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    transition: background 0.3s ease, box-shadow 0.3s ease;
}

.btn-contact:hover {
    background: linear-gradient(135deg, #5e8f00, #77b300);
    box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.4);
}





/* General Styles for Pricing Section */
.pricing-section {
    background-color: #f9f9f9; /* Fondo suave */
    padding: 1rem 1rem 4rem 1rem;
    text-align: center;
    margin: 0 auto; /* Centrar el contenedor */
    align-items: center; /* Alinear verticalmente las tarjetas */
    text-align: center;
    border-radius: 10px;
    width: 84% !important; 
    margin-bottom: 60px;
}

.pricing-section h2 {
    font-size: 2rem;
    color: #333;
    margin-bottom: 2rem;
}

/* Pricing Grid */
.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    justify-content: center;
    align-items: stretch;
}

/* Individual Pricing Card */
.pricing-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 2rem;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.2);
}

.pricing-card h3 {
    font-size: 1.8rem;
    color: #333;
    margin-bottom: 1rem;
}

.pricing-card p {
    font-size: 1rem;
    color: #666;
    margin-bottom: 1.5rem;
}

/* Features List */
.pricing-card ul {
    list-style: none;
    padding: 0;
    margin-bottom: 2rem;
}

.pricing-card ul li {
    font-size: 1rem;
    color: #555;
    margin-bottom: 0.5rem;
    display: flex;
    text-align: left;
    align-items: center;
    justify-content: center;
}

.services-section h2 {
    color: #fff !important;
    margin-top: 80px !important;
    margin-bottom: 20px;
}

.pricing-card ul li i {
    color: #4CAF50; /* Color del ícono */
    margin-right: 0.5rem;
    margin-right: 15px;
}

/* Button */
.pricing-card .btn-contact {
    display: inline-block;
    text-decoration: none;
    padding: 0.8rem 2rem;
    font-size: 1rem;
    border-radius: 25px;
    background: #4CAF50;
    color: #fff;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.pricing-card .btn-contact:hover {
    background-color: #45a049;
    transform: scale(1.05);
}

/* Premium Plan Styling */
.pricing-card.premium {
    border: 2px solid #ff9800;
    background-color: #fff8e1;
}

.pricing-card.premium h3 {
    color: #ff9800;
}

.pricing-card.premium .btn-contact {
    background-color: #ff9800;
    color: #fff;
}

.pricing-card.premium .btn-contact:hover {
    background-color: #e68900;
}


@media only screen and (max-width: 450px) {

    .personeria-header {
        justify-items: center;
    }

    .flip-card-inner {
        position: relative;
        width: 100%;
        height: 200px; /* Altura fija para todas las tarjetas */
        text-align: center;
        transition: transform 0.6s;
        transform-style: preserve-3d;
        backface-visibility: hidden; /* Asegura que nada se muestre desde la parte trasera */
    }
    
    .personeria-header h1 {
        display: flex;
         font-size: 1.7em;
        align-items: center;
         justify-items: center;
    }

    .personeria-header p {
        font-size: 18px;
        margin: 0 auto;
        max-width: 100% !important;
    }

    .personeria-text h2 {
        font-size: 28px !important;
        margin-bottom: 10px !important;
        margin-top: -5px !important;
        text-align: center !important;
    }

    .personeria-text p {
        margin-top: 20px;
        font-size: 18px;
        margin-bottom: 25px;
        text-align: center !important;
    }

    .personeria-image img {
        max-width: 100%;
        border-radius: 10px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    }

    .personeria-text ul li {
        font-size: 18px;
        margin-bottom: 10px;
        justify-content: space-between;
    }

    .personeria-text ul li i {
        font-size: 20px;
        max-width: 20px;
        margin-right: 20px;
    }

    .subservices-section h2 {
        font-size: 28px !important;
        margin-bottom: 20px;
        padding: 0 20px;
        text-align: center !important;
    }

    .flip-card-back {
        font-size: 18px;
    }

    .personeria-contact h2 {
        font-size: 28px !important;
        margin-bottom: 10px !important;
        text-align: center  !important;
    }

    .personeria-contact p {
        font-size: 18px !important;
        margin-top: 20px !important;
        margin-bottom: 30px !important;
    }

    .personeria-contact .btn-contact {
        font-size: 20px !important;
        padding: 10px 20px !important;
    }

    /* Contenido */
    .personeria-content {
        flex-direction: column;
    }

    



}