/*Desarrollado por Luis Moncada*/
@font-face {
      font-family: "Old Standard";
      src: url("https://www.groupjm.com/public/fonts/OldStandard-Bold.ttf");
      font-weight: 800;
    }
@font-face {
      font-family: "Old Standard";
      src: url("https://www.groupjm.com/public/fonts/OldStandard-Regular.ttf");
      font-weight: 400;
    }
html{scroll-behavior: smooth;}
a:hover{
	text-decoration: none;
}
body{font-family: 'Roboto'}
p{font-size:1.1rem;font-family: 'Roboto'}

a{
		color:black;
}
li {
	margin: 0px;
	padding: 0px;

}
ul {
	margin: 0px;
	padding: 0px;
}
.carousel-indicators{
  display:block;
  left: 80%;
  bottom: 38%;
}

.carousel-indicators li{
  width: 15px;
  height: 15px;
}
 .navbar-dark{
   background-color: transparent !important;
   position:absolute;
   z-index: 9999;
   border-bottom: 2px solid white;
   width: 100%;
   padding-bottom: 30px;
}
 .padding-top{
  position: relative;
}

.btn{border-radius: 0rem;}
.nav-link{
  font-size: 14px;
  color:white;
}
.header{
  position: relative;
}

.carousel-item .data {
  position: absolute;
  margin: 0;
  color: white;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%);
}
.active{
color: rgba(173, 103, 40, 1);
border-bottom: 2px solid rgba(173, 103, 40, 1);
}

.width-fit{    width: fit-content;
    width: -webkit-fit-content;}
.active .nav-link{
color: rgba(173, 103, 40, 1)!important;
font-weight: bold!important;


}
.card,.card-img-top{
  background-color:#F5F5F5!important;
  border: none;
  border-radius: 0px;

}
.color{
  color:rgba(173, 103, 40, 1);
}
p{
  margin-bottom: 0;
}
.spacio{
  margin-top: 1rem;
}

.bordeado{
  -webkit-box-shadow: 0px 10px 9px 1px rgba(0,0,0,0.11);
-moz-box-shadow: 0px 10px 9px 1px rgba(0,0,0,0.11);
box-shadow: 0px 10px 9px 1px rgba(0,0,0,0.11);

}


.color-text{
  color:rgba(173, 103, 40, 1);
}

.btn-slider{
  background-color:white;
  color:rgba(173, 103, 40, 1);
  border: none;
  font-size:14px;
  border-radius: 0;
  font-weight: bold;
}
.carousel-inner .active{
border-bottom: none!important;
}
/* Make the image fully responsive */
.carousel-inner img {
    width: 100%;
    height: 100%;
}
.nav-pills .nav-link {
  border-radius: 0;
  color: black!important;
  background-color: #F5F5F5;
  font-weight: bold;
}
.nav-pills .nav-link.active {
    color: rgba(173, 103, 40, 1)!important;
    background-color: #333333!important;
    border-bottom: none;
    font-weight: bold;
}
.slider-img{
max-height: 100vh;
}

@media (max-width: 700px) {
.slider-img{
min-height: 80vh;
}

.individual .carousel-indicators{
left: -10%!important;
}
}

.border-slider{
  border-left: 3px solid rgba(173, 103, 40, 1);
}

h1, h2, h3, h4, h5, h6 {font-family: 'Old Standard'}
.h3-slider{
  font-family: 'Old Standard';
  font-size:40px;
}

.color-grupo{
  color: rgba(173, 103, 40, 1);
}



/*tipografia*/

.old-standard_bold{
  font-family: 'Old Standard';
  font-weight: 800;
}

.old-standard_regular{
  font-family: 'Old Standard';
  font-weight: 400;
}

.roboto-bold{
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
}
.roboto-regular{
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
}
.roboto-medium{
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
}
.info{
  font-size: 19px;
  color:rgba(51, 51, 51, 1);
}

