/*
Template Name: Bodo - Simple One Page Personal
Author: BdgPixel
Author URI:  http://themeforest.net/user/BdgPixel
*/
/* -----------------------------------------------------------
TABLE OF CONTENTS:
--------------------------------------------------------------
1) General
2) Page Loader
3) Helper
3-a) Sección social
3-b) Sección @rroba
4) Header
5) Typography
6) Hero
7) Sections
 7.a) portfolio
 7.b) service
 7.c) experience
 7.d) testimonial
 7.e) blog
 7.f) about
 7.g) contact
 7.h) footer
8) Components
 8.a) skills


-------------------------------------------------------------

------------------------------------------------------------*/
/*-----------------------------------------1) General--------------------------------------------------*/
@font-face {
  font-family: 'BebasNeue-Regular';
  src: url('../fonts/BebasNeue-Regular.eot');
  src: url('../fonts/BebasNeue-Regular?#iefix') format('embedded-opentype'), url('../fonts/BebasNeue-Regular.woff') format('woff'), url('../fonts/BebasNeue-Regular.ttf') format('truetype'), url('../fonts/BebasNeue-Regular.svg#Glyphter') format('svg');
 }

 @font-face {
 font-family:"Lato Bold Italic";
 src:url("../fonts/lato/Lato-BoldItalic.eot?") format("eot"),url("../fonts/lato/Lato-BoldItalic.woff") format("woff"),url("../fonts/lato/Lato-BoldItalic.ttf") format("truetype"),url("../fonts/lato/Lato-BoldItalic.svg#Lato-BoldItalic") format("svg");
 font-weight:normal;
 font-style:normal;
}

@font-face {
 font-family:"Lato Regular";
 src:url("../fonts/lator/Lato-Regular.eot?") format("eot"),url("../fonts/lator/Lato-Regular.woff") format("woff"),url("../fonts/lator/Lato-Regular.ttf") format("truetype"),url("../fonts/lator/Lato-Regular.svg#Lato-Regular") format("svg");
 font-weight:normal;
 font-style:normal;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body,
html {
  left: 0;
  top: 0;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  font-family: 'Lato Regular';
  height: 100%;
  width: 100%;
}
body {
  color: #2f2f2f;
  font-size: 16px;
  line-height: 1.7;
  background-color: #fff;
}


a {
  color: #2f2f2f;
  text-decoration: none;
  transition: ease .6s;
  -webkit-transition: ease .6s;
  -moz-transition: ease .6s;
  -o-transition: ease .6s;
  -ms-transition: ease .6s;
}
a:hover {
  text-decoration: none;
  color: #818181;
}
a:focus {
  outline: none;
  color: #999999;
  text-decoration: none;
}

.whatsapp {
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  right:40px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  z-index:100;
}

.whatsapp-icon {
  margin-top:13px;
}

iframe {
  border: none;
  width: 100%;
}
img { max-width: 100%; }
*:focus {
  outline: none;
}

/*----------------------------------------- 2) Preloader --------------------------------------------------*/
.float4{
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  right:50px;
  color:#FFF;
  border-radius:00px;
  text-align:center;
  font-size:30px;
  box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.float15{
  position:fixed;
  width:80px;
  height:30px;
  bottom:40px;
  right:40px;
  background-color:#c3d500;
  color:#FFF;
  border-radius:20px;
  text-align:center;
  
  box-shadow: 2px 2px 3px #999;
  z-index:100;
  margin-bottom: 70px;
  color: #ffffff;
  font-size: 15px;
}

.my-float1{
  margin-top:16px;
  
}



#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999999;
}
#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(../images/loader.gif);
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  margin: -40px 0 0 -100px;
}
#status img {
  text-align: center;
  margin-top: -80px;
}

/*----------------------------------------- 3) Helper --------------------------------------------------*/
.no-pad {padding: 0 !important; margin: 0 !important;}
.pad-80 {padding-top: 80px;}
.mar-t-50{margin-top: 50px !important;}
.mar-tm-10{ margin-top: -10px;}

.white-col{
  background: #ffffff;
  padding: none;
}

/*---- span -----*/
.title-small span { position: relative;}
.title-small span:after {
  content: "";
  position: absolute;
  bottom: -20px;
  height: 3px;
  background: #DEDEDE;
  width: 28px;
  left: 0;
}
.title-small-center span {position: relative;}
.title-small-center span:after {
  content: "";
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  height: 3px;
  background: #DEDEDE;
  width: 28px;
  left: 0;
}
/*----- background ------*/
.grey-bg {
  background-color: #f6f6f6;
  padding: 120px 0;
  display: block;
}

.indigo{
  background: #183667;

}

#premium7{
    text-align: right;
    font-family: 'Lato Bold Italic';
    font-size: 1.25em;
    line-height: 22px;
}

