@media screen and (max-width: 768px) {
    #avisos {
        margin: 20px 0 0;
    }
    #basicExampleNav {
        padding: 30px 0;
    }
	#estadisticas_home .container.pad-top-40.pad-bot-40 {
    	padding-top: 0;
	}
	.move_left {
		left: -25px;
	}
	.mt-mobile {
		margin-top: 35px;	
	}
    #footer,
    #footer .text-right {
        text-align: center !important;
    }
    #footer .contact {
        margin-bottom: 20px;
    }
    #footer .logos img {
        height: auto;
        width: 140px;
        display: block;
        margin: 15px auto 0;
    }
    #mas_visto #boton_estadistica,
    #boton_estadistica {
        height: auto;
    }
    #miembros {
        display: none;
    }
    #mision .col-md-4,
    #preguntas .col-md-4 {
        margin-bottom: 15px;
    }
    #navigation #buscar input {
        padding: 10px;
        font-size: 20px;
        line-height: 20px;
        width: 90%;
    }
    #noticias .background {
        height: 200px;
    }
    #top_nav input {
        width: 100px;
    }
    .nav-link {
        font-size: 20px;
        padding: 10px !important;
        text-align: center;
    }
    .offset-1,
    .offset-2,
    .offset-3,
    .offset-4,
    .offset-5,
    .offset-6,
    .offset-7,
    .offset-8,
    .offset-9,
    .offset-10,
    .offset-11,
    .offset-12 {
        margin: 0
    }
    .pad-top-100 {
        padding-top: 60px;
    }
    .pad-bot-100 {
        padding-bottom: 60px;
    }
    .text-right {
        text-align: left !important;
    }
}

@media screen and (max-width: 468px) {
    .sectores a {
        display: inherit;
        margin-bottom: 5px;
    }
    #que_son_alertas iframe {
        height: 100%;
    }
    .no-mobile{
        display: none;
    }
    .mobile{
        display: block;
    }
    .slick-slide{
        margin-left: 5px;
        margin-right: 5px;
    }
}