/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700&display=swap');

:root {
  --tipo: 'Rubik';
  --oro: #BB9750;
  --title_sect: #2d2d2d;
  --textos: #2d2d2d;
}

h1, h2, h3, h4, h5, p, a {
  font-family: 'Rubik' !important;
}

.img-fluid img {
  height: auto;
  max-width: 100%;
}

.text_light {
  color: #fff;
}

#footer a {
  color: #fff;
}

a:hover {
  color: var(--title_sect);
}

.leo-megamenu .navbar-nav > li.nav-item:hover a,
.leo-megamenu .navbar-nav > li.nav-item:active a,
.leo-megamenu .navbar-nav > li.nav-item:focus a,
.leo-megamenu .navbar-nav > li > a:active,
.leo-megamenu .navbar-nav > li > a:hover,
.leo-megamenu .navbar-nav > li > a:focus,
.leo-megamenu .navbar-nav > li > a span:hover,
.leo-megamenu .navbar-nav > li > a span:active,
.leo-megamenu .navbar-nav > li > a span:focus {
  color: var(--title_sect) !important;
}

.btn-outline,
.btn-outline,
.btn,
.btn,
.btn-primary,
.btn-primary {
  background-color: var(--textos);
}

.btn-outline:hover,
.btn-outline:focus,
.btn:hover,
.btn:focus,
.btn-primary:hover,
.btn-primary:focus {
  background-color: #000;
}

.text_center {
  text-align: center !important;
}

.text_light {
  color: #fff !important;
}

#back-top svg.progress-circle path {
  stroke: var(--oro);
}

/* HEADER */
#header {
  background: var(--oro) !important;
}

.box-toph1 .h-logo {
  height: 80px;
  line-height: 60px;
}

.box-toph1 .h-logo img {
  width: auto;
}

.leo-megamenu.navbar {
  text-align: left;
}

.leo-megamenu .navbar-nav>li>a {
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
}

.box-toph1 .leo-megamenu .navbar-nav>li>a {
  padding-top: 30px;
  padding-bottom: 30px;
}

#index .leo-megamenu .navbar-nav>li.active>a, .leo-megamenu .navbar-nav>li>a {
  color: #fff;
}

#index .leo-megamenu .navbar-nav>li.active>a:hover, .leo-megamenu .navbar-nav>li>a:hover {
  color: var(--title_sect);
}

@media (max-width:991px) {
  .box-toph1 {
    display: flex;
    align-items: center;
  }

  .col-logo {
    display: flex;
    order: 1;
    width: 100%;
  }

  .box-toph1 .h-logo {
    height: auto;
    margin: 0 auto;
    padding: 10px;
  }

  .col-info {
    display: flex;
    order: 0;
    margin: 0;
  }

  .box-toph1 .navbar-header .navbar-toggler {
    margin-top: 0;
  }

}

@media (max-width:767px) {
  .box-toph1 .h-logo {
    padding: 5px 0;
  }
}

/* BREADCRUMBS */
.breadcrumbs.ApColumn {
  margin: 0 !important;
  padding: 0 !important;
}

.breadcrumbs a.br_link {
  color: var(--textos);
}

.breadcrumbs a.br_link:hover {
  color: #000;
}

.br_separator {
  padding: 0 15px;
}

/* HOME */

.iview-controlNav div.iview-items ul li a.iview-control.active, .iview-controlNav div.iview-items ul li a.iview-control:hover {
  box-shadow: 0 0 0 15px var(--oro) inset;
}

hr.separator {
  width: 50px;
  height: 5px;
  background-color: var(--oro);
  margin: 0;
}

/* Web links */
.row.box-banner.ApRow,
.row.box-banner.ApRow .ApColumn {
  padding: 0;
  margin: 0;
}

.box_barrio {
  background: url(/themes/child_tajada/assets/img/modules/appagebuilder/images/tajada-barrio-home.jpg) top center no-repeat;
}

.box_affair {
  background: url(/themes/child_tajada/assets/img/modules/appagebuilder/images/tajada-agroaffairs-home.jpg) top center no-repeat;
}

