@import url('https://fonts.googleapis.com/css?family=Lato');

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

#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;
}

#wrapper_1 {
    background-image: url('../images/sbx-ept-1-background.jpg');
}

#wrapper_2 {
    background-image: url('../images/sbx-ept-1-background2.jpg');
}

#wrapper_3 {
    background-image: url('../images/sbx-ept-1-background3.jpg');
}

#wrapper_3_multiverso {
    background-image: url('../images/sbx-ept-1-background6.jpg');
}

#wrapper_4 {
    background-image: url('../images/sbx-ept-1-background6.jpg');
}

#wrapper_5 {
    background-image: url('../images/sbx-ept-1-background5.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: 100%;
    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: #317044;
}

.verde2 {
    color: #239445;
}

.naranja {
    color: #C98011;
}

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

.modal {
    background-color: #000 !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: #22A74A;
    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: #32744E;
    color: #FFFFFF;
    font-family: 'Lato', sans-serif;
    margin: 0 auto;
    font-size: 1.4rem;
    font-weight: 800;
    cursor: pointer !important;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    border-radius: 45px;
}

.btn_verde:hover {
    background-color: #12D062;
}

/* ------- 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 {
    width: 33px !important;
    /*background: #e49f4a;*/
    color: #FFF;
    font-weight: bolder;
    position: relative;
    top: 5px;
    left: -270px;
    /* width: 33px; */
    text-align: center;
}

.text-level {
    position: relative;
    top: -90px;
    left: 100px;
    font-size: 15px;
}

        @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;
}




