@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap');
@import url("https://use.typekit.net/eiv6tcq.css");
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap');

/* GENERALES 
///////////////////////////////////////////////////// */

*
{
    font-family: 'DM Sans', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #FFF;
    padding: 0;
    margin: 0;
}

html
{
    font-size: 16px;
}

body
{
    background-color: #000;
    /*
	background-image: url("../imagenes/fondo.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
    */
	background-attachment: fixed;
}

h1, h2, h3, h4, h5, h6, h1 a
{
    font-weight: 400;
    font-family: bebas-neue, sans-serif;
    letter-spacing: 1px;
}

a, a:hover
{
    color: #FFF;
    text-decoration: none;
}

a:hover
{
    opacity: 0.8;
}

.boton
{
    font-size: 1.2rem;
    border: 1px solid #FFF;
    border-radius: 5px;
    padding: 10px;
}

/* CABECERA Y PIE 
///////////////////////////////////////////////////// */

.cabecera,
.pie
{
    width: 100%;
    padding: 30px 30px 0 30px;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.pie
{
    padding: 0 30px 30px 30px;
    top: auto;
    bottom: 0;
}

.logo-planeta img
{
    width: 41px !important;
    height: 39px !important;
}

.cabecera h1
{
    font-size: 1.4rem;
}

.portada-cabecera img
{
    width: 80px;
	height: auto;
	/*
	height: 102px;
	*/
    border: 1px solid #A9A9A9;
}

.ico-menu
{
    width: 34px;
    height: 26px;
}

.ico-menu img
{
    width: 34px;
    height: 26px;
}

/* ESTRUCTURA GENERAL 
///////////////////////////////////////////////////// */

.container-fluid.principal,
.menu
{
	padding: 30px;
	width: 100vw;
    height: 100vh;
}

.row.centrar
{
    /*
    height: 100%;
    */
    height: 100vh;
}

.centrar
{
	text-align: center;
}

/* SLIDERS (GRANDES PREGUNTAS Y TESIS)
///////////////////////////////////////////////////// */

.slider-tesis
{
	font-size: 1.5rem;
}

.foto-pregunta
{
	width: 100%;
	height: auto;
}

/* LEYES DE LA NATURALEZA
///////////////////////////////////////////////////// */

.naturaleza .row
{
	border-top: 1px solid #707070;
	padding-top: 40px;
}

.naturaleza img
{
    width: 100%;
    height: auto;
    margin-top: 2rem;
}

/* AUTOR 
///////////////////////////////////////////////////// */

.autor.centrar
{
    text-align: left;
}

.autor h2
{
	font-size: 2.5rem;
	margin-bottom: 1rem;
}

.autor p
{
	font-size: 1.2rem !important;
	margin-bottom: 2rem !important;
}

.foto-autor
{
	background-image: url("../imagenes/autor.jpg");
    height: 100vh;
	background-repeat: no-repeat;
	background-position: 50% 80%;
}

/* VÍDEOS 
///////////////////////////////////////////////////// */

.videos h2, .slider-tesis h2
{
    font-size: 1.5rem;
    margin-bottom: 2rem;
}

/*
.div_contenedor 
{
	position: relative;
	padding-bottom: 56.25%; 
	padding-top: 25px;
	height: 0;
}

.div_contenedor iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
*/

/* INICIO 
///////////////////////////////////////////////////// */

/*
.inicio.row
{
    height: 100vh;
}
*/

.home.row
{
}

.home .portada
{
    width: 100%;
    height: auto;
}

/* ENCONTRARLO 
///////////////////////////////////////////////////// */

.encontrarlo img
{
	width: 24%;
	margin: 0 2% -40px 2%;
}

.encontrarlo .contacto
{
	padding-top: 60px;
}

.contacto h2
{
	margin-bottom: 30px;
}

.contacto .enlaces
{
display: flex;
justify-content: center;
}

.contacto a
{
display: block;
width: 32px;
height: 32px;
background-repeat: no-repeat;
background-size: 32px 32px;
margin: 0 10px;
}

.contacto .contacto-correo
{
background-image: url("../imagenes/ico-mail.png");
}

.contacto .contacto-linkedin
{
background-image: url("../imagenes/ico-linkedin.png");
}

.contacto .contacto-facebook
{
background-image: url("../imagenes/ico-facebook.png");
}

.contacto a span
{
display: none;
}

.contacto
{
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
}

.contacto .bloque-contacto
{
padding: 0 60px;
}

/* PRENSA 
///////////////////////////////////////////////////// */

.prensa h2
{
	margin-bottom: 60px;
}

.prensa .meta
{
	margin-bottom: 5px;
	text-transform: uppercase;
	font-size: 0.8rem;
}

.prensa img
{
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}

.prensa .col-lg-4
{
margin-bottom: 25px;
}

/* MENÚ 
///////////////////////////////////////////////////// */

.menu
{
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	background-color: #000;
}

.menu div.row
{
	height: 100%;
}

.menu .cabecera
{
	justify-content: flex-end;
}

.menu ul
{
	text-align: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.menu li
{
	margin: 5px 0;
	padding: 0;
}

.menu a
{
	font-size: 2rem;
}

.menu .boton-idioma a
{
opacity: 0.4;
}

.menu .boton-idioma a:hover
{
background-image: url("../imagenes/flecha.png");
background-repeat: no-repeat;
background-position: 100% 50%;
padding-right: 45px;
padding-left: 45px;
background-size: 30px auto;
opacity: 1;
}


/* TIPOGRAFÍAS 
///////////////////////////////////////////////////// */

.izquierda *
{
    text-align: left;
}

p.separado
{
    margin-bottom: 2rem;
}

.home h1,
.home h2
{
    font-size: 3.5rem;
}

.naturaleza h2
{
    font-size: 2.5rem;
}

.encontrarlo h2
{
font-size: 1.2rem;
}

.prensa h3
{
	font-size: 1rem;
}

.home p
{
    font-size: 1.5rem;
}

.naturaleza p
{
    font-size: 1.2rem;
}

.slider-preguntas p
{
   font-size: 2rem;
   text-align: center;
}

.otros-libros h2
{
font-size: 1.5rem;
}

/* AUDIO */

.boton-audio
{
	margin-right: 25px;
}


/* OTROS LIBROS */

.otros-libros img
{
width: 200px;
height: auto;
margin-bottom: 1rem;
}

.libro
{
display: flex;
flex-direction: column;
align-items: center;
}

/* MÓVIL */

@media (max-width: 999px)
{
    
    .escritorio
    {
	    display: none;
    }
    
    .block
    {
        padding-top: 120px !important;
    }
    
    .reverso
    {
        display: flex;
        flex-direction: column-reverse;
    }
    
    .separado-movil
    {
        margin-bottom: 60px;
        /*
        background-color: blue;
        */
    }
    
    .separado-movil-ultimo
    {
        padding-bottom: 170px;
    }
    
    .pie
    {
        position: relative !important;
    }
    
    .logo
    {
        display: block;
        padding-top: 10px !important;
        padding-left: 7px !important;
    }
    
    .cabecera
    {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        background-color: #000;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    p.separado
    {
        margin-bottom: 2rem;
    }


    .home .portada
    {
        width: 60%;
        height: auto;
	    margin: 0 auto 25px auto;
    }
    
    .home h1, .home h2
    {
        text-align: left !important;
        font-size: 2rem !important;
    }

    p
    {
        text-align: left !important;
        font-size: 1.2rem !important;
    }

    .boton
    {
        font-size: 1rem;
        padding: 6px;
    }
    
    .slider-preguntas .foto-pregunta
    {
        width: 100% !important;
        margin-bottom: 1rem !important;
    }

    .naturaleza h2,
    .autor h2
    {
        font-size: 2rem;
    }

    .naturaleza p,
    .autor p,
    .slider-preguntas p
    {
        font-size: 1.2rem !important;
    }
    
    .naturaleza img
    {
        margin-top: 0 !important;
        margin-bottom: 1rem;
    }
    
    .naturaleza .row
    {
	    border-top: 0;
	    padding-top: 0;
    } 
    
    .slider-tesis p
    {
        padding-left: 24px;
        padding-right: 24px;
    }
    
    .autor-movil
    {
        padding-left: 35px;
        padding-right: 35px;
        padding-bottom: 2rem;
    }
    
    .prensa h3
    {
        font-size: 1.5rem;
        line-height: 2rem;
        text-align: left;
    }
    
    .prensa .meta
    {
        font-size: 0.8rem !important;
    }

    .menu li
    {
	    margin: 2px 0;
    }

    .menu a
    {
	    font-size: 1.5rem;
    }
    
    .pie
    {
        display: none !important;
    }

    /*
    
    .pie a:nth-child(2n)
    {
        text-align: right;
    }

    .pie a
    {
    font-size: 0.8rem !important;
    }
    
    */
    
    .row.centrar.encontrarlo
    {
        height: auto !important;
    }
    
    .encontrarlo img
    {
	    width: 50%;
	    margin: 0 2% -50px 2%;
    }

    .contacto
    {
        padding-bottom: 140px;
    }
    
     .contacto .bloque-contacto
    {
        padding-bottom: 40px;
    }
    
    .otros-libros .col-lg-3
    {
        margin-bottom: 25px;
    }
    
}

@media (min-width: 1000px)
{

    .movil
    {
	    display: none;
    }

}
