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

*{
  margin: 0px;
  padding: 0pc;
}

body {
  font-size: 1rem;
  font-family: "Open Sans", sans-serif !important;
  color: #353535 !important;

}

a {
  color: #000000 !important;
  text-decoration: none !important;
}

p{
  line-height: 1.8;
  font-size: 1.2em;
}

h1, h3, h4, h5, h6 {
  font-weight: 900;
  font-family: 'Montserrat', sans-serif !important;
}

.s-2{
  margin-top: 100px;
}

.recuadro{
  background-color: #87d4ec;
  position: absolute;
  width: 100%;
  height: 487px;
  top: 0px;
}

.nombre h1 {
  text-transform: uppercase;
  line-height: 1em;
  font-size: 5em;
  color: #000;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 900;
  text-align: left;
}

.nombre p {
  text-transform: uppercase;
  line-height: 1.1em;
  font-size: 1.8em;
  color: #000;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 300;
  text-align: left;
}

.credito p {
  padding: 50px 0 25px 0;
  text-transform: uppercase;
  line-height: 1.1em;
  font-size: 0.9em;
  color: #000;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 800;
  text-align: center;
}

.texto h3 {
  text-transform: uppercase;
  line-height: 1.2em;
  font-size: 1.9em;
  color: #000000;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 800;
  text-align: left;
}

.frase h2 {
  text-transform: uppercase;
  line-height: 1em;
  font-size: 60px;
  color: #000;
  font-family: 'Druk Text Web Bold', sans-serif;
  font-weight: 900;
  text-align: center;
}

.frase span {
  line-height: 1.3;
  padding: 0 9px;
  font-size: 100px;
  color: #87d4ec;
  background-color: #ffffff;
}

.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(90deg);
  transform: rotate(90deg);

}

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

.nota img{
  margin-top: 35px;
  width: 35%;
}


/**************** BUTTON***********/
.buttonMov {
  padding-bottom: 6em;
}

.buttonMov a {
  padding: 30px;
  font-weight: 700;
  color: #ee75ad;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  margin: 10px 0;
}

.buttonMov a.transparent:hover > p {
  color: #000000;
}
.buttonMov a.transparent > p {
  background: #000000;
  color: #ffffff;
}
.buttonMov a.transparent > p span.base {
  border: 1px solid #ece8e1;
}
.buttonMov a:after, .buttonMov a:before {
  width: 1px;
  position: absolute;
  height: 8px;
  background: #000000;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.buttonMov a p {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 13px;
  margin: 0;
  height: 45px;
  line-height: 45px;
  z-index: 1;
  left: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.buttonMov a p span.base {
  box-sizing: border-box;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  left: 0;
  border: 2px solid #ee75ad;
}
.buttonMov a p span.base:before {
  width: 2px;
  height: 2px;
  left: -1px;
  top: -1px;
  background: #0f1923;
  position: absolute;
  transition: 0.3s ease-out all;
}
.buttonMov a p span.bg {
  left: -5%;
  position: absolute;
  background: #ee75ad;
  width: 0;
  height: 100%;
  z-index: 3;
  transition: 0.3s ease-out all;
  transform: skewX(-10deg);
}
.buttonMov a p span.text {
  z-index: 4;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.buttonMov a p span.text:after {
  width: 4px;
  height: 4px;
  right: 0;
  bottom: 0;
  background: #0f1923;
  position: absolute;
  transition: 0.3s ease-out all;
  z-index: 5;
}
.buttonMov a:hover {
  color: #ece8e1;
}
.buttonMov a:hover span.bg {
  width: 110%;
}
.buttonMov a:hover span.text:after {
  background: #ece8e1;
}
/**************** BUTTON***********/



.mobile {
  display: none;
}

.desk {
  display: block;
}



/*------------------------------------------------------
Media
-------------------------------------------------------*/


@media (min-width: 200px) and (max-width: 575px) {
  p{
    line-height: 1.5;
    font-size: 1.2em;
  }
  .s-2{
    margin-top: 80px;
  }
  .nota img {
    margin-top: 30px;
    width: 100%;
  }
  .photo_principal img{
    width: 70%;
  }
  .recuadro {
    position: absolute;
    width: 100%;
    height: 301px;
  }
  .nombre h1 {
    padding-top: 20px;
    font-size: 3em;
    text-align: left;
  }
  .nombre p {
    line-height: 1em;
    font-size: 1.5em;
    font-weight: 300;
  }

  .botX_2 {
    position: fixed;
    top: 45px;
    right: 30px;
    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;
  }

  .credito p {
    padding: 30px 0 10px 0;
    font-size: 0.8em;
  }

  .frase h2 {
    line-height: 1.2;
    font-size: 32px;
    text-align: center;
  }
  .frase span {
    line-height: 1.4;
    padding: 0 10px;
    font-size: 80px;
  }

  .texto h3 {
    text-transform: uppercase;
    line-height: 1.2em;
    font-size: 1.5em;
    text-align: left;
  }

  .mobile {
    display: block;
  }

  .desk {
    display: none;
  }

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


}

@media (min-width: 576px) and (max-width: 780px) {
  .hide_element{
  display: none !important;
  }
 
 .lightbox img{
  max-width: 100px;
 }

}

