/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */


/* ==============CSS GENERAL===================*/
p,
a,
span,
h5 {
  font-family: "Inter", sans-serif !important;
}

h1,
h2,
h3,
h4,
h6 {
  font-family: "Saira", sans-serif !important;
}

.container {
  padding: 0px 130px;
}

.av-special-heading-tag {
  text-transform: none !important;
  font-weight: 600 !important;
}


.content {
  padding-top: 0px !important;
}

/*=============LOGO - HEADER=============*/
.logo a {
  margin: 25px 0px !important;
}

.avia-standard-logo a img {
  max-width: 70% !important;
}

.avia-menu-text {
  font-size: 16px !important;
  font-weight: 400;
}

.av-main-nav>li>a {
  padding: 0 17px !important;
}

li.current_page_item>a span {
  font-weight: bold !important;
}

#menu-item-118 a span {
  background: #126fb3 !important;
  padding: 12px 50px;
  color: white !important;
  transition: opacity 5s ease-in-out;
}

#menu-item-118 a span:hover {
  background: #fbc62b !important;
  color: #126fb3 !important;
}

/*=============INICIO=============*/
/* INICIO-BANNER*/
.banner {
  position: relative;
  width: 100vw;
  height: 100vh;
  margin-left: calc(-50vw + 50%);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.slides {
  position: absolute;
  width: 100%;
  height: 100%;
}

.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.slide.active {
  opacity: 1;
}

.banner-content {
  position: relative;
  z-index: 2;
  max-width: 693px;
  padding: 190px 0 190px 130px;
}

.banner h1 {
  color: #fbc62b;
  text-transform: none !important;
}

.banner h5 {
  padding-top: 30px;
  color: white !important;
}

.btn-banner {
  margin-top: 30px;
  display: inline-block;
  background: #126fb3;
  color: white !important;
  text-decoration: none;
  padding: 10px 40px;
  font-weight: 300;
  transition: all 0.3s ease;
  font-size: 15px;
}

.btn-banner:hover {
  background: #FFD42A;
  color: #002346;
}

/* Indicadores */
.indicators {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 3;
}

.dot {
  width: 72px;
  height: 5px;
  background-color: rgba(255, 255, 255, 0.5);

  cursor: pointer;
  transition: background-color 0.3s ease;
}

.dot.active,
.dot:hover {
  background-color: #fbc62b;
}

/* INICIO-SERVICIOS*/
.servicios {
  text-align: center;
  padding: 0px 20px;
}

.cards-container-servicios {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 30px;
	align-items: stretch; 
}

.card-servicios {
  background: #fff;
  width: 250px;
  padding: 20px;
  text-align: center;
  transition: all 0.3s ease;
	 display: flex;
  flex-direction: column;
  justify-content: space-between; 
}

.card-servicios:hover {
  border: 1px solid #126fb3;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	
}

.card-servicios img {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-bottom: 15px;
}

.card-servicios h3 {
  color: #126fb3;
  margin-bottom: 10px;
}

.card-servicios p {
  font-size: 15px;
  color: #333;
  margin-bottom: 20px;
}

.btn-servicios {
  display: inline-block;
  background: #126fb3;
  color: white !important;
  padding: 8px 35px;
  font-size: 15px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.btn-servicios:hover {
  background: #003f7d;
}

/* INICIO-ELEGIRNOS*/
.container-choose {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
}

/* Imagen */
.image-section-choose {
  flex: 1 1 300px;
}

.image-section-choose img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.text-section-choose {
  flex: 1 1 400px;
  background: #126fb3;
  color: #fff !important;
  padding: 40px;
  display: flex;
  gap: 30px;
  flex-direction: column;
  justify-content: center;
}

.text-section-choose h1 {
  color: #fff !important;
  text-transform: none !important;
}

.viñeta-choose h3 {
  color: #fff !important;
}

.item-choose {
  display: flex;
  align-items: flex-start;
}

.viñeta-choose {
  width: 40px;
  height: 40px;
  background-color: #fbc62b;
  clip-path: polygon(25% 0, 40% 20%, 40% 80%, 25% 100%, 0 100%, 0% 60%, 0 0);
  flex-shrink: 0;
}

.info-text-choose H3 {
  color: white !important;
}


.info-text-choose p {
  font-size: 15px;
}


/* INICIO-¿Listo para empezar
tu proyecto? */

.container-proyecto {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}


.text-section-proyecto {
  flex: 1 1 500px;
  background-color: #126fb3;
  color: #fff;
  padding: 60px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.text-section-proyecto h1 {
  color: #fff !important;
  margin-bottom: 30px;
  line-height: 1.3;
  text-transform: none !important;
}

/* Botón */
.btn-proyecto {
  display: inline-block;
  background-color: #ffb400;
  color: #000 !important;
  font-weight: 600;
  font-size: 15px;
  padding: 12px 50px;
  text-decoration: none;
  border: none;
  transition: background 0.3s ease;
  width: fit-content;
}

.btn-proyecto:hover {
  background-color: #e0a000;
}

.image-section-proyecto {
  flex: 1 1 400px;
}

.image-section-proyecto img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* TESTIMONIOS*/
.tit-testimonio h1 {
  text-transform: none !important;
}

.carousel-container {
  position: relative;
  overflow: hidden;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  max-width: 1900px;
}

.carousel-track {
  display: flex;
  align-items: center;
  transition: transform 0.6s ease;
  width: max-content;
  margin: 50px auto;
}

.testimonial-card {
  flex: 0 0 auto;
  width: 600px;
  margin: 0 25px;
  display: flex;
  flex-direction: row;
  background-color: rgb(255, 255, 255);
  border: 1px solid #126fb3 !important;
  border-left: none;
  box-sizing: border-box;
  opacity: 0.3;
  transition: opacity 0.5s, transform 0.5s;
}

.testimonial-card.active {
  opacity: 1;
  transform: scale(1.05);
  z-index: 2;
}

.testimonial-card.side {
  opacity: 0.6;
  transform: scale(0.95);
}

.image-section {
  flex-basis: 60%;
  overflow: hidden;
}

.testimonial-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.info-text {
  flex-basis: 60%;
  padding: 30px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.info-text p {
  color: #435b81;
  font-size: 15px;
}

.text-coment {
  padding-bottom: 20px;
}

.author-info {
  font-size: 13px !important;
  color: #126fb3 !important;
  font-weight: 600;
  margin: 0;
}

/* Flechas */
.prev-button,
.next-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: white;
  border: 1px solid #126fb3 !important;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}

.prev-button {
  left: 40px;
}

.next-button {
  right: 40px;
}

.carousel-container::before,
.carousel-container::after {
  content: "";
  position: absolute;
  top: 0;
  width: 150px;
  height: 100%;
  z-index: 5;
  pointer-events: none;
}

.carousel-container::before {
  left: 0;
  background: linear-gradient(to right, white 60%, transparent);
}

.carousel-container::after {
  right: 0;
  background: linear-gradient(to left, white 60%, transparent);
}


/* =======PRODUCTOS==========*/

/* SECTION NUESTROS PRODUCTOS*/
.card-producto {
  padding: 30px 20px;
  transition: all 0.3s ease !important;
}

.card-producto:hover {
  border: 1px solid #126fb3 !important;
  transform: translateY(-3px);
}

.card-producto .avia-image-container {
  max-width: 70% !important;
}


/*============= NOSOTROS=============*/
/*SECTION ENTENDEMOS LOS DESAFIOS...*/

.cont-desafios {
  padding: 0px 160px;
}

.titulo-desafios h1 {
  padding-bottom: 20px;
  text-transform: none !important;
}

.stats-section {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  padding: 40px 20px;
}

.stat {
  text-align: left;
}

.stat h1 {
  color: #126fb3 !important;
  font-weight: 600;
  margin: 0;
}

.stat h3 {
  color: #126fb3 !important;
  font-weight: 600;
  margin-top: 8px;
}
.counter::before {
  content: "+";
  color: #126fb3;
  font-size: 60px;
  font-weight: 600;
}
.counter{
	text-align:center;
}
/*SECTION VALORES FUNDAMENTALES...*/
.text-val-fun h2{
	padding-bottom:20px;
}
.flex_column:has(.text-val-fun) {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.flex_column:has(.text-val-fun) > section:first-child {
  grid-column: 1 / -1;
}


.text-val-fun-nos h3{
	text-transform:none !important;
	margin:0px;
	
	flex:2;
	color:#126fb3 !important;
}
.text-val-fun-nos p{
	margin:0px;
	padding-left:40px;
}
.text-val-fun {
text-align: center;
}
.text-val-fun-nos{
	margin-bottom:25px;
}
.text-val-fun-nos h3::before{
	display:inline-block;
	content: "";
	  width: 40px;
  height: 40px;
  background-color: #fbc62b;
  clip-path: polygon(25% 0, 40% 20%, 40% 80%, 25% 100%, 0 100%, 0% 60%, 0 0);
  vertical-align: middle; 
 
	
}


/*SECTION BENEFICIOS CLAVE...*/
.cont-beneficios {
  width: 100vw !important;
  margin-left: calc(-50vw + 50%) !important;
  display: flex !important;
  padding: 90px 130px;
}

.cont-beneficios .avia_code_block_2 {
  margin-right: 50px;
  max-width: 600px;
}

.cont-beneficios .av-mgzl95ji-6980e4b2c96631d4278786036c9d195a .avia-image-overlay-wrap img {
  max-width: 462px !important;
}

.beneficios h1 {
  text-transform: none !important;
  color: #126fb3 !important;
  margin-bottom: 20px;
}

.beneficios .intro-beneficios {
  color: #435b81 !important;
  font-size: 15px;
  margin-bottom: 40px;
}

.beneficios-list {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.beneficios-item {
  display: flex;
  align-items: flex-start;
}

.icon-beneficios {
  width: 40px;
  height: 40px;
  background-color: #fbc62b;
  clip-path: polygon(25% 0, 40% 20%, 40% 80%, 25% 100%, 0 100%, 0% 60%, 0 0);
  flex-shrink: 0;
}

.text-beneficios h3 {
  color: #126fb3 !important;
}

.text-beneficios p {
  font-size: 15px;
  color: #435b81 !important;
}



/*SECTION TRABAJAMOS CON MARCAS...*/

.page-id-105 .av-9c4e1-96419620f72d64ff08e3ef909599119f {
  margin-top: 0px !important;
}


.marcas-section {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: url("/wp-content/uploads/2025/10/cta-nosotros.jpg") no-repeat right center;
  background-size: cover;
  padding: 120px 0px;
  width: 100vw !important;
  margin-left: calc(-50vw + 50%) !important;
}

.content-box-marcas {
  background-color: #fff;
  padding: 60px 35px;
  max-width: 580px;
  margin-left: 130px;
  position: relative;
  top: 130px;
  margin-bottom: 10px !important;
  clip-path: polygon(0 0, 93% 0, 100% 20%, 100% 100%, 0 100%, 0% 50%);
}

.content-box-marcas h2 {
  color: #126fb3 !important;
  font-size: 33px;
  text-transform: none !important;
  margin-bottom: 15px;
}

.content-box-marcas p {
  color: #435b81;
  font-size: 15px;
}

/*empresas confian*/

.nos-cli-text-ti h1{
	text-transform:none !important;
	color:#126fb3;
	font-size:47px;
}
.nos-cli-text-ti p{
	  color: #435b81;
  font-size: 15px;
}

/*============= SERVICIOS=============*/

/*SECTION NUESTROS SERVICIOS*/
.body-servicios-2 {
  background-color: #fff;
  display: flex;
  justify-content: center;
}

.cards-container-servicios-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.card-servicios-2 {
  border: 1.5px solid #126fb3 !important;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff !important;
  transition: all 0.3s ease;
}

.card-servicios-2:hover {
  box-shadow: 0 4px 12px rgba(0, 91, 170, 0.2);
  transform: translateY(-3px);
}

.cont-titulo-servicios-2 {
  display: flex;
}

.icon-servicios-2 {
  min-width: 45px;
  height: 45px;
  margin-right: 30px;
  background-color: #126fb3;
  clip-path: polygon(100% 0, 100% 72%, 78% 100%, 0 100%, 0 0);
}

.card-servicios-2 h3 {
  color: #126fb3;
}


.card-servicios-2 p {
  font-size: 15px;
  color: #435b81 !important;
  flex-grow: 1;
}

.btn-servicios-2 {
  display: inline-block;
  text-align: center;
  background-color: #126fb3;
  color: #fff !important;
  padding: 10px 45px;
  text-decoration: none;
  font-weight: 600;
  align-self: flex-end;
  transition: background 0.3s;
  margin-top: 20px;
}

.btn-servicios-2:hover {
  background-color: #004480;
}


.cards-container-servicios-2 .card-servicios-2:last-child:nth-child(odd) {
  grid-column: 1 / -1; 
  justify-self: center;
  max-width: 500px; 
  width: 100%;
}



/*==============contacto=============*/

.cont-contact {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  max-width: 1200px;
  margin: 0 auto;
}

.cont-contact .avia_code_block_5 {
  flex: 1 1 400px;
}

.cont-contact-form {
  flex: 1 1 300px;
  border: 2px solid #126fb3 !important;
  padding: 50px !important;
}

.contacto {
  padding: 40px 20px;
}

.contacto-2 {
  padding: 40px 50px 40px 20px;
}

.contenido-contacto h1 {
  text-transform: none !important;
  margin-bottom: 10px;
  color: #126fb3;
  margin-top: 20px;
}

.contenido-contacto p {
  color: #435b81;
  font-size: 15px;
  margin-bottom: 40px;
}

.info-contacto {
  display: flex;
  justify-content: flex-start;
  gap: 60px;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.item-contacto {
  display: flex;
  align-items: center;
}

.icono-contacto .fa-at,
.icono-contacto .fa-brands {
  background-color: #126fb3;
  padding: 12px;
  font-size: 30px;
  font-weight: 500;
  width: 51px;
  color: white !important;
  margin: 0px 19px 0px 0px;
  clip-path: polygon(100% 0, 100% 78%, 78% 100%, 0 100%, 0 0);
}

.item-contacto span {
  color: #435b81;
  font-size: 15px;
}

.btn-ver-productos {
  background-color: #fbc62b;
  color: black !important;
  padding: 12px 28px;
  font-weight: bold;
  font-size: 15px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  display: inline-block;
  margin-top: 40px;
}

.btn-ver-productos:hover {
  background-color: #e6b800;
}

.cont-contact-form h3 {
  color: #126fb3 !important;
  margin-bottom: 20px;
}

.form_element label {
  font-size: 15px !important;
  color: #126fb3 !important;
  font-weight: 400 !important;
}

.required {
  color: #126fb3 !important;
}

#top input[type="text"],
#top .main_color input[type='email'],
#top .main_color textarea {
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid #126fb3 !important;
  height: 20px !important;
}
#top select{
background: transparent !important;
  border: none !important;
  border-bottom: 1px solid #126fb3 !important;
	padding:5px !important;
}

.avia_ajax_form .button {
  background: #126fb3 !important;
  font-size: 15px;
  border: none;
}

.avia_ajax_form p:last-of-type {
  display: inline-block;
  width: auto !important;
  float: right;
}


/*============= FOOTER=============*/
/* FOOTER*/
.text-footer {
  font-size: 13px;
  margin-top: 30px;
}

#footer {
  padding: 35px 0 35px 0;
}

#footer .container .flex_column {
  width: auto !important;
}

#footer .container .av_one_third {
  margin-left: 0;
}

#footer .container {
  display: flex;
  justify-content: space-between;
}

.logo-indumak {
  width: 300px;
}

.fa-brands {
  background-color: #fbc62b;
  padding: 12px;
  font-size: 30px;
  width: 51px;
  color: #126fb3;
  margin: 0px 19px 0px 0px;
  clip-path: polygon(100% 0, 100% 78%, 78% 100%, 0 100%, 0 0);
}
.lr-cp-sty {
	display:flex;
	flex-direction:column;
	gap:10px;
}
.lr-cp-sty a{
	color:white !important;
}
/*============= SOCKET=============*/
.copyright a {
  display: none;
}
/*========LIBRO DE RECLAMCIONES Y COOKIES======*/
.tit-lib-recl h2,
 .tit-pol-co h2{
	font-size:36px;
}
table tbody tr th{
	color:#126fb3;
}
table tbody tr td{
	color:#556987;
}

/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */


@media (max-width: 1200px) {

  /*============= NOSOTROS=============*/
  /*SECTION BENEFICIOS CLAVE...*/
  .cont-beneficios {
    flex-direction: column;
    align-items: center;
  }

  .cont-beneficios .avia_code_block_2 {
    margin-right: 0px;
    margin-bottom: 30px;
  }

}

@media (max-width: 1170px) {
  /*============= NOSOTROS=============*/
  /*SECTION ENTENDEMOS LOS DESAFIOS...*/

  .cont-desafios {
    padding: 0px 100px;
  }

}


@media (max-width: 1000px) {

  /*============= INICIO=============*/
  /* INICIO-SERVICIOS*/
  .cards-container-servicios {
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
  }
}

@media (max-width: 959px) {

  /*============= INICIO=============*/
  .cont-contact-form {
    margin-top: 50px;
  }

  .text-conversemos,
  .contenido-contacto p,
  .contenido-contacto h1 {
    text-align: center;
  }

  .contenido-contacto h1 br {
    display: none;
  }

  .info-contacto {
    gap: 40px;
    justify-content: center;
  }

  .contenido-contacto {
    text-align: center;
  }

  .avia_ajax_form p:last-of-type {
    display: block;
    text-align: center;
    float: none;
  }

  /*============= NOSOTROS=============*/
  /*SECTION BENEFICIOS CLAVE...*/
  .cont-beneficios {
    padding: 90px 0px;
  }
}

@media (max-width: 900px) {

  /*============= INICIO=============*/
  /* TESTIMONIOS*/

  .testimonial-card {
    width: 300px;
    flex-direction: column;
    margin: 0 10px;
  }



  /*============= FOOTER=============*/

  #footer .container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  #footer .container .flex_column {
    margin-bottom: 0px !important;
  }

  #footer .widget {
    margin: 0 !important;
  }

  /* SOCKET*/
  #socket .copyright {
    float: none;
    text-align: center;
  }

  #socket .container {
    text-align: center;
  }

  .fa-brands {
    margin: 0 15px;
  }

  /*============= NOSOTROS=============*/
  /*SECTION ENTENDEMOS LOS DESAFIOS...*/

  .cont-desafios {
    padding: 0px 0px;
  }

  .titulo-desafios h1 {
    text-align: center;
  }

  .texto-desafios {
    text-align: center;
  }

  /*============= SERVICIOS=============*/

  /*SECTION NUESTROS SERVICIOS*/
  .cards-container-servicios-2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}

