.ingrid h2 {
  color: #b32c29;
}
.ingrid h3 {
  color: #b32c29;
  font-size: 18px !important;
}

.logo {
  width: 200px;
  padding: 1em;
  transition: 1s;
  background: #fff;
  margin-top: -4em;
  margin-left: -1em;
}

.preguntas h2 {
  margin-top: 0em;
}
.preguntas .accordion-button:not(.collapsed) {
  background-color: #9e1816;
  color: #fff;
  box-shadow: none;
}
.preguntas .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3e%3cpath d='M12 4l-8 8h6v8h4v-8h6z'/%3e%3c/svg%3e");
  transform: 0.4s;
}
.preguntas .accordion-button:focus {
  border: none;
  box-shadow: none;
}

.loggeado {
  background: #9e1816;
  color: #fff;
  padding: 1em;
  position: fixed;
  bottom: 50vh;
  margin-left: -5em;
}
.loggeado:hover {
  margin-left: 0em;
  color: #fff;
}

.cuerpoImgs img {
  height: 16rem;
  object-fit: cover;
}
.cuerpoImgs ul {
  text-align: justify;
}

.accordion-body {
  background: #ececec;
}

.decoracion-h2 h2 {
  background: #3a4c68;
  padding: 0.4em;
  color: #fff;
  border-radius: 9px;
  font-size: 17px !important;
  position: relative;
  margin-bottom: 2em;
}
.decoracion-h2 h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70px;
  height: 8px;
  background: #9e1816;
  top: 2.1em;
  border-radius: 10px;
}

.migas {
  margin-top: 1.5em;
  text-align: center;
}
.migas span {
  color: #9e1816;
}
.migas span a {
  text-decoration: none;
  color: #000;
  letter-spacing: 1pt;
  font-size: 12px;
  text-transform: uppercase;
  transition: 0.4s ease-in-out;
}
.migas span a:hover {
  color: #9e1816;
  transition: 0.4s ease-in;
}

.thumbBlog {
  cursor: pointer;
  margin-bottom: -1.5em;
}
.thumbBlog:hover {
  background: rgba(128, 128, 128, 0.1215686275);
  transition: 0.4s;
}
.thumbBlog h5 {
  font-size: 15px;
  text-align: left;
  margin-left: 1.5em;
  font-weight: 400;
}
.thumbBlog:hover h5 {
  color: #9e1816;
  transition: 0.4s;
}
.thumbBlog img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}

.suscribe h4 {
  font-size: 15px !important;
  margin-top: 1.6em;
}
.suscribe input:focus {
  color: #000000;
  background-color: #fff;
  border-color: rgba(225, 114, 0, 0.1607843137);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(201, 95, 4, 0.25);
}
.suscribe .btn-blog {
  color: #fff;
  background: #e55500;
  padding: 12px;
  font-size: 9px;
  border-radius: 16px;
  margin-right: 1em;
  font-weight: bold;
  text-transform: uppercase;
  transition: 0.5s;
  border: 1px solid #e55500;
}
.suscribe .btn-blog:hover {
  background: #fff;
  color: #e55500;
  border: 1px solid #e55500;
  transition: 0.5s;
}
.suscribe .btn-blog:focus {
  background: #fff;
  color: #e55500;
  border: 1px solid #e55500;
  transition: 0.5s;
}

.toursBlog {
  margin-top: 1em;
  padding-bottom: 1em;
  border-bottom: 1px dashed #9e1816;
}
.toursBlog i {
  font-size: 10px;
}
.toursBlog a {
  font-weight: 400;
  font-size: 12px;
  color: #000;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 1.1em;
  font-weight: 600;
}
.toursBlog a:hover {
  color: #9e1816 !important;
}
.toursBlog span {
  font-weight: 400;
}

.boton-blog-search {
  background: #9e1816;
  color: #fff;
  border: 1px solid rgba(51, 49, 49, 0.205);
  border-radius: 5px;
  transition: 0.5s;
  font-size: 13px;
}
.boton-blog-search:hover {
  background: #9e1816;
  color: #fff;
  border: 1px solid #9e1816;
  transition: 0.5s;
}

.tagsDiv a {
  color: #9e1816;
  transition: 0.5s;
}
.tagsDiv a:hover {
  color: grey;
  transition: 0.5s;
}

