@font-face {
    font-family: baar-sophia;
    src: url('../fonts/baarsophia.ttf');
}

@font-face {
    font-family: rounded-sans-serif;
    src: url('../fonts/rounded_sans_serif_7.ttf');
}
  
h1,h2,h3,h4,h5 {
    font-family: rounded-sans-serif;
    
}

p,td,th{
  font-family: baar-sophia;
}

ul.nav li a:hover, ul.nav li a:active {
  color: rgb(168, 207, 69); !important;
  font-family: rounded-sans-serif;
  font-size: 1.2em;
}

ul.nav li.active a {
  color: rgb(129, 90, 164) !important;
  font-family: rounded-sans-serif;
}


.nav-link {
  color: #3158a4 !important;
  font-family: rounded-sans-serif;
}

.nav-link:hover {
  color: rgb(168, 207, 69) !important;
  font-family: rounded-sans-serif;
}

.nav-link.scrolled {
  color: #FFFFFF !important;
  font-family: rounded-sans-serif;
}

.nav-link:hover.scrolled {
  color: rgb(168, 207, 69) !important;
  font-family: rounded-sans-serif;
}


.link-a{
    font-size: 2rem;
    font-family: rounded-sans-serif;
    color: #FFFFFF;
    text-transform: uppercase;
    margin: 0.5rem 0;
}
.link-a:hover{
  color: rgb(168, 207, 69);
}

.btnvm{
  display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: none;
    padding: 6px 12px;
    
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  background-color: rgb(168, 207, 69); 
  color: #FFFFFF; 
  font-family: font-family: rounded-sans-serif;
  transition: all 1s ease;
}
.btnvm:hover{
  background-color: #FFFFFF;
  border: none;
  color:rgb(129,90,164);;
}


.button-info{
  display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: none;
    padding: 6px 12px;
    
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  background-color: rgb(0, 129, 184); 
  color: #FFFFFF; 
  font-family: font-family: rounded-sans-serif;
  transition: all 2s ease;
}
.button-info:hover{
  background-color: rgb(129,90,164);
  border: none;
  color:#FFFFFF;
}
/******************************************************SLIDER*****************************************************************************************************************/
    .slider {
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      height: 95vh;
      width: 100%;
    }

    .slider--content {
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: 100vh;
    }

    .slider--feature {
      text-align: center;
    }

    .slider--title {
      font-size: 2.5rem;
      color: #fff;
      text-transform: uppercase;
      font-weight: 700;
    }

    .slider--text {
      font-size: 1rem;
      color: #fff;
      text-transform: uppercase;
      margin: 0.5rem 0;
    }

    .slider__btn-right,
.slider__btn-left {
  background: transparent;
  border: none;
  outline: none;
  font-size: 4rem;
  color: #eee;
  padding: 0 1rem;
  cursor: pointer;
  transition: transform 0.1s ease-in-out;
}

.slider--btn {
  background: #fff;
  text-transform: uppercase;
  border: none;
  color: #444;
  border: 1px solid #444;
  outline: none;
  font-weight: 700;
  padding: 0.8rem 2rem;
  cursor: pointer;
}

.slider__btn-left:hover,
.slider__btn-right:hover {
  transform: scale(0.95);
}
/*******************************************************SLIDER****************************************************************************************************************/

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  animation: fadeIn 1s;
}

