@font-face {
    font-family: 'SoDoSans';
    src: url('../font/SoDoSans-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'LanderShort';
    src: url('../font/LanderShort-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6,
.titulo {
    font-family: 'LanderShort', sans-serif;
    font-weight: 700;
}

body,
html {
    margin: 0;
    padding: 0;
    height: 100%;
    min-height: 100% !important;
    height: 100vh;
    overflow-x: hidden;
    font-family: 'SoDoSans', sans-serif;
    font-weight: 400;
    font-size: 100%;
    -webkit-font-smoothing: antialiased;
}



a{
    color: #31714d;
}
a:hover{
    color: #255a3c;
}

#wrapper_1,
#wrapper_2,
#wrapper_3,
#wrapper_3_multiverso,
#wrapper_4,
#wrapper_5 {
    width: 100%;
    overflow: hidden;
    min-height: 100% !important;
    margin: 0 auto;
    padding: 1rem;
    z-index: 1 !important;
    background-color: #E0EBE4;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

@media only screen and (min-width: 2000px) {
  #wrapper_1,
  #wrapper_2,
  #wrapper_3,
  #wrapper_3_multiverso,
  #wrapper_4,
  #wrapper_5 {
      width: 105%;
      max-width: 105%;
      overflow: hidden;
      min-height: 100% !important;
      margin: 0 auto;
      padding: 1rem;
      z-index: 1 !important;
      background-color: #E0EBE4;
      background-repeat: no-repeat;
      background-position: center top;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
  }
}



#wrapper_1 {
    background-image: url('../images/2026-03/background__2026_03_26__1.png');
}

#wrapper_2 {
    background-image: url('../images/2026-03/background__2026_03_26__2.jpg');
}

#wrapper_3 {
    background-image: url('../images/2026-03/background__2026_03_26__1.png');
}

#wrapper_3_multiverso {
    background-image: url('../images/2026-03/background__2026_03_26__2.jpg');
}

#wrapper_4 {
    background-image: url('../images/2026-03/background__2026_03_26__1.png');
}

#wrapper_5 {
    background-image: url('../images/2026-03/background__2026_03_26__2.jpg');
}

.caja-blanca {
    width: 100%;
    height: 100%;
    padding: 3rem 2rem 3rem 2rem;
    background-color: #fff;
    -webkit-border-radius: 3.5rem;
    -moz-border-radius: 3.5rem;
    border-radius: 3.5rem;

    -webkit-box-shadow: 0px 10px 29px -1px rgba(0, 0, 0, 0.34);
    -moz-box-shadow: 0px 10px 29px -1px rgba(0, 0, 0, 0.34);
    box-shadow: 0px 10px 29px -1px rgba(0, 0, 0, 0.34);
}

.imagen-der {
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.imagen-der img {
    width: 100%;
}

#logo {
    position: relative;
    z-index: 100;
    margin: 0 auto;
    margin-top: 2rem;
    width: 100px;
    height: auto;
    max-width: 10rem;
}

.aviso {
    position: relative;
    left: 50%;
    margin: 7px 0 0 -130px;
    color: #393939;
}

.gris {
    color: #5F5F5F;
}

.negro {
    color: #393939;
}

.verde1 {
    color: #25593c;
}

.verde2 {
    color: #31714e;
}

.pre_roast_green{
    color: #d1d1ad;
}

.coffe_leaf{
    color: #384333;
}

.naranja {
    color: #C98011;
}

.centrador_horizontal {
    position: absolute;
    left: 50%;
    margin: 30px 0 0 -130px;
}

.modal {
    background-color: #f5f1e5 !important;
}

/*Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â· FORMULARIOS Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·Â·*/

#forma {
    width: 95%;
}

input[type=text] {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    outline: none;
}

.losinputs {
    margin-bottom: 0.4rem;
    width: 100%;
    height: 2.7rem;
    color: #fff;
    font-size: 1rem;
    background-color: #1E3931;
    text-align: left;
    text-indent: 1.3rem;
    border: none;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    border-radius: 2rem;
}

.losinputs:focus {
    background-color: #31714e;
    color: #fff;
}

select {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    border-radius: 45px;
}

*:focus {
    outline: none;
}

::-webkit-input-placeholder {
    color: #fff;
}

:-moz-placeholder {
    /*Firefox 18-*/
    color: #fff;
}

::-moz-placeholder {
    /*Firefox 19+*/
    color: #fff;
}

:-ms-input-placeholder {
    color: #fff;
}

