@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.2/font/bootstrap-icons.min.css");
@import url('https://fonts.googleapis.com/css2?family=Old+Standard+TT&family=Ephesis&display=swap');
:root {
    --primary: #AD8400;
    --secondary: #606062;
    --bgsolid: #ADA49B;
    --titles: black;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
}
body {
    text-align: left;
    background: url("../images/bg.jpg");
    padding: 0;
    margin: 0;
    font-family: 'Old Standard TT', serif;
    font-size: 22px;
    font-weight: 400;
    color: var(--secondary);
    line-height: normal;
}
a {
    color: inherit;
    transition: all .3s ease-in-out;
}
a:hover, a:active, a:focus, .active, .navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}
.container:first-of-type {
	padding-top: 2rem;
}
.carousel-indicators, .carousel-control-prev, .carousel-control-next {
	display: none;
}
.rossy {
    width: 13rem;
    background: #f8f9fa;
    height: 9rem;
    padding: 2rem 0rem 2rem 0rem;
    overflow: unset;
    margin-top: -1rem;
}
.shadow-sm {
    box-shadow: 0 7px 4px rgba(0, 0, 0, 0.1) !important;
}
.navbar-nav, .navbar-light .navbar-nav .nav-link {
    font-weight: 600;
	padding-right: 0;
}
.navbar-nav i, .navbar-nav p {
    display: table-cell;
    position: relative;
    height: 3rem;
    vertical-align: middle;
}
.navbar-nav p {
	font-size: .9rem;
}
.navbar-nav i, .navbar-nav, .navbar-light .navbar-nav .nav-link:hover {
    color: var(--primary);
}
ul.navbar-nav:last-of-type {
    text-align: left;
}
.navbar {
    width: 100%;
    position: fixed;
    z-index: 999;
    font-size: .9rem;
}
i {
    font-size: 1.2rem;
    padding: 0 .5rem 0 0;
}
.instagram {
    overflow: hidden;
    border-bottom: solid 2px var(--primary);
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: var(--primary);
    cursor: pointer;
	max-height: 330px;
}
.instagram img {
    filter: brightness(75%);
    width: 110%;
    transition: all .7s ease-in-out;
}
.instagram img:hover {
    filter: brightness(100%);
    width: 120%;
}
.instagram:hover p {
    color: white;
    background: var(--primary);
}
.instagram p {
    display: block;
    background: white;
    color: var(--primary);
    height: 3rem;
    padding-top: .5rem;
    width: 13rem;
    margin: 0 auto;
    border: solid 2px var(--primary);
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: -2px;
    text-align: center;
    transition: all 0.5s ease-in-out;
}
section {
    margin: 5rem 0;
}
footer {
    background: var(--bgsolid);
    padding: 4rem;
    color: white;
    margin-top: 5rem;
}
footer i {
    margin: 0 1rem 4rem 1rem;
}
h3 {
    color: black;
    font-size: 2.5rem;
    margin-top: 2rem;
}
h4 {
    font-family: 'Ephesis', cursive;
    color: black;
    font-size: 4rem;
    color: var(--secondary);
}
.acerca {
    padding-left: 4rem;
    border-left: solid 3px var(--primary);
}
.title h3 {
    margin-bottom: -1.5rem;
}
.title {
    margin-bottom: 2rem;
}
.title hr {
    border: solid 2px var(--primary);
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.quehacemos {
    background: var(--bgsolid);
	position: relative;
}
.quehacemos div:first-of-type {
	right: 0;
    position: absolute;
}
.quehacemos .txt {
    padding: 2rem;
}
.quehacemos .txt, .quehacemos .txt h3 {
    color: white;
}
.quehacemos .txt h3 {
    padding-bottom: 1rem;
}
.excelente {
	position: relative;
}
.excelente div {
	min-height: 329px;	
}
.excelente div:first-of-type {
	right: 0;
    position: absolute;
	text-align: right;
}
.rounded-circle {
    border: solid white 4px;
}
.coleccion h3 {
    color: var(--primary);
	margin-bottom: 3rem;
}
.number {
    color: white;
    font-size: 3rem;
    background: var(--primary);
    padding: 1rem;
    border-radius: 100%;
}
.der {
    text-align: right;
}
.skills .row .txt {
    padding-top: 2rem;
    border-bottom: solid 2px var(--primary);
}
.jumbotron {
    background: 0;
}
.btn-primary {
    background: var(--primary);
    border: 0;
    padding: .2rem 3rem;
}
.btn-primary:hover {
    background: #795c1c;
}
.distribuidores {
    overflow: hidden;
    .slider {
        animation: slidein 30s linear infinite;
        white-space: nowrap;
        .logos {
            width: 100%;
            display: inline-block;
            margin: 0 0 0 -3.5rem;
            .logo {
                width: calc((100% / 5) - 1rem);
                background: transparent;
                animation: fade-in 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
                text-align: center;
                display: inline-block;
            }
            .logo img {
                width: calc(100% - 2rem);
                margin: 1rem;
                transition: all .3s ease-in-out;
            }
            .logo img:hover {
                width: calc(100% - 1.5rem);
                margin: .8rem;
            }
            .logo h5, .logo p {
                width: calc(100% - 2rem);
                text-align: center;
                margin: 0 1rem;
                font-style: normal;
            }
            .logo h5 {
                font-size: 1.5rem;
            }
            .logo p {
                font-size: 1rem;
            }
        }
    }
}
@keyframes slidein {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        transform: translate3d(-100%, 0, 0);
    }
}
@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
#catalogo .coleccion a {
    filter: brightness(85%);
    text-align: center;
    position: relative;
}
#catalogo .coleccion a:hover {
    filter: none;
}
#catalogo .coleccion a:hover:after {
    opacity: 1;
}
#catalogo .coleccion a:after {
    font-family: bootstrap-icons !important;
    content: "\F42B";
    color: white;
    position: absolute;
    left: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3rem;
    opacity: 0;
    transition: all .5s ease-in-out;
}
.section-products {
    padding-top: 8rem;
    margin: 0 0 5rem 0;
}
.section-products .header {
    margin-bottom: 50px;
}
.section-products .single-product {
    margin-bottom: 26px;
}
.section-products .single-product .part-1 {
    position: relative;
    height: 290px;
    max-height: 290px;
    overflow: hidden;
    border: solid 4px white;
    cursor: pointer;
    filter: brightness(80%);
    margin-top: 2rem;
    transition: all 0.5s;
}
.section-products .distribuidores .single-product .part-1 {
    filter: none;
    background: white;
    cursor: auto;
}
.section-products .single-product .part-1:hover {
    filter: none;
}
.section-products .single-product .part-1::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: all 0.3s;
}
.section-products .single-product .part-1 img {
	width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	
}
.section-products .single-product:hover .part-1::before {
    transform: scale(1.2, 1.2) rotate(5deg);
}
.section-products #product-1 .part-1::before {
    background-size: cover;
    transition: all 0.3s;
}
.section-products #product-2 .part-1::before {
    background-size: cover;
}
.section-products #product-3 .part-1::before {
    background-size: cover;
}
.section-products #product-4 .part-1::before {
    background-size: cover;
}
.section-products .single-product .part-1 .discount, .section-products .single-product .part-1 .new {
    position: absolute;
    top: 15px;
    left: 20px;
    color: #ffffff;
    background-color: var(--primary);
    padding: 2px 8px;
    text-transform: uppercase;
    font-size: 0.85rem;
}
.section-products .single-product .part-1 .new {
    left: 0;
    background-color: #444444;
}
.section-products .single-product .part-1 ul {
    position: absolute;
    bottom: -41px;
    left: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
    opacity: 0;
    transition: bottom 0.5s, opacity 0.5s;
}
.section-products .single-product:hover .part-1 ul {
    bottom: 30px;
    opacity: 1;
}
.section-products .single-product .part-1 ul li {
    display: inline-block;
    margin-right: 4px;
}
.section-products .single-product .part-1 ul li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #ffffff;
    color: var(--secondary);
    text-align: center;
    box-shadow: 0 2px 20px rgb(50 50 50 / 10%);
    transition: color 0.2s;
    transition: all .3s ease-in-out;
}
.section-products .single-product .part-1 ul li a:hover {
    background: var(--primary);
    color: white;
}
.section-products .single-product .part-2 {
    text-align: center;
}
.section-products .single-product .part-2 .product-title {
    font-size: 1.5rem;
    margin-top: .5rem;
}
.section-products .single-product .part-2 h4 {
    display: inline-block;
    font-size: 2rem;
    font-family: 'Old Standard TT', serif;
    color: var(--primary);
}
.section-products .single-product .part-2 p {
	font-size: 1.2rem;
    text-align: left;
}
.section-products .single-product .part-2 p:first-letter {
    text-transform: uppercase;
}
.section-products .single-product .part-2 .product-old-price {
    position: relative;
    padding: 0 7px;
    margin-right: 2px;
    opacity: 0.6;
}
.section-products .single-product .part-2 .product-old-price::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #444444;
    transform: translateY(-50%);
}
.section-products .single-product .part-1 ul li i {
    padding: 0;
}
.section-products h1 {
    font-family: 'Ephesis', cursive;
    font-size: 6rem;
    color: var(--primary);
}
.section-products hr {
    border: solid 1px var(--primary);
}
.error {
	margin-top: 1rem;
    color: red;
}

