@font-face {
    font-family: 'HighVoltage-Rough';
    src: url('../fonts/HighVoltage-Rough.woff') format('woff'),
         url('../fonts/HighVoltage-Rough.ttf') format('truetype'),
         url('../fonts/HighVoltage-Rough.eot') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Agbalumo';
    src: url('../fonts/Agbalumo-Regular.ttf') format('truetype');
}

.font-amaranth {
    font-family: "Amaranth", sans-serif;
    font-weight: 400;
    font-style: normal;
}

body {
    font-family: 'HighVoltage-Rough', sans-serif;
    background: url('../images/bg.jpg') repeat-y top center;
    background-size: cover;
}

body, html {
    margin: 0;
    padding: 0;
    height: 100%;
}

.html {
    scroll-behavior: smooth;
}

header {
    background-image: url('../images/header-bg-full.png');
    background-repeat: no-repeat;
    background-position: right center;
    height: 123px;
    display: flex;
    align-items: center;
}

.navbar-brand {
    padding: 0px 50px;
}

.nav-link, .navbar-nav .nav-link.active {
    color: white;
    font-size: 30px;
}

.nav-link:focus, .nav-link:hover {
    color: #8773ff
}

.navbar-expand-md .navbar-nav .nav-link {
    margin-top: 20px;
    padding: 0px 55px;
}

nav {
    background-color: transparent;
}

.carousel-control-next, .carousel-control-prev {
    opacity: 1;
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    opacity: 0.5;
}
/*.carousel-control-prev-icon {
    background-image: url('assets/images/arrow-right.png');
}
.carousel-control-next-icon {
    background-image: url('assets/images/arrow-left.png');
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
}*/

.btn-primary {
	--bs-btn-color: #1a25ab;
	--bs-btn-bg: #ffffff;
	--bs-btn-border-color: #0d6efd;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #4d55bc;
	--bs-btn-hover-border-color: #0a58ca;
	--bs-btn-focus-shadow-rgb: 49,132,253;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #0a58ca;
	--bs-btn-active-border-color: #0a53be;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #0d6efd;
	--bs-btn-disabled-border-color: #0d6efd;
    font-size: 30px;
    border-radius: 25px;
    padding: 5px 35px;
    border: 0px;
}

footer {
    background: url('../images/bg-footer.png') repeat-x bottom center;
    background-color: #1a25ab;
    height: 110px;
}

.modal-content {
    /*background: url('../images/recetas-bg-mine-citrus.jpg') no-repeat center center;*/
    background-size: cover;
    border-radius: 30px;
    background-color: #e3dfe3;
}

.modal-content .title {
    font-size: 60px;
}

.modal-content .info {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
}

.modal-content .preparacion {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    border-radius: 50px;
    border: 5px solid #1a25ab;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
    padding: 30px;
    background-color: #fff;
}

#modalReceta .closeButton {
    top: 20px;
    left: 20px;
}
#modalReceta .closeButton img {
    max-height: 40px;
}

#modalAvisoPrivacidad .modal-body {
    font-family: Arial, Helvetica, sans-serif;
}




/* CUSTOM STYLES */
.coming-soon {
    font-family: 'Agbalumo', sans-serif;
    background: url('../images/bg-comingsoon.jpg') repeat-y top center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    font-family: 'Agbalumo', sans-serif;
    font-size: 100px;
    line-height: 120px;
    color: white;
    text-align: center;
}
.coming-soon {

}
.langBar {
    bottom: 20px;
    right: 20px;
}
.langBar span {
    margin-right: 10px;
}
.section {
    /*min-height: calc(100vh - 123px); /* Se puede restar la altura del header en caso de que sea fixed */
    min-height: calc(100vh);
    display: flex;
    align-items: center;
    justify-content: center;
    /*padding: 20px;*/
    position: relative;
    /*padding-top: 143px;*/
    /*scroll-margin-top: 123px;*/
}

.section:first-of-type {
    min-height: calc(100vh - 123px);
}

/*.section:nth-child(even) {
    background-color: #f8f9fa;
}*/

#inicio {
    background-image: url('../images/bg-home.png');
    background-repeat: no-repeat;
    background-position: left center;
}
#inicio .title {
    font-size: 65px;
}
#inicio .logo {
    max-width: 350px;
}
#inicio .productosPresentacion {
    max-width: 500px;
}
#inicio .lema {
    max-width: 400px;
}





