@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: QuicksandRegular;
    src: url('fonts/QuicksandRegular.eot');
    src: url('fonts/QuicksandRegular.eot') format('embedded-opentype'),
    url('fonts/QuicksandRegular.woff2') format('woff2'),
    url('fonts/QuicksandRegular.woff') format('woff'),
    url('fonts/QuicksandRegular.ttf') format('truetype'),
    url('fonts/QuicksandRegular.svg#QuicksandRegular') format('svg');
}

@font-face {
    font-family: 'Museo300';
    src: url('fonts/Museo300.eot');
    src: url('fonts/Museo300.eot') format('embedded-opentype'),
    url('fonts/Museo300.woff2') format('woff2'),
    url('fonts/Museo300.woff') format('woff'),
    url('fonts/Museo300.ttf') format('truetype'),
    url('fonts/Museo300.svg#Museo300') format('svg');
}

@font-face {
    font-family: 'QuicksandBold';
    src: url('fonts/QuicksandBold.eot');
    src: url('fonts/QuicksandBold.eot') format('embedded-opentype'),
    url('fonts/QuicksandBold.woff2') format('woff2'),
    url('fonts/QuicksandBold.woff') format('woff'),
    url('fonts/QuicksandBold.ttf') format('truetype'),
    url('fonts/QuicksandBold.svg#QuicksandBold') format('svg');
}

@font-face {
    font-family: 'MrsEavesXLSerNarOTBoldItalic';
    src: url('fonts/MrsEavesXLSerNarOTBoldItalic.eot');
    src: url('fonts/MrsEavesXLSerNarOTBoldItalic.eot') format('embedded-opentype'),
    url('fonts/MrsEavesXLSerNarOTBoldItalic.woff2') format('woff2'),
    url('fonts/MrsEavesXLSerNarOTBoldItalic.woff') format('woff'),
    url('fonts/MrsEavesXLSerNarOTBoldItalic.ttf') format('truetype'),
    url('fonts/MrsEavesXLSerNarOTBoldItalic.svg#MrsEavesXLSerNarOTBoldItalic') format('svg');
}

@font-face {
    font-family: 'georgiab';
    src: url('fonts/georgiab.eot');
    src: url('fonts/georgiab.eot') format('embedded-opentype'),
    url('fonts/georgiab.woff2') format('woff2'),
    url('fonts/georgiab.woff') format('woff'),
    url('fonts/georgiab.ttf') format('truetype'),
    url('fonts/georgiab.svg#georgiab') format('svg');
}

html {
    overflow: scroll !important;
}

#menu {
    position: absolute;
    z-index: 10;
    width: 100%;

}

.contenedor {
	width: 100%;
	margin: 0 auto;
	min-height: 560px;
	box-sizing: border-box;
	background-image: url(../imgs/buber/fondo.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.contenedorquien {
    width: 100%;
    margin: 0 auto;
    min-height: 560px;
    box-sizing: border-box;
    background-image: url(../imgs/buber/fondoquien.png);
    background-repeat: no-repeat;
    background-position: center;
}

.contenedortiempo {
    width: 100%;
    margin: 0 auto;
    max-width: 960px;
    min-height: 560px;
    box-sizing: border-box;
    background-image: url(../imgs/buber/fondotiempo.png);
    background-repeat: no-repeat;
    background-position: center;
}

.contenedorlaberinto {
    width: 100%;
    margin: 0 auto;
    min-height: 560px;
    box-sizing: border-box;
    background-image: url(../imgs/buber/fondolaberinto.png);
    background-repeat: no-repeat;
    background-position: center;
}

.contenedorepisodios {
    width: 100%;
    margin: 0 auto;
    min-height: 560px;
    box-sizing: border-box;
    background-image: url(../imgs/buber/fondoepisodios.png);
    background-repeat: no-repeat;
    background-position: center;
}

.contenedorpreguntas {
    width: 100%;
    margin: 0 auto;
    min-height: 560px;
    box-sizing: border-box;
    background-image: url(../imgs/buber/fondopreguntas.png);
    background-repeat: no-repeat;
    background-position: center;
}

a {
    text-decoration: none !important;
}

li {
    list-style-type: none;
}

h2 {
    font-family: georgiab;
    font-size: 25px;
    color: #EB475E;
    line-height: 28px;
    margin-left: 10%;
    display: block;
}

header {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.logo {
    background-image: url(../imgs/buber/logo.png);
    background-repeat: no-repeat;
    max-width: 619px;
    min-height: 122px;
    margin-left: auto;
    margin-right: auto;

}

.logoquien {
    background-image: url(../imgs/buber/quien_fue.png);
    background-repeat: no-repeat;
    max-width: 445px;
    min-height: 199px;
    margin-left: auto;
    margin-right: auto;

}

.main {
	width: 100%;

}

.main img {
    width: 100%;
    height: auto;
}

.secciones {
    width: 100%;
    box-sizing: border-box;
    padding: 25px;
}

.seccion {
    max-width: 894px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
}

ul {
    display: flex;
    justify-content: center;
}
/*
ul li{
	float:left;
	
	}*/
#edificio {
    max-width: 405px;
}

#martin {
    max-width: 198px;
}

#buber {
    max-width: 184px;
    padding: 10px;
}

