
html, body{
	font-family: 'times', serif;
	color: #000;
}
body{
	height: 100%;
}

 h2, h3, h4, h5, h6 {
	font-family: 'Fira Sans', sans-serif;
	margin: 0;
	text-transform: uppercase;
	font-weight: 700;
}
h6{
	font-size: 10px;
}
h1{
	font-size: 4em;
	font-family: 'Fira Sans', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
}

p{
	margin: 0;
	line-height: 34px;
	font-size: 24px;
  color: #000;
  font-weight: 100;
}

.op-0{
  opacity: 0;
  transition: all 0.5s;
}
.op-1{
  opacity: 1;
  transition: all 0.5s;
}

a {
    color: #000 !important;
  text-decoration: none !important;
}
a:hover{
  color: #346671 !important;
  text-decoration: none !important;
}







/********************* MENÚ - BOTONERA ******************/


.redes {
	position: relative!important;
}


.redes .nav-item a{
	color: #000;
	font-size: 22px;
	padding: 0 0px;
	transition: all 0.3s;
	opacity: 1
}
.redes .nav-item a:hover{
	color: red;
	font-style: none;
}


.redes #regreso a{
	padding: 0px 0px;
  
  align-items: center;
  height: 0px;
}






.redes #regreso a:hover{
	text-decoration: none;
}

/********************* / MENÚ - BOTONERA ******************/

.text-center button{  font-family: "Open Sans", sans-serif !important;padding:2px; margin:4px;text-transform: uppercase; font-size: 0.8em ;
}

.head_table{background-color: #b3b3b3 !important;}
.head_exp{top:0px;background-color: #ed1c24;padding: 0.7em;left: 0px;position: fixed;display: block;width: 100%; border-bottom-color: #000;
  border-right-width: 2px;border-bottom-style:solid;z-index: 99; -webkit-transition: background-color 0.5s ease-out; -moz-transition: 
  background-color 0.5s ease-out; -o-transition: background-color 0.5s ease-out; transition: background-color 0.5s ease-out;}
.head_exp:hover{ background-color: #000; }

*,
*:active,
*:active:focus,
*:focus,
*:visited,
*:hover,
.btn:focus,
.btn:active:focus,
.btn:focus,
a:focus,
.form-control:focus
{
    outline: 0 !important;
    outline-offset: 0;
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, .075), 0 0 0 rgba(102, 175, 233, .6);
    box-shadow: inset 0 0 0 rgba(0, 0, 0, .075), 0 0 0 rgba(102, 175, 233, .6);
}


/***** animacion *****/



.title {
  background-color: #000;
}

svg {
  position: relative;
  width: 100%;
  height: 850px;
   background: #000;
  background-size: 0.12em 100%;
  font: 20em/1 Anton;
  animation-delay: 1s;
}

svg .webcoderskull{
  position: relative;
  width: 100%;
   background: #000;
  background-size: 0.12em 100%;
  font: 3.4em/1 Anton;
  animation-delay: 1s;
}

svg .text--line {
  position: relative;
  width: 100%;
  height: 900px;
   background: #000;
  background-size: 0.12em 100%;
  font: 2em/1 'Anton', sans-serif;
  animation-delay: 8s;
}


.op-0{
  opacity: 0;
}

.img1 {
  margin-bottom: 20px;
}

.webcoderskull-1 {
  fill: none;
  stroke: white;
  stroke-dasharray: 7% 28%;
  stroke-width: 7px;
  -webkit-animation: stroke-offset 2.5s ;
          animation: stroke-offset 2.5s ;
}
.webcoderskull-1:nth-child(1) {
  stroke: #c2c2c2;
  stroke-dashoffset: 10%;
}
.webcoderskull-1:nth-child(2) {
  stroke: #ffffff;
  stroke-dashoffset: 14%;
}
.webcoderskull-1:nth-child(3) {
  stroke: #ffffff;
  stroke-dashoffset: 21%;
}
.webcoderskull-1:nth-child(4) {
  stroke: #363636;
  stroke-dashoffset: 28%;
}
.webcoderskull-1:nth-child(5) {
  stroke: #ffffff;
  stroke-dashoffset: 35%;
}

.titulo_tres p{
  color: #000;
}

.titulo_tres h3{
  color: #000;
}

@-webkit-keyframes stroke-offset {
  50% {
    stroke-dashoffset: 35%;
    stroke-dasharray: 0 87.5%;
  }
}

@keyframes stroke-offset {
  50% {
    stroke-dashoffset: 35%;
    stroke-dasharray: 0 87.5%;
  }
 } 

 /**** termina animacion*****/






.frase_inicio {
  background-color: #000;
}


.frase_inicio h3{
	font-family: 'Fira Sans', sans-serif;
	margin: 0;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 50px;
	line-height: 50px;
	padding-top: 2em;
  color: #fff;
  padding-bottom: 2em;
}



.mobile{ display: none;
}
.desk{display: block;
 }


.entrevista_preguntas h3{
	margin-top: 50px;
	background-color: #e3e3e3;
	padding: 1em;
}

.titulos {
  margin-top: 70px;
}

.desliza h3{
  font-weight: 600;
  font-size: 1.2em;
  text-align: center;
  color: #a0a0a0;
}



/* --------------------
:: 4.0 Wellcome Area CSS 
-------------------- */

.welcome-single-slide {
    position: relative;
    z-index: 1;
    overflow: hidden
}

.welcome-single-slide .project_title a > h5 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
    padding: 1em;
}

