*{
  /*transition: all  0.6s cubic-bezier(0.25, 1, 0.5, 1);*/
}

::-moz-selection { /* Code for Firefox */
  color: white;
  background: #39C62D;
}

::selection {
  color: white;
  background: #39C62D;
}


body{
  font-family: 'Nunito', sans-serif;
  padding:0;
  margin: 0;
}

.font-weight-normal{   
 font-family: Nunito, sans-serif;
  font-weight: 300 !important; 
}
.font-weight-bold{   
  font-family: Nunito, sans-serif;
  font-weight: 600 !important; 
  color: #1f6380;
}
.font-weight-black{
  font-family: Nunito, sans-serif;
  font-weight: 900 !important; 
}
.text-muted{
  font-family: Nunito, sans-serif;
  font-weight: 300 !important; 
}



 /* NAV-BAR STYLES */ 
    .navbar{
      box-shadow: none;
      background:#fff !important;
      padding: 0px 20px !important;
    }

    .navbar .navbar-brand{
      width: 240px;
      margin-top: 0px;
      padding: 0 10px 10px 0 !important;
    } 


    .navbar-nav {
      padding: 40px 0px;
      background: none;
    }

    .navbar-nav .nav-item .nav-link{
      padding: 10px 10px;
      border-radius: 15px;
      color: #1f6381 !important;
      border: 1px solid #fff !important;
    }
    .navbar-nav .nav-item .nav-link:hover{
      background: rgba(31, 99, 129, .0);
      border: 1px solid #1f6381 !important;
      
    }

    .navbar-nav .nav-item .spacer{
      display: none;
    }
    .navbar-nav .spacer .icon-icon-plus-ifarlemas{
      line-height: inherit;
    }


    .navbar-nav .nav-item.active>.nav-link{
      border: 1px solid #fff !important;
      background: rgba(31, 99, 129, .1) !important;
    }


    .navbar, .navbar *{
      transition: all  0.6s cubic-bezier(0.25, 1, 0.5, 1);
    }

    .navbar.scrolled{
      background:#fff;
      color: #1F6381;
    }
    .navbar.scrolled .navbar-brand{
      width: 160px;
      margin-top: -15px;
    } 

    .navbar.scrolled .navbar-nav {
      padding: 15px 0px;
      background: none;
    }

    /* btn-burger & btn-close */ 
    .navbar-toggler>.close {
      display:inline;
    }
      .navbar-toggler.collapsed>.close, .navbar-toggler:not(.collapsed)>.navbar-toggler-icon {
    display:none;
    }
    /* end - navbar-styles*/





/* COPY HEADER */
.holder-copy-header{
  position: absolute; 
  
  height: 100vh; 
  z-index: 100;   
  text-shadow: 0px 0px 15px rgba(31, 99, 129, .4)
}

.copy-header{
  margin-left:60px;
  top:-40px;
  color: #fff;
  transition: all .6;
}
.copy-header .copy-primary{ 
  font-size: 30px;
  background: none;
}

.copy-header .copy-secondary{
  font-size: 20px;
  color:#fff;
  margin-top: 0px;
  border-radius: 25px;
  padding: 10px 15px;
  background: rgba(31,99,129, 0.72);
}
.copy-header .copy-secondary:hover{

  background: rgba(31,99,129, 1);
}




/* STYLES CAROUSEL - ARROWS */
.carousel .carousel-control-prev-icon, .carousel .carousel-control-next-icon{
  width: 100px;
  height: 100px;
}

.carousel  .carousel-control-next, .carousel-control-prev{
  z-index: 1000 !important;
}




.copy-muted{
   color:#1f6380;
}


