@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap');

/* --- Variables de Color --- */
:root {
    --primary-blue-dark: #222536; /* Azul oscuro principal */
    --primary-blue: #007bff; /* Un azul estándar para enlaces/botones */
    --light-blue-bg: #f3f7fa; /* Fondo gris/azul claro para secciones */
    --text-secondary-light: #6c757d; /* Gris secundario para texto */
    --text-white-50: rgba(255, 255, 255, 0.848); /* Blanco con 50% opacidad */
    --text-whitw-80: rgb(255 255 255 / 80%);
    --white: #ffffff;
    --dark: #343a40;
    --dark-blue: #101649;
    --radialblue: linear-gradient(180deg,#101649 0%, rgba(13, 34, 127, 1) 50%, rgba(10, 50, 196, 1) 100%);
        --bs-border-width: 2px solid #101649;;
            --bs-border-style: solid;
    --bs-border-color: #101649;
}

body {
    font-family: 'Montserrat', sans-serif;
    color: var(--dark);
    background-color: var(--white);
}

/* --- Navbar --- */
.custom-navbar {
    overflow: hidden;
    position: absolute;
    width: 100%;
    max-height: 73px;
    margin-top: 0px;
    background-color: #ffffff5c !important;
    border-bottom: 2px solid rgb(232 232 232 / 58%);
    z-index: 99;
}

.custom-navbar .navbar-brand .navbar-logo {
    height: 35px; /* Tamaño del logo */
}
.custom-navbar .navbar-brand .text-dark {
    color: var(--dark) !important;
}

.custom-navbar .nav-link {
    color: var(--dark) !important;
    font-weight: 500;
    margin: 0 10px;
    transition: color 0.3s ease;
}

.custom-navbar .nav-link.active,
.custom-navbar .nav-link:hover {
    color: #1b4065  !important; /* Resaltar enlaces */
}

.custom-navbar .social-icons-nav a {
    color: var(--dark) !important;
    font-size: 1.1em;
    transition: color 0.3s ease;
}

.custom-navbar .social-icons-nav a:hover {
    color: var(--primary-blue) !important;
}
.me-1 {
    margin-right: .85rem !important;

}
.px-5 {
    padding-right: 3rem !important;
    padding-left: 12rem !important;
}
.btn{
       --bs-btn-padding-x: 0.45rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 100;
    --bs-btn-line-height: 0.85;
        --bs-btn-border-width: var(--bs-border-width);
}
/* --- Hero Section --- */
.hero-section {
    min-height: 800px;
    display: flex;
    align-items: center;
    background-image: url(../img/hero_girl.webp);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;  
}

.hero-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, rgba(34, 37, 54, 0.2) 0%, rgba(34, 37, 54, 0.1) 50%, rgba(34, 37, 54, 0.3) 100%);
    z-index: 0;
}
.fw-bold {
    font-weight: 400 !important;
}
.mb-2-menu {
    margin-bottom: 0.5rem !important;
}
.mb-2-suptite {
    margin-bottom: .95rem 
}
cite {
    font-style: italic;
    font-family: Work sans-serif;
    font-size: 90px;
    font-weight: 100;
}
.plan-itali{
    font-style: italic;
    font-family: Work sans-serif;
    font-size: 2rem;
    font-weight: 100;
}
.hero-image {
    right: -10%; /* Empuja la imagen fuera de la pantalla ligeramente */
    bottom: 0;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    max-width: 800px; /* Limita el tamaño de la imagen */
}

.hero-section .container {
    position: relative;
    z-index: 1;
}

.hero-section h1 {
    font-size: 5.3rem;
    line-height: 1.1;
    font-weight: 200;
    font-family: sans-serif;
}

.hero-section .btn-light {
    background: var(--radialblue);
    color: var(--white);
}
.hero-section .btn-light:hover {
    background-color: var(--light-blue-bg);
}
.hero-section .btn-outline-light {
    border-color: var(--white);
    color: #0d1e6b;
    background: #ffffff;
}
.hero-section .btn-outline-light:hover {
    background-color: var(--white);
    color: var(--primary-blue-dark);
}

