@charset "UTF-8";
/**
 * pedrodinios.net
 * Version 0.1.0 (14/01/2019)
 * foundation 6 framework
 */

html {
  scroll-behavior: smooth;
}

.width-90 {  width: 90%; }
.width-80 {  width: 80%; }
.width-70 {  width: 70%; }
.width-66 {  width: 66%; }
.width-60 {  width: 60%; }
.width-50 {  width: 50%; }
.width-49 {  width: 49%; }
.width-34 {  width: 34%; }
.width-33 {  width: 33%; }
.width-30 {  width: 30%; }
.width-20 {  width: 20%; }
.width-18 {  width: 18%; }

 .margin-bottom-1x { margin-bottom: 1em; }
 .margin-bottom-2x { margin-bottom: 2em; }
 .margin-bottom-3x { margin-bottom: 3em; }

/* --- TYPOGRAFIA -- */     

body { background-color:#333; color: #FFF; }

section {
	padding-left: 4%;
	padding-right: 4%;	
}

h1, h2, h3, h4, h5, h6  {
    margin-bottom: 1em;
    font-family: Montserrat, sans-serif;
    font-weight: 300;
}

p { text-align: justify; }


.section-nav-up {
    /*padding-top: 16px; */
    text-align: center;
    position: absolute;
    left: calc(50% - 100px);
    width: 200px;    
}

.section-heading {
  /*  margin-top: 96px; */
    margin-bottom: 16px;
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    text-align: center;
  	font-size: 2em;
}
.section-footer{
    display: block;
    margin-top: 36px;
    padding-bottom: 16px;
    text-align: center;
}

.text-white, .section-about p, .section-about h1, .section-about ul, .section-about p, .section-about h1 {
	color:  #FFF;
}
.pos-relative {
    position: relative;
}

/* --- HEADER / NAVIGATION -- */   

.sticky-fixed {
    position: fixed;
    z-index: 1000;
    margin-left: 5%;
}

.navbar-container {
    position: absolute;
    display: block;
    width: 100%;
    max-width: 100vw;
    margin-right: auto;
    margin-left: auto;
    padding-right: 5%;
    padding-left: 5%;
}

/*
.nav-menu {
    position: relative;
    max-width: 600px;
    width: 600px;
    height: 600px;
    margin-top: -200px;
    margin-right: 0px;
    margin-left: auto;
    padding-top: 200px;
    padding-bottom: 40px;
    border: 1em solid rgba(0, 0, 0, 0.5);
    border-radius:  50%;
    
    background-color: rgb(51, 51, 51);
    background-image: linear-gradient(rgba(133, 134, 126, 0.53), rgba(133, 134, 126, 0.53)), url('../../gfx/moon_faded.png');
    background-size: auto, cover;
    background-position: 0px 0px, 0px 0px;
    background-repeat: repeat, no-repeat;

    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 8px 0px;    
}
*/

.nav-link {
    display: block;
    font-family: Montserrat, sans-serif;
    color: white;
    font-weight: 500;
    padding: 1em;
    text-align: center;
    text-transform: uppercase;
    text-shadow: black 0px 0px 8px;
    text-decoration: none;
}

.nav-link:hover {
        text-shadow: white 0px 0px 8px;
}

.nav-menu .nav-lang { 
    width: 80px;
    display: inline-block;
    } 
 .nav-lang:hover > img {  opacity: 1;  }        
 .nav-lang img{   vertical-align: baseline;   opacity: 0.6; }       


.menu-button {
    top: 0px;
   /* padding: 1em; */
    overflow: visible;

 /*   position: relative; */
    right: 5% !important;
    
    font-size: 24px;
/*    min-width:  80px; */
    max-width:  80px !important; /* fix bug*/ 

    cursor: pointer;
/*    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; */
}
.menu-button:hover {
          text-shadow: white 1px 1px 8px;
}

.menu-icon {
    margin-top: 16px;
 }   

.icon-pedro {
    width: 48px;
    height: 48px;
    float: left;
    background-image: url('../gfx/logo-pedro-icon-68x82.png');
    background-size: 34px;
    color: white;
    text-align: right;
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

a.contact-link { 
  text-transform: lowercase; 
  margin-right: 2em;
}
a.contact-link:hover {color:white;}

.contact-link img{ 
  border-radius: 80%;
  margin-right:  1em;
}
a.contact-link:hover img{ 
  box-shadow: white 1px 1px 8px;
}



.link-arrow-top {
    font-family: Fontawesome, sans-serif;
    color: rgb(126, 132, 124);
    text-decoration: none;
}

.top-bar, .top-bar ul {
    background-color: transparent;
    padding: 0 5% 0 5%;
}

.brand-container {
    min-width: 200px;
}

.brand {
    color:  #FFF;
    margin-top: 0px;
    padding: 0px 1em 1em 1em;
/*
    position: relative;
    float: left;
    text-decoration: none;
    color: #333333; */
}  

.brand h3 {
    font-size: 1.5em;
}

.offcanvas-full-screen {
  position: fixed;
  z-index: 1;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
 
  top: -200px;
  right: calc(50vw - 300px);

/*  top: 0;
  left: 0;
  background: #0a0a0a; 
  height: 100%; 
  */
  
  width: auto; 

  /*--webkit-transform: translateX(+100%);
      -ms-transform: translateX(+100%);
          transform: translateX(+100%); */
  -webkit-transform: translate(+100%, -100%);
      -ms-transform: translate(100%, -100%);
          transform: translate(100%, -100%);          
  overflow-y: auto;
  overflow-x: hidden;
}

[data-whatinput='mouse'] .offcanvas-full-screen {
  outline: 0;
}

.offcanvas-full-screen.is-transition-overlap {
  z-index: 100;
}

.offcanvas-full-screen.is-transition-overlap.is-open {
  /* box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); */
}

.offcanvas-full-screen.is-open {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.offcanvas-full-screen.is-open ~ .off-canvas-content {
 /* -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
	*/
  -webkit-transform: translate(100%, 100%);
      -ms-transform: translate(100%, 100%);
          transform: translate(100%, 100%);          
}

.offcanvas-full-screen.is-transition-push::after {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  content: " ";
}

.offcanvas-full-screen.is-transition-overlap.is-open ~ .off-canvas-content {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.offcanvas-full-screen-inner {
	background-color: rgb(51, 51, 51);
	background-image: linear-gradient(rgba(133, 134, 126, 0.5), rgba(133, 134, 126, 0.5)), url('../gfx/moon_faded.png');
	/* background-image: radial-gradient(rgba(113, 138, 150, 0.5), rgba(177, 172, 153, 0.5)), url('../gfx/moon_faded.png'); */
	background-size: auto, cover;
	background-position: 0px 0px, 0px 0px;
	background-repeat: repeat, no-repeat;
	border: 1em solid rgba(0, 0, 0, 0.5);
	border-radius: 50%;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 8px 0px;
	max-width: 600px;
	width: 600px;
	/*height: 100%;*/
	padding-top: 220px;
	padding-bottom: 40px;
	position: relative;
	text-align: center;
}

.offcanvas-full-screen-menu {
  margin: 0;
  list-style-type: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
 /* -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
	*/
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.offcanvas-full-screen-menu > li {
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

[data-whatinput='mouse'] .offcanvas-full-screen-menu > li {
  outline: 0;
}

.offcanvas-full-screen-menu > li > a {
  display: block;
  padding: 1rem;
  line-height: 1;
}

.offcanvas-full-screen-menu input,
.offcanvas-full-screen-menu select,
.offcanvas-full-screen-menu a,
.offcanvas-full-screen-menu button {
  margin-bottom: 0;
}

.offcanvas-full-screen-menu > li {
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.offcanvas-full-screen-menu > li > a {
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.offcanvas-full-screen-menu a {
  color: #fefefe;
}

.offcanvas-full-screen-menu a:hover {
  color: #FFF;
/*  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7); */
 
  
}

.offcanvas-full-screen-close {
  color: #2e2e2c;
  font-size: 3em;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
/*  margin-bottom: 16px;  dar espaço para lang menu*/
}

.offcanvas-full-screen-close:hover {
  color: #b2b2b2;
}





/* --- SECTION ABOUT -- */     

.section-about {
    height: 100%;
    min-height: 100vh;   
    position: relative;
    background-image: url('../gfx/stardust.png'), linear-gradient(black, rgb(1, 2, 8));
    background-size: 399px, auto;
    background-attachment: scroll, scroll;
    text-align: left;
    background-position: 0px 0px, 0px 0px;
    background-repeat: repeat, repeat;
}

.moon-bg {
    position: absolute;
    left: 4%;
    /*top: 16%;*/
    display: block;
    width: 320px;
    height: 300px;
    justify-content: center;
    background-image: url('../gfx/moon_faded-black.png');
    background-size: contain;
    background-attachment: scroll;
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

.cv-heading-rotate {
    color: white;
    text-align: center;
    text-transform: uppercase;
	margin-top: 24px;
}

.cv-timeline-list {
    margin-top: 24px;
	list-style: none;
}

.timeline-item {
    margin-left: 20px;
    padding-left: 40px;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: white;
}

.timeline-date {
    display: inline-block;
    margin-left: 5px;
    padding-top: 4px;
    padding-bottom: 4px;
    text-align: center;
}

.timeline-date.link-arrow-top {
    margin-left: 9px;
    padding-bottom: 0px;
}

.skills-item-list{
    margin-top: 24px;
	list-style: none;
	width: 90%;
}
.skills-item {
    display: block;
    margin-bottom: 8px;
    margin-left: 0px;
    padding-top: 12px;
    padding-left: 8px;
    background-image: linear-gradient(135deg, rgba(94, 147, 188, 0.6), rgba(32, 51, 65, 0.53) 70%, rgba(0, 0, 0, 0.5));
    color: white;
    font-weight: 700;
    text-transform: uppercase;
}


.erroPagina {
    font-size: 80px;
    opacity: 0.2;
    position: absolute;
    letter-spacing: 2px;
    margin-left: -28px;
    margin-top: 24px;
}



/* SLIDER code */
.carousel-slider {
/*    padding-left: 60px;
    padding-right: 60px; 
    padding: 2%;    
    margin-bottom:  4em;*/
    width: 96%;
    margin: 0 auto 4em auto;
}


.carousel-cell {
   padding: 4% 2% 4% 2%;
   width: 98%;

}
.carousel-cell:hover {
 /*   z-index: 1001;   */
}

.carousel-cell .fix-margin-left { margin-left:  1px; }

.carousel-cell .button {
    margin: 1em auto;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.2);
    box-shadow: white 0px 0px 8px 0px;
  /*  color: #1468a0; */
    font-size: 1rem;
    position: relative;
    display: block;
    text-decoration: none;
    padding: 12px 24px;
    text-align: center;
    transition: all 0.5s ease;
}

.carousel-cell .button:hover {  box-shadow: white 0px 0px 8px 0px; background-color: #fefefe;  color: #1468a0;}

.flickity-prev-next-button.previous {
    left: -30px;
}
.flickity-prev-next-button.next {
    right: -30px;
}

.slider-image {
    z-index: 1000;
}


.carousel-webdesign  {
  /*  max-height:  680px; */
}

.carousel-webdesign .carousel-cell img{
    border:  1px solid #FFF;
/*   max-height:  600px; 
    overflow: hidden; */
    width: 100%;
    padding: 0px;
}

.carousel-webdesign .carousel-cell img { width:  100%;  }



.slide-zoom-image:hover {
    border-color: lightgrey;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 8px 2px;
    transform: scale(1.1);
    z-index: 10;    
}
.slide-zoom-image {
    display: inline-block;
    border:  1px solid #FFF;
    transition-property: all;
    transition-duration: 200ms;    transition-timing-function: ease;
}





/* --- TABS -- */

.tabs {
    border: 0;
    background: transparent;

    display: flex;
    margin-top: 8px;
    margin-bottom: 8px;
    justify-content: center; 
}

.tabs-panel {
    padding: 0;
}

.tabs-title > a:focus, .tabs-title > a[aria-selected='true'], .btn-transparent:focus {
    background-color: rgba(0, 0, 0, 0.06);
    color: #ffae00;    
}


.tabs-title > a, .btn-transparent {
    margin-right: 8px;
    margin-left: 8px;

    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.2);
    box-shadow: white 0px 0px 8px 0px;
    color: white;
    font-size: 1rem;
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    padding: 12px 24px;
    text-align: left;
    cursor: pointer;

    transition: all 0.5s ease;
}


.tabs-content {
    border: 0px;
    background: transparent ;
    color: #FFF;
    transition: all 0.5s ease;
}

.bg-dark-container {
    display: block;
   /* width: 96%; */
    margin-right: auto;
    margin-left: auto;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 4%;
    padding-right: 4%;
    border-radius: 8px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}


/* --- SECTION GRAPHIC DESIGN -- */   

.section-graphicdesign {
	  background-image: url('../gfx/stardust.png'), linear-gradient(rgb(13, 14, 37), rgb(105, 168, 205) 100%, rgb(105, 168, 205) 101%);
    background-size: 399px, auto;
    background-position: 0px 0px, 0px 0px;
    background-repeat: repeat, repeat;
    position: relative;
    top: -1px;     
}



/* --- SECTION LOGOS DESIGN -- */   

.section-logodesign {
 
    min-height: 100vh;
    background-image: url('../gfx/bg-nuvens-w1580.jpg');
    background-size: 100% 100%;
    background-position: 50% 0px;
    background-repeat: no-repeat;
    position: relative;
    top: -4px;          
}


/* --- SECTION WEB DESIGN -- */   

.section-webdesign {
    background-image: url('../gfx/stardust.png'), linear-gradient(rgb(1, 2, 8), rgb(13, 14, 37) 100%, rgb(13, 14, 37));
    background-size: 399px, auto;
    background-position: 0px 0px, 0px 0px;
    background-repeat: repeat, repeat;
    position: relative;
    top: -1px;    
}

/* --- SECTION TERRA -- */   

.section-terra {
    height: 100%;
    min-height: 100vh;  
    background-image: url('../gfx/bg-pedro-ofelia-1024w.jpg');
    background-size: cover;
    background-position: center;
    margin-top: -4px;    /* fix pixel bug on section */
	  position: relative;
}

.section-terra .section-heading {
	position: absolute;
	bottom: 0;
/*	padding: 4%; */
	left: 0;
	right: 0;
}
.section-terra .section-heading h2 {
    font-size: 32px;
    padding: 0 16px;
}

.section-terra .section-heading a {  
  color: white; 
  text-shadow: 1px 1px 4px #00000091;  
}
.section-terra .section-heading a:hover {  text-shadow: 1px;   text-shadow: white 1px 1px 8px;}

.top-button img{ 
  border-radius: 50%;
}
.top-button img:hover { 
  box-shadow: white 1px 1px 8px;
}


.section-about .top-button img { 
    margin: 0 auto 1em auto;
    display: block;  
      -moz-transform: scale(-1, -1);
    -o-transform: scale(-1, -1);
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);
  }

    .lg-w-100, .lg-w-80, .lg-w-66, .lg-w-50 { width:  100%;}    
    .lg-w-34, .lg-w-33, .lg-w-18 { 
        width:  80%; 
   /*     margin-left: 10%;
        margin-right: 10%;        */
    }   

.mb-1x { margin-bottom: 1em; }
.mt-1x { margin-top: 1em; }
.mt-2x { margin-top: 2em; }
.mt-3x { margin-top: 3em; }

/* LOADDING layer */
.modal {
    position:   fixed;
    z-index:    3000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: #d4d2d3
                url('../gfx/icon-loading.gif')
                50% 50% 
                no-repeat;
}


/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading .modal {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal {
    display: block;
}


/* MEDIA QUERY small mobile - 440px*/
@media print, screen and (max-width: 440px) {
	/* hide on very small */
	.tabs {
	    display: none;
	}
	
	.brand-container {   min-width: 100px; }
	.brand h3 {  font-size: 1.4em; }
/*	.section-heading {font-size: 1.5em}
  .section-terra .section-heading h2 {  font-size: 1.5em; }*/
}

/* MEDIA QUERY mobile - 639px*/
@media print, screen and (max-width: 639px) {
	/* hide on  small */
	.section-nav-up, .section-footer {
	    display: none;
	}
	
  .carousel-webdesign .carousel-cell {
    max-height:  none;
  }
	.flickity-prev-next-button.previous, .flickity-prev-next-button.next {
    	display: none;
	}	

}

/* MEDIA QUERY TABLET ABOVE - 40em */
@media print, screen and (min-width: 640px) {

    .lg-w-80 { width:  100%; margin:0;}
    .lg-w-66 { width:  100%; }
    .lg-w-50 { width:  100%; }
    .lg-w-34 { width:  50%; }
    .lg-w-33 { width:  50%; }
    .lg-w-18 { width:  33%; }    
	
    .carousel-webdesign .lg-w-50 { width:  50%; }
	
	.offcanvas-full-screen {
	  right: 0px;
	}
	/*
	.offcanvas-full-screen-inner {
		max-width: 600px;
		height: 600px;
	}*/
	.cv-heading-rotate {
		position: relative;
		left: -120px;
		top: 45%;
		float: left;
		transform: rotate(-90deg);
		margin-top: 0px;
	}
	
	.cv-timeline-list {
        padding-left: 100px;
	}
	
	.skills-item-list {
	    width: 45%;
	    float: left;
	}	
		
}

@media only screen and (orientation: landscape) {
   .lg-w-50 { width:  50%; }
}

/* MEDIA QUERY TABLET ABOVE - 64em  */
@media print, screen and (min-width: 1024px) {
    .section-terra {
      background-image: url('../gfx/bg-pedro-ofelia-1600w.jpg');
    }    

    .lg-w-80 { width:  80%; margin-left:10%; margin-right:10%;}
    .lg-w-66 { width:  66%; }
    .lg-w-50 { width:  50%; }
    .lg-w-34 { width:  34%; }
    .lg-w-33 { width:  33.3%; }
    .lg-w-18 { width:  18%; }   
	
	/* reset padding */
	section {
		padding-left: 0;
		padding-right: 0;	
	}	

	.bg-dark-container {
	   width: 96%;
	   max-width: 1024px;
	   padding-right: 36px;
	   padding-left: 36px;
	}

	.skills-item-list {
	    width: 100%;
  		margin-top: 4em;		
	}	
	.slide-scroll-image {
    max-height:  600px; 
    overflow: hidden;   
}
.slide-scroll-image img{
    width: 100%;
    height: auto;
    transform: translateY(0px); 
    transition-property: all;
    transition-duration: 800ms;    
    transition-timing-function: ease;
}


.slide-scroll-image img:hover {
  transform: translateY(calc(-100% + 600px)); 
}

}
/* MEDIA QUERY TABLET ABOVE - 75em */
@media print, screen and (min-width: 1200px) {
    .brand h3 {  font-size: 1.7em; }

/*	
	.section-terra .section-heading h2 {
		font-size: 2em;
	}
*/

}

/* MEDIA QUERY large desktop  */
@media print, screen and (min-width: 1440px) {

   .carousel-slider { width: 100%; }


   .flickity-prev-next-button.previous {
        left: -50px;
    }
   .flickity-prev-next-button.next {
        right: -50px;
    }

}