/* estilos.css */

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

p {margin: 7px 0;}

.container {
    margin: 0 auto;
}

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

button {
   font-size: 15px; 
}

@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;
}

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

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

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%;
}

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

.vista-datos {
    font-size: 15px;
    }

.centrar-h {
    display: flex;
    justify-content: center;
}

.centrar-v {
    display: flex;
    align-items: center;
}

.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%;
    }
}

.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: 30px; margin: 15px 0;}
h2 {font-size: 25px; margin: 10px 0;}
h3, h4, h5, h6 {margin: 0}

@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.25 !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: 14px !important; line-height: 1 !important;}
    }
}

@media screen and (max-width: 800px) {
    .texto-celular2 {
        p, span, li, table, div, form { font-size: 12.7px !important; line-height: 1.2 !important;}
        h1 {font-size: 20px !important; line-height: 1.25 !important;}
        h2 {font-size: 18px !important; line-height: 1.2 !important;}
        h3, legend {font-size: 16px !important; line-height: 1.1 !important;}
        h4 {font-size: 13px !important; line-height: 1.1 !important;}
        td { font-size: 12.7px !important; line-height: 0.97 !important;}
    }
}

fieldset {
    border: 3px solid #000;
    background: rgb(255 255 255 / 85%);
    border-radius: 0 30px;
}

.simple legend {
    font-weight: 500;
    padding: 0;
    background: none;
    color: #000;
    }
.simple h3 {color: #000;}
.simple fieldset {border-radius: 0;}

.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 {text-decoration: none; color: inherit;}


/* Botones */

.b-simple {
    border: 1px solid black;
    padding: 5px 10px;
    margin: 5px 10px;
}

.boton {
  display: inline-block;
  margin: 10px;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  padding: 10px 20px;
  transition: background-color 0.3s ease;
  border-radius: 20px;
  border: none;
}
.boton img {
  vertical-align: middle;
  margin-right: 10px;
}
.boton:hover {color: white; text-decoration: none;}

@media screen and (max-width: 800px) {
   .boton {
    font-size: 14px;
    padding: 8px 15px;
    margin: 10px 5px;
} }

.b1 {
  background-color: #236ed0;
}
.b1:hover {
  background-color: #9c40bc;
}
.b2 {
  background-color: red;
}
.b2:hover {
  background-color: #ff0080;
}
.b3 {
  background-color: #1ec370;
}
.b3:hover {
  background-color: #19ba9f;
}
.bw {
  background-color: #25D366;
}
.bw:hover {
  background-color: #128C7E;
}


/* Estilos para el contenedor */

.contenedor {
    margin: 0 auto;
    padding: 20px;
    }

.contenedor-pag {
    max-width: 900px;
    margin: 0 auto; /* Esto centra el contenedor horizontalmente */
    padding: 20px;
    }

/* 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;
}

/* Estilos para alinear el logo y el texto */
        .header1 {
            padding: 10px 30%;
            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;
            font-size: 24px;
        }

@media screen and (max-width: 1200px) {
    .encabezado-1, .header1 {
        padding: 10px 20%;
    }
}
@media screen and (max-width: 700px) {
    .encabezado-1, .header1 {
        padding: 10px;
    }
}

.mostrar-imprimir {
    display: none;
    }

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

    body {
    -webkit-print-color-adjust: exact; /* Para navegadores basados en WebKit */
    print-color-adjust: exact;         /* Estándar */
    }

    .espaciado {padding-top: 10px;}
    .espaciado-10 {padding-top: 10px;}
    .espaciado-20 {padding-top: 20px;}
    .espaciado-30 {padding-top: 30px;}
    .espaciado-40 {padding-top: 40px;}
    .espaciado-60 {padding-top: 60px;}
    .espaciado-80 {padding-top: 80px;}
    
    .header1 {padding: 10px 10% !important;}
    
}

.salto-pagina {
/* page-break-after: always; */
break-after: page;
}

/* Precios */

.recuadro-precios {
    border: 2px solid #000;
    padding: 3px 10px 25px 15px;
    font-family: 'Barlow Semi Condensed';
    background: #f7f7f7;
}

.col-izq td:nth-child(1) {text-align: left; padding-left: 10px;}
.col-der td:nth-child(2) {text-align: right; padding-right: 10px;}

.resaltar {
  text-decoration: underline;
}

.embed-precios {
    font-family: "Barlow Semi Condensed", "Arial Narrow", "Arial", sans-serif;
    font-size: 15px;
}

.embed-precios {
    h1 {font-size: 24px; font-weight: 600; line-height: 1.2; margin: 7px;}
    h2, h3, h4, h5 {font-weight: 600; line-height: 1.2; margin: 5px;}
    ul, ol {margin: 5px;}
    p {margin: 5px 0;}
}

.embed-precios fieldset {
    border: 2px solid #9d9d9d;
    background: #f9f9f9;
    max-width: 637px;
}    

/* 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; padding: 0 10px;}
    .col-10 {flex-basis: 10%; padding: 0 10px;}
    .col-15 {flex-basis: 15%; 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-35 {flex-basis: 35%; 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;}

/* Footer */

.footer {
    background-color: #222222;
    color: #e4e4e4;
    padding: 40px 7% 20px;
    line-height: 1.7;
    font-size: 14px;
        }
.footer a {
    color: #e4e4e4;
    text-decoration: none;
    }
.footer a:hover {
    text-decoration: underline;
    }

@media screen and (max-width: 800px) {
.footer img {max-height: 120px;}
}

.footer-bottom {
    background-color: #000;
    color: #878787;
    padding: 10px;
    line-height: 1.7;
    font-size: 14px;
    text-align: center;
    }
.footer {
  h1, h2, h3, h4, h5, h6 {
    color: #d6b138;
  } 
}

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

.fondo {
    background: #f0f0f0;
}

.recuadro {
    border: 2px solid #000;
    padding: 10px;
}

.logo2 {
   width: 100px;
}
@media screen and (max-width: 800px) {
.logo2 {
   width: 70px; 
}
}

.video_16-9 {
  aspect-ratio: 1.78;
  width: 100%;
  height: auto;
  max-width: 750px;
}

.col-texto {
    max-height: 350px;      /* Limita la altura máxima a 400px */
    column-count: 2;        /* Divide el contenido en 2 columnas */
    column-gap: 20px;       /* Espacio entre las columnas */
    overflow-y: visible;       /* Añade un scroll si el contenido sobrepasa los 400px */
}
@media screen and (max-width: 800px) {
    .col-texto {
    column-count: 1;
    max-height: 1000px;
    column-gap: 0;
    }
}
