@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tangerine&display=swap');

:root{
  --color-default:#888888;
  --color-second:#a18504f5;
  --color-white:#fff;
  --color-body:#111111;
  --color-light:#616161;
}

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Poppins', sans-serif;
}

body{
	height: 100vh;
  background-image: url("../images/bg.jpg");
  background-repeat:repeat-y;
  background-size: 100hv;
  background-position: center;
}

.header img{
  height: 25px;
}

.header .btn{
  background-color: var(--color-body);
  color: var(--color-white);
  border-style: solid;
  border-color: var(--color-white);
  border-radius: 1em;
  font-size: 0.75em;
  margin: 0 0.5em;
}

.body-section{
  min-height: calc(100vh - 95px);
}

.subtitle{
  margin: 5vh;
}

.subtitle p{
  text-align: center;
}

h1{
  text-align: center;
  color: #111111;
}
h3{
  text-align: center;
  color: #111111;
}
h4{
  text-align: center;
  color: var(--color-second);
}

.contDesc{
  padding: 20px;
}

.contDesc img{
  width: 100%;
}

.planes{
  background-color: #aaa;
  margin: 20px;
  box-shadow: 10px 5px 5px var(--color-light);
}
.contImgModel img{
  max-height: 120px;
  width: auto;
}

.imgBigModel img{
  max-height: 250px;
  width: auto;
}

.contDesctext h5{
  padding: 2rem;
  font-size: 16px;
  background-color: #888888;
  color: #ffffff;
  text-align: justify;
  vertical-align: middle;
}
.cards{
  background-color: #ffffff;
  margin: 2rem 2rem;
  padding: 2rem;
  border-radius: 50px;
  box-shadow: 10px 5px 5px var(--color-light);
  
}

.contImg, .contCiudad, .contEdad{
  border-radius: 10px;
  border-color: #888888;
  border-style: solid;
  border-width: 1px;
  
}

.contImg img{
  max-width: 100%;
  padding: 4px;
}
.contCiudad, .contEdad{
  background-color: #6c757d;
  color: var(--color-white);
}

.imgBody{
  width: 100%;
  height: 200px;
}

.imgcard{
  width: auto;
  height: 300px;
  margin: auto;
}
.card-text{
  text-align: justify;
  font-size: 13px;
}

.card-btn{
  width: 100%;
  text-align: center;
  text-decoration: none;
}

.cardCat{
  height: 40vh;
  width: 80%;
}

.cardCat img{
  height: 80%;
  width: auto;
}

.formModel{
  width: 60vw;
  margin: auto;
  background-color: var(--color-default);
  padding: 0 13px;
}

.formModel input, select{
  border-radius: 15px;

}

.sectionModel{
  background-color: var(--color-light);
  color: white;
  height: 5vh;
  text-align: center;
  vertical-align: middle;
  padding: 5px;
  margin-bottom: 20px;
}

.drop-area{
  height: 30vh;
  width: 30vw;
  background: var(--color-white);
  border: 3px dashed var(--color-default);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  margin-bottom: 25px;
}

.drop-area.active{
  background: #b8d4fe;
  columns: #111111;
  border: 2px dashed #618ac9;
}

.file-container{
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border: solid 1px #ddd;
}


.gallery-container{
  align-items: center;
  justify-content: center;
  height: 250px;
}

.carousel-item {
  display: flex;
  justify-content: center;
  background-color: #d0d1d3;
}
.carousel-item img{
  max-height: 250px;
  margin: auto;
}
/* .gallery-container{
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-auto-rows: 150px;
  padding: 20px;
  grid-gap: 10px;
} */
.footerbutton a{
  color: #ffffff;
  text-decoration: none;
}
.gallery_img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery_img:hover{
  filter: grayscale(80%);
  cursor: pointer;
  transition: filter .5;
}


.container-img{
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  background: rgb(0, 0, 0. 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform .4s ease-in;
}

.move{
  transform: translateX(0);
}

.img-show{
  height: 80%;
  display: block;
  object-fit: cover;
}

.bi.bi-x-circle{
  position: absolute;
  color: #fff;
  top: 20px;
  right: 20px;
  font-size: 40px;
  cursor: pointer;
}
#preview {
  margin-top: 10px;
}

.status-text{
  padding: 0 10px;
}

.success{
  color: #52ad5a;
}

.failure{
  color:#ff0000;
}

#dropzone p{
  padding: 20px 10px;
  background: white;
  text-align: center;
  border: 2px dashed #333;
}

