html,body{
	min-width: 320px;
	width:100%;
	height: auto;
	padding: 0px;
	margin: 0px;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	font-family: Montserrat;
	background-color: #fff;
}
main{
	position: relative;
	display: block;
	min-width: 320px;
	height: auto;
	display: block;
	z-index: 1;
}

.hamburger{
	position: relative;
  	background-color:transparent;
	left:0;
	top:0;
	height:30px;
	width:30px;
	padding:20px 20px;
	-webkit-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0);
	-webkit-transition:-webkit-transform 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
	transition:transform 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
	z-index:1002;
	cursor:pointer;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}
.hamburger.is-active{
  background-color:none;
}
._layer{
	background:#000;
	margin-bottom:4px;
	border-radius:2px;
	width:28px;
	height:4px;
	opacity:1;
	-webkit-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0);
	-webkit-transition:all 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
	transition:all 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
}

.is-active ._layer{
	background:#fff !important; 
}

.hamburger:hover .-top{
	-webkit-transform:translateY(-100%);
	-ms-transform:translateY(-100%);
	transform:translateY(-100%);
}
.hamburger:hover .-bottom{
	-webkit-transform:translateY(100%);
	-ms-transform:translateY(100%);
	transform:translateY(100%);
	}
.hamburger.is-active .-top{
	-webkit-transform:translateY(200%) rotate(45deg) !important;
	-ms-transform:translateY(200%) rotate(45deg) !important;
	transform:translateY(200%) rotate(45deg) !important;
}
.hamburger.is-active .-mid{
	opacity:0;
}
.hamburger.is-active .-bottom{
	-webkit-transform:translateY(-200%) rotate(135deg) !important;
	-ms-transform:translateY(-200%) rotate(135deg) !important;
	transform:translateY(-200%) rotate(135deg) !important;
}

.menuppal.is_active{
  transform: translate3d(0px, 0px, 0px);
}
.menuppal{
   background-color: rgba(0, 0, 0, 0.85);
    bottom: 0;
    height: 100%;
    left: 0;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    transform: translate3d(0px, -100%, 0px);
    transition: transform 1s cubic-bezier(0.07, 1.04, 0.72, 0.98) 0s;
    width: 100%;
    z-index: 1001;
}
.menuppal ul{
  margin:0;padding:0;
  margin-top: 150px;
}
.menuppal ul li { 
  list-style: none;
	text-align:center;
	color:$nav-color-text;
	font-size:30px;
	line-height:3em;
	height:60px;
  color:#369;
	text-transform:none;
	font-weight:bold;
}
.menuppal ul li a{
  text-decoration:none;
  color:#fff;
  font-weight: bold;
}
.menuppal ul li a:hover{
  text-decoration:none;
  color:#000;
}

body.home {
	background-size: cover;
	background-color: #fff;
}

body.contacto {
	background-size: cover;
	background-color: #fff;
}

.content.interior {
	width: 65%;
}
.content {
	width: 65%;
}

h2 span {
	font-weight: 200;
}

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

	body.home {
		background-size: contain;
	}

	body.contacto {
		background-size: contain;
	}

	.content.interior {
		width: 85%;
	}

}

header {
	height: 100px;
}

.logo-principal {
	max-width: 400px;
}

.top20 {
	margin-top: 20px !important;
}

.top30 {
	margin-top: 40px !important;
}

.top50 {
	margin-top: 50px !important;
}

.box {
	padding: 20px !important;
}

.col-md-6.iterador .box-content {
	min-height: 180px !important;
	margin: 0 10px 10px 0;
}

.box-content h3 {
	margin-top: 10px !important;
	font-size: 16px;
	text-align: center;
}

.col-md-6 .box-content {
	min-height: 350px;
	margin: 0 10px 10px 0;
}

.box-content img {
	transition: .3s;
}

.box-content a:hover img {
	transform: scale(1.02);
}

.col-md-6 .box-content h2 {
	font-size: 13px !important;
	color: #333 !important;
	margin-top: 5px !important;
	background-color: #fff !important;
	display: block;
	text-align: center;
	line-height: 13px !important;
}


.content {
	width: 90%;
	margin: 0 auto;
	padding-left: 10px;
}
.rrss {
	width: 150px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	margin-bottom: 30px;
	background-color: #333;
	padding: 10px;
}

