/***************************************************************************************
Nombre del programa : Desktop/IAPH/css/estilo0.css
Elaborado por       : Marino Hernando Guarín Sepúlveda
Fecha elaboración   : Enero de 2024
Observaciones       : Estilos para la aplicación I.A.P.H.
****************************************************************************************/

/*Recomendado iniciar con estos valores*/
body{
    box-sizing: border-box;

    /*margin: 30px;*/

    font-family: Arial, 'Times New Roman', Times, serif;
    color: rgb(1, 9, 20);
}

@media only screen and (max-width:800px) {
  /* For tablets: */
  .col2A {
    width: 80%;
    padding: 0;
  }
  .col1 {
    width: 100%;
  }
}
@media only screen and (max-width:500px) {
  /* For mobile phones: */
  .col2A, .col1 {
    width: 100%;
  }
} 
/***************************************************************************************
Encabezado y pie de página
****************************************************************************************/

#encabeza{
    width: 100%;
    height: auto;

    box-sizing: border-box;
    display: flex;

    /*margin-left: 80px;*/

    border-radius: 25px;
    background-color: rgb(59, 78, 182);
    background-image: url("/imag/Fondo1.jpg");
}

.logoEncabeza{
    float: left;
    width:20%;
    /*margin-top: 20px;
    margin-left: 15px;*/
    padding: 20px;
}
.logoEncabeza img {
    width: 100%;
}
.nombreEmpresa{
    text-align: right;
    text-shadow: rgb(38, 51, 3) 10px 10px 5px;

    /*margin-left: 300px;*/
    float: left;
    width: 80%;
    padding: 20px;

    font-size: 1.5vw;
    color: rgb(4, 247, 24);
}

/*Pie de página*/
footer{
    display: flex;
}

#contacto{
    width: 100%;
    height: auto;

    text-align: center;

    margin-top: 10px;
    /*margin-left: 80px;*/
    border-radius: 25px;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 1vw;
    background-color: rgb(220, 224, 217);
    padding:20px;
}

/***************************************************************************************
Estilos para programa index.html
****************************************************************************************/
#cajaPplA{
    width: 100%;
    height: auto;
    display: flex;
    margin-top: 10px;
    /*margin-left: 80px;*/
    border-radius: 25px;
    overflow:auto;
}


#col1{
    float: left;
    width: 20%; /* The width is 20%, by default */
    /*margin-left: 20px;*/
    border-radius: 25px;
    background-color: rgb(238, 243, 247);
}

#col2A{
    /*width: 1300px;*/
    margin-left: 10px;
    float: left;
    width: 80%; /* The width is 80%, by default */
    border-radius: 25px;
    text-align: center;
    background-color: rgb(238, 243, 247);
    overflow: hidden;
}



/***************************************************************************************
Estilos para programa QuiModPro.html.
****************************************************************************************/
/*Columna 1 */
#menu{
    margin-top: 70px;
    margin-bottom: 30px;
}

.centrarTexto{
    text-align: center;
}

.tituloMenu{
    height: 30px;

    color: white;
    font-size: 1.3vw;
    border-radius: 25px;
   /* margin-top: 0px;*/
    padding: 5px;
    background-color: rgba(7, 7, 7, 0.603);
}


/*Columna 2 */
.tituloPrincipal{
    font-size: 3vw;
    font-weight: bold;
    text-align: center;
    color: blue;
}

.textoIngreso{
    font-size: 1.5vw;
    font-weight: bold;
}

.rotaLogo{
    padding-top: 20px;
    margin-left: 10px;

    animation-name: rotar;
    animation-duration: 5s;
    animation-iteration-count: infinite;
}
@keyframes rotar{
    from{
        transform: rotateY(90deg);
    }
    to{
        transform: rotateY(0deg);
    }
}

h1{
    font-size: 1.8vw;   
}

a{
    text-decoration: none;
    color: black;
}

li{
    text-align: left;
}

/***************************************************************************************
Estilos para programa 01iaph.html
****************************************************************************************/
#cajaPplB{
    width: 100%;
    height: auto;
    display: flex;
    margin-top: 10px;
    border-radius: 25px;
}

