*,
*::after,
*::before {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

/* Document
 * ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
 * ========================================================================== */
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Correct the inheritance of border color in Firefox.
 * 3. Show the overflow in Edge 18- and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  color: inherit;
  /* 2 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 3 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/* Embedded content
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images within links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * 1. Correct table border color inheritance in all Chrome, Edge, and Safari.
 * 2. Remove text indentation from table contents in Chrome, Edge, and Safari.
 */
table {
  border-color: inherit;
  /* 1 */
  text-indent: 0;
  /* 2 */
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible;
  /* 1 */
  text-transform: none;
  /* 2 */
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 */
textarea {
  margin: 0;
  /* 1 */
  overflow: auto;
  /* 2 */
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* VARIABLES */
/* COLORS */
/* MIXINS */
.region-navigation {
  grid-row: 2;
}

main {
  margin: 0 auto;
  padding: 0;
}
main > div {
  padding: 0 16px;
}

html {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  html {
    font-size: calc(16px + 6 * ((100vw - 320px) / 680));
  }
}
@media screen and (min-width: 1000px) {
  html {
    font-size: 18px;
  }
}

body {
  background: #fff;
  color: #fff;
  line-height: 1.5;
  font-family: "Roboto";
}

.dialog-off-canvas-main-canvas {
  height: 100%;
}

.messages {
  padding: 15px 20px 15px 50px;
  margin: 20px auto 10px;
  max-width: 1142px;
}
.path-frontpage .messages {
  position: relative;
  z-index: 1;
  width: 100%;
}
.messages--status {
  background-color: #8CC63F;
  border: 1px solid #8CC63F;
  color: black;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.path-terminos-de-uso h1.page-title,
.path-sobre-ambidiestria h1.page-title {
  display: none;
}

.path-user .region-content .block-local-tasks-block {
  display: none;
}

.user-page-edit .block-page-title-block::before,
.user-page .block-page-title-block::before {
  content: "Hola";
  font-size: 42px;
  line-height: 36px;
  margin: 25px 0;
  font-weight: bold;
}
.user-page-edit .block-page-title-block h1.page-title,
.user-page .block-page-title-block h1.page-title {
  display: none;
}

p {
  margin-bottom: 1rem;
}

ol,
ul {
  margin: 20px 0;
  padding-left: 20px;
}

li {
  margin-bottom: 5px;
}
li.vertical-tabs__menu-item {
  margin: 0;
}
li.vertical-tabs__menu-item {
  list-style: none;
}

ul li {
  list-style: disc;
}

ol li {
  list-style: decimal;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 20px;
  margin-bottom: 20px;
}

h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

h1 {
  font-size: 42px;
  line-height: 36px;
  margin: 25px 0;
}

h2 {
  font-size: 26px;
  line-height: 24px;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-Black.eot");
  src: url("../fonts/roboto/Roboto-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Black.woff2") format("woff2"), url("../fonts/roboto/Roboto-Black.woff") format("woff"), url("../fonts/roboto/Roboto-Black.ttf") format("truetype"), url("../fonts/roboto/Roboto-Black.svg#Roboto-Black") format("svg");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-Light.eot");
  src: url("../fonts/roboto/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Light.woff2") format("woff2"), url("../fonts/roboto/Roboto-Light.woff") format("woff"), url("../fonts/roboto/Roboto-Light.ttf") format("truetype"), url("../fonts/roboto/Roboto-Light.svg#Roboto-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-Regular.eot");
  src: url("../fonts/roboto/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Regular.woff2") format("woff2"), url("../fonts/roboto/Roboto-Regular.woff") format("woff"), url("../fonts/roboto/Roboto-Regular.ttf") format("truetype"), url("../fonts/roboto/Roboto-Regular.svg#Roboto-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-Medium.eot");
  src: url("../fonts/roboto/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Medium.woff2") format("woff2"), url("../fonts/roboto/Roboto-Medium.woff") format("woff"), url("../fonts/roboto/Roboto-Medium.ttf") format("truetype"), url("../fonts/roboto/Roboto-Medium.svg#Roboto-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/font_awesome/fa-regular-400.eot");
  src: url("../fonts/font_awesome/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/font_awesome/fa-regular-400.woff2") format("woff2"), url("../fonts/font_awesome/fa-regular-400.woff") format("woff"), url("../fonts/font_awesome/fa-regular-400.ttf") format("truetype"), url("../fonts/font_awesome/fa-regular-400.svg#fontawesome") format("svg");
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/font_awesome/fa-solid-900.eot");
  src: url("../fonts/font_awesome/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/font_awesome/fa-solid-900.woff2") format("woff2"), url("../fonts/font_awesome/fa-solid-900.woff") format("woff"), url("../fonts/font_awesome/fa-solid-900.ttf") format("truetype"), url("../fonts/font_awesome/fa-solid-900.svg#fontawesome") format("svg");
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/font_awesome/fa-brands-400.eot");
  src: url("../fonts/font_awesome/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/font_awesome/fa-brands-400.woff2") format("woff2"), url("../fonts/font_awesome/fa-brands-400.woff") format("woff"), url("../fonts/font_awesome/fa-brands-400.ttf") format("truetype"), url("../fonts/font_awesome/fa-brands-400.svg#fontawesome") format("svg");
}
.form > .form-wrapper {
  margin-bottom: 16px;
}

.js .dropbutton li {
  margin: 0;
}

.field--type-entity-reference,
.field--type-datetime {
  margin-top: 1em;
  margin-bottom: 1em;
}

input {
  line-height: 24px;
}

input[type=text],
input[type=password],
input[type=email],
input[type=number],
select {
  display: inline-block;
  width: auto;
}
input[type=text]:disabled,
input[type=password]:disabled,
input[type=email]:disabled,
input[type=number]:disabled,
select:disabled {
  background: #ddd;
}

input[type=text],
input[type=password],
input[type=email],
input[type=number] {
  box-sizing: border-box;
  padding: 0 10px;
  border: 1px solid #c5c4c1;
  min-height: 36px;
}

input[type=text].money-field-input {
  text-align: right;
}

input[type=email] {
  width: 100%;
}
@media (min-width: 1025px) {
  input[type=email] {
    width: auto;
  }
}

input[type=date],
input[type=time] {
  padding: 8px 10px;
}

input[type=submit] {
  width: auto;
}

textarea {
  padding: 5px 10px;
}

.form-item label,
.form-composite > legend,
.label {
  margin-bottom: 4px;
}

.form-item.form-type-radio .description {
  margin-left: 2em;
}

.form-item label {
  font-weight: 500;
  display: block;
}
.form-type-radio label, .form-type-checkbox label {
  font-weight: normal;
  display: inline-block;
}

form > fieldset {
  margin: 0 2px;
  margin: 0;
  overflow: hidden;
}
form > fieldset.form-item {
  margin-bottom: 2rem;
}
form > fieldset > legend {
  margin-bottom: -0.75rem;
  background: #fff;
  margin-left: 0.75rem;
  position: relative;
  padding: 0 0.25rem;
  color: #888;
}
form > fieldset > legend .fieldset-legend {
  font-weight: bold;
}
form > fieldset.fieldgroup legend {
  color: #000;
}
form > fieldset.fieldgroup .fieldset-wrapper {
  border: none;
  padding: 0.5rem 0 0;
}
form > fieldset > .fieldset-wrapper {
  clear: both;
  padding: 0.75em 1em 0;
}

.password-parent {
  margin-bottom: 20px;
}

.form-composite > .fieldset-wrapper > .description,
.form-item .description {
  color: #777;
  font-size: 12px;
  line-height: 16px;
  margin-top: 4px;
  margin-bottom: 8px;
}

details {
  margin-bottom: 16px;
  border: 1px solid silver;
}
details[open=""] summary {
  border-bottom: 1px solid silver;
}
details > .details-wrapper {
  padding: 16px;
}

summary {
  padding: 10px;
}
summary:active, summary:focus, summary:hover {
  outline: 0;
}
summary:hover {
  text-decoration: underline;
}

.js input.form-autocomplete {
  background-position: calc(100% - 10px) center;
}

.draggable td {
  vertical-align: middle;
}
.draggable td:first-child {
  position: relative;
}

.draggable a.tabledrag-handle {
  height: 100%;
  display: inline-block;
  overflow: unset;
  margin-left: 0;
}
.draggable a.tabledrag-handle .handle {
  background-position: center;
  height: 100%;
  margin-top: 0;
  padding: 0;
}

.tabledrag-toggle-weight-wrapper {
  margin-right: 16px;
}

.user-login-form {
  max-width: 320px;
  margin: auto;
  border: 1px solid silver;
  padding: 0 16px;
}
.user-login-form .form-item-name input,
.user-login-form .form-item-pass input {
  width: 100%;
}

.statistics-date-filter-form > * {
  display: inline-block;
}

.import-multiple-records-form .form-actions,
.import-multiple-images-form .form-actions {
  text-align: center;
}

.general-search input.form-text::placeholder,
input.search-form::placeholder {
  font-style: italic;
  color: #eee;
  font-size: 13px;
}

li form {
  margin-left: 16px;
  height: 100%;
}
li form input[type=text] {
  height: 100%;
  width: 195px;
}
li form button {
  font-size: 0;
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
}

form.record-form-menu .filter-wrapper {
  display: none;
}

.path-frontpage h1 {
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.75;
  letter-spacing: 0.15rem;
  margin-bottom: 30px;
  padding: 0px 15px;
  font-size: 15px;
}
@media screen and (min-width: 760px) {
  .path-frontpage h1 {
    font-size: 0.7rem;
    padding: 0 10% 45px;
    font-size: 1.33rem;
  }
}
@media screen and (min-width: 1024px) {
  .path-frontpage h1 {
    font-size: calc(0.7rem + 6 * ((100vw - 1024px) / 680));
    padding: 0 16%;
  }
}
@media screen and (min-width: 1920px) {
  .path-frontpage h1 {
    font-size: 1.33rem;
  }
}
@media (min-width: 1025px) {
  .path-frontpage h1 {
    padding: 0px 30px;
  }
}

.que-es h2, .por-que-es-importante h2, .donde-enfocarse h2, .como-me-beneficia h2, .como-se-mide h2 {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.2rem;
}
.que-es h2::before, .por-que-es-importante h2::before, .donde-enfocarse h2::before, .como-me-beneficia h2::before, .como-se-mide h2::before {
  content: "";
  display: inline-block;
  background: url(../images/bg-h2.svg) no-repeat left;
  background-size: cover;
  width: 45px;
  height: 39px;
  vertical-align: middle;
  margin-right: 16px;
  margin-top: -10px;
}

.color-white {
  color: #fff !important;
}

.color-red {
  color: #e30713 !important;
}

.color-green {
  color: #04652f !important;
}

.text-uppercase {
  text-transform: uppercase;
}

#block-dp-page-title,
#block-dp-breadcrumbs {
  display: none;
}

body {
  color: #e30713;
}
body.path-user, body.user-logged-in {
  color: #fff;
}

.path-frontpage {
  background-color: #ffeef3;
}
.path-frontpage .section-top {
  display: flex;
  flex-direction: column;
}
.path-frontpage .section-top .item-top {
  margin: auto;
}
.path-frontpage .section-top .item-top-full-width {
  margin-left: -16px;
  margin-right: -16px;
}
.path-frontpage .section-top .tree-image {
  position: relative;
}
.path-frontpage .section-top .tree-image .band-img {
  height: 90px;
  background-image: url(../images/follaje2025.png);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: contain;
}
.path-frontpage .section-top .logo-image {
  padding-top: 20%;
  padding-bottom: 40px;
}
@media (min-width: 1025px) {
  .path-frontpage .section-top .logo-image {
    padding-top: 10%;
  }
}
.path-frontpage .section-top .logo-image img {
  max-width: 310px;
}
.path-frontpage .section-top .text-top {
  max-width: 700px;
}
.path-frontpage .section-content {
  text-align: center;
}
.path-frontpage .section-content .text-h4 {
  padding: 50px 0px;
}
.path-frontpage .section-content .buttons-container {
  padding-bottom: 50px;
}

.buttons-container {
  width: 80%;
  margin: auto;
}
.buttons-container a.button {
  position: relative;
  display: block;
  text-align: center;
}
.buttons-container a.button img {
  margin: auto;
}
.buttons-container a.button .text-button {
  position: absolute;
  top: 35%;
  font-weight: bold;
  font-size: 1.2em;
  margin: auto;
  width: 100%;
}

.page-registro {
  background-color: #ffeef3;
}
.page-registro .layout-container {
  margin: 0;
}
.page-registro .item-top-full-width {
  margin-left: -16px;
  margin-right: -16px;
}
.page-registro .tree-image {
  position: relative;
}
.page-registro .tree-image .band-img {
  height: 90px;
  background-image: url(../images/follaje2025.png);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: contain;
}
.page-registro .text-top {
  margin: auto;
  max-width: 700px;
}
.page-registro .item-top img {
  margin: auto;
}
.page-registro .logo-image {
  padding-top: 20%;
}
@media (min-width: 1025px) {
  .page-registro .logo-image {
    padding-top: 10%;
  }
}
.page-registro .logo-image img {
  max-width: 310px;
}
.page-registro form {
  padding-bottom: 40px;
}
.page-registro form .field--type-string,
.page-registro form .field--type-email,
.page-registro form .field--type-entity-reference,
.page-registro form .field--type-telephone,
.page-registro form .form-actions {
  max-width: 100%;
  margin: auto;
}
@media (min-width: 1025px) {
  .page-registro form .field--type-string,
.page-registro form .field--type-email,
.page-registro form .field--type-entity-reference,
.page-registro form .field--type-telephone,
.page-registro form .form-actions {
    max-width: 30%;
  }
}
.page-registro form .form-item input,
.page-registro form .form-item select,
.page-registro form .form-actions input,
.page-registro form .form-actions select {
  width: 100%;
}
.page-registro form .form-item input {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid white;
}
.page-registro form .form-item select {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid white;
  border-radius: 0px;
}
.page-registro form .form-item select option {
  background: white;
  color: black;
}
.page-registro form .text-h4 {
  padding: 40px 0px;
  text-align: center;
  font-size: 1.4em;
}
.page-registro form .text-h5 {
  text-align: center;
}
.page-registro form .item-bottom {
  padding: 40px 0px;
}
.page-registro .button-register {
  background: url(../images/boton2025.png) no-repeat center center;
  background-size: contain;
  height: 100px;
  border: 0;
  font-weight: bold;
}

.page-node-type-protector {
  background-color: #ffeef3;
}
.page-node-type-protector .section-top {
  display: flex;
  flex-direction: column;
}
.page-node-type-protector .section-top .item-top {
  margin: auto;
}
.page-node-type-protector .section-top .item-top-full-width {
  margin-left: -16px;
  margin-right: -16px;
}
.page-node-type-protector .section-top .tree-image {
  position: relative;
}
.page-node-type-protector .section-top .tree-image .band-img {
  height: 90px;
  background-image: url(../images/follaje2025.png);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: contain;
}
.page-node-type-protector .section-top .logo-image {
  padding-top: 40px;
  padding-bottom: 40px;
}
.page-node-type-protector .section-top .logo-image img {
  max-width: 310px;
}
.page-node-type-protector .section-content {
  text-align: center;
}
.page-node-type-protector .section-content .text-h4 {
  padding: 0px;
}
.page-node-type-protector .section-content img.estrella-img {
  margin: auto;
}
.page-node-type-protector .section-bottom {
  text-align: center;
  padding-bottom: 50px;
}
@media (min-width: 1025px) {
  .page-node-type-protector .section-bottom {
    position: absolute;
    width: 100%;
    bottom: 0;
  }
}
.page-node-type-protector .section-bottom .content-wrapper {
  background-color: white;
  margin: auto;
  padding: 20px;
}
@media (min-width: 1025px) {
  .page-node-type-protector .section-bottom .content-wrapper {
    width: 50%;
  }
}
.page-node-type-protector .page-container {
  position: relative;
}
.page-node-type-protector .page-container .section-content {
  margin: auto;
  width: 100%;
}
.page-node-type-protector .page-container .section-content .wrapper-content {
  width: 100px;
  height: 100px;
  margin: auto;
}
.page-node-type-protector .page-container .section-content .wrapper-content.loaded {
  width: 40vh;
  height: 100%;
}
@media (min-width: 1025px) {
  .page-node-type-protector .page-container .section-content .wrapper-content.loaded {
    width: 32vw;
  }
}
.page-node-type-protector .page-container .section-content .estrella-image {
  position: relative;
}

.messages--status {
  display: none;
}

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