/*
Theme Name:  Bioxnet Theme Child
Description: Child theme for Bioxnet Theme
Template:   bioxnet
Text Domain: bioxnet-child
Version: 1.0
*/

.header-top-enlaces p a, .header-top-enlaces a{
    font-size: 14px;
}

.theme-bioxnet-child.theme-bioxnet.woocommerce div.product div.images .flex-control-thumbs li {
    width: 90px;
    margin: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
}

.theme-bioxnet-child.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
    clear: inherit;
}

.theme-bioxnet-child .vi_wpvs_variation_form .vi-wpvs-variation-wrap-wrap .vi-wpvs-variation-wrap[data-attribute="attribute_pa_especies-de-madera"] .vi-wpvs-option-wrap{
  margin: 5px 3px 3px 0;
	-webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}

.theme-bioxnet-child .vi_wpvs_variation_form .vi-wpvs-variation-wrap-wrap .vi-wpvs-variation-wrap[data-attribute="attribute_pa_especies-de-madera"] .vi-wpvs-option-wrap:hover{
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
    z-index: 2;
	background-color: #FFF;
	
}
.theme-bioxnet-child ol[style="list-style-type:lower-alpha"] li{
	    padding: 0 0 14px 0;
}

.theme-bioxnet-child ol[style="list-style-type:lower-alpha"] li:before{
	display:none;
}

.theme-bioxnet-child.theme-bioxnet.woocommerce div.product form.cart div.quantity, 
.theme-bioxnet-child div.product form.cart div.quantity{
    margin: 0 2px 0 0;
    min-width: 50px;
}

@media (max-width: 790px) {
.theme-bioxnet-child.theme-bioxnet.woocommerce div.product div.images .flex-control-thumbs li {
    width: 50px;
}
}

.theme-bioxnet.theme-bioxnet-child .wc-block-product-categories ul li .wc-block-product-categories-list-item-count{
	display:none;
}

.theme-bioxnet.theme-bioxnet-child .wc-block-product-categories ul li ul li a{
	font-size: 15px;
}
.theme-bioxnet.theme-bioxnet-child .wc-block-product-categories ul li ul li a:before{
	display:none;
}

@media(max-width: 790px){
	.wp-block-buttons.is-content-justification-left{
		justify-content: center !important;
	}
	
	.txt-center{
		text-align: center !important;
	}
	
	.btn-center{
		justify-content: center !important;
	}
	
	.hide-mob{
		display: none !important;
	}
	
	.wp-block-columns.has-background.is-layout-flex.wp-container-core-columns-is-layout-28f84493.wp-block-columns-is-layout-flex{
		background: transparent !important;
	}
}

.group-anim {
  transition: all 0.3s ease; 
  background: linear-gradient(to bottom right, white, #f0f0f0);
}

.group-anim:hover {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3); 
}

@media(max-width: 790px){
.gw-mm-item__link.has-text-color.has-white-color a{
	color: black !important;
}
}




/* CARD DE PROYECTOS */
.wp-block-post > .wp-block-group {
    position: relative;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

/* Link invisible que cubre todo el card */
.wp-block-post > .wp-block-group::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
}

/* El link real (del título o imagen) se eleva */
.wp-block-post a {
    position: relative;
    z-index: 2;
}

.wp-block-post > .wp-block-group:hover {
    background-color: #003da2;
}

/* Color normal del título */
/* .wp-block-post-title a {
    color: #0B476C;
    transition: color 0.3s ease;
}
 */
/* Color blanco al hacer hover en TODO el card */
.wp-block-post > .wp-block-group:hover .wp-block-post-title a {
    color: #ffffff !important;
}




/* CONTENEDOR AZUL */
.cf7-form-wrap {
  background: #0a3f9e;
  padding: 40px;
  border-radius: 12px;
}

/* FILAS */
.cf7-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

/* CAMPOS */
.cf7-field {
  position: relative;
  width: 50%;
}

.cf7-field.full {
  width: 100%;
  margin-bottom: 25px;
}

/* INPUTS Y TEXTAREA */
.cf7-field input,
.cf7-field textarea {
  width: 100%;
  padding: 18px 18px 18px 50px;
  border-radius: 8px;
  border: none;
  font-size: 16px;
  outline: none;
  background: #fff;
  color: #333;
}

/* TEXTAREA */
.cf7-field textarea {
  height: 140px;
  resize: none;
}

/* PLACEHOLDER */
.cf7-field input::placeholder,
.cf7-field textarea::placeholder {
  color: #7a8fb5;
}

/* ICONOS */
.cf7-field::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.6;
}

/* ICONOS INDIVIDUALES */
.icon-user::before {
  background-image: url("https://cdn-icons-png.flaticon.com/512/1077/1077114.png");
}

.icon-phone::before {
  background-image: url("https://cdn-icons-png.flaticon.com/512/724/724664.png");
}

.icon-email::before {
  background-image: url("https://cdn-icons-png.flaticon.com/512/561/561127.png");
}

