/* =====================================
   FONT FACE
   ===================================== */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* ======================================
   GENERAL
   ====================================== */
body, html {
	background-color: #1D1D1B;
	margin: 0px;
	padding: 0px;
    font-family: "Montserrat", sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height:1.5;
	color:#ffffff;
    /*overflow-x: hidden;*/
	height:100%;
	}
html { -webkit-text-size-adjust: 100%;	}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
    }
a {	
    color:#ffffff;
    text-decoration: none;
    }
strong { font-weight: 700; }
p { padding:0; margin: 0}
* {
    margin: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	}
.img-full {
	width:100%;
    height: auto;
    }

/* ======================================
   SECCIONES
   ====================================== */
.main {
	width:800px;
	padding:0;
	margin:0 auto;
	clear:both;
	}
.main-top {
	width:1100px;
	padding:0;
	margin:0 auto;
	clear:both;
	}
h1 {
	font-size: 60px;
	line-height:1;
	margin: 0 0 40px 0;
    padding: 0;
    color: #909090;
	}
h2 {
	font-size: 24px;
	margin: 0;
    padding: 0;
	}

/* -- Encabezado ------- */
#top {
	width:100%;
	position:fixed;
    height: 130px;
	z-index:900;
	/*overflow:auto;*/
	background-color:#1D1D1B;
	}
#top-home {
	width:100%;
	z-index:900;
	/*overflow:auto;*/
	background-color:#1D1D1B;
    padding-top: 70px;
	}
#logo {
	float:left;
	padding:0px;
    width: auto;
    height: 130px;
    display: flex;
    align-items: center; 
	}
#logo-h {
	float:left;
	padding: 0px;
    width: auto;
	}

#nav {
	float:right;
	padding: 0px;
	text-align:left;
    height: 130px;
    display: flex;
    align-items: center; 
	}
#nav-h {
    width: 100%;
	padding: 35px 0px 20px 0px;
    display: flex;
    justify-content: center;
	}
#nav .menu,
#nav-h .menu {
	float: left;
	display: block;
	}
#nav .menu a,
#nav-h .menu a {
	float:left;
	display:block;
	padding:0px 28px 0px 28px;
	color:#fff;
	font-size:24px;
    font-weight: 700;
	}
#nav .menu a:hover,
#nav-h .menu a:hover {
	color:#fff;
    text-decoration: underline;
	}

#nav-redes {
	float:right;
	padding: 30px 0px 0px 28px;
    height: 130px;
	}
#nav-redes-h {
    float: left;
    padding: 0px 160px 0px 0px;
    }
#nav-redes a img,
#nav-redes-h a img {
    width: 53px;
    height: 53px;
	}
#nav-redes a,
#nav-redes-h a {
    float: left;
    display: block;
	padding: 0px 10px 5px 10px;
	}
#nav-redes .mail,
#nav-redes-h .mail {
    float: none;
    display: block;
    width: 100%;
	}
#nav-redes .mail a,
#nav-redes-h .mail a {
    font-size: 13px;
    width: 100%;
    text-align: center;
    padding: 0px !important;
	}

#menucito_back {
	float: right;
	padding:0px 0px 0px 30px;
	text-align:left;
    height: 130px;
    display: none;
    align-items: center; 
	}
#top-home #menucito_back {
    align-items: flex-start;
	}

#destacado {
    float: right;
    width: 220px;
    font-size: 13px;
    line-height: 1.3;
    }
#destacado span {
    font-size: 11px;
    font-weight: 700;
    padding-top: 5px;
    display: inline-block;
    }


/* CONTENIDOS ============================ */
#inicio {
	width: 100%;
	padding: 0px 0px 100px 0px;
	}
#contenidos {
	width: 100%;
	padding: 130px 0px 100px 0px;
    overflow-x: hidden;
	}
.fotos-bio {
    display: block;
    width: 100%;
    margin-bottom: 55px;
    overflow: hidden;
    }
.fotos-bio .columna {
    width: 50%;
    float: left;
    }
.fotos-cuarteto {
    display: block;
    width: 100%;
    margin-top: 100px;
    overflow: hidden;
    padding: 0px 5%;
    }
.foto-wrap {
    width: 100%;
    overflow: hidden;
    }
#prensa {
	width: 100%;
	padding: 180px 0px 100px 0px;
    text-align: center;
	}
#prensa .name {
    display: inline-block;
    font-size: 16px;
    font-style: italic;
    padding: 15px 0px
	}
iframe {
    width: 100%;
    height: 600px;
    }

/* ===============================================================
   ============================================================ */

@media only screen and (min-width : 1200px) and (max-width : 1599px) {

}


@media only screen and (min-width : 768px) and (max-width : 1199px) {
h1 { font-size: 50px; }
#nav, #nav-redes-h, #nav-h { display: none; }
#menucito_back { display: flex; }
#destacado { margin-right: 30px; }
.main,
.main-top { width:90%; }

    

}


@media only screen and (max-width : 767px) {
body, html {
	font-size: 16px;
	}
h1 { font-size: 32px; }
h2 { font-size: 20px; }
#nav, #nav-redes, #nav-redes-h, #nav-h, #destacado { display: none; }
#menucito_back { display: flex; }
.main,
.main-top { width:90%; }

#top-home {
    padding-top: 30px;
    }
#logo {
    height: 80px;
    }
#logo img {
    width: 250px;
    height: auto;
	}
#logo-h img {
    width: 250px;
    height: auto;
	}
#top {
    height: 80px;
    }
#top #menucito_back,
#top-home #menucito_back {
    height: 80px;
	}
#inicio {
    padding: 0px 0px 50px 0px;
    }
#contenidos {
    padding: 80px 0px 50px 0px;
    }
#prensa {
	padding:90px 0px 50px 0px;
	}
iframe {
    height: 400px;
    } 
.fotos-bio .columna {
    width: 100%;
    }
    
    
}







