@charset "UTF-8";

@font-face {
    font-family: "Titillium Web";
    src: url('../font/Titillium-Web.woff2') format('woff2');
}

/*------------------------------------------------movil---------------------------------------*/
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	
 
	div.menu-principal{
	    height: 200px;
	    display: flex;
	    flex-flow: row wrap;  
	}
	div.menu-principal > div {
		display: flex !important;
		flex-flow: row wrap;
	}
	div.menu-principal > div > * {
		/*display: flex;*/
	    flex-flow: row wrap;
	    width: unset;
	    margin: 5px 0;
	}	
	div.idiomas-redes-estaticas {
	    height: 2em;
	    display: block;
	    align-items: center;
	    justify-content: flex-start;
	    width: 100%;
	    margin-left: 5px;
	    margin-top: 75px;
	    order: 2;
	}
	div.logo-nombre {
	    height: unset;
	    width: 100%;
	    display: flex;
		flex-flow: row wrap;
	    align-items: center;
	    justify-content: space-around;
	    margin: 0;
	    order: 1;
	    text-align: center;
	}
	div.logo-redalyc {
	    height: 50px;
	}
	div.nombre-redalyc{
	    font-size: 11px;
	    text-align: center;
	    white-space: nowrap;
	}
	div.titulo-pagina {
	    height: auto;
	    font-size: 25px;
	    text-indent: 25%;
	    margin-top: 60px;
	    width: 100%;
	    display: block;
    }
    div.titulo-pagina span{
     	width:100%;
     	margin: 0; 
     	padding: 0;
     	position: absolute;
    	left: -24%;
    }
    /* span#papalotes-modelo > img { */
	    /* width: 100px; */
	    /*height: 100px;*/
	/* } */
    
	div#container {
		width: 100%;
		display: inline-block;
		min-height: 1em;
		height: auto;
	}
	
	div#postulacion, div#postulacion-titulo, div#criterios, div#criterios-titulo {
		width: 100%;
		height: 75%;
		display: inline-block;
		vertical-align: top;
	}
	div#criterios-titulo > p, div#postulacion-titulo > p {
		text-align: left;
	}
	div#informacion-redalyc {
		font-size: 11px;
	}
	div.btn-download-criteriaFile {
	    position: absolute;
	    right: 10px;
	    top: 70px;
    }
    /*footer*/
    footer#pie-pagina {
    	height: 55vh;
    }
    div#informacion-redalyc {
    	font-size: 11px;
    }
    div#pie-logos {
        top: 25%;
    }
}

/*-------------------------------------------------------------------tablet---------------------------------------*/
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 615px) and (max-width: 1200px) { 
	div.menu-principal{
	    height: 200px;
	    display: flex;
	    flex-flow: row wrap;  
	}
	div.menu-principal > div {
		display: flex !important;
		flex-flow: row wrap;
	}
	div.menu-principal > div > * {
		/*display: flex;*/
	    flex-flow: row wrap;
	    width: 100%;
	    margin: 5px 0;
	}	
	div.idiomas-redes-estaticas {
	    height: 2em;
	    display: block;
	    align-items: center;
	    justify-content: flex-start;
	    width: 100%;
	    margin-left: 5px;
	    margin-top: 75px;
	    order: 2;
	}
	div.logo-nombre {
	    height: unset;
	    width: 100%;
	    display: flex;
		flex-flow: row wrap;
	    align-items: center;
	    justify-content: space-around;
	    margin: 0;
	    order: 1;
	    text-align: center;
	}
	div.logo-redalyc {
	    height: 50px;
	    width: 100%;
	}
	div.nombre-redalyc{
	    font-size: 12px;
	    text-align: center;
	}
	div.titulo-pagina {
	    height: auto;
	    font-size: 25px;
	    text-indent: 25%;
	    margin-top: 60px;
	    width: 100%;
	    display: block;
    }
    div.titulo-pagina span{
     	width:100%;
     	margin: 0; 
     	padding: 0;
     	position: absolute;
    	left: -24%;
    }    
    div#papalotes-modelo {
	    margin: 0 auto;
	}
	span#papalotes-modelo > img {	    
	    /*height: 120px;*/
    	width: 120px;
	}
	.container-benefits {
    width: 85%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
   	
	}
	.box-benef {
    width: 80%; /* Ajusta el ancho para mejor apariencia */
    max-width: 400px; /* Limita el ancho para evitar que se expanda demasiado */
  	}
  	.content-list-step {
    background: #ffffff ;
    border-radius: 10px;
    flex-grow: 1;
    width: 400px;
    height: auto;
	}
  
	
}
	