.btn_verde {
    border: none;
    margin-bottom: 0.4rem;
    width: 100%;
    height: 3rem;
    text-align: center;
    background-color: #31714e;
    color: #FFFFFF;
    margin: 0 auto;
    font-size: 1.4rem;
    font-weight: 800;
    cursor: pointer !important;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    border-radius: 45px;
    transition: all 0.2s ease-in-out;
}

.btn_verde:hover {
    background-color:#255a3c;
}

.btn_grey {
	background: #594635 !important;
    transition: all 0.2s ease-in-out;
}

.btn_grey:hover {
	background: #000000 !important;
}

/*------- MEDIA QUERIES ---------------------*/

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

    #wrapper_1,
    #wrapper_2,
    #wrapper_3 {
        padding: 0.8rem 0.2rem 0.4rem 0.2rem;
    }

    .w90 {
        padding: 0.1rem;
    }

    #forma {
        width: 99%;
    }

    .caja-blanca {
        width: 100%;
        height: 100%;
        padding: 2rem 2rem 3rem 2rem;
        -webkit-border-radius: 2.5rem;
        -moz-border-radius: 2.5rem;
        border-radius: 2.5rem;
    }

    .imagen-der {
        width: 100%;
        padding: 0px;
        padding-bottom: 30px !important;
    }
}

/*----  segundo CAMBIO --------------*/

@media screen and (min-width:481px) and (max-width:768px) {

    #wrapper_1,
    #wrapper_2,
    #wrapper_3 {
        padding: 0.8rem 0.2rem 0.4rem 0.2rem;
    }

}

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

    .w90 {
        width: 100% !important;
        padding: 0.2rem;
    }

    .w30 {
        width: 40% !important;
        padding: 0.2rem;
    }

    .w60 {
        width: 55% !important;
        padding: 0.2rem;
    }

}

.text-black {
    color: #000 !important;
}

.text-stars {
    grid-area: 1/1; 
    font-weight: bold; 
    color: white; 
    z-index:9;
}

.text-level {
    color: #594635;
    font-size: 1.2rem;
    font-weight: bold;
}

@media only screen and (max-width: 1440px) {
    .text-stars {
        top: -58px;
        left: 39px;
        font-size: 22px;
    }
}

@media only screen and (max-width: 912px) {
    .text-stars {
        top: -51px;
        left: 37px;
        font-size: 18px;
    }
}

@media only screen and (max-width: 820px) {
    .text-stars {
        top: -47px;
        left: 32px;
        font-size: 16px;
    }
}

@media only screen and (max-width: 768px) {
    .text-stars {
        top: 6px;
        left: -271px;
        font-size: 20px;
    }
}

@media only screen and (max-width: 600px) {
    .text-stars {
        top: -46px;
        left: 32px;
    }
}

@media only screen and (max-width: 540px) {
    .text-stars {
        top: 7px;
        left: -272px;
    }
}

@media only screen and (max-width: 425px) {
    .text-stars {
        top: -51px;
        left: 33px;
    }
}

@media only screen and (max-width: 414px) {
    .text-stars {
        top: -49px;
        left: 32px;
        font-size: 20px;
    }
}

@media only screen and (max-width: 412px) {
    .text-stars {
        top: -49px;
        left: 32px;
    }
}

@media only screen and (max-width: 393px) {
    .text-stars {
        top: -46px;
        left: 32px;
        font-size: 16px;
    }
}

@media only screen and (max-width: 390px) {
    .text-stars {
        top: -46px;
        left: 30px;
        font-size: 18px;
    }
}

@media only screen and (max-width: 375px) {
    .text-stars {
        top: -45px;
        left: 31px;
        font-size: 15px;
    }
}

@media only screen and (max-width: 360px) {
    .text-stars {
        top: -43px;
        left: 28px;
    }
}

@media only screen and (max-width: 280px) {
    .text-stars {
        top: -40px;
        left: 24px;
        font-size: 8px;
    }
}

.text-gold {
    color: #e49f4a;
    font-weight: bolder !important;
}

.text-green {
    color: #239445;
}

.d-none {
    display: none !important;
}

#laforma li {
    list-style: none;
    margin-left: 15px;
}

.promo-app {
    background-color: #d4e8db;
    border-radius: 1.2rem;
    padding: 0.9rem 1.1rem;
    margin-bottom: 1.2rem;
}

.promo-app__titulo {
    font-size: 0.8rem;
    line-height: 1.3;
    margin: 0 0 0.4rem 0;
}

.promo-app .texto_mini {
    margin: 0;
    line-height: 1.4;
}

.alado{
    margin: 0px !important;
}