.white-bg {
  background: #ffffff;
  padding: 120px 0;
  display: block;
}
/*-------- content --------*/
.content-detail {
  font-weight: 400;
  margin-top: 70px;
  line-height: 30px;
  font-size: 14px;
  letter-spacing: 0.4px;
}
.content-details {
  font-weight: 400;
  margin-top: 40px;
  line-height: 30px;
  font-size: 14px;
}
.pad-bottom {
  padding-bottom: 80px;
}
.text-detail {
  margin-top: 30px;
  color: #5f5f5f;
}

.listing-item{
  list-style: none;
  display: inline-block;
  width: 100%;
  padding: 0;
  margin: 0;
}

/*---------------------------3-a) Estilos para la sección de iconos de redes sociales3 del primer encabezado-------------*/
.social3{
  width: 34px;
  height: 45px;
  position: fixed;
  right: 0;
  margin-right: 215px;
  z-index: 1000;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: none;
  
}
.social3 h2{
text-transform: uppercase;
font-size: 26px; 
color:#7d7f7d; 
}

.social3 ul.icon_list{
margin: 0;
padding: 0;
list-style: none;
text-align: center;
margin-top: -40px;
margin-left: 20px;
}
ul.icon_list li{
display: inline;
padding-left: 3px;
padding-right: 3px;
}
ul.icon_list li a{
display: inline-block;
color: #183667;

text-align: center;
width: 30px;
height: 30px;
text-align: center;
line-height: 28px;

}
ul.icon_list li a:hover{
  color: #000;
  border-color:#000; 
}
.h2{
  color:#ffffff;
}

.social4{
  width: 34px;
  height: 45px;
  position: fixed;
  right: 0;
  margin-right: 175px;
  z-index: 1000;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: none;
}
.social4 h2{
text-transform: uppercase;
font-size: 26px; 
color:#7d7f7d; 
}
ul.icon_list{
margin: 0;
padding: 0;
list-style: none;
text-align: center;
margin-top: -40px;
margin-left: 20px;
}
ul.icon_list li{
display: inline;
padding-left: 3px;
padding-right: 3px;
}
ul.icon_list li a{
display: inline-block;

text-align: center;
width: 30px;
height: 30px;
text-align: center;
line-height: 28px;
transition: all 1s;
}
ul.icon_list li a:hover{
  color: #000;
  border-color:#000; 
}
.h2{
  color:#ffffff;
}


.social5{
  width: 34px;
  height: 45px;
  position: fixed;
  right: 0;
  margin-right: 135px;
  z-index: 1000;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: none;
}
.social6{
  width: 34px;
  height: 45px;
  position: fixed;
  right: 0;
  margin-right: 255px;
  z-index: 1000;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: none;
}

.iconoscon{
  width: 34px;
  height: 45px;
  right: 0;
  margin-right: 30px;
  z-index: 1000;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: none;
}
ul.listaiconos{
margin: 0;
padding: 0;
list-style: none;
text-align: center;
margin-top: 10px;
margin-left: 0px;
float: left;
}
ul.listaiconos li{
display: inline;
padding-left: 3px;
padding-right: 3px;
}
ul.listaiconos li a{
display: inline-block;

text-align: center;
width: 30px;
height: 30px;
text-align: center;
line-height: 28px;
transition: all 1s;
}
ul.listaiconos li a:hover{
  color: #000;
  border-color:#000; 
}

.iconoscon2{
  width: 34px;
  height: 45px;
  right: 0;
  margin-right: 30px;
  z-index: 1000;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: none;
}
ul.listaiconos2{
margin: 0;
padding: 0;
list-style: none;
text-align: center;
margin-top: 10px;
margin-left: 0px;
float: left;
}
ul.listaiconos2 li{
display: inline;
padding-left: 3px;
padding-right: 3px;
}
ul.listaiconos2 li a{
display: inline-block;

text-align: center;
width: 30px;
height: 30px;
text-align: center;
line-height: 28px;
transition: all 1s;
}
ul.listaiconos2 li a:hover{
  color: #000;
  border-color:#000; 
}





/*---------------------------3-b) Estilos para la sección arroba-------------*/
#arroba{
  top:20px;
  position: absolute important!;
  font-family: "Lato Regular";
  color: #ffffff;
  font-size: 2.45em;
}

#arroba2{
  position: absolute important!;
  font-family: "Lato Regular";
  color: #000000;
  font-size: 1em;
}

/* Menu Button */
.menu-button {
  width: 34px;
  height: 45px;
  position: fixed;
  right: 0;
  margin-top: 13px;
  margin-right: 35px;
  z-index: 1000;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: none;
}
.menu-button span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #183667;
  border-radius: 9px;
  opacity: 1;
  left: 0;
}

