/*
    DEMO STYLE
*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@import url('https://fonts.googleapis.com/css?family=Lato:400,700');

body {
    font-family: 'Lato', sans-serif;
    background: #fafafa;
}

p {
    font-family: 'Lato', sans-serif;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.4em;
    /*color: #9C9C9C;*/
    color: #fff;
}

strong {
    font-weight: 700;
    color: #E4B046 !important;
}

table.table td{
    padding: 5px;
}

table.table th{
    padding: 5px;
    font-weight: bold;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.display {
    display: block !important;
}

.nodisplay{
    display: none;
}

.firma {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 10px;
    color: #787978;
}

.tel-contacto {
    font-size: 30px !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
}

h2 {
    text-align: center;
    color: #fff;
    font-size: 3.2em;
    font-weight: 600;
}

h2.contacto {
    margin-top: 10px;
    font-size: 2.2em;
}

h3 {
    color: #fff;
    text-align: center;
    font-size: 2.2em;
    font-weight: normal;
}

.lead {
    font-size: 1.2em !important;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

.bullets {
    position: fixed;
    z-index: 10;
    width: 15px;
    left: 210px;
    top: 50%;
    transform: translate(0,-50%);
    transition: 0.5s;
}

.bullet {
    display: block;
    height: 15px;
    width: 15px;
    border-radius: 100%;
    background: rgba(255,255,255,0.3);
    opacity: 0.7;
    border: 1px solid #fff;
    margin-top: 5px;
}

.bullet:first-child {
    margin-top: 0px;
}

.bullet-active {
    background: rgba(255,255,255,1);
}

/* ---------------------------------------------------
    VIDEO OVERLAY
----------------------------------------------------- */
.video-content{
    position: absolute;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.video-overlay {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 100vh;
    background: rgba(0,0,0,0.8);
    z-index: 300;
    transition: 0.5s;
}

.videoembed {
    width: 560px;
    height: 315px;
}

.video-overlay-open {
    top: 0;
}

.videocenter {
    text-align: center;
    position: absolute;
    width:560px;
    height: 505px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#overlay-close {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #FFFFFF;
    font-size: 40px;
    transition: 0.5s;
}

#overlay-close:hover {
    transform: rotate(180deg);
}

.piramide {
    position: absolute;
    width: 100px;
    height: 134px;
    left: 50%;
    margin-left: -50px;
    margin-top: -72px;
    transition: 0.5s;
    animation: piramide 2s infinite;
}

.piramide-down {
    display: none;
}

@keyframes piramide {
    0%   {transform:rotate(-25deg);}
    50%  {transform:rotate(25deg);}
    100% {transform:rotate(-25deg);}
}
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
    padding-left: 200px;
    transition: all 0.3s;
}

#sidebar {
    position: fixed;
    left: 0;
    height: 100%;
    z-index: 100;
    min-width: 200px;
    max-width: 200px;
    background: #122640;
    color: #fff;
    transition: all 0.3s;
}

#sidebar.active {
    margin-left: -200px;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #122640;
}

#sidebar ul.components {
    padding: 20px 0;
    /*border-bottom: 1px solid #47748b;*/
}

#sidebar ul p {
    color: #fff;
    padding: 0px;
}

#sidebar ul li a {
    text-transform: uppercase;
    line-height: 1em;
    padding: 25px;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li a:hover {
    color: #fff;
    background: #35465c;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #35465c;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 20px;
    min-height: 100vh;
}

#content.home {
    background: url(../img/bg-home.jpg) no-repeat center bottom;
    background-size: cover;
}

#content.water {
    height: 5000px;
    background: url(../img/bg-water.jpg) no-repeat center top;

}

.main-logo {
    width: 80%;
}

#content.water .titular {
    position: absolute;
    left: 0;
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
   /*background: red;*/
   opacity: 0;
}

.drops {
    width: 20px;
    margin-top: 50px;
    margin: auto;
}

.drop {
    fill: #fff;
}

.drop1 {
    animation: dropuno 2s infinite;
}

.drop2 {
    animation: dropdos 2s infinite;
}

.drop3 {
    animation: droptres 2s infinite;
}

@keyframes dropuno {
    0%   {opacity:0;}
    33%  {opacity:1;}
    66% {opacity:0;}
    100% {opacity:0;}
}

@keyframes dropdos {
    0%   {opacity:0;}
    33%  {opacity:0;}
    66% {opacity:1;}
    100% {opacity:0;}
}

@keyframes droptres {
    0%   {opacity:0;}
    50%  {opacity:0;}
    66% {opacity:0;}
    100% {opacity:1;}
}

.tit1 {
    top: 300px;
    opacity: 1 !important;
}

.tit2 {
    top: 1300px;
}

.tit3 {
    top: 2000px;
}

.tit4 {
    top: 3000px;
}

