/* CSS Document */
/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,700;1,300;1,600&family=Roboto+Slab:wght@300;400&family=Lato&family=Roboto+Slab:wght@300;400&display=swap');
*/

@font-face {
  font-family: MontfBld;
  src: url("../fonts/fonts/Montserrat-Bold.otf");
  font-weight: 600;
}

@font-face {
  font-family: FracktifBldItl;
  src: url("../fonts/Fracktif-BoldItalic.otf");
  font-weight: 400;
}
@font-face {
  font-family: FracktifBld;
  src: url("../fonts/fracktif-bold.otf");
  font-weight: 400;
}
@font-face {
  font-family: FracktifLtg;
  src: url("../fonts/Fracktif-Light.otf");
  font-weight: 400;
}

@font-face {
  font-family: Fracktif;
  src: url("../fonts/Fracktif-Regular.otf");
  font-weight: 400;
}

@font-face {
  font-family: GraphikBold;
  src: url("../fonts/GraphikBold.otf");
  font-weight: 400;
}

@font-face {
  font-family: SohneSchmal;
  src: url("../fonts/SohneSchmal-Fett.otf");
  font-weight: 600;
}

@font-face {
  font-family: TiemposTextItalic;
  src: url("../fonts/TiemposText-Italic.ttf");
  font-weight: 400;
}

@font-face {
  font-family: TiemposTextRegular;
  src: url("../fonts/TiemposText-Regular.ttf");
  font-weight: 400;
}




p {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased !important;
  -moz-font-smoothing: antialiased !important;
  text-rendering: optimizelegibility !important;
}
#wrapper {
  padding: 0 !important;
}
.portlet-content {
  padding: 0 !important
}
.portlet-layout .portlet-header {
  margin-bottom: 0 !important;
}
*, *:before, *:after {
  box-sizing: inherit;
}
.italic{font-style: italic;}


/*** breakpoints ***/
@media screen and (max-width:767px) and (min-width:520px) {
	.container_textos p > br{display: none !important;}
}

@media screen and (min-width:415px) {
	.container_textos p > br{display: none !important;}
}
@media screen and (max-width:376px) {
	.container_textos p > br{display: none !important;}
}

/* end breakpoints */

/********* INTRO ****/
html, body {
  padding: 0;
  overflow-x: hidden;
  margin: 0;
  height: 100%;
  box-sizing: border-box;
  font-family: TiemposTextR;
}
img {
  width: 100%;
}
/**** IDIOMA ***/
.boton_cont {
  width: 100%;
  text-align: center;
  margin-bottom: -3px;
  margin-top: 4em;
}
.section_botones_idioma a {
  display: block;
  background-color: #f0efef;
  color: #000;
  font-family: BrandonB;
  width: 253px;
  text-align: center;
  margin: 0 auto;
  font-size: 1.4rem;
  padding: 12px;
  text-decoration: none;
}
.img_idioma {
  padding: 12% 12% 3%;
}
.text_img {
  font-family: 'Lato', sans-serif;
  text-align: center;
  padding: 5px 57px;
  font-size: 1.1em;
  margin-bottom: 45px;
}
.section_logo {
  padding: 0 21% !important;
  margin: 40px 0;
  padding-bottom: 5em !important;
}
.container {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0 30px;
}
.section_intro {
  /*padding-left: 20px;
	padding-right: 20px;*/
}
.section_textos {
  padding-bottom: 0.1em;
  position: relative;
}
.header_textos h2 {
  font-family: SohenBold;
  font-size: 2.6em;
  color: #d7592a;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  letter-spacing: -1px;
   text-transform: uppercase;
	margin-bottom: -0.3em;
	margin-top: 0.5em;
}

h3{
    font-family: SohneSchmal;
    font-size: 1.7em;
    line-height: 1.1em;
    margin-bottom: -10px;
    padding-bottom: 0;
    margin-top: 45px;
}

.intro .tatto_title_img {
    width: 75%;
}

 .tatto_title_img {
    width: 50%;
}

.sense-cat  .header_textos h2{font-size: 2.3em;}
.header_textos h2 > span {
  font-size: 0.47em;
  display: block;
  letter-spacing: -0.9px;
}
.nav_menu_intro, .container_textos p {
  font-family: Fracktif;
  font-size: 1.3em;
  letter-spacing: -0.8px;
}

.container_textos p{font-family: TiemposTextRegular;}
.txt_ligth p{
	font-family: TiemposTextRegular;
}

.return_home {
  font-family: Fracktif;
  font-size: 1em;
}

.nav_menu_intro {
  margin-bottom: 4.5em;
}

.container_textos p {
  text-align: left;
}
.nav_menu_intro > ul {
  padding-left: 25px;
  position: relative;
}

.nav_menu_intro > ul > li > a {
    text-decoration: none;
    color: #000;
    margin-left: 0.3em;
    text-transform: uppercase;
    font-family: SohneSchmal;
    display: block;
    font-size: 1.2em;
    letter-spacing: normal;
}

