/*
Theme Name: SrBeardman
Theme URL: https://srbeardman.com
Description: SRBEARDMAN
Author: Jose de Haro
Author URL: https://crosumo.com
Template: generatepress
Version: 1.0.0
Text Domain: steamingahead.eu
*/

.items.andreja {
  padding-top: 30px !important;
}

.site-info a {
  text-decoration: underline;
}

/******************** General **********************/

.slideout-navigation.do-overlay .inside-navigation {
  padding: 0px 20px 0px 20px!important;
}

html {
  -webkit-tap-highlight-color: transparent;
}

:root {
  --orange: #fab859;
  --brown: #333333;
  --dark-brown: #333333;
  --black: #333333;
  --grey-b: #afafaf;
  --grey: #757171;
  --green: #8c992e;
  --violeta-claro: rgb(122, 46, 124, 0.76);
}

/* Chrome autocomplete ;) */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

b,
strong {
  font-weight: 700;
}

ol,
ul {
  margin: 0 0 10px 20px;
}

ul.marker li::marker {
  color: var(--dark-brown);
}

img,
video {
  display: block;
}

h2.violeta {
  color: var(--violeta);
}

.download-programme.n2 {
  display: block;
  width: max-content;
  z-index: 3;
  position: relative;
  margin: 70px 40px 0 auto;
  line-height: 1.9;
  background-color: #333333;
  color: white;
}

.download-programme.n2 {
  padding: 10px;
}

.download-programme img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
}

.like-h2 {
  position: relative;
  font-size: 40px;
  font-style: italic;
  color: var(--dark-brown);
  text-align: center;
  margin: 0 0 20px;
  line-height: 1.2;
}

.like-h2.short,
.like-h3.short {
  max-width: 650px;
  margin: 0 auto 20px;
}

.like-h2.medium {
  max-width: 700px;
  margin: 0 auto 20px;
}

.like-h2.violeta {
  color: var(--violeta);
}

.like-h3 {
  font-size: 26px;
  font-weight: 700;
  color: var(--dark-brown);
  font-style: normal;
  line-height: 1.2;
  text-align: center;
}

.like-h3.violeta {
  color: var(--violeta);
}

.line-dot {
  position: relative;
  height: 4px;
  background-repeat: repeat;
  margin: 10px 0;
}

.line-dot.icon {
  margin: 35px 0;
}

.line-dot .icon {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  width: 70px;
  height: 60px;
  margin: 0 auto;
  background-color: white;
  background-repeat: no-repeat;
  background-position: center;
}

.cro-block {
  position: relative;
  overflow: hidden;
}

.no-margin {
  margin: 0 !important;
}

.cro-p1 {
  padding: 200px 0 30px;
}

.cro-block.margin-extra {
  padding-bottom: 120px;
}

.cro-block.margin-video {
  padding-bottom: 220px;
}

.cro-block.margin-short {
  padding-bottom: 80px;
  margin: 0 auto 90px;
}

.swiper-prev,
.swiper-next {
  display: none;
}

.cro-swiper-members {
  position: relative;
  padding: 20px 0 40px;
  border-top: 3px solid;
  border-bottom: 3px solid;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 30px;
  overflow: hidden;
}

.cro-swiper-members .picture img {
  border-radius: 100%;
}

.cro-swiper-members .swiper-container {
  width: calc(100% + 40px);
  left: -20px;
  right: -20px;
}

.cro-swiper-members2 {
  position: relative;
  padding: 20px 0 40px;
  margin-bottom: 20px;
}

.cro-swiper-members2 .swiper-slide {
  height: 603px;
}

.cro-swiper-members2 .swiper-slide>img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: white;
  object-position: center;
}

.cro-swiper-members2 .copyright {
  position: absolute;
  bottom: 15px;
  left: 25px;
  font-size: 18px;
  font-weight: 600;
  color: white;
}

.cro-swiper-members2 .copyright p {
  margin-bottom: 0;
}

.cro-swiper-members2 .logo {
  position: absolute;
  top: 30px;
  right: 25px;
  height: 40px;
  width: auto;
}

.cro-swiper-members2 .logo img {
  height: 100%;
  width: auto;
}

.cro-swiper-members2 .swiper-pagination {
  text-align: right;
  position: relative;
  padding: 10px;
  display: block;
  line-height: 0;
}

.cro-swiper-members .swiper-container {
  margin-left: 0;
  width: 100%;
}

.cro-swiper-members .swiper-next {
  position: absolute;
  cursor: pointer;
  bottom: 14px;
  right: auto;
  left: 35px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0;
  height: 0;
  border-left: 24px solid transparent;
  border-right: 24px solid transparent;
  border-bottom: 20px solid #333333;
  transform: rotate(90deg);
}

.cro-swiper-members .swiper-prev {
  position: absolute;
  cursor: pointer;
  bottom: 14px;
  left: 0;
  right: auto;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0;
  height: 0;
  border-left: 24px solid transparent;
  border-right: 24px solid transparent;
  border-bottom: 20px solid #333333;
  transform: rotate(270deg);
}

@media (min-width: 769px) {

  .swiper-prev,
  .swiper-next {
    display: block;
  }

  .download-programme {
    display: inline-block;
    margin-top: 0;
  }

  .download-programme img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 30px;
  }

  .download-programme.n2 img {
    margin: 0 10px 0 0;
  }

  #site-navigation.main-navigation a {
    font-size: 18px;
  }

  .cro-swiper-members .swiper-next {
    right: 0px;
    left: auto;
  }

  .cro-swiper-members .swiper-prev {
    left: auto;
    right: 35px;
  }
}

/******************** twitter feed **********************/

#ctf .ctf-tweet-text {
  font-weight: 300;
  font-size: 16px;
}

#ctf .ctf-tweets {
  margin: 40px 20px;
  display: flex;
  flex-flow: column;
  gap: 20px;
}

#ctf .ctf-item {
  flex: 1;
}

@media (min-width: 769px) {
  #ctf .ctf-tweets {
    margin: 40px 80px;
  }
}

@media (min-width: 1200px) {

  #ctf .ctf-tweets {
    display: flex;
    gap: 20px;
    flex-flow: nowrap;
  }

  #ctf .ctf-item {
    border-top: 0;
    flex: 1;
  }

}

/******************** Project Partners **********************/

.masonry {
  max-width: 1380px;
}

.masonry.archive {
  margin: 20px -20px;
}

.masonry.archive .image-container {
  position: relative;
  padding-top: 56.25%;
  margin: 0;
}

.masonry.archive .image-container img {
  object-fit: cover;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: white;
  object-position: center;
  bottom: 0;
  margin: auto;
}

.masonry.archive .masonry__item h3 {
  font-size: 16px;
  margin: 20px 0;
  text-align: left;
  font-weight: 600;
}

.masonry.archive .masonry__item h3 a {
  color: var(--grey);
}

.masonry.archive .masonry__item p {
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  font-weight: 300;
}

.masonry.open .masonry__item:not(.open) {
  opacity: 0.2;
}

.masonry__item {
  width: 100%;
  position: relative;
  float: left;
  padding: 25px 25px 10px 25px;
  margin: 0 auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  vertical-align: top;
}

.masonry__item .box {
  max-height: 181px;
  overflow: hidden;
}

.masonry__item .box p:first-of-type {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.masonry__item.open .box p:first-of-type {
  display: block;
}

.masonry__item.open {
  z-index: 3;
}

.masonry__item.open .box {
  max-height: 1200px;
  transition: 600ms;
}

.masonry.open .masonry__item:not(.open) {
  opacity: 0.2;
}

.block .masonry__item .bottom-line {
  margin: 60px 0 0 0;
  position: relative;
}

.masonry__item .bottom-line span {
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 15px;
}

.masonry__item .bottom-line span:before {
  content: "";
  position: absolute;
  left: 5px;
  bottom: 20px;
  height: 16px;
  width: 16px;
  border: 1px solid var(--grey);
  border-width: 1px 1px 0 0;
  transform: rotate(135deg);
}

.masonry__item.open .bottom-line span:before {
  transform: rotate(315deg);
  bottom: 10px;
}

.masonry__item a {
  display: inline-block;
}

.masonry__item img.logo {
  display: block;
  position: relative;
  height: 90px;
  width: auto;
  margin-bottom: 15px;
}

.masonry__item img.rrss {
  display: block;
  margin-right: 5px;
  position: relative;
  height: 27px;
  width: auto;
}

.masonry__item .contact {
  display: flex;
}

.masonry__item .contact span {
  margin-left: 10px;
  margin-bottom: 15px;
  margin-top: -5px;
}

.portfolioFilter a:focus {
  outline: none;
}

.portfolioFilter {
  border-bottom: 1px solid var(--grey);
  padding: 25px 20px 33px;
  display: flex;
  flex-flow: wrap;
  margin-top: 60px;
  color: var(--grey);
}

.portfolioFilter a {
  margin-right: 20px;
  line-height: 1.3;
  color: var(--grey);
  font-weight: 300;
}

.portfolioFilter a.current:after,
.portfolioFilter a.current:before {
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  width: 0;
  height: 0;
  border-style: solid;
}

.portfolioFilter a.current:after {
  top: 38px;
  border-color: transparent transparent #333333 transparent;
  border-width: 10px;
  left: calc(50% - 10px);
}

.portfolioFilter a.current:before {
  top: 34px;
  border-color: transparent transparent var(--grey) transparent;
  border-width: 12px;
  left: calc(50% - 12px);
}

.portfolioFilter a.current {
  text-decoration: none;
  display: inline-block;
  position: relative;
  font-weight: 700;
}

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}

@media (min-width: 769px) {
  .masonry__item {
    width: calc((100% - 2px) / 2);
  }

  .portfolioFilter a {
    margin-right: 10px;
  }

  .portfolioFilter a:nth-child(n+2) {
    margin-left: 10px;
  }

  .block.over .downloads-featured {
    display: block;
  }
}

@media (min-width: 992px) {
  .masonry__item {
    width: calc((100% - 3px) / 3);
  }
}



/******************** Optimizador LiteSpeed **********************/

img[data-lazyloaded] {
  opacity: 0;
}

img.litespeed-loaded {
  opacity: 1;
}

/******************** Slider **********************/

.cro-swiper-members-h .sub-content .box .resume {
  font-size: 22px;
  font-weight: 300;
}

.cro-swiper-members-h .sub-content .box .title h4,
.cro-swiper-members-h .cro-flex .box .title h4 {
  font-weight: 500;
  margin-bottom: 0;
  font-size: 18px;
}

.cro-swiper-members-h .cro-flex .box .title h4 {
  font-weight: 500;
  margin-bottom: 0;
  font-size: 18px;
}

