/*
Theme Name: Theme para cheroga 
Description: Theme a medida para cheroga
Author: Nestor Morel
Author URI: https://www.muvh.gov.py/cheroga
Version: 3.0.1
*/

body {
    margin: 0;
    padding: 0;
    
}



@font-face {
    font-family: 'Garamond';
    src: url('/wp-content/themes/muvh_fonavis/fonts/GaramondPremrPro.woff') format('woff');
}

@font-face {
    font-family: 'Gotham';
    src: url('/wp-content/themes/muvh_fonavis/fonts/Gotham-Bold.woff') format('woff');
}

body {
    font-family: 'Garamond', serif;
}

h1, h2, h3 {
    font-family: 'Gotham', sans-serif;
}


header {
    position: relative;
    overflow: hidden;
    color: #fff;
}

a{
    color:#000;
}


h2.fonavis {font-weight: 700;
    font-size: 34px !important;
    line-height: 48px;
    color: #000;
    max-width: 500px;
    margin-right: 30px;
    font-family: 'Gotham';
    max-width: 100%;

    margin-top:20px;
	border-bottom:1px dotted #ccc;
	clear:both;
}

h2.fonavistitle {
    font-weight: 700;
    font-size: 34px !important;
    line-height: 48px;
    color: #20D3A4;
    max-width: 100%;
    text-align: left;
}

a:hover {

    color:#000;
}


p {
    color:#000;
}

.top-bar {
    background-color: #EA2428; /* Color azul de la barra superior */
    padding: 10px 0;
    display: flex;
    justify-content: space-between; /* Alinea los elementos al inicio y al final de la barra */
}

.top-bar .container {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between; 
    align-items: center; /* Centra verticalmente los elementos dentro del contenedor */
}

.logo {
    /* Estilos para tu logo */
    max-width: 300px; /* Ajusta según sea necesario */
}

.logo img {
    max-width: 100%;
    height: auto;
}

.search-bar {
    /* Estilos para tu barra de búsqueda */
    display: flex;
    align-items: center;
}

.search-input {
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.search-button {
    padding: 8px 12px;
    background-color: #fff; /* Color blanco para el botón de búsqueda */
    color: #EA2428; /* Color azul para el texto del botón de búsqueda */
    border: 1px solid #EA2428; /* Borde azul para el botón de búsqueda */
    border-radius: 4px;
    cursor: pointer;
}
.background-image {
    position: relative;
    background-position: center center;
    background-size: cover;
    color: #fff;
    margin-bottom: 0;
    padding: 0;
  }

.text-container {
    position: absolute;
  
   
    text-align: center;
    width: 100%; /* Asegura que ocupe todo el ancho */
}

.text-container h1,
.text-container p {
    margin: 0;
    color: #fff; /* Color blanco para el texto */
    text-align: justify;
    font-family: 'Garamond';
}



.custom-panel {
    border: 1px solid #ddd; /* Color y grosor del borde */
    border-radius: 4px; /* Borde redondeado */
    margin-bottom: 20px; /* Espaciado inferior entre paneles */
}

.panel-body {
    padding: 20px; /* Espaciado interno del panel */
}
footer {
    background-color: #00529c!important;
    color: #fff;
    padding: 20px 0;

    text-align: center;
}



.panel.panel-icon .panel-heading {
    height: 152px;
    background: #EA2428;
}


.panel-icon.panel-secondary .panel-heading {
    background-color:#EA2428 !important;
}
.box_fonavis { 

    background-color: rgba(0, 0, 0, 0.5); 
    padding: 20px;
}


.count_ejecucion {

    font-size: 40px !important;
    color:#fff;
    font-family: 'Garamond';
 }


 .count_culminadas {

font-size: 40px!important;
color:#fff;
font-family: 'Garamond';
}

.jumbotron {
position: relative;
background-position: center center;
background-size: cover;
color: #fff;
margin-bottom: 0;
padding: 0;
}




h3.data_titulo {font-size: 18px; font-family: 'Garamond';}


.fonapa {
    font-size: 20px !important;
    line-height: 22px;
    color: #235E5E;
    margin-top: 40px;
    margin-right: 30px;
    font-family: 'Garamond';
    text-align:justify;
    max-width: 100%;
}

li.per {
    line-height: 50px;
    font-family: 'Garamond';
    font-weight: bold;}

.subtitle {    font-family: 'Garamond';
}

.subtitlebox {    font-family: 'Garamond';
  background:#235E5E;
  color: #fff;
  padding:5px;
}

 

b {
    font-family: 'Garamond';
   
}


.green-text {
    color:#235E5E; /* Código de color verde */
    font-size: 1.2em; /* Tamaño de fuente más grande */
    font-family:Garamond;
    font-weight: bold;
  }

  /* Estilos para los elementos de la lista */
  ul {
    list-style: none; /* Elimina el punto de la lista */
    padding: 0; /* Elimina el relleno predeterminado */
  }

  li {
    line-height: 50px; /* Altura de línea aproximada */
    font-family:Garamond;
    text-align: justify;
  }
  
  .circle-check {
  display: inline-block;
  width: 20px; /* Adjust the size of the circle */
  height: 20px; /* Adjust the size of the circle */
  border-radius: 50%;
  background-color: #20D3A4; /* Background color */
  text-align: center;
  margin-right: 5px; /* Adjust the spacing between the circle and the text */
}

.circle-check i {
  color: #fff; /* White checkmark color */
}


.jumbotron {
    background-image: url(https://www.muvh.gov.py/sitio/wp-content/uploads/2025/04/portada.webp);
    background-size: 80% auto;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    min-height: 200px;
}

@media (max-width: 768px) {
    .jumbotron {
        background-size: 100% auto; /* Imagen completa en móviles */
    }
}



    .tabla-detalles {
        width: 100%;
        border-collapse: collapse;
        margin-top: 20px;
    }
    .tabla-detalles th,
    .tabla-detalles td {
        padding: 12px;
        text-align: left;
        border-bottom: 1px solid #ddd;
    }
    .tabla-detalles th {
        background-color: #007BFF;
        color: #fff;
        font-weight: 600;
        font-size: 1.1rem;
    }
    .tabla-detalles td {
        font-size: 1rem;
        color: #333;
    }
    .tabla-detalles tr:hover {
        background-color: #f1f1f1;
    }

