@charset "UTF-8";
/*
    COLOR PALETTE
	BG BODY #f5f3ee
	BG SECTION #766361
	BG FOOTER #2b2b2b
	H AND LINK	#74615f
	LINK HOVER #877977
    TEXT #555555
*/

/******************************
	FONTS
******************************/

@font-face {
    font-family: 'montserrat';
    src: url('webfonts/montserrat-italic.woff2') format('woff2'),
         url('webfonts/montserrat-italic.woff') format('woff');
    font-weight: 500;
    font-style: italic;

}

@font-face {
    font-family: 'montserrat';
    src: url('webfonts/montserrat-light.woff2') format('woff2'),
         url('webfonts/montserrat-light.woff') format('woff');
    font-weight: 300;
    font-style: normal;

}

@font-face {
    font-family: 'montserrat';
    src: url('webfonts/montserrat-lightitalic.woff2') format('woff2'),
         url('webfonts/montserrat-lightitalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;

}

@font-face {
    font-family: 'montserrat';
    src: url('webfonts/montserrat-medium.woff2') format('woff2'),
         url('webfonts/montserrat-medium.woff') format('woff');
    font-weight: 600;
    font-style: normal;

}

@font-face {
    font-family: 'montserrat';
    src: url('webfonts/montserrat-mediumitalic.woff2') format('woff2'),
         url('webfonts/montserrat-mediumitalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;

}

@font-face {
    font-family: 'montserrat';
    src: url('webfonts/montserrat-regular.woff2') format('woff2'),
         url('webfonts/montserrat-regular.woff') format('woff');
    font-weight: 500;
    font-style: normal;

}


[class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
}

::selection {
	background-color: #766361;
	color:#fff;
}

body {
    background-color: #f5f3ee;
    color:#555555;
    font-family: 'montserrat','Open Sans','Arial',sans-serif;
	font-size: 16px;
	font-weight: 500;
}

strong {
	font-weight: 600;
}

em {
	font-style: italic;
}

a {
	color: #74615f;
	text-decoration: none;
	transition: color .3s ease;
}

a:link, a:visited {
	text-decoration: none;
	color: #74615f;
}

a:active, a:hover {
	text-decoration: none;
	color:#877977;
}

a.btn, button.btn {
	background: none;
	padding:10px 20px;
	border: solid 2px #74615f;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	color:#74615f;
	font-weight: 500;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

a.btn:focus, button.btn:focus {
	border: solid 2px #74615f;
	background-color: #74615f !important;
	color:#fff;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

a.btn-primary, button.btn-primary {
	border: solid 2px #74615f;
	border-color: #74615f;
}

a.btn-primary:active, a.btn-primary:hover, a.btn-primary:focus , button.btn-primary:active , button.btn-primary:hover , button.btn-primary:focus  {
	border: solid 2px #74615f !important;
	background-color: #74615f !important;
	color:#fff !important;
}

h1, h2, h3, h4 {
	color:#74615f;
	margin-top:0;
	margin-bottom: 15px;
	font-weight: 500;
}

h1 {
	font-size:40px;
}

h2 {
	font-size:32px;
}

h3 {
	font-size:24px;
}

h4 {
	font-size:16px;
}

.container {
	max-width: 1400px;
}

/******************************
	HEADER
******************************/

.header{
	padding: 50px 0;
	height:150px;
}


.header .navigation {
	text-align: right;
	padding-top:20px;
}

.header .navigation a {
	padding-left: 15px;
}

.header .navigation .mainmenu {
	font-size: 18px;
}



.section-content {
	padding:90px 0px;
	text-align: left;
}

.section-who p {
	text-align: justify;
}

.section-exhibition {
	background: #fff;
	padding:0px;
}

.section-exhibition .content {
	padding:90px 60px;
}

.section-method p {
	text-align: justify;
}

.section-gallery {
	background-color: #74615f;
	color:#fff;
}

.section-gallery h1, .section-gallery h2, .section-gallery h3, .section-gallery h4 {
	color:#fff;
}

.section-about {
	padding-top:180px;
}

.section-about p {
	text-align: justify;
}

.section-events {
	background-color: #74615f;
}

.section-events h2 {
	color:#fff;
}

.section-events .box img{
	width:100%;
	max-width: 100%;
	max-height: 250px;
	
}

.section-content.section-instagram {
	background: #fff;
}

.section-contacts iframe {
	border: solid 1px #74615f;
}

.section-contacts h2, .section-method h2 {
	margin-bottom: 0px;
}


.box {
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 25px 0px #493533;
	-moz-box-shadow: 0px 0px 25px 0px #493533;
	box-shadow: 0px 0px 25px 0px #493533;
	margin:30px 0;
}

.box img {
	width:100%;
}

.box .img-zoom-hover {
	overflow: hidden;
}

.box .img-zoom-hover img {
	transform: scale(1);
	transition: transform .5s ease;
}

.box .img-zoom-hover img:hover {
	transform: scale(1.1);
}

.box .box-content {
	padding:25px;
	background-color:#0c4053;
	color:#fff;
	margin-bottom: 50px;
}

.box .box-content h2, .box .box-content h1, .box .box-content h3, .box .box-content h4 {
	margin-bottom: 25px;
	color: #fb5300;
}

/******************************
	CAROUSEL
******************************/

.carousel-indicators li {
    width: 20px;
    height: 20px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}

.carousel-item {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.carousel-caption {
	top: 50%;
	transform: translateY(-50%);
	bottom: initial;
}

.carousel-caption h2 {
	color:#fff;
	font-size: 40px;
}

#banner-carousel-gallery {
	margin-top: 50px;
	margin-bottom:-180px;
	-webkit-box-shadow: 0px 0px 25px 0px #493533;
	-moz-box-shadow: 0px 0px 25px 0px #493533;
	box-shadow: 0px 0px 25px 0px #493533;
}

#banner-carousel-metodo .carousel-indicators {
	bottom:-50px;
	
}

#banner-carousel-metodo .carousel-indicators li {
	background-color: rgba(118,99,97,0.5);
}

#banner-carousel-metodo .carousel-indicators li.active {
	background-color: rgba(118,99,97,1);
}

#banner-carousel-metodo {
	margin-bottom:90px;
}

#swipebox-overlay {
	background-color: rgba(118,99,97,0.8);
}


/******************************
	FOOTER
******************************/

.footer {
	width: 100%;
	padding: 50px;
	background-color: #2b2b2b;
	text-align: center;
	color:#fff;
}

.footer img {
	height: 25px;
	margin-bottom: 24px;
}

.footer a:link, .footer a:visited {
	color:#fff;
}

.footer a:active, .footer a:hover {
	color:#fff;text-decoration: underline;
}


/******************************
	MEDIA QUERIES
******************************/
@media (max-width: 1600px) {
	.container {
		max-width: 1200px;
	}
}


@media (max-width: 1200px) {

}

@media (max-width: 992px) {
	.header .navigation .mainmenu {
		text-align: center;
	}	
	
	.header .identity img {
		margin-bottom: 25px;
	}
	
	.header  {
		height: 200px;
	}
	
	.section-form label {
		text-align: left;
	}
	
	.section-animation {
		text-align: center;
	}
}

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



/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	
	
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}

@media (min-width: 1900px) {

}
