body,
html {
	font-family: 'Segoe UI', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #fefefe;
	background-image: url(../img/bgpattern.jpg);
	background-color: rgba(255, 255, 255, 0.727);
	background-blend-mode:soft-light;
	background-size: 50%;
	font-weight: 400;
	scroll-behavior: smooth;
}

.container {
	margin-left: auto;
	margin-right: auto;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

h2 {
	font-family: 'Montserrat', sans-serif;
	margin: 0 0 20px 0;
	font-weight: 700;
	font-size: 4rem;
	color: #333;
}

h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	font-weight: 700;
	color: #333;
}

h4 {
	font-size: 18px;
	color: #333;
}

h6 {
	margin: 9% 0;
	text-shadow: #333;
  	font-size: 2.6vw;
  	font-weight: 700;
	line-height: 100%;
}

p {
	font-size: 15px;
}

ul {
	list-style: none;
	padding: 0;
	display: flex;

}

ol {
	list-style: none;
	padding: 0;

}


img {
	max-width: 100%;
	height: auto;
	width: auto\9;
	/* ie8 */
}

.fade-in {
	opacity: 0;
	transition: opacity 2s ease-in;
}

/* Animación para el número de contacto */


.vibrar:hover {

	animation: vibrate 2.0s;

	animation-iteration-count: infinite;
}

@keyframes vibrate {
	0% {
		transform: rotate(0deg);
	}

	25% {
		transform: rotate(5deg);
	}

	50% {
		transform: rotate(0eg);
	}

	75% {
		transform: rotate(-5deg);
	}

	100% {
		transform: rotate(0deg);
	}
}


/* Navigation */

#menu {
	transition: all 0.8s;
}

#menu img {
	margin-right: 1em;
	border-radius: 50%;
}

#menu.navbar-default {
	display: block;
	background-color: transparent;
	background: rgba(0, 0, 0, 0.388);
	border-color: transparent;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.2)
}

#menu.navbar-default .navbar-nav.navbar-left>li>a {
	font-size: 1.125em;
	margin-top: 2%;
	margin-bottom: 0.3125em;

}

#menu a.navbar-brand {
	font-family: 'Montserrat', sans-serif;
	font-size: 32px;
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase;
}

#menu.navbar-default .navbar-nav>li>a {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 1.7rem;
	font-weight: 700;
	padding: 1em 0;
	border-radius: 0;
	margin: 0.6em 0 0 2em;
	white-space: nowrap;
}

#menu.navbar-default .navbar-nav>li>a:hover {
	color: #50e0ed;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	color: #50e0ed !important;
	background-color: transparent;
}


/*NEW CLASS*/
.navbar-header {
	margin-left: 0;
	margin-right: 0;
}


.navbar-fixed-top {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
}

/*******************/

.navbar-toggle {
	border-radius: 0;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #fff;
	border-color: #fff;
}

.section-title {
	margin-bottom: 3em;
}

