@font-face {
  font-family: 'KumbhSans';
  src: url('../font/KumbhSans-Regular.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: 'KumbhSans-Bold';
  src: url('../font/KumbhSans-Bold.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: 'ZenLoop-Regular';
  src: url('aseets/font/ZenLoop-Regular.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}

.ancla{
  scroll-margin-top: 60px;
}

body.no-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

:root {
  --color-gris: #A0A0A0;
  --color-rojo: #C8000D;
  --color-negro: #242424;
  --color-blanco: white;
  --color-fondo-gris: #EFEFEF;
}

body {
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

.barranavegacion {
  background-color: var(--color-rojo);
  height: 80px !important;
  max-width: 100%;
  padding-left: 20px !important;
  padding-top: 20px !important;
  padding-bottom: 15px !important;
  box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.178);
  box-sizing: border-box;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.barranavegacionEmpresa{
  background-color:#eeeeee86 !important;
  height: 80px !important;
  max-width: 100%;
  padding-left: 20px !important;
  padding-top: 20px !important;
  padding-bottom: 15px !important;
  box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.178);
  box-sizing: border-box;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.barranavegacionEmpresa img{
  width: 35px;
  height: auto;
  color:#C8000D !important;
}

.barranavegacion img {
  width: 35px;
  height: auto;
}

.slider-movil {
  background-color: var(--color-rojo);
  margin-top: 70px !important;
  padding-left: 0 !important;
margin-left: 0 !important;
}

.formatos {
  background-image: url(../img/bg-parallax-home.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 70px !important;
  padding-bottom: 70px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  height: auto !important;
}

.formatos p {
  font-size: 14px;
  color: white;
  font-family: 'KumbhSans';
  text-transform: uppercase;
  line-height: 1.2em;
  margin-bottom: 0 !important;
}


.mas {
  font-size: 80px;
  color: white;
  font-family: 'KumbhSans';
}

.link-viapublica {
  padding-bottom: 50px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}


.link-viapublica img {
  width: 80%;
}

.link-viapublica h3 {
  font-size: 32px;
  color: white;
  font-family: 'KumbhSans-Bold';
  text-transform: uppercase;
  line-height: 0.5;
}

.link-viapublica p {
  font-size: 16px;
  color: white;
  font-family: 'KumbhSans';
  text-transform: initial;
}

.link-viapublica a {
  text-decoration: none;
}

.sinmargen {
  margin: 0 !important;
  padding: 0 !important;
  max-width: 100% !important;
}

.mySlider {
  max-width: 100% !important;
  height: 500px !important;
}

#mySlider img {
  width: 100%;
  height: auto !important;
}

#mySlider .slick-next,
#mySlider .slick-prev {
  display: none !important;
}

@media (max-width: 768px) {
  #mySlider .carousel-item {
    display: block !important;
  }
}

.viapublica {
  padding: 50px 20px !important;
  background-color: #EFEFEF;
  width: 100%;
  height: auto;
}

.viapublica h3 {
  font-family: 'KumbhSans-Bold';
  text-align: left !important;
  color: var(--color-negro);
  text-transform: uppercase;
  font-size: 32px;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.viapublica p {
  font-family: 'KumbhSans-Bold';
  text-align: left !important;
  color: var(--color-gris);
  text-transform: uppercase;
  font-size: 22px;
  line-height: 0.4em;
  text-transform: uppercase;
}

.viapublica a {
  font-family: 'KumbhSans-Bold';
  text-align: left !important;
  color: var(--color-gris);
  text-transform: uppercase;
  font-size: 22px;
  line-height: 0.4em;
  text-transform: uppercase;
  text-decoration: none;
}


/* SLIDER HOLDER */

#slides-holder {
  position: relative;
  width: 100%;
  max-height: 100vh !important;
}

.slide {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  max-height: 100vh !important;
}

.slide.fixed {

  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 100vh !important;
}

.slide-fake-height {
  position: relative;
  display: none;
  max-height: 100vh !important;
}

.slide-fake-height.visible {
  display: block;
}


.slide {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  max-height: 100vh !important;
}

#slide-1 {}



#slide-2 {}

/* FIN SLIDER HOLDER */

.section_5 {
  display: flex;
  align-items: center !important;
  min-height: 100vh;
  padding: 5% !important;
  margin: 0 !important;
  padding: 8% !important;
  z-index: 1;
  background-color: #242424;
  z-index: 9999 !important;
}

.section_5 .a-menu:hover {
  color: #C8000D;
  border: solid;
  border-color: #C8000D;
  border-width: 0px 2vh;
  border-left: 0px !important;
  margin-right: 0% !important;

}

.section_5 .a-menu {
  list-style: none;
  color: white;
  font-size: 4.5vh;
  font-family: 'KumbhSans-Bold';
  line-height: 0.8em;
  color: white !important;
  padding-right: 2%;
  text-decoration: none !important;
}

.section_5 .direccion {
  font-size: 2rem;
  padding-top: 14vh;
  line-height: 0.8em;
  color: white;
}

.section_5 .logo-footer {
  width: 18vh;
}

.section_5 .img-logo {
  margin-top: 35% !important;
  width: 7vh;
}

.seccion-5-movil p {
  color: white;
  line-height: 1.3em;
  font-family: 'KumbhSans';
  font-size: 16px;
}

.seccion-5-movil img {
  width: 50%;
  margin-bottom: 15%;
}

.copy-marcas {
  padding: 15px !important;
}

.seccion-5-movi a {
  display: contents !important;
}

.img-logo-movil {
  width: 35% !important;
}

.custom-text-right {
  text-align: right;
}

.custom-text-left {
  text-align: left;
}

.custom-text-left {
  text-align: left;
}

.line {
  line-height: 0.2em !important;
}

.section_4 {
  min-height: auto !important;
  z-index: 1;
  background-color: #EEEEEE;
  display: flex;
  /*align-items: center !important;
  justify-content: center !important;*/
  z-index: 9998 !important;
}

.section_4_zindex {
  z-index: 0 !important;
}

.section_4 p {
  text-align: left;
  font-family: 'KumbhSans';
  font-size: 16px;
  color: #242424 !important;
  z-index: 100 !important;
  line-height: 1.3em;
}


/* Hamburguer ICON */
.hamburger-icon-nav-movil {
  display: flex !important;
  justify-content: flex-end;
  align-items: center;
  /* Ojo Estaba !Important*/
  z-index: 120 !important;
  width: 50% !important;
  margin-right: 0% !important;
  margin-top: 2px !important;
  filter: invert(0%) sepia(2%) saturate(753%) hue-rotate(63deg) brightness(102%) contrast(100%);
  pointer-events: all !important;
  z-index: 9999 !important;
}

.hamburger-icon-nav-movil-active {
  z-index: 200 !important;
  position: sticky !important;
}

/* Fin Hamburguer ICON */

.contenedor-slider-home {
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
  max-width: 100%;
}

#mySlider {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}


.carousel-inner>.item {
  -webkit-transition: 5s linear left;
  -moz-transition: 5s linear left;
  -o-transition: 5s linear left;
  transition: 5s linear left;
}


/* POPUP MENU */

.menu-principal-movil {
  display: fixed !important;
  width: 100%;
  height: 100vh;
  color: white !important;

}

.menu-principal-movil-activo {
  position: fixed !important;
  top: 0;
  width: 100% !important;
  height: 100vh;
  background-color: #242424f9 !important;
  animation: zoomIn;
  animation-duration: 1s;
  z-index: 99999 !important;
  display: flex !important; 
  justify-content: center !important;
  align-items: center !important;
  padding-right: 25px !important;
  padding-left: 25px !important;
}

.barraNavegacionActive { 
  background-color: #242424f9 !important;
  z-index: 999999 !important;
  box-shadow: 0px !important;
  box-sizing: none !important;
  transition: background-color 2s ease; 
}

.menu-principal-movil p {
  text-align: right !important;
}

.menu-principal-movil a {
  width: 1000px;
  color: white !important;
  font-size: 32px !important;
  text-align: right;
  font-family: 'KumbhSans-Bold';
  margin-top: 1vh;
  margin-bottom: 1vh;
  text-decoration: none !important;
  line-height: 0.8em !important;
}

.menu-principal a:hover {
  border: solid;
  border-color: transparent;
  color: #C8000D !important;
  border-width: none !important;
  border-left: none !important;
  /*border-bottom-right-radius: 1.5vh;
font-weight: bold;**/

}

.menu-principal a:active {
  border: solid;
  border-color: transparent;
  color: #C8000D !important;
  border-width: none !important;
  border-left: none !important;
  /*border-bottom-right-radius: 1.5vh;
font-weight: bold;**/

}

.menu-principal-movil img {
  width: 15%;
  padding: 0;
  margin: 0;
  margin-top: 10% !important;

}

.menu-principal-movil img a {
  border: none !important;
  /*border-bottom-right-radius: 1.5vh;
font-weight: bold;**/
}

.menu-principal-movil span {
  color: white;
  font-size: 15px !important;
  text-transform: none !important;
  line-height: 1.3em !important;
}

/* FIN POPUP MENU */

.seriesypop-home {
  padding-top: 35% !important;
  padding-bottom: 35% !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  background-image: url(../img/seriesypop/bg-slider-series.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  flex-wrap: nowrap;
}


.seriesypop-home-NAVBAR {
  padding-top: 35% !important;
  min-height: 80vh;
  padding-left: 20px !important;
  padding-right: 20px !important;
  background-color: #C8000D;
  flex-wrap: nowrap;
}

.viapublica-home {
  padding-top: 35% !important;
  padding-bottom: 35% !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  background-image: url(../img/seriesypop/bg-slider-series.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  flex-wrap: nowrap;
}

.arq-home{
  padding-top: 35% !important;
  padding-bottom: 35% !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  background-image: url(../img/arquitectura/bg-slider-arq.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  flex-wrap: nowrap;
}

.empresa-home{
  padding-top: 35% !important;
  padding-bottom: 35% !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  flex-wrap: nowrap;
}

.empresa-home-fondo{
  background-image: url(../img/empresa/bg-slider-empresa.jpg);
  background-size: cover;
  background-repeat: no-repeat;

}


.viapublica-home-NAVBAR {
  padding-top: 35% !important;
  min-height: 80vh;
  padding-left: 20px !important;
  padding-right: 20px !important;
  flex-wrap: nowrap;
  background-image: url(../img/bg-slider-home.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.contacto-home-NAVBAR{
  padding-top: 10% !important;
  height: 100vh;
  padding-left: 20px !important;
  padding-right: 20px !important;
  background-color: var(--color-fondo-gris);
  flex-wrap: nowrap;
}

.container-viapublica {
  background-color: var(--color-fondo-gris) !important;
  min-height: auto;
  padding-top: 20%;
  padding-bottom: 5%;
  padding-left:5% !important;
  padding-right:5% !important;
  line-height: 2em;
}
.container-arq{
  background-color: var(--color-fondo-gris) !important;
  min-height: 1500px;
  padding-top: 20%;
  line-height: 2em;
}

.pb-20{
  padding-bottom: 20%;
}

.pt-5-new{
  padding-top: 5%;
}

.pt-20{
  padding-top: 20%;
}

           
.pb-10{
  padding-bottom: 10%;
}

.pt-10{
  padding-top: 10%;
}

.container-empresa{
  background-color: var(--color-fondo-gris) !important;
  min-height: 1500px;
  padding-top: 20%;
  padding-bottom: 0% !important;
  line-height: 2em;
}

.container-blog{
  background-color: var(--color-fondo-gris) !important;
  padding-top: 20%;
  padding-bottom: 5%;
  line-height: 2em;
  padding-bottom: 30px;
}

.container-noticia{
  background-color: var(--color-fondo-gris) !important;
  padding-top: 20%;
  padding-bottom: 5%;
  line-height: 2em;
  padding-bottom: 30px;
  padding-right: 0 !important;
  padding-left: 0 !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  width: 100% !important;
}


.container-blog-img{
  width: 100%;
}

.container-blog h1{
  font-size: 20px;
  font-family: "KumbhSans-Bold";
}

.container-noticia h1{
  font-size: 32px;
  font-family: "KumbhSans-Bold";
  margin-bottom: 10%;
  line-height: 1em;
}

.textNoticia{
  font-size: 16px;
  font-family: "KumbhSans";
  line-height: 1em;
}

.blog-desc{
  background-color: white;
  margin-left: 18px !important;
  max-width: 99% !important;
}

.img-arrow-blog{
  width: 35px;
  float: right;
}

.img-arrow-blog-iz{
  width: 35px;
  float: left;
}

.container-viapublica p {
  font-family: "KumbhSans-Bold";
  font-size: 32px;
  padding-bottom: 5%;
}

.container-arq h2{
  font-family: "KumbhSans-Bold";
  font-size: 18px;
  padding-bottom: 25px;
}

.container-arq h1{
  font-family: "KumbhSans-Bold";
  font-size: 32px;
  padding-bottom: 25px;
  line-height: 1em !important;
}

.container-arq h4{
  font-family: "KumbhSans";
  font-size: 16px;
  text-transform: uppercase;
}

.container-arq .btn-text{
  font-family: "KumbhSans";
  font-size: 16px;
  padding-bottom: 5% !important;
  line-height: 1.3em !important;
  text-transform: uppercase;
}

.container-arq button{
  font-family: "KumbhSans";
  font-size: 16px;
  padding: 6% !important;
  line-height: 1.3em !important;
  text-transform: uppercase;
  width: 100%;
  border-radius: 5px;
}

.container-arq h5{
  font-family: "KumbhSans";
  font-size: 16px;
  font-weight: 900;
  padding-top: 5%;
  
}

.container-arq h6{
  font-family: "KumbhSans";
  font-size: 16px;
}

.container-viapublica select {
  width: 100% !important;
  margin-bottom: 2.5% !important;
  margin-top: 2.5% !important;
  height: 50px !important;
  padding: 2% !important;
  font-size: 14px !important;
  background-color: var(--color-fondo-gris) !important;
  border-radius: 5px !important;

}



.container-viapublica-datos{
  background-color: var(--color-fondo-gris) !important;
  min-height: auto;
  padding-top: 5%;
  padding-bottom: 20%;
  padding-left:5% !important;
  padding-right:5% !important;
  min-height: 70vh;
}

.text-viapublica{
  background-color: white;
  height: 50px !important;
  justify-content: space-between !important; 
  text-align: center !important;
}

.text-viapublica .cartel{
  font-size: 22px;
  font-family: 'KumbhSans-Bold';
  color: var(--color-rojo);
  padding-left: 10px;
}

.container-viapublica-datos img{
  width: 100%;

}
.clearfix::after {
  clear: both;
  display: table;
}

.text-viapublica img{
  width: 60% !important; 
  padding-right: 10px;
}

.text-viapublica .info{
  font-size: 12px;;
}

.text-viapublica p {
  margin: 0; 
  text-align: center;
}

.text-viapublica img {
  float: right; 
}

.text-right{
  text-align: right !important;
}

.text-left{
  text-align: left !important;
}

.my-col-md-4 {
  position: relative;
  width: 100%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.my-col-md-8 {
  position: relative;
  width: 100%;
  flex: 0 0 66.666667%; /* 8 columnas de 12 en un layout de 3 */
  max-width: 66.666667%;
}

/* Definición de la clase my-col-2 */
.my-col-2 {
  position: relative;
  width: 100%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.img-arrow{
  width: 100% !important;
}

.img-arq{
  width: 100% !important;
  max-height: auto !important;
}

.thumbnail-img {
  width: 100% !important; 
  height: auto; 
}


.custom-placeholder::placeholder {
  color: #999 !important; 
  padding-left: 25px !important; 
}
.custom-input {
  background-color: var(--color-fondo-gris) !important; 
  font-family: 'KumbhSans' !important;
  font-size: 14px !important;
  padding: 12px !important;
  font-weight: 400 !important;
  border: 1px solid #000000 !important; 
  margin-top: 2%;
  margin-bottom: 5%;
}

.btn-contacto{
  font-family: 'KumbhSans' !important;
  font-size: 14px !important;
  color: white !important;
  width: 100%;
  background-color: #C8000D !important;
  text-transform: uppercase;
  padding: 15px !important;
}

.btn-series{
  font-family: 'KumbhSans' !important;
  font-size: 14px !important;
  color: black !important;
  width: 100%;
  background-color: transparent !important;
  text-transform: uppercase;
  padding: 15px !important;
  border: 2px solid black !important;
}

.contacto-home-NAVBAR .contacto-text{
font-size: 32px;
font-family: 'KumbhSans-bold' !important;
}

.contacto-home-NAVBAR .servicios-text{
  font-size: 22px;
  font-family: 'KumbhSans' !important;
  font-weight: 600;
  line-height: 1;
  padding-top: 5%;
  padding-bottom: 5%;
}







.container-empresa p {
  font-family: "KumbhSans-Bold";
  font-size: 32px;
  padding-bottom: 5%;
}

.container-empresa h2{
  padding-top: 10%;
  font-family: "KumbhSans-Bold";
  font-size: 18px;
  padding-bottom: 10%;
}

.container-empresa h1{
  font-family: "KumbhSans-Bold";
  font-size: 32px;
  padding-bottom: 25px;
  line-height: 1em;
}

.container-empresa h4{
  font-family: "KumbhSans";
  font-size: 16px;
  padding-bottom: 20% !important;
  text-transform: uppercase;
}

.container-empresa .btn-text{
  font-family: "KumbhSans";
  font-size: 16px;
  padding-bottom: 5% !important;
  line-height: 1.3em !important;
  text-transform: uppercase;
}

.container-empresa button{
  font-family: "KumbhSans";
  font-size: 16px;
  padding: 6% !important;
  line-height: 1.3em !important;
  text-transform: uppercase;
  width: 100%;
  border-radius: 5px;
  margin-bottom: 20%;
}

.container-empresa h5{
  font-family: "KumbhSans";
  font-size: 16px;
  font-weight: 900;
  padding-top: 5%;
  
}

.container-empresa h6{
  font-family: "KumbhSans";
  font-size: 16px;
}

.custom-col-4{
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.link-cartel-derecho, .link-cartel{
  font-size: 22px !important;
}


.error-fondo{
  background-image: url(../img/bg-slider-404.jpg) !important;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 10% !important;
  height: 100vh;
  padding-left: 20px !important;
  padding-right: 20px !important;
  flex-wrap: nowrap;
}

.error-fondo .contacto-text{
  font-size: 32px;
  font-family: 'KumbhSans-bold' !important;
  }
  
  .error-fondo .servicios-text{
    font-size: 22px;
    font-family: 'KumbhSans' !important;
    font-weight: 600;
    line-height: 1;
    padding-top: 5%;
    padding-bottom: 5%;
  }
  
  .error-fondo .text{
    font-size: 18px;
    font-family: 'KumbhSans' !important;
    line-height: 1;
    padding-top: 5%;
    padding-bottom: 5%;
  }
  
  .dropdown-menu {
    width: 100%;
    margin-bottom: 2.5%;
    margin-top: 2.5%;
    padding: 2%;
    font-size: 14px;
    background-color: var(--color-fondo-gris) !important;
    border-radius: 5px;
}

.dropdown-menu .dropdown-item {
    width: 100%;
    height: 50px;
    padding: 10px 20px;
    line-height: 1.5;
}

.dropdown-menu .dropdown-item:hover {
    background-color: var(--color-hover) !important;
    color: var(--color-fuente) !important;
}

.dropdown-toggle {
    width: 100%;
    margin-bottom: 2.5%;
    margin-top: 2.5%;
    height: 50px;
    padding: 2%;
    font-size: 14px;
    background-color: var(--color-fondo-gris) !important;
    border-radius: 5px;
    color: black !important;
    text-align: left !important;
    padding-left: 15px !important;
}

.dropdown-toggle::after {
    float: right;
    font-size: 30px;
    margin-right: 15px;
    margin-top: 8px;
}


.carousel-inner .carousel-item {
  transition: opacity 2.5s ease; 
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  opacity: 1;
}

.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  opacity: 0;
}

.whatsapp {
  position:fixed;
  bottom:20px;
  right:20px;
  text-align:center;
  font-size:30px;
  z-index:100;
  display: none;
}

.whatsapp img{
width: 60px;
height: auto;
}

.whatsapp-icon {
  margin-top:13px;
}


#overlay, .svg-container, .progress-bar-container, .progress-bar{
  display: none !important;
}

.getContent-modal{
  border-radius: 0.25rem !important;
  height: 90vh;
}
.btn-getContent{
  margin-top: 5%;
display: inline-block;
font-weight: 400;
color: white;
text-align: center;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: transparent;
border: 1px solid white;
padding: 6%;
font-size: 1rem;
line-height: 1.5;
border-radius: 0.25rem;
width: 100%;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;

}

.black-color{
  color: #242424;
  border: 1px solid #242424;
  text-transform: uppercase;
}

.btn-close{
 font-size: 28px !important;
 color: #242424 !important;
}

.text-black{
  color: #242424 !important;
}

.palabra-minuscula{
  text-transform: lowercase !important;
}

.sin-border{
  border: 0px !important;
}