/* NAV BAR */
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Syncopate&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&family=Raleway:ital,wght@0,200;1,100&display=swap');



body {


  background-color: #A69F97 !important;
  font-family: 'Roboto Condensed', sans-serif;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  letter-spacing: 0.03rem;
  line-height: 1.6;
}



#color-nav {
  background-color: #58595B !important;
}


.logo1 {
  height: 5rem;
  width: auto;

}

.nav-item {

  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: white;
  margin-left: 20px;
}

.nav-lang {

  font-size: 0.8rem;
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  margin-left: 20px;
}

.nav-lang:hover {

  color: #B8CCD9;
}



.dropdown-toggle::after {
  content: none;
}


.sign-link {


  color: white;
  font-size: 10px;
  text-decoration: none;
  position: absolute;
  letter-spacing: 0.2em;
  margin-left: 300px;
  float: left;
  padding-top: 10px;
}

.sign-link:hover {

  color: gray;
}

.log-link {


  color: white;
  font-size: 10px;
  text-decoration: none;
  position: absolute;
  letter-spacing: 0.2em;
  margin-left: 400px;
  padding-top: 10px;
}

.log-link:hover {

  color: gray;
}


@media (max-width:600px) {
  .index {
    width: 100%;
    height: 100%;
  }

  .site-footer .copyright-text,
  .site-footer .social-icons {
    text-align: center;
  }


}

@media (max-width:991px) {
  .index [class^=col-] {
    width: 100%;
    height: 100%;

  }
}

@media (max-width:800px) {
  .index {
    width: 100%;
    height: 100%;
  }

  .site-footer .copyright-text,
  .site-footer .social-icons {
    text-align: center;
  }


}

h1 {

  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  color: #58595B;


}

h2 {

  font-family: 'Raleway', sans-serif;
  color: #58595B;
  margin-top: 0.5rem;

}

h4 {
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  color: #fff;

}

.logoWhatsapp {

  width: 50px;
  height: 50px;
  display: block;
  position: fixed;
  bottom: 80px;
  right: 20px;
  cursor: pointer;
  z-index: 99999999;


}

.llamado .logoWhatsapp {

  float: right;
  
  
   
}



.info {

  color: black;
}

.nosotros {
  text-align: center;
  color: white;
  margin-top: 4rem;
  margin-left: 5rem;
  margin-right: 5rem;
  line-height:1.5rem;
 

} 

/* CARDS */

.card {

  margin-top: 2rem;
}


.title {

  text-align: center;
  font-size: 40px;
  color: #6a6a6a;
  margin-top: 100px;
  font-weight: 100;
}

.container {

  width: 100%;
  max-width: 1200px;
  height: calc(100vh-430px-5rem);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
  margin-top: 3rem;
}

.container .card {

  width: 330px;
  height: 430px;
  border-radius: 12px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  margin: 10px;
  text-align: center;
  transition: all 0.25s;
  background-color: #8C837B;

}

.container .card:hover {

  transform: translateY(-15px);
  box-shadow: 0 12px 16px rgba(0, 0, 0, 0.2);

}

.container .card img {
  width: 330px;
  height: 220px;
}

.container .card h4 {

  font-weight: 600;
  margin-top: 0.5rem;
  font-family: 'Raleway', sans-serif;
  color: #fff;
  font-size: 1.2rem;
}

.container .card p {
  padding: 0 1rem;
  font-size: 1rem;
  font-weight: 300;
}

.container .card a {

  font-weight: 500;
  text-decoration: none;
  color: #58595B;
}

.container .card a:hover {

  color:#FAF8EB;
}

.tituloExcursion {

  text-align: center;
  margin-top: 2.5rem
}


/*  CAROUSELL */

