/* estilos.css */

body {
    font-family: Arial, sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 5px 15px;    
}

.container {
    width: 80%;
    margin: 0 auto;
}

form {
    margin-bottom: 15px;
    line-height: 1.2;
}

label {
    display: inline-block;
    font-weight: 600;
    padding: 5px 0 5px;
}

.simple label {
    font-weight: 400;
    padding: 0;
    }

@media screen and (min-width: 500px) {
.formulario {
    padding: 0 0 0 20%;
}
}

input, select, textarea {
    margin-left: 10px;
    margin-bottom: 10px;
    padding: 4px 7px;
    font-size: 15px;
}

textarea {
    width: 350px;
}

input[type="checkbox"], input[type="radio"], input[type="submit"] {
    width: auto;
}

input[type="text"] {
    width: 230px;
}

input[type="number"], input[type="date"] {width: 150px;}

input[type="submit"] {
    font-size: 17px;
    background: #11b62c;
    color: #fff;
    padding: 7px 20px;
}

form span {
    display: inline-block;
    color: #707070;
    font-size: 14px;
    font-family: "Arial Narrow";
    line-height: 1;
}

legend {
    font-size: 17px;
    font-weight: 600;
    background: rgb(0 0 0 / 85%);
    color: #fff;
    padding: 5px 15px;
}

fieldset {
    background: rgb(255 255 255 / 85%);
    padding: 14px 10px 10px 5%;
    margin: 15px 0;
    border: 2px solid #000;
}

table {
    border-collapse: collapse;
}

th {
    background-color: #175ebb;
    color: white;
    padding: 5px 7px;
    }
    
