@font-face {
font-family: 'Druk Text Web Bold';
src: url('../druk/DrukText-Bold-Web.eot');
src: url('../druk/DrukText-Bold-Web.eot?#iefix') format('embedded-opentype'),
url('../druk/DrukText-Bold-Web.woff2') format('woff2'),
url('../druk/DrukText-Bold-Web.woff') format('woff');
font-weight: 700;
font-style: normal;
font-stretch: normal;
}


body {
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  color: #346671;
  background-color: #fff !important;
}
.row{  }

a {
  color: #000 !important;
  text-decoration: none !important;
}
a:hover{
  color: #346671 !important;
  text-decoration: none !important;
}

.desk {
  display: inline-block;
}

.mobile {
  display: none;
}

.titulo {
  margin-top: 50px;
}

.titulo h1 {
  margin-top: 50px;
  font-size: 5em;
  font-family: 'Druk Text Web Bold', sans-serif !important;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 1em;
  color: #000; 
  text-align: center;
}


.frase h1 {
  margin-top: 50px;
  font-size: 4em;
  font-family: 'Druk Text Web Bold', sans-serif !important;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 1em;
  color: #000; 
  text-align: center;
}


.frase h2 {
  margin-top: 10px;
  font-size: 2em;
  font-family: 'Georgia' !important;
  font-weight: 700;
  line-height: 1em;
  color: #555; 
}

.frase p {
  font-size: 2em;
  font-family: 'Druk Text Web Bold', sans-serif !important;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1em;
  color: #000; 
  margin-bottom: 100px;
}

li{

  background-color:#fff;
}
li:hover{
  background-color:#ccc;

}

.video-block {
  margin-bottom: 50px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 900;
  font-family: Georgia, Times, "Times New Roman" !important;
}

p{
  font-family: "Georgia";
  line-height: 1.5;
  font-size: 22px;
  color: #000;
}

label{
  font-size: 1.1em !important;
  color: #fff;
  font-weight: 400 !important;
  line-height: 0.9em ;
  padding: 14px 14px 5px 14px; 
}
label input{
  border-style: none !important;
  margin: 2px;

}
label select{
  color: #ed1c24;
  border-radius: 0px !important;
  border-style: none !important;
  margin: 2px;
  font-family: Georgia, Times, "Times New Roman" !important;
  font-weight: 700;
}
table img{
  max-width:70px;
}
table.dataTable thead th, table.dataTable thead td {


  }
td{
  border-top: 1px solid #a3a3a3 !important;
}

.agregados {
  transition: transform .7s;
  text-align: center;

}
.agregados h6{
  padding: 3px 3px 3px 3px;
  border-style: solid;
  border-width:1px 0px;
  border-color: #ef4023;
  margin: 5px auto 15px auto;
  position: relative;
}
.agregados:hover{
  transform: scale(1.2);
}
.col-sm-1{
  margin-left: 0px !important;
}
.col-sm-1{
  margin-left: 0px !important;
}
.redes{ 
  opacity: 1;
  max-width: 40px !important;
  margin: 0px 1px;
  transition: transform .3s; /* Animation */
  margin-bottom: 10px;
}
.redes:hover{
  opacity: 0.8;
  transform: scale(1.2);
}

.iframe{width: 100%;
  height: 400px;
  border-style: solid;
  border-width: 2px;
  border-color: #000;
  padding: 50px;

}
.text-center button{  font-family: "Open Sans", sans-serif !important;padding:2px; margin:4px;text-transform: uppercase; font-size: 0.8em ;
}

