/*
 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
*/


h1,
h2,
h3 {
  font-family: "Oswald", sans-serif;
}

body {
  line-height: 1.5;
  font-family: "Raleway", sans-serif;
}

blockquote,
q {
  quotes: none;
}

li {
  margin-bottom: 12px;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

p {
  font-size: 17px;
}

a {
  text-decoration: none;
}

.menu.sf-menu li {
  margin-bottom: 0px;
}

/* HEADER */
.site-logo,
.inside-navigation {
  z-index: 999;
}
.mobile-menu {
	display: none;
}

@media (max-width: 768px) {
.navigation-branding img {
  height: 55px!important;
}
.site-logo {
  width: 220px;
}
.mobile-menu-open > .full-width-content .container.grid-container .gb-container.gb-container-ffc268ae {
  margin-top: -470px !important;
}
.mobile-menu-open > body.archive .gb-container.gb-container-106a323e,
.mobile-menu-open > body.blog .gb-container.gb-container-106a323e,
.mobile-menu-open > body.single .gb-container.gb-container-106a323e,
.mobile-menu-open > body.search .gb-container.gb-container-106a323e {
  margin-top: -470px!important;
}
#menu-menu-principal {
  background-color: var(--contrast);
}
}
/* Texto sin fin de la home */
.marquee {
  display: flex;
  overflow: hidden;
  user-select: none;
}

.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: 6px; /* Espaciado entre frases */
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-100% - 2rem));
  }
}

/* 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;
}
.column-full-2 {
  float: left;
  position: relative;
  padding: 0.4rem;
  margin-top: 12px;
  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-form-control.wpcf7-acceptance label {
  width: 100%;
  font-size: 16px;
  background: #fff !important;
  padding: 0px !important;
  border-radius: 0px !important;
  color: #010226!important;
}

.form-row-2 label {
  width: 100%;
  font-size: 18px;
  padding: 12px 24px;
  border-radius: 5px;
  color: #010226;
  background-color: var(--base-3);
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.19);
}

.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: 18px;
  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 */