/**
* Template Name: Remember - v4.7.0
* Template URL: https://bootstrapmade.com/remember-free-multipurpose-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    font-family: "Open Sans", sans-serif;
    color: #444444;
  }
  
  a {
    text-decoration: none;
    color: #8fc04e;
  }
  
  a:hover {
    color: #a7cd74;
    text-decoration: none;
  }
  
  h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway", sans-serif;
  }
  
  /*--------------------------------------------------------------
  # Preloader
  --------------------------------------------------------------*/
  #preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #1a1814;
  }
  
  #preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #1a1814;
    border-top-color: #8fc04e;
    border-bottom-color: #8fc04e;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
  }
  
  @-webkit-keyframes animate-preloader {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  
  @keyframes animate-preloader {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  
  /*--------------------------------------------------------------
  # Back to top button
  --------------------------------------------------------------*/
  .back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #8fc04e;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all 0.4s;
  }
  .back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 0;
  }
  .back-to-top:hover {
    background: #a2cb6c;
    color: #fff;
  }
  .back-to-top.active {
    visibility: visible;
    opacity: 1;
  }
  
  /*--------------------------------------------------------------
  # Disable AOS delay on mobile
  --------------------------------------------------------------*/
  @media screen and (max-width: 768px) {
    [data-aos-delay] {
      transition-delay: 0 !important;
    }
  }
  /*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/

.topbar-logo{
  padding: 10px;
  background: linear-gradient(#ffffffb0,#ffffffb0), url("../img/fondotopbarlogo.png")  no-repeat center;
}

.topbar-logo .social-links a{
  margin-left: 15px;
}

.topbar {
  background: #1c1c1c;
  padding: 10px 0;
  font-size: 14px;
  color: #9b9b9b;
}
.topbar .contact-info i {
  font-style: normal;
  color: rgba(255, 255, 255, 0.568);
  margin-left: 30px;
}
.topbar .contact-info i a, #topbar .contact-info i span {
  padding-left: 5px;
  color: #fff;
}
.topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
}
.topbar .contact-info i:hover {
  color: #8fc04e;
}
.topbar .social-links a {
  color: #9b9b9b;
  line-height: 0;
  transition: 0.3s;
  margin-left: 30px;
}

.topbar .contact-info span{
  
  margin-left: 10px;
}
.topbar .social-links a:hover {
  color: white;
}
  
  /*--------------------------------------------------------------
  # Header
  --------------------------------------------------------------*/
  #headerCont {
    background: linear-gradient(#1c1c1cb0,#1c1c1cb0), url("../img/fondocountdown.jpg") fixed center;
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
    /* countdown */
  }
  
  #headerCont .countdown div {
    text-align: center;
    border: #8fc04e solid 1px;
    margin-left: 5px;
    border-radius: 8px;
    width: 100px;
  }
  
  
  #headerCont section h3{
    color: white;
    font-size: 22px;
   
    line-height: 1;
    font-weight: 40;
    letter-spacing: 1px;
    font-family: "Poppins", sans-serif;
  
  }
  
  #headerCont #online{
    padding-top: 5px;
    text-align: center;
    font-weight: 800;
  }
  
  #headerCont .countdown div h3{
    color: white;
    font-size: 16px;
    margin: 0;
    padding: 14px 0;
    line-height: 1;
    font-weight: 40;
    letter-spacing: 1px;
    font-family: "Poppins", sans-serif;
  }
  
  
  #headerCont .countdown div h4 {
    font-size: 16px;
    font-weight: 400;
    color: #8fc04e;
  }
  
  #headerCont .btn-get-started {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    border: 2px solid #8fc04e;
    color: #8fc04e; 
  }
  #headerCont .btn-get-started:hover {
    background: #8fc04e;
    color: #fff;
  }
  
  @media (max-width: 575px) {
    
    #headerCont .countdown div h4 {
      font-size: 14px;
      font-weight: 500;
    }
  }
  
  
  #header {
    height: 70px;
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    background: #1c1c1c;
  }
  #header .logo h1 {
    font-size: 18px;
    margin: 0;
    padding: 11px 0;
    line-height: 1;
    font-weight: 20;
    letter-spacing: 1px;
    font-family: "Poppins", sans-serif;
  }
  #header .logo h1 a, #header .logo h1 a:hover {
    color: #fff;
    text-decoration: none;
  }
  #header .logo img {
    padding: 0;
    margin: 0;
    max-height: 40px;
  }
  
  .scrolled-offset {
    margin-top: 70px;
  }
  
  
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
  
}

