@font-face {
 font-family: raleway; /* requerido */
 src: url('../fuentes/raleway.ttf');
 }
 @font-face {
  font-family: adam; /* requerido */
  src: url('../fuentes/adam.otf');
  }


 @font-face {
 font-family: ralewayBold; /* requerido */
 src: url('../fuentes/ralewayBold.ttf');
 }
 @font-face {
 font-family: ralewayLight; /* requerido */
 src: url('../fuentes/ralewayLight.ttf');
 }
 @font-face {
 font-family: korolevCondensed; /* requerido */
 src: url('../fuentes/korolevCondensed.ttf');
 }
 @font-face {
 font-family: korolevBold; /* requerido */
 src: url('../fuentes/korolevBold.otf');
 }
 @font-face {
 font-family: lato; /* requerido */
 src: url('../fuentes/Lato-Regular.ttf');
 }

* {
	margin: 0;
	padding: 0;
  }

body
	{
		background: black;
    font-family: 'Raleway', sans-serif;
	}

header{
	  position:relative;
	  overflow:hidden;
	  display: -webkit-flex;
	  display:flex;

	  flex-wrap: wrap;
	  justify-content: center;
	  align-items: flex-start;
	  align-content: flex-start;

	  height:1080px;
	  max-height:100%;
	  min-width:300px;
	  color:#eee;
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;

	}

 header:after{
	 content:"";
	 width:100%;
	 height:20%;
	 position:absolute;
	 bottom:0;
	 left:0;
	 z-index:1;
	 background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(6,2,22,50) 100%);
	 background-size: cover;
	 background-position: center center;
	 background-repeat: no-repeat;
	}
 header:before{
	  /* content:"";
	  width:100%;
	  height:100%;
	  position:absolute;
	  top:0;
	  left:0;
	  -webkit-backface-visibility: hidden;
	  -webkit-transform: translateZ(0) scale(1.0, 1.0);
	  transform: translateZ(0);
	  background-size:cover;
	  background-attachment:fixed;
	  animation: grow 60s  linear 10ms infinite;
	  transition:all 0.2s ease-in-out;
	  z-index:1;
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat; */
	}

	@keyframes grow{
 	 0% { transform:scale(1)}
 	 50% { transform:scale(1.2)}
  }

.fullscreen-bg {
	  position: fixed;
	  top: 0;
	  right: 0;
	  bottom: 0;
	  left: 0;
	  overflow: hidden;
	  z-index: -100;
		filter: alpha(opacity=40); /* internet explorer */
    -khtml-opacity: 0.4;      /* khtml, old safari */
    -moz-opacity: 0.4;       /* mozilla, netscape */
    opacity: 0.4;           /* fx, safari, opera */
	}

.fullscreen-bg__video {
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
		overflow: hidden;
	}

 @media (min-aspect-ratio: 16/9) {
	  .fullscreen-bg__video {
	    height: 300%;
	    top: -100%;
	  }
	}

	@media (max-aspect-ratio: 16/9) {
	  .fullscreen-bg__video {
	    width: 300%;
	    left: -100%;
	  }
	}

	@media (max-width: 767px) {
	 /* .fullscreen-bg {
	    background: url('../images/bodegon/2.jpg') center center / cover no-repeat;
	  }

	  .fullscreen-bg__video {
	    display: none;
	  }*/
	}



.modal-dialog{
  top:4%;
}

.modal{
  background-color:rgba(1,13,17,0.8);
}

.modal-header h4{
  font-family: adam;
}

.modal-paragraph{
  padding-top:20px;
  padding-left:10px;
  padding-right:10px;
  padding-top:20px;
  font-family: raleway;
  font-size: .85em;
}



.mouse {
	  position: relative;
	  width: 22px;
	  height: 42px;
	  bottom: 40px;
	  left: 50%;
	  margin-left: -12px;
	  border-radius: 15px;
	  border: 2px solid rgba(255, 255, 255, 0.7);
	  -webkit-animation: intro 1s;
	  animation: intro 1s;
	}