.section-title h2 {
	position: relative;
	margin-top: 10px;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.section-title h2::after {
	position: absolute;
	content: "";
	background: rgb(37, 106, 112);
	background: linear-gradient(90deg, rgba(37, 106, 112, 1) 0%, rgba(80, 224, 237, 1) 15%, rgba(80, 224, 237, 0) 80%);
	height: 2px;
	width: 100%;
	bottom: -1px;
	left: 0;
}


/* Header Section */
.intro {
	display: table;
	width: 100%;
	background: url(../img/DSC_4971-2.jpg) center center no-repeat;
	background-color: #ffffff;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

.intro .container-intro {
	padding-right: 20px;
	padding-left: 20px;
}

.intro .overlay {
	background: rgba(0, 0, 0, 0.13);
}

.intro h1 {
	font-family: 'Montserrat', sans-serif;
	color: #77fbf5;
	line-height: 90px;
	font-size: 110px;
	font-weight: 700;
	margin-bottom: -2px;
	margin-left: 40px;
	text-shadow: 0 0 15px rgba(0, 0, 0, 0.618)
}

.intro h2 {
	font-family: 'Montserrat', sans-serif;
	color: #77fbf5;
	font-size: 35px;
	font-weight: 700;
	margin-bottom: 300px;
	margin-left: 280px;
	text-shadow: 0 0 15px rgba(0, 0, 0, 0.618)
}

.intro h3 {
	font-family: 'Montserrat', sans-serif;
	color: #77fbf5;
	font-size: 45px;
	white-space: nowrap;
	font-weight: 700;
	margin-left: 50px;
	margin-bottom: -60px;
	text-shadow: 0 0 15px rgba(0, 0, 0, 0.618)
}

.intro h4 {
	font-family: 'Montserrat', sans-serif;
	color: #8dfff9;
	font-size: 3rem;
	white-space: nowrap;
	font-weight: 700;
	text-align: right;
	margin-right: 50px;
	text-shadow: 0 0 15px rgba(0, 0, 0, 0.618)
}
.margen{
margin-left: 50px;
}

header .intro-text {
	padding-top: 90px;
	margin-bottom: 100px;
}

/* Why Us Section */
#why {
	padding-top: 110px;
}

.flex-row-stretch {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	margin-right: 50px;
	margin-left: 50px;
}

.flex-col {
	margin-bottom: 30px;
}


@media (max-width: 768px) {
	.flex-col {
		width: 100%;
		margin-bottom: 15px;
	}
}

/* ======Cards======= */

.card {
	position: relative;
	height: 100%;
	margin: 0 auto;
	margin-right: 10px;
	overflow: hidden;
	border-radius: 6px;
	box-shadow: 0 4px 15px -2px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 4px 15px -2px rgba(0, 0, 0, .2);
	background-color: #fff;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	transition: transform 0.5s ease-in-out;
}

.card:hover {
	transform: scale(1.2);

}

.card-body {
	padding: 50px;
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	text-align: center;
}

.card img {
	width: 100%;
	height: 15vw;
	object-fit: cover;
}

.card h4 {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 20px;
	font-size: 1.9rem;
	font-weight: bold;
}


/* About Section */
#about {
		padding-top: 100px;

	font-family: Georgia, 'Times New Roman', Times
}

#about h3 {
	font-size: 3.5vh;
	color: #000000;
	line-height: 40px;
}

.about-text1 {
	margin-top: 50px;

}

.about-text2 {
	margin-top: 25px;
}

#about img {
	padding-bottom: 2em;
	width: 80%;
	margin-top: 10px;
}

.img-responsive-logo {
	border-radius: 20%;
}

.img-responsive-father {
	border-radius: 50%;
}

/* Services Section */

#services {
	padding-top: 100px;
	justify-content: center;
}

#services .containerService {
	display: flex;
	justify-content: center;
	align-items: center;
}

/* Services Carousel */

#services .carousel-service {
	max-width: 60%;
	height: auto;
	float: left;
	margin-right: 5%;
}

#services .carousel-service2 {
	max-width: 60%;
	height: auto;
	float: right;
	margin-left: 5%;

}

#services .carousel-inner img {
	border-radius: 2%;

}


.wrapper1 {
	display: flex;
   align-items:center;
	opacity: 0;
	transform: translateX(-13%);
	filter: blur(5px);
	width: 100%;
}

.wrapper2 {
		
	   display: flex;
   align-items:center;
	opacity: 0;
	transform: translateX(-13%);
	filter: blur(5px);
	margin: 10% auto;
	width: 100%;

}

.wrapper3 {
	
	   display: flex;
   align-items:center;
	opacity: 0;
	transform: translateX(-13%);
	filter: blur(5px);
	width: 100%;
}

.text-box {
	color: #000000;
}

/* Testimonials Section */

#testimonials {
		padding-top: 100px;

	color: #3d3d3d;
	font-weight: 500;
	margin-bottom: 1em;
}

.testimonial {
	position: relative;
	margin-left: 1em;
	margin-top: 1em;
}

#testimonials .row1 {
	margin-top: 10%;
	margin-bottom: 10%;
}

#testimonials .row1>img {
	float: left;
	display: block;
	margin-right: 2em;
	width: 25%;
}

#testimonials .row1>p {
	margin-bottom: 0;
	padding-top: 2em;
	font-weight: 600;
	font-size: 21px;
	width: 100%;
}

#testimonials .row1 .testimonial-meta {
	text-align: right;
	padding-right: 12em;
	margin: 0;
	font-size: 17px;
	line-height: 10px;
}

.testimonial-image {
	float: left;
	margin-right: 15px;
}

.testimonial-image,
.testimonial-image img {
	display: block;
	width: 64px;
	height: 64px;
	border-radius: 50%;
}

.testimonial-content {
	position: relative;
	overflow: hidden;
}

.testimonial-content p {
	margin-bottom: 0;
	font-weight: 600;
	font-size: 18px;
	width: 100%;
}

.testimonial-meta {
	margin-top: 9%;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 9%;
}

.size {
	height: 20em;
}

