@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;400;600;800&family=Sofia&display=swap');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
   font-family: 'Inter', sans-serif;
}

html {
   scroll-behavior: smooth;
}

body {
   z-index: -10;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* SETUP */

.back-black {
   background-color: #001845;
}


a {
   text-decoration: none !important;
}

button {
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
}


/* START */
.hero {
   background-color: #fff;

}

.wrap {
   display: flex;
   flex-direction: column;
   justify-content: flex-start;
   align-items: center;
   padding: 3rem 2rem;
   height: auto;
   text-align: center;
   margin: auto;
   max-width: 700px;
}

.profile-pic, .title-present, .hero h2 {
   margin-bottom: 2rem;
}

.profile-pic{
   width: 120px;
   border-radius: 60px;
}


.title-present {
   font-weight: 600;
   background-color: #FFDAC5;
   padding: 0.4rem 0.5rem;
   border-radius: 4px;
}

.hero h2 {
   font-size: 1.2rem;
   font-weight: 600;
   line-height: 1.5;
}

.hero h4 {
   font-size: 1.2rem;
   line-height: 1.5;
}

@media screen and (min-width: 1024px) {
   .wrap {
      padding: 5rem 2rem;
   }

   .hero h2 {
      font-size: 1.4rem;
   }

   .hero h4 {
      font-size: 1.3rem;
   }

   .profile-pic, .title-present, .hero h2 {
      margin-bottom: 3rem;
   }
}


/* TABS */

.tabs-group {
   width: 100%;
   max-width: 1100px;
   display: flex;
   justify-content: center;
   margin: 2rem auto;
}

.tab {
   position: relative;
   padding: 0.8rem 0;
   width: 100%;
   display: flex;
   justify-content: center;
   align-items: center;
   margin: auto;
   margin: 0;
   border-bottom: solid 1px lightgray;
}



/* .tab1::after {
   position: absolute;
   content: "";
   bottom: 0;
   left: 0;
   width: 100%;
   height: 3px;
   background-color: tomato;
}

.tab2::after {
   position: absolute;
   content: "";
   bottom: 0;
   left: 0;
   width: 100%;
   height: 3px;
   background-color: tomato;
} */

.tab3::after, .tab2::after, .tab1::after {
   position: absolute;
   content: "";
   bottom: -1px;
   left: 0;
   width: 100%;
   height: 3px;
   background-color: tomato;
   opacity: 0;
}

.tab1.active::after {
   opacity: 1;
}

.tab2.active::after {
   opacity: 1;
}

.tab3.active::after {
   opacity: 1;
}



.tab:hover {
   background-color: #F8F8F8;
}

.curriculo {
   display: none;
}

.icon-tab {
   display: none;
}

@media screen and (min-width: 768px) {
   .tabs-group {
      margin: 4rem auto;
   }

   .icon-tab {
      display: block;
      width: 24px;
      margin-right: 0.4rem;
   }

   .tab {
      font-size: 1.2rem;
   }

   .cv {
      display: none;
   }

   .curriculo {
      display: block;
   }
}



/* PROJECTS */

.wrap-content1 {
   padding: 0 2rem;
}

.content1 {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
   max-width: 1100px;
   margin: auto;
   width: 100%;
}

.project {
   width: 100%;
   max-width: 400px;
   padding: 2rem;
   border-radius: 20px;
   height: 264px;
}

.project1 {
   background-color: #0F8B8D;
   position: relative;
   margin-bottom: 2rem;
}

.project2 {
   background-color: #7678ed;
   position: relative;
   margin-bottom: 2rem;
}

.project3 {
   background-color: #FFD166;
   position: relative;
   margin-bottom: 2rem;
}

.project4 {
   background-color: #2963ff;
   position: relative;
}

.project5 {
   background-color: #493272;
   position: relative;
   margin-bottom: 2rem;
}


.logo-mol {
   width: 82px;
   margin-bottom: 2rem;
}

.desc {
   text-align: left;
   color: #fff;
   font-weight: 500;
}

.proj-right {
   position: absolute;
   bottom: 0;
   right: 2rem;
}

.proj-right2 {
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   right: 0;
}

.proj-right3 {
   position: absolute;
   right: 0;
   bottom: 0;
}

.proj-right4 {
   position: absolute;
   right: 1.6rem;
   bottom: 1.6rem;
}


.proj-right img {
   width: 110px;
}

.proj-right2 img {
   width: 180px;
}

.proj-right3 img {
   width: 180px;
}

.proj-right4 img {
   width: 80px;
}

.title-project {
   font-weight: 700;
   font-size: 2rem;
   color: #001845;
   margin: 0;
}

.title-project4 {
   font-weight: 700;
   font-size: 2.2rem;
   color: #fff;
   margin: 0;
}

.desc-pact {
   font-size: 1.8rem;
   font-weight: 200;
   color: #001845;
   line-height: 1.1;
}

.proj-left-pactum {
   display: flex;
   flex-direction: column;
   justify-content: space-between;
   height: 100%;
}

.proj-left {
   z-index: 10;
}

.icon-new {
   width: 20px;
}


@media screen and (min-width: 768px) {


   .content1 {
      justify-content: flex-start;
   }

   .project {
      width: 46%;
   }

   .project1 {
      margin-bottom: 0;
      margin-right: 2rem;
   }

   .project2 {
      margin-bottom: 0;
   }

   .project3 {
      background-color: #FFD166;
      position: relative;
      margin-top: 2rem;
      margin-right: 2rem;
   }

   .logo-mol {
      width: 90px;
      margin-bottom: 2.4rem;
   }

   .desc {
      font-size: 1.2rem;
   }

   .proj-right img {
      width: 132px;
   }
}

@media screen and (min-width: 1024px) {

   
}


@media screen and (min-width: 1280px) {
   .wrap-content1 {
      padding: 0;
   }

   .content1 {
      padding-left: 0;
      justify-content: space-between;
   }

   .project {
      width: 48%;
      max-width: 100%;
      padding: 4rem;
      border-radius: 20px;
      height: 360px;
      display: flex;
      align-items: flex-start;
   }

   .project::after {
      position: absolute;
      content: '';
      right: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.0);
      border-radius: 20px;
      z-index: 1;
      transition: all 120ms;
   }

   .project:hover::after {
      background-color: rgba(0, 0, 0, 0.3);
      
   }

   .proj-right {
      right: 4rem;
   }

   .proj-right img {
      width: 180px;
   }

   .proj-right2 img {
      width: 320px;
   }
   

   .logo-mol {
      width: 106px;
      margin-bottom: 2.8rem;
   }

   .desc {
      font-size: 1.4rem;
   }

   .title-project {
      font-size: 3rem;

   }
   
   .desc-pact {
      font-size: 2.4rem;
      font-weight: 200;
      color: #001845;
      line-height: 1.1;
   }
   
   .icon-new {
      width: 24px;
   }

   .proj-right3 img {
      width:260px;
   }
   
}