.nav_menu_intro > ul > li > a:hover, .return_home a:hover {
  color: #ff7675 !important;
}

.nav_menu_intro > ul > li::before, .return_home::before {
    background: url(../images/fletxa.png);
    display: block;
    content: '';
    width: 18px;
    height: 100%;
    position: absolute;
    left: -24px;
    top: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 6;
}

.return_home::before {
  left: 0 !important;
  top: -5px !important;
  transform: rotate(180deg);
  background: url(../images/arrow_menu_gris.png);
	background-size: contain;
  background-repeat: no-repeat;
	z-index: 6;
}
.nav_menu_intro > ul > li {
  list-style: none;
  position: relative;
  padding: 20px 0;
}
.divider {
  position: relative;
}
.divider {
  margin: 0px 0 0 0px;
  /*background-image: url("../images/dotted.svg");
  background-repeat: no-repeat;*/
  height: 15px;
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  /*background-size: 28%;
  background-repeat: repeat-x;*/
border-top: 2px dotted #c6c6c6;
}

.header_textos .divider_textos {
    margin-top: 18px;
}

.section_img_intro {
  padding-bottom: 0.5em;
  width: 100vw;
  margin-left: -30px;
}
.divider_textos {
  position: inherit !important;
}
.dotted_final span {
  background-image: url("../images/dotted_circle.png");
  width: 100%;
}
.return_home {
  font-family: Fracktif;
  font-size: 1.2em;
  font-weight: 600;
  position: relative;
  margin-top: 60px;
}
.dotted_final span {
  /*background-image: url("../images/dotted.svg");*/
  width: 100%;
  display: block;
  height: 5px;
  /*background-size: contain;*/
  margin: 0 auto;
  /*background-size: 28%;
  background-repeat: repeat-x;*/
border-top: 2px dotted #c6c6c6;
}

.return_home{transition: 1s, left;}

.return_home a {
  color: #000;
  /*text-shadow: 0.5px 0 #d7592a;*/
  margin-left: 1.7em;
	font-size: 0.8em;
}

.return_home a:hover > .return_home:before {left: -5px !important;}

section.dotted_final {
  margin-top: 4em;
  margin-bottom: 8em;
}
.header_textos figure {
    margin: -27px 0 0;
    text-align: left;
}

.intro .header_textos figure{ margin: -10px 0 0;text-align: center}
.header_textos figure  img{width: 80%; margin-left: -22px;}

.intro .header_textos figure img{width: 85%; margin-left: 0; }

.txt_ligth{font-family: FracktifLtg;}
/********************** OBRAS ********************/

.obras .header_textos figure {
  max-width: 55%;
  padding: 0;
  margin-left: -10px;
}
.txt_regular {
  font-family: Fracktif;
  font-size: 0.8em;
  font-weight: 300;
	line-height: 0.8em;
}
.obras .return_home {
  margin-top: 100px;
}
.obras .container {
  padding: 0 30px;
}
.obras .header_textos .divider {
 /* border-top: dotted #ccc;
  background-image: none !important;
  margin: -10px 0 0 0px;*/
}
.return_top {
  display: block;
  margin: 40px 0px 15px 0px;
}
.return_top img {
  transform: rotate(180deg);
  max-width: 20px;
}
.obras .header_textos h2 {
  color: #000;
  font-size: 1.5em;
}
.obras .header_textos h2 span {
  font-size: 0.7em;
  display: block;
  letter-spacing: -0.9px;
  margin-top: 5px;
  margin-bottom: 30px;
}
.obras_sub_header h3 {
  font-size: 1.8em;
  font-family: CircularStdBold;
  line-height: 1em;
}

.container_textos h4 {
    font-size: 2.2em;
    font-family: SohneSchmal;
    line-height: 1.2em;
    margin-top: 25px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.obras_sub_header {
  font-family: CircularStdBold;
  font-size: 1.2em;
}
.obras .container_textos p, .obras .container_texto {
  font-family: FracktifLtg;
}
.obras .obras_sub_header {
  font-family: Fracktif;
}
.obras .obras_sub_header strong {
  font-family: FracktifBld;
}
.obras .obras_sub_header ul {
  margin: 50px 0 50px 20px;
  padding: 0;
  list-style: none;
}
.obras .obras_sub_header ul li::before {
  content: "\2022"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #ccc; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

span.texto_cursiva {
    font-style: italic;
}

span.versalitas {
    font-variant: all-small-caps;
	font-size: 19px !important;
}
.obras {
	max-width: 760px;
	margin:0 auto;
}

.intro .header_textos{
	margin-bottom: 40px;
    margin-top: 66px;
}

.header_textos h2 {
    font-size: 3em;
    font-family: SohneSchmal;
    color: #000;
    margin-top: 0;
}

.header_textos h3{
	 color: #000;
    font-size: 1.1em;
   font-family: MontfBld;
   line-height: 1;
   margin-bottom: -13px;
}

.container_textos p {
	/*font-family: RobotoSlab-Regular;*/
}

.divider_textos_solid {
    border-bottom: solid 2px #ff7675;
    margin-top: 22px;
}