.tit5 {
    top: 3800px;
}

.tit6 {
    top: 4200px;
}

#content.wellness {
    background: #162343 url(../img/bg-wellness.jpg) no-repeat center top;
}

#content.wellness .row{
    margin-top: 150px;
}

.wellness-icon {
    width: 150px;
    height: auto;
}

.wi{
    opacity: 0;
}

.witit {
    opacity: 0;
}

.yoga {
    position: relative;
    height: 650px;
    width: 100%;
}

.yoga-pict {
    position: absolute;
    bottom: 70px;
    left: 50%;
    transform: translate(-50%,0%);
    animation: yoga 10s infinite;
}

.cien {
    width: 100% !important;
}

#content.company {
    padding: 0 !important;
    background: #061532;
}

#content.company .cabecera-imagen {
    position: relative;
    height: 70vh;
    background: url(../img/bg-socialresp.jpg) no-repeat center center;
    background-size: cover;
}

#content.company h2{
    position: absolute;
    width: 100%;
    bottom: 0;
    margin-bottom: 0;
}

#content.company .cabecera-imagen2 {
    position: relative;
    height: 70vh;
    background: url(../img/bg-cert.jpg) no-repeat center center;
    background-size: cover;
}

#content.company .texto-seccion {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50px;
}

#content.company h2 {
    padding-top: 5px;
    padding-bottom: 10px;
    background: rgba(18,38,64,0.7);
}

.img-cert img{
    max-width: 110px;
}

.neg {
    color: #666 !important;
}

.medal {
    margin-top: 50px;
    max-width: 200px;
    margin-bottom: 50px;
}

#content.connected {
    background: #162343 url(../img/bg-contact.jpg) no-repeat center top;
    background-size: cover;
    padding-top: 70px;
    padding-bottom: 300px;
}

.aclaracion {
    font-size: 1em;
}

.contacto {
    margin-top: 20px;
}

.img-form {
    height: 650px;
    background: url(../img/img-form.jpg) no-repeat center center;
    background-size: cover;
}

.form {
    padding-top: 50px;
    padding-right: 0;
}

#form-contacto {
    padding: 20px;
    background: rgba(18,38,64,0.7);
    height: 550px;
}

input[type="text"], input[type="email"], textarea {
    margin-top: 20px;
    display: block;
    width: 100%;
    height: 50px;
    background: none;
    border: none;
    border-bottom: 1px solid #fff;
    color: #fff;
    resize: none;
}

textarea {
    height: 120px;
}

.form a {
    padding-top: 10px;
    margin-top: 20px;
    display: inline-block;
    height: 50px;
    padding-right: 20px;
    padding-left: 20px;
    background: none;
    border: 1px solid #fff;
    color: #fff !important;
    cursor: pointer;
}

.form a:hover {
    margin-top: 20px;
    display: inline-block;
    height: 50px;
    background: #35465c;
    border: none;
    border: 1px solid #fff;
    color: #fff;
}

.findus {
    margin-top: 100px;
}

.contact-footer {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: auto;
    overflow: hidden;
    padding-top: 20px;
    background: rgba(18,38,64,0.7);
}

.dir-titular {
    border-bottom: 1px solid white;
}

.contact-footer p {
    font-size: 1em;
    line-height: 1.1em;
    color: #fff;
}

.contact-footer hr {
    width: 50%;
    border: 1px solid #fff;
}

#content.mistery {
    padding: 0 !important;
}

#content.mistery h2 {
    padding-top: 5px;
    padding-bottom: 10px;
    background: rgba(18,38,64,0.7);
}

.mist {
    position: relative;
    min-height: 100vh;
    padding-bottom: 150px;
}

.mist1 {
    background: url(../img/bg-facts1.jpg) no-repeat center center;
    background-size: cover;
}

.mist2 {
    background: url(../img/bg-facts2.jpg) no-repeat center center;
    background-size: cover;
}

.mist3 {
    background: url(../img/bg-facts3.jpg) no-repeat center center;
    background-size: cover;
}

.mist .row{
    padding-left: 20px;
    padding-right: 20px;
}

.desplegable {
    position: relative;
    transform: scale(0);
    transition: 0.5s;
}

.desplegablein {
    transform: scale(1);
    transition: 0.5s;
}

.mist .row {
    padding-left: 40px;
    padding-right: 40px;
}

.mas {
    display: inline-block;
    font-family: 'Lato', sans-serif;
    font-size: 3em;
    font-weight: 700;
    color:#fff;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    border: 5px solid #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    padding-top: 7px;
    transform: translate(-50%, -50%) scale(1);
    background: rgba(18,38,64,0.7);
    opacity: 0.7;
    transition: 0.5s;
    animation: mas 2s infinite;
}

.mas:hover {
    color: #fff;
    opacity: 1;
}

