*{
	margin: 0;
	padding: 0;
	box-sizing:border-box;
}
.contenedor{
	width: 100%;
	padding: 40px;
}
img{
	width: 100%;
	display: block;
}
svg{
	width: 100%;
	height: 100%;
}

	/*** Video ***/
    .hero {
      position: relative;
      width: 100%;
      height: 100vh; /* ocupa toda la pantalla */
      overflow: hidden;
    }

    .hero video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; /* rellena el div sin deformar */
      z-index: -1; /* detrás del contenido */
    }

    .hero .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,0.4); /* oscurece un poco para que se lea mejor el texto */
    }

    .hero .content {
      position: relative;
      z-index: 1;
      color: #fff;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      height: 100%;
      text-align: center;
    }


/*** Banner ***/
.cont_banner1{
	width: 100%;
	height: auto;
	background: url(../img/banner-1.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.box_banner{
	/*background: rgba(0, 0, 0, 0.2);*/
	width: 100%;
}
.box_text_banner{
	padding: 200px 15px;
	width: 80%;
	margin: 0 auto;
	text-align: center;
}
.manz{
	width: 70px;
	margin: 0 auto;
}
.logo2{
	width: 200px;
	margin: 0 auto;
}
/*** Textos ***/
.t1{
	color: #fff;
	font-family: 'palmoreregular';
	font-weight: 400;
	font-size: 80px;
	line-height: 100%;
	padding-bottom: 10px;
}
.t1_2{
	color: #fff;
	font-family: 'adoreregular';
	font-weight: 400;
	font-size: 25px;
	line-height: 100%;
}
.t2{
	font-family: 'palmoreregular';
	font-weight: 300;
	font-size: 3.5em;
	
	line-height: 100%;
	padding-bottom: 20px;
}
.t3{
	font-family: 'palmoreregular';
	text-align: center;
	font-size: 4em;
	font-weight: 400;
	padding-bottom: 24px;
}
.t3_2{
	font-family: 'palmoreregular';
	text-align: center;
	font-size: 2.5em;
	font-weight: 400;
	padding: 20px;
}
.t4{
	font-family: "Montserrat", sans-serif;
  	font-optical-sizing: auto;
  	font-size: 1.3em;
  	font-weight: 500;
  	font-style: normal;
  	text-align: center;
}
p{
	font-size: 1.2em;
	line-height: 1.5em;
	font-family: "Montserrat", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: 400;
  	font-style: normal;
}
ul.lista1{
	list-style: none;
}
ul.lista1 li{
	font-family: "Montserrat", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: 400;
  	font-style: normal;
	color: #fff;
	display: inline-block;
	padding: 0 15px;
	font-size: 1.3em;
	border-right: 1px solid #fff;
}
ul.lista1 li:last-child{
	border-right: none;
}
ul.lista2{
	list-style: none;
}
ul.lista2 li{
	font-family: "Montserrat", sans-serif;
  	font-optical-sizing: auto;
	display: inline-block;
	padding:0 0 40px 50px;
	font-size: 1.3em;
	display: block;
	position: relative;
}
ul.lista2 li h4{
	font-size: .9em;
	padding-bottom: 10px;
	color: #f47b25;
	font-weight: 400;
}
ul.lista2 li:last-child{
	padding-bottom: 0;
}
ul.lista2 li p{
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	color: #558775;
	font-weight: 400;
}
ul.lista2 li span{
	font-family: 'adoreregular';
	font-size: 2.5em;
	color: #ffae00;
	position: absolute;
	display: block;
	width: 20px;
	height: auto;
	left: 0;
	top: -15px;
}
ul.lista3{
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	padding:10px 0 0 0;
	font-size: 1.2em;
	margin-left: 40px;
}
/*** Colores ***/
.bco{
	color: #fff;
}
.black{
	color: #000;
}
.orange{
	color: #ff8100;
}
.green{
	color: #558775;
}
.blue{
	color: #0666d2;
}
/*** Secciones ***/
.bg1{
	width: 100%;
	/*background: rgba(255, 255, 255, .5);*/
	position: relative;
	overflow: hidden;
	background: #fff;
}
.bg2{
	background: #ff8100;
	position: relative;
}
.bg3{
	padding: 100px 0;
	background: #fff;
}
.bg4{
	width: 100%;
	padding: 75px 10px;
	background: #ffae00;
	position: relative;
	overflow: hidden;
}
/*** Absolutos ***/
.abs1{
	width: 15%;
	left: 50%;
	top: -30px;
	position: absolute;
	z-index: 1;
	opacity:1;
}
.abs2{
	width: 13%;
	right: 10px;
	bottom: 20px;
	position: absolute;
	z-index: 1;
	opacity: .4;
}
.abs3{
	width: 17%;
	left: 50px;
	bottom: -100px;
	position: absolute;
	z-index: 1;
}
.abs3_1{
	width: 10%;
	left: 45%;
	top: -20px;
	position: absolute;
	z-index: 1;
	opacity: .6;
}
.abs4{
	width: 15%;
	right: 0;
	top: -200px;
	position: absolute;
	opacity: .2;
	z-index: 1;
}
.abs5{
	width: 12%;
	right: 20px;
	top : 50px;
	position: absolute;
	z-index: 1;
	opacity: .5;
}
.abs6{
	width: 15%;
	left: 20px;
	bottom: 50px;
	position: absolute;
	z-index: 1;
}
/*** Contenedores **/
.cont_flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.box1{
	width: 50%;
	overflow: hidden;
	border-radius: 50px;
}
.box1 video{
	width: 100%;
}
.box1_2{
	width: 55%;
	margin: 0 auto;
}
.img1{
	border-radius: 50px;
}
.cont_2{
	text-align: center;
	max-width: 780px;
	margin: 0 auto;
}
.box_serv{
	display: flex;
	flex-wrap: wrap;
	width: 80%;
	margin: 0 auto;
}
.box2{
	width: 45%;
	text-align: center;
	padding: 20px;
}
.espacio{
	width: 10%;
}
/*** Otros ***/
.icon{
	width: 50px;
	margin: 0 auto;
}
.radiusno{
	border-radius: 0 !important;
}
.videoM{
	display: none;
}
@keyframes girar {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}
.imagen-girando {
	animation: girar 15s linear infinite; /* duración lenta y repetición infinita */
}
/*** Botones ***/
.superbtn{
	background: orange;
	color: #fff !important;
	padding: 10px 32px !important;
	border-radius: 7px;
	transition: all 0.4s;
}
.superbtn:hover{
	background: #0666d2 !important;
}
.btn_footer{
	display: block;
	width: 200px;
	height: auto;
	background: orange;
	color: #fff !important;
	padding: 10px 32px;
	text-align: center;
	text-decoration: none;
	font-weight: 500;
	border-radius: 7px;
	transition: all 0.4s;
}
.btn_footer:hover{
	background: #0666d2 !important;
	text-decoration: none;
}
.btn_whats{
	position: fixed;
	_position: relative;
	right: 32px;
	bottom: 32px;
	display: block;
	width: 50px;
	height: 50px;
	background: #10cb33;
	border-radius: 50%;
	z-index: 10;
}
.btn_whats img{
	position: absolute;
	width: 40px;
	right: 5px;
	top: 5px;
}
a.btn_3{
	display: block;
	background: #ff8100;
	width: 200px;
	height: auto;
	background: orange;
	color: #fff !important;
	padding: 10px 32px;
	text-align: center;
	text-decoration: none;
	font-weight: 500;
	border-radius: 20px;
	transition: all 0.4s;
	font-size: 15px;
	border: 1px solid orange;
}
a.btn_3:hover{
	background: #0666d2;
	text-decoration: none;
}
/*** Footer ***/
footer{
    width: 100%;
    background: #fff;
    background-image: url(../img/naranja2.svg);
    background-position: right -200px bottom -100px;
    background-repeat: no-repeat;
    background-size: 500px;
    padding: 80px 0;
}
.cont_footer{
	padding: 20px;
	max-width: 1280px;
	margin: 0 auto;
}
.cont_boxes_footer{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.logo_footer{
    width: 170px;
    padding-bottom: 30px;
}
.box_footer{
    width: 33.3333%;
    padding-right: 80px;
}
.box_footer h3{
font-family: 'adoreregular';
    font-size: 28px;
    line-height: 28px;
    color: #000;
    padding-bottom: 20px;
}
.box_footer p{
    font-size: 14px;
    font-weight: 500;
    color: #000;
    padding-bottom: 10px;
    margin: 0;
}
a.social{
	border-radius: 5px;
    display: block;
    background: #ff8100;
    padding: 5px;
}
a.social:hover{
    background: #0666d2;
}
a.social img{
    width: 20px;
}
.menu_footer{
    list-style: none;
    padding: 0;
    margin: 0;
}
.menu_footer li{
    line-height: 14px;
    padding-bottom: 15px;
}
.menu_footer li a{
    font-family: "Montserrat", sans-serif;
    color: #000;
    font-size: 1em;
    line-height: 14px;
    text-decoration: none;
}
.menu_footer li a:hover{
    text-decoration: underline;
}
.footer_bottom{
    padding: 20px 0;
    width: 100%;
    background: #e7250b;
}
.box_sub_footer1, .box_sub_footer2{
    font-family: "Montserrat", sans-serif;
    color: #fff;
    width: 50%;
    font-size: .9em;
}
.box_sub_footer1{
    float: left;
    text-align: left;
}
.box_sub_footer2{
    float: right;
    text-align: right;
}
.box_sub_footer2 a{
    color: #fff;
    text-decoration: none;
}
.box_sub_footer2 a:hover{
	color: #fff;
    text-decoration: underline;
}
/*** Form ***/
input[type=text]{
    font-family: 'gothambook';
    font-size: 15px;
    color: #222;
    width: 90%;
    padding: 10px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    box-sizing:border-box;
    outline:0px;
    background: #fff;
}
input[type=submit]{
    font-family: 'gothambold';
    text-transform: uppercase;
    font-size: 13px;
    width: 180px;
    height: 50px;
    line-height: 50px;
    display: block;
    transition-property:all;
    transition-duration:0.4s;
    cursor: pointer;
    background: #000;
    color: #fff;
    border: none;
    -webkit-appearance: none;
    -webkit-appearance: none;
    appearance: auto;
    text-align: center;
}
input[type=submit]:hover{
    background: #e75f00;
}
/*** Fonts ***/
@font-face {
    font-family: 'adoreregular';
    src: url('fonts/adore.woff2') format('woff2'),
         url('fonts/adore.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'palmoreregular';
    src: url('fonts/palmore.woff2') format('woff2'),
         url('fonts/palmore.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*** Galeria ***/

.container_gal{
	width: 100%;
	overflow: hidden;
}

.container.gallery-container {
    background-color: #fff;
    min-height: 100vh;
}

/* Override bootstrap column paddings */
.tz-gallery .row > div {
    padding: 2px;
}

.tz-gallery .lightbox img {
    width: 100%;
    border-radius: 0;
    position: relative;
}

.tz-gallery .lightbox:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #fff;
    font-size: 26px;
    font-family: 'Glyphicons Halflings';
    /*content: '\e003';*/
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
}


.tz-gallery .lightbox:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(46, 132, 206, 0.7);
    content: '';
    transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
    opacity: 1;
}

.baguetteBox-button {
    background-color: transparent !important;
}



/** Parallax **/
.bg_x{
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.parallax {
  position: fixed; /* Truco: en vez de background, usamos un div fijo */
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: -2; /* queda atrás del contenido */
}
.contentx {
  position: relative;
  z-index: 1;
  padding: 200px 10px;
  width: 100%;
}
.m{
	display: none;
}
.d{
	display: block;
}

/*** Responsive ***/
@supports (-webkit-touch-callout: none){
	.cont_banner1{
		background-image: url(../img/coctel1.jpg) no-repeat;
		background-attachment: inherit;
	}
}
@media (max-width: 1280px){
    .box_footer{
        padding: 0 30px 0 0;
    }
    .box_footer:last-child{
        padding: 0;
    }
}
@media (max-width: 1080px){
	header{
		width: 100%;
	}
	.top-menu{
		padding: 5px 0;
	}
	.box_header{
		background: #fff;
	}
	.logo_head{
		width: 2.4em;
	}
	.cont_flex{
		display: block;
	}
	.box_serv{
		display: block;
	}
	.box1{
		width: 100%;
		border-radius: 25px;
	}
	.box1_2{
		padding: 50px 20px 50px 20px;
		width: 100%;
	}
	.box2{
		width: 100%;
	}
	.margr{
		padding-top: 80px;
	}
	.t1{
		font-size: 50px;
		line-height: 50%;
	}
	.t2{
		font-size: 2.5em;
	}
	.t3{
		font-size: 2.5em;
	}
	.t3{
		line-height: 50%;
	}
	p{
		font-size: .9em;
	}
	.t4{
		width: 80%;
		margin: 0 auto;
		text-align: center;
	}
	.box_serv{
		width: 90%;
	}
	.contenedor{
		padding: 20px;
	}
	.abs1{
		left: 40%;
	}
	.abs3{
		bottom: -100px;
	}
	ul.lista1 li{
		display: block;
		padding: 0 15px;
		font-size: 1.1em;
		border-right: none;
	}
	.bxe{
		text-align: center;
		padding-bottom: 50px;
	}
	.quitar{
		display: none;
	}
	.bg3{
		padding-bottom: 30px;
	}
	ul.lista3{
		font-size: .9em;
	}
	.m{
		display: block;
	}
	.d{
		display: none;
	}
}
@media (max-width: 780px){
    footer{
        padding: 40px 0;
    }
    .box_footer{
        padding: 0 0 30px 0;
        width: 100%;
    }
    .box_footer:last-child{
        padding: 0;
    }
    .banner_desk{
        display: none;
    }
    .banner_mobile{
        display: block;
    }
    .box_sub_footer1, .box_sub_footer2{
        width: 100%;
        float: none;
        text-align: center;
    }
	.videoM{
		display: block;
	}
	.videoE{
		display: none;
	}
	ul.lista2 li h4 {
		font-size: .8em;
	}
	.img1{
		border-radius: 25px;
	}
	.cont_banner1{
		width: 100%;
		height: auto;
		background: url(../img/coctel1.jpg);
		background-position: center center;
		background-repeat: no-repeat;
		background-attachment:none;
	}
}
@media(max-width: 768px) {
    body {
        padding: 0;
    }
}
@media (max-width: 480px){

}