@charset "UTF-8";
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .ipad-portrait {
    color: red;
  } /* your css rules for ipad portrait */
}
@media all and (device-width: 1024px) and (device-height: 768px) and (orientation: landscape) {
  .ipad-landscape {
    color: blue;
  } /* your css rules for ipad landscape */
}
.max-width {
  width: 100%;
  max-width: 1220px;
}

.max-width-centrat {
  margin: 0 auto;
  width: 100%;
  max-width: 1220px;
}

/* COLORS DEVELOP */
.white {
  background-color: white !important;
}

.gold {
  background-color: gold !important;
}

.red {
  background-color: red !important;
}

.lime {
  background-color: lime !important;
}

.aqua {
  background-color: aqua !important;
}

.orange {
  background-color: orange !important;
}

/* BLOCKS */
body.is-layout-flow > * + *,
.has-global-padding > .alignfull {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  padding: 0;
}

.wp-site-blocks {
  padding-top: 0;
  padding-bottom: 0;
}

.wp-block-cover {
  margin: 0 !important;
}

/* WPML DEVELOPMENT */
.otgs-development-site-front-end {
  display: none;
}

/* EDIT POST LINK */
.edit-post-link a {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 5rem;
  height: 5rem;
  text-transform: uppercase;
  text-align: center;
  border-radius: 50%;
  border: 0.2rem solid #ffffff;
  background-color: #FF1A1A;
  font-size: 0.85rem;
  line-height: 5rem;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  text-decoration: none;
  letter-spacing: 0.1rem;
}
.edit-post-link a:hover {
  color: #ffffff;
  background-color: #343434;
}

.wp-post-image,
.img-responsive {
  width: 100%;
  height: auto;
}

.wp-post-image img,
.img-responsive img {
  width: 100%;
  height: auto;
}

