/* Utils */
.nopadding {
  padding: 0px!important;
}
.nomargin {
  margin: 0px!important;
}
.display-block {
  display: inline-block;
}
.mbottom20 {
  margin-bottom: 20px;
}
.padding-right-5 {
  padding-right: 5px;
}
.padding-left-5 {
  padding-left: 5px;
}
.padding-rl-5 {
  padding: 0px 5px;
}
.nopadding-left {
  padding-left: 0px;
}
.nopadding-right {
  padding-right: 0px;
}
.overflow-hidden {
  overflow: hidden;
}
.display-none {
  display: none;
}
.position-relative {
  position: relative;
}
.margin-0auto {
  margin: 0 auto;
}
.icon-container {
  display: inline-block;
}
.icon-container .icon {
  line-height: 0em;
}
.icon-container .icon.rounded.big {
  flex-direction: column;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  flex-direction: row;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: inline-block;
  width: 40px;
  height: 40px !important;
  text-align: center;
}
.icon-container .icon.rounded.big i {
  color: #fff;
}
.icon-container .icon.rounded.big i {
  color: #fff;
}
.background-white {
  background-color: #fff;
}
.row.nopadding > [class*='col-'] {
  padding-left: 0px;
  padding-right: 0px;
}
@media only screen and (min-width: 1200px) {
  .col-custom-20p100 {
    width: 20%;
    display: inline-block;
    float: left;
  }
}
.bottom-shadow {
  -webkit-box-shadow: 0px 5px 20px -4px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 5px 20px -4px rgba(0,0,0,0.75);
  box-shadow: 0px 5px 20px -4px rgba(0,0,0,0.75);
}
.color-primary {
  color: #f39c12;
}
.divisor {
  height: 1px;
  background-color: #70b654;
  width: 50px;
  display: block;
  margin-bottom: 26px;
}
/* Alinea los items verticalmente
/* alignItems: baseline, center, flex-end, flex-start
/* flexDirection: column, column-reverse, row, row-reverse
/*
*/
.vertical-align {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: 'center';
  -webkit-justify-content: space-around;
  justify-content: space-around;
  flex-direction: 'column';
}
/*---------------------------------------------------------------------------------
1. CSS Reset
-------------------------------------------------------------------------------*/
html {
  font-family: 'ayumi_lightregular', sans-serif;
  font-size: 16px;
  overflow-x: hidden;
}
html::-webkit-scrollbar {
  width: 10px;
}
html::-webkit-scrollbar-track {
  background: #0e111b;
}
html::-webkit-scrollbar-thumb {
  background: #176e99;
}
html::-webkit-scrollbar-thumb:hover {
  background: #2098d1;
}
#bgvid {
  width: 100%;
}
body {
  color: #fff;
  position: relative;
  background: #02060E;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
.clouds {
  background: url("../images/cloud.png");
  position: absolute;
  left: 0;
  bottom: 40%;
  height: 150px;
  background-size: 50% 150px;
  width: 300%;
  opacity: 0.2;
  z-index: 2;
  animation: cloud 100s linear infinite;
  transform: translate3d(0, 0, 0);
}
@keyframes cloud {
  0% {
    left: 0;
  }
  100% {
    left: -300%;
  }
}
.home.spHeight .clouds {
  display: none;
}
.queryloader__overlay__percentage {
  font-family: 'ayumi_lightregular', sans-serif;
  font-size: 20px!important;
  margin-top: -30px !important;
}
.queryloader__overlay__bar {
  box-shadow: 0px 0px 6px 0px rgba(31, 152, 209, 0.2);
}
#ui-lightbox {
  background: #0E111B;
  width: 100%;
}
#ui-lightbox-content-container {
  width: 100%!important;
}
#ui-lightbox-map {
  display: none!important;
}
#ui-lightbox-panorama-icon {
  display: none!important;
}
#ui-lightbox-content {
  width: 100%!important;
}
#ui-lightbox-content img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
  object-position: center;
}
#ui-lightbox-bottombar {
  background: transparent;
}
#ui-lightbox-bottombar #ui-lightbox-title {
  color: #2098D1;
}
#ui-lightbox-panorama-icon {
  height: 40px;
  right: 15px;
  width: 40px;
  top: 15px;
  border: 2px solid #2098D1;
  background-color: #0E111B;
  border-radius: 50%;
  background-position: center;
  background-size: 50%;
}
.ui-lightbox-arrow-next {
  background: #0E111B;
  border: 2px solid #2098D1;
  border-right: 0;
}
.ui-lightbox-arrow-prev {
  background: #0E111B;
  border: 2px solid #2098D1;
  border-left: 0;
}
#ui-lightbox-map {
  background-color: #0E111B;
  border: 1px solid #2098D1;
}
.page-up-holder {
  position: fixed;
  right: 15px;
  bottom: 20px;
  z-index: 2;
  text-align: center;
  border-radius: 50%;
  background: #0B0F18;
  border: 2px solid #2098D1;
  box-shadow: 0px 0px 5px 5px rgba(32, 152, 209, 0.2);
}
.page-up-holder .fa-angle-up {
  text-decoration: none;
  width: 30px;
  height: 30px;
  line-height: 25px;
  color: #2098D1;
  font-size: 30px;
  font-weight: 600;
}
/*----------------------------------------------------
 2.	Document Setup
------------------------------------------------------*/
.home {
  position: relative;
  width: 100%;
  height: calc(100vh - 0px);
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.home:before {
  content: '';
  box-shadow: inset 0px 0px 0px 10px #082d40;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: calc(100vh - 0px);
  z-index: 3;
  user-select: none;
}
.home .banner {
  height: calc(100vh - 0px);
}
.home.alt {
  width: 49.81%;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
}
.texto-inicio {
  display: none;
  position: absolute;
  width: 34%;
  left: 50%;
  margin-left: -17%;
  bottom: 120px;
  font-family: "ayumi_lightregular", sans-serif;
  font-size: 20px;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  padding: 20px;
  border: 1px solid rgba(32, 152, 209, 0.3);
}
.texto-inicio .sub {
  font-size: 17px;
}
.texto-inicio .sub a {
  color: #fff;
}
.spHeight {
  padding-bottom: 66px;
}
.noMar {
  margin: 0 !important;
}
.noPadd {
  padding: 0px !important;
  height: 100%;
}
.container .row {
  margin: 0px;
}
p {
  font-family: 'ayumi_lightregular', sans-serif;
  font-size: 15px;
  line-height: 21px;
  padding-bottom: 22px;
  margin: 0px;
}
h1 {
  font-size: 80px;
  line-height: 90px;
  font-weight: 700;
  margin: 0px;
  padding-bottom: 8px;
}
h2 {
  font-family: 'ayumi_lightregular', sans-serif;
  font-size: 40px;
  line-height: 38px;
  padding-bottom: 0px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0px;
}
h3 {
  font-size: 24px;
  line-height: 30px;
  padding-bottom: 6px;
  font-weight: normal;
  margin: 0px;
  font-family: 'ayumi_lightregular', sans-serif;
}
h4 {
  font-size: 19px;
  line-height: 24px;
  padding-bottom: 6px;
  font-weight: normal;
  margin: 0px;
}
h5 {
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 6px;
  font-weight: normal;
  margin: 0px;
}
h4.subHeading {
  font-weight: normal;
  font-size: 13px;
  padding-bottom: 22px;
  font-family: 'ayumi_lightregular', sans-serif;
}
.heading {
  text-align: center;
  padding-bottom: 35px;
  padding-top: 50px;
  background: #fff;
  color: #0E111B;
  border-bottom: 2px solid #2098D1;
  background-image: linear-gradient(-90deg, rgba(32, 152, 209, 0) 0%, rgba(32, 152, 209, 0.2) 100%);
}
.heading p {
  font-size: 18px;
  line-height: 8px;
  color: #2098d1;
  text-transform: uppercase;
}
.heading h2 {
  display: inline-block;
  margin-bottom: 10px;
  letter-spacing: 1px;
  text-shadow: 1px 1px #ffffff;
}
.topmar {
  width: 100%;
  max-width: 300px;
  border: 1px solid rgba(32, 152, 209, 0.3);
  box-shadow: 10px -10px 20px 0px rgba(32, 152, 209, 0.1);
  object-fit: cover;
  object-position: center;
}
section {
  background: #0E111B;
  min-height: 100vh;
}
section.experiencia {
  box-shadow: 0px -10px 100px 10px rgba(8, 45, 64, 0.2);
}
section > .container-fluid > .container {
  padding-top: 120px;
  padding-bottom: 120px;
  color: #fff;
}
section.contacto > .container-fluid > .container {
  padding-bottom: 0;
}
.carousel-caption {
  z-index: 10;
}
.carousel .item {
  height: 600px;
  background-color: #0A64A4;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
}
@keyframes logo_blur {
  0% {
    filter: blur(0px);
  }
  50% {
    filter: blur(5px);
  }
  100% {
    filter: blur(0px);
  }
}
.logo {
  background-repeat: no-repeat;
  display: inline-block;
  background-image: url("../images/logo.svg");
  background-size: cover;
  /*background-color: #082d4047;*/
  border-radius: 100%;
  overflow: hidden;
  box-shadow: inset 0px 0px 50px 60px rgba(0, 0, 0, 0.15), 40px 40px 60px 10px rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
}
.logo .texto {
  position: absolute;
  bottom: 86px;
  left: calc(50% + 2px);
  transform: translateX(-50%);
  text-wrap-mode: nowrap;
  font-size: 15px;
  letter-spacing: 0.8px;
  font-family: 'ayumi_lightregular', sans-serif;
}
.logo.l-1 {
  z-index: 1;
}
.logo.l-2 {
  animation: logo_blur 3s infinite;
  z-index: 0;
}
/*.bannerText {
  &.l-2 {
    &:hover {
      -webkit-animation: logo_blur 3s;
    }
  }
}*/
.logo-base {
  display: inline-block;
  width: 343px;
  height: 341px;
  background: url("../images/logo-base.png") no-repeat;
  animation-name: spin;
  animation-duration: 3000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/*----------------------------------------------------
 3.	Header Part
------------------------------------------------------*/
header {
  position: relative;
}
#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: none;
}
.home .bg-front {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: url(../images/bg-front.png), url(../images/bg-front-back-1.png), url(../images/bg-front-back-2.png), url(../images/bg-front-back-3.png), url(../images/bg-front-back-4.png);
  background-repeat: no-repeat;
  z-index: 2;
  background-position: center calc(100% - 16px);
  background-size: contain;
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
}
.home .bg {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100vh - 0px);
  z-index: -1;
  opacity: 1;
  background-image: url("../images/1.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
}
.home.alt .bg {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 0.5;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transform: scale(1);
}
.home.alt.lft .banner {
  position: relative;
  overflow: hidden;
  margin: 0 auto!important;
}
.home.alt.lft .banner .bg {
  background-image: url("../images/1.jpg");
}
.home.alt.rgt .bg {
  background-image: url("../images/3.jpg");
}
.home.alt:hover.lft .bg {
  transform: scale(1.1);
  opacity: 1;
}
.home.alt:hover.rgt .bg {
  transform: scale(1.1);
  opacity: 0.8;
}
.home.alt:hover.rgt .yo-foto {
  transform: scale(1.05) translateY(3px);
}
.bannerText {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -300px;
  text-align: center;
  width: 100%;
}
.bannerText.alt {
  margin-top: -220px;
}
.bannerText.alt .nombre {
  font-size: 23px;
  font-weight: 300;
  text-shadow: 1px 1px 1px #000;
  letter-spacing: 0.05em;
}
.bannerText.alt .ofic {
  font-size: 13px;
  font-weight: 100;
  text-shadow: 1px 1px 1px #000;
  letter-spacing: 0.05em;
}
.home.spHeight.bannerText {
  margin-top: -190px;
}
/*------------------------------------
	3.1 Slide show background control
--------------------------------------*/
.cb-slideshow li {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
/*---------------------------------------------------------------------------------
 4. Background slider CSS style
-------------------------------------------------------------------------------*/
.ri-grid {
  margin: 0px auto;
  position: relative;
  height: auto;
}
.ri-grid ul {
  list-style: none;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.ri-grid ul:before,
.ri-grid ul:after {
  content: '';
  display: table;
}
.ri-grid ul:after {
  clear: both;
}
.ri-grid ul {
  zoom: 1;
}
.ri-grid ul li {
  perspective: 400px;
  margin: 0;
  padding: 0;
  float: left;
  position: relative;
  display: block;
  overflow: hidden;
  background: #000;
}
.ri-grid ul li a {
  display: block;
  outline: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #333;
  box-sizing: content-box;
}
.ri-grid-size-1 {
  width: 55%;
}
.ri-grid-size-2 {
  width: 100%;
}
.ri-grid-size-3 {
  width: 100%;
  margin-top: 0px;
}
.ri-shadow:after,
.ri-shadow:before {
  content: "";
  position: absolute;
  z-index: -2;
  bottom: 15px;
  left: 10px;
  width: 50%;
  height: 20%;
  max-width: 300px;
  max-height: 100px;
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  transform: rotate(-3deg);
}
.ri-shadow:after {
  right: 10px;
  left: auto;
  transform: rotate(3deg);
}
.ri-grid-loading:after,
.ri-grid-loading:before {
  display: none;
}
.ri-loading-image {
  display: none;
}
.ri-grid-loading .ri-loading-image {
  position: relative;
  width: 30px;
  height: 30px;
  left: 50%;
  margin: 100px 0 0 -15px;
  display: block;
}
/*----------------------------------------------------
 5.	Menu Style
------------------------------------------------------*/
.isStuck {
  left: 0px;
  width: 100%;
}
@keyframes menuOpacity {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
.menu {
  margin-top: -65px;
  position: static;
  left: 0px;
  right: 0px;
}
.menu:before {
  content: '';
  position: absolute;
  bottom: 65px;
  left: 10px;
  width: 100%;
  height: 1px;
  background-image: url("../images/1_line.jpg");
  z-index: 2;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  animation: menuOpacity 5s;
  animation-iteration-count: infinite;
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -ms-transition: all 0s ease;
  -o-transition: all 0s ease;
}
.navwrapper .container {
  padding: 0;
  width: auto;
}
.navbar-header {
  display: none;
}
.nav > li > a {
  display: inline-block;
}
.nav > li > a:focus {
  outline: none;
}
.navbar-nav > li {
  float: none;
  display: inline;
}
.navbar-nav {
  margin: 0 auto;
  text-align: center;
  float: none;
}
.navbar-toggle {
  margin-top: 14px;
  margin-right: 0;
}
.navbar-wrapper {
  margin-top: 0px;
  padding-bottom: 1px;
  position: relative;
  z-index: 15;
  background: #082d40;
  border-top: 1px solid rgba(32, 152, 209, 0.15);
  box-shadow: 0 0 20px 10px rgba(31, 152, 209, 0.1);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.navbar-wrapper.isStuck {
  border-top: none;
  background: #082d40;
  border-bottom: 1px solid rgba(32, 152, 209, 0.8);
  box-shadow: 0px 10px 35px 0px rgba(31, 152, 209, 0.2);
}
.navbar-wrapper .container {
  padding: 0px;
}
.navbar-collapse {
  border-color: rgba(32, 152, 209, 0.2);
  border: 0px;
  padding-bottom: 30px;
  box-shadow: none;
}
.navbar-collapse.in {
  min-height: 100vh;
}
.navbar.navbar-inverse.navbar-static-top {
  margin: 0px auto;
  background: none;
  color: #fff;
  border: none;
  font-size: 15px;
  font-family: 'ayumi_lightregular', sans-serif;
  text-transform: uppercase;
}
.navbar.navbar-inverse.navbar-static-top a {
  color: #fff;
  padding: 20px 35px 19px 35px;
  line-height: 19px;
  text-align: center;
  text-shadow: 0px 0px 3px rgba(255, 255, 255, 0.5);
  opacity: 0.5;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.navbar.navbar-inverse.navbar-static-top a > span {
  display: block;
  font-size: 10px;
  line-height: 5px;
  color: #2098D1 !important;
}
.navbar.navbar-inverse.navbar-static-top a:hover {
  opacity: 1;
  text-shadow: none;
}
.navbar.navbar-inverse.navbar-static-top a.navbar-brand {
  padding: 22px 25px!important;
}
.navbar-inverse .navbar-nav > .active:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  top: 0;
  background: #2098d1;
  height: 4px;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus {
  background: none;
  color: #fff;
  opacity: 1;
}
.navbar-logo-holder {
  background: url(../images/bg-logo.jpg) no-repeat;
  background-size: 100% 100%;
  box-shadow: 0px 5px 6px 0px rgba(14, 17, 27, 0.3);
  border: 1px solid #084461;
  position: absolute;
  top: 10px;
  left: 0;
  width: 90px;
  height: 90px;
  padding: 0px;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  z-index: 2;
}
.navbar-logo-holder .navbar-logo {
  width: 100%;
  height: 100%;
}
.navbar-logo-holder .navbar-logo {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.navbar-logo-sub-holder .navbar-logo-sub {
  display: inline-block;
  position: absolute;
  left: 96px;
  top: 48px;
  font-size: 10px;
  color: #1b82b4;
}
.isStuck .navbar-nav {
  text-align: right;
}
.hvr-overline-reveal:before {
  top: initial;
  bottom: -4px;
  height: 5px;
  opacity: 0.7;
  box-shadow: 0 0 10px #2098d1;
  transform: translateY(0);
}
.navbar-inverse .navbar-nav > .active > a.hvr-overline-reveal:before {
  transform: translateY(-4px);
  opacity: 1;
}
.hvr-overline-reveal:focus:before {
  transform: translateY(-4px);
}
.hvr-overline-reveal:active:before,
.hvr-overline-reveal:focus:before,
.hvr-overline-reveal:hover:before {
  transform: translateY(-4px);
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: transparent;
  background: #0E111B;
}
.navbar-inverse .navbar-toggle:not(.collapsed) .icon-bar:nth-child(1) {
  position: relative;
  transform: rotate(45deg);
  top: 5px;
}
.navbar-inverse .navbar-toggle:not(.collapsed) .icon-bar:nth-child(2) {
  opacity: 0;
}
.navbar-inverse .navbar-toggle:not(.collapsed) .icon-bar:nth-child(3) {
  position: relative;
  transform: rotate(-45deg);
  top: -7px;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  outline: none;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #2098D1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.hideClass {
  display: none;
}
.navbar-brand {
  color: #2098D1;
  opacity: 1;
  text-shadow: none;
}
/*----------------------------------------------------
 6.	About me Style
------------------------------------------------------*/
.yo-perfil {
  border: 3px solid #fff;
  box-shadow: 10px -10px 20px 0 rgba(32, 152, 209, 0.1);
  border-radius: 100%;
  max-width: 149px;
  margin-bottom: 15px;
  float: left;
  margin-right: 30px;
}
.yo-foto {
  border: 4px solid #fff;
  border-radius: 100%;
  display: inline-block;
  overflow: hidden;
  box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.2);
}
.yo-foto img {
  max-width: 130px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.sobremi {
  position: relative;
}
.sobremi .heading p {
  padding: 0;
}
.sobremi .bg {
  background: url("../images/1.jpg") no-repeat;
  background-size: cover;
  background-position: center bottom;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 157px;
  width: 100%;
  height: calc(100% - 157px);
  height: -moz-calc(100% - 157px);
  height: -webkit-calc(100% - 157px);
  height: -o-calc(100% - 157px);
  opacity: 0.2;
}
.sobremi .container p {
  font-size: 18px;
  padding-left: 150px;
}
.sobremiTop {
  background: #00bdbd;
  height: 60px;
}
.spHeight .aboutTop {
  margin-top: -62px !important;
}
.sobremi .btn-cv {
  font-family: 'ayumi_lightregular', sans-serif;
  width: 100%;
  margin-bottom: 50px;
  overflow: hidden;
  color: white;
  background-color: #0e111b;
  border-radius: 0;
  cursor: pointer;
}
.sobremi .btn-cv:hover {
  color: #fff;
}
.sobremi .btn-cv.hvr-shutter-out-vertical:before {
  background: #176E99;
  transition-duration: 0.1s;
  margin: 1px;
}
.sobremi h3 {
  padding: 0;
  font-size: 30px;
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.5);
  padding-top: 5px;
  text-transform: uppercase;
}
.sobremi h4 {
  margin-top: -5px;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-size: 13px;
  color: #2098d1;
  letter-spacing: 0.7px;
  text-shadow: 0px 0px 5px rgba(32, 152, 209, 0.5);
}
.sobremi #btn-go-contacto {
  font-weight: bold;
  text-decoration: none;
  color: #2098D1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.sobremi #btn-go-contacto:hover {
  background: #fff;
  padding: 1px 5px 1px 5px;
}
.sobremi .contactoDatos {
  margin-top: 30px;
  text-align: center;
}
.sobremi .contactoDatos p {
  display: inline-block;
  color: #fff;
  font-size: 13px;
  line-height: 19px;
  padding-left: 0px;
  padding-bottom: 10px;
  text-align: left;
  width: 50%;
}
.sobremi .contactoDatos p a {
  color: #fff;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.sobremi .contactoDatos p a:hover {
  color: #2098D1;
  text-decoration: none;
}
.sobremi .contactoDatos i {
  padding-right: 15px;
}
.sobremi .contactoDatos .fa {
  width: 20px;
  color: #fff;
  border-radius: 100%;
  padding: 6px;
  width: 25px;
  height: 25px;
  text-align: center;
  vertical-align: middle;
  background: rgba(255, 255, 255, 0.2);
  margin-right: 5px;
}
.sobremi .contactoDatos .fa.fa-linkedin {
  background: #0077B5;
}
.sobremi .contactoDatos .fa.fa-facebook {
  background: #3b5998;
}
.sobremi .contactoDatos .fa.fa-twitter {
  background: #1da1f2;
}
.sobremi .contactoDatos .fa.fa-instagram {
  background: url("../images/bg-instagram.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
}
.sobremi .contactoDatos .fa.fa-skype {
  background: #30c5ee;
}
/*----------------------------------------------------
 7.	Technical Skills Style
------------------------------------------------------*/
.addspace {
  height: 60px;
  background: #eeeeee;
}
.habilidades {
  position: relative;
}
.habilidades .heading p {
  padding: 0;
}
.habilidades > .container-fluid {
  position: relative;
  z-index: 1;
}
.habilidades .bg {
  background: url("../images/1-2.jpg") no-repeat;
  background-size: contain;
  background-position: center bottom;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 157px;
  width: 100%;
  height: calc(100% - 157px);
  height: -moz-calc(100% - 157px);
  height: -webkit-calc(100% - 157px);
  height: -o-calc(100% - 157px);
  opacity: 0.4;
  transform: rotateY(180deg);
}
.habilidades .skillsArea {
  padding: 0px;
  position: relative;
  display: inline-block;
}
.habilidades .skillsArea:nth-child(4n):before {
  display: none;
}
.habilidades .skillsArea:before {
  content: '';
  position: absolute;
  height: 1px;
  top: calc(50% - 20px);
  left: 50%;
  width: calc(50% - 0px);
  transform: translate(50%);
  background: rgba(32, 152, 209, 0.2);
  box-shadow: 0px 0px 6px 0px rgba(31, 152, 209, 0.4);
}
.habilidades .container .row {
  text-align: center;
}
.habilidades .skills {
  margin: 0 auto;
  margin-bottom: 0px;
  text-align: center;
  padding: 9px 9px 9px 9px;
  float: none;
  width: 100%;
}
.habilidades .skills p {
  color: #84868d;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
}
.habilidades .skills img {
  margin: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.habilidades .skills h4 {
  font-family: 'ayumi_lightregular', sans-serif;
  width: 100%;
  padding-bottom: 0px;
}
.habilidades .skills .chart {
  position: relative;
  display: inline-block;
  width: 152px;
  height: 152px;
  margin-bottom: 0px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  overflow: hidden;
  border: 1px solid transparent;
  background-color: #ffffff;
  transition: all 0.1s ease-in-out !important;
}
.habilidades .skills .chart.photoshop {
  border: 1px solid #30a8ff;
}
.habilidades .skills .chart.illustrator {
  border: 1px solid #ff9a02;
}
.habilidades .skills .chart.aftereffects {
  border: 1px solid #9999ff;
}
.habilidades .skills .chart.premiere {
  border: 1px solid #9999ff;
}
.habilidades .skills .chart:hover {
  transform: scale(1.2);
}
.chart canvas {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  box-shadow: inset 0px 0px 0px 1px #f3f9fc;
}
.percent {
  position: relative;
  display: inline-block;
  font-family: 'ayumi_lightregular', sans-serif;
  font-size: 21px;
  color: rgba(255, 255, 255, 0.2);
  line-height: 155px;
  z-index: 2;
  display: none;
}
.percent:after {
  content: '%';
  margin-left: 0.1em;
  font-size: 0.8em;
}
.angular {
  margin-top: 100px;
}
.angular .chart {
  margin-top: 0;
}
/*----------------------------------------------------
 8.	Work Experience Style
------------------------------------------------------*/
.experiencia {
  position: relative;
}
.experiencia > .container-fluid {
  position: relative;
  z-index: 1;
}
.experiencia .bg {
  background: url("../images/1-2.jpg") no-repeat;
  background-size: contain;
  background-position: center bottom;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0px;
  width: 100%;
  height: calc(100% - 0px);
  height: -moz-calc(100% - 0px);
  height: -webkit-calc(100% - 0px);
  height: -o-calc(100% - 0px);
  opacity: 0.4;
}
.experiencia .heading p {
  padding: 0;
}
.workDetails .rightArea {
  padding-bottom: 20px;
}
.workDetails:last-child .rightArea {
  padding-bottom: 0px;
}
.workDetails .rightArea:hover .exCon {
  background: #fff;
  border: 0;
  padding-bottom: 4px;
  box-shadow: 0px 0px 0px 5px #2098d1;
}
.workDetails .rightArea:hover .arrowpart {
  margin-top: -22px;
  background: url("../images/arrow-left-w.png") no-repeat 0 50%;
}
.holder-workYear {
  display: table;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 2px solid #2098d1;
  background: #FFFFFF;
  background-image: linear-gradient(-90deg, rgba(32, 152, 209, 0) 0%, rgba(32, 152, 209, 0.2) 100%);
  box-shadow: 0px 0px 0px 3px rgba(32, 152, 209, 0.2);
}
.workYear {
  font-size: 17px;
  line-height: 14px;
  color: #2098D1;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-family: 'ayumi_lightregular', sans-serif;
  text-shadow: 1px 1px #ffffff;
}
.arrowpart {
  position: absolute;
  z-index: 1;
  margin-top: -20px;
  margin-left: -25px;
  float: left;
  width: 15px;
  height: 100%;
  background: url(../images/arrow-left.png) no-repeat 0 50%;
}
.exCon {
  position: relative;
  width: auto;
  background: #f3f3f3;
  border-bottom: 4px solid #2098D1;
  padding: 20px 20px 0 10px;
  margin-left: 15px;
  text-align: left;
  box-shadow: 0px 0px 0px 5px rgba(32, 152, 209, 0.2);
}
.exCon p {
  color: #84868d;
  font-size: 13px;
  line-height: 18px;
  padding: 0;
  border-bottom: 1px solid #C7C8CA;
}
.exCon h4 {
  color: #0E111B;
  font-size: 25px;
  padding-bottom: 3px;
  font-family: 'ayumi_lightregular', sans-serif;
}
.exCon .col-md-12 {
  padding-right: 0;
}
.exCon h5 {
  color: #2098D1;
  font-family: 'ayumi_lightregular', sans-serif;
  margin-top: -7px;
  font-size: 15px;
}
.exCon .holder-sombra {
  position: absolute;
  right: 30px;
  top: 0px;
}
.exCon .holder-sombra .sombra {
  display: block;
  position: relative;
}
.exCon .holder-sombra .sombra:before {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  border-radius: 50%;
  height: 100%;
  box-shadow: inset 3px 0px 5px 5px rgba(0, 0, 0, 0.2);
}
.exCon .holder-sombra .sombra .logo {
  height: 50px;
  width: 50px;
  object-fit: cover;
  background-image: none;
  box-shadow: 0px 0px 0px 0.5px rgba(0, 0, 0, 0.2);
}
.exCon .fecha {
  color: #A9A9A9;
  font-family: 'ayumi_lightregular', sans-serif;
  font-size: 12px;
  margin-bottom: 15px;
  text-align: right;
}
/*----------------------------------------------------
 10. Portfolio Style
------------------------------------------------------*/
.trabajos .heading p {
  padding: 0;
}
.trabajos h4 {
  font-weight: 700;
}
.trabajosFilter {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.trabajosFilter ul {
  margin: 0 auto;
  text-align: center;
  display: block;
  margin-bottom: 30px;
}
.trabajosFilter ul li {
  display: inline-block;
  margin: 5px 5px;
}
.trabajosFilter ul li a {
  padding: 16px 18px;
  font-size: 13px;
  line-height: 15px;
  color: #ffffff;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
  border: solid 1px #95d9ee;
  transition-duration: 0.2s;
}
.trabajosFilter ul li a:hover {
  border: solid 1px #15596e;
  color: #15596e;
  transition-duration: 0.2s;
}
.trabajosFilter ul li a.current {
  background: #15596e;
  border: solid 1px #15596e;
  color: #fff;
}
.trabajosContainer {
  display: block;
  padding: 0px 15px 10px 15px;
}
.trabajosContainer > div {
  display: block;
  padding: 0px;
  margin: 0px;
}
.trabajosContainer .lightCon {
  display: block;
  margin: 3px 3px 4px 4px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(32, 152, 209, 0.4);
  box-shadow: 0px 0px 5px rgba(32, 152, 209, 0.2);
}
.trabajosContainer .lightCon img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: transform 0.5s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out;
  -ms-transition: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
}
.trabajosContainer .lightCon:hover img {
  transform: scale(1.1);
}
.trabajosContainer .lightCon:hover span.hoverBox {
  opacity: 1;
  left: 0px;
  bottom: 0px;
  border-width: 3px;
  background: rgba(14, 17, 27, 0.8);
}
.trabajosContainer .lightCon:hover span.hoverBox .zoom {
  visibility: visible;
  left: 0;
  transition-duration: 0.2s;
}
.trabajosContainer .lightCon:hover span.hoverBox .linKed {
  visibility: visible;
  right: 0%;
  transition-duration: 0.2s;
}
.trabajosContainer .lightCon span.hoverBox .linKed.disabled {
  cursor: default;
  opacity: 0.3;
}
.trabajosContainer .cols {
  padding: 0;
}
.trabajosContainer .np-r {
  padding-right: 0;
}
.trabajosContainer .np-l {
  padding-left: 0;
}
span.hoverBox {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
  transition-duration: 0.5s;
  border: 0px solid #144764;
  background: #0e111b;
}
span.hoverBox a {
  line-height: 42px;
}
span.hoverBox .smallIcon {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  gap: 20px;
}
span.hoverBox .smallIcon a {
  text-decoration: none;
}
span.hoverBox .smallIcon a:hover {
  transform: scale(1.1);
}
span.hoverBox .zoom {
  visibility: hidden;
  border-radius: 50%;
  padding: 10px;
  width: 62px;
  height: 62px;
  background: #0E111B;
  border: 2px solid #2098D1;
  color: #fff;
  position: relative;
  line-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition-duration: 0.2s;
}
span.hoverBox .linKed {
  visibility: hidden;
  border-radius: 50%;
  padding: 10px;
  width: 62px;
  height: 62px;
  background: #0E111B;
  border: 2px solid #2098D1;
  color: #fff;
  position: relative;
  right: -150%;
  line-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition-duration: 0.2s;
}
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope,
.isotope .isotope-item {
  transition-duration: 0.8s;
}
.isotope {
  transition-property: height, width;
}
.isotope .isotope-item {
  padding: 0;
  transition-property: transform, opacity;
}
.abc {
  position: absolute;
  width: 782px;
  height: auto;
  top: 20%;
  left: 0;
  right: 0;
  z-index: 99999;
  margin: 0 auto;
}
.abc #pbImage {
  position: static !important;
}
#pbCaption {
  display: block;
  background: none !important;
}
#pbBottom {
  position: relative !important;
  left: 26.1% !important;
  bottom: 0px !important;
  width: 100% !important;
  margin-left: -26% !important;
  padding: 0px !important;
  height: 80px !important;
  display: block;
  background-color: #181b22;
}
#pbCloseBtn {
  position: absolute !important;
}
/*----------------------------------------------------
 11. Get in tuch Style
------------------------------------------------------*/
.contacto {
  position: relative;
}
.contacto > .container-fluid {
  position: relative;
  z-index: 1;
}
.contacto .bg {
  background: url("../images/1-2.jpg") no-repeat;
  background-size: contain;
  background-position: center bottom;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 157px;
  width: 100%;
  height: calc(100% - 157px);
  height: -moz-calc(100% - 157px);
  height: -webkit-calc(100% - 157px);
  height: -o-calc(100% - 157px);
  opacity: 0.4;
  transform: rotateY(180deg);
}
.contacto .heading p {
  padding: 0;
}
.contacto h4 {
  font-weight: 700;
}
.topCon {
  padding-bottom: 0px !important;
}
.mapArea {
  position: relative;
  min-height: 500px;
  height: auto;
  overflow: hidden;
  width: 100%;
  margin: 0;
  border-top: 2px solid #2098D1;
}
.mapArea iframe {
  width: 100%;
  min-height: 500px;
}
.mapArea #map {
  width: 100%;
  min-height: 500px;
}
.contactoDetails {
  padding-top: 100px;
  padding-bottom: 100px;
}
.contactoDetails .container {
  padding-left: 0;
  padding-top: 25px;
  padding-bottom: 0;
}
.contactoDetails h4 {
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 15px;
}
.contactoDetails p {
  color: #fff;
  font-size: 13px;
  line-height: 19px;
  padding-bottom: 14px;
}
.contactoDetails p a {
  color: #fff;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.contactoDetails p a:hover {
  color: #2098D1;
  text-decoration: none;
}
.contactoDetails i {
  padding-right: 15px;
}
.contactoDetails .fa {
  width: 20px;
  color: #fff;
  border-radius: 100%;
  padding: 6px;
  width: 25px;
  height: 25px;
  text-align: center;
  vertical-align: middle;
  background: rgba(255, 255, 255, 0.2);
  margin-right: 5px;
}
.contactoDetails .fa.fa-linkedin {
  background: #0077B5;
}
.contactoDetails .fa.fa-facebook {
  background: #3b5998;
}
.contactoDetails .fa.fa-twitter {
  background: #1da1f2;
}
.contactoDetails .fa.fa-instagram {
  background: url("../images/bg-instagram.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
}
.contactoDetails .fa.fa-skype {
  background: #30c5ee;
}
.conForm .form-group {
  position: relative;
  margin-bottom: 35px;
}
.conForm .input {
  font-family: 'ayumi_lightregular', sans-serif;
  font-size: 16px;
  background: #FFFFFF;
  color: #2098D1;
  padding: 15px 20px;
  width: 100%;
  border: none;
  outline: none;
  box-shadow: 0px 0px 0px 5px rgba(32, 152, 209, 0.2);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.conForm .input:focus {
  box-shadow: 0px 0px 0px 5px rgba(32, 152, 209, 0.8);
}
.conForm .input.noMarr {
  margin-right: 0px;
}
.conForm .textarea {
  font-family: 'ayumi_lightregular', sans-serif;
  font-size: 16px;
  background: #FFFFFF;
  color: #2098D1;
  padding: 15px 20px;
  border: none;
  outline: none;
  height: 100px;
  width: 100%;
  box-shadow: 0px 0px 0px 5px rgba(32, 152, 209, 0.2);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.conForm .textarea:focus {
  box-shadow: 0px 0px 0px 5px rgba(32, 152, 209, 0.8);
}
.conForm .btn-submit {
  font-family: 'ayumi_lightregular', sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  margin: 0;
  border-radius: 0;
  background-color: #1a85b6;
  color: #fff;
  border-color: #1a85b6;
}
.conForm .btn-submit:focus {
  outline: 0;
}
.conForm .loader {
  display: none;
  height: 35px;
  padding: 6px 12px 0 12px;
}
.conForm .mensaje {
  display: none;
  font-family: 'ayumi_lightregular', sans-serif;
  font-size: 16px;
  padding: 10px 0 0 0;
}
.conForm .alert {
  position: absolute;
  width: calc(100% - 30px);
  width: -moz-calc(100% - 30px);
  width: -webkit-calc(100% - 30px);
  width: -o-calc(100% - 30px);
  height: 20px;
  bottom: -45px;
  z-index: 1;
  display: none;
  background: #a10000;
  color: #fff;
  font-weight: normal;
  font-family: 'ayumi_lightregular', sans-serif;
  font-size: 12px;
  border-radius: 0;
  padding: 2px 0 0 4px;
  text-shadow: none;
  box-shadow: none;
}
.conForm .success {
  color: #fff;
}
.conForm .form-general-error-container .success,
.conForm .form-general-error-container .incomplete,
.conForm .form-general-error-container .error {
  display: none;
  font-family: 'ayumi_lightregular', sans-serif;
  font-size: 16px;
  color: #2098D1;
}
.conForm .form-loader {
  margin: 9px 12px 0 0;
  display: none;
}
*::-webkit-input-placeholder {
  color: #0E111B !important;
  font-size: 16px;
}
*:-moz-placeholder {
  color: #0E111B !important;
  font-size: 16px;
}
*::-moz-placeholder {
  color: #0E111B !important;
  font-size: 16px;
}
*:-ms-input-placeholder {
  color: #0E111B !important;
  font-size: 16px;
}
*:focus::-webkit-input-placeholder {
  color: #0E111B !important;
  font-size: 16px;
}
*:focus:-moz-placeholder {
  color: #0E111B !important;
  font-size: 16px;
}
*:focus::-moz-placeholder {
  color: #0E111B !important;
  font-size: 16px;
}
*:focus:-ms-input-placeholder {
  color: #0E111B !important;
  font-size: 16px;
}
/*----------------------------------------------------
 12. Footer Style
------------------------------------------------------*/
.footer {
  background: #fff;
  border-bottom: 5px solid #2098D1;
  border-top: 1px solid #2098D1;
}
.footer .container {
  padding: 20px 0;
}
.footer .container .copy {
  /* display: inline-block;
      vertical-align: top;*/
  font-family: 'ayumi_lightregular', sans-serif;
  font-size: 15px;
  color: #888a91;
  margin-top: 10px;
}
.footer .container .copy br {
  display: none;
}
.footer.alt {
  background: transparent;
  border: 0;
  z-index: 1;
  position: fixed;
  width: 50%;
  margin-bottom: 0;
  bottom: 50px;
}
.footer.alt .container {
  width: 49.81%;
  padding-top: 50px;
}
.footer.alt .btn-visitar {
  color: #fff;
  display: inline-block;
  width: 20%;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 12px;
  padding: 3px 0 2px 0;
  letter-spacing: 1px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none;
  transition: all 0.5s ease;
}
.footer.alt .btn-visitar:hover {
  background: #2098d1;
  border-color: #2098d1;
}
.footer.alt.rgt {
  left: 50%;
}
.footer.alt.rgt .btn-visitar:hover {
  background: #F44336;
  border-color: #F44336;
}
.footer-copy {
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: center;
  z-index: 1;
  font-size: 11px;
  background: #000;
  padding: 10px 0 10px 0;
  font-weight: 200;
}
.home.spHeight .fa-angle-down-holder {
  margin-top: 190px;
}
.fa-angle-down-holder {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: 90px;
  z-index: 4;
  animation: avia_fade_move_down 2s ease-in-out infinite;
}
.fa.fa-angle-down {
  font-size: 50px;
  display: block;
  text-align: center;
  opacity: 0.5;
  margin-left: -16px;
  text-decoration: none;
  cursor: pointer;
  color: #ffffff;
}
.fa.fa-angle-down:hover {
  opacity: 1;
}
/*animated arrow animattion*/
@keyframes avia_fade_move_down {
  0% {
    transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 20px);
    opacity: 0;
  }
}
/*@keyframes arrow {
	50% {
        bottom: 32%;
    }
}

@-webkit-keyframes arrow {
	50% {
        bottom: 32%;
    }
}*/
.footer .fa-styl {
  width: 32px !important;
  height: 32px !important;
  text-align: center;
  background: #0E111B;
  font-size: 1.2em !important;
  color: #fff;
  line-height: 31px;
  cursor: pointer;
  overflow: hidden;
  margin: 0 6px;
  border: 2px solid #2098d1;
  box-shadow: 0px 0px 0px 5px rgba(32, 152, 209, 0.2);
  border-radius: 50%;
  transition: all 0.5s ease;
}
.footer .fa.fa-hand-o-right {
  font-size: 10px;
}
.footer .fa-styl:hover {
  font-size: 3em!important;
  background: #2098D1;
}
.footer.alt .fa-styl:hover {
  font-size: 1.5em !important;
  box-shadow: 0px 0px 0px 0px rgba(32, 152, 209, 0.2);
}
.mapArea iframe {
  pointer-events: none;
}
.footer.alt.rgt .fa-styl {
  border-color: #F44336;
  box-shadow: 0px 0px 0px 5px rgba(244, 67, 54, 0.2);
}
.footer.alt.rgt .fa-styl:hover {
  background: #F44336;
  box-shadow: 0px 0px 0px 0px rgba(244, 67, 54, 0.2);
}
/*#particles-js {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: url('');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}*/
.scroll-indicator {
  position: fixed;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 5px;
  background-color: #082d40;
  z-index: 1;
}
.scroll-indicator-barra {
  width: 0px;
  height: 5px;
  background-color: #2097cf;
}
.no-encontrada {
  position: absolute;
  left: 50%;
  top: calc(50% - 36px);
  transform: translate(-50%, -50%);
  z-index: 1;
  font-size: 13.5px;
  line-height: 15px;
  text-transform: uppercase;
  text-align: center;
}
.no-encontrada b {
  font-size: 31px;
}
#CybotCookiebotDialogHeader {
  display: none !important;
}
/*---------------------------------------------------------------------------------
 Responsive style
-------------------------------------------------------------------------------*/
@media screen and (min-width: 1200px) {
  /* .workYear {
        width:140px;
        height:140px;
        padding-top:50px;
    }
    .education .workYear {
        padding-top:58px;
    } */
}
@media screen and (max-width: 991px) {
  .navbar.navbar-inverse.navbar-static-top a {
    padding-left: 18px;
    padding-right: 18px;
  }
  /*.bannerText {
        padding-left:25px;
        padding-right:25px;
    }
    .bannerText h1 {
        font-size:65px;
        line-height:71px;
    }
    .bannerText h2 {
        font-size:28px;
    }*/
  .proPic {
    text-align: center;
    display: none;
  }
}
@media screen and (max-width: 810px) {
  /* body {
        min-height:700px;
    } */
  #header h3 {
    font-size: 38px;
  }
  #header h3 span {
    font-size: 16px;
  }
  .abc {
    width: 100%;
  }
  .navbar.navbar-inverse.navbar-static-top a {
    padding-left: 17px;
  }
}
@media screen and (min-width: 768px) {
  .conForm .input.col-sm-6 {
    width: 47%;
  }
  .conForm .input.col-lg-6 {
    width: 47%;
  }
}
@media screen and (max-width: 768px) {
  .menu {
    position: fixed;
    top: 0;
    z-index: 999;
  }
  .navbar.navbar-inverse.navbar-static-top a {
    padding: 15px 25px;
  }
  .navbar-wrapper .container,
  .navwrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  ul.trabajosContainer li.col-xs-6 {
    width: 49%;
    min-height: 85px;
  }
  .conForm .textarea {
    width: 100%;
  }
  .conForm .btn-submit {
    margin: 0;
  }
  .navbar-wrapper {
    height: auto;
    border-top: none;
    /*background: rgba(8, 45, 64, 1);
        border-bottom: 1px solid rgba(32, 152, 209, 0.12);
        -webkit-box-shadow: 0px 10px 35px 0px rgba(31, 152, 209, .2);
        box-shadow: 0px 10px 35px 0px rgba(31, 152, 209, .2);*/
    /*background: transparent;*/
    border-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-logo-sub-holder .navbar-logo-sub {
    top: 43px;
    left: 86px;
  }
}
@media screen and (max-width: 767px) {
  .navbar-header {
    display: block;
  }
  .workYear {
    margin: 0 auto;
  }
  .workDetails .rightArea {
    border-left: none;
  }
  .arrowpart {
    float: none;
    width: 100%;
    height: 14px;
    background: url(../images/arrow-top.png) no-repeat 50% 100%;
  }
  .workDetails .rightArea:hover .arrowpart {
    background: url("../images/arrow-top-w.png") no-repeat 50% 100%;
  }
  .exCon {
    margin-left: 0px;
  }
  ul.navbar-nav li a {
    display: block;
  }
  .workDetails .logo {
    display: block;
    max-width: 50px;
    top: -30px;
    border-radius: 50%;
    right: 104px;
  }
  .workDetails .holder-workYear {
    width: 60px;
    height: 60px;
    left: 50%;
    position: absolute;
    z-index: 1;
    margin-left: -30px;
  }
  .workDetails .workYear {
    font-size: 12px;
    line-height: 8px;
  }
  .workDetails .rightArea {
    margin-top: 80px;
    position: relative;
  }
  .workDetails .arrowpart {
    position: absolute;
    width: 26px;
    left: 50%;
    top: 6px;
    margin-left: -13px;
  }
  .habilidades .skillsArea:before {
    display: none;
  }
  /*.habilidades .skillsArea:before {
        width: calc(50% - 24%);
        right: -13%;
    }*/
  .texto-inicio {
    width: 59%;
    left: 25%;
    margin-left: -5.5%;
  }
}
@media screen and (max-width: 650px) {
  .home {
    top: 58px !important;
  }
  .upbox {
    transform: translate(0px, -70px);
    -ms-transform: translate(0px, -70px);
    /* IE 9 */
    -webkit-transform: translate(0px, -70px);
    /* Safari and Chrome */
  }
  /*.bannerText {
        top: 25%;
        padding-top:15px;
        padding-bottom:15px;
    }
    .bannerText h1 {
        font-size: 42px;
        line-height: 48px;
    }
    .bannerText h2 {
        font-size: 18px;
        line-height:24px;
    }*/
}
/*@media (max-width: 479px){
    .home .bannerText {
        margin-top: -190px;
    }
}*/
@media screen and (max-width: 480px) {
  /* .navbar.navbar-inverse.navbar-static-top a {
        line-height: 17px;
        padding-top:11px;
        padding-bottom:11px;
    } */
  .conForm .btn-submit {
    width: 100%;
  }
  .footer .container .copy br {
    display: inline-block;
  }
  span.hoverBox .smallIcons {
    gap: 5px;
  }
  span.hoverBox .zoom,
  span.hoverBox .linKed {
    width: 40px;
    height: 40px;
  }
  span.hoverBox .fa {
    font-size: 1.3em;
  }
  .home {
    margin-top: 58px !important;
    top: 0px !important;
    height: calc(100vh - 58px);
  }
  .home:before {
    height: calc(100vh - 58px);
    box-shadow: none;
  }
  .home .banner {
    height: calc(100vh - 58px);
  }
  .home .bg {
    height: calc(100vh - 0px);
  }
  .home .bg-front {
    background-position: center calc(100% - 0px);
  }
  .home .logo .texto {
    bottom: 53px;
    font-size: 11px;
    letter-spacing: 0px;
  }
  .home .bannerText {
    margin-top: -140px;
  }
  .home .logo-base {
    width: 220px;
    height: 220px;
    background: url("../images/logo-base-small.png") no-repeat;
    background-size: cover;
  }
  .spHeight {
    padding-top: 0;
    padding-bottom: 0;
  }
  .home.spHeight .bannerText {
    margin-top: -140px;
  }
  .habilidades .skills .chart {
    width: 94px;
    height: 94px;
  }
  .habilidades .skills .chart h4 {
    font-size: 15px;
    line-height: 21px;
  }
  .habilidades .skillsArea {
    float: none!important;
  }
  .heading {
    padding-bottom: 15px;
    padding-top: 20px;
  }
  .heading h2 {
    margin-bottom: 0;
    font-size: 28px;
  }
  .heading p {
    font-size: 14px;
  }
  .sobremi .display-desktop {
    display: none;
  }
  .sobremi .yo-perfil {
    max-width: 90px;
    margin-right: 20px;
  }
  .sobremi .container p {
    font-size: 16px;
    padding-left: 0px;
  }
  .sobremi .container h3 {
    padding-top: 20px;
    font-size: 26px;
    text-transform: initial;
  }
  .sobremi .container h4 {
    margin-bottom: 31px;
    font-size: 11px;
  }
  .sobremi .btn-cv span.t {
    display: none;
  }
  .sobremi .bg {
    top: 153px;
    height: calc(100% - 153px);
  }
  .navbar-collapse {
    box-shadow: none;
  }
  .proPic {
    display: none;
  }
  .workDetails .arrowpart {
    top: 6px;
  }
  .conForm .input,
  .conForm .textarea {
    padding: 5px 10px;
  }
  .conForm .form-group {
    padding: 0;
    margin-bottom: 10px;
  }
  .conForm .form-group.form-general-error-container {
    margin-bottom: 0;
  }
  .contactoDetails .container {
    padding-right: 0;
    padding-top: 5px;
  }
  .conForm {
    padding-top: 10px;
  }
  .conForm .textarea {
    margin-bottom: 0;
  }
  .exCon .col-md-12 {
    padding-left: 0;
  }
  .exCon {
    padding-right: 10px;
    padding-top: 15px;
  }
  .exCon .holder-sombra {
    right: 10px;
    top: -15px;
  }
  section > .container-fluid > .container {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .sobremi .btn-cv {
    margin-bottom: 0;
  }
  .workDetails .rightArea:hover .arrowpart {
    margin-top: -20px;
  }
  .mapArea {
    display: none;
  }
  .conForm .alert {
    width: 100%;
    position: inherit;
    margin-bottom: 0px;
    top: 0px;
  }
  .texto-inicio {
    width: 100%;
    left: 0;
    margin-left: 0;
    bottom: 20px;
    font-size: 15px;
    padding: 10px;
    border-radius: 0;
  }
  .texto-inicio .sub {
    font-size: 11px;
  }
  .contactoDetails {
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
  }
  .contactoDetails > .container {
    display: flex;
    flex-direction: column;
  }
  .contactoDetails > .container > div:nth-child(1) {
    order: 1;
  }
  .contactoDetails .redes {
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 10px;
    border-top: 1px solid #1a85b678;
  }
}
@media screen and (max-width: 400px) {
  #loopedSlider,
  #newsSlider {
    min-height: 650px;
    height: 100%;
  }
  ul.slides {
    min-height: 600px;
    height: 100%;
  }
  .item {
    width: 19%;
  }
  .item p {
    font-size: 36px;
  }
  .aboutme img {
    width: 100%;
  }
  ul.trabajosContainer li.col-xs-6 {
    width: 100%;
  }
  /* .btn-cv {
        font-size: 13px;
        padding: 16px 14px;
    } */
  .conForm textarea {
    margin-bottom: 20px;
  }
  .textGroup {
    display: block;
    padding: 0 0 40px 0;
  }
  .nameError,
  .emailError {
    left: 0px;
    top: 0px;
  }
}
/*@media (max-width: 767px){
    .habilidades .skillsArea:before {
        display: none;
    }
    .habilidades .skillsArea:before {
        width: calc(50% - 24%);
        right: -13%;
    }
}*/
/*@media (max-width: 479px){
    .habilidades .skillsArea {
        float: none!important;
    }
}*/
/*# sourceMappingURL=main.min.css.map */