*{ outline: none; -webkit-box-sizing: border-box; box-sizing: border-box; text-decoration: none; word-wrap: break-word; -o-object-fit: cover; object-fit: cover; -webkit-appearance: none; padding: 0; margin: 0; }
body{ overflow-x: hidden; font-family: "Roboto", sans-serif; }
h1, h2, h3, h4, h5, h6 { font-size: 24px; color: #b6a679; font-weight: 500; }
p, li, a, span{ font-size: 18px; color: #747474; font-weight: 300; }

.box{ max-width: 1200px; margin: 0px auto; display: block; position: relative; }
.cont100{ width: 100%; }
.cont85{ width: 85%; }
.cont80{ width: 80%; }
.cont70{ width: 70%; }
.cont65{ width: 65%; }
.cont60{ width: 60%; }
.cont50{ width: 50%; }
.cont40{ width: 40%; }
.cont35{ width: 35%; }
.cont33{ width: 33%; }
.cont30{ width: 30%; }
.cont25{ width: 25%; }
.cont20{ width: 20%; }
.cont15{ width: 15%; }
.cont10{ width: 10%; }

.videoContainer{ position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; margin: 10px auto; }
.videoContainer iframe, .videoContainer object, .videoContainer embed{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

::-webkit-input-placeholder { color: #fff; }
::-moz-placeholder { color: #fff; }
:-ms-input-placeholder { color: #fff; }
:-moz-placeholder { color: #fff; }

input,
textarea{ font-weight: 300; width: 100%; border: none; border-radius: 3px; padding: 10px 15px; background: #b6a679; color: #fff; display: block; margin: 0 auto; font-family: 'Roboto', sans-serif; font-size: 16px; margin: 10px auto; }
textarea{ width: 100% !important; max-width: 100% !important; height: 70px !important; }
input[type="submit"]{ width: 50%; color: #fff; background: #747474; cursor: pointer; margin: 0px; }

/* Slide Swiper */
.swiper-pagination{ position: relative !important; margin: 20px 0px;}
.swiper-pagination-bullet{ opacity: 1 !important; background: transparent !important; display: inline !important; font-size: 20px !important; margin: 0px 6px !important; }
.swiper-pagination-bullet-active{ color: #b6a679 !important; font-weight: bold; }
.swiper-slide{ cursor: pointer; }

/* Popup Fancybox */
.fancybox-content{ padding: 0 !important; margin: 0 !important; background: transparent !important; }
.fancybox-stage{ width: 40%; height: 700px; left: 50% !important; top: 50% !important; -webkit-transform: translateX(calc(-100% - 8px)) translateY(-50%) !important; -ms-transform: translateX(calc(-100% - 8px)) translateY(-50%) !important; transform: translateX(calc(-100% - 8px)) translateY(-50%) !important; }
.fancybox-caption{ display: -webkit-box; display: -ms-flexbox; display: flex; background: #fff !important; height: 700px !important; width: 40% !important;  top: 50% !important; left: 50% !important; -webkit-transform: translateY(-50%) translateX(-8px); -ms-transform: translateY(-50%) translateX(-8px); transform: translateY(-50%) translateX(-8px); -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-flow: column; flex-flow: column; text-align: left !important; margin: 0 !important; }
.fancybox-slide{ padding: 0 !important; background: #fff; }
.fancybox-stage img{ width: 100%; height: 700px; background: #fff !important; display: block; }
.fancybox-caption{ padding: 15px !important; }
.fancybox-caption a{ color: #b6a679 !important; font-weight: 500; }

/* Menu Movil */
.menuMovil{ display: none; top: 0px; right: 0px; position: fixed; z-index: 999; padding: 5px; cursor: pointer; width: 40px; }
.menuMovil ul{ width: 100%; }
.menuMovil ul li{ background: #b6a679; border-radius: 10px; height: 3px; width: 100%; margin: 7px auto; display: block; }
.contMenuMovil{ display:none; position: fixed; z-index: 20; background: #000; left: 0; top: 0; width: 100%; padding: 25px 5px;}
.contMenuMovil ul{ list-style: none; display: block;}
.contMenuMovil ul li{ margin: 10px 10px; }
.contMenuMovil ul li a{ color: #fff; text-transform: uppercase; font-size: 25px;}

/* Contact */
#contact1{ border-radius: 10px; background: #fff; max-width: 500px; width: 100%; position: fixed; left: 50%; top: 50%; -webkit-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); z-index: 9999999; }
#contact1 .contForm{ padding: 40px; }

/* Head Page */
#headPage{ background-color: #000; }
#headPage .box{ display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 20px; }
#headPage .menuHead ul{ list-style: none; float: right; display: -webkit-box; display: -ms-flexbox; display: flex;}
#headPage .menuHead ul li{ margin: 0 10px; }
#headPage .menuHead ul li a{ color: #9b9b9b; text-transform: uppercase;}
#headPage .logoHead img{ width: 100%; }

/* Foot Page */
#foot1{ display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin: 50px auto; }
#foot1 .cont50{ padding: 20px; }
#foot1 a{ background-color: #b6a679; padding: 5px; margin: 15px 0px 0px 0px; color: #fff; display: block; max-width: 300px; width: 100%; text-align: center; }
#foot1 svg{ max-width: 450px; width: 100%; margin: 0px auto; display: block; }

#foot2{ background: #000; padding: 10px; }
#foot2 .box{ display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 15px; margin: 0px auto; }
#foot2 ul{ list-style: none; float: right; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
#foot2 ul li{ margin: 0px 10px; }
#foot2 ul li a{ color: #9b9b9b; }
#foot2 .copy{ padding: 5px; }
#foot2 .copy a{ display: block; margin: 0px auto; text-align: center; }
#foot2 svg{ fill: #757575; }

/* Home */
#home1{ position: relative; }
#home1 .signature{ position: absolute; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); bottom: 20px; z-index: 2; }
#home1 .headerFirm{ max-width: 220px; width: 100%; fill:#fff;}
#home1 h1{ text-align: center; color: #fff; margin-bottom: 10px; }
#home1 img{ width: 100%; }

#home2{ margin: 50px 0px; }
#home2 h2{ text-align: center; margin-bottom: 10px; }
#home2 p{ text-align: center; margin: 10px 0px; }

#home3{ margin: 50px 0px; }
#home3 h3{ text-align: center; margin-bottom: 10px; }
#home3 img{ width: 100%; }
#home3 .swiper-container{ margin-top: 20px; }
#home3 .swiperGallery img{ width: 100%; height: 280px; border: 1px solid #b6a679; }

#home4{ margin: 50px 0px; }
#home4 h3{ text-align: center; margin-bottom: 20px; }
#home4 .items{ display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
#home4 .items a{ width: 33%; margin: auto; display: block; padding: 10px; }
#home4 .items a img{ border: 2px solid #b6a679; width: 100%; display: block; }

#home5{ margin: 50px 0px; }
#home5 .swiper-slide{ height: auto !important; }
#home5 h3{ text-align: center; margin-bottom: 10px; }
#home5 .swiperBlog img{ width: 100%; height: auto; }
#home5 .swiperSlideContainer{ display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-flow: column nowrap; flex-flow: column nowrap; height: 100%; padding: 10px; }
#home5 .swiperSlideContainer h4{ text-align: center; font-size: 20px; margin: 10px 0px; }
#home5 .swiperSlideContainer p{ text-align: center; margin: 10px 0px; }
#home5 .swiperSlideContainer a{ margin-top: auto; font-size: 20px; text-align: center; }
#home5 .swiperSlideContainer img{ height: 180px !important; width: 100%; display: block; }

/* Error page */
#error1 .box{ padding: 150px 0px; }
#error1 h1{ text-align: center; font-size: 100px; }
#error1 p{ text-align: center; }

/* Post */
#post{ padding: 0px 20px; }  
#post .image img{ width: 100%; height: auto; }  
#post .header{ margin: 50px 0px; }  
#post .header h1{ text-align: center; }  
#post .content{ margin: 50px 0px; }  
#post .content h1,
#post .content h2,
#post .content h3,
#post .content h4,
#post .content h5,
#post .content h6{ margin: 10px 0px; font-size: 20px; }
#post .content p{ margin: 10px 0px; }

/* Esculturas */
.contentEsculpture{ display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.contentEsculpture .cont50{ padding: 20px; }
.contentEsculpture .swiper-slide { background-size: contain; background-position: center; background-repeat: no-repeat; }
.contentEsculpture .galleryTop{ margin-left: 0 !important; }
.contentEsculpture h1{ margin: 10px 0px; }
.contentEsculpture p{ margin: 10px 0px; }

/* Exposiciones */
.contentExposition{ display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.contentExposition .cont50{ padding: 20px; }
.contentExposition .galleryTop{ margin-left: 0 !important; }
.contentExposition .swiper-slide { background-size: contain; background-position: center; background-repeat: no-repeat; }

/* Fancybox */
.fancybox-caption__body{ height: 100%; max-height: 100% !important; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-flow: column; flex-flow: column; display: -webkit-box; display: -ms-flexbox; display: flex;}


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

	.cont100,
	.cont85,
	.cont80,
	.cont70,
	.cont65,
	.cont60,
	.cont50,
	.cont40,
	.cont35,
	.cont33,
	.cont30,
	.cont25,
	.cont20,
	.cont15,
	.cont10{ width: 100%; }

	.box{ padding: 20px; }
	
	.menuHead{ display: none; }
	.menuMovil{ display: block; }

	.fancybox-stage{ width: 100% !important; height: auto; top: 0 !important; left: 0 !important; -webkit-transform: translateZ(0px) !important; transform: translateZ(0px) !important; }
	.fancybox-stage img{ height: auto; }
	.fancybox-caption{ width: 100% !important; top: auto !important; left: auto !important; -webkit-transform: initial; -ms-transform: initial; transform: initial; height: auto !important; background: -webkit-gradient(linear,left bottom, left top,color-stop(0, rgba(0,0,0,.85)),color-stop(50%, rgba(0,0,0,.3)),color-stop(65%, rgba(0,0,0,.15)),color-stop(75.5%, rgba(0,0,0,.075)),color-stop(82.85%, rgba(0,0,0,.037)),color-stop(88%, rgba(0,0,0,.019)),to(transparent)) !important; background: -o-linear-gradient(bottom,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent) !important; background: linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent) !important;} 
	.fancybox-caption h3{ color: #fff; }
	.fancybox-caption p{ color: #fff; }
	.fancybox-content{ vertical-align: baseline !important; }
	.fancybox-slide{ background: transparent !important; }

	.contMenuMovil ul li a{ font-size: 18px; }

	#headPage .logoHead img{ max-width: 270px; width: 100%; display: block; margin: 0 auto; }

	#home1 img{ height: 60vw; }
	
	#home3 .swiperGallery img{ height: 200px; }

	#home4 .items a{ width: 100%; }

	#foot2 img{ max-width: 270px; width: 100%; display: block; margin: 0 auto 20px auto; }
	#foot2 ul{  margin: 0 auto; float: none; text-align: center; width: auto; display: block; }
	#foot2 ul li{ width: 100%; margin: 5px auto; text-align: center; }

	.contentEsculpture .cont50{ padding: 20px 0px; }
	.contentExposition .cont50{ padding: 20px 0px; }

}