/* Raquel Dória 2024 */

/* Break points: (476, 580) 768, 992 (1080, 1200, 1440, 1600) */

/********** FONTS **********/

@font-face {
  font-family: "Zycon";
  src: url(https://cdn.rawgit.com/unicode-org/text-rendering-tests/b7ff27b4/fonts/Zycon.ttf);
}


@font-face {
  font-family: 'icontent';
  src:  url('../fonts/icontent.eot?je9t4s');
  src:  url('../fonts/icontent.eot?je9t4s#iefix') format('embedded-opentype'),
    url('../fonts/icontent.ttf?je9t4s') format('truetype'),
    url('../fonts/icontent.woff?je9t4s') format('woff'),
    url('../fonts/icontent.svg?je9t4s#icontent') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icontent' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-iconFullSmile:before {
  content: "\1f642";
}
.icon-icontent:before {
  content: "\1f3f7";
}

@font-face {
  font-family: "Zycon";
  src: url(https://cdn.rawgit.com/unicode-org/text-rendering-tests/b7ff27b4/fonts/Zycon.ttf);
}

/********** GERAL **********/

html, body {
	height: 100%;
	margin:0;
	padding: 0;
	font-family: 'DM Sans', sans-serif;
  font-size: 16px;
	font-weight: 300;
  cursor: none;
	scroll-behavior: smooth;
}

/* Estilo do cursor customizado */
.custom-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background-color: #222222;
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  transition: width 0.2s ease, height 0.2s ease, background-color 0.2s ease;
}

/* Hover sobre links e botões */
a:hover ~ .custom-cursor,
button:hover ~ .custom-cursor,
.custom-cursor.hover {
  width: 10px;
  height: 10px;
  background-color: purple;
}

@media (hover: none), (pointer: coarse) {
  .custom-cursor {
    display: none;
  }
}

body {
  opacity: 0;
	background-color: #c3baaf;
	-webkit-transition: 0.5s;
  transition: 0.5s;
}

img, svg {
	border:0;
	width: 100%;
}
video {
	display: block;
}

h1, h2, h3, h4, h5, h6, p, ul, img, svg span, a, .row {
	margin: 0;
  padding: 0;
}

/********** GRID **********/

[class^="col-"] {
  margin: 0;
  padding: 0;
}

.container-fluid {
	padding-right: 20px;
	padding-left: 20px;
	max-width: 1600px;
}

@media (min-width: 768px) {
  .container-fluid {
    padding-right: 30px;
  	padding-left: 30px;
  }
}

.d-block {
  display: block !important;
}

.w-100 {
  width: 100% !important;
}

/* GERAL */

ul, li {
	list-style-type: none;
}

a {
  text-decoration:underline;
  text-decoration-thickness: 2px;
	color:#222222;
}

a:hover, a:visited, a:active {
	color:#222222;
  text-decoration-thickness: 2px;
  cursor:none;
}

a img:hover {
	-webkit-transition: 0.5s;
  transition: 0.5s;
  cursor:none;
}

/********** HEADER **********/

.headerContent, .headerBG {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  height: 100px;
  z-index: 1000;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.headerBG {
 position: absolute;
 border-bottom: 1px solid #222222;
 background-color: #c3baaf;
 z-index: 500;
}

.middleAlign {
  align-items: center;
  display: flex;
  justify-content:flex-start;
  height: 100%;
  position: absolute;
}

.name {
  font-size: 9vw;
  line-height: 1em;
}

.animicon {
    font-family: Zycon;
    font-size: 8vmax;
    display: grid;
		color: purple;
    align-items: center;
    justify-content:center;
    text-align:center;
		font-variation-settings: "T1  " 0.5, "T2  " 0;
 }

header .animicon {
	  font-family: Zycon;
    font-size: 9vw;
		display:inline;
		color: purple;
    align-items: center;
    justify-content:center;
    text-align:center;
		font-variation-settings: "T1  " 0.5, "T2  " 0;
    padding-left: 2vw;
    padding-right: 0.8vw;
 }


 @media (max-width: 991px) {
   header .animicon, .animicon {
     animation: emojiAnim 2s ease infinite alternate;
    }

   @keyframes emojiAnim {
     0% {font-variation-settings: "T1  " 0, "T2  " 1;}
     100% {font-variation-settings: "T1  " 1, "T2  " 0;}
   }
 }


.jobtitle {
	font-family: 'Gloock', serif;
	font-size: 7.425vw;
  /*font-size: max(7.425vw, 30px);*/
	line-height: 1em;
	text-align: right;
  display: none;
}

@media (min-width: 476px) {
  .name {font-size: 36px;}
  header .animicon {font-size: 36px;
  padding-left: 1vw;}
}

@media (min-width: 580px) {
  .jobtitle {
    font-size: 33px;
    margin-bottom: 6px;
    display: block;}
}

@media (min-width: 992px) {
  .name {font-size: 3.65vw;}
  header .animicon {
    font-size: 3.3vw;
    margin-bottom: 5px;
  }
  .jobtitle {font-size: 3.3vw;}
}

@media (min-width: 1080px) {
  .jobtitle {margin-bottom: 8px;}
}

@media (min-width: 1600px) {
  .name {font-size: 58px;}
  header .animicon {font-size: 52px;}
  .jobtitle {font-size: 53px;}
}

/********** CTA **********/

.button a {
	display: inline;
	background-color: #222222;
  text-decoration: none;
	color: #c3baaf;
	padding: 15px 30px;
	border-radius: 30px;
}

.alternative .button a {
	background-color: #c3baaf;
	color: #222222;
  border: solid #222222 1px;
	-webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (min-width: 768px) {
  header .cta {
    align-items: center;
    display: flex;
    justify-content:flex-end;
    height: 100px;
  }
}

@media (max-width: 767px) {
   header .cta {
  display:none !important;
}
}

#contact .cta {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 120px;
}

/********** INTRO ***********/

#intro {
	height: 45vh;
  min-height: 270px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: ;
  -ms-align-items: ;
  align-items: flex-end;
  justify-content: center;
	margin-bottom: 0;
	overflow: hidden;
  flex-wrap:wrap;
}

.flexItem {
  position: absolute;
  transform: translate(24vw, -10vh);
}

#intro .animicon {
	font-size: 22vw;
	color: purple;
}

