/*estilos generales para catalogo de pueblos magicos*/
body{
    font-family: Montserrat !important;
    background-color: #FAFBFF;
}


.h1 {
    font-size: 28px;
}

div.presentation-container {
    color: #495057;
    font-size: 17px;
}

div.barrio-container {
    color: #495057;
    font-size: 17px;
    text-align: justify;
}

.logo-neighborhood {
	margin-top: 700px;
  }

  .tabs {
	display: flex;
	position: relative;
	background-color: #fff;
	box-shadow: 0 0 1px 0 rgba(24, 94, 224, 0.15),
	  0 6px 12px 0 rgba(24, 94, 224, 0.15);
	padding: 0.75rem;
	border-radius: 99px;
  }

  .tab {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 54px;
	width: 200px;
	font-size: 1.25rem;
	font-weight: 500;
	border-radius: 99px;
	cursor: pointer;
	transition: color 0.15s ease-in;
  }

/*nav settings*/
.logoSitur{
    display: none;
  }
.logoSitur-black{
    display: inline-block !important;
}

.site-navigation li a{
    color: #000 !important;
}
/*end nav settings*/


  /**
  galeria
  */

  * {
	box-sizing: border-box;
  }

  .gallery-magic img,
  .container-mobile img {
	width: 100%;
	display: block;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	transition: transform 1000ms;
  }

  .gallery-magic ul,
  .container-mobile ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.5rem;
	grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
	max-width: 100%;
  }

  .gallery-magic figure,
  .container-mobile figure {
	margin: 0;
	position: relative;
	overflow: hidden;
  }

  figure::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 200%;
	height: 200%;
	background: rgba(0, 0, 0, 0.5);
	transform-origin: center;
	opacity: 0;
	transform: scale(2);
	transition: opacity 300ms;
  }

  figcaption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	place-items: center;
	text-align: center;
	padding: 1rem;
	color: white;
	font-size: 1.2rem;
	z-index: 1;
	opacity: 0;
	transition: opacity 600ms, transform 600ms;
  }

  a:is(:hover, :focus) figure::after {
	opacity: 1;
  }

  a:is(:hover, :focus) figcaption {
	opacity: 1;
	transition: opacity 600ms;
  }

/*estilos generales para landing page de un pueblo magico*/
body {
	font-family: Montserrat !important;
	background-color: #fafbff;
  }
  .h1 {
	font-size: 28px;
  }

  div.presentation-container {
	color: #495057;
	font-size: 17px;
  }

  div.pueblo-container,
  .container-mobile,
  .tab-content {
	color: #495057;
	text-align: justify;
	font-size: 17px;
  }

  /*nav settings*/
  .section-banner {
	margin-top: -80px;
  }
  /*end nav settings*/

  :root {
	--primary-color: #185ee0;
	--secondary-color: #e6eef9;
  }
  *,
  *:after,
  *:before {
	box-sizing: border-box;
  }

  .container-tab {
	width: 1100px;
	margin: -250px auto 0px auto;
  }

  .tab-content {
	display: none;
  }

  #tab-content-2 {
	display: block;
  }

  .tabs * {
	z-index: 2;
  }

  .tab-name-neighborhood {
    padding-left: 20px;
  }

  input[type="radio"] {
	display: none;
  }

  input[type="radio"]:checked + label {
	color: var(--primary-color);
  }
  input[type="radio"]:checked + label > .notification {
	background-color: var(--primary-color);
	color: #fff;
  }
  input[id="radio-1"]:checked ~ .glider {
	transform: translateX(0);
  }
  input[id="radio-2"]:checked ~ .glider {
	transform: translateX(100%);
  }
  input[id="radio-3"]:checked ~ .glider {
	transform: translateX(200%);
  }
  input[id="radio-4"]:checked ~ .glider {
	transform: translateX(300%);
  }
  input[id="radio-5"]:checked ~ .glider {
	transform: translateX(400%);
  }
  input[id="radio-6"]:checked ~ .glider {
	transform: translateX(500%);
  }
  .glider {
	position: absolute;
	display: flex;
	height: 54px;
	width: 200px;
	background-color: var(--secondary-color);
	z-index: 1;
	border-radius: 99px;
	transition: 0.25s ease-out;
  }

  .img-logo-back {
	margin-right: 10px;
	width: 40px;
  }

  /**
  galeria
  */

  * {
	box-sizing: border-box;
  }

  #tab-content-5 img,
  .container-mobile img {
	width: 100%;
	display: block;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	transition: transform 1000ms;
  }

  #tab-content-5 ul,
  .container-mobile ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.5rem;
	grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
	max-width: 100%;
  }

  #tab-content-5 figure,
  .container-mobile figure {
	margin: 0;
	position: relative;
	overflow: hidden;
  }

  figure::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 200%;
	height: 200%;
	background: rgba(0, 0, 0, 0.5);
	transform-origin: center;
	opacity: 0;
	transform: scale(2);
	transition: opacity 300ms;
  }

  figcaption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	place-items: center;
	text-align: center;
	padding: 1rem;
	color: white;
	font-size: 1.2rem;
	z-index: 1;
	opacity: 0;
	transition: opacity 600ms, transform 600ms;
  }

  a:is(:hover, :focus) figure::after {
	opacity: 1;
  }

  a:is(:hover, :focus) figcaption {
	opacity: 1;
	transition: opacity 600ms;
  }

  .imagen-barrio {
    height: 800px;
    width: 100%;
    background-size: cover;
    background-position: center;
  }

  .imagen-barrio-patron {
    background-image: url('/assets/media/home/Patron.png');
    background-size: cover; color:#78829D;
    background-repeat: no-repeat;
  }

  .patron-height {
    height: 300px;
  }

  @media (prefers-reduced-motion: no-preference) {
	figcaption {
	  transform: translate3d(0, 2rem, 0);
	}

	figure::after {
	  border-radius: 50%;
	  opacity: 1;
	  transform: scale(0);
	  transition: transform 900ms;
	}

	a:is(:hover, :focus) figure::after {
	  transform: scale(2.5);
	}

	a:is(:hover, :focus) figcaption {
	  opacity: 1;
	  transform: translate3d(0, 0, 0);
	  transition: opacity 600ms 400ms, transform 600ms 400ms;
	}

	a:is(:hover, :focus) img {
	  transform: scale(1.2);
	}
  }
  /**
  fin galeria
  */

  .container-mobile {
	display: none;
  }
  /*telefonos*/
  @media only screen and (max-width: 850px) {
	.container-mobile {
	  display: block !important;
	}

	.img-logo-pueblo {
	  width: 100%;
	}

	.container-tab {
	  display: none;
	}

	.container-mobile iframe {
	  width: 100% !important;
	  height: 300px !important;
	}

	.section-banner{
        background-position: -50px !important;
    }
	#tab-content-4, #tab-content-5, #tab-content-6{
		display: block!important;
	}

	.container-barrio{
		margin-top: -280px;
	}

	.container-barrio img{
		max-width: 100% !important;
	}
  }
