@font-face {
    font-family: "Balto";
    src: url("../fonts/Balto-Book.ttf");
}
@font-face {
    font-family: "Balto Bold";
    src: url("../font/Balto-Bold.ttf");
    font-weight: bold;
}
@font-face {
    font-family: "Balto Black";
    src: url("../fonts/Balto-Black.ttf");
    font-style: black;
}
@font-face {
    font-family: "Balto Black Italic";
    src: url("../fonts/Balto-BlackItalic.ttf");
    font-style: black, italic;
}
@font-face {
    font-family: "Balto Light";
    src: url("../font/Balto-Light.ttf");
    font-weight: lighter;
}
@font-face {
    font-family: "Balto Light Italic";
    src: url("../fonts/Balto-LightItalic.ttf");
    font-style: lighter, italic;
}
@font-face {
    font-family: "Balto Book";
    src: url("../font/Balto-Book.ttf");
}

html, body{
	font-family: "Balto", sans-serif;
	color: color: #c4c3ca;
}
html h1::selection, html h2::selection, html h3::selection, html h4::selection, html p::selection, html button::selection, html li::selection,html a::selection, html span::selection {
  background: #FF3333!important; /* WebKit/Blink Browsers */
  color: white;
}
html h1::-moz-selection, html h2::-moz-selection, html h3::-moz-selection, html h4::-moz-selection, html p::-moz-selection, html button::-moz-selection, html li::-moz-selection,html a::-moz-selection, html span::-moz-selection {
  background: #FF3333!important; /* Gecko Browsers */
  color: white;
}
li{
	list-style-type: none;
}
/*mark::before {
    content: '';
    background: #d1ebff;
    position: absolute;
    left: 0;
    right: -2px;
    bottom: 2px;
    height: 16px;
    z-index: -1;
}*/
.loader{
	height: 105vh;
	width: 105vw;
	background-image: linear-gradient(0deg, #212121 25%, #000000 25%, #000000 50%, #212121 50%, #212121 75%, #000000 75%, #000000 100%);
    background-size: 20px 6px;
	position: fixed;
	top: 0;
	left:0;
	z-index: 999999;
}
.contenedor-loader{
	position: absolute;
	top: 48%;
	left: 48%;
	transform: translate(-50%,-50%);
	z-index: 9999999;
}
.section#main{
    background-image: linear-gradient(0deg, #ffffff 25%, #fafafa 25%, #fafafa 50%, #ffffff 50%, #ffffff 75%, #fafafa 75%, #fafafa 100%);
    background-size: 12.00px 12.00px;
    position: relative;
}
h1, h2, h3, h4, h5, h1 span{
	font-family: "Balto Bold", sans-serif!important;
	font-weight: bold;
}
p, span, li, ul{
	font-family: "Balto Light", sans-serif;
	font-weight: lighter;
}
del{ 
                color: red; 
            } 
.mark, mark {
    padding: .2em;
    background-color: #00FAFF!important;
}
.white{
	color: white;
}
.full-width{
	width: 100%!important;
}
header{
	background: rgb(2,0,36);
    background: linear-gradient(180deg, rgba(2,0,36,0) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
	background-size: 100% 200%;
	background-position: 0% 200%;
	transition: all 0.6s cubic-bezier(0.65, 0.26, 0.36, 1.06);
}
header.scroll{
	background-position: 0% 100%;
	padding-bottom: 0.5em;
}
#nazarenoimg{
	position: absolute;
	width: 50%;
	bottom: -8px;
	right: -9%;
}
#nazarenoimg img{
	width: 100%;
}
#main a{
	font-family: "Balto Bold", sans-serif;
	font-weight: bold;
	font-style: oblique;
	box-shadow: 5px 5px 0px 0px #8c8c8c;
	border-radius: 0px!important;
	border: none!important;
}
button{
	font-family: "Balto Bold", sans-serif;
	font-weight: bold;
	font-style: oblique;
	box-shadow: 5px 5px 0px 0px #8c8c8c;
	border-radius: 0px!important;
	border: none!important;
}
button.btn-primary{
	background: black;
	color: white;
}
button.btn-secondary{
	background: white;
	color: black;
}
#main a.btn-primary{
	background: black;
	color: white;
}
#main a.btn-secondary{
	background: white;
	color: black;
}
#video{
	background: url("../img/videobg.gif") no-repeat;
	background-size: cover;
}
.contact-banner{
	background-color: #212121;
}
.lets-talk{
	font-family: "Balto Bold", sans-serif;
    font-weight: bold;
    font-style: oblique;
    box-shadow: 5px 5px 0px 0px #8c8c8c;
    border-radius: 0px!important;
    border: none!important;
    background: #FF3333;
    color: white;
    padding: 0.7em 1em;
    margin: 0 auto;
    display: block;
    width: 120px;
}
#video2{
	background: -webkit-linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.64)), url(../img/videobg.gif) no-repeat;
	background: -o-linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.64)), url(../img/videobg.gif) no-repeat;
	background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.64)), url(../img/videobg.gif) no-repeat;
    background-size: cover;
    position: relative;
}
#video2 img{
	width: 150px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
    cursor: pointer;
}
section#skills{
	background: -webkit-linear-gradient(bottom, rgba(33,33,33,1) 0%, rgba(33,33,33,1) 65%, rgba(255,255,255,1) 65%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(bottom, rgba(33,33,33,1) 0%, rgba(33,33,33,1) 65%, rgba(255,255,255,1) 65%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to top, rgba(33,33,33,1) 0%, rgba(33,33,33,1) 65%, rgba(255,255,255,1) 65%, rgba(255,255,255,1) 100%);
}
.tv-container{
	display: block;
	width: 50%;
	margin: 0 auto; 
	position: relative;
}
.tv-container .skill-select{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
}
.tv-container .skill-select a{
	font-family: "Balto Bold", sans-serif;
	color: white;
	font-size: 1.5em;
	text-align: center;
	display: block;
	transition: all 0.6s cubic-bezier(0.65, 0.26, 0.36, 1.06);
}
.tv-container .skill-select a.active-skill{
	background: #FF3333;
}
.tv-container .skill-select a:hover{
	background: #00FAFF;
	color: black;
}
section#skills .skill-description h3{
	border-left: solid 10px #FF3333;
	padding-left: 10px;
	font-size: 2em;
}
section#skills .skill-description p{
	font-size: 1.3em;

}
section#case-studies{
	background-image: linear-gradient(0deg, #ffffff 25%, #fafafa 25%, #fafafa 50%, #ffffff 50%, #ffffff 75%, #fafafa 75%, #fafafa 100%);
    background-size: 12.00px 12.00px;
	padding-top: 2em;
	padding-bottom: 2em;
}
section#case-studies .card{
	border: none;
	box-shadow: 7px 7px 0px 0px #a9a9a9;
	border-radius: 0px; 
}
.img-container{
	width: 100%;
	height: 310px;
	position: relative;
}
.name-overlay{
	position: absolute;
	bottom: 10px;
	left: 25px;
}
.name-overlay img{
	width: 30px;
}
.name-overlay span{
	font-size: .8em;
	color: white;
}
section#case-studies .card img{
	border-radius: 0px; 
}