.scroll {
	  display: block;
	  width: 3px;
	  height: 3px;
	  margin: 6px auto;
	  border-radius: 4px;
	  background: white;
	  -webkit-animation: finger 1s infinite;
	  animation: finger 1s infinite;
	}

  .scrollD{
    margin-top: -50px;
    z-index: 1;

  }



	@-webkit-keyframes intro {
	  0% {
	    opacity: 0;
	    -webkit-transform: translateY(40px);
	    transform: translateY(40px);
	  }
	  100% {
	    opacity: 1;
	    -webkit-transform: translateY(0);
	    transform: translateY(0);
	  }
	}
	@keyframes intro {
	  0% {
	    opacity: 0;
	    -webkit-transform: translateY(40px);
	    transform: translateY(40px);
	  }
	  100% {
	    opacity: 1;
	    -webkit-transform: translateY(0);
	    transform: translateY(0);
	  }
	}
	@-webkit-keyframes finger {
	  0% {
	    opacity: 1;
	  }
	  100% {
	    opacity: 0;
	    -webkit-transform: translateY(20px);
	    transform: translateY(20px);
	  }
	}
	@keyframes finger {
	  0% {
	    opacity: 1;
	  }
	  100% {
	    opacity: 0;
	    -webkit-transform: translateY(20px);
	    transform: translateY(20px);
	  }
	}


  /* START HAMBURGER MENU */
      img.menu-img {
          display: none;
          width: 25px;
          position: fixed;
          
          float: right;
          right: 34px;
          z-index: 19955;
      }
      button.btn-menu {
          display: none !Important;
          border: none;
          background: none;
          cursor: pointer;
          float: right;
          height: 50px;
          width: 80px;
          padding: 20px;
          top:10px;
          right:10px;
          outline: none;
          outline-style: none;
          position: fixed;
          z-index: 19999;
      }
          button.btn-menu img {
              width: 28px;
              float: left;
              margin-top: 12px;
          }

      a.force {
          width:  200px;
          position: fixed;
          background: rgba(255, 255, 255, 0);
          display: none;
          top: 0px;
          bottom: 0px;
          right: 0px;
          left: 300px;
          height: 100vh
      }
      div.show1 {
          display: block !important;
      }
      div.menu-div {
          float: left;
          display: none;
          position: fixed;
          top: 0;
          bottom: 0;
          z-index: 99999;
          left: 0;
          width: 300px;
          height: 100%;
          background-color:rgba(1,13,17);
          padding: 20px;
          box-sizing: border-box;
          box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.2);
      }
          div.menu-div ul {
              list-style: none;
          }
              div.menu-div ul li {
                  list-style: none;
              }
                  div.menu-div ul li a {
                      color: #fff;
                      display: block;
                      padding: 10px 20px;
                      letter-spacing: 5px;
                      background: #000;
                      border-radius: 50px;
                      font-family: adam;
                      font-weight: 500;
                      font-size: 14px;
                      margin: 20px 0;
                  }
                      div.menu-div ul li a:active {
                          background: #fff;
                          color:rgba(1,13,17);
                      }

                      div.menu-div ul li a.ac {
                          background: #fff;
                          color:rgba(1,13,17);
                  }


          div.redes {
              position: absolute;
              bottom: 10px;
              right: 20px;}

              div.redes a.red {
                  padding: 15px;
                  display: inline-block;}
                  div.redes a.red img {
                      height: 25px;
                  }


  /*END HAMBURGER MENU */