.blogs-en-tours {
  font-size: 12px;
  margin-bottom: 2em;
}
.blogs-en-tours a {
  color: #9e1816;
  transition: 0.5s;
  margin-bottom: 0.8em;
  display: block;
  font-size: 15px;
  margin-top: 0.8em;
}
.blogs-en-tours a:hover {
  color: grey;
  transition: 0.5s;
}

.menuFijo {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7803921569);
  position: inherit;
  width: 75%;
  z-index: 99;
}
.menuFijo .espaciop {
  margin-left: 2em;
  font-size: 13px;
}
.menuFijo p {
  color: #fff;
  font-size: 13px;
}
.menuFijo a {
  color: #fff;
}
.menuFijo a:hover {
  color: #9e1816;
}
.menuFijo .fontspan {
  font-size: 13px;
}

.blogsrelative {
  text-align: center;
}
.blogsrelative div {
  border-bottom: 1px dashed #9e1816;
  padding-bottom: 0.8em;
  margin-top: 1.4em;
}
.blogsrelative a {
  font-size: 14px;
  color: #000;
}
.blogsrelative a:hover {
  color: #9e1816 !important;
}

.sticky-wrapper.is-sticky .logo {
  width: 150px;
  transition: 0.5s;
  padding: 1em;
  margin-top: 0em;
}

.blog-head {
  height: 380px;
  width: 100%;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.53), rgba(0, 0, 0, 0.54)), url(../img/blog/tejido-manta-chinchero.webp);
  margin-top: -4em;
}
.blog-head .centrado {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #fff;
  font-weight: bold;
  transform: translateY(20%);
}
.blog-head h1 {
  text-align: center;
  position: relative;
  color: #fff;
  font-weight: bold;
  padding-top: 1.8em;
  font-size: 2.5em;
  text-shadow: 2px 2px 2px black;
}
.blog-head .lineablog {
  height: 4px;
  background: #e55500;
  width: 60px;
}

.linea2 {
  height: 1px;
  background: #9e1816;
  width: 90px;
  margin: auto;
}

.bg-light-dark {
  background: #2d343b;
}

.form-nc input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #9e1816;
  color: #fff !important;
  width: 100%;
  border-radius: 5px;
  transition: 0.4s;
  padding: 0.4em;
}
.form-nc input::placeholder {
  color: #c5c5c5;
}
.form-nc input:focus {
  outline: 1px solid #9e1816;
  border: none;
  transition: 0.4s;
}
.form-nc input:visited {
  border: 1px solid #9e1816;
}
.form-nc .btn-form-index {
  margin-top: 2em;
  margin-bottom: 2em;
  width: 160px;
  border-bottom: 1px solid #9e1816;
  padding: 0.2em;
  background: linear-gradient(to right, #9e1816 0%, #9e1816 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: 100% 0;
  transition: 0.2s;
}
.form-nc .btn-form-index:hover {
  background-position: 0 0;
}
.form-nc select {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #9e1816;
  color: #c5c5c5;
  width: 100%;
  border-radius: 5px;
  transition: 0.4s;
  padding: 0.4em;
}
.form-nc select option {
  background-color: #2d343b;
  color: #fff;
}
.form-nc select option:hover {
  background: #9e1816;
  color: #fff;
}
.form-nc select::placeholder {
  color: #c5c5c5 !important;
}
.form-nc select:focus-visible {
  outline: 1px solid #9e1816;
  border: none;
  transition: 0.4s;
}
.form-nc select:visited {
  outline: 1px solid #9e1816;
}
.form-nc textarea {
  resize: vertical;
  width: 100%;
  border: none;
  background: transparent;
  border-bottom: 1px solid #9e1816;
  border-radius: 5px;
  color: #fff;
  padding: 0.4em;
}
.form-nc textarea::placeholder {
  color: #c5c5c5;
}
.form-nc textarea:focus-visible {
  outline: 1px solid #9e1816;
  border: none;
  transition: 0.4s;
}

.contato {
  padding-left: 0em;
}
.contato li {
  list-style: none;
}

.img-container {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.img-container:hover {
  background: #000;
}
.img-container img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: 1s;
}
.img-container img:hover {
  width: 110%;
  height: 210px;
  transition: 1s;
}

.contenedorFood {
  border: 1px solid rgba(0, 0, 0, 0.231372549);
  transition: 0.6s;
  margin: 0.5em;
  margin-bottom: 2em;
  border-radius: 8px;
}
.contenedorFood:hover {
  transition: 0.6s;
  box-shadow: rgba(38, 57, 77, 0.27) 0px 20px 30px -10px;
}
.contenedorFood img {
  padding: 0px;
  margin-left: -25px;
  width: 100%;
  height: auto;
}

#popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 9999;
}
#popup #popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: transparent;
  padding: 30px;
  text-align: center;
  border-radius: 5px;
  width: 400px;
}
#popup #popup-content .cerrar {
  color: #9e1816;
  background: #fff;
  padding: 12px;
  font-size: 9px;
  border-radius: 16px;
  margin-right: 1em;
  font-weight: bold;
  text-transform: uppercase;
  transition: 0.5s;
  border: 1px solid #9e1816;
  cursor: pointer;
}
#popup #popup-content .cerrar-popup {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
}
#popup #popup-content .cerrar-popup cerrar-popup i {
  color: #fff;
  font-size: 20px;
  border: 1px solid #000;
}