.title {
	font-family: 'Gloock', serif;
	font-size: 3.3vw;
	line-height: 1em;
	text-align: left;
  padding-bottom: 4vh;
}

#intro .title {
	font-size: 18vw;
  justify-content: center;
	white-space: nowrap;
}

.introHighlightMOB {display:block;}
.introHighlight {display:none;}

@media (min-width: 768px) {
  .flexItem {transform: translate(29vw, -10vh);}
  #intro .animicon {font-size: 14vw;}

  #intro .title {
  	font-size: 11.3vw;
    justify-content: center;
  	white-space: nowrap;
  }
  .introHighlightMOB {display:none;}
  .introHighlight {display:block;}
}

@media (min-width: 992px) {
  #intro {height: 80vh;}
  #intro .animicon {font-size: 16vw;}
}

@media (min-width: 1200px) {
.flexItem {transform: translate(29vw, -15vh);}
  #intro .animicon {font-size: 190px;}
}

/*
@media (min-width: 1440px) {
  #intro .animicon {font-size: 230px;}
}
*/

/******* WORK SLIDER ***********/

#workSlider {
  position: relative;
  height: 120vh;
  overflow: hidden;
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  z-index: 0;
  pointer-events: none; /* impede cliques em slides invisíveis */
}

.slide.active {
  opacity: 1;
  z-index: 1;
  pointer-events: auto;
}

/* Mobile images */
.imgCar1 { background-image: url('../imgs/carousel/MOB_rb_sundaylab.jpg'); }
.imgCar2 { background-image: url('../imgs/carousel/MOB_velocity.jpg'); }
.imgCar3 { background-image: url('../imgs/carousel/MOB_experimentarte.jpg'); }
.imgCar4 { background-image: url('../imgs/carousel/MOB_salto.jpg'); }
.imgCar5 { background-image: url('../imgs/carousel/MOB_sogrape.jpg'); }
.imgCar6 { background-image: url('../imgs/carousel/MOB_santander.jpg'); }

/* Desktop override */
@media (min-width: 1080px) {
  .imgCar1 { background-image: url('../imgs/carousel/rb_sundaylab.jpg'); }
  .imgCar2 { background-image: url('../imgs/carousel/velocity.jpg'); }
  .imgCar3 { background-image: url('../imgs/carousel/experimentarte.jpg'); }
  .imgCar4 { background-image: url('../imgs/carousel/oceanario.jpg'); }
  .imgCar5 { background-image: url('../imgs/carousel/sogrape.jpg'); }
  .imgCar6 { background-image: url('../imgs/carousel/santander.jpg'); }
}

