/* CSS Document */
a{
    text-decoration: none;
    color: #fff
}
#preloading{
    position: fixed;
    background-color: #fff;
    z-index: 3;
    width: 100%;
    height: 100%;
}
#preloading>div{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
body{
    background-image: url(../img/bg.png);
}
html, body, ul{
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    margin: 0;
    padding: 0
}
header{
	padding: 20px 38px;
	text-align:center;
	position:relative
}
header>nav{
	position: absolute;
    width: 137px;
    height: 29px;
	text-align:right;
    right: 38px;
    top: 0;
    margin: auto 0;
    bottom: 0;
}
header>h1{
	margin:0;
}
footer{
	color: #75777b;
    padding: 0 38px;
    margin: 60px 0 20px
}
footer>small>span{
    display: inline-block;
    line-height: 35px;
    border-right: 1px solid #75777b;
    padding-right: 15px;
    margin-right: 15px;
    font-weight: 700;
}
footer>small>a{
	display: inline-block;
    position: relative;
    line-height: 35px;
    top: 10px
}
h2{
    font-weight: 400;
    font-size: 3.5em;
    line-height: 55px
}
#macro{
    width: 80%;
    margin: 0 auto;
	overflow: hidden;
    min-height: 100vh
}
#slide{
	padding: 0 38px;
    box-sizing: border-box
}
.video{
}
.redes>li{
	display: inline-block
}
.redes>li>a{
	background-image:url(../img/redes.png);
	background-repeat:no-repeat;
	width: 29px;
    height: 29px;
	display: inline-block
}
.redes>li>a:hover{
	opacity:.8
}
.twitter{
	background-position-x: -29px
}
.instagram{
   background-position-x: -58px
}
.youtube{
	background-position-x: -87px;
}
.bg{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center
}
.bg-00{
    background-image: url(../img/slide-00.jpg);
}
.bg-01{
    background-image: url(../img/slide-01.jpg);
}
.bg-02{
    background-image: url(../img/slide-02.jpg);
}
.bg-03{
    background-image: url(../img/slide-03.jpg);
}
.bg-04{
    background-image: url(../img/slide-04.jpg);
}
.bg-05{
    background-image: url(../img/slide-05.jpg);
}
.bg-06{
    background-image: url(../img/slide-06.jpg);
}
.bg-07{
    background-image: url(../img/slide-07.jpg);
}
.video-title{
    text-transform: uppercase;
    font-size: 1.5em;
    letter-spacing: 4px;
	text-shadow: 0 0 50px #000;
}
li.item{
    float: left;
	list-style: none;
	height:67%;
    width: 100%
}
.cont-slide{
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    -webkit-justify-content: center;
    -webkit-align-items: center;
	height:100%
}
.cont-slide>div{
    width: calc(46% - 30px);
    padding: 0 5px;
	height:100%;
	position:relative;
}
.cont-slide>div.video{
	padding: 0 80px;
	text-align:center;
}
.cont-slide-video{
	-webkit-justify-content: left;
    -webkit-align-items: left;
}
.cont-slide.center>div{
    width: 70%
}
.cont-slide>div>img{
    width: auto;
    left: 0;
    position: absolute;
    height: 95%;
    right: 0;
    margin: 0 auto;
    bottom: -55px
}
.cont-slide>div>img.inverse-w{
    width: 100%;
    height: auto
}
.cont-slide>div.txt>img{
    height: auto;
    position: static;
    width: 380px;
    margin: 0;
}
.txt{
    text-shadow: 0 2px 1px rgba(0,0,0,.3);
    display: flex;
	display: -webkit-flex;
	display: -ms-flex;
    flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
    justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center
}
.txt>h2{
    margin: 0;
}
.txt>p{
    width: 480px;
    font-weight: 300;
    line-height: 23px
}
.txt>p.video-txt{
	text-transform: uppercase;
    margin-top: 0;
	font-weight:500;
	text-shadow: 0 0 50px #000;
}
.center .txt>p{
    width: 100%
}
.txt-right{
	text-align:right;
}
.txt-right>p{
	width:100%;
	box-sizing:border-box;
	padding-left:160px;
}
.show-mobile{
	display:none !important
}
#slide .owl-theme .owl-nav{
	position: absolute;
    top: 0;
    width: 100%;
    height: 0;
    bottom: 0;
    margin: auto;
}
#slide .owl-carousel .owl-nav .owl-prev, #slide .owl-carousel .owl-nav .owl-next{
	position: absolute;
    width: 67px;
    height: 108px;
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;
    background-color: transparent
}
#slide .owl-carousel .owl-nav .owl-prev{
	background-image:url(../img/left.png);
	left:-35px;
}
#slide .owl-carousel .owl-nav .owl-next{
	background-image:url(../img/right.png);
	right:-25px;
}
.owl-carousel .owl-stage-outer{
	/*overflow: unset !important*/
	overflow:visible !important
}
.owl-carousel.owl-drag .owl-item:not(.center){
	opacity:0
}
.contactos{
 	float: right;
}
.contactos>a{
	color: #75777b;
	margin-left:10px;
    text-decoration: none
}
.contactos>a:hover{
	color:#6fb639;
}
.contactos>a>span{
	background-color: #75777b;
    width: 28px;
    height: 28px;
    border-radius: 20px;
    padding: 3px;
    display: inline-block;
}
.contactos>a>span>img{
    width: 18px;
    padding: 5px;
    vertical-align: middle;
}
.left{
    text-align: left;
}
.center{
    text-align: center
}
.btn-transparent{
    border: 1px solid #fff;
    padding: 10px 20px;
    width: 300px
}
/*PRELOADING*/
@keyframes lds-ripple {
    0% {
      top: 98px;
      left: 98px;
      width: 0;
      height: 0;
      opacity: 1;
    }
    100% {
      top: 39px;
      left: 39px;
      width: 118px;
      height: 118px;
      opacity: 0;
    }
  }
  @-webkit-keyframes lds-ripple {
    0% {
      top: 98px;
      left: 98px;
      width: 0;
      height: 0;
      opacity: 1;
    }
    100% {
      top: 39px;
      left: 39px;
      width: 118px;
      height: 118px;
      opacity: 0;
    }
  }
  .lds-ripple {
    position: relative;
  }
  .lds-ripple div {
    box-sizing: content-box;
    position: absolute;
    border-width: 2px;
    border-style: solid;
    opacity: 1;
    border-radius: 50%;
    -webkit-animation: lds-ripple 1.9s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    animation: lds-ripple 1.9s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  }
  .lds-ripple div:nth-child(1) {
    border-color: #72787c;
  }
  .lds-ripple div:nth-child(2) {
    border-color: #6fb639;
    -webkit-animation-delay: -0.95s;
    animation-delay: -0.95s;
  }
  .lds-ripple {
    width: 200px !important;
    height: 200px !important;
    -webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
    transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
  }