.iconos-tours span {
  color: #9e1816;
}

.bannernosso {
  height: 500px;
  width: 100%;
  background-image: linear-gradient(to right, rgba(15, 110, 13, 0.79), rgba(181, 154, 23, 0.65), rgba(21, 65, 120, 0.88)), url(../img/panoramico/machu-picchu-peru.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  justify-content: center;
  margin-top: -4em;
}

.bannerindex {
  height: 70vh;
  width: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/panoramico/Reservar-egipto.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  justify-content: center;
  margin-top: -4em;
}
.bannerindex .m-auto-djm {
  margin: auto;
}
.bannerindex h4 {
  color: #fff;
  font-size: 2em;
  font-weight: bold;
}
.bannerindex a {
  color: #fff;
  border: 1px solid #fff;
  padding-top: 0.6em;
  padding-bottom: 0.6em;
  padding-left: 1em;
  padding-right: 1em;
  border-radius: 8px;
  transition: 0.4s;
}
.bannerindex a:hover {
  background: #9e1816;
  color: #fff;
  border: none;
  transition: 0.4s;
}
.bannerindex .subrayado::after {
  content: "";
  display: block;
  border-bottom: 3px solid #9e1816;
  position: absolute;
  width: 60px;
}

.location {
  margin-bottom: 2em;
}
.location a {
  color: #000;
  text-transform: capitalize;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.1em;
}
.location a:hover {
  color: #9e1816;
}
.location p {
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.location span {
  color: #9e1816;
}

.h2-nc-travel {
  text-align: center;
  margin-top: 2em;
}

.linea-2 {
  height: 4px;
  background: #9e1816;
  width: 60px;
  margin: auto;
  margin-bottom: 2em;
}

.linea-3 {
  height: 4px;
  background: #9e1816;
  width: 75px;
  margin-bottom: 2em;
}

section {
  width: 100%;
}

.botones-container {
  display: flex;
  justify-content: center;
  gap: 10px;
  position: relative;
}

.h1-inicio {
  text-align: center;
  position: relative;
  margin-top: 9em;
  color: #fff;
  font-weight: bold;
  font-size: 2.5em;
  font-family: sans-serif;
}

.btn-inicio {
  color: #fff;
  background: #9e1816;
  padding: 12px;
  font-size: 9px;
  border-radius: 16px;
  margin-right: 1em;
  font-weight: bold;
  text-transform: uppercase;
  transition: 0.5s;
}
.btn-inicio:hover {
  background: #fff;
  color: #9e1816;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  transition: 0.5s;
}

.footer {
  background: #383838;
  color: #fff;
  padding: 3em;
}
.footer h4 {
  font-size: 20px;
  text-align: left;
}
.footer ul {
  list-style: none;
  margin-top: 1em;
  padding-left: 0px;
}
.footer ul li {
  display: flex;
  margin-bottom: 0.4em;
  font-size: 12px;
}
.footer ul li a {
  color: #fff;
  transition: 0.5s;
  float: left;
}
.footer ul li a:hover {
  color: #9e1816;
  transition: 0.5s;
}

.line-left {
  width: 100%;
  height: 1px;
  background: #9e1816;
  float: left;
  position: relative;
  top: 10px;
}

.links {
  color: #fff;
  text-transform: uppercase;
}
.links a {
  color: #fff;
  text-transform: uppercase;
  padding-right: 2em;
  transition: 0.5s;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.links a:hover {
  color: #000;
  transition: 0.5s;
}

.line-right {
  width: 100%;
  height: 1px;
  background: #9e1816;
  float: right;
  position: relative;
  top: 10px;
}

.linea {
  height: 4px;
  background: #9e1816;
  width: 60px;
}

.social-foot {
  display: inline-flex;
  color: #fff;
  margin-right: 1em;
  font-size: 20px;
  transition: 0.5s;
}
.social-foot:hover {
  color: #9e1816;
  transition: 0.5s;
}

img.btn-whatsapp {
  display: block !important;
  position: fixed;
  z-index: 9999999;
  bottom: 30px;
  right: 30px;
  cursor: pointer;
  border-radius: 100px !important;
  width: 50px;
  height: 50px;
}

.line-white {
  width: 100%;
  height: 1px;
  color: #fff;
}

.down {
  background: #9e1816;
  width: 100%;
  text-align: center;
  font-size: 12px;
  padding-top: 3em;
  padding-bottom: 2em;
}
.down p {
  color: #fff;
  margin: 1.5em;
  text-align: center;
}

.buscador {
  margin-left: 1em;
  width: 102px;
  padding: 0.3em;
  border-radius: 13px;
}
.buscador:hover {
  cursor: pointer;
}
.buscador:hover .buscar {
  margin-left: 0.8em;
  transition: 0.6s;
}
.buscador:hover .textSearch {
  opacity: 1;
  transition: 0.4s;
}
.buscador .buscar {
  color: #fff;
  margin-left: -4em;
  transition: 0.6s;
}
.buscador .textSearch {
  color: #fff;
  opacity: 0;
  transition: 0.4s;
  transform: translateX(10px);
}

#popupSearch {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 99;
}
#popupSearch #search-content {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
  text-align: center;
  border-radius: 5px;
}

.blog {
  height: 80vh;
  width: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/blog/Winay-Wayna-Machu-Picchu-NC-travel.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: -4em;
}

.preguntasFrecuentes {
  height: 80vh;
  width: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.281), rgba(0, 0, 0, 0.295)), url(../img/panoramico/cholitas-tejido-peru.jpeg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: -4em;
}

