*{ margin: 0;
padding: 0;}

body{
    background:black;
    height: 100vh;
    font-family:'helvetica', sans-serif;
}

/* esto es de la navbar*/


header{
    width: 100%;
    height: auto;
}

.actual{
    color: white;
    border-style: solid;
  border-width: 0px 0px 2px 0px;
}

nav{
    background: rgba(0, 0, 255, 0);
    overflow: hidden;
    position: absolute;
    width: 100%;
    position: fixed;
    z-index:4;
}

nav div a img{
    max-width: 200px;
    max-height:50px;
    margin-top: 10px;
}

.navcolor{
    background: rgba(0, 0, 255, 0);
    overflow: hidden;
    position: absolute;
    width: 100%;
    position: fixed;
    z-index:2;
    
}

.navcolor1{
    background: rgba(0, 0, 255, 0);
    overflow: hidden;
    position: absolute;
    width: 100%;
    position: fixed;
    z-index:11;
}

.logo-section{
    float: left;
    padding: 10px;
    padding-left: 30px
}

.hb-button{
    float: right;
    background: #454545;
    color: #ffffff;
    border: none;
    font-size: 18px;
    padding: 10px;
    border-radius: 3px;
    cursor: pointer;
    display: none;
}

nav a{
    text-decoration: none;
    color: white;
    font-size: 17px;
}

nav ul{
    overflow: hidden;
    color: #fff;
    margin: 0;
    text-align: center;
    transition: max-height 0.5s;
    -webkit-transition: max-height 0.5s;
    -moz-transition: max-height 0.5s;
    -ms-transition: max-height 0.5s;
    -o-transition: max-height 0.5s;
}

nav ul li{
    float: right;
    display: inline-block;
    padding: 45px;
    font-family: 'helvetica', sans-serif;
    text-shadow: 2px 2px 8px black;
}

nav ul li a{color: white;}

li > a{
    position: relative;
    color: white;
    text-decoration: none;
}

li > a:hover{
    color: white;
}

li > a:before{
    content:"";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: white;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 1s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

li > a:hover:before{
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.img-wrapper{
    width: 100%;
}

img{
    width: 100%;
}


/*aqui termina navbar*/

video{
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    position: absolute;
    object-fit: cover;
    z-index: 1;
}

.contt{ 
width:80%;
    /*para centrar algo le definimos un ancho(width) y despies ponemos un margin con valor auto */
    margin: auto;
    overflow: hidden;
    text-shadow: 2px 2px 8px black;
}

.contt a:link {
  text-decoration: none;
}

.dest{
  padding-top: 50px;
}


#showcase{
    background-image: url(../img/Cortinilla.jpg);
    height:100vh;
    background-size: cover;
    text-align: center;
    color: white;
    font-size: 32px;
    font-weight: lighter;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    z-index: 3;  
}

.center{font-weight: lighter;
    padding-top: 250px; 
}

#showcase h4{ 
    padding-top: 250px; 
    font-size: 50px;
    color: white;
}
#showcase h5{  
    font-size: 18px;
    color: white;
}

.download{ font-size: 20px;
    width:20%;
    margin: auto;
    overflow: hidden;
    border: 2px solid white;
    border-radius: 5px;
    padding: 10px;
}

/* unvisited link */
.download a:link {
    color: white;
    text-decoration: none;
}

/* visited link */
.download a:visited {
    color: white;
    text-decoration: none;
}

/* mouse over link */
.download a:hover {
    color: white;
    text-decoration: none;
    font-size: 22px;
}

/* selected link */
.download a:active {**
    color: #AC7F2C;
    text-decoration: none;
}
/*slider o algo*/
* {
  box-sizing: border-box;
}

input[type="radio"] {
  height: 0;
  opacity: 0;
  width: 0;
}

input[type="radio"]:checked ~ .slide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

input[type="radio"]:checked + .slide {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 1;
}