#nosotros {
    min-height: calc(100vh); 
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    position: relative;
    /*scroll-margin-top: 123px;*/
    overflow: hidden;
}
#nosotros video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#videoNosotros {
    display: none;
}
/* Mostrar el video en dispositivos de escritorio */
@media (min-width: 1024px) {
    #videoNosotros {
        display: block;
    }
}
/* Mostrar el video en tablets */
@media (min-width: 768px) and (max-width: 1023px) {
    #videoNosotros {
        display: block;
    }
}
/* Mostrar el video en móviles */
@media (max-width: 767px) {
    #videoNosotros {
        display: block;
    }
    .coming-soon {
        font-size: 80px;
        line-height: 90px;
    }
}




#mineralizate {
    background-image: url('../images/bg-mineralizate.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}
#mineralizate .title {
    font-size: 90px;
    text-shadow: -5px -5px 0 #fff,  
                5px -5px 0 #fff,
                -5px 5px 0 #fff,
                5px 5px 0 #fff;
}
#mineralizate .text {
    font-size: 26px;
    line-height: 26px;
    font-family: "Amaranth", sans-serif;
}





.quote-container {
    position: relative;
    display: inline-block;
}

.quote-text {
}

.quote-text::before,
.quote-text::after {
    content: '';
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    width: 1em; 
    height: 1em;
    vertical-align: middle;
}

.quote-text::before {
    background-image: url('../images/comillas-inicio.png');
    left: -1.2em;
}

.quote-text::after {
    background-image: url('../images/comillas-fin.png');
    right: -1.2em; 
}





#misionvisionvalores .title {
    font-size: 60px;
}
#misionvisionvalores .text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 28px;
}
#misionvisionvalores img {
    max-width: 400px;
}



#productos .background {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 60%;
    background-color: #fff;
    border-radius: 50px;
    border: 7px solid #1a25ab;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.6);
    z-index: 0;
}
#productCarousel .title {
    font-size: 60px;
    margin-top: 50px;
}
#productCarousel .nutritional-info {
    padding-left: 80px;
    margin-top: 70px;
}
#productCarousel .nutritional-info .subtitle {
    font-size: 30px;
    text-align: center;
    margin-top: 30px;
    color: #1a25ab;
}
#productCarousel .nutritional-info .info {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
}
#productCarousel .nutritional-info .info div {
    display: flex;
}
#productCarousel .nutritional-info .info table {
    border-collapse: separate;
    border-spacing: 0 7px;
    width: auto;
}
#productCarousel .nutritional-info .info td {
    padding: 5px;
}
#productCarousel .nutritional-info .info .col1 {
    border-radius: 15px 0px 0px 15px;
    background-color: #1926aa;
    color: white;
}
#productCarousel .nutritional-info .info .col2 {
    border-radius: 0px 15px 15px 0px;
    background-color: white;
    color: #1926aa;
    border: 2px solid #1926aa;
    min-width: 100px;
}
#productCarousel .nutritional-info .textDetail {
    font-size: 12px;
    font-weight: bold;
    color: gray;
    align-self: flex-end
}
#productCarousel .product-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
#productCarousel .product-image {
    max-height: 700px;
}
#productCarousel .carousel-control-next, 
#productCarousel .carousel-control-prev {
    width: 80px;
}
#productCarousel .carousel-control-prev-icon,
#productCarousel .carousel-control-next-icon {
    background-image: none;
}
#productCarousel .carousel-control-prev-icon {
    background: url('../images/arrow-left.png') no-repeat center center;
    background-size: 35px 56px;
    width: 35px;
    height: 56px;
}
#productCarousel .carousel-control-next-icon {
    background: url('../images/arrow-right.png') no-repeat center center;
    background-size: 35px 56px;
    width: 35px;
    height: 56px;
}


#recetas {
    min-height: calc(100vh);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
