/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/
@import url(./assets/styles/css/pages/home.css);
@import url(./assets/styles/css/pages/eventos.css);
input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=tel], input[type=number], textarea, select {
  background-color: transparent !important;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  width: 100%;
  padding: 10px 0;
  margin-bottom: 0px;
}

textarea {
  min-height: 120px;
  max-height: 120px;
  margin-bottom: 0px;
  max-width: 100%;
  min-width: 100%;
}

input[type=submit] {
  background-color: white;
  color: #232A5A;
  font-family: "Honer Those";
  border-radius: 100px;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 1px;
  padding: 10px 80px;
}

input[type=submit]:hover {
  background-color: #D3004A;
}

.wpcf7-list-item {
  margin: 0;
}

.wpcf7-list-item-label {
  color: white !important;
}
.wpcf7-list-item-label a {
  color: #D3004A;
}

.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
  color: rgba(255, 255, 255, 0.5); /* Change to your desired color */
  font-size: 16px; /* Optional: adjust the font size */
  font-family: "Rubik";
}

input[type=email] {
  color: rgba(255, 255, 255, 0.5); /* Change to your desired color */
  font-size: 16px; /* Optional: adjust the font size */
  font-family: "Rubik";
}

@media only screen and (min-width: 768px) {
  input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=tel], input[type=number], textarea, select {
    margin-bottom: 50px !important;
  }
}
html {
  margin-top: 0 !important;
}

body {
  background-color: white;
  font-size: 16px;
  font-family: "Rubik";
}

#wpadminbar {
  display: none;
}

.bgdark {
  background-color: #232A5A;
}

.bglight {
  background-color: #F3F5FA;
}

p {
  font-size: 1rem;
  line-height: 1.2rem;
  font-family: "Rubik";
  font-weight: 300;
}
@media (min-width: 1200px) {
  p {
    font-size: 1.1rem;
    line-height: 1.3rem;
  }
}

.site-main .wp-block-group__inner-container {
  padding: 25px !important;
}

@media only screen and (min-width: 1024px) {
  .site-main .wp-block-group__inner-container {
    padding: 0px !important;
  }
}
.bgSponsor {
  background-color: #F3F5FA;
}

.bg5Evento {
  padding: 40px 0;
  background-color: #232A5A;
}
@media only screen and (min-width: 768px) {
  .bg5Evento {
    padding: 120px;
  }
}
.bg5Evento .titleContacto {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.bg5Evento .titleContacto .flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .bg5Evento .titleContacto .flex {
    padding-bottom: 0;
  }
}
.bg5Evento .titleContacto img {
  width: 50px;
  height: 50px;
}
.bg5Evento .titleContacto p {
  font-size: 1.1rem;
  line-height: 1.3rem;
  font-family: "Honer Those";
  color: #FFFFFF;
  font-family: "Rubik";
  padding-right: 15px;
  margin-bottom: 0 !important;
}
@media (min-width: 1080px) {
  .bg5Evento .titleContacto p {
    font-size: 1.3rem;
    line-height: 1.5rem;
  }
}
.bg5Evento .titleContacto h2 {
  font-family: "Honer Those";
  width: 100%;
  font-size: 3rem;
  line-height: 3.2rem;
  color: white;
  margin-bottom: 0 !important;
}
@media only screen and (min-width: 768px) {
  .bg5Evento .titleContacto h2 {
    font-size: 4rem;
    line-height: 4.3rem;
  }
}
.bg5Evento .titleContacto h2 span {
  display: block;
  color: #D3004A;
}

.site-header {
  background-color: transparent !important;
  position: fixed;
  width: 100%;
  z-index: 10;
}
.site-header .grid-container {
  background-color: transparent !important;
}
.site-header .main-navigation {
  background-color: transparent !important;
}
.site-header .main-navigation a {
  color: white;
}

.main-navigation .main-nav ul li {
  font-family: "Honer Those";
}
.main-navigation .main-nav ul li a {
  color: white;
}
.main-navigation .main-nav ul li a:hover {
  color: #D3004A;
}

.main-navigation .menu-toggle {
  color: #F3F5FA;
  padding: 0 22px;
}

.main-navigation .menu-toggle .gp-icon svg {
  color: #F3F5FA;
}

.site-header .main-navigation {
  background-color: #232A5A !important;
  border-radius: 100px;
}

@media only screen and (min-width: 768px) {
  .site-header .main-navigation {
    background-color: transparent !important;
  }
}
#menu-menu-1 {
  padding: 15px !important;
}
@media only screen and (min-width: 768px) {
  #menu-menu-1 {
    padding: 0;
  }
}

.bg2Evento {
  padding-bottom: 40px;
  background-color: #232A5A;
  border-radius: 0 0 50px 50px;
}
@media only screen and (min-width: 1250px) {
  .bg2Evento {
    padding-bottom: 80px;
  }
}
.bg2Evento .wp-block-group__inner-container {
  max-width: 100% !important;
  padding: 0 !important;
}
.bg2Evento .containermarquee {
  width: 100%;
  overflow: hidden;
  padding: 10px 0;
  white-space: nowrap;
}
.bg2Evento .containermarquee .marquee {
  display: flex;
  width: max-content;
  animation: marquee 30s linear infinite;
  min-width: 100%;
}
.bg2Evento .containermarquee .marquee .marquee-content {
  display: flex;
  gap: 50px; /* Espacio entre elementos */
}
.bg2Evento .containermarquee .marquee .marquee-content span {
  font-size: 4.5rem;
  font-weight: bold;
  color: white;
  padding: 0 2rem;
  font-family: "Honer Those";
  letter-spacing: 10px;
}
@media only screen and (min-width: 768px) {
  .bg2Evento .containermarquee .marquee .marquee-content span {
    font-size: 5rem;
  }
}
.bg2Evento .containermarquee .marquee .marquee-content span.eventos {
  color: transparent;
  -webkit-text-stroke: 1px #D3004A;
  font-weight: 300;
}
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@font-face {
  font-family: "Honer Those";
  src: url("./assets/fonts/Honer-Those-2.eot");
  src: url("./assets/fonts/Honer-Those-2.eot?#iefix") format("embedded-opentype"), url("./assets/fonts/Honer-Those-2.woff2") format("woff2"), url("./assets/fonts/Honer-Those-2.woff") format("woff"), url("./assets/fonts/Honer-Those-2.ttf") format("truetype"), url("./assets/fonts/Honer-Those-2.svg#Honer Those") format("svg");
}
@font-face {
  font-family: "Rubik";
  src: url("./assets/fonts/Rubik-Light.eot");
  src: url("./assets/fonts/Rubik-Light.eot?#iefix") format("embedded-opentype"), url("./assets/fonts/Rubik-Light.woff2") format("woff2"), url("./assets/fonts/Rubik-Light.woff") format("woff"), url("./assets/fonts/Rubik-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/*# sourceMappingURL=style.css.map */
