
/******************* POIRET ONE *******************/
/* cyrillic */
@font-face {
  font-family: 'Poiret One';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/poiret-one_cyrillic.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: 'Poiret One';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/poiret-one_latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poiret One';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/poiret-one_latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/******************* POIRET ONE *******************/

:root {
    --rosaPalo: #fff4fe;
    --rosaPaloMedio: #e2b1bd;
    --verde: #29382a;
    --verdeClaro: #778677;
    --marron: #ac8479;
    --rosaBeige: #F3C7C4;
    --beige: #E7D5BF;
    --rojoVino: #763a3e;
    --rojoVinoClaro: #a77275;
    --rojoVinoClaroTransparente: #a77275b8;
    --bounceHStartTransform: 0px;
    --bounceHEndtransform: 5px;
}

@font-face {
    font-family: "Bacalisties";
    src: url(fonts/Bacalisties.ttf);
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    /*vertical-align: baseline;*/
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    color: white;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    -webkit-text-size-adjust: none;
}

mark {
    background-color: transparent;
    color: inherit;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input,
select,
textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
}

.bold {
    font-weight: 700;
}

.boton-style {
    background-color: transparent;
    border: 1px solid white;
    padding: 10px 20px;
    font-family: 'Poiret One', cursive;
    color: white;
    border-radius: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-top: 20px;
    margin-left: 10px;

    & i {
        padding-left: 8px;
        font-size: 13px;
    }
}

.boton-style-black {
    background-color: transparent;
    border: 1px solid black;
    padding: 10px 20px;
    font-family: 'Poiret One', cursive;
    color: black !important;
    border-radius: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;

    & i {
        padding-left: 8px;
        font-size: 13px;
    }
}

.boton-style:hover,
.boton-style:focus {
    font-weight: 700;
    box-shadow: 1px 1px 5px rgba(255, 255, 255, 0.5);
    outline: 0px;
}

.boton-style-black:hover,
.boton-style-black:focus {
    font-weight: 700 !important;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5) !important;
    outline: 0px !important;
}

/* Basic */

@-ms-viewport {
    width: device-width;
}

html {
    box-sizing: border-box;
}

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

body {
    background: var(--verde);
}

body.is-preload *,
body.is-preload *:before,
body.is-preload *:after {
    -moz-animation: none !important;
    -webkit-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
}

body,
input,
select,
textarea {
    color: #fff;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-size: 15pt;
    font-weight: 400;
    letter-spacing: 0.075em;
    line-height: 1.65em;
}

@media screen and (max-width: 1680px) {

    body,
    input,
    select,
    textarea {
        font-size: 13pt;
    }
}

@media screen and (max-width: 1280px) {

    body,
    input,
    select,
    textarea {
        font-size: 12pt;
    }
}

@media screen and (max-width: 736px) {

    body,
    input,
    select,
    textarea {
        font-size: 11pt;
        letter-spacing: 0.0375em;
    }
}

a {
    -moz-transition: color 0.2s ease, border-bottom-color 0.2s ease;
    -webkit-transition: color 0.2s ease, border-bottom-color 0.2s ease;
    -ms-transition: color 0.2s ease, border-bottom-color 0.2s ease;
    transition: color 0.2s ease, border-bottom-color 0.2s ease;
    border-bottom: dotted 1px;
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: #fff;
    text-decoration: underline;
    border-bottom-color: transparent;
}

strong,
b {
    color: #fff;
    font-weight: 600;
}

em,
i {
    font-style: italic;
}

p {
    margin: 0 0 2em 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #fff;
    font-weight: 200;
    letter-spacing: 0.225em;
    line-height: 1em;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    text-decoration: none;
}

h2 {
    font-size: 1.35em;
    line-height: 1.75em;
}

@media screen and (max-width: 736px) {
    h2 {
        font-size: 1.1em;
        line-height: 1.65em;
    }
}

h3 {
    font-size: 1.15em;
    line-height: 1.75em;
}

@media screen and (max-width: 736px) {
    h3 {
        font-size: 1em;
        line-height: 1.65em;
    }
}

h4 {
    font-size: 1em;
    line-height: 1.5em;
}

h5 {
    font-size: 0.8em;
    line-height: 1.5em;
}