/* Footer Section*/
#footer {
	background: #000000eb;
	padding: 30px 0;
}

#footer p {
	color: #ffffffee;
	font-size: 14px;
	line-height: 10px;
}

/*

/* Gallery Section */
#gallery {
	padding: 100px 0;
}

#gallery .gallery-media img {
	position: relative;
	display: block;
	width: 70%;
	border-radius: 5%;
}

.carousel-inner {
	margin: auto;
}

.carousel-inner img {
	margin: auto;
}

#gallery .gallery-desc h2 {
	text-align: center;
	margin-bottom: 2em;
	font-size: 4.5vh;
}

.carousel-caption h3 {
	color: #ffffff;
	font-size: 7rem;
	font-family: "Helvetica";
	text-transform: uppercase;
}


/*Animation*/


/*Services*/
.show-services {
	opacity: 1;
	transition: all 2s;
	transform: translateX(0%);
	filter: blur(0px);
}

/*Testimonial carousel*/
.testimonial {
	transition: transform 0.3s ease-in-out;

}

.testimonial:hover {
	transform: scale(1.1);

}

.carousel-showmanymoveone .carousel-control {
	width: 4%;
	background-image: none;
}

.carousel-showmanymoveone .carousel-control.left {
	margin-left: 15px;
}

.carousel-showmanymoveone .carousel-control.right {
	margin-right: 15px;
}

.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3 {
	display: none;

}

/*Resolution 1280px
-Home:
-Why:Listo
-Services:
-About:
-Testimonials: Listo
-Gallery: Listo
*/

@media screen and (min-width: 1537px) {

	.carousel-showmanymoveone .carousel-inner>.active.left,
	.carousel-showmanymoveone .carousel-inner>.prev {
		left: -25%;
	}

	.carousel-showmanymoveone .carousel-inner>.active.right,
	.carousel-showmanymoveone .carousel-inner>.next {
		left: 25%;
	}

	.carousel-showmanymoveone .carousel-inner>.left,
	.carousel-showmanymoveone .carousel-inner>.prev.right,
	.carousel-showmanymoveone .carousel-inner>.active {
		left: 0;
	}

	.carousel-showmanymoveone .carousel-inner .cloneditem-1,
	.carousel-showmanymoveone .carousel-inner .cloneditem-2,
	.carousel-showmanymoveone .carousel-inner .cloneditem-3 {
		display: block;
	}

	.carousel-showmanymoveone .carousel-inner>.item.active.right,
	.carousel-showmanymoveone .carousel-inner>.item.next {
		-webkit-transform: translate3d(33.3333%, 0, 0);
		transform: translate3d(33.3333%, 0, 0);
		left: 0;
	}

	.carousel-showmanymoveone .carousel-inner>.item.active.left,
	.carousel-showmanymoveone .carousel-inner>.item.prev {
		-webkit-transform: translate3d(-33.3333%, 0, 0);
		transform: translate3d(-33.3333%, 0, 0);
		left: 0;
	}

	.carousel-showmanymoveone .carousel-inner>.item.left,
	.carousel-showmanymoveone .carousel-inner>.item.prev.right,
	.carousel-showmanymoveone .carousel-inner>.item.active {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		left: 0;
	}


}

@media screen and (max-width: 1536px) {
	.container {
		max-width: 1280px;
	}

	.carousel-showmanymoveone .carousel-inner>.active.left,
	.carousel-showmanymoveone .carousel-inner>.prev {
		left: -25%;
	}

	.carousel-showmanymoveone .carousel-inner>.active.right,
	.carousel-showmanymoveone .carousel-inner>.next {
		left: 25%;
	}

	.carousel-showmanymoveone .carousel-inner>.left,
	.carousel-showmanymoveone .carousel-inner>.prev.right,
	.carousel-showmanymoveone .carousel-inner>.active {
		left: 0;
	}

	.carousel-showmanymoveone .carousel-inner .cloneditem-1,
	.carousel-showmanymoveone .carousel-inner .cloneditem-2,
	.carousel-showmanymoveone .carousel-inner .cloneditem-3 {
		display: block;
	}

	.carousel-showmanymoveone .carousel-inner>.item.active.right,
	.carousel-showmanymoveone .carousel-inner>.item.next {
		-webkit-transform: translate3d(33.3333%, 0, 0);
		transform: translate3d(33.3333%, 0, 0);
		left: 0;
	}

	.carousel-showmanymoveone .carousel-inner>.item.active.left,
	.carousel-showmanymoveone .carousel-inner>.item.prev {
		-webkit-transform: translate3d(-33.3333%, 0, 0);
		transform: translate3d(-33.3333%, 0, 0);
		left: 0;
	}

	.carousel-showmanymoveone .carousel-inner>.item.left,
	.carousel-showmanymoveone .carousel-inner>.item.prev.right,
	.carousel-showmanymoveone .carousel-inner>.item.active {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		left: 0;
	}
}