/*----------------------------------------- 4) Header --------------------------------------------------*/
.header {
  width: 100%;
  z-index: 9999;
}
.for-sticky {
  position: fixed;
  z-index: -1;
  bottom: 0;
  width: 100%;
  height: 50px;
  opacity: 0.8;
  z-index: 1;
  top: 0;
  left: 0;
  border-bottom: 1px solid #f1f1f1;
  display: block;
  padding: 0px 15px 5px 15px;
  background: #ffffff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.logo-nav {
  padding: 8px 0 10px 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 35px;
  display: block;
}
.opacity-nav {
  opacity: 0.8;
  z-index: 2;
}
/*----------- panel ----------*/
.content-wrap {
  -webkit-overflow-scrolling: touch;
  height: 100%;
  width: 100%;
}
.content {
  position: absolute;
  width: 100%;
  height: 100%;
}
.content::before {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  content: '';
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: opacity 0.4s, -webkit-transform 0s 0.4s;
  transition: opacity 0.4s, transform 0s 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
/* Menu Button */
.menu-button {
  width: 34px;
  height: 45px;
  position: fixed;
  right: 0;
  margin-top: 13px;
  margin-right: 35px;
  z-index: 1000;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: none;
}
.menu-button span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #183667;
  border-radius: 9px;
  opacity: 1;
  left: 0;
}
.menu-button span:nth-child(1) {top: 0px;}

.menu-button span:nth-child(2) {top: 9px;}

.menu-button span:nth-child(3) {top: 18px;}
.menu-button:hover {opacity: 0.6;}
/* Close Button */
.close-button {
  width: 1em;
  height: 1em;
  position: absolute;
  right: 1em;
  top: 1em;
  overflow: hidden;
  text-indent: 1em;
  font-size: 0.75em;
  border: none;
  background: transparent;
  color: transparent;
}
.close-button::before,
.close-button::after {
  content: '';
  position: absolute;
  width: 3px;
  height: 100%;
  top: 0;
  left: 50%;
  background: #bdc3c7;
}
.close-button::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.close-button::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* Menu */
.menu-wrap {
  position: fixed;
  z-index: 1001;
  width: 300px;
  height: 100%;
  right: 0;
  float: right;
  background: #183667;
  padding: 2.5em 1.5em 0;
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

#menutext{
    font-family: 'Lato Regular';
}