h6 {
    font-size: 0.7em;
    line-height: 1.5em;
}

sub {
    font-size: 0.8em;
    position: relative;
    top: 0.5em;
}

sup {
    font-size: 0.8em;
    position: relative;
    top: -0.5em;
}

hr {
    border: 0;
    border-bottom: solid 2px #fff;
    margin: 3em 0;
}

hr.major {
    margin: 4.5em 0;
}

blockquote {
    border-left: solid 4px #fff;
    font-style: italic;
    margin: 0 0 2em 0;
    padding: 0.5em 0 0.5em 2em;
}

code {
    background: rgba(144, 144, 144, 0.25);
    border-radius: 3px;
    font-family: "Courier New", monospace;
    font-size: 0.9em;
    letter-spacing: 0;
    margin: 0 0.25em;
    padding: 0.25em 0.65em;
}

pre {
    -webkit-overflow-scrolling: touch;
    font-family: "Courier New", monospace;
    font-size: 0.9em;
    margin: 0 0 2em 0;
}

pre code {
    display: block;
    line-height: 1.75em;
    padding: 1em 1.5em;
    overflow-x: auto;
}

.align-left {
    text-align: left;
}

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

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

/* Section */

section.special {
    text-align: center;
}

header p {
    color: rgba(255, 255, 255, 0.5);
    position: relative;
    top: -0.25em;
}

header h3+p {
    font-size: 1.1em;
}

header h4+p,
header h5+p,
header h6+p {
    font-size: 0.9em;
}

header.major h2,
header.major h3,
header.major h4,
header.major h5,
header.major h6 {
    border-bottom: 1px solid #fff;
    display: inline-block;
    position: relative;
    font-family: 'Bacalisties', sans-serif;
}

header.major h2:after,
header.major h3:after,
header.major h4:after,
header.major h5:after,
header.major h6:after {
    content: '';
    display: block;
    height: 1px;
}

.style4 header.major h2,
.style4 header.major h3,
.style4 header.major h4,
.style4 header.major h5,
.style4 header.major h6 {
    border-bottom: 1px solid #dfdfdf;
    color: var(--verde);
}

.wrapper.style4 header.major p {
    color: black;
    font-family: 'Poiret One', cursive;
}

.wrapper.style4 header.major i {
    color: white;
}

.wrapper.style5 header.major p {
    color: black;
    font-family: 'Poiret One', cursive;
    margin-bottom: 15px;
}

header.major p {
    color: #fff;
    top: 0;
}

@media screen and (max-width: 736px) {
    header.major {
        margin: 0 0 2em 0;
    }
}

@media screen and (max-width: 980px) {
    /*header br {
		display: none;
	}*/
}

/* List */

ol {
    list-style: decimal;
    margin: 0 0 2em 0;
    padding-left: 1.25em;
}

ol li {
    padding-left: 0.25em;
}

ul {
    list-style: disc;
    margin: 0 0 2em 0;
    padding-left: 1em;
}

ul.alt {
    list-style: none;
    padding-left: 0;
}

ul.alt li {
    border-top: solid 1px #fff;
    padding: 0.5em 0;
}

ul.alt li:first-child {
    border-top: 0;
    padding-top: 0;
}

dl {
    margin: 0 0 2em 0;
}

/* Icons */

ul.icons {
    cursor: default;
    list-style: none;
}

ul.icons li {
    display: inline-block;
}

/* Wrapper */

.wrapper {
    padding: 2em 0 3em 0;
}

.wrapper>.inner {
    width: 75em;
    margin: 0 auto;
}

@media screen and (max-width: 1280px) {
    .wrapper>.inner {
        width: 90%;
    }
}

@media screen and (max-width: 980px) {
    .wrapper>.inner {
        width: 100%;
    }
}

.wrapper.alt {
    padding: 0;
}

.wrapper.style1 {
    background-color: var(--rojoVinoClaro);
    color: #c8ece9;
}

.wrapper.style1 strong,
.wrapper.style1 b {
    color: #ffffff;
}

.wrapper.style1 h2,
.wrapper.style1 h3,
.wrapper.style1 h4,
.wrapper.style1 h5,
.wrapper.style1 h6 {
    color: var(--rosaPalo);
}

.wrapper.style1 hr {
    border-color: rgba(0, 0, 0, 0.125);
}