/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */



@media (max-width: 766px) {

  /*============= INICIO=============*/
  /* INICIO-BANNER*/
  .banner {
    justify-content: space-around;
  }

  .banner-content {
    padding: 90px;
    text-align: center;
  }

  .banner-content br {
    display: none;
  }


  /* ¿Listo para empezar
tu proyecto? */

  .container-proyecto {
    flex-direction: column-reverse;
  }

  .text-section-proyecto {
    text-align: center;
    padding: 40px 30px;
  }

  .btn-proyecto {
    margin: 0 auto;
  }

  .text-section-proyecto {
    flex: 1 1 200px;
  }



  /*======NOSOTROS======*/
  /*SECTION TRABAJAMOS CON MARCAS...*/
  .marcas-section {
    flex-direction: column;
    background-position: center;
    padding: 0;
  }

  .content-box-marcas {
    margin-left: 0px;
  }

  /*SECTION TRABAJAMOS CON MARCAS...*/

  .page-id-105 .av-mgzl9kxx-109c6644d53ff0832d1dc9db8cdc4e86 {
    margin-bottom: 0px !important;
  }
	
	/*SECTION VALORES FUNDAMENTALES...*/
	
	.flex_column:has(.text-val-fun) {
    grid-template-columns: 1fr;
  }
	.text-val-fun-nos h3{
 display: flex;
  align-items: center;


}
}