.menu,
.menu-list {
  height: 100%;     
  overflow-x: auto;
}
.menu-list {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.menu-list a {
  display: block;
  padding: 1.5em 0;
  -webkit-transform: translate3d(0, 500px, 0);
  transform: translate3d(0, 500px, 0);
  color: #a5a5a5;
  position: relative;
}
.menu-list a:hover, .menu-list a:active span {color: #ffffff;}
.menu-list,
.menu-list a {
  -webkit-transition: -webkit-transform 0s 0.4s;
  transition: transform 0s 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.menu a:nth-child(2) {
  -webkit-transform: translate3d(0, 1000px, 0);
  transform: translate3d(0, 1000px, 0);
}
.menu-list a:nth-child(3) {
  -webkit-transform: translate3d(0, 1500px, 0);
  transform: translate3d(0, 1500px, 0);
}
.menu-list a:nth-child(4) {
  -webkit-transform: translate3d(0, 2000px, 0);
  transform: translate3d(0, 2000px, 0);
}
.menu-list a:nth-child(5) {
  -webkit-transform: translate3d(0, 2500px, 0);
  transform: translate3d(0, 2500px, 0);
}
.menu-list a:nth-child(6) {
  -webkit-transform: translate3d(0, 3000px, 0);
  transform: translate3d(0, 3000px, 0);
}
.menu-list a span:nth-last-child(1){
  margin-bottom: 100px;
}
.menu-list a span {
  margin-left: 10px;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 5px;
  text-transform: uppercase;
  z-index: 2;
  position: absolute;
  margin-bottom: 20px;
  padding: 10px;
}
.menu-list a span:before{
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #ffffff;
  -webkit-transition: width .3s ease;
  transition: width .3s ease;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  transform: translate(0,-50%);
  z-index: -1;
}
.menu-list a.active span{
  color: #ffffff !important;
}
/*.menu-list a.active span:before{     ------------EFECTO TACHADO EN EL MENÚ DESPLEGABLE---------------
  width: 100%;
}*/

/* Shown menu */
.show-menu .menu-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.show-menu .menu-list,
.show-menu .menu-list a {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.show-menu .menu-list a {
  -webkit-transition-duration: 0.9s;
  transition-duration: 0.9s;
}
.show-menu .content::before {
  opacity: 1;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/*----------------------------------------- 5) Typography --------------------------------------------------*/
h1
 {
  letter-spacing: 0.8px;
  font-family: 'BebasNeue-Regular';
}

#home h1 {
  letter-spacing: 0.6px;
}
#home .typed {
  font-family: 'BebasNeue-Regular';
  font-weight: 100;
  font-size: 2.55em;
  line-height: 26px;
  letter-spacing: 1.5px;
  line-height: 35px;
  margin: 0 auto;
  opacity: 1;
  color:#ffffff;
}
.year {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 10px;
  font-family: 'lato Regular'
}
.job {
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: #cccccc;
}
.company {
  font-size: 12px;
  line-height: 14px;
  border: 1px solid #ececec;
  color: #cccccc;
  padding:8px 10px;
  border-radius: 6px;
  display: inline-block;
  margin-top: 5px;
  font-weight: 400;

}

/*----------------------------------------- 6) Hero --------------------------------------------------*/
#home {
  background: url('../images/HOME.png');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-width: 100%;
  min-height: 100%;
  height: 100%;
  width: 100%;
  display: block;
}
.wrap-hero-content{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.hero-content{
   position: absolute;
  text-align: center;
  min-width: 400px;
  left: 50%;
  top: 50%;
  padding: 65px;
  background: rgba();
  /*outline: 4px double #FFFFFF; "Son lineas de trazo sobre el cuadro blanco"
  outline-offset: 8px;*/
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

/*mouse*/
.mouse-icon {
  position: absolute;
  border: 2px solid #2f2f2f;
  background: #ffffff;
  opacity: 0.8;
  border-radius: 13px;
  height: 40px;
  width: 30px;
  margin: 0 auto;
  display: block;
  left: 0;
  right: 0;
  bottom: 30px;
  z-index: 100;
}

.mouse-icon .scroll {
  -webkit-animation-name: scrolling;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
  animation-name: scrolling;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-play-state: running;
}
.mouse-icon .scroll {
  position: relative;
  border-radius: 10px;
  background: #2f2f2f;
  width: 4px;
  height: 8px;
  top: 4px;
  margin-left: auto;
  margin-right: auto;
}

@-webkit-keyframes scrolling  {
  0%   { top:2px;  opacity: 0;}
  30%  { top:8px; opacity: 1;}
  100% { top:16px; opacity: 0;}
}

@keyframes scrolling  {
  0%   { top:2px;  opacity: 0;}
  30%  { top:8px; opacity: 1;}
  100% { top:16px; opacity: 0;}
}


/*----- typed effect ---*/
.typed-cursor{ opacity: 0;}


/*----------------------------------------- 7) Sections --------------------------------------------------*/
/*---------- a. portfolio -----------*/
ul.portfolio-image {
  list-style: none;
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
}
ul.portfolio-image li {
  float: left;
  display: block;
  list-style: none;
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding-top: 46%;
}
ul.portfolio-image li:hover {
  cursor: pointer;
}
ul.portfolio-image li:hover img {
  -webkit-filter: grayscale(20%);
  transform: scale(1.15);
}
ul.portfolio-image li:hover .image-bg {opacity: 1;}
ul.portfolio-image li:hover .description-wrap {
  background: rgba(186, 186, 186, 0.6);
}
ul.portfolio-image li img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-filter: grayscale(100%);
  transition: filter, transform, 0.5s;
}
ul.portfolio-image li .decription-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(242, 242, 242, 0.4);
  padding: 20px;
  transition: background, 0.5s;
}
ul.portfolio-image li .image-bg {
  color: #2f2f2f;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  display: inline-block;
  -ms-transform: translate(-50%, -50%); /* IE 9 */
  -webkit-transform: translate(-50%, -50%); /* Chrome, Safari, Opera */
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  padding: 10px 0;
  position: relative;
  margin: 0 auto;
  text-align: center;
  opacity: 0;
  transition: opacity, 0.5s;
  letter-spacing: 1.5px;
  font-weight: 300;
  color: transparent;
}
ul.portfolio-image li .desc{
  position: absolute;
  z-index: 1;
  top: 45%;
  left: 0;
  display: table-cell;
  right: 0;
  text-align: center;
  color: #2f2f2f;
  font-size: 14px;
  font-weight: 700;
}


/*---------- b. service -----------*/
.icon-use {
  font-family: 'Glyphter';
  font-size: 30px;
  line-height: 20px;
  color: #818181;
  margin: 0;
}
.head-sm {
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: 'Lato Regular'
  font-weight: 700;
}
.text-grey {
  color: #434343;
  line-height: 26px;
  margin-bottom: 60px;
}
/*---------- c. experience -----------*/
.wrap-card {
  position: relative;
  box-shadow: 0px 0px 0px #818181;
  transition: all 0.2s ease 0s;
  -webkit-transform: translateY(0px) translateX(0px);
}
.wrap-card:before,
.wrap-card:after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 100%;
  height: 3px;
  background: #818181;
  -webkit-transform: scaleX(0);
  transition: all 0.2s ease;
}
.wrap-card:before {
  top: 0;
  left: 0;
  -webkit-transform-origin: 0 0;
}
.wrap-card:after {
  bottom: 0;
  left: 0;
  -webkit-transform-origin: 100% 0;
}
.wrap-card:hover {
  box-shadow: 20px 20px 0px #818181;
  -webkit-transform: translateY(-10px) translateX(-10px);
  transition: all 0.2s ease 0.4s;
}
.wrap-card:hover:after,
.wrap-card:hover:before {
  -webkit-transform: scaleX(1);
}
.card {
  background: #ffffff;
  padding: 30px 35px 45px 35px;
  margin-bottom: 30px;
  border: 1px solid rgba(129, 129, 129, 0.1);
}
.card:before,
.card:after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 3px;
  height: 100%;
  background: #818181;
  -webkit-transform: scaleY(0);
  transition: all 0.2s ease 0.2s;
}
.card:before {
  top: 0;
  left: 0;
  -webkit-transform-origin: 0 100%;
}
.card:after {
  top: 0;
  right: 0;
  -webkit-transform-origin: 0 0;
}
.card:hover:after,
.card:hover:before {
  -webkit-transform: scaleY(1);
}
/*---------- d. testimonial -----------*/
#testimonial {
  background-image: url(../images/testimonial-bg.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 550px;
}
.list-testimonial {
  display: block;
  width: 100%;
}
.list-testimonial .content-testimonial {
  text-align: center;
  color: #ffffff;
}
.list-testimonial .content-testimonial .testi {
  font-size: 16px;
  line-height: 46px;
  letter-spacing: 2px;
}
.list-testimonial .content-testimonial .people {
  font-size: 14px;
  margin-top: 30px;
  letter-spacing: 2px;
  color: #B7B7B7;
  font-weight: 700;
}
.mask-testimonial{
  background-color: rgba(47, 47, 47, 0.7);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.wrap-testimonial{
  z-index: 1;
  position: relative;
}
/*-------------- e. blog -------------*/
.grid {margin-top: 60px;}
.grid:after {
  content: '';
  display: block;
  clear: both;
}
.grid-item {
  width: 480px;
  float: left;
  top: 0px;
  left: 0px;
  overflow: hidden;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 30px;
}
.grid-item .wrap-article {
  border: 1px solid rgba(129, 129, 129, 0.1);
  background: #ffffff;
  padding: 30px 20px;
}
.grid-item .wrap-article img {
  text-align: center;
  display: block;
  margin: 0 auto;
}
.grid-item .wrap-article .img-circle {
  width: 133px;
  height: 133px;
}
.grid-item .wrap-article .fancy {
  line-height: 0.5;
  text-align: center;
  font-size: 16px;
  margin-top: 40px;
  color: #818181;
}
.grid-item .wrap-article .fancy span {
  display: inline-block;
  position: relative;
}
.grid-item .wrap-article .fancy span:before,
.grid-item .wrap-article .fancy span:after {
  content: "";
  margin-top: 1px;
  position: absolute;
  height: 5px;
  border-top: 1px solid #dedede;
  top: 0;
  width: 60%;
}
.grid-item .wrap-article .fancy span:before {
  right: 100%;
  margin-right: 5px;
}
.grid-item .wrap-article .fancy span:after {
  left: 100%;
  margin-left: 5px;
}
.grid-item .wrap-article .title {
  font-size: 16px;
  padding: 0 10px 0 10px;
  text-align: center;
  letter-spacing: 0.1;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: 700;
}
.grid-item .wrap-article .title:after {
  content: "";
  display: block;
  margin: 0 auto;
  bottom: -20px;
  height: 1px;
  background: #dedede;
  width: 48px;
  left: 0;
  margin-top: 30px;
}
.grid-item .wrap-article .content-blog {
  margin-top: 30px;
  padding: 0 10px 0 10px;
  text-align: justify;
  color: #5f5f5f;
}
/*---------- f. quote -----------*/
#about{
  display: inline-block;
  width: 100%;
  height: auto;
  font-family: 'Lato Regular';
  text-align: justify;
  padding-bottom: 60px;
}

