@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Montserrat';
}

body{
	
    width: 100%;
	margin: 0 auto;
	background: #D7BADE;
	box-sizing: border-box;
	
	}

header{
	 
	display: inline-block;
 	width: 100%;
	background: black;
	font-size: 1vw;
	box-sizing: border-box;
	}


footer{
	
	display: flex;
	position: fixed;
  	bottom: 0;
	align-items: center;
	padding: auto 10% auto 10%;
 	width: 100%;
	height: 60px;
	background: linear-gradient(#8031a7, 5%, #D7BADE);
	color: black;
	font-size: 1vw;
	box-sizing: border-box;
	}

header nav{
	
	padding: 10px;
	background: #8031a7;
}

#btn-menu{
	
	display: none;
}

header label{
	
	font-size: 30px;
	color: #8031a7;
	cursor: pointer;
	display: none;
}

h2{
	
	color: #8031a7;
	
}
.menu ul{
	
	display: flex;
	list-style: none;
	justify-content: center;
	padding: 10px;
	border-radius: 10px;

}

.menu ul ul{
	
	display: none;
	background: #8031a7;
}

.menu a{
	
	display: block;
	padding: 16px 20px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	border-radius: 1vw;
	
}

.menu li:hover{
	
	z-index: 1000;
	border-radius: 10px;
	background: #431958;
	color: #d2a9e6;
	
}

.menu a span{
	
	margin-left: 10px;
}

.menu ul li:hover ul{
	
	display: block;
	position: absolute;
}


.contenedor_footer{
	
	display: flex;
	width: 100%;
	padding: 10px;
	margin: 0 auto;
	justify-content: space-between;	
}

.notificacion{
 	
	display: block;
	width: 60%;
	margin: 10% auto;
	padding: 2%;
	border-radius: 10px;
	border: 0.5em solid #4E4E4E;
	color: darkgrey;
	
}


.contenedor_header{
	
	display: flex;
	align-items: center;
	margin: 0 auto;
	width: 100%;
	background: #D7BADE;
}

.contenedor_texto {
  
  display:block;
  margin: 5% 10% 5% 10%;
  justify-content: center;
  background-color: transparent;
  text-align: justify;
  margin-left: 10%;
  font-size: 18px;
  color: black;
}

.mail:link{
	
	text-decoration: none;
	font-weight: bold;
	color: #8031a7;	
	}

.enlaces:link{
	
	text-decoration: none;
	color: #8031a7;
	font-weight: bold;
	}

.enlaces:visited{
	
	color: #8031a7;
}

.banner{
	
	position: relative;
	display: block;
	padding-top: 10%;
	padding-bottom: auto;
    width: 75%;
}

.logo{
	
	position: relative;
	display: block;
	margin: 25px auto;
	width: 80%;
	
}

.icono-redes{
	
	width: 3vw;
	filter:drop-shadow(1px 3px 3px black);
	
}

.redes-container{
	
	display: flex;
	position: fixed;
	align-items: center;
	justify-content: center;
	padding: 1%;
	margin: 0 auto;
	top: 0;
	right: 0;
}

.redes-container ul li{
	
	display: inline-block;
	text-align: center;
	
}


.redes-container ul li a{
	
	display: block;
	padding: 2px;
	text-decoration: none;
}

.redes-container ul:hover a{
	
	filter: blur(2px);
}

.redes-container ul li a:hover{
	
	transform: translateY(-3px) scale(1.3);
	filter: none;
}

/*Columnas del header*/

.column-header1{
	
	align-content: center;
	justify-content: center;
	
}

.column-header2 {
	
    display: flex;
	margin: 0 auto;
	align-content: center;
	justify-content: center;
}

.column-header3 {
	
	width: 25%;
	align-content: center;
	justify-content: center;
}

/*Columnas del footer*/

.column-footer1{
	
	justify-content: center;
	align-items: center;
	
}

.column-footer2{
	
	justify-content: center;
	align-items: center;
}

.column-footer3{
	
	justify-content: center;
	align-items: center;
}