#indicators {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 100%;
  display: flex;
  background-color: #222;
  z-index: 999;
}

#indicators.fixed {
  position: fixed;
  top: 100px; /* ajusta conforme o teu header fixo */
}

.indicator {
  flex: 1;
  height: 100%;
  background: #222;
  position: relative;
  margin: 0;
  overflow: hidden;
  border: none;
  border-radius: 0 !important;
  box-shadow: none;
}

.indicator .progress {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0%;
  background-color: purple;
  transition: width linear;
  border-radius: 0 !important;
}

/********** TEXT **********/

.big {
  margin: 50px 0;
	font-weight: 400;
	font-size: 1.8em;
  line-height: 1.15em;
}

.medium {
  margin: 35px 0;
	font-weight: 400;
	font-size: 1.4em;
  line-height: 1.25em;
}

.small {
  margin: -30px 0 20px 0;
	font-weight: 300;
	font-size: 1.2em;
}

p {
  margin: 20px 0;
	font-weight: 300;
	font-size:18px;
}

@media (min-width: 768px) {

  .big {
    margin: 60px 0;
  	font-size: 2.75em; /*42*/
  }

  .medium {
    margin: 50px 0;
  	font-size: 1.7em;
  }

  .small {
  	font-size: 1.4em;
    margin: -20px 0 20px 0;
  }

}

@media (min-width: 992px) {

  .big {
    margin: 70px 0;
  	font-size: 3.3em;
  }

  .medium {
    margin: 70px 0 50px 0;
		font-size: 2.1em;
		line-height: 1.15em;
  }

  .small {
  	font-size: 1.6em;
    margin: -20px 0 20px 0;
  }

	p {font-size:21px;}
}


/********** MAIN INFO **********/

main {
  margin: 80px auto 60px auto;
}

.textBlock {
  margin: 0 auto;
	max-width: 800px;
}

.imgBlock {
  margin: 50px auto 70px auto;
  height: 380px;
  width: 100%;
  background: url('../imgs/raqueldoria_foto.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@media (min-width: 768px) {
  main {
    margin: 100px auto 70px auto;
  }
  .imgBlock {
    margin: 70px auto 80px auto;
  }
}

@media (min-width: 992px) {
  main {
    margin: 120px auto 90px auto;
  }
}

@media (min-width: 1200px) {
  .imgBlock {
    margin: 70px auto 80px auto;
    height: 420px;
  }
}

@media (min-width: 1440px) {
  .imgBlock {
    margin: 90px auto 100px auto;
    height: 500px;
  }
}

.logos {
  text-align: center;
}

.logos img, .logos svg {
  max-width: 250px;
  padding: 10px;
}

.logos svg path {
  fill:#222222;
}

/********** FOOTER **********/

footer {
	position: relative;
	border-top: solid 1px #222222;
	-webkit-transition: 0.5s;
  transition: 0.5s;
  height: calc(100% - 95px);
}

footer .container-fluid {
  width:100%;
}

/********** FOOTER - CONTACT **********/

#contact {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-transition: 0.5s;
  transition: 0.5s;
  height: calc(100% - 60px);
}

#contact .container-fluid {
  width:100%;
}

/********** FOOTER - DATA **********/

#info-data {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 60px;
	border-top: solid 1px #222222;
  width: 100%;
}

.note {
	letter-spacing: 0;
	-webkit-transition: 0.5s;
  transition: 0.5s;
}

/********** ALIGNMENT & POSITION **********/

.firstLine {margin-top:0;}
.lastLine {margin-bottom:0;}

.left {text-align: left;}
.right {text-align: right;}

.left li {
		display: inline-block;
		margin-right: 20px;
}

.left li:last-child {
		margin-right: 0;
}

.right li:first-child {
		margin-left: 0;
}

/********** OUTROS **********/

::-moz-selection {
	background: #222222;
	color: #ffffff;
}

::selection {
	background: #222222;
	color: #ffffff;
}

/********** HIDE EXCEPTIONS **********/

.hideA11Y {
  opacity:0;
  position: absolute;
}

@media (max-width: 767px) {
	.hideMOB {display: none;}
}

@media (min-width: 768px) {
	.hideDES {display: none;}
}