.wrapper.style1 blockquote {
    border-color: rgba(0, 0, 0, 0.125);
}

.wrapper.style1 code {
    background: rgba(255, 255, 255, 0.075);
}

.wrapper.style1 header p {
    color: #a6e0db;
}

.wrapper.style1 header.major h2,
.wrapper.style1 header.major h3,
.wrapper.style1 header.major h4,
.wrapper.style1 header.major h5,
.wrapper.style1 header.major h6 {
    border-color: var(--rosaPalo);
}

.wrapper.style1 header.major p {
    color: var(--rosaPalo);
    font-family: 'Poiret One', cursive;
}

.wrapper.style1 label {
    color: #ffffff;
}

.wrapper.style1 input[type="text"],
.wrapper.style1 input[type="password"],
.wrapper.style1 input[type="email"],
.wrapper.style1 select,
.wrapper.style1 textarea {
    background-color: rgba(255, 255, 255, 0.075);
}

.wrapper.style1 select {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='rgba(0, 0, 0, 0.125)' /%3E%3C/svg%3E");
}

.wrapper.style1 select option {
    color: #ffffff;
    background: #21b2a6;
}

.wrapper.style1 input[type="checkbox"]+label,
.wrapper.style1 input[type="radio"]+label {
    color: #c8ece9;
}

.wrapper.style1 input[type="checkbox"]+label:before,
.wrapper.style1 input[type="radio"]+label:before {
    background: rgba(255, 255, 255, 0.075);
}

.wrapper.style1 input[type="checkbox"]:checked+label:before,
.wrapper.style1 input[type="radio"]:checked+label:before {
    background: #ffffff;
    color: #21b2a6;
}

.wrapper.style1 ::-webkit-input-placeholder {
    color: #a6e0db !important;
}

.wrapper.style1 :-moz-placeholder {
    color: #a6e0db !important;
}

.wrapper.style1 ::-moz-placeholder {
    color: #a6e0db !important;
}

.wrapper.style1 :-ms-input-placeholder {
    color: #a6e0db !important;
}

.wrapper.style1 .formerize-placeholder {
    color: #a6e0db !important;
}

.wrapper.style1 .icon.major {
    border-color: rgba(0, 0, 0, 0.125);
}

.wrapper.style1 ul.alt li {
    border-color: rgba(0, 0, 0, 0.125);
}

.wrapper.style1 table tbody tr {
    border-color: rgba(0, 0, 0, 0.125);
}

.wrapper.style1 table tbody tr:nth-child(2n+1) {
    background-color: rgba(255, 255, 255, 0.075);
}

.wrapper.style1 table th {
    color: #ffffff;
}

.wrapper.style1 table thead {
    border-color: rgba(0, 0, 0, 0.125);
}

.wrapper.style1 table tfoot {
    border-color: rgba(0, 0, 0, 0.125);
}

.wrapper.style1 table.alt tbody tr td {
    border-color: rgba(0, 0, 0, 0.125);
}

@media screen and (max-width: 736px) {
    .wrapper.style1 .features li {
        border-top-color: rgba(0, 0, 0, 0.125);
    }
}

.wrapper.style2 {
    background-color: var(--rojoVinoClaroTransparente);
}