#recetas .title {
    font-size: 60px;
}
#recetas .carousel-item-receta {
    /*display: flex;
    justify-content: center;
    align-items: center;*/
}
#recetas .carousel-inner {
    padding: 50px 0px;
}
#recetas .card-receta img {
    border-radius: 50px;
    display: inline-block;
}
#recetas .card-receta {
    margin: 0 15px;
    flex: 1;
    border: 0px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.4);
    border-radius: 50px 50px 30px 30px;
}
#recetas .card-receta .card-title {
    font-size: 40px;
}
#recetas a, #recetas a:hover, #recetas a:focus {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #1926aa;
    text-decoration: none;
}
#recetasCarousel .carousel-control-prev, #recetasCarousel .carousel-control-next,
#recetasCarousel2 .carousel-control-prev, #recetasCarousel2 .carousel-control-next {
    width: 50px;
    top: 50%;
    transform: translateY(-50%);
}
#recetasCarousel .carousel-control-prev,
#recetasCarousel2 .carousel-control-prev {
    left: -50px;
}
#recetasCarousel .carousel-control-next,
#recetasCarousel2 .carousel-control-next {
    right: -50px;
}
#recetasCarousel .carousel-control-prev-icon,
#recetasCarousel2 .carousel-control-prev-icon {
    background: url('../images/arrow-left.png') no-repeat center center;
    background-size: 35px 56px;
    width: 35px;
    height: 56px;
}
#recetasCarousel .carousel-control-next-icon,
#recetasCarousel2 .carousel-control-next-icon {
    background: url('../images/arrow-right.png') no-repeat center center;
    background-size: 35px 56px;
    width: 35px;
    height: 56px;
}


#contacto {
    background-color: #1a25ab;
}
#contacto .title {
    font-size: 60px;
}
#contacto h3 {
    font-size: 40px;
}
#contacto .form-control {
    font-family: Arial, Helvetica, sans-serif;
    border: 0px;
    border-radius: 15px;
}
#contacto .form-control::placeholder {
    color: #aaaaaa;
}
#contacto .invalid-feedback {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: italic;
    color: #ff7784;
}
#contacto .logo-facebook {
    max-height: 50px;
}
#contacto .logo-instagram {
    max-height: 50px;
}



#contacto .copyright {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
}

#contacto .copyright a, #contacto .copyright a:hover, #contacto .copyright a:focus, #contacto .copyright a:active {
    font-size: 16px;
    color: #fff;
    text-decoration: underline;
}

#contacto a, #contacto a:hover, #contacto a:focus, #contacto a:active {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;;
}






.color-blue {
    color: #1a25ab;
}

.social-media {
    position: fixed;
    top: 130px;
    right: 30px;
    z-index: 100;
}
.social-media img {
    max-width: 40px;
}


.back-to-top, .go-next {
    position: fixed;
    max-width: 40px;
    font-size: 24px;
    cursor: pointer;
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.back-to-top {
    top: 30px;
    right: 30px;
}

.go-next {
    bottom: 30px;
    right: 30px;
}




#loadingScreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: white;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

#loadingScreen img {
    /*width: 100px;*/
    margin-bottom: 20px;
}






.slick-prev, .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}

.slick-prev, .slick-next {
    z-index: 10;
}

.slick-prev {
	background: url('../images/arrow-left.png') no-repeat center center;
	background-size: 35px 56px;
	width: 35px;
	height: 56px;
	left: -25px;
}
.slick-next {
	background: url('../images/arrow-right.png') no-repeat center center;
	background-size: 35px 56px;
	width: 35px;
	height: 56px;
	right: -25px;
}

.slick-prev:focus, .slick-next:hover, .slick-prev:focus, .slick-next:hover {
	opacity: 0.5;
}




@media (max-width: 1600px) {
    header {
        background-image: url('../images/header-bg-full-1600.png');
    }
    #inicio .title {
        font-size: 60px;
    }
    #inicio .logo {
        max-width: 300px;
    }
    #inicio .productosPresentacion {
        max-width: 430px;
    }
    #inicio .lema {
        max-width: 380px;
    }

    #mineralizate .text {
        font-size: 24px;
        line-height: 24px;
    }

    #misionvisionvalores img {
        max-width: 330px;
    }
    #misionvisionvalores .text {
        font-size: 20px;
    }

    #productos .carousel-control-next, #productos .carousel-control-prev {
        width: 50px;
    }
    #productos .nutritional-info {
        padding-left: 150px;
    }
    #productCarousel .nutritional-info {
        margin-top: 20px;
    }
    #productCarousel .product-image {
        max-height: 600px;
    }


    #recetas .title {
        padding-top: 20px;
    }
    #recetas .card-receta {
        margin: 0 20px;
    }
    #recetasCarousel .carousel-control-prev,
    #recetasCarousel2 .carousel-control-prev {
        left: -20px;
    }
    #recetasCarousel .carousel-control-next,
    #recetasCarousel2 .carousel-control-next {
        right: -20px;
    }
    
    .navbar-expand-md .navbar-nav .nav-link {
        padding: 0px 35px;
    }


}

