@charset "utf-8";
@font-face {
    font-family: "head";
    src: url(fonts/Grammatika.otf) format("truetype");
}

* {
   margin: 0px;
   padding: 0px;
    box-sizing: border-box;    
    font-family: "head";
}

body{
    padding-top: 0px; 
    margin: 0px;
    font-family: "head";  
    background-size: contain;
    background-image: url(imgs/bk.jpg);
    background-repeat: repeat;
    color:white;
}


a {
    text-decoration: none;
    color: lightgrey;
}

html {
    padding: 0px; margin: 0px;
}

#logoesq {
    
    display: none;
    position:fixed;
    float:left; 
    width:6vw;  
    min-width:75px;  
    margin-top:4vh; 
    margin-left:2vw;
}



.col01 {width: 6.25%;}
.col02 {width: 12.50%; }
.col03 {width: 18.75%;}
.col04 {width: 25%;}
.col05 {width: 31.25%;}
.col06 {width: 37.5%;}
.col07 {width: 43.75%;}
.col08 {width: 50%;}
.col09 {width: 56.25%;}
.col10 {width: 62.5%; }
.col11 {width: 68.75%;}
.col12 {width: 75%;}
.col13 {width: 81.25%;}
.col14 {width: 87.5%;}
.col15 {width: 93.75%;}
.col16 {width: 100%;} 

.col24 {width: 23%;} 




#navbar {
    height: 40px;
    width: 100%;
    z-index: 1;
    position: fixed;
    letter-spacing: 1px;
    font-size: 17px;
   
}



#navbar ol {
    float:right;
    margin-right: 100px;
    height: 100%;
}

#navbar ol li{
    list-style: none;
    
   margin-right: 0;
height: 100%;    
    
}

#navbar ol li a {
    font-weight: 500;
    text-decoration: none;
    color: white;
    font-style: normal;
    float: right;
    padding:0;
    max-height: 40px;
    padding-top: 3px;
    padding-bottom: 4px;

}

#navbar ul li a:hover {
    background-color: black;
    color: white;
}

#navmenu {
    
}

#minimenu {
    display:none;
    width:100%;
    background-color: rgba(31,3,25,0.9);
    color: white;
    float: left;
    padding: 0;
}

#minimenu ol {
    margin: 0;
    
}

#minimenu ol li{
    margin: 0;
    font-size:30px;
    margin-bottom: 15px;
}

#minimenu:target {
    display: none;
}


.pantalla {
    height: 100vh;
    width: 100%;
    display: block;
   
    
}

#visorvideo{
    float:left; 
    backface-visibility: hidden; 
    margin-top:0; 
    
}

.titulosex {
    text-align: center;
    font-size: 29px;
    font-weight: 500;
    padding-top: 10vh;
    letter-spacing: 2px;
    color: white;
    
}

.imagencolex {
    background-size: cover;
    float:left;
}

.marcocolex {
    float: left;
    padding:auto; 
}

.marcocolex  h1 {
    text-align:center;
    letter-spacing: 1px;
    font-size: 39px;
    color: black;
}

.marcocolex  h2 {
    text-align:center;
    letter-spacing: 4px;
    font-size: 24px;
    color: black;
    margin-top: 8px;
    font-weight: 100;
}
.texto-contenedor-tienda {
    font-size: 30px;
}

.texto-contenedor-tienda p {
    
}


.contenedor-imagen-botton-colex {
    margin-left:0;
}

.contenedor-imagen-botton-colex h1 {
    margin-top:-50%; font-size:40pt;letter-spacing:5px;color:white;
    }
    
    .contenedor-imagen-botton-colex h2 {
    margin-top:10px; font-size:30pt;letter-spacing:7px;color:white;
    }
    .contenedor-imagen-botton-colex h3 {
    margin-top:10px; font-size:20pt;letter-spacing:7px;color:white;
    }

.texto-centro-pantalla {
     
    letter-spacing:2px; 
    text-align:center; 
    
    
    
    
}

.texto-centro-pantalla p {
font-size:24px; line-height:37px;
}

.textos-celular{
    font-size:1.6em; }



.tipodemezcal {
    height:inherit;
    float:left;    
}

.dirextienda {
    float:left;
    word-wrap: break-word;
}

.dirextienda img {
    width:30%;
    float:left;
} 



#footer {
    width: 100%;
    background-color: rgba(0,0,0,0.60);
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    color: white;
    font-size: 10pt;
    letter-spacing: 2px;
    
}

.invisible {
    background-color: rgba(0,0,0,0);
    border-style: none;
    cursor: pointer;
    z-index: 1;

}

.modalcolex {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 13vh; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  
  background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
    
}