/* --- Stats Section --- */
.stats-section {
    background-color: var(--primary-blue) !important;
}

.stats-section h2 {
    color: var(--white);
}

.stats-section p.lead {
    color: var(--white);
}

/* --- Educación Transforma Vidas --- */
.education-transforma-vidas {
    background-color: var(--white) !important;
}

.education-transforma-vidas h2 {
    color: var(--primary-blue-dark);
}

.education-transforma-vidas .text-secondary {
    color: var(--text-secondary-light);
}

.education-transforma-vidas .btn-primary-outline {
    border: 1px solid var(--primary-blue-dark);
    color: var(--primary-blue-dark);
    background-color: transparent;
    transition: all 0.3s ease;
}

.education-transforma-vidas .btn-primary-outline:hover {
    background-color: var(--primary-blue-dark);
    color: var(--white);
}

/* --- Misión, Visión, Valores --- */
.mvv-section {
        background-color: #fcfcfc !important;
}

.mvv-card {
    background-color: #ECF4FF;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    border: none;
}

.mvv-icon {
    height: 90px;
    filter: brightness(1);
}

.mvv-card h4 {
    color: var(--primary-blue-dark);
}

.mvv-card p {
    color: var(--text-secondary-light);
}

/* --- Objetivos Estratégicos --- */
.strategic-objectives-section {
    background-color: #101649 !important;
    position: relative;
    overflow: hidden;
}

.strategic-objectives-section h2 {
    color: var(--white);
}

.objective-icon {
    height: 40px; /* Tamaño de la estrella */
    
}

.objective-item h5 {
    color: var(--white);
}

.objective-item p {
    color: var(--text-white-50);
    text-align: center;
    margin: 10px 32px;
}

.strategic-bg-circle {
    position: absolute;
    background-color: rgba(0, 123, 255, 0.2); /* Azul con transparencia */
    border-radius: 50%;
    filter: blur(50px);
    z-index: 0;
}

.strategic-bg-circle.circle-1 {
    width: 300px;
    height: 300px;
    top: -50px;
    right: -100px;
}

.strategic-bg-circle.circle-2 {
    width: 400px;
    height: 400px;
    bottom: -150px;
    left: -150px;
}

/* --- Actividades Principales --- */
.main-activities-section {
    background-color: var(--white) !important;
}

.main-activities-section h2 {
    color: var(--primary-blue-dark);
}

.activity-card {
    border: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.activity-card img {
    height: 200px; /* Altura fija para las imágenes de actividad */
    object-fit: cover;
}

.activity-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    padding: 15px;
    color: var(--white);
}

/* --- Relación con Liceo Los Cabos --- */
.liceo-relation-section {
    background-color: var(--light-blue-bg) !important;
}

.liceo-relation-section h2 {
    color: var(--primary-blue-dark);
}

.liceo-relation-section .text-secondary {
    color: var(--text-secondary-light);
}

.liceo-relation-section .fa-check-circle {
    color: var(--primary-blue);
}

/* --- Fuentes de Ingreso --- */
.revenue-sources-section {
    background-color: var(--white) !important;
}

.revenue-sources-section h2 {
    color: var(--primary-blue-dark);
}