.cro-swiper-members-h .sub-content .box .title h5,
.cro-swiper-members-h .cro-flex .box .title h5 {
  font-size: 20px;
  font-weight: 200;
  margin-bottom: 0;
}

.cro-swiper-members-h .sub-content .box .title h6,
.cro-swiper-members-h .cro-flex .box .title h6 {
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 0;
}

.cro-swiper-members-h {
  font-size: 18px;
  font-weight: 300;
  margin: 40px 20px;
}

.cro-swiper-members-h .arrows {
  margin-right: 50px;
}

.cro-swiper-members-h .button.b {
  background: #333333;
  margin-bottom: 20px;
  color: white;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  padding: 5px 10px;
  min-height: 33px;
}

.cro-swiper-members-h .main-content {
  margin: 20px;
  position: relative;
  z-index: 1;
  margin-top: 50px;
}

.cro-swiper-members-h .description {
  position: relative;
  font-size: 36px;
  font-weight: 200;
  z-index: 2;
  margin-bottom: 40px;
}

.cro-swiper-members-h .cro-swiper-members .sub-content {
  padding: 20px 20px 0;
}

.cro-swiper-members-h .sub-content {
  display: block;
  padding-top: 20px;
}

.cro-swiper-members-h .sub-content .box.slider {
  max-width: 750px;
}

.cro-swiper-members-h .sub-content .box.slider .title {
  max-width: 400px;
}

.cro-swiper-members-h .sub-content .box {
  position: relative;
}

.cro-swiper-members-h .sub-content .box.slider:before {
  content: "";
  position: absolute;
  display: none;
  top: -15px;
  left: 20px;
  width: 50px;
  height: 50px;
  font-family: "Source Sans Pro", sans-serif;
  image-rendering: -moz-crisp-edges;
  background-image: url(/files/icono-comillas.svg);
  background-repeat: no-repeat;
}

.cro-swiper-members-h .sub-content .box .picture {
  overflow: hidden;
  min-width: 170px;
  position: relative;
  margin-bottom: 50px;
}

.cro-swiper-members-h .sub-content .box .picture img {
  border-radius: 100%;
  margin-left: 0;
}

.arrows {
  position: relative;
  height: 48px;
}

.cro-swiper-members-h .sub-content .box .resume {
  font-size: 22px;
  font-weight: 300;
}

.cro-swiper-members-h .in-content {
  padding: 20px 0 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cro-swiper-members-h .in-content .box {
  width: 100%;
  padding: 20px;
}

.cro-swiper-members-h .in-content .box p {
  font-weight: 300;
  font-family: "Source Sans Pro", sans-serif;
}

.cro-swiper-members-h .main-content:after {
  content: "";
  position: absolute;
  left: -20px;
  right: -20px;
  top: 0;
  width: calc(100% + 40px);
  max-width: 1286px;
  height: 100%;
  image-rendering: -moz-crisp-edges;
  background-image: url(/files/fondo-alliance.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  z-index: -1;
}

.cro-swiper-members-h .swiper-next {
  position: absolute;
  cursor: pointer;
  bottom: 14px;
  right: auto;
  left: 35px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0;
  height: 0;
  border-left: 24px solid transparent;
  border-right: 24px solid transparent;
  border-bottom: 20px solid #333333;
  transform: rotate(90deg);
}


.cro-swiper-members-h .swiper-prev {
  position: absolute;
  cursor: pointer;
  bottom: 14px;
  left: 0;
  right: auto;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0;
  height: 0;
  border-left: 24px solid transparent;
  border-right: 24px solid transparent;
  border-bottom: 20px solid #333333;
  transform: rotate(270deg);
}

@media (min-width: 769px) {

  .cro-swiper-members-h .main-content {
    margin: 80px;
  }

  .cro-swiper-members-h .main-content:after {
    left: -40px;
    right: -40px;
    width: calc(100% + 80px);
    /* max-width: 1286px;*/
  }

  .cro-swiper-members-h .main-content:before {
    top: -165px;
    height: 167px;
  }

  .cro-swiper-members-h .sub-content .box.slider:before {
    display: block;
  }

  .cro-swiper-members-h .sub-content .box.slider {
    padding-left: 80px;
  }

  .cro-swiper-members-h {
    margin: 80px 80px 0;
  }

  .cro-swiper-members-h .swiper-next {
    right: 0px;
    left: auto;
  }

  .cro-swiper-members-h .swiper-prev {
    left: auto;
    right: 35px;
  }
}

@media (min-width: 901px) {

  .cro-swiper-members-h .sub-content {
    display: flex;
  }

}

@media (min-width: 1010px) {

  .cro-swiper-members-h .swiper-container {
    width: calc(100% - 100px);
  }
}


/******************** Bloque 1 **********************/

.separate-containers .inside-article {
  background-color: transparent;
}

.site-logo {
  z-index: 1;
}

.croBlock1 {
  margin-left: calc((calc(-100vw + var(--scrollbar-width)))/ 2 + 100% / 2);
  margin-right: calc((calc(-100vw + var(--scrollbar-width)))/ 2 + 100% / 2);
  max-width: calc(100vw - var(--scrollbar-width));
  max-width: 100vw;
  width: auto;
  margin-top: -220px;
  position: relative;
}


.croBlock1 .flex {
  position: relative;
  min-height: 1223px;
  display: flex;
  justify-content: center;
}

.croBlock1 .flex:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: url(/files/fondo-home-1.jpg);
  background-position: top center;
  top: 60px;
  left: 0;
  background-repeat: no-repeat;
}

.croBlock1 .flex .logo {
  z-index: 1;
  justify-content: center;
  margin-top: 340px;
}

@media (min-width: 769px) {
  .croBlock1 .flex .logo {
    margin-top: 300px;
  }
}

.croBlock2 {
  position: relative;
}

.croBlock2 .flex.m38 {
  margin-top: -450px;
}

.croBlock2 .flex.m38 {
  align-items: flex-end;
}

.croBlock2 .flex.m38:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 400px;
  background-image: url(/files/ico-sillon.svg);
  background-position: top center;
  top: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: contain;
  display: none;
}

.croBlock2 .flex.m38 p {
  font-family: 'Comfortaa';
  font-size: 30px;
  font-weight: 300;
  max-width: 700px;
  line-height: 1.2;
}

.croBlock2 .flex.m18 {
  display: flex;
  justify-content: end;
}

.croBlock2 .flex.m18 p {
  font-family: 'Comfortaa';
  font-size: 14px;
  font-weight: 300;
  max-width: 650px;
  line-height: 1.35;
}

@media (min-width: 769px) {
  .croBlock2 .flex.m38 {
    display: flex;
  }

  .croBlock2 .flex.m38 {
    margin-top: -600px;
  }

  .croBlock2 .flex.m38 {
    min-height: 400px;
  }

  .croBlock2 .flex.m18 p {
    font-size: 18px;
  }
}

/******************** Bloque cro-swiper-background **********************/
.croBlock3 {
  position: relative;
  padding: 200px 0;
}

.croBlock3 .m40 {
  font-size: 32px;
  font-weight: 300;
  max-width: 700px;
  color: #f3967e;
}

.croBlock3 .m18 {
  font-size: 18px;
  font-weight: 700;
  max-width: 100%;
}

.croBlock3 .m18 p {
  margin-bottom: 0;
}

.croBlock3 .box {
  max-width: 880px;
  margin: 0 auto;
}

.croBlock3 .blueButton {
  display: none;
}

.croBlock3:after {
  content: "";
  position: absolute;
  height: 700px;
  width: 100%;
  background-image: url(/files/fondo-home-4.svg);
  background-position: center;
  top: 50px;
  background-size: cover;
  left: 0;
  background-repeat: no-repeat;
}

.cro-swiper-background {
  bottom: 0;
  height: 100%;
}

.cro-swiper-background {
  position: absolute;
  left: 0;
  right: 0;
  overflow: hidden;
}

.cro-swiper-background .swiper-container .swiper-slide .background {
  height: 100%;
}

.cro-swiper-background .swiper-container .swiper-slide .background {
  height: 650px;
  background-position: center left;
  background-size: contain;
  background-repeat: no-repeat;
}

.croBlock3 .cro-swiper-text {
  margin-left: auto;
  max-width: 550px;
  padding: 0 30px;
  position: relative;
}

.croBlock3 .swiper-pagination {
  max-width: 200px;
  padding: 40px 20px 100px 0;
  bottom: 0;
}

.croBlock3 .swiper-pagination {
  position: relative;
  text-align: left;
}

.croBlock12 .swiper-pagination {
  display: none;
}

.blueButton a {
  position: relative;
  font-size: 19px;
  font-weight: 700;
  padding: 10px 20px;
  text-decoration: unset;
  background-color: #f3967e;
  z-index: 1;
  border-radius: 30px;
  color: white;
}

.blueButton a:hover {
  background-color: #f3967e;
}

.blueButton {
  margin-bottom: 40px;
}

.greenButton {
  position: relative;
  font-size: 19px;
  font-weight: 700;
  padding: 10px 20px;
  text-decoration: unset;
  background-color: #f3967e;
  z-index: 1;
  border-radius: 30px;
  color: white;
}

.greenButton:hover {
  background-color: #f3967e;
}

a.greenButton {
  color: white;
}

.croBlock4 {
  margin-left: calc((calc(-100vw + var(--scrollbar-width)))/ 2 + 100% / 2);
  margin-right: calc((calc(-100vw + var(--scrollbar-width)))/ 2 + 100% / 2);
  max-width: calc(100vw - var(--scrollbar-width));
  max-width: 100vw;
  width: auto;
  position: relative;
  padding: 0 30px;
  margin-top: -200px;
}

.croBlock4 .box {
  max-width: 1120px;
  margin: auto;
  display: flex;
  flex-flow: column;
  justify-content: center;
  position: relative;
  min-height: 700px;
}

.croBlock1 .flex {
  position: relative;
  min-height: 1223px;
  display: flex;
  justify-content: center;
}

.croBlock4 .blueButton {}

.croBlock4 .flex.m21 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  gap: 50px;
  font-size: 16px;
}

.croBlock4 .flex>* {
  flex: 1;
  z-index: 1;
}

.croBlock4 .flex .logo img {
  margin: auto auto 40px auto;
}

.croBlock4:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 800px;
  background-image: url(/files/fondo-home-2.svg);
  background-position: center;
  background-size: cover;
  top: 0;
  right: 0;
  background-repeat: no-repeat;
}

.croBlock5 {
  margin: 0 0 50px;
  display: flex;
  flex-flow: column;
}

.croBlock5 .buttonGrid,
.croBlock12 .buttonGrid {
  margin-bottom: 40px;
  text-align: left;
}

.croBlock5 .flex {
  display: flex;
  gap: 20px;
  margin-top: 20px;
  flex-flow: column;
  order: 2;
  z-index: 1;
}

