/*=======-----FONTS-----=======*/

@import url("https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans:400,700&display=swap");
@font-face {
    font-family: 'sans-bold';
    src: url("../fonts/Product-Sans-Bold.otf");
}

@font-face {
    font-family: 'sans-regular';
    src: url("../fonts/Product-Sans-Regular.otf");
}

@font-face {
    font-family: 'futura-bold';
    src: url("../fonts/Futurastd_Bold.otf");
}

@font-face {
    font-family: 'futura-book';
    src: url("../fonts/Futurastd_Book.otf");
}

@font-face {
    font-family: 'futura-condensed';
    src: url("../fonts/Futurastd_Condensed.otf");
}

@font-face {
    font-family: 'futura-condensed-bold';
    src: url("../fonts/Futurastd_CondensedBold.otf");
}

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

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


/*=======-----HTML-----=======*/

.btn-primary.disabled,
.btn-primary:disabled {
    font-family: RobotoRegular!important;
}

.btn-primary {
    font-family: RobotoRegular!important;
    width: 146px;
}

span.email {
    font-family: RobotoRegular;
}


/*=======-----HOME-----=======*/


/*=======-----COMUNES-----=======*/

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

.img-avatar {
    border-radius: 50%;
    width: 45px;
}

.dis-none {
    display: none;
}

.img-avatar {
    border-radius: 50%;
    width: 45px;
}

.dis-none {
    display: none;
}

.contenido {
    max-width: 472px!important;
}

.h-10 {
    height: 10%!important;
}

.text-title {
    font-size: 1.5em;
    font-family: RobotoRegular;
}

.text-content {
    color: #70757a;
    font-family: RobotoRegular;
    font-size: 1.2em;
    padding: 0;
    margin: 0;
}

.text-note {
    font-family: RobotoRegular;
    font-size: .8em;
}

.line-bottom-lg {
    border-bottom: 1px solid #dfe1e5;
}

.pm-0 {
    padding: 0!important;
    margin: 0!important;
}

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

.logo-nav {
    width: 26px;
    height: auto;
    cursor: pointer;
}

.cal-icon {
    width: 30px;
    height: auto;
}

.ln-gray-bottom {
    border-bottom: 1px solid #70757a;
}

.input-bar-note-top {
    position: absolute;
    margin-top: -3em;
    padding-left: 1em;
}

.input-bar-note-bottom {
    position: absolute;
    margin-top: 3em;
    padding-left: 1em;
}

.color-disabled {
    opacity: .65;
}

.pointer {
    cursor: pointer;
}

.mh-50 {
    min-height: 50%;
}

#infografia {
    overflow-y: auto;
}

#infografia::-webkit-scrollbar {
    width: 0;
}

.opacity-60 {
    opacity: 0.6;
}

/*=======-----NOWLOADING-----=======*/

.now-loading {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%!important;
    width: 100%!important;
    overflow: hidden;
    background: white;
}


/*=======-----CHECKBOX-----=======*/

input[type=checkbox] {
    display: none;
}

input.check-amigos[type=checkbox]+label {
    display: inline-block;
    position: relative;
    background-color: #ffffff;
    border: 2px solid #70757a;
    border-radius: 2px;
    width: 20px !important;
    height: 20px !important;
    cursor: pointer;
    margin: 0;
}

input.check-amigos[type=checkbox]:checked+label {
    background-color: #0069d9;
    border: 2px solid #0069d9;
    color: white;
}

input.check-amigos[type=checkbox]:checked+label:after {
    position: absolute;
    top: -4px;
    content: '\2713';
    color: white;
    left: 2px;
}

input.places[type=checkbox]+label {
    display: inline-block;
    position: relative;
    background-color: #ffffff;
    border: 1px solid #dfe1e5;
    border-radius: 50%;
    width: 15px !important;
    height: 15px !important;
    cursor: pointer;
    margin: 0;
}

input.places[type=checkbox]:checked+label {
    background-color: #0069d9;
    border: 1px solid #0069d9;
    color: white;
}

.label-cb {
    padding-left: 1em;
    color: #70757a;
    font-family: RobotoRegular;
    font-size: 1.1em;
}


/*=======-----SCROLLBAR-----=======*/

::-webkit-scrollbar {
    width: .8em;
}

::-webkit-scrollbar-thumb {
    background: #dfe1e5;
    height: 3.5em;
    border-radius: .4em;
}