#dropzone label{
  border-bottom: 1px solid blue;
  color: blue;
  cursor: pointer;
}

#dropzone input{
  display: none;
}

#fotos{
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

#fotos img{
  height: 100px;
}

.foot {
	background-color: var(--color-body);
  color: var(--color-white);
	text-align: center;
	font-size: 12px;
	height: 40px;
}

.foot i{
  font-size: 20px;
  margin: 0 10px;
  color: var(--color-white);
}

.whatsapp {
  position:fixed;
  width:60px;
  height:60px;
  bottom:60px;
  right:60px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:40px;
  z-index:100;
}

.whatsapp-icon {
  margin-top:13px;
}

.redes{
  position:fixed;
  width:30px;
  height:auto;
  bottom:50%;
  right:0px;
  background-color:#111111;
  color:#FFF;
  text-align:center;
  font-size:20px;
  z-index:100;
  border-radius: 10px 0 0 10px;
}

.redes i{
  color: var(--color-white);
}

.miModal{
  position: fixed;
  width: 40vw;
  top: 15vh;
  right: 30vw;
}

.workus{
  position:fixed;
  margin: 0;
  padding: 5px 10px;
  text-align: center;
  width:auto;
  height:auto;
  bottom:50%;
  left: -30px;
  color: var(--color-white);
  background-color:#111111;
  transform: rotate(-90deg);
  border-radius: 0 0 10px 10px;
  text-decoration: none;
  font-size: small;
}

.caruselmodal{
  border-style: solid;
  border-radius: 10px;
  height: 400px;
  border-color: #111111;
}

.modalModel{
  width: 80vw;
}

.tituloModelo{
  color: var(--color-second);
}

.tituloModelo h5{
  font-family: 'Tangerine', sans-serif;
  font-size: 48px;
  text-shadow: 4px 4px 4px #aaa;
  
}

.tableTitle{
  color: var(--color-second);
  font-weight: bold;
  font-style: italic;
}

.contenedor {
	width: 100%;
	margin: auto;
}

/* ------------------------- */
/* HEADER */
/* ------------------------- */

header {
	padding: 40px 0;
}

header form {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}

header .barra-busqueda {
	width: 50%;
	height: 40px;
	line-height: 40px;
	background: #fff;
	border-radius: 100px;
	border: none;
	text-align: center;
	font-size: 16px;
}

header .categorias {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

header .categorias a {
	color: var(--color-second);
	margin: 10px 20px;
	font-size: 18px;
	font-weight: 700;
  text-decoration: none;
}

header .categorias a.activo {
	color: #000;
}

/* ------------------------- */
/* Grid */
/* ------------------------- */

.contprod {
  padding: 10px;
  background-color: #b9b7b7;
  border-radius: 6px;
  box-shadow: 10px 5px 5px #fff;
  margin: 10px;
}

.contprod img {
  width: 100%;
  border-radius: 8px;
}

.contprod h5 {
  margin-top: 5px;
  font-size: 14px;
  color: #000;
  text-align: left;
}
.contprod h4 {
  margin-top: 5px;
  font-size: 14px;
  color: rgb(252, 4, 4);
  text-align: right;
}
.contprod button {
  width: 100%;
  margin-top: 5px;
  font-size: 15px;
  text-align: center;
}
.grid .item {
	position: absolute;
	display: block;
	padding: 0;
	margin: 10px;
	width: calc(33.333333% - 20px);
}

.grid .item-contenido {
	position: relative;
}

.grid .item img {
	width: 100%;
	cursor: pointer;
	vertical-align: top;
}

/* ------------------------- */
/* Overlay */
/* ------------------------- */
.overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,.9);
	width: 100%;
	height: 100vh;
	display: none;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.overlay.activo {
	display: flex;
}

.overlay img {
	max-width: 100%;
}

.overlay .descripcion {
	display: block;
	background: #fff;
	padding: 20px;
	text-align: center;
	margin-top: 5px;
	border-radius: 10px;
	max-width: 50%;
}

.contenedor-img {
	position: relative;
}

.overlay #btn-cerrar-popup {
	background: none;
	font-size: 20px;
	color: #fff;
	border: none;
	cursor: pointer;
	position: absolute;
	right: -20px;
	top: -20px;
}

/* ------------------------- */
/* Mediaqueries */
/* ------------------------- */
@media screen and (max-width: 700px) {
	.grid .item {
		width: calc(50% - 20px);
	}

	header .barra-busqueda {
		width: 100%;
	}
}