.icon-date::before {
  background-image: url("https://cdn-icons-png.flaticon.com/512/747/747310.png");
}

/* BOTÓN */
.cf7-submit input[type="submit"] {
  background: #3ec04c;
  color: #fff;
  border: none;
  padding: 16px 60px;
  font-size: 18px;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s;
}

.cf7-submit input[type="submit"]:hover {
  background: #34a841;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .cf7-row {
    flex-direction: column;
  }

  .cf7-field {
    width: 100%;
  }
}

.breadcrumbs {
    font-size: 14px;
    margin-bottom: 20px;
}

.breadcrumbs a {
    color: #555;
    text-decoration: none;
	font-size: 14px;
}

.breadcrumbs .separator {
    margin: 0 5px;
}

.menu-item{
	transition: 0.2s ease-in-out;
}

.menu-item:hover{
	background-color: #37BF4B;
}

@media (max-width: 768px) {
.dashicons.dashicons-arrow-down{
	color: black;
}
}



.group-anim {
  transition: all 0.3s ease; 
  background: linear-gradient(to bottom right, white, #f0f0f0);
}

.group-anim:hover {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3); 
}

.column-up{
	transform: translatey(-160px);
}

.btn-animate svg{
    animation: bounce 2s ease-in-out infinite !important;	
}

.resultados-group{
	transform: translatey(35px) !important;
	z-index:6;
	opacity: 0;
	animation: slideLeft 800ms ease-out 400ms forwards;
}

.result-group{
	transform: translatex(50px) !important;
}

@keyframes slideLeft {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.especialista-group{
	transform: translatey(-35px) !important;
	z-index:3;
	opacity: 0;
	animation: slideLeft 800ms ease-out 400ms forwards;
}

.esp-group{
	transform: translatex(-50px) !important;
}

.services-group{
    border: 1px solid rgba(0, 0, 0, 0.06);
	border-radius: 20px;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
}

.services-group:hover{
	transform: translateY(-6px);
    box-shadow: 0 24px 60px rgba(12, 59, 140, 0.1);
}

.services-group:hover::after{
	transform: scaleX(1);
}

.services-group::after{
	content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #0C3B8C, #28A84A);
    transform: scaleX(0);
    transition: transform 0.3s;
}

@media (max-width: 789px){
	.wp-block-group.is-content-justification-center.is-nowrap.is-layout-flex.wp-container-core-group-is-layout-243a4d3b.wp-block-group-is-layout-flex{
		justify-content: end;
    	transform: translateY(-65px);
	}
	
	.gw-mm__toggle{
		background-color: transparent !important;
		color: black !important;
		font-size: 0px;
		padding: 0px !important;
		transform
	}
	
	.gw-mm__wrapper{
		padding-right: 20px;
	}
	
	.gw-mm__toggle .dashicons{
		font-size: 35px;
	}
	
	.dashicons.dashicons-menu::before{
		
	}
	
	.gw-mm__content-wrapper{
		transform: translateY(10px);
	}
	
	.gw-mm__toggle.is-opened:focus{
		background-color: transparent !important;
		color: black !important;
	}
	
	.gw-mm__toggle.is-opened:hover{
		background-color: transparent !important;
		color: black !important;
	}
	
	.has-text-color.has-white-color.menu-desktop.wp-block-navigation.is-layout-flex.wp-container-core-navigation-is-layout-d7af6e26.wp-block-navigation-is-layout-flex.open{
	    transform: translatey(-32px);
	}
	
	.column-int{
	    padding: 15px !important;
	}
	
}


@media (max-width: 789px){
	.movil-hide{
		display:none !important;
	}
}

.vid-home{
	clip-path: inset(40px 15px 10px 25px);
}

.social-bar{
position:fixed;
right:0;
top:40%;
transform:translateY(-50%);
font-size:1.5rem;
display:flex;
flex-direction:column;
align-items:flex-end;
z-index:100;
}

/* botones */

.iconn{
color:white;
text-decoration:none;
padding:.7rem;
display:flex;
transition:all .4s ease;
}

/* iconos */

.iconn img{
width:24px;
height:24px;
}

/* hover animación */

.iconn:hover{
padding-right:3rem;
border-radius:1rem 0 0 1rem !important;
box-shadow:0 0 .5rem rgba(0,0,0,0.42);
}

/* bordes */

.iconn:first-child{
border-radius:1rem 0 0 0;
}

/* colores */

.iconn-whatsapp{
background:#00e676;
}

.iconn-call{
background:#2fa36f;
}

.iconn:last-child{
border-radius:0 0 0 1rem;
}

.embarazada-hover:hover{
    background-color: pink !important;
}

.menu-desktop li a:hover{
    background-color: green;
    color: white !important;
}

/*.txt-hover-emb a{
    animation: 0.2 ease-in-out;
}

.txt-hover-emb a:hover{
    color: pink !important;
}*/