@font-face {
    font-family: FuturaCondensed;
    src: url(/webroot/font/Futurastd_Condensed.otf);
}

@font-face {
    font-family: FuturaCondensedBold;
    src: url(/webroot/font/Futurastd_CondensedBold.otf);
}

@font-face {
    font-family: ProductSansBold;
    src: url(/webroot/font/Product-Sans-Bold.otf);
}

@font-face {
    font-family: ProductSansRegular;
    src: url(/webroot/font/Product-Sans-Regular.otf);
}

@font-face {
    font-family: FuturaBold;
    src: url(/webroot/font/Futurastd_Bold.otf);
}

@font-face {
    font-family: FuturaBook;
    src: url(/webroot/font/Futurastd_Book.otf);
}

@font-face {
    font-family: RobotoBold;
    src: url(/webroot/font/Roboto-Bold.otf);
}

@font-face {
    font-family: RobotoRegular;
    src: url(/webroot/font/Roboto-Regular.otf);
}

.body-home {
    background: url(/webroot/img/desk.jpg);
    background-repeat: space;
    background-position: bottom;
    background-size: cover;
}

.body-docs {
    background: #d8eaec;
    background: radial-gradient(ellipse at center, white 0%, #d8eaec 70%, #afc1c9 100%);
    background-size: cover;
    background-attachment: fixed;
    height: 100%;
    width: 100%;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 35px;
    line-height: 60px;
    background-color: #f5f5f5;
}

.divthome {
    border-top: rgba(255, 255, 255, 1) 2px solid;
}

.thome {
    font-family: RobotoRegular;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    margin-bottom: 0px !important;
}

.sthome {
    font-family: RobotoRegular;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    margin-top: 0px;
}

.bg-transparent {
    background-color: rgba(0, 0, 0, .05) !important;
}

.avprivA {
    color: #32bfe9;
    text-decoration: none;
}


/*Botones*/

button.btn.btn-primary.center-btn {
    font-family: RobotoRegular;
    border-color: #2699FB;
    background-color: #2699FB !important;
}


/*Bton comenzar*/

.btn-container {
    height: 50%;
    align-items: flex-end;
    padding-bottom: 4.8em;
}

.col-4.colum-home {
    height: 500px;
    display: flex;
}

img.iconCross {
    width: 30px;
    height: auto;
}

a.btn.btn-light.btn-start {
    border-radius: 50px;
    font-family: RobotoRegular;
    color: rgba(113, 117, 121);
    border: 1px solid rgba(113, 117, 121, .5);
}


/*Footer home*/

span.h5-footer {
    color: rgba(26, 60, 121, 1);
    font-family: RobotoRegular;
}


/*docs*/

img.logoDocs {
    width: 190px;
}


/*anvorgesa*/

.anvorguesa {
    font-size: 30px;
    margin: 20px;
}


/*container Docs*/

.h4docs {
    text-align: center;
    margin-top: 20px;
    color: #004279;
    font-family: RobotoRegular;
}

img.iconDocs,
img.iconExc,
img.iconPpt {
    width: 60px;
    height: 70px;
}

.card1-docs,
.card2-docs,
.card3-docs {
    margin: 20px;
    border-radius: 15px;
}

div#navbarResponsive {
    height: 100%;
    width: 100%;
    background-color: white;
    position: absolute;
    top: 0%;
    left: 0%;
}

.avatar {
    width: 75px;
}

.list-group-item {
    border: none !important;
}

.navbar-collapse1 {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: -352px;
    padding-left: 15px;
    padding-bottom: 15px;
    width: 90%;
    max-width: 320px;
    height: 100vh;
    transition: all 0.3s ease;
    display: block;
    background-color: rgba(255, 255, 255, 1);
    z-index: 2000;
    color: #717579;
    overflow-y: auto;
    overflow-x: hidden;
}

.selected-sm-item {
    background-color: rgba(0, 0, 0, .1);
    margin-right: -1.5em;
    margin-left: -3em;
    padding-left: 4em;
    padding-right: 2.5em;
}