.croBlock5 .flex .box {
  display: flex;
  flex: 1;
  flex-flow: column;
  gap: 10px;
}

.croBlock5 .flex .box div {
  min-width: 50px;
  max-height: 50px;
}

.croBlock5 .flex .box:nth-child(2) .logo {
  order: 1;
}

.croBlock5 .flex .box:nth-child(2) p {
  text-align: left;
}

.croBlock5 .flex .box:nth-child(2) div img {
  margin-right: unset;
  margin-bottom: 10px;
}

.croBlock5 .flex .box div img {
  margin-bottom: 10px;
}

.croBlock5 .flex:nth-child(2) {
  order: 3;
}

.croBlock5 p {
  font-size: 16px;
  order: 2;
}

.croBlock6 {
  margin-top: 100px;
  padding: 0 30px 50px;
}

.croBlock6 .blueButton {
  margin-left: 0;
}

.croBlock6 p {
  max-width: 750px;
  margin-bottom: 40px;
  font-size: 32px;
  line-height: 1.2;
}

.croBlock6 .flex.m21 {
  display: flex;
  gap: 10px;
}

.croBlock6 .flex>* {
  flex: 1;
  z-index: 1;
}

.croBlock6 .flex .logo img {
  margin: auto auto 40px auto;
}

.croBackground {
  margin-left: calc((calc(-100vw + var(--scrollbar-width)))/ 2 + 100% / 2);
  margin-right: calc((calc(-100vw + var(--scrollbar-width)))/ 2 + 100% / 2);
  max-width: calc(100vw - var(--scrollbar-width));
  max-width: 100vw;
  width: auto;
  position: relative;
}

.wp-block-cover,
.wp-block-cover-image {
  min-height: 310px;
}

.croBackground>.box {
  max-width: 1120px;
  margin: auto;
  min-height: 1000px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  position: relative;
}

.croBackground:after {
  content: "";
  position: absolute;
  height: 100%;
  max-height: 1400px;
  width: 100%;
  background-image: url(/files/fondo-home-3.svg);
  background-position: center;
  background-size: cover;
  top: 250px;
  left: 0;
  background-repeat: no-repeat;
  z-index: -1;
}

nav.main-navigation .main-nav ul li a {
  line-height: 1.5;
  padding: 0;
  margin-right: 5px;
}

.main-navigation .menu-bar-item>a {
  padding-left: 0;
  padding-right: 0;
}

nav.mobile-header-navigation .gp-icon {
  position: relative;
}

nav.mobile-header-navigation .menu-toggle .icon-menu-bars:before {
  content: "";
  position: absolute;
  background-image: url(/files/ico-menu-rayas.svg);
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
  bottom: -12px;
  right: 0;
  z-index: 1;
}

nav.mobile-header-navigation .menu-toggle .mobile-menu {
  display: none;
}


nav.mobile-header-navigation .menu-toggle span svg {
  display: none;
}

.main-navigation.has-branding .menu-toggle,
.main-navigation.has-sticky-branding.navigation-stick .menu-toggle {
  padding-right: 0px !important;
}

@media (max-width: 768px) {

  .navigation-branding .main-title,
  .mobile-header-navigation .site-logo {
    margin-left: 0px !important;
  }
}


@media (min-width: 769px) {
  .croBlock5 .flex .box:nth-child(2) div img {
    margin-right: auto;
    margin-bottom: 0;
  }


  .croBlock4:after {
    width: 100%;
  }

  .croBlock5 {
    margin: 50px 0 50px;
  }

  .croBlock3:after {
    top: 100px;
  }

  .croBlock3 .m40 {
    font-size: 38px;
    ;
  }

  .croBlock12 .buttonGrid {
    text-align: center;
  }

  .croBlock4 .flex.m21 {
    flex-flow: wrap;
    font-size: 21px;
  }

  .croBlock4 {
    margin-top: -150px;
    margin-bottom: -200px;
  }

  .croBlock3 .m18 {
    max-width: 350px;
    margin-left: auto;
  }

  .croBlock4 .box {
    min-height: 1000px;
  }

  .croBlock3 .swiper-pagination {
    position: absolute;
    text-align: center;
  }

  .croBlock5 .buttonGrid {
    text-align: right;
  }

  .croBlock5 .flex .box:nth-child(2) p {
    text-align: right;
  }

  .croBlock5 .flex:nth-child(2) {
    order: 2;
    margin: auto;
  }

  .croBlock2 .flex.m38 p {
    font-size: 38px;
  }

  .croBlock2 .flex.m38:after {
    display: block;
  }

  .croBlock5 .flex .box {
    flex-flow: unset;
    gap: 20px;
  }

  .croBlock3 .blueButton {
    display: block;
  }

  .croBlock5 .flex .box div img {
    margin-bottom: 0;
  }

  .croBlock5 p {
    order: 1;
    font-size: 18px;
  }

  .croBlock5 .flex {
    flex-flow: wrap;
    gap: 100px;
  }

  .blueButton a {
    font-size: 24px;
  }

  .greenButton {
    font-size: 24px;
  }
}

@media (min-width: 1200px) {
  .croBlock6 {
    padding: 0;
  }

  .croBlock4 {
    padding: 0;
  }
}

/******************** Bloque 12 **********************/

.croBlock12 {
  margin: 40px 30px;
}

.croBlock12 .croTitle {
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 5px;
}

.home .cro-swiper-members-h .croTitle {
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 25px;
  font-family: "Source Sans Pro", sans-serif;
}

.croBlock12 .croDescription {
  font-size: 28px;
  margin-bottom: 40px;
}

.croBlock12 .croTitle2 {
  font-size: 18px;
  margin-bottom: 10px;
}

.croBlock12 .croTitle2 a {
  text-decoration: unset;
}

.croBlock12 .croDescription2 {
  padding-top: 20px;
  font-weight: 300;
}

.croBlock12 .croThumbnail {
  cursor: pointer;
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  margin-bottom: 20px;
  overflow: hidden;
}

.croBlock12 .croThumbnail img {
  object-fit: cover;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: white;
  object-position: center;
  bottom: 0;
  margin: auto;
}

.croBlock12 .in-content {
  padding: 20px 0 40px;
}

@media (min-width: 769px) {
  .croBlock12 .swiper-slide {
    max-width: calc((100% - 80px) / 3) !important;
  }

  .croBlock12 .swiper-slide {
    margin-right: 40px;
  }

  .croBlock12 {
    padding: 40px 0 0 0;
    margin: 40px 0;
  }
}

@media (min-width: 1024px) {}

@media (min-width: 1440px) {}

/******************** Bloques **********************/

.home.one-container .site-content,
.page-id-67 .site-content,
.page-id-105 .site-content,
.page-id-387 .site-content,
.blog.one-container .site-content {
  padding: 0;
}

.box.dos-columnas {
  column-count: 1;
  column-gap: 40px;
  margin-bottom: 50px;
}

@media (min-width: 538px) {}

@media (min-width: 769px) {}

/******************** Acordeon de producto **********************/

.accordion {
  margin: 2rem 0;
}

.accordion-item {
  color: #333333;
  border-radius: 0.5rem;
}

.accordion-item-header {
  min-height: 3.5rem;
  line-height: 1.25rem;
  display: flex;
  align-items: center;
  position: relative;
  font-weight: 300;
  font-size: 16px;
}

.accordion-item-header.homme {
  display: inline-block;
}

.accordion-item-header.homme>.button,
.accordion-item-header.homme>.buttonPresentation,
.accordion-item-header.homme>.company-links {
  display: inline-block;
  margin-bottom: 5px;
  vertical-align: middle;
}

.accordion-item-header .button {
  padding: 5px 15px 5px 30px;
  color: white;
  position: relative;
  margin-right: 5px;
  cursor: pointer;
}

.accordion-item-header .buttonPresentation {
  padding: 5px 15px;
  color: white;
  position: relative;
  margin-right: 5px;
}

.accordion-item-header .buttonPresentation a {
  display: block;
  color: white;
}

.croBlock4.members .accordion-item-header .button {
  padding: 5px 15px 5px 30px;
  color: white;
  position: relative;
  background-color: #ddcdc0;
}

.croBlock2.bg1 .button,
.croBlock2.bg1 .buttonPresentation {
  background: #82b0be;
}

.croBlock2.bg2 .button,
.croBlock2.bg2 .buttonPresentation {
  background: #d1d3b8;
}

.croBlock2.bg3 .button,
.croBlock2.bg3 .buttonPresentation {
  background: #ddcdc0;
}

.accordion-item-header .button>div::before {
  content: "\002B";
  font-size: 20px;
  font-weight: 300;
  position: absolute;
  left: 10px;
}

.accordion-item-header.active .button>div::before {
  content: "\2212";
}

.accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 200ms ease-out;
}

.croBlock4.members .accordion-item-body {
  max-height: 122px;
}

.accordion-item-body-content {
  line-height: 1.5rem;
}

.accordion-item-body-content p {
  font-size: 17px;
  font-weight: 300;
  font-family: "Source Sans Pro", sans-serif;
}

.croBlock4.members .accordion-item-body-content p:first-of-type {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.croBlock4.members .accordion-item-body.active .accordion-item-body-content p:first-of-type {
  display: block;
}

/*
.crob-3 .col6 .box {
  max-width: 300px;
  padding: 20px 30px;
}*/

.crob-3 .col6 .box img {
  max-height: 100px;
  width: auto;
}

.crob-3 .cro-title {
  padding: 40px 0 0 0;
}

.crob-4 {
  padding: 20px;
}

.crob-6 {
  padding: 20px;
}

.crob-4 .cro-flex .title {
  margin-bottom: 20px;
  font-weight: 700;
  margin-bottom: 30px;
}

.crob-4 .cro-flex .box {
  min-width: 424px;
}

.cro-block.crob-5 {
  margin-bottom: 40px;
}

.crob-5 .cro-flex .box {
  text-align: left;
}

.crob-5 .cro-title .title {
  text-align: left;
}

.crob-5 .cro-flex .box .icon img {
  margin: 0 auto 0 0;
}

.cro-text {
  column-count: 1;
  font-weight: 300;
  font-family: "Source Sans Pro", sans-serif;
  padding: 0 0 60px;
}

.divisor {
  border-bottom: 3px solid #333333;
}

.cro-text.divisor {
  padding: 0 0 40px;
}

.cro-text.s {
  padding: 0 0 1.5em;
}

.cro-text p {
  margin-bottom: 0;
}

.cro-flex.col4.text ul {
  margin-bottom: 1.5em;
}

@media (min-width: 657px) {
  .crob-1 p {
    border-left: 1px solid white;
  }
}

@media (min-width: 900px) {
  .crob-2 .cro-flex {
    padding: 40px;
  }

  .crob-3 {
    padding: 80px;
  }

  .crob-3>* {
    padding: 40px;
  }

  .crob-3 .cro-title {
    padding: 40px 0 0 0;
  }

  .crob-4 {
    padding: 80px;
  }

  .crob-6 {
    padding: 80px;
  }

  .cro-text {
    column-count: 2;
    column-gap: 50px;
  }
}

@media (min-width: 769px) {
  .cro-text {
    padding: 0 0 80px;
  }

  .crob-2 {
    margin-top: -56px;
  }
}

/******************** Max-width **********************/

.w-1840 {
  max-width: 1840px;
  margin: 0 auto;
  width: 100%;
}

.w-1240 {
  max-width: 1240px;
  margin: 0 auto;
  width: 100%;
}

.w-1120 {
  max-width: 1120px;
  margin: 0 auto;
  width: 100%;
}

.w-1200 {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

.w-940 {
  max-width: 940px;
  margin: 0 auto;
  width: 100%;
}

.w-660 {
  max-width: 660px;
  margin: 0 auto;
  width: 100%;
}

.w-800 {
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
}

.b-m-40 {
  margin: 100px 20px 40px;
}

.b-m-40s {
  margin: 100px 0 40px;
}

.contact .b-m-40 {
  margin: 40px;
}

.b-m-80 {
  margin-bottom: 80px;
}

.t-m-80 {
  margin-top: 80px;
}

.b-m-70 {
  margin-bottom: 70px;
}

.b-m-50 {
  margin-bottom: 50px;
}

/******************** Fonts **********************/

.BL-36 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}

.BL-28 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
}

