/*css portfolio by Diego Dote*/

p{
  color: #212222;
}
a{
  color: #fff;
}

a:hover {
  color: #AAB99A !important;
}


.afea2 a:hover {
color: black !important;
text-decoration: none !important;
}

.body {
  font-family: 'Roboto', sans-serif;
  font-family: 'Source Sans Pro', sans-serif;
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("./assets/img/3lineas.svg");

}

.custom-toggler.navbar-toggler {
  border-color: #AAB99A;
  color: #AAB99A;
}


.contact {

height: 100%;
background-color:  #AAB99A;

}



h4 a{
  color: #212222 !important;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: bold;
  font-size: 25px;
  text-decoration:none;
}

h4 a:hover {
  color: #212222 !important;
text-decoration:none;
}



.logo-color {
    fill: #ec008c;
    opacity: 1;
}

.vertical {
  writing-mode: vertical-rl;
  font-size: 20px;
  float: right;
  margin-top: 250px;
 }

.edge {
  border-color: #AAB99A;
  border-width: 15px;
  border-style: solid;
}

 #hello {
  color: #AAB99A;
  font-size: 120px;
  font-family: 'Source Sans Pro';
  font-weight: bold;



}

#am {
  text-align: left;
  font-size: 20px;
  font-family: 'Roboto';
  font-weight: lighter;
}

#nombre {
  text-align: left;
  font-size: 20px;
  font-family: 'Roboto';
  font-weight: bolder;
}

.amarillo {
  border-color:  #AAB99A;
  border-width: 5px;
  color: #AAB99A;
}

.amarillo:hover {
  background: #AAB99A;
  color: white;
}

.btn {
  padding: 10px 28px;
  font-size: 18px;
  font-weight: bolder;
  font-family: 'Roboto';
}

.col-sm-4 {
  padding-top: 100px;
  align-items: flex-start;
}

.col {
margin-bottom: 20px;
}


.works {

  background-color: #212222;
  height: 100%;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #AAB99A;
}

.hoverbox:hover #overlay {
  opacity: 8;
}



/*iphone*/
@media screen and (max-width: 480px) {

  .col-sm-4 {
    padding: 0px;
    text-align: center;
  }

  #hello {
   color: #AAB99A;
   font-size: 80px;
   font-family: 'Source Sans Pro';
   font-weight: bold;

 }

 #am {
   text-align: center;
   font-size: 15px;
   font-family: 'Roboto';
   font-weight: lighter;
 }

 #nombre {
  text-align: center;
  font-size: 15px;
  font-family: 'Roboto';
  font-weight: bolder;
}

 .vertical {
  display: none;
  }


}


/*ipad*/
@media screen and (max-width: 768px) {

  .col-sm-4 {
    padding-top: 20px;
    text-align: center;
  }

  #hello {
   color: #AAB99A;
   font-size: 60px;
   font-family: 'Source Sans Pro';
   font-weight: bold;

  }

  #am {
   text-align: center;
   font-size: 15px;
   font-family: 'Roboto';
   font-weight: lighter;
  }
  
  #nombre {
    text-align: center;
    font-size: 15px;
    font-family: 'Roboto';
    font-weight: bolder;
  }

  .vertical {
   display: none;
   }


}


.arrow {
  margin: 8% 0 ;
  background-color:  black !important;

}
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}



.logo img:hover {
	-webkit-animation-name: wobble-to-top-right;
	animation-name: wobble-to-top-right;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}
