@font-face {
  font-family: product-sans-bold;
  src: url(https://kyneb.mx/fonts/product-sans-bold.ttf) format("truetype");
}

@font-face {
  font-family: product-sans-regular;
  src: url(https://kyneb.mx/fonts/product-sans-regular.ttf) format("truetype");
}

@font-face {
  font-family: Montserrat-Medium;
  src: url(https://kyneb.mx/fonts/Montserrat-Medium.ttf) format("truetype");
}

@font-face {
  font-family: Montserrat-Bold;
  src: url(https://kyneb.mx/fonts/Montserrat-Bold.ttf) format("truetype");
}

@font-face {
  font-family: Montserrat-Regular;
  src: url(https://kyneb.mx/fonts/Montserrat-Regular.ttf) format("truetype");
}

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

body {
  font-family: "Roboto", sans-serif !important;
}

.mm {
  font-family: "Montserrat-Medium", sans-serif;
}

.mb {
  font-family: "Montserrat-Bold", sans-serif;
}

.mr {
  font-family: "Montserrat-Regular", sans-serif;
}

.psr {
  font-family: "product-sans-regular", sans-serif;
}

.psb {
  font-family: "product-sans-bold", sans-serif;
}

.naranja {
  color: #ff8c00 !important;
}
.fondo-naranja {
  background: #ff8c00 !important;
}

.img-logo {
  width: 60%;
}

.navbar {
  top: 28px !important;
  background: #ff8c00 !important;
  padding: 0px;
}

.titulo-servicio {
  background-color: #242424;
  color: #fff;
  text-align: center !important;
}

.cobertura-title {
  width: 100%;
  background-color: #242424;
  color: #fff;
  font-size: 60px;
  text-align: center !important;
  border-bottom: 8px solid #ff8c00;
}

.cobertura-title p {
  color: #ff8c00;
  font-size: 18px;
}

.test1 {
  padding-top: 500px;
}

.grid-template {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.text-p p {
  padding-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
}

.tarjetas-servicio {
  margin-top: -100px;
  margin-left: 115px;
}

.titulo-naranja {
  color: #ff8c00;
  font-size: 28px;
  font-family: "product-sans-bold", sans-serif;
}

.texto-simple {
  font-size: 22px;
  color: #575756;
  font-family: "product-sans-regular", sans-serif;
}

.icon-navbar {
  background-color: white;
  text-align: center;
  width: 15%;
  margin-bottom: -7px;
  margin-left: -16px;
  margin-top: -8px;
}

#collapsibleNavId > ul > li.nav-item.active > a {
  color: #fffafae6;
}

#collapsibleNavId > ul > li > a {
  color: #ffffff80;
}

#collapsibleNavId > ul > li > a:hover {
  color: #fffafae6;
}

#lang {
  background: #212121;
  color: #fff;
  padding: 5px 10px;
  font-size: 0.8em;
}

#lang a {
  color: #fff;
}

#div-ser-desc {
  margin: 0 auto;
}
.carousel-item .titulo {
  position: absolute;
  top: 25%;
  left: 15%;
  color: #fff;
  font-size: 5em;
  font-weight: bold;
}

#Dservicios > div > .col-md-2.tarjeta-serv {
  background-color: white;
  text-align: center;
  height: 200px;
  margin-left: 16px;
  box-shadow: 0px 3px 6px #00000029;
  transition: 0.3s;
}

#Dservicios > div > .col-md-2:hover {
  background-color: darkorange;
  cursor: pointer;
}

#Dservicios > div > .col-md-2:hover .texto-servicio-div,
#Dservicios > div > .col-md-2:hover ~ .texto-servicio-div {
  color: #fff;
}

#Dservicios > div > .col-md-2:hover .servicio-fondo-icono,
#Dservicios > div > .col-md-2:hover ~ .servicio-fondo-icono {
  background-image: var(--back-imageBCO);
}

#Dservicios > div > .col-md-2:hover .flecha-servicio,
#Dservicios > div > .col-md-2:hover ~ .flecha-servicio {
  background-image: url(../images/iconos/arrow-down-sign-to-navigatebco.svg);
}