.revenue-category {
    border: 1px solid #e0e0e0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

.revenue-category h4 {
    color: var(--primary-blue-dark);
}

.revenue-category ul {
    padding-left: 0; /* Remueve el padding por defecto de las listas */
}

.revenue-category ul li {
    margin-bottom: 5px;
    color: var(--text-secondary-light);
}

.revenue-sources-section .btn-primary {
    background-color: var(--primary-blue-dark);
    border-color: var(--primary-blue-dark);
    color: var(--white);
}
.revenue-sources-section .btn-primary:hover {
    background-color: var(--primary-blue);
    border-color: var(--primary-blue);
}
.revenue-sources-section .btn-primary-blue  {
    background-color: var(--primary-blue);
    border-color: var(--primary-blue);
    color: var(--white);
}
.revenue-sources-section .btn-primary-blue :hover {
    background-color: var(--primary-blue-dark);
    border-color: var(--primary-blue-dark);
}

/* --- Plan de Acción - Primer Año (Timeline) --- */
.action-plan-section {
    background-color: var(--light-blue-bg) !important;
}

.action-plan-section h2 {
    color: var(--primary-blue-dark);
}

.timeline-container {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    padding-left: 50px; /* Espacio para la línea y los iconos */
}

.timeline-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 25px; /* Centra la línea */
    width: 2px;
    height: 100%;
    background-color: var(--primary-blue);
}

.timeline-item {
    position: relative;
    margin-bottom: 40px;
    padding-left: 30px; /* Espacio entre el icono y el contenido */
}

.timeline-icon {
    width: 20px;
    height: 20px;
    background-color: var(--primary-blue);
    border-radius: 50%;
    position: absolute;
    left: 15px; /* Alineado con la línea */
    top: 5px; /* Alineado con el inicio del contenido */
    border: 3px solid var(--white); /* Borde blanco para el círculo */
    box-shadow: 0 0 0 2px var(--primary-blue-dark); /* Anillo exterior oscuro */
}

.timeline-content h5 {
    color: var(--primary-blue-dark);
}

.timeline-content p {
    color: var(--text-secondary-light);
    font-size: 0.9em;
}

.btn-timeline-sm {
    background-color: var(--primary-blue-dark);
    border-color: var(--primary-blue-dark);
    color: var(--white);
    font-size: 0.8em;
}

.btn-timeline-sm:hover {
    background-color: var(--primary-blue);
    border-color: var(--primary-blue);
}

/* --- Contáctanos (Mapa) --- */
.contact-map-section {
    background-color: var(--white) !important;
}

.contact-map-section h2 {
    color: var(--primary-blue-dark);
}

.contact-info-card {
    /* background-color: var(--light-blue-bg); */
    border: none;
}

.contact-info-card i {
    color: var(--primary-blue-dark);
    font-size: 1.1em;
}

.contact-info-card a {
    color: var(--dark);
}

.map-container {
    height: 300px; /* Altura del mapa */
}
.map-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* --- Dona, Colabora o Difunde (Footer) --- */
.donate-section {
    background-color: var(--primary-blue-dark); /* Color de fallback */
    position: relative;
    overflow: hidden;
}

.donate-bg-img {
    background-size: cover;
    background-position: center;
    opacity: 0.2; /* Opacidad para que el texto sea legible */
    z-index: 0;
}

.donate-section h2 {
    color: var(--white);
    font-size: 3rem;
}

.donate-section p.lead {
    color: var(--text-white-50);
}

.donate-section .btn-light {
    padding-left: 3rem !important;
    background-color: #007bff;
    color: #ffffff;
    padding: 15px 40px;
    font-size: 1.25rem;
}


.donate-section .btn-light:hover {
    background-color: var(--light-blue-bg);
}

/* --- Main Footer --- */
.main-footer {
    background-color: var(--white) !important;
}

.main-footer .footer-logo img {
    filter: brightness(0.7); /* Oscurece el logo si es blanco */
}

.main-footer p {
    color: var(--text-secondary-light) !important;
}

.main-footer a {
    color: var(--text-secondary-light) !important;
}