section#case-studies .card .btn-primary{
	font-family: "Balto Bold", sans-serif;
	font-weight: bold;
	font-style: oblique;
	box-shadow: 5px 5px 0px 0px #8c8c8c;
	border-radius: 0px!important;
	border: none!important;
	background: #FF3333;
	color: white;
}
section#contacto{
	background: #202020;
	position: relative;
	overflow: hidden;
}
section#contacto h2{
	font-size: 2.5em;
}
section#contacto a, footer a{
	color: white;
}
section#contacto .iphone{
	position: absolute;
    bottom: 20%;
    right: 25%;
    transform: translate(50%,50%);
}
section#contacto .contact-icon, footer .contact-icon{
	width: 20px;
	fill: white;
}
section#contacto .formulario{
	position: absolute;
    z-index: 1000;
    width: 75%;
    top: 10%;
    left: 12%;
}
section#contacto .formulario h2{
	text-align: left;
}
section#contacto .formulario input, section#contacto .formulario textarea {
	border: none;
    border-bottom: solid 1px gray;
    padding: 0;
}
section#contacto .formulario button{
	margin: 0 auto;
    display: block;
    text-align: center;
    background-color: #FF3333;
    padding-right: 2em;
    padding-left: 2em;
}
footer{
	background: black;
	position: relative;
}
footer h2{
	color: white;
	font-size: 1.5em;
}
footer #logo-footer{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 300px !important;
}
footer #logo-footer img{
	width: 100%;
}
#skill2{
	padding: 6rem!important
}