/* (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
    header {
        background-image: url('../images/header-bg-full-1400.png');
    }

    #mineralizate .title {
        font-size: 80px;
    }
    #mineralizate .text {
        font-size: 22px;
        line-height: 22px;
    }

    #misionvisionvalores .title {
        font-size: 50px;
    }
    #misionvisionvalores .text {
        font-size: 20px;
        line-height: 24px;
    }

    #productCarousel .title {
        font-size: 50px;
        margin-top: 50px;
    }
    #productCarousel .carousel-control-prev-icon {
        width: 30px;
        height: 53px;
        background-size: 30px 53px;
    }
    #productCarousel .carousel-control-next-icon {
        width: 30px;
        height: 53px;
        background-size: 30px 53px;
    }

    #recetas .title {
        font-size: 50px;
    }
    #recetas .card-receta .card-title {
        font-size: 35px;
    }

    #recetas a, #recetas a:hover, #recetas a:focus {
        font-size: 16px;
    }
    #recetasCarousel .carousel-control-prev-icon,
    #recetasCarousel2 .carousel-control-prev-icon {
        width: 30px;
        height: 53px;
        background-size: 30px 53px;
    }
    #recetasCarousel .carousel-control-next-icon,
    #recetasCarousel2 .carousel-control-next-icon {
        width: 30px;
        height: 53px;
        background-size: 30px 53px;
    }
    .slick-prev {
        background-size: 30px 53px;
        width: 30px;
        height: 53px;
    }
    .slick-next {
        background-size: 30px 53px;
        width: 30px;
        height: 53px;
    }

    #contacto .title {
        font-size: 50px;
    }
    #contacto .btn-primary {
        font-size: 26px;
    }
    #contacto .logo-mineralita {
        max-width: 330px;
    }
    #contacto .copyright {
        font-size: 18px;
    }
    #contacto h3 {
        font-size: 35px;
    }
    #contacto .logo-facebook {
        max-height: 40px;
    }
    #contacto .logo-instagram {
        max-height: 40px;
    }
    #contacto a, #contacto a:hover, #contacto a:focus, #contacto a:active {
        font-size: 18px;
    }

    .navbar-brand {
        padding: 0px 30px;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding: 0px 20px;
    }

    .social-media {
        right: 20px;
    }
    .social-media img {
        max-width: 30px;
    }
    .back-to-top, .go-next {
        max-width: 30px;
    }
    .back-to-top {
        right: 20px;
    }
    .go-next {
        right: 20px;
    }
}

/* (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    header {
        background-image: url('../images/header-bg-full-1200.png');
    }

    #inicio .productosPresentacion {
        max-width: 350px;
    }
    #inicio .logo {
        max-width: 270px;
    }
    #inicio .title {
        font-size: 50px;
    }
    #inicio .lema {
        max-width: 350px;
    }

    #mineralizate .title {
        font-size: 70px;
    }
    #mineralizate .text {
        font-size: 20px;
        line-height: 20px;
    }

    #misionvisionvalores img {
        max-width: 280px;
    }
    #misionvisionvalores .title {
        font-size: 45px;
    }
    #misionvisionvalores .text {
        padding: 0 5px;
        font-size: 18px;
        line-height: 22px;
    }

    #productCarousel .title {
        font-size: 45px;
        margin-top: 45px;
    }
    #productCarousel .nutritional-info {
        margin-top: 40px;
    }
    #productos .nutritional-info {
        padding-left: 100px;
    }

    #recetas .title {
        font-size: 45px;
    }
    #recetasCarousel .carousel-control-prev,
    #recetasCarousel2 .carousel-control-prev {
        left: -20px;
    }
    #recetasCarousel .carousel-control-next,
    #recetasCarousel2 .carousel-control-next {
        right: -20px;
    }

    .slick-prev {
        left: -20px;
    }
    .slick-next {
        right: -20px;
    }

    #contacto .logo-mineralita {
        max-width: 280px;
    }
    #contacto .logo-facebook {
        max-height: 35px;
    }
    #contacto .logo-instagram {
        max-height: 35px;
    }

    .modal-content {
        /*background: url('../images/receta-mine-moramenta-tablet.jpg') no-repeat left center;*/
        background-size: cover;
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding: 0px 12px;
    }
    .nav-link, .navbar-nav .nav-link.active {
        font-size: 28px;
    }
}

