@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@600&family=Roboto Condensed:wght@300&family=Shippori+Antique&family=Roboto+Condensed&display=swap");
html {
    scroll-behavior: smooth;
}

body {
    background-color:#0E1E2A;
    color: #ffffff;
    overflow-x: hidden;
}

a{
    text-decoration:none;
}

.logo {
    font-family: "Impact";
    font-size: 30pt !important;
    color: #6688a6;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-color: #ffffff;
    -webkit-text-stroke: 2px;
}

.SectionStart{
    height:700px;
}

.SectionAbout{
    background-color:#ffffff;
}

.SectionAcademic{
    background-color:#ffffff;
}

.SectionReviews{
    background-color:#0e1e2a;
}

.SectionTemplates{
    background-color:#ffffff;
}

.fa-chevron-right{
color:#6688a6;
}

.owl-next{

}

.SectionImgBack{
    height:400px;
    background-image: url('../../../img/back_comput.jpg');
    background-size:cover;
    background-attachment: fixed;
}

.SectionImgBack::before{
    position: relative;
    top: 0;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
}

.ImgNoBack{
    height:700px;
    background-image: url("../../../img/bgnoback2.png");

    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: 110%;
    background-position-y: 45%;
}

.TextL1 {
    font-size: 60pt;
}

.TextL2 {
    font-size: 30pt;
}

.TextL3 {
    font-size: 20pt;
}

.TextL4 {
    font-family: 'Roboto Condensed';
    font-size: 14pt;
}

.text-blue {
    color: #6688a6;
}

.text-dark-blue {
    color: #0e1e2a;
}


.BtnGeneral {
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
    padding: 1em 2em;
    transition: all 0.5s ease;
    
}

.BtnGeneralInv {
    color: #0e1e2a;
    border: 2px solid #0e1e2a;
    padding: 1em 2em;
    transition: all 0.5s ease;
    background-color: #ffffff;
}
  
  .BtnGeneralInv:hover {
    color: #ffffff;
    border: 2px solid #ffffff;
    background-color: #6688a6;    
    text-decoration:none;
}

  .BtnGeneral:hover {
    color: #0e1e2a;
    border: 2px solid #ffffff;
    background-color: #6688a6;    
    text-decoration:none;
}


/***********Skills**************/
.LstSkills {
    padding: 0.5em 1em 0.5em 10em;
  }

.SkillItem {
  position: relative;
  float: right;
  display: block;
  list-style: none;
  padding: 5px 15px;
  margin: 0 15px 15px 0;
  border: 1px solid #0e1e2a;
  color: #0e1e2a;
  transition: box-shadow 0.2s ease;
  font-family: "Roboto Condensed";
  font-size: 14px;
  overflow: hidden;
}

.SkillItem:hover {
  color: white;
}

.SkillItem::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #6688a6;
  z-index: 1;
  transition: all 0.2s ease;
  transform: translateX(-100%);
}

.SkillItem:hover::before {
  transform: translateX(0%);
}