.navbar-collapse1.collapsing {
    height: auto !important;
    margin-right: 50%;
    transition: all 0.2s ease;
    display: block;
}

.navbar-collapse1.show {
    left: 0;
    font-family: RobotoRegular;
}

.opacidad,
#whitePlain {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: 1999;
    background-color: rgba(0, 0, 0, 0.3);
    overflow: hidden;
    display: none;
}

#whitePlain {
    background-color: #fff;
    z-index: 2200;
}

.infografia {
    display: none;
    z-index: 1997;
}

.h-75 {
    height: 85% !important;
}

.btonback {
    font-family: RobotoRegular;
    border-color: #2699FB;
    background-color: #2699FB !important;
}

.centro-docs {
    text-align: center;
}

.m-0 {
    margin: 0;
}

.p-0 {
    padding: 0;
}

.p-3 {
    padding: 0.6rem !important;
}

.logo-00 {
    width: 120px;
    height: 85px;
}

.color-blue {
    color: #2699FB;
}

.color-gray {
    color: #717579 !important;
}

.name-docs {
    font-stretch: condensed;
    color: #004279;
    font-family: RobotoRegular;
    font-weight: 900;
}

.sidebar-span {
    margin: 0 -2.5em 0 -3.5em;
    padding: .5em 1.5em .5em 3.6em;
    background-color: rgba(0, 0, 0, .1);
}

.card {
    width: 90%;
}

.card-body {
    padding: .75em 0.75rem;
}

.z-index-0 {
    z-index: -5;
}

#contenido {
    z-index: 1998;
}


/*modal edad*/

.modal-age {
    z-index: 1998;
}


/*Aviso de privacidad*/

.avpriv-title {
    font-family: RobotoRegular;
    color: #717579;
    font-size: 2em;
    margin-bottom: 30px;
    margin-top: 30px;
}

.avpriv {
    font-family: RobotoRegular;
    color: #717579;
}


/*Puntero del menu anvorgesa*/

.hamburguesa {
    z-index: 1;
}

.pointer {
    cursor: pointer;
}


/*Instrucciones*/

div#instruccionesM {
    position: fixed;
    top: 0%;
    left: 0%;
    overflow: auto;
    height: 100%;
}

.centro-docs {
    text-align: center;
    font-family: RobotoRegular;
    margin-bottom: 45px;
}


/*Register*/

h4.title-register {
    font-family: RobotoRegular;
    color: rgba(26, 60, 121, 1);
    margin-bottom: 20px;
    font-size: 20px;
}

form.fomulario-register {
    margin-top: 15px;
}

.label-register {
    font-family: RobotoRegular;
    color: rgba(26, 60, 121, 1);
    font-size: 20px;
    margin-right: 10px;
}

.input-register {
    font-family: RobotoRegular;
    color: rgba(26, 60, 121, 1);
    font-size: 20px;
    background: #BDE4FF;
}

.contain-register {
    border: 1.5px solid rgba(113, 117, 121, 0.4);
    padding: 55px 10px 45px 10px;
}

h6.h6-mail-register {
    margin-top: 15px;
}

.error {
    color: #A94442;
    font-family: RobotoRegular;
}


/*Carousel*/

img.logoDoble02 {
    width: 33%;
    margin-left: 30px;
}

h5.texto-home-new {
    width: 50%;
    font-family: RobotoRegular;
    color: #717579;
    margin-left: 40px;
    font-size: 20px !important;
}

.container-carousel {
    position: absolute;
    top: 0;
    width: 100%;
    max-width: 576px;
    margin-left: -15px;
    z-index: -2;
}

.back-botella1 {
    background: url(/webroot/img/assets/BCorta01.png);
    background-repeat: no-repeat;
    background-position: right;
    margin-left: 0px;
    padding-top: 90px;
    background-size: contain;
}

