@charset "UTF-8";
@media only screen and (min-width:320px) and (max-width:600px)
{
  h1{
    text-indent: 20px !important;
    display: flex;
  }

  p.parrafo {
    padding: 0 4px 0 0;
  }
  /*footer*/
    footer#pie-pagina {
        height: 55vh;
    }
    div#informacion-redalyc {
        font-size: 11px;
    }
    div#pie-logos {
        top: 25%;
    }
}
/*-------------------------------------------------------------------------------------------------------------------------------*/
* {
  padding: 0px;
  margin: 0px;
  font-family: Arial;
}

/****HEADER****/
header {
  height: 150px;
  width: 100%;
/*  background-image:url(encabezado-periscopio2.jpg);*/
  background-color: #c8d0d5;
  position: sticky;
  z-index: 2;
  color: #ffffff;
  border: #6a747d;
  background-size: cover;
}

header img:hover{
  cursor: pointer;
}

#elemento h1{
    color: #000;
    z-index: -2;
}

.iconos{
	position: absolute;
    right: 30px;
	top: 80px;
	font-weight: bold;
    z-index: 2;
}
 


.iconos > *{
	display: inline-block;
    padding: 0px 5px;
    font-size: 14px;
    vertical-align: middle;
}

.iconos  span{
	position: relative;
	  cursor: pointer;
  vertical-align: middle;
  color: #000;
}

.iconos img{
	width: 20px;
    height: 20px;

}

#titulo-redalyc {
    position: absolute;
    right: 0;
    font-size: 12px;
    width: auto;
    top: 20px;
    display: table-cell;
    margin-right: 30px;
}
#logo-redalyc {
    display: inline-block;
    padding-top: 11px;
}
#nombre-redalyc {
    display: inline-block;
    white-space: nowrap;
    vertical-align: top;
}
#nombre-redalyc p{
    font-size: 17px;
}
#nombre-redalyc p:nth-child(1){
    font-size: 24px;
}

/****logo****/
.logo{
	float: left;
    width: 200px;
    height: auto;
	margin-top: -7px;
}

#elemento{
	position: relative;
    margin: 0 auto;
    top: 100px;
}

h1{
    width: 100%;
    margin: 0 auto;
    font-weight: lighter;
    text-indent: 21%;
    font-size: 25px;
    padding-bottom: 10px;
}
/*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: 200px;
}
#pie-logos img:nth-child(1){
    margin: 0 30px;
}

/****FIN FOOTER****/

#titulo-redalyc {
    position: absolute;
    right: 0;
    font-size: 12px;
    width: auto;
    top: 20px;
    display: table-cell;
    margin-right: 30px;
}
#logo-redalyc {
    display: inline-block;
    padding-top: 11px;
}
#nombre-redalyc {
    display: inline-block;
    white-space: nowrap;
    vertical-align: top;
}
#nombre-redalyc p{
    font-size: 17px;
}
#nombre-redalyc p:nth-child(1){
    font-size: 24px;
}

/*-----------------------------------------------------------laptop medium-------------------------------------------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 2000px){
  footer#pie-pagina {
      height: 35vh;
    }
}
/****--------------------------------------------------------------------RESPONSIVE-----------------------------------------****/
@media only screen and (min-width: 800px) and (max-width: 1199px){
    div#nombre-redalyc p:nth-child(1) {
        font-size: 16px;
    }
    div#nombre-redalyc p {
        font-size: 9px;
    }
    img.logo {
        width: 120px !important;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1550px){
    div#nombre-redalyc p:nth-child(1) {
        font-size: 22px;
    }
    div#nombre-redalyc p {
        font-size: 12px;
    }
    img.logo {
        width: 120px !important;
    }
}
/* 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;
    }
}
/****--------------------------------------------------------------------RESPONSIVE-----------------------------------------****/
@media screen and (min-width: 360px) and (max-width: 767px){
	header{
		height: 260px;
		background-size: cover;
	}
	
	#elemento{
		top: 180px;
	}
	
	#elemento h1{
		font-size: 25px;
		position: relative;
		left: -10px;
		top: 25px;
        z-index: -2;
	}
	
	
	#titulo-redalyc{
		width: 100%;
		right: 0;
		text-align: center;
    white-space: normal;
    font-size: 11px;
	}
	
	.logo{
		float: initial;
	}
	
	.parrafo{
		display: block;
	}
	
	#titulo-redalyc br{
		display: none;
	}
	
	.iconos{
		top: 150px;/*
		width: 100%;*/
		text-align: center;
		left: 150px;
        z-index: 2;
	}
	
}

#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;
}
