html{
    background-color: #fafafa;
}
.menu li a,a i{
    color:white !important;
    font-weight: bold;
}
.bar-menu ul li a{
    color:white;
}
p{
    text-align: justify;
    font-family: 'Roboto', sans-serif;
    font-size: 1.3rem;
}
.text_{
    font-size: 1.3rem; 
    /*color:rgb(99, 90, 90);*/
    color: #757575;
}
.text_2{
     font-size: 1.3rem; 
    /*color:rgb(99, 90, 90);*/
     color:#efefef;;
}
.text_3{
     font-size: 1rem; 
    /*color:rgb(99, 90, 90);*/
     color:#efefef;;
}
.subtitles{
    color:#757575; font-weight: bold; 
}
.mainImg{
    z-index: -1;
    margin-top: -80px;
}
.navigatioBar{
    background-color: transparent !important;
    
}
.navigatioBar ul li a{
    color: black !important;
}
nav a.button-collapse i {
    color:black;
}
.side-nav li>a{
    color: black !important;
}
.active-link{
    background-color: rgba(76, 162, 65, 0.72);
}
#buttonMainImg{
 z-index: 100;
 background-color: transparent !important;
 color:rgb(63, 146, 30) !important;
 box-shadow: none;
 border: 1px solid rgb(24, 133, 9);
 border-radius: 20px;
 
}
.text-principal{
    position: absolute;
    width: 100%;
    height: 40px;
    z-index: 100;
    margin-top: 30%;
    /*background-color: #ccc;*/
}
#buttonMainImg:hover{
    background-color: rgba(0, 153, 20, 0.842) !important;
    color:white !important;
    border: 2px solid rgb(255, 255, 255);
    transition:cubic-bezier(.42,0,.58,1);
}
.cards_index{
    border: solid 3px #92dd5a !important;
    border-radius: 15px;
    margin-top: 1%;
}
.slider{
    z-index: -1;
}
.logo{
    z-index: 5;
    margin-top:4%;
}
.menu{
    background-color: white !important;
    background:transparent !important;
    z-index: 700;
    box-shadow: none;

}
.flags{
    vertical-align: middle;
}
.contact{
    font-weight: bold; font-size: 20px; text-align:center;
}
.menu-fixed  {
	position:fixed;
	z-index:1000;
    top:0;
    width:100%;
    margin-bottom: 20px;
    /*box-shadow:0px 4px 3px rgba(0,0,0,.5);*/
    background-color: white !important;
    /*color: #efefef !important;*/

     -webkit-transition: all 1s ease-in-out;
     -moz-transition: all 1s ease-in-out;
     transition: all 1s ease-in-out;
     
}
.card .card-image .card-title {
    font-weight: bold;
}
.card .card-image img {
    max-height: 252px;
    height: 252px;
    border-bottom: solid 4px  #02651c85 !important;
}
.card .card-reveal{
    position: fixed;
    z-index: 1000;
    
    -webkit-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    transition: all .1s ease-in;
}
.carousel-slider{
   max-height: 600px;
}
.side-nav .collapsible-header{
    padding: 0px 0px 0px 10%;
    
}

.carousel {
  max-height: 420px;
  
}
.carousel .carousel-item>img{
    min-height: 400px;
}
/*Animaciones al texto*/
.caption_index {
  z-index: 10;
  position: relative;
  color:rgb(31, 88, 31);
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  font-family: 'Lobster', cursive;
  animation: slidein 5s 1;
}
.caption {
  z-index: 10;
  position: relative;
  color:rgb(255, 255, 255);
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  font-family: 'Lobster', cursive;
  /*
  animation: slidein 5s 1;
  */
}
.caption_lema{
  z-index: 100;
  position: relative;
  color:rgb(255, 255, 255);
  font-size: 20px;
  font-weight: bold;
  text-align: center;
 font-family: 'Sedgwick Ave', cursive;
  animation: slidein_descripcion 5s 1;
  transition-delay: 20s;
}
.caption_display{
    display: none;
}
.about_us_title{
    display: block;
   animation: slidein 5s 1;
   animation-iteration-count: 1;
}
/*
.lema_sobre_nostros, .lema_tours{
    top: -220px;
  z-index: 100;
  position: relative;
  color:rgb(255, 255, 255);
  margin-bottom: 0px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  font-family: 'Sedgwick Ave', cursive;
  animation: slidein 5s 1;
}
*/