.text-box{
	position: relative;
}
.text-box h2{
	font-size: 2.5em;
	position: absolute;top: 0px;
}
.text-box span{
	font-size: 1.5em;
	position: absolute;top: 40px;
}
.text-box p{
	position: absolute;
    top: 75px;
}
.text-box a{
	position: absolute;
    top: 150px;
}
.text-box > *{
	z-index: 20;
}
.text-box::after {
    content: "01.";
    position: absolute;
    top: -50px;
    left: -50px;
    width: 100%;
    height: 100%;
    font-size: 10em;
    font-weight: bold;
    color: #ff3333;
    /* background-image: linear-gradient(120deg, #eaee44, #33d0ff); */
    opacity: 0.3;
    z-index: 1;
}
.img-container2{
	width: 40%;
    position: absolute;
    bottom: 0vh;
    right: 0;
}

#main.dark{
	background: #212121;
}
#main.dark .text-box{
	color: white!important;
}
#main.dark .text-box a{
	background: #FF3333!important;
}
#main.dark .text-box::after {
	content: '02.';
    color: #00faff;
}
#main .t3.text-box::after {
	content: '03.';
}
#videoYt{
	width:100%; 
	height:560px;
}
@media only screen and (max-width: 700px) {
   #main .align-self-center {
	    align-self: flex-start!important;
	    margin-top: 25vh!important;
	}
   #main h1{
   	font-size: 1.5em!important;
   }
   #nazarenoimg {
	    position: absolute;
	    width: 133%;
	    bottom: -52px;
	    right: -42%;
	}
  .tv-container {
    width: 95%!important;
  }
  .tv-container .skill-select a {
	    font-size: 1.1em;
	}
	.nav__list-item{
		font-size: 6vh!important;
	}
  #skill2{
	padding: 1rem!important
  }
  #contacto .align-self-center {
	    align-self: flex-start!important;
	    margin-top: 2em;
	}
  section#contacto .iphone {
	    position: absolute;
	    bottom: 22%;
	    right: 50%;
	    transform: translate(50%,50%);
	}
	#contacto.full-height {
	    height: 120vh;
	}
	footer{
		height: 70vh;
	}
	footer #logo-footer img{
		opacity: .3;
	}
	.img-container2{
		width: 70%;
	    position: absolute;
	    bottom: 0vh;
	  }
	  .text-box a{
		position: absolute;
	    top: 160px;
	}
	.text-box::after {
	    content: "01.";
	    position: absolute;
	    top: -50px;
	    left: 0.5px;
	    width: 100%;
	    height: 100%;
	    font-size: 9em;
	    font-weight: bold;
	    color: #ff3333;
	    /* background-image: linear-gradient(120deg, #eaee44, #33d0ff); */
	    opacity: 0.2;
	    z-index: 1;
	}
	#videoYt {
	    width: 100%;
	    height: 29.3vh;
	}
}
