/*
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: manual.learning-platform.eu
*/

/******************** Gutenberg ajust full align **********************/

/* footer */

.no-sidebar .entry-content .alignfull {
  margin-left: calc((-100vw / 2 + 100% / 2) + 7px);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: calc(100vw - 16px);
  width: auto;
}

body .croTemasRe {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

body .croTemasRe .croTitle {
  color: white;
}

.croList ul {
  margin-left: 0;
  column-count: 2;
  margin-bottom: 30px;
}

.croList ul li {
  position: relative;
  list-style: none;
  padding-left: 25px;
  cursor: pointer;
}

.croList ul li:hover:before {
  background-color: transparent;
}

.croList ul li:hover a {
  text-decoration: underline;
}

.croList ul li:before {
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  background-color: white;
  border: 1px solid white;
  top: 10px;
  left: 5px;
  border-radius: 100%;
  margin: auto;
}

/******************** Imagenes gallery plugin  **********************/

#slb_viewer_wrap .slb_theme_slb_baseline .slb_viewer_overlay {
  background-color: white !important;
}

#slb_viewer_wrap .slb_theme_slb_default .slb_container {
  border-radius: 0 !important;
}

#slb_viewer_wrap .slb_theme_slb_baseline .slb_container {
  padding: 70px !important;
}

#slb_viewer_wrap
  .slb_theme_slb_default
  .slb_content
  .slb_prev
  .slb_template_tag,
[dir="rtl"]
  #slb_viewer_wrap
  .slb_theme_slb_default
  .slb_content
  .slb_next
  .slb_template_tag {
  margin-left: -50px !important;
}

#slb_viewer_wrap
  .slb_theme_slb_default
  .slb_content
  .slb_next
  .slb_template_tag,
[dir="rtl"]
  #slb_viewer_wrap
  .slb_theme_slb_default
  .slb_content
  .slb_prev
  .slb_template_tag {
  margin-right: -50px !important;
}

/******************** Buscador isotope **********************/

.navigation-search input[type="search"] {
  height: 80px;
  max-width: 615px;
}

.form-group {
  margin-bottom: 50px;
  display: inline-block;
}

#firstSelector {
  background-color: #ebebeb;
  padding: 0 40px 0 20px;
}

#firstSelector option {
  font-size: 24px;
  font-weight: 300;
}

.grid article {
  margin-bottom: 30px;
}

input#quicksearch {
  background-color: #ebebeb;
  padding: 0 20px;
  position: relative;
}

.arrow {
  display: inline-block;
  position: relative;
  left: 0;
  top: 0;
  height: 100%;
  box-sizing: border-box;
  margin-left: -20px;
}

.arrow:before {
  content: "";
  position: absolute;
  border-top: solid 20px var(--black);
  border-left: solid 11px transparent;
  border-right: solid 11px transparent;
  top: 10px;
  right: 9px;
  z-index: 1;
  pointer-events: none;
}

/******************** Tablas **********************/

.pestana-registro
  .uagb-tabs__wrap.uagb-tabs__hstyle1-desktop
  .uagb-tab:first-of-type {
  padding-left: 0 !important;
}

.pestana-registro .uagb-tabs__wrap .uagb-tabs__body-wrap {
  padding-left: 0 !important;
}

.pestana-registro .uagb-tabs__wrap .uagb-tabs__body-container {
  padding-left: 0 !important;
}

.pestana-registro .log-form-group {
  padding-left: 0 !important;
}

.site-main .pestana-registro .wp-block-group__inner-container > p {
  padding-left: 15px;
}

.pestana-registro .uagb-tabs__wrap {
  padding-top: 15px;
}

/******************** FAQS **********************/

.blog .inside-article h2 {
  margin: 0;
  font-size: 26px;
}

.blog .entry-summary {
  position: relative;
  margin-top: 0;
}

.blog .entry-summary p {
  margin-left: 20px;
}

.blog .entry-summary:before {
  content: "";
  position: absolute;
  height: 100%;
  min-width: 8px;
  max-width: 8px;
  background-color: #333333;
}

.blog .entry-header {
  position: relative;
  margin-top: 0;
}

.blog .entry-header h2 {
  margin-left: 20px;
}

.blog .entry-header:before {
  content: "";
  position: absolute;
  height: 100%;
  min-width: 8px;
  max-width: 8px;
  top: 5px;
  background-color: #333333;
}

.blog .tags-links span:first-child {
  display: none;
}

.blog .tags-links a {
  background-color: #ebebeb;
}

.blog .inside-article .entry-meta {
  margin-top: 10px;
}

.archive .inside-article h2 {
  margin: 0;
  font-size: 26px;
}

.archive .entry-summary {
  position: relative;
  margin-top: 0;
}

.archive .entry-summary p {
  margin-left: 20px;
}

.archive .entry-summary:before {
  content: "";
  position: absolute;
  height: 100%;
  min-width: 8px;
  max-width: 8px;
  background-color: #333333;
}

.archive .entry-header {
  position: relative;
  margin-top: 0;
}

.archive .entry-header h2 {
  margin-left: 20px;
}

.archive .entry-header:before {
  content: "";
  position: absolute;
  height: 100%;
  min-width: 8px;
  max-width: 8px;
  top: 5px;
  background-color: #333333;
}

