/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;   
    overflow-x: hidden;
}
html.locked {
    overflow: hidden;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 0;
    font-family: "Gabarito", sans-serif;
    font-style: normal;
    font-weight: 200;
    color: black;
    background-color: black;
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: 100% 0%;
}
body.locked {
    overflow: hidden;
}
img {
    width: 100%;
}
h1 {
    color: #E3E0DA;
    font-family: "Gabarito", sans-serif;
    font-size: 100px;
    font-style: normal;
    font-weight: 900;
    line-height: 90%; /* 110.2px */
    text-transform: uppercase;
    margin-bottom: 5%;
}
h2 {
    color: white;
    font-family: "Gabarito", sans-serif;
    font-size: 49.333px;
    font-style: normal;
    font-weight: 900;
    line-height: 90%; /* 44.4px */
    margin-top: 10%;
    margin-bottom: 8%;
}
h3 {
    font-family: "Gabarito", sans-serif;
    color: #FFF;
    font-size: 42.864px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
h4 {
    color: #E3E0DA;
    font-family: "Gabarito", sans-serif;
    font-size: 35px;
    font-style: normal;
    font-weight: 900;
    line-height: 90%; /* 31.5px */
    text-transform: uppercase;
}
h4 span {
    color: #9E7B5E;
}
p {
    font-family: "Gabarito", sans-serif;
    color: #FFF;
    font-size: 24.839px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
hr {
    border-top: 2px solid #FFF;
}
.mobile-hide {
    display: block;
}
.mobile-show {
    display: none;
}
.flex {
    display: flex;
    align-items: center;
    gap: 10px;
}
.flex .col-md-6 {
    width: 50%;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
.row.heading {
    text-align: center;
}
body .container {
    padding: 5% 10%;   
}
body .container .col-md-10 {
    padding: 0;
}
.container .row {
    margin-bottom: 0;
    /*display: flex;*/
    align-items: stretch;
}
div.row {
    margin-bottom: 3%;
}
button {
    border-radius: 11.165px;
    background: #9E7B5E;
    padding: 8% 5%;
    width: 100%;
    color: #FFF;
    font-size: 35px;
    font-style: normal;
    font-weight: 900;
    line-height: 17.692px; /* 98.7% */
    border: 2px solid #9E7B5E;
    max-width: 359px;
}
button:hover {
    background: transparent;
    color: #FFF;
    border: 2px solid #FFF;
}
.probs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5%;
}
.redTear {
    background-color: #000;
}
.redTear.container {
    padding: 0 10%;
}
.redTear.container .bg {
    background-image: url(../img/nile-header.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    padding: 3% 5% 28% 5%;
}
.redTear #logo img {
    max-width: 290px;
}
.redTear .anxiety p {
    margin-bottom: 10%;
}
.redTear #initial img {
    max-width: 252px;
}
.redTear .probs .anxiety {
    margin-right: 5%;
}
.counter {
    margin-bottom: 2%;
}
.container.store {
    padding: 2% 15% 5% 15%;
}
.details {
    border-radius: 0 0 11.016px 11.016px;
    background: #9E7B5E;
    padding: 5%;
}
.details button {
    border-radius: 11.016px;
    background: #E3E0DA;
    max-width: none;
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 96%; /* 23.04px */
    text-transform: uppercase;
}
.details button:hover {
    border: 2px solid #000;
    background-color: transparent;
}
.details p {
    color: #E3E0DA;
    font-size: 28.567px;
    font-style: normal;
    font-weight: 400;
    line-height: 96%; /* 27.424px */
    text-transform: uppercase;
    margin-bottom: 5%;
}
.details p.hours {
    font-size: 25.131px;
}
.details p.hours span {
    color: #E3E0DA;
    font-size: 28.297px;
    font-style: normal;
    font-weight: 900;
    line-height: 96%; /* 27.165px */
    text-transform: uppercase;
}
.logos .probs {
    grid-template-columns: repeat(4, 1fr);
}
.choose .probs {
    gap: 2%;
}
.feeling {
    position: relative;
    margin-bottom: 5%;
    cursor: pointer;
}
.feeling p {
    position: absolute;
    right: 3%;
    top: 8%;
    color: #000;
    font-size: 12.443px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%; /* 11.198px */
    text-transform: uppercase;
}
.feeling p.pull-left {
    right: auto;
    left: 3%;
}
.feeling p.whitey {
    color: white;
}
.dedicado .probs {
    gap: 0;
}
.calidad {
    padding-left: 20%;
    background-color: #244D5A;
    padding-right: 5%;
    padding-bottom: 5%;
}
.calidad h2 {
    color: #E3E0DA;
    font-size: 86.764px;
    font-style: normal;
    font-weight: 900;
    line-height: 85%; /* 73.75px */
    text-transform: uppercase;
    margin-bottom: 3%;
}
.calidad button {
    padding: 4% 0;
    font-size: 27.348px;
    max-width: 231px;
}
.calidad p {
    color: #E3E0DA;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 99%; /* 15.84px */
    text-transform: uppercase;
    margin-bottom: 10%;
}
.video-bg {
  position: relative;
  width: 100%;
  height: auto; 
  overflow: hidden;
}
.video-bg video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 1;
}
.video-bg .content {
  position: relative;
  z-index: 2;
}
.brands {
    display: flex;
}
.brands .featured {
    display: flex;
    align-items: center;
    min-height: 100%;
}
.brands .probs {
    gap: 1%;
}
.brands .probs.first-row {
    margin-bottom: 1%;
}
.brands .featured h3 {
    color: #E3E0DA;
    font-size: 40.929px;
    font-style: normal;
    font-weight: 900;
    line-height: 90%; /* 36.836px */
    text-transform: uppercase;
}

