/*!
 * fullPage 3.0.9
 * https://github.com/alvarotrigo/fullPage.js
 *
 * @license GPLv3 for open source use only
 * or Fullpage Commercial License for commercial use
 * http://alvarotrigo.com/fullPage/pricing/
 *
 * Copyright (C) 2018 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
    margin: 0;
    padding: 0;
    overflow:hidden;

    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(255,255,255,0);
}
.fp-section {
    position: relative;
    -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
    -moz-box-sizing: border-box; /* <=28 */
    box-sizing: border-box;
}
.fp-slide {
    float: left;
}
.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}
.fp-slides {
    z-index:1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout:fixed;
    width: 100%;
}
.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.fp-slidesContainer {
    float: left;
    position: relative;
}
.fp-controlArrow {
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0px;
    height: 0px;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.fp-controlArrow.fp-prev {
    left: 25px;
    width: 31px;
    height: 31px;
    border: 0px;
    background-image: url(../img/flecha-icono-left.png) ;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
}
.fp-controlArrow.fp-next {
    width: 31px;
    height: 31px;
    right: 25px;
    border: 0px;
    /* border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff; */
    background-image: url(../img/flecha-icono.png) ;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
}
.fp-scrollable {
    overflow: hidden;
    position: relative;
}
.fp-scroller{
    overflow: hidden;
}
.iScrollIndicator{
    border: 0 !important;
}
.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}
#fp-nav {
    position: fixed;
    z-index: 100;
    top: 50%;
    opacity: 1;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translate3d(0,-50%,0);
}
#fp-nav.fp-right {
    right: 17px;
}
#fp-nav.fp-left {
    left: 17px;
}
.fp-slidesNav{
    position: absolute;
    z-index: 3000;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    left: 0;
    right: 0;
    margin: 0 auto !important;
    width: 100%;
    height: auto; 
}
.fp-slidesNav.fp-bottom {
    bottom: 17px;
}
.fp-slidesNav.fp-top {
    top: 235px;
    left: 0 !important;
    z-index: 1000;
}
#fp-nav ul,
.fp-slidesNav ul {
  width: 95%;
  margin:0% 0% 0 5% ;
  height: auto;
  z-index: 1;
  text-align: center;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  


}
#fp-nav ul li,
.fp-slidesNav ul li {
    width:220px;
    height: 21px;
    margin: 0px 0px;


}
.fp-slidesNav ul li {
    display: inline-block;
    text-align: center !important;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1000;
    width: auto;
    height: auto;
    text-align: center !important;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span{
    height: auto;
    width: auto;
    margin: 0px 0 0 0px;
    border-radius: 0;
    color:#1aa886;
    font-size: 800 !important;
    text-align: center;
    letter-spacing: 2px;;

 }
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 0;
    position: absolute;
    z-index: 1;
    height: 0px;
    width: 0px;
    border: 0;
    left: 0%;
    top: 0%;
    margin: 0px 0 0 0px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span{
    font-size: 800 !important;
    color:#1aa886 ;
    text-align: center;
}
#fp-nav ul li .fp-tooltip {
    height: auto;
    width: 100%;
    position: absolute;
    top: 2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow:hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
    
}
#fp-nav ul li .fp-tooltip.fp-right {
    right: 0px;
}
#fp-nav ul li .fp-tooltip.fp-left {
    left: 0px;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell{
    height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
    height: auto !important;
}

/*Only display content to screen readers*/
.fp-sr-only{
    position: absolute;
    height: auto;
    width: 100% !important;
    color:white;
    text-align: center;
    font-family: 'Mont';
    overflow: visible;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 2px;
  font-size: 14px;
}



