.box_barrio,
.box_affair {
  display: flex;
  align-items: center;
  height: 800px;
  background-size: auto 100%;
}

.link_barrio,
.link_affair {
  width: 625px;
  max-width: 90%;
  margin: 0 auto;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.65);
  padding: 20px;
}

@media(max-width:767px) {

  .link_barrio,
  .link_affair {
    padding: 0 10px;
  }

}

.link_barrio img,
.link_affair img {
  max-width: 90%;
  height: auto;
}

.web_link .image_description h3 {
  margin-bottom: 30px;
}

.web_link .image_description a.btn.btn-default {
  width: 200px;
  text-align: center;
  margin-bottom: 35px;
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
}

.web_link .image_description a.btn.btn-default:hover {
  background-color: var(--oro);
}

.link_barrio h2,
.link_affair h2 {
  font-weight: 600;
  text-shadow: none;
}

.link_barrio h2,
.link_affair h2,
.link_barrio p,
.link_affair p {
  font-size: 18px;
  color: var(--textos);
  letter-spacing: 0;
  line-height: 28px;
  text-shadow: none;
}

.link_barrio img,
.link_affair img {
  max-height: 127px;
  width: auto;
}

@media(min-width:1921px) {

  .box_barrio,
  .box_affair {
    background-size: 100%;
  }
}

@media(max-width:1199px) {

  .box_barrio,
  .box_affair {
    height: 550px;
  }
}

@media(max-width:991px) {
  .row.box-banner.ApRow {
    margin: 0;
    padding: 0;
  }

  .box-banner div.ApColumn {
    padding: 0;
  }

  .ApImage.banner.text-midder .image_description {
    top: 165px;
    transform: translateY(-50%);
    left: 15px;
    right: 15px;
  }

  .ApImage.banner img {
    max-width: 100%;
    height: auto;
  }

  .image_description h2 {
    font-size: 18px;
  }

  .image_description p {
    line-height: 15px;
  }

  .box_barrio,
  .box_affair {
    height: 525px;
    background-size: auto 100%;
  }

  .link_barrio h2,
  .link_affair h2 {
    font-size: 18px;
  }

  .page-home .bg-fullwidth:before {
    background-size: auto 100% !important;
  }
}

