@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600&display=swap');
@import url(footer.css);

*{
    font-family: 'Poppins', sans-serif;
    margin:0; padding:0;
    box-sizing: border-box;
    outline: none; border:none;
    text-decoration: none;
    text-transform: capitalize;
    transition: all .2s linear;
}

html{
    font-size: 62.5%;
    overflow-x: hidden;
    scroll-behavior: smooth;
    scroll-padding-top: 7rem;
}
/*
body{
    background:#eee;
}
*/

body {
	font: 80%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	color: #000;
/*	background-image: url(fon.jpg);
	background: #48D1CC;
	background-repeat: repeat;*/
	margin-left: 0px;
}


/*Home, inicio*/
section{
    padding:2rem 9%;
}

.header{
    position: fixed;
    top:0; left:0; right: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:2rem 9%;
    background:#fff; /*color de fondo de universidad*/
    box-shadow: var(--box-shadow);
}

.header .logo{
    font-size: 2.0rem; /*letra de inicio (UTRNG)*/
    font-weight: bolder;
    color:var(--header-color,Green); /*color de letra Universidad */
}

.header .logo i{
    color:var(--header-color, MediumSeaGreen); /*color del icono de escuela*/
}

.header .navbar a{
    font-size: 1.6rem; /*tamaño de letra de inicio,carreras, etc*/
    margin:0 2rem;
    color:var(--black);
}

.header .navbar a:hover{
    color:var(--header-color,Green); /*color de la letra (Inicio, Carreras, etc)*/
}

.home{
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../image/utr.png) no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 44rem; /*espacio de figura, alto*/
    padding-bottom: 21rem;
}

.home .content{
    text-align: center;
    width:60rem;
}

.home .content h3{
    color:var(--black);
    font-size: 3rem;
}

.home .content h3 span{
    color:var(--orange);
}

.home .content p{
    color:var(--light-color);
    font-size: 1.7rem;
    padding:1rem 0;
    line-height: 1.8;
}

/*seccion de abajo*/
.content {
	padding: 14px 0;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}

.container {
	width: 1000px;
	background-color: #FFF;
	margin: 0 auto; /* el valor automÃ¡tico de los lados, unido a la anchura, centra el diseÃ±o */
	}

/* seccion de cita se mueve
header{
	position:relative;
	margin:20px auto;
	width:1000px;
	height:150px;
}
*/	
#logo{
	position:absolute;
	font-family: 'Kaushan Script', cursive;
	font-size:44px;
	color:black;
    text-shadow: 2px 2px 5px red;
    text-align: center;
	line-height:80px;
}

/*apartado de top, primeras imagenes con texto*/
#top{
	margin:20px auto;
	width:1000px;
	height:192px;
}

/* primer apartado de top, ul*/	 
#top ul{
	width:1010px;
	height:192px; 
}

/* <ul> <li<*/	 	
#top ul li{
	float:left;
	width:326px;
	height:192px;
	margin-right:10px;
	text-align:center;
}

/*ul li codigo para posicion imagen*/	
#top ul li img{
	height:200px;
    width:300px	
}

/*ul li codigo para texto con h1*/		
#top ul li h1{
	font-family: 'Kaushan Script', cursive;
	color:black;
    text-shadow: 4px 4px 4px yellow;
	text-align: center;
	line-height:22px;
}

#top ul li a{
	font-family: 'Tahoma', cursive;
	color:black;
	text-align: center;
	text-shadow: 2px 2px 5px Crimson;
}

/*ul li codigo para texto de parrafp*/			
#top ul li p{
	font-size: 18px;
    font-weight: 300;
    margin-top: 20px; /*etiquetas de separación(p)*/
    text-align: center;
	text-shadow: 2px 2px 5px CornflowerBlue;
	color:black;
	padding: 10px;
}

/* apartado de <div id="top1"> 
SEGUNDA PARTE
*/
#top1 {
  	margin:20px auto;
	width:1000px;
	height:192px;
}

#top1 ul{
	width:1010px;
	height:192px; 
}

#top1 ul li{
	float:left;
	width:326px;
	height:192px;
	margin-right:10px;
	text-align:center;
}

#top1 ul li img{
	height:200px;
    width:300px
}

#top1 ul li h1{
	font-family: 'Kaushan Script', cursive;
	color:black;
    text-shadow: 4px 4px 4px yellow;
	text-align: center;
	line-height:22px;
}

#top1 ul li a{
	font-family: 'Tahoma', cursive;
	color:black;
	text-align: center;
	text-shadow: 2px 2px 5px Crimson;
}

#top1 ul li p{
	font-size: 18px;
    font-weight: 300;
    margin-top: 20px; /*etiquetas de separación(p)*/
    text-align: center;
	text-shadow: 2px 2px 5px CornflowerBlue;
	color:black;
	padding: 10px;
}