.BL-18 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

.SB-18 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}

.RE-32 {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
}

.RE-18 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}

.LT-122 {
  font-size: 122px;
  line-height: 1.2;
  font-weight: 300;
}

.LT-36 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 300;
}

.LT-28 {
  font-size: 28px;
  line-height: 1.2;
}

.LT-24 {
  font-size: 24px;
  line-height: 1.2;
}

.LT-22 {
  font-size: 22px;
  line-height: 1.2;
}

.LT-18 {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 300;
}

.LT-14 {
  font-size: 14px;
  line-height: 1.2;
}

.EL-24 {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 200;
}

.RE-18 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}

/******************** Button-info **********************/

.button-info {
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
}

.button-downloads {
  display: inline-block;
  position: relative;
  margin-bottom: 3px;
}

.button-info a {
  border: 1px solid white;
  background-color: transparent;
  border-radius: 30px;
  display: inline-block;
  color: white;
}

.button-downloads a {
  image-rendering: -moz-crisp-edges;
  background-image: linear-gradient(to right,
      var(--orange),
      var(--green),
      var(--brown));
  border-radius: 30px;
  display: inline-block;
  padding: 3px 30px;
  color: white;
}

.button-info.color-g a {
  border: 1px solid var(--green);
  color: var(--green);
}

.button-info.big a {
  padding: 7px 40px;
}

.button-info.medium a {
  padding: 3px 30px;
}

.button-info.small a {
  padding: 10px 30px;
}

.button-info:hover a {
  background-color: #fff;
  color: var(--brown);
}

.button-info.color-g:hover a {
  background-color: var(--green);
  color: white;
}

/******************** Project-partners | Iconos redes sociales RRSS **********************/

.company-links {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
}

.company-links img.rrss {
  display: none;
  margin-right: 5px;
  position: relative;
  height: 30px;
  width: auto;
}

.croAboutUs.members .company-links img.rrss {
  height: 30px;
  max-height: 30px;
  min-height: 30px;
}

.accordion-item-header.active .company-links img.rrss {
  display: block;
}

.cro-flex img.logo {
  margin-bottom: 15px;
  max-height: 140px;
  width: auto;
}

/* Menu */

.off-canvas-toggle-label,
.mobile-menu {
    display: block;
    width: 40px;
    height: 31px;
    position: relative;
    margin: 0 auto;
    cursor: pointer;
}

.off-canvas-toggle-label span,
.mobile-menu span {
    display: block;
    position: absolute;
    height: 7px;
    width: 100%;
    background-color: #000;
    left: 0;
}

img.header-image.is-logo-image {
  top: -11px!important;
}

/*
nav#sticky-navigation #nav-icon1 span,
nav#sticky-navigation #nav-icon3 span,
nav#sticky-navigation #nav-icon4 span {
  background-color: var(--black);
}
*/

*/
.off-canvas-toggle-label span:nth-child(1),
.mobile-menu span:nth-child(1) {
    top: 0px;
}

.off-canvas-toggle-label span:nth-child(2),
.mobile-menu span:nth-child(2) {
    top: 12px;
}

.off-canvas-toggle-label span:nth-child(3),
.mobile-menu span:nth-child(3) {
    top: 24px;
}

button.menu-toggle .gp-icon.icon-menu-bars {
    display: none;
}

.main-navigation {
    position: relative;
}

span.gp-icon.pro-menu-bars {
    display: none;
}

body.home #sticky-navigation .inside-navigation .navigation-branding {
  display: block;
  padding-left: 20px;
}

.inside-navigation .navigation-branding .main-title {
  display: none;
}

/*
nav.main-navigation #menu-principal>.menu-item:last-child {
  padding-top: 50px;
}*/

nav.main-navigation #menu-principal>.menu-item:last-child a img {
  margin: 0 auto 20px;
}

nav.main-navigation #menu-principal>.menu-item:last-child a p {
  font-size: 14px;
}

nav.main-navigation #menu-principal>.menu-item:first-child {
  padding-top: 40px;
  padding-bottom: 50px;
}

body.slide-opened nav#sticky-navigation .inside-navigation {
  padding: 20px;
}

@keyframes animationMenu {
  0% {
    min-height: 100vh;
    clip-path: ellipse(200% 100% at 50% 0%);
  }

  100% {
    min-height: 500px;
    clip-path: ellipse(150% 100% at 50% 0%);
  }
}

@media (min-width: 900px) {
  @keyframes animationMenu {
    0% {
      min-height: 100vh;
      clip-path: ellipse(200% 100% at 50% 0%);
    }

    100% {
      min-height: 500px;
      clip-path: ellipse(70% 100% at 50% 0%);
    }
  }
}

#generate-slideout-menu::-webkit-scrollbar,
.inside-navigation.grid-container.grid-parent::-webkit-scrollbar {
  display: none;
}

nav#generate-slideout-menu {
  transition: 0s;
}

nav#generate-slideout-menu.is-open {
  transition: opacity 0.2s, visibility 0.2s;
}

nav.slideout-navigation.do-overlay .slideout-exit {
  position: absolute;
  font-size: 36px;
  padding-top: 16px;
  z-index: 1;
  color: var(--verde);
}

nav#generate-slideout-menu.main-navigation .inside-navigation {
  justify-content: flex-start;
  position: unset;
}

.slideout-navigation.main-navigation {
  image-rendering: -moz-crisp-edges;
  background-color: rgba(255, 255, 255, 0.9);
}

.slideout-navigation.main-navigation .main-nav ul li a {
  line-height: 1.2;
}

nav.slideout-navigation.main-navigation .main-nav .current-menu-ancestor>a,
nav.slideout-navigation.main-navigation .main-nav .current-menu-item>a {
  font-weight: 600;
}

nav.main-navigation .main-nav .menu-item-has-children .toggled-on {
  padding: 10px 20px 10px 20px;
}

nav.slideout-navigation.do-overlay .menu-item-has-children .dropdown-menu-toggle {
  border-left: 0;
  display: none;
}

.menu-item-has-children .dropdown-menu-toggle {
  padding-right: 10px;
  padding-left: 0;
}



nav.main-navigation .menu-item-has-children .menu-item:first-child {
  padding-top: 10px;
}

nav.main-navigation .menu-item-has-children .menu-item:last-child {
  padding-bottom: 10px;
}

.main-navigation ul ul {
  transform: translateX(-20px);
  box-shadow: unset;
}

.main-navigation .main-nav ul ul li a {
  font-size: 14px !important;
}

.main-navigation .main-nav ul ul li[class*="current-menu-"]>a,
.main-navigation .main-nav ul ul li[class*="current-menu-"]>a:hover,
.main-navigation .main-nav ul ul li:hover>a {
  font-weight: 700 !important;
}

/*
body nav#site-navigation {
  position: fixed;
  width: 100%;
}


nav#site-navigation.hide {
  display: none;
}

nav#site-navigation.active .inside-navigation {
  background: rgba(255, 255, 255, 0.81);
  box-shadow: 0 48px 48px -16px rgba(0, 0, 0, 0.04);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
*/

.nav-below-header .main-navigation.has-branding .inside-navigation.grid-container {
  padding: 10px 20px 20px 20px;
  z-index: 2;
}

.page-id-69 .main-navigation .main-nav ul li a,
.page-id-3 .main-navigation .main-nav ul li a {
  color: #333333;
}

.nav-below-header #sticky-navigation.main-navigation.has-branding .inside-navigation.grid-container {
  padding: 0 80px;
  z-index: 2;
}

nav#sticky-navigation {
  background: white;
}

body.sticky-enabled .main-navigation.is_stuck {
  box-shadow: unset;
}



/******************** cro-swiper-tripleIcon  **********************/

.cro-swiper-tripleIcon {
  margin-bottom: 20px;
}

.cro-swiper-tripleIcon .triple-logo {
  margin: 0 auto;
  transform: scale(0.5);
  opacity: 0.5;
  transition: all 1s ease;
}

.cro-swiper-tripleIcon .triple-logo img {
  width: 220px;
  margin: auto;
}

.cro-swiper-tripleIcon .swiper-slide-active .triple-logo,
.cro-swiper-tripleIcon .swiper-slide-duplicate-active .triple-logo {
  transform: scale(1);
  opacity: 1;
  transition: all 1s ease;
}

.cro-swiper-tripleIcon .triple-text {
  font-size: 18px;
  font-weight: 300;
  opacity: 0;
  transition: all 0s ease;
  text-align: center;
  line-height: 1.2;
  margin: 20px 0 10px;
}

.cro-swiper-tripleIcon .swiper-slide-active .triple-text,
.cro-swiper-tripleIcon .swiper-slide-duplicate-active .triple-text {
  font-size: 36px;
  transition: opacity 300ms linear;
  transition-delay: 0.9s;
  opacity: 1;
}

@media (min-width: 960px) {

  .cro-swiper-tripleIcon .swiper-slide-active .triple-text,
  .cro-swiper-tripleIcon .swiper-slide-duplicate-active .triple-text {
    position: absolute;
    width: 570px;
    margin-left: -175px;
  }
}

/******************** cro-swiper-circleText  **********************/