/* UI - CARDS */
.content2 {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
   max-width: 1100px;
   margin: auto;
   width: 100%;
}

.ui-1 {
   background-image: url('images/ui-data.jpg');
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
   width: 100%;
   height: 200px;
   border-radius: 20px;
   display: flex;
   justify-content: center;
   align-items: center;
   position: relative;
   margin-bottom: 2rem;
}

.ui-2 {
   background-image: url('images/ui-cat.jpg');
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
   width: 100%;
   height: 200px;
   border-radius: 20px;
   display: flex;
   justify-content: center;
   align-items: center;
   position: relative;
}

.ui-2::after, .ui-1::after {
   background-color: #000;
   position: absolute;
   content: "";
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   border-radius: 20px;
   opacity: 0;
   transition: all 120ms;
   z-index: 1;
}

.ui-2:hover::after, .ui-1:hover::after  {
   opacity: 0.3;
   
}

.ui-texts {
   z-index: 10;
}

.ui-texts h4 {
   font-size: 1.6rem;
   font-weight: 700;
   color: #fff;
   margin-bottom: 0.2rem;
}

.ui-texts p {
   font-size: 1.4rem;
   font-weight: 400;
   color: #fff;
   margin-bottom: 0;
}

@media screen and (min-width: 768px) {

   .ui-1, .ui-2 {
      width: 46%;
      height: 280px;
      margin-bottom: 0;
   }

   .content2 {
      justify-content: space-between;
   }

   .ui-texts h4 {
      font-size: 2rem;

   }
   
   .ui-texts p {
      font-size: 1.6rem;

   }
}