#about h1,h2{
  font-family: 'BebasNeue-Regular';
  text-align: left;
  font-size: 2.25em;
  margin-top: 60px;
  }

#about p{
    margin: 0px;
}

.bg-about {
  /*background: url('../images/reza.jpg');*/
  font-family: 'Lato Regular';
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  height: auto;
  float: left;
}

.premium1{
  text-align: center;
}

#premium2{
   font-family: 'Lato Bold Italic';
   line-height: 22px;
  font-size: 1.25em;
    text-align: right;

}

#textex{
    padding-left: 30px;
}

/*--------IMAGEN DE PRODUCCIONES----*/

#maci{
 
  width: 100%;
  height: auto;
    
}

#mac{
    width: 100%;
    height: auto;
}

#pulpito{
    width: 100%;
    height: auto;
    margin: 0px;
    background: url('../images/pulpoo.png');
}

#work{
    width: 100%;
    height: auto;
    padding-bottom: 60px;
}

#work h1{
    margin-top: 60px;
}

#work p{
    margin: 0px;
}

#portafolio{
    text-align: justify;
}

#pulpero{
    width: 100%;
    height: auto;
}


.parallax{
    min-height: 380px;
    background: transparent;
}


/*--------SECCIÓN IMPULSAMOS TUS IDEAS-------*/

#imp{
    color: #ffffff;
}

#impulsamos{
    width: 100%;
   background-color: #183667;
   height: auto;
   padding-bottom: 60px;
    
}

