 #boton {
 
 	width: 30%;
 }
 @media (max-width: 1100px) {
 	.carusel1 {
 		width: 100%;
 		height: 300px;
 	}
 	.ocultar2 {
 		display: none;
 	}
 	textarea {
 		min-height: 200px;
 		max-height: 400px;
 		width: 100%;
 		margin-bottom: 20px;
 	}
 	.campos {
 		width: 100%;
 	}
 	.cabeceralogo {
 		display: none;
 	}
 	#footer1 {
 		display: none;
 	}
 }
 @media (min-width: 1101px) {
 	.ocultar1 {
 		display: none;
 	}
 	textarea {
 		min-height: 200px;
 		max-height: 400px;
 		width: 55%;
 		margin-bottom: 20px
 	}
 	.campos {
 		width: 55%;
 	}
 	.cabeceralogoVT {
 		display: none;
 	}
 	#footer2 {
 		display: none;
 	}
 }
 .contactenos {
 	text-align: center;
 	border-radius: 2px;
 	justify-content: center;
 	margin: 100px auto;
 }
 .features-icons {
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.features-icons .features-icons-item {
  max-width: 20rem;
}
.features-icons .features-icons-item .features-icons-icon {
  height: 7rem;
}
.features-icons .features-icons-item .features-icons-icon i {
  font-size: 4.5rem;
}
.redes, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}