*
{
    margin: 0;
    padding: 0;
}

/*MAIN*/
.box-main-hero {
    position: static;
    padding-top: 7%;
    padding-bottom: 7%;
    width: 100%;
    height: auto;
    text-align: center;
    background-image: url("recursos/main/pics/oox_bg_1.jpg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-color: black;
}

.box-logo-3 {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 10%;
    height: auto;
    text-align: center;
}
/*Search bar*/
.box-main-search {
    position: relative;
    margin-top: 3%;
    left: 50%;
    transform: translateX(-50%);
    width: 40%;
    height: auto;
    text-align: left;
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    font-size: 3vw;
    color: #808080;
    border-radius: 50px;
    background-color: #fff;
}

.input-2 {
    all: unset;
    height: 100%;
    width: calc(100% - 120px);
    padding: 0px 13px 0px 33px;
    border-radius: 50px 0px 0px 50px;
}

::placeholder {
    color: #808080;
    opacity: 0.7; 
}

.bt-search-2 {
    all: unset;
    cursor: pointer;
    position: absolute;
    width: 70px;
    height: 100%;
    background-image: url("recursos/main/items/oox_ico_search.svg");
    background-repeat: no-repeat;
    background-position: center;
}
/*Termina search bar*/

.box-main-secc-1 {
    position: static;
    width: 100%;
    height: auto;
    text-align: center;
}

/*h1 2em, h2 1.75em, h3 1.5em, h4 1.25em, h5 1em, m medium, s semibold, b bold, eb extrabold, n normal, i italic*/
h4-si { 
    display: block;
    font-style: italic;
    font-weight: 600;
    font-size: 1.25em;
    margin-top: 0.25em;
    margin-bottom: 0.25em;
    margin-left: 0;
    margin-right: 0;
}

h5-bn { 
    display: block;
    font-style: normal;
    font-weight: 700;
    font-size: 1em;
    margin-top: 0.25em;
    margin-bottom: 0.25em;
    margin-left: 0;
    margin-right: 0;
}

strong {
    font-weight: 600;
}

i {
    font-style: italic;
    font-weight: 600;
}

.box-main-tx-1 {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 840px;
    height: auto;
    text-align: left;
    line-height: 1.2;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 20pt;
    color: #333;
}

.box-main-footer {
    position: static;
    padding-top: 50px;
    padding-bottom: 70px;
    width: 100%;
    height: auto;
    text-align: center;
    background-color: #295017;
}

.box-main-tx-2 {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 700px;
    height: auto;
    text-align: justify;
    line-height: 1.2;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 15pt;
    color: #d8d8d8;
}

.marca {
    position: relative;
    margin-top: 50px;
    left: 50%;
    transform: translateX(-50%);
    line-height: 1.2;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 13pt;
    color: #679F00;
}

@media screen and (max-width: 960px) {
    .box-main-hero {
        position: static;
        padding-top: 30%;
        padding-bottom: 40%;
        width: 100%;
        height: auto;
        text-align: center;
        background-image: url("recursos/main/pics/oox_bg_1.jpg");
        background-repeat: no-repeat;
        background-size: auto 100%;
        background-color: black;
    }
    
    .box-logo-3 {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        width: 30%;
        height: auto;
        text-align: center;
    }
    
    .box-main-search {
        position: relative;
        margin-top: 10%;
        left: 50%;
        transform: translateX(-50%);
        width: 85%;
        height: 1.5em;
        text-align: left;
        font-family: 'Open Sans';
        font-style: italic;
        font-weight: 400;
        font-size: 8vw;
        color: #808080;
        border-radius: 50px;
        background-color: #fff;
    }

    .input-2 {
        all: unset;
        height: 100%;
        width: calc(100% - 110px);
        padding: 0px 13px 0px 23px;
        border-radius: 50px 0px 0px 50px;
    }
    
    ::placeholder {
        color: #808080;
        opacity: 0.7; 
    }
    
    .bt-search-2 {
        all: unset;
        cursor: pointer;
        position: absolute;
        width: 70px;
        height: 100%;
        background-image: url("recursos/main/items/oox_ico_search.svg");
        background-repeat: no-repeat;
        background-position: center;
    }

    .box-main-secc-1 {
        position: static;
        width: 100%;
        height: auto;
        text-align: center;
    }

    .box-main-tx-1 {
        position: relative;
        padding-top: 50px;
        padding-bottom: 50px;
        left: 50%;
        transform: translateX(-50%);
        width: 85%;
        height: auto;
        text-align: left;
        line-height: 1.2;
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 20pt;
        color: #333;
    }
    
    .box-main-footer {
        position: static;
        padding-top: 50px;
        padding-bottom: 70px;
        width: 100%;
        height: auto;
        text-align: center;
        background-color: #295017;
    }
    
    .box-main-tx-2 {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        width: 85%;
        height: auto;
        text-align: justify;
        line-height: 1.2;
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 300;
        font-size: 13pt;
        color: #d8d8d8;
    }
    
    .marca {
        position: relative;
        margin-top: 50px;
        left: 50%;
        transform: translateX(-50%);
        line-height: 1.2;
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 300;
        font-size: 10pt;
        color: #679F00;
    }
}

/*TIPS hero*/
.tips-box-hero {
    position: fixed;
    top: 0px;
    left: 70px;
    width: 45%;
    height: 100%;
    text-align: center;
    background-color: #333;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.tips-solid-hero {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 45%;
    text-align: center;
    background-color: #333;
}

/*Rev código*/
.tips-tag-1 {
    position: relative;
    display: inline-block;
    margin-bottom: 7px;
    margin-left: 7px;
    padding-left: 13px;
    padding-right: 13px;
    width: fit-content;
    height: 23px;
    text-align: center;
    font-family: 'Saira Semi Condensed';
    font-style: normal;
    font-weight: 400;
    font-size: 10pt;
    line-height: 1.8;
    color: #fff;
    border-style: solid;
    border-width: 1pt;
    border-radius: 25px;
    border-color: #fff;
}

.tips-tx-hero {
    position: absolute;
    right: 5%;
    bottom: 10%;
    width: auto;
    height: auto;
    text-align: right;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 200;
    font-size: 25pt;
    line-height: 0;
    color: #fff;
}

p-tips { 
    line-height: 1.2;
}

h4-sn { 
    display: block;
    font-style: normal;
    font-weight: 500;
    font-size: 1.25em;
    line-height: 1.2;
}

p-date { 
    font-weight: 500;
    line-height: 1.2;
    color: #F0DC05;
}

/*TIPS card*/
/*Rev todo código*/
.tips-box-cards {
    position: absolute;
    top: 0px;
    right: 0px;
    padding-top: 30px;
    padding-bottom: 50px;
    width: 47%;
    height: auto;
    text-align: center;
    background-color: rgb(255, 255, 255);
}

.tips-card {
    position: relative;
    display: block;
    margin-bottom: 23px;
    width: 90%;
    height: 220px;
    text-align: left;
    background-color: #333;
    border-radius: 25px;
}

.tips-pic-card {
    position: relative;
    width: 50%;
    height: 100%;
    text-align: center;
    background-color: #333;
    background-repeat: no-repeat;
    background-size: auto 100%;
    border-radius: 25px 0px 0px 25px;
}
/*Rev código*/
.tips-tx-card {
    position: absolute;
    right: 4%;
    bottom: 9%;
    width: 45%;
    height: auto;
    text-align: right;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 200;
    font-size: 13pt;
    line-height: 0;
    color: #fff;
}

@media screen and (max-width: 960px){
    /*TIPS hero m*/
    .tips-box-hero {
        position: fixed;
        z-index: 0;
        top: 50px;
        left: 0px;
        width: 100%;
        height: 70%;
        text-align: right;
        background-color: #333;
        background-repeat: no-repeat;
        background-size: 100% auto;
    }
    /*Rev código*/
    .tips-tag-1 {
        position: relative;
        display: inline-block;
        margin-bottom: 7px;
        margin-left: 7px;
        padding-left: 9px;
        padding-right: 9px;
        width: fit-content;
        height: 17px;
        text-align: center;
        font-family: 'Saira Semi Condensed';
        font-style: normal;
        font-weight: 400;
        font-size: 7.5pt;
        line-height: 1.8;
        color: #fff;
        border-style: solid;
        border-width: 1pt;
        border-radius: 25px;
        border-color: #fff;
    }
    
    .tips-tx-hero {
        position: absolute;
        right: 5%;
        bottom: 5%;
        width: auto;
        height: auto;
        text-align: right;
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 200;
        font-size: 13pt;
        line-height: 0;
        color: #fff;
    }

    .tips-box-cards {
        position: absolute;
        z-index: 1;
        top: 81%;
        left: 0px;
        padding-top: 7px;
        padding-bottom: 50px;
        width: 100%;
        height: auto;
        text-align: center;
        background-color: rgb(255, 255, 255);
    }
    
    .tips-card {
        position: relative;
        display: inline-block;
        margin-bottom: 7px;
        width: 95%;
        height: 123px;
        text-align: left;
        background-color: #333;
        border-radius: 25px;
    }
    
    .tips-pic-card {
        position: relative;
        width: 45%;
        height: 100%;
        text-align: center;
        background-color: #333;
        background-repeat: no-repeat;
        background-size: auto 100%;
        border-radius: 25px 0px 0px 25px;
    }
    /*Rev código definir lineheight*/
    .tips-tx-card {
        position: absolute;
        right: 4%;
        bottom: 9%;
        width: 50%;
        height: auto;
        text-align: right;
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 200;
        font-size: 10pt;
        line-height: 0;
        color: #fff;
    }

}

/*TIPS POST*/
.tips-post-box-tx {
    position: absolute;
    width: 50%;
    height: auto;
    text-align: center;
    background-color: #fff;
}

.tips-post-tx {
    position: relative;
    display: inline-block;
    padding-top: 10%;
    padding-bottom: 70px;
    width: 55%;
    height: auto;
    text-align: left;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 15pt;
    line-height: 1.2;
    color: #333;
    background-color: #fff;
}
/*Rev pesos del texto 100,200,300.. al parecer esta mal el peso del título, espacio entre párrafos, puede ser con margin.*/
h1-sn { 
    display: block;
    font-style: normal;
    font-weight: 500;
    font-size: 2em;
    line-height: 1.2;
}

p-data { 
    font-family: 'Saira Semi Condensed';
    font-style: normal;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.2;
}

p4-si { 
    font-style: italic;
    font-weight: 500;
    font-size: 1em;
    line-height: 1.2;
}

.tips-end {
    text-align: center;
    line-height: 0;
    background-color: #fff;
}

.tips-post-box-base {
    position: fixed;
    right: 0px;
    width: 50%;
    height: 100%;
    background-color: rgb(0, 0, 0);
}

.tips-post-box-content {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 90%;
    height: 0;
    padding-bottom: 56%;
    background-color: rgb(0, 0, 0);
}

iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*EDU*/
.edu-prod-box-base {
    position: fixed;
    left: 0px;
    width: 50%;
    height: 100%;
    background-color: rgb(0, 0, 0);
}

.img-edu {
    width:100%;
    height:100%;
    object-fit:cover;
}

.edu-prod-box-tx {
    position: absolute;
    right: 0px;
    width: 50%;
    height: auto;
    text-align: center;
    background-color: rgb(255, 255, 255);
}

.edu-prod-tx {
    position: relative;
    display: inline-block;
    padding-top: 10%;
    padding-bottom: 70px;
    width: 70%;
    height: auto;
    text-align: left;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 15pt;
    line-height: 1.2;
    color: #333;
    background-color: #fff;
}

h4-sng { 
    display: block;
    font-style: normal;
    font-weight: 500;
    font-size: 1.25em;
    margin-top: 0.25em;
    margin-bottom: 0.25em;
    margin-left: 0;
    margin-right: 0;
    color:#679F00;
}

.price {
    position: relative;
    display: inline-block;
    margin-bottom: 17px;
    width: 100%;
    height: 43px;
    text-align: center;
    font-family: 'Saira Semi Condensed';
    font-style: normal;
    font-weight: 700;
    font-size: 20pt;
    line-height: 1.7;
    color: #679F00;
    border-style: solid;
    border-width: 1pt;
    border-radius: 25px;
    border-color: #F0DC05;
}

.cant-form {
    width:100%;
    text-align: center;
}

.cant-tx {
    position: relative;
    display: inline-block;
    margin-bottom: 3px;
    width: auto;
    text-align: center;
    font-family: 'Saira Semi Condensed';
    font-style: normal;
    font-weight: 600;
    font-size: 15pt;
    line-height: 1.2;
    color: #679F00;
}

.cant-num {
    position: relative;
    display: inline-block;
    margin-bottom: 17px;
    width: 85px;
    height: 30px;
    text-align: center;
    font-family: 'Saira Semi Condensed';
    font-style: normal;
    font-weight: 400;
    font-size: 15pt;
    line-height: 1.7;
    color: #333;
    border-style: solid;
    border-width: 1pt;
    border-radius: 25px;
    border-color: #333;
    outline: none; 
}

input:focus {outline: none; border-color: #679F00;}

.add {
    position: relative;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    width: fit-content;
    height: 43px;
    margin-top: 30px;
    margin-bottom: 0px;
    padding-left: 17px;
    padding-right: 17px;
    text-align: center;
    font-family: 'Saira Semi Condensed';
    font-style: normal;
    font-weight: 500;
    font-size: 15pt;
    line-height: 1.7;
    color: #333;
    border-style: none;
    border-radius: 25px;
    background-color: #F0DC05;
    cursor: pointer;
}
/*EDU fin*/

/*STORE*/
.st-prod-box-base {
    position: fixed;
    left: 0px;
    width: 50%;
    height: 100%;
    background-color: #333;
}

.img-st {
    position: relative;
    left: 90px;
    width:calc(100% - 110px);
    height:100%;
    object-fit:contain;
}

.st-prod-box-tx {
    position: absolute;
    right: 0px;
    width: 50%;
    height: auto;
    text-align: center;
    background-color: rgb(255, 255, 255);
}

.st-prod-tx {
    position: relative;
    display: inline-block;
    padding-top: 10%;
    padding-bottom: 70px;
    width: 70%;
    height: auto;
    text-align: left;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 15pt;
    line-height: 1.2;
    color: #333;
    background-color: #fff;
}

p-rig {
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 15px;
    font-style: italic;
    font-weight: 300;
    color:#679F00;
}

p-bng { 
    font-style: normal;
    font-weight: 600;
    color:#679F00;
}

/*Radio buttons*/
.opt-form {
    width:100%;
    margin-top: 30px;
    margin-bottom: 50px;
    text-align: center;
}

.opt-tx {
    position: relative;
    display: flex;
    left: 50%;
    transform: translateX(-50%);
    justify-content: center;
    align-items: center;
    font-family: 'Saira Semi Condensed';
    font-style: normal;
    font-weight: 500;
    font-size: 15pt;
    color: #679F00;
    border-style: solid;
    border-width: 2pt;
    border-radius: 7px;
    border-color: #679F00;
}

.opt-tx2 {
    position: relative;
    margin-bottom: 10px;
    line-height: 1.5;
    font-family: 'Saira Semi Condensed';
    font-style: normal;
    font-weight: 500;
    font-size: 15pt;
    color: #679F00;
}

.switch-field {
	margin-bottom: 20px;
}
/*Oculta botón radio default*/
.switch-field input {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.switch-field label {
    display:inline-block;
    width: fit-content;
    height: 43px;
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 7px;
    padding-left: 17px;
    padding-right: 17px;
    text-align: center;
    font-family: 'Saira Semi Condensed';
    font-style: normal;
    font-weight: 500;
    font-size: 15pt;
    line-height: 2.1;
    color: rgb(255, 255, 255);
    border-style: none;
    border-radius: 25px;
    background-color: #679F00;
	transition: all 0.3s ease-in-out;
}

.switch-field label:hover {
	cursor: pointer;
}

.switch-field input:checked + label {
	background-color: #295017;
}
/*Radio buttons fin*/

.codi {
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
    left: 50%;
    transform:translateX(-50%);
    width:230px;
    height: auto;
}

/*Formulario notificación y descarga*/
.form-notifica {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: left;
}

.field-notifica {
    position: relative;
    height: 43px;
    width: 100%;
    margin-bottom: 7px;
    text-align: center;
    line-height: 2;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    color: #333;
    border: 1px solid #333;
    border-radius: 30px;
    display: inline-block;
}

.pedido {
    margin-top: 20px;
    margin-bottom: 20px;
}

/*Checkbox
/* Customize the label (the container) */
.check-container {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 30px;
    cursor: pointer;
    font-size: 20px;
    font-style: italic;
    font-weight: 300;
    color:#679F00;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.check-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 2px solid #679F00;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
}

/* On mouse-over, add a grey background color */
.check-container:hover input ~ .checkmark {
    background-color: rgb(238, 238, 238);
}

/* When the checkbox is checked, add a blue background */
.check-container input:checked ~ .checkmark {
    background-color: #679F00;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.check-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.check-container .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*STORE fin*/

@media screen and (max-width: 960px){
    /*definir altura del bloque de texto siempre debajo del video*/
    .tips-post-box-tx {
        position:absolute;
        z-index: 0;
        top: 0;
        margin-top: 70%;
        width: 100%;
        height: auto;
        text-align: center;
        background-color: rgb(255, 255, 255);
    }
    
    .tips-post-tx {
        position: relative;
        display: inline-block;
        padding-top: 10%;
        padding-bottom: 70px;
        width: 85%;
        height: auto;
        text-align: left;
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 300;
        font-size: 15pt;
        line-height: 1.2;
        color: #333;
        background-color: #fff;
    }
/*rev posición cajas en altura*/
    .tips-post-box-base {
        position: fixed;
        z-index: 1;
        top: 50px;
        width: 100%;
        height: auto;
        background-color: rgb(0, 0, 0);
    }

    .tips-post-box-content {
        position: relative;
        top: 0%;
        left: 0%;
        transform: translateX(0%) translateY(0%);
        width: 100%;
        height: 0;
        padding-bottom: 56%;
        background-color: rgb(0, 0, 0);
    }
    
    iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    /*EDU móvil*/
    .edu-prod-box-base {
        position: fixed;
        z-index: 1;
        top: 50px;
        left: 0px;
        width: 100%;
        height: 40%;
        background-color: rgb(0, 0, 0);
    }

    .img-edu {
        width:100%;
        height:100%;
        object-fit:cover;
    }

    .edu-prod-box-tx {
        position: absolute;
        z-index: 0;
        top: calc(100% - 60% + 50px);
        left: 0px;
        width: 100%;
        height: auto;
        text-align: center;
        background-color: rgb(255, 255, 255);
    }

    .edu-prod-tx {
        position: relative;
        display: inline-block;
        padding-top: 10%;
        padding-bottom: 70px;
        width: 85%;
        height: auto;
        text-align: left;
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 300;
        font-size: 15pt;
        line-height: 1.2;
        color: #333;
        background-color: #fff;
    }
    /*EDU móvil fin*/

    /*STORE móvil*/
    .st-prod-box-base {
        position: fixed;
        z-index: 1;
        top: 50px;
        left: 0px;
        width: 100%;
        height: 40%;
        background-color: #333;
    }

    .img-st {
        left:0px;
        width:100%;
        height:100%;
        object-fit:contain;
    }

    .st-prod-box-tx {
        position: absolute;
        z-index: 0;
        top: calc(100% - 60% + 50px);
        left: 0px;
        width: 100%;
        height: auto;
        text-align: center;
        background-color: rgb(255, 255, 255);
    }

    .st-prod-tx {
        position: relative;
        display: inline-block;
        padding-top: 10%;
        padding-bottom: 70px;
        width: 85%;
        height: auto;
        text-align: left;
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 300;
        font-size: 15pt;
        line-height: 1.2;
        color: #333;
        background-color: #fff;
    }

    /*Radio buttons*/
    .switch-field {
        margin-bottom: 30px;
    }
    
    .switch-field label {
        display: block;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        width: fit-content;
        height: 43px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 7px;
        padding-left: 17px;
        padding-right: 17px;
        text-align: center;
        font-family: 'Saira Semi Condensed';
        font-style: normal;
        font-weight: 500;
        font-size: 15pt;
        line-height: 2.1;
        color: rgb(255, 255, 255);
        border-style: none;
        border-radius: 25px;
        background-color: #679F00;
        transition: all 0.3s ease-in-out;
    }
    /*Radio buttons fin*/
    /*STORE móvil fin*/
}

.gracias-box-main {
    position: absolute;
    width: 85%;
    height: auto;
    top: 23%;
    left: 50%;
    transform: translateX(-50%);
    padding-bottom: 80px;
    text-align: center;
    background-color: #000;
}

p-13 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    color: #fff; 
}

.back {
    position: relative;
    display: block;
    width: fit-content;
    padding: 3px 13px 3px 13px;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 50px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    color: #679F00;
    border: 1px solid #679F00;
    background-color: transparent;
    cursor: pointer;
}