@charset "UTF-8";
/* CSS Document */
::-webkit-scrollbar-thumb {
    background: #002b7a;
}

::selection {
    background-color: #ba800d;
    color: white;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box; /*formatear medidas*/
	text-decoration:none;
}

html {
	scroll-behavior: smooth;
}

body {
	background-color: white;
	font-family: 'Montserrat', sans-serif;
}

main {
	margin-left: 300px;
}

img {
	width: 100%;
}
p {
	padding: 15px;
}



/*ANIMACIONES ENTRADA*/
.scroll {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.5s ease-out;
    transition-delay: 0;
}

.scroll-animation {
    opacity: 1;
    transform: translateY(0);
}

/*FUENTES*/

.titulo1 {
	font-weight: bolder;
	font-size: 38pt;
	color: white;
	line-height: 100%;

}

.titulo1cent {
	font-weight: bolder;
	font-size: 38pt;
	color: white;
	text-align: center;
}

.titulo2 {
	font-weight: 800;
	font-size: 38pt;
	color:#002b7a;
}

.titulo3 {
	font-weight: 700;
	font-size: 2vw;
	color:#ba800d;

}

.titulo4 {
	font-weight: 700;
	font-size: 9pt;
	color: white;
}

.subtitulo1 {
	background-color: #050a30;
	color: white;
	box-shadow: 2px 2px 10px  black;
	border-radius: 5px;
	padding: 25px 15px;
	font-style: italic;
	font-size: 2.5vh;
}

.texto1 {
	max-width: 900px;
	text-align: left;
	color: white;
	font-size: 22pt;
	font-weight:500;
}

.texto2 a {
	color: white;
	font-weight: 400;
	font-size: 16pt;
	
}


.texto3 {
	color: white;
	font-weight: auto;
	font-size: 12pt;
	text-align: justify;
}

.texto4 {
	color: #002b7a;
	font-weight: 500;
	font-size: 12pt;
	text-align: justify;
}

.texto5 {
	color: #050a30;
	font-weight: 600;
	font-size: 8pt;
	text-align: center;
}

.texto6 {
	color: #002b7a;
	font-weight: 600;
	font-size: 8pt;
	text-align: center;
}

.texto7 {
	color: white;
	font-weight: auto;
	font-size: 12pt;
	text-align:left;
	line-height: 150%;
	text-align: justify;
}

.texto7 li {
	margin-left: 10%;
}

.texto7 a {
	text-decoration: underline;
	color: white;
}

.list1 {
	list-style: none;
}

.list1 li {
	margin-bottom: 50px;
	list-style:disc;
}

.list2 li {
	margin-bottom: 0;
	color: #e6af2b;
	list-style: disc;
}

.list3 li{
	margin-bottom: 15px;
}

.list4 {
	list-style: circle;
}

.formula {
	background-color: #050a30;
	box-shadow: 2px 2px 10px  black;
	width: fit-content;
	margin: 80px auto 80px auto;
	padding: 30px;
	border-radius: 5px;
}

.formula a{
	color: #e6af2b;
}

.formula img {
	margin-bottom: 30px;
}

/*BOTÓN 2*/
.botonResultados {
	display: flex;
	justify-content: center;
	margin-top: 50px;
}
.boton2 {
	background-color: #ba800d;
	width: 300px;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: medium;
	font-weight: 800;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	scale: 140%;
	scale: 90%;
}

.boton2 a {
	color: white;
	text-align: center;
	text-decoration: none;
	font-weight: 700;
}

.boton2:hover {
	transition: 0.2 all ease;
	background-color: #002b7a;
	transform: translateY(-3px);
	transition: 0.5s all ease;
}

.boton2:hover a {
	color: white;
	transition: 0.2s all ease;
}

/*MENU DE NAVEGACIÓN*/

nav {
	background-color: white;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	height: 100%;
	width: 300px;
	align-items: center;
	position: fixed;
  	top: 0;
  	left: 0;
	box-shadow: inset -10px -10px 20px -10px black ;
	z-index: 100;
}

.menuMetodologia {
	margin: 30px;
	display: flex;
	flex-direction: column;
	list-style: none;

}

.menuMetodologia li {
	margin-top: 20px;
}

.menuMetodologia a {
	color: #ba800d;
	font-weight: 700;
	text-decoration: none;
	text-justify: left;
	font-size: 10pt;
	line-height: 100%;
	
}

.menuMetodologia a:hover {
	color: #002b7a;
	transition: 0.3 all ease;
}

.botonVolver {
	margin-bottom: 40px;
	margin-top: 0;
}

.botonVolver a {
	color: #002b7a;
	font-weight: 400;
	text-justify: center;
	font-size: 9pt;
	text-decoration: underline;
}

.botonVolver a::before {
	content: '< ';

}

.etapas li {
	list-style: none;
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 15px;

}
.etapas a {
	color: #050a30;
	font-weight: 500;
}

.etapas li:hover {
	transform: translateX(3px);
}

/*LOGOTIPOS*/
.logo {
	display: flex;
	flex-direction: row;
	height: fit-content;
	align-items:center;
	position: absolute;
	top:0;
	margin: 5px;
	margin-left: 0;
}

.logo img{
	width: 100%;
	max-height: 70px;
}

.logoUNAM {
	padding: 10%;
}

.logoPVE {
	padding: 10%;
}

/*METODOLOGÍA*/

.metodologiaDoc {
	background-color: #050a30;
	padding: 10% 15% 10% 15%;
}

.metodologiaDoc .boton1 {
	margin:auto;
}



/*FOOTER¨*/
.footer {
	padding: 3%;
}

/*BOTONES REPSONSIVE*/

.botonesResponsive {
	display: none;
}

.gobackBtn {
	color: white;
	position: absolute;
	top:7vh;
	left: 10vw;
}
.gobackBtn i {
	text-decoration: none;
	color: white;
}

.gobackBtn a:active a:visited {
	text-decoration: none;
}

.gotopBtn {
	color: #e6af2b;
	position: fixed;
	bottom: 9vh;
	right: 12vw;
}

.gotopBtn button {
	color: #e6af2b;
	background-color: transparent;
	border: none;
}
.gotopBtn i {
	text-shadow: black 0px 0px 9px;
}















/*FOOTER¨*/
.footer {
	padding: 3%;
}