.cro-swiper-circleText {
  text-align: center;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.cro-swiper-circleText .swiper-container {
  width: 280px;
  height: 280px;
}

.cro-swiper-circleText .swiper-slide .box {
  height: calc(100% - 4px);
  width: calc(100% - 4px);
  background: rgba(75, 196, 206, 0.8);
  border-radius: 50%;
  box-shadow: 0 0 1px 1px rgba(75, 196, 206, 0.8);
  transform: translate(2px, 2px);
}

.cro-swiper-circleText .swiper-slide .image {
  padding: 20px 20px 0 20px;
}

.cro-swiper-circleText .swiper-slide img {
  border-radius: 50%;
  margin: 0 auto;
  background: white;
  height: 100px;
  width: auto;
}

.cro-swiper-circleText .swiper-slide p {
  padding: 5px 55px 20px 55px;
  font-size: 18px;
  font-style: italic;
  color: white;
  line-height: 1.3;
}

.cro-swiper-circleText .swiper-prev {
  position: absolute;
  left: 0;
  top: calc(50% - 30px);
  height: 60px;
  width: 60px;
  z-index: 1;
}

.cro-swiper-circleText .swiper-next {
  position: absolute;
  right: 0;
  top: calc(50% - 30px);
  height: 60px;
  width: 60px;
  z-index: 1;
}

.cro-swiper-circleText .swiper-next:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  height: 30px;
  width: 30px;
  border: 1px solid var(--violeta);
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
}

.cro-swiper-circleText .swiper-prev:before {
  content: "";
  position: absolute;
  top: 15px;
  right: 0;
  height: 30px;
  width: 30px;
  border: 1px solid var(--violeta);
  border-width: 1px 1px 0 0;
  transform: rotate(225deg);
}

.h-38 {
  min-height: 530px;
}

.h-43 {
  min-height: 630px;
}

.h-45 {
  min-height: 700px;
}

@media (min-width: 769px) {
  .cro-swiper-circleText .swiper-container {
    width: 384px;
    height: 384px;
  }

  .cro-swiper-circleText .swiper-slide img {
    height: 150px;
    width: auto;
  }

  .cro-swiper-circleText .swiper-slide p {
    font-size: 23px;
  }
}

@media (min-width: 1380px) {
  .h-38 {
    height: 19vw;
  }

  .h-43 {
    height: 21.5vw;
  }

  .h-45 {
    height: 22.5vw;
  }
}

/******************** Bloque cro-title  **********************/

.cro-title .line-dot {
  image-rendering: -moz-crisp-edges;
  background-image: url(/wp-content/themes/srbeardman/inc/images/linea-puntos-azul.svg);
  margin: 40px 0;
}

.cro-title .description {
  position: relative;
  margin: 30px 20px 20px 20px;
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
}

.cro-title .description.short {
  max-width: 650px;
  margin: 30px auto 20px auto;
}

.cro-title .description.espacio {
  margin-bottom: 80px;
}

.cro-title .like-h3 {
  margin-bottom: 50px;
}

/******************** Bloque cro-flex **********************/

.cro-flex {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.cro-flex.sa {
  justify-content: space-around;
}

.negative-40 {
  margin: 0 -40px;
}

.negative-22 {
  margin: 0 -22px;
}

.block-center {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.cro-flex .box-big {
  display: flex;
  justify-content: space-around;
  align-items: center;
  box-sizing: border-box;
  padding: 20px 40px;
  width: 100%;
  position: relative;
}

.cro-flex .box-big.cc {
  flex-flow: column;
  justify-content: center;
}

.cro-flex .box-big.c {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
}

.cro-flex.block-2 .box-big.cc .description {
  margin-bottom: 40px;
}

.cro-flex .box-big .icon {
  margin: auto;
  position: relative;
}

.cro-flex.block-1 .box-big .description {
  position: relative;
  max-width: 380px;
  margin-bottom: 0;
  line-height: 1.2;
}

.color-w {
  color: white;
}

.color-b {
  color: var(--black);
}

.color-o {
  color: var(--orange);
}

.color-br {
  color: var(--brown);
}

.color-dbr {
  color: var(--dark-brown);
}

.color-g {
  color: var(--green);
}

.cro-flex.block-2 .box-big .description {
  position: relative;
  max-width: 430px;
  margin-bottom: 0;
  line-height: 1.2;
}

.cro-flex .box {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 20px 10px;
}

.cro-post-content {
  text-align: left;
  margin-top: 25px;
}

.cro-post-content>* {
  margin-bottom: 15px;
}

.cro-post-content h3 {
  margin-bottom: 0;
}

.cro-flex .box .icon {
  margin-bottom: 20px;
}

.cro-flex .box .icon img {
  margin: 0 auto;
}

.cro-flex .box .icon.numbers img {
  width: auto;
  height: 97px;
}

.cro-flex .background {
  position: absolute;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.cro-members {
  padding: 200px 20px 0;
}

.cro-members-2 {
  padding: 50px 20px;
}

.cro-members-3 {
  padding: 50px 20px 100px;
}

.cro-flex.white {
  color: white;
}

.croAboutUs .cro-flex.col2 {
  flex-flow: column;
}

.croAboutUs .cro-flex.col2 .box.youtube {}

.croAboutUs .cro-flex.col2 .box {}

.cro-flex .box.left {
  text-align: left;
}

.cro-flex.col2.sb {
  justify-content: space-around;
}

.cro-flex.col2 .box.extra {
  min-width: 350px;
  max-width: 450px;
}

.cro-flex.col2 .box {
  width: 100%;
  margin-bottom: 40px;
  flex: 1;
}

.cro-flex.col3 .box {
  width: 100%;
  margin-bottom: 40px;
}

.cro-flex.col4.text {
  margin: 0 -10px;
}

.cro-flex.col4.text .box {
  width: 100%;
  padding: 0 10px;
}

@media (min-width: 769px) {
  .cro-flex.col2 {
    margin: 0 -20px;
  }

  .cro-flex.col2 .box.youtube {}

  .cro-flex.col2 .box-big {
    width: 50%;
  }

  .cro-flex.col2 .box {
    width: 50%;
    padding: 20px;
  }

  .cro-flex.col3 .box {
    width: 50%;
  }

  .cro-flex .box-big {
    padding: 40px;
  }

  .cro-flex.col4.text .box {
    width: 50%;
  }
}

@media (min-width: 900px) {
  .cro-flex.col3 .box {
    width: 33%;
  }
}

@media (min-width: 1000px) {
  .cro-flex.col4.text .box {
    width: 33%;
  }
}

@media (min-width: 1300px) {
  .cro-flex.col4.text .box {
    width: 25%;
  }
}

/******************** Bloque footer **********************/

.inside-site-info {
  padding: 0;
}

.copyright-bar {
  width: 100%;
}

.footer-roll {
  display: flex;
  flex-flow: column;
  justify-content: center;
  text-align: center;
  align-items: center;
}

.footer-roll .sub-footer {
  overflow: hidden;
}

.footer-roll .box.rrss {
  max-width: 500px;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  justify-content: center;
}

.footer-roll .box.rrss a {
  padding: 10px 10px 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-roll .box.rrss a img {
  padding-right: 5px;
}

.footer-roll .box.legal {
  max-width: 360px;
  margin: 0 auto;
  padding: 20px;
}

.footer-roll .box.legal img {
  margin: 0 auto 40px;
}

.footer-roll .box.legal p {
  margin-bottom: 15px;
}

.footer-roll .box.legal a {
  display: inline-block;
}

.footer-roll .box.legal p:first-of-type a {
  font-weight: 300;
  border-right: 1px solid #333333;
}

.footer-roll .box.legal p a:first-child {
  border-left: 1px solid #333333;
}

.footer-roll .box.legal a {
  padding: 4px 20px;
}

.footer-roll .box.legal p:nth-child(3) a:first-child {
  border-right: 1px solid var(--dark-brown);
}

.footer-roll .box.logos {
  max-width: 360px;
  display: flex;
  margin: 0 0 40px;
}

.site-footer {
  max-width: 1366px;
  margin: 0 auto;
}

.footer-roll .box.logos img {
  width: 178px;
}

.footer-roll .sub-footer .container {
  display: flex;
  justify-content: center;
  flex-flow: column;
  align-items: center;
  padding: 20px;
  margin: 0 auto;
}

.footer-roll .box.eu {
  display: flex;
  flex-flow: column;
  align-items: center;
  max-width: 1000px;
  padding: 5px;
}

.footer-roll .box.eu p {
  padding: 20px 5px 5px 10px;
  margin-bottom: 0;
  font-size: 12px;
}

.footer-roll .box.logos .tecnalia {
  margin: auto 20px auto 0;
  min-width: 200px;
}

.footer-roll .box.logos .swiper-footer-logos {
  margin: auto;
}

.footer-roll .box.logos .swiper-footer-logos .swiper-slide {
  margin: auto;
  width: auto;
}

.footer-roll .recent-posts {
  margin: 20px auto;
}

.footer-roll .recent-posts .box {
  flex: 1 0 260px;
  padding: 20px;
  max-width: 412px;
  box-sizing: border-box;
  margin: 0 auto;
}

.footer-roll .recent-posts .box .post-thumbnail {
  cursor: pointer;
  position: relative;
  padding-top: 56.25%;
}

.footer-roll .recent-posts .box img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: white;
  object-position: center;
}

.footer-roll .recent-posts .box h3 {
  font-size: 18px;
  margin: 10px 0;
  text-align: left;
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 769px) {
  .footer-roll .box.logos {
    max-width: 750px;
  }

  .footer-roll .box.logos img {
    width: 250px;
  }

  .footer-roll .box.legal {
    max-width: 1200px;
  }

  .footer-roll .box.legal p:nth-of-type(2),
  .footer-roll .box.legal p:nth-of-type(3) {
    display: inline-block;
    font-weight: 300;
  }

  .footer-roll .box.legal p:nth-child(3) a:first-child {
    border-right: unset;
  }

  .footer-roll .box.legal p:nth-of-type(2) a,
  .footer-roll .box.legal p:nth-of-type(3) a {
    padding: 4px 20px;
    border-left: 1px solid var(--dark-brown);
  }

  .footer-roll .box.legal p a:first-child {
    border-right: 1px solid #333333;
    border-left: 1px solid #333333;
  }

  .footer-roll .box.legal p:last-child a:last-child {
    border: 0;
    padding: 0;
    text-decoration: underline;
  }
}

@media (min-width: 1200px) {
  .footer-roll .box.logos {
    max-width: 1120px;
  }

  .footer-roll .box.logos img {
    width: 224px;
  }
}

@media (min-width: 1290px) {
  .footer-roll .box.logos {
    max-width: 1840px;
  }
}

/******************** Youtube Block **********************/

.youtube-grid {
  position: relative;
  display: flex;
  flex-flow: column;
  margin: 0 -10px 60px;
}

#videoPopFull .vimeoPop {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.buttonClose {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 10px;
  right: 10px;
  text-align: center;
  color: #333333;
  overflow: hidden;
  cursor: pointer;
  display: block;
  z-index: 3;
}

.buttonClose span {
  position: absolute;
  content: " ";
  width: 60px;
  background-color: #333333;
  height: 2px;
  left: 0;
  top: 25px;
  transition: all 300ms;
}

.buttonClose:after {
  content: "";
  width: 100%;
  bottom: -20px;
  left: 0;
  position: absolute;
  transition: all 400ms;
  opacity: 0.7;
}

.buttonClose span:nth-child(1) {
  transform: rotate(-45deg);
}

.buttonClose span:nth-child(2) {
  transform: rotate(45deg);
}

#videoPopFull .vimeoPop iframe {
  bottom: 0;
  margin: auto;
  padding: 80px 0;
}

.youtube-video,
.vimeo-video {
  position: relative;
  flex: 1 0 200px;
  max-width: 100%;
}

.youtube-video .video,
.vimeo-video .video {
  position: relative;
  padding-top: 56.25%;
  margin: 0;
}

.youtube-video .video iframe,
#videoPopFull iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  color: white;
  z-index: 2;
  margin: 0 auto;
}

