body {
    font-family: "Ubuntu";
    margin: 0 auto;
}
.body {
    display: grid;
    grid-template-rows: 1fr auto;
    height: 100dvh;
}
.page-content {
    height: 100%;
}
h1 {
    color: #006385;
    font-size: 64px;
    margin-block-start: 0.67em;
    margin-block-end: 0;
    line-height: 64px;
}
h2 {
    color: #008AA8;
    font-size: 48px;
    font-weight: 700;
    text-align: center;
}
h3 {
    color: #008aa8;
    font-size: 40px;
    font-weight: 300;
    margin-block-start: 30px;
    margin-block-end: 0;
}
p {
    margin-block-start: 0;
    margin-block-end: 0;
}
.white-section {
    padding-right: 16px;
    padding-left: 16px;
}
.image-first-section {
    width: 100%;
    height: auto;
}
.white-section, .content-color-section {
    max-width: 1260px;
    margin: auto;
}
.content-color-section {
    padding: 60px 30px;
}
.container-img-points {
    max-width: 500px;
    margin-right: 20px;
}
.container-img-points.margin-img {
    margin-left: 20px;
    margin-right: 0;
}
.padding-top {
    padding-top: 30px;
    margin-top: 70px;
}
.white-section.margin-top {
    margin-top: 100px;
}
.white-section .content-button {
    display: flex;
    margin-top: 40px;
    padding: 8px;
}
.white-section .primary-button {
    text-decoration: none;
}
.white-section .title-2 {
    font-weight: 400;
    line-height: 50px;
    font-size: 42px;
}
.secondary-button {
    margin-left: 16px;
    text-decoration: none;
    background: #D8DEE9;
    padding: 8px 20px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 500 !important;
    color: #2e3440 !important;
}
.color-section {
    text-align: center;
    background-color: #F1F1F4;
}
.margin-top-section {
    margin-top: 60px;
}
.margin-bottom-section {
    margin-bottom: 60px;
}
.columns {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.column {
    flex-basis: 50%;
}
.column img {
    margin-left: 10px;
}
.content {
    font-size: 26px;
    color: #4c566a;
    margin-block-start: 30px;
    margin-block-end: 0;
    line-height: 34px;
}
.small-text {
    font-style: italic;
    margin-top: 10px;
    color: #008aa8;
    font-size: 14px;
    line-height: 21px;
}
.companies-images {
    display: grid;
    grid-template-columns: auto auto;
    column-gap: 60px;
    padding: 4%;
}
.companies-images img {
    padding: 18px 0;
}
.content-color-section h2 {
    padding: 20px;
}
.content-color-section h3 {
    line-height: 48px;
}
.content-color-section .text {
    color: #70728f;
    line-height: 24px;
}
.container-section {
    display: grid;
    grid-template-columns: 45% 45%;
    column-gap: 60px;
    align-items: center;
    margin-top: 18px;
}
.container-section h2 {
    line-height: 58px;
}
.center-img {
    display: flex;
    justify-content: center;
}
.description {
    font-size: 19px;
    color: #70728f;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
    line-height: 29px;
}
.sub-title {
    font-size: 29px;
    color: #008aa8;
    font-weight: 700;
    text-align: left;
    line-height: 36px;
}
.sub-title-text {
    font-size: 16px;
    color: #008aa8;
    font-weight: 400;
    font-style: italic;
    line-height: 24px;
}
.imgs-software {
    display: grid;
    grid-template-columns: auto auto auto auto;
    column-gap: 30px;
    justify-items: center;
    align-items: center;
    margin-top: 60px;
    margin-bottom: 60px;
}
.title-blue {
    font-size: 19px;
    font-weight: 400;
    color: #008aa8;
    line-height: 23px;
}
.text-grey {
    color: #4c566a;
}
.text-left {
    text-align: left;
}
.content-organize {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.content-organize .text-right {
    order: 2;
}
.content-organize .group-text {
    flex-basis: 50%;
}
.content-organize .sub-title {
    margin-top: 10px;
}
.content-organize .description {
    margin-top: 20px;
    margin-bottom: 10px;
}
.padding-color-section {
    padding: 60px 0px;
}
.text-dark-blue {
    color: #006385;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 48px;
}
.free-text {
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
}
.align-text-icon {
    display: flex;
    align-items: center;
}
.align-text-icon .title-blue {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    margin-left: 10px;
}
.not-margin {
    margin: 0;
}
.big-sub-title {
    font-weight: 700;
    margin-top: 8px;
    line-height: 43px;
}
.big-sub-title h3, .big-sub-title p {
    font-size: 36px;
    color: #4c566a;
}
.list-description {
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    line-height: 27px;
}
.list-description ul, .list-description ol {
    padding-inline-start: 0;
    list-style: none;
    --icon-space: 1.3em;
}
.list-description li {
    margin-top: 8px;
}
.list-description li:before {
    margin-right: 10px;
    content: url("../svg/check-solid.44e25508aaee.svg");
    display: inline-block;
    margin-left: 10px;
    width: 16px;
}
.list-description ol li:before {
    margin-right: 10px;
    content: url("../svg/arrow-left-solid.8bec6b7e2cf9.svg");
    display: inline-block;
    margin-left: 10px;
    width: 16px;
}
.list-description a {
    color: #008aa8;
    text-decoration: none;
}
.list-description a:hover {
    text-decoration: underline;
}
.link-text {
    font-size: 18px;
    font-weight: 700;
    margin-top: 48px;
}
.link-text a {
    color: #008aa8;
    text-decoration: none;
}
.change-order-text {
    order: 2;
    margin-left: 38px;
}
.last-section {
    padding-bottom: 100px;
}
/* Menu */
.landing-header {
    padding: 8px 16px;
    background-color: white;
    z-index: 99;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0px;
    right: 0;
}
.landing-header .container, .landing-footer .container {
    max-width: 1260px;
    margin: auto;
}
.landing-header .container .columns {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.landing-header a {
    font-weight: 500;
    color: #4C566A;
    font-size: 16px;
    text-decoration: none;
}
.desktop-nav {
    margin: 0;
    padding: 0;
    text-align: right;
    width: 100%;
    line-height: 1.8rem;
}
.landing-header ul {
    padding-inline-start: 0;
    margin-block-start: 0;
    margin-block-end: 0;
}
.landing-header ul li {
    list-style: none;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    text-decoration: none;
    text-align: center;
    padding: 10px;
}
.landing-header li:hover {
    cursor: pointer;
    background-color: #F1F1F4;
}
.primary-button {
    background: #83EEDE;
    padding: 8px 20px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 500 !important;
    color: #2e3440 !important;
    text-decoration: none;
}
.primary-button:hover, .secondary-button:hover {
    background-color: #008AA8;
    color: white !important;
}
.link-text-menu {
    color: #70728F !important;
    font-weight: 400 !important;
    margin-right: 20px;
}
/* Footer */
.landing-footer {
    background-color: #70728F;
}
.footer-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 50px 0px;
}
.footer-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 170px;
}
.text-footer-logo {
    margin-top: 16px;
    color: white;
    font-size: 37px;
    font-weight: 300;
    text-transform: uppercase;
}
.container-options {
    display: flex;
    flex-direction: column;
}
.container-options a {
    color: white;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    font-family: 'Ubuntu';
    margin-top: 10px;
}
.container-options a:hover {
    text-decoration: underline;
}
.titles-options-footer{
    font-weight: 700;
    color: white;
    font-size: 18px;
    margin-bottom: 10px;
}
/* Options footer */
.legal-section {
    background-color: #F8F9FB;
    padding-top: 90px;
    padding-bottom: 90px;
}
.legal-card {
    margin: auto;
    max-width: 1080px;
    background: #FFFFFF;
    padding: 30px;
    font-size: 18px;
    font-weight: 400;
    color: #4c566a;
}
.legal-card h4 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
}
.legal-card h3 {
    font-size: 32px;
    font-weight: 400;
    color: #4c566a;
    line-height: 48px;
}
.legal-card h2 {
    color: #4c566a;
    font-weight: 400;
    font-size: 50px;
    line-height: 50px;
    padding-bottom: 50px;
    margin-block-start: 0;
    margin-block-end: 0;

}
.legal-card p {
    line-height: 27px;
}
.legal-card a {
    color: #008AA8;
    font-weight: 500;
    text-decoration: none;
}
/* Pagina de precios */
.content-card-pricing {
    background: linear-gradient(160deg, #008AA8 0%, #83EEDE 100%);
    padding: 100px 0;
    margin-top: 70px;
}
.content-card-pricing h1 {
    color: white;
    font-size: 56px;
    font-weight: 700;
    text-align: center;
    margin-block-start: 0;
}
.pricing-page {
    display: grid;
    grid-template-columns: auto auto;
    column-gap: 24px;
    row-gap: 70px;
    max-width: fit-content;
    margin: auto;
    padding: 0px 16px;
}
.background-page {
    background-color: #F1F1F4;
    padding-top: 50px;
    padding-bottom: 90px;
}
.background-page .link {
    font-size: 14px;
    color: #008AA8;
    text-decoration: none;
    text-align: right;
    grid-column-start: 2;
}
.background-page .link:hover {
    text-decoration: underline;
}
.card {
    background-color: white;
    padding: 16px;
    height: 100%;
    box-shadow: 0px 3px 16px #AAAAAA39;
    border-radius: 10px;
    display: grid;
    grid-template-rows: auto auto auto auto;
    border: 1px solid #83EEDE40;
    min-width: 400px;
    max-width: 500px;
}
.title-pricing {
    color: #4C566A;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    height: 40px;
    margin: 32px 0 20px;
    line-height: 29px;
}
.pricing {
    color: #006385;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
}
.text-link {
    color: #008AA8;
    text-align: center;
    cursor: pointer;
    margin: 0 auto 20px;
}
.text-link:hover {
    text-decoration: underline;
}
.card .primary-button {
    margin: 0 auto 20px;
    text-align: center;
    display: flex;
    align-self: center;
}
.pricing-text {
    color: #008AA8;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
}
.card .list-description {
    font-size: 16px;
    color: #4c566a;
    padding: 16px;
    line-height: 24px;
    height: 320px;
}
.card .list-description li {
    padding: 8px;
}
.card .container-pricing {
    height: 100px;
}
.card .pricing-text-card {
    border-radius: 8px;
    color: #70728f;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    text-align: center;
    height: 60px;
    margin-top: 23px;
    margin-bottom: 23px;
}
/* About page */
.about-page {
    padding-bottom: 90px;
}
.about-page h3 {
    color: #006385;
    font-weight: 700;
    line-height: 48px;
}
.about-page .subtitle-about {
    color: #008aa8;
    font-weight: 700;
    font-size: 26px;
    line-height: 31px;
    margin-top: 24px;
    padding: 20px 0;
}
.about-page .content-text-image {
    display: flex;
    margin-top: 24px;
    align-items: center;
}
.about-page .content-text-image img {
    margin-left: 30px;
}
.about-page .text-about {
    font-size: 19px;
    font-weight: 400;
    color: #4c566a;
    line-height: 29px;
}
.about-page .text-about a {
    color: #008AA8;
    text-decoration: none;
}
.about-page .text-about a:hover {
    text-decoration: underline;
}
/* Contact page */
.contact-page {
    background-color: #F1F1F4;
    padding-top: 90px;
    height: 100%;
}
.contact-card {
    margin: auto;
    max-width: 752px;
    background: #FDFDFD;
    font-size: 18px;
    font-weight: 400;
    border-radius: 3px;
    box-shadow: 0 4px 4px rgba(87, 100, 126, .21);
    margin-bottom: 90px;
}
.contact-page .contact-header {
    padding: 40px 52px;
    border-bottom: 1px #d7d8e1 solid;
}
.contact-page h3 {
    font-size: 32px;
    font-weight: 700;
    color: #008aa8;
    line-height: 46px;
    margin-block-start: 0px;
}
.contact-page .intro {
    color: #70728f;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
}
.contact-page .content-form {
    padding: 0 38px;
}
.contact-page form .form-fields {
    display: flex;
    flex-direction: column;
    margin-bottom: 12px;
    margin-top: 28px;
    padding: 12px 10px;
}
.contact-page form .form-fields-checkbox {
    margin-bottom: 12px;
    margin-top: 28px;
    padding: 12px 10px;
}
.contact-page form .help-text {
    font-size: 12px;
    color: #57647e;
    font-weight: 400;
    line-height: 18px;
    margin-top: 11px;
    margin-left: 2px;
}
.contact-page form .label {
    font-size: 16px;
    color: #70728f;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 14px;
    margin-left: 2px;
}
.contact-page form .is-required {
    color: #dc2626;
}
.contact-page .content-error {
    background-color: #FEF4F4;
}
.contact-page .errorlist {
    list-style: none;
    background-color: #f23a3c;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: .75em;
    margin-top: 8px;
    width: fit-content;
}
.contact-page .link {
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    color: #70728f;
    text-decoration: underline;
    cursor: pointer;
    padding: 0 10px;
}
.contact-page .footer-header {
    padding: 40px 52px;
    border-top: 1px #d7d8e1 solid;
    display: flex;
    justify-content: center;
    margin-top: 24px;
}
.content-error input {
    border: 1px solid #f23a3c !important;
    box-shadow: 0 0 3px #f23a3c;
}
select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 50%;
	color: #8894ab;
	border: 1px solid #b8bdc9;
    background-color: white;
    font-weight: 300;
    height: 40px;
    font-size: 16px;
    border-radius: 4px;
    padding: 0 30px 0 10px;
    background-position: right 10px bottom 50%;
    background-size: 10px;
    background-repeat: no-repeat;
    background-image: url("../svg/chevron-down-solid.3705067bf2f2.svg");
}
input:hover, textarea:hover, select:hover {
    border: 1px rgba(46, 105, 255, .5) solid;
    box-shadow: 0 0 0 2px rgba(46, 105, 255, .25);
}
input[type=text], input[type=email], input[type=number] {
    height: 40px;
    width: 50%;
}
input[type=text], input[type=email], input[type=number], textarea {
	color: #8894ab;
	border: 1px solid #b8bdc9;
    font-weight: 300;
    border-radius: 4px;
    background-color: white;
    padding: 0px 10px;
}
textarea {
    padding: 20px 10px;
    resize: none;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
input[type=submit] {
    background-color: #006385;
}
input[type=submit] {
    background: #83EEDE;
    padding: 8px 40px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 500;
    color: #2e3440;
    border: 0px;
}
input[type=submit]:hover {
    background-color: #008AA8;
    color: white;
    border: 0 !important;
    box-shadow: none !important;
}
input:focus, textarea:focus {
    border-color: #2e69ff;
    box-shadow: 0 0 0 3px rgba(46, 105, 255, .25);
}
input[type=checkbox] {
    width: 20px;
    height: 20px;
    border: 1px solid #A3B3C2;
    border-radius: 1px;
    vertical-align: sub;
    outline: none;
    cursor: pointer;
}
.content-checkbox {
    display: flex;
    flex-direction: row;
}
.content-checkbox label {
    width: fit-content;
    order: 2;
    margin-left: 10px !important;
    color: #70728f !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 23px !important;
}
.is-hidden {
    display: none;
}
.cookie-bar {
    position: fixed;
    bottom: 0;
    top: auto;
    background-color: #4c566a;
    color: white;
    font-family: "Ubuntu";
    right: 0;
    left: 0;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    padding-top: 30px;
}
.content-cookie-banner {
    max-width: 1260px;
    margin: auto;
    margin-bottom: 30px;
    padding: 0 30px;
}
.content-cookie-banner input[type=submit] {
    font-weight: bold !important;
}
.cookie-group-form {
    display: flex;
    margin-bottom: 30px;
    margin-top: 30px;
}
.cookie-consent-accept {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.content-checkbox-cookies label {
    margin-right: 20px;
    margin-left: 7px;
}
.content-links {
    display: flex;
    justify-content: space-between;
}
.cookie-info {
    font-size: 12px;
}
.show-link {
    color: #83EEDE;
    cursor: pointer;
    text-decoration: underline;
}
.hidden-details {
    display: none;
}
#cookie-detail {
    background-color: #70728F;
}
.content-cookies-detail {
    max-width: 1260px;
    margin: auto;
    padding: 35px 30px;
}
#cookie-detail table {
    width: 100%;
    border-collapse: collapse;
    font-size: 12px;
}
#cookie-detail table tr {
    border-bottom: 1px solid white;
    text-align: left;
}
#cookie-detail table th {
    color: white;
    font-weight: normal;
    text-transform: uppercase;
}
#cookie-detail table td, #cookie-detail table th {
    padding: 0.5rem 0;

}
.cookie-group-form .secondary-button {
    margin-left: 16px;
    text-decoration: none;
    background: #D8DEE9;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 500 !important;
    color: #2e3440 !important;
    padding: 8px 40px;
}
.cookie-group-form .secondary-button:hover {
    background-color: #008AA8 !important;
    color: white !important;
}
.mandatory-cookie {
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 500;
}
/* Responsive */
@media (max-width: 980px) {
    h1 {
        font-size: 40px;
        line-height: 40px;
    }
    .white-section .title-2 {
        font-size: 32px;
        line-height: 38px;
    }
    .white-section .content {
        font-size: 24px;
        line-height: 31px;
    }
}
@media (max-width: 835px) {
    .content-color-section {
        padding: 60px 10px;
    }
}
@media only screen and (max-width: 767px) {
    /* Menú */
    .landing-header .container {
        display: none;
    }
    .landing-header .link-menu {
        width: 100%;
        display: block;
    }
    .landing-header .is-hidden {
        display: block;
    }
    .landing-header {
        padding: 8px 24px;
    }
    .hidden {
        display: none;
    }
    #toggleBtn {
        cursor: pointer;
    }
    #movile-nav {
        position: fixed;
        left: 50px;
        right: 7px;
        top: 55px;
        z-index: 1;
        background: white;
        border: 1px #008AA866 solid;
        padding: 16px;
        border-radius: 4px;
        align-items: flex-start;
        justify-content: center;
        box-shadow: 0 4px 16px 0 var(#83EEDE80);
    }
    #movile-nav ul {
        display: flex;
        flex-direction: column;
    }
    .landing-header ul li {
        margin: 0;
        text-align: left;
    }
    .landing-header .container-links {
        margin-top: 30px;
        display: flex;
        flex-direction: column;
    }
    .landing-header .container-links .link-text-menu {
        padding: 10px;
        margin-right: 0px;
    }
    .link-text-menu:hover, .text-button:hover {
        cursor: pointer;
        background-color: #F1F1F4;
    }
    .text-button {
        font-size: 16px;
        text-decoration: none;
        padding: 10px;
        color: #008AA8 !important;
        font-weight: 400 !important;
    }
    /* Pantalla principal */
    .white-section.padding-top .columns {
        flex-direction: column;
    }
    .image-first-section {
        margin-left: 0px !important;
    }
    .color-section h3, .big-sub-title p {
        font-size: 29px;
        line-height: 35px;
    }
    .companies-images {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0;
    }
    .container-section {
        display: flex;
        flex-direction: column;
    }
    .container-section > .center-img {
        order: 1;
    }
    .container-section > .center-img ~ .center-img {
        order: 2;
        margin-top: 80px;
    }
    .container-section > .description {
        order: 1;
    }
    .container-section > .description ~ .description {
        order: 2;
    }
    .container-section > .sub-title {
        order: 1;
    }
    .container-section > .sub-title ~ .sub-title {
        order: 2;
    }
    .container-section > .sub-title-text {
        order: 1;
    }
    .container-section > .sub-title-text ~ .sub-title-text {
        order: 2;
    }
    .sub-title, .sub-title-text {
        align-self: flex-start;
    }
    .imgs-software {
        grid-template-columns: auto auto;
        row-gap: 34px;
    }
    .white-section h2 {
        font-size: 32px;
        line-height: 38px;
    }
    .color-section {
        padding-right: 16px;
        padding-left: 16px;
    }
    .color-section .content-organize, .white-section .content-organize {
        flex-direction: column;
    }
    .group-text {
        order: -1 !important;
    }
    .content-color-section .columns {
        flex-direction: column;
    }
    .container-points {
        margin-bottom: 20px;
        order: -1;
    }
    .content-text-image {
        flex-direction: column;
    }
    .text-about {
        margin-bottom: 30px;
    }
    .content-text-image img {
        align-self: center;
    }
    .change-order-text {
        margin-left: 0px;
    }
    .content-color-section .image-point-section {
        width: 100%;
    }
    /* Pantalla de precios */
    .pricing-page {
        display: flex;
        flex-direction: column;
        row-gap: 30px;
        max-width: none;
        column-gap: 0;
    }
    .content-card-pricing {
        padding: 60px 0px;
    }
    .content-card-pricing h1 {
        text-align: left;
        font-size: 40px;
        margin-right: 24px;
        margin-left: 24px;
    }
    .title-pricing {
        height: 40px;
        margin: 32px 0 20px;
    }
    .container-pricing {
        height: auto !important;
    }
    .pricing-text-card-mobile {
        display: none;
    }
    .text-link {
        margin: 40px 0 20px;
    }
    .pricing-text-card {
        margin-bottom: 0px !important;
    }
    .pricing-page .primary-button {
        margin-top: 40px;
    }
    /* Footer */
    .landing-footer .footer-wrapper {
        padding: 50px 55px;
        display: flex;
        flex-direction: column;
    }
    .footer-logo {
        width: auto;
    }
    .titles-options-footer {
        margin-top: 30px;
        margin-bottom: 15px;
    }
    /* Cookies */
    .cookie-group-form {
        flex-direction: column;
    }
    .cookie-consent-accept {
        flex-direction: column;
        align-items: flex-start;
    }
    .cookie-group-form .secondary-button, .cookie-group-form .primary-button {
        margin-left: 0px;
        margin-top: 10px;
    }
}