.wrapper.style3 {
    background-image: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)), url(/assets/images/fondoacuarela3.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.wrapper.style3 strong,
.wrapper.style3 b {
    color: var(--verde);
}

.wrapper.style3 h2,
.wrapper.style3 h3,
.wrapper.style3 h4,
.wrapper.style3 h5,
.wrapper.style3 h6 {
    color: var(--verde);
}

.wrapper.style3 hr {
    border-color: rgba(0, 0, 0, 0.125);
}

.wrapper.style3 blockquote {
    border-color: rgba(0, 0, 0, 0.125);
}

.wrapper.style3 code {
    background: rgba(255, 255, 255, 0.075);
}

.wrapper.style3 header p {
    color: var(--verde);
}

.wrapper.style3 header.major h2,
.wrapper.style3 header.major h3,
.wrapper.style3 header.major h4,
.wrapper.style3 header.major h5,
.wrapper.style3 header.major h6 {
    border-color: #d6d6d6;
    color: black;
}

.wrapper.style3 header.major p {
    color: #d3d4e4;
}

.wrapper.style3 label {
    color: #ffffff;
}

.wrapper.style3 input[type="text"],
.wrapper.style3 input[type="password"],
.wrapper.style3 input[type="email"],
.wrapper.style3 select,
.wrapper.style3 textarea {
    background-color: rgba(255, 255, 255, 0.075);
}

.wrapper.style3 select {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='rgba(0, 0, 0, 0.125)' /%3E%3C/svg%3E");
}

.wrapper.style3 select option {
    color: #ffffff;
    background: #505393;
}

.wrapper.style3 input[type="checkbox"]+label,
.wrapper.style3 input[type="radio"]+label {
    color: #d3d4e4;
}

.wrapper.style3 input[type="checkbox"]+label:before,
.wrapper.style3 input[type="radio"]+label:before {
    background: rgba(255, 255, 255, 0.075);
}

.wrapper.style3 input[type="checkbox"]:checked+label:before,
.wrapper.style3 input[type="radio"]:checked+label:before {
    background: #ffffff;
    color: #505393;
}

.wrapper.style3 ::-webkit-input-placeholder {
    color: #b9bad4 !important;
}

.wrapper.style3 :-moz-placeholder {
    color: #b9bad4 !important;
}

.wrapper.style3 ::-moz-placeholder {
    color: #b9bad4 !important;
}

.wrapper.style3 :-ms-input-placeholder {
    color: #b9bad4 !important;
}

.wrapper.style3 .formerize-placeholder {
    color: #b9bad4 !important;
}

.wrapper.style3 .icon.major {
    border-color: rgba(0, 0, 0, 0.125);
}

.wrapper.style3 ul.alt li {
    border-color: rgba(0, 0, 0, 0.125);
}

.wrapper.style3 table tbody tr {
    border-color: rgba(0, 0, 0, 0.125);
}

.wrapper.style3 table tbody tr:nth-child(2n+1) {
    background-color: rgba(255, 255, 255, 0.075);
}

.wrapper.style3 table th {
    color: #ffffff;
}

.wrapper.style3 table thead {
    border-color: rgba(0, 0, 0, 0.125);
}

.wrapper.style3 table tfoot {
    border-color: rgba(0, 0, 0, 0.125);
}

.wrapper.style3 table.alt tbody tr td {
    border-color: rgba(0, 0, 0, 0.125);
}

.wrapper.style3 input[type="submit"]:hover,
.wrapper.style3 input[type="reset"]:hover,
.wrapper.style3 input[type="button"]:hover,
.wrapper.style3 button:hover,
.wrapper.style3 .button:hover {
    background-color: rgba(255, 255, 255, 0.075);
}

.wrapper.style3 input[type="submit"]:active,
.wrapper.style3 input[type="reset"]:active,
.wrapper.style3 input[type="button"]:active,
.wrapper.style3 button:active,
.wrapper.style3 .button:active {
    background-color: rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 736px) {
    .wrapper.style3 .features li {
        border-top-color: rgba(0, 0, 0, 0.125);
    }
}

.wrapper.style4 {
    /*background-image: url('/assets/images/fondoacuarela3.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;*/
    background-color: white;
}

.wrapper.style4 h2,
.wrapper.style4 h3,
.wrapper.style4 h4,
.wrapper.style4 h5,
.wrapper.style4 h6 {
    color: white;
}

.wrapper.style5 {
    background-color: white;
}

.wrapper.style5 strong,
.wrapper.style5 b {
    color: black;
}

.wrapper.style5 h2,
.wrapper.style5 h3,
.wrapper.style5 h4,
.wrapper.style5 h5,
.wrapper.style5 h6 {
    color: black;
}

.wrapper.style5 hr {
    border-color: #dfdfdf;
}

.wrapper.style5 blockquote {
    border-color: #dfdfdf;
}

.wrapper.style5 code {
    background: rgba(0, 0, 0, 0.0375);
}

.wrapper.style5 header p {
    color: #8E8892;
}

.wrapper.style5 header.major h2,
.wrapper.style5 header.major h3,
.wrapper.style5 header.major h4,
.wrapper.style5 header.major h5,
.wrapper.style5 header.major h6 {
    border-color: #dfdfdf;
}

.wrapper.style5 header.major p {
    color: black;
}

.wrapper.style5 label {
    color: var(--verde);
}

.wrapper.style5 input[type="text"],
.wrapper.style5 input[type="password"],
.wrapper.style5 input[type="email"],
.wrapper.style5 select,
.wrapper.style5 textarea {
    background-color: rgba(0, 0, 0, 0.0375);
}

.wrapper.style5 select {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='%23dfdfdf' /%3E%3C/svg%3E");
}

.wrapper.style5 select option {
    color: var(--verde);
    background: #ffffff;
}

.wrapper.style5 input[type="checkbox"]+label,
.wrapper.style5 input[type="radio"]+label {
    color: #4E4852;
}

.wrapper.style5 input[type="checkbox"]+label:before,
.wrapper.style5 input[type="radio"]+label:before {
    background: rgba(0, 0, 0, 0.0375);
}

.wrapper.style5 input[type="checkbox"]:checked+label:before,
.wrapper.style5 input[type="radio"]:checked+label:before {
    background: var(--verde);
    color: #ffffff;
}

.wrapper.style5 ::-webkit-input-placeholder {
    color: #8E8892 !important;
}

.wrapper.style5 :-moz-placeholder {
    color: #8E8892 !important;
}

.wrapper.style5 ::-moz-placeholder {
    color: #8E8892 !important;
}

.wrapper.style5 :-ms-input-placeholder {
    color: #8E8892 !important;
}

.wrapper.style5 .formerize-placeholder {
    color: #8E8892 !important;
}

.wrapper.style5 .icon.major {
    border-color: #dfdfdf;
}

.wrapper.style5 ul.alt li {
    border-color: #dfdfdf;
}

.wrapper.style5 table tbody tr {
    border-color: #dfdfdf;
}

.wrapper.style5 table tbody tr:nth-child(2n+1) {
    background-color: rgba(0, 0, 0, 0.0375);
}

.wrapper.style5 table th {
    color: var(--verde);
}

.wrapper.style5 table thead {
    border-color: #dfdfdf;
}

.wrapper.style5 table tfoot {
    border-color: #dfdfdf;
}

.wrapper.style5 table.alt tbody tr td {
    border-color: #dfdfdf;
}

@media screen and (max-width: 736px) {
    .wrapper.style5 .features li {
        border-top-color: #dfdfdf;
    }
}

@media screen and (max-width: 980px) {
    .wrapper {
        padding: 4em 3em 2em 3em;
    }
}

@media screen and (max-width: 736px) {
    .wrapper {
        padding: 3em 2em 1em 2em;
    }
}

/* Page Wrapper */

#page-wrapper {
    -moz-transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    opacity: 1;
    padding-top: 3em;
}