.welcome-single-slide .project_title p {
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    padding-right: 3.5em;
    padding-top: 1em;
}



.welcome-single-slide .project_title {
    position: absolute;
    content: "";
    bottom: -300px;
    left: 0;
    z-index: 3;
    background: #000;
    padding: 30px;
    width: 100%;
    height: auto;
    -webkit-transition-duration: 750ms;
    transition-duration: 750ms;
    color: #fff;
}

.welcome-single-slide:hover .project_title {
    bottom: 0;
}



.welcome-single-slide .post-date-commnents p{
    font-size: 14px !important;
    color: #ffffff;
    position: relative;
    z-index: 1;
    margin-bottom: 5px;
    padding: 1em;
}



.welcome-single-slide .post-date-commnents a:hover {
    color: #ffffff;
}


.welcome-single-slide .post-date-commnents a:first-child {
    margin-right: 30px;
}

.welcome-single-slide .post-date-commnents a:first-child:after {
    width: 2px;
    height: 80%;
    content: '';
    position: absolute;
    top: 10%;
    right: -14px;
    z-index: 2;
    background-color: #fff;
}


.welcome-post-sliders {
    position: relative;
    z-index: 1;
}

.welcome-post-sliders .owl-prev {
    position: absolute;
    width: 10%;
    background-color: transparent;
    height: 100%;
    top: 0;
    left: 0;
    cursor: url(img/core-img/back.png), auto !important;
    z-index: 9;
}

.welcome-post-sliders .owl-next {
    position: absolute;
    width: 10%;
    background-color: transparent;
    height: 100%;
    top: 0;
    right: 0;
    cursor: url(img/core-img/next.png), auto !important;
}

/* --------------------
:: 5.0 Top Feature Area CSS 
-------------------- */

.categories_area {
    padding: 80px 0 50px 0;
}

.single_catagory {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.single_catagory img {
    border-radius: 20px;
}

.catagory-title {
    width: 200px;
    height: 50px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    text-align: center;
    border-radius: 30px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.single_catagory:hover .catagory-title {
    background-color: #fc6c3f;
}

.catagory-title a > h5 {
    margin-bottom: 0;
    line-height: 50px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.single_catagory:hover .catagory-title a > h5 {
    color: #fff;
}

/* --------------------
:: 6.0 Blog Area CSS 
-------------------- */


.titulos h3{
  font-family: 'Fira Sans';
  text-transform: none;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  line-height: 26px;
  font-size: 22px;
}




@media only screen and (min-width: 1170px) {
  
}
@media only screen and (min-width: 1490px) {
  
}

@media only screen and (min-width: 1671px) {
  
}
@media only screen and (min-width: 1770px) {
  
}
@media only screen and (min-width: 2300px) {
  
}





footer{
	height: 250px;
	background-color: #000;
	color: #fff;
}
footer p{
	flex-basis: 100%;
	text-align: center;
}



@media screen and (max-width: 1024px) {
  .redes .nav{

  }
	.title .col-md-6 h1 {
	    font-size: 4rem;
	    line-height: 66px;
	    padding-top: 1em;
	}
	.foto-quote .col-md-5 h3 {
	    font-size: 2rem;
	}
}
@media screen and (max-width: 991px) {
	
}

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

	.redes .nav {
	width: 30%;
	float: right;
}
	.title .col-md-6 h1 {
		font-size: 3rem;
		line-height: 46px;
		padding-top: 1.5em;
	}
	
	footer {
	    padding: 12% 15px;
	}

}





@media (min-width: 200px) and (max-width: 575px) {

	.redes .nav {
	width: 30%;
	float: right;
	margin-left:  40px;
}

svg .webcoderskull{
  position: relative;
  width: 100%;
   background: #000;
  background-size: 0.12em 100%;
  font: 3.3em/1 Anton;
  animation-delay: 10s;
}

svg .text--line {
  position: relative;
  width: 100%;
  height: 900px;
   background: #000;
  background-size: 0.12em 100%;
  font: 1.5em/1 Anton;
  animation-delay: 10s;
}

.frase_inicio h3{
  font-family: 'Fira Sans', sans-serif;
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  padding: 2em;
}

.entrevista_preguntas h3{
  margin-top: 20px;
  background-color: #e3e3e3;
  padding: 2em;
  font-size: 26px;
  line-height: 26px;
}

.entrevista_preguntas p{
  padding-right: 2em;
  padding-left: 2em;
}

svg {
  position: relative;
  width: 100%;
  height: 600px;
   background: #000;
  background-size: 0.12em 100%;
  font: 25em/1 Anton;
  animation-delay: 10s;
}

.head_exp img{
  width: 80%;
}



}

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




  
}

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



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













