/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
    --main-color: #D60057;   
    --text-color: #000000; 
    --primary-font: 'Roboto', sans-serif; 
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
}
*,
*::before,
*::after {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
@-ms-viewport {
    width: device-width;
}

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700&display=swap');

body {
    margin: 0;
    padding: 0;
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 18px;
    color: var(--text-color);
}
img.responsive {
    max-width: 100%;
}
a:hover {
    text-decoration: none;  
}
.highlight-text {
    color: var(--main-color)
}
.top-info {
    width: 100%;
    display: block;
    background-color: #F2F2F2;
    text-transform: uppercase;
    text-align: center;
    padding:10px 0;
}
.navbar {
    background-color: #000;
    text-align: center;
}
.navbar-nav.navbar-center {
    margin: 0 auto;
}
.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link:visited{
    color:#fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    transition: all 0.2s;
    cursor: pointer;
}
.navbar-dark .navbar-nav .nav-link:hover {
    color: var(--main-color);
}
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: var(--main-color);
}
header {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    position: relative;
}
header .page-title {
    width: 80%;
    max-width: 800px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
header .page-title h1,
h1.title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 3.5em;
}
header .page-title p {
    font-size: 1.5em;
    text-shadow: 0 0 5px rgba(0,0,0,1);
}
h1.title {
    position: relative;
    color: var(--main-color);
    margin-bottom: 100px;
}
h1.title::after {
    position: absolute;
    bottom:-30px;
    content: " ";
    width: 64px;
    height: 2px;
    background-color: #000;
    left: 50%;
    margin-left: -32px;
}
header {
    height: 500px;
    background-color: #000;
}
/* INICIO */
header.home {
    background-image: url('../images/main-banner.png');
    height: calc(100vh - 407px);
    min-height: 350px;
}
header.home h1 {
    font-size: 4em;
}
#beneficios {
    background-color: var(--main-color);
    color: #fff;
}
#beneficios .box-featured {
    padding: 25px 0;
    width: 33%;
}
#beneficios .box-featured .image {
    width: 100px;
    max-width: 50%;
    float: left;
}
#beneficios .box-featured .description {
    width: calc(100% - 104px);
    height: 100%;
    position: relative;
    float: left;
}
#beneficios .box-featured .description p {
    margin: 0;
    font-size: 1.2em;
}
#beneficios .box-featured a {
    color: #fff;
}
/* NOSOTROS */
#nosotros {
    background-image: url('../images/bg-acercade.png');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
#nosotros .box-philosophy {
    width: 100%;
    height: calc(100% - 50px);
    background-color: #f2f2f2;
    padding: 20px 20px 30px 20px;
    margin-top: 50px;
}
#nosotros h2 {
    color: #fff;
    text-transform: uppercase;
    background: url('../images/subtitles-decorator.svg');
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;    
    margin-left: -20px;
    padding: 20px;
    font-size: 2em;
}

/* PRODUCTOS */
header.productos {
    background-image: url('../images/banner-productos.png');
}
#productos h3 {
    color: var(--main-color);
    margin: 20px 0;
}
#productos p {
    margin-bottom: 50px;
}
.cta {
    background-color: var(--main-color);
    color: #fff;
    padding: 25px 0;  
    font-weight: bold;
    font-size: 2em;      
}
.cta p {
    padding: 10px 0;    
    margin-bottom: 0;
}
.cta a {
    background-color: #fff;
    display: block;
    padding: 10px 50px;
    color: #000;
    text-align: center;
    border-radius: 5px;
    transition: all 0.5s;
}
.cta a:hover {
    color: #fff;
    background-color: #000;    
}
/* PRODUCTOS */
header.tiendas {
    background-image: url('../images/banner-tiendas.png');
}
#tiendas h3 {
    color: var(--main-color);
    margin: 10px 0;
}
#tiendas .box-tienda {
    position:relative;
    text-align: center;
    margin-bottom: 50px;
}
#tiendas .box-tienda .store-pic {
    position: relative;
}
#tiendas .box-tienda .store-pic::before {
    width: 100%;
    height: 100%;
    content: " ";
    background-color: rgba(214,0,87,0.8);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.2s;
}
#tiendas .address,
#tiendas .contact-data {
    display: block;
}
#tiendas .contact-data a {
    display: block;
    color: inherit;
}
#tiendas .contact-data a:hover {
    color: #fff;    
}
/* NOVEDADES */
header.novedades {
    background-image: url('../images/banner-novedades.png');+
}
#novedades .ff-stream {
    background: #fff !important;
}

/* MAYOREO */
header.mayoreo {
    background-image: url('../images/banner-mayoreo.png');+
}
#mayoreo img {
    width: 100%;
    margin-bottom: 50px;
}
/* CONTACTO */
header.contacto {
    background-image: url('../images/banner-contacto.png');+
}
#contacto h1.title {
    margin-bottom: 30px;
    text-transform: none;
}
#contacto h1.title::after {
    display: none;
}
#contacto .box-contact-link {
    padding: 25px 0;
    text-align: center;
}
#contacto .box-contact-link .image {
    width: 100px;
    margin:0 auto;
}
#contacto .box-contact-link .description {
}
#contacto .box-contact-link .description a {
    color: inherit;
    display: block;
}
#contacto .form-group {
    padding-right: 10px;
}
#contacto .form-group.half {
    width: 50%;
    float: left;
}
#contacto .form-group input,
#contacto .form-group textarea {
    border: solid 1px #000;
    border-radius: 8px;
    padding: 10px;
    outline: none;
}
#contacto .form-group input {}
#contacto .form-group input::placeholder,
#contacto .form-group textarea::placeholder {
    text-transform: uppercase;
    color: #999999
}
#contacto .btn.btn-primary,
#contacto .btn.btn-primary:active,
#contacto .btn.btn-primary:focus {
    background-color: var(--main-color);
    border-color: var(--main-color);
    text-transform: uppercase;
}
#contacto .help-block ul {
    padding-left: 5px;
    margin-bottom: 0;
    list-style: none;
    font-weight: bold;
    font-size: 0.7em;
}

/* FOOTER */
footer {
    background-color: #000;
    color: #fff;
    padding: 30px 0;
}
footer a {
    color: #fff;
    transition: all 0.2s;
}
footer a:hover {
    color: var(--main-color);
}
footer h3 {
    font-weight: bold;
    font-size: 2em;
    margin-bottom: 30px;
    margin-top: 20px;
}
footer .logo {
    margin-bottom: 20px;
    display: block;
    max-width: 90%;
}
footer .social-icon {
    margin-right: 10px;
    width: 42px;
    display: inline-block;
}
footer .social-text {}
footer .slogan {
    display: block;
    margin: 10px 0;
}
footer .link-privacy {
    font-weight: bold;
    font-size: 1.2em;
}
footer .list-tiendas {
    width: 50%;
    float: left;
    padding-left: 0;
    list-style: none;
}
footer .list-tiendas li {
    background-image: url('../images/list-icon.svg');
    background-repeat: no-repeat;
    background-position: 0 center;
    padding-left: 20px;
    transition: all 0.2s;
}
footer input {
    display: block;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-align: center;
}
footer input[type="submit"],
footer input[type="submit"]:hover,
footer input[type="submit"]:active,
footer input[type="submit"]:focus,
footer .btn-primary:not(:disabled):not(.disabled):active{
    background-color: var(--main-color);
    border-color: var(--main-color);
    box-shadow: none;
}