#page-wrapper:before {
    background: rgba(0, 0, 0, 0);
    content: '';
    display: block;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10001;
}

/* Banner */

#banner {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    cursor: default;
    height: 100vh;
    height: 100dvh;
    min-height: 35em;
    overflow: hidden;
    position: relative;
    text-align: center;
}

#banner p {
    letter-spacing: 0.225em;
    text-transform: uppercase;
    color: white;
    font-family: 'Poiret One', cursive;
    font-weight: 100;
    letter-spacing: 5px;
    text-transform: none;
    font-size: 30px;
}

#banner p a {
    color: inherit;
}

#banner:after {
    pointer-events: none;
    -moz-transition: opacity 1.5s ease-in-out;
    -webkit-transition: opacity 1.5s ease-in-out;
    -ms-transition: opacity 1.5s ease-in-out;
    transition: opacity 1.5s ease-in-out;
    content: '';
    background: var(--rosaPalo);
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

@media screen and (max-width: 736px) {
    #banner {
        padding: 7em 3em 5em 3em;
        /*height: auto;*/
        min-height: 0;
    }

    /*#banner br {
		display: none;
	}*/
}

@media screen and (max-width: 620px) {
    #banner h2 {
        font-size: 45px;
    }

    #banner p {
        font-size: 20px;
    }
}

@media screen and (max-width: 480px) {
    #banner h2 {
        font-size: 30px;
    }

    #banner p {
        font-size: 15px;
    }
}

@media screen and (max-width: 380px) {
    #banner {
        padding: 3px;
    }
}

