* {
    scroll-behavior: smooth;
    box-sizing: border-box;
}
body, html{
      width: 100%;
      height: 100%;
      padding: 0;
      margin: 0;
      background-color: #fff;
}
#header {
    top: 0;
    position: fixed;
    height: 60px;
    display: flex;
    align-items: center;
    background: #fff;
    width: 100%;
    z-index: 99;
    box-shadow: 0px 7px 36px -19px rgb(0 0 0 / 86%);
    -webkit-box-shadow: 0px 7px 36px -19px rgb(0 0 0 / 86%);
    -moz-box-shadow: 0px 7px 36px -19px rgba(0,0,0,0.86);
    display: none;
}
.menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#menuToggle {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 400;
    display: block;
    position: relative;
    z-index: 100;
    -webkit-user-select: none;
    user-select: none;
    font-size: 16px;
}
#menuToggle img{
    width: 10px;
}
.menu-flotante {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
}
.menu-header ul {
    padding: 0;
    text-decoration: none;
    list-style: none;
    display: flex;
    flex-direction: column;
}
.menu-header ul li {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    height: 35px;
    padding: 5px 10px;
    display: inline-block;
    cursor: pointer;
}
.menu-flotante.active {
    position: absolute;
    visibility: visible;
    opacity: 1;
    background: #fff;
    padding: 10px 25px;
    box-shadow: 2px 26px 50px -34px rgb(0 0 0 / 86%);
    -webkit-box-shadow: 2px 26px 50px -34px rgb(0 0 0 / 86%);
    -moz-box-shadow: 2px 26px 50px -34px rgba(0,0,0,0.86);
}
a {
    color: #4b4c4e !important;
    text-decoration: none !important;
}
li a {
    font-size: 12px;
}
.logo-urb {
    max-width: 40px;
}
img {
    width: 100%;
}
.portada{
    /*padding-top: 60px;*/
}

.carrusel-infantil{
    margin-bottom: 5px;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.title {
    text-align: center;
}
.ninos-1{
    margin: 5px 0 1px 0;
}
.title img{
    max-width: 350px;
    margin: 20px 0;
    background-color: #FACBCC;
}
.mb-1 {
    margin-bottom: 1px;
}
.mt-1 {
    margin-top: 1px;
}
.mb-2 {
    margin-bottom: 2px;
}
.mt-2 {
    margin-top: 2px;
}
.mb-5 {
    margin-bottom: 5px;
}

@media (min-width: 768px) {
    .container {
      width: 750px;
    }
  }
  @media (min-width: 992px) {
    .container {
      /*width: 970px;*/
      width: 60vh;
    }
    .title img {
        width: 60%;
    }
    #adulto .title img {
        max-width: 97%;
        width: 96%;
    }
  }
  @media (min-width: 1200px) {
    .container {
      /*width: 1170px;*/
      width: 60vh;
    }
    .title img {
        width: 60%;
    }
    #adulto .title img {
        max-width: 97%;
        width: 96%;
    }
  }
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .chaleco{
      /*margin: 6px 0 10px 0;*/
  }
  .portada img {
    height: 93vh;
}
  .mt-5{
      margin-top: 5px;
  }
  .mt-4{
    margin-top: 4px;
}
.desktop-hide {
    display: none;
}

    /* ----------- iPad 1, 2, Mini and Air ----------- */

    /* Portrait and Landscape */
    @media only screen 
    and (min-device-width: 768px) 
    and (max-device-width: 1024px) 
    and (-webkit-min-device-pixel-ratio: 1) {
        .container {
            width: 60vh;
        }
    }

    /* Portrait */
    @media only screen 
    and (min-device-width: 768px) 
    and (max-device-width: 1024px) 
    and (orientation: portrait) 
    and (-webkit-min-device-pixel-ratio: 1) {
        .container {
            width: 60vh;
        }
    }

    /* Landscape */
    @media only screen 
    and (min-device-width: 768px) 
    and (max-device-width: 1024px) 
    and (orientation: landscape) 
    and (-webkit-min-device-pixel-ratio: 1) {
        .container {
            width: 60vh;
        }
    }

    /* General Mobile */
  @media (max-width: 767px) {
    .container {
        padding-right: 0;
        padding-left: 0;
        width: 90%;
    }
    .portada .container, #infantil .container, #adulto .container, #bebes .container  {
        padding-right: 0;
        padding-left: 0;
        width: 100%;
        margin: 0;
    }
    .mobile-hide {
        display: none;
    }
    .desktop-hide {
        display: block;
    }
    .desktop-hide .owl-stage-outer {
        height: 93vh;
    }
    .title img {
        width: 50%;
        background-color: #FACBCC;
        margin-left: 10px;
    }
    #adulto .title img {
        width: 100%;
    }
    footer .container{
        width: 100%;
    }
    .portada img {
        height: 85vh;
    }
    .menu-flotante.active, .menu-flotante {
        padding: 10px 5px;
        max-width: 100%;
        width: 100%;
        left: 0;
        right: 0;
        text-align: center;
    }
    .portada-one, .portada-two, .portada-three {
        position: relative;
    }
    .portada .container .portada-one img.icono-urb, .portada .container .portada-two img.icono-urb, .portada .container .portada-three img.icono-urb {
        max-width: 75px;
        height: 75px;
        position: absolute;
        top: 18px;
        left: 20px;
    }
    .portada .container img.icono-precio {
        max-width: 100px;
        height: 120px;
        position: absolute;
        bottom: 75px;
        left: 20px;
    }
    .portada .container img.icono-metro {
        max-width: 85px;
        height: 85px;
        position: absolute;
        bottom: 87px;
        right: 20px;
    }
    .portada .portada-one  img.icono-name {
        width: 95%;
        height: auto;
        position: absolute;
        bottom: 250px;
        left: 15px;
    }
    .portada-two img.icono-name, .portada-three img.icono-name {
        position: absolute;
        width: 200px;
        top: 300px;
        height: 50px;
        right: 10px;

    }
}
    /* Xiaomi readmi note 7.. */
    @media only screen and (min-width: 393px) and (max-width: 767px) { 
        .desktop-hide .owl-stage-outer {
            /*height: 100%;*/
        }
     }
     /*Iphone 12 mini*/
     /* 2340x1080 pixels at 476ppi */
    @media only screen 
    and (device-width: 375px) 
    and (device-height: 812px) 
    and (-webkit-device-pixel-ratio: 3) { }

    /*Iphone 12 nad 12 pro*/
    /* 2532x1170 pixels at 460ppi */
    @media only screen 
    and (device-width: 390px) 
    and (device-height: 844px) 
    and (-webkit-device-pixel-ratio: 3) { }

    /*Iphone 12 Pro Max/
     /* 2778x1284 pixels at 458ppi */
    @media only screen 
    and (device-width: 428px) 
    and (device-height: 926px) 
    and (-webkit-device-pixel-ratio: 3) { }

    /*Iphone 11*/
    /* 1792x828px at 326ppi */
    @media only screen 
    and (device-width: 414px) 
    and (device-height: 896px) 
    and (-webkit-device-pixel-ratio: 2) { }

     /*Iphone 11 pro*/
     /* 2436x1125px at 458ppi */
    @media only screen 
    and (device-width: 375px) 
    and (device-height: 812px) 
    and (-webkit-device-pixel-ratio: 3) { }

    /*Iphone 11 Pro Max*/
     /* 2688x1242px at 458ppi */
    @media only screen 
    and (device-width: 414px) 
    and (device-height: 896px) 
    and (-webkit-device-pixel-ratio: 3) { }

