@media(max-width: 800px){
	.contacto-content .box:nth-child(2)
	{
		min-width: 0;
	}
}


@media(max-width: 720px){
	.gallery.trabajo .center-content.gallery-content > a.item
	{
		width: 33.33%;
	}
		    
}
@media(max-width: 640px){
	
	ul.slick-dots li
	{
		display: none;
	}
	.slider .item .center-content .box h2
	{
		font-size: 25px;
       padding-left: 20px;

	}

	.slider .item .center-content .box h1
	{
	    font-size: 35px;
    	padding-left: 20px;
	}
	.contacto-content .box .content:nth-child(1)
	{
		height: auto;
	}
	.contacto-content
	{
		display: block;
	}
	footer.footer-contacto
	{
		position: static;
	}
	

	.gallery.trabajo .center-content.gallery-content > a.item
	{
		width: 50%;
	}

	.gallery.trabajo > .center-content > h1 {
	    padding-top: 30px;
	    padding-bottom: 25px;
	}
	.trabajo .content.contenido-trabajo .box
	{
		float: none;
		width: 100%;
	}
	.trabajo .content.contenido-trabajo .box:nth-child(odd),
	.trabajo .content.contenido-trabajo .box:nth-child(even)
	{
		padding-right:  0;
		padding-left:  0;

	}
	.button-menu-mobile
	{
		display: block;
	}

	header#header-top .center-content .content
	{
	    position: fixed;
        right: -300px;
	    width: 300px;
	    height: 100%;
	    background: white;
       	z-index: 100000;
        top: 0;
         -webkit-transition: right 1s; /* Safari */
    	transition: right 1s;
	}

	nav#navigation-top
	{
    	padding-top: 85px;
	}
	
	header#header-top .center-content .content.active
	{
		right: 0;
	}

	header#header-top .center-content .content menu.menu-top, 
	header#header-top .center-content .content .media
	{
		float: none;
	}
	header#header-top .center-content .content .media
	{
		padding-top: 20px;
	    padding-left: 20px;
	}

	nav#navigation-top ul
	{
		display: block;
	}

	nav#navigation-top ul li a
	{
	    height: 40px;
    	display: block;
    	line-height: 40px;
    	font-size: 22px;
	}
	nav#navigation-top ul li a:hover:before,
	nav#navigation-top ul li a.active:before
	{
		height: 40px;
    	line-height: 40px;
    	font-size: 22px;
    	top: -0.5px;
    	left: 0.5px;
	}

	header#header-top
	{
		height: 65px;
		padding-top: 8px;
		position: fixed;
		z-index: 1;

	}
	.clearheader
	{
		padding-top: 65px;
	}

	header#header-top .center-content .logo img
	{
		width: 140px;
	}
	footer#footer
	{
		height: auto;
	}
	footer#footer .center-content .box
	{
		width: 100%;
		float: none;
		text-align: center!important;
	}
	footer#footer .center-content .box:nth-child(3)
	{
	    padding-bottom: 20px;
	}

	.container.equipo > .header .center-content .content
	{
	    padding-top: 40px;
	}

	.contenido-equipo > .box
	{
		float: none;
	    width: 100%;
	    padding: 0;
	}

	.contenido-equipo
	{
	    padding-top: 40px;
	}
	.contenido-equipo > h1
	{
		padding-bottom: 30px;
	}
	.trabajo-info > .header .center-content .box:nth-child(2)
	{
		display: block;
	}
	.contacto-content .box
	{
		float:none;
	}
	.contacto-content .box:nth-child(2),
	.contacto-content .box:nth-child(1)
	{
		min-width:  0;
		min-height: 0;
		width:100%;
	}

}

@media(max-width: 320px){

	.gallery.trabajo .center-content.gallery-content > a.item
	{
		width: 100%;
	}
}