@media(max-width:767px) {
  .ApImage.banner.web_link .image_description {
    left: 10px;
    right: 10px;
  }

  .sedes_all {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
}

/* Nosotros */
.nosotros_a {
  padding-top: 50px;
}

.nosotros_a h2 {
  font-weight: bold;
  font-size: 30px;
  color: var(--textos);
  letter-spacing: 0;
  line-height: 50px;
  margin-bottom: 0;
}

.nosotros_a .separator {
  margin: 0 auto 10px;
}

.nosotros_a h4 {
  font-weight: bold;
  font-size: 18px;
  color: var(--textos);
  letter-spacing: 0;
  line-height: 28px;
}

.nosotros_a p {
  margin-bottom: 0;
  font-size: 18px;
  color: var(--textos);
  letter-spacing: 0;
  line-height: 28px;
}

.page-home .bg-fullwidth:before {
  padding: 0;
  margin: 0;
}


.doblebox_nosotros {
  display: flex;
}

.nosotros_b .separator {
  margin: 0;
}

.left_nos, .right_nos {
  flex: 1;
  display: flex;
  padding: 0;
  margin: 0;
}

.left_nos {
  flex-direction: row-reverse;
  min-height: 530px;
}

.box_nos.ApHtml {
  padding: 0 80px;
  display: flex;
  align-items: center;
  max-width: 635px;
  background-color: var(--textos);
}

.title_nos {
  font-weight: bold;
  font-size: 22px;
  color: var(--oro);
  letter-spacing: -1.05px;
  line-height: 35px;
}

.title_nos.title_logo:after {
  content: url(https://tajadaps.addisnetwork.es/themes/child_tajada/assets/img/modules/appagebuilder/images/tajada-simbol-gris.png);
  padding: 50px;
}

.block_nos p {
  font-size: 18px;
  line-height: 28px;
  margin: 30px 0 0;
}

.btn.button.btn_nos {
  color: var(--textos);
  background-color: var(--oro);
  width: 200px;
  border: 1px solid var(--oro);
}

.btn.button.btn_nos:hover {
  color: #fff;
}

@media (max-width:991px) {

  .left_nos.ApColumn,
  .right_nos.ApColumn {
    display: block;
    width: 100%;
    min-height: auto;
  }

  .box_nos.ApHtml {
    padding: 40px;
    display: block;
    max-width: none;
    margin: 0;
  }

  #image-form_9819042188963414 a img {
    width: 100% !important;
    height: auto;
  }

}

@media (max-width:767px) {
  .title_nos:after {
    padding: 25px;
  }

  .nosotros_a p {
    padding: 0 15px;
  }

}

/* Sedes */
.title_sect h3 {
  margin: 20px auto 0;
  font-weight: bold;
  font-size: 30px;
  color: var(--textos);
  letter-spacing: 0;
  line-height: 50px;
}

.title_sedes .separator {
  margin: 0 auto 65px;
}

.title_sedes p {
  margin: 10px 0;
  text-align: center;
}

.sedes_all .ApColumn .block {
  margin-bottom: 0;
}

.sedes_one {
  margin-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
}

.block.sedes h4 {
  font-weight: 600;
  font-size: 18px;
  color: var(--textos);
  letter-spacing: -0.7px;
  min-height: 40px;
}

.ico_sedes {
  display: inline-block;
  width: 30px;
  vertical-align: top;
  color: var(--oro);
  font-size: 20px;
}

.text_sedes {
  display: inline-block;
  font-size: 13px;
  color: var(--textos);
  line-height: 26px;
}

.text_sedes p {
  margin-bottom: 0;
  vertical-align: top;
  padding: 5px 0;
}

.text_dir {
  height: 90px;
  max-height: 90px;
}

.text_sedes p a {
  cursor: pointer;
}

.text_sedes p a:hover {
  color: var(--oro);
}

@media (min-width:768px) {
  .block.sedes h4 {
    min-height: 40px;
  }
}



/* Trabajar - Proveedor */


.valores h4 {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 20px;
  color: #FFF;
}

.valores .valor img {
  margin-bottom: 15px;
}

.valores .valor h4 {
  color: var(--textos);
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 16px;
}

.valor.ApImage {
  background-color: #fff;
  padding: 30px 50px 15px;
}

.valores .valor p {
  font-size: 14px;
  color: rgba(26, 24, 28, 0.50);
}







/* Header CMS */

#cms #page #header .box-toph1 {
  max-width: 1270px !important;
  margin: 0 auto !important;
}


/* Noticias */

.row.box-toph1.box-sticky.ApRow.has-bg.bg-boxed,
#module-leoblog-category .header-top,
#module-leoblog-blog .header-top,
#module-leoblog-list .header-top {
  max-width: 1270px;
  margin: 0 auto;
}

#search-blog {
  display: none;
}

#categories_blog_menu li a:hover {
  color: var(--oro);
}

.extra-blogs ul li a {
  color: var(--title_sect);
}

.latest-blogs .blog-container .blog-title a:hover,
.extra-blogs ul li a:hover {
  color: var(--oro);
}

#blogpage .share_button li a {
  background-color: var(--oro);
  color: #fff;
}

#blogpage .share_button li a:hover {
  background-color: #2d2d2d;
}

.noticias {
  margin-bottom: 40px;
}

.title_news .separator {
  margin: 0 auto;
}

.title_news.block {
  margin-bottom: 10px;
}

.news p,
.text_news p {
  font-size: 18px;
  color: var(--textos);
  letter-spacing: 0;
  text-align: center;
  line-height: 28px;
}

.latest-blogs .blog-container .right-block {
  min-height: 135px;
  height: 135px;
  max-height: 135px;
}

.blog-title {
  font-weight: 600;
  font-size: 14px;
  color: var(--textos);
  letter-spacing: 0.5px;
  min-height: 40px;
}

.blog-title:hover {
  color: var(--oro);
}

/* .blog-info .more {
  width: auto;
  padding: 0;
  color: var(--textos);
} */