/*****************PROGRESS**************/
.cardprofile {
    position: relative;
    width: 350px;
    height: 420px;
    overflow: hidden;
    border: 1px solid #ffffff;
    background-position-x: -720px;
    background-size: cover;
    color: #ffffff;
    transition: all 0.5s ease;
    
  }

  .cp1{
    background-image: url("../../../img/cp1.jpg");
  }
  
  .cp2{
    background-image: url("../../../img/cp2.jpg");
  }
  
  .cardprofile:hover {
    box-shadow: 0 0 1.5em #ffffff;
  }
  
  .cardprofile::before {
    position: absolute;
    top: 0;
    left: -90%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
  }
  
  .cardprofile:hover::before {
    -webkit-animation: shine 0.75s;
    animation: shine 0.75s;
  }
  
  .cardprofile-bd1 {
    position: relative;
    margin: auto;
    transform: translateX(-60%) translateY(28%);
    width: 150px;
    height: 150px;
    top: -10px;
    left: -25px;
    background-color: rgba(160, 82, 45, 0.6);
  }
  
  .cardprofile-bd2 {
    position: relative;
    margin: auto;
    transform: translateX(75%) translateY(123%);
    width: 150px;
    height: 150px;
    background-color: rgba(160, 82, 45, 0.6);
  }
  
  .cardprofile-content {
    padding: 0.8em 0.7em;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    transform: scaleX(0) scaleY(0);
    width: 100%;
    height: 100%;
    transform-origin: center;
    transition: transform 0.5s ease 0.2s;
  }
  
  .cardprofile:hover .cardprofile-content {
    transform: scale(1);
  }
  
  .cardprofile-graphics {
    color: #ffffff;
    padding: 0.5em 0.5em;
    position: relative;
    transform: translateY(250%);
    background-color: rgba(255, 255, 255, 0.7);
    width: 100%;
    height: 60%;
    transition: transform 0.5s ease 0.5s;
  }
  
  .cardprofile:hover .cardprofile-graphics {
    transform: translateY(75%);
  }
  
  .cardprofile:hover #Progress1 {
    animation: enlarge 0.5s ease 0.8s forwards;
  }
  
  .cardprofile:hover #Progress2 {
    animation: enlarge 0.5s ease 1s forwards;
  }
  
  .cardprofile:hover #Progress3 {
    animation: enlarge 0.5s ease 1.2s forwards;
  }
  
  .cardprofile:hover #Progress4 {
    animation: enlarge 0.5s ease 1.4s forwards;
  }
  
  .cardprofile-title {
    font-weight: bold;
    font-size: 24px;
  }
  
  .cardprofile-subtitle {
    font-weight: bold;
    font-size: 14px;
    color: rgba(96, 49, 27, 1);
  }
  
  .cardprofile-text {
    font-size: 14px;
  }
   


  @keyframes enlarge {
    from {
      width: 0%;
    }
    to {
      width: var(--w, 0%);
    }
  }
  @keyframes shine {
    100% {
      left: 125%;
    }
  }
  /****************************************card skills****/

  .cardskill {
    position: relative;
    margin: auto;
    border: none;
    width: 100%;
    height: 220px;
    max-width: 330px;
    overflow: hidden;
    transition: all 0.5s ease;
    border:1px solid #ffffff;
  }
  
  .cardskill:hover {
    box-shadow: 0 0 1.5em #ffffff;
  }
  
  .cardskill::before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #104e8b;
    transition: transform 0.5s ease;
    transform: translateY(100%);
  }
  
  .cardskill-title {
    top: 0px;
    font-family: "Oswald";
    font-size: 24px;
    color: #104e8b;
  }
  
  .cardskill-content {
    position: relative;
    padding: 1em 1em 1em;
    font-size: 14px;
  }
  
  /*****************Templates************************/
  .cardtemplate {
    position: relative;
    overflow: hidden;
    height: 300px;
    max-width: 455px;
    width: 100%;
    margin: auto;
    padding: 0;
    transition: all 0.5s ease;
    border: 1px solid #6688a6;
  }
  
  .cardtemplate:hover {
    box-shadow: 0 0 1.5em #6688a6;
  }
  
  .cardtemplate-content {
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding: 1em 0.5em;
    width: 100%;
    background-color: #0e1e2a;
    transition: transform 0.5s ease;
    transform: translateY(100%);
    z-index: 2;
  }
  
  .cardtemplate:hover .cardtemplate-content {
    transform: translateY(0%);
  }
  
  .cardtemplate h1 {
    font-family: "Oswald";
    font-size: 20px;
  }
  
  .cardtemplate p {
    font-family: "Roboto Condensed";
    font-size: 15px;
    line-height: 25px;
    padding: 0.5em 1em;
  }
  
  .cardtemplate-social-icon1 {
    position: absolute;
    top: 15px;
    left: 15px;
    padding: 0.4em 0.5em;
    text-align: center;
    width: 40px;
    height: 36px;
    background-color: #6688a6;
    color: #ffffff;
    transition: transform 0.5s ease 0.3s;
    transform: scale(0);
    z-index: 2;
  }
  
  .cardtemplate-social-icon2 {
    position: absolute;
    top: 60px;
    left: 15px;
    padding: 0.4em 0.5em;
    text-align: center;
    width: 40px;
    height: 36px;
    background-color: #6688a6;
    color: #ffffff;
    transition: transform 0.5s ease 0.5s;
    transform: scale(0);
    z-index: 2;
  }
  
  .cardtemplate-social-icon1:hover,
  .cardtemplate-social-icon2:hover,
  .cardtemplate-social-icon1-right:hover,
  .cardtemplate-social-icon2-right:hover {
    transition: all 0.5s ease;
    background-color: #0e1e2a;
    color: #ffffff;
  }
  
  .cardtemplate:hover .cardtemplate-social-icon1,
  .cardtemplate:hover .cardtemplate-social-icon2,
  .cardtemplate:hover .cardtemplate-social-icon1-right,
  .cardtemplate:hover .cardtemplate-social-icon2-right {
    transform: scale(1);
  }
  
  .img-template {
    position: absolute;
    object-fit: cover;
    filter: grayscale(100%);
    transition: all 0.5s ease;
    z-index: 1;
  }
  
  .cardtemplate:hover .img-template {
    transform: scale(1.1);
    filter: grayscale(0%);
  }
  
  .template-title {
    font-family: "Roboto Condensed";
    font-size: 32px;
    color: #6688a6;
  }

  .img-project {
    position: absolute;
    width:90%;
    filter: grayscale(100%);
    transition: all 0.5s ease;
    z-index: 1;
  }

  .img-project:hover{
    filter: grayscale(0%);
    transform:scale(110%);
    box-shadow: 0 0 1.5em #FFFFFF;
  }
  
  /*********Projects********/


  .cardproject {
    position: relative;
    overflow: hidden;
    height: 350px;
    max-width: 455px;
    width: 100%;
    margin: auto;
    padding: 0;
    transition: all 0.5s ease;
    border: 1px solid #6688a6;
  }
  
  .cardproject:hover {
    box-shadow: 0 0 1.5em #6688a6;
  }
  
  .cardproject-content {
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding: 1em 0.5em;
    color:#ffffff;
    width: 100%;
    background-color: #0e1e2a;
    transition: transform 0.5s ease;
    transform: translateY(0%);
    z-index: 2;
  }
  
  .cardproject:hover .cardproject-content {
    transform: translateY(100%);
  }
  
  .cardproject-subcontent {
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding: 1em 0.5em;
    width: 100%;
    background-color: #6688a6;
    color: #ffffff;
    font-weight: bold;
    transition: transform 0.5s ease;
    transform: translateY(101%);
    z-index: 2;
  }
  
  .cardproject:hover .cardproject-subcontent {
    transform: translateY(0%);
  }
  
  .cardproject h1 {
    font-family: "Oswald";
    font-size: 20px;
  }
  
  .cardproject p {
    font-family: "Roboto Condensed";
    font-size: 15px;
    line-height: 25px;
    padding: 0.5em 1em;
  }
  
  .cardproject-social-icon1 {
    position: absolute;
    top: 15px;
    left: 15px;
    padding: 0.6em 0.5em;
    text-align: center;
    width: 42px;
    height: 42px;
    background-color: #6688a6;
    color: #ffffff;
    transition: transform 0.5s ease 0.3s;
    transform: scale(0);
    z-index: 2;
  }
  
  .cardproject-social-icon2 {
    position: absolute;
    top: 70px;
    left: 15px;
    padding: 0.6em 0.5em;
    text-align: center;
    width: 42px;
    height: 42px;
    background-color: #000;
    color: #00cd66;
    transition: transform 0.5s ease 0.5s;
    transform: scale(0);
    z-index: 2;
  }
  
  .cardproject-social-icon1-right {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 0.4em 0.5em;
    text-align: center;
    width: 60px;
    height: 60px;
    background-color: #333;
    color: #104e8b;
    transition: transform 0.5s ease 0.3s;
    transform: scale(0);
  }
  
  .cardproject-social-icon1:hover,
  .cardproject-social-icon2:hover,
  .cardproject-social-icon1-right:hover,
  .cardproject-social-icon2-right:hover {
    transition: all 0.5s ease;
    background-color: #0e1e2a;
    color: #ffffff;
  }
  
  .cardproject:hover .cardproject-social-icon1,
  .cardproject:hover .cardproject-social-icon2,
  .cardproject:hover .cardproject-social-icon1-right,
  .cardproject:hover .cardproject-social-icon2-right {
    transform: scale(1);
  }
  
  .img-project {
    position: absolute;
    width: 100%;
    filter: grayscale(100%);
    transition: all 0.5s ease;
    z-index: 1;
  }
  
  .cardproject:hover .img-project {
    transform: scale(1.1);
    filter: grayscale(0%);
    
  }
  
  .project-title {
    font-family: "Oswald";
    font-size: 32px;
    color: #ffffff;
  }

  /**********************Reviews**********************/

  .cardreview-image {
    position: relative;
    border: 5px solid #ffffff;
    margin: auto;
    width: 200px;
    height: 200px;
    overflow: hidden;
    transition: all 0.5s ease;
  }
  
  .cardreview-image:hover {
    box-shadow: 0 0 1.5em #6688a6;
  }
  
  .cardreview-icon {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background-color: #ffffff;
    color: #6688a6;
    padding: 0.5em 0.5em;
    transition: transform 0.5s ease;
    transform: scale(0);
  }
  
  .cardreview-image:hover .cardreview-icon {
    transform: scale(1);
  }
  
  .cardreview-icon:hover {
    transition: all 0.5s ease;
    text-decoration: none;
    background-color: #6688a6;
    color: #ffffff;
  }
  
  .cardreview-occupation {
    font-family: "Roboto Condensed";
    font-weight: bold;
    color: #ffffff;
    font-size: 18px;
  }
  
  .cardreview-content {
    width: 80%;
    padding: 0em 2em;
  }
  
  .cardreview-title {
    
  }
  
  .img-review {
    width: 200px;
    filter: grayscale(100%);
    transition: all 0.5s ease;
  }
  
  .img-review:hover {
    filter: grayscale(20%);
    transform: scale(1.2);
  }
  
  .cardreview-text {
    padding: 0.5em 1em;
    
  }

  .cardcontact {
    border-bottom: 1px solid #6688a6;
  }
  
  .bright {
    border-right: 1px solid #6688a6;
  }
  
  .CaixaTexto {
    
    border: 1px solid #6688a6;
    color: #0e1e2a;
  }
  
  .CaixaTexto:focus {
    border: 1px solid #104e8b;
    
  }
  
  .AreaTexto {
    border: 1px solid #6688a6;
    color: #0e1e2a;
  }
  
  .AreaTexto:focus {
    border: 1px solid #6688a6;
    color: #0e1e2a;
  }
  

/******OBSERVERS********/
.DivFade {
    opacity: 0;
    transition: all 1s ease 0.5s;
  }
  
  .fade-in {
    opacity: 1;
  }

  .DivLeft {
    transform: translateX(-130%);
    transition: transform 1s ease;
  }
  .from-left {
    transform: translateX(0%);
  }

  .DivRight {
    transform: translateX(200%);
    transition: transform 1s ease;
  }

  .from-right{
    transform: translateX(10%);
  }

  .DivGrow {
    transform: scale(0);
    transition: transform 1s ease;
  }
  
  .grow-up {
    transform: scale(1);
  }