/* (tablets, less than 992px) */
@media (max-width: 991.98px) {
    #inicio {
        background-image: url('../images/bg-home.png');
        background-size: 200px 394px;
        background-repeat: no-repeat;
        background-position: left 50px;
    }

    #mineralizate {
        background-image: url('../images/bg-mineralizate-1000.png');
        background-position: center bottom;
    }
    #mineralizate .title {
        font-size: 60px;
    }
    #misionvisionvalores img {
        max-width: 220px;
    }
    #misionvisionvalores .title {
        font-size: 40px;
    }
    #misionvisionvalores .text {
        font-size: 18px;
        line-height: 20px;
    }

    #productCarousel .title {
        font-size: 40px;
        margin-top: 0px;
    }
    #productCarousel .nutritional-info {
        margin-top: 10px;
    }

    #productos .nutritional-info {
        padding-left: 60px;
    }
    #productCarousel .product-image {
        max-height: 460px;
    }
    #productCarousel .nutritional-info .subtitle {
        font-size: 26px;
        margin-top: 25px;
    }
    #productCarousel .nutritional-info .info div {
        display: block;
    }
    #productCarousel .nutritional-info .info table {
        border-collapse: separate;
        border-spacing: 0 5px;
    }
    #productos .background {
        height: 75%;
    }


    #recetas .title {
        font-size: 40px;
    }
    #recetas .card-receta {
        margin: 0 10px;
    }
    #recetas .card-receta .card-title {
        font-size: 25px;
    }
    #recetasCarousel .carousel-control-prev,
    #recetasCarousel2 .carousel-control-prev {
        left: -30px;
    }
    #recetasCarousel .carousel-control-next,
    #recetasCarousel2 .carousel-control-next {
        right: -30px;
    }
    /*#recetasCarousel .carousel-control-prev-icon,
    #recetasCarousel2 .carousel-control-prev-icon {
        width: 30px;
        height: 48px;
        background-size: 30px 48px;
    }
    #recetasCarousel .carousel-control-next-icon,
    #recetasCarousel2 .carousel-control-next-icon {
        width: 30px;
        height: 48px;
        background-size: 30px 48px;
    }*/

    .slick-prev {
        left: -30px;
    }
    .slick-next {
        right: -30px;
    }

    #contacto .copyright {
        font-size: 16px;
    }
    #contacto .logo-mineralita {
        max-width: 250px;
    }
    #contacto h3 {
        font-size: 30px;
    }
    #contacto .logo-facebook {
        max-height: 30px;
    }
    #contacto .logo-instagram {
        max-height: 30px;
    }

    .navbar-expand-md .navbar-nav .nav-link {
        margin-top: -20px;
        padding: 0px 15px;
    }
}