.masout{
    display: none;
}

@keyframes mas {
    0%  {transform: translate(-50%, -50%) scale(0.8);}
    50% {transform: translate(-50%, -50%) scale(1);}
    100%  {transform: translate(-50%, -50%) scale(0.8);}
}


.mist .row>.col-lg-12{
    margin-top: 150px;
    padding: 20px;
    color: #fff !important;
    background: rgba(18,38,64,0.7);
}

#content.mistery p{
    color: #fff !important;
}

#content.facts {
    background:#000D2A url(../img/bg-contact.jpg)repeat center center;
    background-size: cover;
    color: #fff !important;
}

#content.facts li {
    margin-top: 20px;
}

#content.facts li p {
    margin-top: 10px;
}

.bottle-facts {
    width: 100%;
    height: auto;
}

.minerals {
    
}

.minerals div {
    display: inline-block;
    position: relative;
    width: 100px;
    height: 71px;
    height: auto;
    margin-right: 10px;
    margin-bottom: 50px;
    opacity: 0.8;
    transition: 0.5s;
}

.minerals div:hover {
    opacity: 1;
}

.minerals div:last-child{
    margin-right: 0px;
}

.minerals div p {
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 11px;
}

.item-mineral {
    display: none;
}

.fact {
    position: relative;
    margin-left: 30%;
    margin-top: 70px;
    width: 70%;
    color: #fff;
}

.fact-rest {
    margin-top: 200px;
}

.bottle-home {
    position: absolute;
    left: 120px;
    bottom: 50px;
    z-index: 10;
}

.navbar-custom {
    background: none;
    border: none;
    box-shadow: none;
}

.btn-custom {
    border: 1px solid #8F8F8B !important;
    display: none;
}

.btn-in {
    margin-right: 50px;
}

.img-resp {
    width: 100%;
    height: auto;
}

.home-award {
    width: 170px;
}

.row-home {
    padding-top: 100px;
}

/* ---------------------------------------------------
    SOCIALBAR
----------------------------------------------------- */

.socialbar {
    position: fixed;
    opacity: 0.7;
    right: -50px;
    height: 100%;
    z-index: 100;
    width: 50px;
    background: #122640;
    color: #fff;
    font-size: 25px;
    transition: all 0.3s;
    text-align: center;
}

.socialbarin {
    right: 0;
}

.displaybar {
    position: absolute;
    background: #122640;
    padding-top: 5px;
    z-index: 100;
    width: 50px;
    height: 50px;
    top: 50%;
    left: -25px;
    margin-top: -25px;
    color: #fff;
    font-size: 25px;
    transform:rotate(45deg);
}

.displaybar-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-90%, -20%) rotate(-45deg);
    transition: 0.5s;
}

.displaybar-icon-in {
    transform: translate(-90%, -20%) rotate(135deg);
}

.contenedor-social {
    position: absolute;
    z-index: 110;
    width: 100%;
    text-align: center;
    top: 50%;
    transform: translate(0,-50%);
}

.contenedor-social a {
    display: block;
    margin-top: 15px;
}

.contenedor-social a:first-child {
    margin-top: 0px;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {

    .findus {
        margin-top: 50px;
        padding-bottom: 50px;
    }

    .bullets {
        left: 10px;
    }

    .minerals div {
        width: 71px;
        margin-bottom: 20px;
    }
    
    .minerals div p{
        display: none;
    }

    .tit1 {
        top: 200px;
    }

    .oligominerals {
        width: 80%;
        height: auto;
    }

    .bresp {
        display: none;
    }

    h2 {
        font-size: 2.5em;
    }

    h2.contacto {
        font-size: 2em;
    }

    h3 {
        font-size: 1.5em;
    }

    .row-home {
        padding-top: 70px;
    }

    .btn-custom {
        position: fixed;
        z-index: 100;
        top: 20px;
        right: 20px;
        background: #fff;
        opacity: 0.3;
        color: #122640;
        display: block;
        transition: 0.3s;
    }

    #sidebar ul li a {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .bottle-home {
        left: 50%;
        transform: translate(-50%, 50px) scale(0.5);
        bottom: 50px;
        z-index: 10;
    }

    #sidebar {
        margin-left: -200px;
    }

    .wrapper {
        padding-left: 0;
    }

    #sidebar.active {
        margin-left: 0;
    }

    #sidebarCollapse span {
        display: none;
    }
}

