/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
body[class*="wrapper-boxed"] .wd-page-wrapper {
	max-width: 1400px;
	box-shadow: 0 1px 9px rgba(0,0,0,0.08);
}
.wd-nav.wd-style-bg > li > a::before {
	border-radius: 0 !important;
}
body[class*="wrapper-boxed"] .whb-header:not(.whb-boxed) .whb-main-header, body[class*="wrapper-boxed"] .main-nav .menu-item-design-full-width .wd-dropdown-menu, body[class*="wrapper-boxed"] .whb-secondary-menu .menu-item-design-full-width .wd-dropdown-menu {
	max-width: 100%;
}
body[class*="wrapper-boxed"] {
	background: #e9e9e9;
}
.domicilipheader p{
	font-size:17px;
}
.domicilipheader {
	position: relative;
	padding-left: 38px !important;
}
.domicilipheader::before,.dompie p::before {
	content: '';
	width: 26px;
	height: 21px;
	background: url('/wp-content/uploads/2024/12/ubicacion.png') no-repeat;
	display: block;
	position: absolute;
	left: 8px;
	top: -5px;
}
.dompie p,.telpie p,.mailpie p{
	color: #000;
  padding-left: 25px;
}
.dompie p::before {
	left: -4px;
  top: 0px;
}
.wd-copyrights {
	padding-block: 15px !important;
	border-top: none !important;
	background: #c0c0c0;
	color: #000 !important;
}
.filapaquetes,.infonosotros,.contactofull{
	padding: 0 4%;
}
.filapaquetes .wd-gallery-item {
	border-bottom: #ddb849 5px solid;
	background: #f5cc51;
	padding: 10px;
}
.wd-header-nav, .site-logo {
	padding-inline: 6px !important;
}
.teltop{
	padding-right: 35% !important;
}
.teltop,.mailtop,.dompie,.telpie,.mailpie{
	position:relative;
}
.telpie{
	display: block;
	font-weight: 900;
	font-size: 115%;
}
.teltop::before, .telpie p::before {
	content: '';
	width: 28px;
	height: 28px;
	background: url('/wp-content/uploads/2025/05/phone-call.png') no-repeat;
	display: block;
	position: absolute;
	left: -30px;
	top: 0px;
	background-size: 100%;
}
.teltop a:hover{
    color:#5b7bdd;
}
.telpie p::before {
	left: -10px;
  top: 0px;
}
.mailtop::before, .mailpie p::before {
	content: '';
	width: 26px;
	height: 21px;
	background: url('/wp-content/uploads/2024/12/icono_correo.png') no-repeat;
	display: block;
	position: absolute;
	left: -20px;
	top: 0px;
}
.mailpie p::before {
	left: -4px;
	top: 0px;
}
.mailtop{
	margin-left: 45px;
}
.wd-nav.wd-style-bg > li > a::before {
	border-radius: 0;
	background-color: #95c9ff;
	-webkit-transition: opacity 1s; /* Navegadores antiguos basados en WebKit */
	-moz-transition: opacity 1s;    /* Firefox antiguo (generalmente ya no necesario) */
	-o-transition: opacity 1s;      /* Opera antiguo */
	transition: opacity 1s; 
}
.wd-nav.wd-style-bg > li:is(.current-menu-item, .current-page-ancestor) > a::before {
	visibility: visible;
	opacity: 0 !important;
}
.wd-nav.wd-style-bg > li:is(:hover) > a::before {
	visibility: visible;
	opacity: 1 !important;
}
.wd-nav-main > li > a, .wd-nav-secondary > li > a {
	height: 58px !important;
	color: #fff !important;
	width: 179px;
	border-left: #c05000 1px solid;
}
.wd-nav.wd-style-bg {
	--nav-gap: 0 !important;
}
.wd-nav.wd-style-bg > li > a span, .wd-nav.wd-style-bg > li > a::after {
	width: 100%;
	display: block;
	text-align: center;
}
/* Define la animación */
@keyframes slideInFromRight {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Aplica la animación a la clase */
.whb-general-header,.whb-top-bar,.whb-header-bottom .container,.wd-copyrights .wd-col-start{
    opacity: 0; /* Ocultar inicialmente */
    animation: slideInFromRight 1s ease-out forwards;
}
.whb-top-bar {
	z-index: 9;
	position: relative;
}
.whb-top-bar .wd-dropdown {
	margin-top: 0 !important;
	background: #f4843f;
	width: 180px;
	padding: 0;
}
.wd-content-layout {
	padding-block: 0 !important;
}
.wd-sub-menu li > a {
	font-size: 15px;
	text-align: center !important;
	border-bottom: #df6f2a 1px solid;
	display: block;
	color: #fff !important;
	padding: 20px 0px;
}
.wd-sub-menu li > a:hover {
	background:#c05000;
}
.wd-nav.wd-style-bg > li > a::before {
	background: #d66621 !important;
}
.wd-nav > li:is(.wd-has-children, .menu-item-has-children) > a::after {
	display: none !important;
}
.dompie, .telpie, .mailpie {
	position: relative;
	margin-bottom: 15px;
}
.menumainbanner {
	background: #f8f8f8;
	margin-top: -15px;
	padding: 10px;
	border: #e5e5e5 1px solid;
}
#menu-productos a{
	color: #000;
	font-size: 17px;
}
#menu-productos li {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 8px;
	margin-bottom: 8px;
}
.menumainbanner .widgettitle{
	color: #fff;
  font-size: 25px !important;
  background: #ff2c27;
  text-align: center;
  padding: 4px 0;
}
#menu-productos li:last-child {
	border: none !important;
	margin: 0;
	padding-bottom: 3px;
}
#menu-productos li.current-menu-item a{
	color:#ff2c27;
}
#menu-productos li a{
	transition: color 0.3s ease-in-out; /* Transición de color */
}
#menu-productos li a:hover{
	color:#ff2c27;
}
.main-page-wrapper{
	overflow:hidden;
}
.productoinfo {
	padding: 1.5%;
}
.productoinfo .vc_column-inner {
	background: #f5cc51;
	border-bottom: #ddb849 5px solid;
	padding: 10px;
}
.productoinfo .Texto {
	color: #5e5e5e;
	margin-top: 8px;
	margin-bottom: 5px;
	display: inline-block;
}
.filaproducts {
	max-width: 97%;
	margin: auto !important;
	margin-bottom: 15px !important;
}
.Sub_Titulo {
	color: #e05339;
	font-size: 25px;
	font-family: Roboto;
	line-height: 30px;
}
.productoinfo .wpb_single_image, .productoinfo .wpb_text_column{
	margin-bottom:0 !important;
}
.productoinfo .wpb_single_image{
	overflow:hidden;
}
.productoinfo .wpb_single_image img {
	min-height: 200px;
	width: auto;
	max-width: none;
	max-height: 200px !important;
}
.infocontactocon p{
    margin-bottom:0px;
}
.infocontactocon a {
	font-size: 40px;
	color: #fff;
	line-height: 50px;
}
.infocontactocon p strong {
	font-size: 17px;
	color: #faebe4;
	line-height: 25px;
	font-weight: 400 !important;
	font-family: Arial;
}
.wd-side-hidden.wd-opened {
	background: #f4843f;
}
.mobile-nav .wd-nav-opener.wd-active {
	background-color: #f4843f !important;
}