.border-ofrecer{
  border: 3px solid white;
  padding: 25px;
}

.card-producto{
  font-size: 23px;
}

.border-card-producto{
  border-left: 2px solid rgba(173, 103, 40, 1);
}
.btn-alquiler{
background-color:#333333!important;
color:rgba(173, 103, 40, 1)!important;
border: none;
font-size:14px;
border-radius: 0;
font-weight: bold
}
.h2-title{
  color:rgba(173, 103, 40, 1);
  font-size:45px;
  border-bottom: 2px solid rgba(173, 103, 40, 1);
  width: fit-content;
}

.footer-title{
  color:rgba(173, 103, 40, 1);
  font-size:23px;
  border-bottom: 2px solid rgba(173, 103, 40, 1);
  width: fit-content;
}
.footer-title-departamentos{
  color:rgba(173, 103, 40, 1);
  font-size:20px;
  border-bottom: 2px solid rgba(173, 103, 40, 1);
  width: fit-content;
}
.card-p{
  color: #0F172B;font-size: 17px;
}
.mon .active{
  border-bottom: none;
}
.bg-categorias{
  background-position:center;
    background-size: cover!important;
    padding: 4px;
    height: 421px;
    background-repeat: no-repeat!important;
    transition: all .3s ease-in;
}
.bg-categorias:hover{transform: translateY(-15px);}

.bd-categorias{
  border: 2px solid rgba(173, 103, 40, 1);
   width: 100%;
   height: 100%
}

.footer{

  background-size:cover;
  background-position: center;
  border-top: 2px solid rgba(173, 103, 40, 1);
  padding-bottom: 7rem!important;
}
.footer-nav{
  list-style: none;
  font-size: 12px;
}


/*individual sldier*/

.individual .carousel-indicators{
  display:flex;
  left: -13%;
  bottom: 0%;
}

.individual .carousel-indicators li{
width: 98px;
    height: 60px;
}

.indicadores{
  background-position:center;
  background-size:cover;
}

.padding-nav{
  padding: 30px 20px;
}
.bg-light{
  background-color: white!important;
}

.logo{
  width: 120px;
  fill: white;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,1);
    transition: all .3s ease-in;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgb(173, 103, 40);
}

li.spacio{
  margin-left:none;
}

.no-details{
    color: black;
    font-size: 13px;
    text-decoration: none;
    text-decoration-color: black
}
.bolding{
    font-weight: bold;
}
.icon-color{
    color: #AD6728
}
.border-color{
    border-bottom: 1px solid rgb(177, 177, 177)
}
.text-right{
    text-align: right
}
.gold-color{
    color: #AD6728
}
.border-black{
    border-bottom: 1px solid black;
}.card-back{
    background-color: #F5F5F5
}
.img-height{
    max-width: 100%;
}
.no-border{
    border: none;
    border-radius: 0px;
}
.old-standard{
    font-family: old-standard;
}
.tittle{
    font-size: 45px;
    color: #fff;
}
.border-left{
   border-left: 3px solid rgba(173, 103, 40, 1)!important;
}
.main-tittle{
    font-size: 38px;
    color: rgba(173, 103, 40, 1);
    font-family: old-standard;
    font-weight: bold;
}
.main-bg{
    height: 50vh;
    background-size:cover;
    background-position: center
}
.black-bg{
    background-color: rgb(46, 44, 44);
}
.input-form{
    width: 90%;
    border-top: none;
    border-right: none;
    border-left: none;
    color: black;
    background-color: #f8f8f8;
    border-bottom: 2px solid rgba(173, 103, 40, 1);
}
.form-btn{
    width: 90%;
    background-color: rgba(173, 103, 40, 1);
    color: #fff;
}
/* Dropdown Button */
.dropbtns {
    background-color: #fff;
    color: black;
    font-size: 16px;
    border: none;
  }

  /* The container <div> - needed to position the dropdown content */
  .dropdowns {
    position: relative;
    display: inline-block;
  }

  /* Dropdown Content (Hidden by Default) */
  .dropdown-contents {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 140px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }

  /* Links inside the dropdown */
  .dropdown-contents a {
    color: black;
    padding: 10px;
    text-decoration: none;
    display: block;
  }

  /* Change color of dropdown links on hover */
  .dropdown-contents a:hover {background-color: #ddd;}

  /* Show the dropdown menu on hover */
  .dropdowns:hover .dropdown-contents {display: block;}

  /* Change the background color of the dropdown button when the dropdown content is shown */
  .dropdowns:hover .dropbtns {background-color: none;}
  .depart-tittle{
    color:rgba(173, 103, 40, 1);
    font-size:34px;
    font-family: Old Standard;
    font-weight: bold;
  }
  .noborder{
    border: none;
    background-color: none;
  }
  .nofocus:focus
  {
    border: none!important;

  }
  input{    cursor: pointer;}
  input:focus{
    border: none;
  }
  .page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: rgba(173, 103, 40, 1)!important;
    border-color: rgba(173, 103, 40, 1);
    border: 0px;
}

  .page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: 0px;
    line-height: 1.25;
    color: rgba(173, 103, 40, 1);
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.icono-nosotros{    position: absolute;
    left: -34px;
    top: 50%;
    transform: translate(0px, -50%);
}