/* CURRICULO / CV */

.menu-cv {
position: absolute;
}

.menu-list {
   position: absolute;
   top: 2rem;
   right: 2rem;
   background-color: #fff;
   padding: 1.2rem 2rem;
   border-radius: 8px;
   box-shadow: 0px 1px 32px rgba(0,0,0,0.3);
   z-index: 2;
   display: none;
}

.menu-list li {
   font-size: 1.2rem;
   padding: 0.8rem 0;
}

.item-cv img {
   width: 18px;
   margin-right: 0.4rem;
}

.item-cv-download a{
   color: #000;
}

.item-cv-download img {
   width: 26px; 
}

.mobile-cv {
   display: none;
}

.more {
   position: absolute;
   top: 1.8rem;
   right: 1.2rem;
   width: 40px;
   height: 40px;
}







.back-cv {
   position: relative;
   width: 100%;
   background-color: #f5f1ed;
   max-width: 1100px;
   margin: auto;
}

.wrap-cv {
   padding: 1.6rem;
   position: relative;
}

.title-cv {
   font-size: 2.2rem;
   font-weight: 600;
}

@media  screen and (min-width: 1024px) {
   .wrap-cv {
      padding: 2.4rem;
   }

   .title-cv p {
      font-size: 1.1rem !important;
   }

   .items-cv {
      display: none;
   }
}

.download-cv img{
   width: 28px;
}

.download-cv {
   border: solid 1px #263238;
   color: #263238;
   padding: 0.2rem .5rem;
   border-radius: 0.8rem;
   position: absolute;
   right: 1.6rem;
   top: 2rem;
}

.download-cv:hover {
   background-color: rgba(0,0,0,0.05);
}

.down-text {
   display: none;
}

.items-cv-d {
   display: none;
   position: relative;
}

.btn-item-lang {
   margin-right: 1.2rem;
}

.item-lang-d {
   padding: 0 1.6rem;
   height: 50px;
   display: flex;
   align-items: center;
   border-radius: 4px;
   color: black;
}

.btn-down-d {
   display: flex;
   align-items: center;
   border: solid 1px #263238;
   border-radius: 4px ;
   padding: 0 1.6rem;
   height: 50px;
   border-radius: 4px;
   color: #263238;
}

.item-lang-d:hover {
   background-color: rgba(0,0,0,0.05);
}
.btn-down-d:hover{
   background-color: rgba(0,0,0,0.05);
}

.icon-lang-d {
   margin-right: 0.6rem;
   width: 18px;
}

.expand {
   margin-left: 1rem;
}

.icon-down-d {
   width: 26px;
   margin-right: .4rem;
}




.menu-cv-d{
   position: absolute;
   flex-direction: column;
   align-items: flex-start;
   background-color: #fff;
   border-radius: 6px;
   box-shadow: 0 1px 32px rgba(0,0,0,0.3);
   padding: 0.4rem 0.5rem 0.4rem 0.4rem;
   top: 50px;
   z-index: 2;
   display: none;
}

.cv-pt {
   display: none;
}