.archive .tags-links span:first-child {
  display: none;
}

.archive .tags-links a {
  background-color: #ebebeb;
}

.archive .inside-article .entry-meta {
  margin-top: 10px;
}

.main-navigation.has-branding:not([class*="nav-align-"]):not(.mobile-header-navigation)
  .menu-bar-items,
.main-navigation.has-sticky-branding.navigation-stick:not([class*="nav-align-"]):not(.mobile-header-navigation)
  .menu-bar-items {
  margin-right: auto !important;
  margin-left: unset !important;
}

/******************** Footer Temas Relacionados **********************/

.croTemasRe {
  color: white;
}

.croTemasRe h3 {
  color: white;
}

.site-footer {
  background-color: #ff6900;
}

.post-template-default .entry-header {
  position: relative;
}

.post-template-default .entry-header h1.entry-title {
  padding-left: 70px;
}

.post-template-default .entry-header #go-back {
  background-image: url(/files/flecha-atras.svg);
  background-repeat: no-repeat;
  background-position: top center;
  width: 50px;
  height: 50px;
  top: 10px;
  background-color: transparent;
  position: absolute;
}

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

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

:root {
  --orange: #fab859;
  --brown: #333333;
  --dark-brown: #333333;
  --black: #333333;
  --grey-b: #afafaf;
  --grey: #ebebeb;
  --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;
}

.main-navigation a {
  font-weight: 700;
  font-size: 12px;
  padding-right: 30px !important;
  padding-left: 0 !important;
}

b,
strong {
  font-weight: 600;
}

ol,
ul {
  margin: 0 0 2em 20px;
}

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

img,
video {
  display: block;
}

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

.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;
  width: 100%;
}

.blockHeader {
  text-align: center;
}

.circleButton a {
  background: white;
  border: 1px solid red;
  border-radius: 3em;
  -moz-border-radius: 3em;
  -webkit-border-radius: 3em;
  color: #333333;
  display: inline-block;
  font-weight: bold;
  line-height: 3em;
  margin-right: 15px;
  text-align: center;
  width: 3em;
  width: calc(3em + 2px);
}

.circleButton.actual {
  background: red;
  border: 1px solid red;
  border-radius: 3em;
  -moz-border-radius: 3em;
  -webkit-border-radius: 3em;
  color: white;
  display: inline-block;
  font-weight: bold;
  line-height: 3em;
  margin-right: 15px;
  text-align: center;
  width: 3em;
  width: calc(3em + 2px);
}

.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 .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: 12px;
  font-weight: 200;
  color: white;
}

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

.cro-swiper-members2 .logo {
  position: absolute;
  bottom: 15px;
  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: 0px;
  left: 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(90deg);
}

.cro-swiper-members .swiper-prev {
  position: absolute;
  cursor: pointer;
  bottom: 14px;
  left: auto;
  right: 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(270deg);
}

@media (min-width: 768px) {
  .swiper-prev,
  .swiper-next {
    display: block;
  }

  .main-navigation a {
    font-size: 18px;
    padding: 5px 20px !important;
  }
}

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

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

input[type="checkbox"] {
  min-width: 20px;
  height: 20px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 4px solid white;
  background-color: #ffffff;
  border-radius: 0;
  outline: 1px solid var(--brown);
  outline-offset: -4px;
}

.using-mouse input[type="checkbox"]:focus {
  outline: 1px solid var(--brown);
}

input[type="checkbox"]:checked {
  background-color: var(--brown);
  border: 4px solid 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;
  align-items: center;
  pointer-events: none;
}

form.wpcf7-form .wpcf7-checkbox label span {
  margin-left: 10px;
  color: var(--brown);
  line-height: 1;
  font-size: 14px;
}

form.wpcf7-form .wpcf7-acceptance label span {
  margin: 0 20px 0 10px;
  color: var(--brown);
  line-height: 1;
  font-size: 14px;
}

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(--brown);
  top: 3px;
  left: 3px;
}

form.wpcf7-form .wpcf7-acceptance label span a,
form.wpcf7-form .wpcf7-checkbox label span a {
  pointer-events: all;
  color: var(--brown);
  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: #ffffff;
  border: 0;
}

form .cf7-container:nth-child(2) .cf7-box:nth-child(2) > p:after {
  content: "";
  border-bottom: solid 10px white;
  border-right: solid 10px white;
  border-left: solid 10px transparent;
  border-top: solid 10px transparent;
  position: absolute;
  bottom: 0;
  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: 26px;
  font-weight: 300;
}

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

/* Color de los formularios en algunos browsers */
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: var(--black);
  opacity: 1;
}

div.wpcf7-response-output {
  margin: 2em 0 1em;
  display: none !important;
}

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

/* Nuevo */

.croCF7 input.wpcf7-not-valid,
.croCF7 input[type="file"].wpcf7-not-valid:before,
.croCF7 select.wpcf7-not-valid,
.croCF7 textarea.wpcf7-not-valid {
  border: 1px solid #d31216;
}

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

.croCF7 #newsletter-1.wpcf7-not-valid input {
  border: 1px solid #d31216;
}

.croCF7 #newsletter-1.wpcf7-not-valid input {
  border: 1px solid #d31216;
}