.peru {
  height: 80vh;
  width: 100%;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.05)), url(../img/panoramico/machu-picchu--pacotes-peru-nc-travel.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-top: -4em;
}

.noresults {
  height: 100vh;
  width: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/blog/Winay-Wayna-Machu-Picchu-NC-travel.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: -4em;
}

.scroll-to-top {
  position: fixed;
  bottom: 140px;
  right: 85px;
  display: none;
  z-index: 9999;
}

.scroll-to-top i {
  position: absolute;
  font-size: 50px;
  color: #fff;
  padding: 0.1em;
  border-radius: 10px;
  transition: 0.6s;
  color: #283950;
}
.scroll-to-top i:hover {
  transition: 0.6s;
}

.scroll-to-top i:last-child {
  top: 0;
  left: 0;
  transition: top 0.6s;
}

.scroll-to-top:hover i:last-child {
  top: -10px;
}

table {
  width: 100%;
  margin-top: 2em;
  margin-bottom: 2em;
  color: #000;
  transition: 0.4 ease;
  border-left: 6px solid #283950;
  background: #f6f6f6;
}
table thead {
  background: #283950;
}
table thead tr th {
  color: #fff;
  padding: 1em;
}
table tbody tr td {
  border-bottom: 1px solid #9e1816;
}
table tbody tr td a {
  color: #000;
}
table h3 {
  color: #fff;
  text-align: center;
}
table tr td {
  padding: 0.6em;
}

.share {
  margin-top: 2em;
}
.share h3 {
  margin-bottom: 1.2em;
}

.btn-social {
  width: 45px;
  height: 45px;
  display: inline-block;
  background: #9e1816;
  color: #fff;
  border-radius: 25px;
  text-align: center;
  margin-left: 1em;
  transition: 0.6s;
  border: 1px solid #9e1816;
  font-size: 24px;
}
.btn-social:hover {
  color: #9e1816;
  background: #fff;
  border: 1px solid #9e1816;
  transition: 0.6s;
}
.btn-social i {
  display: inline-block;
  line-height: 42px;
  vertical-align: middle;
}