.icono-nosotros2{    position: absolute;
    right: -34px;
    top: 50%;
    transform: translate(0px, -50%);
}

.img-itapema{height:30rem;}

/*RESPONSIVE*/
@media (max-width: 575.98px) {
  .main-bg {
    height: 59vh;
}
  .h3-slider {
    font-size: 32px!important;}
  .btn-contacto{font-size: 12px}
  .main-tittle {
    font-size: 31px;
}
  .img-itapema{height:15rem;}
  .icono-nosotros{
    left: 50%!important;
    top: 1%!important;
    transform: translate(-50%, -50%)!important;
  }
  .icono-nosotros2 {
    right: 50%!important;
    top: 0%!important;
    transform: translate(50%, -50%)!important;
}
  .dd{
    padding: 0 10px;
  }
}

.contact{
  width: 100%;
   border-top: none;
    border-right: none;
    border-left: none;
    color: black;
    background-color: #f8f8f8;
    border-bottom: 2px solid rgba(173, 103, 40, 1)
}
.btn-contact{
  width: 90%;
  background-color: rgba(173, 103, 40, 1);
  color: #fff
}

.itapema{
	cursor: pointer;
	overflow: hidden;
  transition: all .3s ease-in;
  background: linear-gradient(rgba(255,255,255,0), rgba(0, 0, 0, 0.58)), url(images/playas.png);
    background-position: center;
    background-size: cover;
    padding: 4px;
    height: 331px;
}

.itapema:hover{background: linear-gradient(rgba(255,255,255,0), rgba(0, 0, 0, 0.88)), url(images/playas.png);
}
.itapema#playas{
	transform: translateY(78%);
overflow: hidden;transition: all .3s ease-in;
}

.itapema#gastronomia{
	transform: translateY(78%);
transition: all .3s ease-in;
}

.itapema#alojamiento{
	transform: translateY(78%);
transition: all .3s ease-in;
}
.itapema#naturaleza{
	transform: translateY(78%);
transition: all .3s ease-in;
}

.itapema-hover{
	display:block!important
}

.itapema:hover #naturaleza{
	transform: translateY(20%);
	transition: all .3s ease-in;
}

.itapema:hover #alojamiento{
	transform: translateY(20%);
	transition: all .3s ease-in;
}
.itapema:hover #gastronomia{
	transform: translateY(20%);
  transition: all .3s ease-in;
}
.itapema:hover #playas{
	transform: translateY(20%);
	transition: all .3s ease-in;
}