body.is-preload #banner h2 {
    -moz-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
}

body.is-preload #banner h2:before,
body.is-preload #banner h2:after {
    width: 0;
}

body.is-preload #banner:after {
    opacity: 1;
}

/* Contacto */

#contact .inner {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    max-width: 45em;
}

#contact .inner header {
    -moz-order: 1;
    -webkit-order: 1;
    -ms-order: 1;
    order: 1;
    padding-right: 3em;
    width: 70%;
}

#contact .inner header p {
    color: inherit;
}

#contact .inner .actions {
    -moz-order: 2;
    -webkit-order: 2;
    -ms-order: 2;
    order: 2;
    width: 30%;
}

@media screen and (max-width: 980px) {
    #contact .inner {
        display: block;
        text-align: center;
    }

    #contact .inner header {
        padding-right: 0;
        width: 100%;
    }

    #contact .inner .actions {
        margin-left: auto;
        margin-right: auto;
        max-width: 20em;
        width: 100%;
    }
}

@media screen and (max-width: 736px) {
    #contact .inner .actions {
        max-width: none;
    }
}

/* Footer */

#footer {
    background-color: var(--rojoVinoClaro);
    text-align: center;
    margin: 0;
    padding: 10px;
}

#footer .icons {
    font-size: 1.25em;
}

#footer .icons a {
    color: rgba(255, 255, 255, 0.5);
}

#footer .icons a:hover {
    color: #fff;
}

#footer .copyright {
    display: flex;
    justify-content: center;
    color: white;
    font-size: 0.8em;
    letter-spacing: 0.225em;
    list-style: none;
    padding: 0;
    margin: 0px;
    font-family: 'Poiret One', cursive;
    gap: 5px;
}


@media screen and (max-width: 980px) {
    #footer {
        padding: 4em 3em 2em 3em;
    }
}

@media screen and (max-width: 736px) {
    #footer {
        padding: 1em 2em 1em 2em;
    }
}

/* Landing */

body.landing #page-wrapper {
    background-image: url("../images/foto_acuarela_alejada.png");
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 0;
}

/*LARRY*/

.zoom {
    transition: transform .2s;
}

.zoom:hover {
    transform: scale(1.1);
}

.bounce {
    -moz-animation: bounce 3s infinite;
    -webkit-animation: bounce 3s infinite;
    animation: bounce 3s infinite;
    -moz-animation-delay: 2s;
    -webkit-animation-delay: 2s;
    -ms-animation-delay: 2s;
    animation-delay: 2s;
}

.bounceH {
    -moz-animation: bounceH 1.5s infinite;
    -webkit-animation: bounceH 1.5s infinite;
    animation: bounceH 1.5s infinite;
    -moz-animation-delay: 2s;
    -webkit-animation-delay: 2s;
    -ms-animation-delay: 2s;
    animation-delay: 2s;
}

@-moz-keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -moz-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@-webkit-keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}


@-moz-keyframes bounceH {

    0%,
    100% {
        -moz-transform: translateX(var(--bounceHStartTransform));
        transform: translateX(var(--bounceHStartTransform));
    }

    50% {
        -moz-transform: translateX(var(--bounceHEndtransform));
        transform: translateX(var(--bounceHEndtransform));
    }
}

@-webkit-keyframes bounceH {

    0%,
    100% {
        -webkit-transform: translateX(var(--bounceHStartTransform));
        transform: translateX(var(--bounceHStartTransform));
    }

    50% {
        -webkit-transform: translateX(var(--bounceHEndtransform));
        transform: translateX(var(--bounceHEndtransform));
    }
}

@keyframes bounceH {

    0%,
    100% {
        -moz-transform: translateX(var(--bounceHStartTransform));
        -ms-transform: translateX(var(--bounceHStartTransform));
        -webkit-transform: translateX(var(--bounceHStartTransform));
        transform: translateX(var(--bounceHStartTransform));
    }

    50% {
        -moz-transform: translateX(var(--bounceHEndtransform));
        -ms-transform: translateX(var(--bounceHEndtransform));
        -webkit-transform: translateX(var(--bounceHEndtransform));
        transform: translateX(var(--bounceHEndtransform));
    }
}