.croCF7 .croFlex {
  display: flex;
  position: relative;
}

.croCF7 span {
  margin-bottom: 20px;
}

.croCF7 input,
.croCF7 select,
.croCF7 textarea {
  border: 1px solid var(--grey);
}

.croCF7 input[type="text"],
.croCF7 input[type="tel"],
.croCF7 input[type="email"],
.croCF7 input[type="file"],
.croCF7 select,
.croCF7 textarea {
  width: 100%;
}

/*grupo de campos el plugin */

.croCF7 button.wpcf7-field-group-remove,
.croCF7 button.wpcf7-field-group-add {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  border-radius: 16px;
  position: relative;
  font-size: 70px;
  font-weight: 300 !important;
}

.croCF7 button.wpcf7-field-group-add:before {
  content: "Añadir Socio";
  position: absolute;
  left: 35px;
  width: 150px;
  color: var(--black);
  cursor: pointer;
  visibility: initial;
  font-size: 26px;
  font-weight: 300;
}

.croCF7 .wpcf7-field-group {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}

.croCF7 .wpcf7-field-group .croFlex {
  margin-bottom: 50px;
  margin-right: 30px;
}

.croCF7 .wpcf7-field-group .croFlex > * {
  margin-bottom: 0;
}

.croCF7 button.wpcf7-field-group-add {
  position: absolute;
  bottom: 0;
  left: 0;
  font-weight: 300;
}

.croCF7 button.wpcf7-field-group-remove {
  position: absolute;
  right: 0;
  top: 7px;
}

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

.croCF7 .croFlex.croCol3 > * {
  flex: 1;
  min-width: 33%;
  padding-right: 20px;
}

.croCF7 .croFlex.croColumn {
  flex-flow: column;
}

.croCF7 span {
  padding-right: 20px;
}

.croCF7 .croFlex.croColumn span {
  margin-right: 60px;
}

.croCF7 input[type="file"] {
  visibility: hidden;
}

/*
.croCF7 input[type="file"]:before {
  content: "Logo (png/jpg)";
  position: absolute;
  left: 0;
  border: 1px solid var(--grey);
  background-color: white;
  padding: 10px 15px;
  width: 100%;
  cursor: pointer;
  visibility: initial;
  font-size: 16px;
  font-weight: 400;
}
*/

.croCF7 .custom-file label {
  position: relative;
  display: block;
  line-height: 1.5;
  border: 1px solid var(--grey);
  background-color: white;
  padding: 10px 15px;
  width: 100%;
  cursor: pointer;
  font-size: 26px;
  font-weight: 300;
}

.croCF7 input[type="submit"] {
  padding: 0 30px;
}

.croCF7.user input[type="submit"] {
  max-height: 61px;
}

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

.wpcf7-field-group:first-of-type .wpcf7-field-group-remove:first-of-type {
  display: none !important;
}

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

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

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

img.litespeed-loaded {
  opacity: 1;
}

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

.croBlock1 .copyright {
  position: absolute;
  left: 0;
  bottom: 10px;
  font-size: 12px;
  font-weight: 200;
  color: white;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: tb-rl;
  writing-mode: tb-rl;
  text-orientation: sideways-right;
  -ms-transform: rotate(180deg);
  webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: color 1s;
}

.page-id-69 .section.col-23 .box2 h1,
.page-id-3 .section.col-23 .box2 h1 {
  padding-left: 40px;
}

.croBlock1 {
  min-height: 535px;
  position: relative;
  z-index: 1;
  margin-top: -147px;
  overflow: hidden;
}

.cro-register {
  position: fixed;
  right: 0px;
  top: 40%;
  color: red;
  z-index: 99999999999999;
}

.cro-register img {
  margin-top: 5px;
}

.cro-re {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: tb-rl;
  writing-mode: tb-rl;
  -ms-transform: rotate(180deg);
  webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  right: -10px;
  position: relative;
}

.cro-register .cro-re a {
  color: white;
  font-weight: 700;
  padding: 10px;
  background: #333333;
}

.croBlock1 .fondo {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
}

.croBlock1 .fondo .custom-swiper,
.croBlock1 .fondo .custom-swiper .swiper-container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
}

.croBlock1 .fondo .custom-swiper .background {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-position: center;
  background-size: cover;
}

.croBlock1 .main-content {
  position: relative;
  margin: 0 20px;
  padding-top: 107px;
}

.croBlock1 .header-logo {
  right: 0;
  order: 0;
}

.croBlock1 .header-logo img {
  max-width: 170px;
}