nav {
	background: rgba(0,0,0,0.5);
	box-shadow: 0px 1px 11px rgba(0,0,0,0.5);
	position: fixed;
	height: 5em;
	width: 100%;
	position: fixed;
	width: 100%;
	margin: 0 auto;
	top: 0;
	z-index: 10;
	}

  nav a {
   color: white;
   }

  nav a:hover {
  color: white;
  }

  .navegacion{
     position: fixed;
     color:#eee;
     width: 100%;
     overflow:hidden;
     display: -webkit-flex;
     display:flex;
     flex-wrap: wrap;
     justify-content: center;
     align-items: center;
     align-content: flex-start;
   }
   .navegacion ul {
     list-style: none;
     display: inline;
   }
   #redes{
     z-index: 1;
     position: fixed;
     left:95%;
     top: 30%;
   }
   #redes a{
     display: block;
   }

   .left{
     text-align: left;
   }
   .navegacion li {
     display:inline-block;
     font-size: 1em;
     font-weight:600;
     color:white;
   }
   .navegacion li a{
     letter-spacing: 3px;
     text-decoration: none;
   }

  .menu{
         align-self: center;
         justify-content: center;
     display:block;
     flex: 0 0 auto;
     text-decoration:none
   }


#btnContact{
  transform: rotate(-90deg);
  position: fixed;
  top:44%;
  left:1%;

}

.buttonn {
  font-size: .8em;
  line-height: 72px;
  margin-left: 20px;
    margin-right:  20px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-decoration: none;
  padding: 10px 20px;
  /*border: 2px solid #f7f7f7;*/
  text-align: center;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  -webkit-transition: .3s;
  transition: .3s;
	}


	.buttonn:after {
	  position: absolute;
	  -webkit-transition: .3s;
	  transition: .3s;
	  content: '';
	  width: 0;
	  left: 50%;
	  bottom: 0;
	  height: 3px;
	  background: white;
	}
	.buttonn:hover {
	  cursor: pointer;
	}
	.buttonn:hover:after {
	  width: 100%;
	  left: 0;
	}

hr{
  text-align: center;
  width: 60%;
  border-color: white;
  border: .5px solid #f7f7f7;
}

.buttonnF {
     color:white;
     border: none;
     letter-spacing: 3px;
     font-family: raleway;
     font-size: .9em;
  	  margin-left:0 ;
  	  -webkit-box-flex: 1;
  	  -ms-flex: 1 1 auto;
  	  flex: 1 1 auto;
  	  text-decoration: none;
  	  padding: 10px;

  	  text-align: center;
  	  text-transform: uppercase;
  	  position: relative;
  	  overflow: hidden;
  	  -webkit-transition: .3s;
  	  transition: .3s;

  	}
  	.buttonnF:after {
  	  position: absolute;
  	  -webkit-transition: .3s;
  	  transition: .3s;
  	  content: '';
  	  width: 0;
  	  left: 50%;
  	  bottom: 0;
  	  height: 3px;
  	  background: white;
  	}
  	.buttonnF:hover {
  	  cursor: pointer;
  	}
  	.buttonnF:hover:after {
  	  width: 100%;
  	  left: 0;
  	}


.button {
	  width: 72px;
	  height: 72px;
	  line-height: 72px;
	  display:inline-block;
	  position: relative;
	  -moz-border-radius: 50%;
	  -webkit-border-radius: 50%;
	  border-radius: 50%;
	  border: none;
	  text-align: center;
	  display: inline-block;
	  vertical-align: middle;
	  position: relative;
	  z-index: 10;
	  color: white;
	}

  .button:hover {
	  color: #6ADCC9;
  }
  
  
  .button:active{
    position: relative;
   -webkit-transition: .3s;
   transition: .3s;
   background: white;
  }
/*
	.button:after {
	  position: relative !important;
	  content: "";
	  width: 40px;
	  height: 40px;
	  display: block;
	  -moz-border-radius: 50%;
	  -webkit-border-radius: 50%;
	  border-radius: 50%;
	  right: 16px;
	  top: 14px;
	  background-color:#eee;
	  color:#333;
	  visibility: hidden;
	  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	  opacity: 0;
	  -moz-transition: all 0.4s ease;
	  -o-transition: all 0.4s ease;
	  -webkit-transition: all 0.4s ease;
	  transition: all 0.4s ease;
	  opacity: 1\9;
	  visibility: visible\9;
	  display: none\9;
	  -moz-transform: scale(0.5, 0.5);
	  -ms-transform: scale(0.5, 0.5);
	  -webkit-transform: scale(0.5, 0.5);
	  transform: scale(0.5, 0.5);
	  z-index: -1;
	  -moz-transition: all 0.2s ease;
	  -o-transition: all 0.2s ease;
	  -webkit-transition: all 0.2s ease;
	  transition: all 0.2s ease;
	}
*/




