body{
	font-family: 'Open Sans', sans-serif; /**** <-------------- TIPO DE LETRA <------- ***/
	text-align: left;
	font-size: 16px;
	line-height: 21px;
	word-wrap: break-word;
}

.style94 {
	font-family: 'Open Sans', sans-serif; /**** <-------------- TIPO DE LETRA <------- ***/
}

.textmediano {
	font-size: 24px;
}
.style83 {
	font-family: 'Open Sans', sans-serif; /**** <-------------- TIPO DE LETRA <------- ***/
;
	font-size: 10px;
	color: #666666;
}

@font-face {
  font-family: "Savoy-Regular";
  src: url('/fonts/Savoy-Regular.eot'); /* IE9 Compat Modes */
  src: url('/fonts/Savoy-Regular.ttf?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/Savoy-Regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/Savoy-Regular.woff') format('woff'), /* Pretty Modern Browsers */
       url('/Savoy-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('/fonts/Savoy-Regular.ttf') format('svg'); /* Legacy iOS */
}


/*contenedores de video para youtube-----------------------------------------------------------------*/

.contenedor-youtube {
	position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
}

.contenedor-youtube iframe, .video-container object, .video-container embed {
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
}

.video-wrap {
  width: 100%;
  max-width: 600px;
}



/*tabs bio-----------------------------------------------------------------*/
/* Style the tab */
.tab {
  overflow: hidden;
  border: none;
  background-color: none;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
	position: center;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 5px 5px 5px 5px;
  transition: 0.3s;
  font-size: 15px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

.tabcontent {
  display: none;
  padding: 6px 0px;
  border: white;
  border-top: none;
}

.tabcontent {
  animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}
/*tabs bio-----------------------------------------------------------------*/


.tab-content{
	padding: 0 0 0 0;
	background: white;
}

.active{
	font: "Savoy-Regular"; src: url("//www.carlosdperales.es/fonts/Savoy-Regular.ttf") format("ttf"); /**** <-------------- TIPO DE LETRA <------- ***/
;
	color: Grey;
	background: none;
}

.tab-pane_fade_in_active{
	background: LightGray;
}

.wrapper {
    width: 100%;
    margin: 3em auto;
}

.masonry {
    margin: 1.5em 0;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
    font-size: 1.em;
}

.item {
  font-size: 13px;
	color: #666666;
	text-align: none;
	font-family: 'Open Sans', sans-serif; /**** <-------------- TIPO DE LETRA <------- ***/
	font-weight: 300;
	display: inline-block;
  background: #fff;
  padding: 1em;
  margin: 0 0 1.5em;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-shadow: 2px 2px 4px 0 #ccc;
}

@media only screen and (min-width: 400px) {

    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media only screen and (min-width: 700px) {

    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

@media only screen and (min-width: 900px) {

    .masonry {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }
}

@media only screen and (min-width: 1100px) {
    .masonry {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }
}

@media only screen and (min-width: 1280px) {
.wrapper {
  width: 1260px;
}
}


.container{
	width: 100%;
	padding-bottom: 50px;
	padding-top: 5px;
}

.container.biography{
    margin-top: 110px;
}

/** Titulo principal **/
.title{
	line-height: 32px;
	font-size: 22px;
	color: #7F7F7F;
	font-family: 'Open Sans', sans-serif; /**** <-------------- TIPO DE LETRA <------- ***/
	letter-spacing: 0.15em;
	font-weight: 300;
	margin-bottom: 0;
	margin-top: 0;
}

/* Header */
header{
    background: #fff;
    position: fixed;
    top: 0;
    padding-top: 10px;
    width: 100%;
    min-height: 120px;
    float: left;
    z-index: 1030;
}
.menu-principal li a{
    font-size: 14px;
    color: #7F7F7F;
    line-height: 14px;
    letter-spacing: 3px;
    text-align: center;
		font-family: 'Open Sans', sans-serif; /**** <-------------- TIPO DE LETRA <------- ***/
    font-weight: 300;
    font-style: normal;
}

.menu-principal li a:first-child{
    margin-left: -13px;
}

.menu-principal li a:hover,
.menu-principal li a:hover{
    color: #000000;
    background-color: #FFF;
}

.menu-principal .open > ul {
    display: inline-flex !important;
}
.menu-principal.nav .open>a,
.menu-principal.nav .open>a:hover,
.menu-principal.nav .open>a:focus {
    background-color: #FFF;
    border-color: transparent;
}

/** Sub-menus **/
.menu-principal.biography{
    float: left;
    width: 100%;
    margin-left: 84px;
    margin-top: -10px;
}

.menu-principal.catalogue{
    width: 100%;
    float: left;
    margin-left: 200px;
    margin-top: -10px;
}
/* End Header */

.img-category{
    width: 100%;
    float: left;
    margin-top: 160px;
    height: 400px;
    background-position: center 0px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.image-biography{
    z-index: 5em;
    width: 544px;
    border-style: none;
    border-color: transparent;
    position: fixed;
    margin-left: 15px;
		margin-top: 0px;
}
.bio-img{
    height: 400px;
}

.content-btn{
    width: 100%;
    float: left;
}
.download-bio{
    border: 1px solid #8C8C8C;
    padding: 10px;
    margin: 10px 0 0 40%;
    float: left;
    color: #3C3C3C;
    font-size: 14px;
    letter-spacing: 1px;
    text-align: center;
}
.download-bio:hover{
    background-color: #D3D3D3;
    border-color: #8C8C8C;
    color: #fff;
    text-decoration: none;
}

/**** Sections and articles ***/

.title-article{
    color: #7F7F7F;
		font-family: 'Open Sans', sans-serif; /**** <-------------- TIPO DE LETRA <------- ***/
    font-size: 22px;
    text-align: left;
    line-height: 1px;
    letter-spacing: 0px;
    font-weight: 300;
    font-style: normal;
    padding-top: 20px; /**** <-------------- <------- ***/
    padding-bottom: 5px;
    text-transform: uppercase;
}

.agenda-article,
.biography-article,
.publications-article{
    padding-left: 0;
}

.agenda-article p,
.biography-article p{
	font-size: 16px;
	color: #666666;
	text-align: justify;
	font-family: 'Open Sans', sans-serif; /**** <-------------- TIPO DE LETRA <------- ***/
	letter-spacing:0em;
	line-height:1.5;
	padding-bottom: 5px;
}

.publications-article p{
    float: left;
    font-size: 17px;
    color: #666666;
    text-align: justify;
    font-family: 'Open Sans', sans-serif; /**** <-------------- TIPO DE LETRA <------- ***/
		letter-spacing:0em;
		line-height:1.5;
    padding: 4px 0 0 0;
}

.biography-article p{
    padding-bottom: 15px;
}

.data-contact p{
  font-family: 'Open Sans', sans-serif; /**** <-------------- TIPO DE LETRA <------- ***/
    font-weight: 300;
}

.page-editions{
    width: 100%;
    float: left;
    color: #7F7F7F;
    text-decoration: underline;
    padding-bottom: 20px;
    text-align: center;
    font-family: 'Open Sans', sans-serif; /**** <-------------- TIPO DE LETRA <------- ***/
    font-weight: 300;
}

.page-editions:hover,
.page-editions:active{
    color: #000000;
    text-decoration: underline;
}

.address-info{
    padding: 15px 0;
}

.thumbs{
	width: 75px;
	margin-right: 15px;
	float: left;
	border: 1px solid LightGray
}

.disco{
	width: 100%;
	float: left;
	padding: 1px 0 1px 0;
}

.img-disco{
	width: 100%;
	float: left;
	padding: 0px 0px 0px 0px;
	border: 1px solid black
}

strong em,
em strong{
    font-weight: 700;
}

.navbar.navbar-default.navbar-fixed-top,
#back-to-top{
    display: none;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 10px;
    right: 0px;
    display: none;
    webkit-box-shadow: 0 1px 6px #8b8b8b;
    box-shadow: 0 1px 6px #8b8b8b;
    opacity: 0.7;
    padding: 10px 13px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    z-index: 100;
}

.back-to-top .glyphicon{
    color:#fff;
}

.btn-primary.back-to-top{
    background-color: #6B6B6B;
    border-color: #6B6B6B;
}

@media all and (min-width: 320px) and (max-width: 768px){
		header{ display: none }
    .navbar .container{
        padding-bottom: 0;
    }

    .navbar.navbar-default.navbar-fixed-top{
        display: block;
    }

    .navbar-header .title{
        padding-left: 15px;
        padding-top: 10px;
    }
    .title a{
        color: #7F7F7F;
    }
    .img-category{
        margin-top: 0;
        height: 300px;
    }
    .container.biography, .contact{
        margin-top: 20px;
    }

    .navbar-default {
        background-color: #fff;
        border-color: #e7e7e7;
    }

  .image-biography{
		position: absolute;
		width: 100%;
		float: left;
		margin-bottom: 50px;
		margin-top: 0;
		margin-right: 0;
		margin-left: 0;
  }

  .bio-img {
  	width: 100%;
    height: auto;
  }

	.agenda-article, .biography-article, .publications-article {
  padding-left: 0;
  }
}

@media all and (min-width: 481px) and (max-width: 768px){

}


@media all and (min-width: 768px) and (max-width: 992px) {

.container.biography,
.contact{
    margin-top: 15px;
  }
  .menu-principal.catalogue {
    width: auto;
    float: right;
    margin-left: 0;
    margin-top: -10px;
  }
  .menu-principal.catalogue li a {
    padding: 10px 12px;
  }
  .container.biography{
    margin-top: 15px;
  }
  .biography-article{
    padding-left: 0;
  }
  .image-biography{
			position: relative;
			width: 100%;
			float: left;
			margin-bottom: 50px;
			margin-top: 0;
			margin-right: 0;
			margin-left: 0;
		}
}

	.style94 {font-family: 'Open Sans', sans-serif; /**** <-------------- TIPO DE LETRA <------- ***/
	}
	.textmediano {
	font-size: 24px;
}


/**** End sections and articles ***/