/* --- Responsive Adjustments --- */
@media (max-width: 991.98px) { /* Medium devices (tablets, 768px and up) */
    .custom-navbar .d-lg-flex {
        display: none !important; /* Oculta enlaces de navegación en móviles */
    }
    .hero-section {
        text-align: center;
        min-height: auto;
        padding-bottom: 50px;
    }
    .hero-image {
        position: static !important;
        width: 80%;
        margin: 0 auto;
        height: auto;
        display: block;
    }
    .hero-bg-overlay {
        background-image: linear-gradient(to top, rgba(34, 37, 54, 0.9) 0%, rgba(34, 37, 54, 0.7) 50%, rgba(34, 37, 54, 0.4) 100%);
    }
    .hero-section .row {
        flex-direction: column-reverse; /* Pone el texto encima de la imagen en móviles */
    }
    .hero-section h1 {
        font-size: 2.8rem;
    }
    .stats-section .display-5 {
        font-size: 3rem;
    }

    .mvv-card, .revenue-category, .activity-card {
        margin-bottom: 20px;
    }

    .timeline-container {
        padding-left: 20px;
    }
    .timeline-container::before {
        left: 10px;
    }
    .timeline-icon {
        left: 0px;
    }

    .donate-section h2 {
        font-size: 2.5rem;
    }
    .donate-section .btn-light {
        font-size: 1rem;
        padding: 10px 30px;
    }
}

@media (max-width: 767.98px) { /* Small devices (landscape phones, 576px and up) */
    .custom-navbar .navbar-brand span {
        display: none !important; /* Oculta el texto del logo en móviles */
    }
    .hero-section h1 {
        font-size: 2.2rem;
    }
    .stats-section .col-md-4 {
        margin-bottom: 30px !important;
    }
    .stats-section .display-5 {
        font-size: 2.5rem;
    }
    .education-transforma-vidas h2 {
        font-size: 1.8rem;
    }
    .main-activities-section .activity-card {
        margin-bottom: 15px;
    }
    .main-activities-section .activity-card img {
        height: 150px;
    }
    .strategic-objectives-section h2, .main-activities-section h2, .revenue-sources-section h2, .action-plan-section h2, .contact-map-section h2 {
        font-size: 2rem;
    }

    .main-footer {
        text-align: center;
    }
    .main-footer p {
        text-align: center !important;
    }
    .main-footer a {
        display: block;
        margin: 5px 0 !important;
    }
}
/* --- Variables de Color (asegúrate de que estén definidas) --- */
:root {
    --primary-blue-dark: #222536; /* Azul oscuro principal */
    --primary-blue: #007bff; /* Un azul estándar para enlaces/botones */
    --light-blue-bg: #f3f7fa; /* Fondo gris/azul claro para secciones */
    --text-secondary-light: #6c757d; /* Gris secundario para texto */
    --text-white-50: rgba(255, 255, 255, 0.5); /* Blanco con 50% opacidad */
    --white: #ffffff;
    --dark: #343a40;
    --border-blue: #7097e3; /* Azul para bordes y formas abstractas */
    --grid-blue-card-bg: #2b70f0; /* Azul específico para las tarjetas */
}

/* --- Section Title Box (para el título "Actividades Principales") --- */
.section-title-box {
    
    padding: 15px 30px;
    display: inline-block; /* Para que el fondo se ajuste al contenido */
    margin: 0 auto 50px auto; /* Centra el box del título */
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.section-title-box h2 {
    color: var(--white) !important;
    font-size: 2.2rem;
}

/* --- Main Activities Section (CSS Grid) --- */
.main-activities-section-grid {
    background-color: #101649 !important;
    padding-top: 80px;
    padding-bottom: 80px;
}

.activities-grid {
    display: grid;
    /* Define 3 columnas flexibles con un espacio de 16px (g-4 de Bootstrap) */
    grid-template-columns: 350px 260px 260px 350px;
    gap: 16px; /* Equivalente al g-4 de Bootstrap */
    max-width: 1280px; /* Ancho máximo del grid */
    margin: 0 auto;
}

.grid-item {
    background-color: var(--dark); /* Color de fondo por defecto */
    border-radius: 15px; /* Bordes redondeados */
    overflow: hidden; /* Asegura que el contenido redondeado */
    position: relative;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    min-height: 199px; /* Altura mínima para las tarjetas */
}

.grid-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.4);
}