.button2 {
  	  width: 50px;
  	  height: 50px;
  	  line-height: 72px;
  	  display:inline-block;
  	  position: relative;
  	  -moz-border-radius: 50%;
  	  -webkit-border-radius: 50%;
  	  border-radius: 50%;
  	  border: none;
  	  text-align: center;
  	  display: inline-block;
  	  vertical-align: middle;
  	  position: relative;
  	  z-index: 10;
  	  color: white;
  	}

  	 .button2:hover {
  	  color: white;
  	}

  	.button2:after {
  	  position: absolute !important;
  	  content: "";
  	  width: 40px;
  	  height: 40px;
  	  display: block;
  	  position: relative;
  	  -moz-border-radius: 50%;
  	  -webkit-border-radius: 50%;
  	  border-radius: 50%;
  	  right: 16px;
  	  top: 14px;
  	  background-color:blue;
  	  color:white;
  	  visibility: hidden;
  	  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  	  opacity: 0;
  	  -moz-transition: all 0.4s ease;
  	  -o-transition: all 0.4s ease;
  	  -webkit-transition: all 0.4s ease;
  	  transition: all 0.4s ease;
  	  opacity: 1\9;
  	  visibility: visible\9;
  	  display: none\9;
  	  -moz-transform: scale(0.5, 0.5);
  	  -ms-transform: scale(0.5, 0.5);
  	  -webkit-transform: scale(0.5, 0.5);
  	  transform: scale(0.5, 0.5);
  	  z-index: -1;
  	  -moz-transition: all 0.2s ease;
  	  -o-transition: all 0.2s ease;
  	  -webkit-transition: all 0.2s ease;
  	  transition: all 0.2s ease;
  	}

  	 .button2:hover:after {
  	  visibility: visible;
  	  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  	  opacity: 1;
  	  display: block\9;
  	  -moz-transform: scale(1, 1);
  	  -ms-transform: scale(1, 1);
  	  -webkit-transform: scale(1, 1);
  	  transform: scale(1, 1);
  	}
  	.button2 img{
  	  margin-top: -10px;
  	  padding-top: -10px;
  	}

.rotateLeft{}
.rotateLeft{}


.author{
	  display:inline-block;
	  width:150px;
	  height:150px;
	  border-radius:50%;
	  background:url(../images/perfil.jpg) center no-repeat;
	  background-size:cover;
	  box-shadow:0 2px 3px rgba(0,0,0,0.3);
	  margin-bottom:3px
	}





#banner-1{
  position: fixed;
    align-self: center;
    margin: 0 auto;
    z-index: 0;
	  text-align: center;
	  height: auto;
	}
	#banner-1 h1{
	font-size: 3.3em;
  font-family: adam;
	letter-spacing: 3px;
	}
	#banner-1 h2{
	font-size: 3.3em;
	font-family: adam;
	letter-spacing: 3px;
	}
	#banner-1 p{
	font-size: 1.4em;
	font-family: raleway;

	}

#portfolio{
      background-color:rgb(2, 0, 10);
      position: relative;
      z-index: 6;
      padding-top:150px;
      padding-bottom:150px;
		  width: 100%;
		  height: auto;
		}
		/* start portfolio */
		#portfolio h2
		    {
          font-size: 3em;
          font-family: adam;
          color: white;
		        padding-bottom: 30px;
		    }
		#portfolio .portfolio-thumb
		    {
		        overflow: hidden;
		        margin: 0;
		        position: relative;
		    }


.tituloProyecto{
  font-size: 2em;
  font-family: adam;
}