@media (max-width: 990px) {

    h2.contacto {
        font-size: 2em;
    }

    .mist .row>.col-lg-12{
        text-align: justify;
    }

    .home-award {
        width: 150px;
    }

    .bottle-facts {
        display: none;
    }

    #content.facts ul {
        list-style: none;
        padding: 0;
        margin-top: 20px;
        text-align: justify;
    }


    #form-contacto h3 {
        text-align: center !important;
    }

    .form {
        padding-right: 15px;
    }

    .img-form {
        display: none;
    }

    .row-home {
        padding-top: 80px;
    }

    .col-home {
        text-align: center;
    }

    .col-home-award {
        padding-top: 20px;
        text-align: center !important;
    }

    .bottle-home {
        left: 50%;
        transform: translate(-50%, 50px) scale(0.7);
        bottom: 50px;
        z-index: 10;
    }

    .yoga-pict {
        width: 70%;
        height: auto;
    }

    #content.wellness .row  p{
        text-align: justify;
    }

    #content.company .row {
        text-align: justify;
    }
    
    #content.wellness h3 {
        margin-top: 20px;
        text-align: center !important;
    }

    .img-cert {
        margin-top: 20px;
    }

    .img-cert img{
        max-width: 150px;
    }

}

@media (max-width: 520px) {

    .textovideo {
        padding-left: 10px;
        padding-right: 10px;
    }

    .videocenter {
        width:100%;
    }

    .videoembed {
        width: 400px;
        height: 224px;
    }

    #content.company .cabecera-imagen, #content.company .cabecera-imagen2 {
        height: 50vh;
    }

    .mist .row {
        padding-left: 20px;
        padding-right: 20px;
    }

    .bullets {
        display: none;
    }

    .home-award {
        display: none;
    }

    .row-home {
        padding-top: 50px;
    }

    #content.water {
        height: 2578px;
        background: url(../img/bg-water-mobile.jpg) no-repeat center top;
        overflow: hidden;
    }

    #content.water h2 {
        font-size: 2.2em;
    }

    .tit1 {
        top: 100px;
    }

    .tit2 {
        top: 650px;
    }

    .tit3 {
        top: 1100px;
    }

    .tit4 {
        top: 1500px;
    }

    .tit5 {
        top: 1950px;
    }

    .tit6 {
        top: 2300px;
    }

    .tit6 .medal {
        width: 120px;
    }

    .mist {
        padding-bottom: 50px;
    }

    .mist .row>.col-lg-12{
        margin-top: 50px;
    }

    .bresp-xs {
        display: none;
    }

    .fact {
        position: relative;
        margin-left: 0%;
        margin-top: 70px;
        width: 100%;
        padding-bottom: 0px;
    }

    .yoga {
        height: 500px;
    }

    .yoga-pict {
        width: 80%;
        height: auto;
    }

}


@keyframes yoga {
    0%   {filter: brightness(1) blur(0px)}
    25%  {filter: brightness(0.5) blur(0.5px)}
    50%  {filter: brightness(2) blur(0)}
    75%  {filter: brightness(0.5) blur(0.5px)}
    100% {filter: brightness(1) blur(0px)}
}

/* Footer general */
.custom-footer {
    background-color: #002d62; /* Azul oscuro */
    color: white;
    padding: 15px 20px; /* Espaciado estándar para pantallas grandes */
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

/* Contenedor del footer en pantallas grandes */
.custom-footer .container {
    display: flex;
    justify-content: flex-end; /* Alinea todo a la derecha en pantallas grandes */
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
    max-width: none;
}

/* Menú del footer en pantallas grandes */
.custom-footer .footer-links {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
    gap: 15px; /* Espaciado horizontal entre enlaces */
}

.custom-footer .footer-links li a {
    text-decoration: none;
    color: #f8d64e; /* Amarillo dorado */
    font-weight: 500;
    transition: color 0.3s;
}

.custom-footer .footer-links li a:hover {
    text-decoration: underline;
    color: #ffc107; /* Tono más claro al pasar el cursor */
}

/* Texto del copyright en pantallas grandes */
.custom-footer .footer-copy {
    margin-left: auto;
    font-size: 12px;
    color: #ccc;
    text-align: right; /* Alineado a la derecha */
    white-space: nowrap;
}

/* -------------------- RESPONSIVE DESIGN -------------------- */

/* En pantallas pequeñas (menos de 768px) */
@media screen and (max-width: 768px) {
    /* Contenedor del footer */
    .custom-footer .container {
        flex-direction: column; /* Cambiar a diseño vertical */
        align-items: center; /* Centrar elementos */
        gap: 15px; /* Espaciado entre el menú y el texto del copyright */
    }

    /* Menú del footer (Grid) */
    .custom-footer .footer-links {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); /* Dos columnas adaptables */
        gap: 10px; /* Espaciado entre enlaces */
        width: 100%; /* Ocupa todo el ancho disponible */
        text-align: center; /* Centrar el texto dentro de los enlaces */
    }

    /* Texto del copyright */
    .custom-footer .footer-copy {
        font-size: 12px;
        text-align: center; /* Centrar el texto */
        white-space: nowrap;
    }
}