@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: #000000;
  background-color: #ffffff !important;
}

h1, h3, h4, h5, h6 {
  font-weight: 900;
  font-family: 'Druk Text Web Bold', sans-serif !important;
  text-transform: uppercase;
}

.titulo h1{
  padding-top: 0.3em;
  color: #000000;
  font-size: 100px;
  line-height: 1;
  font-family: 'Druk Text Web Bold', sans-serif !important;
}


.frase h2{
  text-transform: none;
  line-height: 1em;
  font-size: 1.2em !important;
  color: #747474;
  font-family: 'Lato' !important;
  font-weight: 800;
  text-align: center;
}

p{
  line-height: 1.8;
  font-size: 1.3em;
  color: #000;
  font-family: 'Georgia' !important;
}
*{
  margin: 0px;
  padding: 0pc;
}
footer{
width: 100%;
height: 400px;
}
iframe{
  width: 100%;
  height: 400px;
    padding: 1em 0px 0px 0px;
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: #cacaca;



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

.botX_2{
  position: fixed;
  top: 50px;
  right: 0px;
  width: 70px;
  z-index: 999;
  max-width:100px;margin: 10px;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.botX_2:hover{
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);

}

.op-0{
  opacity: 0;
}

.op-9{
  opacity: 0.9;
}

.redes{ 
  max-width: 55px !important;
  margin: 0 5px;
  float: left;
  transition: transform .3s; /* Animation */
}
.redes:hover{
  transform: scale(1.5);
}
.mobile_botones {
 display: none;
 float: left;
}

.desk_botones {
 display: block;
}

.subra span{
  text-decoration: underline solid #ed1c24;
}

.cuadro_redes {
  padding-top: 80px;
  position: absolute;
}

.mobile {
  display: none;
}

.desk {
  display: block;
}

.img_principal{
  float:right;
  width: 80%;
}

.logo100{
  padding-top: 40px;
  width: 70%;
  
}

.img_titulo {
  margin-top: 4em;
}

.comillas1 {
  margin-top: 30px;
  float: right;
  width: 35%;
}

.comillas2 {
  position: absolute;
  bottom: 0px;
  margin-bottom: 30px;
  float: left;
  width: 35%;
}

.img_frase {
  margin-left: 10%;
}


.btn h4{
  margin: 0;
}

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

@media (min-width: 200px) and (max-width: 575px) {
  .titulo h1 {
    padding-top: 0.3em;
    font-size: 50px;
  }
  .bajada{
    margin-top: 130px !important;
    margin-bottom: 30px !important;
  }
  .redes{ 
    max-width: 50px !important;
    margin: 0em 5px;
    float: none;
    transition: transform .3s; /* Animation */
  }
  .redes:hover{
    transform: scale(1.5);
  }

  .cuadro_redes {
    padding-top: 30px;
    position: relative;
  }

  .mobile {
    display: block;
  }

  .desk {
    display: none;
  }

  .img_principal {
    width: 100%;
    margin: auto;
  }

  .logo100{
    display: none;
    position: relative;
    margin-top: 20px;
    width: 100%;
  }

  .img_titulo {
    width: 100%;
    margin-top: 30px;
  }

  .img_frase {
    margin-left: 0px;
  }

}

@media only screen and (max-width: 1050px) {
  .hide_element{
  display: none !important;
 }
 .mobile_botones {
 display: block;
 float: left;
}
.desk_botones {
 display: none;
}


 
}
@media only screen and (max-width: 575px) {
  .hide_element{
  display: none !important;
 }
 
 .lightbox img{
  max-width: 100px;
 }

}