.blog-item .more:active,
.blog-item .more:focus,
.blog-item .more:hover,
.blog-info .more:hover,
#blog-listing>h1 span {
  color: var(--oro);
}

.secondary-blog .blog-item .blog-shortinfo {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 92px;
  max-height: 92px;
  /* line-height x nº lineas */
}

.more.btn.btn-primary {
  background-color: var(--oro);
  color: #fff;
  margin: 10px 0;
  width: 200px;
}

.blog-desc {
  font-size: 13px;
  line-height: 15px;
  color: var(--textos);
}

h1.blog-title,
.blog-item h4.title {
  font-weight: bold;
  font-size: 30px;
  color: var(--textos) !important;
  letter-spacing: 0;
  line-height: 50px !important;
}

.blog-item h4.title a {
  line-height: 40px;
}

.secondary-blog .blog-item h4.title {
  font-size: 20px;
}

.blog-item .blog-meta a:hover,
.blog-item h4.title a:hover {
  color: var(--oro);
}

.blog-description p {
  font-size: 18px;
  color: var(--textos);
  letter-spacing: 0;
  line-height: 28px;
}


.latest-blogs .blog-viewall .btn {
  border: none;
  letter-spacing: initial;
}

.owl-theme .owl-buttons div:hover:before,
.latest-blogs .blog-viewall .btn:hover {
  letter-spacing: initial;
  color: var(--oro);
}


/* Contacto */

.wpcf7-response-output.wpcf7-display-none.alert.alert-warning {
  display: none !important;
}

.span.wpcf7-not-valid-tip {
  color: #ffd7d7 !important;
}

.contactform {
  max-width: 790px;
  margin: 0 auto;
}

.wpcf7 form h3 {
  display: none;
}

.contacto .separator {
  background-color: var(--textos);
  margin: 0 auto;
}

.contactform {
  max-width: 790px;
  margin: 0 auto;
}

form, .contactform input::placeholder {
  font-size: 14px;
  color: #9A9A9A !important;
  letter-spacing: -0.06px;
  line-height: 17px;
  font-family: var(--tipo);
}

/* form h3 {
  display: none;
}
 */
.colnom, .colemail {
  margin-bottom: 25px;
}

.colmensaje {
  margin-bottom: 15px;
}

.legalcheck, .sendbtn {
  margin-bottom: 10px;
  text-align: center;
}

.legalcheck label {
  font-family: 'Rubik';
  font-size: 12px;
  color: #333333;
  letter-spacing: 0;
  line-height: 18px;
}

.checkbox-307 {
  display: inline-block;
}

.checkbox-307 span.wpcf7-list-item.first {
  margin-right: 3px !important;
}

.ac_legal {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
}

.sendbtn input {
  width: 200px;
  background-color: var(--textos);
  font-weight: bold;
  font-size: 15px;
  color: #FFFFFF;
  letter-spacing: 1px;
}

.sendbtn input:hover {
  color: var(--oro);
  background-color: var(--textos);
}

/* Noticias */

#module-leoblog-category .header-top,
#module-leoblog-blog .header-top,
#module-leoblog-list .header-top {
  max-width: 1270px;
  margin: 0 auto;
}

#content-wrapper.left-column {
  /*  width: 100%; */
}

.extra-blogs ul li a {
  color: var(--title_sect);
}

.latest-blogs .blog-container .blog-title a:hover,
.extra-blogs ul li a:hover {
  color: var(--oro);
}


#module-leoblog-blog #left-column,
#module-leoblog-search #left-column {
  /*
  display: none !important;
  visibility: hidden !important;
  */
}

#blogpage .share_button li a {
  background-color: var(--oro);
}

#blogpage .share_button li a:hover {
  background-color: #2d2d2d;
  color: var(--oro);
}

.noticias {
  margin-bottom: 40px;
}

.title_news .separator {
  margin: 0 auto;
}

.title_news.block {
  margin-bottom: 10px;
}

.news p,
.text_news p {
  font-size: 18px;
  color: var(--textos);
  letter-spacing: 0;
  text-align: center;
  line-height: 28px;
}

