/* ========================================================================== */
/* ========================================================================== */
							/* [Table of contents] */
/* ========================================================================== */
/* ========================================================================== */

/*
	/* FONDO VIDEO */
.contenido__video{
	background: #ffffff;
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
}

/* Estilos para la etiqueta "video" con la calse (.video)  */
.video{
	position: absolute;
	max-width: 300%;
	width: 100%;
}

/* media queries (personalizarlo a su antojo)*/
@media(max-width: 900px){
	.video{
		width: 150%;
	}
}
@media(max-width: 650px){
	.video{
		width: 280%;
	}
}
@media(max-width: 480px){
	.video{ 
		width: 300%;
	}
}

.presentacion,


.presentacion{
	height: 100vh;
}
.contenido{
	max-width: 1024px;
	margin: 0 auto;
}

.titulo{
	color: #357DA2;
	font-size: 5vw;
	text-align: center;
}
.informacion{
	font-size: 2vw;
}

.autor{
	display: block;
	color: inherit;
	text-decoration: none;
	text-align: center;
}
        
     
  .boton_personalizado{
    text-decoration: none;
    padding: 10px;
      margin-top: 5em;
    font-weight: 600;
   border-radius: 5px;
    color: #ffffff;
    background-color: #b89b5e;
    
  }
  .boton_personalizado:hover{
    color: #b89b5e;
    background-color: #ffffff;
  }

.textoblog {
    font-size: 16px;
    text-align: justify;
    text-indent: 30px;
}

.textoblog2 {
    font-size: 16px;
    text-align: justify;
 
    margin-left: 60px;
}