/*
 Theme Name:   BirdCom
 Theme URI:    https://birdcom.es
 Description:  BirdCom Comunicación y Diseño
 Author:       Dani Moreno
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/
.site-header.has-inline-mobile-toggle {
  border-bottom: 1px solid #E3E7EE;
}

.reveal-right {
  opacity: 0;
  transform: translateX(60px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal-right.visible {
  opacity: 1;
  transform: translateX(0);
}

a {
    text-decoration: none;
}

.ver-mas a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
}

.ver-mas a .flecha {
  display: inline-block;
  transition: transform 0.3s ease;
}

.ver-mas a:hover .flecha {
  transform: translateX(6px);
}

li#menu-item-136 a {
  background: var(--base);
  padding: 12px 30px !important;
  color: white;
  margin-left: 20px;
  text-align: center;
	border-radius: 5px;
}
li#menu-item-136 a:hover {
  background: var(--accent);
}
.mobile-menu-control-wrapper .menu-toggle, .mobile-menu-control-wrapper .menu-toggle:hover, .mobile-menu-control-wrapper .menu-toggle:focus, .has-inline-mobile-toggle #site-navigation.toggled {
  background-color: rgba(0, 0, 0, 0);
	}    
@media (max-width: 1000px) {
li#menu-item-136 a {
  width: 90%;
  margin-top: 24px;
}
#menu-menu-principal {
  margin: 20px 0px;
}
br.hidden-mobile {
  display: none;
  }
	}

nav#sticky-navigation .sticky-navigation-logo img {
  height: 60px;
}

#menu-item-136 a {
  line-height: 1.2;
}

/*CONTACTO*/
#responsive-form {
  max-width: 90%;
  margin: 5 auto;
  width: 100%;
}
.form-row {
  width: 100%;
}
.column-half,
.column-full {
  float: left;
  position: relative;
  padding: 0.4rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.column-half p,
.column-full p {
	margin-bottom: 6px;
}
@media only screen and (min-width: 48em) {
  .column-half {
    width: 50%;
  }
}
.wpcf7 label {
  width: 100%;
  font-size: 16px;
}
.form p {
  font-size: 11px;
  text-align: justify;
}
.wpcf7-textarea,
input[type="text"],
input[type="tel"],
input[type="email"],
.wpcf7-select {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #61616140 !important;
  font-size: 16px;
  margin-bottom: 0px;
  border-width: 2px;
  background: white;
}
textarea.wpcf7-form-control.wpcf7-textarea {
  height: 100px !important;
}
.wpcf7-form-control-wrap > select {
  width: 100% !important;
}
.wpcf7-submit {
  width: 100%;
  font-size: 16px;
  padding: 20px;
  margin-bottom: 15px;
  display: block;
  margin-left: auto;
  margin-right: auto;
	border-radius: 5px;
}
.wpcf7-list-item {
  margin: 6px 6px !important;
}
.label-small p {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 15px;
}	 

body { cursor: none; }

#cur {
  position: fixed;
  z-index: 9999;
  pointer-events: none;
  top: 0;
  left: 0;
}

#cur-core {
  width: 12px;
  height: 12px;
  background: #00E5B0;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

#cur-ring {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  pointer-events: none;
  width: 44px;
  height: 44px;
  border: 1.5px solid rgba(0, 229, 176, 0.5);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width .35s, height .35s, border-color .3s;
}