.croBlock1 .main-content .sub-content {
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

.croBlock1 .fondo:after {
  content: "";
  position: absolute;
  right: -50px;
  bottom: 0;
  width: 335px;
  height: 335px;
  background-image: url(/files/header.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  z-index: 0;
}

.croBlock1 .main-content .box {
  max-width: 100%;
  color: white;
  padding: 20px 20px 50px 0;
  position: relative;
}

.croBlock1 .main-content .box .title {
  margin-bottom: 20px;
}

.croBlock1.about .main-content .box .title {
  margin-bottom: 10px;
}

.croBlock1 .main-content .box h1 {
  font-size: 30px;
  display: inline;
  color: white;
  font-weight: 300;
}

.croBlock1.about .main-content .box h1 {
  font-size: 30px;
  margin-bottom: 10px;
}

.croBlock1 .main-content .box h2 {
  font-size: 30px;
  display: inline;
  color: white;
  font-weight: 300;
}

.croBlock1.about .main-content .box h2 {
  font-size: 18px;
  font-weight: 700;
}

.croBlock1 .main-content .box .description {
  font-size: 19px;
  max-width: 440px;
  margin-bottom: 20px;
  font-weight: 800;
  margin-top: 20px;
}

.croBlock1.about .main-content .box .description {
  font-weight: 900;
}

.croBlock1 .main-content .box .description p {
  margin-bottom: 20px;
}

.croBlock1.about .main-content .box .description p {
  font-weight: 300;
}

.croBlock1 .main-content .box .background {
  padding: 10px;
  background-color: #333333;
  display: inline-block;
}

.croBlock1 .main-content .box .background h2 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}

.croBlockTitle {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}

.croBlockTitle .main-contentT {
  margin: 40px;
  position: relative;
  z-index: 1;
}

.croBlockTitle .main-contentT .boxT {
  margin: 40px;
  position: relative;
  z-index: 1;
}

.croBlockTitle .sub-contentT {
  display: flex;
  padding: 0 20px;
  flex-flow: column;
  align-items: flex-start;
}

.croBlockTitle .sub-contentT .boxT .titleT {
}

.croBlockTitle .sub-contentT .boxT .titleT h2 {
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 0;
  line-height: 1;
}

.croBlockTitle .sub-contentT .boxT.bgT {
  background-color: #333333;
  color: white;
  padding: 10px 15px;
  min-width: 130px;
  margin-bottom: 20px;
}

.croBlockTitle .sub-contentT .boxT.bgT p {
  margin-bottom: 0;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
}

.croBlock2 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}

.croBlock2.bg1 {
  margin-top: 55px;
  z-index: 1;
  position: relative;
  display: block;
}

.croBlock2 .main-content > h2 {
  font-size: 24px;
  font-weight: 300;
  padding: 0 20px;
  max-width: 680px;
}

.croBlock2.bg3 .main-content > h2 {
  margin-top: 20px;
}

.croBlock2 .main-content {
  margin: 40px 0;
  position: relative;
  z-index: 1;
}

.croBlock2.bg1 .main-content:before {
  content: "";
  position: absolute;
  left: 0;
  top: -55px;
  width: 90%;
  height: 57px;
  background-image: url(/files/skyline.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom;
  z-index: 2;
}

.croBlock2.bg1 .main-content:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  max-width: 1286px;
  height: 100%;
  max-height: 100%;
  background-image: url(/files/1.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  z-index: -1;
}

.croBlock2.bg2 .main-content:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  max-width: 1286px;
  height: 100%;
  max-height: 100%;
  background-image: url(/files/2.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  z-index: -1;
}

.croBlock2.bg3 .main-content:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  max-width: 1286px;
  height: 100%;
  max-height: 100%;
  background-image: url(/files/3.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  z-index: -1;
}

.croBlock2 .sub-content {
  display: flex;
  padding-top: 0;
  flex-wrap: wrap;
}

.croBlock2 .box {
  padding: 20px;
  max-width: 100%;
}

.croBlock2 .box .sub-box1 {
  border-bottom: 3px solid #333333;
  margin-bottom: 40px;
  min-height: auto;
  display: flex;
  flex-flow: column;
}

.croBlock2 .box .sub-box1 .title {
  flex-grow: 1;
}

.croBlock2 .box .sub-box1 .title h3 {
  font-size: 17px;
  font-weight: 700;
}

.croBlock2 .box .sub-box1 .time {
  padding: 5px 15px;
  display: inline-block;
  background: #333333;
  color: white;
  margin-bottom: 20px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
}

.croBlock2 .box .sub-box1 .time p {
  margin-bottom: 0;
}

.croBlock2 .box .sub-box2 {
}

.croBlock2 .box .sub-box2 .items {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 20px;
}

.croBlock2 .box .sub-box2 .picture {
  border-radius: 60%;
  overflow: hidden;
}

.croBlock2 .box .sub-box2 .logo {
}

.croBlock2 .box .sub-box2 .logo img {
  max-height: 70px;
  max-width: 170px;
}

.croBlock2 .box .sub-box2 .picture.m img,
.croBlock2 .box .sub-box2 .logo.m img {
  mix-blend-mode: multiply;
}

.croBlock2 .box .sub-box2 .logo.big img {
  max-width: 126px;
}

.croBlock2 .box .sub-box2 .title {
}

.croBlock2 .box .sub-box2 .title h4 {
  font-size: 17px;
  margin-bottom: 5px;
}

.croBlock2 .box .sub-box2 .description {
  max-width: 300px;
}

.croBlock2 .box .sub-box2 .description h5 {
  font-size: 17px;
  font-weight: 200;
  margin-bottom: 5px;
}

.croBlock3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 50px;
}

.croBlock3 .main-content {
  margin: 40px 20px;
  position: relative;
  z-index: 1;
}

.croBlock3 .sub-content {
  display: block;
  padding-top: 20px;
}

.croBlock3 .sub-content .box:nth-child(2) {
  max-width: 750px;
  padding-left: 40px;
}

