/*
 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
*/

/* Sombra del header*/
.site-header {
  box-shadow: 0 4px 10px -10px gray;
}

a {
  text-decoration: none;
}
ul.wp-block-list li {
  margin-bottom: 12px;
}

/* Item de menu contacto */
li#menu-item-68 a {
  background-color: #ffa227;
  color: white;
  padding: 0 24px;
  border-radius: 10px;
}
li#menu-item-68 {
  margin-left: 10px;
}
@media (max-width: 725px) {
  li#menu-item-68 a {
    padding: 0 12px;
  }
  li#menu-item-68 {
    margin-left: 0px;
  }
}

/* CONTACT FORM 7 */
#responsive-form {
  max-width: 90%
    /*60% /*-- cambiar esto para conseguir el ancho de la forma deseada --*/;
  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;
}

@media only screen and (min-width: 48em) {
  .column-half {
    width: 50%;
  }
}
/*CONTACTO*/
.wpcf7 label {
  width: 100%;
  font-size: 16px;
}

.form p {
  font-size: 14px;
}

.wpcf7 .wpcf7-submit {
  background: #1e4f87;
  border-radius: 5px;
  color: #fff;
  font-weight: 600;
}
.wpcf7 .wpcf7-submit:hover {
  background: #ffa227;
  border-radius: 5px;
  font-weight: 600;
}
.wpcf7-textarea,
input[type="text"],
input[type="tel"],
input[type="email"] {
  width: 100%;
  border-radius: 2px;
  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;
  /*para centrar*/
  display: block;
  margin-left: auto;
  margin-right: auto;
  /**************/
}

.wpcf7-list-item {
  margin: 6px 6px !important;
}

.form-row p {
  margin-bottom: 0.2em;
}

/* FIN CONTACTO */

/* Boton flotamte*/
#call-me {
  display: none;
}
@media (max-width: 800px) {
  #call-me {
    display: block;
    position: fixed;
    right: 20px;
    bottom: 10px;
    border-radius: 50%;
    z-index: 999;
  }
}

/**/

/* Texto sin fin de la home */

.marquee {
  display: flex;
  overflow: hidden;
  height: 10vh;
  user-select: none;
  background-color: #ffffff;
}

.marquee__group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 100%;
  animation: scroll 100s linear infinite;
}

.marquee__group p {
  white-space: nowrap;
  padding-right: 1rem; /* Espaciado entre frases */
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-100% - 2rem));
  }
}

/* logo en movil*/
@media (max-width: 800px) {
  .site-header .header-image {
    width: 200px;
  }
}
.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: white;
}