#impulsamos h1{
    margin-top: 60px;
}

#impulsamos p{
    margin: 0px;
}


#premium4{ 
  font-family: 'Lato Bold Italic';
  line-height: 22px;
  text-align: right;
  font-size: 1.25em;
    color:#ffffff;
    
}

#herramientas{
    width: 100%;
    height: auto;
    display: inline-block;
  font-family: 'Lato Regular';
  text-align: justify;
    padding-bottom: 60px;
   
}

#herramientas h1{
    font-family: 'BebasNeue-Regular';
  line-height: 34.43px;
  text-align: left;
  font-size: 2.25em;
  margin-top: 60px;
}

#herramientas p{
    margin: 0px;
}

#anblog{
    font-family: 'Lato Bold Italic';
    font-size: 18px;
    line-height: 18px;
    text-align: right;
    float: right;
    padding: 20px;
}

#cabeza{
    text-align: center;
}

/*---------------------------SECCIÓN CONTACTANOS-------------------------------*/

#piensafuera{
    margin-top: 60px;
    margin-right: 120px;
}
#piensafuera999{
   width: 150px;
   height: 135px;
}
#piensafuera2{

    width: 150px;
    height: 150px;


}

#piensafuera3{

    width: 150px;
    height: 150px;


}


#dirconta2{
    font-family: 'Lato Regular';
    font-size: 0.85em;
    margin-top: 30px;
    font-family: 'Lato Regular';
    text-align: justify;
    line-height: 20px;
}
.dircontact{
    font-family: 'Lato Regular';
    font-size: 0.85em;
    margin-top: 30px;
    font-family: 'Lato Regular';
    text-align: justify;
    line-height: 20px;
}

#dirconta3{
    margin-top: 25px;
}

#dirconta258{
    font-family: 'Lato Regular';
    font-size: 0.85em;
    margin-top: 30px;
    font-family: 'Lato Regular';
    text-align: justify;
    line-height: 20px;
}
#dirconta4{
    margin-top: 20px;
}

#dirconta5{
    margin-top: 20px;
}



.wrap-about {
  height: 100%;
  width: 100%;
  position: relative;
  display: block;
  min-height: 480px;
}
.wrap-about .w-content{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%); 
}

/*---------SECCIÓN DISENO-------*/

#diseno{
  width: 100%;
  height: auto;
  font-family: 'Lato Regular';
  padding-bottom: 60px;
  
}

#diseno h1{
  font-family: 'BebasNeue-Regular';
  text-align: left;
  font-size: 2.25em;
  margin-top: 60px;
  }

#diseno p{
    margin: 0px;
}



/*-------------------------------*/

#section-style-impulsamos{
    background-color: #183667;
}

/*---------SECCIÓN GENERAMO-------*/

#generamo{
  background-color: #c3d500;
  color: #ffffff;
  width: 100%;    
  height: auto;  
  display: inline-block;
  font-family: 'Lato Regular';
  text-align: justify; 
  padding-bottom: 60px;
}

#generamo h1{
  font-family: 'BebasNeue-Regular';
  line-height: 34.43px;
  text-align: left;
  font-size: 2.25em;
  margin-top: 60px;
  }

#generamo p{
    margin: 0px;
}


/*-------------------------------*/


#short1{
    float: right;
    width: 100%;
    max-width: 250px;
}



#mac1{
    width: 100%;
  height: auto;
}

#macpulpo{
    width: 100%;
    height: auto;
}

#genetext{
    text-align: right;
    font-family: 'Lato Bold Italic';
    line-height: 22px;
    font-size: 1.25em;

}

/*#gene2{
    margin-top: 35px;
}*/