.left-border,
.right-border,
.bottom-border,
.top-border {
    content: '';
    display: block;
    position: absolute;
    background: #fff;
}

.bottom-border,
.top-border {
    height: 2px;
    width: 100%;
    max-width: 0%;
    -moz-transition: max-width 0.85s ease;
    -webkit-transition: max-width 0.85s ease;
    -ms-transition: max-width 0.85s ease;
    transition: max-width 0.85s ease;
}

.left-border,
.right-border {
    width: 2px;
    height: 100%;
    max-height: 0%;
    -moz-transition: max-height 0.85s ease;
    -webkit-transition: max-height 0.85s ease;
    -ms-transition: max-height 0.85s ease;
    transition: max-height 0.85s ease;
}

.top-border {
    top: 0;
    left: 0;
}

.bottom-border {
    bottom: 0;
    right: 0;
}

.left-border {
    top: 0;
    left: 0;
}

.right-border {
    bottom: 0;
    right: 0;
}

.left-border.animate,
.right-border.animate {
    max-height: 100%;
    -moz-transition: max-height 0.85s ease;
    -webkit-transition: max-height 0.85s ease;
    -ms-transition: max-height 0.85s ease;
    transition: max-height 0.85s ease;
}

.bottom-border.animate,
.top-border.animate {
    max-width: 100%;
    -moz-transition: max-width 0.85s ease;
    -webkit-transition: max-width 0.85s ease;
    -ms-transition: max-width 0.85s ease;
    transition: max-width 0.85s ease;
}

/* La segunda animacion (animacion azul)*/

.left-border2,
.right-border2,
.bottom-border2,
.top-border2 {
    content: '';
    display: block;
    position: absolute;
    background: white;
}

.bottom-border2,
.top-border2 {
    height: 2px;
    width: 100%;
    max-width: 0%;
    -moz-transition: max-width 0.85s ease;
    -webkit-transition: max-width 0.85s ease;
    -ms-transition: max-width 0.85s ease;
    transition: max-width 0.85s ease;
}

.left-border2,
.right-border2 {
    width: 2px;
    height: 100%;
    max-height: 0%;
    -moz-transition: max-height 0.85s ease;
    -webkit-transition: max-height 0.85s ease;
    -ms-transition: max-height 0.85s ease;
    transition: max-height 0.85s ease;
}

.left-border2 {
    bottom: 0;
    left: 0;
}

.right-border2 {
    top: 0;
    right: 0;
}

.top-border2 {
    top: 0;
    left: 0;
}

.bottom-border2 {
    bottom: 0;
    right: 0;
}

.right-border2.animate,
.left-border2.animate {
    max-height: 100%;
    -moz-transition: max-height 0.85s ease;
    -webkit-transition: max-height 0.85s ease;
    -ms-transition: max-height 0.85s ease;
    transition: max-height 0.85s ease;
}