.grid-img {
    width: 100%;
    height: 100%; /* Asegura que la imagen ocupe todo el espacio */
    object-fit: cover; /* Ajusta la imagen sin distorsionarla */
    display: block;
}

.grid-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%; /* El overlay cubre todo el item */
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 50%); /* Degradado oscuro en la parte inferior */
    display: flex; /* Para controlar el posicionamiento del texto */
    align-items: flex-end; /* Alinea el texto a la parte inferior */
    padding: 15px;
}

.grid-overlay h5 {
    font-size: 1.1rem;
    line-height: 1.3;
    color: var(--white);
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5); /* Sombra para el texto */
}

/* Specific Grid Item Sizing and Placement */
.grid-item-large-img {
    grid-column: span 1; /* Por defecto ocupa 1 columna */
    grid-row: span 2; /* Ocupa 2 filas */
}

.grid-item-blue-card {
    background-color: var(--grid-blue-card-bg); /* Fondo azul para las tarjetas de texto */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    height: 100%; /* Asegura que ocupen toda la altura disponible */
}

/* Colocación específica de los elementos en el grid */
/* row-start / column-start / row-end / column-end */
.activities-grid > div:nth-child(1) { /* Asignación de becas (Large Image) */
    grid-area: 1 / 1 / 3 / 2; /* row 1, col 1, spans 2 rows */
}
.activities-grid > div:nth-child(2) { /* Creación de programas (Blue Card) */
    grid-area: 1 / 2 / 2 / 3; /* row 1, col 2 */
}
.activities-grid > div:nth-child(3) { /* Organización de eventos (Blue Card) */
    grid-area: 1 / 3 / 2 / 4; /* row 1, col 3 */
}
.activities-grid > div:nth-child(4) { /* Recaudación de fondos (Small Image) */
    grid-area: 2 / 2 / 3 / 4; /* row 2, col 2 */
}
.activities-grid > div:nth-child(5) { /* Capacitación docentes (Small Image) */
    grid-area: 1 / 4 / 3 / 4; /* row 2, col 3 */
}
.activities-grid > div:nth-child(6) { /* Alianzas (Blue Card) */
    grid-area: 3 / 1 / 4 / 2; /* row 3, col 1 */
}
.activities-grid > div:nth-child(7) { /* Implementación de proyectos (Blue Card) */
    grid-area: 3 / 2 / 4 / 3; /* row 3, col 2 */
}
.activities-grid > div:nth-child(8) { /* Evaluación (Large Image) */
    grid-area: 3 / 3 / 4 / 5; /* row 3, col 3, spans 2 rows */
}


/* Formas abstractas de fondo */
.activity-abstract-shape {
    position: absolute;
    background-color: var(--border-blue); /* Color azul del borde */
    opacity: 0.3; /* Transparencia */
    filter: blur(20px); /* Desenfoque */
    z-index: 0; /* Detrás del contenido */
}

.shape-border-top {
    width: 80%; /* Ancho */
    height: 10px; /* Altura */
    top: 50px; /* Posición superior */
    left: 10%;
    transform: skewX(-30deg); /* Inclinación */
    background: linear-gradient(to right, transparent, var(--border-blue), transparent);
}

.shape-border-bottom {
    width: 70%;
    height: 10px;
    bottom: 50px;
    left: 20%;
    transform: skewX(20deg);
    background: linear-gradient(to left, transparent, var(--border-blue), transparent);
}

.shape-circle-left {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    bottom: -100px; /* Sale por abajo */
    left: -100px; /* Sale por la izquierda */
    background: radial-gradient(circle, var(--border-blue) 0%, transparent 70%);
    opacity: 0.4;
    filter: blur(30px);
}