article{
	
	display: block;
	margin: 5% 15% 5% 15%;
	align-content: center;
	font-size: 1.5em;	
}

hr{
	
  	display: block;
 	margin: auto;
    border-style: solid;
	color: orangered;
    border-width: 2px;
	
}

/*Estilo de formularios*/

form{
	
	display: block;
	padding: 0 0 10% 0;
	width: 40%;
	margin: 0 auto;
	font-size: 2vw;
}

form label{
	
	display: inline-flex;
}

form input{
	
	width: auto;
	text-align: center;
	font-size: 0.75em;
}

form button{
	 
	padding: 1% 2% 1% 2% ;
	margin-left: 40%;
	border: none;
	border-radius: 6px;
	font-size: 1em;
	background: #8031a7;
	color: #e6cff1;
	cursor: pointer;
}

form button:hover {
	
	transition-duration: 0.2s;
    background-color: #e6cff1;
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
    color: #8031a7;

}

form textarea{
	
	padding: 2%;
	font-size: 0.75em;
}

.label_politica{
	
	display: block;
	font-size: 0.75em;
}

/*Estilo de los checkbox*/

.checkmark{
	
	display: inline-flex;
    background-color: #eee;
}

.tutobox{
	
	display: block;
	margin: 2% auto;
	width: 50%;
	height: auto;
	padding: 1% 1% 1% 1%;
	box-shadow: 0 25px 50px 0 rgba(0,0,0,0.5);
}

.formulario_tutorial{
	
	margin: 0;
	padding: 2%;
	width: auto;
	
}

.label_fecha{
	
	padding: 2%;
	border: solid 0.25rem orangered;
	border-radius: 2vw 2vw 2vw 0.5vw;
	font-weight: bold;
	font-size: 2.5rem;
	color: goldenrod;
	text-shadow: 2px 1px 3px rgba(0,0,0, 0.7);
}

.label_titulotutorial{
	
	padding: 2%;
	font-size: 2rem;
	color: darkgrey;
	font-weight: bold;
	
}

.video{
	
	width: 80%;
	margin-left: 10%;
	padding: 2%;
	
}

.comentarios_video{
	
	padding: 2%;
	font-size: 1.5rem;
	color: orangered;
	text-align: justify;
}

.contenedor_normal{
	
	display: flex;
	flex-direction: column;
	align-content: center;
	align-items: center;
	background-color: transparent;
    width: 80%;
	margin: 5% auto;
    box-sizing: border-box;
    
}

.link_tarjeta{
	
	text-decoration: none;
	color: black;
}

.contenedor_tarjeta{
	
	display: block;
	width: 350px;
    box-sizing: border-box;
	background-color: antiquewhite;
	text-align: center;
	border-radius: 2vw;
	box-shadow: 0 10px 15px 0 rgba(0,0,0,0.5);
	overflow: hidden;
}

.contenedor_tarjeta:hover{
	
	box-shadow: 0 10px 15px 0 orangered;
	-webkit-transform:scale(1.3);
	transform:scale(1.3);
	transition: 0.5s;
}

.contenedor_tarjeta p{
	
	padding: 2%;
}

.contenedor_tarjeta img{
	
	padding-bottom: 5%;
}

.banner_largo{
    
    width: 80%;
    margin: 5% auto;
    padding: 5%;
    box-sizing: border-box;
    border-radius: 2vw;
    background: linear-gradient(#ffcb12, 5%, white);
    box-shadow: 0 10px 15px 0 rgba(0,0,0,0.5);
}

.banner{
	
	position: relative;
	display: block;
	align-content: center;
	margin: auto;
	padding-top: 10%;
	padding-bottom: auto;
    width: 75%;
}

#bienvenida {
	
	width: 80%;
	text-align: justify;
}

.slider {
	
	overflow: hidden;
	margin: 0% 10% 10% 10%;
}

.slider--inner {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	transition: all 1s ease-in;
	align-items: center;
	
}