.navbar-fixed-top.scrolled {
  background-color: rgba(0,129,184, .7) !important;
  color: #FFFFFF;
  box-shadow: 2px 6px 4px -2px rgba(0,129,184,0.71);
  -webkit-box-shadow: 2px 6px 4px -2px rgba(0,129,184,0.71);
  -moz-box-shadow: 2px 6px 4px -2px rgba(0,129,184,0.71);
  transition: background-color 200ms linear;
}





   





  .mgt70{
    padding-top: 75px;
  }
   
      /* Set the height of your slider to the height of your images */
      .banner {
        height: 350px;
        overflow: hidden;
      }

      @media screen and (width > 768px) { 
        .banner {
          height: 600px;
          overflow: hidden;
        }
      }
    
      /* Make the images fill the screen width */
      .banner img {
        
        
        width: 100%;
      }
      
      /* Style the text over the slides */
      .banner {
        text-align: center;
      }
      .banner .slide-text {
        position: absolute;
        left: 0;
        right: 0;
        padding: 50px 0 50px;
        /*font-family: baar;*/
        color: white;
        text-shadow: 2px 2px 2px rgba(0,0,0, .5);
        font: bold 2em/1.4 Helvetica, Arial, sans-serif;
      }

      @media screen and (width > 768px) { 
        .banner .slide-text {
        position: absolute;
        left: 0;
        right: 0;
        padding: 150px 0 50px;
       /* font-family: baar;*/
        color: white;
        text-shadow: 2px 2px 2px rgba(0,0,0, .5);
        font: bold 3em/1.4 Helvetica, Arial, sans-serif;
      }
      }
      a:link, a:visited, a:focus, a:hover, a:active {
        
        text-decoration: none;
      }

      
      /* Style the dots*/
      .unslider {
        /* set the positioning context for the dots */
        position: relative;
      }
      .unslider-nav { 
        /* position the navigation dots over the slides */
        position: absolute;
        left: 0;
        right: 0;
        top: 95%;

        
        z-index: 1000; /* Make sure the dots show over the images */
      }
      
      
      /* Style the arrows*/
      .unslider {
        /* set the positioning context for the dots */
        position: relative;
      }
      .unslider-arrow { 
        /* position the navigation dots over the slides */
        position: absolute;
        top: 50%;
        
        z-index: 1000; /* Make sure the dots show over the images */
        
        font-size: 2em;
        visibility: hidden;
      }
      
      /* Change the arrow styles
        You could also use an image instead
      */
      .unslider-arrow { 
        visibility: hidden; /* Hide the default arrows */
      }
      
      /* Use dynamic content to add in a different character and show it */
      .unslider-arrow:before {
        visibility: visible;
      }
      .unslider-arrow.prev:before {
        content: '<';
      }
      .unslider-arrow.next:before {
        content: '>';
      }

      /**********************************************************************/
      
      #myBtn2 {
       
        position: fixed; 
       display: none; /* Hidden by default */
        bottom: 20px; 
        left: 30px; 
        z-index: 99; 
        border: none; 
        outline: none; 
        background-color: transparent; 
        color: white; 
        cursor: pointer; 
        padding: 15px; 
        border-radius: 10px; 
        font-size: 18px; 

      }
      #myBtn2>img{
        width: 40px;
      }

      .pmi>img{
        width: 40px;
      }

      @keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
    }

    40% {
      -webkit-transform: translateY(-30px);
      -ms-transform: translateY(-30px);
      transform: translateY(-30px);
    }

    60% {
      -webkit-transform: translateY(-15px);
      -ms-transform: translateY(-15px);
      transform: translateY(-15px);
    }
  }

      #myBtn2:hover {
        
         -webkit-animation-duration: 2s;
    animation-duration: 2s;
     -webkit-animation-name: bounce;
    animation-name: bounce;
      }

          #myBtn {
        display: none; /* Hidden by default */
        position: fixed; /* Fixed/sticky position */
        bottom: 20px; /* Place the button at the bottom of the page */
        right: 30px; /* Place the button 30px from the right */
        z-index: 99; /* Make sure it does not overlap */
        border: none; /* Remove borders */
        outline: none; /* Remove outline */
        background-color: transparent; /* Set a background color */
        color: white; /* Text color */
        cursor: pointer; /* Add a mouse pointer on hover */
        padding: 15px; /* Some padding */
        border-radius: 10px; /* Rounded corners */
        font-size: 18px; /* Increase font size */
      }

      #myBtn:hover {
        background-color: #448ef6;
        border-radius: 100%;
      }

      .navbar-nav.navbar-center {
          
          display: flex;
          align-items: center;
      }

     
      .img-card{
        width: 25%;
      }
      @media screen and (width > 768px) { 
      .img-card{
        width: 50%;
      }
      #mask{
        position: absolute;     
        width: 100%;
        height: 600%;
        background-color: rgba(255, 255, 255, .5);
        
      }
      }

    
      #mask{
        position: absolute;     
        width: 100%;
        height: 200%;
        background-color: rgba(255, 255, 255, .5);
        
      }

      .parallax {
        /* The image used */
        background-image: url("img/paquetesbg.jpg");

        /* Set a specific height */
        min-height: 500px; 

        /* Create the parallax scrolling effect */
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
      }




      .mg-40
    {
      margin-top: 20px;
      margin-bottom: 20px;
    }
      .modal-header{
        background: rgb(0,129,184);
background: linear-gradient(90deg, rgba(0,129,184,1) 0%, rgba(0,129,184,0.773546918767507) 35%, rgba(129,90,164,1) 100%);
      }    





.bgc1{
  background-color: rgb(0,129,184);

}      

.bgcc2{
  background-color: rgb(168,207,69);
}


.bgc3{
background-color:rgb(129,90,164);
}

.txt-c1{
    color: rgb(0,129,184);

}      

.txt-c2{
    color: rgb(168,207,69);
}


.txt-c3{
  color:rgb(129,90,164);
}


.txt-white{
  color: #FFFFFF;
}



.marquee {
  width: 450px;
  
  background-color: rgb(129,90,164);
  color: white;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
}

.marquee p {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 15s linear infinite;
}

@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(-100%, 0);
  }
}