::-webkit-scrollbar-track {
    background: transparent;
}

#segundavf::-webkit-scrollbar {
    width: 0;
}

/*=======-----SIDEBARMENU-----=======*/

#sidebar-container {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 10;
    padding: 0;
}

.bar-text {
    font-family: RobotoRegular;
}

.sidebar {
    color: #70757a;
    height: 100%;
    width: 0;
    max-width: 370px;
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    background-color: #F4F4F4;
    overflow-x: hidden;
    padding: 0 !important;
    transition: .4s;
}

.sidebar::-webkit-scrollbar {
    width: 0;
}

.sidebar a {
    text-decoration: none;
    cursor: pointer;
    color: #717579;
}


/* When you mouse over the navigation links, change their color */

.sidebar a:hover {
    text-decoration: none;
    color: #717579;
}


/* Position and style the close button (top right corner) */

.sidebar .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.pregunta {
    justify-content: space-between;
    padding-top: .6em;
    padding-bottom: .6em;
    margin-right: -1.1em;
}

.respuesta {
    background-color: #dfe1e5;
    padding-top: .6em;
    padding-bottom: .6em;
}


/*=======-----HOME-----=======*/
.fix-modal-btn {
    padding: 0 22px;
}


.botella31 {
    background:url('/webroot/img/b11.png');
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}

.botella32 {
    background:url('/webroot/img/b22.png');
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}

.botella33 {
    background:url('/webroot/img/b33.png');
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}

.rellenoHome01 {
    height: 20px;
}

.row.carousel-item {
    margin-left: 0;
}


/*ajustes de hayde*/

.logo-hh-hk {
    height: 30%;
    width: auto;
}