@media (max-width: 600px) {

  /*============= INICIO=============*/
  /* INICIO-BANNER*/
  .banner-content {
    padding: 40px;
  }

  /*============= NOSOTROS=============*/
  /*SECTION ENTENDEMOS LOS DESAFIOS...*/
  .stats-section {
    flex-direction: column;
    gap: 30px;
  }

  .stat {
    text-align: center;
  }


  /*======NOSOTROS======*/
  /*SECTION TRABAJAMOS CON MARCAS...*/

  .content-box-marcas {
    margin: 0px 40px;
    padding: 30px 35px;
  }

  .content-box-marcas h2 {
    font-size: 25px;
  }
}

@media (max-width: 480px) {

  /*============= INICIO=============*/
  /* INICIO-SERVICIOS*/
  .servicios {
    padding: 0px 0px;
  }

  /* INICIO-ELEGIRNOS*/
  .text-section-choose {
    padding: 20px;
  }

  .text-section-choose h1 {
    text-align: center;
  }

  /* TESTIMONIOS*/

  .carousel-container::before {
    left: 0;
    background: none;
  }

  .carousel-container::after {
    right: 0;
    background: none;
  }

  /*============= NOSOTROS=============*/
  /*SECTION BENEFICIOS CLAVE...*/
  .cont-beneficios {
    padding: 90px 30px;
  }

  .cont-beneficios .av-mgzl95ji-6980e4b2c96631d4278786036c9d195a .avia-image-overlay-wrap img {
    max-width: 100% !important;
  }

  /*======NOSOTROS======*/
  /*SECTION TRABAJAMOS CON MARCAS...*/

  .content-box-marcas {
    margin: 0px 20px;
  }

  /*============= SERVICIOS=============*/

  /*SECTION NUESTROS SERVICIOS*/

  .cont-titulo-servicios-2 h3 br {
    display: none;
  }

}