@import url("https://fonts.googleapis.com/css?family=Quicksand:400,500,700&subset=latin-ext");

:root {
  --pantone-490: #56242A; 
  --pantone-504: #4e232E;
  --pantone-465: #B38E5D;
  --pantone-468: #D4C19C;
  --pantone-7420: #9D2449;
  --pantone-7421: #621132;
  --pantone-627: #13322B;
  --pantone-626: #285c4d;
}

html {
  position: relative;
  overflow-x: hidden !important;
}


body {
  width: 100%;
   font-family: Arial, Helvetica, sans-serif; 
  font-family: "Gotham", Helvetica;
  display: flex;
  flex-direction: column;
  justify-content: center;
 
}

section {
  width: 100%;
  /* font-family: Arial, Helvetica, sans-serif; */
  font-family: "Gotham", Helvetica;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#contenido-responsivo {
  max-width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

h1 {
  padding-top: 30px;
  font-size: 3rem;
}

.menu-tramites {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  /* overflow: auto; */
}
.boton-tramite {
  font-weight: bold;
  margin: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-width: 340px;
  max-width: 340px;
  max-height: 60px;
  min-height: 60px;
  border: 1px solid rgba(44, 44, 44, 0.5);
  border-radius: 15px;
  background-color: rgb(164, 38, 47);
  color: rgb(255, 255, 255);
  transition: background 0.5s, color 0.5s;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.boton-tramite:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(164, 38, 47);
}

.activo {
  background-color: rgb(255, 255, 255);
  color: rgb(164, 38, 47);
}

.texto-tramite {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 100%;
  font-size: 1.5rem;
  margin: 10px;
}

.titulo-descripcion {
  font-weight: bold;
  font-size: 1.5rem;
  margin: 10px;
}

.direccion{
  max-width: 100%;
  max-height: 300px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 150px;
}

.maps{
  margin: 20px;
  width: 100%;
  z-index: +2;
  border-radius: 30px;
  -webkit-box-shadow: 15px 10px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 15px 10px 5px 0px rgba(0,0,0,0.75);
box-shadow: 15px 10px 5px 0px rgba(0,0,0,0.75);
}

.direccion-texto{
  font-size: 1.5rem;
}

@media (max-width:600px) {
  .direccion-texto{
    font-size: .8rem;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}



.navbar {
  z-index: 10000;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.98) 20px,
    rgba(119, 119, 119, 0.73) 200px
  );
}

.header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 6rem;
  font-size: 1.5rem;
  color: #3c4056;
}

.header img {
  max-width: 10rem;
}

li {
  list-style: none;
}

nav {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-top: 0;
}

.enlaces {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-top: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 6rem;
  font-size: 1.5rem;
  color: #3c4056;
}

.enlaces li {
  -webkit-transition: background 0.5s, border-radius 0.5s;
  transition: background 0.5s, border-radius 0.5s;
  border-radius: 0;
  display: flex;
  justify-content: center;
}

.enlaces li:hover {
  background-color: #998675;
  border-radius: 15px;
}

.enlaces li * {
  cursor: pointer;
  color: #3c4056;
  text-align: center;
  text-decoration: none;
  font-size: 0.8rem;
  padding: 0.5rem;
}
#pmd {
  transform: scale3d(1.1, 1.1, 1);
}
#pmd:hover {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transform: scale(0.98);
}
/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  z-index: +100;
  position: fixed;
  top: 0;
  width: 100%;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 120px;
}

.background-gradient {
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 20px,
    rgba(119, 119, 119, 0.7) 200px
  );
}

#banner-bottom {
  visibility: hidden;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: +2;
  font-size: 1rem;
  color: #3c4056;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 20px,
    rgba(119, 119, 119, 0.3) 200px
  );
  position: fixed;
  bottom: 0;
  padding: 0 6rem;
  box-shadow: 0px -10px 71px -11px rgba(0, 0, 0, 0.63);
  -webkit-box-shadow: 0px -10px 71px -11px rgba(0, 0, 0, 0.63);
  -moz-box-shadow: 0px -10px 71px -11px rgba(0, 0, 0, 0.63);
}

#banner-bottom img {
  max-height: 50px;
}


a, a:hover {
  text-decoration: none;
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

.background {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.background:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-image: linear-gradient(200deg, var(--pantone-468) 0%, var(--pantone-504) 100%); */
  opacity: 0.9;
}
.background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  user-select: none;
}

.item-bg {
  width: 300px;
  height: 500px;
  position: absolute;
  top: 30px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 6px 26px 6px rgba(0, 0, 0, 0.25);
  opacity: 0;
  transition: all 0.3s;
  left: -30px;
}
.item-bg.active {
  left: 0;
  top: 0;
  opacity: 1;
}

.news-slider {
  z-index: 2;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}
@media screen and (max-width: 1300px) {
  .news-slider {
    max-width: 1000px;
  }
}
@media screen and (max-width: 576px) {
  .news-slider {
    margin-top: 45px;
  }
}