#laberinto {
	max-width: 413px;
	min-height: 413px;
	padding: 10px;
	background-image: url(../imgs/buber/laberinto_preguntas.png);
	background-repeat: no-repeat;
	left: auto;
	right: auto;
}

li#episodios {
    margin-top: 233px;
    padding: 10px;
}

#microvideo {
    max-width: 174px;
}

#tiempo {
    max-width: 197px;
}

#volver {
   padding-top: 15px;
    text-align: center;
}

#arrastrables {
    display: inline-block;
}

.uno {
	width: 110px;
    height: 106px;
    padding: 5px;
}

.dos {
	width: 110px;
    height: 106px;
    padding: 5px;

}

.tres {
	width: 110px;
    height: 106px;
    padding: 5px;
}

.cuatro {
	width: 110px;
    height: 106px;
    padding: 5px;
}

.cinco {
	width: 110px;
    height: 106px;
    padding: 5px;
}

.seis {
	width: 110px;
    height: 106px;
    padding: 5px;
}

input, textarea {
    max-height: 20px !important;
    width: 122px !important;

    font-weight: bold;
    color: #FFF !important;
    border: none;

}

#abuela {
    width: 122px;
    background-color: #889EA9 !important;
    margin: 5px !important;
}

#abuelo {
    width: 122px;
    background-color: #d2b468 !important;
    margin: 5px !important;
}

#yo {
    width: 122px;
    background-color: #b55535 !important;
    margin: 5px !important;
}

#inabuela {
    width: 122px;
    background-color: #889EA9 !important;
}

#inabuelo {
    width: 122px;
    background-color: #d2b468 !important;
}

#inyo {
    width: 122px;
    background-color: #b55535 !important;
}

#laberinto {
    max-width: 431px;
		margin-right: auto;
	margin-left: auto;
}

#epis {
    margin-top: 30%;
}

#epi1, #epi2, #epi3 {
    padding: 15px;
}

#linea {
	display: inline-block;
}

#anios img {
    max-width: 954px;

}

#campo1 {
    max-width: 136px;
    float: left !important;
}

#campo2 {
    max-width: 171px;
    float: left !important;
}

#campo3 {
    max-width: 158px;
    float: left !important;
}

#campo4 {
    max-width: 137px;
    float: left !important;
}

#campo5 {
    max-width: 135px;
    float: left !important;
}

#campo6 {
    max-width: 217px;
    float: left !important;
}

.main_preguntas {
    display: flex;
    justify-content: center;

}

#pregunta {
    background-color: #00ff3c;
    height: 450px;
    width: 450px;
    padding: 20px;
    align-self: center;
    text-align: center;
}

.tit {
    font-family: Verdana, Geneva, sans-serif;
    text-transform: uppercase;
    font-size: 29px;
    line-height: 33px;
    font-weight: lighter;
}