@-webkit-keyframes wobble-to-top-right {
	16.65% {
		-ms-transform: translate(8px, -8px);
		-webkit-transform: translate(8px, -8px);
    	transform: translate(8px, -8px);
	}
	33.3% {
	    -ms-transform: translate(-6px, 6px);
	    -webkit-transform: translate(-6px, 6px);
	    transform: translate(-6px, 6px);
  	}
	49.95% {
	    -ms-transform: translate(4px, -4px);
	    -webkit-transform: translate(4px, -4px);
	    transform: translate(4px, -4px);
  	}
  	66.6% {
	    -ms-transform: translate(-2px, 2px);
	    -webkit-transform: translate(-2px, 2px);
	    transform: translate(-2px, 2px);
  	}
	83.25% {
    	-ms-transform: translate(1px, -1px);
    	-webkit-transform: translate(1px, -1px);
		transform: translate(1px, -1px);
	}
	100% {
		-ms-transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}
@keyframes wobble-to-top-right {
  	16.65% {
  	    -ms-transform: translate(8px, -8px);
	    -webkit-transform: translate(8px, -8px);
	    transform: translate(8px, -8px);
  	}
  	33.3% {
  		-ms-transform: translate(-6px, 6px);
	    -webkit-transform: translate(-6px, 6px);
	    transform: translate(-6px, 6px);
  	}
  	49.95% {
  		-ms-transform: translate(4px, -4px);
	    -webkit-transform: translate(4px, -4px);
	    transform: translate(4px, -4px);
  	}
  	66.6% {
  		-ms-transform: translate(-2px, 2px);
	    -webkit-transform: translate(-2px, 2px);
	    transform: translate(-2px, 2px);
  	}
  	83.25% {
  		-ms-transform: translate(1px, -1px);
	    -webkit-transform: translate(1px, -1px);
	    transform: translate(1px, -1px);
  	}
  	100% {
  		-ms-transform: translate(0, 0);
	    -webkit-transform: translate(0, 0);
	    transform: translate(0, 0);
  	}
}

::selection {
background:#AAB99A;
color:#212222;
}
::-moz-selection {
background:#AAB99A;
color:#212222;
}
::-webkit-selection {
background: #AAB99A;
color:#212222;
}



  .gallery {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-width: 33%;
    -moz-column-width: 33%;
    column-width: 33%; }
  .gallery .pics {
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease; }
  .gallery .animation {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

  @media (max-width: 450px) {
    .gallery {
      -webkit-column-count: 1;
      -moz-column-count: 1;
      column-count: 1;
      -webkit-column-width: 100%;
      -moz-column-width: 100%;
      column-width: 100%;
    }
  }

  @media (max-width: 400px) {
    .btn.filter {
      padding-left: 1.1rem;
      padding-right: 1.1rem;
    }
  }

  .subtitle {
  color: #212222;
  font-size: 1.3vw;
  font-style: italic;
  position: absolute;
  top: 65%;
  left: 45%;
  -webkit-transform: translate(-40%, -40%);
  -ms-transform: translate(-40%, -40%);
  transform: translate(-40%, -40%);
  text-align: center;
  }

.search-icon {
  color: #212222;
  display: inline-block;
  font-size: 2vw;
}

.search-icon i {
  position: absolute;
  position: absolute;
  top: 35%;
  left: 48%;
  -webkit-transform: translate(-40%, -40%);
  -ms-transform: translate(-40%, -40%);
  transform: translate(-40%, -40%);
  text-align: center;
}


  .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #AAB99A;
}

.box {
  position: relative;
  width: 100%;
}

.box:hover .overlay {
  opacity: 1;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.text {
  color: #212222;
  font-size: 1.5vw;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}


@media (max-width: 800px) {
.contact {
  display: none;
}
}

@media (min-width: 800px) {
.contact2{
  display: none;
}
}

@media (min-width: 480px) {
.contact2 {
  visibility: visible;
  background-color: #AAB99A;
}
}

@media (max-width: 480px) {
.contact2 {
  visibility: visible;
  background-color: #AAB99A;
}
}

.page-section {
  padding: 4rem 0;
}

.afea a:hover {
color: black !important;
text-decoration: none !important;

}

@media (max-width: 800px) {
.nav-item-web{
  display: none;
}
}
@media (min-width: 800px) {
.nav-item-mobile{
  display: none;
}
}

.shape {
 position:absolute;
 top:0;
 right:0;
 bottom:0;
 left:0;
 pointer-events:none;
 display:none
}
@media (min-width:1200px) {
 .shape {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex
 }
}
.shape svg {
 z-index:-1
}

@media (max-width: 800px) {
.overlay {
  display: none;
}
}

/* hello */
.typewriter {
  font-family: 'Source Sans Pro', sans-serif;
  color:  #AAB99A;

}
.typewriter-text {
  color:  #AAB99A;
  border-right: solid  #AAB99A 7px;
  text-transform: uppercase;
  animation: cursor 1s ease-in-out infinite;
  font-weight: bold;
  text-align: left;
}
@keyframes cursor {
  from { border-color: #AAB99A; }
  to { border-color: transparent; }
}

@media (max-width: 767.98px) {
  .typewriter { font-size: 35px; }
}
@media (min-width: 768px) {
  .typewriter { font-size: 60px; }
}

@keyframes message{
  from, to, 65% {transform: translate(-50%, 0)}
  25% {transform: translate(-50%, 60px)}
  26% {transform: translate(-50%, -60px)}

}

#arriba {
font-size: 40px;
position: fixed;
right: 30px;
bottom: 30px;
cursor: pointer;
color: white;
display: none;
}


/* Effect 2: Move Up */
.grid.effect-2 li.animate {
	-webkit-transform: translateY(200px);
	transform: translateY(200px);
	-webkit-animation: moveUp 0.65s ease forwards;
	animation: moveUp 0.65s ease forwards;
}

@-webkit-keyframes moveUp {
	0% { }
	100% { -webkit-transform: translateY(0); opacity: 1; }
}

@keyframes moveUp {
	0% { }
	100% { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; }
}

.grid {
	max-width: 69em;
	list-style: none;
	margin: 30px auto;
	padding: 0;
}

.grid li {
	display: block;
	float: left;
	padding: 7px;
	width: 33%;
	opacity: 0;
}

.grid li.shown,
.no-js .grid li,
.no-cssanimations .grid li {
	opacity: 1;
}

.grid li a,
.grid li img {
	outline: none;
	border: none;
	display: block;
	max-width: 100%;
}
/* Effect 2: Move Up */