.rrss a.separador {
	margin-right: 5px;
}

.rrss img {
	max-width: 25px;
}
.content h2 {
	color: #fff;
	font-weight: bold;
	font-size: 47px;
	background-color: #333;
	margin: 20px 0 20px;
	display: initial;
	line-height: 60px;
	padding: 0 20px 0 20px
}
.content p {
	color: #000;
	font-size: 20px;
}
a {
	color: #000;
}
a:hover {
	font-weight: bold;
	color: #000;
}

.form_box {
	width: 60%;
	margin: 0 auto;
}

.form_box label {
	width: 100%;
	margin: 0 auto;
}

.form_box input,.form_box textarea{
	background-color: #d2d2d2;
	border: 0;
	width: 100%;
	padding: 4px;
}
.form_box input[type='submit'] {
	background-color: #333;
	border: 1px solid #fff;
	color: #c8c8c8;
	padding: 10px;
	transition: .3s;
}
.form_box input[type='submit']:hover {
	background-color: #fff;
	border: 1px solid #d2d2d2;
	color: #1e343f;
	padding: 10px;
}
.size20 {
	font-size: 20px;
}

.size20 p {
	font-size: 20px;
}

.bottom20 {
	margin-bottom: 20px;
}

.introVideo {
	width: 740px;
	height: 400px;
}
.content.single {
	margin: 0 auto;
	width: 840px;
}

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

	.content.single {
		margin: 0 auto;
		width: 90%;
	}

	.logo-principal {
		width: 85%;
	}
	.mobile-notop {
		margin: 0 !important;
	}
	header {
		height: 60px;
	}
	.form_box {
		width: 100%;
	}
	.hamburger {
		padding-left: 0px;
	}

	.col-md-6 .box-content {
		width: 100%;
		min-height: 180px;
		transition: transform .3s;
	}

	.col-md-6 .box-content h2 {
		font-size: 16px !important;
		color: #333 !important;
		margin-top: 5px !important;
		background: #fff !important;
		display: block;
		text-align: center;
		line-height: 16px !important;
	}

	.content h2 {
		line-height: 40px !important;
	}

	.box {
		padding: 0px !important;
	}



video[poster]{
height:100%;
width:100%;
object-fit: cover;
}

	.introVideo {
		width: 100%;
		height: 200px;
	}

	.content h2 {
		font-size: 30px;
	}

	.content p {
		font-size: 12px;
	}

	.iterador {
		padding: 0 !important;
	}
	.content {
		padding-left: 0 !important;

	}
	.top30 {
		margin-top: 10px !important;
	}
	header {
		position: fixed;
		height: 80px;
		background-color: #fff;
		z-index: 1000;
	}

	.header_content {
		z-index: 1001;
	}

	.top50 {
		margin-top: 100px !important;
	}

}


.wpcf7-response-output {
	background-color: #fff;
}


#zz_frame::before {
  content:  '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0,0,0,0.85);
  z-index: -1;
}

#zz_frame {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1000;
}

#zz_media {
  position: absolute;
  top: 30px;
  left: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  display: inline-block;
  text-align: center;
}

#zz_media img {
  height: 90%;
  box-shadow: 0px 0px 20px 1px rgb(0,0,0);
}

#zz_frame .zz_close {
  color: #fff;
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 26px;
  background: transparent;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
}

#zz_frame .zz_controls {
  color: #fff;
  position: absolute;
  left: 10px;
  top: 10px;
}

#zz_frame .zz_controls button {
  background: #000;
  border: 0;
  color: #fff;
  padding: 8px;
  margin-right: 5px;
}
.prev_image,.next_image {
	position: absolute;
	z-index: 10001;
	top: 45%;
	color: #fff;
}
.prev_image {
	left: 20px;
}
.next_image {
	right: 20px;
}


@media screen and (max-width: 767px){
	#zz_media {
		width: 100% !important;
		top:20%;
	}
	.prev_image,.next_image {
		top:50%;
	}
	#zz_media img {
  	height: auto;
  	width: 90%;
  	box-shadow: 0px 0px 20px 1px rgb(0,0,0);
	}
}

.wp-block-gallery img {
	cursor: pointer;
}