@media (max-width: 1024px) {

    html.fp-enabled,
.fp-enabled body {
    margin: 0;
    padding: 0;
    overflow:hidden;

    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.fp-section {
    position: relative;
    -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
    -moz-box-sizing: border-box; /* <=28 */
    box-sizing: border-box;
}
.fp-slide {
    float: left;
}
.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}
.fp-slides {
    z-index:1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout:fixed;
    width: 100%;
}
.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.fp-slidesContainer {
    float: left;
    position: relative;
}
.fp-controlArrow {
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
/* .fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
} */
.fp-controlArrow.fp-prev {
    left: 17px;
    width: 30px;
    height: 30px;
}
.fp-controlArrow.fp-next {
    width: 30px;
    height: 30px;
    right: 17px;
}
.fp-scrollable {
    overflow: hidden;
    position: relative;
}
.fp-scroller{
    overflow: hidden;
}
.iScrollIndicator{
    border: 0 !important;
}
.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}
#fp-nav {
    position: fixed;
    z-index: 100;
    top: 0%;
    opacity: 1;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translate3d(0,-50%,0);
}
#fp-nav.fp-right {
    right: 17px;
    top: 80px;
}
.fp-slidesNav{
    position: absolute;
    z-index: 4;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    left: 0 !important;
    right: 0;
    margin: 0 auto !important;
}
.fp-slidesNav.fp-bottom {
    bottom: 17px;
}
.fp-slidesNav.fp-top {
    top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position:relative;
}
#fp-nav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin-bottom: 15px;
    position:relative;
}
.fp-slidesNav ul li {
    display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span{
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%;
 }
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #333;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span{
    width: 10px;
    height: 10px;
    margin: -5px 0px 0px -5px;
}
#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}
#fp-nav ul li .fp-tooltip.fp-right {
    right: 20px;
}
#fp-nav ul li .fp-tooltip.fp-left {
    left: 20px;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell{
    height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
    height: auto !important;
}

/*Only display content to screen readers*/
.fp-sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}




#fp-nav ul li a span{
    background: white !important;
}
#fp-nav ul li a:hover span,
#fp-nav ul li a.active span{
    background: #1aa886 !important;
}

#fp-nav ul li .fp-tooltip{
    color: #1aa886 !important;
    font-family: 'Mont', sans-serif;
    font-weight: 500;
    font-style: normal;
}

.nav-mobile{
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    /* justify-content:space-between; */
    z-index: 70;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.nav-mobile li,
.nav-mobile a{
    display: inline-block;
    margin: 10px 5px;
    text-decoration: none;
    /* text-transform: uppercase; */
    font-family: 'Mont', sans-serif;
    color: white;
    letter-spacing: 2px;
    font-size: 14px;
    font-weight:200;
    transition: .5s ease;
}
.nav-mobile li.active{
    border-bottom: 2px solid #1aa886;
}

.menu li a{
    transition: .5s ease;
    margin: 0;
    padding: 0;

}
.menu li.active a,
.menu li:hover a
{
    color: #1aa886;

}

.contenidoTrabajos-slider-mobile:nth-child(odd){
    width: 100wh;
    float: none;
    margin:0 0% 0 0%;
    height: 100vh;
    background-color: royalblue;
  }
  .contenidoTrabajos-slider-mobile:nth-child(even){
    width: 100wh;
    float: none;
    margin:0 0% 0 0%;
    height: 100wh;
    background-color: royalblue;
  }

  .info-trabajos-mobile {
    width: 70vw;
    height: 350px;
    background-image: url('../img/fondo-intro-opacity.png');
    background-size:100% 100%;
    padding: 5vw 0;
    position: relative;
    top: 20% !important;
  }
  
  .info-trabajos-mobile p {
    font-family: 'Mont', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 2.3vw;
    color: grey;
    line-height: 7vw;
    letter-spacing: 1vw;
    -webkit-user-select: none;
    margin-left: 6vw;
  }
  
  .info-trabajos-mobile h2 {
    font-family: 'Mont', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 3.2vw;
    color: white;
    line-height: 4vw;
    letter-spacing: 1vw;
    -webkit-user-select: none;
    margin-left: 6vw;
  }
  .info-trabajos-mobile h3 {
    font-family: 'Mont', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 3vw;
    color: #1aa886;
    line-height: 4vw;
    letter-spacing: 1vw;
    -webkit-user-select: none;
    float: right;
    position: relative;
    right: 5vw;
    top: 30%;
  }



  .fp-slidesNav{
    position: absolute;
    z-index: 13;
    opacity: 1;
    left: 0 !important;
    right: 0;
    margin: 0 auto !important;
}
.fp-slidesNav.fp-bottom {
    bottom:25%;
}

.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}

.fp-slidesNav ul li {
    display: block;
    width: 16px;
    height: 15px;
    margin: 7px;
    position:relative;
}
.fp-slidesNav ul li {
    display: block;
}

.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 11;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}

.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span{
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100% !important;
    background: #1aa886;
    position:absolute;
    z-index: 10px;
 }

.fp-slidesNav ul li a span {
    border-radius: 50% !important;
    position: absolute;
    z-index: 3000;
    height: 4px;
    width: 4px;
    border: 0;
    background: white;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

}
  