#tamablog{
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.wrap-about .w-content td{
  font-size: 13px;
  font-weight: 300;
}
.wrap-about .w-content td.title{
  padding-right: 10px;
  font-weight: 500;
}
.wrap-about .w-content td.break{
  padding-right: 15px;
}
.wrap-about .w-content tr{
  height: 35px;
}
.wrap-about .head-about {
  font-size: 13px;
  line-height: 34px;
  letter-spacing: 0.5px;
  font-weight: 300;
}
.wrap-about .name {
  margin: 40px 0 20px 0;
  font-size: 14px;
}
/*---------- g. contact -----------
#contact {padding: 120px 0 200px 0;}
#contact form {
  margin-top: 25px;
}
#contact .slider-masks {
  background-color: rgba(129, 129, 129, 0.7);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#contact .group {
  position: relative;
  margin-bottom: 65px;
}
#contact input,
#contact textarea {
  font-size: 13px;
  padding: 10px 10px 10px 5px;
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #2b2b2b;
  background: transparent;
  color: #969696;
  font-size: 13px;
}
#contact input:focus,
#contact textarea:focus {
  outline: none;
  border-bottom: none;
}
#contact label {
  color: #2b2b2b;
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 10px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
#contact input:focus ~ label,
#contact input:valid ~ label,
#contact textarea:focus ~ label,
#contact textarea:valid ~ label {
  top: -25px;
  font-size: 12px;
  color: #818181;
}
#contact .bar {
  position: relative;
  display: block;
  width: 100%;
}
#contact .bar:before,
#contact .bar:after {
  content: '';
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #818181;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
#contact .bar:before {
  left: 50%;
}
#contact .bar:after {
  right: 50%;
}
#contact input:focus ~ .bar:before,
#contact input:focus ~ .bar:after,
#contact textarea:focus ~ .bar:after,
#contact textarea:focus ~ .bar:before {
  width: 50%;
}
#contact .highlight {
  position: absolute;
  height: 60%;
  width: 100%;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}
#contact input:focus ~ .highlight,
#contact textarea:focus ~ .highlight {
  -webkit-animation: inputHighlighter 0.3s ease;
  -moz-animation: inputHighlighter 0.3s ease;
  animation: inputHighlighter 0.3s ease;
}
#contact input[type=submit] {
  border: 1px solid #2b2b2b !important;
  color: #2b2b2b;
  padding: 10px;
  font-weight: 700;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
#contact input[type=submit]:hover {
  background: #2b2b2b;
  color: #ffffff;
}
@-webkit-keyframes inputHighlighter {
  from {
    background: #5264AE;
  }
  to {
    width: 0;
    background: transparent;
  }
}
@-moz-keyframes inputHighlighter {
  from {
    background: #818181;
  }
  to {
    width: 0;
    background: transparent;
  }
}
@keyframes inputHighlighter {
  from {
    background: #818181;
  }
  to {
    width: 0;
    background: transparent;
  }
} */
/*-------------- h. footer ------------------*/
.footer-top{
  width: 100%;
  text-align: center;
  color: #cccccc;
  display: table;
}

.socials{
  width: 100%;
  margin: 0;
  padding: 0;
}

.socials * {
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.socials li {
  display: inline-block;
  list-style: outside none none;
  float: left;
  overflow: hidden;
  width: 33.33333%;
  font-size: 13px;
}

.socials a {
  padding: 0.3em 0.8em;
  color: rgba(255, 255, 255, 0.7);
  position: relative;
  display: inline-block;
  letter-spacing: 1px;
  margin: 0;
  text-decoration: none;
  padding: 25px 0;
  width: 100%;
}

.socials a:before,
.socials a:after {
  position: absolute;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.socials a:before {
  bottom: 100%;
  display: block;
  height: 3px;
  width: 100%;
  content: "";
}

.socials a:after {
  padding: 0.3em 0.8em;
  position: absolute;
  bottom: 100%;
  left: 0;
  content: attr(data-hover);
  color: white;
  white-space: nowrap;
  width: 100%;
  padding: 25px 0;
}

.socials li:hover a,
.socials .current a {
  transform: translateY(100%);
}

.facebook{
  background: #969696;
  /*padding: 20px 0;*/
}
.facebook a:after{
  background-color: #527bbb;
}
.twitter{
  background: #ABABAB;
}
.twitter a:after{
  background-color: #77ccf1;
}
.gplus{
  background: #d8d8d8;
}
.gplus a:after{
  background: #dd4b39;
}

.footer-bottom{
  width: 100%;
  height: auto;
  background: #183667;
  color: #636363;
}

#indilogo{
    width: 160px;
    height: 130px;
}

#textofinal{
    font-family: 'Lato Regular';
    font-size: 18px;
    color: #ffffff;
    text-align: center;
}

#textocaj{
    color: #000000;
    text-align: justify;
}
#textofinal24{
    font-family: 'Lato Regular';
    font-size: 14px;
    color: #ffffff;
    text-align: center;
}

/*----------------------------------------- 8) Component --------------------------------------------------*/
/*---------------- a. Skills ----------------*/
.skillst {margin-top: 70px;}
.skillst .skillbar {
  width: 100%;
  height: 8px;
 /* background-color: #f6f6f6; --------------COLOR DE LA BARRA SKILL--------------*/
  position: relative;
  margin-bottom: 60px;
  padding: 2px;
  box-sizing: border-box;
}
.skillst .count-bar {
  width: 100%;
  height: 5px;
  width: 0px;
  position: relative;
}
.skillst .count-bar {
 background-color: #183667;
}
.skillst .count-bar span{ 
 font-size: 12px;
 font-family: 'Lato Regular';
}
.skillst .title {
  font-family: 'Lato Regular';
  position: absolute;
  line-height: 25px;
  top: -35px;
  left: 0;
  padding-left: 10px;
  font-size: 12px !important;
}
.skillst .count-bar .count {
  position: absolute;
  line-height: 18px;
  top: -28px;
  right: -20px;
  width: 40px;
  height: 18px;
  color: #fff;
  text-align: center;
  background-color: #2f2f2f;
}
.skillst .count-bar .count span {
  position: relative;
  display: block;
}
.skillst .count-bar .count span:after {
  position: absolute;
  left: 50%;
  margin-left: -4px;
  top: 18px;
  content: "";
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
.skillst .count-bar .count {
}
.skillst .count-bar .count span:after { border-top: 4px solid #818181;}

#skill{
    padding-bottom: 60px;
}

#skill h1{
    margin-top: 60px;
}