.head_table{background-color: #b3b3b3 !important;}
.head_exp{top:0px;background-color: #ed1c24;padding: 0.7em;left: 0px;position: fixed;display: block;width: 100%; border-bottom-color: #000;
  border-right-width: 2px;border-bottom-style:solid;z-index: 99; -webkit-transition: background-color 0.5s ease-out; -moz-transition: 
  background-color 0.5s ease-out; -o-transition: background-color 0.5s ease-out; transition: background-color 0.5s ease-out;}
.head_exp:hover{ background-color: #000; }


.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper
.dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate{
  font-size: 0.8em;
  font-weight: 400 !important;
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}
.dataTables_wrapper .dataTables_info{
  color: #fff !important; 
  opacity: 0.5;
  font-size: 0.6em;
  font-weight: 400 !important;

}



/*------------------------------------------------------------------------------------------------------------------------*/

.thumbnail {
  max-width: 40%;
}

.italic { font-style: italic; }
.small { font-size: 0.8em; }

/** LIGHTBOX MARKUP **/

.lightbox_card {
  /** Default lightbox_card to hidden */
  display: none;

  /** Position and style */
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  background: rgba(0,0,0, 0.8);
    -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;

}



.lightbox_card:target {
  /** Remove default browser outline */
  outline: none;

  /** Unhide lightbox_card **/
  display: block;
}
.lightbox_card h6{
  opacity: 0.6; 
}
.botX{
  width: 35px;
  max-width: 80px;
  margin: 10px;
  position: fixed;
  right: 0px;
  top: 0px;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.botX:hover{
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);

}
.ficha{
  max-width: 310px;
  min-height: 600px;
  background-image: url(../img/back_card.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: cover;

}

.info_card1{
  position: relative;
  top: 40px;
}
.info_card2{
  position: relative;
  left: 0px;
  top: 40px;
}
/*------------------------------------------------------------------------------------------------------------------------*/

.gallery-block{  
}

.heading{
  text-align: center;
}/*********** Galerría ********/

.gallery-block{  
}

.heading{
  text-align: center;
}

.gallery-block .heading h2{
  font-weight: bold;
  text-transform: uppercase;
  font-size: 3em;
}


.gallery-block.compact-gallery .item{
  overflow: hidden;
  margin-bottom: 0;
  background: black;
  opacity: 1;
}

.gallery-block.compact-gallery .item .image{
  transition: 0.8s ease;
}

.gallery-block.compact-gallery .item .info{
  position: relative;
  display: inline-block;
}

.gallery-block.compact-gallery .item .description{
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  /* padding: 10px; */
  line-height: 18px;
  /* font-size: 45px !important; */
  width: 100%;
  padding-top: 0px;
  padding-left: 10px;
  padding-right: 60px;
  padding-bottom: 5px;
  opacity: 1;
  color: #fff;
  transition: 0.8s ease;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.39));
}

.description h4{  text-align: left !important;
  font-size: 15px !important;
  font-weight: 400 !important;
}
.description h3{  text-align: left !important;
  font-size: 24px !important;
  font-weight: 400 !important;
}
.gallery-block.compact-gallery .item .description .description-heading{
  text-align: left;
}

.gallery-block.compact-gallery .item .description .description-body{
  margin-top: 10px;
  font-weight: 300;
  -webkit-transition: 1s ease-out;
  -moz-transition: 1s ease-out;
  -o-transition: 1s ease-out;
  transition: 1s ease-out;

}

.gallery-block .zoom-on-hover:hover .image {
  opacity: 0.4; 
 -webkit-transition: 1s ease-out;
  -moz-transition: 1s ease-out;
  -o-transition: 1s ease-out;
  transition: 1s ease-out;
  }
.mobile img{
  -webkit-animation: inzoom 1s; /* Safari 4.0 - 8.0 */
  -webkit-animation-delay: 0.1s; /* Safari 4.0 - 8.0 */
  animation: inzoom 1s;
  animation-delay: 0.1s;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes inzoom {
  from {opacity: 0;
  transform: scale(0.7);}
  to {opacity: 1;
  transform: scale(1);}
}

@keyframes inzoom {
from {opacity: 0;
  transform: scale(0.7);}
  to {opacity: 1;
  transform: scale(1);}
}
.gallery-block.compact-gallery .item a:hover .description {
  opacity: 1; 
} 
.gallery-block .zoom-on-hover:hover .image {
  transform: scale(1.2);
  opacity: 0.4; 
}

.recuadro{
  background-color: #ef4023;
  display: block;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.img_m2_g{
  background-image: url(../img/foto_grande.jpg);
  width: 100%;
  height: 20em;
  background-position: top;
  background-size: cover;
}
.img_m2_1{
  background-image: url(../img/foto1.jpg);
  width: 100%;
  height: 173px;
  background-position: top;
  background-size: cover;
}
.img_m2_2{
  background-image: url(../img/foto2.jpg);
  width: 100%;
  height: 173px;
  background-position: top;
  background-size: cover;
}
.img_m2_3{
  background-image: url(../img/foto3.jpg);
  width: 100%;
  height: 173px;
  background-position: top;
  background-size: cover;
}
.img_m2_4{
  background-image: url(../img/foto4.jpg);
  width: 100%;
  height: 173px;
  background-position: top;
  background-size: cover;
}
.img_m2_6{
  background-image: url(../img/foto6.jpg);
  width: 100%;
  height: 173px;
  background-position: top;
  background-size: cover;
}
.img_m2_7{
  background-image: url(../img/foto7.jpg);
  width: 100%;
  height: 173px;
  background-position: top;
  background-size: cover;
}
.img_m2_8{
  background-image: url(../img/foto8.jpg);
  width: 100%;
  height: 173px;
  background-position: top;
  background-size: cover;
}
.img_m2_9{
  background-image: url(../img/foto9.jpg);
  width: 100%;
  height: 173px;
  background-position: top;
  background-size: cover;
}
.img_m2_10{
  background-image: url(../img/foto10.jpg);
  width: 100%;
  height: 173px;
  background-position: top;
  background-size: cover;
}
.hide_element{
 }
.mobile{ display: none;
}
.desk{display: block;
 }



/*    CSS filtrado */ 


.filterDiv {
  
  display: none;
}

.show_table{
  display:table-row;
  text-align: left;
  visibility: inherit !important;
}

.container_t{  overflow: hidden;
}
/* Style the buttons */
.btn_table {
  font-size: 0.92em;
  font-family: Georgia, Times, "Times New Roman" !important;
  border-style: none !important;
  outline: none !important;
  background-color: #000;
  cursor: pointer !important;
  color: #fff;
  border-bottom: solid 1px !important;
  border-color: #17545e !important;
  -webkit-transition: 1s ease-out;
  -moz-transition: 1s ease-out;
  -o-transition: 1s ease-out;
  transition: 1s ease-out;

}

.btn_table:hover {
  color: #fff;
  border-radius: 0px !important;
  border-color: #000;
  border-bottom: solid 1px !important;
   -webkit-transition: 1s ease-out;
  -moz-transition: 1s ease-out;
  -o-transition: 1s ease-out;
  transition: 1s ease-out;
}

.btn_table.active {
 color: #fff;
  border-radius: 0px !important;
  border-color: #fff;
  border-bottom: solid 1px !important;
   -webkit-transition: 1s ease-out;
  -moz-transition: 1s ease-out;
  -o-transition: 1s ease-out;
  transition: 1s ease-out;

}
.col-sm-6, .col-sm-12{
  padding: 0px !important;  
}
.img_m{
      padding: 10px !important;
}

/*    Termina CSS Filtrado */

@media only screen and (max-width: 550px) {
  .hide_element{
  display: none !important;
 }
 
}
@media (min-width: 200px) and (max-width: 770px) {
.subtitulo{
  width: 100%;
  padding-left: 0%;
  margin: 0em 0;

}

.desk {
  display: none;
}

.mobile {
  display: inline-block;
}

.mobile h4{
  
      padding: 0px 3px 3px 3px;
    border-style: solid;
    border-width: 1px 0px;
    border-color: #cacaca;
    margin: 5px auto 15px auto;
    position: relative;
}


.col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-sm-6 h4{
  font-size: 1em;
  font-weight: 700; 
  padding-top: 10px;

  }
  }
/*    ANIMACION SVG  */

#Logo {
  top: 0;
  right: -25%;
  left: -25%;
  margin: auto;
  display: block;
  fill: #aa7f3d;
  stroke: #EEBE7B;
  stroke-miterlimit: 5;
}
.Animate-Draw {
  fill-opacity: 0;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-name: DrawLine, FadeStroke, FillIn;
  animation-duration: 4s, 1s, 1s;
animation-delay: 0s, 3.5s, 3.5s;
}
#Draw-Mark {
  stroke-dashArray: 1100;
  stroke-dashoffset: 1100;
}
#Draw-Frame {
  animation-delay: 1s, 3.5s, 3.5s;
  animation-duration: 3.5s, 1s, 1s;
  stroke-dashArray: 1500;
  stroke-dashoffset: 1500;
  
}
#Draw-Text {
  animation-delay: 2s, 3.5s, 3.5s;
  animation-duration: 2s, 1s, 1s;
  stroke-dashArray: 300;
  stroke-dashoffset: 300;
}
@keyframes DrawLine {
  to {
    stroke-dashOffset: 0;
  }
}
@keyframes FadeStroke {
  to {
    stroke-opacity: 0;
  }
}
@keyframes FillIn {
  from {
    fill-opacity: 0;
  }
  to {
    fill-opacity: 1;
  }
}