.youtube-video a:before,
.vimeo-video a:before {
  display: block;
  position: absolute;
  content: "";
  image-rendering: -moz-crisp-edges;
  background-image: url(/files/icon-play.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
  opacity: 0.5;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.youtube-video img,
.vimeo-video img {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  color: white;
}

/******************** Downloads Block **********************/

.cro-block.over {
  padding: 25px 0;
  overflow: unset;
  display: flex;
  justify-content: space-between;
  flex-flow: column;
}

.cro-flex-downloads {
  display: flex;
  position: relative;
  flex-flow: column;
  border-bottom: 4px solid var(--grey-b);
}

.cro-flex-downloads>* {
  margin-bottom: 10px;
}

.cro-block.over .downloads-selector {
  width: 100%;
  padding-right: 30px;
  margin-bottom: 100px;
}

.cro-block.over .downloads-featured {
  min-width: 280px;
  max-width: 100%;
  display: none;
}

.cro-block.over .downloads-featured h2.like-caption {
  padding: 7px 15px 8px 0;
  margin-bottom: 20px;
}

.cro-block h1.title {
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  color: #616160;
  margin-bottom: -10px;
}

.files:nth-of-type(n + 3) {
  display: none;
}

.files {
  border-bottom: 4px solid var(--grey-b);
}

.files .box-file:nth-child(n + 2) {
  border-top: 1px solid var(--grey-b);
}

.files .box-file {
  padding: 20px 15px;
  box-sizing: border-box;
}

.files .box-file .button-info {
  display: inline;
}

.files .box-file span {
  padding-left: 20px;
}

div.main-select {
  position: relative;
  z-index: 2;
  max-width: 400px;
  min-width: 200px;
}

div.main-select .dropdown>div.caption {
  position: relative;
  background-color: transparent;
  padding: 5px 15px 5px 60px;
  cursor: pointer;
  border: 1px solid var(--grey-b);
}

div.main-select .dropdown>div.caption .arrow {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 100%;
  border-right: 1px solid var(--grey-b);
  box-sizing: border-box;
}

div.main-select .dropdown>div.caption .arrow:before {
  content: "";
  position: absolute;
  border-top: solid 20px var(--black);
  border-left: solid 11px transparent;
  border-right: solid 11px transparent;
  top: 8px;
  left: 9px;
  z-index: 1;
}

div.main-select .dropdown>div.list {
  position: relative;
  background-color: white;
  border: 1px solid var(--black);
  border-top: 0;
  display: none;
}

div.main-select .dropdown>div.list>div.item {
  padding: 5px 15px 5px 60px;
  cursor: pointer;
}

div.main-select .dropdown>div.list>div.item.selected {
  font-weight: bold;
}

div.main-select .dropdown.open>div.list {
  display: block;
}

div.main-select .dropdown.open>div.list .item:first-child {
  padding-top: 10px;
}

div.main-select .dropdown.open>div.list .item:last-child {
  padding-bottom: 10px;
}

.featured-publications .button-info {
  padding: 30px 0 50px;
}

.featured-publications .button-downloads {
  padding: 30px 0 50px;
}

@media (min-width: 769px) {
  .vimeo-video .video .vimeoPop iframe {}

  .cro-block.over {
    flex-flow: nowrap;
  }

  .cro-block.over .downloads-featured {
    display: block;
  }

  .cro-block.over .downloads-featured {
    max-width: 350px;
  }

  div.main-select {
    min-width: 400px;
  }

  .cro-flex-downloads {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
  }
}

@media (min-width: 988px) {
  #videoPopFull .vimeoPop iframe {
    padding: 0 80px;
  }
}

/******************** Bloque cro-swiper-text **********************/

.cro-swiper-icons {
  max-width: 100%;
}

.cro-swiper-icons img {
  margin: 0 auto;
}

.cro-block .background {
  position: absolute;
  background-blend-mode: multiply;
  background-position: center;
  background-size: cover;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.swiper-pagination span {
  margin-right: 10px;
  opacity: 0.7;
  width: 15px;
  height: 15px;
}

.swiper-pagination span:last-of-type {
  margin-right: 0;
}

.swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #f3967e;
  border: 1px solid #f3967e;
  ;
}

.swiper-pagination.color-b span {
  background: var(--black);
}

.swiper-pagination.color-b span.swiper-pagination-bullet-active {
  background: transparent;
  border-color: var(--black);
}

.swiper-pagination.color-y span {
  background: var(--yellow);
  opacity: 1;
}

.swiper-pagination.color-y span.swiper-pagination-bullet-active {
  background: transparent;
  border-color: var(--yellow);
}

@media (min-width: 769px) {
  .cro-swiper-background.muela .swiper-container .swiper-slide .background {
    height: 450px;
  }
}

/******************** Bloque header paginas interiores  **********************/

.one-container.right-sidebar .site-main,
.one-container.both-right .site-main {
  margin-right: 40px;
}

body .site-footer .grid-container {
  max-width: 100%;
}

body.error404 .site.grid-container {
  max-width: 1140px;
}

.cro-block.header-pages {
  margin: -120px 0 50px;
}

.contact .cro-block.header-pages {
  margin: -120px 0 0;
}

.cro-block.header-pages.entery {
  margin: -110px 10px 50px 10px;
}

@media (min-width: 769px) {
  .cro-block.header-pages {
    margin: -150px 0 50px;
  }

  .contact .cro-block.header-pages {
    margin: -150px 0 0;
  }
}

.cro-block.header-pages .background.cola-milano {
  clip-path: polygon(0 0,
      100% 0,
      100% 100px,
      calc(50% + 22px) 100px,
      calc(50% + 50px) 145px,
      calc(50% - 50px) 145px,
      calc(50% - 22px) 100px,
      0 100px);
  z-index: 1;
}

.cro-block.crob-2 .background.cola-milano-h {
  clip-path: polygon(0 45px,
      calc(50% - 22px) 45px,
      calc(50% - 50px) 0px,
      calc(50% + 50px) 0px,
      calc(50% + 22px) 45px,
      100% 45px,
      100% 100%,
      0 100%);
}

.blog .cro-block.header-pages {
  margin: -110px 10px 50px;
}

.blog .cro-block.header-pages {
  margin: -110px 10px 50px;
}

.site-content.extra-p .content-area {
  padding: 0 20px;
}

.site-content.extra-pa .content-area .inside-article>.cro-block:not(:first-child) {
  padding: 0 20px;
}

body.home .cro-block.header-pages {
  margin: -91px 0px 50px;
}

.cro-block.inner-pages {
  margin-top: 100px;
  image-rendering: -moz-crisp-edges;
  background-image: linear-gradient(to right,
      var(--brown),
      var(--green),
      var(--orange));
}

body.home .cro-block.inner-pages {
  margin-top: 71px;
}

.cro-block.inner-pages .w-800 {
  margin: 0;
}

.cro-block.inner-pages .cro-title {
  padding: 80px 20px 40px;
}

@media (min-width: 800px) {
  .ipvTnx {
    font-size: 1.7vw;
  }
}

@media (min-width: 769px) {
  .cro-block.inner-pages .cro-title {
    padding: 80px 20px;
  }

  .cro-block.inner-pages {
    margin-top: 130px;
  }

  .cro-block.header-pages .background.cola-milano {
    clip-path: polygon(0 0,
        100% 0,
        100% 130px,
        calc(50% + 32px) 130px,
        calc(50% + 65px) 185px,
        calc(50% - 65px) 185px,
        calc(50% - 32px) 130px,
        0 130px);
    z-index: 1;
  }

  .cro-block.crob-2 .background.cola-milano-h {
    clip-path: polygon(0 55px,
        calc(50% - 32px) 55px,
        calc(50% - 65px) 0px,
        calc(50% + 65px) 0px,
        calc(50% + 32px) 55px,
        100% 55px,
        100% 100%,
        0 100%);
  }

  .blog .cro-block.header-pages {
    margin: -140px 10px 50px;
  }

  .cro-block.header-pages.entery {
    margin: -140px 10px 50px 10px;
  }

  .blog .content-area {
    padding: 0;
  }

  .site-content.extra-p .content-area {
    padding: 0;
  }

  .site-content.extra-pa .content-area .inside-article>.cro-block:not(:first-child) {
    padding: 0;
  }
}

/******************** Bloque cro-title  **********************/

.cro-title {
  position: relative;
  overflow: hidden;
}

.cro-title .title {
  line-height: 1.2;
  text-align: center;
}

/******************** Bloque cro-swiper-triple  **********************/

.cro-swiper-triple {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.cro-swiper-triple .button-info {
  margin-top: 30px;
}

.cro-swiper-triple .swiper-container {
  max-width: 940px;
  margin: 0 auto;
  padding-top: 20px;
}

.cro-swiper-triple .swiper-slide {
  text-align-last: center;
}

.cro-swiper-triple .swiper-slide .box {
  transform: scale(0.5) translateY(-100px);
  transition: all 1s ease;
}

.cro-swiper-triple .swiper-slide-active .box,
.cro-swiper-triple .swiper-slide-duplicate-active .box {
  transform: scale(1);
  transition: all 1s ease;
}

.cro-swiper-triple .swiper-slide .box img {
  border-radius: 50%;
  margin: 0 auto;
}

.cro-swiper-triple .swiper-slide .box p.title {
  font-size: 24px;
  margin-bottom: 0;
  margin-top: 10px;
}

.cro-swiper-triple .swiper-slide .box .description {
  font-size: 18px;
}

.cro-swiper-triple .swiper-prev {
  position: absolute;
  left: 0;
  top: calc(50% - 76px);
  height: 60px;
  width: 60px;
  z-index: 1;
}

.cro-swiper-triple .swiper-next {
  position: absolute;
  right: 0;
  top: calc(50% - 76px);
  height: 60px;
  width: 60px;
  z-index: 1;
}

.cro-swiper-triple .swiper-next:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  height: 30px;
  width: 30px;
  border: 1px solid var(--violeta);
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
  z-index: 1;
}

.cro-swiper-triple .swiper-prev:before {
  content: "";
  position: absolute;
  top: 15px;
  right: 0;
  height: 30px;
  width: 30px;
  border: 1px solid var(--violeta);
  border-width: 1px 1px 0 0;
  transform: rotate(225deg);
  z-index: 1;
}

/******************** Bloque Casos  **********************/

.cro-recent-posts {
  max-width: 1120px;
  margin: 0 auto;
  text-align: center;
}

.cro-recent-posts .custom-swiper {
  position: relative;
  padding: 0;
}

.cro-recent-posts .custom-swiper .swiper-prev {
  top: calc(50% - 75px);
}

.cro-recent-posts .custom-swiper .swiper-next {
  top: calc(50% - 75px);
}

.cro-recent-posts .custom-swiper .swiper-prev:before,
.cro-recent-posts .custom-swiper .swiper-next:before {
  border-color: var(--dark-brown);
}

.cro-recent-posts .box {
  flex: 1 0 260px;
  padding: 20px;
  max-width: 100%;
  box-sizing: border-box;
}

.cro-recent-posts .box .post-thumbnail {
  cursor: pointer;
  position: relative;
  padding-top: 56.25%;
}

.cro-recent-posts .box img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: white;
  opacity: 0.8;
  object-position: center;
}