/*Resolution 1280px
-Home:
-Why:Listo
-Services:
-About:
-Testimonials:Listo
-Gallery:Listo
*/
@media screen and (max-width:1280px) {


	.container {
		max-width: 1024px;
	}

	/*Home*/
	.intro h4 {
		font-size: 2em;
	}

	.intro h3 {
		font-size: 3em;
	}

	.intro h2 {
		font-size: 2.2em;
		margin-left: 5em;
	}

	.intro h1 {
		font-size: 6em;
	}

	/*Se muestran 4 cards*/
	.col-md-4 {
		width: 50%;
	}

	.card img {
		height: 20vw;
	}

	.card-body {
		padding: 2em;
	}

	.card-h4 {
		height: 30px;
	}

	h4 {
		font-size: 2em;
	}

	/*Carrusel testimonios*/
	.size {
		height: 15em;

		/*servicios*/
	}

	.wrapper1 {
		transform: translateX(0%);
	}

	.wrapper2 {
		transform: translateX(0%);
	}

	.wrapper3 {
		transform: translateX(0%);
	}

	/*About*/

	/*Testimonials*/
	.carousel-inner .cloneditem-1,
	.carousel-inner .cloneditem-2 {
		margin-bottom: 15%;
	}

	.carousel-showmanymoveone .carousel-inner>.active.left,
	.carousel-showmanymoveone .carousel-inner>.prev {
		left: -50%;
	}

	.carousel-showmanymoveone .carousel-inner>.active.right,
	.carousel-showmanymoveone .carousel-inner>.next {
		left: 50%;
	}

	.carousel-showmanymoveone .carousel-inner>.item.active.right,
	.carousel-showmanymoveone .carousel-inner>.item.next {
		-webkit-transform: translate3d(50%, 0, 0);
		transform: translate3d(50%, 0, 0);
		left: 0;
	}

	.carousel-showmanymoveone .carousel-inner>.item.active.left,
	.carousel-showmanymoveone .carousel-inner>.item.prev {
		-webkit-transform: translate3d(-50%, 0, 0);
		transform: translate3d(-50%, 0, 0);
		left: 0;
	}

	.carousel-showmanymoveone .carousel-inner>.item.left,
	.carousel-showmanymoveone .carousel-inner>.item.prev.right,
	.carousel-showmanymoveone .carousel-inner>.item.active {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		left: 0;
	}

	/* Gallery 
	#gallery {
		padding: 0;
		padding-bottom: 10%;
	}*/
	#gallery .gallery-media img {
		width: 80%;
	}

	#gallery .gallery-desc h2 {
		padding-left: 10%;
		padding-right: 10%;
	}

	.carousel-caption h3 {
		font-size: 5rem;
	}
}



@media screen and (max-width: 992px) {
	.container {
		max-width: 768px;
	}

	/*Home*/
	.intro h4 {
		font-size: 1.5em;
	}

	.intro h3 {
		font-size: 2em;
	}

	.intro h2 {
		font-size: 1.8em;
		margin-left: 3.7em;
	}

	.intro h1 {
		font-size: 4.5em;
	}


	
	/*Services*/
	

	/*Testimonial*/
	.testimonial {
		width: 50em;
		height: 15em;
	}
	.carousel-showmanymoveone .carousel-inner .cloneditem-1,
	.carousel-showmanymoveone .carousel-inner .cloneditem-2,
	.carousel-showmanymoveone .carousel-inner .cloneditem-3 {
		display: none;
	}

	.carousel-showmanymoveone .carousel-inner>.active.left,
	.carousel-showmanymoveone .carousel-inner>.prev {
		left: -25%;
	}

	.carousel-showmanymoveone .carousel-inner>.active.right,
	.carousel-showmanymoveone .carousel-inner>.next {
		left: 25%;
	}

	.carousel-showmanymoveone .carousel-inner>.item.active.right,
	.carousel-showmanymoveone .carousel-inner>.item.next {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		left: 0;
	}

	.carousel-showmanymoveone .carousel-inner>.item.active.left,
	.carousel-showmanymoveone .carousel-inner>.item.prev {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		left: 0;
	}

	.carousel-showmanymoveone .carousel-inner>.item.left,
	.carousel-showmanymoveone .carousel-inner>.item.prev.right,
	.carousel-showmanymoveone .carousel-inner>.item.active {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		left: 0;
	}
}