footer {
    width: 100%;
    /* Set the fixed height of the footer here */
    text-align: center;
    background-color: #244D5A;
    color: black;
    padding: 3% 10%;
    font-weight: 700;
}
footer.col-lg-12 {
    align-items: center;
    padding: 3% 10%;
}
footer a {
    color: #262626;
    font-weight: 700;
    text-decoration: underline;
}
footer a:hover {
    color: white;
    text-decoration: none;
}
footer img {
    max-width: 203px;
}
footer .logo {
    text-align: left;
    cursor: pointer;
}
footer .butt {
    text-align: right;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: right;
    width: 50%;
}
footer button {
    padding: 5% 1%;
    max-width: 300px;
}


/*full screen*/
@media (min-width: 1200px) {
    .container {
        width: 100%;
    }
}

@media (max-width: 1400px) {
   h1 {
    font-size: 70px;
   }
   button {
    font-size: 20px;
   }
}

@media (max-width: 1300px) {
   h1 {
    font-size: 70px;
   }
   button {
    font-size: 20px;
   }
}

@media (max-width: 1200px) {
   h1 {
    font-size: 60px;
   }
   .redTear .location .title h3 {
    font-size: 30px;
   }
   .redTear .location p {
    font-size: 12px;
   }
}


/*tablet*/
@media (min-width: 992px) {
    .container {
        width: 100%;
    }

}

@media (max-width: 992px) {
    body {
        margin-bottom: 0;
    }
    body .container {
        padding: 5%;
    }
    .mobile-hide {
        display: none;
    }
    .mobile-show {
        display: block;
    }
    h1 {
        font-size: 50px;
        text-align: center;
    }
    h2 {
        font-size: 30px;
    }
    h3 {
        font-size: 30px;
        text-align: center;
    }
    h4 {
        font-size: 20px;
    }
    .flex {
        display: block;
    }
    button {
        width: 100%;
        max-width: none;
        padding: 3%;
    }
    .probs {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }
    #logo-mobile {
        text-align: center;
        margin-bottom: 5%;
    }
    #logo-mobile img {
        max-width: 400px;
    }
    .redTear {
        background-image: none;
    }
    .redTear.container {
        padding: 0;
    }
    .redTear.container .bg {
        background-image: url(../img/nile-tab.png);
        padding: 1% 5% 25% 5%;
    }
    .redTear #logo {
        text-align: center;
    }
    .redTear .probs .anxiety {
        margin-right: 0;
    }
    .redTear .anxiety {
        text-align: center;
    }
    .redTear .anxiety p {
        margin-bottom: 3%;
    }
    .redTear h2 {
        font-size: 25px;
        line-height: 25px;
        margin: 6% 0;
        text-align: center;
        width: 100%;
    }
    .redTear h3 {
        font-size: 20px;
        line-height: 22px;
    }
    .container.store {
        padding: 5%;
        padding-top: 0;
    }
    .container.store #logo {
        text-align: center;
        margin-bottom: 5%;
    }
    .container.store #logo img {
        max-width: 200px;
    }
    .details {
        text-align: center;
    }
    .details p {
        font-size: 20px;
    }
    .details p.hours, .details p.hours span {
        font-size: 18px;
    }
    .details button {
        font-size: 18px;
    }
    .feeling.happy {
        margin-bottom: 0;
    }
    .calidad {
        padding: 5%;
        text-align: center;
    }
    .calidad h2 {
        font-size: 30px;
        margin-top: 0;
    }
    .brands .featured {
        display: block;
        padding-left: 0;
        padding-right: 0;
        min-height: auto;
    }
    footer {
        background-image: none;
    }
    footer.col-lg-12 {
        padding-top: 5%;
        padding-bottom: 5%;
        display: flex;
    }
    footer .logo {
       
    }
    footer .col-md-6.butt {
        width: 100%;
        display: block;
        height: auto;
        padding-left: 0;
        padding-right: 0;
    }
    footer img {
        max-width: 116px;
    }
    footer button {
        font-size: 16px;
        padding: 12px;
        width: 100%;
        max-width: 200px;
    }
}

@media (min-width: 768px) {
    .container {
        width: 100%;
    }
}

@media (max-width: 550px) {
    .redTear.container .bg {
        background-image: url(../img/nile-mobileTop.png);
        padding: 1% 5% 30% 5%;
    }
    #logo-mobile img {
        max-width: 200px;
    }
}

/*phone*/
@media screen and (max-width: 375px) {
    .redTear .location .title h3 {
        font-size: 20px;
    }
    h1 {
        
    }
    .brands .featured h3 {
        font-size: 25px;
    }
}
  