.resp {
    font-family: Verdana, Geneva, sans-serif;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 33px;
    font-weight: lighter;
    cursor: pointer;
}

.resp:hover {
    border: 1px solid red;
}


.LabOption {
    cursor: pointer;
}

.extra {
    font-family: Verdana, Geneva, sans-serif;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 33px;
    font-weight: lighter;
}

.num {
    font-family: Verdana, Geneva, sans-serif;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 33px;
    font-weight: lighter;
    color: #F03;
}

.cerrar {
    float: right;
    cursor: pointer;
}

.recuadro {
    max-width: 125px !important;
}

#abuelo {
    height: 43px;
    width: 122px;
    background-image: url(imgs/buber/arrastrables/abuelo.png);
    background-repeat: no-repeat;
}

#yo {
    height: 36px;
    width: 103px;
    background-image: url(imgs/buber/arrastrables/yo.png);
    background-repeat: no-repeat;
}

.img1 {
    max-width: 122px !important;

}

@media screen and (max-width: 800px) {
    .main {
        width: 100%;
    }

    .seccion {
        padding-left: 10px;
        padding-right: 10px;
    }

}

@media screen and (max-width: 500px) {

    .contenedor {
        width: 100%;
    }

    .seccion {
        padding-left: 10px;
        padding-right: 10px;
    }

    .logo {
        background-image: url(../imgs/buber/logo400.png);
    }

li#campo1,li#campo2,li#campo3,li#campo4,li#campo5,li#campo6{
	 float: left!important;
	}

li#campo2,li#campo6{
	margin-left: 15px;
	}
	#campo1,#campo2,#campo3,#campo4,#campo5,#campo6{
        width: 70%!important;
    }

    .uno,.dos,.tres,.cuatro,.cinco,.seis{
        height: 28px;
        width: 80px;
    }
	.cinco, .seis, #nondrag2, #nondrag3{
	margin-top: 50px;
    }


    #campo1 {
        max-width: 82px;
        float: right !important;
    }

    #campo2 {
        max-width: 100px;
        float: right !important;
    }

    #campo3 {
        max-width: 100px;
        float: right !important;
    }

    #campo4 {
        max-width: 82px;
        float: right !important;
    }

    #campo5 {
        max-width: 82px;
        float: right !important;
    }

    #campo6 {
        max-width: 130px;
        float: right !important;
    }


    .video-container {
        width: 100% !important;
        height: 400px !important;
        margin-left: 1px !important;

    }
    #abuelo {
        width: 80px !important;
    }

    #yo {
        width: 80px !important;
    }
}

.video-container {
    position: relative;
    margin-left: 30%;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 500px;
    overflow: hidden;
}

ul.labe {
	display: block!important;
	justify-content: none!important;
}

#punto1 img ,#punto2 img,#punto3 img,#punto4 img,#punto5 img,#punto6 img,#punto7 img,#punto8 img,#punto9 img{
   max-width: 21px;
 }
 
#punto1 {
	height: 21px;
	width: 21px;
	position: relative;
top: -15px;
left: 80px;
  }

#punto2 {
	height: 21px;
	width: 21px;
	position: relative;
top: 30px;
left: 110px;
  }
#punto3 {
	height: 21px;
	width: 21px;
	position: relative;
top: -55px;
left: 245px;
  }
#punto4 {
	height: 21px;
	width: 21px;
	position: relative;
top: -5px;
left: 250px;
  }

#punto5 {
	height: 21px;
	width: 21px;
	position: relative;
top: 50px;
left: 330px;
  }
  
  #punto6 {
	height: 21px;
	width: 21px;
	position: relative;
  top: 75px;
  left: 125px;
}
  
  #punto7 {
	height: 21px;
	width: 21px;
	position: relative;
top: 140px;
left: 0px;

  }
  
  #punto8 {
	height: 21px;
	width: 21px;
	position: relative;
top: 150px;
left: 120px;
  }
  
  #punto9 {
	height: 21px;
	width: 21px;
	position: relative;
top: 100px;
left: 250px;
  }
  