/*
Resolution 768px

-Home:
-Why: Listo
-Why:
-Services:
-About:
-Testimonials:
-Gallery:
*/

@media screen and (max-width: 768px) {

	/*estable hasta ahora*/
	.container {
		max-width: 640px;
	}

	/* Home*/
	#menu img {
		margin-left: 4em;
	}

	.intro h1 {
		line-height: 1.5em;
		font-size: 3.5em;
	}

	.intro h2 {
		font-size: 1.8em;
		margin-left: 2em;
	}

	.intro h3 {
		font-size: 1.7em;
	}

	.intro h4 {
		font-size: 1.3em;
	}

	/* Why */

	#why {
		padding: 50px
	}

	.flex-row-stretch {
		margin-right: 0px;
		margin-left: 0px;
	}

	.flex-col {
		margin-bottom: 30px;
	}

	/*Se muestran 4 cards*/
	.card img {
		height: 25vw;
	}

	.card-body {
		padding: 1em;
	}

	.card-h4 {
		height: 30px;
	}

	h4 {
		font-size: 18px;
	}

	/*Services*/

	h6{
		font-size: 3vw;
	}


	/*About*/

	/*Testimonials*/
	#testimonials .row1>p {
		padding-top: 12em;
	}

	#testimonials .row1>img {
		width: 15em;
		margin-left: 15em;
		margin-right: 0em;
	}

	#testimonials .row1 .testimonial-meta {
		padding-right: 8em;
	}

	.testimonial {
		width: 43em;
		height: 15em;
	}




	/* Gallery */

	#gallery .gallery-media img {
		width: 90%;
	}
	/*
	#gallery{
	padding-bottom: 10%;
	}*/
	.carousel-caption h3 {
		font-size: 5rem;
	}
}

/*Resolution 640px
-Home:
-Why: 
-Why:
-Services:
-About:
-Testimonials:
-Gallery:
*/
@media (max-width: 640px) {

	/*se obtiene margenes a los lados pero no se altera el body*/
	.container {
		max-width: 480px;
	}

	/* Home*/
	#menu img {
		margin-left: 3em;
		width: 4em;
		margin-top: 0.5em;
	}

	#menu a.navbar-brand {
		font-size: 1.5em;
	}
	#menu.navbar-default .navbar-nav.navbar-left>li>a {
		margin-left: 1.5em;
	}
	.intro h1 {
		line-height: 1.5em;
		font-size: 2.8em;
	}

	.intro h2 {
		font-size: 1.5em;
		margin-left: 3em;
	}

	.intro h3 {
		font-size: 120%;
	}

	.intro h4 {
		font-size: 1em;
	}


	/*Why*/

	#why {
		padding: 50px
	}

	h2 {
		font-size: 31px;
	}

	.flex-row-stretch {
		margin-right: 20px;
		margin-left: 20px;
	}

	.col-md-4 {
		width: 100%;
	}

	.flex-col {
		margin-bottom: 45px;
	}

	.card img {
		height: 22em;
	}

	h4 {
		font-size: 23px;
	}


	/*About*/

	#about img {
		width: 100%;
	}

	/*Testimonials*/
	#testimonials .row1>img {
		margin-left: 9em;
	}

	.testimonial {
		width: 32em
	}


	/* Gallery */

	#gallery .gallery-media img {
		width: 90%;
	}


	.carousel-caption h3 {
		font-size: 5rem;
	}

}