@keyframes slidein {
  0%{opacity: 0;}
  20%{opacity: 0.2;}
  40%{opacity: 0.4;}
  80%{opacity: 0.8;}
  100% {opacity: 1;}
}

@-webkit-keyframes slidein {
   0%{opacity: 0;}
  20%{opacity: 0.2;}
  40%{opacity: 0.4}
  80%{opacity: 0.8;}
  100% {opacity: 1;}
}
@-moz-keyframes slidein {
    0%{opacity: 0;}
  20%{opacity: 0.2;}
  40%{opacity: 0.4;}
  80%{opacity: 0.8;}
  100%{opacity: 1;}
}
@-o-keyframes slidein {
   0%{opacity: 0;}
  20%{opacity: 0.2;}
  40%{opacity: 0.4;}
  80%{opacity: 0.8;}
  100%{opacity: 1;}
}


@keyframes slidein_descripcion {
  0%{ 
    opacity: 0;
   left: -200px;
}
  20%{ 
    opacity: 0.2;
     
}
  40%{ 
    opacity: 0.4;
      
}
  80%{ 
    opacity: 0.8;
     
}
  100% { opacity: 1;left: 0px; }
  
  
}

@-webkit-keyframes slidein_descripcion {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes slidein_descripcion {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes slidein_descripcion {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}




/*Media Querys Responsives*/
@media only screen and (min-device-width : 50px) and (max-device-width : 319px) {
.caption{
    /*
    position: relative;
    z-index: 100;
    font-size: 13px;
    text-align: center;
    color: rgb(255, 255, 255) !important;
    */
    display: none;
}
.caption_index{
    font-size: 12px;
}
.logo{
    width: 50px;
    height: 50px;
    top: 10px;
}
#buttonMainImg{
    display: none;
}
 .caption_lema{
     display: none;
 }
 footer p{
    text-align: center;
}
footer h5{
    text-align: center;
}
footer ul{
    text-align: center;
}
.contact{
    font-size: 10px;
}
.logo{
    width: 60px;
    height: 60px;
}
.text-principal{
    margin-top: 10%;
}
#buttonMainImg{
    width:20px;
    height: 15px;
}
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
.caption{
   display: none;
}


.logo{
    width: 80px;
    height: 80px;
}
#buttonMainImg{
    display: none;
}
footer p{
    text-align: center;
}
footer h5{
    text-align: center;
}
footer ul{
    text-align: center;
}
.contact{
    font-size: 12px;
}
.welcome_home_text{
    color: green !important;
}
.galeria_cols{
    padding: 0px !important;
}

}

@media only screen and (max-width:620px) {
  /* For mobile phones: */
  .caption{
      color: white !important;
      font-size: 15px;
  }
  .logo{
      width: 80px;
      height: 80px;
  }
  #caption_lema{
    display: none;
  }
  footer p{
    text-align: center;
}
footer h5{
    text-align: center;
}
footer ul{
    text-align: center;
}
.contact{
    font-size: 15px;
}
#buttonMainImg{
    display: none;
}
p{
    font-size: 15px;
}
.welcome_home_text{
    color: green !important;
}
.galeria_cols{
    padding: 0px !important;
}

}

@media only screen and (max-width : 990px ) {
  /* For mobile phones: */

  footer p{
    text-align: center;
}
footer h5{
    text-align: center;
}
footer ul{
    text-align: center;
}
.contact{
    font-size: 15px;
}
.logo{
    z-index: 1000;
}
.nature_park{
    float: right !important;
     
}
.nature_park_img{
    float: left !important;
}
.welcome_home_text{
    color: green !important;
}

}
@media only screen and (min-width : 991px ) {
  /*bigger screens than 991*/
.vision_title{
    float: right !important;

}
.vision_text{
    float: left !important;
}


}


.container_green_footer_top{
    width: 100%; background: #1B5E20; height: 40px; bottom:0px;
}
.divider_{
    width: 100%; background: rgb(59, 61, 59); height: 5px; bottom:0px;
}

.container_{
    padding-right: 0px !important;padding-left:0px !important; vertical-align:center !important;
}

.container_ img{
    display: -webkit-box;
}

.back_ground_div_row{
    background: #f9f9f9; margin-bottom: 0px !important;
}
.back_ground_div_row p{
    font-size: 1.3rem !important; color:rgb(99, 90, 90) !important;
}
.parallax-container {
      height: "800px";
    }