.bottom-border2.animate,
.top-border2.animate {
    max-width: 100%;
    -moz-transition: max-width 0.85s ease;
    -webkit-transition: max-width 0.85s ease;
    -ms-transition: max-width 0.85s ease;
    transition: max-width 0.85s ease;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.photo-container {
    background: white;
    box-shadow: -7px 7px 0px 0px var(--rosaPalo);
    display: flex;
    flex-direction: column;
    padding: 15px 15px 0px 15px;
    rotate: -5deg;
    width: 75%;
    margin: 0 auto;
    cursor: url('/assets/images/heart-icon.svg') 25 25, auto;
}

.photo-container-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.photo-container-texto {
    font-family: 'Bacalisties', sans-serif;
    color: black;
    padding: 15px;
    font-size: 20px;
}

.photo-container-texto img {
    width: 30px;
}

.horarios-items {
    display: flex;
    flex-direction: column;
    gap: 0px;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 30px 0px 40px 0px;
}

@media (min-width: 900px) {
    .horarios-items {
        flex-direction: row;
        justify-content: space-evenly;
        gap: 20px;
    }
}

.horarios-items-momento {
    width: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.horarios-items .momento-img {
    height: 200px;
}

.horarios-items .momento-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.horarios-items .momento-texto {
    padding: 5px 0px;
}

.horarios-items .momento-texto span {
    padding: 5px;
    display: block;
}

.horarios-items .momento-texto-titulo {
    font-family: 'Bacalisties', sans-serif;
    font-size: 35px;
}

.horarios-items .momento-texto-hora {
    font-family: 'Poiret One', cursive;
    font-size: 15px;
}

.form-container {
    padding: 30px 0px 0px 0px;
}

.form-container-button-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.form-container-button-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.form-container-button-img {
    width: 80px;

    & img {
        width: 100%;
        object-fit: cover;
    }
}

.countdown-items {
    display: flex;
    flex-direction: row;
    gap: 0px;
    justify-content: center;
    width: 100%;
    padding: 30px 0px 0px 0px;
}

@media (min-width: 900px) {
    .countdown-items {
        gap: 0px;
    }
}

.countdown-items-columna {
    width: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.countdown-items .countdown-texto {
    padding: 30px 0px;
}

.countdown-items .countdown-texto span {
    padding: 15px 5px;
    display: block;
}

.countdown-items .countdown-texto-titulo {
    font-family: 'Poiret One', cursive;
    font-size: 25px;
    color: black;
}

@media (min-width: 900px) {
    .countdown-items .countdown-texto-titulo {
        font-size: 35px;
    }
}

.countdown-items .countdown-texto-descripcion {
    font-family: 'Bacalisties', sans-serif;
    font-size: 20px;
    color: black;
}

@media (min-width: 900px) {
    .countdown-items .countdown-texto-descripcion {
        font-size: 25px;
    }
}

.location-description {
    text-align: justify;
}

.style4 .photo-container {
    rotate: 5deg;
    box-shadow: -7px 7px 0px 0px var(--rojoVinoClaro);
    background-color: rgb(236 209 187 / 20%);
}

.style4 a:hover {
    color: gray;
    border-bottom-color: gray;
    text-decoration: dotted;
}

.boton {
    border: 0;
    border-width: 1px;
    box-shadow: none;
    border: 1px solid #21b2a6;
    padding: 6px 15px;
    color: white;
    background: transparent;
    letter-spacing: 2px;
}

.boton:hover {
    background-color: #21b2a6;
    text-decoration: none;
}

.boton:focus {
    outline: 0;
}

.titulo {
    letter-spacing: 5px;
    font-size: 135px;
    font-weight: 400;
    margin: 0;
    margin-bottom: 28px;
    font-family: 'Bacalisties', sans-serif;
}

.subtitulo {
    letter-spacing: 5px;
    font-size: 30px;
    font-weight: 300;
    font-family: 'Bacalisties', sans-serif;
}

@media screen and (min-width: 900px) {
    .subtitulo {
        font-size: 40px;
    }
}

.anillos-container {
    width: 50px;
    margin: 20px 0;

    & img {
        width: 100%;
        object-fit: cover;
    }
}

.descripcion {
    letter-spacing: 3px;
    color: #21b2a6;
    font-size: 18px;
}

.scrolly {
    color: white;
    font-size: 40px;
    position: absolute;
    margin-bottom: 16px;
    bottom: 0;
    left: 50%;
    margin-left: -50px;
    border-bottom: none;
    cursor: pointer;
    -webkit-animation: 10s cubic-bezier(0.4, 0, 0.2, 1) forwards fadein;
    animation: 10s cubic-bezier(0.4, 0, 0.2, 1) forwards fadein;
}

@keyframes fadein {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 0;
    }

    60% {
        opacity: 0.6;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 0;
    }

    60% {
        opacity: 0.6;
    }

    100% {
        opacity: 1;
    }
}

@media screen and (max-width: 1000px) {
    .titulo {
        font-size: 18px;
    }

    .descripcion {
        font-size: 15px;
    }

    .boton {
        font-size: 15px;
    }
}

@media screen and (max-width: 767px) {
    .titulo {
        font-size: 25px;
    }

    .descripcion {
        font-size: 21px;
    }

    .boton {
        font-size: 21px;
    }
}

@media screen and (max-width: 500px) {
    .titulo {
        font-size: 40px;
    }

    .descripcion {
        font-size: 25px;
    }

    .boton {
        font-size: 15px;
    }
}

@media screen and (max-width: 385px) {
    .titulo {
        font-size: 14px;
    }

    .descripcion {
        font-size: 11px;
    }

    .boton {
        font-size: 11px;
    }
}