input[type="radio"]:checked + .slide + .nav {
    z-index: 1;
}

input[type="radio"]:checked:nth-of-type(1) + .slide + .nav + .dots .dot:nth-child(1) {
    background-color: #FFF;
}

input[type="radio"]:checked:nth-of-type(2) + .slide + .nav + .dots .dot:nth-child(2) {
    background-color: #FFF;
}
    
input[type="radio"]:checked:nth-of-type(3) + .slide + .nav + .dots .dot:nth-child(3) {
    background-color: #FFF;
}

input[type="radio"]:checked:nth-of-type(4) + .slide + .nav + .dots .dot:nth-child(4) {
    background-color: #FFF;
}

input[type="radio"]:checked:nth-of-type(5) + .slide + .nav + .dots .dot:nth-child(5) {
    background-color: #FFF;
}

input[type="radio"]:checked:nth-of-type(6) + .slide + .nav + .dots .dot:nth-child(6) {
    background-color: #FFF;
}
input[type="radio"]:checked:nth-of-type(7) + .slide + .nav + .dots .dot:nth-child(7) {
    background-color: #FFF;
}
input[type="radio"]:checked:nth-of-type(8) + .slide + .nav + .dots .dot:nth-child(8) {
    background-color: #FFF;
}
input[type="radio"]:checked:nth-of-type(9) + .slide + .nav + .dots .dot:nth-child(9) {
    background-color: #FFF;
}
input[type="radio"]:checked:nth-of-type(10) + .slide + .nav + .dots .dot:nth-child(10) {
    background-color: #FFF;
}

.slider {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 3;
}

.slide {
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    transition: all 1s ease;
    width: 100%;
}