@media (max-width: 1199.98px) {

	.itapema#playas{
		transform: translateY(85%);

	}

	.itapema#gastronomia{
		transform: translateY(75%);

	}

	.itapema#alojamiento{
		transform: translateY(100%);

	}
	.itapema#naturaleza{
	transform: translateY(110%);

	}
	.itapema#naturaleza:hover{
		transform: translateY(10%);
		transition: 2s;
	}

	.itapema#alojamiento:hover{
		transform: translateY(10%);
		transition: 2s;
	}
	.itapema#gastronomia:hover{
		transform: translateY(10%);
	  transition: 2s;
	}
	.itapema#playas:hover{
		transform: translateY(100%);
		transition: 2s;
	}
 }

@media (max-width: 991.98px) {
    .carousel-inner img {
    width: auto!important;
    height: 100%!important;
}

.h2-title {
    font-size: 28px;

}
  .navbar-dark {
      background-color: white !important;
      position: absolute;
      z-index: 9999;
      border-bottom: 2px solid white;
      width: 100%;
      padding-bottom: 30px;
      color: black!important;
  }
  .navbar-dark .navbar-nav .nav-link {
    color: black!important;
  }

  .navbar-dark .navbar-toggler-icon {
  color:black;
  background-color:  rgba(173, 103, 40, 1);
  }
  .navbar-dark .navbar-toggler {
    color: black;
    border-color: rgba(173, 103, 40, 1);
  }

  nav{
  margin-left: 0;
  }

  .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
    height: 8%;
  }
  .carousel-item .data {
top: 40%!important;
    /* top: 75%!important; */
    width: 312px!important;
    left: 40%!important;
  }
  .itapema#playas{
 				transform: translateY(10%);

 			}

 			.itapema#gastronomia{
 				transform: translateY(10%);

 			}

 			.itapema#alojamiento{
 				transform: translateY(10%);

 			}
 			.itapema#naturaleza{
 				transform: translateY(10%);


 			}

}

@media (min-width: 1920px){
  section#demo{height: 70vh!important;}
   .main-bg {
    height: 36vh!important;
  }

}

.overlay {
  background: #222222;
  opacity: .3;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.btn-primary:hover {
    color: #ad6728!important;
    background-color: #333333!important;
    border-color: #333333!important;
}
.btn-contacto:hover{color:#AD6728!important }

.redes-menu:hover{color:#AD6728!important; transform: translateY(-2px); transition: all .2s ease-in}
.redes-menu {font-size: 18px;}
.dept-footer:hover{color: #AD6728!important}
.icono-dpto {
    height: 20px;
}
span {background: transparent!important;font-family: 'Roboto'!important}
.titulo-itapema::after{content: '';position: absolute;width: 61px;height: 3px;background: #AD6728;top: 37px;left: 50%;transform: translateX(-50%); }
.carousel-inner {height: 100%;    margin-right: -110%;}
section#demo{height: 100vh;}
.carousel-item{height: 100%;}
.custom-toggler .navbar-toggler-icon {
      background-image: url(../images/svg/hamburguer.svg)!important;
    background-repeat: no-repeat!important;
    margin-top: 10px;
}
.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgb(173, 103, 40);
}
.imgs-deptos {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.center-login{position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 68%;}
    .dropdown:hover>.dropdown-menu {
  display: block;
}
.dropdown-menu {
    top: 87%;
    transition: all .3s ease-in;
    box-shadow: 3px 3px 11px -6px #0000002e;
}
.text-capitalize{text-transform: capitalize;}
.vdatetime-input {
    width: 100%;
}
.border-b, .border-b:focus {
    border: none;
    border-radius: 0px;
    border-bottom: solid 2px black;
    background-color: transparent!important;
    box-shadow: none !important;
}
.navbar-light .navbar-nav .nav-link {
    color: rgb(0, 0, 0);
}
/*#navbarSupportedContent .navbar-nav li:nth-last-child(2){display: none}*/