.uldjm .active {
  color: #fff !important;
  background: #9e1816 !important;
  border: 0.8px solid #9e1816 !important;
}
.uldjm li a {
  color: #283950;
  font-weight: 500;
  border: 0.4px solid rgba(40, 57, 80, 0.2392156863) !important;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  /* background: #ebebeb!important; */
}
.uldjm li a:hover {
  color: #283950;
}

.h3book {
  text-align: center;
  color: #283950;
  font-size: 22px;
}

.card {
  margin-top: 2em;
}
.card:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.card h5 a {
  color: #9e1816;
  font-family: "Josefin Sans", sans-serif;
  font-size: 18px;
}

.card-new img {
  padding: 0px;
  width: 100%;
}

/* .card-new2 {
    border: 1px solid #80808063;
    padding: 0;

    .img-container {
        height: 200px;

        img {
            padding: 0px;
            height: 200px;
            width: 100%;
        }
    }

} */
.boton-card {
  margin: auto;
  background: #9e1816;
  border: 1px solid #fff;
  color: #fff;
  padding: 0.5em;
  display: block;
  border-radius: 10px;
  width: 9em;
  margin-top: 1.5em;
  font-size: 12px;
  font-weight: 500;
}

.boton-card:hover {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.337254902);
  transition: 0.4s;
}

.boton-card-2 {
  margin: auto;
  background: #9e1816;
  border: 1px solid #9e1816;
  color: #fff;
  padding: 0.5em;
  display: block;
  border-radius: 10px;
  width: 9em;
  margin-top: 1.5em;
  font-size: 12px;
  font-weight: 500;
  transition: transform 0.3s ease-in-out;
}
.boton-card-2:hover {
  transform: scale(1.1);
  color: #fff;
}

.djmFormShow {
  padding: 1.8em;
  background: #3a4c68;
  color: #fff;
  border-radius: 10px;
}
.djmFormShow label {
  font-size: 14px;
}
.djmFormShow button {
  border: none;
}

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-group {
  padding-right: 0.6em;
  margin-top: 0.5em;
}

.responsive {
  display: none !important;
}

.contenedor {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}

.contenedor h5 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  color: #fff;
  z-index: 1;
  width: 70%;
  text-align: center;
}

.contenedor a {
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, 50%);
  margin: 10px 0 0;
  border: 1px solid #fff;
  padding: 0.4em;
  color: #fff;
  z-index: 1;
  display: block;
  text-align: center;
  border-radius: 5px;
  transition: 0.8s;
}

.columna:hover a {
  top: 55%;
  transition: 0.8s;
}

.columna {
  width: 25%;
  position: relative;
  overflow: hidden;
}

.superpuesto {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}

.columna:hover .superpuesto {
  background: rgba(0, 0, 0, 0.4784313725);
  transition: 1s;
}

.contenedor img {
  width: 100%;
  height: 275px;
  object-fit: cover;
  padding: 0 !important;
}

@media (max-width: 768px) {
  .blog-head h1 {
    font-size: 1.4em;
  }
  .bannernosso {
    height: auto;
  }
  .cuerpoImgs img {
    width: 100% !important;
    object-fit: cover;
  }
  .location a {
    font-size: 10px;
  }
  .location p {
    font-size: 10px;
  }
  .links {
    padding-right: 0px;
  }
  .links a {
    display: block;
    text-align: center;
    padding-right: 0px;
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: 1px white dashed;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
  }
  .columna {
    width: 100%;
  }
  .escritorio {
    display: none !important;
  }
  .responsive {
    display: block !important;
  }
  .responsive .responsive form {
    display: flex;
    align-items: center;
  }
  .mobile {
    display: none;
  }
  .btn-inicio {
    margin: auto;
    display: block;
    width: 150px;
    margin-top: 2em;
  }
  .footer h4 {
    margin-top: 1em;
  }
  .line-left {
    display: none;
  }
  .line-right {
    display: none;
  }
  .logo-foot {
    text-align: center;
  }
  .bannerindex {
    text-align: center;
  }
  .bannerindex .m-auto-djm {
    margin: 0;
  }
  .bannerindex h4 {
    margin-top: 3em;
  }
  .bannerindex .subrayado::after {
    right: 42%;
  }
  .bannerindex a {
    margin-top: 2em !important;
  }
}

/*# sourceMappingURL=nuevos.css.map */