.slide::after {
    color: #FFF;
    content: attr(data-content);
    font-size: 2.5em;
    font-family: 'helvetica', sans-serif;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.slide:nth-of-type(1) {
    background-color: black;
}

.slide:nth-of-type(2) {
    background-color: black;
}

.slide:nth-of-type(3) {
    background-color: black;
}

.slide:nth-of-type(4) {
    background-color: black;
}
.slide:nth-of-type(5) {
    background-color: black;
}
.slide:nth-of-type(6) {
    background-color: black;
}
.slide:nth-of-type(7) {
    background-color: black;
}
.slide:nth-of-type(8) {
    background-color: black;
}
.slide:nth-of-type(9) {
    background-color: black;
}
.slide:nth-of-type(10) {
    background-color: black;
}


.nav {
    padding: 20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    width: 100%;
    z-index: 0;
    
}

.prev {
    cursor: pointer;
    float: left;
    padding-left: 20px
}

.prev::after {
    border-top: 2px solid #FFF;
    border-left: 2px solid #FFF;
    border-radius: 1px;
    content: '';
    display: block;
    height: 20px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 20px;
}

p{
    color: white;}

.pb{
    color: black;}

.next {
    cursor: pointer;
    float: right;
}

.next::before {
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    border-radius: 1px;
    content: '';
    display: block;
    height: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 20px;
}

.dots {
    padding: 20px;
    position: absolute;
    bottom: 0;
    z-index: 1;
    text-align: center;
    width: 100%;
}

.dotsback {
    background-color: rgba(0, 0, 0, .2);
}

.dot {
    border: 2px solid #FFF;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 10px;
    width: 10px;
}

.descript{
    color: white;
    float: right;
    text-align: center;
    position: absolute;
    right: 20px;
    bottom: 50px;
    z-index: 1;
    text-shadow: 2px 2px 8px black;
}
.descript2{
    color: white;
    float: right;
    text-align: center;
    position: absolute;
    right: 20px;
    bottom: 100px;
    z-index: 1;
    text-shadow: 2px 2px 8px black;
}

.descript2 h4{
    color: white;
    font-size: 17px;
    font-family: 
}

.descript h4{
    color: white;
    font-size: 17px;
    font-family: 'helvetica', sans-serif;
}

.cajaSlider{ 
    flex: 100%;
    color: white;
    font-family:'helvetica', sans-serif;
    text-align: center;
    display: inline-block;
}

.cajaSlider h3{ 
    font-size: 15px;
}
.cajaSlider2{ 
    flex: 25%;
    display: inline-block;
    justify-content: center;
  align-items: center;
}

.cajaSlider2 img{
    max-width: 150px;
}

.flexSlider{
    display: flex;
    flex-wrap: wrap;
    width: 600px;
    align-items: flex-start;
    float: right;
     margin: auto;
}
/*termina slider*/

.margen{max-width:  1800px; 
    margin: auto;
}

.margen2{max-width:  1000px; 
    margin: auto;
    text-align: center;
}

.flex{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: flex-start;
}

.caja{ 
    flex: 1 33%;
    color: white;
    padding-bottom: 50px;
    font-family:'helvetica', sans-serif;
    font-size: 15px;
    text-align: center;
    display: inline-block;
}

.caja5{ 
    flex: 1 100%;
    color: #AC7F2C;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 100px;
    font-family:'helvetica', sans-serif;
    font-size: 60px;
}

.caja1{ 
    flex: 1 100%;
    color: white;
    padding-top: 50px;
    padding-bottom: 20px;
    padding-left: 100px;
    font-family:'helvetica', sans-serif;
    font-size: 30px;
}

.cajauno{ 
    flex: 1 100%;
    color: white;
    padding-top: 10px;
    padding-bottom: 50px;
    font-family:'helvetica', sans-serif;
    font-size: 15px;
}

.caja2{ 
    flex: 1;
    flex-grow: 1.5;
    color: white;
    font-family:'helvetica', sans-serif;
    font-size: 20px;
    text-align: justify;
    padding: 15px;
}

.caja3{ 
    flex: 1 ;
    flex-grow: .5; 
    color: white;
    padding: 15px; 
    justify-content: flex-end
}

.caja11{ 
    flex: 1 ;
    flex-grow: 1;
    padding: 15px;
}

.caja4{ 
    flex: 1 ;
    flex-grow: 1.5;
    color: white;
    padding: 15px;
}

.caja4 img{
    width: 100%;
}

.contact{ 
    background-color: black;  
}

.backblack{ 
    background-color: black;  
}

.caja5{ 
    flex: 1;
    flex-grow: 1;
    color: black;
    padding-bottom: 50px;
    padding-top: 150px;
    padding-left: 20px;
    font-size: 10px;
    text-align: center;
    display: inline-block;
    background-color: 
}

h3{
    color: white;
    font-size: 30px
}

h1 {
    font-size: 1.5em;
    margin: 0;
    text-align: center;
    position: relative;
    transform: translateX(50%);
    transition: all 400ms ease;
    color: #AC7F2C;
}

h2 {
    font-size: 70px;
    margin: 0;
    text-align: center;
    position: relative;
    transform: translateX(50%);
    transition: all 400ms ease;
    color: white;
}

.black{
    color: black;
}


#LOCATION{ 
    text-decoration: none;
    color: white;

}

.bgblack{ 
    background-color: black;
    z-index: 1;
}

.bgbeige{ 
    background-color: #FFFAF3;
}

.team{ 
    padding-bottom: 200px;
    padding-top: 100px;
}

.contain{ 
    padding-top: 75px;  
    background-color: black;
}

.margen1{ 
    margin: auto;
    background-color: black;
}

.cajadoble{ 
    flex: 1 50%;
    align-items: center;
}

.cajaD{ 
    flex: 1 100%;
    align-items: center;
}

.cajadoble2{ 
    flex: 1 50%;
    align-items: center;
}

.cajadoble1{ 
    flex: 1 25%;
    align-items: center;
}

.contact{
    bottom:0;
}