/*-----------------------------------------------------------laptop medium-------------------------------------------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 1550px){
	footer#pie-pagina {
	    height: 35vh;
    }
    div#container {
    height: 650px;
    }
    div.menu-principal > div > * {
	    width: 200px;
	}
    div.menu-principal div.links-home {
	    width: 520px;
	}
	div.nombre-redalyc p:nth-child(1) {
        font-size: 22px;
    }
    div.nombre-redalyc p {
        font-size: 12px;
    }
    img.to-home {
        width: 120px !important;
    }
    div#pie-logos img:nth-child(1) {
	    margin: 0 10px;
	    width: 120px;
    }
}
@media only screen and (min-width: 1500px) and (max-width: 1600px){
	div.menu-principal > div > * {
	    width: 200px;
	}
    div.menu-principal div.links-home {
	    width: 800px;
	}
	img.to-home {
        width: 140px !important;
    }
    div#pie-logos img:nth-child(1) {
	    margin: 0 10px;
	    width: 140px;
    }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 601px) and (max-width: 768px){
	footer#pie-pagina {
	    height: 30vh;
    }
    div#container {
    	height: 650px;
    }
}
/*-----------------------------------------------------------pc-------------------------------------------------------------*/

body {
	font-family: 'Titillium Web', sans-serif;
	color: #6a747d;
	margin: 0;
	padding: 0;
}

/* beneficios*/
.container-benefits{
	width:80%;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap:20px;
	text-align:center;
	margin-left:10%;
}

.box-benef{
	background-color: #fff;
	border-radius: 10px;
	padding: 15px;
	text-align:center;
	font-size:16px;
	background: #f37043;
	color: #fff;
	
}

/*fin de beneficios*/

.container-list-step{
    padding: 20px;
    border-radius: 10px;
    max-width: 780vh;
    width: 100%;
    margin-right:60px;
}

.h1-list-step {
    text-align: left;
    font-size: 24px;
}

.timeline {
    position: relative;
    padding-left: 30px;
    
}
.timeline::before {
    content: "";
    position: absolute;
    left: 45px; /*Centrado detrás del número */
    top: 0;
    width: 3px;
    height: 100%;
    background: repeating-linear-gradient(
        to bottom,
        gray,
        gray 5px,
        transparent 5px,
        transparent 10px
    ); /* Línea punteada */
}


.list-step {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

/* Número del paso */
.number-list {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    color: white;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    position:relative;
    z-index:2;
    margin-right:20px
}

/* Contenido del paso */
.content-list-step {
    background: #ffffff ;
    padding: 15px;
    border-radius: 10px;
    flex-grow: 1;
    width: 50%;
    height: auto;
    box-shadow: 0 0 5px #344750;
}

.h2-list-step {
	padding: 15px;
    margin: 0;
    font-size: 20px;
}

.p-list-step {
    margin: 5px 0 0;
    font-size: 16px;
    color: #666; 
}
.p-title-list-step{
	margin: 5px 0 0;
    font-size: 20px;
    color: #666;
}

/* Imagen alineada a la derecha */
.step-image {
    width: 100px;
    height: 100px;
    margin-left: 20px;
    border-radius: 10px;
}
/*acordeon para lista pasos*/
.acordeon-step{
  width: 100%;
  margin: 0;
  display: none;
}

.acordeon-step-titulo, .acordeon-step-titulo-c {
  color: #000000;
  padding: 1em;
  font-size: 1em;
  margin: 0;
  cursor: pointer;
  position: relative;
  display: block;
}

.acordeon-step-titulo {
  background: #fff;
}

#acordeon-step-titulo-c {
	background: #fff;
}

.acordeon-step-titulo span.toggle-icon:before, .acordeon-step-titulo-c span.toggle-icon:before {
    content:"\25bc";
}
 
.acordeon-step-titulo.open span.toggle-icon:before, .acordeon-step-titulo-c.open span.toggle-icon:before {
    content:"\25b2";
}
 
.acordeon-step-titulo span.toggle-icon, .acordeon-step-titulo-c span.toggle-icon {
    position: absolute;
    /*top: 6px;*/
    right: 5%;
    font-size: 20px;
    font-weight:bold;
}

.acordeon-step-contenido {
  display: none;
  margin: 0;
  background: #fff;
  text-align: justify;
}

/*fin acordeon lista pasos*/