.modalcolex-content-image {
    z-index:0; height:600px; display: block; margin-left: auto; margin-right: auto;
}


.modalcolex ul{
    list-style: none;
}

.textoancho {
    text-align: justify;
    
}

.textoancho:after {
    content: "";
    display: inline-block;
    width: 100%;
    
    
    
    
}


.modalcolex-content {
  font-size: 1.5em;
  color:white;
    margin: 0;
  width: 70vw;
    height: 30vw;
    
}

.modalhacienda {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 5vh; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modalhacienda-content {
  font-size: 1.5em;
  color:white;
    margin: 80px auto;
  width: 80vw;
    height: 80vh;
    
}

.close {
  color: white;
  float: right;
  font-size: 40px;
  font-weight: bold;
  position: absolute;
    right:15px;
    top:15px;
    line-height: 20px;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

#tablatienda {
    margin-top: 6vh;
    margin-bottom: 10vh;
}
#tablatienda ul {
    width:100%; 
    text-align:center; 
    padding-top:0; 
    height:auto;
}

#tablatienda ul li {
    list-style: none;
    
    
    
    
}

.ciudad {
    background-color: black;
    color: white;
    text-align: center;
    vertical-align: middle;
    letter-spacing: 3px;
    font-size: 20px;
    margin-bottom: 8px;
    border-style: dashed none ;
    border-width: 2px;
    
    border-color: rgba(255,255,255,0.3);
    cursor: pointer;
    padding:15px;
    
}

#textomapa {
    margin-left:52%; 
    margin-top: -5vh; 
    font-size: 3.5vh; 
    letter-spacing:0.3vw; 
    text-align:center; 
}

#btnlabel {
    margin:0;
}

#botontienda1.ciudad li {
    margin-bottom: 0px;
    list-style: none;
}

#logogr {
    
    width:60%;
    
}

.etiquetatienda {
    height: auto; 
    padding:0; 
    margin: 5vh; 
    background-color:green; 
    float: left; 
    color: white; 
    font-size: 3vh;
}

#botonesidi {
    float:right; 
    background-color:rgba(255,255,255,1); 
    
    width:85px; 
    height:100%; 
}

#botonesidi a {
color:black;    
}

#botonminimenu {
    float:right;
    height: auto;
    color:white;
    
    display: none;
    
   
}

#contakt {
    display: none;
    background-color:rgb(255,255,255); 
    color: black;
    width: 100%;
    font-size: 20px;
    letter-spacing: 3px;
    line-height: 40px;
    text-align:center;
    float: right;
    height: 100px;
    margin-top: 40px;
    
    
}

#contakt p {
    margin-top:10px;
}

#contakt a {
    color:black;
    padding: 5px;
    
}
#contakt a:hover{
    color: white;
    background-color: black;
}


#contakt1 {
    display: none;
    background-color:rgb(255,255,255); 
    color: black;
    width: 48%;
    font-size: 20px;
    letter-spacing: 3px;
    line-height: 40px;
    text-align:right;
    float: right;
    height: 300px;
    margin-top: 40px;
    margin-right:85px;
    
    
    
}

#contakt1 p {
    margin-top:10px;
}

#contakt1 a {
    color:black;
    padding: 5px;
    
}
#contakt1 a:hover{
    color: white;
    background-color: black;
}

#textointro {
    width: 100%;  
    height: 75vh; 
    background-color:rgb(2,14,14); 
    margin-top:15vh; 
    color:white; 
    text-align:center;
}


#mapa {
        padding-left: 7vw;
        height:70vh; 
        background-size: contain; 
        margin-top: 20vh; 
        float:left;
    position:relative;
     
    }

.listabotones button{
    display: block;
    
}

.desaparece600 {
    display:block;
}
    .aparece600 {
        display:none;
    }
    
#cycler1 { position:relative; }
#cycler1 img { position:absolute; z-index:1 }
#cycler1 img .active { z-index:3 }

#cycler2 { position:relative; }
#cycler2 img { position:absolute; z-index:1 }
#cycler2 img .active { z-index:3 }

#imgmapa1 {
    background-image: 
}

#botonhacienda {
    border-radius:50%;  
    width:100%; 
    height:100%; 
    margin:0;
   z-index:1;
}

#botonhaciendapq {
    border-radius:50%;  
    width:100%; 
    height:100%; 
    margin:0;
   z-index:20;
}

#botonhacienda-contenedor {
     
    width:7vw; 
    height: 7vw; 
    z-index:1; 
    float:left; 
    left: 49% ; 
    top:15vw; 
    position: absolute; 
    border-radius:50%; 
}