.cro-recent-posts .box h3 {
  font-size: 16px;
  margin: 20px 0 3px;
  font-weight: 600;
}

.cro-recent-posts .box h3 a {
  color: var(--dark-brown);
}

/******************** Bloque cro-swiper-ventajas **********************/

.cro-swiper-ventajas {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.cro-swiper-ventajas .swiper-container {
  width: 490px;
}

.cro-background-top.blue {
  background-color: var(--dark-brown);
}

.cro-swiper-ventajas .swiper-container .swiper-slide {
  text-align: center;
  margin: 0 auto;
}

.cro-swiper-ventajas .swiper-slide .title {
  color: white;
  font-size: 40px;
  margin-bottom: 10px;
}

.cro-swiper-ventajas .swiper-slide .description {
  color: white;
  font-size: 28px;
  margin-bottom: 10px;
}

.cro-swiper-ventajas .swiper-container .swiper-slide {
  text-align: center;
  margin: 0 auto;
}

.cro-swiper-ventajas .swiper-container .swiper-slide img:first-of-type {
  margin: 0 auto 30px;
}

.cro-swiper-ventajas .swiper-container .swiper-slide img:nth-of-type(2) {
  margin: 0 auto 20px;
}

.cro-swiper-ventajas .swiper-prev {
  position: absolute;
  left: 0;
  top: 50%;
  height: 60px;
  width: 60px;
  z-index: 1;
}

.cro-swiper-ventajas .swiper-next {
  position: absolute;
  right: 0;
  top: 50%;
  height: 60px;
  width: 60px;
  z-index: 1;
}

.cro-swiper-ventajas .swiper-next:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  height: 30px;
  width: 30px;
  border: 1px solid white;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
  z-index: 1;
}

.cro-swiper-ventajas .swiper-prev:before {
  content: "";
  position: absolute;
  top: 15px;
  right: 0;
  height: 30px;
  width: 30px;
  border: 1px solid white;
  border-width: 1px 1px 0 0;
  transform: rotate(225deg);
  z-index: 1;
}

/******************** Bloque cro-swiper-tripleText **********************/

.cro-swiper-tripleText {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}

.cro-swiper-tripleText .swiper-container {
  max-width: 940px;
}

.cro-swiper-tripleText .swiper-container .box {
  padding: 20px;
  text-align: center;
  max-width: 313.33px;
  margin: 0 auto;
}

.cro-swiper-tripleText .swiper-container .box .title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 10px;
}

.cro-swiper-tripleText .swiper-container .box .description {
  font-size: 18px;
  line-height: 1.3;
}

.cro-swiper-tripleText .swiper-prev {
  position: absolute;
  left: 0;
  top: calc(50% - 36px);
  height: 60px;
  width: 60px;
  z-index: 1;
}

.cro-swiper-tripleText .swiper-next {
  position: absolute;
  right: 0;
  top: calc(50% - 36px);
  height: 60px;
  width: 60px;
  z-index: 1;
}

.cro-swiper-tripleText .swiper-next:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  height: 30px;
  width: 30px;
  border: 1px solid var(--dark-brown);
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
  z-index: 1;
}

.cro-swiper-tripleText .swiper-prev:before {
  content: "";
  position: absolute;
  top: 15px;
  right: 0;
  height: 30px;
  width: 30px;
  border: 1px solid var(--dark-brown);
  border-width: 1px 1px 0 0;
  transform: rotate(225deg);
  z-index: 1;
}

/******************** Bloque cro-background-header de paginas interiores **********************/

.cro-inner-circleText {
  position: relative;
  z-index: 1;
}

.cro-inner-circleText .image {
  padding: 0 20px;
}

.cro-inner-circleText .image img {
  border-radius: 50%;
  margin: 0 auto;
  border: 3px solid white;
  background: white;
}

/******************** Bloque Cita  **********************/

.button-cita {
  position: fixed;
  top: 200px;
  right: 0;
  z-index: 99;
  display: none;
}

.button-cita a {
  padding: 50px 0 50px 10px;
  background-color: var(--violeta-claro);
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  display: inline-block;
  color: white;
  font-weight: 700;
  font-size: 34px;
  min-width: 80px;
}

@media (min-width: 769px) {
  .button-cita {
    display: block;
  }
}

/******************** Bloque video HTML5  **********************/

.cro-video {
  max-width: 600px;
  margin-top: -230px;
  z-index: 1;
}

.cro-video:after {
  content: "";
  image-rendering: -moz-crisp-edges;
  background-image: url(https://srbeardman.com/wp-content/themes/beardman/inc/images/icon-play.svg);
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: cover;
  cursor: pointer;
  display: none;
}

.cro-video.active:after {
  display: block;
}

/******************** Elimina la X azul del search form y hace cuadrado el search form en moviles **********************/

.search-field::-webkit-search-cancel-button {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
}

input[type="search"].search-field {
  -webkit-appearance: none;
  border-radius: 0;
}

.featured-image.page-header-image-single,
.post-image {
  width: 100%;
}

/******************** GDPR MODULE **********************/

#moove_gdpr_cookie_modal,
#moove_gdpr_cookie_info_bar,
.gdpr_cookie_settings_shortcode_content {
  font-family: "Montserrat", sans-serif;
}

body .gdpr-icon.moovegdpr-arrow-close:after,
body .gdpr-icon.moovegdpr-arrow-close:before {
  background-color: white;
}

body #moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme {
  background-color: #f9f8f7;
  border-top: 0px solid #fff;
}

p#formularios-aceptacion {
  margin-top: -11px;
}

#formularios-aceptacion span.wpcf7-form-control-wrap.acceptance-688 {
  margin-bottom: -5px;
}

body #formularios-aceptacion span.wpcf7-list-item {
  margin-right: 0px;
}

p#formularios-aceptacion {
  color: gray;
}

body .lity {
  background: #ffffffed;
}

body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content {
  background-color: #f9f8f7;
}

body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content {
  background-color: transparent;
}

body span.gdpr-icon.moovegdpr-arrow-close {
  background-color: #00aebc;
}

body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close:hover span.gdpr-icon.moovegdpr-arrow-close:before,
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close:hover span.gdpr-icon.moovegdpr-arrow-close:after {
  background-color: #00aebc;
}

/******************** Legal Notice **********************/

.section.col-2 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 10px;
  position: relative;
}

.section.col-23 .box2 h1 {
  padding: 40px 0 25px;
}

.section.col-23 .box2 h1 {
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  color: #616160;
}

.section.legal {
  font-size: 14px;
  font-weight: 300;
}

.section.legal>.box {
  padding: 0 40px 40px;
}

.section.col-2 .box {
  padding: 0 30px 30px 30px;
  box-sizing: border-box;
}

.section.col-2 .box img {
  max-height: 70px;
  padding-bottom: 20px;
}

.section.col-2 .box.m img {
  max-height: 130px;
  width: fit-content;
}

.section.col-2 .box h2,
.block h2 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 5px;
  color: var(--grey);
}

.block h2.margin {
  margin-bottom: 40px;
}

.section.col-2 .box.m:first-child p {
  margin-bottom: 0;
}

.col-2 .bottom-line,
.block .bottom-line {
  margin: 0 0 20px 0;
}

.bottom-line {
  height: 1px;
  background: var(--grey);
  margin: 40px 0 0 0;
}

@media (min-width: 769px) {
  .section.col-2 .box {
    flex: 1 0 400px;
    max-width: 50%;
  }

  .s-bi .swiper-slide .text {
    padding: 60px 30px;
  }

  .s-bi .swiper-slide .text img {
    height: 100px;
  }

  .col-2 .bottom-line,
  .block .bottom-line {
    margin: 0 0 20px 0;
  }

  .section.col-2 .box {
    padding: 0 30px 40px;
  }

  .section.col-3 .box {
    flex: 1 0 300px;
    flex-flow: row;
    max-width: 50%;
    padding: 0 30px;
  }

  .section.col-23b .box1 {
    display: block;
  }

  .s-image-text .swiper-slide {
    padding: 30px 150px;
  }

  .s-text .swiper-slide {
    padding: 30px 150px;
  }
}

/******************** CF7 **********************/

.Emails-wrap {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}

.cf7-background {
  background: linear-gradient(135deg, rgb(0, 174, 66) 0%, rgb(54, 169, 225) 100%);
  border-radius: 0;
  padding: 50px 30px;
  margin: 50px 0;
}

@media (min-width: 1450px) {
  .cf7-background {
    margin: 50px -10%;
  }
}

.cf7-general .cf7-container {
  max-width: 1160px;
  margin: 0 auto;
}

.cf7-general.grey .cf7-box textarea,
.cf7-general.grey .cf7-box input[type="text"],
.cf7-general.grey .cf7-box input[type="email"],
.cf7-general.grey .cf7-box select {
  background-color: var(--background);
}

.cro-contact {
  max-width: 650px;
  margin: 0 auto;
  padding: 50px 0 80px;
  position: relative;
  z-index: 1;
}

.cro-contact .box {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  text-align: center;
  font-style: italic;
}

