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

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

@font-face {
  font-family: 'TheSansC4s';
  src: url('../../thesans/TheSans-3_Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'TheSansC4s';
  src: url('../../thesans/TheSans-5_Plain.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'TheSansC4s';
  src: url('../../thesans/TheSans-7_Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'TheSansC4s';
  src: url('../../thesans/TheSans-9_Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
}

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

.menu_button{
  position: fixed;
  top: 100px;
  left: 0px;
  z-index: 999;
  max-width: 280px;
  transition: 0.8s ease-out;
}
.menu_button:hover{
  transform: translate(-15px, 0);
  /* transform: scale(1.05); */
}

body {
  font-family: "TheSansC4s", Verdana, sans-serif !important;
  background-color: #f4ece1 !important;
  background-image: url("../../img/bg-perfiles.jpg") ;
  background-position: center;
  background-size: cover;
}

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

p{
  line-height: 1.5;
  font-size: 22px;
}

h1, h3, h4, h5, h6 {
  font-weight: 500;
  font-family: 'Druk Text Web Medium', sans-serif !important;
  text-transform: uppercase;
  color: #000000 !important;
}

.s-2{
  margin-top: 3em;
}

.photo_principal img{
  margin-top: 50px;
}

.nameProfile {
  margin-top: 200px;
}

.nameProfile h1 {
  text-transform: uppercase;
  line-height: 1em;
  font-size: 4.2em;
  color: #000;
  font-family: 'Druk Text Web Medium', sans-serif !important;
  font-weight: 500;
  text-align: left;
}

.nameProfile h2 {
  text-transform: uppercase;
  line-height: 1.1em;
  font-size: 25px;
  color: #000;
  font-family: "TheSansC4s", Verdana, sans-serif !important;
  font-weight: 300;
  text-align: left;
}

.pie-foto p {
  padding-top: 10px;
  font-size: 15px;
  color: #000000;
  line-height: 1.2em;
  text-align: center;
  font-family: 'Roboto',sans-serif;
  font-weight: 100;
  text-transform: uppercase;
}

.texto {
  padding: 40px 0;
}

.texto h3 {
  text-transform: uppercase;
  line-height: 1.2em;
  font-size: 2em;
  color: #000000;
  text-align: left;
}

.frase1-r{
  padding: 40px 15px;
  text-align: center;
  background-color: #f5c8cd;
}

.frase1-r h2{
  text-transform: uppercase;
  line-height: 1.1;
  letter-spacing: 0.4px;
  font-size: 37px;
  color: #000000;
  font-family: "TheSansC4s", Verdana, sans-serif !important;
  font-weight: 900;
  text-align: center;
}
.frase1-r h3{
  font-size: 59px;
  color: #524fa1 !important;
  font-family: "TheSansC4s", Verdana, sans-serif !important;
  font-weight: 900;
  text-align: center;
}


.num-morada {
  padding: 40px 20px !important;
  background-color: #524fa1;
}
.num-morada h3 {
  font-size: 15vh;
  font-family: 'Druk Text Web Medium', sans-serif;
  font-weight: 500;
  text-align: center;
  color: #ffffff !important;
}
.num-morada h2 {
  line-height: 1.1;
  letter-spacing: 2px;
  font-size: 27px;
  color: #ffffff !important;
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  text-transform: none;
  text-align: center;
}


.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***********/
.material-icons {
  font-family: 'Material Icons';
  font-size: 13px !important;
  vertical-align: middle !important;
}

/* .buttonMov {
  padding-bottom: 6em;
} */
.buttonMov .col-4 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.buttonMov a {
  padding: 0;
  font-weight: 400;
  color: #F5F1DF;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  margin: 0;
}

.buttonMov a.transparent:hover > p {
  color: #000000;
}
.buttonMov a.transparent > p {
  background: none;
  color: #000000;
}
.buttonMov a.transparent > p span.base {
  border: none;
}
.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: 12px;
  margin: 0;
  height: 30px;
  line-height: 30px;
  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: none;
  /* border: 2px solid #F5F1DF; */
}
.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: #CBE1DB;
  width: 0;
  height: 100%;
  z-index: 3;
  transition: 0.3s ease-out all;
  transform: skewX(-20deg);
}
.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: #CBE1DB;
}
.buttonMov a:hover span.bg {
  width: 110%;
}
.buttonMov a:hover span.text:after {
  background: #CBE1DB;
}
/**************** BUTTON***********/



.mobile {
  display: none;
}

.desk {
  display: block;
}



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


@media (min-width: 200px) and (max-width: 575px) {
  p{
    line-height: 1.5;
    font-size: 19px;
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .s-2{
    margin-top: 80px;
  }
  
  .nota img {
    margin-top: 30px;
    width: 100%;
  }
  .photo_principal img {
    margin-top: 20px;
  }
  .menu_button{
    position: fixed;
    top: 58px;
    left: 0px;
    z-index: 2;
    max-width: 210px;
    transition: 0.8s ease-out;
  }
  .menu_button:hover{
    transform: translate(-15px, 0);
    /* transform: scale(1.05); */
  }

  .nameProfile {
    margin-top: 70px;
    padding-left: 30px !important;
  }
  .nameProfile h1 {
    padding-top: 20px;
    font-size: 2.8em;
    text-align: left;
  }
  .nameProfile h2 {
    line-height: 1.1em;
    font-size: 20px;
    font-weight: 300;
  }
  .nameProfile h3 {
    line-height: 1.1em;
    font-size: 21px;
  }

  .frase1-r h2 {
    letter-spacing: 1px;
    font-size: 26px;
  }
  .frase2 h2 {
    letter-spacing: 1px;
    font-size: 25px;
    text-align: center;
  }
  .frase2 h3 {
    line-height: 1;
    padding: 0 9px;
    font-size: 90px;
    text-align: center;
  }
  .frase3 h2 {
    padding: 15px 0;
    font-size: 30px;
    letter-spacing: 1px;
  }
  .frase4 h3 {
    letter-spacing: -11px;
    line-height: 1;
    padding: 0 9px;
    font-size: 180px;
  }
  .frase4 h2 {
    padding: 10px 0;
    font-size: 38px;
    color: #000000;
    text-align: center;
  }

  .texto h3 {
    text-transform: uppercase;
    line-height: 1.3em;
    font-size: 1.5em;
    text-align: left;
    padding-left: 20px;
  }

  .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;
  }
  .nameProfile {
    margin-top: 200px;
  }

  .nameProfile h1 {
    text-transform: uppercase;
    line-height: 1em;
    font-size: 3em;
    color: #000;
    font-family: 'Druk Text Web Medium', sans-serif !important;
    font-weight: 500;
    text-align: left;
    }

  .nameProfile h2 {
    text-transform: uppercase;
    line-height: 1.1em;
    font-size: 22px;
    color: #000;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    text-align: left;
  }
  .nameProfile h3 {
    text-transform: uppercase;
    line-height: 1.1em;
    font-size: 21px;
    color: #000;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    text-align: left;
  }
  .menu_button {
    position: fixed;
    top: 105px;
    left: 0px;
    z-index: 999;
    max-width: 200px;
    transition: 0.8s ease-out;
  }

}