#col2B{
    float: left;
    width: 80%; /* The width is 80%, by default */
    margin-left: 10px;
    border-radius: 25px;
    text-align: center;
    background-color: rgb(238, 243, 247);
}

.cuadroPrincipal{
    height: auto;
    margin: 50px;
}

.texto1{
    margin-bottom: 80px;
    font-size: 1.3vw;
}

.saberMas{
    font-size: 1.5vw;
    margin-top: 0px;
    padding-top: 5px;
    color: white;
    
}

.moreInfo{
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 25px;
    background-color: rgba(7, 7, 7, 0.603);  
}
#cajaPplC{
    width: 100%;
    height: auto;
 
    display: flex;
    margin-top: 10px;
    /*margin-left: 80px;*/
    border-radius: 25px;
}

#col2C{
    float: left;
    width: 80%; /* The width is 80%, by default */
    margin-left: 10px;
    border-radius: 25px;
    text-align: center;
    background-color: rgb(238, 243, 247);
}

/***************************************************************************************
Estilos para programa 02hria.html
****************************************************************************************/
#cajaPplD{
    width: 100%;
    height: auto;
    display: flex;
    margin-top: 10px;
    /*margin-left: 80px;*/
    border-radius: 25px;
    overflow:auto;
}

.texto2{
    margin-bottom: 50px;
    font-size: 1.3vw;
}

/***************************************************************************************
Estilos para programa 03equipo.html
****************************************************************************************/
#cajaPplE{
    width: 100%;
    height: auto;
 
    display: flex;
    margin-top: 10px;
    /*argin-left: 80px;*/
    border-radius: 25px;
}

#col2D{
    margin-left: 10px;
    float: left;
    width: 80%; /* The width is 80%, by default */

    border-radius: 25px;
    text-align: center;
    background-color: rgb(238, 243, 247);
}

.cuadroPrincipalEquipo{
    height: auto;
    margin: 25px;
    
 }

 .cajaEquipo{
    width: 100%; 
    display: flex;
    margin-bottom: 50px;
 }

 .fotoEquipo{
    width: 10%;
    overflow: hidden;  
    padding: 15px;
 }

.tituloEquipo{
    width: 15%;
    font-size: 1.3vw;
    padding: 15px;
 }

 .textoEquipo{
    width: 70%;
    text-align: left;
    font-size: 1.1vw;
    padding: 16px;
 }
 .fotoEquipo img{
    width: 100%;
    height: 90%;
    border-radius: 50%;

 }

/***************************************************************************************
Estilos para programa 10admi.html
****************************************************************************************/
#cajaPplF{
    width: 100%;
    height: auto;
 
    display: flex;
    margin-top: 10px;
    /*margin-left: 80px;*/
    border-radius: 25px;
}

#col2E{
    float: left;
    width: 80%; /* The width is 80%, by default */
    
    margin-left: 10px;
    border-radius: 25px;
    text-align: center;
    background-color: rgb(238, 243, 247);
}

#administracion{
    width: 100%;
    height: auto;
    display: flex;
    text-align: left;
    margin-left: 25px;
}


.administracionColumna1{
    width: 50%;

    text-align: left;
}

.administracionColumna2{
    width: 50%;
    text-align: left;
}

.cajaAdministracion{
    height: auto;
    margin-top: 30px;
    margin-right: 10px;
    padding-top: 0px;
}
.administracionTitulo{
    font-size: 1.2vw;
 
}
/*Tamaño de la letra de los párrafos*/
.cajaAdministracion p {
    font-size: 1vw;
}


/***************************************************************************************
Estilos para programa 10admniPasos.html
NO HAY NADA NUEVO
****************************************************************************************/

/***************************************************************************************
Estilos para programa 05arti.html
****************************************************************************************/

.explicacion{
    color: red;
    font-weight: bold;
}

.cajaArti{
    height: 360px;
    margin-top: 20px;
}

.cajaArtiContenido{
    width: 1190px;
    height: 300px;

    overflow-x: auto;
    white-space: nowrap;
}

.cajaArtiTexto{
    width: 350px;
    height: 290px;

    display: inline-block;
    
    margin-right: 50px;
}

.cajaArtiImagen{
    width: 250px;
    height: 165px;

    margin-left: 40px;
}