@media screen and (max-width: 992px){
	.container {
		width: 100%;
	}
	.price .container, 
	.footer .container {
		width: 90%;
	}
}
@media screen and (max-width: 768px){
	h1 {
		font-size: 52px;
	}
	.top .content h1 {
		font-size: 42px;
	}
	.team .member img {
		position: relative;
	}
	.team .member .details {
		position: relative;
		opacity: 1;
	}
	.team .member .details p {
		top: 0;
	}
	.team .info:hover .details p {
		transform: translateY(0px);
		-ms-transform: translateY(0px);
		-webkit-transform: translateY(0px);
	}
	.team .member .details .icon {
		top: 200px;
	}
	.team .info:hover .icon {
		transform:translateY(0px);
		-ms-transform:translateY(0px);
		-webkit-transform:translateY(0px);
	}
	.testimonial .testimonial-slide {
		width: 90%;
	}
	.subscribe .subscribe-header {
		width: 100%;
	}
	.price .container, 
	.footer .container {
		width: 100%;
	}
}
@media screen and (max-width: 667px){
	body {
		width: 100%;
	}
	h1 {
		font-size: 44px;
	}
	.underline {
		max-width: 250px;
	}
	.underline:before,
	.underline:after  {
		width: 100px;
	}
	.texthistories {
		height: auto;
		padding-bottom: 20px;
	}
	.top .content h1 {
		font-size: 22px;
		margin-top: 0;
		color: #fff;
		text-shadow: 0 0 0.1em #000;
		width: 50%;
	}
	
	.redes-sociales {
		clear: both;
		padding-top: 20px;
	}
	
	.footerer .legale {
		text-align: center;
		display: grid;
	}
	
	.video2 .video_a,
	.video2 .video_b {
		width: 100% !important;
		float: none;
	}
	
	#historias .titollila {
		line-height: 120%;
	}
	
	#historias .section-padding {
    	padding-top: 0px;
	}
	
	.form.contact .row .col-xs-4,
	#formpago .col-xs-3,
	#formpago .col-xs-8,
	#formcontact .col-xs-3 {
	    width: 100% !important;
	}
	
	#aportacion .col-xs-2 {
	    width: 30% !important;
	}
	 
	.row.videos-galeria div {
		width: 100% !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
		float: none;
	}
	
	.titolnoia,
	.titolnoi {
		margin-left: 0px;
	}
	.top .content .button a {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		display: table;
		margin-bottom: 100px;
	}
	.features {
		padding-top: 30px;
	}
	.description .content .button a {
		margin-left: auto;
		margin-right: auto;
		display: table;
	}
	.testimonial .testimonial-slide {
		width: 100%;
	}
	.subscribe .social li {
		margin-right: 5px;
	}
	.footer .contact .contact-submit {
		padding: 10px 30px;
		font-size: 20px;
	}
	
	ul.icon-list.col3 li {
		width: 80%;
		min-height: 80px;
		margin: 20px 10% 0;
	}
	
	.histories {
		font-family: 'Raleway','Roboto', sans-serif;
		font-size: 15px;
		padding: 0 5%;
		line-height: 140%;
	}
	
	a.super-botom {
	    margin: 0 10% 40px;
	}
	
	.navigation .navbar-default .navbar-nav>li>a {
		padding-top: 15px;
    	padding-bottom: 15px;
	}
}


@media screen and (max-width: 480px){
	.header {
		width: 100%;
	}
	.center-img {
		text-align: center;
		display: inline-block;
		width: 100%;
	}
	.center-img img {
		margin-top: -12px;
		margin-bottom: 25px;
		display: inline-block;
	}
	
	.columna.coluna, .columna {
		width: 100%;
		margin-bottom: 20px;
		margin-right: 0;
	}
	.underline {
		max-width: 200px;
	}
	.underline:before,
	.underline:after  {
		width: 75px;
	}
	.featured-item .icon {
		float: none;
		margin: auto;
	}
	.featured-item .meta-text {
		margin-left: 0px;
		text-align: center;
	}
	.featured-item p {
		margin-bottom: 60px;
	}
	.testimonial .testimonial-slide .content p {
		padding:0 30px;
	}
	.testimonial .testimonial-slide .content p:before,
	.testimonial .testimonial-slide .content p:after {
		font-size: 22px;
	}
	.price .price-table {
		padding: 0 15px;
	}
	.price .price-list ul {
		padding-left: 0px;
	}
	.input-group-addon {
		height: 50px;
	}
	.subscribe .subscribe-form input {
		height: 50px;
	}
	.subscribe .subscribe-form button {
		padding: 10px 20px;
		font-size: 18px;
	}
}