.croBlock3 .sub-content .box {
  position: relative;
}

.croBlock3 .sub-content .box:nth-child(2):before {
  content: "";
  position: absolute;
  top: -5px;
  left: 5px;
  width: 25px;
  height: 25px;
  font-family: "Source Sans Pro", sans-serif;
  background-image: url(/files/icono-comillas.svg);
  background-repeat: no-repeat;
}

.croBlock3 .sub-content .box .picture {
  min-width: 170px;
  position: relative;
  margin-bottom: 50px;
}

.croBlock3 .sub-content .box .picture img {
  border-radius: 100%;
}

.croBlock3 .sub-content .box .resume,
.croAboutUs .sub-content .box .resume {
  font-size: 22px;
  font-weight: 300;
}

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

.croAboutUs .cro-flex .box .title h4 {
  font-weight: 600;
}

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

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

.croBlock3 .in-content {
  padding: 60px 0 40px;
}

.croBlock3 .in-content .box {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}

.croBlock3 .in-content .box p {
  font-weight: 300;
  font-family: "Source Sans Pro", sans-serif;
  width: 100%;
}

.croAboutUs {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 0;
  margin-top: 100px;
  font-family: "Source Sans Pro", sans-serif;
}

.croBlock4.croAboutUs {
  margin: 100px 0 0 0;
}

.croAboutUs .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;
}

.croAboutUs .main-content {
  margin: 20px;
  position: relative;
  z-index: 1;
  margin-top: 50px;
}

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

p.description2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

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

.croAboutUs .sub-content {
  display: block;
  padding-top: 20px;
}

.croAboutUs .sub-content .box.slider {
  max-width: 750px;
}

.croAboutUs .sub-content .box.slider .title {
  max-width: 400px;
}

.croAboutUs .sub-content .box {
  position: relative;
}

.croAboutUs .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;
  background-image: url(/files/icono-comillas.svg);
  background-repeat: no-repeat;
}

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

.croAboutUs .sub-content .box .picture img {
  border-radius: 100%;
  margin-left: 0;
}

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

.croAboutUs .sub-content .box .resume {
  font-size: 22px;
  font-weight: 300;
}