.wd-nav-opener::after {
	color: #fff;
}
.wd-nav-mobile > li > a {
	color: #fff !important;
}
.wd-tools-element .wd-tools-icon::before {
	color: rgba(91, 123, 221, 1);
}
body[class*="wrapper-boxed"] .wd-page-wrapper {
	max-width: 90%;
	margin: auto;
}
.dompie a {
	display:block;
}
.whatspie::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' d='M13.601 2.326A7.85 7.85 0 0 0 7.994 0C3.627 0 .068 3.558.064 7.926c0 1.399.366 2.76 1.057 3.965L0 16l4.204-1.102a7.9 7.9 0 0 0 3.79.965h.004c4.368 0 7.926-3.558 7.93-7.93a7.9 7.9 0 0 0-2.327-5.607zM7.994 14.521a6.6 6.6 0 0 1-3.356-.92l-.24-.144-2.494.654.666-2.433-.156-.251a6.56 6.56 0 0 1-1.007-3.505c0-3.626 2.957-6.584 6.591-6.584a6.56 6.56 0 0 1 4.66 1.931 6.56 6.56 0 0 1 1.928 4.66c-.004 3.639-2.961 6.592-6.592 6.592m3.615-4.934c-.197-.099-1.17-.578-1.353-.646-.182-.066-.315-.099-.445.1-.133.197-.514.645-.629.775-.116.133-.232.148-.43.05-.197-.1-.836-.308-1.592-.984-.59-.525-.985-1.17-1.101-1.369-.116-.198-.013-.305.087-.403.09-.088.197-.232.296-.347.1-.116.133-.198.198-.33.066-.133.033-.248-.017-.347-.05-.099-.445-1.076-.61-1.47-.16-.389-.323-.336-.445-.343-.116-.007-.248-.007-.38-.007a.73.73 0 0 0-.53.248c-.182.198-.691.677-.691 1.654s.708 1.916.81 2.049c.098.132 1.394 2.132 3.377 2.992.472.205.84.326 1.127.418.474.15.904.129 1.245.078.38-.058 1.171-.48 1.337-.943.165-.464.165-.86.116-.943-.05-.083-.182-.132-.38-.231'/%3E%3C/svg%3E");

    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    vertical-align: middle;
	opacity: 0.7;
  margin-right: 5px;
  position: relative;
  top: -2px;
}
@media only screen and (max-width: 1024px) {
	.domicilipheader {
	padding-left: 20px !important;
}
.wd-sub-menu li > a {
	text-align: left !important;
	padding: 15px 0 15px 40px !important;
}
.teltop {
	padding-right: 0 !important;
	padding-left:18px;
}
.teltop a {
	color: #fff !important;
	font-size: 15px;
	font-weight: 900;
}
.teltop::before, .telpie p::before {
	width: 18px;
	height: 18px;
	background: url('/wp-content/uploads/2025/05/phone-call-1.png') no-repeat !important;
	left: -18px;
	background-size: 100% !important;
}
	.productoinfo .wpb_single_image img {
	min-height: 160px;
	max-height: 160px !important;
}
	.Sub_Titulo {
	font-size: 25px;
		line-height:25px;
}
	p span.Texto{
		font-size:14px;
	}
	.domicilipheader::before, .dompie p::before {
	left: -5px;
}
	.wd-content-layout {
	padding-top: 0;
}
	.menumainbanner .widgettitle {
	font-size: 20px !important;
}
	#menu-productos a {
	font-size: 14px;
}
	#menu-productos li {
	padding-bottom: 5px;
	margin-bottom: 5px;
}
	.vc_custom_1735840159766 {
	border-top-width: 0;
}
	.wd-footer {
	border-top: 1px solid #c0c0c0;
}
.submenuiner {
	background: #d66621 !important;
	padding-left: 20px;
}
.submenuiner a{
    font-weight:400 !important;
}
:is(.wd-custom-icon, picture.wd-custom-icon img) {
	max-width: 105px;
}
}
@media only screen and (max-width: 768px) {
  .domicilipheader p,.infonosotros p {
	font-size: 14px;
}
	.infonosotros h1,.infonosotros h2 {
	font-size: 20px !important;
}
	.menumainbanner {
	margin-bottom: 0;
}
	.infocontactocon a {
	font-size: 22px;
}
	.wd-carousel {
	border: 15px solid #fff;
	border-top: 0;
}
	.filapaquetes .wd-gallery-item {
	border-bottom: #c0c0c0 3px solid !important;
	padding: 3px !important;
}
	.productoinfo .wpb_single_image img {
	min-height: auto;
	max-height: none !important;
	max-width: 100% !important;
}
	.wd-prefooter {
	padding-bottom: 0 !important;
}

	.wd-content-layout {
	padding-top: 0;
	padding-bottom: 0;
}
	.productoinfo {
	padding: 10px 0;
}
	.wd-copyrights {
	padding-bottom: 80px !important;
}
.wd-footer {
    text-align:center;
}
.wd-footer .wpb_single_image.vc_align_left {
	text-align: center !important;
}
.wd-footer .wpb_column {
	padding: 20px 10px;
}
.contact p {
	font-size: 22px !important;
	line-height: 30px !important;
	margin-top: 30px !important;
}
.contact a {
	font-size: 20px !important;
	margin-bottom: 30px !important;
}
}