.blog-title {
  font-weight: 600;
  font-size: 14px;
  color: var(--textos);
  letter-spacing: 0.5px;
  min-height: 40px;
}

.blog-title:hover {
  color: var(--oro);
}

.blog-desc {
  font-size: 13px;
  line-height: 15px;
  color: var(--textos);
}

h1.blog-title,
.blog-item h4.title {
  font-weight: bold;
  font-size: 20px;
  color: var(--textos);
  letter-spacing: 0;
  line-height: 50px;
}

.blog-description p {
  font-size: 18px;
  color: var(--textos);
  letter-spacing: 0;
  line-height: 28px;
}


.latest-blogs .blog-viewall .btn {
  border: none;
  letter-spacing: initial;
}

/* .latest-blogs .blog-viewall .btn:hover {
  letter-spacing: initial;
} */


/* QUIENES SOMOS */
.title_negro {
  color: var(--textos);
}

.mision {
  padding-left: 30px;
  padding-right: 30px;
}

.mision hr {
  background-color: var(--textos);
}

.mision h3, .mision hr {
  text-align: center;
  margin: 0 auto;
}

.quien_p {
  font-size: 16px;
}

/* SERVICIOS */

.box_sectores .block_content {
  margin-bottom: 40px;
}

hr.separator {
  width: 50px;
  height: 5px;
  background-color: var(--oro);
  margin: 0 auto 15px;
}

.serv_text hr.separator {
  margin: 0 0 20px;
  height: 2px;
  width: 250px;
}

.dropdown-menu-inner .leo-widget .widget-html h3 a {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: var(--textos);
  text-transform: uppercase;
}

@media (max-width:767px) {
  .box_servicios h4.title_block {
    font-size: 14px;
  }

  /* .serv_img_block .title_sect, */
  .serv_img_block .ApImage {
    margin-bottom: 40px;
  }

  .servicontact a,
  .servicontact a span {
    display: block;
    width: 100%;
  }
}

/* MARCAS */


.box_contact_text hr.separator {
  margin: 0;
}

.box_contact, .box_text_middle {
  margin: 30px 0;
  display: flex;
  align-items: center;
}

.box_contact_text p {
  font-size: 18px;
  color: var(--textos);
  line-height: 28px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.sedes_text p {
  font-size: 18px;
  color: var(--textos);
  line-height: 28px;
  margin-bottom: 30px;
}

.box_product {
  margin: 15px -15px;
}

.box_contact, .box_text_middle {
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}

@media (max-width:767px) {
  .box_product {
    margin: 15px 0;
  }
}

/* formulario MailChimp descarga catalogo */


.formulario {
  background-color: #BB9750;
  padding: 35px 50px 0;

}

.formulario .sector_contact.block {
  margin-bottom: 0;
}

.formulario form h3 {
  font-weight: 600;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  line-height: 28px;
  width: 100%;
  border: 2px solid #fff;
  padding: 10px 0;
  margin-bottom: 20px;
}

.formulario form h3:before {
  font-family: 'fontAwesome';
  font-size: 25px;
  content: '\f0e5';
  font-weight: 400;
  margin-right: 10px;
}

#mc-embedded-subscribe-form .mc-field-group input::placeholder {
  color: #acaaa6;
}

#mc-embedded-subscribe-form .mc-field-group textarea,
#mc-embedded-subscribe-form .mc-field-group input {
  width: 100%;
  padding: 7px 10px;
  margin-bottom: 10px;
  color: #000;
}

#mc-embedded-subscribe-form .mc-field-group br {
  display: none;
}

.gdprRequired .checkbox.subfield {
  display: flex;
  align-items: center;
  justify-content: center;
}

.gdprRequired .checkbox.subfield .av-checkbox.gdpr {
  width: 20px !important;
  margin-right: 10px;
  margin-bottom: 2px !important;
  line-height: 23px;
}

.gdprRequired .checkbox.subfield span {
  width: auto;
  text-align: left;
}

#mc-embedded-subscribe {
  display: block;
  margin: 10px auto 0;
  background: var(--oro);
  width: 200px;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 40px;
  text-transform: uppercase;
  border-style: solid;
  font-weight: 600;
  letter-spacing: 0.5px;
}