/* Para dispositivos de hasta 750px (tablets y móviles en horizontal) */
@media screen and (max-width: 750px) {
 #papalotes-modelo{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:10px;
    width:100%;
    max-width:400px;
    margin:0 auto;
 }
 
 #papalotes-modelo >img{
 	width: calc(33.33%-10px);
 	max-width:120px;
 }
 
    /* beneficios*/
.container-benefits{
	
	grid-template-columns: 1fr ;
	
}

.box-benef{
	background-color: #fff;
	border-radius: 10px;
	padding: 15px;
	text-align:center;
	font-size:16px;
	background: #f37043;
	color: #fff;
	
}
    .timeline {
        padding-left: 25px; /* Se ajusta para acercar la línea a los números */
    }

    .timeline::before {
        left: 18px; /* Se mueve la línea más a la izquierda */
        width: 2px;
    }

    .list-step {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
        padding-left: 40px; /* Se ajusta para que el número quede centrado */
    }

    .number-list {
        width: 30px;
        height: 30px;
        font-size: 14px;
        position: absolute;
        left: -20px; /* Se coloca sobre la línea */
        top: 50%;
        transform: translateY(-50%);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        color: white;
        font-weight: bold;
    }

    .content-list-step {
        width: 85%;
        padding: 12px;
        text-align: left;
        margin-left: 10px;
    }

    .step-image {
        width: 50px;
        height: 50px;
        margin-left: 10px;
    }
    .p-list-step {
    font-size: 14px;
    }
   
}

/* Para dispositivos de hasta 480px (móviles en vertical) */
@media screen and (max-width: 480px) {
	
	/* beneficios*/
.container-benefits{
	
	grid-template-columns: 1fr ;
	
}

.box-benef{
	background-color: #fff;
	border-radius: 10px;
	padding: 15px;
	text-align:center;
	font-size:16px;
	background: #f37043;
	color: #fff;
	
}
    .timeline {
        padding-left: 20px;
    }

    .timeline::before {
        left: 15px;
        width: 2px;
    }

    .list-step {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
        padding-left: 35px;
    }

    .number-list {
        width: 25px;
        height: 25px;
        font-size: 12px;
        position: absolute;
        left: -16px; /* Se coloca sobre la línea */
        top: 50%;
        transform: translateY(-50%);
    }

    .content-list-step {
        width: 80%;
        padding: 10px;
        text-align: left;
        margin-left: 8px;
    }

    .step-image {
        width: 40px;
        height: 40px;
        margin-left: 5px;
    }
  
}



ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}

ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}

ol > li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;    
}
.link-border{
	text-decoration: underline;
}
li ol > li {
  margin: 0;
}

li ol > li:before {
  content: counters(item, ".") " ";
}

a {
    text-decoration: none;
    color: inherit;
    font-weight: bold;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.red {
	 color: red;
}

#referencia-fotografia {
    position: relative;
    top: -42px;
    left: 10px;
    display: block;
}

.menu-principal {
	text-align: center;
    color: #000;
    text-transform: uppercase;
    font-family: 'Titillium Web', sans-serif;
 	position: unset;
    background-color: #c8d0d5;
    background-repeat: no-repeat;
    height: 100px;
}

.menu-principal > div > * {
    display: table-cell;
    vertical-align: middle;
    width: 200px;
    margin-top: 25px;
}
.menu-principal .links-home {
    width: 1050px;
}
.menu-session {
    position: unset;
    height: 100px;
    color: #fff;
    padding: 25px;
}

.menu-session > div > * {
    display: table-cell;
    vertical-align: middle;
    width: 565px;
    margin-top: 25px;
}
.logo-nombre {
	text-align: right; 
/* 	display: table;  */
	width: 550px;
}

.logo-redalyc {
	display: table-cell;
	vertical-align: middle;
}

.logo-redalyc > img {
	width: 200px;
	max-height: 70px;
	float: none;
}
.logo-nombre img{
	margin-right: 10px;
}
.to-home {
	cursor: pointer;
}

.nombre-redalyc {
	display: table-cell; 
	vertical-align: middle; 
	text-align: left; 
	font-size: 16px;
	white-space: nowrap;
}

.nombre-redalyc > p {
	text-transform: none;
	margin: 0;
	padding: 0;
}

.idioma {
    font-size: 12px;
    font-weight: bold;
    padding: 0px 2px;
    cursor: pointer;
    position: relative;
    top: -8px;
}

.idiomas-redes-estaticas img {
    padding: 0;
}

#informacion-redalyc > p {
	margin: 0;
	padding: 0;
	font-size: 1.4em;
}

#container {
	width: 100%;
	display: table;
	min-height: 500px;
	height: 500px;
}