#skill p{
    margin: 0px;
}

#imli1{
    width: 100%;
    max-width: 40px;
    height: auto;
    float: right;
    margin-top: -30px;
}

#imli2{
    width: 100%;
    max-width: 30px;
    height: auto;
    float: right;
    margin-top: -45px;
}

#numeric{
    margin-left: -60px;
    font-size: 12px;
}

#numeric2{
    margin-left: -30px;
    font-size: 12px;
}

/*--------------------------Contenido carrusel blog----------------------*/
a {
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease; 
  }
    a:hover {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 8 */
        filter: alpha(opacity=50); /* IE7 */
        opacity: 0.6;
        text-decoration: none;
    }


/* Container */

/* Page Header */
.page-header2 h1{
    margin-top: 60px;
    color: #ffffff;
    font-size: 36px;
    letter-spacing: 0.8px;
}

#carusel1{
    padding-bottom: 60px;
}

#blogcarusel{
    background: #000000;
    color: #ffffff;
    font-family: 'Lato Regular';
}

#blogcarusel modal{
    color: #000000;
}

#labo{
    float: right;
}

#textocajamodal{
    font-family: 'Lato regular';
    background: #ffffff;
    color: #000000;
}

.colorcabeza{
    color: #000000;
}

.tipograf{
    font-family:'Lato Regular'
}

#contactofinal{
    width: 100%;
    height: auto;
    padding-bottom: 60px;
}

#contactofinal h1{
    margin-top: 60px;
}

#contactofinal p{
   
}


#contacto{
    background:#f3f3f3;

   
}

#uno{

    
   
}

.colorboton{
    width: 78px;
    height: auto;
    background: #183667;
    color: #ffffff;
    font-size: 1.4em;
    font-family: 'BebasNeue-Regular';
}

.colorboton2{
    width: 88px;
    height: auto;
    background: #183667;
    color: #ffffff;
    font-size: 1.4em;
    font-family: 'BebasNeue-Regular';
}

#spameo{
    color:#000000;
    float: right;
    box-shadow: #f3f3f3;
    background-color: #f0f0f0;
}



/* Boxes
------------------------------------------------ */

/* List style */
ul.thumbnails { 
  list-style: none; 
  margin: 0;
  padding: 0;
  }



.slidershow129{
  width: 400px;
  height: 470px;
  overflow: hidden;
  margin-top: 300px;

}
.middle129{
  position: absolute;

  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.navigation129{
  position: absolute;
  bottom: 45px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}
.navigation219{
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}
.bar129{
  width: 50px;
  height: 10px;
  border: 2px solid #fff;
  margin: 6px;
  cursor: pointer;
  transition: 0.4s;
}

.bar129:hover{
  background: #fff;
}


input[name="r"]{
    position: absolute;
    visibility: hidden;
}

.slides129{
  width: 500%;
  height: 100%;
  display: flex;
}

.slide129{
  width: 20%;
  transition: 0.6s;
}
.slide129 img{
  width: 100%;
 
}

#r1:checked ~ .s1{
  margin-left: 0;
}
#r2:checked ~ .s1{
  margin-left: -20%;
}
#r3:checked ~ .s1{
  margin-left: -40%;
}
.content-card39{
  width: 620px;
  overflow: hidden;
  height:600px;
  margin-top: -90px;
   margin-left: 10px;
  

}  
.contenedor50{
  margin:auto;
  width: 90%;
  max-width: 1000px;
  overflow: hidden;
  height: 550px;

}

.contenedor50 h2{
  font-size: 36px;
  color: #000000;

}
.card3{
  display: flex;
  
  flex-wrap: wrap;
}
.content-card20{
  width: 37%;
  
  overflow: hidden;
  height:250px;
}  
.texto-team6{
  height: 20%;
  width: 100%;
  padding: var(--espacios) 0;
  text-align: left;
}

.texto-team6 p{
  color: #000000;
  font-size: 14px;
}


/* Control box 
------------------------------------------------ */
.control-box {
    width: 100%;
    }
    .carousel-control{
        background: #666 !important;
        border: 0px;
        border-radius: 0px;
        display: inline-block;
        font-size: 34px;
        font-weight: 200;
        line-height: 18px;
        opacity: 0.5;
        padding: 4px 10px;
        margin: 320px -20px 0;
        height: 30px;
        width: 30px;
        }



/* Footer 
------------------------------------------------ */
footer.info { text-align: center; color: #888; margin: 30px 0; }
footer.info a { color: #fff; }
footer.info p { color: #ccc; margin: 10px 0; }



/* ADD-ON
------------------------------------------------ */


/*-----------------------Formulario contactanos--------------------------*/