/* contacto */
.form-control{
  border: 1px solid #1f6380 !important;
  border-radius: 4px;
}
.btn-enviar{  
  opacity: 1;
 font-weight: 900;
background: -webkit-linear-gradient(0deg, #82B1D3, #7695BD) !important;
border-radius: 10px;
transition: all .5s ease;
}
.btn-enviar:hover{
   opacity: 1;

}




/* carrousel */ 
.carousel-indicators{
  bottom: 220px;
}
.carousel-item {
  height: 100vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}



/* wave-animation */
.holder-waves{
  position: absolute;
  height: 100vh;
  min-height: 350px;
  width:100%;
  position:absolute;
  bottom:0px;
  left:0;
  top: 20px;
  overflow: hidden;
  pointer-events: none;
   z-index: 1000;
}
.ocean { 
  height: 10px;
  width:100%;
  position:absolute;
  bottom:0px;
  left:0;
  background: #fff;
 
}

.wave {
  background: url(../img/svg/wave-white.svg) repeat-x; 
  position: absolute;
  bottom: -20px;
  width: 6400px;
  height: 198px;
  animation: wave 12s cubic-bezier( 0.36, 0.45, 0.63, 0.53) infinite;
  transform: translate3d(0, 0, 0);
}

@keyframes wave {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -1600px;
  }
}

@keyframes swell {
  0%, 100% {
    transform: translate3d(0,-25px,0);
  }
  50% {
    transform: translate3d(0,5px,0);
  }
}





/* INTERIORES */ 
.margin-top-interior{
  margin-top:160px;
}




/* overlay-video */
.overlay-video{
  position: fixed; width: 100%; height: 100%; background: rgba(0,0,0,.9); visibility: hidden; z-index: 10000;
}
.btn-close{
  position: absolute; color: #fff; font-size: 30px;  top:30px; right: 30px; z-index: 20000;
}





@media only screen and (min-width: 600px) {

  

  /* wave-animaiton */ 
  .wave {
    height: 98px;
  }

  /* carrousel */ 
  .carousel-indicators{
    bottom: 90px;
  }

  /* copy-slider */
  .copy-header{
    margin-left:100px;
    top:0px;
  }

  .copy-header .copy-primary{ 
      font-size: 50px;
  }
  .copy-header .copy-secondary{ 
      font-size: 25px;
      margin-top: -10px;
  }



}

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

/* copy-slider */
  .copy-header{
    margin-left:150px;
  }

  .copy-header .copy-primary{ 
      font-size: 80px;
  }
  .copy-header .copy-secondary{ 
      font-size: 35px;
      margin-top: -10px;
  }

}


@media only screen and (min-width: 990px) {

/* copy-slider */
    .copy-header{
    margin-left:200px;
  }


}



@media only screen and (max-width: 768px) {
  /* copy-slider 
  .copy-header{
    margin-left:100px;
  }

  .copy-header .copy-primary{ 
      font-size: 50px;
  }
  .copy-header .copy-secondary{ 
      font-size: 25px;
      margin-top: -10px;
  }
*/

  /* nav */
 .navbar-nav {
    margin-left: -100px;
  }

  .navbar-nav .nav-item .nav-link{
    margin-bottom: 10px;
  }
}



@media only screen and (max-width: 990px) {
    .navbar .navbar-brand{
      width: 120px;
      margin-top: 0px;
      margin-left: 0px;
    } 
    .navbar.scrolled .navbar-brand{
      width: 100px;
      margin-top: 0px;
    } 


    /* styles - Interiores */ 
    .margin-top-interior{
      margin-top:0px;
    }


  /* copy-slider
  .copy-header .copy-primary{ 
      font-size: 70px;
  }
  .copy-header .copy-secondary{ 
      font-size: 30px;
      margin-top: -10px;
  }
 */

}

@media (min-width: 992px) {

    .navbar-brand {
        position: absolute;
        left: 16px;
        top:0px;
        left: 30px;
    }

    .navbar-nav .nav-item .nav-link{
      padding: 10px 15px;
      border-radius: 25px;
      margin-left: 0px;
    }

    .navbar-nav .nav-item .spacer{
      padding: 15px 15px;
      border-radius: 25px;
      margin-left: 0px;
      display: block;
    }

  }