.img-circular {
  border-radius: 50%;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.hide {
  display: none;
}

.hide-mobile {
  display: none;
}
@media only screen and (min-width: 768px) {
  .hide-mobile {
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  .hide-desktop {
    display: none;
  }
}

.alignwide {
  margin: 0 auto;
  width: 100%;
  max-width: 1220px;
}

.aligncenter {
  margin: 0 auto !important;
  width: 100% !important;
  max-width: 80rem !important;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.to-top {
  float: right;
  margin: 2rem 1rem 0 0;
  cursor: pointer;
}

.redondeado {
  border-radius: 1rem;
}

/* IMG FOR MOBILE */
@media only screen and (min-width: 425px) {
  .for-mobile {
    display: none;
  }
}

.for-tablet {
  display: none;
}
@media only screen and (min-width: 768px) {
  .for-tablet {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  .for-tablet {
    display: none;
  }
}

.for-desktop {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .for-desktop {
    display: block;
  }
}

.lerete {
  text-align: center;
  padding: 0.2rem;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  color: white;
  font-family: Arial, sans-serif;
  display: block;
  background: gold;
}
@media only screen and (min-width: 320px) {
  .lerete {
    background: orange;
  }
}
@media only screen and (min-width: 375px) {
  .lerete {
    background: pink;
  }
}
@media only screen and (min-width: 425px) {
  .lerete {
    background: red;
  }
}
@media only screen and (min-width: 768px) {
  .lerete {
    background: purple;
  }
}
@media only screen and (min-width: 1024px) {
  .lerete {
    background: blue;
  }
}
@media only screen and (min-width: 1240px) {
  .lerete {
    background: darkgreen;
  }
}

/* FLEX */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex.flex-h {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

/* MEDIA I TEXT */
.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 1024px) {
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    padding-left: 8%;
    padding-right: 8%;
  }
}

/* BUTTONS */
.wp-block-buttons .wp-block-button.has-small-font-size > a {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 160%;
  padding-top: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 0.35rem;
}

/* LLEGURI MES */
.wp-block-post-excerpt__more-link {
  padding-right: 4rem;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 8px;
  font-size: 0.8rem;
  line-height: 1rem;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
.wp-block-post-excerpt__more-link:after {
  position: absolute;
  top: -0.05rem;
  right: 0;
  content: " ";
  display: block;
  width: 3.5rem;
  background: url("../images/next-ico.svg") right center no-repeat;
  background-size: auto;
  background-size: 100%;
  line-height: 100%;
  height: 1rem;
}
.wp-block-post-excerpt__more-link:hover {
  color: #FF1A1A;
}
@media only screen and (min-width: 768px) {
  .wp-block-post-excerpt__more-link {
    font-size: 9px;
    font-size: 0.9rem;
    padding-right: 5.5rem;
  }
  .wp-block-post-excerpt__more-link:after {
    width: 5rem;
  }
}
@media only screen and (min-width: 1024px) {
  .wp-block-post-excerpt__more-link {
    padding-right: 6rem;
    font-size: 10px;
    font-size: 1rem;
  }
  .wp-block-post-excerpt__more-link:after {
    width: 5rem;
  }
}

.is-style-half-bg {
  border: 2px solid red;
}

.header {
  height: 4rem;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  right: 0;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  /* CERCAR */
}
.header a {
  text-decoration: none;
}
.header nav {
  width: 20%;
  -ms-flex-item-align: center;
      align-self: center;
}
.header nav .wp-block-navigation__responsive-container-open {
  position: absolute;
  top: -0.85rem;
  left: 1.25rem;
}
.header nav .wp-block-navigation__responsive-container-close {
  position: absolute;
  top: -2.85rem;
  left: 1.25rem;
  z-index: 10;
  background-color: #ffffff;
}
.header .wp-block-site-logo {
  width: 70%;
  height: 1.5rem;
  text-align: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.header .cercar-ico {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 1rem;
  display: block;
  text-indent: -400rem;
  cursor: pointer;
  background: url("../images/ico-cercar.svg") center no-repeat;
  background-size: 100%;
}
.header .cercar-ico.active {
  background: url("../images/ico-tancar.svg") center no-repeat;
}
@media only screen and (min-width: 768px) {
  .header nav {
    width: 10%;
  }
  .header .wp-block-site-logo {
    width: 60%;
  }
  .header .wp-block-group {
    width: 30%;
  }
}
@media only screen and (min-width: 1024px) {
  .header nav {
    width: 30%;
  }
  .header .wp-block-site-logo {
    width: 40%;
  }
  .header .wp-block-group {
    width: 30%;
  }
}

.wp-block-navigation__responsive-container.is-menu-open {
  display: block;
  z-index: 1;
  padding: 0;
  top: 0;
  right: 0;
  left: 0;
  padding-top: 4rem;
  background-color: transparent !important;
  overflow-y: hidden;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
  width: 100%;
  padding: 0;
  background-color: #ffffff;
  height: 100vh;
  overflow-y: auto;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content ul.wp-block-navigation__container {
  padding: 0 0 5rem 1.5rem;
  width: calc(100% - 1.5rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content ul.wp-block-navigation__container li {
  width: calc(100% - 2rem);
  padding-right: 2rem;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content ul.wp-block-navigation__container li.open-on-click > button.wp-block-navigation-submenu__toggle {
  position: relative;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content ul.wp-block-navigation__container li.open-on-click > button.wp-block-navigation-submenu__toggle:before {
  content: " ";
  position: absolute;
  top: 0.9rem;
  right: -2rem;
  width: 1.25rem;
  height: 1rem;
  display: block;
  background: url("../images/ico-submenu.svg") center no-repeat;
  background-size: 100% 100%;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content ul.wp-block-navigation__container li.open-on-click > button.wp-block-navigation-submenu__toggle.active:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content ul.wp-block-navigation__container [aria-expanded=true]::before {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content ul.wp-block-navigation__container .wp-block-navigation__submenu-container {
  display: none !important;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content ul.wp-block-navigation__container .wp-block-navigation__submenu-container.active {
  display: block !important;
  padding-top: 0 !important;
}
@media only screen and (min-width: 1024px) {
  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
    padding: 0.5rem 1.5rem 1.5rem 1.5rem;
    width: 50vw !important;
  }
  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content ul.wp-block-navigation__container {
    padding-left: 0;
    width: 100%;
  }
}

.wp-block-navigation__responsive-close {
  max-width: 100% !important;
}

/* MENU LEGAL */
.menu-legal ul li {
  line-height: 1rem;
  padding: 0 0.75rem 0 0;
  margin-right: 0.35rem;
  border-right: 0.1rem solid #FF1A1A;
}
.menu-legal ul li:last-child {
  border-right: none;
}

/* LENGUAGE MENU NAV */
.wpml-ls-legacy-dropdown-click {
  width: auto;
  max-width: 100%;
}
.wpml-ls-legacy-dropdown-click a {
  border: none;
  position: relative;
  font-size: 10px;
  font-size: 1rem;
  line-height: 160%;
}
.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle::after {
  content: "";
  display: block;
  border: none !important;
  position: absolute;
  right: 1rem;
  top: 0.8rem;
  background: url("../images/ico-submenu-black.svg") center no-repeat;
  background-size: 100% 100%;
  width: 0.8rem;
  height: 0.5rem;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu,
.wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover > a,
.wpml-ls-legacy-dropdown-click a:focus,
.wpml-ls-legacy-dropdown-click a:hover {
  background-color: #ffffff;
  border: none;
}

.actualitat {
  padding: 3rem 1rem;
}
.actualitat ul.is-layout-flow.is-flex-container.columns-2.wp-block-post-template {
  gap: 1rem;
}
.actualitat ul.is-layout-flow.is-flex-container.columns-2.wp-block-post-template > li {
  width: calc(50% - 0.5rem);
}
@media only screen and (min-width: 1024px) {
  .actualitat {
    padding: 3rem 3rem;
  }
  .actualitat ul.is-layout-flow.is-flex-container.columns-2.wp-block-post-template {
    gap: 2rem;
  }
  .actualitat ul.is-layout-flow.is-flex-container.columns-2.wp-block-post-template > li {
    width: calc(50% - 1rem);
  }
}
@media only screen and (min-width: 1024px) and (min-width: 1240px) {
  .actualitat {
    padding: 6rem 8rem;
  }
  .actualitat ul.is-layout-flow.is-flex-container.columns-2.wp-block-post-template {
    gap: 4rem;
  }
  .actualitat ul.is-layout-flow.is-flex-container.columns-2.wp-block-post-template > li {
    width: calc(50% - 2rem);
  }
}

.wp-block-uagb-post-carousel.noticies {
  bordeR: 2px solid red;
}
.wp-block-uagb-post-carousel.noticies.noticies-valors {
  border: 2px solid lime;
}
.wp-block-uagb-post-carousel img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 34rem;
}
.wp-block-uagb-post-carousel .wp-block-button > a {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 160%;
  padding-top: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 0.35rem;
}
.wp-block-carousel-slider-slider {
  max-width: 100% !important;
}
.wp-block-carousel-slider-slider .carousel-slider .owl-nav .owl-next,
.wp-block-carousel-slider-slider .carousel-slider .owl-nav .owl-prev {
  margin: 0;
  opacity: 1;
  padding: 0;
  position: absolute;
  top: -3rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.wp-block-carousel-slider-slider .carousel-slider .owl-nav .owl-next {
  right: 0 !important;
}
.wp-block-carousel-slider-slider .carousel-slider .owl-nav .owl-prev {
  left: 0 !important;
}
.wp-block-carousel-slider-slider .carousel-slider__post {
  border: 0 solid black;
  -webkit-box-shadow: 0 0 0 0;
          box-shadow: 0 0 0 0;
  border-radius: 0;
}
.wp-block-carousel-slider-slider .carousel-slider__post .carousel-slider__post-content {
  border-radius: 0;
}
.wp-block-carousel-slider-slider .carousel-slider__post .carousel-slider__post-content .carousel-slider__post-header {
  padding: 0;
  margin: 0;
}
.wp-block-carousel-slider-slider .carousel-slider__post .carousel-slider__post-content .carousel-slider__post-header .carousel-slider__post-image {
  border-radius: 0;
  padding-top: 150%;
  margin-bottom: 1rem;
}
.wp-block-carousel-slider-slider .carousel-slider__post .carousel-slider__post-content .carousel-slider__post-header ul.carousel-slider__post-category {
  list-style-type: none;
  padding: 0;
  margin: 0 0 1rem 0;
}
.wp-block-carousel-slider-slider .carousel-slider__post .carousel-slider__post-content .carousel-slider__post-header ul.carousel-slider__post-category li {
  padding: 0 0 0 1rem;
  line-height: 120%;
  font-size: 9px;
  font-size: 0.9rem;
}
.wp-block-carousel-slider-slider .carousel-slider__post .carousel-slider__post-content .carousel-slider__post-header ul.carousel-slider__post-category li a {
  color: #FF1A1A;
  text-transform: uppercase;
  text-decoration: none;
}
.wp-block-carousel-slider-slider .carousel-slider__post .carousel-slider__post-content .carousel-slider__post-header .carousel-slider__post-title {
  padding: 0 1rem;
  margin: 0;
  color: #343434;
  text-decoration: none;
}
.wp-block-carousel-slider-slider .carousel-slider__post .carousel-slider__post-content .carousel-slider__post-header .carousel-slider__post-title h2 {
  margin: 0;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 100%;
  font-weight: 600;
  text-transform: uppercase;
}
.wp-block-carousel-slider-slider .carousel-slider__post .carousel-slider__post-content .carousel-slider__post-excerpt {
  margin: 0 1rem;
  padding-bottom: 1rem;
}
.wp-block-carousel-slider-slider .carousel-slider__post .carousel-slider__post-meta a {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 80%;
  padding: 0.5rem 1rem 0.65rem;
  color: #343434;
  text-decoration: none;
  border-radius: 1.5rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.wp-block-carousel-slider-slider .carousel-slider__post .carousel-slider__post-meta a:hover {
  background-color: #FF1A1A !important;
  color: #ffffff;
}
.wp-block-carousel-slider-slider.is-style-valors-bg {
  padding: 3rem 1rem;
  background-color: #F3E8DA;
}
.wp-block-carousel-slider-slider.is-style-valors-bg .carousel-slider__post-content {
  background-color: #ffffff;
  display: block;
  padding: 2rem 2rem 0 2rem;
}
.wp-block-carousel-slider-slider.is-style-valors-bg .carousel-slider__post-content .carousel-slider__post-header .carousel-slider__post-image {
  padding-top: 75%;
}
.wp-block-carousel-slider-slider.is-style-valors-bg .carousel-slider__post-content .carousel-slider__post-header .carousel-slider__post-category {
  display: none;
}
.wp-block-carousel-slider-slider.is-style-valors-bg .carousel-slider__post-content .carousel-slider__post-header .carousel-slider__post-title {
  text-align: center;
  color: #FF1A1A;
}
.wp-block-carousel-slider-slider.is-style-valors-bg .carousel-slider__post-content .carousel-slider__post-header .carousel-slider__post-title h2 {
  font-weight: bold !important;
}
.wp-block-carousel-slider-slider.is-style-valors-bg .carousel-slider__post-content .carousel-slider__post-excerpt {
  padding: 1rem;
  text-align: center;
  color: #FF1A1A;
}
.wp-block-carousel-slider-slider.is-style-valors-bg .carousel-slider__post-content .carousel-slider__post-meta {
  display: none;
}

.wp-block-aab-group-accordion .wp-block-aab-accordion-item .aagb__accordion_head {
  border-bottom: 0.3rem solid #FF1A1A;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wp-block-aab-group-accordion .wp-block-aab-accordion-item .aagb__accordion_body {
  padding: 0;
}
.wp-block-aab-group-accordion .wp-block-aab-accordion-item .aagb__accordion_body > div {
  margin: 2rem auto;
  width: 100%;
}
.wp-block-aab-group-accordion .wp-block-aab-accordion-item .aagb__accordion_body .wp-block-buttons > .wp-block-button {
  margin: 0 auto;
}
.wp-block-aab-group-accordion .wp-block-aab-accordion-item .uagb-faq-content {
  text-align: left;
}
@media only screen and (min-width: 1024px) {
  .wp-block-aab-group-accordion .wp-block-aab-accordion-item .aagb__accordion_body > div {
    margin: 6rem auto;
    max-width: 48rem;
  }
  .wp-block-aab-group-accordion .wp-block-aab-accordion-item .aagb__accordion_body .wp-block-buttons > .wp-block-button {
    margin-left: 0;
  }
}

.header-oferta-educativa {
  position: relative;
}
.header-oferta-educativa .nav-fletxes {
  position: absolute;
  top: 0;
  left: 1rem;
  right: 1rem;
  width: calc(100% - 2rem);
}
.header-oferta-educativa .nav-fletxes .wp-block-button {
  width: 30%;
}
.header-oferta-educativa .nav-fletxes .wp-block-button .wp-block-button__link {
  background-color: transparent;
  text-indent: -400rem;
  background: url("../images/prev-ico.svg") left center no-repeat;
  background-size: 100%;
  width: 100%;
}
.header-oferta-educativa .nav-fletxes .wp-block-button:last-child .wp-block-button__link {
  background: url("../images/next-ico.svg") right center no-repeat;
  background-size: 100%;
}
@media only screen and (min-width: 768px) {
  .header-oferta-educativa .nav-fletxes {
    top: calc(60% - 27px);
  }
  .header-oferta-educativa .nav-fletxes .wp-block-button {
    width: 14%;
    max-width: 10rem;
  }
  .header-oferta-educativa .nav-fletxes .wp-block-button .wp-block-button__link {
    text-indent: -400rem;
  }
}
@media only screen and (min-width: 1024px) {
  .header-oferta-educativa .nav-fletxes {
    left: 2rem;
    right: 2rem;
    width: calc(100% - 4rem);
  }
  .header-oferta-educativa .nav-fletxes .wp-block-button {
    width: 12%;
  }
  .header-oferta-educativa .nav-fletxes .wp-block-button .wp-block-button__link {
    text-indent: -400rem;
  }
}

.template-cercar {
  opacity: 0;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
.template-cercar.active {
  opacity: 1;
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: block;
  background-color: #ffffff;
  text-align: center;
  padding-top: 25vh;
}
.template-cercar.active .tancar-cerca {
  position: absolute;
  top: 2rem;
  right: 2rem;
}

.wpforms-field-container {
  border-top: 0.15rem solid #FF1A1A;
}
.wpforms-field-container .wpforms-field {
  margin-bottom: 0;
  padding: 0;
}
.wpforms-field-container .wpforms-field input.wpforms-field-large {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 100%;
  padding: 0.2rem 0 0 0;
  border: none;
  border-bottom: 0.15rem solid #FF1A1A;
  line-height: 200%;
}
.wpforms-field-container .wpforms-field input.wpforms-field-large::-webkit-input-placeholder {
  color: #FF1A1A;
  text-transform: uppercase;
}
.wpforms-field-container .wpforms-field input.wpforms-field-large::-moz-placeholder {
  color: #FF1A1A;
  text-transform: uppercase;
}
.wpforms-field-container .wpforms-field input.wpforms-field-large:-ms-input-placeholder {
  color: #FF1A1A;
  text-transform: uppercase;
}
.wpforms-field-container .wpforms-field input.wpforms-field-large::-ms-input-placeholder {
  color: #FF1A1A;
  text-transform: uppercase;
}
.wpforms-field-container .wpforms-field input.wpforms-field-large::placeholder {
  color: #FF1A1A;
  text-transform: uppercase;
}
.wpforms-field-container .wpforms-field input.wpforms-field-large:focus {
  outline: none;
  background-color: #FFF2F2;
}

.wpforms-submit-container {
  text-align: center;
  padding: 2rem !important;
}
.wpforms-submit-container .wpforms-submit {
  background-color: #FF1A1A;
  color: #ffffff;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0.75rem 2rem 0.6rem;
  border-radius: 1.5rem;
  border: none;
}

.wpforms-field-container select {
  display: none;
}
.wpforms-field-container .select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 1rem 0 0.75rem;
  line-height: 100%;
  border-bottom: 0.15rem solid #FF1A1A;
  color: #FF1A1A;
}
.wpforms-field-container .select .custom-select:after {
  content: "";
  width: 0;
  height: auto;
  border: 7px solid transparent;
  border-color: #FF1A1A transparent transparent transparent;
  position: absolute;
  top: 1.35rem;
  right: 0;
  -webkit-transform: rotateZ(0deg);
          transform: rotateZ(0deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: 50% 25%;
          transform-origin: 50% 25%;
}
.wpforms-field-container .select .custom-select.active:after {
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: 50% 25%;
          transform-origin: 50% 25%;
}
.wpforms-field-container .select .custom-select > li {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.wpforms-field-container .select .select-options {
  width: 100%;
  max-width: 100%;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #ffffff;
  display: none;
}
.wpforms-field-container .select .select-options li {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 100%;
  padding: 0.4rem 0;
  border: none;
  -webkit-transition: all 0.11s ease-in;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  padding-left: 0;
  border-bottom: 0.1rem solid #FF1A1A;
}
.wpforms-field-container .select .select-options li:first-child {
  display: none;
}

.wpforms-field-textarea textarea {
  border: 0.15rem solid #FF1A1A;
  border-radius: 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 100%;
  padding: 0.5rem;
}
.wpforms-field-textarea textarea::-webkit-input-placeholder {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 100%;
  padding: 0.5rem;
}
.wpforms-field-textarea textarea::-moz-placeholder {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 100%;
  padding: 0.5rem;
}
.wpforms-field-textarea textarea:-ms-input-placeholder {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 100%;
  padding: 0.5rem;
}
.wpforms-field-textarea textarea::-ms-input-placeholder {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 100%;
  padding: 0.5rem;
}
.wpforms-field-textarea textarea::placeholder {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 100%;
  padding: 0.5rem;
}
.wpforms-field-textarea textarea:focus {
  outline: none;
  background-color: #FFF2F2;
}

.wpforms-field-label {
  font-weight: 400 !important;
  color: #FF1A1A;
  margin-bottom: 1rem;
}

.wpforms-field-radio,
.wpforms-field-checkbox {
  margin: 2rem 0;
  display: block;
}
.wpforms-field-radio ul,
.wpforms-field-checkbox ul {
  padding-left: 0;
}
.wpforms-field-radio ul li label.wpforms-field-label-inline,
.wpforms-field-checkbox ul li label.wpforms-field-label-inline {
  color: #FF1A1A;
}
.wpforms-field-radio .wpforms-field-description,
.wpforms-field-checkbox .wpforms-field-description {
  color: gray;
}

.wp-block-header {
  padding: 4em 0;
}
.wp-block-header ul {
  display: block;
  text-align: center;
  width: 100%;
}
.wp-block-header ul li {
  display: inline-block;
  margin: 0 1rem;
  padding-left: 2.5rem;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  position: relative;
}
.wp-block-header ul li:before {
  content: "·";
  color: #FF1A1A;
  position: absolute;
  left: 0;
  top: 0;
}
.wp-block-header ul li:first-child:before {
  content: "";
}
.wp-block-header ul li a {
  color: #FF1A1A;
  border-bottom: none;
  text-decoration: none;
}
.wp-block-header ul li a:hover {
  text-decoration: none;
  border-bottom: 2px solid #FF1A1A;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}/*# sourceMappingURL=estils.css.map */