.tituloRol{
  font-size: 1.3em;
  font-family: raleway;
  font-weight: bold;
}

.portfolio-overlay{
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
}

		#portfolio .portfolio-thumb .portfolio-overlay
		    {
          z-index: 100;
            align-items: center;
            padding-left: 60px;
            padding-right: 60px;
		        background: #060008;
		        color: #ffffff;
		        top: 0;
		        right: 0;
		        left: 0;
		        bottom: 0;
		        width: 100%;
		        height: auto;
		        position: absolute;
		        opacity: 0;
		        transition: all 0.4s ease-in-out;
		    }
		#portfolio .portfolio-thumb:hover .portfolio-overlay
		    {
          cursor: pointer;
		        opacity: 0.9;
		        transform: scale(1.1);
		    }
		#portfolio .portfolio-thumb .portfolio-overlay .fa
		    {
            border: 1px solid #ffffff;
		        border-radius: 50%;
		        color: #ffffff;
		        width: 40px;
		        height: 40px;
		        line-height: 40px;
		        text-align: center;
		        text-decoration: none;
		        margin-right: 6px;
		        margin-bottom: 10px;
		    }

    #portfolio .portfolio-thumb .portfolio-overlay p
        {
          text-align: center;
          letter-spacing: 2px;

              font-family: raleway;
              font-size: .9em;
        }

    #portfolio .portfolio-thumb .portfolio-overlay h4
       {
         font-size: 1.2em;
         font-family: adam;

       }

/*filter css*/
.filter-wrapper {
		    width: 100%;
		    margin: 0 0 24px 0;
		    overflow: hidden;
		    text-align: center;
		}
.filter-wrapper li {
		    display: inline-block;
		    margin: 4px;
		}
.filter-wrapper li a {

		    color: #999;
		    padding: 8px 17px;
		    display: block;
		    text-decoration: none;
}




/*isotope box css*/
.iso-box-section {
    width: 100%;
    margin: 0 0 24px 0;
}
.iso-box-wrapper {
    width: 100%;
    padding: 0;
    clear: both;
    position: relative;
}
.iso-box {
    position: relative;
    min-height: 50px;
    float: left;
    overflow: hidden;
    margin-bottom: 20px;
}
.iso-box > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.iso-box > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.fluid-img {
    width: 100%;
    display: block;
    height: auto;
}
/* end portfolio */



/* start about */

#about
    {
      position: relative;
      z-index: 0;
      padding-top: 150px;
      padding-bottom: 150px;
      background-color: rgb(5, 0, 12);
    }

#about h3
    {
      font-family: adam;
        color: white;
        font-size: 40px;
        padding-bottom: 10px;
    }

#about p
    {   /*color: #93ca3a;*/
        color: white;
    }

    #about span
        {   /*color: #93ca3a;*/
            color: white;
        }


#about h4
    {
      color: white;
      padding-bottom: 10px;
    }
#about .progress
    {
        border-radius: 4px;
        background: #ffffff;
        height: 6px;
    }
#about .progress .progress-bar-danger
    {
        background: #16D3BF;
    }
#about .text-top
    {
        padding-top: 50px;
    }
#about span
    {
        display: block;
        padding-bottom: 10px;
    }
#about small
    {
        font-weight: bold;
        padding-left: 200px;
    }
/* end about */






.modal-paragraph b{
font-weight: 600;
}

.modal-paragraph {
   text-align: justify;
  margin:0 auto;;
  width: 60%;
/*margin-left: 200px;*/

}





.modal-body span
    {
        display: block;
        padding-bottom: 10px;
    }





/* start footer */
footer
    {
      color: white;
      position: relative;
      z-index: 101;
        background-color:rgb(2, 0, 10);
        padding-top: 80px;
        padding-bottom: 60px;
    }
footer p
    {
        line-height: 12px;
    }
footer .social-icon
    {
        top: 0px;
    }
/* end footer */

/* start social icon */
.social-icon
    {
        position: relative;
        padding: 0;
        margin: 0;
        top: 20px;
    }
