/*
Theme Name: Pagina de Agricultura CCONNING BOLIVIA
Theme URI: https://logicalweb.bo
Version: 1.0
Description: Tema hijo de twentytwentyfive
Author: Juan
Author URI: https://logicalweb.bo
Template: twentytwentyfive
*/
/*GENERAL*/
a,a:is(:hover,:active){
	text-decoration:none;
	outline:none;
}
:root :where(.wp-element-button:hover, .wp-block-button__link:hover){
	background-color:#129246 !important;
}
/*HEADER*/
.logo img{
	width:clamp(55px,6vw,100px) !important;
}
.wp-block-navigation__responsive-container.is-menu-open {
	height:100vh;
	padding:1rem;
}
header{
	position:absolute;
	top:0;
	width:100%;
	z-index:6;
	background: transparent;
  	transition: all 0.4s ease;
}
.scrolled {
  position: fixed;
  background: white;
  transform: translateY(-100%); /* empieza escondido */
  animation: slideDown 0.4s forwards;
	box-shadow:3px 3px 6px rgba(0,0,0,0.25)
}
@keyframes slideDown {
  to {
    transform: translateY(0);
  }
}
.top-menu a::before{
	content: "";
	position:absolute;
	bottom:0;
	width:0%;
	height:5px;
	transition: width 0.5s ease;
	background-color:#188f47;
}
.top-menu a:hover::before,.top-menu a[aria-current="page"]::before{
	content: "";
	position:absolute;
	bottom:0;
	width:100%;
	height:5px;
	color:#188f47;
	background-color:#188f47;
}
.top-menu a:hover,.top-menu a[aria-current="page"]{
	color:#188f47 !important;
}
/*HOME*/
.home-title h1,.home-title div{
	text-shadow:0 0 20px black !important;
	font-size:clamp(2rem,5vw,5rem) !important;
	
}
.service-content{
	transition:1s ease all;
}
.service-content:hover{
	background-color:#129246c4 !important;
	color:white;
	cursor:pointer;
	transform:scale(1.05);
}

/*FOOTER*/
footer{
	margin:0;
}
.credits img{
	vertical-align:middle;
}
.credits-content p{
	flex-grow:1;
}
/*CONTACT*/
.contact-information{
	margin-right:-150px!important;
	z-index:5;
}
.contact-form :where(input,select,textarea){
	width: 100%;
    box-sizing: border-box;
    border-radius: 1rem;
	padding:1rem;
    outline: none;
    border: 1px solid #d1d1d1;
}
.contact-form .wpcf7-submit{
	background-color:#0d45b3;
	color:white;
	border-radius:2rem;
	padding:1rem 2rem;
	font-weight:bold;
	font-size:1.25rem;
	width:fit-content;
}
@media(max-width:640px){
	.credits-content p{
	text-align:center;
}
}
@media(max-width:781px){
	.contact-information{
		margin:0 !important;
	}
}