#mc-embedded-subscribe:hover {
  border-color: var(--oro);
  background-color: #000;
}


@media (max-width:992px) {
  .box_contact, .box_text_middle {
    display: block;
  }
}

/* PÁGINA PRODUCTO */
.box_product {
  margin-top: 15px;
  margin-bottom: 15px;
}

.left_text {
  padding-left: 0;
}

.form_black .formulario {
  background-color: var(--textos);
}

.form_black .formulario label {
  color: #fff;
}

.form_black .formulario .wpcf7-submit {
  background-color: var(--oro);
}

.form_black .formulario .wpcf7-submit:hover {
  background-color: var(--textos);
}

/* TARJETA DE VISITA */

.box_team {
  display: flex;
  align-items: center;
}

.team_datos {
  background-color: #F4F4F4;
  padding: 20px;
  height: 262px;
  max-height: 262px;
}

#image-form_3268439499 {
  margin-bottom: 0 !important;
}

.team_datos h2 {
  font-size: 34px;
  line-height: 41px;
  font-weight: 600;
  color: #2D2D2D;
  letter-spacing: 0;
  text-transform: capitalize !important;
}

.team_datos h5 {
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  color: var(--oro);
}

.team_empresa.block,
.team_nombre.block,
.team_text.block {
  margin-bottom: 15px;
}

.team_text {
  height: 100px;
  overflow: auto;
}

.team_datos p {
  font-size: 13px;
  color: var(--textos);
  letter-spacing: 0;
  line-height: 22.75px;
}

.icos_team {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0 !important;
}

.icos_team .icontact, .icos_team .icontact a {
  font-weight: bold;
  font-size: 13px;
  color: var(--textos);
  letter-spacing: 0;
  line-height: 22.75px;
  margin-right: 0;
}

.icos_team .icontact a:hover {
  color: var(--oro);
}

.icos_team i::before {
  color: var(--oro);
  font-size: 20px;
  margin-right: 10px;
  vertical-align: middle;
}

#module-mscond-comercialcontent .breadcrumb {
  display: none;
}

@media (min-width:991px) {
  #module-mscond-comercialcontent #wrapper {
    min-height: 800px;
  }
}

@media (max-width:991px) {
  .box_team.ApRow {
    margin: 41px 0 !important;
  }

  .team_foto.ApColumn {
    padding: 0;
  }

  .team_datos,
  .team_text {
    height: auto;
    max-height: none;
  }

  .box_team, .icos_team, .icontact {
    display: block;
  }

  .icontact {
    padding: 10px 0;
  }

}

@media (max-width: 767px) {
  #module-mscond-comercialcontent #wrapper {
    padding: 0;
  }

  .box_team.ApRow {
    margin: 8px 0 !important;
  }

  .team_datos {
    padding: 5px 20px;
  }

  .team_nombre h2 {
    font-size: 22px;
  }

  .footer-center .legal_link .block.ApLink {
    margin: 0;
  }
}

/* Pág 404 */
#module-mscond-comercialcontent .header-top .inner,
#pagenotfound .header-top .inner {
  width: 1270px;
  max-width: 100%;
  margin: 0 auto;
}

.image-404 img{
  max-width: 100%;
}

/* FOOTER */
.footer-center {
  background-color: #000;
  color: #fff;
  padding: 5px 0;
}

.footer-center .col-infor .block {
  padding: 0;
  margin: 0;
  line-height: 32px;
}

.footer-center .ApBlockLink li {
  margin-left: 50px;
  float: right;
}

.footer-container .ApLink li a {
  text-transform: initial;
}

.footer-container .ApLink li a:hover,
.footer-container .ApLink li a:hover {
  color: var(--oro) !important;
}

@media (max-width:767px) {
  .footer-center .col-infor {
    text-align: center;
  }

  .footer-center .ApBlockLink ul {
    text-align: center;
  }

  .footer-center .ApBlockLink li {
    float: none;
    display: inline-block;
    margin: 0px 20px;
  }
}



#left-column #search-blog {
  display: none !important;
}