.croAboutUs .in-content {
  padding: 20px 0 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.croAboutUs .in-content .box {
  width: 100%;
  padding: 20px;
}

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

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

.croAboutUs.members .main-content:after {
  background-image: url(/files/fondo-members.svg);
  max-height: 100%;
}

.croBlock4 {
  font-size: 18px;
  font-weight: 500;
  margin: 40px 0;
}

.croBlock4 .main-content {
  position: relative;
  z-index: 1;
}

.croBlock4 .main-content .title {
  padding: 20px 0 20px 20px;
  font-size: 36px;
  font-weight: 300;
}

.croBlock4 .sub-content {
  display: flex;
  padding-top: 20px;
  flex-wrap: wrap;
}

.croBlock4 .sub-content .box {
  padding: 30px 20px;
  max-width: 100%;
}

.croBlock4.members .sub-content {
  margin: 0 -20px;
}

.croBlock4 .sub-content .box > div {
  margin-bottom: 20px;
}

.croBlock4 .sub-content .box img {
  max-height: 150px;
  min-height: 150px;
}

.logo.m img {
  mix-blend-mode: multiply;
}

.logo.png img {
  width: auto;
}

.croBlock4 .sub-content .box p {
  font-weight: 200;
  font-family: "Source Sans Pro", sans-serif;
}

.croBlock4.bg4 .main-content:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  max-width: 1286px;
  height: 100%;
  background-image: url(/files/5.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  z-index: -1;
}

.croBlock5 {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}

.croBlock5 .main-content {
  position: relative;
  z-index: 99;
  background: #aebec1;
  padding: 60px 20px 40px;
  margin: 0;
  z-index: 1;
}

.croBlock5 .main-title {
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 800;
  color: #668889;
  padding-top: 40px;
  position: relative;
  z-index: 2;
}

.croBlock5 .main-content .title {
  font-size: 28px;
  font-weight: 700;
  color: white;
  margin-bottom: 20px;
}

.croBlock5 .main-content .description {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  color: #333333;
  margin-bottom: 50px;
}

.croBlock5.bg5 .main-content:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 290px;
  height: 290px;
  background-image: url(/files/header.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  z-index: -1;
}

.croBlock5.bg5 .main-content:after {
  content: "";
  position: absolute;
  right: 0;
  top: -165px;
  width: 90%;
  height: 167px;
  background-image: url(/files/skyline2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom;
  z-index: 2;
}

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

@media (min-width: 538px) {
  .croBlock1 .main-content .box {
    position: relative;
  }

  .croBlock5.bg5 .main-content:before {
    width: 490px;
    height: 490px;
  }

  .croBlock1.about .main-content .box h1 {
    font-size: 42px;
  }
}

@media (min-width: 768px) {
  .croBlock1 .fondo:after {
    right: 0;
  }

  .croBlock1 .main-content .box h1 {
    font-size: 34px;
  }

  .croBlock1.about .main-content .box h1 {
    font-size: 34px;
  }

  .croBlock1 .main-content .box h2 {
    font-size: 34px;
  }

  .croBlock3 .sub-content .box:nth-child(2) {
    padding-left: 80px;
  }

  .croBlock3 .sub-content .box:nth-child(2):before {
    top: -15px;
    left: 20px;
    width: 50px;
    height: 50px;
  }

  .box.dos-columnas {
    column-count: 2;
  }
  .croBlock1 .main-content {
    margin: 0 80px;
  }

  .croBlock2 .main-content {
    margin: 40px;
  }

  .croBlock3 .sub-content {
    display: flex;
  }

  .croBlock3 .sub-content .box .picture {
    margin-bottom: 0;
  }

  .croBlock3 .in-content .box p {
    width: calc(50% - 20px);
  }

  .croBlock1 .main-content .box {
    max-width: 650px;
  }

  .croBlock3 .main-content {
    margin: 40px 80px;
  }
  .croBlock2 .box {
    padding: 20px 40px;
  }

  .croBlock2 .main-content > h2 {
    padding: 0 40px;
  }

  .croBlockTitle .sub-contentT {
    padding: 0 40px;
  }

  .croBlock4 {
    margin: 40px;
  }

  .croBlock5 .main-content {
    margin: 0 40px;
  }

  .croBlock5 .main-content {
    padding: 60px 40px 40px;
  }

  .croBlock5 .main-title {
    padding-left: 40px;
  }

  .croAboutUs .main-content {
    margin: 80px;
  }

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

  .croBlock1.about .main-content .box h1 {
    font-size: 60px;
  }

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

  .croBlock4 .main-content .title {
    padding: 20px 0 20px 40px;
  }

  .croBlock4 .sub-content .box {
    padding: 30px 40px;
  }

  .croBlock4.members .sub-content {
    margin: 0 -40px;
  }

  .croBlock2.bg1 {
    margin-top: 120px;
  }

  .croBlock2.bg1 .main-content:before {
    top: -165px;
    height: 167px;
  }

  .croAboutUs .main-content:before {
    top: -165px;
    height: 167px;
  }
  /*
  .croBlock2.bg2 .main-content:after {
    max-height: 1222px;
  }

  .croBlock2.bg3 .main-content:after {
    max-height: 1830px;
  }

  .croBlock2.bg1 .main-content:after {
    max-height: 1286px;
  }

  .croAboutUs.members .main-content:after {
    max-height: 1511px;
  }
*/
  .croBlock3 {
    margin-top: 100px;
  }

  .croBlock2 .box .sub-box1 {
    min-height: 156px;
  }

  .croBlock2 .sub-content {
    padding-top: 30px;
  }

  .croAboutUs .sub-content .box.slider:before {
    display: block;
  }

  .croAboutUs .sub-content .box.slider {
    padding-left: 80px;
  }
}

@media (min-width: 901px) {
  .croBlock2 .box {
    max-width: 50%;
  }

  .croBlock4 .sub-content .box {
    max-width: 50%;
  }

  .croAboutUs .sub-content {
    display: flex;
  }
  p.description2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    max-width: 400px;
  }
}

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

@media (min-width: 949px) {
  .croBlock1 .main-content .sub-content {
    flex-flow: nowrap;
  }

  .croBlock1 .copyright {
    left: 5px;
  }

  .croBlock1 .header-logo {
    order: 1;
  }

  .croBlock1 .header-logo img {
    max-width: 270px;
  }

  .croBlockTitle .sub-contentT {
    flex-flow: inherit;
  }

  .croBlockTitle .sub-contentT .boxT .titleT h2 {
    padding-left: 20px;
  }

  .croBlockTitle .sub-contentT .boxT.bgT {
    margin-bottom: 0;
  }

  .croAboutUs .in-content .box {
    width: 50%;
    padding: 20px;
  }
}

@media (min-width: 1010px) {
  .croBlock2.bg1 .main-content:before {
    width: 70%;
  }

  .croAboutUs .main-content:before {
    width: 70%;
  }

  .croBlock5.bg5 .main-content:after {
    width: 70%;
  }

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

@media (min-width: 1303px) {
  .croBlock2 .box {
    max-width: 33%;
  }
  .croBlock4 .sub-content .box {
    max-width: 33%;
  }
}

/******************** 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;
  cursor: pointer;
  font-weight: 300;
  font-size: 16px;
}

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

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

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

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

.croBlock2.bg3 .button {
  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-content p:nth-child(n + 2) {
  display: none;
}

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

.croBlock4.members
  .accordion-item-body.active
  .accordion-item-body-content
  p:nth-child(n + 2) {
  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: 768px) {
  .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 **********************/

.SBi-75 {
  font-size: 75px;
  font-style: italic;
  font-weight: 600;
}

.SBi-50 {
  font-size: 50px;
  font-style: italic;
  font-weight: 600;
}

.SBi-35 {
  font-size: 35px;
  font-style: italic;
  font-weight: 600;
}

.SBi-30 {
  font-size: 30px;
  font-style: italic;
  font-weight: 600;
}

.SBi-26 {
  font-size: 26px;
  font-style: italic;
  font-weight: 600;
}

.SB-26 {
  font-size: 26px;
  font-weight: 600;
}

.SB-24 {
  font-size: 24px;
  font-weight: 600;
}

.LTi-18 {
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
}

.LTi-16 {
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
}

.LT-26 {
  font-size: 26px;
  font-weight: 300;
}

.noPadding {
  padding: 0;
}

.noMargin {
  margin: 0;
}

h1,
h2,
h3 {
  font-style: italic;
}

body .entry-content .titleBg {
  padding: 5px 50px 5px 30px;
  font-weight: 600;
  background-color: #ebebeb;
  display: inline-block;
  margin-left: -50px;
}

body .entry-content .titleForm {
  font-size: 24px;
  font-weight: 600;
}

p a {
  text-decoration: underline;
}

.maB-30 {
  margin-bottom: 30px;
}

.paGroup {
  padding: 30px 10px 10px;
  margin: 0 -30px;
}

.paGroup h2,
.paGroup h3 {
  margin-top: 0 !important;
}

.paGroup p:last-child {
  margin-bottom: 0;
}

.stepButton a:hover {
  background-color: #333333;
}

.stepButton .wp-block-group__inner-container {
  padding: 50px 0 20px;
}

.stepButton .wp-block-button {
  margin-right: 20px;
  margin-bottom: 0;
}

.stepButton .wp-block-button__link {
  display: flex;
  height: 100px;
  width: 100px;
  border-radius: 50% !important;
  font-size: 80px;
  align-items: center;
  justify-content: center;
}

.stepButton .actual .wp-block-button__link {
  cursor: default;
}

.wp-block-buttons > .defaultButton {
  margin-bottom: 0px;
}

.defaultButton .wp-block-button__link {
  font-style: italic;
  padding: 5px 30px;
}

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

#nav-icon1 {
  width: 38px;
  height: 31px;
  position: relative;
  margin: 0 auto;
  cursor: pointer;
}

#nav-icon1 span,
#nav-icon3 span,
#nav-icon4 span {
  display: block;
  position: absolute;
  height: 7px;
  width: 100%;
  background-color: #ffffff;
  left: 0;
}
/*
nav#sticky-navigation #nav-icon1 span,
nav#sticky-navigation #nav-icon3 span,
nav#sticky-navigation #nav-icon4 span {
  background-color: var(--black);
}
*/