.menu-cv-d button {
   padding: 1rem 2rem 1rem 1.6rem;
   margin: 0;
}

.menu-cv-d button:hover {
   background-color: rgba(0,0,0,0.1);
   border-radius: 4px;
}

@media screen and (min-width: 768px) {
   .download-cv {
      padding: 0.6rem 1rem;
      border-radius: 0.8rem;
      position: absolute;
      right: 2.4rem;
      top: 2.4rem;
      display: flex;
      align-items: center;
   }

   .down-text {
      display: block;
   }

   .title-cv {
      font-size: 3rem;
   }
}

@media screen and (min-width: 1024px) {
   .items-cv-d {
      display: flex;
   }

   .top-cv {
      display: flex;
      justify-content: space-between;
   }
}


/* FOOTER */
.footer {
   padding: 1.6rem;
   background-color: #001845;
   color: #fff;
   margin-top: 5rem;
   display: flex;
   flex-direction: column;
   align-items: flex-start;
   justify-content: flex-start;
}

.txt-footer {
   margin-bottom: 0.5rem;
}

.linkedin img {
   width: 24px;
}

@media screen and (min-width: 1024px) {
   .footer {
      flex-direction: row;
      align-items: center;
      justify-content: flex-start;
   }

   .txt-footer {
      margin-right: 3rem;
      margin-bottom: 0;
   }
}

.whats {
   cursor: pointer;
   position: fixed;
   bottom: 2rem;
   right: 2rem;
   width: 40px;
   height: 40px;
   filter: drop-shadow(1px 2px 2px rgba(0,0,0,0.3));
   transition: all;
}

.whats:hover {
   -webkit-animation: jello-horizontal 0.9s both;
     animation: jello-horizontal 0.9s both;
     filter: drop-shadow(2px 2px 7px rgba(0,0,0,0.3));
}

@-webkit-keyframes jello-horizontal {
   0% {
     -webkit-transform: scale3d(1, 1, 1);
             transform: scale3d(1, 1, 1);
   }
   30% {
     -webkit-transform: scale3d(1.25, 0.75, 1);
             transform: scale3d(1.25, 0.75, 1);
   }
   40% {
     -webkit-transform: scale3d(0.75, 1.25, 1);
             transform: scale3d(0.75, 1.25, 1);
   }
   50% {
     -webkit-transform: scale3d(1.15, 0.85, 1);
             transform: scale3d(1.15, 0.85, 1);
   }
   65% {
     -webkit-transform: scale3d(0.95, 1.05, 1);
             transform: scale3d(0.95, 1.05, 1);
   }
   75% {
     -webkit-transform: scale3d(1.05, 0.95, 1);
             transform: scale3d(1.05, 0.95, 1);
   }
   100% {
     -webkit-transform: scale3d(1, 1, 1);
             transform: scale3d(1, 1, 1);
   }
 }
 @keyframes jello-horizontal {
   0% {
     -webkit-transform: scale3d(1, 1, 1);
             transform: scale3d(1, 1, 1);
   }
   30% {
     -webkit-transform: scale3d(1.25, 0.75, 1);
             transform: scale3d(1.25, 0.75, 1);
   }
   40% {
     -webkit-transform: scale3d(0.75, 1.25, 1);
             transform: scale3d(0.75, 1.25, 1);
   }
   50% {
     -webkit-transform: scale3d(1.15, 0.85, 1);
             transform: scale3d(1.15, 0.85, 1);
   }
   65% {
     -webkit-transform: scale3d(0.95, 1.05, 1);
             transform: scale3d(0.95, 1.05, 1);
   }
   75% {
     -webkit-transform: scale3d(1.05, 0.95, 1);
             transform: scale3d(1.05, 0.95, 1);
   }
   100% {
     -webkit-transform: scale3d(1, 1, 1);
             transform: scale3d(1, 1, 1);
   }
 }