@charset "utf-8";
/* CSS Document */

@media screen and (max-width: 767px){
	#btn_escucho {
		width: 35% !important;
	}
	#linea_tiempo_movil{
	    position: relative;
    width: 250px;
    min-height: 50vh;
    margin: auto;
    overflow: hidden;

}
	#img_linea_movil{
	position: relative;
	width: 2000px;
	transition: all 1s;
}
.add_0{
	margin-left: 0;
}
.add_1{
	margin-left: -250px;
}
.add_2{
	margin-left: -500px;
}
.add_3{
	margin-left: -750px;
}
.add_4{
	margin-left: -1000px;
}
.add_5{
	margin-left: -1250px;
}
.add_6{
	margin-left: -1500px;
}
.add_7{
	margin-left: -1750px;
}
}

@media screen and (max-width: 1023px){
	#btn_escucho {
		width: 20%;
	}
	#titulos_propuestas {
		width: 90%;
		margin-top: 6%;
		font-size: 4.5vw;
	}
	#queretaro {
		top: 10%;
	}
	#social_icons {
		    position: absolute;
    width: 50%;
    top: 2vh;
    left: 25%;
    z-index: 9999;
    text-align: center;
	}
	.desk{display: none !important;}
	.movil{display: block !important;}
	#logo_home {
		position: absolute;
		width: auto;
		left: 50%;
		-ms-transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		margin-left: 0%;
		bottom: auto;
		height: 45vh;
		display: none;
		top: 26%;
	}
	#sec_2_ln_inner {
		position: absolute;
		width: 60%;
		z-index: 9;
		top: 5%;
		left: 10%;
	}
	.texto_sec_2 {
		font-size: 2vw;
	}
	.titulo_sec_2 {
		font-size: 7vw;
	}
	.titulo_sec_2s {
		font-size: 6.5vw;
	}
	.titulo_sec_3 {
		font-size: 7vw;
	}
	#ver_Semblanza {
		width: 35%;
	}
	.texto_trayectoria {
		font-family: 'Montserrat', sans-serif;
		font-weight: 400;
		font-size: 3vw;
		color: #818181;
		width: 90%;
		margin: auto;
		text-align: center;
		margin-top: 1%;
		margin-bottom: 3%;
	}
	#sec_4_ln_inner {
		position: absolute;
		width: 60%;
		z-index: 9;
		top: 10%;
		right: 10%;
	}
	.titulo_sec_4 {
		font-size: 7vw;
	}
	.titulo_sec_4s {
		font-size: 5.5vw;
	}
	.texto_sec_4 {
		font-size: 3vw;
	}
	.titulo_sec_5 {
		font-size: 7vw;
	}
	#nav_circulos {
		width: 80%;
	}
	#nav_circulos p {
		margin: 0 5%;
		width: 6.5vw;
		height: 6.5vw;
		    font-size: 3.5vw;
	}
	.propuestas {
		width: 76%;
	}
	.ver_info {
		position: absolute;
		width: 35%;
		top: auto;
		right: 50%;
		cursor: pointer;
		bottom: -10%;
	}
	.img_pdf {
		    position: absolute;
    width: 30%;
    top: auto;
    right: 5%;
    cursor: pointer;
    bottom: -14%;
	}
	.logo_s {
		position: absolute;
		width: 15%;
		bottom: 4%;
		left: 50%;
		margin-left: -7%;
		z-index: 9;
	}
	#facebook_ln {
		position: absolute;
		width: 80%;
		height: 70vh;
		overflow: hidden;
		top: 23%;
		left: 10%;
		margin-left: 0%;
		margin-top: 0%;
	}
	.titulo_sec_6 {
		font-family: 'Montserrat', sans-serif;
		font-weight: 800;
		font-size: 8vw;
		top: 10%;
		left: 10%;
		margin-left: 0%;
		margin-top: 0%;
	}
	.titulo_sec_6s {
		font-size: 6.5vw;
		color: #fff;
	}
	.slick-current div{
	    width: auto;
	margin-left:0%;
	vertical-align: middle;
}
	.slick-current div img{
		width: 100%;
		margin: auto;
	}
	.hastag {
		margin-top: 7%;
	}
	#contacto_ln {
		position: relative;
		width: 80%;
		margin: auto;
		margin-top: 15%;
	}
	input {
		font-size: 3.5vw;
		height: 10vh !important;
	}
	textarea{
		font-size: 3.5vw;
		height: 15vh !important;
	}
	.enviar_btn {
		width: 28%;
		margin: auto;
		cursor: pointer;
		margin-top: 5%;
	}
	.slick-slider{
		overflow: hidden;
	}
	



}