.back-botella2 {
    background: url(/webroot/img/assets/BCorta02.png);
    background-repeat: no-repeat;
    background-position: left;
    margin-left: 0px;
    padding-top: 90px;
    background-size: contain;
}

div#carousel {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

img.fraseLogo {
    margin-left: 200px;
    width: 50%;
    position: relative;
    top: 50%;
}

.footer-contain {
    position: absolute;
    background-color: #ffffff;
    bottom: 0%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border: none;
    padding: 0px;
    width: 100%;
    max-width: 576px;
    margin-left: -15px;
}

.btn-Google {
    width: 70%;
}


/*Btones carousel*/

.clicked {
    background-color: #0069d9;
}

.selected {
    border: 1px solid gray;
    width: 1.2em;
    height: 1.2em;
    border-radius: 50%;
    cursor: pointer;
}

.btones-carousel {
    margin-top: -40px;
}

.tag-form {
    font-family: RobotoRegular;
    color: #4484f0;
    margin-left: 10px;
}


/* Nuevo link aviso de privacidad */

.avprivB {
    position: fixed;
    bottom: 30px;
}


/* cambio de botones por los de Nacho */


/* Este aplica para los botones de MOBILE */

img.btnNew {
    width: 40%;
}


/* Este es el de la inforgrafia en DESKTOP */

img.btnNew02 {
    width: 13%;
    margin-bottom: 30px;
}


/* Este es el de las instrucciones de DESKTOP */

img.btnNew03 {
    width: 22%;
}

.textDocs {
    font-family: RobotoRegular;
    color: #717579;
    text-align: center;
    font-size: 16px;
}


/* Cambio en home mientras esta el verificador de edad */

.logoCookiess {
    width: 185px;
}


/* Safari */

.row:before,
.row:after {
    display: inline-block !important;
}


/******AJUSTES POR TAMAÑOS*****/


/*****XXS*****/

@media (min-width: 0px) {
    button.navbar-toggler.anvorguesa {
        margin-left: -0.5em;
        ;
    }
    /*home*/
    .sthome,
    .thome {
        font-family: RobotoRegular;
    }
    .containerLogo {
        z-index: 150;
    }
    button.navbar-toggler.anvorguesa {
        z-index: 200;
    }
    .contain-register02 {
        position: absolute;
        background-color: #ffffff;
        bottom: 0%;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        border: none;
        padding: 0px;
        max-width: 576px;
        margin-left: -30px;
        z-index: 50000;
    }
    p.text-center.tfm {
        font-family: RobotoRegular;
        color: #5f636887;
        font-size: 10px;
        letter-spacing: 2.5px;
    }
    h4.title-register02 {
        font-family: RobotoRegular;
        color: #5f636887;
        margin-top: 20px;
        font-size: 20px;
    }
    .input-register02 {
        font-family: RobotoRegular;
        color: rgba(0, 0, 0, .7);
        font-size: 15px;
        background: #ffffff;
    }
    button.btn-primary02.mb-2 {
        font-family: RobotoRegular;
        padding: 10px 80px;
        color: #ffffff;
        background-color: #4484f0;
        border: none;
        border-radius: 5px;
    }
    p.avpriv-home.pr-4.text-center {
        font-family: RobotoRegular;
        color: #717579;
    }
    /*Btones carousel*/
    /*docs*/
    h4 {
        font-size: .9em;
    }
    /*instrucciones*/
    h2.centro-docs {
        padding-top: 1em;
        font-size: 1.25rem;
        margin: 0 -1em 45px -1em;
    }
    h5.centro-docs,
    h5.py-3.text-center {
        font-family: RobotoRegular;
        font-size: 1rem;
    }
    /*avpriv*/
    /*avpriv*/
    .avpriv-title {
        font-size: 1.5em;
    }
    .avpriv {
        font-size: 1em;
    }
    .name-docs {
        font-size: .85em;
    }
    /*instrucciones*/
    /* .center-ins01 {
        padding: 0px 20px 0px 20px;
    }
    .center-ins02 {
        padding: 0px 50px 0px 50px;
    }
    .center-ins0 {
        padding: 0px 70px 0px 70px;
    }
    .center-ins05 {
        padding: 0px 80px 0px 70px;
    } */
    .aaviso {
        text-decoration: underline;
    }
}