#postulacion, #postulacion-titulo, #criterios, #criterios-titulo {
	width: 50%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}

#postulacion {
	background-color: #055ba5;
	transition: width 1s;
	-webkit-transition: width 1s;
	position:relative;
}

#postulacion-titulo, #criterios-titulo {
	width: 100%;
	height: 100%;
	display: unset;
	vertical-align: middle;
	cursor: pointer;
}

#criterios {
	background-color: #e66010;
	transition: width 1s;
	-webkit-transition: width 1s;
	position:relative;
}

#postulacion-titulo > p, #criterios-titulo > p {
	text-align: center;
    color: #fff;
    font-size: 1.5em;
}
.btn-download-criteriaFile{
	position: absolute;
    right: 1%;
    top: 0;
    cursor: pointer;
    color: white;
    font-size: 1em;
}

.acordeon {
  width: 100%;
  margin: 0;
  display: none;
}

.acordeon-titulo, .acordeon-titulo-c {
  color: #fff;
  padding: 1em;
  font-size: 1em;
  margin: 0;
  cursor: pointer;
  position: relative;
  display: block;
}

.acordeon-titulo {
  background: #055ba5;
}

#acordeon-titulo-c {
	background: #e66010;
}

.acordeon-titulo span.toggle-icon:before, .acordeon-titulo-c span.toggle-icon:before {
    content:"\25bc";
}
 
.acordeon-titulo.open span.toggle-icon:before, .acordeon-titulo-c.open span.toggle-icon:before {
    content:"\25b2";
}
 
.acordeon-titulo span.toggle-icon, .acordeon-titulo-c span.toggle-icon {
    position: absolute;
    top: 6px;
    right: 5%;
    font-size: 20px;
    font-weight:bold;
}

.acordeon-contenido {
  display: none;
  margin: 0;
  background: #fff;
  padding: 1em 2em 1.5em;
  text-align: justify;
}

.p-normal {
	font-weight: initial;
}

#papalotes-modelo {
	width: 300px;
    margin: 0 auto;
}

#papalotes-modelo > img{
	width:150px;
}

/* #papalotes-modelo > img:nth-child(even) {
    padding-top: 3.5%;
}
*/



/*footer*/
#pie-pagina{
	background-color: rgb(255, 255, 255);
	width: 100%;
	height: 39vh;
	position: relative;
	font-family: 'Titillium Web', sans-serif !important;
	color: rgb(34, 46, 52);
}
#informacion-redalyc{
	position: relative;
    text-align: center;
    font-size: 14px;
    top: 20%;
    color: #999999;
}
#pie-logos{
    position: relative;
    width: 80%;
    text-align: center;
    top: 25%;
    margin: 0 auto;
}
#pie-logos img{
	width: auto;
}
#pie-logos img:nth-child(1){
	margin: 0 20px;
    width: 120px;
    margin-bottom: 5px;
}
.varias{
 	display: none !important;
}


#textContainer
{
    background: #FF3333;
    color: white;
}

#textContainer > div
{
    width: fit-content;
    margin: 0 auto;
}

#textContainer > div > b
{
    font-size:21px;
}

#textContainer > div > span
{
    font-size: 14px;
}



@media only screen and (max-width:500px)
{
    #redalyc-general{
        display: block;
        text-align: center;
    }

    #textContainer
    {
        padding: 20px 10px;
    }

    #logoDiv
    {
        padding: 20px;
    }
}

@media only screen and (min-width:601px)
{
    #redalyc-general
    {
        display: flex;
    }
    #logoDiv
    {
        width: 30%;
        text-align: right;
        margin-right: 43px;
        display: flex;
        align-items: center;
        justify-content: end;
    }

    #textContainer
    {
        width: 70%;
        padding: 10px 0;
    }
}

img#logo-redalyc {
    width: 120px !important;
}

.redes-sociales img {
    width: 22px;
}

.redes-sociales{
		display: flex;
	    flex-flow: row wrap;
	    width: unset;
	    margin: 5px 0;
	    text-align: end;
	    float: right;
	    margin-right: 0px;
	}
	
.idioma{
	    color: #000;
	    margin: 3px;
	}
	
div.menu-principal > div > * {
	    flex-flow: row wrap;
	    width: 100%;
	    text-align: end !important;
	    float: right !important;
	    margin-right: 34px !important;
	    
	}
	
.idiomas-redes-estaticas img{
	    width: 25px
	}
	
/*Nuevos criterior*/
#criterios > div.acordeon.criterios > div > div > ol > li:before
{
	content: none !important;
}