/* --- Responsive Adjustments --- */
@media (max-width: 991.98px) { /* Tablets y pantallas medianas */
    .section-title-box h2 {
        font-size: 1.8rem;
    }

    .activities-grid {
        grid-template-columns: repeat(2, 1fr); /* 2 columnas en tablets */
        gap: 12px;
    }

    /* Resetea la colocación para el diseño de 2 columnas */
    .activities-grid > div {
        grid-area: auto !important; /* Resetea el grid-area para que fluya automáticamente */
        height: auto;
    }

    .grid-item-large-img,
    .grid-item-small-img,
    .grid-item-blue-card {
        height: 200px; /* Altura uniforme para todos los elementos en tablets */
        min-height: auto;
    }

    .grid-overlay h5 {
        font-size: 1rem;
    }

    .activity-abstract-shape {
        display: none; /* Oculta las formas abstractas en pantallas pequeñas */
    }
}

@media (max-width: 767.98px) { /* Móviles y pantallas pequeñas */
    .section-title-box {
        margin-bottom: 30px;
    }
    .section-title-box h2 {
        font-size: 1.5rem;
    }

    .activities-grid {
        grid-template-columns: 1fr; /* 1 columna en móviles */
        gap: 10px;
    }

    .grid-item {
        height: 180px; /* Altura uniforme para todos los elementos en móviles */
    }

    .grid-overlay h5 {
        font-size: 0.9rem;
    }
}
/* General Styles */
body {
    font-family: Arial, sans-serif;
    /* background-color: #f4f7f9; */
    padding: 20px;
}

.action-plan-container {
    max-width: 900px;
    margin: 40px auto;
    background-color: #ffffff;
    padding: 50px;
    border-radius: 12px;
    /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); */
}

.plan-title {
    font-family: sans-serif;
    font-size: 2rem;
    color: #2c3e50;
    font-weight: bold;
    text-align: left;
    margin-bottom: 50px;
}

/* Timeline Layout */
.timeline-wrapper {
    position: relative;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    column-gap: 50px;
}

/* Vertical timeline line */
.timeline-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    background-color: #e0e6e9;
    height: 100%;
    z-index: 1;
}

/* Timeline Item Styling */
.timeline-row {
    display: contents; /* Allows children to be placed directly in the grid */
}

.timeline-left-content {
    text-align: right;
    padding-right: 30px;
    grid-column: 1;
    z-index: 2;
}

.timeline-right-content {
    text-align: left;
    padding-left: 30px;
    grid-column: 3;
    z-index: 2;
}

.timeline-line-item {
    grid-column: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 3;
}

.timeline-circle {
    width: 20px;
    height: 20px;
    background-color: #2c3e50;
    border-radius: 50%;
    margin-top: 10px; /* Aligns with the heading */
}

.timeline-dot {
    width: 8px;
    height: 8px;
    background-color: #c0c6c9;
    border-radius: 50%;
    margin-top: 15px; /* Adjusts spacing between dots */
}

.timeline-heading {
    font-size: 1.1rem;
    color: #2c3e50;
    margin-top: 10px; /* Aligns with circle */
    margin-bottom: 0;
}

.timeline-list {
     list-style: none;
    padding: 0;
    margin: 10px 0 30px 0;
}

.timeline-list li {
     list-style: none;
    font-size: 0.9rem;
    color: #555;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.timeline-list li::before {
     content: url(../img/clok.png);
   width: 25px;
    /* content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%2395a5a6" class="bi bi-clock" viewBox="0 0 16 16"><path d="M8 3.5a.5.5 0 0 0-1 0V9a.5.5 0 0 0 .252.434l3.5 2a.5.5 0 0 0 .496-.868L8 8.71V3.5z"/><path d="M12.915 8a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z"/></svg>'); */
    margin-right: 20px;
    vertical-align: middle;
}

.process-tag {
    display: inline-block;
    background-color: #007bff;
    color: white;
    padding: 7px 19px;
    border-radius: 2px;
    font-size: 0.7rem;
    margin-top: 5px;
    float: left;
    margin-left: 17px;
}
.fa-envelope {
    content: url(../img/fa-envelope.png);
    
}
.fa-home {
    content: url(../img/home.png);
    
}
.fa-contac {
    content: url(../img/contac.png);
    
}