/* ACTIVE */
.active {
  background-color: darkorange !important;
  cursor: pointer;
}

.active > div.servicio-fondo-icono {
  background-image: var(--back-imageBCO) !important;
}

.active > div.mm.texto-servicio-div {
  color: #fff !important;
}

.active > div.flecha-servicio {
  color: #fff !important;
  transform: rotate(180deg);
  background-image: url(../images/iconos/arrow-down-sign-to-navigatebco.svg);
}

/* ACTIVE END */

.servicio-fondo-icono {
  margin-top: 40px;
  width: 100%;
  height: 25%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: var(--back-image);
}

.iconos-servicios {
  margin-top: 40px;
}

.carousel-item .titulo .amarillo {
  color: #ff8c00;
}

.carousel-control-next {
  right: 70% !important;
  background-color: darkorange;
}

.carousel-control-next,
.carousel-control-prev {
  opacity: 1 !important;
}
.main-space {
  margin-top: 85px;
}

.fondo-servicios {
  background-image: url(../images/fondos/fondo-servicios.jpg);
  height: 214px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.texto-card-servicio {
  margin-top: 20px;
  font-size: 20px;
  color: #575756;
}

.texto-servicio-div {
  text-align: center;
  color: #575756;
  margin-top: 20px;
  word-wrap: break-word;
}

.flecha-servicio {
  background-image: url(../images/iconos/arrow-down-sign-to-navigate.svg);
  margin-top: 20px;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.3s;
}

.texto-servicio-desc {
  background-color: #f1f1f1;
  color: #575756;
  font-size: 20px;
  text-align: justify;
  word-wrap: break-word;
  width: 90%;
  padding: 3%;
}

.fade-in {
  display: block !important;
  opacity: 1;
  animation-name: fadeInOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 0.5s;
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.tutulo-portafolio {
  background-color: #242424;
  color: #fff;
  font-size: 60px;
}

.portafolio-fondo {
  background-image: url(../images/fondos/fondo-portafolio.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.fondo-telecomu {
  background-color: #ff8c00;
  color: #fff;
}

.proy-descripcion {
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.proy-descripcion {
  font-size: 20px;
  text-align: justify;
}

.proy-boton {
  margin-left: 25px;
  width: 199px;
  height: 43px;
  font-size: 13px;
  background-color: darkorange;
  margin-bottom: 20px;
  text-align: center;
  border: 1px solid #ff8c00;
  border-radius: 11px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}

.proy-boton:hover {
  background-color: #ca7104;
}

.proy-enlace:hover {
  background-color: #d2d2c1;
}

.rounded-circle:hover {
  width: 100% !important;
}

.proy-enlace {
  width: 40px;
  height: 30px;
  text-align: center;
  background-color: beige;
  color: #131312;
  font-size: 20px;
  margin-left: 240px;
  margin-top: 40px;
  cursor: pointer;
  transition: 0.3s;
}

.tutulo-nosotros {
  background-color: #ffffff;
  color: #212121;
  font-size: 60px;
}

.tutulo-nosotros2 {
  background-color: #212121;
  color: #fff;
  font-size: 60px;
}

.cards-nosotros {
  background-color: #f3f3f3;
}

.container-certification
{
  margin: 2em 0;
  color: #575756;
}

.container-certification div
{
  position: relative;
}

.container-certification .middle
{
  border-left: 1px #000 solid;
  border-right: 1px #000 solid;
}

.container-card__nosotros {
  display: flex;
  max-width: 1000px;
  margin: auto;
}

.container-icon__nost {
  margin-top: 15px;
  margin-right: 5px;
   
}

.subtitulo-nosotros {
  margin-left: 25px;
  width: 279px;
  height: 43px;
  font-size: 19px;
  margin-bottom: 20px;
  text-align: center;
  color: darkorange;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fondo-nosotros {
  background-image: url(../images/fondos/nosotros-fondo.jpg);
  height: 285px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: inherit;
}

.fondo-nosotros-desc {
  background-color: #f1f1f1;
}

.titulo-nosotros {
  font-size: 30px;
  color: darkorange;
  margin-top: 30px;
}

.texto-nosotros {
  font-size: 20px;
  text-align: justify;
  margin-top: 20px;
}

.titulo-contacto {
  font-size: 70px;
}

.izq30 {
  margin-left: 30px;
}

.abajo25 {
  margin-bottom: 25px;
}

.inputs {
  border-radius: 9px;
  width: 100%;
  border: 0;
  margin-bottom: 12px;
  height: 33px;
  padding: 10px;
}

.clear5 {
  margin-top: 5px;
}
.clear10 {
  margin-top: 10px;
}
.clear15 {
  margin-top: 15px;
}
.clear20 {
  margin-top: 20px;
}
.clear25 {
  margin-top: 25px;
}
.clear30 {
  margin-top: 30px;
}
.clear35 {
  margin-top: 35px;
}
.clear40 {
  margin-top: 40px;
}
.clear45 {
  margin-top: 45px;
}
.clear50 {
  margin-top: 50px;
}
.clear55 {
  margin-top: 55px;
}
.clear60 {
  margin-top: 60px;
}

#nosotros .patente div
{
  padding-top: 20px;
  padding-bottom: 20px;
}

#nosotros .patente div h2
{
  font-weight: bold;
}

#valores section
{
  color: #575756;
}

#valores section h3
{
  font-weight: bold;
}

#valores section .container-card__nosotros .texto
{
  padding: 1em;
  border-bottom: 1px solid #575756;
  font-weight: 600;
}

#redes
{
  padding: 5px;
}

#redes a
{
  color: #212121;
}

/* PORTAFOLIO */
.titulo-porta {
  background-color: #ffffff;
  color: #ff8c00;
  text-align: center !important;
}

.titulo-porta {
  font-size: 60px;
}
.sub-titulo-porta {
  color: #575756;
  font-size: 25px;
}
.boton-porta {
  color: #fff;
}
.div-botones-porta {
  width: 75%;
  margin-left: 10% !important;
}
.fondo-tarjeta-porta {
  background-image: var(--back-image-porta);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.titulo-tarjeta-porta {
  font-size: 22px;
  margin-top: 3px;
  margin-bottom: 15px;
}

.tarjetaN-porta {
  -webkit-box-shadow: 8px 7px 3px -2px rgba(0, 0, 0, 0.25);
  box-shadow: 8px 7px 3px -2px rgba(0, 0, 0, 0.25);
}

.subtitulo-tarjeta-porta {
  font-size: 20px;
  margin-bottom: 15px;
}

.desc-tarjeta-porta {
  font-size: 16px;
  margin-bottom: 15px;
}

.mas-info-porta {
  width: 40px;
  height: 40px;
  background-color: darkorange;
  text-align: center;
  color: aliceblue;
  font-size: 24px;
  margin-left: 83%;
  cursor: pointer;
  transition: 0.3s;
  margin-bottom: 11px;
}

.mas-info-porta:hover {
  font-size: 28px;
  background-color: #c36f08;
}

.ajuste-tarjeta-porta {
  padding: 3%;
}

.selection-porta {
  background-color: #ca7104 !important;
}
/* PORTAFOLIO END */

@media screen and (max-width: 600px) {
  .tutulo-portafolio {
    font-size: 40px;
  }
  .tutulo-nosotros {
    font-size: 40px;
  }
  .titulo-contacto {
    font-size: 40px;
  }
  .proy-boton {
    margin-left: -30px;
  }
  .inputs {
    width: 230px;
    height: 47px;
    margin-left: -50px;
  }
  .fondo-naranja {
    margin-top: -50px;
  }
  .tarjetas-servicio {
    margin-left: -31px !important;
  }
  .texto-servicio-desc {
    margin-left: 24px !important;
  }
  .img-logo {
    width: 140%;
  }

  /* PORTAFOLIO RESPONSIVE */
  .titulo-porta {
    font-size: 40px;
  }
  .div-botones-porta {
    width: 75%;
    margin-left: 25% !important;
  }
  .fondo-tarjeta-porta {
    height: 150px;
  }
}