@media (min-width: 990px) {
    .navbar-brand {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        /**optional offset from top**/
        top: 2%;
    }
	.rounded-circle {
    	border: none;
	}
	.logo {
    	padding: 0;
	}
}
@media (max-width: 989px) {
	.navbar {
		top: 0;
		box-shadow: 0 0.425rem 0.625rem rgba(0, 0, 0, 0.2) !important;
	}
	header {
		margin-top: 7rem;
	}
	.instagram {
	}
	.instagram .col-4 {
		padding: 0;
	}
	.instagram .col-4 img {
		max-width: unset;
	}
	img {
		max-width: 100%;
	}
	.rounded-circle {
    	border: none;
	}
	.rossy.shadow-sm {
    	box-shadow: none !important;
	}
	.rossy {
		background: none;
    	padding: 0;
		height: 7rem;
		
	}
	.acerca {
		padding: 1rem;
	}
	.logo {
		width: calc((100% / 3) - 1rem) !important;
	}
	.logos {
		width: unset !important;
	}
	h3 {
		font-size: 2rem;
	}	
	section:first-of-type {
		margin: 0;
	}
	.container:first-of-type {
		padding: 0;
	}
	
	.quehacemos div:first-of-type {
		position: unset;
	}
	.excelente div {
		text-align: left;
	}
	.excelente div:first-of-type {
		position: unset;
		min-height: auto;
	}
	.title {
		text-align: center;
	}
	.title:first-of-type {
		margin-bottom: 0;
	}
	.title hr {
    	top: 0;
	}	
}