@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: 1.8rem; /*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.4rem; /*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: 49rem; /*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;
}

/*UBICACION*/
*{
    margin:0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
}

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-repeat: repeat;
    margin-left: 0px;
}

.container-all{
    width: 100%;
    max-width: 1000px;
    margin: auto;
    padding: 60px;
    background: white; /*espacio de arriba*/
    margin-top: 100px;
    border-top: 6px solid #65d6a6;
}

.title{
    font-size: 40px;
    margin-bottom: 60px;
}

.sub-title{
    font-size: 30px;
    font-weight: 400;
}

/*TEXTO DESPUES DE UBICACION*/
.container-all h1{
	font-family: 'Kaushan Script', cursive;
	color:black;
    text-shadow: 4px 4px 4px chocolate;
	text-align: center;
	line-height:35px;
}

/*TEXTO DE UBICANOS*/
.container-all h4{
    color:black;
    text-shadow: 2px 2px 5px tomato;
    text-align: center;
	font-family: 'fantasy', cursive;
}

/*apartado de top, primeras imagenes con texto*/
#top{
	margin:20px auto;
	width:1000px;
	height:200px;
}

/* 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:370px;
    width:300px;
    margin-right: 10px;	
}

/*ul li codigo para texto con h1*/		
#top ul li h1{
	font-family: 'Kaushan Script', cursive;
	color:black;
    text-shadow: 4px 4px 4px tomato;
	text-align: center;
	line-height:35px;
}

#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 parrafo*/			
#top ul li p{
	font-size: 18px;
    font-weight: 300;
    margin-top: 20px; /*etiquetas de separación(p)*/
    text-align: center;
	text-shadow: 3px 3px 5px aqua;
	color:black;
	padding: 10px;
}

/*PARTE DE CODIGO DEL TEXTO*/
#top ul li h2{
	color:aqua;
	text-shadow: 1px 2px 2px black, 0 0 35px deeppink, 0 0 10px deeppink;
	text-align: center;
	line-height:42px;
}
