/*
Theme Name: Sitio constructora Roca
Theme URI: https://logicalweb.bo
Version: 1.0
Description: Tema hijo de twentytwentyfive
Author: Juan
Author URI: https://logicalweb.bo
Template: twentytwentyfive
*/

html{
	scroll-behavior: smooth;
}

a {
  outline: none;
text-decoration:none;
}
.text-justify{
	text-align:justify;
}
a:hover{
	text-decoration:none;
}

.number_home_1,
.number_home_2,
.number_home_3,
.number_home_4{
  font-size: 4rem;
  font-weight: normal;
  color: black;
  text-align: center;
  margin: 0;

}
/*ANIMACIONES DE ENTRADA*/
/* Estado inicial */
.animate-up,
.animate-down,
.animate-left,
.animate-right,
.animate-zoom,
.animate-fade {
    opacity: 0;
    transition: all 2s ease;
    transform: translateY(0);
}

/* Estados específicos de entrada */
.animate-up {
    transform: translateY(100px);
}
.animate-down {
    transform: translateY(-100px);
}
.animate-left {
    transform: translateX(100px);
}
.animate-right {
    transform: translateX(-100px);
}
.animate-zoom {
    transform: scale(0.8);
}
.animate-fade {
    transform: none;
}

/* Cuando entra en pantalla */
.animate-visible {
    opacity: 1;
    transform: translate(0, 0) scale(1);
}

/*HEADER*/

header {
	position: sticky;
	top: 0;
	z-index: 3;
	width: 100%;
	transition: background-color 0.3s ease;
	background-color: white; 
}
.image-logo img{
	width: clamp(100px,10vw,200px) !important;
}

.content-menu a:hover {
  text-decoration: none !important;
  color: #76cc2b !important; 
  transform: scale(1.05); 
  transition: color 0.3s ease, transform 0.3s ease;
}
.content-menu a[aria-current="page"]{
	color: #76cc2b !important;
	 font-weight: bold; 
  transition: color 0.3s ease, transform 0.3s ease;
}

/*FOOTER*/
footer{
	
	margin-top: 0;
}
.copy_owner img{
	vertical-align:middle;
}

/*INICIO*/

.inicio_section_start_l .number_home_1{
    font-size: 8rem;
    font-weight: 600;
	line-height:1;
	display:inline;
	border-bottom:6px solid #76cc2b;
}
.image-choconi img{
	object-position:right;
}
.project-card {
    position: relative;
    overflow: hidden !important;
    cursor: pointer;
}
.project-card .project-image {
    transition: transform 0.5s ease;
}
.project-card:hover .project-image {
    transform: scale(1.1) !important;
    filter: brightness(0.6) !important;
}
.project-text {
    position: absolute;
    top:1rem;
    right: 1rem;
    text-align: center !important;
    color: white;
    z-index: 3;
    opacity: 0;
    transition: opacity 0.5s ease;
    text-decoration: none;
}
.project-card:hover .project-text {
    opacity: 1 !important;
}
/*ABOUT*/
.wp-block-ub-tabbed-content-tabs-content{
	box-sizing:border-box;
}
/*SERVICES*/
.services_card_1,.remodelacion,.construccion{
	display:flex;
	flex-direction:column;
	gap:0;
	transition:all 1s ease;
	cursor:pointer;
}
.services_card_1 div,.remodelacion div,.construccion div{
	flex-grow:1;
}
.services_card_1:hover,.remodelacion:hover,.construccion:hover{
	transform:scale(1.05);
}
.content-descripcion-service{
	max-height:350px;
	overflow:auto;
}
/*CONTACT*/

.contact-form :where(input,select,textarea){
	 width: 100%;
    box-sizing: border-box;
    border: 1px solid #dddddd;
    background: #f3f3f3;
    font-size: 1rem;
    padding: 0.5rem;
    border-radius: 0.25rem;
}
.contact-form :where(input:focus,select:focus,textarea:focus){
	outline:none;
	border-bottom:2px solid black;
}
.contact-form .wpcf7-submit{
	border:none;
	background-color:#76cc2b;
	padding:1rem;
	font-size:1.25rem;
	color:white;
	font-weight:bold;
	 border-radius: 0.25rem;
	cursor:pointer;
}
.contact-form .wpcf7-submit:hover{
	background-color:black;
	
}
/*BLOG*/



/*RESPONSIVE*/
@media(max-width:630px){
	.content-credits{
		justify-content:center;
	}
}
