/* Resonsive tablets */
@media (max-width: 991px){
	.header {
		position: fixed;
		width: 100%;
		height: 115px;
		display: column;
		flex-direction: column;
		justify-content: space-edenly;		
	}
	
	.header img {
		width: 55px;
		height: 55px;
		border-radius: 6px;
	}
}

@media (max-width: 768px){
	.header {
		position: fixed;
		width: 100%;
		height: 115px;
		display: column;
		flex-direction: column;
		justify-content: space-edenly;		
	}
}

@media (max-width: 497px){
	#insp-section {
		margin-top: 325px;
	}

	.confian-section {
		justify-content: center;
		align-items: center;
	}

	.confian {
		justify-content: center;
		align-items: center;
	}
	
	#servicios-section { 
		justify-content: center;
		align-items: center;
	}
	.servicios{
		align-items: center;
		justify-content: center;
	}
	.hr h4, p {
		text-align: center;
	}

	.datos h4, p {
		text-align: center;
	}
	
	#qs-section{ 
		justify-content: center;
		align-items: center;
	}
	.team-container{
		align-items: center;
		justify-content: center;
	}
	.card h3, p {
		text-align: center;
	}
	
	.contact-section {
		justify-content: center;
		align-items: center;
	}

	.contacto {
		align-items: center;
		justify-content: center;
	}
	
	.contactenos_form label, input, textarea {
		text-align: center;
	}
	
	.header {
		position: absolute;
		background: none;
		flex-direction:column;
		height: 325px;
		justify-content: space-evenly;
		text-align:center;
		width: 100%;
	}
	
	.header img {
		width: 55px;
		height: 55px;
		border-radius: 6px;		
	}
	
	.header ul {
		list-style: none;
		flex-direction: column;
		/*margin-top: 5px;*/
	}
	
	.header li {
		margin-top: 5px 0;
	}
	
	
	
	/*.mvv {
		margin-top: 325px;
	}*/
		
	section {
		scroll-margin-top: 325px;
	}
	
	.contactenos_form label, input, textarea {
		text-align: justify;
	}
}

@media (max-width: 415px){
	#inspiracion {
		margin-top: 325px;
	}

	.confian-section {
		justify-content: center;
		align-items: center;
	}
	
	#servicios-section{ 
		justify-content: center;
		align-items: center;
	}
	.servicios{
		align-items: center;
		justify-content: center;
	}
	.hr h4, p {
		text-align: center;
	}

	.datos h4, p {
		text-align: center;
	}
	
	#qs-section{ 
		justify-content: center;
		align-items: center;
	}
	.team-container{
		align-items: center;
		justify-content: center;
	}
	.card h3, p {
		text-align: center;
	}
	
	.contact-section {
		justify-content: center;
		align-items: center;
	}

	.contacto {
		align-items: center;
		justify-content: center;
	}
	
	.contactenos_form label, input, textarea {
		text-align: center;
	}
	
	.header {
		position: absolute;
		background: none;
		flex-direction:column;
		height: 325px;
		justify-content: space-evenly;
		text-align:center;
		width: 100%;
	}
	
	.header img {
		width: 55px;
		height: 55px;
		border-radius: 6px;
		
	}
	
	.header ul {
		list-style: none;
		flex-direction: column;
		/*margin-top: 5px;*/
	}
	
	.header li {
		margin-top: 5px 0;
	}
	
	/*#mvv-section {
		margin-top: 325px;
	}*/
	
	/*.mvv {
		margin-top: 325px;
	}*/
		
	section {
		scroll-margin-top: 325px;
	}
	
	
	
}