/* Media query para iphone 5 */


/*****XS*****/

@media screen and (min-width: 319px) and (max-width:321px) {
    /*home*/
    .body-docs {
        height: 600px!important;
    }
    .thome {
        font-family: RobotoRegular;
    }
    .sthome {
        font-family: RobotoRegular;
        font-size: 1.2em;
        letter-spacing: 0.01em;
        text-align: left;
    }
    span.h5-footer {
        text-align: center;
    }
    img#logoDoble {
        width: 100%;
    }
    img.logoDoble02 {
        width: 50%;
        margin-left: 35px;
        margin-top: -50px;
    }
    p.text-center.tfm {
        font-family: RobotoRegular;
        color: #5f636887;
        font-size: 5px;
        letter-spacing: 1.5px;
    }
    h4.title-register02 {
        font-family: RobotoRegular;
        color: #5f636887;
        font-size: 15px;
    }
    h5.texto-home-new {
        width: 49%;
        font-family: RobotoRegular;
        color: #717579;
        margin-left: 38px;
        font-size: 18px !important;
    }
    .input-register02 {
        font-family: RobotoRegular;
        color: rgba(0, 0, 0, .7);
        font-size: 10px;
        background: #ffffff;
    }
    label {
        display: inline-block;
        margin-bottom: 0rem;
    }
    p.avpriv-home.pr-4.text-center {
        font-family: RobotoRegular;
        color: #717579;
        margin-bottom: 0px !important;
        font-size: 10px;
    }
    .navbar-collapse1 {
        font-size: 13px;
    }
    .anvorguesa {
        font-size: 20px;
        margin: 20px;
    }
    .navbar-toggler .hamburger {
        color: #717579;
        width: 45%;
    }
    .selected {
        border: 1px solid gray;
        width: .5em;
        height: .5em;
        border-radius: 50%;
        cursor: pointer;
    }
    .btones-carousel {
        margin-top: -30px;
    }
    .logoCookiess {
        width: 185px;
        margin-top: 0px !important;
    }
    .pb-3 {
        padding-bottom: .7rem !important;
    }
    .mt-3 {
        margin-top: .7rem !important;
    }
    button.btn-primary02.mb-2 {
        font-family: RobotoRegular;
        padding: 5px 30px;
        font-size: 11px;
        color: #ffffff;
        background-color: #4484f0;
        border: none;
        border-radius: 5px;
    }
    img.fraseLogo {
        margin-left: 110px;
        width: 50%;
        position: relative;
        top: 45%;
    }
    .btn-Google {
        width: 55%;
    }
    .textDocs {
        font-family: RobotoRegular;
        color: #717579;
        text-align: center;
        font-size: 10px;
    }
    .btnMobileDocs {
        width: 80%;
        margin-left: 30px;
    }
    .avprivB {
        position: fixed;
        bottom: 10px;
    }
    /*docs*/
    h4 {
        font-size: 1em;
    }
    .name-docs {
        font-size: .9em;
    }
    /*Instrucciones*/
    .br-mobile {
        display: none;
    }
    .instMobile {
        margin-left: -15px;
    }
}


/* Media query para 360 */

@media screen and (min-width: 359px) and (max-width:361px) {
    .body-docs {
        height: 700px!important;
    }
    .btn-Google {
        width: 50%;
    }
    p.avpriv-home.pr-4.text-center {
        font-size: 12px;
    }
    p.text-center.tfm {
        font-size: 9px;
    }
    .selected {
        width: .7em;
        height: .7em;
    }
    img.logoDoble02 {
        width: 45%;
        margin-left: 40px;
        margin-top: -15px;
    }
    h5.texto-home-new {
        margin-left: 30px;
        font-size: 20px !important;
        margin-top: -20px;
    }
}