.contenedor-tienda {
    margin-left:10vw; 
    margin-right:10vw; 
    height: auto;
    margin-top:2vh; 
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    background-color: rgba(0,0,0,0.4);
}

.contenedor-logo-index { 
    width:80%; margin-top:-33vh; display:inline-block;
}

.contenedor-textos-index{
    
}


.slidecolex1 {
    display: none;
}

.slidecolex2 {
    display: none;
}
.slidecolex3 {
    display: none;
}
.slidecolex4 {
    display: none;
}
.slidecolex5 {
    display: none;
}
 


@media screen and (max-width: 600px) {

    .col01 {width: 100%;}
    .col02 {width: 100%;}
    .col03 {width: 100%;}
    .col04 {width: 100%;}
    .col05 {width: 100%;}
    .col06 {width: 100%;}
    .col07 {width: 100%;}
    .col08 {width: 100%;}
    .col09 {width: 100%;}
    .col10 {width: 100%;}
    .col11 {width: 100%;}
    .col12 {width: 100%;}
    .col13 {width: 100%;}
    .col14 {width: 100%;}
    .col15 {width: 100%;}
    .col16 {width: 100%;}    
    
    .col24 {width: 100%;} 
    
    .desaparece600 {
    display:none;
}
    .aparece600 {
        display:block;
         font-size:30pt;
    }
    
    .textos-celular{
        font-size: 1em;
    }
    
    #logoesq {
    width:14vw;    
    }
    
    #navmenu {
        display: none;
    }
    #navbar ol {
        
        margin-top:120px;
    }
    
    #navbar ol li{
        width:100%;
        text-align: center;
    }
    
    #navbar ol li a {
        font-weight: 500;
        text-decoration: none;
        font-style: normal;
        padding-left: 13px;
        padding-right: 13px;
        max-height: 40px;
        padding-top: 7px;
        padding-bottom: 9px;
        float: none;
        width 100%;
        color: white;
        
    }
    #navbar ol li a:hover {
        background-color: white;
        color:black;
    }
    
    #navbar ol li{
    list-style: none;
    float: right;
    height: 40px;    
    }
    
    .ciudad {
    font-size: 20px;
    }
    
    #mapa {
        width:100%;
        padding-left: 3vw;
        margin-top: 0; 
        float:left;
        height: 200px;
        z-index: 0;
    }
    
    #botonminimenu {
        display: block;
    }
    
    
    
    .topnav a {
    float: none;
    width: 100%;
  }
    
#logogr {
    width: 80%;
    height: auto;
    
    
}
    
    #textointro {
    margin-top: 3vh; 
    }
    
    .pantalla {
    height: 100vh;
        width: 100%;
        
        

        
}
    
    
    
    
    #visorvideo2{
        
    float:left; 
    backface-visibility: hidden; 
    margin-top:0; 
   margin-bottom: 0;
    height:10px;
    }
    
    #textomapa {
        margin:0;
        float:left;
        margin-top:150px; 
        margin-bottom:100px; 
        padding-left: 50px; 
        padding-right: 50px; 
        font-size: 3.5vh; 
        letter-spacing:0.3vw; 
        text-align:center; 
    }
    
    .contenedor-imagen-botton-colex {
    margin-left:0;
    }

     .contenedor-imagen-botton-colex h1 {
    margin-top:-70%; font-size:40pt;letter-spacing:5px;color:white;
    }
    
    .contenedor-imagen-botton-colex h2 {
    margin-top:10px; font-size:30pt;letter-spacing:7px;color:white;
    }
    .contenedor-imagen-botton-colex h3 {
    margin-top:10px; font-size:20pt;letter-spacing:7px;color:white;
    }
    
    .texto-centro-pantalla {
    width:84%; 
    
        
    letter-spacing:2px; 
    text-align:center; 
        
   
        
        
}
    
    .texto-centro-pantalla p {
        font-size:1.1em; line-height:1.8em; 
}
.recuadro-centro-pantalla {
    
    padding-left:0;
    text-align: center;
    font-size: 12px;
        
}
    
  
#botonhacienda-contenedor {
     
    width:12vw; 
    height: 12vw; 
    left: 42% ; 
    top:23vw; 
    
}
    
    .contenedor-logo-index { 
    width:50%; margin-top:-33vh; display:inline-block;
}

    .contenedor-textos-index{
    margin-top:5vh; font-size:20pt; letter-spacing:2.5px; font-weight:600; color:white;
}
    .modalcolex-content-image {
    z-index:0; max-height: 400px; max-width:150%; display: block; margin-left: auto; margin-right: auto; overflow: hidden;
}
    .slide-colex {
    display: none;
}

.slide-colex2 {
    display: block;
}
}