.simple-gallery {
  width: 90%;
  /* height: 80%; */
  display: block;
  margin: auto;
  margin-top: 50px;
  box-shadow: 5px 20px 60px 10px Gray;
  border-radius: 12px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

img .carousel {
  border-top: 1px solid Gainsboro;
  border-left: 1px solid Gainsboro;
  border-radius: 12px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.mini img {
  width:18%;
  height: 18%;
  float: left;
  margin: 4px 4px 0px 0px;
  cursor: pointer;
  border-radius: 12px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.mini img:nth-of-type(4) {
  margin-right: 0px;
  border-radius: 12px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.maxi {
  width: 100%;
  /* height: 100%; */
  display: block;
  border-radius: 12px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}


/*  DIAMANTE 

 body {
  padding: 0;
  margin: 0;
  background-color: #222;
}  


.diamante{

  margin-top:50%;
}
.diamond {
  position: absolute;
  height: 150px;
  width: 600px;
  padding: 0;
  margin: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.diamond li {
  position: absolute;
  list-style: none;
  height: 400px;
  width: 600px;
  margin: -100px;
  transform: rotate(-45deg);
}

.diamond li.item0 {
  top: 100%;
  left: -25%;
}

.diamond li.item1 {
  top: 0;
  left: 0;
}
.diamond li.item2 {
  top: 100%;
  left: 25%;
}

.diamond  li.item3 {
  top: 0;
  left: 50%;
}

.diamond  li.item4 {
  top: 100%;
  left: 75%;
}

.diamond  li.item5 {
  top: 0;
  left: 100%;
}

.diamond  li.item6 {
  top: 100%;
  left: 125%;
}
.diamond  li .bg {
  width: 200px;
  height: 200px;
  overflow: hidden;
  opacity: 0.5;
  transition: .5s;
}

.diamond  li .bg:hover {
  opacity: 1;
}

.diamond  li .bg img {
  width: 100%;
  height: 100%;
  transform: rotate(45deg) scale(1.5);
  transition: 3s;
}

.diamond  li .bg img:hover {
  transform: rotate(45deg) scale(2);
} */
/* FOOTER  */

footer {
  background: #A69F97;
  color: white;
  margin-top: 100px;
  text-align: center;
  padding: 0em;
  position: relative;

}

footer a {
  color: #fff;
  font-size: 14px;
  transition-duration: 0.2s;
}

footer a:hover {
  color: #FA944B;
  text-decoration: none;
}

.copy {
  font-size: 12px;
  padding: 10px;
  border-top: 1px solid #FFFFFF;
  width: 100%;
}

.footer-middle {
  padding-top: 2em;
  color: white;
}

.mainfooter {
  background-color: #4f5e70;
}

.box {
  width: 30%;
  display:inline-block;
  margin:10px 0;
  border-radius:5px;
}
@media (max-width: 700px){
  .box{
    width: 100% !important;
    display: inline-block;
  }
}
.text {
  padding: 10px 0;
  color:white;
  font-weight:bold;
  text-align:center;
}


/*SOCİAL İCONS*/

/* footer social icons */

ul.social-network {
  list-style: none;
  display: inline;
  margin-left: 0 !important;
  padding: 0;
}

ul.social-network li {
  display: inline;
  margin: 0 5px;
}


/* footer social icons */

.social-network a.icoFacebook:hover {
  background-color: #3B5998;
}

.social-network a.icoInstagram:hover {
  background: radial-gradient(circle at 30% 110%, #ffdb8b 0%, #ee653d 25%, #d42e81 50%,
      #a237b6 75%, #3e5fbc 100%);

}

.social-network a.icoTrip:hover {
  background: #01db99;

}

.social-network a.icoTwitter:hover {
  background-color: #007bb7;
}

.social-network a.icoFacebook:hover i,
.social-network a.icoTrip:hover i {
  color: #fff;
}

.social-network a.socialIcon:hover,
.socialHoverClass {
  color: #44BCDD;
}

.social-circle li a {
  display: inline-block;
  position: relative;
  margin: 0 auto 0 auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 30px;
  height: 30px;
  font-size: 15px;
}

.social-circle li i {
  margin: 0;
  line-height: 30px;
  text-align: center;
}

.social-circle li a:hover i,
.triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.social-circle i {
  color: #595959;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.social-network a {
  background-color: #F9F9F9;
}



.copyright-text {
  margin: 0;
}

@media (max-width:991px) {
  .site-footer [class^=col-] {
    margin-bottom: 30px;
  }
}

@media (max-width:767px) {
  .site-footer {
    padding-bottom: 0;
  }

  .site-footer .copyright-text,
  .site-footer .social-icons {
    text-align: center;
  }
}

@media only screen and ( max-width: 700px ) {
  .caja {
    width: 100%;
  }

.green{

  color: #9c9;
}

red{

  color:#c99;
}
}