/* MEDIA QUERY ESPECIFICO PARA IPHONE X */

@media screen and (min-width: 374px) and (max-width:376px) {
    .body-docs {
        height: 812px!important;
    }
    .logoCookiess {
        width: 185px;
        margin-top: 3.2em!important;
    }
    img.logoDoble02 {
        width: 185px;
        margin-left: 30px;
        margin-top: 20px;
    }
    h5.texto-home-new {
        margin-left: 32px;
        font-size: 20px !important;
        color: #717579;
        font-family: RobotoRegular;
        width: 55%;
    }
    img.fraseLogo {
        margin-left: 145px;
        width: 50%;
        position: relative;
        top: 50%;
    }
    h4.title-register02 {
        font-family: RobotoRegular;
        color: #5f636887;
        margin-top: 20px;
        font-size: 15px;
    }
    .tag-form {
        font-family: RobotoRegular;
        color: #4484f0;
        margin-left: 10px;
    }
    .input-register02 {
        font-family: RobotoRegular;
        color: rgba(0, 0, 0, .7);
        font-size: 15px;
        background: #ffffff;
    }
    button.btn-primary02.mb-2 {
        font-family: RobotoBold;
        padding: 10px 80px;
        color: #ffffff;
        background-color: #4484f0;
        border: none;
        border-radius: 5px;
    }
    p.text-center.tfm {
        font-family: RobotoRegular;
        color: #5f636887;
        font-size: 9px;
        letter-spacing: 2.5px;
    }
    p.avpriv-home.pr-4.text-center {
        font-family: RobotoRegular;
        color: #717579;
        font-size: 13px;
    }
    .textDocs {
        font-family: RobotoRegular;
        color: #717579;
        text-align: center;
        font-size: 15px;
    }
    .centro-docs {
        text-align: center;
        font-family: RobotoRegular;
        margin-bottom: 45px;
    }
    h5.centro-docs,
    h5.py-3.text-center {
        font-family: RobotoRegular;
        font-size: 1rem;
    }
    .avpriv {
        font-family: RobotoRegular;
        color: #717579;
        font-size: 1em;
    }
    h3.titleAvpriv.align-self-center {
        margin-top: 30px;
        font-size: 25px;
        text-align: center;
        color: #717579;
    }
    img.logoDocs {
        width: 185px!important;
        margin-top: 2.2em!important;
    }
    .marginBDocs {
        margin-bottom: 50px;
    }
    .selected {
        border: 1px solid gray;
        width: .9em;
        height: .9em;
        border-radius: 50%;
        cursor: pointer;
    }
}

@media screen and (min-width:413px) and (max-width: 415px) {
    .body-docs {
        height: 896px!important;
    }
    img.logoDoble02 {
        width: 200px;
        margin-left: 40px;
        margin-top: -28px!important;
    }
    .logoCookiess {
        width: 200px;
        margin-top: 3.3em!important;
    }
    h5.texto-home-new {
        width: 50%;
        font-family: RobotoRegular;
        color: #717579;
        margin-left: 42px;
        font-size: 22px !important;
        line-height: 1.2;
    }
    img.fraseLogo {
        margin-left: 160px;
        width: 50%;
        position: relative;
        top: 45%;
    }
    img.logoDocs {
        width: 200px;
        margin-top: 3.7em!important;
    }
    .selected {
        border: 1px solid gray;
        width: 1em;
        height: 1em;
        border-radius: 50%;
        cursor: pointer;
    }
}


/* Son los estilos de la nueva version home que alberga tanto a la version DESKTOP como MOBILE */


/* background de la columna 1 en Desktop */

.menuDesktop {
    background-image: url("/webroot/img/assets/HK_botella.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}


/* Posicion del menu hamburguesa en Desktop */

button.navbar-toggler.hamburguesaDesktop {
    margin-top: 15px !important;
}