@font-face {
  font-family: fuente1;
  src: url(../assets/fuentes/Yeysk.otf);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.fa-gitlab{
  margin-right: 1.5rem;
}

nav {
  background-color: #ef9dc0;
}

.nav-wrapper a img {
  width: 130px;
}

.slider .slides li .text {
  color: #fff;
  position: absolute;
  top: 40%;
  left: 20%;
  width: 70%;
}

.text-name {
  color: #fff;
  position: absolute;
  top: 20%;
  left: 5%;
  width: 70%;
}

.text-name2 {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 15%;
  width: 70%;
}

.fuente1 {
  font-family: fuente1;
  font-weight: 900;
  margin: 2em auto 0.5em auto;
}

.fuente1-name {
  font-family: fuente1;
  font-weight: 900;
}

.space {
  padding: 1em;
}

.top {
  margin-top: 3em;
}

h2 {
  display: inline-block;
}

.project {
  width: 25%;
  display: inline-block;
  margin: auto 2.3em;
}

.parallax-container {
  height: 500px;
}

.letter1 {
  font-size: 1.5em;
}

.letter {
  font-size: 1.5em;
}

.padding {
  padding: 2em auto;
}

.animar1 {
  height: 0 !important;
  width: 300px !important;
}

.flex-text {
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.flex-text h3,
h1 {
  background-color: #ef9dc036;
  padding: 0.1em;
}

.inline-block {
  display: inline-block;
}

.margin-skills {
  margin-left: 11em;
}

.margin-top-skills {
  margin-top: 5em;
}

.img-portafolio {
  height: 35vh;
}

.btn-large {
  background-color: transparent;
  border-radius: 6PX;
  font-weight: 900;
}

.btn:hover {
  background-color: #ef9dc0;
  border: 2px solid white;
  color: white;
}

.btn:focus {
  background-color: #ef9dc0ab;
  border: 2px solid white;
  color: white;
}

.btn {
  background-color: rgba(255, 0, 119, 0.479);
  border-radius: 6PX;
  font-weight: 900;
}



.ih-item.circle .img:before {
  border: 5px solid #ef9dc0;
  box-shadow: inset 0 0 0 16px white, 0 1px 2px pink;
}

.flex {
  display: flex;
  justify-content: space-around;
}

.padding-view {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.my-goal-and-i {
  font-size: 17.7px;
}

.contact {
  background-color: #ef9dc036;
  padding: 0.1em;
  color: white;
}

/*************************************************/

.pulse-button1 {
  position: relative;
  border: none;
  box-shadow: 0 0 0 0 #d41f6eaf;
  border: 4px solid white;
  background-color: rgba(255, 0, 119, 0.479);
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  padding: 0.8em 6em 2.8em 6em;
}

.pulse-button2 {
  position: relative;
  border: none;
  box-shadow: 0 0 0 0 #d41f6eaf;
  border: 4px solid white;
  background-color: rgba(255, 0, 119, 0.479);
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}

.pulse-button:hover {
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  animation: none;
}

@-webkit-keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
  }
}

@-moz-keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
  }
}

@-ms-keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
  }
}

@keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
  }
}

/*********************************************/

.slide {
  opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(-100px, 0px, 0px);
  -webkit-transform: translate3d(-100px, 0px, 0px);
  -o-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate3d(-100px, 0px, 0px);
}

.hasSlid {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

/******* to top link ********/

.scroll-top-wrapper {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  text-align: center;
  z-index: 99999999;
  background-color: #ef9dc0;
  color: #eee;
  width: 50px;
  height: 48px;
  line-height: 48px;
  right: 30px;
  bottom: 30px;
  padding-top: 5px;
  border-radius: 50%;
}

.scroll-top-wrapper:hover {
  background-color: #888888;
}

.scroll-top-wrapper.show {
  visibility: visible;
  cursor: pointer;
  opacity: 0.80;
}

.scroll-top-wrapper i.fa {
  line-height: inherit;
}

/**************************************************/

.page-footer {
  background-color: grey;
  padding: 3em;
}

.page-footer .footer-copyright {
  background-color: transparent;
}

/**************************************************************/

.icon {
  background-color: rgb(12, 158, 199);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  color: white;
  vertical-align: middle;
  text-align: center;
  padding-top: 7px;
}

.card-action {
  height: 50px;
}

.fixed-action-btn {
  position: absolute;
  bottom: -25px;
  margin-bottom: 10px;
  z-index: 998;
  right: -15px;
  display: inline-block;
}

.premium {
  border: 1px solid gray;
}

.premium .ico {
  content: '';
  display: block;
  height: 19px;
  /*height of icon */
  width: 89px;
  /*width of icon */
  position: absolute;
  display: inline-block;
  /*where to replace the icon */
  top: 10px;
  right: -4px;
  /*background */
  background: #F8E6AE url(https://s19.postimg.org/t2syzd5mr/39795885-luxury-premium-quality-golden-labels-co.jpg) no-repeat 0px 0px;
}

.premium .icostar:after {
  content: '\f005';
  font-family: FontAwesome;
  border: 1px solid black;
  font-size: 25px;
  padding: 6px;
  color: yellow;
  width: 35px;
  position: absolute;
  display: inline-block;
  /*where to replace the icon */
  top: -1px;
  right: -1px;
  /*background */
  background: black no-repeat 0px 0px;
}
/****************** frase sobre mi***********************/
.phrase {
  color: rgb(236, 128, 207);
  font-size: 19px;
  font-family: cursive;
}

/*******************skills desktop**********************/

@media (max-width:768px) {
  .fuente1 {
    font-size: 2.5em;
  }
  .nav-wrapper a img {
    width: 50px;
    margin-top: 5px;
    margin-left: -10px;
  }
  .pulse-button1 {
    margin-top: -4em;
  }
  .margin-skills {
    margin-left: 0px;
}
.my-goal-and-i {
  font-size: 15px;
}
}
@media (max-width: 576px) {
  .fuente1-name {
    font-size: 3.3em;
  }
  .collapsible-body a {
    font-size: 0.5em;
  }
  .carousel {
    height: 300px;
    margin-top: -2em;

}
.hasSlid {
  margin-top: 0px;
}
.contact {
  margin-top: 5em;
}

 }