#nav-icon1 span:nth-child(1) {
  top: 0px;
}

#nav-icon1 span:nth-child(2) {
  top: 12px;
}

#nav-icon1 span:nth-child(3) {
  top: 24px;
}

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

body .navigation-branding img,
body .site-logo.mobile-header-logo img {
  height: 60px;
}

.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;
}

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

body nav .inside-navigation.grid-container {
  justify-content: space-between !important;
}

body nav .inside-navigation.grid-container .navigation-branding {
  order: 2;
}

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: white;
}

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

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

.slideout-navigation.main-navigation {
  background-image: linear-gradient(
    to right,
    var(--orange),
    var(--green),
    var(--brown)
  );
}

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

#menu-main-menu .current-menu-item a {
  background-image: linear-gradient(to right, white 0%, white 100%);
  background-position: 0px 95%;
  background-size: 0px 2px;
  transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  padding: 0.1% 0px;
  background-repeat: no-repeat;
  background-size: calc(100% - 35px) 2px;
  background-repeat: no-repeat;
}

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 0;
}

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

nav.main-navigation .main-nav .menu-item-has-children > * {
  font-size: 24px;
}

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;
}

nav.main-navigation .menu-item-has-children .menu-item:first-child:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: none;
  border-top: 4px dotted #fff;
  height: 1px;
  width: 348px;
}

nav.main-navigation .menu-item-has-children .menu-item:last-child:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: none;
  border-top: 4px dotted #fff;
  height: 1px;
  width: 348px;
}

/*
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 80px 20px;
  z-index: 2;
}

#primary-menu li:first-of-type {
  padding-left: 0px;
}

.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 20px;
  z-index: 2;
}

nav#sticky-navigation {
  background: var(--orange);
}

nav .grid-container {
  max-width: 1360px;
}

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

/******************** Bloque cro-logo-home  **********************/

.cro-logo-home {
  position: relative;
  padding: 80px 0;
  z-index: 1;
}

.cro-logo-home img {
  margin: auto;
}