.flex{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.containerr {
    position: relative;
    width: 50%;
}

.image {
    width: 100%;
    height: 100%;
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    overflow: hidden;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: .3s ease;
}

.containerr:hover .overlay {
    transform: scale(1);
}

.text {
    color: white;
    font-size: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.videodesc{
    background-color: black;
}

/*slider*/

.mail{
    color: white;
}



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

.flex{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.caja{ 
    flex: 1 100%;
    font-size: 13px;
     padding-bottom: 20px;
}
    
.caja1{ 
    flex: 1 100%;
    text-align: center;
    padding-left: 0;
    font-size: 20px;
    padding-bottom: 10px;
     padding-top: 20px;
}
  
.caja2{ 
    flex: 1 100%;
}
    
.caja3{ 
    flex: 1 100%;
}

.caja img{
    width: 100%;
}
    
.margen1{max-width:  1000px; 
    margin: auto;
}
    
.margen2{max-width:  1000px; 
    margin: auto;
    padding-top: 5px;
}
    
.cajadoble{ 
    flex: 1 100%;
    align-items: center;
    order: 2;
}
    
.cajadoble1{ 
    flex: 1 50%;
    padding-top: 100px;    
    font-family: 'helvetica', sans-serif;
    font-size: 15px;
    order: 1;
}
 
/*navbar*/
    
.logo-section{
    float: none;
    padding: 10px;
    padding-left: 50px
}
    
nav ul{
    background: #ffffff;
    max-height: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: flex-end;
}
    
nav ul.show{
    max-height: 20em;
}
    
nav ul li{
    box-sizing: border-box; 
    width: 100%;
    padding: 15px;
}
    
.hb-button{
    display: inline;
}
    
nav div a img{
    max-width: 150px;
    max-height:50px;
    margin-top: 0px;
}
/*Navbar termina*/
    
    
.cajauno{ 
    flex: 1 100%;
    color: white;
    padding-top: 0px;
    padding-bottom: 50px;
    font-family:'helvetica', sans-serif;
    font-size: 15px;
    padding-left: 10px;
    padding-right: 10px;
} 
    
    /*video*/
  
video {
    top: 0;
    left: 0;
    position: absolute;
    object-fit: cover;
    z-index: 1;
}

    /*video end*/
    
.download{ font-size: 20px;
    width:50%;
    margin: auto;
    overflow: hidden;
    border: 2px solid white;
    border-radius: 5px;
    padding: 10px;
}
    
.contt{ 
    width:80%;
    margin: auto;
    overflow: hidden;
}
    
#showcase h4{ 
    font-size: 45px;
}
    
#showcase h5{ 
    font-size: 15px;
}
    
.text {
    font-size: 20px;
}
    
.navcolor{
    z-index:4;
}
    
nav ul li{   
    background-color: black;
}
    
.descript{
    padding-right: 0px;
    margin-top: 100px
        
}

.descript h4{
    font-size: 17px;
}

.descript h3{
    font-size: 15px;
}
    
.descript section div h3{
    font-size: 15px;
}

.navcolor{
    background: black;
}

.navcolor1{
    background: black;
  
}

    .flexSlider{
    display: flex;
    flex-wrap: wrap;
    width: 97%;
}
    
.cajaSlider{ 
    font-size: 10px;
}
    
.cajaSlider2{ 
    flex: 100%;
    display: inline-block;
    justify-content: center;
  align-items: center;
}
    
    .cajaSlider2 img{
    max-width: 100px;
}
    .nav {
   
}

}

@media (min-width: 1200px) {

.descript{
    color: white;
    float: right;
    text-align: center;
    position: absolute;
    right: 50px;
    bottom: 50px;
    z-index: 1;
    text-shadow: 2px 2px 8px black;
}
.descript2{
    color: white;
    float: right;
    text-align: center;
    position: absolute;
    right: 50px;
    bottom: 100px;
    z-index: 1;
    text-shadow: 2px 2px 8px black;
}
    .nav {
  
   
}
    
}






