
.footer-distributed{
	position: relative;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	padding: 20px 60px 40px;
	overflow: hidden;
}
.footer-distributed h3{
	font-family: "Times New Romans";
	font-style: italic;
	font-size: 30px;
}
.colegio a{
	background-color:  #9b8053;
}
.colegio{
	background-color: #7A6542;

}
.universidad a{
	background-color: #4260b2;
}
.universidad {
	background-color: #2e437c;
}


/* Footer left */

.footer-distributed .footer-left{
	float: left;
	margin-right: 15px;
}

/* The company logo */

.footer-distributed h3{
	color:  #ffffff;
	font: normal 36px;
	margin: 0 0 10px;
}

.footer-distributed h3 span{
	color:  #5383d3;
}

/* Footer links */

.footer-distributed .footer-links{
	font-size: 17px;
	font-family: "Loew";  
	color:  #ffffff;
	margin: 0 0 8px;
	padding: 0;
}

.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
}

.footer-distributed .footer-company-name{
	color:  #8f9296;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}


/* Footer social icons */

.footer-distributed .footer-icons{
	margin-top: 20px;
}

.footer-distributed .footer-icons a{
	display: inline-block;
	width: 40px;
	height: 40px;
	cursor: pointer;
	border-radius: 5px;

	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 40px;

	margin-right: 5px;
}

.footer-distributed .footer-icons img{
	margin-top: 3px;
	width: 35px;
	height: 35px;
}

.footer-distributed .footer-icons a:hover{
	background-color: #252525;
	transition: all 0.3s;
}

/* Footer Right */

.footer-distributed .footer-right{
	float: right;
	position: relative;
}

.footer-distributed .footer-right p{
	display: inline-block;
	vertical-align: top;
	margin: 15px 42px 0 0;
	color: #ffffff;
}

/* The contact form */

.footer-distributed form{
	display: inline-block;
}

.footer-distributed form input,
.footer-distributed form textarea{
	display: block;
	border-radius: 3px;
	box-sizing: border-box;
	background-color:  #1f2022;
	box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1);
	border: none;
	resize: none;

	font: inherit;
	font-size: 14px;
	font-weight: normal;
	color:  #d1d2d2;

	width: 25vw;
	padding: 18px;
}

.footer-distributed ::-webkit-input-placeholder {
	color:  #5c666b;
}

.footer-distributed ::-moz-placeholder {
	color:  #5c666b;
	opacity: 1;
}

.footer-distributed :-ms-input-placeholder{
	color:  #5c666b;
}


.footer-distributed form input{
	height: 55px;
	margin-bottom: 15px;
}

.footer-distributed form textarea{
	height: 100px;
	margin-bottom: 20px;
}

.footer-distributed form button{
	border-radius: 3px;
	background-color:  #33383b;
	color: #ffffff;
	border: 0;
	padding: 15px 50px;
	font-weight: bold;
	float: right;
}


/* If you don't want the footer to be responsive, remove these media queries */
.footer-right  .mapa { 
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 0px solid #000000;
	width: 600px ;
	height: 350px ;
}
.logos{
	background-color: #ffffff;
	padding: 10px;
	
}
#responsive{
	display: none;
}
#escritorio{
	visibility: visible;
}
@media screen and (max-width: 450px){


	.footer-right .mapa {
		width:70vw;
		height:40vh;
		margin-bottom: 20px;
		align-self: center;
	}
	.footer-distributed .footer-links{
		font-size: 2.5vw;

	}

	.footer-distributed .footer-left,
	.footer-distributed .footer-right{
		float: left;
	}
	.footer-distributed .footer-left{
		margin-bottom: 10px;
		
	}
	#headfooter{
		font-size: 6vw;
		margin-left: 5px;
	}
	#footerinfo{
		
		font-size: 4vw;
	}
	#responsive{
		display: block;
	}
	#escritorio{
		display: none;
	}
	.footer-links .ico{
		margin-top: 10px;
		margin-left: -10px;
	}

}

@media screen and (max-height:  450px){
	.footer-distributed .footer-right{
		float: right;
		position: absolute;
		left: 50vw;
	
	
	}
	.footer-right .mapa {
		width:40vw;
		height:40vw;
		align-self: left;
		margin-left: 24px;
	}

	.footer-distributed  .footer-links .table-row{
		font-size: 2vw !important;
	}

	.footer-distributed .footer-left,
	.footer-distributed .footer-right{
		float: left;
	}
	.footer-distributed .footer-left{
		margin-bottom: 10px;
	}
	#headfooter{
		font-size: 3vw;
		margin-left: 5px;
	}
	#footerinfo{
		
		font-size: 2vw;
	}
}
/*medias para IPAD*/
@media only screen  and (min-device-height : 768px)  and (max-device-width : 1024px) and (orientation: landscape)
 {
	.footer-right .mapa {
		width:40vw;
		height:40vw;
		align-self: right;
		margin-left: 10px;
	}

 }
 @media only screen  and (min-device-width: 768px)  and (max-device-height : 1024px) and (orientation: portrait)
 {
	.footer-right .mapa {
		width:40vw;
		height:40vw;
		align-self: right;
		margin-left: 10px;
	}
 }