.navbar .dropdown-divider{
  border-color: rgba(255, 255, 255, 0.329);
  padding: 0px;
  margin: 0px;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: 1px;
  transition: 0.3s;
}

.navbar a i, .navbar a:focus i {
  font-size: 13px;
  
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #8fc04e;
}
.navbar .getstarted, .navbar .getstarted:focus {
  background: #8fc04e;
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 4px;
  color: #fff;
}
.navbar .getstarted:hover, .navbar .getstarted:focus:hover {
  color: #fff;
  background: #9bc761;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #353535;
  transition: 0.3s;
  border-radius: 4px;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  text-align: center;
  padding: 10px 20px;
  font-size: 13px;
  text-transform: none;
  color: #ffffff;
  text-transform: uppercase;
  white-space: nowrap;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #8fc04e;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(28, 28, 28, 0.295);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 8px;
  background-color: #353535ea;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #ffffff;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #8fc04e;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #353535ea;
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #8fc04e;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}


  /*--------------------------------------------------------------
  # Hero Section
  --------------------------------------------------------------*/
  
  #hero-prin {
    width: 100%;
    /*background: linear-gradient(rgba(113, 194, 127, 0.5), rgba(172, 130, 52, 0.2)), url("../img/fondo.jpg") top center;*/
    background: linear-gradient(#49564981, #495649ee), url("../img/fondoheroprin.jpg") top center;
    background-size: cover;
    position: relative;
    padding: 60px 0;
    padding-top: 10px;
    padding-bottom: 55px;
  }
  
  #hero-prin #v1{
    margin-bottom: 10px;
    padding: 40px;
  }
  
  #hero-prin h1 {
    font-family: "Poppins", sans-serif;
    font-size: 68px;
    font-weight: 150;
    letter-spacing: 10px;
    line-height: 80px;
    text-transform: uppercase;
    color: #fff;
  }
  
  #hero-prin .btn-get-started {
    text-transform: uppercase;
    font-family: "Raleway", sans-serif;
    font-weight: 800;
    font-size: 18px;
    letter-spacing: 5px;
    
    padding:10px;
    border-radius: 50px;
    transition: 0.5s;
    background-color: rgba(255, 255, 255, 0.644);
    color: #495649ee;
    margin-bottom: 10px;
  }
  #hero-prin .btn-get-started:hover {
    background: #8fc04e;
    color: #fff;
  }
  #hero-prin .video-fluid {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 10px;
  }
  
  
  @media (max-width: 769px) {
  
   /* #hero-prin .btn-get-started {
      
    }*/
    #hero-prin {
      padding-top: 30px;
      padding-left: 0;
      padding-right: 0;
    }
    #hero-prin #v1{
      padding-left: 0;
      padding-right: 0;
      margin-bottom: 15px;
    }
  
  }
    
  
  /*--------------------------------------------------------------
  # Hero Section
  --------------------------------------------------------------*/
 
  
  /*--------------------------------------------------------------
  # Sections General
  --------------------------------------------------------------*/
  section {
    padding: 60px 0;
    overflow: hidden;
  }
  
  .section-title {
    text-align: center;
    padding-bottom: 30px;
   
  }
  .section-title h2 {
    font-size: 22px;
    letter-spacing: 1px;
    font-weight: 400;
    padding: 8px 20px;
    margin: 0;
    background: #f3f8ec;
    color: #8fc04e;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 50px;
    margin-bottom: 20px;
  
  }
  .section-title h3 {
    margin: 15px 0 0 0;
    font-size: 32px;
    font-weight: 700;
  }
  .section-title h3 span {
    color: #8fc04e;
  }
  .section-title p {
    margin: 15px auto 0 auto;
    font-weight: 600;
  }
  @media (min-width: 1024px) {
    .section-title p {
      width: 50%;
    }
  }
  
  #hero {
    width: 100%;
    height: 77vh;
    background-color: rgba(21, 27, 26, 0.671);
    overflow: hidden;
    padding: 0;
  }

  #hero .carousel-item {
    width: 100%;
    height: 77vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  #hero .carousel-item::before {
    content: "";
    background-color: rgba(21, 27, 26, 0.158);
    position: absolute;
    height: 100vh;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
  }
  #hero .carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
  }
  #hero .carousel-content {
    text-align: center;
  }

  #hero span{
    color: #8fc04e;
    font-family: 'Parisienne', cursive;
    letter-spacing:15px;
    font-size:60px;
    padding-left: 15px;
    padding-right: 0px;
  }

  #hero .carousel-control-prev span{
    color: #ffffff;
  }
  #hero .carousel-control-next span{
    color: #ffffff;
  }

  #hero h2 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 48px;
    font-weight: 700;
  }
  #hero p {
    width: 80%;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    margin: 0 auto 30px auto;
    color: #fff;
  }

  #hero .carousel-item p{
    font-size: 20px;
    font-weight: 500;
    font-family: "Raleway", sans-serif;
    letter-spacing: 5px;
  }

  #hero .carousel-inner .carousel-item {
    transition-property: opacity;
    background-position: center top;
  }
  #hero .carousel-inner .carousel-item,
  #hero .carousel-inner .active.carousel-item-start,
  #hero .carousel-inner .active.carousel-item-end {
    opacity: 0;
  }
  #hero .carousel-inner .active,
  #hero .carousel-inner .carousel-item-next.carousel-item-start,
  #hero .carousel-inner .carousel-item-prev.carousel-item-end {
    opacity: 1;
    transition: 0.5s;
  }
  #hero .carousel-inner .carousel-item-next,
  #hero .carousel-inner .carousel-item-prev,
  #hero .carousel-inner .active.carousel-item-start,
  #hero .carousel-inner .active.carousel-item-end {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 10%;
  }
  #hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
    background: none;
    font-size: 48px;
    line-height: 1;
    width: auto;
    height: auto;
  }
  #hero .carousel-indicators li {
    cursor: pointer;
    opacity: 1;
  }
  #hero .carousel-indicators .active {
    background-color: #8fc04e;
  }
  #hero .btn-get-started {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 50px;
    transition: 0.5s;
    line-height: 1;
    margin: 10px;
    color: #fff;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    border: 2px solid #8fc04e;
  }
  #hero .btn-get-started:hover {
    background: #1bbca3;
    color: #fff;
    text-decoration: none;
  }
 
  @media (max-width: 1024px) {
    #hero img{
      width: 1400px;
      height: 800px;
    }
  }

  @media (min-width: 1024px) {
    #hero p {
      width: 60%;
    }
    #hero .carousel-control-prev, #hero .carousel-control-next {
      width: 5%;
    }
    
  }

  @media (max-width: 768px) {
    #hero h2 {
      
      font-size: 28px;
    }
    #hero img{
      width: 1200px;
      height: 800px;
    }

  }

  @media (max-width: 520px) {
  
    #hero img{
      margin-left: -400px;
    }

  }
  
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.topfoot{
  padding:20px;
  background: #1c1c1c;
  margin-bottom: 40px;
  display: inline-block; 
  width: 100%;
}
.bottomfoot{
  padding:20px;
  background: #1c1c1c;
  width: 100%;
  padding-bottom: 0px;
}