form button{
  background-color: transparent; /* Green */
  border: none;
  display: flex;
  justify-content: center;
  flex-direction: column ;

}


.news-slider__wrp {
  display: flex;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
.news-slider__item {
  width: 400px;
  flex-shrink: 0;
  margin: 5px;
  border-radius: 10px;
}

.news-slider__item#logo {
  height: 400px;
  padding: 30px;
  color: white;

}

.news-slider__item#logo:hover {
  color: black;
  transition-delay: 0.1s;
}


.news-slider__item:hover {
  transform: scale(1.05);
  transition: all 0.3s;
  background-color: white;
  animation: pulse 0.5s ease-in-out;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }

}
@media screen and (max-width: 992px) {
  .news-slider__item {
    width: 340px;
  }
}
.news-slider__item.swiper-slide {
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
.news-slider__item.swiper-slide-active, .news-slider__item.swiper-slide-prev, .news-slider__item.swiper-slide-next {
  opacity: 1;
  pointer-events: auto;
}
.news-slider__ctr {
  position: relative;
  z-index: 12;
}
.news-slider__arrow {
  background: #fff;
  border: none;
  display: inline-flex;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  box-shadow: 0 6px 26px 6px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  z-index: 12;
  cursor: pointer;
  outline: none !important;
}
.news-slider__arrow:focus {
  outline: none !important;
}
.news-slider__arrow .icon-font {
  display: inline-flex;
}
.news-slider__arrow.news-slider-prev {
  left: 15px;
  transform: translateY(-50%);
}
.news-slider__arrow.news-slider-next {
  right: 15px;
  transform: translateY(-50%);
}

.news-slider__pagination {
  text-align: center;
  margin-top: 50px;
}
.news-slider__pagination .swiper-pagination-bullet {
  width: 13px;
  height: 10px;
  display: inline-block;
  background: #fff;
  opacity: 0.2;
  margin: 0 5px;
  border-radius: 20px;
  transition: opacity 0.5s, background-color 0.5s, width 0.5s;
  transition-delay: 0.5s, 0.5s, 0s;
}
.news-slider__pagination .swiper-pagination-bullet-active {
  opacity: .75;
  background: #ffffff;
  width: 100px;
  transition-delay: 0s;
}
@media screen and (max-width: 576px) {
  .news-slider__pagination .swiper-pagination-bullet-active {
    width: 70px;
  }
}
.news__item {
  padding: 40px;
  color: #fff;
  border-radius: 10px;
  display: block;
  transition: all 0.3s;
}
@media screen and (min-width: 800px) {
  .news__item:hover {
    color: #222222;
    transition-delay: 0.1s;
  }
  .news__item:hover .news-date, .news__item:hover .news__title, .news__item:hover .news__txt {
    opacity: 1;
    transition-delay: 0.1s;
  }
  .news__item:hover .news__img {
    box-shadow: none;
  }
}
.news__item.active {
  /* color: #222222; */
  color: #fff;
}
.news__item.active .news-date, .news__item.active .news__title, .news__item.active .news__txt {
  opacity: 1;
}
.news__item.active .news__img {
  box-shadow: none;
}
@media screen and (max-width: 992px) {
  .news__item {
    padding: 30px;
  }
}
@media screen and (max-width: 576px) {
  .news__item {
    padding: 20px;
  }
}
.news-date {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid;
  display: inline-block;
  opacity: 0.7;
  transition: opacity 0.3s;
}
@media screen and (max-width: 576px) {
  .news-date {
    margin-bottom: 10px;
    display: inline-flex;
    align-items: center;
    padding-bottom: 0;
  }
}
.news-date__title {
  text-align: left;
  font-size: 35px;
  font-weight: bold;
}
@media screen and (max-width: 576px) {
  .news-date__title {
    margin-right: 10px;
  }
}
.news-date__txt {
  font-size: 16px;
}
.news__title {
  font-size: 25px;
  font-weight: 500;
  opacity: 0.7;
  transition: opacity 0.3s;
}
@media screen and (max-width: 576px) {
  .news__title {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
.news__txt {
  margin: 10px 0;
  line-height: 1.6em;
  font-size: 15px;
  opacity: 0.7;
  transition: opacity 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 150px;
}
.news__img {
  border-radius: 10px;
  box-shadow: 0 6px 26px 6px rgba(0, 0, 0, 0.25);
  height: auto;
  margin-top  : 30px;
  width: 100%;
  transition: all 0.3s;
  transform-origin: 0% 0%;

}

.news__img img#logo {
  margin-top: 0px;
  background-color: white;
}
@media screen and (max-width: 576px) {
  .news__img {
    height: 180px;
    margin-top: 20px;
  }
}
.news__img img {
  max-width: 100%;
  border-radius: 10px;
  height: 100%;
  width: 100%;
}


.home{
  background-color: aliceblue;
  z-index: 1000;
}