/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

:root {
  --color-principal: #ff6f00;
}
#menu-menu-principal li a span {
  font-size: 18px;
}
.box-style-shadow.card-item {
  padding: 20px;
  background-color: transparent;
  border: 1px solid #ff6f008f;
  font-size: 14px;
}
#menu-menu-principal li.menu-item.current-menu-item a span {
  color: var(--color-principal);
}
#menu-menu-principal li.menu-item a span:hover {
  color: var(--color-principal);
}
#media_image-2 a img {
  filter: invert(1);
  width: 75%;
}
footer .widget-title {
  font-size: 20px;
}
footer .widget-title:after {
    content: "" !important;
    background-color: #ffffff;
    width: 40px !important;
    height: 2px !important;
    display: block !important;
    margin-top: 5px;
    left: 0;
    bottom: 0;
    top: 0 !important;
    position: relative !important;
}
.footer-contacto li img {
    margin-right: 5px;
}
.home-blog .wd-post-content {
    padding: 20px !important;
}
.home-blog .wd-post .wd-post-title {
    font-size: 20px;
}
.home-blog .entry-content {
    font-size: 15px;
}
.home-blog .wd-style-link.read-more-section a,
.blog-propuestas .wd-style-link.read-more-section a{
    color: transparent;
}
.home-blog .wd-style-link.read-more-section a::before,
.blog-propuestas .wd-style-link.read-more-section a::before{
    content: "LEER MAS";
    color: var(--color-principal);
    font-size: 16px;
    text-align: center;
    margin: auto;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
}
.wd-single-post-header .wd-entities-title.wd-post-title.title,
.wd-single-post-header .wd-post-meta {
    display: none !important;
}
.wd-breadcrumbs a {
    color: #ffffff;
}
.wd-carousel-inner .wd-arrow-inner {
    border-radius: 35px;
    color: #ffffff !important;
    background: #ff6f00e0 !important;
}
.item-equipo.box-style-shadow.card-item {
    padding: 0;
    overflow: hidden;
}
.item-equipo .info-box-content {
    padding: 15px 10px 20px 10px;
}
.row-old-file .info-box-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}
.wd-page-title.page-title {
    position: relative;
}
.wd-page-title.page-title::before {
    content: '';
    background-color: #00000094;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
}
.wd-page-title.page-title .container {
    z-index: 10;
    color: #ffffff;
}
.text-white {
    margin: 0;
    position: relative;
    top: 25px;
}
.btn-black-bottom.btn-color-black {
    position: relative;
    top: 35px;
}
@media(max-width:480px){
  .btn--general {
    display: flex;
    width: 250px;
    margin: auto;
}
.row-blog .wd-btn-arrow.wd-next {
    left: 90% !important;
}
.row-blog .wd-btn-arrow.wd-prev {
    left: -2% !important;
}
#media_image-2 a img {
    width: 60%;
}
.creditos a {
    font-size: 12px;
}
.creditos {
    margin-top: -10px;
}
.row-blog .wd-nav-pagin-wrap {
    display: block !important;
}
.row-old-file .info-box-inner {
    font-size: 14px;
}
.row-old-file .info-box-icon img {
    width: 85px;
    height: auto;
}
.row-old-file .wd-info-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 310px;
    margin-bottom: 0;
}
.row-old-file .wpb_column:nth-child(4) .vc_column-inner {
    padding-bottom: 35px;
}
.text-white {
    top: -35px;
    text-align: center;
}
.btn-black-bottom.btn-color-black {
    top: -40px;
}
.row-full-orange {
    margin: 0;
}
}