.ftco-footer-social li {
  list-style: none;
  margin: 0 10px 0 0;
  display: inline-block; }
  .ftco-footer-social li a {
    height: 40px;
    width: 40px;
    display: block;
    background: #1c1c1c;
    border-radius: 50%;
    color: rgba(255, 255, 255, 0.541);
    position: relative; }
    .ftco-footer-social li a span {
      position: absolute;
      font-size: 20px;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .ftco-footer-social li a:hover {
      color: #fff; }

.ftco-section {
  padding: 12em 0; }
  .ftco-section h2 {
    margin-bottom: 0; }

footer {
  padding: 7em 0; }

.footer-10 {
  background: #222222;
  padding: 0 0 4em 0; 
  padding-bottom: 0px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);}
  .footer-10 .border-top, .footer-10 .border-bottom {
    border-color: rgba(255, 255, 255, 0.1) !important; }
  .footer-10 .footer-heading {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 10px; }
    .footer-10 .footer-heading a{
      text-decoration: none;
      color: white;
    }
  .footer-10 p {
    color: rgba(255, 255, 255, 0.3); }
  .footer-10 a {
    color: #1089ff; }
  .footer-10 .con.con-1 {
    border-radius: 25px;
    background: #8fc04e; }
  .footer-10 .con.con-2 {
    border-radius: 25px;
    background: #8fc04e; }
  .footer-10 .con.con-3 {
    border-radius: 25px;
    background: #8fc04e; }
  .footer-10 .list-unstyled li a {
    color: rgba(255, 255, 255, 0.568); }
    .footer-10 .list-unstyled li a:hover {
      color: #fff; }
      .footer-10 .list-unstyled .text{
        color: rgba(255, 255, 255, 0.3);
        padding: 10px 0;
      }
  .footer-10 .con-info .icon {
    width: 50px;
    height: 50px;
    background: #8fc04e;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 10px; }
    .footer-10 .con-info .icon span {
      color: #fff;
      font-size: 24px; }
  .footer-10 .con-info span {
    color: rgba(255, 255, 255, 2); }
  .footer-10 .subscribe-form .form-group {
    position: relative;
    margin-bottom: 0;
    border-radius: 0; }
    .footer-10 .subscribe-form .form-group input {
      background: white !important;
      border: none !important;
      outline: none !important;
      color: rgba(0, 0, 0, 0.3) !important;
      font-size: 16px;
      border-radius: 0; }
      .footer-10 .subscribe-form .form-group input::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: rgba(0, 0, 0, 0.3) !important; }
      .footer-10 .subscribe-form .form-group input::-moz-placeholder {
        /* Firefox 19+ */
        color: rgba(0, 0, 0, 0.3) !important; }
      .footer-10 .subscribe-form .form-group input:-ms-input-placeholder {
        /* IE 10+ */
        color: rgba(0, 0, 0, 0.3) !important; }
      .footer-10 .subscribe-form .form-group input:-moz-placeholder {
        /* Firefox 18- */
        color: rgba(0, 0, 0, 0.3) !important; }
      .footer-10 .subscribe-form .form-group input:focus {
        outline: none !important;
        -webkit-box-shadow: none;
        box-shadow: none; }
    .footer-10 .subscribe-form .form-group .submit {
      color: #fff !important;
      display: block;
      width: 130px;
      height: 52px;
      font-size: 16px;
      background: #1089ff !important;
      border: none;
      border-radius: 0; }
      .footer-10 .subscribe-form .form-group .submit:hover, .footer-10 .subscribe-form .form-group .submit:focus {
        text-decoration: none !important;
        outline: none !important; }
  .footer-10 .subscribe-form .subheading {
    display: inline-block;
    margin-top: 5px;
    color: rgba(255, 255, 255, 0.3);
    font-size: 13px; }
    
  .footer-10 .ftco-footer-social li a {
    background: rgba(255, 255, 255, 0.1);
    color: #fff; }