.cro-contact .description1 {
  font-size: 22px;
  color: var(--black);
  margin: 10px 0 0;
}

.cro-contact .description2 {
  font-size: 40px;
  font-weight: 700;
  color: var(--dark-brown);
  margin-bottom: 0;
  line-height: 1.3;
}

.cro-contact .description3 {
  text-align: center;
  font-size: 18px;
  font-style: italic;
  color: var(--violeta);
  font-weight: 700;
  max-width: 300px;
  margin: 0 auto;
  padding: 30px 0;
  line-height: 1.2;
}

.cf7-box .Clinica:after,
.cf7-box .Motivo:after {
  content: "";
  position: absolute;
  top: 2px;
  right: 10px;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-left-width: 10px;
  border-right-width: 10px;
  border-top: 16px solid var(--dark-brown);
  pointer-events: none;
}

.cf7-general p {
  margin-bottom: 10px;
}

.custom-html-widget .cf7-general .cf7-box.fields {
  flex-flow: column;
}

.custom-html-widget .cf7-general .cf7-box.fields>p {
  max-width: 100% !important;
  padding: 0 20px !important;
}

.custom-html-widget .cf7-container.left>p:first-child {
  margin: 0 0 1rem;
}

.custom-html-widget .cf7-container.left {
  flex-flow: column;
}

.custom-html-widget form.wpcf7-form .wpcf7-acceptance label span {
  text-align: left;
}

.custom-html-widget .cf7-container {
  margin-bottom: 2rem;
}

.cf7-general .cf7-box.fields {
  flex-flow: column;
}

.cf7-general .cf7-box.fields>p:nth-child(2) {
  margin-bottom: 0;
}

.cf7-general .cf7-box.fields.texto {
  padding: 0;
}

.cf7-general .wp-block-group__inner-container {
  padding: 0;
}

@media (min-width: 769px) {
  .cf7-general .wp-block-group__inner-container {
    padding: 0 40px;
  }

  .cf7-general .cf7-box.fields.texto {
    padding: 20px;
  }
}

.cf7-general .cf7-box.fields>p:nth-child(1),
.cf7-general .cf7-box.fields>p:nth-child(3),
.cf7-general .cf7-box.fields>p:nth-child(4) {
  padding: 0;
}

.cf7-general .cf7-box.fields input,
.cf7-general .cf7-box.text-area input {
  line-height: 1;
}

.cf7-general input::placeholder,
.cf7-general textarea::placeholder {
  font-weight: 300;
  color: var(--darkgreen);
  font-size: 18px;
}

.cf7-box span.wpcf7-list-item {
  font-size: 18px;
  font-weight: 300;
}

.cf7-general .cf7-box.text-area>p {
  position: relative;
  min-width: 100%;
}

.cf7-general .cf7-box.text-area {
  padding: 0;
}

.cf7-container.left {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0 0;
  margin: 0;
  flex-flow: column;
}

.cf7-container.left>div:first-of-type {
  margin: 20px 0 30px;
}

.cf7-box {
  width: 100%;
  box-sizing: border-box;
  display: flex;
}

.cf7-box.full {
  width: 100%;
}

.cf7-box select {
  position: relative;
  min-width: 100%;
}

.wpcf7-form-control-wrap {
  position: relative;
}

.cf7-box.center {
  width: 100%;
  box-sizing: border-box;
}

.cf7-box input[type="text"],
input[type="email"] {
  min-width: 100%;
  min-height: 42px;
}

.wpcf7-form input[type="submit"] {
  padding: 12px 50px;
  border: 1px solid white;
  background-color: white;
  border-radius: 30px;
  display: inline-block;
  color: #f3967e;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2;
}

.wpcf7-form input[type="submit"]:hover {
  border: 1px solid white;
  background-color: white;
  color: #f3967e;
  border-radius: 30px;
  flex-direction: row;
}

.cf7-box.submit {
  text-align: center;
}

.cf7-box.right {
  text-align: left;
}

.cf7-box.right>p {
  float: left;
}

.cf7-box.submit.center {
  margin-top: 50px;
  text-align: center;
}

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

input[type="checkbox"] {
  min-width: 12px;
  height: 12px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 1px solid white;
  margin-right: 10px;
}

input[type="checkbox"]:checked {
  background-color: white;
}

form.wpcf7-form .wpcf7-acceptance label input,
form.wpcf7-form .wpcf7-checkbox label input {
  pointer-events: all;
}

form.wpcf7-form textarea {
  min-width: 100%;
  display: block;
}

form.wpcf7-form .wpcf7-acceptance label,
form.wpcf7-form .wpcf7-acceptance,
form.wpcf7-form .wpcf7-checkbox label,
form.wpcf7-form .wpcf7-checkbox {
  display: flex;
  pointer-events: none;
  align-items: baseline;
}

form.wpcf7-form .wpcf7-checkbox label span {
  color: var(--black);
  line-height: 1;
  font-size: 16px;
}

form.wpcf7-form .wpcf7-acceptance label span {
  text-align: left;
  margin-left: 10px;
  color: white;
  line-height: 1;
  font-size: 16px;
}

form.wpcf7-form .wpcf7-acceptance label span.brd,
form.wpcf7-form .wpcf7-checkbox label span.brd {
  position: relative;
  margin-left: 0;
}

form.wpcf7-form .wpcf7-acceptance label span.brd input[type="checkbox"]:after,
form.wpcf7-form .wpcf7-checkbox label span.brd input[type="checkbox"]:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border: 1px solid var(--black);
  top: 3px;
  left: 3px;
}

form.wpcf7-form .wpcf7-acceptance label span a,
form.wpcf7-form .wpcf7-checkbox label span a {
  pointer-events: all;
  color: white;
  text-decoration: underline;
}

div.wpcf7 .ajax-loader {
  display: none;
}

.wpcf7-form input[type="search"]::-webkit-search-cancel-button,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
.wpcf7-form input[type="search"],
input[type="tel"],
input[type="number"],
textarea,
select:focus,
select {
  background-color: transparent;
  border: 0;
}

input[type="text"],
input[type="email"],
textarea {
  background-color: transparent;
  color: white;
}

input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
  background-color: transparent;
  color: white;
}

form .cf7-container:nth-child(2) .cf7-box:nth-child(2)>p:after {
  content: "";
  border-bottom: solid 10px var(--darkgreen);
  border-right: solid 10px var(--darkgreen);
  border-left: solid 10px transparent;
  border-top: solid 10px transparent;
  position: absolute;
  bottom: 7px;
  right: 0;
  pointer-events: none;
}

.wpcf7-form input[type="search"]::-webkit-search-cancel-button,
input[type="text"],
.wpcf7-form input[type="submit"],
input[type="email"],
input[type="url"],
input[type="password"],
.wpcf7-form input[type="search"],
input[type="tel"],
input[type="number"],
textarea,
select:focus,
select {
  -moz-appearance: none;
  /* older firefox */
  -webkit-appearance: none;
  /* safari, chrome, edge and ie mobile */
  appearance: none;
  /* rest */
  font-size: 18px;
  font-weight: 700;
}

span.wpcf7-not-valid-tip {
  display: none;
}

div.wpcf7-response-output {
  display: none !important;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: 2px solid #d31216;
  color: white;
  text-align: center;
}

.cf7-general h4 {
  text-align: left;
  color: white;
  font-weight: 300;
  font-size: 32px;
  margin-bottom: 50px;
}

.cf7-general .cf7-box input[type="text"],
.cf7-general .cf7-box input[type="email"],
.cf7-general .cf7-box textarea {
  border-bottom: 8px solid white;
}

.cf7-general .cf7-box input.wpcf7-not-valid {
  border-bottom: 8px solid #d31216;
}

.cf7-general .wpcf7-acceptance.wpcf7-not-valid input#gdpr-1 {
  border: 1px solid #d31216;
}

.cf7-general .wpcf7-acceptance.wpcf7-not-valid input#gdpr-1[type="checkbox"]:checked {
  border: 1px solid white;
}

.wpcf7-spinner {
  display: none;
}

@media (min-width: 769px) {

  .cf7-general .cf7-box.text-area {
    padding: 0 20px;
  }

  .cf7-general h4 {
    text-align: center;
  }

  .cf7-container {
    position: relative;
    margin: 0 -20px 10px;
  }

  .cf7-container.left {
    padding: 20px 20px 0;
  }

  .cf7-general .cf7-box.fields>p:nth-child(1),
  .cf7-general .cf7-box.fields>p:nth-child(3),
  .cf7-general .cf7-box.fields>p:nth-child(4) {
    max-width: calc(100% / 3);
  }

  .cf7-general .cf7-box.fields>p:nth-child(1),
  .cf7-general .cf7-box.fields>p:nth-child(3),
  .cf7-general .cf7-box.fields>p:nth-child(4) {
    padding: 20px;
  }

  form.wpcf7-form .wpcf7-acceptance label,
  form.wpcf7-form .wpcf7-acceptance,
  form.wpcf7-form .wpcf7-checkbox label,
  form.wpcf7-form .wpcf7-checkbox {
    padding: 0;
  }

  .cf7-box.fields {
    flex-flow: nowrap;
  }

  .content-info.col-2 .box {
    width: 50%;
  }

  .content-info.col-2.table-downloads .box {
    width: 50%;
  }

  .section.col-23 .box2 {
    max-width: 66%;
  }

  .section.col-23 .box2.full {
    max-width: 100%;
  }

  .section.col-23b .box2 {
    max-width: 66%;
  }

  .cf7-general .cf7-box.fields {
    flex-flow: nowrap;
  }

  form.wpcf7-form textarea {
    min-height: calc(3 * (51px) + 20px);
  }

  form.wpcf7-form .wpcf7-acceptance label span {
    text-align: left;
    margin-right: 10px;
    margin-left: unset;
  }

  .cf7-box.right {
    text-align: left;
  }

  .cf7-box.right input {
    order: 2;
  }

  .cf7-box.right .brd {
    order: 2;
    margin-right: 0;
  }

  .cf7-box.right>p {
    float: right;
  }

  .cf7-general p {
    margin-bottom: 10px;
  }

  .cro-contact .box .sub-box:first-child {
    margin-left: 60px;
  }

  .cro-contact .box .sub-box:last-child {
    margin-right: 60px;
  }

  .cf7-general h4 {
    font-size: 42px;
  }
}

@media (min-width: 900px) {
  .section.col-23 {
    flex-flow: row;
  }

  .section.col-23 .box1 {
    width: 360px;
    min-width: 360px;
  }
}

@media (min-width: 1080px) {
  .cf7-background {
    border-radius: 1000px;
  }
}

/* Eliminar el problema de sombreado en cf7 y search form al escribir*/
:focus {
  outline: 0px;
}