/* (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    header {
        background-image: url('../images/header-bg-mobile.png');
        height: 120px;
        display: cover;
        background-position: center center;
        display: block;
    }

    #inicio {
        background-size: 143px 300px;
    }
    #inicio .lema {
        max-width: 400px;
    }
    #inicio .productosPresentacion {
        max-width: 280px;
    }

    #mineralizate {
        background-image: url('../images/bg-mineralizate-mobile.png');
        background-size: contain;
        min-height: 900px;
    }
    #mineralizate .title {
        font-size: 70px;
    }
    #mineralizate .text {
        font-size: 20px;
        line-height: 20px;
        text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
    }

    #misionvisionvalores img {
        max-width: 100%;
    }

    #productCarousel .title {
        font-size: 28px;
        line-height: 32px;
        margin-top: 10px;
    }
    
    #productCarousel .nutritional-info .subtitle {
        font-size: 20px;
        margin: 0px;
    }
    #productos .nutritional-info {
        padding-left: 30px;
    }
    #productos .background {
        height: 75%;
    }
    #productCarousel .nutritional-info .info {
        font-size: 12px;
    }
    #productCarousel .carousel-control-prev-icon {
        width: 20px;
        height: 35px;
        background-size: 20px 35px;
    }
    #productCarousel .carousel-control-next-icon {
        width: 20px;
        height: 35px;
        background-size: 20px 35px;
    }
    #productCarousel .nutritional-info {
        margin-top: 20px;
    }
    #productos .carousel-control-next, #productos .carousel-control-prev {
        width: 30px;
    }
    #productCarousel .nutritional-info .info table {
        border-spacing: 0 3px;
    }

    #productCarousel .product-image {
        max-height: 330px;
    }

    #recetas {
        display: block;
    }

    #recetas .card-receta {
        margin: 10px 40px;
    }
    #recetasCarousel .carousel-control-prev,
    #recetasCarousel2 .carousel-control-prev {
        left: 0px;
    }
    #recetasCarousel .carousel-control-next,
    #recetasCarousel2 .carousel-control-next {
        right: 0px;
    }
    #recetasCarousel .carousel-control-prev-icon,
    #recetasCarousel2 .carousel-control-prev-icon {
        width: 20px;
        height: 35px;
        background-size: 20px 35px;
    }
    #recetasCarousel .carousel-control-next-icon,
    #recetasCarousel2 .carousel-control-next-icon {
        width: 20px;
        height: 35px;
        background-size: 20px 35px;
    }

    .slick-prev {
        width: 20px;
        height: 35px;
        background-size: 20px 35px;
        left: -0px;
    }
    .slick-next {
        width: 20px;
        height: 35px;
        background-size: 20px 35px;
        right: -0px;
    }

    #modalReceta .closeButton {
        top: 10px;
        left: 10px;
    }
    #modalReceta .closeButton img {
        max-height: 30px;
    }

    #contacto {
        padding: 30px 70px 30px 70px;
    }
    #contacto .logo-mineralita {
        max-width: 170px;
    }
    #contacto .copyright {
        font-size: 15px;
    }
    #contacto .copyright a, #contacto .copyright a:hover, #contacto .copyright a:focus, #contacto .copyright a:active {
        font-size: 15px;
    }
    #contacto h3 {
        font-size: 26px;
    }
    #contacto .logo-facebook {
        max-height: 26px;
    }
    #contacto .logo-instagram {
        max-height: 26px;
    }

    footer {
        background: url('../images/bg-footer.png') repeat-x bottom center;
        background-color: #1a25ab;
        height: 100px;
    }

    .navbar .container-fluid {
        padding: 0px;
    }
    .navbar-collapse {
        margin-top: 30px;
        z-index: 101;
    }
    .navbar-nav {
        background-color: #1a25ab;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        margin-top: 0px;
        padding: 0px 15px;
    }
    .navbar-brand {
        margin-top: 20px;
        padding: 0px 20px;
    }
    .navbar-toggler {
        border: none;
    }
    .navbar-toggler-icon {
        width: 1.8em;
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28255, 255, 255, 1%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    }
    .navbar-toggler:focus {
        box-shadow: none;
    }

    .modal-content {
        background: none;
        /*background-color: #e1dddf;*/
        background-color: #ffffff;
    }
    .modal-content .img {
        max-width: 300px;
    }
    .modal-content .title {
        font-size: 50px;
    }
    .modal-content .subtitle {
        font-size: 20px;
    }
    
    .modal-content .info {
        font-size: 16px;
    }
    
    .modal-content .preparacion {
        font-size: 16px;
    }
    

    .social-media {
        display: none;
    }
    .go-next {
        display: none !important;
    }
    .back-to-top {
        display: none !important;
    }
}

@media (max-width: 575.98px) {
    header {
        background-image: url('../images/header-bg-mobile-mini.png');
    }

    #inicio {
        background-size: 95px 200px;
    }
    #inicio .logo {
        max-width: 210px;
    }
    #inicio .title {
        font-size: 40px;
    }
    #inicio .lema {
        max-width: 330px;
    }
    #inicio .productosPresentacion {
        max-width: 200px;
    }

    #productos .background {
        height: 100%;
        width: 98%;
    }
    #productos .nutritional-info {
        padding-left: 0px;
    }
    #productCarousel .title {
        font-size: 30px;
        line-height: 34px;
        margin-top: 10px;
    }
    #productCarousel .product-image {
        padding-left: 80px;
    }
    #productCarousel .nutritional-info .info table {
        margin: 0 auto;
    }
    #productCarousel .nutritional-info .textDetail {
        text-align: center;
    }
    

    #mineralizate {
        background-image: url('../images/bg-mineralizate-mobile.png');
        background-size: contain;
        min-height: 680px;
    }
    #mineralizate .title {
        font-size: 60px;
    }
    #mineralizate .text {
        font-size: 18px;
        line-height: 18px;
        text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
    }

    .navbar-brand {
        margin-top: 0px;
        padding: 0px 20px;
    }

}

@media (max-width: 450px) {
    #recetasCarousel .carousel-control-prev, 
    #recetasCarousel2 .carousel-control-prev {
        left: 0px;
    }
    #recetasCarousel .carousel-control-next, 
    #recetasCarousel2 .carousel-control-next {
        right: 0px;
    }

    .slick-prev {
        left: -0px;
    }
    .slick-next {
        right: -0px;
    }

    #contacto {
        padding: 20px 20px 20px 20px;
    }

    .modal-content .img {
        max-width: 100%;
    }
    .modal-content a img {
        max-height: 30px !important;
    }
}