.social-icon li
    {
        display: inline-block;
        list-style: none;
    }
.social-icon li a
    {
        color: white;
        font-size: 13px;
        text-decoration: none;

        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
    }
.social-icon li a:hover
    {
      color: #999;

    }
/* end social icon */





.content {
  width: 470px;
  position: relative;
  top: 67%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 160px;
  overflow: hidden;
  font-family: 'Lato', sans-serif;
  font-size: 25px;
  letter-spacing: 6px;
  font-family: korolevBold;
  line-height: 40px;
  color: #ecf0f1;
}
.content__container {
  font-weight: 600;
  overflow: hidden;
  height: 40px;
  padding: 0 20px 0 20px;
}
.content__container:before {
  content: '[';
  left: 0;
}
.content__container:after {
  content: ']';
  position: absolute;
  right: 0;
}
.content__container:after, .content__container:before {
  position: absolute;
  top: 0;
  color: white;
  font-size: 42px;
  line-height: 40px;
  -webkit-animation-name: opacity;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-name: opacity;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
.content__container__text {
  display: inline;
  float: left;
  margin: 0;
}
.content__container__list {
  margin-top: 0;
  padding-left: 0px;
  text-align: center;
  list-style: none;
  -webkit-animation-name: change;
  -webkit-animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-name: change;
  animation-duration: 10s;
  animation-iteration-count: infinite;
}
.content__container__list__item {
  line-height: 40px;
  margin: 0;
}

@-webkit-keyframes opacity {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes change {
  0%, 12.66%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  16.66%, 29.32% {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  33.32%,45.98% {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  49.98%,62.64% {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  66.64%,79.3% {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  83.3%,95.96% {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
}
@keyframes opacity {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes change {
  0%, 12.66%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  16.66%, 29.32% {
    -webkit-transform: translate3d(0, -25%, 0);
            transform: translate3d(0, -25%, 0);
  }
  33.32%,45.98% {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  49.98%,62.64% {
    -webkit-transform: translate3d(0, -75%, 0);
            transform: translate3d(0, -75%, 0);
  }
  66.64%,79.3% {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  83.3%,95.96% {
    -webkit-transform: translate3d(0, -25%, 0);
            transform: translate3d(0, -25%, 0);
  }
}








@media screen and (max-width:700px) {


  .modal-paragraph {
     text-align: justify;
    margin:0 auto;;
    width: 80%;
  /*margin-left: 200px;*/

  }



    header {
            margin: auto;
            padding-top: 20px;
            padding-bottom: 15px;
            display: -webkit-flex;
           display:flex;

           flex-wrap: wrap;
           justify-content: center;
           align-items: flex-start;
           align-content: flex-start;
        }
            header a.logo img {
                    height: 30px;
                }

            header img.menu-img {
                display: block !important;
                z-index: 995 !important;
            }
            header button.btn-menu {
                display: block !important;
                z-index: 99909 !important;
            }
            header nav {
                display: none !important;
            }
            #about{
                z-index: 600;
            }
            #portafolio{
                z-index: 600;
            }

            #banner-1{
              margin-top: -150px;

            	}

              #banner-1 h1{
              font-size: 2.1em;
              font-family: adam;
              letter-spacing: 3px;
              }
              #banner-1 h2{
              font-size: 2.1em;
              font-family: adam;
              letter-spacing: 3px;
              }
              #banner-1 p{
              font-size: 15px;
              font-family: raleway;

                }

                .content {
                  display: none;

                }



}












@media only screen and (max-width: 1199px) {

}

/* start templatemo 768 media quires */
@media only screen and ( max-width: 768px ) {

}

/* end templatemo 768 media quires */

/* start templatemo 600 media quires */
@media only screen and ( max-width: 640px ) {

}
/* end templatemo 600 media quires */

/* start templatemo 360 media quires */
@media only screen and ( max-width: 360px ) {

}
/* end templatemo 360 media quires */