/*MEDIA*/
@media screen and (max-height:650px){
	li.item, .cont-slide>div{
		min-height:100%;
        height: auto
    }
}
@media screen and (max-width:1400px){
    #macro{
        width: 95%
    }
    .txt>p{
        width: 100%
    }
}
@media screen and (max-width:1200px){
    h2{
     font-size: 3em
    }
}
@media screen and (max-width:991px){
    header>h1{
        text-align: left
    }
    #macro {
        width: 98%
    }
	.show-mobile{
		display:block !important
	}
	.show-desktop{
		display:none !important
	}
    li.item{
        height: auto
    }
	li.item:before{
		background-color: rgba(0,0,0,.3);
		content: '';
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		top: 0;
		height: 100%;
		z-index: 0;
	}
    .cont-slide{
		position:relative;
		z-index:1;
        text-align: center;
        flex-direction: column;
        min-height: auto;
		height:auto;
        box-sizing: border-box;
		justify-content: normal;
		-webkit-justify-content: normal;
        padding: 30px 15px;
        -webkit-flex-direction: column
    }
    .cont-slide>div{
        width: 70%;
        height: auto;
		min-height: initial;
        position: static;
        display: block
    }
    .cont-slide>div>img{
        position: static;
        float: none;
        height: auto;
        width: 60%;
        margin: 25px auto
    }
    .cont-slide>div.txt>img{
        margin: 0 auto
    }
	.txt-right{
		text-align:center;
	}
	.txt-right>p{
		padding:0;
	}
	.video{
		position:static;
	}
}
@media screen and (max-width:830px){
	footer{
		display:block;
		box-sizing:border-box;
		text-align:center;
		margin-top:10px;
		float:left;
		width:100%
	}
	footer>small{
		display:block;
		width:100%;
		margin:5px 0
    }
    .cont-slide.center>div{
        width: 70%
    }
    .cont-slide.center>div{
        width: 95%
    }
}
@media screen and (max-width:650px){
    header>h1>img{
        width: 200px
    }
    .cont-slide>div.txt>img{
		width:90%
    }
    .cont-slide>div{
        padding: 0 10px;
        width: 100%;
        box-sizing: border-box
    }
    .txt>h2{
        line-height: 42px
    }
    .txt>p{
        line-height: normal
    }
	.cont-slide>div.video{
		padding:0 30px;
	}
}
@media screen and (max-width:480px){
	#slide{
		padding-left:25px;
		padding-right:25px;
	}
	#slide .owl-carousel .owl-nav .owl-prev, #slide .owl-carousel .owl-nav .owl-next{
	    width: 35px;
    	height: 52px;
    	background-size: contain;
	}
	#slide .owl-carousel .owl-nav .owl-next{
		right:-20px;
	}
	#slide .owl-carousel .owl-nav .owl-prev{
		left: -18px;
	}
	.cont-slide>div>img.img-ex{
		width:90%;
	}
   .txt>h2{
   		word-break: break-word;
    	font-size: 1.8em;
    	line-height: normal;
   }
   footer>small>span{
		padding: 0 15px;
		width: 100%;
		box-sizing: border-box;
		text-align: center;
		margin: 10px 0;
		border-right: none;
		border-bottom: 1px solid #75777b;
   }
   footer>small>a{
		margin: 0 auto;
		display: block;
	}
}
@media screen and (max-width:420px){
	header{
		padding-left:28px;
		padding-right:28px;
	}
	header>nav{
		right:28px;
	}
	header>h1>img{
		width:120px;
	}
}
@media screen and (max-width:320px){
	header{
        padding-bottom: 0
    }
    header>h1 {
        text-align: center
    }
    header>nav{
        position: static;
		text-align:center;
        margin: 25px auto
    }
}