*{
    margin: 0px;
    padding: 0px;
    background-color: #a2c64e;
}
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');
body{
    /*background: rgb(255, 255, 255);*/
    background-color: transparent;
}
/* ---------PORTADA INFO --------------- */
.box_postada_info{
    position: relative;
}
.postada_info{
    margin: 0 0 0 0;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
}
.items{
    color: #009c99;
    text-align: center;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #449bc4;
}
.items.type_01{
    color: #009c99;
    background: #fff;
    font-size: 30px;
    font-weight: 700;
    padding: 40px 90px;
    flex-direction: column;
    margin: auto;
}

.licencia p {
    font-size: 26px!important;
    font-weight: 600;
}
.items.type_03{
    background: rgba(255,255,255,.9);
    font-size: 30px;
    color: rgba(0,126,178,.95);
    font-weight: 700;
    padding: 12px;
    display: flex;
    flex-direction: column;
}
.items.type_03 a{
    margin: 0 0 0 20px;
}
.hover{
    position: relative;
    padding: 10px;
    overflow: hidden;
    transition: .5s;
    z-index: 25;
    width: 100%;
}
.hover p{
    margin: 0;
    padding: 0;
    transition: .2s;
    z-index: 25;
    font-size: 20px;
}
.hover span{
    position: absolute;
    z-index: 24;
    background: rgba(67,155,191,.1);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translateX(calc(-100% + 20px));
    transition: 1s;
}
.hover:hover span{
    transform: translateX(0);
    z-index: 10;
    background: rgba(67,155,191,.5);
}

.texto_dos p {
    font-size: 28px;
    padding-bottom: 10px;
}
.info_gummies{
    padding: 30px 90px;
    font-size: 25px;
    color: darkslategray;
    font-family: 'Dosis', sans-serif;
}

.header h2{
    color: #263658;
    font-family: sans-serif;
    background-color: #fff;
    font-weight: 600;
}

/* ------------ROW BENEFICIO------------------ */
.row_beneficios{
    display: grid;
    grid-template-columns: repeat(2, minmax(50%, 300px));
    justify-content: center;
    margin: 0px;
    overflow: hidden;
}
.item_beneficios{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    overflow: hidden;
    position: relative;
    margin: auto;
}

.beneficios_img {
    background: #fff;
}

.item_beneficios img {
    max-width: 100%;
    vertical-align: top;
    -moz-user-select: none;
    object-fit: cover;
    transition: 1s;
}
.descripcion{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
    padding: 10px;
}
.descripcion p{
    color: #0f2441;
    font-family: 'Open Sans', sans-serif;
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    transition: .5s;
    padding: 0px 10px;
}
.img_itemsgummies {
    max-width: 70%;
    margin-left: 160px;
    padding-top: 20px;
}

/* ----------------FORMULAIO------------------ */
.box_row_formulario{
    background: #a2c64e;
    margin: 10px 0 0 0;
    clear: both;
    position: relative;
}
.box_row_formulario nav{
    font-family: sans-serif;
    color: #fff;
    background: transparent;
    font-size: 40px;
    font-weight: 700;
    padding: 50px;
    text-align: center;
    margin: 0px 180px;
}
.box_form{
    /*padding: 20px 80px;*/
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.row_form{
    /*min-width: 1000px;*/
    width: 60%;
}
.row_form div{
    padding: 10px 20px;
}
.row_form div input{
    width: 100%;
    border: none;
    border-bottom: 4px solid #fff;
    height: 50px;
    padding: 0 15px;
    color: #fff;
}
input {
    color: #fff;
}
.row_form div span{
    color: red;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    width: 100%;
    font-family: 'Open Sans', serif;
}
.row_form div input:focus{
    border: none;
    border-bottom: 2px solid #00a185;
    box-shadow: none;
    outline: none;
}
.button_box{
    display: flex;
}
.button{
    border: none;
    padding: 15px 25px;
    font-size: 23px;
    background: transparent;
    border-radius: 50px;
    border: 3px #fff solid;
    color: white;
    cursor: pointer;
    text-transform: uppercase;
    transition: .3s;
    text-decoration: none;
    width: 30%;
    font-family: sans-serif;
    margin: auto;
}
.button:hover{
    background: #263658;
}

.form-control::-webkit-input-placeholder {
   color: #fff;
}

.form-control:-moz-placeholder { /* Firefox 18- */
   color: #fff;  
}

.form-control::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;  
}

.form-control:-ms-input-placeholder {  
   color: #fff;  
}

.img_logo {
    width: 300px;
    background-color: #fff;
}

.text_uno {
    text-align: center;
    margin-top: 20px;
    font-family: sans-serif;
}

/*===== PÁGINA DE AGRADECIMIENTO =====*/
.thankyou {
    background: #fff;
    text-align: center;
    padding: 60px 40px;
    color: #009c99;
    font-size: 30px;
    height: 100vh;
}

.logothank img {
    padding-bottom: 20px;
}

/*========STORY==========*/
.top{
    background: #fff;
}
.cubo{
    height: 300px;
    overflow: hidden;
    width: 100%;
}

.cubo img{
    width: 100%;
    padding-top: 20px;
}

.cubo_text{
    padding: 30px;
    color: #fff;
}

textarea {
    border-color: #fff;
}

/*.intro{
    height: 450px;
    overflow: hidden;
    width: 100%;
    background: #fff;
}*/
.intro{
    height: 450px;
    overflow: hidden;
    width: 100%;
    background: #fff;
}

.intro img{
    width: 100%;
}

.intro_text p{
    display: none;
    color: #fff;
    padding: 30px;
    margin-top:60px;
    margin-bottom: 60px;
}

.logothank{
    background: #fff;
}

.logothank h2{
    padding: 20px;
    color: #263658;
}

.logothank p{
    color: #263658;
}
/*Btn teléfono*/
.box_llamada{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30%;
    padding: 60px 15px;
    margin: 0 auto;
}
.box_llamada .icon_llamada{
    width: 80px;
    margin: 0 20px 0 0;
}
.box_llamada .box_phone{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.box_llamada .box_phone a:nth-of-type(1){
    text-align: center;
    color: white;
    font-size: 30px;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    transition: .3s;
}
.box_llamada .box_phone a:nth-of-type(2){
    text-align: center;
    color: white;
    font-size: 30px;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    transition: .3s;
}
.box_llamada .box_phone a:hover{
    text-decoration: none;
}