/*
Theme Name: Woombee
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Cima Digital
Author URI: https://www.cimadigital.es/
Description: Tema personalizado para Woombee.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.3.0.1740479901
Updated: 2025-02-25 10:38:21
*/ 



body {
    background-color: #EDEDED!important;
}

.footer-link:hover{
    color: white!important;
	font-size: 18px!important;
	font-weight: 800!important;
}

/* Estilo de la navbar global */
#menunav ul {
    display: flex;
    align-items: center;
    gap: 5px;
}

#menunav ul li {
    display: inline-flex;
    align-items: center;
}

#menunav ul li:not(:last-child)::after {
    content: " / ";
    color: #2e426b;
    font-weight: bold;
    margin-left: 8px;
}


@media (max-width: 767px) {
  .hfe-menu-item{
    margin-left: 40px; 
  }
}

/* Estilo de la navbar SOLO DE HOME */
.cd-navbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}
.menuinicio {
    color: white !important;
    font-size: 32px;
    background: none;
    background: none;
    border: none;
    cursor: pointer;
    position: absolute;
}

.menuinicio ul {
    background-color: transparent !important;
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    top: -120px; 
    left: 200px;
}
@media (max-width: 767px) {
	.menuinicio ul { 
		left: 100px;
	}
	#nover{
		display: none;
		width: 1%;
	}
	#nomovil{
	display: none;
  }
	#nopc{
	display: block!important;
  }
}
@media (min-width: 767px) {
	#noverpc{
		display: none;
		width: 1%;
	}
}
.hfe-menu-item{
	padding-left: 0px!important;
}
.menuinicio ul li {
    list-style: none;
    margin-bottom: 10px;
	width: 200px!important;
}
.menuinicio ul li a {
    color: white !important;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    padding-bottom: 5px;
}
.menuinicio ul li a::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: white;
    position: absolute;
    left: 0;
}
.eael-nav-menu ul li a:hover::after {
    width: 100%;
}
.menuinicio {
    padding: 20px;
}
.menuinicio ul li a:hover::after {
    background: transparent!important; 
	border-bottom: none !important;
  	text-decoration: none !important;
  	box-shadow: none !important;
}
a.hfe-menu-item::after {
	background: transparent!important; 
	border-bottom: none !important;
  	text-decoration: none !important;
  	box-shadow: none !important;
}


/* Diseño CSS Formulario Contacto 2 */
.form-row {
    display: flex;
    gap: 30px;
    justify-content: space-between;
	color: #2e426b!important;
}
.form-group {
    flex: 1;
}
.wpcf7 input,
.wpcf7 textarea {
    width: 100%;
    padding: 8px 0;
    border: none;
    border-bottom: 1px solid #1F2C52;
    outline: none;
    font-size: 16px;
    background: transparent;
}
.email2, .numero2{
	width: 425px!important;
}
.checkbox-container {
    display: flex;
    align-items: center;
    padding: 15px!important;
	padding-left: 0px!important;
}
.checkbox-container input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin: 0;
}
.center-button {
    text-align: center;
}
.wpcf7-submit {
    background: #2E426B!important;
    color: white!important;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
	width: 150px!important;
}
.wpcf7-submit:hover {
    background: #0c2456;
}


/* Animacion circulos  
@keyframes float {
    0% { transform: translate(0px, 0px); }
    25% { transform: translate(30px, -30px); }
    50% { transform: translate(0px, -60px); }
    75% { transform: translate(-30px, -30px); }
    100% { transform: translate(0px, 0px); }
}
.circulomov:nth-child(1) { animation-delay: 0s; }
.circulomov:nth-child(2) { animation-delay: 1s; }
.circulomov:nth-child(3) { animation-delay: 2s; }
*/

@keyframes float {
    0%   { transform: translate(0, 0) rotate(0deg) scale(1); }
    25%  { transform: translate(40px, -40px) rotate(10deg) scale(1.05); }
    50%  { transform: translate(0, -80px) rotate(-10deg) scale(1.1); }
    75%  { transform: translate(-40px, -40px) rotate(5deg) scale(1.05); }
    100% { transform: translate(0, 0) rotate(0deg) scale(1); }
}

/* Div Circulos */
.circulomov {
    animation: float 5s ease-in-out infinite;
}

/* Animacion textos home animados al scrollear (en functions.php esta el script que hace el efecto) */
.texto-animado {
  opacity: 0;
  transform: translateY(50px); 
  transition: opacity 2s ease-out, transform 1s ease-out;
}
.texto-animado.aparecer {
  opacity: 1;
  transform: translateY(0);
}
  #nopc{
	display: none;
  }


@media (min-width: 1600px) {
  .textoproyectos {
    margin-left: 600px;
  }
}


/* Pagina adaptada para pantallas grandes */
@media (min-width: 1440px) {
  .clase-personalizada {
    max-width: 1200px;
    margin: 0 auto;
  }
  #logofooter {
    max-width: 1400px;
	margin: 0 auto;
    display: block; 
  }
}

@media (max-width: 768px) {
  .elementor-background-video-container video {
    object-position: center left; /* Cambia esto según necesites */
  }
}