@media (min-width: 768px) {
  .cro-logo-home {
    padding: 80px 0 50px;
  }

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

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

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

/******************** 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: 768px) {
  .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 {
  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 {
  width: 100%;
}

.croAboutUs .cro-flex.col2 .box {
  width: 100%;
}

.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: 768px) {
  .cro-flex.col2 {
    margin: 0 -20px;
  }

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

  .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;
}

.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: 178px;
  display: flex;
  margin: 0 40px 40px;
}

.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: 600px;
  padding: 5px;
}

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

.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: 768px) {
  .footer-roll .box.logos {
    max-width: 474px;
  }

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

  .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: 1000px) {
  .footer-roll .box.logos {
    max-width: 712px;
  }
  .footer-roll .box.logos img {
    width: 178px;
  }
}

@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;
}

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

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

.youtube-video .video iframe {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: white;
  object-position: center;
  z-index: 2;
}

.youtube-video a:before {
  display: block;
  position: absolute;
  content: "";
  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 {
  object-fit: cover;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: white;
  object-position: center;
}

/******************** 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: 768px) {
  .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;
  }
}

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

.cro-swiper-text .swiper-slide p {
  text-align: center;
  padding: 40px 40px 20px;
  margin-bottom: 10px;
  line-height: 1.3;
}

.swiper-pagination {
  position: relative;
  padding: 20px;
}

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

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

.swiper-pagination span.swiper-pagination-bullet-active {
  background: transparent;
  border: 1px solid var(--black);
}

.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: 768px) {
  .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: 768px) {
  .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;
  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: 768px) {
  .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: 768px) {
  .button-cita {
    display: block;
  }
}

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

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

.cro-video:after {
  content: "";
  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: 768px) {
  .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 **********************/

.cf7-general {
  position: relative;
}

.cf7-general p {
  margin-bottom: 0.5em;
}

.cf7-container.left {
  justify-content: flex-start;
}

.cf7-container .cf7-box.fields > p {
  margin-bottom: 20px;
}

.cf7-general .cf7-box.fields > p:first-of-type {
  margin-bottom: 0;
}

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

.cf7-general input::placeholder,
.cf7-general textarea::placeholder {
  font-weight: 400;
  color: #000000;
  font-size: 16px;
}

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

.cf7-container .cf7-box.text-area > p {
  position: relative;
  margin-bottom: 20px;
}

.cf7-container {
  display: flex;
  justify-content: space-between;
  flex-flow: column;
}

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

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

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

.cf7-box input[type="submit"] {
  background-color: #668889;
  padding: 3px 70px;
  color: white;
}

.cf7-box input[type="submit"]:hover {
  background-color: white;
  color: #668889;
}

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

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

.cf7-box.right > p {
}

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

.cf7-container .cf7-box input[type="text"],
.cf7-container .cf7-box input[type="email"] {
  border: 1px solid #f6f8f8;
  background-color: #f6f8f8;
}

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

.croCF7 #newsletter-1.wpcf7-not-valid input {
  border: 1px solid #d31216;
}

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

@media (min-width: 768px) {
  .cf7-container {
    flex-flow: wrap;
  }

  .cf7-box {
    width: calc(33% - 15px);
  }

  .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-box.submit {
    text-align: right;
  }

  form.wpcf7-form .wpcf7-acceptance label span {
  }

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

  .cf7-box.right input {
  }

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

  .cf7-box.right > p {
  }

  .cf7-general p {
    margin-bottom: 1em;
  }

  .cf7-box.submit.center {
    margin-top: 0;
  }
}

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

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

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

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

/******************** Estructura de la home a partir de 2800px **********************/

@media (min-width: 2800px) {
  .home .LT-36 {
    font-size: 1.3vw;
  }

  .home .BL-36 {
    font-size: 1.3vw;
  }

  .home .RE-32 {
    font-size: 1.15vw;
  }

  .home .cro-flex.block-1 .box-big .description {
    max-width: 13.75vw;
  }

  .home .cro-flex.col2 .box-big .icon img {
    height: 7.5vw;
    width: auto;
  }

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

  .home .w-800 {
    max-width: 26.8vw;
  }

  .home .w-1120 {
    max-width: 40vw;
  }

  .home .swiper-pagination span {
    margin-right: 0.35vw;
    width: 0.5vw;
    height: 0.5vw;
  }

  .home .cro-flex.block-2 .box-big .description {
    max-width: 15.5vw;
  }

  .home .LT-24 {
    font-size: 0.87vw;
  }

  .home .LT-18 {
    font-size: 0.65vw;
  }

  .home .RE-18 {
    font-size: 0.65vw;
  }

  .home .cro-title .title {
    margin-bottom: 1.1vw;
  }

  .home .cro-flex .box {
    padding: 0.5vw 0.8vw;
  }

  .home .cro-flex .box .icon img {
    height: 6.2vw;
    width: auto;
  }

  .home .cro-flex .box .icon.numbers img {
    height: 3.5vw;
    width: auto;
  }

  .home .cro-swiper-icons .icons img {
    height: 7.3vw;
    width: auto;
  }

  .home .button-info.big a {
    padding: 0.11vw 1.81vw;
  }

  .home .w-660 {
    max-width: 23.9vw;
  }

  .home .cro-swiper-tripleIcon .triple-logo img {
    height: 8vw;
    width: auto;
  }

  .cro-swiper-tripleIcon .swiper-slide-active .triple-text,
  .cro-swiper-tripleIcon .swiper-slide-duplicate-active .triple-text {
    font-size: 1.3vw;
    width: 21vw;
    margin-left: -6.31vw;
  }

  .home p {
    margin-bottom: 1.8vw;
  }

  /*
  .home .wpcf7-form input[type="search"]::-webkit-search-cancel-button,
  .home input[type="text"],
  .home .wpcf7-form input[type="submit"],
  .home input[type="email"],
  .home input[type="url"],
  .home input[type="password"],
  .home .wpcf7-form input[type="search"],
  .home input[type="tel"],
  .home input[type="number"],
  .home textarea,
  .home select:focus,
  .home select.cf7-general input[type="email"]::placeholder,
  .home .cf7-general textarea::placeholder {
    font-size: 0.65vw;
  }

  .home .b-m-40 {
    margin: 4.35vw 1.9vw 2.9vw;
  }

  */
}

.cro-text.encima-carrusel {
  padding-bottom: 10px !important;
}