.slider--inner img {
	
	aspect-ratio: contain;
	object-fit: cover;
	width: 25%;
	border-radius: 20px;
}


@media only screen and (max-width : 769px){
	
	footer{
	
	position: relative;
	padding: 1%;
	font-size: 2vw;
    text-align: center;
}	
  
/*Columnas del footer*/
    
    .contenedor_footer{
        
        display: flex;
    }
    
    .column-footer1{
        
        padding: 1%; 
    }
    
    .column-footer2{
        
        padding: 1%; 
    }
    .column-footer3{
        
        padding: 1%; 
    }
    
    
	header{
		
		width: 100%;
		font-size: 2vw;
		margin: 0 auto;
	
    }
    
/*Columnas del header*/
	
    .contenedor_header{
        
        display: block;
    }
    
	.column-header2 {
	
		width: 50%;
        display: block;
        margin: 0 auto;
    }
	.column-header1{
		
		display: none;
	}
	
	header nav{
		
		position: fixed;

	}

	header label{

		display: block;
		padding: 5px;
		font-size: 20px;
    }

	.menu{
		
		width: 100%;
		transform: translateX(-100%);
		transition: all 0.3s;
	}
	
	.menu ul{
		
		display: block;
		background: #8031a7;
	}
	
	.menu a{
		
		color: #e6cff1;
		font-size: 3vw;
	}
	
	.menu ul li:hover ul{
		
		display: none;
		position: static;
	}
	
	.menu a span{
		
		position: absolute;
		right: 5px;
	}
	
	#btn-menu:checked ~ .menu{
		
		transform: translateX(0%);
	}
	
	.menu ul ul{
		
		background: rgba(0,0,0,0.4);
	}
	
	.contenedor_texto{
		
		font-size: 3vw;
	}
	
	article{
	
	font-size: 3.5vw;
		
	}
	
	form{
		
		margin: auto;
		font-size: 3.5vw;
		text-align: center;
	}
	
	.label_politica{
		
		font-size: 2.5vw;
	}
	
	form textarea{
	
	width: 90%;
		
	}
	
	form button{
		
		margin-left: 5%;
	}
	
	.notificacion{
		
		font-size: 3vw;
		
	}
	
	.tutobox{
	
	width: 90%;
	margin: 2% auto;
	height: auto;
	box-shadow: 0 7px 25px 0 rgba(0,0,0,0.5);
    }

    .label_fecha{
	
	border: solid 0.15rem #FFCB12;
	border-radius: 2vw 2vw 2vw 0.5vw;
	font-size: 4vw;
	color: orangered;
	text-shadow: 1px 0.5px 2px rgba(0,0,0, 0.7);
    }

    .label_titulotutorial{
	
	padding: 2%;
	font-size: 5vw;
	font-weight: bold;
	
    }

    .video{
	
	width: 90%;
	height: 50%;
	margin-left: 0;
	padding: 2%;
	
    }

    .comentarios_video{
	
	padding: 2%;
	font-size: 4vw;
    }

    .lista_componentes{
		
	font-size: 3.5vw;	
    }

    .lista_componentes li::before{
	
	font-size: 4vw;		
    }

    .contenedor{
	
	display: block;
    margin: 0 auto;
    width: 90%;
    }

    .contenedor_tarjeta{

    margin: 5% auto;
    width: 100%;
    }
   
    .contenedor_tarjeta img{
	
	width: 100%; 
    }

    .banner_largo{
    
    width: 90%;
    font-size: 2vw;      
    }
    
	#bienvenida {
	
	width: 80%;
	text-align: justify;
	font-size: 12px;
}
	.slider--inner {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	transition: all 1s ease-in;
	align-items: center;
	
}

	.slider--inner img {
	
	aspect-ratio: contain;
	object-fit: cover;
	width: 25%;
	border-radius: 4px;
}
	
    }

@font-face {
    font-family: 'montserrat';
    src: url("../fonts/montserrat/Montserrat-Medium.ttf");
    font-weight: normal;
    font-style: normal;

    }