th a {color: #fff;}

td {
    padding: 5px 7px;
}

th, tr, td {
  border: solid 1px #e0e0e0;
}

.tabla2 {
    width: 100%;
    max-width: 400px;
}

.tabla2 tr {
    border: 0;
    border-bottom: 1px solid #ddd;
}
.tabla2 td {
    border: 0;
    padding-left: 10px;
}


/* Filas y Columnas */

.fila {
    display: flex;
}
@media screen and (max-width: 800px) {
.fila {
    display: block;
} }

.columna {
    flex: 1; /* Crecen para llenar el contenedor */
}

    .col {flex-basis: auto;}
    .col-10 {flex-basis: 10%; padding: 0 10px;}
    .col-20 {flex-basis: 20%; padding: 0 10px;}
    .col-25 {flex-basis: 25%; padding: 0 10px;}
    .col-30 {flex-basis: 30%; padding: 0 10px;}
    .col-40 {flex-basis: 40%; padding: 0 10px;}
    .col-45 {flex-basis: 45%; padding: 0 10px;}
    .col-50 {flex-basis: 50%; padding: 0 10px;}
    .col-60 {flex-basis: 60%; padding: 0 10px;}
    .col-70 {flex-basis: 70%; padding: 0 10px;}


.vista-datos {
    font-size: 15px;
    }
    
.centrar-pag {
    display: flex;
    align-items: center;
    justify-content: center;
}
    
.centrar-popup {
    padding-left: 10px;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 500px) {
input[type="text"], input[type="email"], input[type="url"], textarea {
    width: 90% !important;
    }
}

.texto-largo {
    max-width: 150px;
    white-space: nowrap; /* Evitar que el texto se divida en varias líneas */
    overflow: hidden; /* Ocultar el texto que se desborda */
    text-overflow: ellipsis;
}

h1 {font-size: 25px}
h2 {font-size: 22px}

@media screen and (max-width: 800px) {
    .texto-celular {
        p, span, li, table, div, form { font-size: 14px !important; line-height: 1.31 !important;}
        h1 {font-size: 23px !important; line-height: 1.2 !important;}
        h2 {font-size: 18px !important; line-height: 1.2 !important;}
        h3 {font-size: 17px !important; line-height: 1.2 !important;}
        h4 {font-size: 14px !important; line-height: 1.1 !important;}
        td { font-size: 12px !important; line-height: 0.95 !important;}
    }
}

.h-color h2, .h-color h3 {color: #6348b6;}

.lista-catalogo-1 {
    
    table {max-width: 1000px;}

    th:nth-child(1), td:nth-child(1) {width: 75px;}
    th:nth-child(2), td:nth-child(2) {width: 90px;}
    th:nth-child(3), td:nth-child(3) {width: 500px;}
    th:nth-child(4), td:nth-child(4) {width: 150px;}

}   

a {
    font-weight: 600;
    text-decoration: none;
    color: #1063a7;
}

.boton1 {
    border: 1px solid #000;
    padding: 2px 7px;
    margin: 5px 0;
    line-height: 2.4;
}
    

.boton-wtp {
  display: inline-block;
  margin: 20px;
}

.boton-wtp a {
  text-decoration: none;
  background-color: #25D366;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 20px;
  transition: background-color 0.3s ease;
  border-radius: 20px;
}

.boton-wtp a:hover {
  background-color: #128C7E;
}

.boton-wtp img {
  vertical-align: middle;
  margin-right: 10px;
}

/* Estilos para el contenedor */

.contenedor {
    max-width: 800px;
    margin: 0 auto; /* Esto centra el contenedor horizontalmente */
    padding: 20px;
    background-color: #fff;
    }

/* Estilos para el texto dentro del contenedor */
    .contenedor p {
    color: #333;
    }

/* Encabezados */

.encabezado-1 {
    padding: 40px;
    background-image: url("../imagenes/fondo-pagina-programa.jpg");
    background-position: 50%;
    background-size: cover;
    color: #fff;
    }
.encabezado-1 div {
    max-width: 800px;
    margin: 0 auto;
}

@media screen and (max-width: 800px) {
    .encabezado-1 {
        padding: 20px; 
    }
}

/* Estilos para alinear el logo y el texto */

        .header1 {
            padding: 10px;
            background-color: #e7e7e7;
        }
        
        .header1 div {
            max-width: 800px;
            margin: 0 auto;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
        .header1 .logo {
            width: 100px;
            padding: 0 15px 0 0;
        }
        .header1 h2 {
            margin: 0;
            color: #000;
        }

.mostrar-imprimir {
    display: none;
    }

@media print {
    .ocultar-imprimir {
        display: none;
    }
    .mostrar-imprimir {
        display: inline-block;
    }
    
.boton-wtp {
    display: none;
    }
}

.texto-comprimido {
    font-family:  "Barlow Semi Condensed", "Arial Narrow";
}

.salto-pagina {
break-after: page;
}

.recuadro {
    border: 2px solid #000;
    padding: 15px 10% 15px;
    background: rgb(255 255 255 / 90%);
    max-width: 570px;
}

.recuadro2 {
    border: 2px solid #000;
    padding: 15px 20px;
    background: rgb(255 255 255 / 90%);
    max-width: 570px;
}

@media screen and (max-width: 400px) {
    .recuadro {
    padding: 0px 5% 20px 5%;    
    }
}

.fondo-campus {
    background-image: url("../imagenes/campus-universidad.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.fondo {
    background: #f0f0f0;
}
.fondo2 {
    background: #f0f0f0;
}

.sf {
    text-indent: -30px;
    padding-left: 30px;
}

/* Boton Whatsapp */

.boton-wtp {
  display: inline-block;
  margin: 20px;
}

.boton-wtp a {
  text-decoration: none;
  background-color: #128C7E;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 20px;
  transition: background-color 0.3s ease;
  border-radius: 20px;
}

.boton-wtp a:hover {
  background-color: #25D366;
}

.boton-wtp img {
  vertical-align: middle;
  margin-right: 10px;
}

.sombra-1 {
    color: black;
    text-shadow: 1px -1px 0px #fff;
}