/*Listo*/
@media (max-width:480px) {
	
	.intro {
		width: 100%;
		height: auto;
	}

	.container {
		max-width: 425px;
	}

	.section-title {
		margin-left: 1em;
	}
	.row{
	margin-right: -1%;
	margin-left: -1%;
	}

	/*home*/
	container > .navbar-header{	
		margin-right: 0px;
	}
	#menu a.navbar-brand {
		font-size: 1.2em;
		margin-left: -0.4em;
	}
	#menu img {
		margin-left: 2.5em;
		width: 3.5em;
		margin-top: 0.5em;
	}
	#menu.navbar-default .navbar-nav.navbar-left>li>a {
		margin-left: 0.5em;
		font-size: 1em;
		width: 100%;
	}
	.intro h1 {
		font-size: 300%;
		margin-left: 5%;
	}

	.intro h2 {
		font-size: 120%;
		margin-left: 25%;
	}

	.intro h3 {
		font-size: 120%;
		margin-left: 1.5em;
		margin-bottom: 5%;
	}

	.intro h4 {
		font-size: 100%;
		margin-right: 1em;
		margin-bottom: -2%;
	}

	/*Why*/
	#why {
		padding: 0;
		padding-top: 10%;
	}

	.flex-row-stretch {
		margin-right: -0px;
		margin-left: -0px;
	}

	.flex-col {
		margin-bottom: 45px;
	}

	.card {
		margin-right: 0%;
	}

	.card:hover {
		transform: scale(1.05);

	}

	.card img {
		height: 16em;
	}

	.wrapper1 {
		transform: translateX(0%);
	}

	.wrapper2 {
		transform: translateX(0%);
	}

	.wrapper3 {
		transform: translateX(0%);
	}


	/*About*/

	#about img {
		width: 100%;
	}
	#about h3 {
		font-size: 2.5vh;
	}

	/* Testimonials  */

	#testimonials .row1>img {
		width: 30%;

	}

	.testimonial {
		margin-top: 3em;
		width: 100%;
	}

	/* Testimonials  */
	#testimonials .row1 {
		margin-top: 10%;
		margin-bottom: 10%;
		margin-left: 1em;
		margin-right: 1em;
	}

	#testimonials .row1>img {
		width: 50%;
		margin-left: 25%;
		margin-right: 0em;
	}

	#testimonials .row1>p {
		padding-top: 11em;
	}

	#testimonials .row1 .testimonial-meta {
		padding-right: 3em;
	}
	.testimonial {
		margin-top: 3em;
		width: 100%;
		margin-left: 0%;
	}
	/* Testimonial-Carousel*/
	.size {
		height: 25em;
		width: 100%;
	}

	.carousel-showmanymoveone .carousel-inner>.item.active.right,
	.carousel-showmanymoveone .carousel-inner>.item.next {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		left: 0;
	}

	.carousel-showmanymoveone .carousel-inner>.item.active.left,
	.carousel-showmanymoveone .carousel-inner>.item.prev {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		left: 0;
	}

	.carousel-showmanymoveone .carousel-inner>.item.left,
	.carousel-showmanymoveone .carousel-inner>.item.prev.right,
	.carousel-showmanymoveone .carousel-inner>.item.active {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		left: 0;
	}

	/* Gallery 
	#gallery {
		padding: 0;
		padding-bottom: 10%;
}
*/
	
	#gallery .gallery-media img {
		width: 90%;
	}
	#gallery .gallery-desc h2 {
		font-size: 2.5vh;
	}
	.carousel-caption h3 {
		font-size: 5rem;
	}


}
@media (max-width: 375px) {

	.container {
		max-width: 320px;
	}
	.row {
		margin-right: 0;
		margin-left: 0;
		width: 100%;
	}
	.intro h3 {
		font-size: 100%;
		margin-bottom: 0%;
	}
	.intro h4 {
		margin-top: 1.3em;
		font-size: 100%;
	}
	#menu.navbar-default .navbar-nav.navbar-left>li>a {
		font-size: 0.8em;
		margin-top: 33%;
		width: 8.3em;
		margin-bottom: -10%;
	}
	/*
	#gallery {
		padding: 0;
		padding-bottom: 10%;
	}*/
}

/*LISTO*/
@media (max-width:320px) {
	.container{
		max-width: 280px;
	}
	.row {
		margin-right: 0;
		margin-left: 0;
		width: 100%
	}
	#menu.navbar-default .navbar-nav.navbar-left>li>a {
		font-size: 0.8em;
		margin-right: 0em;
		margin-left: -2em;
		margin-top: 0em;
	}
	.intro h3 {
		font-size: 1.1em;
		margin-bottom: 0%;
	}
	.intro h4 {
		margin-top: 1.3em;
		font-size: 1em;
	}
		.size {
		height: 32em;
		width: 100%;

	}
	.testimonial-content p {
		width: 90%;
	}
	#testimonials .row1>img {
		margin-left: 4em;
	}
	#testimonials .row1>p {
		padding-top: 8em;
	}
	.testimonial-image, .testimonial-image img {
		width: 4em;
		height: 4em;
	}
	/*
	#gallery{
		padding: 0%;
		padding-bottom: 13%;
	}*/
	#gallery .gallery-desc h2 {
		font-size: 2.5vh;
	}
}