footer{
	width: 100%;
	height: auto;
	/* background-color: green; */
	margin-top: 100px;
}


.base{
	width: 100%;
	height: 150px;
}



.infoFooter{
	width: 100%;
	height: auto;
	background-color: #f0f2f2;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 50px;
}

.contieneFooter{
	width: 18%;
	height: 35%;
	font-size: 10px;
}
.contieneFooter p{
	margin-bottom: 0;
	text-align: center;
	font-weight: 300;
}
.contieneFooter ul{
	text-align: center;
}
.contieneFooter ul {
	text-decoration: none;
	list-style-type: none;
}
.contieneFooter ul li:hover{
	cursor: pointer;
}
.logoFooter{
	width: 100%;
	height: 39px;
	display: flex;
	justify-content: center;
	margin-top: 16px;
}
.logoFooter img{
	height: 100%;
}
.DRFooter{
	height: 10%;
	width: 100%;
	text-align: center;
	color: gray;
	margin-bottom: 50px;
	font-size: 10px;
}
.sociales{
	width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.sociales p{
	font-size: 11px;
	width: 100%;
	text-align: center;
}
.sociales i{
	font-size: 24px;
	color: dimgray;
	padding: 7px;
}
.centrarContrato{
	text-align: center;
	font-size: 10px;
}
.contratosWeb{
	padding: 50px;
}
.contratosWeb h1{
	font-size: 1rem;
    margin-bottom: 5px;
    text-align: center;
    margin-top: 2rem;
}
.contratosWeb p{
	font-size: 10px;
	margin-bottom: 7px;
	text-align: justify;
}
.contratosWeb p span{
	display: block;
}
#intermediacion, #privacidad{
	text-decoration: underline;
}
.contineTriangulo{
	width: 100%;
}

.triangulo {
    width: 0;
    height: 0;
    border-left: 50vw solid #f0f2f2;
    border-right: 50vw solid #f0f2f2;
    border-top: 7vw solid #f8f9fa;
    margin: 0 auto;
}



@media only screen 
    and (max-width: 767px) 
    and (orientation: portrait) { 
    	footer{
    		margin-top: 20px;
    	}
    	
    	.contieneFooter{
    		width: 100%;
    	}
    	.contieneFooter ul {
        	padding-left: 0;
    	}
    	.ContieneInput{
    		justify-content: flex-start;
    	}

    	.sociales i{
			font-size: 20px;
		}

		.sociales p{

		}
		.base {
    		width: 100%;
    		height: 64px;
		}
		.footer-Cero{
			order: 0;
		}
		.footer-Uno{
			order: 2;
		}
		.footer-Dos{
			order: 1;
		}
		.footer-Tres{
			order: 3;
			margin-top: 20px;
		}
		.footer-Cuatro{
			order: 4;
		}
		.footer-Cinco{
			order: 5;
		}
		.contratosWeb{
			padding: 20px;
		}

    }