@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: underline;
}
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: 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 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;
}

.parallax {
  /* The image used */
  background-image: url(../img/foto_auto.png);

  /* Full height */
  height: 650px !important; 
  margin-top: -80px !important;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}


.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,h5{
  font-weight: 900;
  font-family: Georgia, Times, "Times New Roman" !important;
}

.span p{

  font-family: "Montserrat";
  font-size: 3em;
}

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

.h4{

  font-size: 18px;


}

/*-------------------------------------------galeria-----------------------------------------------------------------------------*/
}

.galeria{
    font-family: 'open sans';
}

.galeria h1{
    text-align: center;
    margin:20px 0 15px 0;
    font-weight: 300;
}

.linea{
    border-top: 5px solid #0077C0;
    margin-bottom: 40px;
}

.contenedor-imagenes{
    display:flex;
    width: 80%;
    margin: auto;
    justify-content: space-around;
    flex-wrap: wrap;
    border-radius:3px;
}

.contenedor-imagenes .imagen{
    width: 25%;
    position: relative;
    height:450px;
    margin-bottom:5px;
    padding: 5px;
   
}
.imagen img{
    width: 100%;
    height:100%;
    object-fit: cover;
}

.overlay{
    position: absolute;
    bottom: 0;
    left: 0px;
    background:rgba(0, 118, 192, 0.781) ;
    width: 100%;
    height: 0;
    overflow: hidden;
    transition: .5s ease;

}

.overlay h2{
    color: #fff;
    font-weight: 200;
    font-size:38px;
    position: absolute;
    top: 20%;
    left:50%;
    text-align: center;
    transform: translate(-50%, -50%);
    font-family: 'Druk Text Web Bold', sans-serif;
    text-transform: uppercase;
}
.overlay h4{
    color: #fff;
    font-weight: 200;
    position: absolute;
    top: 50%;
    left:50%;
    font-size:23px;
    transform: translate(-50%, -50%);
    font-family: 'Open sans', sans-serif;
    text-transform: uppercase;
    line-height: 30px;


}



.imagen:hover .overlay{
    height:100%;
    cursor: pointer;
}

@media screen and (max-width:1000px){
    .contenedor-imagenes{
        width: 95%;
    }

    .modal-window > div {
  width: 800px;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 2em;
  background: #d8dbdb;
}
}

@media screen and (max-width:700px){
    .contenedor-imagenes{
        width: 90%;
    }
    .contenedor-imagenes .imagen{
        width: 48%;
    }


    .modal-window > div {
  width: 500px;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 2em;
  background: #d8dbdb;
}


}

@media screen and (max-width:600px){
    h1{
        font-size:22px;
    }
    .contenedor-imagenes{
        width: 98%;
    }
    .contenedor-imagenes .imagen{
        width: 80%;
    }


     .modal-window > div {
  width: 300px;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 1em;
  background: #d8dbdb;
}

}







/*----------------------------------------------inicio ventana-------------------------------------------------------------------------*/


.modal-window {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(4px);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s;
  overflow: scroll;
}



.modal-window:target {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.modal-window p {
  font-size: 18px;
  font-weight: 400;
  padding: 10px 40px 40px 40px ;
}
.modal-window > div {
  width: 990px;
  position: absolute;
  top: 86%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 2em;
  background: #d8dbdb;
}


.modal-window header {
  font-weight: bold;
}
.modal-window h2 {
  padding-bottom: 1em;
  text-transform: uppercase;
  font-family: 'Montserrat',sans-serif ;
  padding: 60px;
  font-weight: bold;

}
.modal-window h3 {
  font-size: 26px;
}
.modal-window h6 {
  font-size: 25px;
  font-weight: 800px;
  text-align: left;
  line-height: 40px;
  padding: 23px 23px 23px 50px; 
}
.modal-close {
  color: #ffffff;
  line-height: 50px;
  font-size: 100%;
  position: absolute;
  right: 80px;
  top: 100px;
  width: 70px;
  text-decoration: underline;
 
}
.modal-close:hover {
  color: black;
}
.modal-link {
  letter-spacing: 3px;
  text-decoration: underline;
  font-size: 25px;
  color: #ed1c24;
  font-weight: 100;
}
.modal-link:hover {
  color: #535a59;
  font-weight: 800;
}
.modal-link-out {
  letter-spacing: 3px;
  font-size: 20px;
  color: #68babf;
  font-weight: 100;
}
.modal-link-out:hover {
  color: #ed1c24;
  font-weight: 800;
}
.modal-window div:not(:last-of-type) {
  margin-bottom: 15px;
}

.btn:hover{
  text-decoration: underline;
  color: #000000;
  font-family: 'Fira Sans', sans-serif;
  font-weight: 500;
  background-color: #c4d7d8;
}
.btn{
  font-size: 18px;
  width: 150px;
  border-style:solid;
  border-color: #737373;
  background-color: #f4f4f4;
  border-width: 2px;
  border-radius: 3px;
  margin:350px 0px 0 0; 
  padding: 0.5em;



}

/*----------------------------------------------fin de la galeria-------------------------------------------------------------------------*/
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;
 }
  .modal-window > div {
  width: 200px;
  position: fixed;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 1em;
  background: #d8dbdb;
}
.modal-window p {
  font-size: 15px;
  font-weight: 400;

  

}

.modal-window h2 {
  padding-bottom: 1em;
  text-transform: uppercase;
  font-family: 'Montserrat',sans-serif ;
  padding: 30px;
  font-weight: bold;
  text-align: center;

}

.modal-window {
  
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(4px);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s;
  overflow: scroll;
}
.modal-window h6 {
  font-size: 20px;
  font-weight: 800px;
  text-align: left;
  line-height: 26px;
  padding: 15px 15px 15px 15px; 
}

.modal-close {
  color: #ffffff;
  line-height: 50px;
  font-size: 100%;
  position: absolute;
  top: 1600px;
  width: 70px;
  right: 200px;
  text-decoration: underline;
  top: -50px;
  
}
.titulo h1 {

  margen: 0px;
}

.parallax {
  /* The image used */
  background-image: url(../img/foto_auto.png);

  /* Full height */
  height: 100 px;
  margin-top: none!important;

  /* Create the parallax scrolling effect */
  background-attachment: none;
  background-position: none;
  background-repeat: none;
  background-size: none;
}


 
}
@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;

  }

.modal-window > div {
  width: 380px;
  position: fixed;
  top: 118%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 1em;
  background: #d8dbdb;


  
}
.modal-window p {
  font-size: 15px;
  font-weight: 400;
  

}

.modal-window {
  
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(4px);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s;
  overflow: scroll;
}
.modal-window h6 {
  font-size: 20px;
  font-weight: 800px;
  text-align: left;
  line-height: 26px;
  padding: 15px 15px 15px 15px; 
}

.modal-window h2 {
  padding-bottom: 1em;
  text-transform: uppercase;
  font-family: 'Montserrat',sans-serif ;
  padding: 30px;
  font-weight: bold;

}

.parallax {
  /* The image used */
  background-image: none;

  /* Full height */
  height: 0!important; 
  margin-top: none!important;

  /* Create the parallax scrolling effect */
  background-attachment: none;
  background-position: none;
  background-repeat: none;
  background-size: none;
}


 
}
.modal-close {
  color: #ffffff;
  line-height: 50px;
  font-size: 100%;
  position: absolute;

  text-align: bottom;
  top: 10px;
  width:0px;
  text-decoration: underline;

  
}

  
  }
/*    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;
  }
}