.s1-bg-hk {
    width: 100%;
    background: url(/webroot/img/assets/letreroHH.png);
    max-height: 170px;
    height: 45%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.s3-bg-00 {
    background: url(/webroot/img/assets/frase_logo.png);
    width: 45%;
    height: 50%;
    align-self: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.s2-bg-text {
    background: url(/webroot/img/assets/slide-texto.png);
    width: 45%;
    height: 20%;
    margin-left: 45px;
    margin-bottom: 18px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}


/*=======-----CONTACTS-----=======*/

.list-amigos {
    margin-top: 2.5%;
    padding-left: 1em;
    margin-bottom: 2.5%;
    overflow: auto;
}

.amigos {
    align-items: center;
    width: 100%;
    margin-right: 0;
    padding-top: .75em;
    padding-bottom: .75em;
    height: fit-content;
}

.amigos:first-child {
    padding-top: 0;
}

.amigos:last-child {
    padding-bottom: 0;
}

.search-bar-left {
    padding-left: 1em;
    height: 2.5em;
    width: 85%;
    border: 1px solid #dfe1e5;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    color: #000;
    font-family: RobotoRegular;
}

.search-bar-right {
    height: 2.5em;
    width: 15%;
    border: 1px solid #dfe1e5;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #70757a;
    right: 0;
}

.input-bar {
    padding-left: 1em;
    height: 2.5em;
    width: 100%;
    border: 1px solid #dfe1e5;
    color: #000;
    border-radius: 5px;
    font-family: RobotoRegular;
}

.new-friend {
    border: 1px solid #dfe1e5;
    padding: 5px 8px;
    border-radius: 1.5em;
    width: fit-content;
    color: #70757a;
    font-family: RobotoRegular;
    display: inline-flex;
    align-items: center;
    margin: 5px;
    justify-content: center;
}

.tache {
    width: 1.5em;
    background-color: #0069d9;
    border-radius: 1em;
    text-align: center;
    font-size: 1em;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: .5em;
}

.lupita {
    font-size: 1.2em;
}


/*=======-----LOCATION-----=======*/

.bottom-rectangle {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background: #fff;
    width: 100%;
    position: static;
    padding: 0;
    margin: 0;
}

.rectangle-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 10px;
    background-color: white;
}

.rectangle-top {
    padding: 30px 30px 80px;
    text-align: center;
}

.top-cont {
    min-height: 50vh;
}

.space-bg {
    width: 100%;
    height: 20px;
}

.bg-top {
    width: 100%;
    background: url(/webroot/img/assets/letreroHH.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: calc(100% - 40px);
    margin: 20px 0 20px 0;
}

.bar-pc {
    width: 100%;
    margin: 0 auto 30px auto;
    align-items: center;
    justify-content: center;
}

.sbr-pc {
    font-family: RobotoRegular;
    align-items: center;
    justify-content: center;
    display: flex;
    width: 100%;
    padding: 0 10px 0 10px;
}

.sbl-pc {
    width: 100%;
}

.sbr-pc-enabled {
    background: #007bff;
    color: white;
    border: 1px solid #007bff;
}

/*=======-----PERMISSION-----=======*/

.bg-map {
    background: lightgray;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.sc-over {
    overflow-y: auto;
    overflow-x: hidden;
}

.sc-over::-webkit-scrollbar {
    width: 0;
}

/*=======-----PLACES-----=======*/

.place-row {
    display: flex;
    align-items: flex-start;
    padding: 12px 12px 12px 8px;
    border: 1px solid transparent;
    border-radius: 8px;
    margin: 5px 0;
}

.place-row:first-child {
    margin-top: 0px;
}

.place-data {
    padding-left: 1em;
    font-size: 1em!important;
}

.selected-place {
    border: 1px solid #dfe1e5;
    border-radius: 8px;
}


/*=======-----AVISOPRIVACIDAD-----=======*/

h1.title-avpriv {
    font-family: sans-regular;
    color: #717579;
}

p.avpriv {
    font-size: 1em;
    font-family: sans-regular;
    color: #717579;
    text-align: left;
}

.btn-avpriv {
    font-family: sans-bold;
}


/*=======-----INVITATIONS-----=======*/

.recuadro {
    border: 1px solid #e8e5dc;
}

.title-inv {
    color: rgb(26, 60, 101);
    font-family: 'futura-bold';
    text-transform: uppercase;
}

.text-inv {
    font-family: 'sans-regular';
    color: #70757a;
}


/*=======-----RESUMEMAP-----=======*/

.title-inv {
    color: black;
    text-align: center;
    font-family: RobotoRegular;
    margin-bottom: 8px;
}

.amigos-inv {
    margin: 40px 0px;
    padding: 0 30px;
    width: 100%;
    max-height: 110px;
    height: auto;
    overflow-y: scroll;
}

.grisGoogle {
    color: #717579;
}

.amigo-name {
    color: #70757a;
    font-family: RobotoRegular;
    padding: 0 4px 0 8px;
}

.rectangle-top2 {
    border-bottom: 1px solid #dfe1e5;
    padding: 20px 0px;
    text-align: center;
}

.relleno01,
.relleno02 {
    height: 30px;
}

.amigos02 {
    border: 1px solid #dfe1e5;
    border-radius: 30px;
    display: inline-flex;
    padding: 3px 8px 3px 3px;
    align-items: center;
    margin: 0 12px 15px 0;
}

.lugar {
    text-align: center;
    padding: 0 40px 45px;
    font-family: RobotoRegular;
    color: #70757a;
}

.compartir-amigos {
    color: #007bff;
}

.avatarw-15 {
    width: 35px;
}

.data-inv {
    font-family: RobotoRegular;
    color: #70757a;
    padding-bottom: 18px;
}


/*=======-----MEDIAQUERIES-----=======*/


/*Para cosas muy especificas*/


/*****mobile*****/
@media (max-width: 420px) {
    .s1-bg-hk {
        height: 38%;
    }
    
    .s2-bg-fix {
        width: 90%;
    }
}

@media (max-height: 1300px) {
    .s2-bg-fix {
        width: 85%;
    }

    .s1-bg-fix {
        width: 93%;
        align-self: flex-end;
    }
}

@media (max-width: 472px) {
    .amigos-inv {
        margin: 20px 0px;
        padding: 0 15px;
    }
    .lugar {
        padding: 0 20px 25px;
    }
}

@media (min-width: 600px) and (min-height: 1200px) {
    .s2-bg-text {
        margin-bottom: 150px;
    }
    .h1200 {
        margin-top: 130px;
    }
}


/* medias querys para el msj de alerta */

@media (min-width: 320px) {
    .alert-copy {
        font-size: 10px;
    }
}

@media (min-width: 360px) {
    .alert-copy {
        font-size: 13px;
    }
}

@media (min-width: 414px) {
    .alert-copy {
        font-size: 15px;
    }
}

@media (max-width: 640px) {
    .top-cont {
        min-height: 210px;
    }
    .bg-top{
        max-height: 170px;
    }
}