@media (max-width: 768px) {
	
	header div div:nth-child(1), header div div:nth-child(2), header div div:nth-child(3) {
    width: 100%;
	}
	 
	#redes #left-col{
    position: absolute;
    background: url(../img/ceamse.svg) no-repeat left center !important;
    background-size: contain !important;
    height: 30px;
    width: 50%;
    left: 0;
    margin: 7.5px 0 0 40px;
    top: 0;
    bottom: 30px;
	}

	#redes #right-col {
    position: absolute;
    right: 0%;
    right: 0;
    top: 0;
    width: 50%;
    height: 30px;
    margin: 0px 40px 0 0px;
    clear: right;
     
	}
	 
	header div div:nth-child(1) a {
    background: url(../img/logo.svg) no-repeat center center !important;
	background-size: contain !important;
	max-width: none;
	}
	header div div:nth-child(3) a {
	margin-top:30px;
    background: url(../img/logo-right.svg) no-repeat center center;
	background-size:contain;
    width: 100%;
	height:50px;
    max-width: none;
    display: none;
	}
	
	.texto .wide p {
    margin-left: 15px;
	}
	article .wide {
    width: calc(100% - 30px);
	}
	.texto .wide h1 {
    font-size: 40px;
    letter-spacing: 0px;
	}
	.formulario {
	width: calc(100% - 30px);	
	}
	.formulario .wide input[type="text"], .formulario .wide select {
    width: calc(100% - 70px) !important;
    margin-right: 0px !important;
	margin-bottom:12px;
	}
	.formulario .wide select {
    width: calc(100% - 0px) !important;
	margin-bottom:0px;
	}

	.gris .wide div:nth-child(1) {
    width: 100%;
    margin-top: 0px;
	}
	.gris .wide div:nth-child(2) {
    width: 100%;
    margin: 0px 0px;
	}
	.gris .wide div:nth-child(3) {
    width: 100%;
	}
	.gris .wide div:nth-child(3) h3 {
    width: calc(100% - 20px);
    margin: 0px 10px 30px 10px;
	}
	.gris .wide div:nth-child(1) h1 {
    text-align: center;
	}
	.gris .wide div:nth-child(2) h2 {
    text-align: center;
    padding-left: 0px;
    padding-top: 130px;
	}
	.gris .wide div:nth-child(2) h2:nth-child(1) {
    background: url(../img/1.svg) no-repeat center top;
	}
	.gris .wide div:nth-child(2) h2:nth-child(2) {
    background: url(../img/2.svg) no-repeat center top;
	}
	header div div:nth-child(2) a {
    width: calc(100% - 50px);
    float: left;
	}
	header div div:nth-child(2) ul {
    margin-left: -40px;
    display: none;
	}
	
	
}